@codeandfunction/callaloo 3.2.6 → 3.4.0
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.
- package/dist/index.js +218 -218
- package/dist/types.d.ts +5 -0
- package/package.json +8 -8
package/dist/types.d.ts
CHANGED
|
@@ -263,6 +263,8 @@ export declare enum IconNames {
|
|
|
263
263
|
BuildingCottage = "tabler:building-cottage",
|
|
264
264
|
BuildingStadium = "tabler:building-stadium",
|
|
265
265
|
BuildingStore = "tabler:building-store",
|
|
266
|
+
BuildingSkyscraper = "tabler:building-skyscraper",
|
|
267
|
+
Bug = "tabler:bug",
|
|
266
268
|
Bus = "tabler:bus",
|
|
267
269
|
BusinessPlan = "tabler:businessplan",
|
|
268
270
|
Calendar = "tabler:calendar",
|
|
@@ -333,6 +335,7 @@ export declare enum IconNames {
|
|
|
333
335
|
DeviceTablet = "tabler:device-tablet",
|
|
334
336
|
DeviceTv = "tabler:device-tv",
|
|
335
337
|
Dialpad = "tabler:dialpad",
|
|
338
|
+
DirectionSign = "tabler:direction-sign",
|
|
336
339
|
Download = "tabler:download",
|
|
337
340
|
DragDrop = "tabler:drag-drop",
|
|
338
341
|
EditItem = "tabler:edit-circle",
|
|
@@ -341,6 +344,7 @@ export declare enum IconNames {
|
|
|
341
344
|
ExternalLink = "tabler:external-link",
|
|
342
345
|
Eye = "tabler:eye",
|
|
343
346
|
EyeOff = "tabler:eye-off",
|
|
347
|
+
Error404 = "tabler:error-404",
|
|
344
348
|
FaceId = "tabler:face-id",
|
|
345
349
|
FileText = "tabler:file-text",
|
|
346
350
|
FileTypeCss = "tabler:file-type-css",
|
|
@@ -369,6 +373,7 @@ export declare enum IconNames {
|
|
|
369
373
|
Home = "tabler:home",
|
|
370
374
|
Html = "tabler:html",
|
|
371
375
|
Image = "tabler:photo",
|
|
376
|
+
Inbox = "tabler:inbox",
|
|
372
377
|
InfoCircle = "tabler:info-circle",
|
|
373
378
|
InfoSmall = "tabler:info-small",
|
|
374
379
|
Grill = "tabler:grill",
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"ui components",
|
|
18
18
|
"vuejs"
|
|
19
19
|
],
|
|
20
|
-
"version": "3.
|
|
20
|
+
"version": "3.4.0",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"./styles.css": "./dist/assets/styles.css"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@chromatic-com/storybook": "^4.1.
|
|
56
|
+
"@chromatic-com/storybook": "^4.1.1",
|
|
57
57
|
"@floating-ui/vue": "^1.1.8",
|
|
58
58
|
"@iconify-json/tabler": "^1.2.20",
|
|
59
59
|
"@iconify/tools": "^4.1.2",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"@semantic-release/changelog": "^6.0.3",
|
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
|
63
63
|
"@semantic-release/gitlab": "^13.2.6",
|
|
64
|
-
"@storybook/addon-a11y": "^9.1.
|
|
65
|
-
"@storybook/addon-docs": "^9.1.
|
|
66
|
-
"@storybook/cli": "^9.1.
|
|
64
|
+
"@storybook/addon-a11y": "^9.1.3",
|
|
65
|
+
"@storybook/addon-docs": "^9.1.3",
|
|
66
|
+
"@storybook/cli": "^9.1.3",
|
|
67
67
|
"@storybook/test-runner": "^0.23.0",
|
|
68
|
-
"@storybook/vue3-vite": "^9.1.
|
|
68
|
+
"@storybook/vue3-vite": "^9.1.3",
|
|
69
69
|
"@types/lodash-es": "^4.17.12",
|
|
70
70
|
"@types/node": "22.10.10",
|
|
71
71
|
"@types/stylis": "^4.2.7",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@vue/tsconfig": "^0.7.0",
|
|
80
80
|
"@wdns/vue-code-block": "^2.3.5",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
82
|
-
"eslint-plugin-storybook": "9.1.
|
|
82
|
+
"eslint-plugin-storybook": "9.1.3",
|
|
83
83
|
"eslint-plugin-vue": "^9.33.0",
|
|
84
84
|
"jsdom": "^26.1.0",
|
|
85
85
|
"lodash-es": "^4.17.21",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"playwright": "^1.54.2",
|
|
88
88
|
"sass": "^1.89.2",
|
|
89
89
|
"semantic-release": "^24.2.7",
|
|
90
|
-
"storybook": "^9.1.
|
|
90
|
+
"storybook": "^9.1.3",
|
|
91
91
|
"storybook-addon-deep-controls": "^0.9.5",
|
|
92
92
|
"stylis": "^4.3.6",
|
|
93
93
|
"unplugin-auto-import": "^19.3.0",
|