@scalar/components 0.13.51 → 0.13.52
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,4 @@
|
|
|
1
1
|
export { default as ScalarCombobox } from './ScalarCombobox.vue.js';
|
|
2
2
|
export { default as ScalarComboboxMultiselect } from './ScalarComboboxMultiselect.vue.js';
|
|
3
|
-
export type { Option as ScalarComboboxOption } from './types.js';
|
|
3
|
+
export type { Option as ScalarComboboxOption, OptionGroup as ScalarComboboxOptionGroup } from './types.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AAEtF,YAAY,EAAE,MAAM,IAAI,oBAAoB,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AAEtF,YAAY,EAAE,MAAM,IAAI,oBAAoB,EAAE,WAAW,IAAI,yBAAyB,EAAE,MAAM,SAAS,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "git+https://github.com/scalar/scalar.git",
|
|
11
11
|
"directory": "packages/components"
|
|
12
12
|
},
|
|
13
|
-
"version": "0.13.
|
|
13
|
+
"version": "0.13.52",
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18"
|
|
16
16
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"radix-vue": "^1.9.3",
|
|
40
40
|
"vue": "^3.5.12",
|
|
41
41
|
"@scalar/code-highlight": "0.0.27",
|
|
42
|
-
"@scalar/
|
|
43
|
-
"@scalar/
|
|
44
|
-
"@scalar/
|
|
42
|
+
"@scalar/themes": "0.10.2",
|
|
43
|
+
"@scalar/icons": "0.3.1",
|
|
44
|
+
"@scalar/use-hooks": "0.1.44",
|
|
45
45
|
"@scalar/use-toasts": "0.7.9"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|