@ironsource/shared-ui 2.2.0-test.89 → 2.2.0-test.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +1 -0
  3. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +1 -0
  4. package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +1 -0
  5. package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +1 -0
  6. package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  8. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
  9. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
  10. package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +1 -0
  11. package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +1 -0
  12. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  13. package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +1 -0
  14. package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +1 -0
  15. package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +1 -0
  16. package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
  17. package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +1 -0
  18. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +1 -0
  19. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  20. package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +1 -0
  21. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  22. package/components/ThemeWrapper/ThemeStrore.d.ts +2 -1
  23. package/components/ThemeWrapper/ThemeStrore.js +14 -11
  24. package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
  25. package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -11
  26. package/components/ThemeWrapper/index.d.ts +2 -1
  27. package/components/ThemeWrapper/index.js +4 -2
  28. package/components/alert/Alert.vue.js +4 -4
  29. package/components/alert/Alert.vue2.js +1 -1
  30. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  31. package/components/button/v4/ButtonV4.vue.js +3 -3
  32. package/components/button/v4/ButtonV4.vue2.js +1 -1
  33. package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
  34. package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
  35. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  36. package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
  37. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  38. package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
  39. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  40. package/components/dropdown/v3/index.d.ts +12 -12
  41. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  42. package/components/dropdown/v4/DropdownV4.vue2.js +152 -146
  43. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  44. package/components/dropdown/v4/OptionV4.vue2.js +1 -1
  45. package/components/loader/v4/Loader.vue.js +3 -3
  46. package/components/loader/v4/Loader.vue2.js +1 -1
  47. package/components/menu/Menu.vue.js +3 -3
  48. package/components/menu/Menu.vue2.js +33 -30
  49. package/components/multibar/MultiBar.vue.js +3 -3
  50. package/components/multibar/MultiBar.vue2.js +51 -50
  51. package/components/popover/v4/PopoverV4.vue.js +2 -2
  52. package/components/popover/v4/PopoverV4.vue2.js +22 -21
  53. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  54. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  55. package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
  56. package/components/tooltip/v3/index.d.ts +20 -20
  57. package/components/tooltip/v4/TooltipV4.vue.d.ts +1 -1
  58. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  59. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  60. package/components/tooltip/v4/index.d.ts +20 -20
  61. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  62. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +28 -1
  63. package/index.d.ts +41 -40
  64. package/index.js +1 -1
  65. package/package.json +1 -1
  66. package/style/v4/border-radius.scss +2 -2
  67. package/style/v4/colors.scss +105 -0
  68. package/style/v4/elevations.scss +11 -0
  69. package/style/v4/grid.css +1 -1
  70. package/style/v4/grid.css.map +1 -1
  71. package/style/v4/grid.scss +1 -1
  72. package/style/v4/scrollbar.scss +21 -0
  73. package/style/v4/spacings.scss +1 -1
  74. package/style/v4/styleguideV4.scss +1 -0
  75. package/styleguide.scss +2 -2
  76. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +0 -1
  77. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +0 -1
  78. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +0 -1
  79. package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +0 -1
  80. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +0 -1
  81. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +0 -1
  82. package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +0 -1
  83. package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +0 -1
  84. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +0 -1
  85. package/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +0 -1
  86. package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +0 -1
  87. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +0 -1
  88. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +0 -1
  89. package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +0 -1
@@ -7,8 +7,8 @@ declare const DropdownTypes: () => (({
7
7
  $: import("vue").ComponentInternalInstance;
8
8
  $data: {};
9
9
  $props: Partial<{
10
- title: string;
11
10
  theme: string;
11
+ title: string;
12
12
  testId: string;
13
13
  placement: import("floating-vue").Placement;
14
14
  disabled: boolean;
@@ -42,11 +42,11 @@ declare const DropdownTypes: () => (({
42
42
  multiOptionsPlaceholderSuffix: string;
43
43
  darkTheme: boolean;
44
44
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
45
- title: {
45
+ theme: {
46
46
  type: import("vue").PropType<string>;
47
47
  default: string;
48
48
  };
49
- theme: {
49
+ title: {
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
52
52
  };
@@ -203,7 +203,7 @@ declare const DropdownTypes: () => (({
203
203
  "onUpdate:isOpen"?: (value: unknown) => any;
204
204
  onOpened?: () => any;
205
205
  onClosed?: () => any;
206
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "autoFocus" | "clearable" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "searchPlaceholder" | "helperText" | "showButtonOnOpen" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
206
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "title" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "error" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "autoFocus" | "clearable" | "multi" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "inlineSearch" | "onSearch" | "noResultsText" | "searchPlaceholder" | "helperText" | "showButtonOnOpen" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme">;
207
207
  $attrs: {
208
208
  [x: string]: unknown;
209
209
  };
@@ -218,11 +218,11 @@ declare const DropdownTypes: () => (({
218
218
  $emit: ((event: "clear") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
219
219
  $el: any;
220
220
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
221
- title: {
221
+ theme: {
222
222
  type: import("vue").PropType<string>;
223
223
  default: string;
224
224
  };
225
- theme: {
225
+ title: {
226
226
  type: import("vue").PropType<string>;
227
227
  default: string;
228
228
  };
@@ -391,8 +391,8 @@ declare const DropdownTypes: () => (({
391
391
  selectAll: () => void;
392
392
  clear: () => void;
393
393
  }, string, {
394
- title: string;
395
394
  theme: string;
395
+ title: string;
396
396
  testId: string;
397
397
  placement: import("floating-vue").Placement;
398
398
  disabled: boolean;
@@ -446,11 +446,11 @@ declare const DropdownTypes: () => (({
446
446
  $nextTick: typeof import("vue").nextTick;
447
447
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
448
448
  } & Readonly<import("vue").ExtractPropTypes<{
449
- title: {
449
+ theme: {
450
450
  type: import("vue").PropType<string>;
451
451
  default: string;
452
452
  };
453
- theme: {
453
+ title: {
454
454
  type: import("vue").PropType<string>;
455
455
  default: string;
456
456
  };
@@ -615,11 +615,11 @@ declare const DropdownTypes: () => (({
615
615
  __isTeleport?: never;
616
616
  __isSuspense?: never;
617
617
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
618
- title: {
618
+ theme: {
619
619
  type: import("vue").PropType<string>;
620
620
  default: string;
621
621
  };
622
- theme: {
622
+ title: {
623
623
  type: import("vue").PropType<string>;
624
624
  default: string;
625
625
  };
@@ -788,8 +788,8 @@ declare const DropdownTypes: () => (({
788
788
  selectAll: () => void;
789
789
  clear: () => void;
790
790
  }, string, {
791
- title: string;
792
791
  theme: string;
792
+ title: string;
793
793
  testId: string;
794
794
  placement: import("floating-vue").Placement;
795
795
  disabled: boolean;
@@ -1,8 +1,8 @@
1
1
  import o from "./DropdownV4.vue2.js";
2
2
  /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css"; //*');
3
+ // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-526bf0a1"]]);
5
+ const d = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b2d0a4d2"]]);
6
6
  export {
7
- r as default
7
+ d as default
8
8
  };