@ironsource/shared-ui 2.2.0-test.89 → 2.2.0-test.90
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/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +1 -0
- package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
- package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +1 -0
- package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +1 -0
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/ThemeStrore.d.ts +2 -1
- package/components/ThemeWrapper/ThemeStrore.js +14 -11
- package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -11
- package/components/ThemeWrapper/index.d.ts +2 -1
- package/components/ThemeWrapper/index.js +4 -2
- package/components/alert/Alert.vue.js +4 -4
- package/components/alert/Alert.vue2.js +1 -1
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +12 -12
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +152 -146
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- package/components/loader/v4/Loader.vue.js +3 -3
- package/components/loader/v4/Loader.vue2.js +1 -1
- package/components/menu/Menu.vue.js +3 -3
- package/components/menu/Menu.vue2.js +33 -30
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +51 -50
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +22 -21
- package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
- package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
- package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/v3/index.d.ts +20 -20
- package/components/tooltip/v4/TooltipV4.vue.d.ts +1 -1
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/tooltip/v4/index.d.ts +20 -20
- package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +28 -1
- package/index.d.ts +41 -40
- package/index.js +1 -1
- package/package.json +1 -1
- package/style/v4/border-radius.scss +2 -2
- package/style/v4/colors.scss +105 -0
- package/style/v4/elevations.scss +11 -0
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/grid.scss +1 -1
- package/style/v4/scrollbar.scss +21 -0
- package/style/v4/spacings.scss +1 -1
- package/style/v4/styleguideV4.scss +1 -0
- package/styleguide.scss +2 -2
- package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +0 -1
- package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +0 -1
- package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +0 -1
- package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +0 -1
|
@@ -4,9 +4,9 @@ declare const TooltipTypes: () => ({
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
|
+
theme: string;
|
|
7
8
|
header: string;
|
|
8
9
|
text: string;
|
|
9
|
-
theme: string;
|
|
10
10
|
testId: string;
|
|
11
11
|
delay: number;
|
|
12
12
|
triggers: import("../common/Tooltip.types").TooltipTriggers[];
|
|
@@ -20,6 +20,10 @@ declare const TooltipTypes: () => ({
|
|
|
20
20
|
dontWrapDisabled: boolean;
|
|
21
21
|
maxWidth: string;
|
|
22
22
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
theme: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
23
27
|
header: {
|
|
24
28
|
type: import("vue").PropType<string>;
|
|
25
29
|
default: any;
|
|
@@ -28,10 +32,6 @@ declare const TooltipTypes: () => ({
|
|
|
28
32
|
type: import("vue").PropType<string>;
|
|
29
33
|
default: any;
|
|
30
34
|
};
|
|
31
|
-
theme: {
|
|
32
|
-
type: import("vue").PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
35
|
testId: {
|
|
36
36
|
type: import("vue").PropType<string>;
|
|
37
37
|
default: string;
|
|
@@ -82,7 +82,7 @@ declare const TooltipTypes: () => ({
|
|
|
82
82
|
};
|
|
83
83
|
}>> & {
|
|
84
84
|
onShow?: () => any;
|
|
85
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
85
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "header" | "text" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
86
86
|
$attrs: {
|
|
87
87
|
[x: string]: unknown;
|
|
88
88
|
};
|
|
@@ -97,6 +97,10 @@ declare const TooltipTypes: () => ({
|
|
|
97
97
|
$emit: (event: "show") => void;
|
|
98
98
|
$el: any;
|
|
99
99
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
100
|
+
theme: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
100
104
|
header: {
|
|
101
105
|
type: import("vue").PropType<string>;
|
|
102
106
|
default: any;
|
|
@@ -105,10 +109,6 @@ declare const TooltipTypes: () => ({
|
|
|
105
109
|
type: import("vue").PropType<string>;
|
|
106
110
|
default: any;
|
|
107
111
|
};
|
|
108
|
-
theme: {
|
|
109
|
-
type: import("vue").PropType<string>;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
112
|
testId: {
|
|
113
113
|
type: import("vue").PropType<string>;
|
|
114
114
|
default: string;
|
|
@@ -162,9 +162,9 @@ declare const TooltipTypes: () => ({
|
|
|
162
162
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
163
163
|
show: () => void;
|
|
164
164
|
}, string, {
|
|
165
|
+
theme: string;
|
|
165
166
|
header: string;
|
|
166
167
|
text: string;
|
|
167
|
-
theme: string;
|
|
168
168
|
testId: string;
|
|
169
169
|
delay: number;
|
|
170
170
|
triggers: import("../common/Tooltip.types").TooltipTriggers[];
|
|
@@ -198,6 +198,10 @@ declare const TooltipTypes: () => ({
|
|
|
198
198
|
$nextTick: typeof import("vue").nextTick;
|
|
199
199
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
200
200
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
201
|
+
theme: {
|
|
202
|
+
type: import("vue").PropType<string>;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
201
205
|
header: {
|
|
202
206
|
type: import("vue").PropType<string>;
|
|
203
207
|
default: any;
|
|
@@ -206,10 +210,6 @@ declare const TooltipTypes: () => ({
|
|
|
206
210
|
type: import("vue").PropType<string>;
|
|
207
211
|
default: any;
|
|
208
212
|
};
|
|
209
|
-
theme: {
|
|
210
|
-
type: import("vue").PropType<string>;
|
|
211
|
-
default: string;
|
|
212
|
-
};
|
|
213
213
|
testId: {
|
|
214
214
|
type: import("vue").PropType<string>;
|
|
215
215
|
default: string;
|
|
@@ -265,6 +265,10 @@ declare const TooltipTypes: () => ({
|
|
|
265
265
|
__isTeleport?: never;
|
|
266
266
|
__isSuspense?: never;
|
|
267
267
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
268
|
+
theme: {
|
|
269
|
+
type: import("vue").PropType<string>;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
268
272
|
header: {
|
|
269
273
|
type: import("vue").PropType<string>;
|
|
270
274
|
default: any;
|
|
@@ -273,10 +277,6 @@ declare const TooltipTypes: () => ({
|
|
|
273
277
|
type: import("vue").PropType<string>;
|
|
274
278
|
default: any;
|
|
275
279
|
};
|
|
276
|
-
theme: {
|
|
277
|
-
type: import("vue").PropType<string>;
|
|
278
|
-
default: string;
|
|
279
|
-
};
|
|
280
280
|
testId: {
|
|
281
281
|
type: import("vue").PropType<string>;
|
|
282
282
|
default: string;
|
|
@@ -330,9 +330,9 @@ declare const TooltipTypes: () => ({
|
|
|
330
330
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
331
331
|
show: () => void;
|
|
332
332
|
}, string, {
|
|
333
|
+
theme: string;
|
|
333
334
|
header: string;
|
|
334
335
|
text: string;
|
|
335
|
-
theme: string;
|
|
336
336
|
testId: string;
|
|
337
337
|
delay: number;
|
|
338
338
|
triggers: import("../common/Tooltip.types").TooltipTriggers[];
|
|
@@ -116,3 +116,117 @@ export declare const colorPaletteLight: {
|
|
|
116
116
|
b: string;
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
|
+
export declare const colorPaletteDark: {
|
|
120
|
+
background: {
|
|
121
|
+
default: string;
|
|
122
|
+
paper: string;
|
|
123
|
+
'modal-elevation': string;
|
|
124
|
+
backdrop: string;
|
|
125
|
+
'paper-elevation-0': string;
|
|
126
|
+
inset: string;
|
|
127
|
+
'paper-elevation-1': string;
|
|
128
|
+
'paper-elevation-2': string;
|
|
129
|
+
'paper-elevation-3': string;
|
|
130
|
+
'paper-elevation-4': string;
|
|
131
|
+
'paper-elevation-5': string;
|
|
132
|
+
'paper-elevation-6': string;
|
|
133
|
+
'paper-elevation-7': string;
|
|
134
|
+
'paper-elevation-8': string;
|
|
135
|
+
'paper-elevation-9': string;
|
|
136
|
+
};
|
|
137
|
+
action: {
|
|
138
|
+
primary: string;
|
|
139
|
+
active: string;
|
|
140
|
+
hover: string;
|
|
141
|
+
selected: string;
|
|
142
|
+
disabled: string;
|
|
143
|
+
'disabled-background': string;
|
|
144
|
+
focus: string;
|
|
145
|
+
'outlined-border': string;
|
|
146
|
+
};
|
|
147
|
+
default: {
|
|
148
|
+
main: string;
|
|
149
|
+
light: string;
|
|
150
|
+
dark: string;
|
|
151
|
+
'outlined-border': string;
|
|
152
|
+
'contrast-text': string;
|
|
153
|
+
'button-contrast-text': string;
|
|
154
|
+
};
|
|
155
|
+
common: {
|
|
156
|
+
white: string;
|
|
157
|
+
black: string;
|
|
158
|
+
'inverse-white': string;
|
|
159
|
+
'inverse-black': string;
|
|
160
|
+
divider: string;
|
|
161
|
+
'divider-elevation-0': string;
|
|
162
|
+
};
|
|
163
|
+
text: {
|
|
164
|
+
primary: string;
|
|
165
|
+
secondary: string;
|
|
166
|
+
disabled: string;
|
|
167
|
+
};
|
|
168
|
+
primary: {
|
|
169
|
+
lighter: string;
|
|
170
|
+
light: string;
|
|
171
|
+
main: string;
|
|
172
|
+
'main-8-p': string;
|
|
173
|
+
'main-50-p': string;
|
|
174
|
+
dark: string;
|
|
175
|
+
darker: string;
|
|
176
|
+
'outlined-border': string;
|
|
177
|
+
'contrast-text': string;
|
|
178
|
+
'button-contrast-text': string;
|
|
179
|
+
};
|
|
180
|
+
info: {
|
|
181
|
+
lighter: string;
|
|
182
|
+
light: string;
|
|
183
|
+
main: string;
|
|
184
|
+
'main-8-p': string;
|
|
185
|
+
'main-50-p': string;
|
|
186
|
+
dark: string;
|
|
187
|
+
darker: string;
|
|
188
|
+
'outlined-border': string;
|
|
189
|
+
'contrast-text': string;
|
|
190
|
+
'button-contrast-text': string;
|
|
191
|
+
};
|
|
192
|
+
success: {
|
|
193
|
+
lighter: string;
|
|
194
|
+
light: string;
|
|
195
|
+
main: string;
|
|
196
|
+
'main-8-p': string;
|
|
197
|
+
'main-50-p': string;
|
|
198
|
+
dark: string;
|
|
199
|
+
darker: string;
|
|
200
|
+
'outlined-border': string;
|
|
201
|
+
'contrast-text': string;
|
|
202
|
+
'button-contrast-text': string;
|
|
203
|
+
};
|
|
204
|
+
warning: {
|
|
205
|
+
lighter: string;
|
|
206
|
+
light: string;
|
|
207
|
+
main: string;
|
|
208
|
+
'main-8-p': string;
|
|
209
|
+
'main-50-p': string;
|
|
210
|
+
dark: string;
|
|
211
|
+
darker: string;
|
|
212
|
+
'outlined-border': string;
|
|
213
|
+
'contrast-text': string;
|
|
214
|
+
'button-contrast-text': string;
|
|
215
|
+
};
|
|
216
|
+
error: {
|
|
217
|
+
lighter: string;
|
|
218
|
+
light: string;
|
|
219
|
+
main: string;
|
|
220
|
+
'main-8-p': string;
|
|
221
|
+
'main-50-p': string;
|
|
222
|
+
dark: string;
|
|
223
|
+
darker: string;
|
|
224
|
+
'outlined-border': string;
|
|
225
|
+
'contrast-text': string;
|
|
226
|
+
'button-contrast-text': string;
|
|
227
|
+
};
|
|
228
|
+
ab: {
|
|
229
|
+
a: string;
|
|
230
|
+
b: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
@@ -1,3 +1,30 @@
|
|
|
1
1
|
import '../../style/v4/colors.scss';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
theme?: 'light' | 'dark';
|
|
4
|
+
}>, {
|
|
5
|
+
theme: string;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
theme?: 'light' | 'dark';
|
|
8
|
+
}>, {
|
|
9
|
+
theme: string;
|
|
10
|
+
}>>>, {
|
|
11
|
+
theme: 'light' | 'dark';
|
|
12
|
+
}>;
|
|
3
13
|
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
package/index.d.ts
CHANGED
|
@@ -3385,6 +3385,7 @@ declare const _default: {
|
|
|
3385
3385
|
default?(_: {}): any;
|
|
3386
3386
|
};
|
|
3387
3387
|
}))[];
|
|
3388
|
+
setTheme: (mode: "light" | "dark") => void;
|
|
3388
3389
|
RadioButton: {
|
|
3389
3390
|
new (...args: any[]): {
|
|
3390
3391
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -10877,9 +10878,9 @@ declare const _default: {
|
|
|
10877
10878
|
$: import("vue").ComponentInternalInstance;
|
|
10878
10879
|
$data: {};
|
|
10879
10880
|
$props: Partial<{
|
|
10881
|
+
theme: string;
|
|
10880
10882
|
header: string;
|
|
10881
10883
|
text: string;
|
|
10882
|
-
theme: string;
|
|
10883
10884
|
testId: string;
|
|
10884
10885
|
delay: number;
|
|
10885
10886
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
@@ -10893,6 +10894,10 @@ declare const _default: {
|
|
|
10893
10894
|
dontWrapDisabled: boolean;
|
|
10894
10895
|
maxWidth: string;
|
|
10895
10896
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10897
|
+
theme: {
|
|
10898
|
+
type: import("vue").PropType<string>;
|
|
10899
|
+
default: string;
|
|
10900
|
+
};
|
|
10896
10901
|
header: {
|
|
10897
10902
|
type: import("vue").PropType<string>;
|
|
10898
10903
|
default: any;
|
|
@@ -10901,10 +10906,6 @@ declare const _default: {
|
|
|
10901
10906
|
type: import("vue").PropType<string>;
|
|
10902
10907
|
default: any;
|
|
10903
10908
|
};
|
|
10904
|
-
theme: {
|
|
10905
|
-
type: import("vue").PropType<string>;
|
|
10906
|
-
default: string;
|
|
10907
|
-
};
|
|
10908
10909
|
testId: {
|
|
10909
10910
|
type: import("vue").PropType<string>;
|
|
10910
10911
|
default: string;
|
|
@@ -10955,7 +10956,7 @@ declare const _default: {
|
|
|
10955
10956
|
};
|
|
10956
10957
|
}>> & {
|
|
10957
10958
|
onShow?: () => any;
|
|
10958
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
10959
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "header" | "text" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
10959
10960
|
$attrs: {
|
|
10960
10961
|
[x: string]: unknown;
|
|
10961
10962
|
};
|
|
@@ -10970,6 +10971,10 @@ declare const _default: {
|
|
|
10970
10971
|
$emit: (event: "show") => void;
|
|
10971
10972
|
$el: any;
|
|
10972
10973
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10974
|
+
theme: {
|
|
10975
|
+
type: import("vue").PropType<string>;
|
|
10976
|
+
default: string;
|
|
10977
|
+
};
|
|
10973
10978
|
header: {
|
|
10974
10979
|
type: import("vue").PropType<string>;
|
|
10975
10980
|
default: any;
|
|
@@ -10978,10 +10983,6 @@ declare const _default: {
|
|
|
10978
10983
|
type: import("vue").PropType<string>;
|
|
10979
10984
|
default: any;
|
|
10980
10985
|
};
|
|
10981
|
-
theme: {
|
|
10982
|
-
type: import("vue").PropType<string>;
|
|
10983
|
-
default: string;
|
|
10984
|
-
};
|
|
10985
10986
|
testId: {
|
|
10986
10987
|
type: import("vue").PropType<string>;
|
|
10987
10988
|
default: string;
|
|
@@ -11035,9 +11036,9 @@ declare const _default: {
|
|
|
11035
11036
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11036
11037
|
show: () => void;
|
|
11037
11038
|
}, string, {
|
|
11039
|
+
theme: string;
|
|
11038
11040
|
header: string;
|
|
11039
11041
|
text: string;
|
|
11040
|
-
theme: string;
|
|
11041
11042
|
testId: string;
|
|
11042
11043
|
delay: number;
|
|
11043
11044
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
@@ -11071,6 +11072,10 @@ declare const _default: {
|
|
|
11071
11072
|
$nextTick: typeof import("vue").nextTick;
|
|
11072
11073
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
11073
11074
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
11075
|
+
theme: {
|
|
11076
|
+
type: import("vue").PropType<string>;
|
|
11077
|
+
default: string;
|
|
11078
|
+
};
|
|
11074
11079
|
header: {
|
|
11075
11080
|
type: import("vue").PropType<string>;
|
|
11076
11081
|
default: any;
|
|
@@ -11079,10 +11084,6 @@ declare const _default: {
|
|
|
11079
11084
|
type: import("vue").PropType<string>;
|
|
11080
11085
|
default: any;
|
|
11081
11086
|
};
|
|
11082
|
-
theme: {
|
|
11083
|
-
type: import("vue").PropType<string>;
|
|
11084
|
-
default: string;
|
|
11085
|
-
};
|
|
11086
11087
|
testId: {
|
|
11087
11088
|
type: import("vue").PropType<string>;
|
|
11088
11089
|
default: string;
|
|
@@ -11138,6 +11139,10 @@ declare const _default: {
|
|
|
11138
11139
|
__isTeleport?: never;
|
|
11139
11140
|
__isSuspense?: never;
|
|
11140
11141
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11142
|
+
theme: {
|
|
11143
|
+
type: import("vue").PropType<string>;
|
|
11144
|
+
default: string;
|
|
11145
|
+
};
|
|
11141
11146
|
header: {
|
|
11142
11147
|
type: import("vue").PropType<string>;
|
|
11143
11148
|
default: any;
|
|
@@ -11146,10 +11151,6 @@ declare const _default: {
|
|
|
11146
11151
|
type: import("vue").PropType<string>;
|
|
11147
11152
|
default: any;
|
|
11148
11153
|
};
|
|
11149
|
-
theme: {
|
|
11150
|
-
type: import("vue").PropType<string>;
|
|
11151
|
-
default: string;
|
|
11152
|
-
};
|
|
11153
11154
|
testId: {
|
|
11154
11155
|
type: import("vue").PropType<string>;
|
|
11155
11156
|
default: string;
|
|
@@ -11203,9 +11204,9 @@ declare const _default: {
|
|
|
11203
11204
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11204
11205
|
show: () => void;
|
|
11205
11206
|
}, string, {
|
|
11207
|
+
theme: string;
|
|
11206
11208
|
header: string;
|
|
11207
11209
|
text: string;
|
|
11208
|
-
theme: string;
|
|
11209
11210
|
testId: string;
|
|
11210
11211
|
delay: number;
|
|
11211
11212
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
@@ -11231,9 +11232,9 @@ declare const _default: {
|
|
|
11231
11232
|
$: import("vue").ComponentInternalInstance;
|
|
11232
11233
|
$data: {};
|
|
11233
11234
|
$props: Partial<{
|
|
11235
|
+
theme: string;
|
|
11234
11236
|
header: string;
|
|
11235
11237
|
text: string;
|
|
11236
|
-
theme: string;
|
|
11237
11238
|
testId: string;
|
|
11238
11239
|
delay: number;
|
|
11239
11240
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
@@ -11247,6 +11248,10 @@ declare const _default: {
|
|
|
11247
11248
|
dontWrapDisabled: boolean;
|
|
11248
11249
|
maxWidth: string;
|
|
11249
11250
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11251
|
+
theme: {
|
|
11252
|
+
type: import("vue").PropType<string>;
|
|
11253
|
+
default: string;
|
|
11254
|
+
};
|
|
11250
11255
|
header: {
|
|
11251
11256
|
type: import("vue").PropType<string>;
|
|
11252
11257
|
default: any;
|
|
@@ -11255,10 +11260,6 @@ declare const _default: {
|
|
|
11255
11260
|
type: import("vue").PropType<string>;
|
|
11256
11261
|
default: any;
|
|
11257
11262
|
};
|
|
11258
|
-
theme: {
|
|
11259
|
-
type: import("vue").PropType<string>;
|
|
11260
|
-
default: string;
|
|
11261
|
-
};
|
|
11262
11263
|
testId: {
|
|
11263
11264
|
type: import("vue").PropType<string>;
|
|
11264
11265
|
default: string;
|
|
@@ -11309,7 +11310,7 @@ declare const _default: {
|
|
|
11309
11310
|
};
|
|
11310
11311
|
}>> & {
|
|
11311
11312
|
onShow?: () => any;
|
|
11312
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
11313
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "header" | "text" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
|
|
11313
11314
|
$attrs: {
|
|
11314
11315
|
[x: string]: unknown;
|
|
11315
11316
|
};
|
|
@@ -11324,6 +11325,10 @@ declare const _default: {
|
|
|
11324
11325
|
$emit: (event: "show") => void;
|
|
11325
11326
|
$el: any;
|
|
11326
11327
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11328
|
+
theme: {
|
|
11329
|
+
type: import("vue").PropType<string>;
|
|
11330
|
+
default: string;
|
|
11331
|
+
};
|
|
11327
11332
|
header: {
|
|
11328
11333
|
type: import("vue").PropType<string>;
|
|
11329
11334
|
default: any;
|
|
@@ -11332,10 +11337,6 @@ declare const _default: {
|
|
|
11332
11337
|
type: import("vue").PropType<string>;
|
|
11333
11338
|
default: any;
|
|
11334
11339
|
};
|
|
11335
|
-
theme: {
|
|
11336
|
-
type: import("vue").PropType<string>;
|
|
11337
|
-
default: string;
|
|
11338
|
-
};
|
|
11339
11340
|
testId: {
|
|
11340
11341
|
type: import("vue").PropType<string>;
|
|
11341
11342
|
default: string;
|
|
@@ -11389,9 +11390,9 @@ declare const _default: {
|
|
|
11389
11390
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11390
11391
|
show: () => void;
|
|
11391
11392
|
}, string, {
|
|
11393
|
+
theme: string;
|
|
11392
11394
|
header: string;
|
|
11393
11395
|
text: string;
|
|
11394
|
-
theme: string;
|
|
11395
11396
|
testId: string;
|
|
11396
11397
|
delay: number;
|
|
11397
11398
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
@@ -11425,6 +11426,10 @@ declare const _default: {
|
|
|
11425
11426
|
$nextTick: typeof import("vue").nextTick;
|
|
11426
11427
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
11427
11428
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
11429
|
+
theme: {
|
|
11430
|
+
type: import("vue").PropType<string>;
|
|
11431
|
+
default: string;
|
|
11432
|
+
};
|
|
11428
11433
|
header: {
|
|
11429
11434
|
type: import("vue").PropType<string>;
|
|
11430
11435
|
default: any;
|
|
@@ -11433,10 +11438,6 @@ declare const _default: {
|
|
|
11433
11438
|
type: import("vue").PropType<string>;
|
|
11434
11439
|
default: any;
|
|
11435
11440
|
};
|
|
11436
|
-
theme: {
|
|
11437
|
-
type: import("vue").PropType<string>;
|
|
11438
|
-
default: string;
|
|
11439
|
-
};
|
|
11440
11441
|
testId: {
|
|
11441
11442
|
type: import("vue").PropType<string>;
|
|
11442
11443
|
default: string;
|
|
@@ -11492,6 +11493,10 @@ declare const _default: {
|
|
|
11492
11493
|
__isTeleport?: never;
|
|
11493
11494
|
__isSuspense?: never;
|
|
11494
11495
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11496
|
+
theme: {
|
|
11497
|
+
type: import("vue").PropType<string>;
|
|
11498
|
+
default: string;
|
|
11499
|
+
};
|
|
11495
11500
|
header: {
|
|
11496
11501
|
type: import("vue").PropType<string>;
|
|
11497
11502
|
default: any;
|
|
@@ -11500,10 +11505,6 @@ declare const _default: {
|
|
|
11500
11505
|
type: import("vue").PropType<string>;
|
|
11501
11506
|
default: any;
|
|
11502
11507
|
};
|
|
11503
|
-
theme: {
|
|
11504
|
-
type: import("vue").PropType<string>;
|
|
11505
|
-
default: string;
|
|
11506
|
-
};
|
|
11507
11508
|
testId: {
|
|
11508
11509
|
type: import("vue").PropType<string>;
|
|
11509
11510
|
default: string;
|
|
@@ -11557,9 +11558,9 @@ declare const _default: {
|
|
|
11557
11558
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11558
11559
|
show: () => void;
|
|
11559
11560
|
}, string, {
|
|
11561
|
+
theme: string;
|
|
11560
11562
|
header: string;
|
|
11561
11563
|
text: string;
|
|
11562
|
-
theme: string;
|
|
11563
11564
|
testId: string;
|
|
11564
11565
|
delay: number;
|
|
11565
11566
|
triggers: import("./components/tooltip/common/Tooltip.types").TooltipTriggers[];
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
package/style/v4/colors.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
.light-theme-v4 {
|
|
2
|
+
color: var(--text-primary);
|
|
2
3
|
--background-default: #FFFFFF;
|
|
3
4
|
--background-paper: #FCFCFC;
|
|
4
5
|
--background-modal-elevation: #FFFFFF;
|
|
@@ -104,3 +105,107 @@
|
|
|
104
105
|
--ab-a: #FFC134;
|
|
105
106
|
--ab-b: #4F4FF5;
|
|
106
107
|
}
|
|
108
|
+
|
|
109
|
+
.dark-theme-v4 {
|
|
110
|
+
color: var(--text-primary);
|
|
111
|
+
--background-default: #131313;
|
|
112
|
+
--background-paper: #191919;
|
|
113
|
+
--background-modal-elevation: #1f1f1f;
|
|
114
|
+
--background-backdrop: rgba(0, 0, 0, 0.5);
|
|
115
|
+
--background-paper-elevation-0: #222222;
|
|
116
|
+
--background-inset: #222222;
|
|
117
|
+
--background-paper-elevation-1: #2a2a2a;
|
|
118
|
+
--background-paper-elevation-2: #313131;
|
|
119
|
+
--background-paper-elevation-3: #3a3a3a;
|
|
120
|
+
--background-paper-elevation-4: #484848;
|
|
121
|
+
--background-paper-elevation-5: #606060;
|
|
122
|
+
--background-paper-elevation-6: #707070;
|
|
123
|
+
--background-paper-elevation-7: #848484;
|
|
124
|
+
--background-paper-elevation-8: #909090;
|
|
125
|
+
--background-paper-elevation-9: #a0a0a0;
|
|
126
|
+
|
|
127
|
+
--action-primary: #0a6ec8;
|
|
128
|
+
--action-active: #7b7b7b;
|
|
129
|
+
--action-hover: rgba(255, 255, 255, 0.07);
|
|
130
|
+
--action-selected: rgba(255, 255, 255, 0.12);
|
|
131
|
+
--action-disabled: #3a3a3a;
|
|
132
|
+
--action-disabled-background: rgba(255, 255, 255, 0.04);
|
|
133
|
+
--action-focus: rgba(255, 255, 255, 0.16);
|
|
134
|
+
--action-outlined-border: rgba(255, 255, 255, 0.5);
|
|
135
|
+
|
|
136
|
+
--default-light: rgba(255, 255, 255, 0.10);
|
|
137
|
+
--default-main: transparent;
|
|
138
|
+
--default-dark: rgba(255, 255, 255, 0.05);
|
|
139
|
+
--default-outlined-border: rgba(255, 255, 255, 0.5);
|
|
140
|
+
--default-contrast-text: #eeeeee;
|
|
141
|
+
--default-button-contrast-text: #eeeeee;
|
|
142
|
+
|
|
143
|
+
--common-white: #FFFFFF;
|
|
144
|
+
--common-black: #000000;
|
|
145
|
+
--common-inverse-white: #000000;
|
|
146
|
+
--common-inverse-black: #FFFFFF;
|
|
147
|
+
--common-divider: rgba(255, 255, 255, 0.08);
|
|
148
|
+
--common-divider-elevation-0: rgba(255, 255, 255, 0.10);
|
|
149
|
+
|
|
150
|
+
--text-primary: #eeeeee;
|
|
151
|
+
--text-secondary: #b4b4b4;
|
|
152
|
+
--text-disabled: #4b4b4b;
|
|
153
|
+
|
|
154
|
+
--primary-lighter: #012348;
|
|
155
|
+
--primary-light: #0d3868;
|
|
156
|
+
--primary-main: #0a6ec8;
|
|
157
|
+
--primary-main-8-p: rgba(10, 110, 200, 0.08);
|
|
158
|
+
--primary-main-50-p: rgba(10, 110, 200, 0.50);
|
|
159
|
+
--primary-dark: #0860b0;
|
|
160
|
+
--primary-darker: #075099;
|
|
161
|
+
--primary-outlined-border: #0a6ec8;
|
|
162
|
+
--primary-contrast-text: #c2e2ff;
|
|
163
|
+
--primary-button-contrast-text: #FFFFFF;
|
|
164
|
+
|
|
165
|
+
--info-lighter: #1a1f5e;
|
|
166
|
+
--info-light: #2a3487;
|
|
167
|
+
--info-main: #5472e4;
|
|
168
|
+
--info-main-8-p: rgba(84, 114, 228, 0.08);
|
|
169
|
+
--info-main-50-p: rgba(84, 114, 228, 0.50);
|
|
170
|
+
--info-dark: #4861cc;
|
|
171
|
+
--info-darker: #3b51b8;
|
|
172
|
+
--info-outlined-border: #5472e4;
|
|
173
|
+
--info-contrast-text: #c5d4ff;
|
|
174
|
+
--info-button-contrast-text: #FFFFFF;
|
|
175
|
+
|
|
176
|
+
--success-lighter: #0b3e2b;
|
|
177
|
+
--success-light: #1a6a47;
|
|
178
|
+
--success-main: #30a46c;
|
|
179
|
+
--success-main-8-p: rgba(48, 164, 108, 0.08);
|
|
180
|
+
--success-main-50-p: rgba(48, 164, 108, 0.50);
|
|
181
|
+
--success-dark: #2a9060;
|
|
182
|
+
--success-darker: #237c51;
|
|
183
|
+
--success-outlined-border: #30a46c;
|
|
184
|
+
--success-contrast-text: #b3f0d2;
|
|
185
|
+
--success-button-contrast-text: #FFFFFF;
|
|
186
|
+
|
|
187
|
+
--warning-lighter: #4a2e00;
|
|
188
|
+
--warning-light: #7a4c00;
|
|
189
|
+
--warning-main: #e5a200;
|
|
190
|
+
--warning-main-8-p: rgba(255, 197, 61, 0.08);
|
|
191
|
+
--warning-main-50-p: rgba(255, 197, 61, 0.50);
|
|
192
|
+
--warning-dark: #ffc53d;
|
|
193
|
+
--warning-darker: #ffcc50;
|
|
194
|
+
--warning-outlined-border: #e5a200;
|
|
195
|
+
--warning-contrast-text: #fff3c6;
|
|
196
|
+
--warning-button-contrast-text: rgba(38, 27, 0, 1);
|
|
197
|
+
|
|
198
|
+
--error-lighter: #3b0d11;
|
|
199
|
+
--error-light: #611623;
|
|
200
|
+
--error-main: #e5484d;
|
|
201
|
+
--error-main-8-p: rgba(229, 72, 77, 0.08);
|
|
202
|
+
--error-main-50-p: rgba(229, 72, 77, 0.50);
|
|
203
|
+
--error-dark: #ec5d5e;
|
|
204
|
+
--error-darker: #d13d42;
|
|
205
|
+
--error-outlined-border: #e5484d;
|
|
206
|
+
--error-contrast-text: #ffc9cc;
|
|
207
|
+
--error-button-contrast-text: #FFFFFF;
|
|
208
|
+
|
|
209
|
+
--ab-a: #FFC134;
|
|
210
|
+
--ab-b: #4F4FF5;
|
|
211
|
+
}
|