@useinsider/ab-components 0.0.103-beta.6 → 0.0.103-beta.7
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/ab-components.cjs.js +2 -2
- package/dist/ab-components.cjs.js.map +1 -1
- package/dist/ab-components.css +1 -1
- package/dist/ab-components.es.js +3 -2
- package/dist/ab-components.es.js.map +1 -1
- package/dist/ab-components.iife.js +2 -2
- package/dist/ab-components.iife.js.map +1 -1
- package/dist/ab-components.umd.js +2 -2
- package/dist/ab-components.umd.js.map +1 -1
- package/dist/icons.svg +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/ab-components.es.js
CHANGED
|
@@ -52,6 +52,7 @@ const Sn = "_button__size_default_1lulf_1", In = "_button__size_small_1lulf_8",
|
|
|
52
52
|
rightIconName: {},
|
|
53
53
|
iconSize: { default: 16 },
|
|
54
54
|
iconColor: {},
|
|
55
|
+
rightIconColor: {},
|
|
55
56
|
loadingStatus: { type: Boolean, default: !1 },
|
|
56
57
|
successStatus: { type: Boolean, default: !1 },
|
|
57
58
|
label: {},
|
|
@@ -90,7 +91,7 @@ const Sn = "_button__size_default_1lulf_1", In = "_button__size_small_1lulf_8",
|
|
|
90
91
|
}, H(i.label), 3)) : V("", !0),
|
|
91
92
|
i.rightIconName ? (p(), J(c(X), {
|
|
92
93
|
key: 2,
|
|
93
|
-
color: i.iconColor,
|
|
94
|
+
color: i.rightIconColor ?? i.iconColor,
|
|
94
95
|
name: i.rightIconName,
|
|
95
96
|
size: i.iconSize
|
|
96
97
|
}, null, 8, ["color", "name", "size"])) : V("", !0)
|
|
@@ -2847,7 +2848,7 @@ const Ga = ["data-testid"], ja = {
|
|
|
2847
2848
|
], 12, dl)) : V("", !0)
|
|
2848
2849
|
], 8, ["to"]));
|
|
2849
2850
|
}
|
|
2850
|
-
}), Ws = /* @__PURE__ */ fe(Il, [["__scopeId", "data-v-
|
|
2851
|
+
}), Ws = /* @__PURE__ */ fe(Il, [["__scopeId", "data-v-7359826f"]]);
|
|
2851
2852
|
function bn(e = "ui") {
|
|
2852
2853
|
return `${e}-${Math.random().toString(36).slice(2, 10)}`;
|
|
2853
2854
|
}
|