@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.
- package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Icon.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Loader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/README.md +1 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextField.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/commonCssVariables.scss +4 -623
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
- package/components/appTrigger/AppTrigger.vue.js +2 -2
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -1
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
- package/components/banner/Banner.vue.js +3 -3
- package/components/button/common/ButtonBase.vue.js +2 -2
- package/components/button/common/ButtonSuper.vue.d.ts +1 -1
- package/components/button/v3/Button.vue.d.ts +1 -1
- package/components/button/v3/Button.vue.js +2 -2
- package/components/button/v3/IconButton.vue.js +2 -2
- package/components/button/v3/ScrollButton.vue.js +2 -2
- package/components/button/v4/ButtonV4.vue.d.ts +22 -17
- package/components/button/v4/ButtonV4.vue.js +61 -67
- package/components/button/v4/index.d.ts +21 -10
- package/components/checkbox/Checkbox.vue.js +6 -5
- package/components/chip/v3/Chip.vue.js +2 -2
- package/components/chip/v4/ChipV4.vue.js +2 -2
- package/components/dateRange/CalendarMonth.vue.js +4 -4
- package/components/dateRange/DateRange.vue.js +1 -1
- package/components/dialog/Dialog.vue.js +3 -3
- package/components/dropdown/common/Option.vue.js +2 -2
- package/components/dropdown/common/SearchInput.vue.js +2 -2
- package/components/dropdown/v3/Dropdown.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +2 -2
- package/components/emptyState/index.d.ts +3 -3
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
- package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
- package/components/icon/{Icon.vue.js → v3/Icon.vue.js} +13 -4
- package/components/icon/{icons → v3/icons}/A.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/A2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ABTest.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ABTest2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ACircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Add.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Adjust.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Analytics.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Android.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleDown.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleRight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AngleUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AppStore.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AreaChart.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/AutoMode.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Autorenew.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/B.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/B2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Banner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bidding.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bidding2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Block.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BorderColor.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bug.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cached.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Calendar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cancel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartBar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartLine.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Check.vue.js +2 -2
- package/components/icon/v3/icons/Check2.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/CheckBold.vue.js +2 -2
- package/components/icon/v3/icons/CheckCircle.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/Close.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CloseBold.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Create.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Creative.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cross.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CrownFill.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cube.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Cup.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CupA.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/CupB.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Delete.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Diamond.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Dots.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Download.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Download2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Ecpi.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Email.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Error.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Eye.vue.js +2 -2
- package/components/icon/v3/icons/Eye2.vue.js +25 -0
- package/components/icon/v3/icons/EyeSlash.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Filter.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/FilterList.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Frame.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Functions.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Games.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Gavel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Gift.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GitHub.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Group.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Hammer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/HandPointer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Hands.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Help.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/History.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/IOS.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Image.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImportExport.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Importent.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Info.vue.js +2 -2
- package/components/icon/v3/icons/Info2.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Insights.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Interstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Ios14.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Js.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Landscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Launch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Levelplay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Link.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Lock.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/LockOpen.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Login.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Logout.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Marketing.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mix.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mix2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MoreVert.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Mouse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MousePointer.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/MovingUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/NativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Offerwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Palyable.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Pause.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Photo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Photo2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Qrcode.vue.js +2 -2
- package/components/icon/v3/icons/Question.vue.js +27 -0
- package/components/icon/{icons → v3/icons}/QuickAB.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/React.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Redo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Refresh.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Remove.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Replay.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Rotate.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Route.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SackDollar.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Schedule.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Search.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SearchBold.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Share.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Slack.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Star.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StarFill.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Style.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Success.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Switch.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TableEdit.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletMac.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Texture.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Timelapse.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Timeline.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Tune.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Undo.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Vibration.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VideoRound.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Visibility.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Warning.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/Warning2.vue.js +2 -2
- package/components/icon/v3/icons/Warning3.vue.js +27 -0
- package/components/icon/v3/icons/WarningCircle.vue.d.ts +2 -0
- package/components/icon/v3/icons/WarningCircle.vue.js +27 -0
- package/components/icon/v3/icons/WarningOctagon.vue.d.ts +2 -0
- package/components/icon/v3/icons/WarningOctagon.vue.js +27 -0
- package/components/icon/v3/icons/WebApp.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WebApp.vue.js +2 -2
- package/components/icon/v3/icons/Widget.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widget.vue.js +2 -2
- package/components/icon/v3/icons/Widgets.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widgets.vue.js +2 -2
- package/components/icon/v3/icons/WidgetsFill.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +2 -2
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +2 -2
- package/components/icon/v3/icons/Widgetsz.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +2 -2
- package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +2 -0
- package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +2 -2
- package/components/icon/{icons → v3/icons}/index.d.ts +27 -0
- package/components/icon/{icons → v3/icons}/index.vue.js +27 -0
- package/components/icon/{index.d.ts → v3/index.d.ts} +27 -0
- package/components/icon/v4/IconV4.vue.d.ts +41 -0
- package/components/icon/v4/IconV4.vue.js +84 -0
- package/components/icon/v4/index.d.ts +50 -0
- package/components/icon/v4/index.vue.js +6 -0
- package/components/includeExclude/IncludeExclude.vue.js +1 -1
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
- package/components/input/common/Input.common.d.ts +12 -0
- package/components/input/common/Input.common.vue.js +72 -0
- package/components/input/{DollarInput.vue.d.ts → v3/DollarInput.vue.d.ts} +1 -1
- package/components/input/{DollarInput.vue.js → v3/DollarInput.vue.js} +4 -4
- package/components/input/{Input.vue.js → v3/Input.vue.js} +33 -71
- package/components/input/{PasswordInput.vue.d.ts → v3/PasswordInput.vue.d.ts} +1 -1
- package/components/input/{PasswordInput.vue.js → v3/PasswordInput.vue.js} +4 -4
- package/components/input/{PercentageInput.vue.d.ts → v3/PercentageInput.vue.d.ts} +1 -1
- package/components/input/{PercentageInput.vue.js → v3/PercentageInput.vue.js} +4 -4
- package/components/input/{index.d.ts → v3/index.d.ts} +5 -5
- package/components/input/v4/TextField.types.d.ts +6 -0
- package/components/input/v4/TextField.vue.d.ts +151 -0
- package/components/input/v4/TextField.vue.js +240 -0
- package/components/input/v4/index.d.ts +277 -0
- package/components/input/v4/index.vue.js +6 -0
- package/components/loader/v4/Loader.vue.d.ts +41 -0
- package/components/loader/v4/Loader.vue.js +79 -0
- package/components/loader/v4/index.d.ts +50 -0
- package/components/search/v3/Search.vue.js +2 -2
- package/components/search/v4/SearchV4.vue.js +2 -2
- package/components/shared/FieldHelpText.vue.d.ts +42 -0
- package/components/shared/FieldHelpText.vue.js +54 -0
- package/components/shared/FieldLabel.vue.d.ts +52 -0
- package/components/shared/FieldLabel.vue.js +70 -0
- package/components/shared/commonTypes.d.ts +2 -0
- package/components/snackbar/Snackbar.vue.js +4 -4
- package/components/table/Table.vue.js +1 -1
- package/components/tabs/Tabs.vue.js +7 -7
- package/components/tooltip/Tooltip.types.d.ts +2 -0
- package/components/tooltip/Tooltip.vue.d.ts +4 -3
- package/components/tooltip/index.d.ts +3 -3
- package/components/typography/v4/index.d.ts +3 -3
- package/composables/index.d.ts +1 -0
- package/composables/useStorage.d.ts +5 -0
- package/composables/useStorage.vue.js +42 -0
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +0 -2
- package/design-foundation.stories/breakpoints/BreakpointsData.d.ts +5 -0
- package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +2 -0
- package/design-foundation.stories/breakpoints/index.d.ts +1 -0
- package/design-foundation.stories/colors/ColorsData.d.ts +20 -21
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +0 -2
- package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +15 -0
- package/design-foundation.stories/grid-layout/index.d.ts +1 -0
- package/design-foundation.stories/icons/iconsData.d.ts +14 -0
- package/design-foundation.stories/spacing/SpacingData.d.ts +5 -0
- package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +2 -0
- package/design-foundation.stories/spacing/index.d.ts +1 -0
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +0 -1
- package/index.d.ts +2750 -22
- package/index.vue.js +10 -10
- package/package.json +9 -6
- package/styles/v4/border-radius.css +1 -1
- package/styles/v4/breakpoints.scss +131 -0
- package/styles/v4/colors.css +54 -53
- package/styles/v4/elevations.css +1 -1
- package/styles/v4/grid.css +1 -0
- package/styles/v4/grid.css.map +1 -0
- package/styles/v4/grid.scss +74 -0
- package/testids/index.d.ts +15 -2
- package/testids/index.vue.js +16 -1
- package/utils/testIds.d.ts +1 -0
- package/utils/testIds.vue.js +14 -0
- /package/components/icon/{Icon.vue.d.ts → v3/Icon.vue.d.ts} +0 -0
- /package/components/icon/{icons → v3/icons}/A.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/A2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ABTest.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ABTest2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ACircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Add.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Adjust.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Analytics.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Android.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleDown.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleLeft.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleRight.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AngleUp.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AppStore.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AreaChart.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowBack.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowDownward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowForward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowLeft.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowRight.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ArrowUpward.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AutoAwesome.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/AutoMode.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Autorenew.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/B.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/B2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BCircle.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Banner.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bidding.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bidding2.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Block.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BorderColor.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bug.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Bullhorn.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cached.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Calendar.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/CalendarToday.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Cancel.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartBar.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartLine.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/ChartMixed.vue.d.ts +0 -0
- /package/components/icon/{icons → v3/icons}/Check.vue.d.ts +0 -0
- /package/components/icon/{icons/CheckBold.vue.d.ts → v3/icons/Check2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Close.vue.d.ts → v3/icons/CheckBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/CloseBold.vue.d.ts → v3/icons/CheckCircle.vue.d.ts} +0 -0
- /package/components/icon/{icons/ComputerMouse.vue.d.ts → v3/icons/Close.vue.d.ts} +0 -0
- /package/components/icon/{icons/CopyTo-Clipboard.vue.d.ts → v3/icons/CloseBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/CopyToClipboardFilled.vue.d.ts → v3/icons/ComputerMouse.vue.d.ts} +0 -0
- /package/components/icon/{icons/Create.vue.d.ts → v3/icons/CopyTo-Clipboard.vue.d.ts} +0 -0
- /package/components/icon/{icons/Creative.vue.d.ts → v3/icons/CopyToClipboardFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cross.vue.d.ts → v3/icons/Create.vue.d.ts} +0 -0
- /package/components/icon/{icons/CrownFill.vue.d.ts → v3/icons/Creative.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cube.vue.d.ts → v3/icons/Cross.vue.d.ts} +0 -0
- /package/components/icon/{icons/CubeBackground.vue.d.ts → v3/icons/CrownFill.vue.d.ts} +0 -0
- /package/components/icon/{icons/Cup.vue.d.ts → v3/icons/Cube.vue.d.ts} +0 -0
- /package/components/icon/{icons/CupA.vue.d.ts → v3/icons/CubeBackground.vue.d.ts} +0 -0
- /package/components/icon/{icons/CupB.vue.d.ts → v3/icons/Cup.vue.d.ts} +0 -0
- /package/components/icon/{icons/Delete.vue.d.ts → v3/icons/CupA.vue.d.ts} +0 -0
- /package/components/icon/{icons/Diamond.vue.d.ts → v3/icons/CupB.vue.d.ts} +0 -0
- /package/components/icon/{icons/Dots.vue.d.ts → v3/icons/Delete.vue.d.ts} +0 -0
- /package/components/icon/{icons/Download.vue.d.ts → v3/icons/Diamond.vue.d.ts} +0 -0
- /package/components/icon/{icons/Download2.vue.d.ts → v3/icons/Dots.vue.d.ts} +0 -0
- /package/components/icon/{icons/DownloadDone.vue.d.ts → v3/icons/Download.vue.d.ts} +0 -0
- /package/components/icon/{icons/DragIndicator.vue.d.ts → v3/icons/Download2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Ecpi.vue.d.ts → v3/icons/DownloadDone.vue.d.ts} +0 -0
- /package/components/icon/{icons/Email.vue.d.ts → v3/icons/DragIndicator.vue.d.ts} +0 -0
- /package/components/icon/{icons/EmailEnvelope.vue.d.ts → v3/icons/Ecpi.vue.d.ts} +0 -0
- /package/components/icon/{icons/Error.vue.d.ts → v3/icons/Email.vue.d.ts} +0 -0
- /package/components/icon/{icons/Eye.vue.d.ts → v3/icons/EmailEnvelope.vue.d.ts} +0 -0
- /package/components/icon/{icons/FavoriteBorder.vue.d.ts → v3/icons/Error.vue.d.ts} +0 -0
- /package/components/icon/{icons/Filter.vue.d.ts → v3/icons/Eye.vue.d.ts} +0 -0
- /package/components/icon/{icons/FilterList.vue.d.ts → v3/icons/Eye2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Frame.vue.d.ts → v3/icons/EyeSlash.vue.d.ts} +0 -0
- /package/components/icon/{icons/Fullscreen.vue.d.ts → v3/icons/FavoriteBorder.vue.d.ts} +0 -0
- /package/components/icon/{icons/FullscreenExit.vue.d.ts → v3/icons/Filter.vue.d.ts} +0 -0
- /package/components/icon/{icons/Functions.vue.d.ts → v3/icons/FilterList.vue.d.ts} +0 -0
- /package/components/icon/{icons/GamepadAlt.vue.d.ts → v3/icons/Frame.vue.d.ts} +0 -0
- /package/components/icon/{icons/Games.vue.d.ts → v3/icons/Fullscreen.vue.d.ts} +0 -0
- /package/components/icon/{icons/Gavel.vue.d.ts → v3/icons/FullscreenExit.vue.d.ts} +0 -0
- /package/components/icon/{icons/Gift.vue.d.ts → v3/icons/Functions.vue.d.ts} +0 -0
- /package/components/icon/{icons/GitHub.vue.d.ts → v3/icons/GamepadAlt.vue.d.ts} +0 -0
- /package/components/icon/{icons/GlobeStand.vue.d.ts → v3/icons/Games.vue.d.ts} +0 -0
- /package/components/icon/{icons/GooglePlay.vue.d.ts → v3/icons/Gavel.vue.d.ts} +0 -0
- /package/components/icon/{icons/Group.vue.d.ts → v3/icons/Gift.vue.d.ts} +0 -0
- /package/components/icon/{icons/Hammer.vue.d.ts → v3/icons/GitHub.vue.d.ts} +0 -0
- /package/components/icon/{icons/HandPointer.vue.d.ts → v3/icons/GlobeStand.vue.d.ts} +0 -0
- /package/components/icon/{icons/Hands.vue.d.ts → v3/icons/GooglePlay.vue.d.ts} +0 -0
- /package/components/icon/{icons/Heartbeat.vue.d.ts → v3/icons/Group.vue.d.ts} +0 -0
- /package/components/icon/{icons/Help.vue.d.ts → v3/icons/Hammer.vue.d.ts} +0 -0
- /package/components/icon/{icons/HelpOutline.vue.d.ts → v3/icons/HandPointer.vue.d.ts} +0 -0
- /package/components/icon/{icons/History.vue.d.ts → v3/icons/Hands.vue.d.ts} +0 -0
- /package/components/icon/{icons/IOS.vue.d.ts → v3/icons/Heartbeat.vue.d.ts} +0 -0
- /package/components/icon/{icons/Image.vue.d.ts → v3/icons/Help.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImageNotSupported.vue.d.ts → v3/icons/HelpOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImageSlash.vue.d.ts → v3/icons/History.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImportExport.vue.d.ts → v3/icons/IOS.vue.d.ts} +0 -0
- /package/components/icon/{icons/ImportExport2.vue.d.ts → v3/icons/Image.vue.d.ts} +0 -0
- /package/components/icon/{icons/Importent.vue.d.ts → v3/icons/ImageNotSupported.vue.d.ts} +0 -0
- /package/components/icon/{icons/Info.vue.d.ts → v3/icons/ImageSlash.vue.d.ts} +0 -0
- /package/components/icon/{icons/InfoOutline.vue.d.ts → v3/icons/ImportExport.vue.d.ts} +0 -0
- /package/components/icon/{icons/Insights.vue.d.ts → v3/icons/ImportExport2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Interstitial.vue.d.ts → v3/icons/Importent.vue.d.ts} +0 -0
- /package/components/icon/{icons/Ios14.vue.d.ts → v3/icons/Info.vue.d.ts} +0 -0
- /package/components/icon/{icons/Js.vue.d.ts → v3/icons/Info2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Landscape.vue.d.ts → v3/icons/InfoOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/Launch.vue.d.ts → v3/icons/Insights.vue.d.ts} +0 -0
- /package/components/icon/{icons/Levelplay.vue.d.ts → v3/icons/Interstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/LimitCircle.vue.d.ts → v3/icons/Ios14.vue.d.ts} +0 -0
- /package/components/icon/{icons/LimitOctagon.vue.d.ts → v3/icons/Js.vue.d.ts} +0 -0
- /package/components/icon/{icons/Link.vue.d.ts → v3/icons/Landscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/LoadingClean.vue.d.ts → v3/icons/Launch.vue.d.ts} +0 -0
- /package/components/icon/{icons/Lock.vue.d.ts → v3/icons/Levelplay.vue.d.ts} +0 -0
- /package/components/icon/{icons/LockOpen.vue.d.ts → v3/icons/LimitCircle.vue.d.ts} +0 -0
- /package/components/icon/{icons/Login.vue.d.ts → v3/icons/LimitOctagon.vue.d.ts} +0 -0
- /package/components/icon/{icons/Logout.vue.d.ts → v3/icons/Link.vue.d.ts} +0 -0
- /package/components/icon/{icons/Marketing.vue.d.ts → v3/icons/LoadingClean.vue.d.ts} +0 -0
- /package/components/icon/{icons/MilitaryTech.vue.d.ts → v3/icons/Lock.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mix.vue.d.ts → v3/icons/LockOpen.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mix2.vue.d.ts → v3/icons/Login.vue.d.ts} +0 -0
- /package/components/icon/{icons/MobileLandscape.vue.d.ts → v3/icons/Logout.vue.d.ts} +0 -0
- /package/components/icon/{icons/MobilePortrait.vue.d.ts → v3/icons/Marketing.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoneyCheck.vue.d.ts → v3/icons/MilitaryTech.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoreHoriz.vue.d.ts → v3/icons/Mix.vue.d.ts} +0 -0
- /package/components/icon/{icons/MoreVert.vue.d.ts → v3/icons/Mix2.vue.d.ts} +0 -0
- /package/components/icon/{icons/Mouse.vue.d.ts → v3/icons/MobileLandscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/MousePointer.vue.d.ts → v3/icons/MobilePortrait.vue.d.ts} +0 -0
- /package/components/icon/{icons/MovingUp.vue.d.ts → v3/icons/MoneyCheck.vue.d.ts} +0 -0
- /package/components/icon/{icons/NativeAd.vue.d.ts → v3/icons/MoreHoriz.vue.d.ts} +0 -0
- /package/components/icon/{icons/NotificationsNone.vue.d.ts → v3/icons/MoreVert.vue.d.ts} +0 -0
- /package/components/icon/{icons/Offerwall.vue.d.ts → v3/icons/Mouse.vue.d.ts} +0 -0
- /package/components/icon/{icons/Palyable.vue.d.ts → v3/icons/MousePointer.vue.d.ts} +0 -0
- /package/components/icon/{icons/PaperPlane-Off.vue.d.ts → v3/icons/MovingUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/PaperPlane.vue.d.ts → v3/icons/NativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/Pause.vue.d.ts → v3/icons/NotificationsNone.vue.d.ts} +0 -0
- /package/components/icon/{icons/PauseCircleFilled.vue.d.ts → v3/icons/Offerwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/PauseCircleOutline.vue.d.ts → v3/icons/Palyable.vue.d.ts} +0 -0
- /package/components/icon/{icons/PhoneIphone.vue.d.ts → v3/icons/PaperPlane-Off.vue.d.ts} +0 -0
- /package/components/icon/{icons/Photo.vue.d.ts → v3/icons/PaperPlane.vue.d.ts} +0 -0
- /package/components/icon/{icons/Photo2.vue.d.ts → v3/icons/Pause.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayArrow.vue.d.ts → v3/icons/PauseCircleFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayCircleFilledWhite.vue.d.ts → v3/icons/PauseCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/PlayCircleOutline.vue.d.ts → v3/icons/PhoneIphone.vue.d.ts} +0 -0
- /package/components/icon/{icons/Qrcode.vue.d.ts → v3/icons/Photo.vue.d.ts} +0 -0
- /package/components/icon/{icons/QuickAB.vue.d.ts → v3/icons/Photo2.vue.d.ts} +0 -0
- /package/components/icon/{icons/QuickAB2.vue.d.ts → v3/icons/PlayArrow.vue.d.ts} +0 -0
- /package/components/icon/{icons/React.vue.d.ts → v3/icons/PlayCircleFilledWhite.vue.d.ts} +0 -0
- /package/components/icon/{icons/Redo.vue.d.ts → v3/icons/PlayCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/Refresh.vue.d.ts → v3/icons/Qrcode.vue.d.ts} +0 -0
- /package/components/icon/{icons/Remove.vue.d.ts → v3/icons/Question.vue.d.ts} +0 -0
- /package/components/icon/{icons/Replay.vue.d.ts → v3/icons/QuickAB.vue.d.ts} +0 -0
- /package/components/icon/{icons/RewardedVideo.vue.d.ts → v3/icons/QuickAB2.vue.d.ts} +0 -0
- /package/components/icon/{icons/RocketLaunch.vue.d.ts → v3/icons/React.vue.d.ts} +0 -0
- /package/components/icon/{icons/Rotate.vue.d.ts → v3/icons/Redo.vue.d.ts} +0 -0
- /package/components/icon/{icons/Route.vue.d.ts → v3/icons/Refresh.vue.d.ts} +0 -0
- /package/components/icon/{icons/SackDollar.vue.d.ts → v3/icons/Remove.vue.d.ts} +0 -0
- /package/components/icon/{icons/Schedule.vue.d.ts → v3/icons/Replay.vue.d.ts} +0 -0
- /package/components/icon/{icons/Search.vue.d.ts → v3/icons/RewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/SearchBold.vue.d.ts → v3/icons/RocketLaunch.vue.d.ts} +0 -0
- /package/components/icon/{icons/Share.vue.d.ts → v3/icons/Rotate.vue.d.ts} +0 -0
- /package/components/icon/{icons/Slack.vue.d.ts → v3/icons/Route.vue.d.ts} +0 -0
- /package/components/icon/{icons/SportsEsports.vue.d.ts → v3/icons/SackDollar.vue.d.ts} +0 -0
- /package/components/icon/{icons/Star.vue.d.ts → v3/icons/Schedule.vue.d.ts} +0 -0
- /package/components/icon/{icons/StarFill.vue.d.ts → v3/icons/Search.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusBanner.vue.d.ts → v3/icons/SearchBold.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusInterstitial.vue.d.ts → v3/icons/Share.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusNativeAd.vue.d.ts → v3/icons/Slack.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusOfferwall.vue.d.ts → v3/icons/SportsEsports.vue.d.ts} +0 -0
- /package/components/icon/{icons/StatusRewardedVideo.vue.d.ts → v3/icons/Star.vue.d.ts} +0 -0
- /package/components/icon/{icons/StopCircleFilled.vue.d.ts → v3/icons/StarFill.vue.d.ts} +0 -0
- /package/components/icon/{icons/StopCircleOutline.vue.d.ts → v3/icons/StatusBanner.vue.d.ts} +0 -0
- /package/components/icon/{icons/Style.vue.d.ts → v3/icons/StatusInterstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/Success.vue.d.ts → v3/icons/StatusNativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/SuccessFull.vue.d.ts → v3/icons/StatusOfferwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/Switch.vue.d.ts → v3/icons/StatusRewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/TableEdit.vue.d.ts → v3/icons/StopCircleFilled.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletLandscape.vue.d.ts → v3/icons/StopCircleOutline.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletMac.vue.d.ts → v3/icons/Style.vue.d.ts} +0 -0
- /package/components/icon/{icons/TabletPortrait.vue.d.ts → v3/icons/Success.vue.d.ts} +0 -0
- /package/components/icon/{icons/Texture.vue.d.ts → v3/icons/SuccessFull.vue.d.ts} +0 -0
- /package/components/icon/{icons/ThemeDark.vue.d.ts → v3/icons/Switch.vue.d.ts} +0 -0
- /package/components/icon/{icons/ThemeLight.vue.d.ts → v3/icons/TableEdit.vue.d.ts} +0 -0
- /package/components/icon/{icons/Timelapse.vue.d.ts → v3/icons/TabletLandscape.vue.d.ts} +0 -0
- /package/components/icon/{icons/Timeline.vue.d.ts → v3/icons/TabletMac.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingDown.vue.d.ts → v3/icons/TabletPortrait.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingFlat.vue.d.ts → v3/icons/Texture.vue.d.ts} +0 -0
- /package/components/icon/{icons/TrendingUp.vue.d.ts → v3/icons/ThemeDark.vue.d.ts} +0 -0
- /package/components/icon/{icons/Tune.vue.d.ts → v3/icons/ThemeLight.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneBanner.vue.d.ts → v3/icons/Timelapse.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneInterstitial.vue.d.ts → v3/icons/Timeline.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneNativeAd.vue.d.ts → v3/icons/TrendingDown.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneOfferwall.vue.d.ts → v3/icons/TrendingFlat.vue.d.ts} +0 -0
- /package/components/icon/{icons/TwoToneRewardedVideo.vue.d.ts → v3/icons/TrendingUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/Undo.vue.d.ts → v3/icons/Tune.vue.d.ts} +0 -0
- /package/components/icon/{icons/UnfoldLess.vue.d.ts → v3/icons/TwoToneBanner.vue.d.ts} +0 -0
- /package/components/icon/{icons/UnfoldMore.vue.d.ts → v3/icons/TwoToneInterstitial.vue.d.ts} +0 -0
- /package/components/icon/{icons/VerticalAlignTop.vue.d.ts → v3/icons/TwoToneNativeAd.vue.d.ts} +0 -0
- /package/components/icon/{icons/VerticalAlignTop2.vue.d.ts → v3/icons/TwoToneOfferwall.vue.d.ts} +0 -0
- /package/components/icon/{icons/Vibration.vue.d.ts → v3/icons/TwoToneRewardedVideo.vue.d.ts} +0 -0
- /package/components/icon/{icons/VideoRound.vue.d.ts → v3/icons/Undo.vue.d.ts} +0 -0
- /package/components/icon/{icons/ViewCarousel.vue.d.ts → v3/icons/UnfoldLess.vue.d.ts} +0 -0
- /package/components/icon/{icons/Visibility.vue.d.ts → v3/icons/UnfoldMore.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityOff.vue.d.ts → v3/icons/VerticalAlignTop.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityOffStrok.vue.d.ts → v3/icons/VerticalAlignTop2.vue.d.ts} +0 -0
- /package/components/icon/{icons/VisibilityStrok.vue.d.ts → v3/icons/Vibration.vue.d.ts} +0 -0
- /package/components/icon/{icons/VolumeOff.vue.d.ts → v3/icons/VideoRound.vue.d.ts} +0 -0
- /package/components/icon/{icons/VolumeUp.vue.d.ts → v3/icons/ViewCarousel.vue.d.ts} +0 -0
- /package/components/icon/{icons/Warning.vue.d.ts → v3/icons/Visibility.vue.d.ts} +0 -0
- /package/components/icon/{icons/Warning2.vue.d.ts → v3/icons/VisibilityOff.vue.d.ts} +0 -0
- /package/components/icon/{icons/WebApp.vue.d.ts → v3/icons/VisibilityOffStrok.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widget.vue.d.ts → v3/icons/VisibilityStrok.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widgets.vue.d.ts → v3/icons/VolumeOff.vue.d.ts} +0 -0
- /package/components/icon/{icons/WidgetsFill.vue.d.ts → v3/icons/VolumeUp.vue.d.ts} +0 -0
- /package/components/icon/{icons/WidgetsFlatSquares.vue.d.ts → v3/icons/Warning.vue.d.ts} +0 -0
- /package/components/icon/{icons/Widgetsz.vue.d.ts → v3/icons/Warning2.vue.d.ts} +0 -0
- /package/components/icon/{icons/WifiProtectedSetup.vue.d.ts → v3/icons/Warning3.vue.d.ts} +0 -0
- /package/components/icon/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/Code.vue.d.ts +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/IconWrapper.vue.d.ts +0 -0
- /package/components/icon/{storyComponents → v3/storyComponents}/Page.vue.d.ts +0 -0
- /package/components/input/{Input.vue.d.ts → v3/Input.vue.d.ts} +0 -0
- /package/components/input/{index.vue.js → v3/index.vue.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode } from 'vue';
|
|
2
|
-
import Icon from '../../icon/Icon.vue.js';
|
|
2
|
+
import Icon from '../../icon/v3/Icon.vue.js';
|
|
3
3
|
import { SearchTestIdModifiers } from '../../../testids/index.vue.js';
|
|
4
4
|
import { searchCommon } from '../common/Search.common.vue.js';
|
|
5
5
|
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
@@ -65,6 +65,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
68
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-64d62abc"]]);
|
|
69
69
|
|
|
70
70
|
export { Search as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, createBlock, createCommentVNode, createElementVNode } from 'vue';
|
|
2
|
-
import Icon from '../../icon/Icon.vue.js';
|
|
2
|
+
import Icon from '../../icon/v3/Icon.vue.js';
|
|
3
3
|
import { SearchTestIdModifiers } from '../../../testids/index.vue.js';
|
|
4
4
|
import { searchCommon } from '../common/Search.common.vue.js';
|
|
5
5
|
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
@@ -65,6 +65,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
67
|
});
|
|
68
|
-
var Search = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
68
|
+
var Search = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-534adcc0"]]);
|
|
69
69
|
|
|
70
70
|
export { Search as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FeedbackVariant } from '@/components/shared/commonTypes';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
text: string;
|
|
4
|
+
variant?: FeedbackVariant;
|
|
5
|
+
testId?: string;
|
|
6
|
+
showIcon?: boolean;
|
|
7
|
+
}>, {
|
|
8
|
+
text: string;
|
|
9
|
+
variant: any;
|
|
10
|
+
testId: string;
|
|
11
|
+
showIcon: boolean;
|
|
12
|
+
}>, {}, 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<{
|
|
13
|
+
text: string;
|
|
14
|
+
variant?: FeedbackVariant;
|
|
15
|
+
testId?: string;
|
|
16
|
+
showIcon?: boolean;
|
|
17
|
+
}>, {
|
|
18
|
+
text: string;
|
|
19
|
+
variant: any;
|
|
20
|
+
testId: string;
|
|
21
|
+
showIcon: boolean;
|
|
22
|
+
}>>>, {
|
|
23
|
+
text: string;
|
|
24
|
+
testId: string;
|
|
25
|
+
variant: FeedbackVariant;
|
|
26
|
+
showIcon: boolean;
|
|
27
|
+
}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: import('vue').PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
} : P[K];
|
|
42
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createBlock, createCommentVNode, createVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
+
import Icon from '../icon/v3/Icon.vue.js';
|
|
3
|
+
import Typography from '../typography/v4/Typography.vue.js';
|
|
4
|
+
import { FieldHelpTextTestIdModifiers } from '../../testids/index.vue.js';
|
|
5
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
|
+
|
|
7
|
+
import "../../FieldHelpText.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
|
+
const _hoisted_1 = ["data-testid"];
|
|
9
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
+
__name: "FieldHelpText",
|
|
11
|
+
props: {
|
|
12
|
+
text: { default: "" },
|
|
13
|
+
variant: { default: null },
|
|
14
|
+
testId: { default: "" },
|
|
15
|
+
showIcon: { type: Boolean, default: true }
|
|
16
|
+
},
|
|
17
|
+
setup(__props) {
|
|
18
|
+
const props = __props;
|
|
19
|
+
const iconName = computed(() => {
|
|
20
|
+
const iconsMap = {
|
|
21
|
+
warning: "warning-v4",
|
|
22
|
+
error: "warning-octagon",
|
|
23
|
+
success: "check-circle"
|
|
24
|
+
};
|
|
25
|
+
return props.variant ? iconsMap[props.variant] : "info-v4";
|
|
26
|
+
});
|
|
27
|
+
return (_ctx, _cache) => {
|
|
28
|
+
return openBlock(), createElementBlock("div", {
|
|
29
|
+
class: normalizeClass(["field-help", [`field-help--${__props.variant}`]]),
|
|
30
|
+
"data-testid": `${__props.testId}-${unref(FieldHelpTextTestIdModifiers).CONTAINER}`
|
|
31
|
+
}, [
|
|
32
|
+
__props.showIcon ? (openBlock(), createBlock(unref(Icon), {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: "help-icon",
|
|
35
|
+
name: unref(iconName),
|
|
36
|
+
"font-size": "sm",
|
|
37
|
+
"data-testid": `${__props.testId}-${unref(FieldHelpTextTestIdModifiers).ICON}`
|
|
38
|
+
}, null, 8, ["name", "data-testid"])) : createCommentVNode("", true),
|
|
39
|
+
createVNode(unref(Typography), {
|
|
40
|
+
variant: "caption",
|
|
41
|
+
"data-testid": `${__props.testId}-${unref(FieldHelpTextTestIdModifiers).TEXT}`
|
|
42
|
+
}, {
|
|
43
|
+
default: withCtx(() => [
|
|
44
|
+
createTextVNode(toDisplayString(__props.text), 1)
|
|
45
|
+
]),
|
|
46
|
+
_: 1
|
|
47
|
+
}, 8, ["data-testid"])
|
|
48
|
+
], 10, _hoisted_1);
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
var FieldHelpText = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-09631350"]]);
|
|
53
|
+
|
|
54
|
+
export { FieldHelpText as default };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { TooltipPositions } from '@is-ssp/tooltip/Tooltip.types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
label: string;
|
|
4
|
+
mandatory?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
hoverHelpText?: string;
|
|
7
|
+
hoverHelpTextPlacement?: TooltipPositions;
|
|
8
|
+
testId?: string;
|
|
9
|
+
}>, {
|
|
10
|
+
label: string;
|
|
11
|
+
testId: string;
|
|
12
|
+
mandatory: boolean;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
hoverHelpText: string;
|
|
15
|
+
hoverHelpTextPlacement: string;
|
|
16
|
+
}>, {}, 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<{
|
|
17
|
+
label: string;
|
|
18
|
+
mandatory?: boolean;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
hoverHelpText?: string;
|
|
21
|
+
hoverHelpTextPlacement?: TooltipPositions;
|
|
22
|
+
testId?: string;
|
|
23
|
+
}>, {
|
|
24
|
+
label: string;
|
|
25
|
+
testId: string;
|
|
26
|
+
mandatory: boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
hoverHelpText: string;
|
|
29
|
+
hoverHelpTextPlacement: string;
|
|
30
|
+
}>>>, {
|
|
31
|
+
label: string;
|
|
32
|
+
testId: string;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
mandatory: boolean;
|
|
35
|
+
hoverHelpText: string;
|
|
36
|
+
hoverHelpTextPlacement: TooltipPositions;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
} : {
|
|
44
|
+
type: import('vue').PropType<T[K]>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
type __VLS_WithDefaults<P, D> = {
|
|
49
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
50
|
+
default: D[K];
|
|
51
|
+
} : P[K];
|
|
52
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode } from 'vue';
|
|
2
|
+
import Icon from '../icon/v3/Icon.vue.js';
|
|
3
|
+
import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
|
|
4
|
+
import Typography from '../typography/v4/Typography.vue.js';
|
|
5
|
+
import { FieldLabelTestIdModifiers } from '../../testids/index.vue.js';
|
|
6
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
7
|
+
|
|
8
|
+
import "../../FieldLabel.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
9
|
+
const _hoisted_1 = ["data-testid"];
|
|
10
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
|
+
__name: "FieldLabel",
|
|
12
|
+
props: {
|
|
13
|
+
label: { default: "" },
|
|
14
|
+
mandatory: { type: Boolean, default: false },
|
|
15
|
+
disabled: { type: Boolean, default: false },
|
|
16
|
+
hoverHelpText: { default: "" },
|
|
17
|
+
hoverHelpTextPlacement: { default: "top" },
|
|
18
|
+
testId: { default: "" }
|
|
19
|
+
},
|
|
20
|
+
setup(__props) {
|
|
21
|
+
return (_ctx, _cache) => {
|
|
22
|
+
return openBlock(), createElementBlock("div", {
|
|
23
|
+
class: normalizeClass(["field-label", { "field-label--disabled": __props.disabled }]),
|
|
24
|
+
"data-testid": `${__props.testId}-${unref(FieldLabelTestIdModifiers).CONTAINER}`
|
|
25
|
+
}, [
|
|
26
|
+
createVNode(unref(Typography), {
|
|
27
|
+
class: "label",
|
|
28
|
+
variant: "inputLabel",
|
|
29
|
+
"data-testid": `${__props.testId}-${unref(FieldLabelTestIdModifiers).TEXT}`
|
|
30
|
+
}, {
|
|
31
|
+
default: withCtx(() => [
|
|
32
|
+
createTextVNode(toDisplayString(__props.label), 1)
|
|
33
|
+
]),
|
|
34
|
+
_: 1
|
|
35
|
+
}, 8, ["data-testid"]),
|
|
36
|
+
__props.mandatory ? (openBlock(), createBlock(unref(Typography), {
|
|
37
|
+
key: 0,
|
|
38
|
+
variant: "h3",
|
|
39
|
+
class: "mandatory",
|
|
40
|
+
"data-testid": `${__props.testId}-${unref(FieldLabelTestIdModifiers).MANDATORY}`
|
|
41
|
+
}, {
|
|
42
|
+
default: withCtx(() => [
|
|
43
|
+
createTextVNode("*")
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
}, 8, ["data-testid"])) : createCommentVNode("", true),
|
|
47
|
+
__props.hoverHelpText ? (openBlock(), createBlock(unref(_sfc_main$1), {
|
|
48
|
+
key: 1,
|
|
49
|
+
triggers: ["hover"],
|
|
50
|
+
text: __props.hoverHelpText,
|
|
51
|
+
placement: __props.hoverHelpTextPlacement,
|
|
52
|
+
"data-testid": `${__props.testId}-${unref(FieldLabelTestIdModifiers).TOOLTIP}`,
|
|
53
|
+
"test-id": __props.testId
|
|
54
|
+
}, {
|
|
55
|
+
default: withCtx(() => [
|
|
56
|
+
createVNode(unref(Icon), {
|
|
57
|
+
class: "info-icon",
|
|
58
|
+
name: "question",
|
|
59
|
+
"font-size": "sm"
|
|
60
|
+
})
|
|
61
|
+
]),
|
|
62
|
+
_: 1
|
|
63
|
+
}, 8, ["text", "placement", "data-testid", "test-id"])) : createCommentVNode("", true)
|
|
64
|
+
], 10, _hoisted_1);
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
var FieldLabel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5cc9cf9a"]]);
|
|
69
|
+
|
|
70
|
+
export { FieldLabel as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, unref, normalizeStyle, createElementBlock, createVNode, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createTextVNode, vShow, withModifiers } from 'vue';
|
|
2
2
|
import { useEventListener, useTimeoutFn } from '@vueuse/core';
|
|
3
|
-
import Icon from '../icon/Icon.vue.js';
|
|
4
|
-
import Close from '../icon/icons/Close.vue.js';
|
|
5
|
-
import Check from '../icon/icons/Check.vue.js';
|
|
3
|
+
import Icon from '../icon/v3/Icon.vue.js';
|
|
4
|
+
import Close from '../icon/v3/icons/Close.vue.js';
|
|
5
|
+
import Check from '../icon/v3/icons/Check.vue.js';
|
|
6
6
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
7
7
|
import Text from '../typography/Text.vue.js';
|
|
8
8
|
/* empty css */import IconButton from '../button/v3/IconButton.vue.js';
|
|
@@ -177,6 +177,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
179
|
});
|
|
180
|
-
var SnackbarConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
180
|
+
var SnackbarConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0efe5a7a"]]);
|
|
181
181
|
|
|
182
182
|
export { SnackbarConstructor as default };
|
|
@@ -2,7 +2,7 @@ import { defineComponent, useCssVars, unref, ref, provide, computed, useSlots, o
|
|
|
2
2
|
import { TableTestIdModifiers } 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
|
-
/* empty css
|
|
5
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import ScrollButton from '../button/v3/ScrollButton.vue.js';
|
|
6
6
|
import Skeleton from '../skeleton/Skeleton.vue.js';
|
|
7
7
|
import EmptyState from '../emptyState/EmptyState.vue.js';
|
|
8
8
|
import TableHeaderSorter from './TableHeaderSorter.vue.js';
|
|
@@ -2,10 +2,10 @@ import { defineComponent, useCssVars, unref, ref, computed, openBlock, createEle
|
|
|
2
2
|
import { TabsTestIdModifiers } 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
|
/* empty css */
|
|
7
7
|
import "../../Tabs.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
8
|
+
const _withScopeId = (n) => (pushScopeId("data-v-11ec8566"), n = n(), popScopeId(), n);
|
|
9
9
|
const _hoisted_1 = ["data-testid"];
|
|
10
10
|
const _hoisted_2 = ["data-testid", "onClick", "onMouseover"];
|
|
11
11
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-border-line" }, null, -1));
|
|
@@ -26,10 +26,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
26
|
setup(__props, { emit }) {
|
|
27
27
|
const props = __props;
|
|
28
28
|
useCssVars((_ctx) => ({
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
29
|
+
"24698272": unref(selectedTabPosition),
|
|
30
|
+
"88d81dc6": unref(selectedTabWidth),
|
|
31
|
+
"d6d51844": unref(selectedTabCenter),
|
|
32
|
+
"283455e0": unref(hoveredTabCenter)
|
|
33
33
|
}));
|
|
34
34
|
const tabsNewList = ref([]);
|
|
35
35
|
const hoveredTab = ref(null);
|
|
@@ -124,6 +124,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
126
|
});
|
|
127
|
-
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
127
|
+
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-11ec8566"]]);
|
|
128
128
|
|
|
129
129
|
export { Tabs as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const TOOLTIP_POSITIONS: readonly ["auto", "auto-start", "auto-end", "top", "top-start", "top-end", "right", "right-start", "right-end", "bottom", "bottom-start", "bottom-end", "left", "left-start", "left-end"];
|
|
2
|
+
export type TooltipPositions = (typeof TOOLTIP_POSITIONS)[number];
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { TooltipPositions } from './Tooltip.types';
|
|
1
2
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
3
|
text?: string;
|
|
3
4
|
header?: string;
|
|
4
5
|
delay?: number;
|
|
5
6
|
triggers?: ("hover" | "click" | "focus" | "touch")[];
|
|
6
7
|
forceShowWithTruncate?: boolean;
|
|
7
|
-
placement?:
|
|
8
|
+
placement?: TooltipPositions;
|
|
8
9
|
theme?: string;
|
|
9
10
|
disabled?: boolean;
|
|
10
11
|
testId?: string;
|
|
@@ -24,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
24
25
|
delay?: number;
|
|
25
26
|
triggers?: ("hover" | "click" | "focus" | "touch")[];
|
|
26
27
|
forceShowWithTruncate?: boolean;
|
|
27
|
-
placement?:
|
|
28
|
+
placement?: TooltipPositions;
|
|
28
29
|
theme?: string;
|
|
29
30
|
disabled?: boolean;
|
|
30
31
|
testId?: string;
|
|
@@ -46,7 +47,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
47
|
delay: number;
|
|
47
48
|
triggers: ("hover" | "click" | "focus" | "touch")[];
|
|
48
49
|
forceShowWithTruncate: boolean;
|
|
49
|
-
placement:
|
|
50
|
+
placement: TooltipPositions;
|
|
50
51
|
disabled: boolean;
|
|
51
52
|
}>;
|
|
52
53
|
export default _default;
|
|
@@ -35,7 +35,7 @@ declare const TooltipTypes: () => import("vue").DefineComponent<{
|
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
placement: {
|
|
38
|
-
type: import("vue").PropType<"
|
|
38
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
39
39
|
} & {
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
@@ -81,7 +81,7 @@ declare const TooltipTypes: () => import("vue").DefineComponent<{
|
|
|
81
81
|
default: boolean;
|
|
82
82
|
};
|
|
83
83
|
placement: {
|
|
84
|
-
type: import("vue").PropType<"
|
|
84
|
+
type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
85
85
|
} & {
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
@@ -98,7 +98,7 @@ declare const TooltipTypes: () => import("vue").DefineComponent<{
|
|
|
98
98
|
delay: number;
|
|
99
99
|
triggers: ("hover" | "click" | "focus" | "touch")[];
|
|
100
100
|
forceShowWithTruncate: boolean;
|
|
101
|
-
placement: "
|
|
101
|
+
placement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
}>[];
|
|
104
104
|
export { default as Tooltip } from './Tooltip.vue';
|
|
@@ -3,7 +3,7 @@ declare const TypographyTypesV4: () => import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<boolean>;
|
|
4
4
|
};
|
|
5
5
|
variant: {
|
|
6
|
-
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "
|
|
6
|
+
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
|
|
7
7
|
} & {
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
@@ -12,12 +12,12 @@ declare const TypographyTypesV4: () => import("vue").DefineComponent<{
|
|
|
12
12
|
type: import("vue").PropType<boolean>;
|
|
13
13
|
};
|
|
14
14
|
variant: {
|
|
15
|
-
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "
|
|
15
|
+
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline">;
|
|
16
16
|
} & {
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
}>>, {
|
|
20
|
-
variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "
|
|
20
|
+
variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2" | "overline";
|
|
21
21
|
}>[];
|
|
22
22
|
export { default as Typography } from './Typography.vue';
|
|
23
23
|
export { TypographyTypesV4 };
|
package/composables/index.d.ts
CHANGED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ref, watch } from 'vue';
|
|
2
|
+
|
|
3
|
+
function useStorage(key, type = 1 /* SessionStorage */, val = null) {
|
|
4
|
+
const storageType = type === 0 /* LocalStorage */ ? localStorage : sessionStorage;
|
|
5
|
+
const storedValue = read();
|
|
6
|
+
if (storedValue) {
|
|
7
|
+
val = ref(storedValue);
|
|
8
|
+
} else {
|
|
9
|
+
val = ref(val);
|
|
10
|
+
write();
|
|
11
|
+
}
|
|
12
|
+
watch(val, () => {
|
|
13
|
+
write();
|
|
14
|
+
});
|
|
15
|
+
function read() {
|
|
16
|
+
const storedValue2 = storageType.getItem(key);
|
|
17
|
+
return storedValue2 ? JSON.parse(decodeBase64(storedValue2)) : null;
|
|
18
|
+
}
|
|
19
|
+
function write() {
|
|
20
|
+
if (val.value === "" || val.value === null) {
|
|
21
|
+
storageType.removeItem(key);
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
storageType.setItem(key, encodeBase64(JSON.stringify(val.value)));
|
|
25
|
+
}
|
|
26
|
+
function encodeBase64(data) {
|
|
27
|
+
return btoa(
|
|
28
|
+
encodeURIComponent(data).replace(
|
|
29
|
+
/%([0-9A-F]{2})/g,
|
|
30
|
+
(match, p1) => String.fromCharCode(Number("0x" + p1))
|
|
31
|
+
)
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
function decodeBase64(data) {
|
|
35
|
+
return decodeURIComponent(
|
|
36
|
+
atob(data).split("").map((c) => "%" + ("00" + c.charCodeAt(0).toString(16)).slice(-2)).join("")
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
return val;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { useStorage };
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import '../../style/v4/colors.css';
|
|
2
|
-
import '../../style/v4/border-radius.css';
|
|
3
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
2
|
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BreakpointsStoryWrapper } from './BreakpointsStoryWrapper.vue';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const colorPaletteLight: {
|
|
2
2
|
background: {
|
|
3
3
|
default: string;
|
|
4
|
-
neutral: string;
|
|
5
4
|
paper: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
5
|
+
backdrop: string;
|
|
6
|
+
'modal-elevation': string;
|
|
7
|
+
'modal-elevation-0': string;
|
|
8
|
+
'modal-elevation-1': string;
|
|
9
|
+
'modal-elevation-2': string;
|
|
10
|
+
'modal-elevation-3': string;
|
|
11
|
+
'modal-elevation-4': string;
|
|
12
|
+
'modal-elevation-5': string;
|
|
13
|
+
'modal-elevation-6': string;
|
|
14
|
+
'modal-elevation-7': string;
|
|
15
|
+
'modal-elevation-8': string;
|
|
16
|
+
'modal-elevation-9': string;
|
|
17
17
|
};
|
|
18
18
|
action: {
|
|
19
19
|
primary: string;
|
|
@@ -31,21 +31,21 @@ export declare const colorPaletteLight: {
|
|
|
31
31
|
dark: string;
|
|
32
32
|
outlinedBorder: string;
|
|
33
33
|
contrastText: string;
|
|
34
|
+
buttonContrastText: string;
|
|
34
35
|
};
|
|
35
36
|
common: {
|
|
36
37
|
white: string;
|
|
37
38
|
black: string;
|
|
38
39
|
inverseWhite: string;
|
|
39
40
|
inverseBlack: string;
|
|
41
|
+
divider: string;
|
|
42
|
+
'divider-elevation-0': string;
|
|
40
43
|
};
|
|
41
44
|
text: {
|
|
42
45
|
primary: string;
|
|
43
46
|
secondary: string;
|
|
44
47
|
disabled: string;
|
|
45
48
|
};
|
|
46
|
-
divider: {
|
|
47
|
-
divider: string;
|
|
48
|
-
};
|
|
49
49
|
primary: {
|
|
50
50
|
lighter: string;
|
|
51
51
|
light: string;
|
|
@@ -54,10 +54,9 @@ export declare const colorPaletteLight: {
|
|
|
54
54
|
main50p: string;
|
|
55
55
|
dark: string;
|
|
56
56
|
darker: string;
|
|
57
|
-
hover: string;
|
|
58
|
-
selected: string;
|
|
59
57
|
outlinedBorder: string;
|
|
60
58
|
contrastText: string;
|
|
59
|
+
buttonContrastText: string;
|
|
61
60
|
};
|
|
62
61
|
info: {
|
|
63
62
|
lighter: string;
|
|
@@ -67,9 +66,9 @@ export declare const colorPaletteLight: {
|
|
|
67
66
|
main50p: string;
|
|
68
67
|
dark: string;
|
|
69
68
|
darker: string;
|
|
70
|
-
hover: string;
|
|
71
69
|
outlinedBorder: string;
|
|
72
70
|
contrastText: string;
|
|
71
|
+
buttonContrastText: string;
|
|
73
72
|
};
|
|
74
73
|
success: {
|
|
75
74
|
lighter: string;
|
|
@@ -79,9 +78,9 @@ export declare const colorPaletteLight: {
|
|
|
79
78
|
main50p: string;
|
|
80
79
|
dark: string;
|
|
81
80
|
darker: string;
|
|
82
|
-
hover: string;
|
|
83
81
|
outlinedBorder: string;
|
|
84
82
|
contrastText: string;
|
|
83
|
+
buttonContrastText: string;
|
|
85
84
|
};
|
|
86
85
|
warning: {
|
|
87
86
|
lighter: string;
|
|
@@ -91,9 +90,9 @@ export declare const colorPaletteLight: {
|
|
|
91
90
|
main50p: string;
|
|
92
91
|
dark: string;
|
|
93
92
|
darker: string;
|
|
94
|
-
hover: string;
|
|
95
93
|
outlinedBorder: string;
|
|
96
94
|
contrastText: string;
|
|
95
|
+
buttonContrastText: string;
|
|
97
96
|
};
|
|
98
97
|
error: {
|
|
99
98
|
lighter: string;
|
|
@@ -103,9 +102,9 @@ export declare const colorPaletteLight: {
|
|
|
103
102
|
main50p: string;
|
|
104
103
|
dark: string;
|
|
105
104
|
darker: string;
|
|
106
|
-
hover: string;
|
|
107
105
|
outlinedBorder: string;
|
|
108
106
|
contrastText: string;
|
|
107
|
+
buttonContrastText: string;
|
|
109
108
|
};
|
|
110
109
|
'A/B test': {
|
|
111
110
|
'A Control': string;
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
import '../../style/v4/colors.css';
|
|
2
|
-
import '../../style/v4/elevations.css';
|
|
3
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
2
|
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
mode?: string;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
mode?: string;
|
|
5
|
+
}>>>, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as GridLayoutStoryWrapper } from './GridLayoutStoryWrapper.vue';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const assetsPath = "https://fusion.ironsrc.net/assets/icons/";
|
|
2
|
+
declare const iconsBrandedData: {
|
|
3
|
+
name: string;
|
|
4
|
+
path: string;
|
|
5
|
+
}[];
|
|
6
|
+
declare const iconsADUnitData: {
|
|
7
|
+
name: string;
|
|
8
|
+
path: string;
|
|
9
|
+
}[];
|
|
10
|
+
declare const iconsABTestData: {
|
|
11
|
+
name: string;
|
|
12
|
+
path: string;
|
|
13
|
+
}[];
|
|
14
|
+
export { assetsPath, iconsBrandedData, iconsADUnitData, iconsABTestData };
|