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.
@@ -14656,7 +14656,7 @@ const yg = {
14656
14656
  _: 3
14657
14657
  }, 16));
14658
14658
  }
14659
- }), Pb = /* @__PURE__ */ N(_g, [["__scopeId", "data-v-92da57f9"]]), bg = /* @__PURE__ */ g({
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<{}>, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.211",
4
+ "version": "1.8.213",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",