@synergy-design-system/react 2.76.0 → 2.77.1

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,24 @@
1
1
  # @synergy-design-system/react
2
2
 
3
+ ## 2.77.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1148](https://github.com/synergy-design-system/synergy-design-system/pull/1148) [`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-01-08
8
+
9
+ fix: 🐛 Minor dependency updates (#258)
10
+
11
+ - Updated dependencies [[`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6)]:
12
+ - @synergy-design-system/components@2.77.1
13
+ - @synergy-design-system/tokens@2.48.2
14
+
15
+ ## 2.77.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies []:
20
+ - @synergy-design-system/components@2.77.0
21
+
3
22
  ## 2.76.0
4
23
 
5
24
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,6 +1,3 @@
1
- import {
2
- SynSwitch
3
- } from "./chunks/chunk.3AUZZVYZ.js";
4
1
  import {
5
2
  SynTabGroup
6
3
  } from "./chunks/chunk.5GCIGA47.js";
@@ -22,9 +19,6 @@ import {
22
19
  import {
23
20
  SynValidate
24
21
  } from "./chunks/chunk.EL2F4LIK.js";
25
- import {
26
- SynRadioButton
27
- } from "./chunks/chunk.2LDP5CAQ.js";
28
22
  import {
29
23
  SynRadioGroup
30
24
  } from "./chunks/chunk.5CIFYMXU.js";
@@ -47,8 +41,8 @@ import {
47
41
  SynSpinner
48
42
  } from "./chunks/chunk.SOARUKQP.js";
49
43
  import {
50
- SynMenu
51
- } from "./chunks/chunk.4IVJHGWM.js";
44
+ SynSwitch
45
+ } from "./chunks/chunk.3AUZZVYZ.js";
52
46
  import {
53
47
  SynNavItem
54
48
  } from "./chunks/chunk.EFKHCKYH.js";
@@ -71,8 +65,8 @@ import {
71
65
  SynProgressRing
72
66
  } from "./chunks/chunk.ADSD2U7G.js";
73
67
  import {
74
- SynDropdown
75
- } from "./chunks/chunk.AE6RZ4W2.js";
68
+ SynRadioButton
69
+ } from "./chunks/chunk.2LDP5CAQ.js";
76
70
  import {
77
71
  SynFile
78
72
  } from "./chunks/chunk.IQB5SV6K.js";
@@ -95,8 +89,8 @@ import {
95
89
  SynMenuLabel
96
90
  } from "./chunks/chunk.BTEVTUXU.js";
97
91
  import {
98
- SynButton
99
- } from "./chunks/chunk.TGSZHDUW.js";
92
+ SynMenu
93
+ } from "./chunks/chunk.4IVJHGWM.js";
100
94
  import {
101
95
  SynCard
102
96
  } from "./chunks/chunk.OJAJTT5S.js";
@@ -118,6 +112,9 @@ import {
118
112
  import {
119
113
  SynDrawer
120
114
  } from "./chunks/chunk.RWOJEMSX.js";
115
+ import {
116
+ SynDropdown
117
+ } from "./chunks/chunk.AE6RZ4W2.js";
121
118
  import {
122
119
  SynAccordion
123
120
  } from "./chunks/chunk.2PS5VOXM.js";
@@ -136,6 +133,9 @@ import {
136
133
  import {
137
134
  SynButtonGroup
138
135
  } from "./chunks/chunk.HHPIABBV.js";
136
+ import {
137
+ SynButton
138
+ } from "./chunks/chunk.TGSZHDUW.js";
139
139
  export {
140
140
  SynAccordion,
141
141
  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": "^2.76.0"
8
+ "@synergy-design-system/components": "^2.77.1"
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": "2.76.0",
46
+ "version": "2.77.1",
47
47
  "devDependencies": {
48
- "@types/react": "^19.2.0",
49
- "react": "^19.2.0"
48
+ "@types/react": "^19.2.7",
49
+ "react": "^19.2.3"
50
50
  },
51
51
  "peerDependencies": {
52
- "@synergy-design-system/tokens": "^2.48.0"
52
+ "@synergy-design-system/tokens": "^2.48.2"
53
53
  }
54
54
  }