@uniformdev/design-system 20.14.0 → 20.14.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/dist/esm/index.js CHANGED
@@ -6906,6 +6906,7 @@ var counterContainer = (bgColor, hasIcon) => css47`
6906
6906
  var counterZeroValue = css47`
6907
6907
  background: var(--gray-800);
6908
6908
  border-radius: var(--rounded-full);
6909
+ display: block;
6909
6910
  width: 2px;
6910
6911
  height: 2px;
6911
6912
  `;
@@ -15632,8 +15633,8 @@ var SegmentedControl = ({
15632
15633
  segmentedControlStyles,
15633
15634
  orientation === "vertical" ? segmentedControlVerticalStyles : void 0
15634
15635
  ],
15635
- ...props,
15636
15636
  "data-testid": "segmented-control",
15637
+ ...props,
15637
15638
  children: options.map((option, index) => {
15638
15639
  var _a;
15639
15640
  if (!option) {
package/dist/index.js CHANGED
@@ -8688,6 +8688,7 @@ var counterContainer = (bgColor, hasIcon) => import_react69.css`
8688
8688
  var counterZeroValue = import_react69.css`
8689
8689
  background: var(--gray-800);
8690
8690
  border-radius: var(--rounded-full);
8691
+ display: block;
8691
8692
  width: 2px;
8692
8693
  height: 2px;
8693
8694
  `;
@@ -17479,8 +17480,8 @@ var SegmentedControl = ({
17479
17480
  segmentedControlStyles,
17480
17481
  orientation === "vertical" ? segmentedControlVerticalStyles : void 0
17481
17482
  ],
17482
- ...props,
17483
17483
  "data-testid": "segmented-control",
17484
+ ...props,
17484
17485
  children: options.map((option, index) => {
17485
17486
  var _a;
17486
17487
  if (!option) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.14.0",
3
+ "version": "20.14.2",
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.14.0",
42
- "@uniformdev/richtext": "^20.14.0",
41
+ "@uniformdev/canvas": "^20.14.2",
42
+ "@uniformdev/richtext": "^20.14.2",
43
43
  "@vitest/coverage-v8": "^3.1.2",
44
44
  "autoprefixer": "10.4.21",
45
45
  "hygen": "6.2.11",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "958a8fe27da8ec9191a1a09f289f6f7418dd16d6"
94
+ "gitHead": "5da8b97b485b3a86ca4aaadcf70c0a0273429ef1"
95
95
  }