@synergy-design-system/react 3.10.0 → 3.10.2

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,21 @@
1
1
  # @synergy-design-system/react
2
2
 
3
+ ## 3.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7defd03`](https://github.com/synergy-design-system/synergy-design-system/commit/7defd0349dc50d4f9549eda59c4b6bcc96c4612c)]:
8
+ - @synergy-design-system/components@3.10.2
9
+ - @synergy-design-system/tokens@3.10.2
10
+
11
+ ## 3.10.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`60b2845`](https://github.com/synergy-design-system/synergy-design-system/commit/60b2845fc089c2508f7e4a2b068b359fad166288)]:
16
+ - @synergy-design-system/components@3.10.1
17
+ - @synergy-design-system/tokens@3.10.1
18
+
3
19
  ## 3.10.0
4
20
 
5
21
  ### Minor Changes
package/dist/index.js CHANGED
@@ -1,9 +1,3 @@
1
- import {
2
- SynValidate
3
- } from "./chunks/chunk.NDVLOP3B.js";
4
- import {
5
- SynSwitch
6
- } from "./chunks/chunk.3AUZZVYZ.js";
7
1
  import {
8
2
  SynTabGroup
9
3
  } from "./chunks/chunk.5GCIGA47.js";
@@ -26,8 +20,8 @@ import {
26
20
  SynTooltip
27
21
  } from "./chunks/chunk.GRD6B33U.js";
28
22
  import {
29
- SynRadioButton
30
- } from "./chunks/chunk.2LDP5CAQ.js";
23
+ SynValidate
24
+ } from "./chunks/chunk.NDVLOP3B.js";
31
25
  import {
32
26
  SynRadioGroup
33
27
  } from "./chunks/chunk.5CIFYMXU.js";
@@ -50,8 +44,8 @@ import {
50
44
  SynSpinner
51
45
  } from "./chunks/chunk.SOARUKQP.js";
52
46
  import {
53
- SynMenu
54
- } from "./chunks/chunk.4IVJHGWM.js";
47
+ SynSwitch
48
+ } from "./chunks/chunk.3AUZZVYZ.js";
55
49
  import {
56
50
  SynNavItem
57
51
  } from "./chunks/chunk.EFKHCKYH.js";
@@ -74,8 +68,8 @@ import {
74
68
  SynProgressRing
75
69
  } from "./chunks/chunk.ADSD2U7G.js";
76
70
  import {
77
- SynDropdown
78
- } from "./chunks/chunk.AE6RZ4W2.js";
71
+ SynRadioButton
72
+ } from "./chunks/chunk.2LDP5CAQ.js";
79
73
  import {
80
74
  SynFile
81
75
  } from "./chunks/chunk.IQB5SV6K.js";
@@ -98,8 +92,8 @@ import {
98
92
  SynMenuLabel
99
93
  } from "./chunks/chunk.BTEVTUXU.js";
100
94
  import {
101
- SynButton
102
- } from "./chunks/chunk.TGSZHDUW.js";
95
+ SynMenu
96
+ } from "./chunks/chunk.4IVJHGWM.js";
103
97
  import {
104
98
  SynCard
105
99
  } from "./chunks/chunk.OJAJTT5S.js";
@@ -121,6 +115,9 @@ import {
121
115
  import {
122
116
  SynDrawer
123
117
  } from "./chunks/chunk.RWOJEMSX.js";
118
+ import {
119
+ SynDropdown
120
+ } from "./chunks/chunk.AE6RZ4W2.js";
124
121
  import {
125
122
  SynAccordion
126
123
  } from "./chunks/chunk.2PS5VOXM.js";
@@ -139,6 +136,9 @@ import {
139
136
  import {
140
137
  SynButtonGroup
141
138
  } from "./chunks/chunk.HHPIABBV.js";
139
+ import {
140
+ SynButton
141
+ } from "./chunks/chunk.TGSZHDUW.js";
142
142
  export {
143
143
  SynAccordion,
144
144
  SynAlert,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@lit/react": "^1.0.8",
8
- "@synergy-design-system/components": "3.10.0"
8
+ "@synergy-design-system/components": "3.10.2"
9
9
  },
10
10
  "description": "React wrappers for the Synergy Design System",
11
11
  "exports": {
@@ -43,12 +43,12 @@
43
43
  "directory": "packages/react"
44
44
  },
45
45
  "type": "module",
46
- "version": "3.10.0",
46
+ "version": "3.10.2",
47
47
  "devDependencies": {
48
48
  "@types/react": "^19.2.14",
49
49
  "react": "^19.2.4"
50
50
  },
51
51
  "peerDependencies": {
52
- "@synergy-design-system/tokens": "3.10.0"
52
+ "@synergy-design-system/tokens": "3.10.2"
53
53
  }
54
54
  }