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/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +278 -248
- 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 +446 -437
- package/dist/rekaUI.d.ts +2 -1
- package/package.json +1 -1
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 {
|