@ironsource/shared-ui 2.2.0-rc.2 → 2.2.0-rc.21
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_5e66710b_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +3 -8
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +48 -46
- package/components/alert/index.d.ts +8 -27
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +44 -45
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +10 -8
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -49
- package/components/chart/ChartPlane.vue.d.ts +5 -0
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +33 -31
- package/components/chart/ChartStoryArgs.d.ts +6 -0
- package/components/chart/index.d.ts +20 -1
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
- package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
- package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +173 -153
- package/components/columnPicker/index.d.ts +7 -1
- package/components/dateRange/common/CalendarMonth.common.js +46 -41
- package/components/dateRange/common/DateRange.common.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +39 -38
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
- package/components/dateRange/v3/DateRange.vue.d.ts +5 -0
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/index.d.ts +20 -1
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +5 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
- package/components/dateRange/v4/index.d.ts +20 -1
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
- package/components/dropdown/v4/GroupOption.vue.js +3 -3
- package/components/dropdown/v4/GroupOption.vue2.js +1 -1
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/helpText/HelpText.vue.d.ts +68 -0
- package/components/helpText/HelpText.vue.js +7 -0
- package/components/helpText/HelpText.vue2.js +45 -0
- package/components/helpText/index.d.ts +190 -0
- package/components/helpText/index.js +6 -0
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/includeExclude/index.d.ts +16 -16
- package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +80 -51
- package/components/inlineCopy/index.d.ts +27 -0
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/link/Link.vue.d.ts +3 -3
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +1 -1
- package/components/link/index.d.ts +7 -7
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/snackbar/common/notify.js +25 -25
- package/components/snackbar/common/snackbar.common.js +19 -19
- package/components/snackbar/common/snackbar.types.d.ts +2 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
- package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
- package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
- package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
- package/components/switch/v4/SwitchV4.vue.js +4 -4
- package/components/switch/v4/SwitchV4.vue2.js +14 -13
- package/components/switch/v4/index.d.ts +9 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +82 -80
- package/components/table/v4/index.d.ts +7 -1
- package/components/table-cells/v3/Editable.vue.d.ts +1 -1
- package/components/table-cells/v3/index.d.ts +20 -20
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
- package/index.d.ts +207 -46
- package/index.js +95 -91
- package/package.json +7 -2
- package/style/v4/colors.scss +89 -84
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +38 -37
- package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
|
@@ -6,10 +6,10 @@ declare const EditableTypes: () => ({
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
type: "input" | "dropdown";
|
|
8
8
|
cell: string;
|
|
9
|
+
isLoading: boolean;
|
|
9
10
|
withIcons: boolean;
|
|
10
11
|
saveOnClickOutside: boolean;
|
|
11
12
|
validateFunction: (value: unknown) => string | boolean;
|
|
12
|
-
isLoading: boolean;
|
|
13
13
|
displayValue: (option: unknown) => unknown;
|
|
14
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
@@ -21,6 +21,10 @@ declare const EditableTypes: () => ({
|
|
|
21
21
|
type: import("vue").PropType<string>;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
|
+
isLoading: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
24
28
|
withIcons: {
|
|
25
29
|
type: import("vue").PropType<boolean>;
|
|
26
30
|
default: boolean;
|
|
@@ -33,10 +37,6 @@ declare const EditableTypes: () => ({
|
|
|
33
37
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
34
38
|
default: () => false;
|
|
35
39
|
};
|
|
36
|
-
isLoading: {
|
|
37
|
-
type: import("vue").PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
40
|
rowIndex: {
|
|
41
41
|
type: import("vue").PropType<number>;
|
|
42
42
|
required: true;
|
|
@@ -49,7 +49,7 @@ declare const EditableTypes: () => ({
|
|
|
49
49
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
50
50
|
default: (cell: unknown) => unknown;
|
|
51
51
|
};
|
|
52
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
52
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
53
53
|
$attrs: {
|
|
54
54
|
[x: string]: unknown;
|
|
55
55
|
};
|
|
@@ -73,6 +73,10 @@ declare const EditableTypes: () => ({
|
|
|
73
73
|
type: import("vue").PropType<string>;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
|
+
isLoading: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
76
80
|
withIcons: {
|
|
77
81
|
type: import("vue").PropType<boolean>;
|
|
78
82
|
default: boolean;
|
|
@@ -85,10 +89,6 @@ declare const EditableTypes: () => ({
|
|
|
85
89
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
86
90
|
default: () => false;
|
|
87
91
|
};
|
|
88
|
-
isLoading: {
|
|
89
|
-
type: import("vue").PropType<boolean>;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
92
|
rowIndex: {
|
|
93
93
|
type: import("vue").PropType<number>;
|
|
94
94
|
required: true;
|
|
@@ -104,10 +104,10 @@ declare const EditableTypes: () => ({
|
|
|
104
104
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
105
105
|
type: "input" | "dropdown";
|
|
106
106
|
cell: string;
|
|
107
|
+
isLoading: boolean;
|
|
107
108
|
withIcons: boolean;
|
|
108
109
|
saveOnClickOutside: boolean;
|
|
109
110
|
validateFunction: (value: unknown) => string | boolean;
|
|
110
|
-
isLoading: boolean;
|
|
111
111
|
displayValue: (option: unknown) => unknown;
|
|
112
112
|
}, {}, string> & {
|
|
113
113
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -139,6 +139,10 @@ declare const EditableTypes: () => ({
|
|
|
139
139
|
type: import("vue").PropType<string>;
|
|
140
140
|
default: string;
|
|
141
141
|
};
|
|
142
|
+
isLoading: {
|
|
143
|
+
type: import("vue").PropType<boolean>;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
142
146
|
withIcons: {
|
|
143
147
|
type: import("vue").PropType<boolean>;
|
|
144
148
|
default: boolean;
|
|
@@ -151,10 +155,6 @@ declare const EditableTypes: () => ({
|
|
|
151
155
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
152
156
|
default: () => false;
|
|
153
157
|
};
|
|
154
|
-
isLoading: {
|
|
155
|
-
type: import("vue").PropType<boolean>;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
158
|
rowIndex: {
|
|
159
159
|
type: import("vue").PropType<number>;
|
|
160
160
|
required: true;
|
|
@@ -181,6 +181,10 @@ declare const EditableTypes: () => ({
|
|
|
181
181
|
type: import("vue").PropType<string>;
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
184
|
+
isLoading: {
|
|
185
|
+
type: import("vue").PropType<boolean>;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
184
188
|
withIcons: {
|
|
185
189
|
type: import("vue").PropType<boolean>;
|
|
186
190
|
default: boolean;
|
|
@@ -193,10 +197,6 @@ declare const EditableTypes: () => ({
|
|
|
193
197
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
194
198
|
default: () => false;
|
|
195
199
|
};
|
|
196
|
-
isLoading: {
|
|
197
|
-
type: import("vue").PropType<boolean>;
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
200
|
rowIndex: {
|
|
201
201
|
type: import("vue").PropType<number>;
|
|
202
202
|
required: true;
|
|
@@ -212,10 +212,10 @@ declare const EditableTypes: () => ({
|
|
|
212
212
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
213
213
|
type: "input" | "dropdown";
|
|
214
214
|
cell: string;
|
|
215
|
+
isLoading: boolean;
|
|
215
216
|
withIcons: boolean;
|
|
216
217
|
saveOnClickOutside: boolean;
|
|
217
218
|
validateFunction: (value: unknown) => string | boolean;
|
|
218
|
-
isLoading: boolean;
|
|
219
219
|
displayValue: (option: unknown) => unknown;
|
|
220
220
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
221
221
|
$slots: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextAreaV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextAreaV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0feea75e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TextAreaV4.
|
|
1
|
+
import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; import { defineComponent as f, computed as b, openBlock as t, createElementBlock as r, mergeProps as c, unref as a, createBlock as d, createCommentVNode as l, createElementVNode as g } from "vue";
|
|
2
2
|
import v from "../../shared/FieldLabel.vue.js";
|
|
3
3
|
import k from "../../shared/FieldMaxLength.vue.js";
|
|
4
4
|
import T from "../../shared/FieldHelpText.vue.js";
|
|
@@ -2,18 +2,19 @@ export declare const colorPaletteLight: {
|
|
|
2
2
|
background: {
|
|
3
3
|
default: string;
|
|
4
4
|
paper: string;
|
|
5
|
-
backdrop: string;
|
|
6
5
|
'modal-elevation': string;
|
|
7
|
-
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
6
|
+
backdrop: string;
|
|
7
|
+
'paper-elevation-0': string;
|
|
8
|
+
'paper-elevation-1': string;
|
|
9
|
+
'paper-elevation-2': string;
|
|
10
|
+
'paper-elevation-3': string;
|
|
11
|
+
'paper-elevation-4': string;
|
|
12
|
+
'paper-elevation-5': string;
|
|
13
|
+
'paper-elevation-6': string;
|
|
14
|
+
'paper-elevation-7': string;
|
|
15
|
+
'paper-elevation-8': string;
|
|
16
|
+
'paper-elevation-9': string;
|
|
17
|
+
inset: string;
|
|
17
18
|
};
|
|
18
19
|
action: {
|
|
19
20
|
primary: string;
|
|
@@ -21,23 +22,27 @@ export declare const colorPaletteLight: {
|
|
|
21
22
|
hover: string;
|
|
22
23
|
selected: string;
|
|
23
24
|
disabled: string;
|
|
24
|
-
|
|
25
|
+
'disabled-background': string;
|
|
25
26
|
focus: string;
|
|
26
|
-
|
|
27
|
+
'outlined-border': string;
|
|
27
28
|
};
|
|
28
29
|
default: {
|
|
29
|
-
light: string;
|
|
30
30
|
main: string;
|
|
31
|
+
lighter: string;
|
|
32
|
+
light: string;
|
|
31
33
|
dark: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
darker: string;
|
|
35
|
+
'contrast-text': string;
|
|
36
|
+
'outlined-border': string;
|
|
37
|
+
'main-8-p': string;
|
|
38
|
+
'main-50-p': string;
|
|
39
|
+
'button-contrast-text': string;
|
|
35
40
|
};
|
|
36
41
|
common: {
|
|
37
42
|
white: string;
|
|
38
43
|
black: string;
|
|
39
|
-
|
|
40
|
-
|
|
44
|
+
'inverse-white': string;
|
|
45
|
+
'inverse-black': string;
|
|
41
46
|
divider: string;
|
|
42
47
|
'divider-elevation-0': string;
|
|
43
48
|
};
|
|
@@ -50,64 +55,64 @@ export declare const colorPaletteLight: {
|
|
|
50
55
|
lighter: string;
|
|
51
56
|
light: string;
|
|
52
57
|
main: string;
|
|
53
|
-
|
|
54
|
-
|
|
58
|
+
'main-8-p': string;
|
|
59
|
+
'main-50-p': string;
|
|
55
60
|
dark: string;
|
|
56
61
|
darker: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
'outlined-border': string;
|
|
63
|
+
'contrast-text': string;
|
|
64
|
+
'button-contrast-text': string;
|
|
60
65
|
};
|
|
61
66
|
info: {
|
|
62
67
|
lighter: string;
|
|
63
68
|
light: string;
|
|
64
69
|
main: string;
|
|
65
|
-
|
|
66
|
-
|
|
70
|
+
'main-8-p': string;
|
|
71
|
+
'main-50-p': string;
|
|
67
72
|
dark: string;
|
|
68
73
|
darker: string;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
74
|
+
'outlined-border': string;
|
|
75
|
+
'contrast-text': string;
|
|
76
|
+
'button-contrast-text': string;
|
|
72
77
|
};
|
|
73
78
|
success: {
|
|
74
79
|
lighter: string;
|
|
75
80
|
light: string;
|
|
76
81
|
main: string;
|
|
77
|
-
|
|
78
|
-
|
|
82
|
+
'main-8-p': string;
|
|
83
|
+
'main-50-p': string;
|
|
79
84
|
dark: string;
|
|
80
85
|
darker: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
86
|
+
'outlined-border': string;
|
|
87
|
+
'contrast-text': string;
|
|
88
|
+
'button-contrast-text': string;
|
|
84
89
|
};
|
|
85
90
|
warning: {
|
|
86
91
|
lighter: string;
|
|
87
92
|
light: string;
|
|
88
93
|
main: string;
|
|
89
|
-
|
|
90
|
-
|
|
94
|
+
'main-8-p': string;
|
|
95
|
+
'main-50-p': string;
|
|
91
96
|
dark: string;
|
|
92
97
|
darker: string;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
'outlined-border': string;
|
|
99
|
+
'contrast-text': string;
|
|
100
|
+
'button-contrast-text': string;
|
|
96
101
|
};
|
|
97
102
|
error: {
|
|
98
103
|
lighter: string;
|
|
99
104
|
light: string;
|
|
100
105
|
main: string;
|
|
101
|
-
|
|
102
|
-
|
|
106
|
+
'main-8-p': string;
|
|
107
|
+
'main-50-p': string;
|
|
103
108
|
dark: string;
|
|
104
109
|
darker: string;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
110
|
+
'outlined-border': string;
|
|
111
|
+
'contrast-text': string;
|
|
112
|
+
'button-contrast-text': string;
|
|
108
113
|
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
114
|
+
ab: {
|
|
115
|
+
a: string;
|
|
116
|
+
b: string;
|
|
112
117
|
};
|
|
113
118
|
};
|