rbro-tat-uds 1.0.29 → 1.0.30
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +6 -0
package/dist/index.es.js
CHANGED
@@ -2691,7 +2691,7 @@ const jo = C.button`
|
|
2691
2691
|
}
|
2692
2692
|
`, ji = ({
|
2693
2693
|
label: e = "Label",
|
2694
|
-
icon: t
|
2694
|
+
icon: t,
|
2695
2695
|
selected: n = !1,
|
2696
2696
|
disabled: o = !1,
|
2697
2697
|
onClick: a,
|
@@ -3241,7 +3241,7 @@ const jo = C.button`
|
|
3241
3241
|
`, Cr = ({
|
3242
3242
|
intent: e = "accent",
|
3243
3243
|
variant: t = "primary",
|
3244
|
-
icon: n = "
|
3244
|
+
icon: n = "home",
|
3245
3245
|
loading: o = !1,
|
3246
3246
|
size: a = "medium",
|
3247
3247
|
shape: c = "rounded",
|