@slipmatio/ui
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -0,38 +1,29 @@ | ||
import type { PropType as __PropType } from 'vue'; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
icon: { | ||
type: StringConstructor; | ||
type: __PropType<string | undefined>; | ||
required: false; | ||
}; | ||
isWorking: { | ||
type: BooleanConstructor; | ||
type: __PropType<boolean | undefined>; | ||
required: false; | ||
}; | ||
workingText: { | ||
type: StringConstructor; | ||
type: __PropType<string | undefined>; | ||
required: false; | ||
}; | ||
}, { | ||
isPrimary: import("vue").Ref<boolean>; | ||
isSecondary: import("vue").Ref<boolean>; | ||
buttonType: import("vue").Ref<"button" | "submit">; | ||
isFullWidth: import("vue").Ref<boolean>; | ||
attrs: { | ||
[x: string]: unknown; | ||
}; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
icon: { | ||
type: StringConstructor; | ||
type: __PropType<string | undefined>; | ||
required: false; | ||
}; | ||
isWorking: { | ||
type: BooleanConstructor; | ||
type: __PropType<boolean | undefined>; | ||
required: false; | ||
}; | ||
workingText: { | ||
type: StringConstructor; | ||
type: __PropType<string | undefined>; | ||
required: false; | ||
}; | ||
}>>, { | ||
isWorking: boolean; | ||
}, {}>; | ||
}>>, {}, {}>; | ||
export default _sfc_main; |
{ | ||
"name": "@slipmatio/ui", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"type": "module", | ||
@@ -24,3 +24,3 @@ "description": "Common UI components for Slipmat.io projects", | ||
"license": "MIT", | ||
"main": "./dist/ui.umd.cjs", | ||
"main": "./dist/ui.cjs", | ||
"module": "./dist/ui.js", | ||
@@ -31,3 +31,3 @@ "types": "./dist/index.d.ts", | ||
"import": "./dist/ui.js", | ||
"require": "./dist/ui.umd.cjs" | ||
"require": "./dist/ui.cjs" | ||
}, | ||
@@ -48,3 +48,3 @@ "./style.css": { | ||
"@types/node": "20.3.1", | ||
"@vitejs/plugin-vue": "4.1.0", | ||
"@vitejs/plugin-vue": "4.2.3", | ||
"autoprefixer": "10.4.14", | ||
@@ -55,5 +55,5 @@ "postcss": "8.4.24", | ||
"vite": "4.3.9", | ||
"vite-plugin-dts": "^1.7.3", | ||
"vite-plugin-dts": "2.3.0", | ||
"vue": "3.3.4", | ||
"vue-tsc": "1.4.2" | ||
"vue-tsc": "1.8.1" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
23848
9
228