@zenkigen-inc/component-ui 1.15.2 → 1.15.3

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 CHANGED
@@ -1532,6 +1532,7 @@ var TextArea = (0, import_react21.forwardRef)(
1532
1532
  {
1533
1533
  ref,
1534
1534
  className: classes,
1535
+ disabled,
1535
1536
  ...props,
1536
1537
  style: {
1537
1538
  ...{ maxHeight },
package/dist/index.mjs CHANGED
@@ -1465,6 +1465,7 @@ var TextArea = forwardRef2(
1465
1465
  {
1466
1466
  ref,
1467
1467
  className: classes,
1468
+ disabled,
1468
1469
  ...props,
1469
1470
  style: {
1470
1471
  ...{ maxHeight },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenkigen-inc/component-ui",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "repository": "https://github.com/zenkigen/zenkigen-component",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -37,8 +37,8 @@
37
37
  "react-dom": "^18.0.0 || ^19.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@zenkigen-inc/component-icons": "1.15.2",
41
- "@zenkigen-inc/component-theme": "1.15.2",
40
+ "@zenkigen-inc/component-icons": "1.15.3",
41
+ "@zenkigen-inc/component-theme": "1.15.3",
42
42
  "clsx": "2.1.1"
43
43
  }
44
44
  }