@codeandfunction/callaloo 2.19.0 → 2.20.1

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
@@ -254,11 +254,15 @@ export declare enum IconNames {
254
254
  Browser = "tabler:browser",
255
255
  Building = "tabler:building",
256
256
  BuildingAirport = "tabler:building-airport",
257
+ BuildingCastle = "tabler:building-castle",
258
+ BuildingCarousel = "tabler:building-carousel",
259
+ BuildingChurch = "tabler:building-church",
257
260
  BuildingCommunity = "tabler:building-community",
258
261
  BuildingCottage = "tabler:building-cottage",
259
262
  BuildingStadium = "tabler:building-stadium",
260
263
  BuildingStore = "tabler:building-store",
261
264
  Bus = "tabler:bus",
265
+ BusinessPlan = "tabler:businessplan",
262
266
  Calendar = "tabler:calendar",
263
267
  CalendarPlus = "tabler:calendar-plus",
264
268
  Calculator = "tabler:calculator",
@@ -271,6 +275,7 @@ export declare enum IconNames {
271
275
  CaretUp = "tabler:caret-up",
272
276
  CarouselHorizontal = "tabler:carousel-horizontal",
273
277
  Check = "tabler:check",
278
+ ChefHat = "tabler:chef-hat",
274
279
  ChevronLeft = "tabler:chevron-left",
275
280
  ChevronsLeft = "tabler:chevrons-left",
276
281
  ChevronRight = "tabler:chevron-right",
@@ -304,6 +309,7 @@ export declare enum IconNames {
304
309
  CloudDataConnection = "tabler:cloud-data-connection",
305
310
  CloudUpload = "tabler:cloud-upload",
306
311
  Code = "tabler:code",
312
+ Coin = "tabler:coin",
307
313
  Coins = "tabler:coins",
308
314
  Columns1 = "tabler:columns-1",
309
315
  Columns2 = "tabler:columns-2",
@@ -363,6 +369,7 @@ export declare enum IconNames {
363
369
  Image = "tabler:photo",
364
370
  InfoCircle = "tabler:info-circle",
365
371
  InfoSmall = "tabler:info-small",
372
+ Grill = "tabler:grill",
366
373
  GripHorizontal = "tabler:grip-horizontal",
367
374
  GripVertical = "tabler:grip-vertical",
368
375
  Key = "tabler:key",
@@ -402,6 +409,7 @@ export declare enum IconNames {
402
409
  MessageDots = "tabler:message-dots",
403
410
  MessageOff = "tabler:message-off",
404
411
  MessagePlus = "tabler:message-plus",
412
+ MoneyBag = "tabler:moneybag",
405
413
  MoodDollar = "tabler:mood-dollar",
406
414
  MoodHeart = "tabler:mood-heart",
407
415
  MoodKid = "tabler:mood-kid",
@@ -473,6 +481,7 @@ export declare enum IconNames {
473
481
  Terminal = "tabler:terminal",
474
482
  Terminal2 = "tabler:terminal-2",
475
483
  TextSize = "tabler:text-size",
484
+ ToolsKitchen2 = "tabler:tools-kitchen-2",
476
485
  Train = "tabler:train",
477
486
  TrashCan = "tabler:trash",
478
487
  Trekking = "tabler:trekking",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.19.0",
20
+ "version": "2.20.1",
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
  },