@uniformdev/design-system 19.212.2-alpha.2 → 19.213.0

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
@@ -19582,6 +19582,7 @@ var inputIconBtn = css88`
19582
19582
  &[aria-disabled='true'] {
19583
19583
  background: none;
19584
19584
  color: currentColor;
19585
+ cursor: default;
19585
19586
  }
19586
19587
 
19587
19588
  &:focus {
package/dist/index.js CHANGED
@@ -21480,6 +21480,7 @@ var inputIconBtn = import_react131.css`
21480
21480
  &[aria-disabled='true'] {
21481
21481
  background: none;
21482
21482
  color: currentColor;
21483
+ cursor: default;
21483
21484
  }
21484
21485
 
21485
21486
  &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.212.2-alpha.2+bda012917f",
3
+ "version": "19.213.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "@storybook/theming": "^8.3.3",
27
27
  "@types/react": "18.3.11",
28
28
  "@types/react-dom": "18.3.1",
29
- "@uniformdev/canvas": "^19.212.2-alpha.2+bda012917f",
30
- "@uniformdev/richtext": "^19.212.2-alpha.2+bda012917f",
29
+ "@uniformdev/canvas": "^19.213.0",
30
+ "@uniformdev/richtext": "^19.213.0",
31
31
  "autoprefixer": "10.4.16",
32
32
  "hygen": "6.2.11",
33
33
  "postcss": "8.4.47",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "bda012917f3dd9c8eac49fa1ab49d1de577853ef"
82
+ "gitHead": "40002f511096dd24a7d2a7793d3bbdc05b32c2fb"
83
83
  }