prlg-ui 1.8.339 → 1.8.340
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/{index-DpwRE3qr.js → index-BPJT-DOc.js} +461 -514
- package/dist/{index-Dp7bcaNg.cjs → index-vFxzmPvm.cjs} +4 -4
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +2012 -1961
- package/dist/reka-ui/index.cjs.js +5 -5
- package/dist/reka-ui/index.es.js +3490 -3477
- package/dist/rekaUI.d.ts +16 -14
- package/dist/scss/vars.scss +1 -2
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -453,7 +453,7 @@ declare const __VLS_component_58: DefineComponent<__VLS_Props_7, {}, {}, {}, {},
|
|
|
453
453
|
declare const __VLS_component_59: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
454
454
|
|
|
455
455
|
declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
|
|
456
|
-
size:
|
|
456
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
457
457
|
variant: ButtonVariant;
|
|
458
458
|
buttonStyle: ButtonStyle;
|
|
459
459
|
strong: boolean;
|
|
@@ -534,7 +534,7 @@ as: AsTag | Component;
|
|
|
534
534
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
535
535
|
|
|
536
536
|
declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
|
|
537
|
-
size:
|
|
537
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
538
538
|
variant: ButtonVariant;
|
|
539
539
|
buttonStyle: ButtonStyle;
|
|
540
540
|
strong: boolean;
|
|
@@ -1180,11 +1180,15 @@ declare type __VLS_Props_9 = {
|
|
|
1180
1180
|
viewButtons?: boolean;
|
|
1181
1181
|
max?: number;
|
|
1182
1182
|
min?: number;
|
|
1183
|
-
|
|
1183
|
+
step?: number;
|
|
1184
1184
|
icon?: Component;
|
|
1185
1185
|
iconPosition?: 'left' | 'right';
|
|
1186
1186
|
formatter?: (value: number) => number;
|
|
1187
1187
|
selectOnFocus?: boolean;
|
|
1188
|
+
size?: 'small' | 'medium' | 'large';
|
|
1189
|
+
readonly?: boolean;
|
|
1190
|
+
disabled?: boolean;
|
|
1191
|
+
error?: boolean;
|
|
1188
1192
|
};
|
|
1189
1193
|
|
|
1190
1194
|
declare type __VLS_PublicProps = {
|
|
@@ -2994,8 +2998,6 @@ export declare const Button: __VLS_WithTemplateSlots_12<typeof __VLS_component_1
|
|
|
2994
2998
|
|
|
2995
2999
|
declare type ButtonIconPosition = "start" | "end";
|
|
2996
3000
|
|
|
2997
|
-
declare type ButtonSize = "extrasmall" | "small" | "medium" | "large";
|
|
2998
|
-
|
|
2999
3001
|
declare type ButtonStyle = "contrast" | "outlined" | "text" | "text-filled";
|
|
3000
3002
|
|
|
3001
3003
|
declare type ButtonVariant = "primary" | "danger" | "secondary" | "link";
|
|
@@ -3019,7 +3021,7 @@ export declare const CalendarHeader: __VLS_WithTemplateSlots_18<typeof __VLS_com
|
|
|
3019
3021
|
export declare const CalendarHeading: DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3020
3022
|
|
|
3021
3023
|
export declare const CalendarNext: DefineComponent<ICalendarPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps> & Readonly<{}>, {
|
|
3022
|
-
size:
|
|
3024
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3023
3025
|
variant: ButtonVariant;
|
|
3024
3026
|
buttonStyle: ButtonStyle;
|
|
3025
3027
|
icon: Component;
|
|
@@ -3027,7 +3029,7 @@ iconOnly: boolean;
|
|
|
3027
3029
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3028
3030
|
|
|
3029
3031
|
export declare const CalendarPrev: DefineComponent<ICalendarPrevProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_2> & Readonly<{}>, {
|
|
3030
|
-
size:
|
|
3032
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3031
3033
|
variant: ButtonVariant;
|
|
3032
3034
|
buttonStyle: ButtonStyle;
|
|
3033
3035
|
icon: Component;
|
|
@@ -3128,7 +3130,7 @@ export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps,
|
|
|
3128
3130
|
export declare const DatePickerInput: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
3129
3131
|
|
|
3130
3132
|
export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
|
|
3131
|
-
size:
|
|
3133
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3132
3134
|
variant: ButtonVariant;
|
|
3133
3135
|
buttonStyle: ButtonStyle;
|
|
3134
3136
|
icon: Component;
|
|
@@ -3136,7 +3138,7 @@ iconOnly: boolean;
|
|
|
3136
3138
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3137
3139
|
|
|
3138
3140
|
export declare const DatePickerPrev: DefineComponent<IDatePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerPrevProps> & Readonly<{}>, {
|
|
3139
|
-
size:
|
|
3141
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3140
3142
|
variant: ButtonVariant;
|
|
3141
3143
|
buttonStyle: ButtonStyle;
|
|
3142
3144
|
icon: Component;
|
|
@@ -3185,7 +3187,7 @@ export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_44<typeof __
|
|
|
3185
3187
|
export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3186
3188
|
|
|
3187
3189
|
export declare const DateRangePickerNext: DefineComponent<IDateRangePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerNextProps> & Readonly<{}>, {
|
|
3188
|
-
size:
|
|
3190
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3189
3191
|
variant: ButtonVariant;
|
|
3190
3192
|
buttonStyle: ButtonStyle;
|
|
3191
3193
|
icon: Component;
|
|
@@ -3193,7 +3195,7 @@ iconOnly: boolean;
|
|
|
3193
3195
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3194
3196
|
|
|
3195
3197
|
export declare const DateRangePickerPrev: DefineComponent<IDateRangePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerPrevProps> & Readonly<{}>, {
|
|
3196
|
-
size:
|
|
3198
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3197
3199
|
variant: ButtonVariant;
|
|
3198
3200
|
buttonStyle: ButtonStyle;
|
|
3199
3201
|
icon: Component;
|
|
@@ -3378,7 +3380,7 @@ export declare interface IAlertProps {
|
|
|
3378
3380
|
}
|
|
3379
3381
|
|
|
3380
3382
|
export declare interface IButtonProps {
|
|
3381
|
-
size?:
|
|
3383
|
+
size?: "extrasmall" | "small" | "medium" | "large";
|
|
3382
3384
|
variant?: ButtonVariant;
|
|
3383
3385
|
buttonStyle?: ButtonStyle;
|
|
3384
3386
|
full?: boolean;
|
|
@@ -3753,7 +3755,7 @@ export declare const RangeCalendarHeader: __VLS_WithTemplateSlots_23<typeof __VL
|
|
|
3753
3755
|
export declare const RangeCalendarHeading: DefineComponent<RangeCalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3754
3756
|
|
|
3755
3757
|
export declare const RangeCalendarNext: DefineComponent<ICalendarPrevProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_3> & Readonly<{}>, {
|
|
3756
|
-
size:
|
|
3758
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3757
3759
|
variant: ButtonVariant;
|
|
3758
3760
|
buttonStyle: ButtonStyle;
|
|
3759
3761
|
icon: Component;
|
|
@@ -3761,7 +3763,7 @@ iconOnly: boolean;
|
|
|
3761
3763
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3762
3764
|
|
|
3763
3765
|
export declare const RangeCalendarPrev: DefineComponent<ICalendarPrevProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_4> & Readonly<{}>, {
|
|
3764
|
-
size:
|
|
3766
|
+
size: "extrasmall" | "small" | "medium" | "large";
|
|
3765
3767
|
variant: ButtonVariant;
|
|
3766
3768
|
buttonStyle: ButtonStyle;
|
|
3767
3769
|
icon: Component;
|
package/dist/scss/vars.scss
CHANGED
|
@@ -27,13 +27,12 @@
|
|
|
27
27
|
--input-color-text: var(--theme-neutral-text-body);
|
|
28
28
|
--input-color-placeholder: var(--theme-neutral-500);
|
|
29
29
|
--input-color-disabled: var(--theme-neutral-text-disabled);
|
|
30
|
+
--input-color-error: var(--theme-error-500);
|
|
30
31
|
|
|
31
32
|
--input-border-color: var(--theme-neutral-border-default);
|
|
32
33
|
--input-border-color-hover: var(--theme-primary-300);
|
|
33
34
|
--input-border-color-focus: var(--theme-primary-500);
|
|
34
35
|
--input-border-color-disabled: var(--theme-neutral-border-disabled);
|
|
35
|
-
|
|
36
|
-
--input-error-color: var(--theme-error-500);
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
@include respond(lg) {
|