@codeandfunction/callaloo 2.9.0 → 2.9.2

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
@@ -441,7 +441,7 @@ export declare enum IconNames {
441
441
  Video = "tabler:video",
442
442
  WindowMaximize = "tabler:window-maximize",
443
443
  WindowMinimize = "tabler:window-minimize",
444
- WordlWww = "tabler:world-www"
444
+ WorldWww = "tabler:world-www"
445
445
  }
446
446
  export type InlineTextHtmlTags = 'a' | 'abbr' | 'b' | 'bdi' | 'bdo' | 'br' | 'cite' | 'code' | 'data' | 'dfn' | 'em' | 'i' | 'kbd' | 'mark' | 'q' | 'rp' | 'rt' | 'ruby' | 's' | 'samp' | 'small' | 'span' | 'strong' | 'sub' | 'sup' | 'time' | 'u' | 'var' | 'wbr';
447
447
  export declare enum InputTypes {
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.9.0",
20
+ "version": "2.9.2",
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": "^3.2.5",
56
+ "@chromatic-com/storybook": "^3.2.6",
57
57
  "@floating-ui/vue": "^1.1.6",
58
58
  "@iconify-json/tabler": "^1.2.17",
59
59
  "@iconify/tools": "^4.1.1",
@@ -61,16 +61,16 @@
61
61
  "@semantic-release/changelog": "^6.0.3",
62
62
  "@semantic-release/git": "^10.0.1",
63
63
  "@semantic-release/gitlab": "^13.2.4",
64
- "@storybook/addon-a11y": "^8.6.4",
65
- "@storybook/addon-actions": "^8.6.4",
66
- "@storybook/addon-essentials": "^8.6.4",
67
- "@storybook/addon-interactions": "^8.6.4",
68
- "@storybook/cli": "^8.6.4",
69
- "@storybook/core-server": "^8.6.4",
70
- "@storybook/test": "^8.6.4",
71
- "@storybook/test-runner": "^0.21.3",
72
- "@storybook/vue3": "^8.6.4",
73
- "@storybook/vue3-vite": "^8.6.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",
71
+ "@storybook/test-runner": "^0.22.0",
72
+ "@storybook/vue3": "^8.6.11",
73
+ "@storybook/vue3-vite": "^8.6.11",
74
74
  "@types/lodash-es": "^4.17.12",
75
75
  "@types/node": "22.10.10",
76
76
  "@types/stylis": "^4.2.7",
@@ -91,7 +91,7 @@
91
91
  "playwright": "^1.51.0",
92
92
  "sass": "^1.85.1",
93
93
  "semantic-release": "^24.2.3",
94
- "storybook": "^8.6.4",
94
+ "storybook": "^8.6.11",
95
95
  "storybook-addon-deep-controls": "^0.9.2",
96
96
  "stylis": "^4.3.6",
97
97
  "unplugin-auto-import": "^19.1.1",