@rehagro/ui 1.0.21 → 1.0.22

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
@@ -170,8 +170,8 @@ var WarningCircleIcon = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
170
170
  "svg",
171
171
  {
172
172
  xmlns: "http://www.w3.org/2000/svg",
173
- width: "1.1em",
174
- height: "1.1em",
173
+ width: "15",
174
+ height: "15",
175
175
  viewBox: "0 0 256 256",
176
176
  fill: "currentColor",
177
177
  "aria-hidden": "true",
@@ -186,8 +186,8 @@ var WarningCircleIcon = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
186
186
  r: "96",
187
187
  fill: "none",
188
188
  stroke: "currentColor",
189
- "stroke-miterlimit": "10",
190
- "stroke-width": "16"
189
+ strokeMiterlimit: "10",
190
+ strokeWidth: "16"
191
191
  }
192
192
  ),
193
193
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -199,9 +199,9 @@ var WarningCircleIcon = (props) => /* @__PURE__ */ jsxRuntime.jsxs(
199
199
  y2: "80",
200
200
  fill: "none",
201
201
  stroke: "currentColor",
202
- "stroke-linecap": "round",
203
- "stroke-linejoin": "round",
204
- "stroke-width": "16"
202
+ strokeLinecap: "round",
203
+ strokeLinejoin: "round",
204
+ strokeWidth: "16"
205
205
  }
206
206
  ),
207
207
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "128", cy: "172", r: "12" })
@@ -1607,7 +1607,7 @@ var Select = React8.forwardRef(function Select2(props, ref) {
1607
1607
  })
1608
1608
  }
1609
1609
  ),
1610
- helperText && /* @__PURE__ */ jsxRuntime.jsx(
1610
+ helperText && /* @__PURE__ */ jsxRuntime.jsxs(
1611
1611
  "span",
1612
1612
  {
1613
1613
  id: helperId,
@@ -1615,7 +1615,10 @@ var Select = React8.forwardRef(function Select2(props, ref) {
1615
1615
  "rh-flex rh-items-center rh-gap-1 rh-text-xs",
1616
1616
  helperStatusClasses2[status]
1617
1617
  ].join(" "),
1618
- children: helperText
1618
+ children: [
1619
+ /* @__PURE__ */ jsxRuntime.jsx(WarningCircleIcon, {}),
1620
+ helperText
1621
+ ]
1619
1622
  }
1620
1623
  )
1621
1624
  ]