@codeandfunction/callaloo 2.20.0 → 2.21.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/types.d.ts CHANGED
@@ -216,6 +216,7 @@ export declare enum IconNames {
216
216
  AtSign = "tabler:at",
217
217
  Auth2fa = "tabler:auth-2fa",
218
218
  Backspace = "tabler:backspace",
219
+ Bed = "tabler:bed",
219
220
  Bell = "tabler:bell",
220
221
  Beach = "tabler:beach",
221
222
  Binoculars = "tabler:binoculars",
@@ -250,6 +251,7 @@ export declare enum IconNames {
250
251
  BrandX = "tabler:brand-x",
251
252
  BrandYouTube = "tabler:brand-youtube-filled",
252
253
  BrandWindows = "tabler:brand-windows",
254
+ Briefacse = "tabler:briefcase",
253
255
  Broadcast = "tabler:broadcast",
254
256
  Browser = "tabler:browser",
255
257
  Building = "tabler:building",
@@ -394,6 +396,7 @@ export declare enum IconNames {
394
396
  LogIn = "tabler:login",
395
397
  LogOut = "tabler:logout",
396
398
  Logs = "tabler:logs",
399
+ Luggage = "tabler:luggage",
397
400
  Map = "tabler:map",
398
401
  MapPin = "tabler:map-pin",
399
402
  MapPinPlus = "tabler:map-pin-plus",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.20.0",
20
+ "version": "2.21.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {
@@ -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.5",
64
- "@storybook/addon-a11y": "^9.0.0",
65
- "@storybook/addon-docs": "^9.0.0",
66
- "@storybook/cli": "^9.0.0",
64
+ "@storybook/addon-a11y": "^9.0.4",
65
+ "@storybook/addon-docs": "^9.0.4",
66
+ "@storybook/cli": "^9.0.4",
67
67
  "@storybook/test-runner": "^0.22.0",
68
- "@storybook/vue3-vite": "^9.0.0",
68
+ "@storybook/vue3-vite": "^9.0.4",
69
69
  "@types/lodash-es": "^4.17.12",
70
70
  "@types/node": "22.10.10",
71
71
  "@types/stylis": "^4.2.7",
@@ -74,20 +74,20 @@
74
74
  "@vitest/browser": "3.0.4",
75
75
  "@vitest/coverage-istanbul": "3.0.4",
76
76
  "@vitest/coverage-v8": "3.0.4",
77
- "@vitest/ui": "^3.1.4",
77
+ "@vitest/ui": "^3.2.1",
78
78
  "@vue/test-utils": "^2.4.6",
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.0.0",
82
+ "eslint-plugin-storybook": "9.0.4",
83
83
  "eslint-plugin-vue": "^9.33.0",
84
84
  "jsdom": "^26.1.0",
85
85
  "lodash-es": "^4.17.21",
86
86
  "murmurhash": "^2.0.1",
87
87
  "playwright": "^1.52.0",
88
- "sass": "^1.89.0",
88
+ "sass": "^1.89.1",
89
89
  "semantic-release": "^24.2.5",
90
- "storybook": "^9.0.0",
90
+ "storybook": "^9.0.4",
91
91
  "storybook-addon-deep-controls": "^0.9.2",
92
92
  "stylis": "^4.3.6",
93
93
  "unplugin-auto-import": "^19.3.0",
@@ -95,7 +95,7 @@
95
95
  "vite-plugin-dts": "^4.5.4",
96
96
  "vite-tsconfig-paths": "^5.1.4",
97
97
  "vitest": "3.0.4",
98
- "vue": "^3.5.15",
98
+ "vue": "^3.5.16",
99
99
  "vue-router": "^4.5.1",
100
100
  "vue-tsc": "^2.2.10"
101
101
  },