@saas-ui/react 0.13.3 → 0.14.0-next.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,97 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.14.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump version
8
+ - Updated dependencies
9
+ - @saas-ui/auth@0.8.0-next.1
10
+ - @saas-ui/banner@0.1.0-next.1
11
+ - @saas-ui/button@0.5.0-next.1
12
+ - @saas-ui/card@0.5.0-next.1
13
+ - @saas-ui/collapse@0.4.0-next.1
14
+ - @saas-ui/data-table@0.4.0-next.1
15
+ - @saas-ui/forms@0.8.0-next.1
16
+ - @saas-ui/hooks@0.5.0-next.1
17
+ - @saas-ui/hotkeys@0.7.0-next.1
18
+ - @saas-ui/input-right-button@0.4.0-next.1
19
+ - @saas-ui/layout@0.4.0-next.1
20
+ - @saas-ui/list@0.6.0-next.1
21
+ - @saas-ui/menu@0.6.0-next.1
22
+ - @saas-ui/modals@0.6.0-next.1
23
+ - @saas-ui/nprogress@0.5.0-next.1
24
+ - @saas-ui/number-input@0.4.0-next.1
25
+ - @saas-ui/palette@0.6.0-next.1
26
+ - @saas-ui/password-input@0.4.0-next.1
27
+ - @saas-ui/persona@0.6.0-next.1
28
+ - @saas-ui/pin-input@0.4.0-next.1
29
+ - @saas-ui/property@0.4.0-next.1
30
+ - @saas-ui/provider@0.4.0-next.1
31
+ - @saas-ui/radio@0.4.0-next.1
32
+ - @saas-ui/search-input@0.6.0-next.1
33
+ - @saas-ui/select@0.5.0-next.1
34
+ - @saas-ui/snackbar@0.5.0-next.1
35
+ - @saas-ui/stepper@0.3.0-next.1
36
+ - @saas-ui/theme@0.9.0-next.1
37
+
38
+ ## 0.14.0-next.0
39
+
40
+ ### Minor Changes
41
+
42
+ - 3ae6be1: breaking: Updated to Chakra UI 2.1
43
+ - 3ae6be1: breaking: React 18 support.
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [3ae6be1]
48
+ - Updated dependencies [a8fa78a]
49
+ - Updated dependencies [3ae6be1]
50
+ - @saas-ui/auth@0.8.0-next.0
51
+ - @saas-ui/banner@0.1.0-next.0
52
+ - @saas-ui/button@0.5.0-next.0
53
+ - @saas-ui/card@0.5.0-next.0
54
+ - @saas-ui/collapse@0.4.0-next.0
55
+ - @saas-ui/data-table@0.4.0-next.0
56
+ - @saas-ui/forms@0.8.0-next.0
57
+ - @saas-ui/hooks@0.5.0-next.0
58
+ - @saas-ui/hotkeys@0.7.0-next.0
59
+ - @saas-ui/input-right-button@0.4.0-next.0
60
+ - @saas-ui/layout@0.4.0-next.0
61
+ - @saas-ui/list@0.6.0-next.0
62
+ - @saas-ui/menu@0.6.0-next.0
63
+ - @saas-ui/modals@0.6.0-next.0
64
+ - @saas-ui/nprogress@0.5.0-next.0
65
+ - @saas-ui/number-input@0.4.0-next.0
66
+ - @saas-ui/palette@0.6.0-next.0
67
+ - @saas-ui/password-input@0.4.0-next.0
68
+ - @saas-ui/persona@0.6.0-next.0
69
+ - @saas-ui/pin-input@0.4.0-next.0
70
+ - @saas-ui/property@0.4.0-next.0
71
+ - @saas-ui/provider@0.4.0-next.0
72
+ - @saas-ui/radio@0.4.0-next.0
73
+ - @saas-ui/search-input@0.6.0-next.0
74
+ - @saas-ui/select@0.5.0-next.0
75
+ - @saas-ui/snackbar@0.5.0-next.0
76
+ - @saas-ui/stepper@0.3.0-next.0
77
+ - @saas-ui/theme@0.9.0-next.0
78
+
79
+ ## 0.13.5
80
+
81
+ ### Patch Changes
82
+
83
+ - f14fa4e: Fixed issue where the resolver was not passed down to the Form.
84
+ - Updated dependencies [f14fa4e]
85
+ - @saas-ui/modals@0.5.12
86
+
87
+ ## 0.13.4
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [8f68188]
92
+ - @saas-ui/search-input@0.5.1
93
+ - @saas-ui/hotkeys@0.6.2
94
+
3
95
  ## 0.13.3
4
96
 
5
97
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  import*as r from"react";import{chakra as a}from"@chakra-ui/system";export*from"@saas-ui/auth";export*from"@saas-ui/banner";export*from"@saas-ui/button";export*from"@saas-ui/card";export*from"@saas-ui/collapse";export*from"@saas-ui/data-table";export*from"@saas-ui/list";export*from"@saas-ui/layout";export*from"@saas-ui/forms";export*from"@saas-ui/hooks";export*from"@saas-ui/hotkeys";export*from"@saas-ui/input-right-button";export*from"@saas-ui/menu";export*from"@saas-ui/modals";export*from"@saas-ui/nprogress";export*from"@saas-ui/number-input";export*from"@saas-ui/palette";export*from"@saas-ui/password-input";export*from"@saas-ui/persona";export*from"@saas-ui/pin-input";export*from"@saas-ui/property";export*from"@saas-ui/provider";export*from"@saas-ui/radio";export*from"@saas-ui/search-input";export*from"@saas-ui/select";export*from"@saas-ui/snackbar";export*from"@saas-ui/stepper";export*from"@saas-ui/theme";const o=o=>/*#__PURE__*/r.createElement(a.span,o,/*#__PURE__*/r.createElement("br",null));export{o as Br};
2
- //# sourceMappingURL=index.modern.js.map
2
+ //# sourceMappingURL=index.modern.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.modern.mjs","sources":["../src/typography.tsx"],"sourcesContent":["import * as React from 'react'\nimport { chakra, HTMLChakraProps } from '@chakra-ui/system'\n\nexport const Br: React.FC<HTMLChakraProps<'span'>> = (props) => {\n return (\n <chakra.span {...props}>\n <br />\n </chakra.span>\n )\n}\n"],"names":["Br","props","React","chakra","span"],"mappings":"y5BAGaA,MAAAA,EAAyCC,gBAElDC,gBAACC,EAAOC,KAASH,eACfC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.13.3",
3
+ "version": "0.14.0-next.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -55,42 +55,42 @@
55
55
  "url": "https://storybook.saas-ui.dev"
56
56
  },
57
57
  "dependencies": {
58
- "@chakra-ui/system": ">=1.0.0",
59
- "@saas-ui/auth": "0.7.12",
60
- "@saas-ui/banner": "0.0.2",
61
- "@saas-ui/button": "0.4.0",
62
- "@saas-ui/card": "0.4.0",
63
- "@saas-ui/collapse": "0.3.0",
64
- "@saas-ui/data-table": "0.3.4",
65
- "@saas-ui/forms": "0.7.8",
66
- "@saas-ui/hooks": "0.4.0",
67
- "@saas-ui/hotkeys": "0.6.1",
68
- "@saas-ui/input-right-button": "0.3.1",
69
- "@saas-ui/layout": "0.3.4",
70
- "@saas-ui/list": "0.5.0",
71
- "@saas-ui/menu": "0.5.4",
72
- "@saas-ui/modals": "0.5.11",
73
- "@saas-ui/nprogress": "0.4.0",
74
- "@saas-ui/number-input": "0.3.0",
75
- "@saas-ui/palette": "0.5.0",
76
- "@saas-ui/password-input": "0.3.2",
77
- "@saas-ui/persona": "0.5.1",
78
- "@saas-ui/pin-input": "0.3.0",
79
- "@saas-ui/property": "0.3.1",
80
- "@saas-ui/provider": "0.3.9",
81
- "@saas-ui/radio": "0.3.0",
82
- "@saas-ui/search-input": "0.5.0",
83
- "@saas-ui/select": "0.4.0",
84
- "@saas-ui/snackbar": "0.4.0",
85
- "@saas-ui/stepper": "0.2.2",
86
- "@saas-ui/theme": "0.8.0"
58
+ "@chakra-ui/system": "^2.0.0",
59
+ "@saas-ui/auth": "0.8.0-next.1",
60
+ "@saas-ui/banner": "0.1.0-next.1",
61
+ "@saas-ui/button": "0.5.0-next.1",
62
+ "@saas-ui/card": "0.5.0-next.1",
63
+ "@saas-ui/collapse": "0.4.0-next.1",
64
+ "@saas-ui/data-table": "0.4.0-next.1",
65
+ "@saas-ui/forms": "0.8.0-next.1",
66
+ "@saas-ui/hooks": "0.5.0-next.1",
67
+ "@saas-ui/hotkeys": "0.7.0-next.1",
68
+ "@saas-ui/input-right-button": "0.4.0-next.1",
69
+ "@saas-ui/layout": "0.4.0-next.1",
70
+ "@saas-ui/list": "0.6.0-next.1",
71
+ "@saas-ui/menu": "0.6.0-next.1",
72
+ "@saas-ui/modals": "0.6.0-next.1",
73
+ "@saas-ui/nprogress": "0.5.0-next.1",
74
+ "@saas-ui/number-input": "0.4.0-next.1",
75
+ "@saas-ui/palette": "0.6.0-next.1",
76
+ "@saas-ui/password-input": "0.4.0-next.1",
77
+ "@saas-ui/persona": "0.6.0-next.1",
78
+ "@saas-ui/pin-input": "0.4.0-next.1",
79
+ "@saas-ui/property": "0.4.0-next.1",
80
+ "@saas-ui/provider": "0.4.0-next.1",
81
+ "@saas-ui/radio": "0.4.0-next.1",
82
+ "@saas-ui/search-input": "0.6.0-next.1",
83
+ "@saas-ui/select": "0.5.0-next.1",
84
+ "@saas-ui/snackbar": "0.5.0-next.1",
85
+ "@saas-ui/stepper": "0.3.0-next.1",
86
+ "@saas-ui/theme": "0.9.0-next.1"
87
87
  },
88
88
  "peerDependencies": {
89
- "@chakra-ui/react": ">=1.8.0",
89
+ "@chakra-ui/react": ">=2.1.0",
90
90
  "@emotion/react": "^11",
91
91
  "@emotion/styled": "^11",
92
92
  "framer-motion": ">=5.5.0",
93
- "react": ">=16.8.6",
94
- "react-dom": ">=16.8.6"
93
+ "react": ">=18",
94
+ "react-dom": ">=18"
95
95
  }
96
96
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.modern.js","sources":["../src/typography.tsx"],"sourcesContent":["import * as React from 'react'\nimport { chakra, HTMLChakraProps } from '@chakra-ui/system'\n\nexport const Br: React.FC<HTMLChakraProps<'span'>> = (props) => {\n return (\n <chakra.span {...props}>\n <br />\n </chakra.span>\n )\n}\n"],"names":["Br","props","React","chakra","span"],"mappings":"y5BAGaA,MAAAA,EAAyCC,gBAElDC,gBAACC,EAAOC,KAASH,eACfC"}