@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
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Menu.vue_vue_type_style_index_0_scoped_true_lang.css';
|
|
2
2
|
export { AppTriggerTypes } from './components/appTrigger/index.vue.js';
|
|
3
3
|
export { AutocompleteDropdownTypes } from './components/autocompleteDropdown/index.vue.js';
|
|
4
4
|
export { MenuItemTypes } from './components/menuItem/index.vue.js';
|
|
@@ -17,7 +17,6 @@ export { FilterPanelTypes } from './components/filtersPanel/index.vue.js';
|
|
|
17
17
|
export { FilterDropdownTypes } from './components/filterDropdown/index.vue.js';
|
|
18
18
|
export { TabsTypes } from './components/tabs/index.vue.js';
|
|
19
19
|
export { CheckboxTypes } from './components/checkbox/index.vue.js';
|
|
20
|
-
export { IconTypes } from './components/icon/index.vue.js';
|
|
21
20
|
export { SkeletonTypes } from './components/skeleton/index.vue.js';
|
|
22
21
|
export { TypographyTypes } from './components/typography/index.vue.js';
|
|
23
22
|
export { TypographyTypesV4 } from './components/typography/v4/index.vue.js';
|
|
@@ -32,9 +31,12 @@ import * as index$7 from './components/dropdown/v3/index.vue.js';
|
|
|
32
31
|
import * as index$8 from './components/dropdown/v4/index.vue.js';
|
|
33
32
|
import * as index$9 from './components/search/v3/index.vue.js';
|
|
34
33
|
import * as index$a from './components/search/v4/index.vue.js';
|
|
34
|
+
import * as index$d from './components/icon/v3/index.vue.js';
|
|
35
|
+
import * as index$e from './components/icon/v4/index.vue.js';
|
|
36
|
+
import * as index$b from './components/input/v3/index.vue.js';
|
|
37
|
+
import * as index$c from './components/input/v4/index.vue.js';
|
|
35
38
|
export { ToggleTypes } from './components/toggle/index.vue.js';
|
|
36
39
|
export { TooltipTypes } from './components/tooltip/index.vue.js';
|
|
37
|
-
export { InputTypes } from './components/input/index.vue.js';
|
|
38
40
|
export { TextAreaTypes } from './components/textArea/index.vue.js';
|
|
39
41
|
export { EditableTypes } from './components/table-cells/index.vue.js';
|
|
40
42
|
export { useToggle } from './composables/useToggle.vue.js';
|
|
@@ -73,17 +75,11 @@ export { default as FilterDropdown } from './components/filterDropdown/FilterDro
|
|
|
73
75
|
export { default as AddFilterButton } from './components/filterDropdown/AddFilterButton.vue.js';
|
|
74
76
|
export { default as Tabs } from './components/tabs/Tabs.vue.js';
|
|
75
77
|
export { default as Checkbox } from './components/checkbox/Checkbox.vue.js';
|
|
76
|
-
export { default as Icon } from './components/icon/Icon.vue.js';
|
|
77
|
-
export { icons } from './components/icon/icons/index.vue.js';
|
|
78
78
|
export { default as Skeleton } from './components/skeleton/Skeleton.vue.js';
|
|
79
79
|
export { default as Heading } from './components/typography/Heading.vue.js';
|
|
80
80
|
export { default as Text } from './components/typography/Text.vue.js';
|
|
81
81
|
export { default as Typography } from './components/typography/v4/Typography.vue.js';
|
|
82
82
|
export { default as Toggle } from './components/toggle/Toggle.vue.js';
|
|
83
|
-
export { default as Input } from './components/input/Input.vue.js';
|
|
84
|
-
export { default as DollarInput } from './components/input/DollarInput.vue.js';
|
|
85
|
-
export { default as PercentageInput } from './components/input/PercentageInput.vue.js';
|
|
86
|
-
export { default as PasswordInput } from './components/input/PasswordInput.vue.js';
|
|
87
83
|
export { default as TextArea } from './components/textArea/TextArea.vue.js';
|
|
88
84
|
export { default as Editable } from './components/table-cells/Editable.vue.js';
|
|
89
85
|
export { EditableContext, useEditableContext } from './components/table-cells/EditableContext.vue.js';
|
|
@@ -101,7 +97,11 @@ var index = {
|
|
|
101
97
|
...index$7,
|
|
102
98
|
...index$8,
|
|
103
99
|
...index$9,
|
|
104
|
-
...index$a
|
|
100
|
+
...index$a,
|
|
101
|
+
...index$b,
|
|
102
|
+
...index$c,
|
|
103
|
+
...index$d,
|
|
104
|
+
...index$e
|
|
105
105
|
};
|
|
106
106
|
|
|
107
107
|
export { index as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.3",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@commitlint/config-conventional": "^17.0.3",
|
|
68
68
|
"@figus/cli": "^2.0.8",
|
|
69
69
|
"@mdx-js/react": "^2.1.2",
|
|
70
|
+
"@playwright/test": "^1.39.0",
|
|
70
71
|
"@storybook/addon-a11y": "^6.5.9",
|
|
71
72
|
"@storybook/addon-actions": "^6.5.9",
|
|
72
73
|
"@storybook/addon-docs": "^6.5.12",
|
|
@@ -166,7 +167,8 @@
|
|
|
166
167
|
"./iconButton": "./components/button/v3/IconButton.vue.js",
|
|
167
168
|
"./scrollButton": "./components/button/v3/ScrollButton.vue.js",
|
|
168
169
|
"./checkbox": "./components/checkbox/Checkbox.vue.js",
|
|
169
|
-
"./icon": "./components/icon/Icon.vue.js",
|
|
170
|
+
"./icon": "./components/icon/v3/Icon.vue.js",
|
|
171
|
+
"./icon/v4": "./components/icon/v4/IconV4.vue.js",
|
|
170
172
|
"./toggle": "./components/toggle/Toggle.vue.js",
|
|
171
173
|
"./tooltip": "./components/tooltip/Tooltip.vue.js",
|
|
172
174
|
"./search": "./components/search/v3/Search.vue.js",
|
|
@@ -176,10 +178,11 @@
|
|
|
176
178
|
"./text": "./components/typography/Text.vue.js",
|
|
177
179
|
"./heading": "./components/typography/Heading.vue.js",
|
|
178
180
|
"./popover": "./components/popover/Popover.vue.js",
|
|
179
|
-
"./input": "./components/input/Input.vue.js",
|
|
180
|
-
"./
|
|
181
|
-
"./
|
|
182
|
-
"./
|
|
181
|
+
"./input": "./components/input/v3/Input.vue.js",
|
|
182
|
+
"./input/v4": "./components/input/v4/TextField.vue.js",
|
|
183
|
+
"./dollarInput": "./components/input/v3/DollarInput.vue.js",
|
|
184
|
+
"./passwordInput": "./components/input/v3/PasswordInput.vue.js",
|
|
185
|
+
"./percentageInput": "./components/input/v3/PercentageInput.vue.js",
|
|
183
186
|
"./textArea": "./components/textArea/TextArea.vue.js",
|
|
184
187
|
"./styleguide": "./styleguide.scss",
|
|
185
188
|
"./commonCssVariables": "./commonCssVariables.scss",
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
$breakPoints: (
|
|
2
|
+
xxs: 0,
|
|
3
|
+
// Phones - 768px and below
|
|
4
|
+
xs: 768px,
|
|
5
|
+
// Tablet portrait - 768px - 1023px
|
|
6
|
+
sm: 1024px,
|
|
7
|
+
// Tablet landscape - 1024px - 1279px
|
|
8
|
+
md: 1280px,
|
|
9
|
+
// Small laptop - 1280px - 1439px
|
|
10
|
+
lg: 1440px,
|
|
11
|
+
// Large laptop - 1440px - 1919px
|
|
12
|
+
xl: 1920px,
|
|
13
|
+
// Desktop - 1920px - 2559px
|
|
14
|
+
xxl: 2560px,
|
|
15
|
+
// Big Desktop - 2560px and up
|
|
16
|
+
|
|
17
|
+
) !default;
|
|
18
|
+
|
|
19
|
+
// Breakpoint viewport sizes and media queries.
|
|
20
|
+
// Breakpoints are defined as a map of (name: minimum width), order from small to large:
|
|
21
|
+
// The map defined in the `$breakPoints` global variable is used as the `$breakpoints` argument by default.
|
|
22
|
+
|
|
23
|
+
// Name of the next breakpoint, or null for the last breakpoint.
|
|
24
|
+
@function breakpoint-next($name, $breakpoints: $breakPoints, $breakpoint-names: map-keys($breakpoints)) {
|
|
25
|
+
$n: index($breakpoint-names, $name);
|
|
26
|
+
|
|
27
|
+
@if not $n {
|
|
28
|
+
@error "breakpoint `#{$name}` not found in `#{$breakpoints}`";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Minimum breakpoint width. Null for the smallest (first) breakpoint.
|
|
35
|
+
//
|
|
36
|
+
// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
|
|
37
|
+
// 576px
|
|
38
|
+
@function breakpoint-min($name, $breakpoints: $breakPoints) {
|
|
39
|
+
$min: map-get($breakpoints, $name);
|
|
40
|
+
@return if($min !=0, $min, null);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Maximum breakpoint width.
|
|
44
|
+
// The maximum value is reduced by 0.02px to work around the limitations of
|
|
45
|
+
@function breakpoint-max($name, $breakpoints: $breakPoints) {
|
|
46
|
+
$max: map-get($breakpoints, $name);
|
|
47
|
+
@return if($max and $max > 0, $max - .02, null);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.
|
|
51
|
+
// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
|
|
52
|
+
// "" (Returns a blank string)
|
|
53
|
+
// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
|
|
54
|
+
// "-sm"
|
|
55
|
+
@function breakpoint-infix($name, $breakpoints: $breakPoints) {
|
|
56
|
+
@return if(breakpoint-min($name, $breakpoints)==null, "", "-#{$name}");
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
|
|
60
|
+
// Makes the @content apply to the given breakpoint and wider.
|
|
61
|
+
@mixin media-breakpoint-min($name, $breakpoints: $breakPoints) {
|
|
62
|
+
$min: breakpoint-min($name, $breakpoints);
|
|
63
|
+
@if $min {
|
|
64
|
+
@media (min-width: $min) {
|
|
65
|
+
@content;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
@else {
|
|
69
|
+
@content;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// Media of at most the maximum breakpoint width. No query for the largest breakpoint.
|
|
74
|
+
// Makes the @content apply to the given breakpoint and narrower.
|
|
75
|
+
@mixin media-breakpoint-max($name, $breakpoints: $breakPoints) {
|
|
76
|
+
$max: breakpoint-max($name, $breakpoints);
|
|
77
|
+
@if $max {
|
|
78
|
+
@media (max-width: $max) {
|
|
79
|
+
@content;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
@else {
|
|
83
|
+
@content;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Media that spans multiple breakpoint widths.
|
|
88
|
+
// Makes the @content apply between the min and max breakpoints
|
|
89
|
+
@mixin media-breakpoint-between($lower, $upper, $breakpoints: $breakPoints) {
|
|
90
|
+
$min: breakpoint-min($lower, $breakpoints);
|
|
91
|
+
$max: breakpoint-max($upper, $breakpoints);
|
|
92
|
+
@if $min !=null and $max !=null {
|
|
93
|
+
@media (min-width: $min) and (max-width: $max) {
|
|
94
|
+
@content;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
@else if $max==null {
|
|
98
|
+
@include media-breakpoint-min($lower, $breakpoints) {
|
|
99
|
+
@content;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
@else if $min==null {
|
|
103
|
+
@include media-breakpoint-max($upper, $breakpoints) {
|
|
104
|
+
@content;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// Media between the breakpoint's minimum and maximum widths.
|
|
110
|
+
// No minimum for the smallest breakpoint, and no maximum for the largest one.
|
|
111
|
+
// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.
|
|
112
|
+
@mixin media-breakpoint-only($name, $breakpoints: $breakPoints) {
|
|
113
|
+
$min: breakpoint-min($name, $breakpoints);
|
|
114
|
+
$next: breakpoint-next($name, $breakpoints);
|
|
115
|
+
$max: breakpoint-max($next);
|
|
116
|
+
@if $min !=null and $max !=null {
|
|
117
|
+
@media (min-width: $min) and (max-width: $max) {
|
|
118
|
+
@content;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
@else if $max==null {
|
|
122
|
+
@include media-breakpoint-min($name, $breakpoints) {
|
|
123
|
+
@content;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
@else if $min==null {
|
|
127
|
+
@include media-breakpoint-max($next, $breakpoints) {
|
|
128
|
+
@content;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
package/styles/v4/colors.css
CHANGED
|
@@ -1,100 +1,101 @@
|
|
|
1
|
-
|
|
1
|
+
.light-theme-v4 {
|
|
2
2
|
--background-default: #FFFFFF;
|
|
3
|
-
--background-neutral: #FFFFFF;
|
|
4
3
|
--background-paper: hsl(0, 0%, 99.0%);
|
|
5
|
-
--background-
|
|
6
|
-
--background-
|
|
7
|
-
--background-
|
|
8
|
-
--background-
|
|
9
|
-
--background-
|
|
10
|
-
--background-
|
|
11
|
-
--background-
|
|
12
|
-
--background-
|
|
13
|
-
--background-
|
|
14
|
-
--background-
|
|
15
|
-
--background-
|
|
4
|
+
--background-model-elevation: #FFFFFF;
|
|
5
|
+
--background-backdrop: hsla(0, 0%, 0%, 0.11);
|
|
6
|
+
--background-paper-elevation-0: hsl(0, 0%, 97.5%);
|
|
7
|
+
--background-paper-elevation-1: hsl(0, 0%, 94.6%);
|
|
8
|
+
--background-paper-elevation-2: hsl(0, 0%, 92.0%);
|
|
9
|
+
--background-paper-elevation-3: hsl(0, 0%, 89.5%);
|
|
10
|
+
--background-paper-elevation-4: hsl(0, 0%, 86.8%);
|
|
11
|
+
--background-paper-elevation-5: hsl(0, 0%, 83.0%);
|
|
12
|
+
--background-paper-elevation-6: hsl(0, 0%, 73.2%);
|
|
13
|
+
--background-paper-elevation-7: hsl(0, 0%, 55.2%);
|
|
14
|
+
--background-paper-elevation-8: hsl(0, 0%, 50.3%);
|
|
15
|
+
--background-paper-elevation-9: hsl(0, 0%, 39.3%);
|
|
16
16
|
|
|
17
17
|
--action-primary: hsl(0, 0%, 12.5%);
|
|
18
18
|
--action-active: hsl(0, 0%, 50.3%);
|
|
19
|
-
--action-hover:
|
|
20
|
-
--action-selected:
|
|
21
|
-
--action-disabled:
|
|
22
|
-
--action-
|
|
19
|
+
--action-hover: hsla(0, 0%, 0%, 0.05);
|
|
20
|
+
--action-selected: hsla(0, 0%, 92%, 1);
|
|
21
|
+
--action-disabled: hsla(0, 0%, 87%, 1);
|
|
22
|
+
--action-disabled-background: hsla(0, 0%, 95%, 1);
|
|
23
23
|
--action-focus: hsl(0, 0%, 92.0%);
|
|
24
|
-
--action-
|
|
24
|
+
--action-outlined-border : hsla(0, 0%, 73%, 1);
|
|
25
25
|
|
|
26
26
|
--default-light: hsl(0, 0%, 89.5%);
|
|
27
|
-
--default-main: hsl(0
|
|
27
|
+
--default-main: hsl(0 0% 94.51%);
|
|
28
28
|
--default-dark: hsl(0, 0%, 92.0%);
|
|
29
|
-
--default-
|
|
30
|
-
--default-
|
|
29
|
+
--default-outlined-border: hsl(0, 0%, 73.2%);
|
|
30
|
+
--default-contrast-text: hsl(0, 0%, 12.5%);
|
|
31
|
+
--default-button-contrast-text: hsla(0, 0%, 0%, 1);
|
|
31
32
|
|
|
32
33
|
--common-white: #FFFFFF;
|
|
33
34
|
--common-black: #000000;
|
|
34
|
-
--common-
|
|
35
|
-
--common-
|
|
35
|
+
--common-inverse-white: #FFFFFF;
|
|
36
|
+
--common-inverse-black: #000000;
|
|
37
|
+
--common-divider: hsl(0, 0%, 86.8%);
|
|
38
|
+
--common-divider-elevation-0: hsla(0, 0%, 89%, 1);
|
|
36
39
|
|
|
37
40
|
--text-primary: hsl(0, 0%, 12.5%);
|
|
38
41
|
--text-secondary: hsl(0, 0%, 39.3%);
|
|
39
|
-
--text-disabled: hsl(0
|
|
42
|
+
--text-disabled: hsl(0 0% 73.33%);
|
|
40
43
|
|
|
41
44
|
--primary-lighter: hsl(209, 100%, 96.5%);
|
|
42
45
|
--primary-light: hsl(209, 95.0%, 90.1%);
|
|
43
46
|
--primary-main: hsl(206, 100%, 50.0%);
|
|
44
|
-
--primary-
|
|
45
|
-
--primary-
|
|
47
|
+
--primary-main-8-p: hsla(206, 100%, 50%, 0.08);
|
|
48
|
+
--primary-main-50-p: hsla(206, 100%, 50%, 0.5);
|
|
46
49
|
--primary-dark: hsl(208, 93.5%, 47.4%);
|
|
47
50
|
--primary-darker: hsl(211, 90.0%, 42.0%);
|
|
48
|
-
--primary-
|
|
49
|
-
--primary-
|
|
50
|
-
--primary-
|
|
51
|
-
--primary-contrastText: hsl(216, 71.0%, 23.0%);
|
|
51
|
+
--primary-outlined-border: hsl(206, 100%, 50.0%);
|
|
52
|
+
--primary-contrast-text: hsl(216, 71.0%, 23.0%);
|
|
53
|
+
--primary-button-contrast-text: hsla(0, 0%, 100%, 1);
|
|
52
54
|
|
|
53
55
|
--info-lighter: hsl(223, 98.4%, 97.1%);
|
|
54
56
|
--info-light: hsl(224, 87.1%, 92.0%);
|
|
55
57
|
--info-main: hsl(226, 70.0%, 55.5%);
|
|
56
|
-
--info-
|
|
57
|
-
--info-
|
|
58
|
+
--info-main-8-p: hsla(226, 70%, 55.5%, 0.08);
|
|
59
|
+
--info-main-50-p: hsla(226, 70%, 55.5%, 0.5);
|
|
58
60
|
--info-dark: hsl(226, 58.6%, 51.3%);
|
|
59
61
|
--info-darker: hsl(226, 55.0%, 45.0%);
|
|
60
|
-
--info-
|
|
61
|
-
--info-
|
|
62
|
-
--info-
|
|
62
|
+
--info-outlined-border: hsl(226, 70.0%, 55.5%);
|
|
63
|
+
--info-contrast-text: hsl(226, 50.0%, 24.0%);
|
|
64
|
+
--info-button-contrast-text: hsla(0, 0%, 100%, 1);
|
|
63
65
|
|
|
64
66
|
--success-lighter: hsl(139, 55.2%, 94.5%);
|
|
65
67
|
--success-light: hsl(141, 43.7%, 86.0%);
|
|
66
68
|
--success-main: hsl(151, 55.0%, 41.5%);
|
|
67
|
-
--success-
|
|
68
|
-
--success-
|
|
69
|
+
--success-main-8-p: hsla(151, 55%, 41.5%, 0.08);
|
|
70
|
+
--success-main-50-p: hsla(151, 55%, 41.5%, 0.5);
|
|
69
71
|
--success-dark: hsl(152, 57.5%, 37.6%);
|
|
70
72
|
--success-darker: hsl(153, 67.0%, 28.5%);
|
|
71
|
-
--success-
|
|
72
|
-
--success-
|
|
73
|
-
--success-
|
|
73
|
+
--success-outlined-border: hsl(151, 55.0%, 41.5%);
|
|
74
|
+
--success-contrast-text: hsl(155, 40.0%, 16.5%);
|
|
75
|
+
--success-button-contrast-text: hsla(0, 0%, 100%, 1);
|
|
74
76
|
|
|
75
77
|
--warning-lighter: hsl(45, 100%, 90.8%);
|
|
76
78
|
--warning-light: hsl(40, 100%, 81.5%);
|
|
77
79
|
--warning-main: hsl(42, 100%, 62.0%);
|
|
78
|
-
--warning-
|
|
79
|
-
--warning-
|
|
80
|
+
--warning-main-8-p: hsla(42, 100%, 62%, 0.08);
|
|
81
|
+
--warning-main-50-p: hsla(42, 100%, 62%, 0.5);
|
|
80
82
|
--warning-dark: hsl(42, 100%, 55.0%);
|
|
81
83
|
--warning-darker: hsl(25, 50.0%, 38.0%);
|
|
82
|
-
--warning-
|
|
83
|
-
--warning-
|
|
84
|
-
--warning-
|
|
84
|
+
--warning-outlined-border: hsl(42, 100%, 62.0%);
|
|
85
|
+
--warning-contrast-text: hsl(25, 40.0%, 22.0%);
|
|
86
|
+
--warning-button-contrast-text: hsla(24, 40%, 22%, 1);
|
|
85
87
|
|
|
86
88
|
--error-lighter: hsl(360, 100%, 96.8%);
|
|
87
89
|
--error-light: hsl(360, 90.2%, 91.9%);
|
|
88
90
|
--error-main: hsl(358, 75.0%, 59.0%);
|
|
89
|
-
--error-
|
|
90
|
-
--error-
|
|
91
|
+
--error-main-8-p: hsla(358, 75%, 59%, 0.08);
|
|
92
|
+
--error-main-50-p: hsla(358, 75%, 59%, 0.5);
|
|
91
93
|
--error-dark: hsl(358, 67.4%, 54.6%);
|
|
92
94
|
--error-darker: hsl(358, 65.0%, 47.0%);
|
|
93
|
-
--error-
|
|
94
|
-
--error-
|
|
95
|
-
--error-
|
|
96
|
-
--divider: hsl(0, 0%, 86.8%);
|
|
95
|
+
--error-outlined-border: hsl(358, 75.0%, 59.0%);
|
|
96
|
+
--error-contrast-text: hsl(350, 63.0%, 24.0%);
|
|
97
|
+
--error-button-contrast-text: hsla(0, 0%, 100%, 1);
|
|
97
98
|
|
|
98
|
-
--
|
|
99
|
-
--
|
|
99
|
+
--aba: #FFC134;
|
|
100
|
+
--abb: #4F4FF5;
|
|
100
101
|
}
|
package/styles/v4/elevations.css
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.light-theme-v4 .row{display:flex;flex-wrap:wrap;margin-right:calc(24px / -2);margin-left:calc(24px / -2);width:unset;max-width:unset}.light-theme-v4 .row>*{box-sizing:border-box;padding-right:calc(24px / 2);padding-left:calc(24px / 2)}.light-theme-v4 .hidden{display:none}.light-theme-v4 .col-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-1{margin-left:8.3333333333%}.light-theme-v4 .offset-2{margin-left:16.6666666667%}.light-theme-v4 .offset-3{margin-left:25%}.light-theme-v4 .offset-4{margin-left:33.3333333333%}.light-theme-v4 .offset-5{margin-left:41.6666666667%}.light-theme-v4 .offset-6{margin-left:50%}.light-theme-v4 .offset-7{margin-left:58.3333333333%}.light-theme-v4 .offset-8{margin-left:66.6666666667%}.light-theme-v4 .offset-9{margin-left:75%}.light-theme-v4 .offset-10{margin-left:83.3333333333%}.light-theme-v4 .offset-11{margin-left:91.6666666667%}@media(min-width: 768px){.light-theme-v4 .hidden-xs{display:none}.light-theme-v4 .col-xs-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xs-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xs-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xs-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xs-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xs-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xs-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xs-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xs-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xs-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xs-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xs-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xs-0{margin-left:0}.light-theme-v4 .offset-xs-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xs-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xs-3{margin-left:25%}.light-theme-v4 .offset-xs-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xs-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xs-6{margin-left:50%}.light-theme-v4 .offset-xs-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xs-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xs-9{margin-left:75%}.light-theme-v4 .offset-xs-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xs-11{margin-left:91.6666666667%}}@media(min-width: 1024px){.light-theme-v4 .hidden-sm{display:none}.light-theme-v4 .col-sm-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-sm-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-sm-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-sm-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-sm-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-sm-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-sm-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-sm-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-sm-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-sm-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-sm-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-sm-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-sm-0{margin-left:0}.light-theme-v4 .offset-sm-1{margin-left:8.3333333333%}.light-theme-v4 .offset-sm-2{margin-left:16.6666666667%}.light-theme-v4 .offset-sm-3{margin-left:25%}.light-theme-v4 .offset-sm-4{margin-left:33.3333333333%}.light-theme-v4 .offset-sm-5{margin-left:41.6666666667%}.light-theme-v4 .offset-sm-6{margin-left:50%}.light-theme-v4 .offset-sm-7{margin-left:58.3333333333%}.light-theme-v4 .offset-sm-8{margin-left:66.6666666667%}.light-theme-v4 .offset-sm-9{margin-left:75%}.light-theme-v4 .offset-sm-10{margin-left:83.3333333333%}.light-theme-v4 .offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 1280px){.light-theme-v4 .hidden-md{display:none}.light-theme-v4 .col-md-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-md-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-md-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-md-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-md-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-md-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-md-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-md-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-md-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-md-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-md-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-md-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-md-0{margin-left:0}.light-theme-v4 .offset-md-1{margin-left:8.3333333333%}.light-theme-v4 .offset-md-2{margin-left:16.6666666667%}.light-theme-v4 .offset-md-3{margin-left:25%}.light-theme-v4 .offset-md-4{margin-left:33.3333333333%}.light-theme-v4 .offset-md-5{margin-left:41.6666666667%}.light-theme-v4 .offset-md-6{margin-left:50%}.light-theme-v4 .offset-md-7{margin-left:58.3333333333%}.light-theme-v4 .offset-md-8{margin-left:66.6666666667%}.light-theme-v4 .offset-md-9{margin-left:75%}.light-theme-v4 .offset-md-10{margin-left:83.3333333333%}.light-theme-v4 .offset-md-11{margin-left:91.6666666667%}}@media(min-width: 1440px){.light-theme-v4 .hidden-lg{display:none}.light-theme-v4 .col-lg-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-lg-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-lg-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-lg-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-lg-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-lg-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-lg-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-lg-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-lg-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-lg-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-lg-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-lg-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-lg-0{margin-left:0}.light-theme-v4 .offset-lg-1{margin-left:8.3333333333%}.light-theme-v4 .offset-lg-2{margin-left:16.6666666667%}.light-theme-v4 .offset-lg-3{margin-left:25%}.light-theme-v4 .offset-lg-4{margin-left:33.3333333333%}.light-theme-v4 .offset-lg-5{margin-left:41.6666666667%}.light-theme-v4 .offset-lg-6{margin-left:50%}.light-theme-v4 .offset-lg-7{margin-left:58.3333333333%}.light-theme-v4 .offset-lg-8{margin-left:66.6666666667%}.light-theme-v4 .offset-lg-9{margin-left:75%}.light-theme-v4 .offset-lg-10{margin-left:83.3333333333%}.light-theme-v4 .offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1920px){.light-theme-v4 .hidden-xl{display:none}.light-theme-v4 .col-xl-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xl-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xl-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xl-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xl-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xl-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xl-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xl-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xl-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xl-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xl-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xl-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xl-0{margin-left:0}.light-theme-v4 .offset-xl-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xl-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xl-3{margin-left:25%}.light-theme-v4 .offset-xl-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xl-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xl-6{margin-left:50%}.light-theme-v4 .offset-xl-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xl-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xl-9{margin-left:75%}.light-theme-v4 .offset-xl-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xl-11{margin-left:91.6666666667%}}@media(min-width: 2560px){.light-theme-v4 .hidden-xxl{display:none}.light-theme-v4 .col-xxl-1{flex:0 0 auto;width:8.3333333333%}.light-theme-v4 .col-xxl-2{flex:0 0 auto;width:16.6666666667%}.light-theme-v4 .col-xxl-3{flex:0 0 auto;width:25%}.light-theme-v4 .col-xxl-4{flex:0 0 auto;width:33.3333333333%}.light-theme-v4 .col-xxl-5{flex:0 0 auto;width:41.6666666667%}.light-theme-v4 .col-xxl-6{flex:0 0 auto;width:50%}.light-theme-v4 .col-xxl-7{flex:0 0 auto;width:58.3333333333%}.light-theme-v4 .col-xxl-8{flex:0 0 auto;width:66.6666666667%}.light-theme-v4 .col-xxl-9{flex:0 0 auto;width:75%}.light-theme-v4 .col-xxl-10{flex:0 0 auto;width:83.3333333333%}.light-theme-v4 .col-xxl-11{flex:0 0 auto;width:91.6666666667%}.light-theme-v4 .col-xxl-12{flex:0 0 auto;width:100%}.light-theme-v4 .offset-xxl-0{margin-left:0}.light-theme-v4 .offset-xxl-1{margin-left:8.3333333333%}.light-theme-v4 .offset-xxl-2{margin-left:16.6666666667%}.light-theme-v4 .offset-xxl-3{margin-left:25%}.light-theme-v4 .offset-xxl-4{margin-left:33.3333333333%}.light-theme-v4 .offset-xxl-5{margin-left:41.6666666667%}.light-theme-v4 .offset-xxl-6{margin-left:50%}.light-theme-v4 .offset-xxl-7{margin-left:58.3333333333%}.light-theme-v4 .offset-xxl-8{margin-left:66.6666666667%}.light-theme-v4 .offset-xxl-9{margin-left:75%}.light-theme-v4 .offset-xxl-10{margin-left:83.3333333333%}.light-theme-v4 .offset-xxl-11{margin-left:91.6666666667%}}/*# sourceMappingURL=grid.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["grid.scss","breakpoints.scss"],"names":[],"mappings":"AA0DI,qBACI,aACA,eACA,6BACA,4BACA,YACA,gBACA,uBACI,sBACA,6BACA,4BArCA,wBACI,aAMI,uBAzBhB,cACA,oBAwBgB,uBAzBhB,cACA,qBAwBgB,uBAzBhB,cACA,UAwBgB,uBAzBhB,cACA,qBAwBgB,uBAzBhB,cACA,qBAwBgB,uBAzBhB,cACA,UAwBgB,uBAzBhB,cACA,qBAwBgB,uBAzBhB,cACA,qBAwBgB,uBAzBhB,cACA,UAwBgB,wBAzBhB,cACA,qBAwBgB,wBAzBhB,cACA,qBAwBgB,wBAzBhB,cACA,WAiCoB,0BA3BpB,0BA2BoB,0BA3BpB,2BA2BoB,0BA3BpB,gBA2BoB,0BA3BpB,2BA2BoB,0BA3BpB,2BA2BoB,0BA3BpB,gBA2BoB,0BA3BpB,2BA2BoB,0BA3BpB,2BA2BoB,0BA3BpB,gBA2BoB,2BA3BpB,2BA2BoB,2BA3BpB,2BC2CI,yBDhCI,2BACI,aAMI,0BAzBhB,cACA,oBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,WAiCoB,6BA3BpB,cA2BoB,6BA3BpB,0BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,4BC2CI,0BDhCI,2BACI,aAMI,0BAzBhB,cACA,oBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,WAiCoB,6BA3BpB,cA2BoB,6BA3BpB,0BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,4BC2CI,0BDhCI,2BACI,aAMI,0BAzBhB,cACA,oBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,WAiCoB,6BA3BpB,cA2BoB,6BA3BpB,0BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,4BC2CI,0BDhCI,2BACI,aAMI,0BAzBhB,cACA,oBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,WAiCoB,6BA3BpB,cA2BoB,6BA3BpB,0BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,4BC2CI,0BDhCI,2BACI,aAMI,0BAzBhB,cACA,oBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,qBAwBgB,0BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,WAiCoB,6BA3BpB,cA2BoB,6BA3BpB,0BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,2BA2BoB,6BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,4BC2CI,0BDhCI,4BACI,aAMI,2BAzBhB,cACA,oBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,UAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,qBAwBgB,2BAzBhB,cACA,UAwBgB,4BAzBhB,cACA,qBAwBgB,4BAzBhB,cACA,qBAwBgB,4BAzBhB,cACA,WAiCoB,8BA3BpB,cA2BoB,8BA3BpB,0BA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,gBA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,2BA2BoB,8BA3BpB,gBA2BoB,+BA3BpB,2BA2BoB,+BA3BpB","file":"grid.css"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
|
|
3
|
+
@import "breakpoints";
|
|
4
|
+
|
|
5
|
+
$gridColumns: 12 !default;
|
|
6
|
+
$gridColumnGap: 24px !default;
|
|
7
|
+
$columnPrefix: '.col' !default;
|
|
8
|
+
$columnOffset: '.offset' !default;
|
|
9
|
+
$columnHiddenPrefix: '.hidden' !default;
|
|
10
|
+
|
|
11
|
+
// grid mixins
|
|
12
|
+
// create column props by size
|
|
13
|
+
@mixin make-col($size, $columns: $gridColumns) {
|
|
14
|
+
flex: 0 0 auto;
|
|
15
|
+
width: percentage(math.div($size, $columns));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// create column offset props
|
|
19
|
+
@mixin make-col-offset($size, $columns: $gridColumns) {
|
|
20
|
+
$num: math.div($size, $columns);
|
|
21
|
+
margin-left: if($num==0, 0, percentage($num));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// Generate the correct number of grid classes
|
|
25
|
+
@mixin make-grid-columns($columns: $gridColumns, $gutter: $gridColumnGap, $breakpoints: $breakPoints) {
|
|
26
|
+
@each $breakpoint in map-keys($breakpoints) {
|
|
27
|
+
$infix: breakpoint-infix($breakpoint, $breakpoints);
|
|
28
|
+
|
|
29
|
+
@include media-breakpoint-min($breakpoint, $breakpoints) {
|
|
30
|
+
|
|
31
|
+
// generate hidden prop for col by break point .hidden-xx
|
|
32
|
+
.hidden#{$infix} {
|
|
33
|
+
display: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// generate by columns in col .col-xx-xx
|
|
37
|
+
@if $columns>0 {
|
|
38
|
+
@for $i from 1 through $columns {
|
|
39
|
+
.col#{$infix}-#{$i} {
|
|
40
|
+
@include make-col($i, $columns);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// generate offsets
|
|
45
|
+
@for $i from 0 through ($columns - 1) {
|
|
46
|
+
@if not ($infix==""and $i==0) {
|
|
47
|
+
// Avoid emitting useless .offset-0
|
|
48
|
+
.offset#{$infix}-#{$i} {
|
|
49
|
+
@include make-col-offset($i, $columns);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.light-theme-v4 {
|
|
59
|
+
.row{
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-wrap: wrap;
|
|
62
|
+
margin-right: calc(#{$gridColumnGap} / -2);
|
|
63
|
+
margin-left: calc(#{$gridColumnGap} / -2);
|
|
64
|
+
width: unset; // fixe for row from v3
|
|
65
|
+
max-width: unset; // fixe for row from v3
|
|
66
|
+
> * {
|
|
67
|
+
box-sizing: border-box;
|
|
68
|
+
padding-right: calc(#{$gridColumnGap} / 2);
|
|
69
|
+
padding-left: calc(#{$gridColumnGap} / 2);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@include make-grid-columns();
|
|
74
|
+
}
|
package/testids/index.d.ts
CHANGED
|
@@ -41,12 +41,14 @@ export declare enum InputTestIdModifiers {
|
|
|
41
41
|
LABEL_CONTAINER = "input-label-container",
|
|
42
42
|
LABEL_TEXT = "input-label-text",
|
|
43
43
|
FIELD = "input-field",
|
|
44
|
-
EXTRA_TEXT = "input-extra-text"
|
|
44
|
+
EXTRA_TEXT = "input-extra-text",
|
|
45
|
+
TOGGLE_PASSWORD = "input-toggle-password-icon"
|
|
45
46
|
}
|
|
46
47
|
export declare enum CheckboxTestIdModifiers {
|
|
47
48
|
WRAPPER = "cb-wrapper",
|
|
48
49
|
LABEL = "cb-label",
|
|
49
|
-
FIELD = "cb-field"
|
|
50
|
+
FIELD = "cb-field",
|
|
51
|
+
CHECKED = "cb-checked"
|
|
50
52
|
}
|
|
51
53
|
export declare enum RadioTestIdModifiers {
|
|
52
54
|
FIELD = "radio-field",
|
|
@@ -144,3 +146,14 @@ export declare enum TextTestIdModifiers {
|
|
|
144
146
|
export declare enum HeaderTestIdModifiers {
|
|
145
147
|
HEADER = "h-header"
|
|
146
148
|
}
|
|
149
|
+
export declare enum FieldLabelTestIdModifiers {
|
|
150
|
+
CONTAINER = "field-label-container",
|
|
151
|
+
TEXT = "field-label-text",
|
|
152
|
+
MANDATORY = "field-label-mandatory",
|
|
153
|
+
TOOLTIP = "field-label-help-tooltip"
|
|
154
|
+
}
|
|
155
|
+
export declare enum FieldHelpTextTestIdModifiers {
|
|
156
|
+
CONTAINER = "field-help-text-container",
|
|
157
|
+
TEXT = "field-help-text-text",
|
|
158
|
+
ICON = "field-help-text-icon"
|
|
159
|
+
}
|
package/testids/index.vue.js
CHANGED
|
@@ -46,12 +46,14 @@ var InputTestIdModifiers = /* @__PURE__ */ ((InputTestIdModifiers2) => {
|
|
|
46
46
|
InputTestIdModifiers2["LABEL_TEXT"] = "input-label-text";
|
|
47
47
|
InputTestIdModifiers2["FIELD"] = "input-field";
|
|
48
48
|
InputTestIdModifiers2["EXTRA_TEXT"] = "input-extra-text";
|
|
49
|
+
InputTestIdModifiers2["TOGGLE_PASSWORD"] = "input-toggle-password-icon";
|
|
49
50
|
return InputTestIdModifiers2;
|
|
50
51
|
})(InputTestIdModifiers || {});
|
|
51
52
|
var CheckboxTestIdModifiers = /* @__PURE__ */ ((CheckboxTestIdModifiers2) => {
|
|
52
53
|
CheckboxTestIdModifiers2["WRAPPER"] = "cb-wrapper";
|
|
53
54
|
CheckboxTestIdModifiers2["LABEL"] = "cb-label";
|
|
54
55
|
CheckboxTestIdModifiers2["FIELD"] = "cb-field";
|
|
56
|
+
CheckboxTestIdModifiers2["CHECKED"] = "cb-checked";
|
|
55
57
|
return CheckboxTestIdModifiers2;
|
|
56
58
|
})(CheckboxTestIdModifiers || {});
|
|
57
59
|
var RadioTestIdModifiers = /* @__PURE__ */ ((RadioTestIdModifiers2) => {
|
|
@@ -166,5 +168,18 @@ var HeaderTestIdModifiers = /* @__PURE__ */ ((HeaderTestIdModifiers2) => {
|
|
|
166
168
|
HeaderTestIdModifiers2["HEADER"] = "h-header";
|
|
167
169
|
return HeaderTestIdModifiers2;
|
|
168
170
|
})(HeaderTestIdModifiers || {});
|
|
171
|
+
var FieldLabelTestIdModifiers = /* @__PURE__ */ ((FieldLabelTestIdModifiers2) => {
|
|
172
|
+
FieldLabelTestIdModifiers2["CONTAINER"] = "field-label-container";
|
|
173
|
+
FieldLabelTestIdModifiers2["TEXT"] = "field-label-text";
|
|
174
|
+
FieldLabelTestIdModifiers2["MANDATORY"] = "field-label-mandatory";
|
|
175
|
+
FieldLabelTestIdModifiers2["TOOLTIP"] = "field-label-help-tooltip";
|
|
176
|
+
return FieldLabelTestIdModifiers2;
|
|
177
|
+
})(FieldLabelTestIdModifiers || {});
|
|
178
|
+
var FieldHelpTextTestIdModifiers = /* @__PURE__ */ ((FieldHelpTextTestIdModifiers2) => {
|
|
179
|
+
FieldHelpTextTestIdModifiers2["CONTAINER"] = "field-help-text-container";
|
|
180
|
+
FieldHelpTextTestIdModifiers2["TEXT"] = "field-help-text-text";
|
|
181
|
+
FieldHelpTextTestIdModifiers2["ICON"] = "field-help-text-icon";
|
|
182
|
+
return FieldHelpTextTestIdModifiers2;
|
|
183
|
+
})(FieldHelpTextTestIdModifiers || {});
|
|
169
184
|
|
|
170
|
-
export { AppTriggerTestIdModifiers, AutocompleteInputTestIdModifiers, BannerTestIdModifiers, CalendarMonthTestIdModifiers, CheckboxTestIdModifiers, ChipTestIdModifiers, DatePickerTestIdModifiers, DateRangeTestIdModifiers, DialogTestIdModifiers, DropdownTestIdModifiers, HeaderTestIdModifiers, IncludeExcludeTestIdModifiers, InputTestIdModifiers, RadioTestIdModifiers, SearchTestIdModifiers, SwitchTestIdModifiers, TableTestIdModifiers, TabsTestIdModifiers, TextAreaTestIdModifiers, TextTestIdModifiers, ToggleTestIdModifiers, TooltipTestIdModifiers };
|
|
185
|
+
export { AppTriggerTestIdModifiers, AutocompleteInputTestIdModifiers, BannerTestIdModifiers, CalendarMonthTestIdModifiers, CheckboxTestIdModifiers, ChipTestIdModifiers, DatePickerTestIdModifiers, DateRangeTestIdModifiers, DialogTestIdModifiers, DropdownTestIdModifiers, FieldHelpTextTestIdModifiers, FieldLabelTestIdModifiers, HeaderTestIdModifiers, IncludeExcludeTestIdModifiers, InputTestIdModifiers, RadioTestIdModifiers, SearchTestIdModifiers, SwitchTestIdModifiers, TableTestIdModifiers, TabsTestIdModifiers, TextAreaTestIdModifiers, TextTestIdModifiers, ToggleTestIdModifiers, TooltipTestIdModifiers };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useTestIdAttrs(testIdValue: string, testIdModifiers: Record<string, any>): import("vue").ComputedRef<{}>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ref, computed } from 'vue';
|
|
2
|
+
|
|
3
|
+
function useTestIdAttrs(testIdValue, testIdModifiers) {
|
|
4
|
+
const testId = ref(testIdValue);
|
|
5
|
+
return computed(() => {
|
|
6
|
+
const result = {};
|
|
7
|
+
for (const key in testIdModifiers) {
|
|
8
|
+
result[testIdModifiers[key]] = testId.value ? { "data-testid": `${testId.value}-${testIdModifiers[key]}` } : {};
|
|
9
|
+
}
|
|
10
|
+
return result;
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { useTestIdAttrs };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|