@saas-ui/react 3.0.0-alpha.11 → 3.0.0-alpha.12

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,11 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 61ce1b5: Fixed sidebar item end element positioning
8
+
3
9
  ## 3.0.0-alpha.11
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -2685,7 +2685,7 @@ var sidebarNavItemSlotRecipe = (0, import_react33.defineSlotRecipe)({
2685
2685
  endElement: {
2686
2686
  display: "flex",
2687
2687
  gap: "1px",
2688
- me: "auto"
2688
+ ms: "auto"
2689
2689
  }
2690
2690
  },
2691
2691
  variants: {
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  import {
2
- Tooltip
3
- } from "./chunk-QSNSWCTM.js";
2
+ Toaster,
3
+ toast
4
+ } from "./chunk-HELHPHIQ.js";
4
5
  import {
5
6
  colors
6
7
  } from "./chunk-3MO37LYW.js";
@@ -13,12 +14,6 @@ import {
13
14
  import {
14
15
  namespace_exports as namespace_exports3
15
16
  } from "./chunk-S3CQW7GD.js";
16
- import {
17
- sidebar_exports,
18
- useSidebar,
19
- useSidebarItemStyles,
20
- useSidebarStyles
21
- } from "./chunk-GGAKUS66.js";
22
17
  import {
23
18
  steps_exports
24
19
  } from "./chunk-6LOMIKR5.js";
@@ -26,9 +21,14 @@ import {
26
21
  Switch
27
22
  } from "./chunk-SA3OGTOO.js";
28
23
  import {
29
- Toaster,
30
- toast
31
- } from "./chunk-HELHPHIQ.js";
24
+ sidebar_exports,
25
+ useSidebar,
26
+ useSidebarItemStyles,
27
+ useSidebarStyles
28
+ } from "./chunk-GGAKUS66.js";
29
+ import {
30
+ Tooltip
31
+ } from "./chunk-QSNSWCTM.js";
32
32
  import {
33
33
  loading_overlay_exports,
34
34
  useLoadingOverlayStyles
@@ -36,26 +36,26 @@ import {
36
36
  import {
37
37
  Spinner
38
38
  } from "./chunk-32JGENDB.js";
39
- import {
40
- menu_exports
41
- } from "./chunk-JGHXJ3PI.js";
42
39
  import {
43
40
  navbar_exports
44
41
  } from "./chunk-Q6SNJJO2.js";
42
+ import {
43
+ menu_exports
44
+ } from "./chunk-JGHXJ3PI.js";
45
45
  import {
46
46
  NumberInput
47
47
  } from "./chunk-ULAJ3JEO.js";
48
48
  import {
49
49
  PasswordInput
50
50
  } from "./chunk-CD2JUFI2.js";
51
- import {
52
- PinInput
53
- } from "./chunk-2EUACKRH.js";
54
51
  import {
55
52
  Persona,
56
53
  PersonaAvatar,
57
54
  defaultPresenceOptions
58
55
  } from "./chunk-M7FOBCOV.js";
56
+ import {
57
+ PinInput
58
+ } from "./chunk-2EUACKRH.js";
59
59
  import {
60
60
  Radio,
61
61
  RadioGroup
@@ -2721,7 +2721,7 @@ var sidebarNavItemSlotRecipe = defineSlotRecipe6({
2721
2721
  endElement: {
2722
2722
  display: "flex",
2723
2723
  gap: "1px",
2724
- me: "auto"
2724
+ ms: "auto"
2725
2725
  }
2726
2726
  },
2727
2727
  variants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.11",
3
+ "version": "3.0.0-alpha.12",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {