@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.
- package/CHANGELOG.md +12 -0
- package/dist/chunk-BTQOTIPQ.js +32 -0
- package/dist/{chunk-SGM3YTWS.js → chunk-KOZXHA3B.js} +1 -1
- package/dist/{chunk-GII4NPN2.js → chunk-VAH7CV3O.js} +2 -2
- package/dist/chunk-YXF4RUSK.js +77 -0
- package/dist/constants.js +1 -1
- package/dist/feature/arg-types.js +1 -1
- package/dist/feature/color-mode/ColorModeSync.js +1 -1
- package/dist/feature/color-mode/ColorModeTool.js +1 -1
- package/dist/feature/color-mode/ThemeTool.cjs +32 -4972
- package/dist/feature/color-mode/ThemeTool.js +2 -2
- package/dist/feature/decorator/ChakraProviderDecorator.cjs +1 -1
- package/dist/feature/decorator/ChakraProviderDecorator.js +2 -2
- package/dist/feature/direction/DirectionTool.js +2 -2
- package/dist/feature/direction/useDirection.js +1 -1
- package/dist/index.js +1 -1
- package/dist/preset/decorators.cjs +1 -1
- package/dist/preset/decorators.js +2 -2
- package/dist/preset/index.js +1 -1
- package/dist/preset/register.cjs +83 -5018
- package/dist/preset/register.js +3 -3
- package/package.json +9 -12
- package/dist/chunk-MSSXLFPL.js +0 -4979
- package/dist/chunk-UK7U2PBM.js +0 -70
package/dist/preset/register.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ThemeTool
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-YXF4RUSK.js";
|
|
4
4
|
import {
|
|
5
5
|
DirectionTool
|
|
6
|
-
} from "../chunk-
|
|
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-
|
|
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
|
|
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.
|
|
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-
|
|
81
|
-
"@saas-ui/theme": "2.0.0-
|
|
82
|
-
"@saas-ui/theme-glass": "0.
|
|
83
|
-
"@storybook/addons": "^7.0.
|
|
84
|
-
"@storybook/api": "^7.0.
|
|
85
|
-
"@storybook/components": "^7.0.
|
|
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": ">=
|
|
96
|
+
"react": ">=18.0.x"
|
|
100
97
|
},
|
|
101
98
|
"peerDependenciesMeta": {
|
|
102
99
|
"react": {
|