@codeandfunction/callaloo 2.17.0 → 2.18.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
@@ -51,6 +51,7 @@ export declare enum BorderRadius {
51
51
  XXXL = "rounded-3xl",
52
52
  XS = "rounded-xs"
53
53
  }
54
+ export type ButtonTags = 'a' | 'button';
54
55
  export declare enum ButtonTypes {
55
56
  Button = "button",
56
57
  Submit = "submit"
@@ -178,6 +179,7 @@ export declare enum IconNames {
178
179
  Alarm = "tabler:alarm",
179
180
  AlarmPlus = "tabler:alarm-plus",
180
181
  AlertSquare = "tabler:alert-square",
182
+ AlertTriangle = "tabler:alert-triangle",
181
183
  AlignBoxLeftTop = "tabler:align-box-left-top",
182
184
  AlignBoxLeftMiddle = "tabler:align-box-left-middle",
183
185
  AlignBoxLeftBottom = "tabler:align-box-left-bottom",
@@ -247,12 +249,20 @@ export declare enum IconNames {
247
249
  BrandWhatsApp = "tabler:brand-whatsapp",
248
250
  BrandX = "tabler:brand-x",
249
251
  BrandYouTube = "tabler:brand-youtube-filled",
252
+ BrandWindows = "tabler:brand-windows",
250
253
  Broadcast = "tabler:broadcast",
251
254
  Browser = "tabler:browser",
255
+ Building = "tabler:building",
256
+ BuildingAirport = "tabler:building-airport",
257
+ BuildingCommunity = "tabler:building-community",
258
+ BuildingCottage = "tabler:building-cottage",
259
+ BuildingStadium = "tabler:building-stadium",
260
+ BuildingStore = "tabler:building-store",
252
261
  Bus = "tabler:bus",
253
262
  Calendar = "tabler:calendar",
254
263
  CalendarPlus = "tabler:calendar-plus",
255
264
  Calculator = "tabler:calculator",
265
+ Camera = "tabler:camera",
256
266
  Camper = "tabler:camper",
257
267
  Car = "tabler:car",
258
268
  CaretDown = "tabler:caret-down",
@@ -300,6 +310,7 @@ export declare enum IconNames {
300
310
  Columns3 = "tabler:columns-3",
301
311
  Command = "tabler:command",
302
312
  Components = "tabler:components",
313
+ Confetti = "tabler:confetti",
303
314
  Contrast = "tabler:contrast",
304
315
  Copy = "tabler:copy",
305
316
  CreditCard = "tabler:credit-card",
@@ -432,6 +443,7 @@ export declare enum IconNames {
432
443
  RowRemove = "tabler:row-remove",
433
444
  Rss = "tabler:rss",
434
445
  Run = "tabler:run",
446
+ Sailboat = "tabler:sailboat",
435
447
  Scoreboard = "tabler:scoreboard",
436
448
  Seo = "tabler:seo",
437
449
  ShoppingCart = "tabler:shopping-cart",
@@ -468,7 +480,11 @@ export declare enum IconNames {
468
480
  Upload = "tabler:upload",
469
481
  Urgent = "tabler:urgent",
470
482
  User = "tabler:user",
483
+ UserCancel = "tabler:user-cancel",
484
+ UserCheck = "tabler:user-check",
471
485
  UserPlus = "tabler:user-plus",
486
+ UserQuestion = "tabler:user-question",
487
+ UserX = "tabler:user-x",
472
488
  Users = "tabler:users",
473
489
  UserCircle = "tabler:user-circle",
474
490
  UsersGroup = "tabler:users-group",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.17.0",
20
+ "version": "2.18.1",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {
@@ -53,55 +53,51 @@
53
53
  "./styles.css": "./dist/assets/styles.css"
54
54
  },
55
55
  "devDependencies": {
56
- "@chromatic-com/storybook": "^3.2.6",
56
+ "@chromatic-com/storybook": "^4.0.0",
57
57
  "@floating-ui/vue": "^1.1.6",
58
- "@iconify-json/tabler": "^1.2.17",
59
- "@iconify/tools": "^4.1.1",
58
+ "@iconify-json/tabler": "^1.2.18",
59
+ "@iconify/tools": "^4.1.2",
60
60
  "@iconify/types": "^2.0.0",
61
61
  "@semantic-release/changelog": "^6.0.3",
62
62
  "@semantic-release/git": "^10.0.1",
63
- "@semantic-release/gitlab": "^13.2.4",
64
- "@storybook/addon-a11y": "^8.6.11",
65
- "@storybook/addon-actions": "^8.6.11",
66
- "@storybook/addon-essentials": "^8.6.11",
67
- "@storybook/addon-interactions": "^8.6.11",
68
- "@storybook/cli": "^8.6.11",
69
- "@storybook/core-server": "^8.6.11",
70
- "@storybook/test": "^8.6.11",
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",
71
67
  "@storybook/test-runner": "^0.22.0",
72
- "@storybook/vue3": "^8.6.11",
73
- "@storybook/vue3-vite": "^8.6.11",
68
+ "@storybook/vue3-vite": "^9.0.0",
74
69
  "@types/lodash-es": "^4.17.12",
75
70
  "@types/node": "22.10.10",
76
71
  "@types/stylis": "^4.2.7",
77
- "@vitejs/plugin-vue": "^5.2.1",
78
- "@vitejs/plugin-vue-jsx": "^4.1.1",
72
+ "@vitejs/plugin-vue": "^5.2.4",
73
+ "@vitejs/plugin-vue-jsx": "^4.2.0",
79
74
  "@vitest/browser": "3.0.4",
80
75
  "@vitest/coverage-istanbul": "3.0.4",
81
76
  "@vitest/coverage-v8": "3.0.4",
82
- "@vitest/ui": "^3.0.8",
77
+ "@vitest/ui": "^3.1.4",
83
78
  "@vue/test-utils": "^2.4.6",
84
79
  "@vue/tsconfig": "^0.7.0",
85
80
  "@wdns/vue-code-block": "^2.3.5",
86
81
  "conventional-changelog-conventionalcommits": "^8.0.0",
82
+ "eslint-plugin-storybook": "9.0.0",
87
83
  "eslint-plugin-vue": "^9.33.0",
88
- "jsdom": "^26.0.0",
84
+ "jsdom": "^26.1.0",
89
85
  "lodash-es": "^4.17.21",
90
86
  "murmurhash": "^2.0.1",
91
- "playwright": "^1.51.0",
92
- "sass": "^1.85.1",
93
- "semantic-release": "^24.2.3",
94
- "storybook": "^8.6.11",
87
+ "playwright": "^1.52.0",
88
+ "sass": "^1.89.0",
89
+ "semantic-release": "^24.2.5",
90
+ "storybook": "^9.0.0",
95
91
  "storybook-addon-deep-controls": "^0.9.2",
96
92
  "stylis": "^4.3.6",
97
- "unplugin-auto-import": "^19.1.1",
93
+ "unplugin-auto-import": "^19.3.0",
98
94
  "vite": "6.0.11",
99
- "vite-plugin-dts": "^4.5.3",
95
+ "vite-plugin-dts": "^4.5.4",
100
96
  "vite-tsconfig-paths": "^5.1.4",
101
97
  "vitest": "3.0.4",
102
- "vue": "^3.5.13",
103
- "vue-router": "^4.5.0",
104
- "vue-tsc": "^2.2.8"
98
+ "vue": "^3.5.15",
99
+ "vue-router": "^4.5.1",
100
+ "vue-tsc": "^2.2.10"
105
101
  },
106
102
  "peerDependencies": {
107
103
  "vue": "^3.5.10"