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

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 (617) 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/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  9. package/Checkbox.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 -1
  12. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  13. package/DollarInput.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/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  16. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  17. package/FieldHelpText.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  18. package/FieldLabel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  19. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/Icon.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/IconV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  24. package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Loader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  31. package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  33. package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/README.md +1 -1
  35. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  36. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  37. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  39. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  40. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  41. package/TextField.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  42. package/commonCssVariables.scss +4 -623
  43. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
  44. package/components/appTrigger/AppTrigger.vue.js +2 -2
  45. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -1
  46. package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
  47. package/components/banner/Banner.vue.js +3 -3
  48. package/components/button/common/ButtonBase.vue.js +2 -2
  49. package/components/button/common/ButtonSuper.vue.d.ts +1 -1
  50. package/components/button/v3/Button.vue.d.ts +1 -1
  51. package/components/button/v3/Button.vue.js +2 -2
  52. package/components/button/v3/IconButton.vue.js +2 -2
  53. package/components/button/v3/ScrollButton.vue.js +2 -2
  54. package/components/button/v4/ButtonV4.vue.d.ts +22 -17
  55. package/components/button/v4/ButtonV4.vue.js +61 -67
  56. package/components/button/v4/index.d.ts +21 -10
  57. package/components/checkbox/Checkbox.vue.js +6 -5
  58. package/components/chip/v3/Chip.vue.js +2 -2
  59. package/components/chip/v4/ChipV4.vue.js +2 -2
  60. package/components/dateRange/CalendarMonth.vue.js +4 -4
  61. package/components/dateRange/DateRange.vue.js +1 -1
  62. package/components/dialog/Dialog.vue.js +3 -3
  63. package/components/dropdown/common/Option.vue.js +2 -2
  64. package/components/dropdown/common/SearchInput.vue.js +2 -2
  65. package/components/dropdown/v3/Dropdown.vue.js +3 -3
  66. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  67. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  68. package/components/emptyState/EmptyState.vue.js +2 -2
  69. package/components/emptyState/index.d.ts +3 -3
  70. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  71. package/components/filterDropdown/FilterDropdown.vue.js +1 -1
  72. package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
  73. package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
  74. package/components/icon/{Icon.vue.js → v3/Icon.vue.js} +13 -4
  75. package/components/icon/{icons → v3/icons}/A.vue.js +2 -2
  76. package/components/icon/{icons → v3/icons}/A2.vue.js +2 -2
  77. package/components/icon/{icons → v3/icons}/ABTest.vue.js +2 -2
  78. package/components/icon/{icons → v3/icons}/ABTest2.vue.js +2 -2
  79. package/components/icon/{icons → v3/icons}/ACircle.vue.js +2 -2
  80. package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +2 -2
  81. package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +2 -2
  82. package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +2 -2
  83. package/components/icon/{icons → v3/icons}/Add.vue.js +2 -2
  84. package/components/icon/{icons → v3/icons}/Adjust.vue.js +2 -2
  85. package/components/icon/{icons → v3/icons}/Analytics.vue.js +2 -2
  86. package/components/icon/{icons → v3/icons}/Android.vue.js +2 -2
  87. package/components/icon/{icons → v3/icons}/AngleDown.vue.js +2 -2
  88. package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +2 -2
  89. package/components/icon/{icons → v3/icons}/AngleRight.vue.js +2 -2
  90. package/components/icon/{icons → v3/icons}/AngleUp.vue.js +2 -2
  91. package/components/icon/{icons → v3/icons}/AppStore.vue.js +2 -2
  92. package/components/icon/{icons → v3/icons}/AreaChart.vue.js +2 -2
  93. package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +2 -2
  94. package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +2 -2
  95. package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +2 -2
  96. package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +2 -2
  97. package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +2 -2
  98. package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +2 -2
  99. package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +2 -2
  100. package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +2 -2
  101. package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +2 -2
  102. package/components/icon/{icons → v3/icons}/AutoMode.vue.js +2 -2
  103. package/components/icon/{icons → v3/icons}/Autorenew.vue.js +2 -2
  104. package/components/icon/{icons → v3/icons}/B.vue.js +2 -2
  105. package/components/icon/{icons → v3/icons}/B2.vue.js +2 -2
  106. package/components/icon/{icons → v3/icons}/BCircle.vue.js +2 -2
  107. package/components/icon/{icons → v3/icons}/Banner.vue.js +2 -2
  108. package/components/icon/{icons → v3/icons}/Bidding.vue.js +2 -2
  109. package/components/icon/{icons → v3/icons}/Bidding2.vue.js +2 -2
  110. package/components/icon/{icons → v3/icons}/Block.vue.js +2 -2
  111. package/components/icon/{icons → v3/icons}/BorderColor.vue.js +2 -2
  112. package/components/icon/{icons → v3/icons}/Bug.vue.js +2 -2
  113. package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +2 -2
  114. package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +2 -2
  115. package/components/icon/{icons → v3/icons}/Cached.vue.js +2 -2
  116. package/components/icon/{icons → v3/icons}/Calendar.vue.js +2 -2
  117. package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +2 -2
  118. package/components/icon/{icons → v3/icons}/Cancel.vue.js +2 -2
  119. package/components/icon/{icons → v3/icons}/ChartBar.vue.js +2 -2
  120. package/components/icon/{icons → v3/icons}/ChartLine.vue.js +2 -2
  121. package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +2 -2
  122. package/components/icon/{icons → v3/icons}/Check.vue.js +2 -2
  123. package/components/icon/v3/icons/Check2.vue.js +27 -0
  124. package/components/icon/{icons → v3/icons}/CheckBold.vue.js +2 -2
  125. package/components/icon/v3/icons/CheckCircle.vue.js +27 -0
  126. package/components/icon/{icons → v3/icons}/Close.vue.js +2 -2
  127. package/components/icon/{icons → v3/icons}/CloseBold.vue.js +2 -2
  128. package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +2 -2
  129. package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +2 -2
  130. package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +2 -2
  131. package/components/icon/{icons → v3/icons}/Create.vue.js +2 -2
  132. package/components/icon/{icons → v3/icons}/Creative.vue.js +2 -2
  133. package/components/icon/{icons → v3/icons}/Cross.vue.js +2 -2
  134. package/components/icon/{icons → v3/icons}/CrownFill.vue.js +2 -2
  135. package/components/icon/{icons → v3/icons}/Cube.vue.js +2 -2
  136. package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +2 -2
  137. package/components/icon/{icons → v3/icons}/Cup.vue.js +2 -2
  138. package/components/icon/{icons → v3/icons}/CupA.vue.js +2 -2
  139. package/components/icon/{icons → v3/icons}/CupB.vue.js +2 -2
  140. package/components/icon/{icons → v3/icons}/Delete.vue.js +2 -2
  141. package/components/icon/{icons → v3/icons}/Diamond.vue.js +2 -2
  142. package/components/icon/{icons → v3/icons}/Dots.vue.js +2 -2
  143. package/components/icon/{icons → v3/icons}/Download.vue.js +2 -2
  144. package/components/icon/{icons → v3/icons}/Download2.vue.js +2 -2
  145. package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +2 -2
  146. package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +2 -2
  147. package/components/icon/{icons → v3/icons}/Ecpi.vue.js +2 -2
  148. package/components/icon/{icons → v3/icons}/Email.vue.js +2 -2
  149. package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +2 -2
  150. package/components/icon/{icons → v3/icons}/Error.vue.js +2 -2
  151. package/components/icon/{icons → v3/icons}/Eye.vue.js +2 -2
  152. package/components/icon/v3/icons/Eye2.vue.js +25 -0
  153. package/components/icon/v3/icons/EyeSlash.vue.js +27 -0
  154. package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +2 -2
  155. package/components/icon/{icons → v3/icons}/Filter.vue.js +2 -2
  156. package/components/icon/{icons → v3/icons}/FilterList.vue.js +2 -2
  157. package/components/icon/{icons → v3/icons}/Frame.vue.js +2 -2
  158. package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +2 -2
  159. package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +2 -2
  160. package/components/icon/{icons → v3/icons}/Functions.vue.js +2 -2
  161. package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +2 -2
  162. package/components/icon/{icons → v3/icons}/Games.vue.js +2 -2
  163. package/components/icon/{icons → v3/icons}/Gavel.vue.js +2 -2
  164. package/components/icon/{icons → v3/icons}/Gift.vue.js +2 -2
  165. package/components/icon/{icons → v3/icons}/GitHub.vue.js +2 -2
  166. package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +2 -2
  167. package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +2 -2
  168. package/components/icon/{icons → v3/icons}/Group.vue.js +2 -2
  169. package/components/icon/{icons → v3/icons}/Hammer.vue.js +2 -2
  170. package/components/icon/{icons → v3/icons}/HandPointer.vue.js +2 -2
  171. package/components/icon/{icons → v3/icons}/Hands.vue.js +2 -2
  172. package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +2 -2
  173. package/components/icon/{icons → v3/icons}/Help.vue.js +2 -2
  174. package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +2 -2
  175. package/components/icon/{icons → v3/icons}/History.vue.js +2 -2
  176. package/components/icon/{icons → v3/icons}/IOS.vue.js +2 -2
  177. package/components/icon/{icons → v3/icons}/Image.vue.js +2 -2
  178. package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +2 -2
  179. package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +2 -2
  180. package/components/icon/{icons → v3/icons}/ImportExport.vue.js +2 -2
  181. package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +2 -2
  182. package/components/icon/{icons → v3/icons}/Importent.vue.js +2 -2
  183. package/components/icon/{icons → v3/icons}/Info.vue.js +2 -2
  184. package/components/icon/v3/icons/Info2.vue.js +27 -0
  185. package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +2 -2
  186. package/components/icon/{icons → v3/icons}/Insights.vue.js +2 -2
  187. package/components/icon/{icons → v3/icons}/Interstitial.vue.js +2 -2
  188. package/components/icon/{icons → v3/icons}/Ios14.vue.js +2 -2
  189. package/components/icon/{icons → v3/icons}/Js.vue.js +2 -2
  190. package/components/icon/{icons → v3/icons}/Landscape.vue.js +2 -2
  191. package/components/icon/{icons → v3/icons}/Launch.vue.js +2 -2
  192. package/components/icon/{icons → v3/icons}/Levelplay.vue.js +2 -2
  193. package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +2 -2
  194. package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +2 -2
  195. package/components/icon/{icons → v3/icons}/Link.vue.js +2 -2
  196. package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +2 -2
  197. package/components/icon/{icons → v3/icons}/Lock.vue.js +2 -2
  198. package/components/icon/{icons → v3/icons}/LockOpen.vue.js +2 -2
  199. package/components/icon/{icons → v3/icons}/Login.vue.js +2 -2
  200. package/components/icon/{icons → v3/icons}/Logout.vue.js +2 -2
  201. package/components/icon/{icons → v3/icons}/Marketing.vue.js +2 -2
  202. package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +2 -2
  203. package/components/icon/{icons → v3/icons}/Mix.vue.js +2 -2
  204. package/components/icon/{icons → v3/icons}/Mix2.vue.js +2 -2
  205. package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +2 -2
  206. package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +2 -2
  207. package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +2 -2
  208. package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +2 -2
  209. package/components/icon/{icons → v3/icons}/MoreVert.vue.js +2 -2
  210. package/components/icon/{icons → v3/icons}/Mouse.vue.js +2 -2
  211. package/components/icon/{icons → v3/icons}/MousePointer.vue.js +2 -2
  212. package/components/icon/{icons → v3/icons}/MovingUp.vue.js +2 -2
  213. package/components/icon/{icons → v3/icons}/NativeAd.vue.js +2 -2
  214. package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +2 -2
  215. package/components/icon/{icons → v3/icons}/Offerwall.vue.js +2 -2
  216. package/components/icon/{icons → v3/icons}/Palyable.vue.js +2 -2
  217. package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +2 -2
  218. package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +2 -2
  219. package/components/icon/{icons → v3/icons}/Pause.vue.js +2 -2
  220. package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +2 -2
  221. package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +2 -2
  222. package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +2 -2
  223. package/components/icon/{icons → v3/icons}/Photo.vue.js +2 -2
  224. package/components/icon/{icons → v3/icons}/Photo2.vue.js +2 -2
  225. package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +2 -2
  226. package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +2 -2
  227. package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +2 -2
  228. package/components/icon/{icons → v3/icons}/Qrcode.vue.js +2 -2
  229. package/components/icon/v3/icons/Question.vue.js +27 -0
  230. package/components/icon/{icons → v3/icons}/QuickAB.vue.js +2 -2
  231. package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +2 -2
  232. package/components/icon/{icons → v3/icons}/React.vue.js +2 -2
  233. package/components/icon/{icons → v3/icons}/Redo.vue.js +2 -2
  234. package/components/icon/{icons → v3/icons}/Refresh.vue.js +2 -2
  235. package/components/icon/{icons → v3/icons}/Remove.vue.js +2 -2
  236. package/components/icon/{icons → v3/icons}/Replay.vue.js +2 -2
  237. package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +2 -2
  238. package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +2 -2
  239. package/components/icon/{icons → v3/icons}/Rotate.vue.js +2 -2
  240. package/components/icon/{icons → v3/icons}/Route.vue.js +2 -2
  241. package/components/icon/{icons → v3/icons}/SackDollar.vue.js +2 -2
  242. package/components/icon/{icons → v3/icons}/Schedule.vue.js +2 -2
  243. package/components/icon/{icons → v3/icons}/Search.vue.js +2 -2
  244. package/components/icon/{icons → v3/icons}/SearchBold.vue.js +2 -2
  245. package/components/icon/{icons → v3/icons}/Share.vue.js +2 -2
  246. package/components/icon/{icons → v3/icons}/Slack.vue.js +2 -2
  247. package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +2 -2
  248. package/components/icon/{icons → v3/icons}/Star.vue.js +2 -2
  249. package/components/icon/{icons → v3/icons}/StarFill.vue.js +2 -2
  250. package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +2 -2
  251. package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +2 -2
  252. package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +2 -2
  253. package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +2 -2
  254. package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +2 -2
  255. package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +2 -2
  256. package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +2 -2
  257. package/components/icon/{icons → v3/icons}/Style.vue.js +2 -2
  258. package/components/icon/{icons → v3/icons}/Success.vue.js +2 -2
  259. package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +2 -2
  260. package/components/icon/{icons → v3/icons}/Switch.vue.js +2 -2
  261. package/components/icon/{icons → v3/icons}/TableEdit.vue.js +2 -2
  262. package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +2 -2
  263. package/components/icon/{icons → v3/icons}/TabletMac.vue.js +2 -2
  264. package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +2 -2
  265. package/components/icon/{icons → v3/icons}/Texture.vue.js +2 -2
  266. package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +2 -2
  267. package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +2 -2
  268. package/components/icon/{icons → v3/icons}/Timelapse.vue.js +2 -2
  269. package/components/icon/{icons → v3/icons}/Timeline.vue.js +2 -2
  270. package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +2 -2
  271. package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +2 -2
  272. package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +2 -2
  273. package/components/icon/{icons → v3/icons}/Tune.vue.js +2 -2
  274. package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +2 -2
  275. package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +2 -2
  276. package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +2 -2
  277. package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +2 -2
  278. package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +2 -2
  279. package/components/icon/{icons → v3/icons}/Undo.vue.js +2 -2
  280. package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +2 -2
  281. package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +2 -2
  282. package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +2 -2
  283. package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +2 -2
  284. package/components/icon/{icons → v3/icons}/Vibration.vue.js +2 -2
  285. package/components/icon/{icons → v3/icons}/VideoRound.vue.js +2 -2
  286. package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +2 -2
  287. package/components/icon/{icons → v3/icons}/Visibility.vue.js +2 -2
  288. package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +2 -2
  289. package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +2 -2
  290. package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +2 -2
  291. package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +2 -2
  292. package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +2 -2
  293. package/components/icon/{icons → v3/icons}/Warning.vue.js +2 -2
  294. package/components/icon/{icons → v3/icons}/Warning2.vue.js +2 -2
  295. package/components/icon/v3/icons/Warning3.vue.js +27 -0
  296. package/components/icon/v3/icons/WarningCircle.vue.d.ts +2 -0
  297. package/components/icon/v3/icons/WarningCircle.vue.js +27 -0
  298. package/components/icon/v3/icons/WarningOctagon.vue.d.ts +2 -0
  299. package/components/icon/v3/icons/WarningOctagon.vue.js +27 -0
  300. package/components/icon/v3/icons/WebApp.vue.d.ts +2 -0
  301. package/components/icon/{icons → v3/icons}/WebApp.vue.js +2 -2
  302. package/components/icon/v3/icons/Widget.vue.d.ts +2 -0
  303. package/components/icon/{icons → v3/icons}/Widget.vue.js +2 -2
  304. package/components/icon/v3/icons/Widgets.vue.d.ts +2 -0
  305. package/components/icon/{icons → v3/icons}/Widgets.vue.js +2 -2
  306. package/components/icon/v3/icons/WidgetsFill.vue.d.ts +2 -0
  307. package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +2 -2
  308. package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +2 -0
  309. package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +2 -2
  310. package/components/icon/v3/icons/Widgetsz.vue.d.ts +2 -0
  311. package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +2 -2
  312. package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +2 -0
  313. package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +2 -2
  314. package/components/icon/{icons → v3/icons}/index.d.ts +27 -0
  315. package/components/icon/{icons → v3/icons}/index.vue.js +27 -0
  316. package/components/icon/{index.d.ts → v3/index.d.ts} +27 -0
  317. package/components/icon/v4/IconV4.vue.d.ts +41 -0
  318. package/components/icon/v4/IconV4.vue.js +84 -0
  319. package/components/icon/v4/index.d.ts +50 -0
  320. package/components/icon/v4/index.vue.js +6 -0
  321. package/components/includeExclude/IncludeExclude.vue.js +1 -1
  322. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
  323. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
  324. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
  325. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +1 -1
  326. package/components/includeExclude/IncludeExcludeOption.vue.js +2 -2
  327. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
  328. package/components/input/common/Input.common.d.ts +12 -0
  329. package/components/input/common/Input.common.vue.js +72 -0
  330. package/components/input/{DollarInput.vue.d.ts → v3/DollarInput.vue.d.ts} +1 -1
  331. package/components/input/{DollarInput.vue.js → v3/DollarInput.vue.js} +4 -4
  332. package/components/input/{Input.vue.js → v3/Input.vue.js} +33 -71
  333. package/components/input/{PasswordInput.vue.d.ts → v3/PasswordInput.vue.d.ts} +1 -1
  334. package/components/input/{PasswordInput.vue.js → v3/PasswordInput.vue.js} +4 -4
  335. package/components/input/{PercentageInput.vue.d.ts → v3/PercentageInput.vue.d.ts} +1 -1
  336. package/components/input/{PercentageInput.vue.js → v3/PercentageInput.vue.js} +4 -4
  337. package/components/input/{index.d.ts → v3/index.d.ts} +5 -5
  338. package/components/input/v4/TextField.types.d.ts +6 -0
  339. package/components/input/v4/TextField.vue.d.ts +151 -0
  340. package/components/input/v4/TextField.vue.js +240 -0
  341. package/components/input/v4/index.d.ts +277 -0
  342. package/components/input/v4/index.vue.js +6 -0
  343. package/components/loader/v4/Loader.vue.d.ts +41 -0
  344. package/components/loader/v4/Loader.vue.js +79 -0
  345. package/components/loader/v4/index.d.ts +50 -0
  346. package/components/search/v3/Search.vue.js +2 -2
  347. package/components/search/v4/SearchV4.vue.js +2 -2
  348. package/components/shared/FieldHelpText.vue.d.ts +42 -0
  349. package/components/shared/FieldHelpText.vue.js +54 -0
  350. package/components/shared/FieldLabel.vue.d.ts +52 -0
  351. package/components/shared/FieldLabel.vue.js +70 -0
  352. package/components/shared/commonTypes.d.ts +2 -0
  353. package/components/snackbar/Snackbar.vue.js +4 -4
  354. package/components/table/Table.vue.js +1 -1
  355. package/components/tabs/Tabs.vue.js +7 -7
  356. package/components/tooltip/Tooltip.types.d.ts +2 -0
  357. package/components/tooltip/Tooltip.vue.d.ts +4 -3
  358. package/components/tooltip/index.d.ts +3 -3
  359. package/components/typography/v4/index.d.ts +3 -3
  360. package/composables/index.d.ts +1 -0
  361. package/composables/useStorage.d.ts +5 -0
  362. package/composables/useStorage.vue.js +42 -0
  363. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +0 -2
  364. package/design-foundation.stories/breakpoints/BreakpointsData.d.ts +5 -0
  365. package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +2 -0
  366. package/design-foundation.stories/breakpoints/index.d.ts +1 -0
  367. package/design-foundation.stories/colors/ColorsData.d.ts +20 -21
  368. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +0 -2
  369. package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +15 -0
  370. package/design-foundation.stories/grid-layout/index.d.ts +1 -0
  371. package/design-foundation.stories/icons/iconsData.d.ts +14 -0
  372. package/design-foundation.stories/spacing/SpacingData.d.ts +5 -0
  373. package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +2 -0
  374. package/design-foundation.stories/spacing/index.d.ts +1 -0
  375. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +0 -1
  376. package/index.d.ts +2750 -22
  377. package/index.vue.js +10 -10
  378. package/package.json +9 -6
  379. package/styles/v4/border-radius.css +1 -1
  380. package/styles/v4/breakpoints.scss +131 -0
  381. package/styles/v4/colors.css +54 -53
  382. package/styles/v4/elevations.css +1 -1
  383. package/styles/v4/grid.css +1 -0
  384. package/styles/v4/grid.css.map +1 -0
  385. package/styles/v4/grid.scss +74 -0
  386. package/testids/index.d.ts +15 -2
  387. package/testids/index.vue.js +16 -1
  388. package/utils/testIds.d.ts +1 -0
  389. package/utils/testIds.vue.js +14 -0
  390. /package/components/icon/{Icon.vue.d.ts → v3/Icon.vue.d.ts} +0 -0
  391. /package/components/icon/{icons → v3/icons}/A.vue.d.ts +0 -0
  392. /package/components/icon/{icons → v3/icons}/A2.vue.d.ts +0 -0
  393. /package/components/icon/{icons → v3/icons}/ABTest.vue.d.ts +0 -0
  394. /package/components/icon/{icons → v3/icons}/ABTest2.vue.d.ts +0 -0
  395. /package/components/icon/{icons → v3/icons}/ACircle.vue.d.ts +0 -0
  396. /package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.d.ts +0 -0
  397. /package/components/icon/{icons → v3/icons}/AccountCircle.vue.d.ts +0 -0
  398. /package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.d.ts +0 -0
  399. /package/components/icon/{icons → v3/icons}/Add.vue.d.ts +0 -0
  400. /package/components/icon/{icons → v3/icons}/Adjust.vue.d.ts +0 -0
  401. /package/components/icon/{icons → v3/icons}/Analytics.vue.d.ts +0 -0
  402. /package/components/icon/{icons → v3/icons}/Android.vue.d.ts +0 -0
  403. /package/components/icon/{icons → v3/icons}/AngleDown.vue.d.ts +0 -0
  404. /package/components/icon/{icons → v3/icons}/AngleLeft.vue.d.ts +0 -0
  405. /package/components/icon/{icons → v3/icons}/AngleRight.vue.d.ts +0 -0
  406. /package/components/icon/{icons → v3/icons}/AngleUp.vue.d.ts +0 -0
  407. /package/components/icon/{icons → v3/icons}/AppStore.vue.d.ts +0 -0
  408. /package/components/icon/{icons → v3/icons}/AreaChart.vue.d.ts +0 -0
  409. /package/components/icon/{icons → v3/icons}/ArrowBack.vue.d.ts +0 -0
  410. /package/components/icon/{icons → v3/icons}/ArrowDownward.vue.d.ts +0 -0
  411. /package/components/icon/{icons → v3/icons}/ArrowForward.vue.d.ts +0 -0
  412. /package/components/icon/{icons → v3/icons}/ArrowLeft.vue.d.ts +0 -0
  413. /package/components/icon/{icons → v3/icons}/ArrowRight.vue.d.ts +0 -0
  414. /package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.d.ts +0 -0
  415. /package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.d.ts +0 -0
  416. /package/components/icon/{icons → v3/icons}/ArrowUpward.vue.d.ts +0 -0
  417. /package/components/icon/{icons → v3/icons}/AutoAwesome.vue.d.ts +0 -0
  418. /package/components/icon/{icons → v3/icons}/AutoMode.vue.d.ts +0 -0
  419. /package/components/icon/{icons → v3/icons}/Autorenew.vue.d.ts +0 -0
  420. /package/components/icon/{icons → v3/icons}/B.vue.d.ts +0 -0
  421. /package/components/icon/{icons → v3/icons}/B2.vue.d.ts +0 -0
  422. /package/components/icon/{icons → v3/icons}/BCircle.vue.d.ts +0 -0
  423. /package/components/icon/{icons → v3/icons}/Banner.vue.d.ts +0 -0
  424. /package/components/icon/{icons → v3/icons}/Bidding.vue.d.ts +0 -0
  425. /package/components/icon/{icons → v3/icons}/Bidding2.vue.d.ts +0 -0
  426. /package/components/icon/{icons → v3/icons}/Block.vue.d.ts +0 -0
  427. /package/components/icon/{icons → v3/icons}/BorderColor.vue.d.ts +0 -0
  428. /package/components/icon/{icons → v3/icons}/Bug.vue.d.ts +0 -0
  429. /package/components/icon/{icons → v3/icons}/Bullhorn.vue.d.ts +0 -0
  430. /package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.d.ts +0 -0
  431. /package/components/icon/{icons → v3/icons}/Cached.vue.d.ts +0 -0
  432. /package/components/icon/{icons → v3/icons}/Calendar.vue.d.ts +0 -0
  433. /package/components/icon/{icons → v3/icons}/CalendarToday.vue.d.ts +0 -0
  434. /package/components/icon/{icons → v3/icons}/Cancel.vue.d.ts +0 -0
  435. /package/components/icon/{icons → v3/icons}/ChartBar.vue.d.ts +0 -0
  436. /package/components/icon/{icons → v3/icons}/ChartLine.vue.d.ts +0 -0
  437. /package/components/icon/{icons → v3/icons}/ChartMixed.vue.d.ts +0 -0
  438. /package/components/icon/{icons → v3/icons}/Check.vue.d.ts +0 -0
  439. /package/components/icon/{icons/CheckBold.vue.d.ts → v3/icons/Check2.vue.d.ts} +0 -0
  440. /package/components/icon/{icons/Close.vue.d.ts → v3/icons/CheckBold.vue.d.ts} +0 -0
  441. /package/components/icon/{icons/CloseBold.vue.d.ts → v3/icons/CheckCircle.vue.d.ts} +0 -0
  442. /package/components/icon/{icons/ComputerMouse.vue.d.ts → v3/icons/Close.vue.d.ts} +0 -0
  443. /package/components/icon/{icons/CopyTo-Clipboard.vue.d.ts → v3/icons/CloseBold.vue.d.ts} +0 -0
  444. /package/components/icon/{icons/CopyToClipboardFilled.vue.d.ts → v3/icons/ComputerMouse.vue.d.ts} +0 -0
  445. /package/components/icon/{icons/Create.vue.d.ts → v3/icons/CopyTo-Clipboard.vue.d.ts} +0 -0
  446. /package/components/icon/{icons/Creative.vue.d.ts → v3/icons/CopyToClipboardFilled.vue.d.ts} +0 -0
  447. /package/components/icon/{icons/Cross.vue.d.ts → v3/icons/Create.vue.d.ts} +0 -0
  448. /package/components/icon/{icons/CrownFill.vue.d.ts → v3/icons/Creative.vue.d.ts} +0 -0
  449. /package/components/icon/{icons/Cube.vue.d.ts → v3/icons/Cross.vue.d.ts} +0 -0
  450. /package/components/icon/{icons/CubeBackground.vue.d.ts → v3/icons/CrownFill.vue.d.ts} +0 -0
  451. /package/components/icon/{icons/Cup.vue.d.ts → v3/icons/Cube.vue.d.ts} +0 -0
  452. /package/components/icon/{icons/CupA.vue.d.ts → v3/icons/CubeBackground.vue.d.ts} +0 -0
  453. /package/components/icon/{icons/CupB.vue.d.ts → v3/icons/Cup.vue.d.ts} +0 -0
  454. /package/components/icon/{icons/Delete.vue.d.ts → v3/icons/CupA.vue.d.ts} +0 -0
  455. /package/components/icon/{icons/Diamond.vue.d.ts → v3/icons/CupB.vue.d.ts} +0 -0
  456. /package/components/icon/{icons/Dots.vue.d.ts → v3/icons/Delete.vue.d.ts} +0 -0
  457. /package/components/icon/{icons/Download.vue.d.ts → v3/icons/Diamond.vue.d.ts} +0 -0
  458. /package/components/icon/{icons/Download2.vue.d.ts → v3/icons/Dots.vue.d.ts} +0 -0
  459. /package/components/icon/{icons/DownloadDone.vue.d.ts → v3/icons/Download.vue.d.ts} +0 -0
  460. /package/components/icon/{icons/DragIndicator.vue.d.ts → v3/icons/Download2.vue.d.ts} +0 -0
  461. /package/components/icon/{icons/Ecpi.vue.d.ts → v3/icons/DownloadDone.vue.d.ts} +0 -0
  462. /package/components/icon/{icons/Email.vue.d.ts → v3/icons/DragIndicator.vue.d.ts} +0 -0
  463. /package/components/icon/{icons/EmailEnvelope.vue.d.ts → v3/icons/Ecpi.vue.d.ts} +0 -0
  464. /package/components/icon/{icons/Error.vue.d.ts → v3/icons/Email.vue.d.ts} +0 -0
  465. /package/components/icon/{icons/Eye.vue.d.ts → v3/icons/EmailEnvelope.vue.d.ts} +0 -0
  466. /package/components/icon/{icons/FavoriteBorder.vue.d.ts → v3/icons/Error.vue.d.ts} +0 -0
  467. /package/components/icon/{icons/Filter.vue.d.ts → v3/icons/Eye.vue.d.ts} +0 -0
  468. /package/components/icon/{icons/FilterList.vue.d.ts → v3/icons/Eye2.vue.d.ts} +0 -0
  469. /package/components/icon/{icons/Frame.vue.d.ts → v3/icons/EyeSlash.vue.d.ts} +0 -0
  470. /package/components/icon/{icons/Fullscreen.vue.d.ts → v3/icons/FavoriteBorder.vue.d.ts} +0 -0
  471. /package/components/icon/{icons/FullscreenExit.vue.d.ts → v3/icons/Filter.vue.d.ts} +0 -0
  472. /package/components/icon/{icons/Functions.vue.d.ts → v3/icons/FilterList.vue.d.ts} +0 -0
  473. /package/components/icon/{icons/GamepadAlt.vue.d.ts → v3/icons/Frame.vue.d.ts} +0 -0
  474. /package/components/icon/{icons/Games.vue.d.ts → v3/icons/Fullscreen.vue.d.ts} +0 -0
  475. /package/components/icon/{icons/Gavel.vue.d.ts → v3/icons/FullscreenExit.vue.d.ts} +0 -0
  476. /package/components/icon/{icons/Gift.vue.d.ts → v3/icons/Functions.vue.d.ts} +0 -0
  477. /package/components/icon/{icons/GitHub.vue.d.ts → v3/icons/GamepadAlt.vue.d.ts} +0 -0
  478. /package/components/icon/{icons/GlobeStand.vue.d.ts → v3/icons/Games.vue.d.ts} +0 -0
  479. /package/components/icon/{icons/GooglePlay.vue.d.ts → v3/icons/Gavel.vue.d.ts} +0 -0
  480. /package/components/icon/{icons/Group.vue.d.ts → v3/icons/Gift.vue.d.ts} +0 -0
  481. /package/components/icon/{icons/Hammer.vue.d.ts → v3/icons/GitHub.vue.d.ts} +0 -0
  482. /package/components/icon/{icons/HandPointer.vue.d.ts → v3/icons/GlobeStand.vue.d.ts} +0 -0
  483. /package/components/icon/{icons/Hands.vue.d.ts → v3/icons/GooglePlay.vue.d.ts} +0 -0
  484. /package/components/icon/{icons/Heartbeat.vue.d.ts → v3/icons/Group.vue.d.ts} +0 -0
  485. /package/components/icon/{icons/Help.vue.d.ts → v3/icons/Hammer.vue.d.ts} +0 -0
  486. /package/components/icon/{icons/HelpOutline.vue.d.ts → v3/icons/HandPointer.vue.d.ts} +0 -0
  487. /package/components/icon/{icons/History.vue.d.ts → v3/icons/Hands.vue.d.ts} +0 -0
  488. /package/components/icon/{icons/IOS.vue.d.ts → v3/icons/Heartbeat.vue.d.ts} +0 -0
  489. /package/components/icon/{icons/Image.vue.d.ts → v3/icons/Help.vue.d.ts} +0 -0
  490. /package/components/icon/{icons/ImageNotSupported.vue.d.ts → v3/icons/HelpOutline.vue.d.ts} +0 -0
  491. /package/components/icon/{icons/ImageSlash.vue.d.ts → v3/icons/History.vue.d.ts} +0 -0
  492. /package/components/icon/{icons/ImportExport.vue.d.ts → v3/icons/IOS.vue.d.ts} +0 -0
  493. /package/components/icon/{icons/ImportExport2.vue.d.ts → v3/icons/Image.vue.d.ts} +0 -0
  494. /package/components/icon/{icons/Importent.vue.d.ts → v3/icons/ImageNotSupported.vue.d.ts} +0 -0
  495. /package/components/icon/{icons/Info.vue.d.ts → v3/icons/ImageSlash.vue.d.ts} +0 -0
  496. /package/components/icon/{icons/InfoOutline.vue.d.ts → v3/icons/ImportExport.vue.d.ts} +0 -0
  497. /package/components/icon/{icons/Insights.vue.d.ts → v3/icons/ImportExport2.vue.d.ts} +0 -0
  498. /package/components/icon/{icons/Interstitial.vue.d.ts → v3/icons/Importent.vue.d.ts} +0 -0
  499. /package/components/icon/{icons/Ios14.vue.d.ts → v3/icons/Info.vue.d.ts} +0 -0
  500. /package/components/icon/{icons/Js.vue.d.ts → v3/icons/Info2.vue.d.ts} +0 -0
  501. /package/components/icon/{icons/Landscape.vue.d.ts → v3/icons/InfoOutline.vue.d.ts} +0 -0
  502. /package/components/icon/{icons/Launch.vue.d.ts → v3/icons/Insights.vue.d.ts} +0 -0
  503. /package/components/icon/{icons/Levelplay.vue.d.ts → v3/icons/Interstitial.vue.d.ts} +0 -0
  504. /package/components/icon/{icons/LimitCircle.vue.d.ts → v3/icons/Ios14.vue.d.ts} +0 -0
  505. /package/components/icon/{icons/LimitOctagon.vue.d.ts → v3/icons/Js.vue.d.ts} +0 -0
  506. /package/components/icon/{icons/Link.vue.d.ts → v3/icons/Landscape.vue.d.ts} +0 -0
  507. /package/components/icon/{icons/LoadingClean.vue.d.ts → v3/icons/Launch.vue.d.ts} +0 -0
  508. /package/components/icon/{icons/Lock.vue.d.ts → v3/icons/Levelplay.vue.d.ts} +0 -0
  509. /package/components/icon/{icons/LockOpen.vue.d.ts → v3/icons/LimitCircle.vue.d.ts} +0 -0
  510. /package/components/icon/{icons/Login.vue.d.ts → v3/icons/LimitOctagon.vue.d.ts} +0 -0
  511. /package/components/icon/{icons/Logout.vue.d.ts → v3/icons/Link.vue.d.ts} +0 -0
  512. /package/components/icon/{icons/Marketing.vue.d.ts → v3/icons/LoadingClean.vue.d.ts} +0 -0
  513. /package/components/icon/{icons/MilitaryTech.vue.d.ts → v3/icons/Lock.vue.d.ts} +0 -0
  514. /package/components/icon/{icons/Mix.vue.d.ts → v3/icons/LockOpen.vue.d.ts} +0 -0
  515. /package/components/icon/{icons/Mix2.vue.d.ts → v3/icons/Login.vue.d.ts} +0 -0
  516. /package/components/icon/{icons/MobileLandscape.vue.d.ts → v3/icons/Logout.vue.d.ts} +0 -0
  517. /package/components/icon/{icons/MobilePortrait.vue.d.ts → v3/icons/Marketing.vue.d.ts} +0 -0
  518. /package/components/icon/{icons/MoneyCheck.vue.d.ts → v3/icons/MilitaryTech.vue.d.ts} +0 -0
  519. /package/components/icon/{icons/MoreHoriz.vue.d.ts → v3/icons/Mix.vue.d.ts} +0 -0
  520. /package/components/icon/{icons/MoreVert.vue.d.ts → v3/icons/Mix2.vue.d.ts} +0 -0
  521. /package/components/icon/{icons/Mouse.vue.d.ts → v3/icons/MobileLandscape.vue.d.ts} +0 -0
  522. /package/components/icon/{icons/MousePointer.vue.d.ts → v3/icons/MobilePortrait.vue.d.ts} +0 -0
  523. /package/components/icon/{icons/MovingUp.vue.d.ts → v3/icons/MoneyCheck.vue.d.ts} +0 -0
  524. /package/components/icon/{icons/NativeAd.vue.d.ts → v3/icons/MoreHoriz.vue.d.ts} +0 -0
  525. /package/components/icon/{icons/NotificationsNone.vue.d.ts → v3/icons/MoreVert.vue.d.ts} +0 -0
  526. /package/components/icon/{icons/Offerwall.vue.d.ts → v3/icons/Mouse.vue.d.ts} +0 -0
  527. /package/components/icon/{icons/Palyable.vue.d.ts → v3/icons/MousePointer.vue.d.ts} +0 -0
  528. /package/components/icon/{icons/PaperPlane-Off.vue.d.ts → v3/icons/MovingUp.vue.d.ts} +0 -0
  529. /package/components/icon/{icons/PaperPlane.vue.d.ts → v3/icons/NativeAd.vue.d.ts} +0 -0
  530. /package/components/icon/{icons/Pause.vue.d.ts → v3/icons/NotificationsNone.vue.d.ts} +0 -0
  531. /package/components/icon/{icons/PauseCircleFilled.vue.d.ts → v3/icons/Offerwall.vue.d.ts} +0 -0
  532. /package/components/icon/{icons/PauseCircleOutline.vue.d.ts → v3/icons/Palyable.vue.d.ts} +0 -0
  533. /package/components/icon/{icons/PhoneIphone.vue.d.ts → v3/icons/PaperPlane-Off.vue.d.ts} +0 -0
  534. /package/components/icon/{icons/Photo.vue.d.ts → v3/icons/PaperPlane.vue.d.ts} +0 -0
  535. /package/components/icon/{icons/Photo2.vue.d.ts → v3/icons/Pause.vue.d.ts} +0 -0
  536. /package/components/icon/{icons/PlayArrow.vue.d.ts → v3/icons/PauseCircleFilled.vue.d.ts} +0 -0
  537. /package/components/icon/{icons/PlayCircleFilledWhite.vue.d.ts → v3/icons/PauseCircleOutline.vue.d.ts} +0 -0
  538. /package/components/icon/{icons/PlayCircleOutline.vue.d.ts → v3/icons/PhoneIphone.vue.d.ts} +0 -0
  539. /package/components/icon/{icons/Qrcode.vue.d.ts → v3/icons/Photo.vue.d.ts} +0 -0
  540. /package/components/icon/{icons/QuickAB.vue.d.ts → v3/icons/Photo2.vue.d.ts} +0 -0
  541. /package/components/icon/{icons/QuickAB2.vue.d.ts → v3/icons/PlayArrow.vue.d.ts} +0 -0
  542. /package/components/icon/{icons/React.vue.d.ts → v3/icons/PlayCircleFilledWhite.vue.d.ts} +0 -0
  543. /package/components/icon/{icons/Redo.vue.d.ts → v3/icons/PlayCircleOutline.vue.d.ts} +0 -0
  544. /package/components/icon/{icons/Refresh.vue.d.ts → v3/icons/Qrcode.vue.d.ts} +0 -0
  545. /package/components/icon/{icons/Remove.vue.d.ts → v3/icons/Question.vue.d.ts} +0 -0
  546. /package/components/icon/{icons/Replay.vue.d.ts → v3/icons/QuickAB.vue.d.ts} +0 -0
  547. /package/components/icon/{icons/RewardedVideo.vue.d.ts → v3/icons/QuickAB2.vue.d.ts} +0 -0
  548. /package/components/icon/{icons/RocketLaunch.vue.d.ts → v3/icons/React.vue.d.ts} +0 -0
  549. /package/components/icon/{icons/Rotate.vue.d.ts → v3/icons/Redo.vue.d.ts} +0 -0
  550. /package/components/icon/{icons/Route.vue.d.ts → v3/icons/Refresh.vue.d.ts} +0 -0
  551. /package/components/icon/{icons/SackDollar.vue.d.ts → v3/icons/Remove.vue.d.ts} +0 -0
  552. /package/components/icon/{icons/Schedule.vue.d.ts → v3/icons/Replay.vue.d.ts} +0 -0
  553. /package/components/icon/{icons/Search.vue.d.ts → v3/icons/RewardedVideo.vue.d.ts} +0 -0
  554. /package/components/icon/{icons/SearchBold.vue.d.ts → v3/icons/RocketLaunch.vue.d.ts} +0 -0
  555. /package/components/icon/{icons/Share.vue.d.ts → v3/icons/Rotate.vue.d.ts} +0 -0
  556. /package/components/icon/{icons/Slack.vue.d.ts → v3/icons/Route.vue.d.ts} +0 -0
  557. /package/components/icon/{icons/SportsEsports.vue.d.ts → v3/icons/SackDollar.vue.d.ts} +0 -0
  558. /package/components/icon/{icons/Star.vue.d.ts → v3/icons/Schedule.vue.d.ts} +0 -0
  559. /package/components/icon/{icons/StarFill.vue.d.ts → v3/icons/Search.vue.d.ts} +0 -0
  560. /package/components/icon/{icons/StatusBanner.vue.d.ts → v3/icons/SearchBold.vue.d.ts} +0 -0
  561. /package/components/icon/{icons/StatusInterstitial.vue.d.ts → v3/icons/Share.vue.d.ts} +0 -0
  562. /package/components/icon/{icons/StatusNativeAd.vue.d.ts → v3/icons/Slack.vue.d.ts} +0 -0
  563. /package/components/icon/{icons/StatusOfferwall.vue.d.ts → v3/icons/SportsEsports.vue.d.ts} +0 -0
  564. /package/components/icon/{icons/StatusRewardedVideo.vue.d.ts → v3/icons/Star.vue.d.ts} +0 -0
  565. /package/components/icon/{icons/StopCircleFilled.vue.d.ts → v3/icons/StarFill.vue.d.ts} +0 -0
  566. /package/components/icon/{icons/StopCircleOutline.vue.d.ts → v3/icons/StatusBanner.vue.d.ts} +0 -0
  567. /package/components/icon/{icons/Style.vue.d.ts → v3/icons/StatusInterstitial.vue.d.ts} +0 -0
  568. /package/components/icon/{icons/Success.vue.d.ts → v3/icons/StatusNativeAd.vue.d.ts} +0 -0
  569. /package/components/icon/{icons/SuccessFull.vue.d.ts → v3/icons/StatusOfferwall.vue.d.ts} +0 -0
  570. /package/components/icon/{icons/Switch.vue.d.ts → v3/icons/StatusRewardedVideo.vue.d.ts} +0 -0
  571. /package/components/icon/{icons/TableEdit.vue.d.ts → v3/icons/StopCircleFilled.vue.d.ts} +0 -0
  572. /package/components/icon/{icons/TabletLandscape.vue.d.ts → v3/icons/StopCircleOutline.vue.d.ts} +0 -0
  573. /package/components/icon/{icons/TabletMac.vue.d.ts → v3/icons/Style.vue.d.ts} +0 -0
  574. /package/components/icon/{icons/TabletPortrait.vue.d.ts → v3/icons/Success.vue.d.ts} +0 -0
  575. /package/components/icon/{icons/Texture.vue.d.ts → v3/icons/SuccessFull.vue.d.ts} +0 -0
  576. /package/components/icon/{icons/ThemeDark.vue.d.ts → v3/icons/Switch.vue.d.ts} +0 -0
  577. /package/components/icon/{icons/ThemeLight.vue.d.ts → v3/icons/TableEdit.vue.d.ts} +0 -0
  578. /package/components/icon/{icons/Timelapse.vue.d.ts → v3/icons/TabletLandscape.vue.d.ts} +0 -0
  579. /package/components/icon/{icons/Timeline.vue.d.ts → v3/icons/TabletMac.vue.d.ts} +0 -0
  580. /package/components/icon/{icons/TrendingDown.vue.d.ts → v3/icons/TabletPortrait.vue.d.ts} +0 -0
  581. /package/components/icon/{icons/TrendingFlat.vue.d.ts → v3/icons/Texture.vue.d.ts} +0 -0
  582. /package/components/icon/{icons/TrendingUp.vue.d.ts → v3/icons/ThemeDark.vue.d.ts} +0 -0
  583. /package/components/icon/{icons/Tune.vue.d.ts → v3/icons/ThemeLight.vue.d.ts} +0 -0
  584. /package/components/icon/{icons/TwoToneBanner.vue.d.ts → v3/icons/Timelapse.vue.d.ts} +0 -0
  585. /package/components/icon/{icons/TwoToneInterstitial.vue.d.ts → v3/icons/Timeline.vue.d.ts} +0 -0
  586. /package/components/icon/{icons/TwoToneNativeAd.vue.d.ts → v3/icons/TrendingDown.vue.d.ts} +0 -0
  587. /package/components/icon/{icons/TwoToneOfferwall.vue.d.ts → v3/icons/TrendingFlat.vue.d.ts} +0 -0
  588. /package/components/icon/{icons/TwoToneRewardedVideo.vue.d.ts → v3/icons/TrendingUp.vue.d.ts} +0 -0
  589. /package/components/icon/{icons/Undo.vue.d.ts → v3/icons/Tune.vue.d.ts} +0 -0
  590. /package/components/icon/{icons/UnfoldLess.vue.d.ts → v3/icons/TwoToneBanner.vue.d.ts} +0 -0
  591. /package/components/icon/{icons/UnfoldMore.vue.d.ts → v3/icons/TwoToneInterstitial.vue.d.ts} +0 -0
  592. /package/components/icon/{icons/VerticalAlignTop.vue.d.ts → v3/icons/TwoToneNativeAd.vue.d.ts} +0 -0
  593. /package/components/icon/{icons/VerticalAlignTop2.vue.d.ts → v3/icons/TwoToneOfferwall.vue.d.ts} +0 -0
  594. /package/components/icon/{icons/Vibration.vue.d.ts → v3/icons/TwoToneRewardedVideo.vue.d.ts} +0 -0
  595. /package/components/icon/{icons/VideoRound.vue.d.ts → v3/icons/Undo.vue.d.ts} +0 -0
  596. /package/components/icon/{icons/ViewCarousel.vue.d.ts → v3/icons/UnfoldLess.vue.d.ts} +0 -0
  597. /package/components/icon/{icons/Visibility.vue.d.ts → v3/icons/UnfoldMore.vue.d.ts} +0 -0
  598. /package/components/icon/{icons/VisibilityOff.vue.d.ts → v3/icons/VerticalAlignTop.vue.d.ts} +0 -0
  599. /package/components/icon/{icons/VisibilityOffStrok.vue.d.ts → v3/icons/VerticalAlignTop2.vue.d.ts} +0 -0
  600. /package/components/icon/{icons/VisibilityStrok.vue.d.ts → v3/icons/Vibration.vue.d.ts} +0 -0
  601. /package/components/icon/{icons/VolumeOff.vue.d.ts → v3/icons/VideoRound.vue.d.ts} +0 -0
  602. /package/components/icon/{icons/VolumeUp.vue.d.ts → v3/icons/ViewCarousel.vue.d.ts} +0 -0
  603. /package/components/icon/{icons/Warning.vue.d.ts → v3/icons/Visibility.vue.d.ts} +0 -0
  604. /package/components/icon/{icons/Warning2.vue.d.ts → v3/icons/VisibilityOff.vue.d.ts} +0 -0
  605. /package/components/icon/{icons/WebApp.vue.d.ts → v3/icons/VisibilityOffStrok.vue.d.ts} +0 -0
  606. /package/components/icon/{icons/Widget.vue.d.ts → v3/icons/VisibilityStrok.vue.d.ts} +0 -0
  607. /package/components/icon/{icons/Widgets.vue.d.ts → v3/icons/VolumeOff.vue.d.ts} +0 -0
  608. /package/components/icon/{icons/WidgetsFill.vue.d.ts → v3/icons/VolumeUp.vue.d.ts} +0 -0
  609. /package/components/icon/{icons/WidgetsFlatSquares.vue.d.ts → v3/icons/Warning.vue.d.ts} +0 -0
  610. /package/components/icon/{icons/Widgetsz.vue.d.ts → v3/icons/Warning2.vue.d.ts} +0 -0
  611. /package/components/icon/{icons/WifiProtectedSetup.vue.d.ts → v3/icons/Warning3.vue.d.ts} +0 -0
  612. /package/components/icon/{index.vue.js → v3/index.vue.js} +0 -0
  613. /package/components/icon/{storyComponents → v3/storyComponents}/Code.vue.d.ts +0 -0
  614. /package/components/icon/{storyComponents → v3/storyComponents}/IconWrapper.vue.d.ts +0 -0
  615. /package/components/icon/{storyComponents → v3/storyComponents}/Page.vue.d.ts +0 -0
  616. /package/components/input/{Input.vue.d.ts → v3/Input.vue.d.ts} +0 -0
  617. /package/components/input/{index.vue.js → v3/index.vue.js} +0 -0
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, unref, createBlock, withCtx, renderSlot, pushScopeId, popScopeId } from 'vue';
2
- import Icon from '../icon/Icon.vue.js';
2
+ import Icon from '../icon/v3/Icon.vue.js';
3
3
  import { BannerTestIdModifiers } from '../../testids/index.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
6
6
  import "../../Banner.vue_vue_type_style_index_0_scoped_true_lang.css";
7
- const _withScopeId = (n) => (pushScopeId("data-v-1a74058c"), n = n(), popScopeId(), n);
7
+ const _withScopeId = (n) => (pushScopeId("data-v-9dffe304"), n = n(), popScopeId(), n);
8
8
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "left-border" }, null, -1));
9
9
  const _hoisted_2 = ["data-testid"];
10
10
  const _hoisted_3 = { class: "icon-container" };
@@ -64,6 +64,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  };
65
65
  }
66
66
  });
67
- var Banner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a74058c"]]);
67
+ var Banner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9dffe304"]]);
68
68
 
69
69
  export { Banner as default };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, mergeProps, renderSlot, createVNode, unref, withCtx, createCommentVNode } from 'vue';
2
2
  /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
3
3
  import Text from '../../typography/Text.vue.js';
4
- import Icon from '../../icon/Icon.vue.js';
4
+ import Icon from '../../icon/v3/Icon.vue.js';
5
5
  import { sizeToFont } from '../consts.vue.js';
6
6
  import LoaderDotsIcon from '../icon/LoaderDotsIcon.vue.js';
7
7
  /* empty css */
@@ -58,6 +58,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  };
59
59
  }
60
60
  });
61
- var ButtonBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ca3a54c"]]);
61
+ var ButtonBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-248dc19c"]]);
62
62
 
63
63
  export { ButtonBase as default };
@@ -1,4 +1,4 @@
1
- import { IconName } from '@/components/icon';
1
+ import { IconName } from '@/components/icon/v3';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  leftIconName?: IconName;
4
4
  rightIconName?: IconName;
@@ -1,4 +1,4 @@
1
- import { IconName } from '@/components/icon';
1
+ import { IconName } from '@/components/icon/v3';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  size?: 'sm' | 'md' | 'lg';
4
4
  variant?: 'solid' | 'border' | 'borderless' | 'ghost' | 'link' | 'colorized';
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, mergeProps, renderSlot, createVNode, unref, createSlots, withCtx, createElementVNode, normalizeClass, createBlock, createCommentVNode } from 'vue';
2
2
  /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
3
3
  import Text from '../../typography/Text.vue.js';
4
- import Icon from '../../icon/Icon.vue.js';
4
+ import Icon from '../../icon/v3/Icon.vue.js';
5
5
  import { sizeToFont, iconSizeMap } from '../consts.vue.js';
6
6
  import LoaderDotsIcon from '../icon/LoaderDotsIcon.vue.js';
7
7
  /* empty css */
@@ -97,6 +97,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
97
97
  };
98
98
  }
99
99
  });
100
- var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4bb422e4"]]);
100
+ var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-642d0dc0"]]);
101
101
 
102
102
  export { Button as default };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, openBlock, createBlock, mergeProps, withCtx, createElementVNode, normalizeClass, renderSlot, createVNode, unref } from 'vue';
2
- import Icon from '../../icon/Icon.vue.js';
2
+ import Icon from '../../icon/v3/Icon.vue.js';
3
3
  import ButtonBase from '../common/ButtonBase.vue.js';
4
4
  import { loaderSizeMap } from '../consts.vue.js';
5
5
  import LoaderCircleIcon from '../icon/LoaderCircleIcon.vue.js';
@@ -46,6 +46,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  };
47
47
  }
48
48
  });
49
- var IconButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e3fa1ea6"]]);
49
+ var IconButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77c7a586"]]);
50
50
 
51
51
  export { IconButton as default };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, openBlock, createBlock, unref, normalizeClass, withCtx, createVNode, createCommentVNode } from 'vue';
2
- import Icon from '../../icon/Icon.vue.js';
2
+ import Icon from '../../icon/v3/Icon.vue.js';
3
3
  /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
4
4
  /* empty css *//* empty css */import IconButton from './IconButton.vue.js';
5
5
  import _sfc_main$1 from '../../tooltip/Tooltip.vue.js';
@@ -43,6 +43,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
43
43
  };
44
44
  }
45
45
  });
46
- var ScrollButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fbd33082"]]);
46
+ var ScrollButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bc4330fa"]]);
47
47
 
48
48
  export { ScrollButton as default };
@@ -1,43 +1,48 @@
1
- import { IconName } from '@/components/icon';
1
+ import { IconName } from '@/components/icon/v3';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
- size?: 'small' | 'medium' | 'large' | 'extraLarge';
4
3
  variant?: 'contained' | 'outlined' | 'text';
5
4
  color?: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
6
- testId?: string;
5
+ size?: 'small' | 'medium' | 'large' | 'extraLarge';
7
6
  loading?: boolean;
8
- leftIconName?: IconName;
9
- rightIconName?: IconName;
7
+ startIconName?: IconName;
8
+ endIconName?: IconName;
9
+ disabled?: boolean;
10
+ testId?: string;
10
11
  }>, {
11
- leftIconName: any;
12
- rightIconName: any;
12
+ startIconName: any;
13
+ endIconName: any;
13
14
  loading: boolean;
14
15
  size: string;
15
- testId: string;
16
16
  variant: string;
17
17
  color: string;
18
+ disabled: boolean;
19
+ testId: string;
18
20
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
- size?: 'small' | 'medium' | 'large' | 'extraLarge';
20
21
  variant?: 'contained' | 'outlined' | 'text';
21
22
  color?: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
22
- testId?: string;
23
+ size?: 'small' | 'medium' | 'large' | 'extraLarge';
23
24
  loading?: boolean;
24
- leftIconName?: IconName;
25
- rightIconName?: IconName;
25
+ startIconName?: IconName;
26
+ endIconName?: IconName;
27
+ disabled?: boolean;
28
+ testId?: string;
26
29
  }>, {
27
- leftIconName: any;
28
- rightIconName: any;
30
+ startIconName: any;
31
+ endIconName: any;
29
32
  loading: boolean;
30
33
  size: string;
31
- testId: string;
32
34
  variant: string;
33
35
  color: string;
36
+ disabled: boolean;
37
+ testId: string;
34
38
  }>>>, {
35
39
  size: 'small' | 'medium' | 'large' | 'extraLarge';
36
40
  testId: string;
37
41
  variant: 'contained' | 'outlined' | 'text';
38
42
  loading: boolean;
39
- leftIconName: IconName;
40
- rightIconName: IconName;
43
+ disabled: boolean;
44
+ startIconName: IconName;
45
+ endIconName: IconName;
41
46
  color: 'primary' | 'default' | 'danger' | 'info' | 'success' | 'warning';
42
47
  }>;
43
48
  export default _default;
@@ -1,99 +1,93 @@
1
- import { defineComponent, computed, openBlock, createElementBlock, mergeProps, renderSlot, createVNode, unref, createSlots, withCtx, createElementVNode, normalizeClass, createBlock, createCommentVNode } from 'vue';
2
- /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
3
- import Text from '../../typography/Text.vue.js';
4
- import Icon from '../../icon/Icon.vue.js';
5
- import { sizeToFont, iconSizeMap } from '../consts.vue.js';
6
- import LoaderDotsIcon from '../icon/LoaderDotsIcon.vue.js';
7
- /* empty css */
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, unref, createCommentVNode, createVNode, withCtx, renderSlot } from 'vue';
2
+ import Typography from '../../typography/v4/Typography.vue.js';
3
+ import Icon from '../../icon/v3/Icon.vue.js';
4
+ import { iconSizeMap } from '../consts.vue.js';
5
+ import Loader from '../../loader/v4/Loader.vue.js';
6
+ /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
7
+
8
8
  import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css";
9
- const _hoisted_1 = ["data-testid"];
9
+ const _hoisted_1 = ["data-testid", "disabled"];
10
10
  const _hoisted_2 = { key: 0 };
11
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  __name: "ButtonV4",
13
13
  props: {
14
- size: { default: "medium" },
15
14
  variant: { default: "contained" },
16
15
  color: { default: "primary" },
17
- testId: { default: "" },
16
+ size: { default: "medium" },
18
17
  loading: { type: Boolean, default: false },
19
- leftIconName: { default: null },
20
- rightIconName: { default: null }
18
+ startIconName: { default: null },
19
+ endIconName: { default: null },
20
+ disabled: { type: Boolean, default: false },
21
+ testId: { default: "" }
21
22
  },
22
23
  setup(__props) {
23
24
  const props = __props;
24
- const loaderWidthLargeInPixel = 32;
25
- const loaderWidthMedSmallInPixel = 24;
26
- const loaderWidth = computed(
27
- () => props.size === "large" ? loaderWidthLargeInPixel + "px" : loaderWidthMedSmallInPixel + "px"
28
- );
29
- const textSize = computed(() => sizeToFont[props.size]);
30
25
  const computedIconWidth = computed(() => `${iconSizeMap[props.size]}px`);
26
+ const loaderSize = computed(
27
+ () => props.size === "small" || props.size === "medium" ? 16 : 20
28
+ );
31
29
  return (_ctx, _cache) => {
32
- return openBlock(), createElementBlock("button", mergeProps({
33
- class: [[
30
+ return openBlock(), createElementBlock("button", {
31
+ class: normalizeClass([[
34
32
  __props.size,
35
33
  __props.color,
36
34
  __props.variant,
37
35
  { loading: __props.loading },
38
36
  {
39
- "with-left-icon": !!__props.leftIconName,
40
- "with-right-icon": !!__props.rightIconName
37
+ "with-start-icon": !!__props.startIconName,
38
+ "with-end-icon": !!__props.endIconName
41
39
  }
42
- ], "button-wrap"],
43
- "data-testid": props.testId
44
- }, _ctx.$attrs), [
40
+ ], "button-wrap"]),
41
+ "data-testid": props.testId,
42
+ disabled: __props.disabled
43
+ }, [
45
44
  !__props.loading ? (openBlock(), createElementBlock("span", _hoisted_2, [
46
- renderSlot(_ctx.$slots, "content", {}, () => [
47
- createVNode(unref(Text), {
48
- size: unref(textSize),
49
- class: "content"
50
- }, createSlots({
45
+ createElementVNode("div", {
46
+ class: normalizeClass({
47
+ flex: __props.startIconName || __props.endIconName
48
+ })
49
+ }, [
50
+ __props.startIconName ? (openBlock(), createBlock(unref(Icon), {
51
+ key: 0,
52
+ name: __props.startIconName,
53
+ "font-size": unref(computedIconWidth),
54
+ class: "start-icon"
55
+ }, null, 8, ["name", "font-size"])) : createCommentVNode("", true),
56
+ createVNode(unref(Typography), { variant: "button" }, {
51
57
  default: withCtx(() => [
52
- createElementVNode("div", {
53
- class: normalizeClass({
54
- flex: __props.leftIconName || __props.rightIconName
55
- })
56
- }, [
57
- __props.leftIconName ? (openBlock(), createBlock(unref(Icon), {
58
- key: 0,
59
- name: __props.leftIconName,
60
- "font-size": unref(computedIconWidth)
61
- }, null, 8, ["name", "font-size"])) : createCommentVNode("", true),
62
- renderSlot(_ctx.$slots, "default", {}, void 0, true),
63
- __props.rightIconName ? (openBlock(), createBlock(unref(Icon), {
64
- key: 1,
65
- name: __props.rightIconName,
66
- "font-size": unref(computedIconWidth)
67
- }, null, 8, ["name", "font-size"])) : createCommentVNode("", true)
68
- ], 2)
58
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
69
59
  ]),
70
- _: 2
71
- }, [
72
- _ctx.$slots.loader ? {
73
- name: "loader",
74
- fn: withCtx(() => [
75
- renderSlot(_ctx.$slots, "loader", {}, void 0, true)
76
- ]),
77
- key: "0"
78
- } : void 0
79
- ]), 1032, ["size"])
80
- ], true)
60
+ _: 3
61
+ }),
62
+ __props.endIconName ? (openBlock(), createBlock(unref(Icon), {
63
+ key: 1,
64
+ name: __props.endIconName,
65
+ "font-size": unref(computedIconWidth),
66
+ class: "end-icon"
67
+ }, null, 8, ["name", "font-size"])) : createCommentVNode("", true)
68
+ ], 2)
81
69
  ])) : createCommentVNode("", true),
82
70
  __props.loading ? renderSlot(_ctx.$slots, "loader", { key: 1 }, () => [
83
- createVNode(unref(Icon), {
84
- "font-size": unref(loaderWidth),
85
- class: "loading"
86
- }, {
71
+ createVNode(unref(Loader), { "max-width": unref(loaderSize) }, {
87
72
  default: withCtx(() => [
88
- createVNode(LoaderDotsIcon)
73
+ createElementVNode("div", {
74
+ class: normalizeClass({ "content-with-icon": __props.startIconName || __props.endIconName })
75
+ }, [
76
+ createVNode(unref(Typography), { variant: "button" }, {
77
+ default: withCtx(() => [
78
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
79
+ ]),
80
+ _: 3
81
+ })
82
+ ], 2)
89
83
  ]),
90
- _: 1
91
- }, 8, ["font-size"])
84
+ _: 3
85
+ }, 8, ["max-width"])
92
86
  ], true) : createCommentVNode("", true)
93
- ], 16, _hoisted_1);
87
+ ], 10, _hoisted_1);
94
88
  };
95
89
  }
96
90
  });
97
- var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2972de6e"]]);
91
+ var Button = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a1685ade"]]);
98
92
 
99
93
  export { Button as default };
@@ -20,13 +20,18 @@ declare const ButtonTypes: () => import("vue").DefineComponent<{
20
20
  } & {
21
21
  default: boolean;
22
22
  };
23
- leftIconName: {
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">;
23
+ disabled: {
24
+ type: import("vue").PropType<boolean>;
25
+ } & {
26
+ default: boolean;
27
+ };
28
+ startIconName: {
29
+ 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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
25
30
  } & {
26
31
  default: any;
27
32
  };
28
- rightIconName: {
29
- 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">;
33
+ endIconName: {
34
+ 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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
30
35
  } & {
31
36
  default: any;
32
37
  };
@@ -56,13 +61,18 @@ declare const ButtonTypes: () => import("vue").DefineComponent<{
56
61
  } & {
57
62
  default: boolean;
58
63
  };
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">;
64
+ disabled: {
65
+ type: import("vue").PropType<boolean>;
66
+ } & {
67
+ default: boolean;
68
+ };
69
+ startIconName: {
70
+ 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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
61
71
  } & {
62
72
  default: any;
63
73
  };
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">;
74
+ endIconName: {
75
+ 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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
66
76
  } & {
67
77
  default: any;
68
78
  };
@@ -76,8 +86,9 @@ declare const ButtonTypes: () => import("vue").DefineComponent<{
76
86
  testId: string;
77
87
  variant: "text" | "contained" | "outlined";
78
88
  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";
89
+ disabled: boolean;
90
+ startIconName: "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
91
+ endIconName: "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" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
81
92
  color: "default" | "info" | "success" | "warning" | "primary" | "danger";
82
93
  }>[];
83
94
  export { Button, ButtonTypes };
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, openBlock, createElementBlock, normaliz
2
2
  import { CheckboxTestIdModifiers } from '../../testids/index.vue.js';
3
3
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
4
4
  import Text from '../typography/Text.vue.js';
5
- import Icon from '../icon/Icon.vue.js';
5
+ import Icon from '../icon/v3/Icon.vue.js';
6
6
  import Unchecked from './icons/unchecked.vue.js';
7
7
  import Checked from './icons/checked.vue.js';
8
8
  import Indeterminate from './icons/indeterminate.vue.js';
@@ -10,7 +10,7 @@ import useIsFocusVisible from '../../composables/useIsFocusVisible.vue.js';
10
10
  import { useId } from '../../composables/useId.vue.js';
11
11
  /* empty css */
12
12
  import "../../Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css";
13
- const _withScopeId = (n) => (pushScopeId("data-v-53fc4034"), n = n(), popScopeId(), n);
13
+ const _withScopeId = (n) => (pushScopeId("data-v-062e5ddc"), n = n(), popScopeId(), n);
14
14
  const _hoisted_1 = ["data-testid"];
15
15
  const _hoisted_2 = { class: "checkboxes" };
16
16
  const _hoisted_3 = ["disabled", "checked", ".indeterminate", "data-testid"];
@@ -80,8 +80,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
80
80
  default: withCtx(() => [
81
81
  unref(checked) ? (openBlock(), createBlock(Checked, {
82
82
  key: 0,
83
- class: "checkbox-icon checked"
84
- })) : createCommentVNode("", true),
83
+ class: "checkbox-icon checked",
84
+ "data-testid": `${__props.testId}-${unref(CheckboxTestIdModifiers).CHECKED}`
85
+ }, null, 8, ["data-testid"])) : createCommentVNode("", true),
85
86
  unref(indeterminate) ? (openBlock(), createBlock(Indeterminate, {
86
87
  key: 1,
87
88
  class: "checkbox-icon indeterminate"
@@ -111,6 +112,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
112
  };
112
113
  }
113
114
  });
114
- var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-53fc4034"]]);
115
+ var Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-062e5ddc"]]);
115
116
 
116
117
  export { Checkbox as default };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode, createElementVNode, toDisplayString, createVNode } from 'vue';
2
- import Icon from '../../icon/Icon.vue.js';
2
+ import Icon from '../../icon/v3/Icon.vue.js';
3
3
  import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
4
4
  /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
@@ -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-95d1a5dc"]]);
67
+ var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-30dba360"]]);
68
68
 
69
69
  export { Chip as default };
@@ -1,5 +1,5 @@
1
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';
2
+ import Icon from '../../icon/v3/Icon.vue.js';
3
3
  import { ChipTestIdModifiers } from '../../../testids/index.vue.js';
4
4
  /* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
@@ -71,6 +71,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
71
71
  };
72
72
  }
73
73
  });
74
- var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d3894364"]]);
74
+ var Chip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-239918a4"]]);
75
75
 
76
76
  export { Chip as default };