@saas-ui/react 3.0.0-alpha.13 → 3.0.0-alpha.14

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 0067207: Fixed issue where paddingStart would not apply to grouped inputs
8
+ - 0067207: Added 4.5 spacing
9
+
3
10
  ## 3.0.0-alpha.13
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -8727,6 +8727,7 @@ var spacing = import_react93.defineTokens.spacing({
8727
8727
  3: { value: scaleToken("0.75rem") },
8728
8728
  3.5: { value: scaleToken("0.875rem") },
8729
8729
  4: { value: scaleToken("1rem") },
8730
+ 4.5: { value: scaleToken("1.125rem") },
8730
8731
  5: { value: scaleToken("1.25rem") },
8731
8732
  6: { value: scaleToken("1.5rem") },
8732
8733
  7: { value: scaleToken("1.75rem") },
package/dist/index.js CHANGED
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  colors
6
6
  } from "./chunk-3MO37LYW.js";
7
- import {
8
- SearchInput
9
- } from "./chunk-LIYUBUOP.js";
10
7
  import {
11
8
  SegmentedControl
12
9
  } from "./chunk-SKXSBAOS.js";
10
+ import {
11
+ SearchInput
12
+ } from "./chunk-LIYUBUOP.js";
13
13
  import {
14
14
  namespace_exports as namespace_exports3
15
15
  } from "./chunk-S3CQW7GD.js";
@@ -19,9 +19,6 @@ import {
19
19
  useSidebarItemStyles,
20
20
  useSidebarStyles
21
21
  } from "./chunk-GGAKUS66.js";
22
- import {
23
- steps_exports
24
- } from "./chunk-44ZA3TYW.js";
25
22
  import {
26
23
  Switch
27
24
  } from "./chunk-SA3OGTOO.js";
@@ -29,6 +26,9 @@ import {
29
26
  Toaster,
30
27
  toast
31
28
  } from "./chunk-HELHPHIQ.js";
29
+ import {
30
+ steps_exports
31
+ } from "./chunk-44ZA3TYW.js";
32
32
  import {
33
33
  menu_exports
34
34
  } from "./chunk-KK77TYNL.js";
@@ -42,16 +42,12 @@ import {
42
42
  import {
43
43
  navbar_exports
44
44
  } from "./chunk-Q6SNJJO2.js";
45
- import {
46
- PasswordInput
47
- } from "./chunk-CD2JUFI2.js";
48
45
  import {
49
46
  NumberInput
50
47
  } from "./chunk-ULAJ3JEO.js";
51
48
  import {
52
- Radio,
53
- RadioGroup
54
- } from "./chunk-WYLMBMAH.js";
49
+ PasswordInput
50
+ } from "./chunk-CD2JUFI2.js";
55
51
  import {
56
52
  PinInput
57
53
  } from "./chunk-2EUACKRH.js";
@@ -60,6 +56,10 @@ import {
60
56
  PersonaAvatar,
61
57
  defaultPresenceOptions
62
58
  } from "./chunk-M7FOBCOV.js";
59
+ import {
60
+ Radio,
61
+ RadioGroup
62
+ } from "./chunk-WYLMBMAH.js";
63
63
  import {
64
64
  namespace_exports
65
65
  } from "./chunk-CB52LBJK.js";
@@ -72,10 +72,10 @@ import {
72
72
  import {
73
73
  grid_list_exports
74
74
  } from "./chunk-NSD5HRIP.js";
75
- import "./chunk-KTLWEUNW.js";
76
75
  import {
77
76
  IconBadge
78
77
  } from "./chunk-I2RXEKTB.js";
78
+ import "./chunk-KTLWEUNW.js";
79
79
  import {
80
80
  InputGroup
81
81
  } from "./chunk-PKI6YH2V.js";
@@ -8442,6 +8442,7 @@ var spacing = defineTokens14.spacing({
8442
8442
  3: { value: scaleToken("0.75rem") },
8443
8443
  3.5: { value: scaleToken("0.875rem") },
8444
8444
  4: { value: scaleToken("1rem") },
8445
+ 4.5: { value: scaleToken("1.125rem") },
8445
8446
  5: { value: scaleToken("1.25rem") },
8446
8447
  6: { value: scaleToken("1.5rem") },
8447
8448
  7: { value: scaleToken("1.75rem") },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.13",
3
+ "version": "3.0.0-alpha.14",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {