prlg-ui 1.8.261 → 1.8.262

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.
@@ -17599,12 +17599,12 @@ const cC = /* @__PURE__ */ h({
17599
17599
  icon: {},
17600
17600
  iconPosition: {},
17601
17601
  iconOnly: { type: Boolean },
17602
- url: {},
17602
+ to: {},
17603
17603
  strong: { type: Boolean },
17604
17604
  loading: { type: Boolean }
17605
17605
  },
17606
17606
  setup(e) {
17607
- const t = S(() => e.variant === "link" && e.url || e.url ? si("RouterLink") : "button"), a = S(() => [
17607
+ const t = S(() => e.variant === "link" && e.to || e.to ? si("RouterLink") : "button"), a = S(() => [
17608
17608
  "button",
17609
17609
  `button--${e.variant}`,
17610
17610
  `button--${e.size}`,
@@ -17638,7 +17638,7 @@ const cC = /* @__PURE__ */ h({
17638
17638
  ]);
17639
17639
  };
17640
17640
  }
17641
- }), ht = /* @__PURE__ */ F(qb, [["__scopeId", "data-v-f2ad906e"]]), bC = /* @__PURE__ */ h({
17641
+ }), ht = /* @__PURE__ */ F(qb, [["__scopeId", "data-v-5deb1f2b"]]), bC = /* @__PURE__ */ h({
17642
17642
  __name: "AlertDialogCancel",
17643
17643
  props: {
17644
17644
  asChild: { type: Boolean },
@@ -17652,7 +17652,7 @@ const cC = /* @__PURE__ */ h({
17652
17652
  icon: {},
17653
17653
  iconPosition: {},
17654
17654
  iconOnly: { type: Boolean },
17655
- url: {},
17655
+ to: {},
17656
17656
  strong: { type: Boolean, default: !0 },
17657
17657
  loading: { type: Boolean }
17658
17658
  },
@@ -17679,7 +17679,7 @@ const cC = /* @__PURE__ */ h({
17679
17679
  icon: {},
17680
17680
  iconPosition: {},
17681
17681
  iconOnly: { type: Boolean },
17682
- url: {},
17682
+ to: {},
17683
17683
  strong: { type: Boolean, default: !0 },
17684
17684
  loading: { type: Boolean }
17685
17685
  },
@@ -17706,7 +17706,7 @@ const cC = /* @__PURE__ */ h({
17706
17706
  icon: {},
17707
17707
  iconPosition: {},
17708
17708
  iconOnly: { type: Boolean },
17709
- url: {},
17709
+ to: {},
17710
17710
  strong: { type: Boolean },
17711
17711
  loading: { type: Boolean }
17712
17712
  },
@@ -17819,7 +17819,7 @@ const cC = /* @__PURE__ */ h({
17819
17819
  icon: { default: tr },
17820
17820
  iconPosition: {},
17821
17821
  iconOnly: { type: Boolean, default: !0 },
17822
- url: {},
17822
+ to: {},
17823
17823
  strong: { type: Boolean },
17824
17824
  loading: { type: Boolean }
17825
17825
  },
@@ -17843,7 +17843,7 @@ const cC = /* @__PURE__ */ h({
17843
17843
  icon: { default: ar },
17844
17844
  iconPosition: {},
17845
17845
  iconOnly: { type: Boolean, default: !0 },
17846
- url: {},
17846
+ to: {},
17847
17847
  strong: { type: Boolean },
17848
17848
  loading: { type: Boolean }
17849
17849
  },
@@ -18553,7 +18553,7 @@ const cC = /* @__PURE__ */ h({
18553
18553
  icon: { default: ar },
18554
18554
  iconPosition: {},
18555
18555
  iconOnly: { type: Boolean, default: !0 },
18556
- url: {},
18556
+ to: {},
18557
18557
  strong: { type: Boolean },
18558
18558
  loading: { type: Boolean }
18559
18559
  },
@@ -18577,7 +18577,7 @@ const cC = /* @__PURE__ */ h({
18577
18577
  icon: { default: tr },
18578
18578
  iconPosition: {},
18579
18579
  iconOnly: { type: Boolean, default: !0 },
18580
- url: {},
18580
+ to: {},
18581
18581
  strong: { type: Boolean },
18582
18582
  loading: { type: Boolean }
18583
18583
  },
@@ -18950,7 +18950,7 @@ const cC = /* @__PURE__ */ h({
18950
18950
  icon: { default: ar },
18951
18951
  iconPosition: {},
18952
18952
  iconOnly: { type: Boolean, default: !0 },
18953
- url: {},
18953
+ to: {},
18954
18954
  strong: { type: Boolean },
18955
18955
  loading: { type: Boolean }
18956
18956
  },
@@ -18974,7 +18974,7 @@ const cC = /* @__PURE__ */ h({
18974
18974
  icon: { default: tr },
18975
18975
  iconPosition: {},
18976
18976
  iconOnly: { type: Boolean, default: !0 },
18977
- url: {},
18977
+ to: {},
18978
18978
  strong: { type: Boolean },
18979
18979
  loading: { type: Boolean }
18980
18980
  },
package/dist/rekaUI.d.ts CHANGED
@@ -2392,7 +2392,7 @@ export declare interface IButtonProps {
2392
2392
  icon?: Component;
2393
2393
  iconPosition?: ButtonIconPosition;
2394
2394
  iconOnly?: boolean;
2395
- url?: string | RouteLocationRaw;
2395
+ to?: string | RouteLocationRaw;
2396
2396
  strong?: boolean;
2397
2397
  loading?: boolean;
2398
2398
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.261",
4
+ "version": "1.8.262",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",