@saas-ui/react 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.turbo/turbo-build.log +0 -0
- package/.turbo/turbo-lint:staged.log +0 -0
- package/CHANGELOG.md +28 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/dist/index.modern.js +0 -0
- package/dist/index.modern.js.map +0 -0
- package/dist/typography.d.ts +0 -0
- package/dist/typography.d.ts.map +0 -0
- package/package.json +23 -23
package/.turbo/turbo-build.log
CHANGED
File without changes
|
File without changes
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 0.1.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Republish with correct deps
|
8
|
+
- Updated dependencies
|
9
|
+
- @saas-ui/auth@0.1.2
|
10
|
+
- @saas-ui/button@0.1.2
|
11
|
+
- @saas-ui/card@1.1.2
|
12
|
+
- @saas-ui/collapse@0.1.2
|
13
|
+
- @saas-ui/forms@0.1.2
|
14
|
+
- @saas-ui/hooks@0.1.2
|
15
|
+
- @saas-ui/hotkeys@0.2.2
|
16
|
+
- @saas-ui/input-right-button@0.1.2
|
17
|
+
- @saas-ui/menu@0.1.2
|
18
|
+
- @saas-ui/nprogress@0.1.2
|
19
|
+
- @saas-ui/number-input@0.1.2
|
20
|
+
- @saas-ui/palette@0.3.1
|
21
|
+
- @saas-ui/password-input@0.1.2
|
22
|
+
- @saas-ui/persona@0.2.2
|
23
|
+
- @saas-ui/pin-input@0.1.2
|
24
|
+
- @saas-ui/property@0.1.2
|
25
|
+
- @saas-ui/provider@0.1.2
|
26
|
+
- @saas-ui/radio@0.1.2
|
27
|
+
- @saas-ui/snackbar@0.1.2
|
28
|
+
- @saas-ui/system@0.2.2
|
29
|
+
- @saas-ui/theme@0.1.2
|
30
|
+
|
3
31
|
## 0.1.1
|
4
32
|
|
5
33
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
File without changes
|
package/dist/index.d.ts.map
CHANGED
File without changes
|
package/dist/index.js
CHANGED
File without changes
|
package/dist/index.js.map
CHANGED
File without changes
|
package/dist/index.modern.js
CHANGED
File without changes
|
package/dist/index.modern.js.map
CHANGED
File without changes
|
package/dist/typography.d.ts
CHANGED
File without changes
|
package/dist/typography.d.ts.map
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -47,27 +47,27 @@
|
|
47
47
|
"url": "https://storybook.saas-ui.dev"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@saas-ui/auth": "
|
51
|
-
"@saas-ui/button": "
|
52
|
-
"@saas-ui/card": "
|
53
|
-
"@saas-ui/collapse": "
|
54
|
-
"@saas-ui/forms": "
|
55
|
-
"@saas-ui/hooks": "
|
56
|
-
"@saas-ui/hotkeys": "
|
57
|
-
"@saas-ui/input-right-button": "
|
58
|
-
"@saas-ui/menu": "
|
59
|
-
"@saas-ui/nprogress": "
|
60
|
-
"@saas-ui/number-input": "
|
61
|
-
"@saas-ui/palette": "
|
62
|
-
"@saas-ui/password-input": "
|
63
|
-
"@saas-ui/persona": "
|
64
|
-
"@saas-ui/pin-input": "
|
65
|
-
"@saas-ui/property": "
|
66
|
-
"@saas-ui/provider": "
|
67
|
-
"@saas-ui/radio": "
|
68
|
-
"@saas-ui/snackbar": "
|
69
|
-
"@saas-ui/system": "
|
70
|
-
"@saas-ui/theme": "
|
50
|
+
"@saas-ui/auth": "0.1.2",
|
51
|
+
"@saas-ui/button": "0.1.2",
|
52
|
+
"@saas-ui/card": "1.1.2",
|
53
|
+
"@saas-ui/collapse": "0.1.2",
|
54
|
+
"@saas-ui/forms": "0.1.2",
|
55
|
+
"@saas-ui/hooks": "0.1.2",
|
56
|
+
"@saas-ui/hotkeys": "0.2.2",
|
57
|
+
"@saas-ui/input-right-button": "0.1.2",
|
58
|
+
"@saas-ui/menu": "0.1.2",
|
59
|
+
"@saas-ui/nprogress": "0.1.2",
|
60
|
+
"@saas-ui/number-input": "0.1.2",
|
61
|
+
"@saas-ui/palette": "0.3.1",
|
62
|
+
"@saas-ui/password-input": "0.1.2",
|
63
|
+
"@saas-ui/persona": "0.2.2",
|
64
|
+
"@saas-ui/pin-input": "0.1.2",
|
65
|
+
"@saas-ui/property": "0.1.2",
|
66
|
+
"@saas-ui/provider": "0.1.2",
|
67
|
+
"@saas-ui/radio": "0.1.2",
|
68
|
+
"@saas-ui/snackbar": "0.1.2",
|
69
|
+
"@saas-ui/system": "0.2.2",
|
70
|
+
"@saas-ui/theme": "0.1.2"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=1.7.0",
|
@@ -76,4 +76,4 @@
|
|
76
76
|
"react": ">=16.8.6",
|
77
77
|
"react-dom": ">=16.8.6"
|
78
78
|
}
|
79
|
-
}
|
79
|
+
}
|