@histoire/controls 0.5.0 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export type { SelectOption as HstSelectOption } from './CustomSelect.vue';
|
|
2
1
|
import { SelectOption } from './CustomSelect.vue';
|
|
3
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
3
|
title?: string;
|
|
@@ -23,3 +22,4 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
23
22
|
required: true;
|
|
24
23
|
};
|
|
25
24
|
};
|
|
25
|
+
export type { SelectOption as HstSelectOption } from './CustomSelect.vue';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"autoprefixer": "^10.4.4",
|
|
45
45
|
"concurrently": "^7.1.0",
|
|
46
46
|
"floating-vue": "^2.0.0-beta.16",
|
|
47
|
-
"histoire": "0.5.
|
|
47
|
+
"histoire": "0.5.3",
|
|
48
48
|
"postcss": "^8.4.12",
|
|
49
49
|
"postcss-import": "^14.1.0",
|
|
50
50
|
"tailwindcss": "^3.0.23",
|
|
51
51
|
"typescript": "^4.6.3",
|
|
52
52
|
"vite": "^2.9.1",
|
|
53
53
|
"vue": "^3.2.31",
|
|
54
|
-
"vue-tsc": "^0.
|
|
54
|
+
"vue-tsc": "^0.35.2"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "rimraf dist && pnpm run build:css && vite build && pnpm run build:types",
|