@uniformdev/design-system 20.72.3-alpha.5 → 20.72.3-alpha.8
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "20.72.3-alpha.8+bc4cf36434",
|
|
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.
|
|
38
|
-
"@uniformdev/richtext": "^20.72.3-alpha.
|
|
37
|
+
"@uniformdev/canvas": "^20.72.3-alpha.8+bc4cf36434",
|
|
38
|
+
"@uniformdev/richtext": "^20.72.3-alpha.8+bc4cf36434",
|
|
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": "
|
|
85
|
+
"gitHead": "bc4cf3643488dcbc8929bbef6e554ca53de2dd37"
|
|
86
86
|
}
|