@zenkigen-inc/component-ui 1.18.3 → 1.18.4
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2806,7 +2806,7 @@ function TextAreaInner({
|
|
|
2806
2806
|
className
|
|
2807
2807
|
);
|
|
2808
2808
|
const textAreaClassName = (0, import_clsx38.clsx)(
|
|
2809
|
-
"w-full border-none bg-
|
|
2809
|
+
"w-full border-none bg-uiBackground01 outline-0 placeholder:text-textPlaceholder disabled:text-textPlaceholder",
|
|
2810
2810
|
{
|
|
2811
2811
|
"typography-body14regular px-2 py-2": size === "medium",
|
|
2812
2812
|
"text-4 leading-normal px-3.5 py-2.5": size === "large",
|
package/dist/index.mjs
CHANGED
|
@@ -2730,7 +2730,7 @@ function TextAreaInner({
|
|
|
2730
2730
|
className
|
|
2731
2731
|
);
|
|
2732
2732
|
const textAreaClassName = clsx38(
|
|
2733
|
-
"w-full border-none bg-
|
|
2733
|
+
"w-full border-none bg-uiBackground01 outline-0 placeholder:text-textPlaceholder disabled:text-textPlaceholder",
|
|
2734
2734
|
{
|
|
2735
2735
|
"typography-body14regular px-2 py-2": size === "medium",
|
|
2736
2736
|
"text-4 leading-normal px-3.5 py-2.5": size === "large",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenkigen-inc/component-ui",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.4",
|
|
4
4
|
"repository": "https://github.com/zenkigen/zenkigen-component",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@floating-ui/react": "0.27.16",
|
|
41
|
-
"@zenkigen-inc/component-config": "1.18.
|
|
42
|
-
"@zenkigen-inc/component-icons": "1.18.
|
|
43
|
-
"@zenkigen-inc/component-theme": "1.18.
|
|
41
|
+
"@zenkigen-inc/component-config": "1.18.4",
|
|
42
|
+
"@zenkigen-inc/component-icons": "1.18.4",
|
|
43
|
+
"@zenkigen-inc/component-theme": "1.18.4",
|
|
44
44
|
"clsx": "2.1.1"
|
|
45
45
|
}
|
|
46
46
|
}
|