prlg-ui 1.8.260 → 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.
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.260",
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",