prlg-ui 1.8.211 → 1.8.213
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/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +346 -325
- package/dist/icons.d.ts +2 -0
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +3 -6
- package/dist/rekaUI.d.ts +1 -0
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -14656,7 +14656,7 @@ const yg = {
|
|
|
14656
14656
|
_: 3
|
|
14657
14657
|
}, 16));
|
|
14658
14658
|
}
|
|
14659
|
-
}), Pb = /* @__PURE__ */ N(_g, [["__scopeId", "data-v-
|
|
14659
|
+
}), Pb = /* @__PURE__ */ N(_g, [["__scopeId", "data-v-c52bc7d1"]]), bg = /* @__PURE__ */ g({
|
|
14660
14660
|
__name: "AlertDialogContent",
|
|
14661
14661
|
props: {
|
|
14662
14662
|
width: { default: 500 },
|
|
@@ -14792,7 +14792,7 @@ const yg = {
|
|
|
14792
14792
|
__name: "AlertDialogAction",
|
|
14793
14793
|
props: {
|
|
14794
14794
|
asChild: { type: Boolean },
|
|
14795
|
-
as: {},
|
|
14795
|
+
as: { default: Qe },
|
|
14796
14796
|
size: { default: "small" },
|
|
14797
14797
|
variant: { default: "primary" },
|
|
14798
14798
|
buttonStyle: { default: "contrast" },
|
|
@@ -14808,10 +14808,7 @@ const yg = {
|
|
|
14808
14808
|
},
|
|
14809
14809
|
setup(e) {
|
|
14810
14810
|
const t = e;
|
|
14811
|
-
return (a, r) => (p(), m(o(Kd), B(t, {
|
|
14812
|
-
class: "alert-dialog-action",
|
|
14813
|
-
as: Qe
|
|
14814
|
-
}), {
|
|
14811
|
+
return (a, r) => (p(), m(o(Kd), B(t, { class: "alert-dialog-action" }), {
|
|
14815
14812
|
default: y(() => [
|
|
14816
14813
|
h(a.$slots, "default")
|
|
14817
14814
|
]),
|
package/dist/rekaUI.d.ts
CHANGED
|
@@ -386,6 +386,7 @@ size: ButtonSize;
|
|
|
386
386
|
variant: ButtonVariant;
|
|
387
387
|
buttonStyle: ButtonStyle;
|
|
388
388
|
strong: boolean;
|
|
389
|
+
as: AsTag | Component;
|
|
389
390
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
390
391
|
|
|
391
392
|
declare const __VLS_component_6: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|