@saas-ui/react 0.1.14 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 4fc78fc3f68166bc
2
- @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
- @saas-ui/react:build:  653 B: index.js.gz
4
- @saas-ui/react:build:  519 B: index.js.br
5
- @saas-ui/react:build:  279 B: index.modern.js.gz
6
- @saas-ui/react:build:  253 B: index.modern.js.br
1
+ @saas-ui/react:build: cache hit, replaying output 9a9af4611b636aa5
2
+ @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
+ @saas-ui/react:build:  653 B: index.js.gz
4
+ @saas-ui/react:build:  519 B: index.js.br
5
+ @saas-ui/react:build:  279 B: index.modern.js.gz
6
+ @saas-ui/react:build:  253 B: index.modern.js.br
@@ -0,0 +1 @@
1
+ @saas-ui/react:clean: cache hit, replaying output ff62f704f3f6ca01
@@ -1,15 +1,2 @@
1
- @saas-ui/react:lint:staged: cache hit, replaying output 5077521d5ce9dfb5
2
- @saas-ui/react:lint:staged: [STARTED] Preparing...
3
- @saas-ui/react:lint:staged: [SUCCESS] Preparing...
4
- @saas-ui/react:lint:staged: [STARTED] Running tasks...
5
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx}
6
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
7
- @saas-ui/react:lint:staged: [SKIPPED] No staged files match **/*.{js,ts,tsx}
8
- @saas-ui/react:lint:staged: [STARTED] prettier --write
9
- @saas-ui/react:lint:staged: [SUCCESS] prettier --write
10
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
11
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks...
12
- @saas-ui/react:lint:staged: [STARTED] Applying modifications...
13
- @saas-ui/react:lint:staged: [SUCCESS] Applying modifications...
14
- @saas-ui/react:lint:staged: [STARTED] Cleaning up...
15
- @saas-ui/react:lint:staged: [SUCCESS] Cleaning up...
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,76 @@
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
+
22
+ ## 0.2.0
23
+
24
+ ### Minor Changes
25
+
26
+ - Upgrade to Chakra UI 1.8.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @saas-ui/provider@0.2.0
34
+ - @saas-ui/auth@0.2.0
35
+ - @saas-ui/collapse@0.2.0
36
+ - @saas-ui/forms@0.2.0
37
+ - @saas-ui/hotkeys@0.3.0
38
+ - @saas-ui/input-right-button@0.2.0
39
+ - @saas-ui/menu@0.2.0
40
+ - @saas-ui/nprogress@0.2.0
41
+ - @saas-ui/number-input@0.2.0
42
+ - @saas-ui/palette@0.4.0
43
+ - @saas-ui/persona@0.3.0
44
+ - @saas-ui/pin-input@0.2.0
45
+ - @saas-ui/radio@0.2.0
46
+ - @saas-ui/search-input@0.3.0
47
+ - @saas-ui/select@0.2.0
48
+ - @saas-ui/snackbar@0.2.0
49
+ - @saas-ui/theme@0.2.0
50
+ - @saas-ui/button@0.2.0
51
+ - @saas-ui/card@0.2.0
52
+ - @saas-ui/hooks@0.2.0
53
+ - @saas-ui/password-input@0.2.0
54
+ - @saas-ui/property@0.2.0
55
+ - @saas-ui/system@0.3.0
56
+
57
+ ## 0.1.16
58
+
59
+ ### Patch Changes
60
+
61
+ - Remove Next dependency
62
+ - Updated dependencies
63
+ - @saas-ui/nprogress@0.1.6
64
+
65
+ ## 0.1.15
66
+
67
+ ### Patch Changes
68
+
69
+ - Removed unused isOptional option
70
+ - Updated dependencies
71
+ - @saas-ui/auth@0.1.9
72
+ - @saas-ui/forms@0.1.9
73
+
3
74
  ## 0.1.14
4
75
 
5
76
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.14",
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": {
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://saas-ui.dev/",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/AppulseSoftware/saas-ui",
34
+ "url": "https://github.com/saas-js/saas-ui",
35
35
  "directory": "packages/saas-ui-react"
36
36
  },
37
37
  "keywords": [
@@ -51,32 +51,32 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.1.8",
55
- "@saas-ui/button": "0.1.6",
56
- "@saas-ui/card": "0.1.6",
57
- "@saas-ui/collapse": "0.1.5",
58
- "@saas-ui/forms": "0.1.8",
59
- "@saas-ui/hooks": "0.1.3",
60
- "@saas-ui/hotkeys": "0.2.6",
61
- "@saas-ui/input-right-button": "0.1.6",
62
- "@saas-ui/menu": "0.1.6",
63
- "@saas-ui/nprogress": "0.1.5",
64
- "@saas-ui/number-input": "0.1.4",
65
- "@saas-ui/palette": "0.3.2",
66
- "@saas-ui/password-input": "0.1.7",
67
- "@saas-ui/persona": "0.2.6",
68
- "@saas-ui/pin-input": "0.1.4",
69
- "@saas-ui/property": "0.1.3",
70
- "@saas-ui/provider": "0.1.6",
71
- "@saas-ui/radio": "0.1.5",
72
- "@saas-ui/search-input": "0.2.4",
73
- "@saas-ui/select": "0.1.5",
74
- "@saas-ui/snackbar": "0.1.5",
75
- "@saas-ui/system": "0.2.5",
76
- "@saas-ui/theme": "0.1.6"
54
+ "@saas-ui/auth": "0.2.1",
55
+ "@saas-ui/button": "0.2.0",
56
+ "@saas-ui/card": "0.2.0",
57
+ "@saas-ui/collapse": "0.2.0",
58
+ "@saas-ui/forms": "0.2.1",
59
+ "@saas-ui/hooks": "0.2.0",
60
+ "@saas-ui/hotkeys": "0.3.0",
61
+ "@saas-ui/input-right-button": "0.2.0",
62
+ "@saas-ui/menu": "0.2.1",
63
+ "@saas-ui/nprogress": "0.2.0",
64
+ "@saas-ui/number-input": "0.2.0",
65
+ "@saas-ui/palette": "0.4.0",
66
+ "@saas-ui/password-input": "0.2.0",
67
+ "@saas-ui/persona": "0.3.1",
68
+ "@saas-ui/pin-input": "0.2.0",
69
+ "@saas-ui/property": "0.2.0",
70
+ "@saas-ui/provider": "0.2.1",
71
+ "@saas-ui/radio": "0.2.0",
72
+ "@saas-ui/search-input": "0.3.0",
73
+ "@saas-ui/select": "0.2.0",
74
+ "@saas-ui/snackbar": "0.2.0",
75
+ "@saas-ui/system": "0.3.0",
76
+ "@saas-ui/theme": "0.2.1"
77
77
  },
78
78
  "peerDependencies": {
79
- "@chakra-ui/react": ">=1.7.0",
79
+ "@chakra-ui/react": ">=1.8.0",
80
80
  "@chakra-ui/system": ">=1.0.0",
81
81
  "framer-motion": ">=5.5.0",
82
82
  "react": ">=16.8.6",