@saas-ui/storybook-addon 1.0.1-next.1 → 1.1.0-rc.3

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.
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  ThemeTool
3
- } from "../chunk-MSSXLFPL.js";
3
+ } from "../chunk-YXF4RUSK.js";
4
4
  import {
5
5
  DirectionTool
6
- } from "../chunk-SGM3YTWS.js";
6
+ } from "../chunk-KOZXHA3B.js";
7
7
  import {
8
8
  ColorModeTool
9
9
  } from "../chunk-QNOLFHPG.js";
@@ -13,7 +13,7 @@ import {
13
13
  DIRECTION_TOOL_ID,
14
14
  THEME_TOOL_ID
15
15
  } from "../chunk-HSBRF2QZ.js";
16
- import "../chunk-UK7U2PBM.js";
16
+ import "../chunk-BTQOTIPQ.js";
17
17
 
18
18
  // src/preset/register.ts
19
19
  import { addons, types } from "@storybook/addons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/storybook-addon",
3
- "version": "1.0.1-next.1",
3
+ "version": "1.1.0-rc.3",
4
4
  "description": "The official Storybook Addon for Saas UI",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -73,30 +73,27 @@
73
73
  },
74
74
  "homepage": "https://github.com/saas-ui/saas-ui#readme",
75
75
  "devDependencies": {
76
- "@chakra-ui/react": "^2.5.5",
76
+ "@chakra-ui/react": "^2.7.0",
77
77
  "@chakra-ui/system": ">=2.3.8",
78
78
  "@emotion/react": ">=11.1.5",
79
79
  "@emotion/styled": ">=11.1.5",
80
- "@saas-ui/react": "2.0.0-next.14",
81
- "@saas-ui/theme": "2.0.0-next.8",
82
- "@saas-ui/theme-glass": "0.3.2-next.3",
83
- "@storybook/addons": "^7.0.2",
84
- "@storybook/api": "^7.0.2",
85
- "@storybook/components": "^7.0.2",
80
+ "@saas-ui/react": "2.0.0-rc.30",
81
+ "@saas-ui/theme": "2.0.0-rc.16",
82
+ "@saas-ui/theme-glass": "0.4.0-rc.5",
83
+ "@storybook/addons": "^7.0.20",
84
+ "@storybook/api": "^7.0.20",
85
+ "@storybook/components": "^7.0.20",
86
86
  "framer-motion": ">=4.1.17",
87
87
  "react": "^18.2.0",
88
88
  "react-dom": ">=18.0.0",
89
89
  "tsup": "^6.7.0"
90
90
  },
91
- "dependencies": {
92
- "@chakra-ui/icons": "^2.0.18"
93
- },
94
91
  "peerDependencies": {
95
92
  "@chakra-ui/react": ">=2.0.0",
96
93
  "@storybook/addons": ">=7",
97
94
  "@storybook/api": ">=7",
98
95
  "@storybook/components": ">=7",
99
- "react": ">=16.8.x"
96
+ "react": ">=18.0.x"
100
97
  },
101
98
  "peerDependenciesMeta": {
102
99
  "react": {