@ironsource/shared-ui 2.2.0-rc.4 → 2.2.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
  4. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  5. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  6. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  7. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
  8. package/DataGrid.vue_vue_type_style_index_0_scoped_3673e156_lang.css +1 -0
  9. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  10. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  11. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  12. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  13. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  14. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  15. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  16. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  17. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  18. package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css +1 -0
  19. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  20. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  21. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  22. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  23. package/components/alert/Alert.vue.d.ts +3 -8
  24. package/components/alert/Alert.vue.js +2 -2
  25. package/components/alert/Alert.vue2.js +48 -46
  26. package/components/alert/index.d.ts +8 -27
  27. package/components/appHeader/AppHeader.vue.js +2 -2
  28. package/components/appHeader/AppHeader.vue2.js +44 -45
  29. package/components/button/v4/ButtonV4.vue.js +4 -4
  30. package/components/button/v4/ButtonV4.vue2.js +1 -1
  31. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  32. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  33. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  34. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  35. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  36. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  37. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  38. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  39. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  40. package/components/chip/v4/ChipV4.vue.js +3 -3
  41. package/components/chip/v4/ChipV4.vue2.js +1 -1
  42. package/components/columnPicker/ColumnPicker.vue.js +2 -2
  43. package/components/columnPicker/ColumnPicker.vue2.js +1 -1
  44. package/components/dialog/v4/DialogV4.vue.js +4 -4
  45. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  46. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  47. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  48. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  49. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  50. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  51. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  52. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  53. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  54. package/components/helpText/HelpText.vue.d.ts +68 -0
  55. package/components/helpText/HelpText.vue.js +7 -0
  56. package/components/helpText/HelpText.vue2.js +45 -0
  57. package/components/helpText/index.d.ts +190 -0
  58. package/components/helpText/index.js +6 -0
  59. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  60. package/components/icon/v4/IconV4.vue.js +2 -2
  61. package/components/icon/v4/IconV4.vue2.js +27 -26
  62. package/components/icon/v4/index.d.ts +20 -1
  63. package/components/input/v4/TextField.vue.js +2 -2
  64. package/components/input/v4/TextField.vue2.js +1 -1
  65. package/components/link/Link.vue.d.ts +3 -3
  66. package/components/link/Link.vue.js +5 -5
  67. package/components/link/Link.vue2.js +1 -1
  68. package/components/link/index.d.ts +7 -7
  69. package/components/multibar/MultiBar.vue.js +3 -3
  70. package/components/multibar/MultiBar.vue2.js +1 -1
  71. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  72. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  73. package/components/switch/v4/SwitchV4.vue.js +2 -2
  74. package/components/switch/v4/SwitchV4.vue2.js +1 -1
  75. package/components/table/v4/DataGrid.vue.js +4 -4
  76. package/components/table/v4/DataGrid.vue2.js +59 -59
  77. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  78. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  79. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  80. package/index.d.ts +41 -2
  81. package/index.js +94 -90
  82. package/package.json +7 -2
  83. package/style/v4/colors.scss +89 -84
  84. package/style/v4/grid.css +1 -1
  85. package/style/v4/grid.css.map +1 -1
  86. package/testids/index.d.ts +4 -0
  87. package/testids/index.js +38 -37
  88. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  89. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  90. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  91. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  92. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  93. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  94. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  95. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  96. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  97. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  98. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  99. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  100. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  101. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  102. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  103. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  104. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  105. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  106. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  107. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  108. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  109. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  110. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  111. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  112. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  113. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  114. 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
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
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
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
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
@@ -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 O from "./components/loader/v4/index.js";
49
- import * as P from "./components/emptyState/v3/index.js";
50
- import * as S from "./components/emptyState/v4/index.js";
51
- import * as v from "./components/snackbar/v3/index.js";
52
- import * as H from "./components/snackbar/v4/index.js";
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 Po } from "./composables/useToggle.js";
70
- import { useSearch as vo } from "./composables/useSearch.js";
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 { AutocompleteTypes as Uo } from "./components/autocomplete/index.js";
77
- import { ChartTypes as Xo } from "./components/chart/index.js";
78
- import { ColumnPickerTypes as or } from "./components/columnPicker/index.js";
79
- import { ColumnConfiguratorTypes as er } from "./components/columnConfigurator/index.js";
80
- import { TagsFieldTypes as mr } from "./components/tagsField/index.js";
81
- import { default as ar } from "./components/appTrigger/AppTrigger.vue.js";
82
- import { default as ir } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
83
- import { default as xr } from "./components/menuItem/MenuItem.vue.js";
84
- import { default as nr } from "./components/menu/Menu.vue.js";
85
- import { default as ur } from "./components/appIcon/AppIcon.vue.js";
86
- import { default as Tr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
87
- import { default as yr } from "./components/includeExclude/IncludeExclude.vue.js";
88
- import { default as Fr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
89
- import { default as Cr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
90
- import { default as Er } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
91
- import { default as hr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
92
- import { default as Mr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
93
- import { default as wr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
94
- import { default as Or } from "./components/filterDropdown/FilterDropdown.vue.js";
95
- import { default as Sr } from "./components/filterDropdown/AddFilterButton.vue.js";
96
- import { default as Hr } from "./components/typography/Heading.vue.js";
97
- import { default as Nr } from "./components/typography/Text.vue.js";
98
- import { default as Jr } from "./components/typography/v4/Typography.vue.js";
99
- import { default as Rr } from "./components/multibar/MultiBar.vue.js";
100
- import { default as jr } from "./components/layout/FoldableSection.vue.js";
101
- import { default as zr } from "./components/forms/FormRow.vue.js";
102
- import { default as Qr } from "./components/forms/FormCard.vue.js";
103
- import { default as Ur } from "./components/forms/CardPanel.vue.js";
104
- import { default as Xr } from "./components/forms/FormField.vue.js";
105
- import { default as oe } from "./components/banner/Banner.vue.js";
106
- import { default as ee } from "./components/alert/Alert.vue.js";
107
- import { default as me } from "./components/link/Link.vue.js";
108
- import { default as ae } from "./components/autocomplete/Autocomplete.vue.js";
109
- import { default as ie } from "./components/chart/Chart.vue.js";
110
- import { ChartType as xe, TooltipOrder as se, TrendDirection as ne } from "./components/chart/types.js";
111
- import { default as ue } from "./components/columnPicker/ColumnPicker.vue.js";
112
- import { default as Te } from "./components/columnConfigurator/ColumnConfigurator.vue.js";
113
- import { default as ye } from "./components/tagsField/TagsField.vue.js";
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
- Sr as AddFilterButton,
171
- ee as Alert,
172
+ vr as AddFilterButton,
173
+ me as Alert,
172
174
  zo as AlertTypes,
173
- ur as AppIcon,
175
+ Tr as AppIcon,
174
176
  so as AppIconTypes,
175
- ar as AppTrigger,
177
+ ir as AppTrigger,
176
178
  eo as AppTriggerTypes,
177
- ae as Autocomplete,
178
- ir as AutocompleteDropdown,
179
+ xe as Autocomplete,
180
+ xr as AutocompleteDropdown,
179
181
  mo as AutocompleteDropdownTypes,
180
- Uo as AutocompleteTypes,
181
- oe as Banner,
182
+ Xo as AutocompleteTypes,
183
+ ee as Banner,
182
184
  jo as BannerTypes,
183
- Ur as CardPanel,
184
- ie as Chart,
185
- xe as ChartType,
186
- Xo as ChartTypes,
187
- Te as ColumnConfigurator,
188
- er as ColumnConfiguratorTypes,
189
- ue as ColumnPicker,
190
- or as ColumnPickerTypes,
191
- Or as FilterDropdown,
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
- Tr as FloatingToolbar,
195
+ yr as FloatingToolbar,
194
196
  lo as FloatingToolbarTypes,
195
- jr as FoldableSection,
197
+ zr as FoldableSection,
196
198
  Mo as FoldableSectionTypes,
197
- Qr as FormCard,
199
+ Ur as FormCard,
198
200
  wo as FormCardTypes,
199
- Xr as FormField,
201
+ oe as FormField,
200
202
  ko as FormFieldTypes,
201
- zr as FormRow,
202
- Hr as Heading,
203
+ Qr as FormRow,
204
+ Nr as Heading,
205
+ ie as HelpText,
206
+ Uo as HelpTextTypes,
203
207
  co as ID_INJECTION_KEY,
204
- yr as IncludeExclude,
205
- Mr as IncludeExcludeAppHeader,
206
- hr as IncludeExcludeAppTrigger,
207
- wr as IncludeExcludeChipFilter,
208
- Fr as IncludeExcludeDragDrop,
209
- Cr as IncludeExcludeOption,
210
- Er as IncludeExcludeOptionDraggable,
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
- me as Link,
216
+ ae as Link,
213
217
  Qo as LinkTypes,
214
- nr as Menu,
215
- xr as MenuItem,
218
+ ur as Menu,
219
+ nr as MenuItem,
216
220
  ao as MenuItemTypes,
217
221
  io as MenuTypes,
218
- Rr as MultiBar,
222
+ jr as MultiBar,
219
223
  ho as MultiBarTypes,
220
- ye as TagsField,
221
- mr as TagsFieldTypes,
222
- Nr as Text,
223
- se as TooltipOrder,
224
- ne as TrendDirection,
225
- Jr as Typography,
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
- vo as useSearch,
235
- Po as useToggle,
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.4",
3
+ "version": "2.2.0-rc.6",
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
  ],
@@ -1,101 +1,106 @@
1
1
  .light-theme-v4 {
2
2
  --background-default: #FFFFFF;
3
- --background-paper: hsl(0, 0%, 99.0%);
4
- --background-model-elevation: #FFFFFF;
5
- --background-backdrop: hsla(0, 0%, 0%, 0.11);
6
- --background-paper-elevation-0: hsl(0, 0%, 97.5%);
7
- --background-paper-elevation-1: hsl(0, 0%, 94.6%);
8
- --background-paper-elevation-2: hsl(0, 0%, 92.0%);
9
- --background-paper-elevation-3: hsl(0, 0%, 89.5%);
10
- --background-paper-elevation-4: hsl(0, 0%, 86.8%);
11
- --background-paper-elevation-5: hsl(0, 0%, 83.0%);
12
- --background-paper-elevation-6: hsl(0, 0%, 73.2%);
13
- --background-paper-elevation-7: hsl(0, 0%, 55.2%);
14
- --background-paper-elevation-8: hsl(0, 0%, 50.3%);
15
- --background-paper-elevation-9: hsl(0, 0%, 39.3%);
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: hsl(0, 0%, 12.5%);
18
- --action-active: hsl(0, 0%, 50.3%);
19
- --action-hover: hsla(0, 0%, 0%, 0.05);
20
- --action-selected: hsla(0, 0%, 92%, 1);
21
- --action-disabled: hsla(0, 0%, 87%, 1);
22
- --action-disabled-background: hsla(0, 0%, 95%, 1);
23
- --action-focus: hsl(0, 0%, 92.0%);
24
- --action-outlined-border : hsla(0, 0%, 73%, 1);
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-light: hsl(0, 0%, 89.5%);
27
- --default-main: hsl(0 0% 94.51%);
28
- --default-dark: hsl(0, 0%, 92.0%);
29
- --default-outlined-border: hsl(0, 0%, 73.2%);
30
- --default-contrast-text: hsl(0, 0%, 12.5%);
31
- --default-button-contrast-text: hsla(0, 0%, 0%, 1);
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: hsl(0, 0%, 86.8%);
38
- --common-divider-elevation-0: hsla(0, 0%, 89%, 1);
42
+ --common-divider: #E8E8E8;
43
+ --common-divider-elevation-0: #E8E8E8;
39
44
 
40
- --text-primary: hsl(0, 0%, 12.5%);
41
- --text-secondary: hsl(0, 0%, 39.3%);
42
- --text-disabled: hsl(0 0% 73.33%);
45
+ --text-primary: #202020;
46
+ --text-secondary: #646464;
47
+ --text-disabled: #838383;
43
48
 
44
- --primary-lighter: hsl(209, 100%, 96.5%);
45
- --primary-light: hsl(209, 95.0%, 90.1%);
46
- --primary-main: hsl(206, 100%, 50.0%);
47
- --primary-main-8-p: hsla(206, 100%, 50%, 0.08);
48
- --primary-main-50-p: hsla(206, 100%, 50%, 0.5);
49
- --primary-dark: hsl(208, 93.5%, 47.4%);
50
- --primary-darker: hsl(211, 90.0%, 42.0%);
51
- --primary-outlined-border: hsl(206, 100%, 50.0%);
52
- --primary-contrast-text: hsl(216, 71.0%, 23.0%);
53
- --primary-button-contrast-text: hsla(0, 0%, 100%, 1);
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: hsl(223, 98.4%, 97.1%);
56
- --info-light: hsl(224, 87.1%, 92.0%);
57
- --info-main: hsl(226, 70.0%, 55.5%);
58
- --info-main-8-p: hsla(226, 70%, 55.5%, 0.08);
59
- --info-main-50-p: hsla(226, 70%, 55.5%, 0.5);
60
- --info-dark: hsl(226, 58.6%, 51.3%);
61
- --info-darker: hsl(226, 55.0%, 45.0%);
62
- --info-outlined-border: hsl(226, 70.0%, 55.5%);
63
- --info-contrast-text: hsl(226, 50.0%, 24.0%);
64
- --info-button-contrast-text: hsla(0, 0%, 100%, 1);
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: hsl(139, 55.2%, 94.5%);
67
- --success-light: hsl(141, 43.7%, 86.0%);
68
- --success-main: hsl(151, 55.0%, 41.5%);
69
- --success-main-8-p: hsla(151, 55%, 41.5%, 0.08);
70
- --success-main-50-p: hsla(151, 55%, 41.5%, 0.5);
71
- --success-dark: hsl(152, 57.5%, 37.6%);
72
- --success-darker: hsl(153, 67.0%, 28.5%);
73
- --success-outlined-border: hsl(151, 55.0%, 41.5%);
74
- --success-contrast-text: hsl(155, 40.0%, 16.5%);
75
- --success-button-contrast-text: hsla(0, 0%, 100%, 1);
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: hsl(45, 100%, 90.8%);
78
- --warning-light: hsl(40, 100%, 81.5%);
79
- --warning-main: hsl(42, 100%, 62.0%);
80
- --warning-main-8-p: hsla(42, 100%, 62%, 0.08);
81
- --warning-main-50-p: hsla(42, 100%, 62%, 0.5);
82
- --warning-dark: hsl(42, 100%, 55.0%);
83
- --warning-darker: hsl(25, 50.0%, 38.0%);
84
- --warning-outlined-border: hsl(42, 100%, 62.0%);
85
- --warning-contrast-text: hsl(25, 40.0%, 22.0%);
86
- --warning-button-contrast-text: hsla(24, 40%, 22%, 1);
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: hsl(360, 100%, 96.8%);
89
- --error-light: hsl(360, 90.2%, 91.9%);
90
- --error-main: hsl(358, 75.0%, 59.0%);
91
- --error-main-8-p: hsla(358, 75%, 59%, 0.08);
92
- --error-main-50-p: hsla(358, 75%, 59%, 0.5);
93
- --error-dark: hsl(358, 67.4%, 54.6%);
94
- --error-darker: hsl(358, 65.0%, 47.0%);
95
- --error-outlined-border: hsl(358, 75.0%, 59.0%);
96
- --error-contrast-text: hsl(350, 63.0%, 24.0%);
97
- --error-button-contrast-text: hsla(0, 0%, 100%, 1);
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
- --aba: #FFC134;
100
- --abb: #4F4FF5;
104
+ --ab-a: #FFC134;
105
+ --ab-b: #4F4FF5;
101
106
  }
package/style/v4/grid.css CHANGED
@@ -1 +1 @@
1
- .light-theme-v4{--background-default: #FFFFFF;--background-paper: hsl(0, 0%, 99.0%);--background-model-elevation: #FFFFFF;--background-backdrop: hsla(0, 0%, 0%, 0.11);--background-paper-elevation-0: hsl(0, 0%, 97.5%);--background-paper-elevation-1: hsl(0, 0%, 94.6%);--background-paper-elevation-2: hsl(0, 0%, 92.0%);--background-paper-elevation-3: hsl(0, 0%, 89.5%);--background-paper-elevation-4: hsl(0, 0%, 86.8%);--background-paper-elevation-5: hsl(0, 0%, 83.0%);--background-paper-elevation-6: hsl(0, 0%, 73.2%);--background-paper-elevation-7: hsl(0, 0%, 55.2%);--background-paper-elevation-8: hsl(0, 0%, 50.3%);--background-paper-elevation-9: hsl(0, 0%, 39.3%);--action-primary: hsl(0, 0%, 12.5%);--action-active: hsl(0, 0%, 50.3%);--action-hover: hsla(0, 0%, 0%, 0.05);--action-selected: hsla(0, 0%, 92%, 1);--action-disabled: hsla(0, 0%, 87%, 1);--action-disabled-background: hsla(0, 0%, 95%, 1);--action-focus: hsl(0, 0%, 92.0%);--action-outlined-border: hsla(0, 0%, 73%, 1);--default-light: hsl(0, 0%, 89.5%);--default-main: hsl(0 0% 94.51%);--default-dark: hsl(0, 0%, 92.0%);--default-outlined-border: hsl(0, 0%, 73.2%);--default-contrast-text: hsl(0, 0%, 12.5%);--default-button-contrast-text: hsla(0, 0%, 0%, 1);--common-white: #FFFFFF;--common-black: #000000;--common-inverse-white: #FFFFFF;--common-inverse-black: #000000;--common-divider: hsl(0, 0%, 86.8%);--common-divider-elevation-0: hsla(0, 0%, 89%, 1);--text-primary: hsl(0, 0%, 12.5%);--text-secondary: hsl(0, 0%, 39.3%);--text-disabled: hsl(0 0% 73.33%);--primary-lighter: hsl(209, 100%, 96.5%);--primary-light: hsl(209, 95.0%, 90.1%);--primary-main: hsl(206, 100%, 50.0%);--primary-main-8-p: hsla(206, 100%, 50%, 0.08);--primary-main-50-p: hsla(206, 100%, 50%, 0.5);--primary-dark: hsl(208, 93.5%, 47.4%);--primary-darker: hsl(211, 90.0%, 42.0%);--primary-outlined-border: hsl(206, 100%, 50.0%);--primary-contrast-text: hsl(216, 71.0%, 23.0%);--primary-button-contrast-text: hsla(0, 0%, 100%, 1);--info-lighter: hsl(223, 98.4%, 97.1%);--info-light: hsl(224, 87.1%, 92.0%);--info-main: hsl(226, 70.0%, 55.5%);--info-main-8-p: hsla(226, 70%, 55.5%, 0.08);--info-main-50-p: hsla(226, 70%, 55.5%, 0.5);--info-dark: hsl(226, 58.6%, 51.3%);--info-darker: hsl(226, 55.0%, 45.0%);--info-outlined-border: hsl(226, 70.0%, 55.5%);--info-contrast-text: hsl(226, 50.0%, 24.0%);--info-button-contrast-text: hsla(0, 0%, 100%, 1);--success-lighter: hsl(139, 55.2%, 94.5%);--success-light: hsl(141, 43.7%, 86.0%);--success-main: hsl(151, 55.0%, 41.5%);--success-main-8-p: hsla(151, 55%, 41.5%, 0.08);--success-main-50-p: hsla(151, 55%, 41.5%, 0.5);--success-dark: hsl(152, 57.5%, 37.6%);--success-darker: hsl(153, 67.0%, 28.5%);--success-outlined-border: hsl(151, 55.0%, 41.5%);--success-contrast-text: hsl(155, 40.0%, 16.5%);--success-button-contrast-text: hsla(0, 0%, 100%, 1);--warning-lighter: hsl(45, 100%, 90.8%);--warning-light: hsl(40, 100%, 81.5%);--warning-main: hsl(42, 100%, 62.0%);--warning-main-8-p: hsla(42, 100%, 62%, 0.08);--warning-main-50-p: hsla(42, 100%, 62%, 0.5);--warning-dark: hsl(42, 100%, 55.0%);--warning-darker: hsl(25, 50.0%, 38.0%);--warning-outlined-border: hsl(42, 100%, 62.0%);--warning-contrast-text: hsl(25, 40.0%, 22.0%);--warning-button-contrast-text: hsla(24, 40%, 22%, 1);--error-lighter: hsl(360, 100%, 96.8%);--error-light: hsl(360, 90.2%, 91.9%);--error-main: hsl(358, 75.0%, 59.0%);--error-main-8-p: hsla(358, 75%, 59%, 0.08);--error-main-50-p: hsla(358, 75%, 59%, 0.5);--error-dark: hsl(358, 67.4%, 54.6%);--error-darker: hsl(358, 65.0%, 47.0%);--error-outlined-border: hsl(358, 75.0%, 59.0%);--error-contrast-text: hsl(350, 63.0%, 24.0%);--error-button-contrast-text: hsla(0, 0%, 100%, 1);--aba: #FFC134;--abb: #4F4FF5}.light-theme-v4{--border-radius-xs: 2px;--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px;--border-radius-xl: 16px;--border-radius-full: 100px}.light-theme-v4{--elevation-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);--elevation-sm: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);--elevation-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.12);--elevation-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);--elevation-xl: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -6px rgba(16, 24, 40, 0.08);--elevation-xxl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);--elevation-xxxl: 0px 19px 32px 2px rgba(44, 45, 45, 0.14);--elevation-sl: 0px 27px 27px 2px rgba(44, 45, 45, 0.14)}.light-theme-v4{--spacing-tokenset: 0px;--spacing-25: 2px;--spacing-50: 4px;--spacing-75: 6px;--spacing-100: 8px;--spacing-125: 10px;--spacing-150: 12px;--spacing-200: 16px;--spacing-250: 20px;--spacing-300: 24px;--spacing-350: 28px;--spacing-400: 32px;--spacing-500: 40px;--spacing-600: 48px;--spacing-700: 56px;--spacing-800: 64px;--spacing-900: 72px;--spacing-1000: 80px}/*# sourceMappingURL=grid.css.map */
1
+ .light-theme-v4{--background-default: #FFFFFF;--background-paper: #FCFCFC;--background-modal-elevation: #FFFFFF;--background-backdrop: #00000045;--background-paper-elevation-0: #F9F9F9;--background-paper-elevation-1: #F0F0F0;--background-paper-elevation-2: #E8E8E8;--background-paper-elevation-3: #E0E0E0;--background-paper-elevation-4: #D9D9D9;--background-paper-elevation-5: #CECECE;--background-paper-elevation-6: #BBBBBB;--background-paper-elevation-7: #8D8D8D;--background-paper-elevation-8: #838383;--background-paper-elevation-9: #646464;--background-inset: #F0F0F0;--action-primary: #202020;--action-active: #838383;--action-hover: #0000000F;--action-selected: #E8E8E8;--action-disabled: #E0E0E0;--action-disabled-background: #F0F0F0;--action-focus: #E8E8E8;--action-outlined-border: #BBBBBB;--default-main: #E8E8E8;--default-lighter: #F9F9F9;--default-light: #F0F0F0;--default-dark: #E0E0E0;--default-darker: #D9D9D9;--default-contrast-text: #202020;--default-outlined-border: #CECECE;--default-main-8-p: #81818114;--default-main-50-p: #81818180;--default-button-contrast-text: #000000;--common-white: #FFFFFF;--common-black: #000000;--common-inverse-white: #FFFFFF;--common-inverse-black: #000000;--common-divider: #E8E8E8;--common-divider-elevation-0: #E8E8E8;--text-primary: #202020;--text-secondary: #646464;--text-disabled: #838383;--primary-lighter: #ECF5FF;--primary-light: #CBE2FE;--primary-main: #0A6EC8;--primary-main-8-p: #0A6EC814;--primary-main-50-p: #0A6EC880;--primary-dark: #0060B8;--primary-darker: #0F70CB;--primary-outlined-border: #9EC4F1;--primary-contrast-text: #0E345B;--primary-button-contrast-text: #FFFFFF;--info-lighter: #EDF2FE;--info-light: #D2DEFF;--info-main: #3E63DD;--info-main-8-p: #3E63DD14;--info-main-50-p: #3E63DD80;--info-dark: #3358D4;--info-darker: #3A5BC7;--info-outlined-border: #ABBDF9;--info-contrast-text: #1F2D5C;--info-button-contrast-text: #FFFFFF;--success-lighter: #E6F6EB;--success-light: #C4E8D1;--success-main: #30A46C;--success-main-8-p: #30A46C14;--success-main-50-p: #30A46C80;--success-dark: #2B9A66;--success-darker: #218358;--success-outlined-border: #8ECEAA;--success-contrast-text: #193B2D;--success-button-contrast-text: #FFFFFF;--warning-lighter: #FFF7C2;--warning-light: #FBE577;--warning-main: #FFC53D;--warning-main-8-p: #FFC53D14;--warning-main-50-p: #FFC53D80;--warning-dark: #FFBA18;--warning-darker: #AB6400;--warning-outlined-border: #E9C162;--warning-contrast-text: #4F3422;--warning-button-contrast-text: #000000;--error-lighter: #FEEBEC;--error-light: #FFCDCE;--error-main: #E5484D;--error-main-8-p: #E5484D14;--error-main-50-p: #E5484D80;--error-dark: #DC3E42;--error-darker: #CE2C31;--error-outlined-border: #F4A9AA;--error-contrast-text: #641723;--error-button-contrast-text: #FFFFFF;--ab-a: #FFC134;--ab-b: #4F4FF5}.light-theme-v4{--border-radius-xs: 2px;--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px;--border-radius-xl: 16px;--border-radius-full: 100px}.light-theme-v4{--elevation-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);--elevation-sm: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);--elevation-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.12);--elevation-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);--elevation-xl: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -6px rgba(16, 24, 40, 0.08);--elevation-xxl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);--elevation-xxxl: 0px 19px 32px 2px rgba(44, 45, 45, 0.14);--elevation-sl: 0px 27px 27px 2px rgba(44, 45, 45, 0.14)}.light-theme-v4{--spacing-tokenset: 0px;--spacing-25: 2px;--spacing-50: 4px;--spacing-75: 6px;--spacing-100: 8px;--spacing-125: 10px;--spacing-150: 12px;--spacing-200: 16px;--spacing-250: 20px;--spacing-300: 24px;--spacing-350: 28px;--spacing-400: 32px;--spacing-500: 40px;--spacing-600: 48px;--spacing-700: 56px;--spacing-800: 64px;--spacing-900: 72px;--spacing-1000: 80px}/*# sourceMappingURL=grid.css.map */