@saas-ui/react 0.2.0 → 0.2.1

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.
@@ -1,4 +1,4 @@
1
- @saas-ui/react:build: cache hit, replaying output d17e2a88bf98c6d1
1
+ @saas-ui/react:build: cache hit, replaying output 9a9af4611b636aa5
2
2
  @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
3
  @saas-ui/react:build:  653 B: index.js.gz
4
4
  @saas-ui/react:build:  519 B: index.js.br
@@ -1,2 +1,2 @@
1
- @saas-ui/react:lint:staged: cache hit, replaying output 49a54e3bb534cf81
2
- @saas-ui/react:lint:staged: → No staged files match any configured task.
1
+ @saas-ui/react:lint:staged: cache hit, replaying output 8b4238a617b68079
2
+ @saas-ui/react:lint:staged: → No staged files match any configured task.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 7141944: Improve button color accesibility
8
+ - e448f31: Saas UI theme now longer shows outlines when buttons/links are focused with a mouse click
9
+ - 6c55bef: Now using semantic tokens for presence colors
10
+ - 9673005: Improved typescript support and fixed issue with invalid states
11
+ - Updated dependencies [7141944]
12
+ - Updated dependencies [e448f31]
13
+ - Updated dependencies [6c55bef]
14
+ - Updated dependencies [9673005]
15
+ - @saas-ui/theme@0.2.1
16
+ - @saas-ui/persona@0.3.1
17
+ - @saas-ui/forms@0.2.1
18
+ - @saas-ui/provider@0.2.1
19
+ - @saas-ui/auth@0.2.1
20
+ - @saas-ui/menu@0.2.1
21
+
3
22
  ## 0.2.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -51,29 +51,29 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.2.0",
54
+ "@saas-ui/auth": "0.2.1",
55
55
  "@saas-ui/button": "0.2.0",
56
56
  "@saas-ui/card": "0.2.0",
57
57
  "@saas-ui/collapse": "0.2.0",
58
- "@saas-ui/forms": "0.2.0",
58
+ "@saas-ui/forms": "0.2.1",
59
59
  "@saas-ui/hooks": "0.2.0",
60
60
  "@saas-ui/hotkeys": "0.3.0",
61
61
  "@saas-ui/input-right-button": "0.2.0",
62
- "@saas-ui/menu": "0.2.0",
62
+ "@saas-ui/menu": "0.2.1",
63
63
  "@saas-ui/nprogress": "0.2.0",
64
64
  "@saas-ui/number-input": "0.2.0",
65
65
  "@saas-ui/palette": "0.4.0",
66
66
  "@saas-ui/password-input": "0.2.0",
67
- "@saas-ui/persona": "0.3.0",
67
+ "@saas-ui/persona": "0.3.1",
68
68
  "@saas-ui/pin-input": "0.2.0",
69
69
  "@saas-ui/property": "0.2.0",
70
- "@saas-ui/provider": "0.2.0",
70
+ "@saas-ui/provider": "0.2.1",
71
71
  "@saas-ui/radio": "0.2.0",
72
72
  "@saas-ui/search-input": "0.3.0",
73
73
  "@saas-ui/select": "0.2.0",
74
74
  "@saas-ui/snackbar": "0.2.0",
75
75
  "@saas-ui/system": "0.3.0",
76
- "@saas-ui/theme": "0.2.0"
76
+ "@saas-ui/theme": "0.2.1"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@chakra-ui/react": ">=1.8.0",