@ironsource/shared-ui 1.4.3 → 2.0.0-rc.1

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 (179) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  9. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  12. package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  13. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  16. package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -0
  18. package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/GroupOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Label.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  35. package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
  36. package/README.md +1 -1
  37. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  39. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  40. package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  41. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  42. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  43. package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  44. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  45. package/Table.vue_vue_type_style_index_1_lang.css +1 -1
  46. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  47. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  48. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  49. package/Typography.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  50. package/commonCssVariables.scss +623 -0
  51. package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
  52. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
  53. package/components/appTrigger/AppTrigger.vue.js +4 -4
  54. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
  55. package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
  56. package/components/autocompleteDropdown/GroupOption.vue.js +2 -2
  57. package/components/button/common/ButtonBase.vue.d.ts +48 -0
  58. package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +7 -7
  59. package/components/button/{Button.vue.d.ts → common/ButtonSuper.vue.d.ts} +3 -3
  60. package/components/button/{ButtonBase.vue.d.ts → v3/Button.vue.d.ts} +20 -4
  61. package/components/button/v3/Button.vue.js +102 -0
  62. package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
  63. package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
  64. package/components/button/v3/index.d.ts +79 -0
  65. package/components/button/v4/ButtonV4.vue.d.ts +57 -0
  66. package/components/button/v4/ButtonV4.vue.js +99 -0
  67. package/components/button/{index.d.ts → v4/index.d.ts} +33 -76
  68. package/components/button/v4/index.vue.js +6 -0
  69. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  70. package/components/checkbox/index.d.ts +9 -9
  71. package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
  72. package/components/chip/v4/ChipV4.vue.d.ts +48 -0
  73. package/components/chip/v4/ChipV4.vue.js +76 -0
  74. package/components/chip/v4/index.d.ts +63 -0
  75. package/components/chip/v4/index.vue.js +6 -0
  76. package/components/dateRange/CalendarMonth.vue.js +3 -3
  77. package/components/dateRange/DateRange.vue.js +4 -4
  78. package/components/dialog/Dialog.vue.d.ts +1 -1
  79. package/components/dialog/Dialog.vue.js +8 -7
  80. package/components/dialog/index.d.ts +11 -11
  81. package/components/dropdown/common/Dropdown.common.d.ts +36 -0
  82. package/components/dropdown/common/Dropdown.common.vue.js +456 -0
  83. package/components/dropdown/{Label.vue.js → common/Label.vue.js} +5 -5
  84. package/components/dropdown/{Option.vue.js → common/Option.vue.js} +7 -7
  85. package/components/dropdown/{SearchInput.vue.js → common/SearchInput.vue.js} +8 -7
  86. package/components/dropdown/{Dropdown.vue.d.ts → v3/Dropdown.vue.d.ts} +15 -5
  87. package/components/dropdown/v3/Dropdown.vue.js +391 -0
  88. package/components/dropdown/{index.d.ts → v3/index.d.ts} +42 -20
  89. package/components/dropdown/v3/index.vue.js +12 -0
  90. package/components/dropdown/v4/DropdownV4.vue.d.ts +223 -0
  91. package/components/dropdown/v4/DropdownV4.vue.js +408 -0
  92. package/components/dropdown/v4/index.d.ts +433 -0
  93. package/components/dropdown/v4/index.vue.js +6 -0
  94. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  95. package/components/emptyState/EmptyState.vue.js +4 -4
  96. package/components/emptyState/index.d.ts +11 -11
  97. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  98. package/components/filterDropdown/FilterDropdown.vue.js +5 -4
  99. package/components/filtersPanel/Filter.d.ts +1 -1
  100. package/components/filtersPanel/FilterSearchInput.vue.js +6 -6
  101. package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
  102. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  103. package/components/includeExclude/IncludeExclude.vue.js +4 -4
  104. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
  105. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +4 -4
  106. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
  107. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  108. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
  109. package/components/includeExclude/index.d.ts +22 -22
  110. package/components/input/Input.vue.d.ts +2 -2
  111. package/components/input/Input.vue.js +4 -4
  112. package/components/input/index.d.ts +16 -16
  113. package/components/menu/Menu.vue.d.ts +1 -1
  114. package/components/menu/index.d.ts +5 -5
  115. package/components/search/common/Search.common.d.ts +9 -0
  116. package/components/search/common/Search.common.vue.js +52 -0
  117. package/components/search/{Search.vue.js → v3/Search.vue.js} +19 -46
  118. package/components/search/{index.d.ts → v3/index.d.ts} +3 -3
  119. package/components/search/v4/SearchV4.vue.d.ts +51 -0
  120. package/components/search/v4/SearchV4.vue.js +70 -0
  121. package/components/search/v4/index.d.ts +72 -0
  122. package/components/search/v4/index.vue.js +6 -0
  123. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  124. package/components/snackbar/Snackbar.vue.js +6 -5
  125. package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
  126. package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
  127. package/components/switch/v4/SwitchV4.vue.js +87 -0
  128. package/components/switch/v4/index.d.ts +46 -0
  129. package/components/switch/v4/index.vue.js +6 -0
  130. package/components/table/Table.vue.js +3 -3
  131. package/components/table-cells/Editable.vue.js +1 -1
  132. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  133. package/components/tooltip/index.d.ts +5 -5
  134. package/components/typography/index.d.ts +9 -9
  135. package/components/typography/v4/Typography.vue.d.ts +34 -0
  136. package/components/typography/v4/Typography.vue.js +68 -0
  137. package/components/typography/v4/index.d.ts +23 -0
  138. package/components/typography/v4/index.vue.js +6 -0
  139. package/design-foundation.stories/border-radius/BorderRadiusData.d.ts +5 -0
  140. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +4 -0
  141. package/design-foundation.stories/border-radius/index.d.ts +1 -0
  142. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  143. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +3 -0
  144. package/design-foundation.stories/colors/index.d.ts +1 -0
  145. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +4 -0
  146. package/design-foundation.stories/elevations/ElevationsData.d.ts +10 -0
  147. package/design-foundation.stories/elevations/index.d.ts +1 -0
  148. package/design-foundation.stories/typography/TypographyData.d.ts +7 -0
  149. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +3 -0
  150. package/design-foundation.stories/typography/index.d.ts +1 -0
  151. package/index.d.ts +1532 -5
  152. package/index.vue.js +28 -16
  153. package/package.json +39 -14
  154. package/styleguide.scss +77 -78
  155. package/styles/v4/border-radius.css +8 -0
  156. package/styles/v4/colors.css +100 -0
  157. package/styles/v4/elevations.css +10 -0
  158. package/styles/v4/fonts.css +1 -0
  159. package/styles/v4/fonts.css.map +1 -0
  160. package/styles/v4/fonts.scss +258 -0
  161. package/components/button/Button.vue.js +0 -65
  162. package/components/dropdown/Dropdown.vue.js +0 -785
  163. package/components/dropdown/index.vue.js +0 -12
  164. /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
  165. /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
  166. /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
  167. /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
  168. /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
  169. /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
  170. /package/components/dropdown/{DropdownContext.d.ts → common/DropdownContext.d.ts} +0 -0
  171. /package/components/dropdown/{DropdownContext.vue.js → common/DropdownContext.vue.js} +0 -0
  172. /package/components/dropdown/{Label.vue.d.ts → common/Label.vue.d.ts} +0 -0
  173. /package/components/dropdown/{Option.vue.d.ts → common/Option.vue.d.ts} +0 -0
  174. /package/components/dropdown/{SearchInput.vue.d.ts → common/SearchInput.vue.d.ts} +0 -0
  175. /package/components/search/{Search.vue.d.ts → v3/Search.vue.d.ts} +0 -0
  176. /package/components/search/{index.vue.js → v3/index.vue.js} +0 -0
  177. /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
  178. /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
  179. /package/components/switch/{index.vue.js → v3/index.vue.js} +0 -0
@@ -1,9 +1,7 @@
1
- import Button from './Button.vue';
2
- import IconButton from './IconButton.vue';
3
- import ScrollButton from './ScrollButton.vue';
4
- declare const ButtonTypes: () => (import("vue").DefineComponent<{
1
+ import Button from './ButtonV4.vue';
2
+ declare const ButtonTypes: () => import("vue").DefineComponent<{
5
3
  size: {
6
- type: import("vue").PropType<"md" | "sm" | "lg">;
4
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
7
5
  } & {
8
6
  default: string;
9
7
  };
@@ -12,26 +10,15 @@ declare const ButtonTypes: () => (import("vue").DefineComponent<{
12
10
  } & {
13
11
  default: string;
14
12
  };
15
- leftIconName: {
16
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
17
- } & {
18
- default: any;
19
- };
20
- rightIconName: {
21
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
22
- } & {
23
- default: any;
24
- };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- size: {
27
- type: import("vue").PropType<"md" | "sm" | "lg">;
13
+ variant: {
14
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
28
15
  } & {
29
16
  default: string;
30
17
  };
31
- testId: {
32
- type: import("vue").PropType<string>;
18
+ loading: {
19
+ type: import("vue").PropType<boolean>;
33
20
  } & {
34
- default: string;
21
+ default: boolean;
35
22
  };
36
23
  leftIconName: {
37
24
  type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
@@ -43,84 +30,54 @@ declare const ButtonTypes: () => (import("vue").DefineComponent<{
43
30
  } & {
44
31
  default: any;
45
32
  };
46
- }>>, {
47
- size: "md" | "sm" | "lg";
48
- testId: string;
49
- leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
50
- rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
51
- }> | import("vue").DefineComponent<{
52
- size: {
53
- type: import("vue").PropType<"md" | "sm" | "lg">;
54
- } & {
55
- default: string;
56
- };
57
- variant: {
58
- type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
33
+ color: {
34
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
59
35
  } & {
60
36
  default: string;
61
37
  };
62
38
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
39
  size: {
64
- type: import("vue").PropType<"md" | "sm" | "lg">;
65
- } & {
66
- default: string;
67
- };
68
- variant: {
69
- type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
70
- } & {
71
- default: string;
72
- };
73
- }>>, {
74
- size: "md" | "sm" | "lg";
75
- variant: "link" | "solid" | "border" | "borderless" | "ghost" | "colorized";
76
- }> | import("vue").DefineComponent<{
77
- show: {
78
- type: import("vue").PropType<boolean>;
79
- } & {
80
- default: boolean;
81
- };
82
- iconName: {
83
- type: import("vue").PropType<string>;
40
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
84
41
  } & {
85
42
  default: string;
86
43
  };
87
- tooltipText: {
44
+ testId: {
88
45
  type: import("vue").PropType<string>;
89
46
  } & {
90
47
  default: string;
91
48
  };
92
- position: {
93
- type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
49
+ variant: {
50
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
94
51
  } & {
95
52
  default: string;
96
53
  };
97
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scrolled"[], "scrolled", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
98
- show: {
54
+ loading: {
99
55
  type: import("vue").PropType<boolean>;
100
56
  } & {
101
57
  default: boolean;
102
58
  };
103
- iconName: {
104
- type: import("vue").PropType<string>;
59
+ leftIconName: {
60
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
105
61
  } & {
106
- default: string;
62
+ default: any;
107
63
  };
108
- tooltipText: {
109
- type: import("vue").PropType<string>;
64
+ rightIconName: {
65
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
110
66
  } & {
111
- default: string;
67
+ default: any;
112
68
  };
113
- position: {
114
- type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
69
+ color: {
70
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
115
71
  } & {
116
72
  default: string;
117
73
  };
118
- }>> & {
119
- onScrolled?: (...args: any[]) => any;
120
- }, {
121
- show: boolean;
122
- iconName: string;
123
- tooltipText: string;
124
- position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
125
- }>)[];
126
- export { Button, IconButton, ScrollButton, ButtonTypes };
74
+ }>>, {
75
+ size: "small" | "medium" | "large" | "extraLarge";
76
+ testId: string;
77
+ variant: "text" | "contained" | "outlined";
78
+ loading: boolean;
79
+ leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
80
+ rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
81
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
82
+ }>[];
83
+ export { Button, ButtonTypes };
@@ -0,0 +1,6 @@
1
+ import Button from './ButtonV4.vue.js';
2
+ export { default as Button } from './ButtonV4.vue.js';
3
+
4
+ const ButtonTypes = () => [Button];
5
+
6
+ export { ButtonTypes };
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  onClick?: (event: MouseEvent) => any;
29
29
  "onUpdate:isChecked"?: (value: boolean) => any;
30
30
  }, {
31
- size: 'sm' | 'md' | 'lg';
32
31
  label: string;
32
+ size: 'sm' | 'md' | 'lg';
33
33
  testId: string;
34
34
  }>;
35
35
  export default _default;
@@ -1,11 +1,11 @@
1
1
  declare const CheckboxTypes: () => import("vue").DefineComponent<{
2
- size: {
3
- type: import("vue").PropType<"md" | "sm" | "lg">;
2
+ label: {
3
+ type: import("vue").PropType<string>;
4
4
  } & {
5
5
  default: string;
6
6
  };
7
- label: {
8
- type: import("vue").PropType<string>;
7
+ size: {
8
+ type: import("vue").PropType<"md" | "sm" | "lg">;
9
9
  } & {
10
10
  default: string;
11
11
  };
@@ -29,13 +29,13 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
29
29
  } & {
30
30
  click: (event: MouseEvent) => void;
31
31
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
- size: {
33
- type: import("vue").PropType<"md" | "sm" | "lg">;
32
+ label: {
33
+ type: import("vue").PropType<string>;
34
34
  } & {
35
35
  default: string;
36
36
  };
37
- label: {
38
- type: import("vue").PropType<string>;
37
+ size: {
38
+ type: import("vue").PropType<"md" | "sm" | "lg">;
39
39
  } & {
40
40
  default: string;
41
41
  };
@@ -58,8 +58,8 @@ declare const CheckboxTypes: () => import("vue").DefineComponent<{
58
58
  onClick?: (event: MouseEvent) => any;
59
59
  "onUpdate:isChecked"?: (value: boolean) => any;
60
60
  }, {
61
- size: "md" | "sm" | "lg";
62
61
  label: string;
62
+ size: "md" | "sm" | "lg";
63
63
  testId: string;
64
64
  }>[];
65
65
  export { default as Checkbox } from './Checkbox.vue';
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode } from 'vue';
2
- import Icon from '../icon/Icon.vue.js';
3
- import { ChipTestIdModifiers } from '../../testids/index.vue.js';
4
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
2
+ import Icon from '../../icon/Icon.vue.js';
3
+ import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
4
+ /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
6
- import "../../Chip.vue_vue_type_style_index_0_scoped_true_lang.css";
6
+ import "../../../Chip.vue_vue_type_style_index_0_scoped_true_lang.css";
7
7
  const _hoisted_1 = ["disabled", "data-testid"];
8
8
  const _hoisted_2 = {
9
9
  key: 0,
@@ -64,6 +64,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  };
65
65
  }
66
66
  });
67
- var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5d0f8d76"]]);
67
+ var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-95d1a5dc"]]);
68
68
 
69
69
  export { Chip as default };
@@ -0,0 +1,48 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ selected?: boolean;
3
+ clearable?: boolean;
4
+ prefix?: string;
5
+ disabled?: boolean;
6
+ testId?: string;
7
+ }>, {
8
+ selected: boolean;
9
+ clearable: boolean;
10
+ prefix: any;
11
+ disabled: boolean;
12
+ testId: string;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
+ selected?: boolean;
15
+ clearable?: boolean;
16
+ prefix?: string;
17
+ disabled?: boolean;
18
+ testId?: string;
19
+ }>, {
20
+ selected: boolean;
21
+ clearable: boolean;
22
+ prefix: any;
23
+ disabled: boolean;
24
+ testId: string;
25
+ }>>> & {
26
+ onCleared?: (...args: any[]) => any;
27
+ }, {
28
+ testId: string;
29
+ disabled: boolean;
30
+ selected: boolean;
31
+ clearable: boolean;
32
+ prefix: string;
33
+ }>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
46
+ default: D[K];
47
+ } : P[K];
48
+ };
@@ -0,0 +1,76 @@
1
+ import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode, withCtx, createTextVNode } from 'vue';
2
+ import Icon from '../../icon/Icon.vue.js';
3
+ import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
4
+ /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
5
+
6
+ import "../../../ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css";
7
+ const _hoisted_1 = ["disabled", "data-testid"];
8
+ const _hoisted_2 = {
9
+ key: 0,
10
+ class: "icon icon--start"
11
+ };
12
+ const _hoisted_3 = {
13
+ key: 0,
14
+ class: "prefix"
15
+ };
16
+ const _hoisted_4 = {
17
+ key: 1,
18
+ class: "icon icon--end"
19
+ };
20
+ const _hoisted_5 = ["data-testid"];
21
+ const _sfc_main = /* @__PURE__ */ defineComponent({
22
+ __name: "ChipV4",
23
+ props: {
24
+ selected: { type: Boolean, default: false },
25
+ clearable: { type: Boolean, default: false },
26
+ prefix: { default: null },
27
+ disabled: { type: Boolean, default: false },
28
+ testId: { default: "" }
29
+ },
30
+ emits: ["cleared"],
31
+ setup(__props, { emit }) {
32
+ const cleared = (event) => {
33
+ event.stopPropagation();
34
+ emit("cleared");
35
+ };
36
+ return (_ctx, _cache) => {
37
+ const _component_B = resolveComponent("B");
38
+ return openBlock(), createElementBlock("button", {
39
+ class: normalizeClass(["chip-container", { selected: __props.selected, disabled: __props.disabled }]),
40
+ disabled: __props.disabled,
41
+ "data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).WRAPPER}`
42
+ }, [
43
+ _ctx.$slots["icon-start"] ? (openBlock(), createElementBlock("span", _hoisted_2, [
44
+ renderSlot(_ctx.$slots, "icon-start", {}, void 0, true)
45
+ ])) : createCommentVNode("", true),
46
+ createElementVNode("span", null, [
47
+ !!__props.prefix ? (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(__props.prefix) + ":", 1)) : createCommentVNode("", true),
48
+ renderSlot(_ctx.$slots, "default", {}, void 0, true),
49
+ createVNode(_component_B, null, {
50
+ default: withCtx(() => [
51
+ createTextVNode(" V4 ")
52
+ ]),
53
+ _: 1
54
+ })
55
+ ]),
56
+ _ctx.$slots["icon-end"] ? (openBlock(), createElementBlock("span", _hoisted_4, [
57
+ renderSlot(_ctx.$slots, "icon-end", {}, void 0, true)
58
+ ])) : createCommentVNode("", true),
59
+ __props.clearable ? (openBlock(), createElementBlock("button", {
60
+ key: 2,
61
+ class: "clear-icon",
62
+ "data-testid": `${__props.testId}-${unref(ChipTestIdModifiers).CLEAR}`,
63
+ onClick: cleared
64
+ }, [
65
+ createVNode(unref(Icon), {
66
+ name: "close-bold",
67
+ "font-size": "sm"
68
+ })
69
+ ], 8, _hoisted_5)) : createCommentVNode("", true)
70
+ ], 10, _hoisted_1);
71
+ };
72
+ }
73
+ });
74
+ var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d3894364"]]);
75
+
76
+ export { Chip as default };
@@ -0,0 +1,63 @@
1
+ declare const ChipTypes: () => import("vue").DefineComponent<{
2
+ testId: {
3
+ type: import("vue").PropType<string>;
4
+ } & {
5
+ default: string;
6
+ };
7
+ disabled: {
8
+ type: import("vue").PropType<boolean>;
9
+ } & {
10
+ default: boolean;
11
+ };
12
+ selected: {
13
+ type: import("vue").PropType<boolean>;
14
+ } & {
15
+ default: boolean;
16
+ };
17
+ clearable: {
18
+ type: import("vue").PropType<boolean>;
19
+ } & {
20
+ default: boolean;
21
+ };
22
+ prefix: {
23
+ type: import("vue").PropType<string>;
24
+ } & {
25
+ default: any;
26
+ };
27
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ testId: {
29
+ type: import("vue").PropType<string>;
30
+ } & {
31
+ default: string;
32
+ };
33
+ disabled: {
34
+ type: import("vue").PropType<boolean>;
35
+ } & {
36
+ default: boolean;
37
+ };
38
+ selected: {
39
+ type: import("vue").PropType<boolean>;
40
+ } & {
41
+ default: boolean;
42
+ };
43
+ clearable: {
44
+ type: import("vue").PropType<boolean>;
45
+ } & {
46
+ default: boolean;
47
+ };
48
+ prefix: {
49
+ type: import("vue").PropType<string>;
50
+ } & {
51
+ default: any;
52
+ };
53
+ }>> & {
54
+ onCleared?: (...args: any[]) => any;
55
+ }, {
56
+ testId: string;
57
+ disabled: boolean;
58
+ selected: boolean;
59
+ clearable: boolean;
60
+ prefix: string;
61
+ }>[];
62
+ export { default as Chip } from './ChipV4.vue';
63
+ export { ChipTypes };
@@ -0,0 +1,6 @@
1
+ import Chip from './ChipV4.vue.js';
2
+ export { default as Chip } from './ChipV4.vue.js';
3
+
4
+ const ChipTypes = () => [Chip];
5
+
6
+ export { ChipTypes };
@@ -5,10 +5,10 @@ import Heading from '../typography/Heading.vue.js';
5
5
  import Text from '../typography/Text.vue.js';
6
6
  import Icon from '../icon/Icon.vue.js';
7
7
  import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
8
- /* empty css *//* empty css */import IconButton from '../button/IconButton.vue.js';
8
+ /* empty css */import IconButton from '../button/v3/IconButton.vue.js';
9
9
  import { CalendarMonthTestIdModifiers } from '../../testids/index.vue.js';
10
10
  /* empty css */import 'floating-vue';
11
- /* empty css *//* empty css */import { isBefore, isAfter, isSameDay } from 'date-fns';
11
+ /* empty css *//* empty css */import { isBefore, isAfter, isSameDay } from 'date-fns';
12
12
  import AngleLeft from '../icon/icons/AngleLeft.vue.js';
13
13
  import AngleRight from '../icon/icons/AngleRight.vue.js';
14
14
  /* empty css */
@@ -331,6 +331,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
331
331
  };
332
332
  }
333
333
  });
334
- var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-aeb1d6d4"]]);
334
+ var CalendarMonth = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-11dadeb0"]]);
335
335
 
336
336
  export { CalendarMonth as default };
@@ -4,12 +4,12 @@ import { useToggle } from '../../composables/useToggle.vue.js';
4
4
  import CalendarMonth from './CalendarMonth.vue.js';
5
5
  import dateServices from './DateServices.vue.js';
6
6
  import { typeToName, messagePerType, presetsList, formatError, mandatoryValuesError, navigatePrev, navigateNext } from './consts.vue.js';
7
- import Button from '../button/Button.vue.js';
7
+ import Button from '../button/v3/Button.vue.js';
8
8
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
9
9
  import { DateRangeTestIdModifiers } from '../../testids/index.vue.js';
10
10
  /* empty css */import Text from '../typography/Text.vue.js';
11
- /* empty css *//* empty css *//* empty css */import 'floating-vue';
12
- /* empty css *//* empty css */import { min, addDays, format } from 'date-fns';
11
+ /* empty css *//* empty css *//* empty css */import 'floating-vue';
12
+ /* empty css *//* empty css */import { min, addDays, format } from 'date-fns';
13
13
  /* empty css */
14
14
  import "../../DateRange.vue_vue_type_style_index_0_scoped_true_lang.css";
15
15
  const _hoisted_1 = ["id", "data-testid"];
@@ -664,6 +664,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
664
664
  };
665
665
  }
666
666
  });
667
- var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7430f6a"]]);
667
+ var DateRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e3e1c78e"]]);
668
668
 
669
669
  export { DateRange as default };
@@ -72,6 +72,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
72
72
  onClose?: (reason: Reason) => any;
73
73
  onOpen?: () => any;
74
74
  }, {
75
+ themeClass: string;
75
76
  title: string;
76
77
  testId: string;
77
78
  content: string;
@@ -85,7 +86,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
85
86
  showCloseButton: boolean;
86
87
  escapeToClose: boolean;
87
88
  beforeClose: (show: () => void) => void;
88
- themeClass: string;
89
89
  }>;
90
90
  export default _default;
91
91
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;