@idds/react 1.6.24 → 1.6.26

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.es.js CHANGED
@@ -5421,7 +5421,7 @@ function An({
5421
5421
  "ina-text-field__helper-text",
5422
5422
  `ina-text-field__helper-text--${h}`
5423
5423
  ), ee = h !== "neutral" && u != null ? u : w, Q = (f == null ? void 0 : f.id) || (f == null ? void 0 : f.name) || String(c).toLowerCase(), O = `${Q}-status`;
5424
- return /* @__PURE__ */ k("div", { className: "ina-text-field", children: [
5424
+ return /* @__PURE__ */ k("div", { className: I("ina-text-field", A), children: [
5425
5425
  c && /* @__PURE__ */ k("label", { className: "ina-text-field__label", htmlFor: String(Q), children: [
5426
5426
  c,
5427
5427
  f.required && /* @__PURE__ */ n("span", { className: "ina-text-field__required", children: "*" })
@@ -5434,7 +5434,7 @@ function An({
5434
5434
  ...f,
5435
5435
  id: String(Q),
5436
5436
  type: f.type ?? "text",
5437
- className: I("ina-text-field__input", A),
5437
+ className: "ina-text-field__input",
5438
5438
  value: F,
5439
5439
  onChange: H,
5440
5440
  onBlur: K,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/react",
3
- "version": "1.6.24",
3
+ "version": "1.6.26",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -53,7 +53,7 @@
53
53
  "./*": "./dist/*"
54
54
  },
55
55
  "dependencies": {
56
- "@idds/styles": "^1.6.22",
56
+ "@idds/styles": "^1.6.24",
57
57
  "clsx": "^2.1.1",
58
58
  "react-hook-form": "^7.60.0"
59
59
  },