@codeandfunction/callaloo 3.3.0 → 3.4.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
@@ -264,6 +264,7 @@ export declare enum IconNames {
264
264
  BuildingStadium = "tabler:building-stadium",
265
265
  BuildingStore = "tabler:building-store",
266
266
  BuildingSkyscraper = "tabler:building-skyscraper",
267
+ Bug = "tabler:bug",
267
268
  Bus = "tabler:bus",
268
269
  BusinessPlan = "tabler:businessplan",
269
270
  Calendar = "tabler:calendar",
@@ -334,6 +335,7 @@ export declare enum IconNames {
334
335
  DeviceTablet = "tabler:device-tablet",
335
336
  DeviceTv = "tabler:device-tv",
336
337
  Dialpad = "tabler:dialpad",
338
+ DirectionSign = "tabler:direction-sign",
337
339
  Download = "tabler:download",
338
340
  DragDrop = "tabler:drag-drop",
339
341
  EditItem = "tabler:edit-circle",
@@ -342,6 +344,7 @@ export declare enum IconNames {
342
344
  ExternalLink = "tabler:external-link",
343
345
  Eye = "tabler:eye",
344
346
  EyeOff = "tabler:eye-off",
347
+ Error404 = "tabler:error-404",
345
348
  FaceId = "tabler:face-id",
346
349
  FileText = "tabler:file-text",
347
350
  FileTypeCss = "tabler:file-type-css",
@@ -370,6 +373,7 @@ export declare enum IconNames {
370
373
  Home = "tabler:home",
371
374
  Html = "tabler:html",
372
375
  Image = "tabler:photo",
376
+ Inbox = "tabler:inbox",
373
377
  InfoCircle = "tabler:info-circle",
374
378
  InfoSmall = "tabler:info-small",
375
379
  Grill = "tabler:grill",
@@ -570,7 +574,7 @@ export interface NavItem {
570
574
  }
571
575
  export interface Option {
572
576
  label: string;
573
- value: string | number | null;
577
+ value: string | number | boolean | null;
574
578
  disabled?: boolean;
575
579
  }
576
580
  export declare enum Order {
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.3.0",
20
+ "version": "3.4.1",
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.0",
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.1",
65
- "@storybook/addon-docs": "^9.1.1",
66
- "@storybook/cli": "^9.1.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.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.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.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",