@rehagro/ui 1.0.21 → 1.0.23
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 +12 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -9
- package/dist/index.mjs.map +1 -1
- package/dist/native.js +1 -11
- package/dist/native.js.map +1 -1
- package/dist/native.mjs +1 -11
- package/dist/native.mjs.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +1 -1
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: "
|
|
174
|
-
height: "
|
|
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
|
-
|
|
190
|
-
|
|
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
|
-
|
|
203
|
-
|
|
204
|
-
|
|
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.
|
|
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:
|
|
1618
|
+
children: [
|
|
1619
|
+
/* @__PURE__ */ jsxRuntime.jsx(WarningCircleIcon, {}),
|
|
1620
|
+
helperText
|
|
1621
|
+
]
|
|
1619
1622
|
}
|
|
1620
1623
|
)
|
|
1621
1624
|
]
|