@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/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.0",
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
- "require": "./dist/index.js",
8
- "development": "./src/index.ts",
9
- "default": "./dist/index.modern.js"
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",