@orfium/ictinus 5.3.0 → 5.4.0

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.
Files changed (3) hide show
  1. package/dist/index.mjs +5915 -6385
  2. package/dist/index.umd.js +52 -52
  3. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -28,7 +28,6 @@
28
28
  "@storybook/addon-designs": "^7.0.7",
29
29
  "@storybook/addon-docs": "^7.6.11",
30
30
  "@storybook/addon-interactions": "^7.6.11",
31
- "@storybook/addon-knobs": "^7.0.2",
32
31
  "@storybook/addon-links": "^7.6.11",
33
32
  "@storybook/addon-mdx-gfm": "^7.6.11",
34
33
  "@storybook/addon-storysource": "^7.6.11",
@@ -107,6 +106,7 @@
107
106
  "vitest": "^0.34.6"
108
107
  },
109
108
  "dependencies": {
109
+ "@storybook/addon-controls": "^7.6.17",
110
110
  "@tippyjs/react": "^4.2.5",
111
111
  "dayjs": "^1.8.34",
112
112
  "emotion-reset": "^3.0.1",
@@ -137,7 +137,8 @@
137
137
  "**/trim": "^1.0.0",
138
138
  "**/glob-parent": "^6.0.1",
139
139
  "**/postcss": "^8.4.31",
140
- "**/trim-newlines": "^3.0.1"
140
+ "**/trim-newlines": "^3.0.1",
141
+ "string-width": "^4"
141
142
  },
142
143
  "peerDependencies": {
143
144
  "@emotion/react": "^11.11.1",