@saas-ui/react 0.1.0 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-clean.log +0 -0
- package/.turbo/turbo-lint:staged.log +14 -1
- package/CHANGELOG.md +126 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +9 -5
package/package.json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.6",
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
7
|
-
"
|
8
|
-
|
9
|
-
|
7
|
+
".": {
|
8
|
+
"require": "./dist/index.js",
|
9
|
+
"default": "./dist/index.modern.js"
|
10
|
+
},
|
11
|
+
"./src": {
|
12
|
+
"default": "./src/index.ts"
|
13
|
+
}
|
10
14
|
},
|
11
15
|
"main": "./dist/index.js",
|
12
16
|
"module": "./dist/index.modern.js",
|
@@ -67,7 +71,7 @@
|
|
67
71
|
"@saas-ui/radio": "workspace:*",
|
68
72
|
"@saas-ui/snackbar": "workspace:*",
|
69
73
|
"@saas-ui/system": "workspace:*",
|
70
|
-
"@saas-ui/theme": "workspace
|
74
|
+
"@saas-ui/theme": "workspace:*"
|
71
75
|
},
|
72
76
|
"peerDependencies": {
|
73
77
|
"@chakra-ui/react": ">=1.7.0",
|