@ironsource/shared-ui 2.2.0-rc.5 → 2.2.0-rc.7
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/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_01c4e08f_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_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/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/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_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/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/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/columnPicker/ColumnPicker.vue.js +2 -2
- package/components/columnPicker/ColumnPicker.vue2.js +1 -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/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/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/switch/v4/SwitchV4.vue.js +2 -2
- package/components/switch/v4/SwitchV4.vue2.js +1 -1
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +59 -59
- 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 +41 -2
- 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/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_3673e156_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/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/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
package/index.d.ts
CHANGED
|
@@ -12769,6 +12769,7 @@ declare const _default: {
|
|
|
12769
12769
|
height: string;
|
|
12770
12770
|
width: string;
|
|
12771
12771
|
platform: string;
|
|
12772
|
+
circled: boolean;
|
|
12772
12773
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12773
12774
|
name: {
|
|
12774
12775
|
type: import("vue").PropType<string>;
|
|
@@ -12798,7 +12799,11 @@ declare const _default: {
|
|
|
12798
12799
|
type: import("vue").PropType<string>;
|
|
12799
12800
|
default: any;
|
|
12800
12801
|
};
|
|
12801
|
-
|
|
12802
|
+
circled: {
|
|
12803
|
+
type: import("vue").PropType<boolean>;
|
|
12804
|
+
default: boolean;
|
|
12805
|
+
};
|
|
12806
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12802
12807
|
$attrs: {
|
|
12803
12808
|
[x: string]: unknown;
|
|
12804
12809
|
};
|
|
@@ -12841,6 +12846,10 @@ declare const _default: {
|
|
|
12841
12846
|
type: import("vue").PropType<string>;
|
|
12842
12847
|
default: any;
|
|
12843
12848
|
};
|
|
12849
|
+
circled: {
|
|
12850
|
+
type: import("vue").PropType<boolean>;
|
|
12851
|
+
default: boolean;
|
|
12852
|
+
};
|
|
12844
12853
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12845
12854
|
name: string;
|
|
12846
12855
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12849,6 +12858,7 @@ declare const _default: {
|
|
|
12849
12858
|
height: string;
|
|
12850
12859
|
width: string;
|
|
12851
12860
|
platform: string;
|
|
12861
|
+
circled: boolean;
|
|
12852
12862
|
}, {}, string> & {
|
|
12853
12863
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12854
12864
|
created?: (() => void) | (() => void)[];
|
|
@@ -12898,6 +12908,10 @@ declare const _default: {
|
|
|
12898
12908
|
type: import("vue").PropType<string>;
|
|
12899
12909
|
default: any;
|
|
12900
12910
|
};
|
|
12911
|
+
circled: {
|
|
12912
|
+
type: import("vue").PropType<boolean>;
|
|
12913
|
+
default: boolean;
|
|
12914
|
+
};
|
|
12901
12915
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12902
12916
|
__isFragment?: never;
|
|
12903
12917
|
__isTeleport?: never;
|
|
@@ -12931,6 +12945,10 @@ declare const _default: {
|
|
|
12931
12945
|
type: import("vue").PropType<string>;
|
|
12932
12946
|
default: any;
|
|
12933
12947
|
};
|
|
12948
|
+
circled: {
|
|
12949
|
+
type: import("vue").PropType<boolean>;
|
|
12950
|
+
default: boolean;
|
|
12951
|
+
};
|
|
12934
12952
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12935
12953
|
name: string;
|
|
12936
12954
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12939,6 +12957,7 @@ declare const _default: {
|
|
|
12939
12957
|
height: string;
|
|
12940
12958
|
width: string;
|
|
12941
12959
|
platform: string;
|
|
12960
|
+
circled: boolean;
|
|
12942
12961
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12943
12962
|
$slots: {
|
|
12944
12963
|
default?(_: {}): any;
|
|
@@ -12956,6 +12975,7 @@ declare const _default: {
|
|
|
12956
12975
|
height: string;
|
|
12957
12976
|
width: string;
|
|
12958
12977
|
platform: string;
|
|
12978
|
+
circled: boolean;
|
|
12959
12979
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12960
12980
|
name: {
|
|
12961
12981
|
type: import("vue").PropType<string>;
|
|
@@ -12985,7 +13005,11 @@ declare const _default: {
|
|
|
12985
13005
|
type: import("vue").PropType<string>;
|
|
12986
13006
|
default: any;
|
|
12987
13007
|
};
|
|
12988
|
-
|
|
13008
|
+
circled: {
|
|
13009
|
+
type: import("vue").PropType<boolean>;
|
|
13010
|
+
default: boolean;
|
|
13011
|
+
};
|
|
13012
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12989
13013
|
$attrs: {
|
|
12990
13014
|
[x: string]: unknown;
|
|
12991
13015
|
};
|
|
@@ -13028,6 +13052,10 @@ declare const _default: {
|
|
|
13028
13052
|
type: import("vue").PropType<string>;
|
|
13029
13053
|
default: any;
|
|
13030
13054
|
};
|
|
13055
|
+
circled: {
|
|
13056
|
+
type: import("vue").PropType<boolean>;
|
|
13057
|
+
default: boolean;
|
|
13058
|
+
};
|
|
13031
13059
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13032
13060
|
name: string;
|
|
13033
13061
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13036,6 +13064,7 @@ declare const _default: {
|
|
|
13036
13064
|
height: string;
|
|
13037
13065
|
width: string;
|
|
13038
13066
|
platform: string;
|
|
13067
|
+
circled: boolean;
|
|
13039
13068
|
}, {}, string> & {
|
|
13040
13069
|
beforeCreate?: (() => void) | (() => void)[];
|
|
13041
13070
|
created?: (() => void) | (() => void)[];
|
|
@@ -13085,6 +13114,10 @@ declare const _default: {
|
|
|
13085
13114
|
type: import("vue").PropType<string>;
|
|
13086
13115
|
default: any;
|
|
13087
13116
|
};
|
|
13117
|
+
circled: {
|
|
13118
|
+
type: import("vue").PropType<boolean>;
|
|
13119
|
+
default: boolean;
|
|
13120
|
+
};
|
|
13088
13121
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13089
13122
|
__isFragment?: never;
|
|
13090
13123
|
__isTeleport?: never;
|
|
@@ -13118,6 +13151,10 @@ declare const _default: {
|
|
|
13118
13151
|
type: import("vue").PropType<string>;
|
|
13119
13152
|
default: any;
|
|
13120
13153
|
};
|
|
13154
|
+
circled: {
|
|
13155
|
+
type: import("vue").PropType<boolean>;
|
|
13156
|
+
default: boolean;
|
|
13157
|
+
};
|
|
13121
13158
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13122
13159
|
name: string;
|
|
13123
13160
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13126,6 +13163,7 @@ declare const _default: {
|
|
|
13126
13163
|
height: string;
|
|
13127
13164
|
width: string;
|
|
13128
13165
|
platform: string;
|
|
13166
|
+
circled: boolean;
|
|
13129
13167
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13130
13168
|
$slots: {
|
|
13131
13169
|
default?(_: {}): any;
|
|
@@ -28475,6 +28513,7 @@ export * from '@/composables/useDateService';
|
|
|
28475
28513
|
export * from '@/components/banner';
|
|
28476
28514
|
export * from '@/components/alert';
|
|
28477
28515
|
export * from '@/components/link';
|
|
28516
|
+
export * from '@/components/helpText';
|
|
28478
28517
|
export * from '@/components/autocomplete';
|
|
28479
28518
|
export * from '@/components/chart';
|
|
28480
28519
|
export * from '@/components/columnPicker';
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './FloatingToolbar.vue_vue_type_style_index_0_scoped_04d485be_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";
|
|
@@ -45,11 +45,11 @@ import * as M from "./components/table-cells/v3/index.js";
|
|
|
45
45
|
import * as b from "./components/table-cells/v4/index.js";
|
|
46
46
|
import * as w from "./components/skeleton/v3/index.js";
|
|
47
47
|
import * as k from "./components/skeleton/v4/index.js";
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
48
|
+
import * as H from "./components/loader/v4/index.js";
|
|
49
|
+
import * as O from "./components/emptyState/v3/index.js";
|
|
50
|
+
import * as P from "./components/emptyState/v4/index.js";
|
|
51
|
+
import * as S from "./components/snackbar/v3/index.js";
|
|
52
|
+
import * as v from "./components/snackbar/v4/index.js";
|
|
53
53
|
import * as L from "./components/radioButton/v3/index.js";
|
|
54
54
|
import * as N from "./components/radioButton/v4/index.js";
|
|
55
55
|
import * as V from "./components/textArea/v3/index.js";
|
|
@@ -66,51 +66,53 @@ import * as Y from "./components/dateRange/v4/index.js";
|
|
|
66
66
|
import * as U from "./components/popover/v3/index.js";
|
|
67
67
|
import * as W from "./components/popover/v4/index.js";
|
|
68
68
|
import * as X from "./utils/index.js";
|
|
69
|
-
import { useToggle as
|
|
70
|
-
import { useSearch as
|
|
69
|
+
import { useToggle as Oo } from "./composables/useToggle.js";
|
|
70
|
+
import { useSearch as So } from "./composables/useSearch.js";
|
|
71
71
|
import { scrollToElementByClass as Lo, scrollToFirstInvalidElement as No, useFormValidation as Vo, yupValidation as Jo } from "./composables/useFormValidation.js";
|
|
72
72
|
import { useDateService as Ro } from "./composables/useDateService.js";
|
|
73
73
|
import { BannerTypes as jo } from "./components/banner/index.js";
|
|
74
74
|
import { AlertTypes as zo } from "./components/alert/index.js";
|
|
75
75
|
import { LinkTypes as Qo } from "./components/link/index.js";
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import { default as ir } from "./components/
|
|
83
|
-
import { default as xr } from "./components/
|
|
84
|
-
import { default as nr } from "./components/
|
|
85
|
-
import { default as ur } from "./components/
|
|
86
|
-
import { default as Tr } from "./components/
|
|
87
|
-
import { default as yr } from "./components/
|
|
88
|
-
import { default as Fr } from "./components/includeExclude/
|
|
89
|
-
import { default as Cr } from "./components/includeExclude/
|
|
90
|
-
import { default as Er } from "./components/includeExclude/
|
|
91
|
-
import { default as hr } from "./components/includeExclude/
|
|
92
|
-
import { default as Mr } from "./components/includeExclude/
|
|
93
|
-
import { default as wr } from "./components/includeExclude/
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as Nr } from "./components/typography/
|
|
98
|
-
import { default as Jr } from "./components/typography/
|
|
99
|
-
import { default as Rr } from "./components/
|
|
100
|
-
import { default as jr } from "./components/
|
|
101
|
-
import { default as zr } from "./components/
|
|
102
|
-
import { default as Qr } from "./components/forms/
|
|
103
|
-
import { default as Ur } from "./components/forms/
|
|
104
|
-
import { default as Xr } from "./components/forms/
|
|
105
|
-
import { default as oe } from "./components/
|
|
106
|
-
import { default as ee } from "./components/
|
|
107
|
-
import { default as me } from "./components/
|
|
108
|
-
import { default as ae } from "./components/
|
|
109
|
-
import { default as ie } from "./components/
|
|
110
|
-
import {
|
|
111
|
-
import { default as
|
|
112
|
-
import {
|
|
113
|
-
import { default as ye } from "./components/
|
|
76
|
+
import { HelpTextTypes as Uo } from "./components/helpText/index.js";
|
|
77
|
+
import { AutocompleteTypes as Xo } from "./components/autocomplete/index.js";
|
|
78
|
+
import { ChartTypes as or } from "./components/chart/index.js";
|
|
79
|
+
import { ColumnPickerTypes as er } from "./components/columnPicker/index.js";
|
|
80
|
+
import { ColumnConfiguratorTypes as mr } from "./components/columnConfigurator/index.js";
|
|
81
|
+
import { TagsFieldTypes as ar } from "./components/tagsField/index.js";
|
|
82
|
+
import { default as ir } from "./components/appTrigger/AppTrigger.vue.js";
|
|
83
|
+
import { default as xr } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
84
|
+
import { default as nr } from "./components/menuItem/MenuItem.vue.js";
|
|
85
|
+
import { default as ur } from "./components/menu/Menu.vue.js";
|
|
86
|
+
import { default as Tr } from "./components/appIcon/AppIcon.vue.js";
|
|
87
|
+
import { default as yr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
88
|
+
import { default as Fr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
89
|
+
import { default as Cr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
90
|
+
import { default as Er } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
91
|
+
import { default as hr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
92
|
+
import { default as Mr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
93
|
+
import { default as wr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
94
|
+
import { default as Hr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
95
|
+
import { default as Pr } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
96
|
+
import { default as vr } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
97
|
+
import { default as Nr } from "./components/typography/Heading.vue.js";
|
|
98
|
+
import { default as Jr } from "./components/typography/Text.vue.js";
|
|
99
|
+
import { default as Rr } from "./components/typography/v4/Typography.vue.js";
|
|
100
|
+
import { default as jr } from "./components/multibar/MultiBar.vue.js";
|
|
101
|
+
import { default as zr } from "./components/layout/FoldableSection.vue.js";
|
|
102
|
+
import { default as Qr } from "./components/forms/FormRow.vue.js";
|
|
103
|
+
import { default as Ur } from "./components/forms/FormCard.vue.js";
|
|
104
|
+
import { default as Xr } from "./components/forms/CardPanel.vue.js";
|
|
105
|
+
import { default as oe } from "./components/forms/FormField.vue.js";
|
|
106
|
+
import { default as ee } from "./components/banner/Banner.vue.js";
|
|
107
|
+
import { default as me } from "./components/alert/Alert.vue.js";
|
|
108
|
+
import { default as ae } from "./components/link/Link.vue.js";
|
|
109
|
+
import { default as ie } from "./components/helpText/HelpText.vue.js";
|
|
110
|
+
import { default as xe } from "./components/autocomplete/Autocomplete.vue.js";
|
|
111
|
+
import { default as ne } from "./components/chart/Chart.vue.js";
|
|
112
|
+
import { ChartType as ue, TooltipOrder as $e, TrendDirection as Te } from "./components/chart/types.js";
|
|
113
|
+
import { default as ye } from "./components/columnPicker/ColumnPicker.vue.js";
|
|
114
|
+
import { default as Fe } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
|
|
115
|
+
import { default as Ce } from "./components/tagsField/TagsField.vue.js";
|
|
114
116
|
const Z = {
|
|
115
117
|
...e,
|
|
116
118
|
...t,
|
|
@@ -140,13 +142,13 @@ const Z = {
|
|
|
140
142
|
...B,
|
|
141
143
|
...M,
|
|
142
144
|
...b,
|
|
145
|
+
...O,
|
|
143
146
|
...P,
|
|
144
|
-
...S,
|
|
145
147
|
...w,
|
|
146
148
|
...k,
|
|
147
|
-
...O,
|
|
148
|
-
...v,
|
|
149
149
|
...H,
|
|
150
|
+
...S,
|
|
151
|
+
...v,
|
|
150
152
|
...n,
|
|
151
153
|
...l,
|
|
152
154
|
...V,
|
|
@@ -167,62 +169,64 @@ const Z = {
|
|
|
167
169
|
...X
|
|
168
170
|
};
|
|
169
171
|
export {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
vr as AddFilterButton,
|
|
173
|
+
me as Alert,
|
|
172
174
|
zo as AlertTypes,
|
|
173
|
-
|
|
175
|
+
Tr as AppIcon,
|
|
174
176
|
so as AppIconTypes,
|
|
175
|
-
|
|
177
|
+
ir as AppTrigger,
|
|
176
178
|
eo as AppTriggerTypes,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
+
xe as Autocomplete,
|
|
180
|
+
xr as AutocompleteDropdown,
|
|
179
181
|
mo as AutocompleteDropdownTypes,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
Xo as AutocompleteTypes,
|
|
183
|
+
ee as Banner,
|
|
182
184
|
jo as BannerTypes,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
185
|
+
Xr as CardPanel,
|
|
186
|
+
ne as Chart,
|
|
187
|
+
ue as ChartType,
|
|
188
|
+
or as ChartTypes,
|
|
189
|
+
Fe as ColumnConfigurator,
|
|
190
|
+
mr as ColumnConfiguratorTypes,
|
|
191
|
+
ye as ColumnPicker,
|
|
192
|
+
er as ColumnPickerTypes,
|
|
193
|
+
Pr as FilterDropdown,
|
|
192
194
|
Fo as FilterDropdownTypes,
|
|
193
|
-
|
|
195
|
+
yr as FloatingToolbar,
|
|
194
196
|
lo as FloatingToolbarTypes,
|
|
195
|
-
|
|
197
|
+
zr as FoldableSection,
|
|
196
198
|
Mo as FoldableSectionTypes,
|
|
197
|
-
|
|
199
|
+
Ur as FormCard,
|
|
198
200
|
wo as FormCardTypes,
|
|
199
|
-
|
|
201
|
+
oe as FormField,
|
|
200
202
|
ko as FormFieldTypes,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
+
Qr as FormRow,
|
|
204
|
+
Nr as Heading,
|
|
205
|
+
ie as HelpText,
|
|
206
|
+
Uo as HelpTextTypes,
|
|
203
207
|
co as ID_INJECTION_KEY,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
Fr as IncludeExclude,
|
|
209
|
+
wr as IncludeExcludeAppHeader,
|
|
210
|
+
Mr as IncludeExcludeAppTrigger,
|
|
211
|
+
Hr as IncludeExcludeChipFilter,
|
|
212
|
+
Cr as IncludeExcludeDragDrop,
|
|
213
|
+
Er as IncludeExcludeOption,
|
|
214
|
+
hr as IncludeExcludeOptionDraggable,
|
|
211
215
|
$o as IncludeExcludeTypes,
|
|
212
|
-
|
|
216
|
+
ae as Link,
|
|
213
217
|
Qo as LinkTypes,
|
|
214
|
-
|
|
215
|
-
|
|
218
|
+
ur as Menu,
|
|
219
|
+
nr as MenuItem,
|
|
216
220
|
ao as MenuItemTypes,
|
|
217
221
|
io as MenuTypes,
|
|
218
|
-
|
|
222
|
+
jr as MultiBar,
|
|
219
223
|
ho as MultiBarTypes,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
Ce as TagsField,
|
|
225
|
+
ar as TagsFieldTypes,
|
|
226
|
+
Jr as Text,
|
|
227
|
+
$e as TooltipOrder,
|
|
228
|
+
Te as TrendDirection,
|
|
229
|
+
Rr as Typography,
|
|
226
230
|
Co as TypographyTypes,
|
|
227
231
|
Eo as TypographyTypesV4,
|
|
228
232
|
Z as default,
|
|
@@ -231,7 +235,7 @@ export {
|
|
|
231
235
|
Ro as useDateService,
|
|
232
236
|
Vo as useFormValidation,
|
|
233
237
|
yo as useId,
|
|
234
|
-
|
|
235
|
-
|
|
238
|
+
So as useSearch,
|
|
239
|
+
Oo as useToggle,
|
|
236
240
|
Jo as yupValidation
|
|
237
241
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.2.0-rc.
|
|
3
|
+
"version": "2.2.0-rc.7",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"upload:visual": "aws s3 cp ./visual-tests s3://mobile-shared-ui-platform/visual-tests/$FOLDER --recursive --exclude '.gitkeep' ",
|
|
48
48
|
"release": "commit-and-tag-version",
|
|
49
49
|
"pw:ci": "cd e2e/playwright && BASE_URL=http://localhost:6006/ npx playwright test --reporter=list --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}",
|
|
50
|
-
"test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first"
|
|
50
|
+
"test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first",
|
|
51
|
+
"migrate-colors": "node scripts/migrate-colors.mjs"
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@phosphor-icons/vue": "^2.1.6",
|
|
@@ -227,6 +228,7 @@
|
|
|
227
228
|
"./banner": "./components/banner/Banner.vue.js",
|
|
228
229
|
"./alert": "./components/alert/index.js",
|
|
229
230
|
"./link": "./components/link/index.js",
|
|
231
|
+
"./helpText": "./components/helpText/index.js",
|
|
230
232
|
"./multibar": "./components/multibar/index.js",
|
|
231
233
|
"./typography": "./components/typography/v4/index.js",
|
|
232
234
|
"./themeWrapper": "./components/ThemeWrapper/index.js",
|
|
@@ -454,6 +456,9 @@
|
|
|
454
456
|
"link": [
|
|
455
457
|
"./components/link/index.d.ts"
|
|
456
458
|
],
|
|
459
|
+
"helpText": [
|
|
460
|
+
"./components/helpText/index.d.ts"
|
|
461
|
+
],
|
|
457
462
|
"multibar": [
|
|
458
463
|
"./components/multibar/index.d.ts"
|
|
459
464
|
],
|
package/style/v4/colors.scss
CHANGED
|
@@ -1,101 +1,106 @@
|
|
|
1
1
|
.light-theme-v4 {
|
|
2
2
|
--background-default: #FFFFFF;
|
|
3
|
-
--background-paper:
|
|
4
|
-
--background-
|
|
5
|
-
--background-backdrop:
|
|
6
|
-
--background-paper-elevation-0:
|
|
7
|
-
--background-paper-elevation-1:
|
|
8
|
-
--background-paper-elevation-2:
|
|
9
|
-
--background-paper-elevation-3:
|
|
10
|
-
--background-paper-elevation-4:
|
|
11
|
-
--background-paper-elevation-5:
|
|
12
|
-
--background-paper-elevation-6:
|
|
13
|
-
--background-paper-elevation-7:
|
|
14
|
-
--background-paper-elevation-8:
|
|
15
|
-
--background-paper-elevation-9:
|
|
3
|
+
--background-paper: #FCFCFC;
|
|
4
|
+
--background-modal-elevation: #FFFFFF;
|
|
5
|
+
--background-backdrop: #00000045;
|
|
6
|
+
--background-paper-elevation-0: #F9F9F9;
|
|
7
|
+
--background-paper-elevation-1: #F0F0F0;
|
|
8
|
+
--background-paper-elevation-2: #E8E8E8;
|
|
9
|
+
--background-paper-elevation-3: #E0E0E0;
|
|
10
|
+
--background-paper-elevation-4: #D9D9D9;
|
|
11
|
+
--background-paper-elevation-5: #CECECE;
|
|
12
|
+
--background-paper-elevation-6: #BBBBBB;
|
|
13
|
+
--background-paper-elevation-7: #8D8D8D;
|
|
14
|
+
--background-paper-elevation-8: #838383;
|
|
15
|
+
--background-paper-elevation-9: #646464;
|
|
16
|
+
--background-inset: #F0F0F0;
|
|
16
17
|
|
|
17
|
-
--action-primary:
|
|
18
|
-
--action-active:
|
|
19
|
-
--action-hover:
|
|
20
|
-
--action-selected:
|
|
21
|
-
--action-disabled:
|
|
22
|
-
--action-disabled-background:
|
|
23
|
-
--action-focus:
|
|
24
|
-
--action-outlined-border
|
|
18
|
+
--action-primary: #202020;
|
|
19
|
+
--action-active: #838383;
|
|
20
|
+
--action-hover: #0000000F;
|
|
21
|
+
--action-selected: #E8E8E8;
|
|
22
|
+
--action-disabled: #E0E0E0;
|
|
23
|
+
--action-disabled-background: #F0F0F0;
|
|
24
|
+
--action-focus: #E8E8E8;
|
|
25
|
+
--action-outlined-border: #BBBBBB;
|
|
25
26
|
|
|
26
|
-
--default-
|
|
27
|
-
--default-
|
|
28
|
-
--default-
|
|
29
|
-
--default-
|
|
30
|
-
--default-
|
|
31
|
-
--default-
|
|
27
|
+
--default-main: #E8E8E8;
|
|
28
|
+
--default-lighter: #F9F9F9;
|
|
29
|
+
--default-light: #F0F0F0;
|
|
30
|
+
--default-dark: #E0E0E0;
|
|
31
|
+
--default-darker: #D9D9D9;
|
|
32
|
+
--default-contrast-text: #202020;
|
|
33
|
+
--default-outlined-border: #CECECE;
|
|
34
|
+
--default-main-8-p: #81818114;
|
|
35
|
+
--default-main-50-p: #81818180;
|
|
36
|
+
--default-button-contrast-text: #000000;
|
|
32
37
|
|
|
33
38
|
--common-white: #FFFFFF;
|
|
34
39
|
--common-black: #000000;
|
|
35
40
|
--common-inverse-white: #FFFFFF;
|
|
36
41
|
--common-inverse-black: #000000;
|
|
37
|
-
--common-divider:
|
|
38
|
-
--common-divider-elevation-0:
|
|
42
|
+
--common-divider: #E8E8E8;
|
|
43
|
+
--common-divider-elevation-0: #E8E8E8;
|
|
39
44
|
|
|
40
|
-
--text-primary:
|
|
41
|
-
--text-secondary:
|
|
42
|
-
--text-disabled:
|
|
45
|
+
--text-primary: #202020;
|
|
46
|
+
--text-secondary: #646464;
|
|
47
|
+
--text-disabled: #838383;
|
|
43
48
|
|
|
44
|
-
--primary-lighter:
|
|
45
|
-
--primary-light:
|
|
46
|
-
--primary-main:
|
|
47
|
-
--primary-main-8-p:
|
|
48
|
-
--primary-main-50-p:
|
|
49
|
-
--primary-dark:
|
|
50
|
-
--primary-darker:
|
|
51
|
-
--primary-outlined-border:
|
|
52
|
-
--primary-contrast-text:
|
|
53
|
-
--primary-button-contrast-text:
|
|
49
|
+
--primary-lighter: #ECF5FF;
|
|
50
|
+
--primary-light: #CBE2FE;
|
|
51
|
+
--primary-main: #0A6EC8;
|
|
52
|
+
--primary-main-8-p: #0A6EC814;
|
|
53
|
+
--primary-main-50-p: #0A6EC880;
|
|
54
|
+
--primary-dark: #0060B8;
|
|
55
|
+
--primary-darker: #0F70CB;
|
|
56
|
+
--primary-outlined-border: #9EC4F1;
|
|
57
|
+
--primary-contrast-text: #0E345B;
|
|
58
|
+
--primary-button-contrast-text: #FFFFFF;
|
|
54
59
|
|
|
55
|
-
--info-lighter:
|
|
56
|
-
--info-light:
|
|
57
|
-
--info-main:
|
|
58
|
-
--info-main-8-p:
|
|
59
|
-
--info-main-50-p:
|
|
60
|
-
--info-dark:
|
|
61
|
-
--info-darker:
|
|
62
|
-
--info-outlined-border:
|
|
63
|
-
--info-contrast-text:
|
|
64
|
-
--info-button-contrast-text:
|
|
60
|
+
--info-lighter: #EDF2FE;
|
|
61
|
+
--info-light: #D2DEFF;
|
|
62
|
+
--info-main: #3E63DD;
|
|
63
|
+
--info-main-8-p: #3E63DD14;
|
|
64
|
+
--info-main-50-p: #3E63DD80;
|
|
65
|
+
--info-dark: #3358D4;
|
|
66
|
+
--info-darker: #3A5BC7;
|
|
67
|
+
--info-outlined-border: #ABBDF9;
|
|
68
|
+
--info-contrast-text: #1F2D5C;
|
|
69
|
+
--info-button-contrast-text: #FFFFFF;
|
|
65
70
|
|
|
66
|
-
--success-lighter:
|
|
67
|
-
--success-light:
|
|
68
|
-
--success-main:
|
|
69
|
-
--success-main-8-p:
|
|
70
|
-
--success-main-50-p:
|
|
71
|
-
--success-dark:
|
|
72
|
-
--success-darker:
|
|
73
|
-
--success-outlined-border:
|
|
74
|
-
--success-contrast-text:
|
|
75
|
-
--success-button-contrast-text:
|
|
71
|
+
--success-lighter: #E6F6EB;
|
|
72
|
+
--success-light: #C4E8D1;
|
|
73
|
+
--success-main: #30A46C;
|
|
74
|
+
--success-main-8-p: #30A46C14;
|
|
75
|
+
--success-main-50-p: #30A46C80;
|
|
76
|
+
--success-dark: #2B9A66;
|
|
77
|
+
--success-darker: #218358;
|
|
78
|
+
--success-outlined-border: #8ECEAA;
|
|
79
|
+
--success-contrast-text: #193B2D;
|
|
80
|
+
--success-button-contrast-text: #FFFFFF;
|
|
76
81
|
|
|
77
|
-
--warning-lighter:
|
|
78
|
-
--warning-light:
|
|
79
|
-
--warning-main:
|
|
80
|
-
--warning-main-8-p:
|
|
81
|
-
--warning-main-50-p:
|
|
82
|
-
--warning-dark:
|
|
83
|
-
--warning-darker:
|
|
84
|
-
--warning-outlined-border:
|
|
85
|
-
--warning-contrast-text:
|
|
86
|
-
--warning-button-contrast-text:
|
|
82
|
+
--warning-lighter: #FFF7C2;
|
|
83
|
+
--warning-light: #FBE577;
|
|
84
|
+
--warning-main: #FFC53D;
|
|
85
|
+
--warning-main-8-p: #FFC53D14;
|
|
86
|
+
--warning-main-50-p: #FFC53D80;
|
|
87
|
+
--warning-dark: #FFBA18;
|
|
88
|
+
--warning-darker: #AB6400;
|
|
89
|
+
--warning-outlined-border: #E9C162;
|
|
90
|
+
--warning-contrast-text: #4F3422;
|
|
91
|
+
--warning-button-contrast-text: #000000;
|
|
87
92
|
|
|
88
|
-
--error-lighter:
|
|
89
|
-
--error-light:
|
|
90
|
-
--error-main:
|
|
91
|
-
--error-main-8-p:
|
|
92
|
-
--error-main-50-p:
|
|
93
|
-
--error-dark:
|
|
94
|
-
--error-darker:
|
|
95
|
-
--error-outlined-border:
|
|
96
|
-
--error-contrast-text:
|
|
97
|
-
--error-button-contrast-text:
|
|
93
|
+
--error-lighter: #FEEBEC;
|
|
94
|
+
--error-light: #FFCDCE;
|
|
95
|
+
--error-main: #E5484D;
|
|
96
|
+
--error-main-8-p: #E5484D14;
|
|
97
|
+
--error-main-50-p: #E5484D80;
|
|
98
|
+
--error-dark: #DC3E42;
|
|
99
|
+
--error-darker: #CE2C31;
|
|
100
|
+
--error-outlined-border: #F4A9AA;
|
|
101
|
+
--error-contrast-text: #641723;
|
|
102
|
+
--error-button-contrast-text: #FFFFFF;
|
|
98
103
|
|
|
99
|
-
--
|
|
100
|
-
--
|
|
104
|
+
--ab-a: #FFC134;
|
|
105
|
+
--ab-b: #4F4FF5;
|
|
101
106
|
}
|