@uniformdev/design-system 20.72.3-alpha.5 → 20.72.3-alpha.7

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
@@ -5825,10 +5825,10 @@ var Input = forwardRef9(
5825
5825
  id,
5826
5826
  css: [
5827
5827
  prefix ? inputInPrefixGroup : input("nowrap"),
5828
+ typeof classNameControl === "object" ? classNameControl : void 0,
5828
5829
  prefix && icon ? inputInPrefixGroupWithIcon : void 0,
5829
5830
  !prefix && errorMessage ? inputError : void 0,
5830
- !prefix && icon ? inputWithIcon : "",
5831
- typeof classNameControl === "object" ? classNameControl : void 0
5831
+ !prefix && icon ? inputWithIcon : ""
5832
5832
  ],
5833
5833
  "aria-label": showLabel || typeof label2 !== "string" ? void 0 : label2,
5834
5834
  className: typeof classNameControl === "string" ? classNameControl : "",
package/dist/index.js CHANGED
@@ -7657,10 +7657,10 @@ var Input = (0, import_react49.forwardRef)(
7657
7657
  id,
7658
7658
  css: [
7659
7659
  prefix ? inputInPrefixGroup : input("nowrap"),
7660
+ typeof classNameControl === "object" ? classNameControl : void 0,
7660
7661
  prefix && icon ? inputInPrefixGroupWithIcon : void 0,
7661
7662
  !prefix && errorMessage ? inputError : void 0,
7662
- !prefix && icon ? inputWithIcon : "",
7663
- typeof classNameControl === "object" ? classNameControl : void 0
7663
+ !prefix && icon ? inputWithIcon : ""
7664
7664
  ],
7665
7665
  "aria-label": showLabel || typeof label2 !== "string" ? void 0 : label2,
7666
7666
  className: typeof classNameControl === "string" ? classNameControl : "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.72.3-alpha.5+87cd60cb2e",
3
+ "version": "20.72.3-alpha.7+901df73c39",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -34,8 +34,8 @@
34
34
  "@storybook/react-vite": "10.4.6",
35
35
  "@types/react": "19.2.17",
36
36
  "@types/react-dom": "19.2.3",
37
- "@uniformdev/canvas": "^20.72.3-alpha.5+87cd60cb2e",
38
- "@uniformdev/richtext": "^20.72.3-alpha.5+87cd60cb2e",
37
+ "@uniformdev/canvas": "^20.72.3-alpha.7+901df73c39",
38
+ "@uniformdev/richtext": "^20.72.3-alpha.7+901df73c39",
39
39
  "autoprefixer": "10.5.0",
40
40
  "hygen": "6.2.11",
41
41
  "jsdom": "29.1.1",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "87cd60cb2eae75aac26c8c51566e66281c3921f9"
85
+ "gitHead": "901df73c394d2803f714085ee620521e31c362c8"
86
86
  }