@codeandfunction/callaloo 2.21.0 → 2.22.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
@@ -448,6 +448,8 @@ export declare enum IconNames {
448
448
  Rectangle = "tabler:rectangle",
449
449
  Refresh = "tabler:refresh",
450
450
  Restore = "tabler:restore",
451
+ Robot = "tabler:robot",
452
+ RobotFace = "tabler:robot-face",
451
453
  Rocket = "tabler:rocket",
452
454
  RowInsertTop = "tabler:row-insert-top",
453
455
  RowInsertBottom = "tabler:row-insert-bottom",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.21.0",
20
+ "version": "2.22.1",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {
@@ -55,17 +55,17 @@
55
55
  "devDependencies": {
56
56
  "@chromatic-com/storybook": "^4.0.0",
57
57
  "@floating-ui/vue": "^1.1.6",
58
- "@iconify-json/tabler": "^1.2.18",
58
+ "@iconify-json/tabler": "^1.2.19",
59
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
63
  "@semantic-release/gitlab": "^13.2.5",
64
- "@storybook/addon-a11y": "^9.0.4",
65
- "@storybook/addon-docs": "^9.0.4",
66
- "@storybook/cli": "^9.0.4",
64
+ "@storybook/addon-a11y": "^9.0.5",
65
+ "@storybook/addon-docs": "^9.0.5",
66
+ "@storybook/cli": "^9.0.5",
67
67
  "@storybook/test-runner": "^0.22.0",
68
- "@storybook/vue3-vite": "^9.0.4",
68
+ "@storybook/vue3-vite": "^9.0.5",
69
69
  "@types/lodash-es": "^4.17.12",
70
70
  "@types/node": "22.10.10",
71
71
  "@types/stylis": "^4.2.7",
@@ -74,12 +74,12 @@
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.2.1",
77
+ "@vitest/ui": "^3.2.2",
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.4",
82
+ "eslint-plugin-storybook": "9.0.5",
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.52.0",
88
88
  "sass": "^1.89.1",
89
89
  "semantic-release": "^24.2.5",
90
- "storybook": "^9.0.4",
90
+ "storybook": "^9.0.5",
91
91
  "storybook-addon-deep-controls": "^0.9.2",
92
92
  "stylis": "^4.3.6",
93
93
  "unplugin-auto-import": "^19.3.0",