prlg-ui 1.8.376 → 1.8.378

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
@@ -3456,7 +3456,8 @@ export declare interface IButtonProps {
3456
3456
  url?: string | RouteLocationRaw;
3457
3457
  strong?: boolean;
3458
3458
  loading?: boolean;
3459
- as?: AsTag;
3459
+ as?: AsTag | Component;
3460
+ asChild?: boolean;
3460
3461
  }
3461
3462
 
3462
3463
  declare interface ICalendarPrevProps extends Omit<CalendarNextProps, 'as' | 'asChild'>, IButtonProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.376",
4
+ "version": "1.8.378",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",