prlg-ui 1.8.292 → 1.8.293

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.
Files changed (2) hide show
  1. package/dist/rekaUI.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/rekaUI.d.ts CHANGED
@@ -3018,7 +3018,7 @@ declare interface TagProps {
3018
3018
  colors?: TagColors;
3019
3019
  }
3020
3020
 
3021
- declare type TDayWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
3021
+ export declare type TDayWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
3022
3022
 
3023
3023
  export declare const Textarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3024
3024
  "update:modelValue": (value: string) => any;
@@ -3091,7 +3091,7 @@ export { TooltipRoot }
3091
3091
 
3092
3092
  export { TooltipTrigger }
3093
3093
 
3094
- declare type TShedule = Record<TDayWeek, {
3094
+ export declare type TShedule = Record<TDayWeek, {
3095
3095
  active: boolean;
3096
3096
  time: TTimeValue[];
3097
3097
  }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.292",
4
+ "version": "1.8.293",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",