@saas-ui/react 0.1.12 → 0.1.16

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,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 0c307857bd39f043
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 84f8fae12672360f
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,14 +1,15 @@
1
- [STARTED] Preparing...
2
- [SUCCESS] Preparing...
3
- [STARTED] Running tasks...
4
- [STARTED] Running tasks for **/*.{js,ts,tsx}
5
- [STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
6
- [SKIPPED] No staged files match **/*.{js,ts,tsx}
7
- [STARTED] prettier --write
8
- [SUCCESS] prettier --write
9
- [SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
10
- [SUCCESS] Running tasks...
11
- [STARTED] Applying modifications...
12
- [SUCCESS] Applying modifications...
13
- [STARTED] Cleaning up...
14
- [SUCCESS] Cleaning up...
1
+ @saas-ui/react:lint:staged: cache hit, replaying output 06044c0d5393ca49
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...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove Next dependency
8
+ - Updated dependencies
9
+ - @saas-ui/nprogress@0.1.6
10
+
11
+ ## 0.1.15
12
+
13
+ ### Patch Changes
14
+
15
+ - Removed unused isOptional option
16
+ - Updated dependencies
17
+ - @saas-ui/auth@0.1.9
18
+ - @saas-ui/forms@0.1.9
19
+
20
+ ## 0.1.14
21
+
22
+ ### Patch Changes
23
+
24
+ - Update radio dependencies
25
+ - Updated dependencies
26
+ - @saas-ui/forms@0.1.8
27
+ - @saas-ui/radio@0.1.5
28
+ - @saas-ui/auth@0.1.8
29
+
30
+ ## 0.1.13
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+ - @saas-ui/forms@0.1.7
36
+ - @saas-ui/number-input@0.1.4
37
+ - @saas-ui/password-input@0.1.7
38
+ - @saas-ui/persona@0.2.6
39
+ - @saas-ui/pin-input@0.1.4
40
+ - @saas-ui/radio@0.1.4
41
+ - @saas-ui/search-input@0.2.4
42
+ - @saas-ui/select@0.1.5
43
+ - @saas-ui/auth@0.1.7
44
+ - @saas-ui/hotkeys@0.2.6
45
+
3
46
  ## 0.1.12
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.12",
3
+ "version": "0.1.16",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -51,26 +51,26 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.1.6",
54
+ "@saas-ui/auth": "0.1.9",
55
55
  "@saas-ui/button": "0.1.6",
56
56
  "@saas-ui/card": "0.1.6",
57
57
  "@saas-ui/collapse": "0.1.5",
58
- "@saas-ui/forms": "0.1.6",
58
+ "@saas-ui/forms": "0.1.9",
59
59
  "@saas-ui/hooks": "0.1.3",
60
- "@saas-ui/hotkeys": "0.2.5",
60
+ "@saas-ui/hotkeys": "0.2.6",
61
61
  "@saas-ui/input-right-button": "0.1.6",
62
62
  "@saas-ui/menu": "0.1.6",
63
- "@saas-ui/nprogress": "0.1.5",
64
- "@saas-ui/number-input": "0.1.3",
63
+ "@saas-ui/nprogress": "0.1.6",
64
+ "@saas-ui/number-input": "0.1.4",
65
65
  "@saas-ui/palette": "0.3.2",
66
- "@saas-ui/password-input": "0.1.6",
67
- "@saas-ui/persona": "0.2.5",
68
- "@saas-ui/pin-input": "0.1.3",
66
+ "@saas-ui/password-input": "0.1.7",
67
+ "@saas-ui/persona": "0.2.6",
68
+ "@saas-ui/pin-input": "0.1.4",
69
69
  "@saas-ui/property": "0.1.3",
70
70
  "@saas-ui/provider": "0.1.6",
71
- "@saas-ui/radio": "0.1.3",
72
- "@saas-ui/search-input": "0.2.3",
73
- "@saas-ui/select": "0.1.4",
71
+ "@saas-ui/radio": "0.1.5",
72
+ "@saas-ui/search-input": "0.2.4",
73
+ "@saas-ui/select": "0.1.5",
74
74
  "@saas-ui/snackbar": "0.1.5",
75
75
  "@saas-ui/system": "0.2.5",
76
76
  "@saas-ui/theme": "0.1.6"