@uniformdev/design-system 20.13.0 → 20.13.3-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/dist/esm/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -15627,8 +15627,8 @@ var SegmentedControl = ({
|
|
|
15627
15627
|
segmentedControlStyles,
|
|
15628
15628
|
orientation === "vertical" ? segmentedControlVerticalStyles : void 0
|
|
15629
15629
|
],
|
|
15630
|
-
...props,
|
|
15631
15630
|
"data-testid": "segmented-control",
|
|
15631
|
+
...props,
|
|
15632
15632
|
children: options.map((option, index) => {
|
|
15633
15633
|
var _a;
|
|
15634
15634
|
if (!option) {
|
package/dist/index.js
CHANGED
|
@@ -17474,8 +17474,8 @@ var SegmentedControl = ({
|
|
|
17474
17474
|
segmentedControlStyles,
|
|
17475
17475
|
orientation === "vertical" ? segmentedControlVerticalStyles : void 0
|
|
17476
17476
|
],
|
|
17477
|
-
...props,
|
|
17478
17477
|
"data-testid": "segmented-control",
|
|
17478
|
+
...props,
|
|
17479
17479
|
children: options.map((option, index) => {
|
|
17480
17480
|
var _a;
|
|
17481
17481
|
if (!option) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.13.
|
|
3
|
+
"version": "20.13.3-alpha.12+21928e999b",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"exports": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@storybook/theming": "^8.3.3",
|
|
39
39
|
"@types/react": "18.3.11",
|
|
40
40
|
"@types/react-dom": "18.3.1",
|
|
41
|
-
"@uniformdev/canvas": "^20.13.
|
|
42
|
-
"@uniformdev/richtext": "^20.13.
|
|
41
|
+
"@uniformdev/canvas": "^20.13.3-alpha.12+21928e999b",
|
|
42
|
+
"@uniformdev/richtext": "^20.13.3-alpha.12+21928e999b",
|
|
43
43
|
"autoprefixer": "10.4.21",
|
|
44
44
|
"hygen": "6.2.11",
|
|
45
45
|
"postcss": "8.5.3",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "21928e999b3570c04b285c4e9793a34ad6c43b5e"
|
|
93
93
|
}
|