vrfi-design-system 1.1.43 → 1.1.45
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/main.es.js +1 -1
- package/dist/main.umd.js +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -52136,7 +52136,7 @@ const dre = "_sliderLabel_wt22h_1", Iu = {
|
|
|
52136
52136
|
customCountryInput: Tre,
|
|
52137
52137
|
customLabel: Nre,
|
|
52138
52138
|
textAreaFloatLabel: Bre
|
|
52139
|
-
}, Rre = (e) => e != null && (typeof e == "number" || typeof e == "string" && e.trim() !== ""), Ga = (e) => {
|
|
52139
|
+
}, Rre = (e) => e != null && (typeof e == "number" || typeof e == "string" && e.trim() !== "" || Array.isArray(e) && e.length > 0), Ga = (e) => {
|
|
52140
52140
|
const [t, n] = Dt(!1), {
|
|
52141
52141
|
children: r,
|
|
52142
52142
|
label: o,
|