rbro-tat-uds 1.0.27 → 1.0.29
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -1894,7 +1894,7 @@ const M1 = (e) => /* @__PURE__ */ p.createElement("svg", { viewBox: "0 0 24 24",
|
|
1894
1894
|
color: ${(e) => e.disabled ? r.gray_600 : e.selected ? r.gray_950 : r.info_700};
|
1895
1895
|
`, $i = ({
|
1896
1896
|
label: e = "Label",
|
1897
|
-
icon: t
|
1897
|
+
icon: t,
|
1898
1898
|
selected: n = !1,
|
1899
1899
|
disabled: o = !1,
|
1900
1900
|
...a
|