@orfium/ictinus 5.43.7 → 5.43.9
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/dist/components/Avatar/UserAvatar.js +5 -6
- package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +7 -8
- package/dist/components/Button/Button.js +21 -22
- package/dist/components/ButtonBase/constants.js +1 -7
- package/dist/components/Controls/CheckBox/CheckBox.js +28 -27
- package/dist/components/IconButton/IconButton.js +11 -10
- package/dist/components/Modal/Modal.js +11 -13
- package/dist/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.js +4 -6
- package/dist/components/TopAppBar/TopAppBar.js +15 -18
- package/dist/index.js +233 -239
- package/dist/package.json.d.ts +9 -5
- package/dist/package.json.js +1 -1
- package/dist/src/actions/ActionsContent.d.ts +282 -282
- package/dist/src/actions/ActionsRoot.d.ts +282 -282
- package/dist/src/components/Avatar/UserAvatar.d.ts +1 -2
- package/dist/src/components/Card/Card.d.ts +1 -2
- package/dist/src/components/IconButton/IconButton.d.ts +5 -6
- package/dist/src/components/List/components/ListItemText/ListItemText.style.d.ts +1 -1
- package/dist/src/components/Table/components/TD/TD.d.ts +2 -1
- package/dist/src/data-table/DataTable.d.ts +282 -282
- package/dist/src/data-table/DataTableBody.d.ts +282 -282
- package/dist/src/data-table/DataTableHeader.d.ts +282 -282
- package/dist/src/data-table/DataTableRow.d.ts +565 -565
- package/dist/src/index.d.ts +0 -2
- package/dist/src/skeleton/Skeleton.d.ts +282 -282
- package/dist/src/sprinkles/properties.css.d.ts +374 -368
- package/dist/src/sprinkles/sprinkles.d.ts +626 -626
- package/dist/src/vanilla/Box/Box.d.ts +282 -282
- package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
- package/dist/src/vanilla/Table/Table.d.ts +282 -282
- package/dist/src/vanilla/Table/TableBody.d.ts +282 -282
- package/dist/src/vanilla/Table/TableCell.d.ts +283 -283
- package/dist/src/vanilla/Table/TableFooter.d.ts +282 -282
- package/dist/src/vanilla/Table/TableHeader.d.ts +282 -282
- package/dist/src/vanilla/Table/TableHeaderCell.d.ts +283 -283
- package/dist/src/vanilla/Table/TableRow.d.ts +282 -282
- package/dist/src/vanilla/Text/Text.d.ts +282 -282
- package/dist/src/vanilla/index.d.ts +2 -0
- package/dist/vanilla/Dropdown/Dropdown-css.js +4 -4
- package/dist/vanilla/Menu/Menu-css.js +6 -6
- package/dist/vanilla/Popover/Popover-css.js +5 -5
- package/dist/vanilla/Table/Table-css.js +6 -6
- package/dist/vanilla/Table/TableBody-css.js +3 -3
- package/dist/vanilla/Table/TableCell-css.js +6 -6
- package/dist/vanilla/Table/TableFooter-css.js +3 -3
- package/dist/vanilla/Table/TableHeader-css.js +3 -3
- package/dist/vanilla/Table/TableHeaderCell-css.js +8 -8
- package/dist/vanilla/Table/TableRow-css.js +5 -5
- package/dist/vanilla/Text/Text-css.js +3 -3
- package/dist/vanilla/Tooltip/Tooltip-css.js +8 -8
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-DnHrsURs.css +22 -0
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-D9ztPyX7.css +4 -0
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-D1zKri52.css +70 -0
- package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-C7WK_qGD.css +36 -0
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CVufHmUV.css +1 -0
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BSsSCHAs.css +6 -0
- package/dist/vanilla/assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css +132 -0
- package/dist/vanilla/assets/src/sprinkles/properties.css.ts.vanilla-B7dED1bp.css +10133 -0
- package/dist/vanilla/assets/src/vanilla/Menu/Menu.css.ts.vanilla-DhRi9QUS.css +15 -0
- package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-BB6cef57.css +10 -0
- package/dist/vanilla/assets/src/vanilla/Table/Table.css.ts.vanilla-Db6TBYJE.css +21 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BxpDyemc.css +6 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableCell.css.ts.vanilla-Co5pVJLM.css +28 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableFooter.css.ts.vanilla-Dnf64vox.css +11 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-dHaHXhlt.css +8 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-yP3m72Wm.css +25 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-DEL9kCnn.css +18 -0
- package/dist/vanilla/assets/src/vanilla/Text/Text.css.ts.vanilla-DjvypZTb.css +38 -0
- package/dist/vanilla/assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-CUEqitTD.css +39 -0
- package/dist/vanilla/index.d.ts +9763 -30
- package/dist/vanilla/index.js +3 -0
- package/dist/vanilla/package.json.js +1 -1
- package/dist/vanilla/src/actions/ActionsContent-css.js +6 -6
- package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
- package/dist/vanilla/src/components/Avatar/UserAvatar.js +4 -6
- package/dist/vanilla/src/components/Button/Button.js +5 -8
- package/dist/vanilla/src/components/ButtonBase/constants.js +1 -7
- package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +7 -6
- package/dist/vanilla/src/components/Icon/Icon.js +44 -0
- package/dist/vanilla/src/components/Icon/Icon.style.js +42 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/forward.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/next.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/pause.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/play.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/previous.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/resume.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/rewind.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/stop.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/check.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/close.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/columnChooser.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/convert.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/copy.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/delete.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/download.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/edit.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/login.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/logout.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/mediaFile.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/minus.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/plus.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/redo.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/refresh.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/restore.svg.js +19 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/review.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/search.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/share.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sort.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sortAscending.svg.js +24 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sortDescending.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/thumbsDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/thumbsUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/undo.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/update.svg.js +19 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/upload.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/analytics.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/dashboard.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/dataset.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/earnings.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/income.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/insight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/invoice.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/trendingDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/trendingUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/calendar.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/chat.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/delivery.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/details.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/externalLink.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/file.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/filter.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/issue.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/keyword.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/generic/language.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/legal.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/location.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/mail.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/manual.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/moreOptions.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/notification.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/policy.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/report.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/search filled.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/generic/settings.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/tag.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/iconSelector.js +301 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/album.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/artist.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/asset.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/broadcast.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/catalog.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/channel.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/cinema.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/claim.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/composition.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/concert.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/conflict.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/cueSheet.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/digital.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/distribution.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/license.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/playcount.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/publicPerformance.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/publisher.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/radio.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/recordLabel.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/recording.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/television.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/usage.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/work.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/writer.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/youTube.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/apps.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowLeft.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowRight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronLeft.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronRight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/menu.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/pageFirst.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/pageLast.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleDown.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleLeft.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleRight.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleUp.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/audio.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/audioOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/bookmark.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/bookmarkOff.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/eye.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/eyeOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/favorite.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/favoriteOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/flag.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/flagOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/freeze.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/image.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/imageOff.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/link.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/lock.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/pair.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unfreeze.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unlink.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unlock.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unpair.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/video.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/videoOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/account.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/entities.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/error.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/help.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/informational.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/organization.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/pending.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/role.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/statusIndicator.svg.js +20 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/success.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/unverified.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/user.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/users.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/verified.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/warning.svg.js +18 -0
- package/dist/vanilla/src/components/IconButton/IconButton.js +5 -4
- package/dist/vanilla/src/data-table/DataTableBody-css.js +12 -12
- package/dist/vanilla/src/data-table/DataTableCheckbox.js +1 -1
- package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +10 -10
- package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -1
- package/dist/vanilla/src/layers/layers-css.js +9 -0
- package/dist/vanilla/src/skeleton/Skeleton-css.js +5 -5
- package/dist/vanilla/src/sprinkles/createSprinklesMerge.js +2 -1
- package/dist/vanilla/src/sprinkles/properties-css.js +6 -6
- package/dist/vanilla/src/sprinkles/sprinkles.js +3 -3
- package/dist/vanilla/src/sprinkles/sprinklesMerge.js +2 -2
- package/package.json +10 -6
- package/.turbo/turbo-build.log +0 -660
- package/CHANGELOG.md +0 -169
- package/codemods/avatarCodemod.ts +0 -53
- package/codemods/buttonCodemod.ts +0 -52
- package/codemods/checkboxCodemod.ts +0 -42
- package/codemods/chipCodemode.ts +0 -45
- package/codemods/drawerCodemod.ts +0 -73
- package/codemods/filterCodemod.ts +0 -29
- package/codemods/globalsCodemod.ts +0 -145
- package/codemods/iconButtonCodemod.ts +0 -54
- package/codemods/iconCodemod.ts +0 -24
- package/codemods/loaderCodemod.ts +0 -47
- package/codemods/menuCodemod.ts +0 -43
- package/codemods/notificationsCodemod.ts +0 -21
- package/codemods/paginationCodemod.ts +0 -36
- package/codemods/radioCodemod.ts +0 -27
- package/codemods/radioGroupCodemod.ts +0 -23
- package/codemods/searchCodemod.ts +0 -38
- package/codemods/selectCodemod.ts +0 -88
- package/codemods/switchCodemod.ts +0 -40
- package/codemods/tableCodemod.ts +0 -24
- package/codemods/textareaCodemod.ts +0 -58
- package/codemods/textfieldCodemod.ts +0 -55
- package/codemods/tooltipCodemod.ts +0 -35
- package/codemods/unchangedIconsCodemod.ts +0 -62
- package/dist/icon/Icon.js +0 -309
- package/dist/icons/AccountIcon.js +0 -8
- package/dist/icons/AlbumIcon.js +0 -8
- package/dist/icons/AnalyticsIcon.js +0 -8
- package/dist/icons/AppsIcon.js +0 -8
- package/dist/icons/ArrowDownIcon.js +0 -8
- package/dist/icons/ArrowLeftIcon.js +0 -8
- package/dist/icons/ArrowRightIcon.js +0 -8
- package/dist/icons/ArrowUpIcon.js +0 -8
- package/dist/icons/ArtistIcon.js +0 -8
- package/dist/icons/AssetIcon.js +0 -8
- package/dist/icons/AudioIcon.js +0 -8
- package/dist/icons/AudioOffIcon.js +0 -13
- package/dist/icons/BookmarkIcon.js +0 -8
- package/dist/icons/BookmarkOffIcon.js +0 -8
- package/dist/icons/BroadcastIcon.js +0 -8
- package/dist/icons/CalendarIcon.js +0 -8
- package/dist/icons/CatalogIcon.js +0 -8
- package/dist/icons/ChannelIcon.js +0 -12
- package/dist/icons/ChatIcon.js +0 -8
- package/dist/icons/CheckIcon.js +0 -8
- package/dist/icons/ChevronDownIcon.js +0 -8
- package/dist/icons/ChevronLeftIcon.js +0 -8
- package/dist/icons/ChevronRightIcon.js +0 -8
- package/dist/icons/ChevronUpIcon.js +0 -8
- package/dist/icons/CinemaIcon.js +0 -8
- package/dist/icons/ClaimIcon.js +0 -8
- package/dist/icons/CloseIcon.js +0 -8
- package/dist/icons/ColumnChooserIcon.js +0 -8
- package/dist/icons/CompositionIcon.js +0 -8
- package/dist/icons/ConcertIcon.js +0 -8
- package/dist/icons/ConflictIcon.js +0 -8
- package/dist/icons/ConvertIcon.js +0 -8
- package/dist/icons/CopyIcon.js +0 -8
- package/dist/icons/CueSheetIcon.js +0 -8
- package/dist/icons/DashboardIcon.js +0 -8
- package/dist/icons/DatasetIcon.js +0 -8
- package/dist/icons/DeleteIcon.js +0 -8
- package/dist/icons/DeliveryIcon.js +0 -8
- package/dist/icons/DetailsIcon.js +0 -8
- package/dist/icons/DigitalIcon.js +0 -8
- package/dist/icons/DistributionIcon.js +0 -8
- package/dist/icons/DownloadIcon.js +0 -8
- package/dist/icons/EarningsIcon.js +0 -8
- package/dist/icons/EditIcon.js +0 -8
- package/dist/icons/EntitiesIcon.js +0 -8
- package/dist/icons/ErrorIcon.js +0 -8
- package/dist/icons/ExternalLinkIcon.js +0 -8
- package/dist/icons/EyeIcon.js +0 -8
- package/dist/icons/EyeOffIcon.js +0 -8
- package/dist/icons/FavoriteIcon.js +0 -8
- package/dist/icons/FavoriteOffIcon.js +0 -8
- package/dist/icons/FileIcon.js +0 -8
- package/dist/icons/FilterIcon.js +0 -8
- package/dist/icons/FlagIcon.js +0 -8
- package/dist/icons/FlagOffIcon.js +0 -8
- package/dist/icons/ForwardIcon.js +0 -8
- package/dist/icons/FreezeIcon.js +0 -8
- package/dist/icons/HelpIcon.js +0 -8
- package/dist/icons/ImageIcon.js +0 -8
- package/dist/icons/ImageOffIcon.js +0 -11
- package/dist/icons/IncomeIcon.js +0 -8
- package/dist/icons/InformationalIcon.js +0 -8
- package/dist/icons/InsightIcon.js +0 -8
- package/dist/icons/InvoiceIcon.js +0 -8
- package/dist/icons/IssueIcon.js +0 -8
- package/dist/icons/KeywordIcon.js +0 -8
- package/dist/icons/LanguageIcon.js +0 -8
- package/dist/icons/LegalIcon.js +0 -8
- package/dist/icons/LicenseIcon.js +0 -8
- package/dist/icons/LinkIcon.js +0 -8
- package/dist/icons/LocationIcon.js +0 -8
- package/dist/icons/LockIcon.js +0 -8
- package/dist/icons/LoginIcon.js +0 -8
- package/dist/icons/LogoutIcon.js +0 -8
- package/dist/icons/MailIcon.js +0 -8
- package/dist/icons/ManualIcon.js +0 -8
- package/dist/icons/MediaFileIcon.js +0 -8
- package/dist/icons/MenuIcon.js +0 -8
- package/dist/icons/MinusIcon.js +0 -8
- package/dist/icons/MoreOptionsIcon.js +0 -12
- package/dist/icons/NextIcon.js +0 -8
- package/dist/icons/NotificationIcon.js +0 -8
- package/dist/icons/OrganizationIcon.js +0 -8
- package/dist/icons/PageFirstIcon.js +0 -8
- package/dist/icons/PageLastIcon.js +0 -8
- package/dist/icons/PairIcon.js +0 -8
- package/dist/icons/PauseIcon.js +0 -8
- package/dist/icons/PendingIcon.js +0 -8
- package/dist/icons/PlayIcon.js +0 -8
- package/dist/icons/PlaycountIcon.js +0 -8
- package/dist/icons/PlusIcon.js +0 -8
- package/dist/icons/PolicyIcon.js +0 -8
- package/dist/icons/PreviousIcon.js +0 -8
- package/dist/icons/PublicPerformanceIcon.js +0 -8
- package/dist/icons/PublisherIcon.js +0 -11
- package/dist/icons/RadioIcon.js +0 -8
- package/dist/icons/RecordLabelIcon.js +0 -8
- package/dist/icons/RecordingIcon.js +0 -8
- package/dist/icons/RedoIcon.js +0 -8
- package/dist/icons/RefreshIcon.js +0 -8
- package/dist/icons/ReportIcon.js +0 -8
- package/dist/icons/RestoreIcon.js +0 -11
- package/dist/icons/ResumeIcon.js +0 -11
- package/dist/icons/ReviewIcon.js +0 -8
- package/dist/icons/RewindIcon.js +0 -8
- package/dist/icons/RoleIcon.js +0 -8
- package/dist/icons/SearchFilledIcon.js +0 -8
- package/dist/icons/SearchIcon.js +0 -8
- package/dist/icons/SettingsIcon.js +0 -8
- package/dist/icons/ShareIcon.js +0 -8
- package/dist/icons/SortAscendingIcon.js +0 -12
- package/dist/icons/SortDescendingIcon.js +0 -12
- package/dist/icons/SortIcon.js +0 -11
- package/dist/icons/StatusIndicatorIcon.js +0 -8
- package/dist/icons/StopIcon.js +0 -8
- package/dist/icons/SuccessIcon.js +0 -8
- package/dist/icons/TagIcon.js +0 -8
- package/dist/icons/TelevisionIcon.js +0 -8
- package/dist/icons/ThumbsDownIcon.js +0 -8
- package/dist/icons/ThumbsUpIcon.js +0 -8
- package/dist/icons/TrendingDownIcon.js +0 -8
- package/dist/icons/TrendingUpIcon.js +0 -8
- package/dist/icons/TriangleDownIcon.js +0 -8
- package/dist/icons/TriangleLeftIcon.js +0 -8
- package/dist/icons/TriangleRightIcon.js +0 -8
- package/dist/icons/TriangleUpIcon.js +0 -8
- package/dist/icons/UndoIcon.js +0 -8
- package/dist/icons/UnfreezeIcon.js +0 -11
- package/dist/icons/UnlinkIcon.js +0 -8
- package/dist/icons/UnlockIcon.js +0 -8
- package/dist/icons/UnpairIcon.js +0 -8
- package/dist/icons/UnverifiedIcon.js +0 -11
- package/dist/icons/UpdateIcon.js +0 -11
- package/dist/icons/UploadIcon.js +0 -8
- package/dist/icons/UsageIcon.js +0 -8
- package/dist/icons/UserIcon.js +0 -8
- package/dist/icons/UsersIcon.js +0 -13
- package/dist/icons/VerifiedIcon.js +0 -8
- package/dist/icons/VideoIcon.js +0 -8
- package/dist/icons/VideoOffIcon.js +0 -11
- package/dist/icons/WarningIcon.js +0 -8
- package/dist/icons/WorkIcon.js +0 -8
- package/dist/icons/WriterIcon.js +0 -12
- package/dist/icons/YouTubeIcon.js +0 -8
- package/dist/layers/layers.css.js +0 -9
- package/dist/layers/layers.css.ts.vanilla.css +0 -1
- package/dist/sprinkles/createSprinklesMerge.js +0 -27
- package/dist/sprinkles/properties.css.js +0 -9
- package/dist/sprinkles/properties.css.ts.vanilla.css +0 -1
- package/dist/sprinkles/sprinkles.js +0 -8
- package/dist/sprinkles/sprinklesMerge.js +0 -6
- package/dist/utils/cn.js +0 -7
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BVxWvGVF.css +0 -22
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-B5JvX1-v.css +0 -4
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-B8JRxzQ8.css +0 -70
- package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-B2HJ86a7.css +0 -36
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CBkaYCBT.css +0 -1
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-CNzX69JK.css +0 -6
- package/dist/vanilla/assets/src/sprinkles/properties.css.ts.vanilla-CRlOneec.css +0 -10127
- package/dist/vanilla/assets/src/vanilla/Menu/Menu.css.ts.vanilla-C4DzWzim.css +0 -15
- package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-CVYpB1bf.css +0 -10
- package/dist/vanilla/assets/src/vanilla/Table/Table.css.ts.vanilla-D8zK7RSt.css +0 -21
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BWkZ_Hqu.css +0 -6
- package/dist/vanilla/assets/src/vanilla/Table/TableCell.css.ts.vanilla-BmF3z2D_.css +0 -28
- package/dist/vanilla/assets/src/vanilla/Table/TableFooter.css.ts.vanilla-CpsnDIuH.css +0 -11
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-2yw_MsU1.css +0 -8
- package/dist/vanilla/assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-CZtubUTB.css +0 -25
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-B1NNK8v8.css +0 -18
- package/dist/vanilla/assets/src/vanilla/Text/Text.css.ts.vanilla-cv9I-28W.css +0 -38
- package/dist/vanilla/assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-nRPDcOsw.css +0 -39
- package/dist/vanilla/assets/src/vanilla-extract/global.css.ts.vanilla-BHTgxO8_.css +0 -124
- package/dist/vanilla-extract/global.css.ts.vanilla.css +0 -1
- package/eslint.config.mjs +0 -176
- package/postcss.config.mjs +0 -13
- package/rollup.config.mjs +0 -66
- package/src/actions/ActionsContent.css.ts +0 -52
- package/src/actions/ActionsContent.tsx +0 -19
- package/src/actions/ActionsRoot.css.ts +0 -8
- package/src/actions/ActionsRoot.tsx +0 -19
- package/src/actions/index.ts +0 -2
- package/src/components/Avatar/Avatar.style.ts +0 -124
- package/src/components/Avatar/Avatar.tsx +0 -38
- package/src/components/Avatar/Avatar.types.ts +0 -24
- package/src/components/Avatar/AvatarStack/AvatarStack.style.ts +0 -25
- package/src/components/Avatar/AvatarStack/AvatarStack.tsx +0 -49
- package/src/components/Avatar/AvatarStack/AvatarStack.types.ts +0 -12
- package/src/components/Avatar/AvatarStack/index.ts +0 -2
- package/src/components/Avatar/AvatarStack/utils.ts +0 -10
- package/src/components/Avatar/UserAvatar.tsx +0 -18
- package/src/components/Avatar/index.ts +0 -3
- package/src/components/Box/Box.style.ts +0 -3
- package/src/components/Box/Box.test.ts +0 -98
- package/src/components/Box/Box.tsx +0 -57
- package/src/components/Box/Box.types.ts +0 -336
- package/src/components/Box/Box.utilities.ts +0 -171
- package/src/components/Box/index.ts +0 -3
- package/src/components/Breadcrumb/BackToItem/BackToItem.tsx +0 -25
- package/src/components/Breadcrumb/BackToItem/index.ts +0 -1
- package/src/components/Breadcrumb/Breadcrumb.style.ts +0 -16
- package/src/components/Breadcrumb/Breadcrumb.tsx +0 -79
- package/src/components/Breadcrumb/Breadcrumb.types.ts +0 -16
- package/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.ts +0 -25
- package/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.tsx +0 -35
- package/src/components/Breadcrumb/BreadcrumbItem/index.ts +0 -1
- package/src/components/Breadcrumb/index.ts +0 -3
- package/src/components/Broadcast/Broadcast.style.ts +0 -132
- package/src/components/Broadcast/Broadcast.tsx +0 -89
- package/src/components/Broadcast/Broadcast.types.ts +0 -43
- package/src/components/Broadcast/index.ts +0 -1
- package/src/components/Broadcast/tests/Broadcast.test.tsx +0 -71
- package/src/components/Button/Button.tsx +0 -57
- package/src/components/Button/Button.types.ts +0 -5
- package/src/components/Button/ButtonLoader/ButtonLoader.style.ts +0 -49
- package/src/components/Button/ButtonLoader/ButtonLoader.tsx +0 -20
- package/src/components/Button/ButtonLoader/index.ts +0 -2
- package/src/components/Button/index.ts +0 -2
- package/src/components/ButtonBase/ButtonBase.style.ts +0 -94
- package/src/components/ButtonBase/ButtonBase.tsx +0 -102
- package/src/components/ButtonBase/constants.ts +0 -43
- package/src/components/ButtonBase/index.ts +0 -2
- package/src/components/Card/Card.style.ts +0 -17
- package/src/components/Card/Card.tsx +0 -25
- package/src/components/Card/index.ts +0 -2
- package/src/components/Chart/BarChart/BarChart.tsx +0 -154
- package/src/components/Chart/BarChart/components/CustomLabel/CustomLabel.tsx +0 -35
- package/src/components/Chart/BarChart/components/CustomLabel/index.ts +0 -1
- package/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.ts +0 -36
- package/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.tsx +0 -47
- package/src/components/Chart/BarChart/components/CustomTooltip/index.ts +0 -1
- package/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.ts +0 -45
- package/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.tsx +0 -31
- package/src/components/Chart/BarChart/components/CustomTooltipContent/index.ts +0 -1
- package/src/components/Chart/BarChart/index.ts +0 -1
- package/src/components/Chart/BarChart/utils.ts +0 -69
- package/src/components/Chart/DonutChart/DonutChart.tsx +0 -50
- package/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.style.ts +0 -16
- package/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.tsx +0 -45
- package/src/components/Chart/DonutChart/components/CustomLabel/index.ts +0 -1
- package/src/components/Chart/DonutChart/index.ts +0 -1
- package/src/components/Chart/LineChart/LineChart.test.ts +0 -33
- package/src/components/Chart/LineChart/LineChart.tsx +0 -103
- package/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.ts +0 -40
- package/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.tsx +0 -32
- package/src/components/Chart/LineChart/components/CustomTooltip/index.ts +0 -1
- package/src/components/Chart/LineChart/components/GradientLine/GradientLine.tsx +0 -17
- package/src/components/Chart/LineChart/components/GradientLine/index.ts +0 -1
- package/src/components/Chart/LineChart/index.ts +0 -1
- package/src/components/Chart/LineChart/mockedData.ts +0 -43
- package/src/components/Chart/LineChart/story.utils.ts +0 -13
- package/src/components/Chart/LineChart/utils.ts +0 -33
- package/src/components/Chart/Wrapper.tsx +0 -31
- package/src/components/Controls/CheckBox/CheckBox.style.ts +0 -84
- package/src/components/Controls/CheckBox/CheckBox.test.tsx +0 -86
- package/src/components/Controls/CheckBox/CheckBox.tsx +0 -98
- package/src/components/Controls/CheckBox/__snapshots__/CheckBox.stories.storyshot +0 -2410
- package/src/components/Controls/CheckBox/__snapshots__/CheckBox.test.tsx.snap +0 -145
- package/src/components/Controls/CheckBox/index.ts +0 -2
- package/src/components/Controls/ControlLabel/ControlHelpText.tsx +0 -16
- package/src/components/Controls/ControlLabel/ControlLabel.style.ts +0 -39
- package/src/components/Controls/ControlLabel/ControlLabelText.tsx +0 -18
- package/src/components/Controls/ControlLabel/index.ts +0 -2
- package/src/components/Controls/Controls.types.ts +0 -12
- package/src/components/Controls/Radio/Radio.style.ts +0 -96
- package/src/components/Controls/Radio/Radio.test.tsx +0 -62
- package/src/components/Controls/Radio/Radio.tsx +0 -73
- package/src/components/Controls/Radio/__snapshots__/Radio.stories.storyshot +0 -2659
- package/src/components/Controls/Radio/__snapshots__/Radio.test.tsx.snap +0 -122
- package/src/components/Controls/Radio/components/RadioGroup/RadioGroup.tsx +0 -42
- package/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.ts +0 -6
- package/src/components/Controls/Radio/components/RadioGroup/index.ts +0 -2
- package/src/components/Controls/Radio/index.ts +0 -2
- package/src/components/Controls/Switch/Switch.style.ts +0 -91
- package/src/components/Controls/Switch/Switch.test.tsx +0 -53
- package/src/components/Controls/Switch/Switch.tsx +0 -84
- package/src/components/Controls/Switch/__snapshots__/Switch.test.tsx.snap +0 -141
- package/src/components/Controls/Switch/index.ts +0 -2
- package/src/components/Controls/index.ts +0 -5
- package/src/components/DatePicker/DatePickInput/DatePickInput.style.ts +0 -47
- package/src/components/DatePicker/DatePickInput/DatePickInput.tsx +0 -165
- package/src/components/DatePicker/DatePickInput/index.ts +0 -2
- package/src/components/DatePicker/DatePicker.style.ts +0 -15
- package/src/components/DatePicker/DatePicker.test.tsx +0 -346
- package/src/components/DatePicker/DatePicker.tsx +0 -231
- package/src/components/DatePicker/DatePicker.types.ts +0 -57
- package/src/components/DatePicker/Day/Day.style.ts +0 -111
- package/src/components/DatePicker/Day/Day.test.tsx +0 -97
- package/src/components/DatePicker/Day/Day.tsx +0 -100
- package/src/components/DatePicker/Day/__snapshots__/Day.test.tsx.snap +0 -320
- package/src/components/DatePicker/Day/index.ts +0 -2
- package/src/components/DatePicker/Month/Month.style.ts +0 -32
- package/src/components/DatePicker/Month/Month.test.tsx +0 -96
- package/src/components/DatePicker/Month/Month.tsx +0 -154
- package/src/components/DatePicker/Month/Month.utils.ts +0 -107
- package/src/components/DatePicker/Month/__snapshots__/Month.test.tsx.snap +0 -803
- package/src/components/DatePicker/Month/hooks/useMonthKeyboardNavigation.ts +0 -84
- package/src/components/DatePicker/Month/index.ts +0 -2
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.style.ts +0 -71
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.test.tsx +0 -109
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.tsx +0 -118
- package/src/components/DatePicker/OverlayComponent/__snapshots__/OverlayComponent.test.tsx.snap +0 -3183
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.ts +0 -55
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.test.tsx +0 -52
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.tsx +0 -154
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/__snapshots__/MonthWrapper.test.tsx.snap +0 -1098
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.ts +0 -0
- package/src/components/DatePicker/OverlayComponent/index.ts +0 -2
- package/src/components/DatePicker/OverlayComponent/utils.ts +0 -15
- package/src/components/DatePicker/constants.ts +0 -28
- package/src/components/DatePicker/index.ts +0 -4
- package/src/components/DatePicker/utils.ts +0 -17
- package/src/components/Drawer/Drawer.style.ts +0 -204
- package/src/components/Drawer/Drawer.test.tsx +0 -127
- package/src/components/Drawer/Drawer.tsx +0 -80
- package/src/components/Drawer/Drawer.types.ts +0 -20
- package/src/components/Drawer/DrawerContext.tsx +0 -103
- package/src/components/Drawer/components/DrawerContent/DrawerContent.tsx +0 -26
- package/src/components/Drawer/components/DrawerContent/hooks/useDrawerContentObserver.ts +0 -52
- package/src/components/Drawer/components/DrawerContent/index.ts +0 -1
- package/src/components/Drawer/components/DrawerFooter/DrawerFooter.tsx +0 -20
- package/src/components/Drawer/components/DrawerFooter/index.ts +0 -1
- package/src/components/Drawer/components/DrawerHeader/DrawerHeader.tsx +0 -22
- package/src/components/Drawer/components/DrawerHeader/index.ts +0 -1
- package/src/components/Drawer/components/index.ts +0 -3
- package/src/components/Drawer/index.ts +0 -5
- package/src/components/DropdownButton/DropdownButton.style.ts +0 -90
- package/src/components/DropdownButton/DropdownButton.test.tsx +0 -57
- package/src/components/DropdownButton/DropdownButton.tsx +0 -159
- package/src/components/DropdownButton/index.ts +0 -1
- package/src/components/ExpandCollapse/ExpandCollapse.style.ts +0 -9
- package/src/components/ExpandCollapse/ExpandCollapse.tsx +0 -56
- package/src/components/ExpandCollapse/ExpandCollapse.types.ts +0 -68
- package/src/components/ExpandCollapse/index.ts +0 -3
- package/src/components/ExpandCollapse/useManageContentRef.ts +0 -45
- package/src/components/ExpandCollapse/utils.ts +0 -21
- package/src/components/Filter/Filter.test.tsx +0 -218
- package/src/components/Filter/Filter.tsx +0 -162
- package/src/components/Filter/Filter.types.ts +0 -77
- package/src/components/Filter/StatefulFilter.tsx +0 -37
- package/src/components/Filter/components/FilterButton/FilterButton.style.ts +0 -74
- package/src/components/Filter/components/FilterButton/FilterButton.tsx +0 -101
- package/src/components/Filter/components/FilterButton/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/FilterMenu.style.ts +0 -15
- package/src/components/Filter/components/FilterMenu/FilterMenu.tsx +0 -78
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.style.ts +0 -31
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.tsx +0 -106
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/components/Options/Options.style.ts +0 -40
- package/src/components/Filter/components/FilterMenu/components/Options/Options.tsx +0 -94
- package/src/components/Filter/components/FilterMenu/components/Options/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/index.ts +0 -1
- package/src/components/Filter/constants.ts +0 -39
- package/src/components/Filter/hooks/index.ts +0 -1
- package/src/components/Filter/hooks/useFilterWithSelectionUtils.ts +0 -122
- package/src/components/Filter/index.ts +0 -3
- package/src/components/Icon/Icon.style.ts +0 -52
- package/src/components/Icon/Icon.tsx +0 -68
- package/src/components/Icon/Icon.types.ts +0 -169
- package/src/components/Icon/assets/audioControls/forward.svg +0 -3
- package/src/components/Icon/assets/audioControls/next.svg +0 -3
- package/src/components/Icon/assets/audioControls/pause.svg +0 -3
- package/src/components/Icon/assets/audioControls/play.svg +0 -3
- package/src/components/Icon/assets/audioControls/previous.svg +0 -3
- package/src/components/Icon/assets/audioControls/resume.svg +0 -4
- package/src/components/Icon/assets/audioControls/rewind.svg +0 -3
- package/src/components/Icon/assets/audioControls/stop.svg +0 -3
- package/src/components/Icon/assets/basicActions/check.svg +0 -3
- package/src/components/Icon/assets/basicActions/close.svg +0 -3
- package/src/components/Icon/assets/basicActions/columnChooser.svg +0 -3
- package/src/components/Icon/assets/basicActions/convert.svg +0 -3
- package/src/components/Icon/assets/basicActions/copy.svg +0 -3
- package/src/components/Icon/assets/basicActions/delete.svg +0 -3
- package/src/components/Icon/assets/basicActions/download.svg +0 -3
- package/src/components/Icon/assets/basicActions/edit.svg +0 -3
- package/src/components/Icon/assets/basicActions/login.svg +0 -3
- package/src/components/Icon/assets/basicActions/logout.svg +0 -3
- package/src/components/Icon/assets/basicActions/mediaFile.svg +0 -3
- package/src/components/Icon/assets/basicActions/minus.svg +0 -3
- package/src/components/Icon/assets/basicActions/plus.svg +0 -3
- package/src/components/Icon/assets/basicActions/redo.svg +0 -3
- package/src/components/Icon/assets/basicActions/refresh.svg +0 -3
- package/src/components/Icon/assets/basicActions/restore.svg +0 -4
- package/src/components/Icon/assets/basicActions/review.svg +0 -3
- package/src/components/Icon/assets/basicActions/search.svg +0 -3
- package/src/components/Icon/assets/basicActions/share.svg +0 -3
- package/src/components/Icon/assets/basicActions/sort.svg +0 -4
- package/src/components/Icon/assets/basicActions/sortAscending.svg +0 -5
- package/src/components/Icon/assets/basicActions/sortDescending.svg +0 -5
- package/src/components/Icon/assets/basicActions/thumbsDown.svg +0 -3
- package/src/components/Icon/assets/basicActions/thumbsUp.svg +0 -3
- package/src/components/Icon/assets/basicActions/undo.svg +0 -3
- package/src/components/Icon/assets/basicActions/update.svg +0 -4
- package/src/components/Icon/assets/basicActions/upload.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/analytics.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/dashboard.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/dataset.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/earnings.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/income.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/insight.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/invoice.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/trendingDown.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/trendingUp.svg +0 -3
- package/src/components/Icon/assets/generic/calendar.svg +0 -3
- package/src/components/Icon/assets/generic/chat.svg +0 -3
- package/src/components/Icon/assets/generic/delivery.svg +0 -3
- package/src/components/Icon/assets/generic/details.svg +0 -3
- package/src/components/Icon/assets/generic/externalLink.svg +0 -3
- package/src/components/Icon/assets/generic/file.svg +0 -3
- package/src/components/Icon/assets/generic/filter.svg +0 -3
- package/src/components/Icon/assets/generic/issue.svg +0 -3
- package/src/components/Icon/assets/generic/keyword.svg +0 -3
- package/src/components/Icon/assets/generic/language.svg +0 -3
- package/src/components/Icon/assets/generic/legal.svg +0 -3
- package/src/components/Icon/assets/generic/location.svg +0 -3
- package/src/components/Icon/assets/generic/mail.svg +0 -3
- package/src/components/Icon/assets/generic/manual.svg +0 -3
- package/src/components/Icon/assets/generic/moreOptions.svg +0 -5
- package/src/components/Icon/assets/generic/notification.svg +0 -3
- package/src/components/Icon/assets/generic/policy.svg +0 -3
- package/src/components/Icon/assets/generic/report.svg +0 -3
- package/src/components/Icon/assets/generic/search filled.svg +0 -3
- package/src/components/Icon/assets/generic/settings.svg +0 -3
- package/src/components/Icon/assets/generic/tag.svg +0 -3
- package/src/components/Icon/assets/iconSelector.ts +0 -312
- package/src/components/Icon/assets/musicBusiness/album.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/artist.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/asset.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/broadcast.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/catalog.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/channel.svg +0 -5
- package/src/components/Icon/assets/musicBusiness/cinema.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/claim.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/composition.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/concert.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/conflict.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/cueSheet.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/digital.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/distribution.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/license.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/playcount.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/publicPerformance.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/publisher.svg +0 -4
- package/src/components/Icon/assets/musicBusiness/radio.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/recordLabel.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/recording.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/television.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/usage.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/work.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/writer.svg +0 -5
- package/src/components/Icon/assets/musicBusiness/youTube.svg +0 -3
- package/src/components/Icon/assets/navigation/apps.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowDown.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowRight.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowUp.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronDown.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronRight.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronUp.svg +0 -3
- package/src/components/Icon/assets/navigation/menu.svg +0 -3
- package/src/components/Icon/assets/navigation/pageFirst.svg +0 -3
- package/src/components/Icon/assets/navigation/pageLast.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleDown.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleRight.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleUp.svg +0 -3
- package/src/components/Icon/assets/toggledActions/audio.svg +0 -3
- package/src/components/Icon/assets/toggledActions/audioOff.svg +0 -6
- package/src/components/Icon/assets/toggledActions/bookmark.svg +0 -3
- package/src/components/Icon/assets/toggledActions/bookmarkOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/eye.svg +0 -3
- package/src/components/Icon/assets/toggledActions/eyeOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/favorite.svg +0 -3
- package/src/components/Icon/assets/toggledActions/favoriteOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/flag.svg +0 -3
- package/src/components/Icon/assets/toggledActions/flagOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/freeze.svg +0 -3
- package/src/components/Icon/assets/toggledActions/image.svg +0 -3
- package/src/components/Icon/assets/toggledActions/imageOff.svg +0 -4
- package/src/components/Icon/assets/toggledActions/link.svg +0 -3
- package/src/components/Icon/assets/toggledActions/lock.svg +0 -3
- package/src/components/Icon/assets/toggledActions/pair.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unfreeze.svg +0 -4
- package/src/components/Icon/assets/toggledActions/unlink.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unlock.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unpair.svg +0 -3
- package/src/components/Icon/assets/toggledActions/video.svg +0 -3
- package/src/components/Icon/assets/toggledActions/videoOff.svg +0 -4
- package/src/components/Icon/assets/usersAndStatus/account.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/entities.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/error.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/help.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/informational.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/organization.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/pending.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/role.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/statusIndicator.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/success.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/unverified.svg +0 -4
- package/src/components/Icon/assets/usersAndStatus/user.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/users.svg +0 -6
- package/src/components/Icon/assets/usersAndStatus/verified.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/warning.svg +0 -3
- package/src/components/Icon/constants.ts +0 -199
- package/src/components/Icon/index.ts +0 -5
- package/src/components/IconButton/IconButton.tsx +0 -59
- package/src/components/IconButton/index.ts +0 -2
- package/src/components/InlineAlert/InlineAlert.style.ts +0 -117
- package/src/components/InlineAlert/InlineAlert.tsx +0 -89
- package/src/components/InlineAlert/InlineAlert.types.ts +0 -48
- package/src/components/InlineAlert/index.ts +0 -2
- package/src/components/InlineAlert/tests/InlineAlert.test.tsx +0 -71
- package/src/components/Label/Label.style.ts +0 -42
- package/src/components/Label/Label.tsx +0 -36
- package/src/components/Label/index.ts +0 -2
- package/src/components/Link/Link.style.ts +0 -90
- package/src/components/Link/Link.tsx +0 -58
- package/src/components/Link/Link.types.ts +0 -23
- package/src/components/Link/index.ts +0 -1
- package/src/components/List/List.style.ts +0 -50
- package/src/components/List/List.tsx +0 -168
- package/src/components/List/ListItem.tsx +0 -28
- package/src/components/List/ListSection.tsx +0 -22
- package/src/components/List/Window.tsx +0 -86
- package/src/components/List/components/ListItemAction/ListItemAction.style.ts +0 -10
- package/src/components/List/components/ListItemAction/ListItemAction.tsx +0 -12
- package/src/components/List/components/ListItemAction/index.ts +0 -2
- package/src/components/List/components/ListItemText/ListItemText.style.ts +0 -45
- package/src/components/List/components/ListItemText/ListItemText.tsx +0 -19
- package/src/components/List/components/ListItemText/index.ts +0 -2
- package/src/components/List/components/ListItemWrapper/ListItemWrapper.style.ts +0 -65
- package/src/components/List/components/ListItemWrapper/ListItemWrapper.tsx +0 -49
- package/src/components/List/components/ListItemWrapper/README.md +0 -1
- package/src/components/List/components/ListItemWrapper/index.ts +0 -2
- package/src/components/List/index.ts +0 -7
- package/src/components/List/types.ts +0 -13
- package/src/components/List/utils.tsx +0 -13
- package/src/components/Menu/Menu.style.ts +0 -83
- package/src/components/Menu/Menu.tsx +0 -91
- package/src/components/Menu/MenuItemDivider.tsx +0 -31
- package/src/components/Menu/index.ts +0 -4
- package/src/components/Modal/Modal.style.ts +0 -45
- package/src/components/Modal/Modal.test.tsx +0 -93
- package/src/components/Modal/Modal.tsx +0 -87
- package/src/components/Modal/ModalContent/ModalContent.style.ts +0 -47
- package/src/components/Modal/ModalContent/ModalContent.tsx +0 -78
- package/src/components/Modal/ModalContent/index.ts +0 -1
- package/src/components/Modal/index.ts +0 -1
- package/src/components/MultiTextFieldBase/MultiTextFieldBase.style.ts +0 -111
- package/src/components/MultiTextFieldBase/MultiTextFieldBase.tsx +0 -181
- package/src/components/MultiTextFieldBase/hooks.tsx +0 -97
- package/src/components/MultiTextFieldBase/index.ts +0 -1
- package/src/components/Notification/Banner/Banner.tsx +0 -63
- package/src/components/Notification/Banner/index.tsx +0 -2
- package/src/components/Notification/InlineNotification/InlineNotification.tsx +0 -59
- package/src/components/Notification/InlineNotification/index.tsx +0 -2
- package/src/components/Notification/Notification.style.ts +0 -59
- package/src/components/Notification/Notification.test.tsx +0 -293
- package/src/components/Notification/Notification.tsx +0 -16
- package/src/components/Notification/NotificationVisual/NotificationVisual.style.tsx +0 -14
- package/src/components/Notification/NotificationVisual/NotificationVisual.tsx +0 -58
- package/src/components/Notification/NotificationVisual/index.tsx +0 -2
- package/src/components/Notification/NotificationsContainer/NotificationsContainer.style.tsx +0 -54
- package/src/components/Notification/NotificationsContainer/NotificationsContainer.tsx +0 -31
- package/src/components/Notification/NotificationsContainer/index.ts +0 -2
- package/src/components/Notification/Snackbar/Snackbar.style.ts +0 -55
- package/src/components/Notification/Snackbar/Snackbar.tsx +0 -94
- package/src/components/Notification/Snackbar/index.tsx +0 -2
- package/src/components/Notification/subcomponents/CompactNotification/CompactNotification.style.ts +0 -48
- package/src/components/Notification/subcomponents/CompactNotification/CompactNotification.tsx +0 -118
- package/src/components/Notification/subcomponents/CompactNotification/index.tsx +0 -2
- package/src/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.tsx +0 -43
- package/src/components/Notification/subcomponents/NotificationActionsArea/index.ts +0 -1
- package/src/components/NumberField/NumberField.style.ts +0 -10
- package/src/components/NumberField/NumberField.test.tsx +0 -83
- package/src/components/NumberField/NumberField.tsx +0 -135
- package/src/components/NumberField/components/Stepper/Stepper.style.ts +0 -37
- package/src/components/NumberField/components/Stepper/Stepper.tsx +0 -46
- package/src/components/NumberField/components/Stepper/index.ts +0 -1
- package/src/components/NumberField/index.ts +0 -2
- package/src/components/Pagination/Pagination.tsx +0 -86
- package/src/components/Pagination/index.ts +0 -2
- package/src/components/ProgressIndicator/ProgressIndicator.tsx +0 -25
- package/src/components/ProgressIndicator/ProgressIndicator.types.ts +0 -12
- package/src/components/ProgressIndicator/__snapshots__/ProgressIndicator.stories.storyshot +0 -883
- package/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.ts +0 -85
- package/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.tsx +0 -37
- package/src/components/ProgressIndicator/components/ProgressBar/index.ts +0 -1
- package/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.style.ts +0 -24
- package/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.tsx +0 -60
- package/src/components/ProgressIndicator/components/ProgressCircle/index.ts +0 -1
- package/src/components/ProgressIndicator/index.ts +0 -1
- package/src/components/Search/Search.style.ts +0 -104
- package/src/components/Search/Search.test.tsx +0 -87
- package/src/components/Search/Search.tsx +0 -86
- package/src/components/Search/Search.types.ts +0 -33
- package/src/components/Search/StatefulSearch.tsx +0 -66
- package/src/components/Search/constants.ts +0 -10
- package/src/components/Search/index.ts +0 -3
- package/src/components/Select/Select.style.ts +0 -21
- package/src/components/Select/Select.test.tsx +0 -413
- package/src/components/Select/Select.tsx +0 -406
- package/src/components/Select/StatefulSelect.tsx +0 -36
- package/src/components/Select/components/SelectMenu/SelectMenu.style.tsx +0 -66
- package/src/components/Select/components/SelectMenu/SelectMenu.tsx +0 -119
- package/src/components/Select/components/SelectMenu/index.ts +0 -2
- package/src/components/Select/constants.ts +0 -58
- package/src/components/Select/index.ts +0 -4
- package/src/components/Select/types.ts +0 -74
- package/src/components/Slider/Slider.style.tsx +0 -23
- package/src/components/Slider/Slider.tsx +0 -208
- package/src/components/Slider/components/SliderMark/SliderMark.style.tsx +0 -74
- package/src/components/Slider/components/SliderMark/SliderMark.tsx +0 -54
- package/src/components/Slider/components/SliderMark/index.ts +0 -2
- package/src/components/Slider/components/SliderThumb/SliderThumb.style.tsx +0 -44
- package/src/components/Slider/components/SliderThumb/SliderThumb.tsx +0 -36
- package/src/components/Slider/components/SliderThumb/index.ts +0 -2
- package/src/components/Slider/components/SliderTrack/SliderTrack.style.tsx +0 -14
- package/src/components/Slider/components/SliderTrack/SliderTrack.tsx +0 -58
- package/src/components/Slider/components/SliderTrack/index.ts +0 -2
- package/src/components/Slider/index.ts +0 -2
- package/src/components/TabStepper/TabStepper.tsx +0 -44
- package/src/components/TabStepper/components/TabStep/TabStep.style.ts +0 -29
- package/src/components/TabStepper/components/TabStep/TabStep.tsx +0 -75
- package/src/components/TabStepper/components/TabStep/index.ts +0 -1
- package/src/components/TabStepper/components/TabStepList/TabStepList.style.ts +0 -126
- package/src/components/TabStepper/components/TabStepList/TabStepList.tsx +0 -19
- package/src/components/TabStepper/components/TabStepList/index.ts +0 -1
- package/src/components/TabStepper/components/index.ts +0 -2
- package/src/components/TabStepper/index.ts +0 -3
- package/src/components/TabStepper/types.ts +0 -48
- package/src/components/TabStepper/utils/TabStepperStoryComponents.tsx +0 -8
- package/src/components/Table/Table.style.ts +0 -30
- package/src/components/Table/Table.tsx +0 -167
- package/src/components/Table/components/OptimizedTableRow.tsx +0 -121
- package/src/components/Table/components/TBody/TBody.style.ts +0 -22
- package/src/components/Table/components/TBody/TBody.tsx +0 -25
- package/src/components/Table/components/TBody/index.ts +0 -1
- package/src/components/Table/components/TD/TD.style.ts +0 -64
- package/src/components/Table/components/TD/TD.tsx +0 -64
- package/src/components/Table/components/TD/index.ts +0 -1
- package/src/components/Table/components/TH/TH.style.ts +0 -88
- package/src/components/Table/components/TH/TH.tsx +0 -120
- package/src/components/Table/components/TH/components/SortingButton/SortingButton.style.ts +0 -14
- package/src/components/Table/components/TH/components/SortingButton/SortingButton.tsx +0 -48
- package/src/components/Table/components/TH/components/SortingButton/index.ts +0 -1
- package/src/components/Table/components/TH/components/THOptions/THOptions.style.ts +0 -8
- package/src/components/Table/components/TH/components/THOptions/THOptions.tsx +0 -106
- package/src/components/Table/components/TH/components/THOptions/components/SortingOption.tsx +0 -40
- package/src/components/Table/components/TH/components/THOptions/components/index.ts +0 -1
- package/src/components/Table/components/TH/components/THOptions/index.ts +0 -1
- package/src/components/Table/components/TH/components/index.ts +0 -1
- package/src/components/Table/components/TH/index.ts +0 -1
- package/src/components/Table/components/THead/THead.style.ts +0 -34
- package/src/components/Table/components/THead/THead.tsx +0 -18
- package/src/components/Table/components/THead/index.ts +0 -1
- package/src/components/Table/components/TPagination/TPagination.style.ts +0 -59
- package/src/components/Table/components/TPagination/TPagination.tsx +0 -106
- package/src/components/Table/components/TPagination/index.ts +0 -1
- package/src/components/Table/components/TR/TR.style.ts +0 -33
- package/src/components/Table/components/TR/TR.tsx +0 -39
- package/src/components/Table/components/TR/index.ts +0 -1
- package/src/components/Table/components/TTitle/TTitle.style.ts +0 -33
- package/src/components/Table/components/TTitle/TTitle.tsx +0 -86
- package/src/components/Table/components/TTitle/components/ColumnChooser/ColumnChooser.style.ts +0 -8
- package/src/components/Table/components/TTitle/components/ColumnChooser/ColumnChooser.tsx +0 -152
- package/src/components/Table/components/TTitle/components/ColumnChooser/index.ts +0 -1
- package/src/components/Table/components/TTitle/components/utils.ts +0 -9
- package/src/components/Table/components/TTitle/index.ts +0 -1
- package/src/components/Table/components/index.ts +0 -7
- package/src/components/Table/constants.tsx +0 -8
- package/src/components/Table/hooks/index.ts +0 -1
- package/src/components/Table/hooks/useTable.tsx +0 -243
- package/src/components/Table/index.ts +0 -7
- package/src/components/Table/types.ts +0 -152
- package/src/components/Table/utils/TableStoryComponents.tsx +0 -21
- package/src/components/TableV4/TableRowContext.ts +0 -37
- package/src/components/TableV4/TableV4.style.ts +0 -40
- package/src/components/TableV4/TableV4.test.tsx +0 -232
- package/src/components/TableV4/TableV4.tsx +0 -294
- package/src/components/TableV4/components/ExtendedColumnItem/ExtendedColumnItem.style.tsx +0 -15
- package/src/components/TableV4/components/ExtendedColumnItem/ExtendedColumnItem.tsx +0 -99
- package/src/components/TableV4/components/ExtendedColumnItem/index.ts +0 -2
- package/src/components/TableV4/components/RenderRowOrNestedRow/RenderRowOrNestedRow.style.ts +0 -41
- package/src/components/TableV4/components/RenderRowOrNestedRow/RenderRowOrNestedRow.tsx +0 -178
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.style.ts +0 -11
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.tsx +0 -71
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/index.ts +0 -1
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.tsx +0 -67
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/index.ts +0 -1
- package/src/components/TableV4/components/RenderRowOrNestedRow/index.ts +0 -1
- package/src/components/TableV4/components/TableCell/TableCell.style.tsx +0 -23
- package/src/components/TableV4/components/TableCell/TableCell.tsx +0 -89
- package/src/components/TableV4/components/TableCell/index.ts +0 -2
- package/src/components/TableV4/components/TableCell/utils.tsx +0 -27
- package/src/components/TableV4/components/TableRow/TableRow.tsx +0 -47
- package/src/components/TableV4/components/TableRow/index.ts +0 -2
- package/src/components/TableV4/components/TableRowWrapper/TableRowWrapper.tsx +0 -75
- package/src/components/TableV4/components/TableRowWrapper/index.ts +0 -2
- package/src/components/TableV4/index.ts +0 -3
- package/src/components/TableV4/types.ts +0 -94
- package/src/components/TableV4/utils/TableStoryComponents.tsx +0 -12
- package/src/components/TableV4/utils/index.ts +0 -1
- package/src/components/TableV4/utils/utils.ts +0 -10
- package/src/components/Tabs/Tabs.style.ts +0 -19
- package/src/components/Tabs/Tabs.test.tsx +0 -81
- package/src/components/Tabs/Tabs.tsx +0 -54
- package/src/components/Tabs/components/Tab/Tab.style.ts +0 -12
- package/src/components/Tabs/components/Tab/Tab.tsx +0 -19
- package/src/components/Tabs/components/Tab/index.ts +0 -1
- package/src/components/Tabs/components/TabList/TabList.style.ts +0 -85
- package/src/components/Tabs/components/TabList/TabList.tsx +0 -19
- package/src/components/Tabs/components/TabList/index.ts +0 -1
- package/src/components/Tabs/components/TabPanel/TabPanel.tsx +0 -18
- package/src/components/Tabs/components/TabPanel/index.ts +0 -1
- package/src/components/Tabs/components/TabsContainer/TabsContainer.style.ts +0 -12
- package/src/components/Tabs/components/TabsContainer/TabsContainer.tsx +0 -25
- package/src/components/Tabs/components/TabsContainer/index.ts +0 -1
- package/src/components/Tabs/components/index.ts +0 -4
- package/src/components/Tabs/index.ts +0 -3
- package/src/components/Tabs/types.ts +0 -74
- package/src/components/Tabs/utils/TabsStoryComponents.tsx +0 -8
- package/src/components/Tag/Tag.style.ts +0 -106
- package/src/components/Tag/Tag.test.tsx +0 -94
- package/src/components/Tag/Tag.tsx +0 -53
- package/src/components/Tag/Tag.types.ts +0 -30
- package/src/components/Tag/constants.ts +0 -36
- package/src/components/Tag/hooks/useGetTagUtils.tsx +0 -79
- package/src/components/Tag/index.ts +0 -2
- package/src/components/TextArea/TextArea.style.ts +0 -54
- package/src/components/TextArea/TextArea.tsx +0 -115
- package/src/components/TextArea/index.ts +0 -2
- package/src/components/TextField/TextField.style.ts +0 -34
- package/src/components/TextField/TextField.test.tsx +0 -145
- package/src/components/TextField/TextField.tsx +0 -152
- package/src/components/TextField/components/commons.tsx +0 -13
- package/src/components/TextField/index.ts +0 -2
- package/src/components/TextInputBase/TextInputBase.style.ts +0 -219
- package/src/components/TextInputBase/TextInputBase.tsx +0 -96
- package/src/components/TextInputBase/index.ts +0 -2
- package/src/components/ThemeProvider/Test.tsx +0 -14
- package/src/components/ThemeProvider/ThemeProvider.style.ts +0 -31
- package/src/components/ThemeProvider/ThemeProvider.test.tsx +0 -46
- package/src/components/ThemeProvider/ThemeProvider.tsx +0 -48
- package/src/components/ThemeProvider/index.ts +0 -2
- package/src/components/Toast/Toast.style.ts +0 -127
- package/src/components/Toast/Toast.test.tsx +0 -114
- package/src/components/Toast/Toast.tsx +0 -168
- package/src/components/Toast/Toast.types.ts +0 -51
- package/src/components/Toast/index.ts +0 -2
- package/src/components/ToastV4/ToastV4.style.ts +0 -96
- package/src/components/ToastV4/ToastV4.test.tsx +0 -68
- package/src/components/ToastV4/ToastV4.tsx +0 -112
- package/src/components/ToastV4/index.tsx +0 -2
- package/src/components/Tooltip/Tooltip.style.ts +0 -43
- package/src/components/Tooltip/Tooltip.tsx +0 -49
- package/src/components/Tooltip/Tooltip.types.ts +0 -36
- package/src/components/Tooltip/index.ts +0 -3
- package/src/components/TopAppBar/TopAppBar.style.ts +0 -47
- package/src/components/TopAppBar/TopAppBar.test.tsx +0 -59
- package/src/components/TopAppBar/TopAppBar.tsx +0 -48
- package/src/components/TopAppBar/TopAppBar.types.ts +0 -25
- package/src/components/TopAppBar/__snapshots__/TopAppBar.test.tsx.snap +0 -769
- package/src/components/TopAppBar/components/Logo/Logo.style.ts +0 -27
- package/src/components/TopAppBar/components/Logo/Logo.wrapper.tsx +0 -20
- package/src/components/TopAppBar/components/Logo/index.ts +0 -2
- package/src/components/TopAppBar/components/Search/Search.style.ts +0 -71
- package/src/components/TopAppBar/components/Search/Search.tsx +0 -49
- package/src/components/TopAppBar/components/Search/index.ts +0 -2
- package/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.style.ts +0 -13
- package/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.tsx +0 -21
- package/src/components/TopAppBar/components/SidebarMenuIcon/index.ts +0 -2
- package/src/components/TopAppBar/components/UserMenu/UserMenu.style.ts +0 -12
- package/src/components/TopAppBar/components/UserMenu/UserMenu.tsx +0 -59
- package/src/components/TopAppBar/components/UserMenu/index.ts +0 -2
- package/src/components/TopAppBar/components/index.ts +0 -6
- package/src/components/TopAppBar/index.ts +0 -3
- package/src/components/TruncatedContent/TruncatedContent.style.tsx +0 -7
- package/src/components/TruncatedContent/TruncatedContent.test.tsx +0 -58
- package/src/components/TruncatedContent/TruncatedContent.tsx +0 -75
- package/src/components/TruncatedContent/index.ts +0 -2
- package/src/components/Typography/Typography.config.styles.ts +0 -87
- package/src/components/Typography/Typography.style.ts +0 -75
- package/src/components/Typography/Typography.tsx +0 -108
- package/src/components/Typography/index.ts +0 -4
- package/src/components/Typography/utils.ts +0 -13
- package/src/components/utils/ClickAwayListener/ClickAwayListener.tsx +0 -45
- package/src/components/utils/ClickAwayListener/index.tsx +0 -1
- package/src/components/utils/DropdownOptions/index.tsx +0 -31
- package/src/components/utils/Overlay/Overlay.tsx +0 -196
- package/src/components/utils/Overlay/index.ts +0 -1
- package/src/components/utils/PositionInScreen/PositionInScreen.tsx +0 -58
- package/src/components/utils/PositionInScreen/hooks.ts +0 -158
- package/src/components/utils/PositionInScreen/index.tsx +0 -1
- package/src/components/utils/Slots.tsx +0 -109
- package/src/components/utils/handleSearch.ts +0 -36
- package/src/components/utils/tests/Slots.test.tsx +0 -94
- package/src/components/utils/useDOMRef.ts +0 -49
- package/src/data-table/DataTable.test.tsx +0 -425
- package/src/data-table/DataTable.tsx +0 -52
- package/src/data-table/DataTableBody.css.ts +0 -127
- package/src/data-table/DataTableBody.tsx +0 -330
- package/src/data-table/DataTableBulkActions.tsx +0 -17
- package/src/data-table/DataTableCheckbox.tsx +0 -68
- package/src/data-table/DataTableContext.tsx +0 -27
- package/src/data-table/DataTableCounter.tsx +0 -46
- package/src/data-table/DataTableEditColumns.tsx +0 -90
- package/src/data-table/DataTableHeader.tsx +0 -32
- package/src/data-table/DataTableHeaderCell.css.ts +0 -90
- package/src/data-table/DataTableHeaderCell.tsx +0 -220
- package/src/data-table/DataTableRow.tsx +0 -226
- package/src/data-table/DataTableRowContext.tsx +0 -67
- package/src/data-table/index.ts +0 -7
- package/src/hooks/useBreakpoints.test.ts +0 -40
- package/src/hooks/useBreakpoints.tsx +0 -47
- package/src/hooks/useCheck.ts +0 -25
- package/src/hooks/useCombinedRefs.ts +0 -23
- package/src/hooks/useElementSize.ts +0 -47
- package/src/hooks/useEscape.ts +0 -18
- package/src/hooks/useEventListener.ts +0 -43
- package/src/hooks/useFieldUtils.tsx +0 -55
- package/src/hooks/useIsoMorphicLayoutEffect.ts +0 -5
- package/src/hooks/useKeyboardEvents.ts +0 -78
- package/src/hooks/useLoading.ts +0 -29
- package/src/hooks/useOverlayStack.ts +0 -92
- package/src/hooks/usePagination.ts +0 -62
- package/src/hooks/useTheme.ts +0 -7
- package/src/hooks/useThemeSwitch.tsx +0 -32
- package/src/hooks/useToggle.ts +0 -16
- package/src/hooks/useTypeColorToColorMatch.tsx +0 -101
- package/src/icon/Icon.tsx +0 -312
- package/src/icon/index.ts +0 -1
- package/src/icons/AccountIcon.tsx +0 -14
- package/src/icons/AlbumIcon.tsx +0 -16
- package/src/icons/AnalyticsIcon.tsx +0 -14
- package/src/icons/AppsIcon.tsx +0 -14
- package/src/icons/ArrowDownIcon.tsx +0 -14
- package/src/icons/ArrowLeftIcon.tsx +0 -14
- package/src/icons/ArrowRightIcon.tsx +0 -14
- package/src/icons/ArrowUpIcon.tsx +0 -14
- package/src/icons/ArtistIcon.tsx +0 -14
- package/src/icons/AssetIcon.tsx +0 -14
- package/src/icons/AudioIcon.tsx +0 -14
- package/src/icons/AudioOffIcon.tsx +0 -26
- package/src/icons/BookmarkIcon.tsx +0 -16
- package/src/icons/BookmarkOffIcon.tsx +0 -16
- package/src/icons/BroadcastIcon.tsx +0 -14
- package/src/icons/CalendarIcon.tsx +0 -14
- package/src/icons/CatalogIcon.tsx +0 -14
- package/src/icons/ChannelIcon.tsx +0 -24
- package/src/icons/ChatIcon.tsx +0 -14
- package/src/icons/CheckIcon.tsx +0 -14
- package/src/icons/ChevronDownIcon.tsx +0 -14
- package/src/icons/ChevronLeftIcon.tsx +0 -14
- package/src/icons/ChevronRightIcon.tsx +0 -14
- package/src/icons/ChevronUpIcon.tsx +0 -14
- package/src/icons/CinemaIcon.tsx +0 -14
- package/src/icons/ClaimIcon.tsx +0 -14
- package/src/icons/CloseIcon.tsx +0 -14
- package/src/icons/ColumnChooserIcon.tsx +0 -14
- package/src/icons/CompositionIcon.tsx +0 -14
- package/src/icons/ConcertIcon.tsx +0 -14
- package/src/icons/ConflictIcon.tsx +0 -14
- package/src/icons/ConvertIcon.tsx +0 -14
- package/src/icons/CopyIcon.tsx +0 -14
- package/src/icons/CueSheetIcon.tsx +0 -14
- package/src/icons/DashboardIcon.tsx +0 -14
- package/src/icons/DatasetIcon.tsx +0 -14
- package/src/icons/DeleteIcon.tsx +0 -14
- package/src/icons/DeliveryIcon.tsx +0 -14
- package/src/icons/DetailsIcon.tsx +0 -14
- package/src/icons/DigitalIcon.tsx +0 -16
- package/src/icons/DistributionIcon.tsx +0 -14
- package/src/icons/DownloadIcon.tsx +0 -14
- package/src/icons/EarningsIcon.tsx +0 -14
- package/src/icons/EditIcon.tsx +0 -14
- package/src/icons/EntitiesIcon.tsx +0 -14
- package/src/icons/ErrorIcon.tsx +0 -14
- package/src/icons/ExternalLinkIcon.tsx +0 -14
- package/src/icons/EyeIcon.tsx +0 -14
- package/src/icons/EyeOffIcon.tsx +0 -14
- package/src/icons/FavoriteIcon.tsx +0 -14
- package/src/icons/FavoriteOffIcon.tsx +0 -14
- package/src/icons/FileIcon.tsx +0 -14
- package/src/icons/FilterIcon.tsx +0 -14
- package/src/icons/FlagIcon.tsx +0 -14
- package/src/icons/FlagOffIcon.tsx +0 -14
- package/src/icons/ForwardIcon.tsx +0 -14
- package/src/icons/FreezeIcon.tsx +0 -16
- package/src/icons/HelpIcon.tsx +0 -14
- package/src/icons/ImageIcon.tsx +0 -14
- package/src/icons/ImageOffIcon.tsx +0 -20
- package/src/icons/IncomeIcon.tsx +0 -14
- package/src/icons/InformationalIcon.tsx +0 -16
- package/src/icons/InsightIcon.tsx +0 -14
- package/src/icons/InvoiceIcon.tsx +0 -16
- package/src/icons/IssueIcon.tsx +0 -14
- package/src/icons/KeywordIcon.tsx +0 -16
- package/src/icons/LanguageIcon.tsx +0 -14
- package/src/icons/LegalIcon.tsx +0 -14
- package/src/icons/LicenseIcon.tsx +0 -16
- package/src/icons/LinkIcon.tsx +0 -14
- package/src/icons/LocationIcon.tsx +0 -14
- package/src/icons/LockIcon.tsx +0 -14
- package/src/icons/LoginIcon.tsx +0 -14
- package/src/icons/LogoutIcon.tsx +0 -14
- package/src/icons/MailIcon.tsx +0 -14
- package/src/icons/ManualIcon.tsx +0 -14
- package/src/icons/MediaFileIcon.tsx +0 -14
- package/src/icons/MenuIcon.tsx +0 -14
- package/src/icons/MinusIcon.tsx +0 -14
- package/src/icons/MoreOptionsIcon.tsx +0 -22
- package/src/icons/NextIcon.tsx +0 -14
- package/src/icons/NotificationIcon.tsx +0 -14
- package/src/icons/OrganizationIcon.tsx +0 -14
- package/src/icons/PageFirstIcon.tsx +0 -14
- package/src/icons/PageLastIcon.tsx +0 -14
- package/src/icons/PairIcon.tsx +0 -14
- package/src/icons/PauseIcon.tsx +0 -14
- package/src/icons/PendingIcon.tsx +0 -14
- package/src/icons/PlayIcon.tsx +0 -14
- package/src/icons/PlaycountIcon.tsx +0 -14
- package/src/icons/PlusIcon.tsx +0 -14
- package/src/icons/PolicyIcon.tsx +0 -14
- package/src/icons/PreviousIcon.tsx +0 -14
- package/src/icons/PublicPerformanceIcon.tsx +0 -14
- package/src/icons/PublisherIcon.tsx +0 -20
- package/src/icons/RadioIcon.tsx +0 -14
- package/src/icons/RecordLabelIcon.tsx +0 -16
- package/src/icons/RecordingIcon.tsx +0 -14
- package/src/icons/RedoIcon.tsx +0 -14
- package/src/icons/RefreshIcon.tsx +0 -14
- package/src/icons/ReportIcon.tsx +0 -14
- package/src/icons/RestoreIcon.tsx +0 -18
- package/src/icons/ResumeIcon.tsx +0 -18
- package/src/icons/ReviewIcon.tsx +0 -14
- package/src/icons/RewindIcon.tsx +0 -14
- package/src/icons/RoleIcon.tsx +0 -14
- package/src/icons/SearchFilledIcon.tsx +0 -16
- package/src/icons/SearchIcon.tsx +0 -14
- package/src/icons/SettingsIcon.tsx +0 -14
- package/src/icons/ShareIcon.tsx +0 -14
- package/src/icons/SortAscendingIcon.tsx +0 -24
- package/src/icons/SortDescendingIcon.tsx +0 -24
- package/src/icons/SortIcon.tsx +0 -22
- package/src/icons/StatusIndicatorIcon.tsx +0 -11
- package/src/icons/StopIcon.tsx +0 -14
- package/src/icons/SuccessIcon.tsx +0 -14
- package/src/icons/TagIcon.tsx +0 -14
- package/src/icons/TelevisionIcon.tsx +0 -14
- package/src/icons/ThumbsDownIcon.tsx +0 -14
- package/src/icons/ThumbsUpIcon.tsx +0 -14
- package/src/icons/TrendingDownIcon.tsx +0 -14
- package/src/icons/TrendingUpIcon.tsx +0 -14
- package/src/icons/TriangleDownIcon.tsx +0 -16
- package/src/icons/TriangleLeftIcon.tsx +0 -16
- package/src/icons/TriangleRightIcon.tsx +0 -16
- package/src/icons/TriangleUpIcon.tsx +0 -16
- package/src/icons/UndoIcon.tsx +0 -14
- package/src/icons/UnfreezeIcon.tsx +0 -20
- package/src/icons/UnlinkIcon.tsx +0 -14
- package/src/icons/UnlockIcon.tsx +0 -14
- package/src/icons/UnpairIcon.tsx +0 -14
- package/src/icons/UnverifiedIcon.tsx +0 -20
- package/src/icons/UpdateIcon.tsx +0 -18
- package/src/icons/UploadIcon.tsx +0 -14
- package/src/icons/UsageIcon.tsx +0 -16
- package/src/icons/UserIcon.tsx +0 -14
- package/src/icons/UsersIcon.tsx +0 -26
- package/src/icons/VerifiedIcon.tsx +0 -14
- package/src/icons/VideoIcon.tsx +0 -14
- package/src/icons/VideoOffIcon.tsx +0 -18
- package/src/icons/WarningIcon.tsx +0 -16
- package/src/icons/WorkIcon.tsx +0 -16
- package/src/icons/WriterIcon.tsx +0 -22
- package/src/icons/YouTubeIcon.tsx +0 -16
- package/src/icons/index.ts +0 -144
- package/src/index.ts +0 -290
- package/src/layers/index.ts +0 -1
- package/src/layers/layers.css.ts +0 -10
- package/src/skeleton/Skeleton.css.ts +0 -19
- package/src/skeleton/Skeleton.tsx +0 -34
- package/src/skeleton/index.ts +0 -1
- package/src/sprinkles/createSprinklesMerge.ts +0 -61
- package/src/sprinkles/index.ts +0 -1
- package/src/sprinkles/properties.css.ts +0 -504
- package/src/sprinkles/sprinkles.ts +0 -18
- package/src/sprinkles/sprinklesMerge.ts +0 -4
- package/src/test/index.ts +0 -1
- package/src/test/setup.ts +0 -61
- package/src/test/utils.tsx +0 -25
- package/src/theme/emotion.d.ts +0 -7
- package/src/theme/functions.ts +0 -77
- package/src/theme/index.ts +0 -44
- package/src/theme/overrides.ts +0 -5
- package/src/theme/types.ts +0 -93
- package/src/types.d.ts +0 -21
- package/src/utils/ExtendProps.ts +0 -5
- package/src/utils/cn.ts +0 -5
- package/src/utils/common.ts +0 -36
- package/src/utils/date.ts +0 -19
- package/src/utils/errors.ts +0 -13
- package/src/utils/helpers.ts +0 -51
- package/src/utils/storyshots.ts +0 -37
- package/src/utils/tests/helpers.test.ts +0 -21
- package/src/utils/types.ts +0 -12
- package/src/vanilla/Box/Box.tsx +0 -37
- package/src/vanilla/Box/extractBoxProps.ts +0 -19
- package/src/vanilla/Box/index.ts +0 -2
- package/src/vanilla/Dialog/Dialog.tsx +0 -130
- package/src/vanilla/Dialog/index.ts +0 -1
- package/src/vanilla/Dropdown/Dropdown.css.ts +0 -11
- package/src/vanilla/Dropdown/Dropdown.tsx +0 -78
- package/src/vanilla/Dropdown/index.ts +0 -1
- package/src/vanilla/Menu/Menu.css.ts +0 -42
- package/src/vanilla/Menu/Menu.tsx +0 -136
- package/src/vanilla/Menu/index.ts +0 -1
- package/src/vanilla/Popover/Popover.css.ts +0 -24
- package/src/vanilla/Popover/Popover.tsx +0 -89
- package/src/vanilla/Popover/index.ts +0 -1
- package/src/vanilla/Table/Table.css.ts +0 -61
- package/src/vanilla/Table/Table.tsx +0 -21
- package/src/vanilla/Table/TableBody.css.ts +0 -5
- package/src/vanilla/Table/TableBody.tsx +0 -17
- package/src/vanilla/Table/TableCell.css.ts +0 -81
- package/src/vanilla/Table/TableCell.tsx +0 -53
- package/src/vanilla/Table/TableFooter.css.ts +0 -20
- package/src/vanilla/Table/TableFooter.tsx +0 -17
- package/src/vanilla/Table/TableHeader.css.ts +0 -21
- package/src/vanilla/Table/TableHeader.tsx +0 -22
- package/src/vanilla/Table/TableHeaderCell.css.ts +0 -85
- package/src/vanilla/Table/TableHeaderCell.tsx +0 -53
- package/src/vanilla/Table/TableRow.css.ts +0 -34
- package/src/vanilla/Table/TableRow.tsx +0 -17
- package/src/vanilla/Table/index.ts +0 -7
- package/src/vanilla/Text/Text.css.ts +0 -38
- package/src/vanilla/Text/Text.tsx +0 -33
- package/src/vanilla/Text/index.ts +0 -1
- package/src/vanilla/ThemeProvider/ThemeProvider.tsx +0 -91
- package/src/vanilla/ThemeProvider/index.ts +0 -1
- package/src/vanilla/Tooltip/Tooltip.css.ts +0 -93
- package/src/vanilla/Tooltip/Tooltip.tsx +0 -147
- package/src/vanilla/Tooltip/index.ts +0 -1
- package/src/vanilla/index.ts +0 -13
- package/src/vanilla-extract/global.css.ts +0 -184
- package/src/vanilla-extract/index.ts +0 -12
- package/src/vanilla-extract/style.ts +0 -13
- package/src/version/index.ts +0 -1
- package/src/version/version.ts +0 -1
- package/src/vite-env.d.ts +0 -5
- package/tsconfig.codemods.json +0 -4
- package/tsconfig.json +0 -37
- package/tsconfig.node.json +0 -15
- package/tsconfig.vanilla.json +0 -9
- package/vite.codemods.config.ts +0 -40
- package/vite.config.ts +0 -101
- /package/dist/src/{vanilla-extract → sprinkles}/global.css.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const sprinkles: ((props: {
|
|
2
|
-
borderColor?: "decorative.
|
|
2
|
+
borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused";
|
|
3
3
|
borderStyle?: "dashed" | "solid";
|
|
4
4
|
borderRadius?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
5
5
|
borderTopLeftRadius?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
@@ -12,10 +12,10 @@ export declare const sprinkles: ((props: {
|
|
|
12
12
|
overflowY?: "hidden" | "auto" | "visible";
|
|
13
13
|
userSelect?: "all" | "none";
|
|
14
14
|
touchAction?: "none" | "manipulation";
|
|
15
|
-
fontFamily?: "sans" | "
|
|
15
|
+
fontFamily?: "mono" | "sans" | "outfit";
|
|
16
16
|
fontSize?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7";
|
|
17
17
|
typography?: "headline01" | "headline02" | "headline03" | "headline04" | "headline05" | "title01" | "title02" | "title03" | "label01" | "label02" | "label03" | "label04" | "body01" | "body02" | "body03" | "body04";
|
|
18
|
-
fontWeight?: "bold" | "medium" | "regular";
|
|
18
|
+
fontWeight?: "bold" | "medium" | "regular" | "semibold";
|
|
19
19
|
fontStyle?: "italic";
|
|
20
20
|
lineHeight?: "1" | "3" | "9" | "4" | "6" | "5" | "8" | "2" | "10" | "7" | "11";
|
|
21
21
|
letterSpacing?: "0" | "1" | "3" | "2";
|
|
@@ -30,10 +30,10 @@ export declare const sprinkles: ((props: {
|
|
|
30
30
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
31
31
|
animation?: "ping" | "pulse";
|
|
32
32
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
33
|
-
transitionTimingFunction?: "
|
|
33
|
+
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
34
34
|
transitionDuration?: "150ms" | "200ms";
|
|
35
35
|
whiteSpace?: "nowrap";
|
|
36
|
-
zIndex?: "0" | "10" | "
|
|
36
|
+
zIndex?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
|
|
37
37
|
overflow?: "hidden" | "auto" | "visible";
|
|
38
38
|
shadow?: "0" | "1" | "3" | "4" | "5" | "2";
|
|
39
39
|
rounded?: "inherit" | "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
@@ -41,19 +41,19 @@ export declare const sprinkles: ((props: {
|
|
|
41
41
|
roundedB?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
42
42
|
roundedL?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
43
43
|
roundedR?: "0" | "1" | "3" | "4" | "6" | "5" | "2" | "7";
|
|
44
|
-
z?: "0" | "10" | "
|
|
44
|
+
z?: "0" | "10" | "20" | "auto" | "30" | "40" | "50" | "100" | "75";
|
|
45
45
|
} & {
|
|
46
|
-
alignItems?: "center" | "
|
|
47
|
-
base?: "center" | "
|
|
48
|
-
md?: "center" | "
|
|
49
|
-
lg?: "center" | "
|
|
50
|
-
xl?: "center" | "
|
|
46
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
|
|
47
|
+
base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
48
|
+
md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
49
|
+
lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
50
|
+
xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
51
51
|
};
|
|
52
|
-
alignSelf?: "center" | "
|
|
53
|
-
base?: "center" | "
|
|
54
|
-
md?: "center" | "
|
|
55
|
-
lg?: "center" | "
|
|
56
|
-
xl?: "center" | "
|
|
52
|
+
alignSelf?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | {
|
|
53
|
+
base?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
54
|
+
md?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
55
|
+
lg?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
56
|
+
xl?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch";
|
|
57
57
|
};
|
|
58
58
|
placeItems?: "center" | {
|
|
59
59
|
base?: "center";
|
|
@@ -61,11 +61,11 @@ export declare const sprinkles: ((props: {
|
|
|
61
61
|
lg?: "center";
|
|
62
62
|
xl?: "center";
|
|
63
63
|
};
|
|
64
|
-
justifyContent?: "center" | "unset" | "
|
|
65
|
-
base?: "center" | "unset" | "
|
|
66
|
-
md?: "center" | "unset" | "
|
|
67
|
-
lg?: "center" | "unset" | "
|
|
68
|
-
xl?: "center" | "unset" | "
|
|
64
|
+
justifyContent?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly" | {
|
|
65
|
+
base?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
|
|
66
|
+
md?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
|
|
67
|
+
lg?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
|
|
68
|
+
xl?: "center" | "unset" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly";
|
|
69
69
|
};
|
|
70
70
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | {
|
|
71
71
|
base?: "wrap" | "nowrap" | "wrap-reverse";
|
|
@@ -73,53 +73,53 @@ export declare const sprinkles: ((props: {
|
|
|
73
73
|
lg?: "wrap" | "nowrap" | "wrap-reverse";
|
|
74
74
|
xl?: "wrap" | "nowrap" | "wrap-reverse";
|
|
75
75
|
};
|
|
76
|
-
display?: "grid" | "none" | "
|
|
77
|
-
base?: "grid" | "none" | "
|
|
78
|
-
md?: "grid" | "none" | "
|
|
79
|
-
lg?: "grid" | "none" | "
|
|
80
|
-
xl?: "grid" | "none" | "
|
|
76
|
+
display?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents" | {
|
|
77
|
+
base?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
|
|
78
|
+
md?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
|
|
79
|
+
lg?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
|
|
80
|
+
xl?: "grid" | "none" | "flex" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-grid" | "contents";
|
|
81
81
|
};
|
|
82
|
-
flex?: "none" | "1" | "
|
|
83
|
-
base?: "none" | "1" | "
|
|
84
|
-
md?: "none" | "1" | "
|
|
85
|
-
lg?: "none" | "1" | "
|
|
86
|
-
xl?: "none" | "1" | "
|
|
82
|
+
flex?: "none" | "1" | "initial" | "auto" | {
|
|
83
|
+
base?: "none" | "1" | "initial" | "auto";
|
|
84
|
+
md?: "none" | "1" | "initial" | "auto";
|
|
85
|
+
lg?: "none" | "1" | "initial" | "auto";
|
|
86
|
+
xl?: "none" | "1" | "initial" | "auto";
|
|
87
87
|
};
|
|
88
|
-
width?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
89
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
90
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
91
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
92
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
88
|
+
width?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
89
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
90
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
91
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
92
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
93
93
|
};
|
|
94
|
-
height?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
95
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
96
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
97
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
98
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
94
|
+
height?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
95
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
96
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
97
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
98
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
99
99
|
};
|
|
100
|
-
minWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
101
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
102
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
103
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
104
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
100
|
+
minWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
101
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
102
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
103
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
104
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
105
105
|
};
|
|
106
|
-
minHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
107
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
108
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
109
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
110
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
106
|
+
minHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
107
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
108
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
109
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
110
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
111
111
|
};
|
|
112
|
-
maxWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
113
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
114
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
115
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
116
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
112
|
+
maxWidth?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
113
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
114
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
115
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
116
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
117
117
|
};
|
|
118
|
-
maxHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
119
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
120
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
121
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
122
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
118
|
+
maxHeight?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
119
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
120
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
121
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
122
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
123
123
|
};
|
|
124
124
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | {
|
|
125
125
|
base?: "row" | "column" | "row-reverse" | "column-reverse";
|
|
@@ -139,77 +139,77 @@ export declare const sprinkles: ((props: {
|
|
|
139
139
|
lg?: "absolute" | "fixed" | "relative" | "sticky";
|
|
140
140
|
xl?: "absolute" | "fixed" | "relative" | "sticky";
|
|
141
141
|
};
|
|
142
|
-
gap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
143
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
144
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
145
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
146
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
142
|
+
gap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
143
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
144
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
145
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
146
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
147
147
|
};
|
|
148
|
-
gridGap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
149
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
150
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
151
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
152
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
148
|
+
gridGap?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
149
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
150
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
151
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
152
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
153
153
|
};
|
|
154
|
-
margin?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
155
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
156
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
157
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
158
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
154
|
+
margin?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
155
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
156
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
157
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
158
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
159
159
|
};
|
|
160
|
-
marginBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
161
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
162
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
163
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
164
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
160
|
+
marginBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
161
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
162
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
163
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
164
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
165
165
|
};
|
|
166
|
-
marginLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
167
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
168
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
169
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
170
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
166
|
+
marginLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
167
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
168
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
169
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
170
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
171
171
|
};
|
|
172
|
-
marginRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
173
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
174
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
175
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
176
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
172
|
+
marginRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
173
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
174
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
175
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
176
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
177
177
|
};
|
|
178
|
-
marginTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
179
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
180
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
181
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
182
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
178
|
+
marginTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
179
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
180
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
181
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
182
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
183
183
|
};
|
|
184
|
-
padding?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
185
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
186
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
187
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
188
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
184
|
+
padding?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
185
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
186
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
187
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
188
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
189
189
|
};
|
|
190
|
-
paddingBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
191
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
192
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
193
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
194
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
190
|
+
paddingBottom?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
191
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
192
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
193
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
194
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
195
195
|
};
|
|
196
|
-
paddingLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
197
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
198
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
199
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
200
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
196
|
+
paddingLeft?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
197
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
198
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
199
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
200
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
201
201
|
};
|
|
202
|
-
paddingRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
203
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
204
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
205
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
206
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
202
|
+
paddingRight?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
203
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
204
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
205
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
206
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
207
207
|
};
|
|
208
|
-
paddingTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
209
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
210
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
211
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
212
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
208
|
+
paddingTop?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
209
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
210
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
211
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
212
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
213
213
|
};
|
|
214
214
|
borderTopWidth?: "0" | "1" | "3" | "2" | {
|
|
215
215
|
base?: "0" | "1" | "3" | "2";
|
|
@@ -235,119 +235,119 @@ export declare const sprinkles: ((props: {
|
|
|
235
235
|
lg?: "0" | "1" | "3" | "2";
|
|
236
236
|
xl?: "0" | "1" | "3" | "2";
|
|
237
237
|
};
|
|
238
|
-
maxH?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
239
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
240
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
241
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
242
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
238
|
+
maxH?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
239
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
240
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
241
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
242
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
243
243
|
};
|
|
244
|
-
maxW?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
245
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
246
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
247
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
248
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
244
|
+
maxW?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
245
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
246
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
247
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
248
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
249
249
|
};
|
|
250
|
-
size?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
251
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
252
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
253
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
254
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
250
|
+
size?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
251
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
252
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
253
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
254
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
255
255
|
};
|
|
256
|
-
w?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
257
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
258
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
259
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
260
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
256
|
+
w?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
257
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
258
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
259
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
260
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
261
261
|
};
|
|
262
|
-
h?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
263
|
-
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
264
|
-
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
265
|
-
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
266
|
-
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "
|
|
262
|
+
h?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | {
|
|
263
|
+
base?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
264
|
+
md?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
265
|
+
lg?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
266
|
+
xl?: "screen" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "15" | "18" | "2" | "10" | "7" | "11" | "13" | "14" | "16" | "17" | "19" | "20" | "21" | "22" | "full" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4";
|
|
267
267
|
};
|
|
268
|
-
p?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
269
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
270
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
271
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
272
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
268
|
+
p?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
269
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
270
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
271
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
272
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
273
273
|
};
|
|
274
|
-
pt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
275
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
276
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
277
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
278
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
274
|
+
pt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
275
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
276
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
277
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
278
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
279
279
|
};
|
|
280
|
-
pb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
281
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
282
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
283
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
284
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
280
|
+
pb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
281
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
282
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
283
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
284
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
285
285
|
};
|
|
286
|
-
pl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
287
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
288
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
289
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
290
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
286
|
+
pl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
287
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
288
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
289
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
290
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
291
291
|
};
|
|
292
|
-
pr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
293
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
294
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
295
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
296
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
292
|
+
pr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
293
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
294
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
295
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
296
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
297
297
|
};
|
|
298
|
-
px?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
299
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
300
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
301
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
302
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
298
|
+
px?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
299
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
300
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
301
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
302
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
303
303
|
};
|
|
304
|
-
py?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
305
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
306
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
307
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
308
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
304
|
+
py?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
305
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
306
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
307
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
308
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
309
309
|
};
|
|
310
|
-
m?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
311
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
312
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
313
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
314
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
310
|
+
m?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
311
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
312
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
313
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
314
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
315
315
|
};
|
|
316
|
-
mt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
317
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
318
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
319
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
320
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
316
|
+
mt?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
317
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
318
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
319
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
320
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
321
321
|
};
|
|
322
|
-
mb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
323
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
324
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
325
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
326
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
322
|
+
mb?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
323
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
324
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
325
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
326
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
327
327
|
};
|
|
328
|
-
ml?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
329
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
330
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
331
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
332
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
328
|
+
ml?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
329
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
330
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
331
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
332
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
333
333
|
};
|
|
334
|
-
mr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
335
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
336
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
337
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
338
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
334
|
+
mr?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
335
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
336
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
337
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
338
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
339
339
|
};
|
|
340
|
-
mx?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
341
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
342
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
343
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
344
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
340
|
+
mx?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
341
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
342
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
343
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
344
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
345
345
|
};
|
|
346
|
-
my?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
347
|
-
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
348
|
-
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
349
|
-
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
350
|
-
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "
|
|
346
|
+
my?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl" | {
|
|
347
|
+
base?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
348
|
+
md?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
349
|
+
lg?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
350
|
+
xl?: "none" | "0" | "1" | "3" | "9" | "4" | "6" | "5" | "8" | "12" | "2" | "10" | "7" | "11" | "sm" | "md" | "lg" | "xl" | "2xs" | "xs" | "2xl" | "3xl" | "4xl";
|
|
351
351
|
};
|
|
352
352
|
border?: "0" | "1" | "3" | "2" | {
|
|
353
353
|
base?: "0" | "1" | "3" | "2";
|
|
@@ -380,38 +380,38 @@ export declare const sprinkles: ((props: {
|
|
|
380
380
|
xl?: "0" | "1" | "3" | "2";
|
|
381
381
|
};
|
|
382
382
|
} & {
|
|
383
|
-
backgroundColor?: "alt" | "default" | "transparent" | "
|
|
384
|
-
base?: "alt" | "default" | "transparent" | "
|
|
385
|
-
active?: "alt" | "default" | "transparent" | "
|
|
386
|
-
focus?: "alt" | "default" | "transparent" | "
|
|
387
|
-
hover?: "alt" | "default" | "transparent" | "
|
|
383
|
+
backgroundColor?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
|
|
384
|
+
base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
385
|
+
active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
386
|
+
focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
387
|
+
hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
388
388
|
};
|
|
389
|
-
borderColor?: "decorative.
|
|
390
|
-
base?: "decorative.
|
|
391
|
-
active?: "decorative.
|
|
392
|
-
focus?: "decorative.
|
|
393
|
-
hover?: "decorative.
|
|
389
|
+
borderColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
|
|
390
|
+
base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
391
|
+
active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
392
|
+
focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
393
|
+
hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
394
394
|
};
|
|
395
|
-
color?: "primary" | "secondary" | "success" | "error" | "warning" | "active" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" |
|
|
396
|
-
base?: "primary" | "secondary" | "success" | "error" | "warning" | "active" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive"
|
|
397
|
-
active?: "primary" | "secondary" | "success" | "error" | "warning" | "active" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive"
|
|
398
|
-
focus?: "primary" | "secondary" | "success" | "error" | "warning" | "active" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive"
|
|
399
|
-
hover?: "primary" | "secondary" | "success" | "error" | "warning" | "active" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive"
|
|
395
|
+
color?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
|
|
396
|
+
base?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
397
|
+
active?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
398
|
+
focus?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
399
|
+
hover?: "primary" | "secondary" | "success" | "error" | "warning" | "inverted.primary" | "active" | "visited" | "inverted.secondary" | "inverted.success" | "inverted.error" | "inverted.warning" | "inverted.active" | "inverted.visited" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
400
400
|
};
|
|
401
|
-
outlineColor?: "decorative.
|
|
402
|
-
base?: "decorative.
|
|
403
|
-
active?: "decorative.
|
|
404
|
-
focus?: "decorative.
|
|
405
|
-
hover?: "decorative.
|
|
401
|
+
outlineColor?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | {
|
|
402
|
+
base?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
403
|
+
active?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
404
|
+
focus?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
405
|
+
hover?: "decorative.default" | "decorative.transparent" | "decorative.inverted" | "interactive.success" | "interactive.error" | "interactive.warning" | "interactive.active" | "interactive.default" | "interactive.upsell" | "interactive.focused" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive";
|
|
406
406
|
};
|
|
407
|
-
bg?: "alt" | "default" | "transparent" | "
|
|
408
|
-
base?: "alt" | "default" | "transparent" | "
|
|
409
|
-
active?: "alt" | "default" | "transparent" | "
|
|
410
|
-
focus?: "alt" | "default" | "transparent" | "
|
|
411
|
-
hover?: "alt" | "default" | "transparent" | "
|
|
407
|
+
bg?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt" | {
|
|
408
|
+
base?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
409
|
+
active?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
410
|
+
focus?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
411
|
+
hover?: "alt" | "default" | "transparent" | "inverted" | "invertedAlt" | "backdrop.default" | "palette.primary.muted" | "palette.primary.contrast" | "palette.secondary.muted" | "palette.secondary.contrast" | "palette.success.muted" | "palette.success.contrast" | "palette.error.muted" | "palette.error.contrast" | "palette.warning.muted" | "palette.warning.contrast" | "palette.tertiary.muted" | "palette.tertiary.contrast" | "palette.upsell.muted" | "palette.upsell.contrast" | "neutral.1" | "neutral.2" | "neutral.3" | "neutral.4" | "neutral.5" | "neutral.6" | "blue.1" | "blue.2" | "blue.3" | "blue.4" | "blue.5" | "blue.6" | "blue.7" | "blue.8" | "blue.9" | "blue.10" | "red.1" | "red.4" | "red.5" | "red.6" | "red.7" | "red.8" | "red.9" | "red.10" | "teal.1" | "teal.4" | "teal.5" | "teal.6" | "teal.7" | "teal.8" | "teal.9" | "teal.10" | "orange.1" | "orange.4" | "orange.5" | "orange.6" | "orange.7" | "orange.8" | "orange.9" | "orange.10" | "purple.1" | "purple.4" | "purple.5" | "purple.6" | "purple.7" | "purple.8" | "purple.9" | "purple.10" | "indicator.brand" | "indicator.success" | "indicator.pending" | "indicator.warning" | "indicator.error" | "indicator.inactive" | "palette.primary" | "palette.secondary" | "palette.tertiary" | "palette.error" | "palette.warning" | "palette.success" | "palette.upsell" | "palette.primary-alt" | "palette.primary-alt.muted" | "palette.primary-alt.contrast" | "backdrop.alt";
|
|
412
412
|
};
|
|
413
413
|
}) => string) & {
|
|
414
|
-
properties: Set<"minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "size" | "border" | "fontSize" | "lineHeight" | "letterSpacing" | "fontFamily" | "fontStyle" | "fontWeight" | "
|
|
414
|
+
properties: Set<"minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "size" | "border" | "fontSize" | "lineHeight" | "letterSpacing" | "cursor" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "overflow" | "pointerEvents" | "textDecoration" | "visibility" | "z" | "px" | "borderRadius" | "backgroundColor" | "alignItems" | "alignSelf" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "boxShadow" | "flexDirection" | "flexShrink" | "flexWrap" | "isolation" | "justifyContent" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "objectFit" | "outlineColor" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "textAlign" | "textTransform" | "touchAction" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "whiteSpace" | "wordBreak" | "wordWrap" | "zIndex" | "animation" | "borderColor" | "borderStyle" | "flex" | "gap" | "margin" | "padding" | "placeItems" | "gridGap" | "pt" | "pr" | "pb" | "pl" | "py" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "typography" | "h" | "w" | "maxH" | "maxW" | "borderB" | "borderL" | "borderR" | "borderT" | "shadow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
|
|
415
415
|
};
|
|
416
416
|
export declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends import('@vanilla-extract/sprinkles').ConditionalValue<{
|
|
417
417
|
conditions: {
|
|
@@ -430,7 +430,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
430
430
|
xl: string;
|
|
431
431
|
};
|
|
432
432
|
};
|
|
433
|
-
|
|
433
|
+
"flex-end": {
|
|
434
434
|
defaultClass: string;
|
|
435
435
|
conditions: {
|
|
436
436
|
base: string;
|
|
@@ -439,7 +439,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
439
439
|
xl: string;
|
|
440
440
|
};
|
|
441
441
|
};
|
|
442
|
-
"flex-
|
|
442
|
+
"flex-start": {
|
|
443
443
|
defaultClass: string;
|
|
444
444
|
conditions: {
|
|
445
445
|
base: string;
|
|
@@ -448,7 +448,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
448
448
|
xl: string;
|
|
449
449
|
};
|
|
450
450
|
};
|
|
451
|
-
|
|
451
|
+
baseline: {
|
|
452
452
|
defaultClass: string;
|
|
453
453
|
conditions: {
|
|
454
454
|
base: string;
|
|
@@ -457,7 +457,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
457
457
|
xl: string;
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
|
-
|
|
460
|
+
stretch: {
|
|
461
461
|
defaultClass: string;
|
|
462
462
|
conditions: {
|
|
463
463
|
base: string;
|
|
@@ -479,7 +479,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
479
479
|
xl: string;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
|
-
|
|
482
|
+
"flex-end": {
|
|
483
483
|
defaultClass: string;
|
|
484
484
|
conditions: {
|
|
485
485
|
base: string;
|
|
@@ -488,7 +488,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
488
488
|
xl: string;
|
|
489
489
|
};
|
|
490
490
|
};
|
|
491
|
-
"flex-
|
|
491
|
+
"flex-start": {
|
|
492
492
|
defaultClass: string;
|
|
493
493
|
conditions: {
|
|
494
494
|
base: string;
|
|
@@ -497,7 +497,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
497
497
|
xl: string;
|
|
498
498
|
};
|
|
499
499
|
};
|
|
500
|
-
|
|
500
|
+
baseline: {
|
|
501
501
|
defaultClass: string;
|
|
502
502
|
conditions: {
|
|
503
503
|
base: string;
|
|
@@ -506,7 +506,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
506
506
|
xl: string;
|
|
507
507
|
};
|
|
508
508
|
};
|
|
509
|
-
|
|
509
|
+
stretch: {
|
|
510
510
|
defaultClass: string;
|
|
511
511
|
conditions: {
|
|
512
512
|
base: string;
|
|
@@ -550,7 +550,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
550
550
|
xl: string;
|
|
551
551
|
};
|
|
552
552
|
};
|
|
553
|
-
"
|
|
553
|
+
"flex-end": {
|
|
554
554
|
defaultClass: string;
|
|
555
555
|
conditions: {
|
|
556
556
|
base: string;
|
|
@@ -559,7 +559,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
559
559
|
xl: string;
|
|
560
560
|
};
|
|
561
561
|
};
|
|
562
|
-
"
|
|
562
|
+
"flex-start": {
|
|
563
563
|
defaultClass: string;
|
|
564
564
|
conditions: {
|
|
565
565
|
base: string;
|
|
@@ -568,7 +568,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
568
568
|
xl: string;
|
|
569
569
|
};
|
|
570
570
|
};
|
|
571
|
-
"space-
|
|
571
|
+
"space-around": {
|
|
572
572
|
defaultClass: string;
|
|
573
573
|
conditions: {
|
|
574
574
|
base: string;
|
|
@@ -577,7 +577,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
577
577
|
xl: string;
|
|
578
578
|
};
|
|
579
579
|
};
|
|
580
|
-
"
|
|
580
|
+
"space-between": {
|
|
581
581
|
defaultClass: string;
|
|
582
582
|
conditions: {
|
|
583
583
|
base: string;
|
|
@@ -586,7 +586,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
586
586
|
xl: string;
|
|
587
587
|
};
|
|
588
588
|
};
|
|
589
|
-
"
|
|
589
|
+
"space-evenly": {
|
|
590
590
|
defaultClass: string;
|
|
591
591
|
conditions: {
|
|
592
592
|
base: string;
|
|
@@ -648,7 +648,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
648
648
|
xl: string;
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
|
-
|
|
651
|
+
flex: {
|
|
652
652
|
defaultClass: string;
|
|
653
653
|
conditions: {
|
|
654
654
|
base: string;
|
|
@@ -657,7 +657,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
657
657
|
xl: string;
|
|
658
658
|
};
|
|
659
659
|
};
|
|
660
|
-
|
|
660
|
+
inline: {
|
|
661
661
|
defaultClass: string;
|
|
662
662
|
conditions: {
|
|
663
663
|
base: string;
|
|
@@ -666,7 +666,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
666
666
|
xl: string;
|
|
667
667
|
};
|
|
668
668
|
};
|
|
669
|
-
|
|
669
|
+
block: {
|
|
670
670
|
defaultClass: string;
|
|
671
671
|
conditions: {
|
|
672
672
|
base: string;
|
|
@@ -733,7 +733,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
733
733
|
xl: string;
|
|
734
734
|
};
|
|
735
735
|
};
|
|
736
|
-
|
|
736
|
+
initial: {
|
|
737
737
|
defaultClass: string;
|
|
738
738
|
conditions: {
|
|
739
739
|
base: string;
|
|
@@ -742,7 +742,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
742
742
|
xl: string;
|
|
743
743
|
};
|
|
744
744
|
};
|
|
745
|
-
|
|
745
|
+
auto: {
|
|
746
746
|
defaultClass: string;
|
|
747
747
|
conditions: {
|
|
748
748
|
base: string;
|
|
@@ -890,7 +890,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
890
890
|
xl: string;
|
|
891
891
|
};
|
|
892
892
|
};
|
|
893
|
-
|
|
893
|
+
11: {
|
|
894
894
|
defaultClass: string;
|
|
895
895
|
conditions: {
|
|
896
896
|
base: string;
|
|
@@ -899,7 +899,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
899
899
|
xl: string;
|
|
900
900
|
};
|
|
901
901
|
};
|
|
902
|
-
|
|
902
|
+
13: {
|
|
903
903
|
defaultClass: string;
|
|
904
904
|
conditions: {
|
|
905
905
|
base: string;
|
|
@@ -908,7 +908,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
908
908
|
xl: string;
|
|
909
909
|
};
|
|
910
910
|
};
|
|
911
|
-
|
|
911
|
+
14: {
|
|
912
912
|
defaultClass: string;
|
|
913
913
|
conditions: {
|
|
914
914
|
base: string;
|
|
@@ -917,7 +917,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
917
917
|
xl: string;
|
|
918
918
|
};
|
|
919
919
|
};
|
|
920
|
-
|
|
920
|
+
16: {
|
|
921
921
|
defaultClass: string;
|
|
922
922
|
conditions: {
|
|
923
923
|
base: string;
|
|
@@ -926,7 +926,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
926
926
|
xl: string;
|
|
927
927
|
};
|
|
928
928
|
};
|
|
929
|
-
|
|
929
|
+
17: {
|
|
930
930
|
defaultClass: string;
|
|
931
931
|
conditions: {
|
|
932
932
|
base: string;
|
|
@@ -935,7 +935,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
935
935
|
xl: string;
|
|
936
936
|
};
|
|
937
937
|
};
|
|
938
|
-
|
|
938
|
+
19: {
|
|
939
939
|
defaultClass: string;
|
|
940
940
|
conditions: {
|
|
941
941
|
base: string;
|
|
@@ -944,7 +944,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
944
944
|
xl: string;
|
|
945
945
|
};
|
|
946
946
|
};
|
|
947
|
-
|
|
947
|
+
20: {
|
|
948
948
|
defaultClass: string;
|
|
949
949
|
conditions: {
|
|
950
950
|
base: string;
|
|
@@ -953,7 +953,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
953
953
|
xl: string;
|
|
954
954
|
};
|
|
955
955
|
};
|
|
956
|
-
|
|
956
|
+
21: {
|
|
957
957
|
defaultClass: string;
|
|
958
958
|
conditions: {
|
|
959
959
|
base: string;
|
|
@@ -962,7 +962,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
962
962
|
xl: string;
|
|
963
963
|
};
|
|
964
964
|
};
|
|
965
|
-
|
|
965
|
+
22: {
|
|
966
966
|
defaultClass: string;
|
|
967
967
|
conditions: {
|
|
968
968
|
base: string;
|
|
@@ -971,7 +971,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
971
971
|
xl: string;
|
|
972
972
|
};
|
|
973
973
|
};
|
|
974
|
-
|
|
974
|
+
full: {
|
|
975
975
|
defaultClass: string;
|
|
976
976
|
conditions: {
|
|
977
977
|
base: string;
|
|
@@ -980,7 +980,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
980
980
|
xl: string;
|
|
981
981
|
};
|
|
982
982
|
};
|
|
983
|
-
|
|
983
|
+
"1/2": {
|
|
984
984
|
defaultClass: string;
|
|
985
985
|
conditions: {
|
|
986
986
|
base: string;
|
|
@@ -989,7 +989,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
989
989
|
xl: string;
|
|
990
990
|
};
|
|
991
991
|
};
|
|
992
|
-
|
|
992
|
+
"1/3": {
|
|
993
993
|
defaultClass: string;
|
|
994
994
|
conditions: {
|
|
995
995
|
base: string;
|
|
@@ -998,7 +998,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
998
998
|
xl: string;
|
|
999
999
|
};
|
|
1000
1000
|
};
|
|
1001
|
-
|
|
1001
|
+
"2/3": {
|
|
1002
1002
|
defaultClass: string;
|
|
1003
1003
|
conditions: {
|
|
1004
1004
|
base: string;
|
|
@@ -1007,7 +1007,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1007
1007
|
xl: string;
|
|
1008
1008
|
};
|
|
1009
1009
|
};
|
|
1010
|
-
|
|
1010
|
+
"1/4": {
|
|
1011
1011
|
defaultClass: string;
|
|
1012
1012
|
conditions: {
|
|
1013
1013
|
base: string;
|
|
@@ -1016,7 +1016,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1016
1016
|
xl: string;
|
|
1017
1017
|
};
|
|
1018
1018
|
};
|
|
1019
|
-
|
|
1019
|
+
"3/4": {
|
|
1020
1020
|
defaultClass: string;
|
|
1021
1021
|
conditions: {
|
|
1022
1022
|
base: string;
|
|
@@ -1164,7 +1164,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1164
1164
|
xl: string;
|
|
1165
1165
|
};
|
|
1166
1166
|
};
|
|
1167
|
-
|
|
1167
|
+
11: {
|
|
1168
1168
|
defaultClass: string;
|
|
1169
1169
|
conditions: {
|
|
1170
1170
|
base: string;
|
|
@@ -1173,7 +1173,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1173
1173
|
xl: string;
|
|
1174
1174
|
};
|
|
1175
1175
|
};
|
|
1176
|
-
|
|
1176
|
+
13: {
|
|
1177
1177
|
defaultClass: string;
|
|
1178
1178
|
conditions: {
|
|
1179
1179
|
base: string;
|
|
@@ -1182,7 +1182,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1182
1182
|
xl: string;
|
|
1183
1183
|
};
|
|
1184
1184
|
};
|
|
1185
|
-
|
|
1185
|
+
14: {
|
|
1186
1186
|
defaultClass: string;
|
|
1187
1187
|
conditions: {
|
|
1188
1188
|
base: string;
|
|
@@ -1191,7 +1191,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1191
1191
|
xl: string;
|
|
1192
1192
|
};
|
|
1193
1193
|
};
|
|
1194
|
-
|
|
1194
|
+
16: {
|
|
1195
1195
|
defaultClass: string;
|
|
1196
1196
|
conditions: {
|
|
1197
1197
|
base: string;
|
|
@@ -1200,7 +1200,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1200
1200
|
xl: string;
|
|
1201
1201
|
};
|
|
1202
1202
|
};
|
|
1203
|
-
|
|
1203
|
+
17: {
|
|
1204
1204
|
defaultClass: string;
|
|
1205
1205
|
conditions: {
|
|
1206
1206
|
base: string;
|
|
@@ -1209,7 +1209,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1209
1209
|
xl: string;
|
|
1210
1210
|
};
|
|
1211
1211
|
};
|
|
1212
|
-
|
|
1212
|
+
19: {
|
|
1213
1213
|
defaultClass: string;
|
|
1214
1214
|
conditions: {
|
|
1215
1215
|
base: string;
|
|
@@ -1218,7 +1218,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1218
1218
|
xl: string;
|
|
1219
1219
|
};
|
|
1220
1220
|
};
|
|
1221
|
-
|
|
1221
|
+
20: {
|
|
1222
1222
|
defaultClass: string;
|
|
1223
1223
|
conditions: {
|
|
1224
1224
|
base: string;
|
|
@@ -1227,7 +1227,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1227
1227
|
xl: string;
|
|
1228
1228
|
};
|
|
1229
1229
|
};
|
|
1230
|
-
|
|
1230
|
+
21: {
|
|
1231
1231
|
defaultClass: string;
|
|
1232
1232
|
conditions: {
|
|
1233
1233
|
base: string;
|
|
@@ -1236,7 +1236,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1236
1236
|
xl: string;
|
|
1237
1237
|
};
|
|
1238
1238
|
};
|
|
1239
|
-
|
|
1239
|
+
22: {
|
|
1240
1240
|
defaultClass: string;
|
|
1241
1241
|
conditions: {
|
|
1242
1242
|
base: string;
|
|
@@ -1245,7 +1245,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1245
1245
|
xl: string;
|
|
1246
1246
|
};
|
|
1247
1247
|
};
|
|
1248
|
-
|
|
1248
|
+
full: {
|
|
1249
1249
|
defaultClass: string;
|
|
1250
1250
|
conditions: {
|
|
1251
1251
|
base: string;
|
|
@@ -1254,7 +1254,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1254
1254
|
xl: string;
|
|
1255
1255
|
};
|
|
1256
1256
|
};
|
|
1257
|
-
|
|
1257
|
+
"1/2": {
|
|
1258
1258
|
defaultClass: string;
|
|
1259
1259
|
conditions: {
|
|
1260
1260
|
base: string;
|
|
@@ -1263,7 +1263,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1263
1263
|
xl: string;
|
|
1264
1264
|
};
|
|
1265
1265
|
};
|
|
1266
|
-
|
|
1266
|
+
"1/3": {
|
|
1267
1267
|
defaultClass: string;
|
|
1268
1268
|
conditions: {
|
|
1269
1269
|
base: string;
|
|
@@ -1272,7 +1272,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1272
1272
|
xl: string;
|
|
1273
1273
|
};
|
|
1274
1274
|
};
|
|
1275
|
-
|
|
1275
|
+
"2/3": {
|
|
1276
1276
|
defaultClass: string;
|
|
1277
1277
|
conditions: {
|
|
1278
1278
|
base: string;
|
|
@@ -1281,7 +1281,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1281
1281
|
xl: string;
|
|
1282
1282
|
};
|
|
1283
1283
|
};
|
|
1284
|
-
|
|
1284
|
+
"1/4": {
|
|
1285
1285
|
defaultClass: string;
|
|
1286
1286
|
conditions: {
|
|
1287
1287
|
base: string;
|
|
@@ -1290,7 +1290,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1290
1290
|
xl: string;
|
|
1291
1291
|
};
|
|
1292
1292
|
};
|
|
1293
|
-
|
|
1293
|
+
"3/4": {
|
|
1294
1294
|
defaultClass: string;
|
|
1295
1295
|
conditions: {
|
|
1296
1296
|
base: string;
|
|
@@ -1438,7 +1438,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1438
1438
|
xl: string;
|
|
1439
1439
|
};
|
|
1440
1440
|
};
|
|
1441
|
-
|
|
1441
|
+
11: {
|
|
1442
1442
|
defaultClass: string;
|
|
1443
1443
|
conditions: {
|
|
1444
1444
|
base: string;
|
|
@@ -1447,7 +1447,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1447
1447
|
xl: string;
|
|
1448
1448
|
};
|
|
1449
1449
|
};
|
|
1450
|
-
|
|
1450
|
+
13: {
|
|
1451
1451
|
defaultClass: string;
|
|
1452
1452
|
conditions: {
|
|
1453
1453
|
base: string;
|
|
@@ -1456,7 +1456,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1456
1456
|
xl: string;
|
|
1457
1457
|
};
|
|
1458
1458
|
};
|
|
1459
|
-
|
|
1459
|
+
14: {
|
|
1460
1460
|
defaultClass: string;
|
|
1461
1461
|
conditions: {
|
|
1462
1462
|
base: string;
|
|
@@ -1465,7 +1465,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1465
1465
|
xl: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
};
|
|
1468
|
-
|
|
1468
|
+
16: {
|
|
1469
1469
|
defaultClass: string;
|
|
1470
1470
|
conditions: {
|
|
1471
1471
|
base: string;
|
|
@@ -1474,7 +1474,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1474
1474
|
xl: string;
|
|
1475
1475
|
};
|
|
1476
1476
|
};
|
|
1477
|
-
|
|
1477
|
+
17: {
|
|
1478
1478
|
defaultClass: string;
|
|
1479
1479
|
conditions: {
|
|
1480
1480
|
base: string;
|
|
@@ -1483,7 +1483,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1483
1483
|
xl: string;
|
|
1484
1484
|
};
|
|
1485
1485
|
};
|
|
1486
|
-
|
|
1486
|
+
19: {
|
|
1487
1487
|
defaultClass: string;
|
|
1488
1488
|
conditions: {
|
|
1489
1489
|
base: string;
|
|
@@ -1492,7 +1492,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1492
1492
|
xl: string;
|
|
1493
1493
|
};
|
|
1494
1494
|
};
|
|
1495
|
-
|
|
1495
|
+
20: {
|
|
1496
1496
|
defaultClass: string;
|
|
1497
1497
|
conditions: {
|
|
1498
1498
|
base: string;
|
|
@@ -1501,7 +1501,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1501
1501
|
xl: string;
|
|
1502
1502
|
};
|
|
1503
1503
|
};
|
|
1504
|
-
|
|
1504
|
+
21: {
|
|
1505
1505
|
defaultClass: string;
|
|
1506
1506
|
conditions: {
|
|
1507
1507
|
base: string;
|
|
@@ -1510,7 +1510,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1510
1510
|
xl: string;
|
|
1511
1511
|
};
|
|
1512
1512
|
};
|
|
1513
|
-
|
|
1513
|
+
22: {
|
|
1514
1514
|
defaultClass: string;
|
|
1515
1515
|
conditions: {
|
|
1516
1516
|
base: string;
|
|
@@ -1519,7 +1519,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1519
1519
|
xl: string;
|
|
1520
1520
|
};
|
|
1521
1521
|
};
|
|
1522
|
-
|
|
1522
|
+
full: {
|
|
1523
1523
|
defaultClass: string;
|
|
1524
1524
|
conditions: {
|
|
1525
1525
|
base: string;
|
|
@@ -1528,7 +1528,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1528
1528
|
xl: string;
|
|
1529
1529
|
};
|
|
1530
1530
|
};
|
|
1531
|
-
|
|
1531
|
+
"1/2": {
|
|
1532
1532
|
defaultClass: string;
|
|
1533
1533
|
conditions: {
|
|
1534
1534
|
base: string;
|
|
@@ -1537,7 +1537,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1537
1537
|
xl: string;
|
|
1538
1538
|
};
|
|
1539
1539
|
};
|
|
1540
|
-
|
|
1540
|
+
"1/3": {
|
|
1541
1541
|
defaultClass: string;
|
|
1542
1542
|
conditions: {
|
|
1543
1543
|
base: string;
|
|
@@ -1546,7 +1546,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1546
1546
|
xl: string;
|
|
1547
1547
|
};
|
|
1548
1548
|
};
|
|
1549
|
-
|
|
1549
|
+
"2/3": {
|
|
1550
1550
|
defaultClass: string;
|
|
1551
1551
|
conditions: {
|
|
1552
1552
|
base: string;
|
|
@@ -1555,7 +1555,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1555
1555
|
xl: string;
|
|
1556
1556
|
};
|
|
1557
1557
|
};
|
|
1558
|
-
|
|
1558
|
+
"1/4": {
|
|
1559
1559
|
defaultClass: string;
|
|
1560
1560
|
conditions: {
|
|
1561
1561
|
base: string;
|
|
@@ -1564,7 +1564,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1564
1564
|
xl: string;
|
|
1565
1565
|
};
|
|
1566
1566
|
};
|
|
1567
|
-
|
|
1567
|
+
"3/4": {
|
|
1568
1568
|
defaultClass: string;
|
|
1569
1569
|
conditions: {
|
|
1570
1570
|
base: string;
|
|
@@ -1712,7 +1712,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1712
1712
|
xl: string;
|
|
1713
1713
|
};
|
|
1714
1714
|
};
|
|
1715
|
-
|
|
1715
|
+
11: {
|
|
1716
1716
|
defaultClass: string;
|
|
1717
1717
|
conditions: {
|
|
1718
1718
|
base: string;
|
|
@@ -1721,7 +1721,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1721
1721
|
xl: string;
|
|
1722
1722
|
};
|
|
1723
1723
|
};
|
|
1724
|
-
|
|
1724
|
+
13: {
|
|
1725
1725
|
defaultClass: string;
|
|
1726
1726
|
conditions: {
|
|
1727
1727
|
base: string;
|
|
@@ -1730,7 +1730,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1730
1730
|
xl: string;
|
|
1731
1731
|
};
|
|
1732
1732
|
};
|
|
1733
|
-
|
|
1733
|
+
14: {
|
|
1734
1734
|
defaultClass: string;
|
|
1735
1735
|
conditions: {
|
|
1736
1736
|
base: string;
|
|
@@ -1739,7 +1739,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1739
1739
|
xl: string;
|
|
1740
1740
|
};
|
|
1741
1741
|
};
|
|
1742
|
-
|
|
1742
|
+
16: {
|
|
1743
1743
|
defaultClass: string;
|
|
1744
1744
|
conditions: {
|
|
1745
1745
|
base: string;
|
|
@@ -1748,7 +1748,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1748
1748
|
xl: string;
|
|
1749
1749
|
};
|
|
1750
1750
|
};
|
|
1751
|
-
|
|
1751
|
+
17: {
|
|
1752
1752
|
defaultClass: string;
|
|
1753
1753
|
conditions: {
|
|
1754
1754
|
base: string;
|
|
@@ -1757,7 +1757,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1757
1757
|
xl: string;
|
|
1758
1758
|
};
|
|
1759
1759
|
};
|
|
1760
|
-
|
|
1760
|
+
19: {
|
|
1761
1761
|
defaultClass: string;
|
|
1762
1762
|
conditions: {
|
|
1763
1763
|
base: string;
|
|
@@ -1766,7 +1766,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1766
1766
|
xl: string;
|
|
1767
1767
|
};
|
|
1768
1768
|
};
|
|
1769
|
-
|
|
1769
|
+
20: {
|
|
1770
1770
|
defaultClass: string;
|
|
1771
1771
|
conditions: {
|
|
1772
1772
|
base: string;
|
|
@@ -1775,7 +1775,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1775
1775
|
xl: string;
|
|
1776
1776
|
};
|
|
1777
1777
|
};
|
|
1778
|
-
|
|
1778
|
+
21: {
|
|
1779
1779
|
defaultClass: string;
|
|
1780
1780
|
conditions: {
|
|
1781
1781
|
base: string;
|
|
@@ -1784,7 +1784,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1784
1784
|
xl: string;
|
|
1785
1785
|
};
|
|
1786
1786
|
};
|
|
1787
|
-
|
|
1787
|
+
22: {
|
|
1788
1788
|
defaultClass: string;
|
|
1789
1789
|
conditions: {
|
|
1790
1790
|
base: string;
|
|
@@ -1793,7 +1793,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1793
1793
|
xl: string;
|
|
1794
1794
|
};
|
|
1795
1795
|
};
|
|
1796
|
-
|
|
1796
|
+
full: {
|
|
1797
1797
|
defaultClass: string;
|
|
1798
1798
|
conditions: {
|
|
1799
1799
|
base: string;
|
|
@@ -1802,7 +1802,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1802
1802
|
xl: string;
|
|
1803
1803
|
};
|
|
1804
1804
|
};
|
|
1805
|
-
|
|
1805
|
+
"1/2": {
|
|
1806
1806
|
defaultClass: string;
|
|
1807
1807
|
conditions: {
|
|
1808
1808
|
base: string;
|
|
@@ -1811,7 +1811,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1811
1811
|
xl: string;
|
|
1812
1812
|
};
|
|
1813
1813
|
};
|
|
1814
|
-
|
|
1814
|
+
"1/3": {
|
|
1815
1815
|
defaultClass: string;
|
|
1816
1816
|
conditions: {
|
|
1817
1817
|
base: string;
|
|
@@ -1820,7 +1820,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1820
1820
|
xl: string;
|
|
1821
1821
|
};
|
|
1822
1822
|
};
|
|
1823
|
-
|
|
1823
|
+
"2/3": {
|
|
1824
1824
|
defaultClass: string;
|
|
1825
1825
|
conditions: {
|
|
1826
1826
|
base: string;
|
|
@@ -1829,7 +1829,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1829
1829
|
xl: string;
|
|
1830
1830
|
};
|
|
1831
1831
|
};
|
|
1832
|
-
|
|
1832
|
+
"1/4": {
|
|
1833
1833
|
defaultClass: string;
|
|
1834
1834
|
conditions: {
|
|
1835
1835
|
base: string;
|
|
@@ -1838,7 +1838,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1838
1838
|
xl: string;
|
|
1839
1839
|
};
|
|
1840
1840
|
};
|
|
1841
|
-
|
|
1841
|
+
"3/4": {
|
|
1842
1842
|
defaultClass: string;
|
|
1843
1843
|
conditions: {
|
|
1844
1844
|
base: string;
|
|
@@ -1986,7 +1986,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1986
1986
|
xl: string;
|
|
1987
1987
|
};
|
|
1988
1988
|
};
|
|
1989
|
-
|
|
1989
|
+
11: {
|
|
1990
1990
|
defaultClass: string;
|
|
1991
1991
|
conditions: {
|
|
1992
1992
|
base: string;
|
|
@@ -1995,7 +1995,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
1995
1995
|
xl: string;
|
|
1996
1996
|
};
|
|
1997
1997
|
};
|
|
1998
|
-
|
|
1998
|
+
13: {
|
|
1999
1999
|
defaultClass: string;
|
|
2000
2000
|
conditions: {
|
|
2001
2001
|
base: string;
|
|
@@ -2004,7 +2004,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2004
2004
|
xl: string;
|
|
2005
2005
|
};
|
|
2006
2006
|
};
|
|
2007
|
-
|
|
2007
|
+
14: {
|
|
2008
2008
|
defaultClass: string;
|
|
2009
2009
|
conditions: {
|
|
2010
2010
|
base: string;
|
|
@@ -2013,7 +2013,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2013
2013
|
xl: string;
|
|
2014
2014
|
};
|
|
2015
2015
|
};
|
|
2016
|
-
|
|
2016
|
+
16: {
|
|
2017
2017
|
defaultClass: string;
|
|
2018
2018
|
conditions: {
|
|
2019
2019
|
base: string;
|
|
@@ -2022,7 +2022,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2022
2022
|
xl: string;
|
|
2023
2023
|
};
|
|
2024
2024
|
};
|
|
2025
|
-
|
|
2025
|
+
17: {
|
|
2026
2026
|
defaultClass: string;
|
|
2027
2027
|
conditions: {
|
|
2028
2028
|
base: string;
|
|
@@ -2031,7 +2031,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2031
2031
|
xl: string;
|
|
2032
2032
|
};
|
|
2033
2033
|
};
|
|
2034
|
-
|
|
2034
|
+
19: {
|
|
2035
2035
|
defaultClass: string;
|
|
2036
2036
|
conditions: {
|
|
2037
2037
|
base: string;
|
|
@@ -2040,7 +2040,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2040
2040
|
xl: string;
|
|
2041
2041
|
};
|
|
2042
2042
|
};
|
|
2043
|
-
|
|
2043
|
+
20: {
|
|
2044
2044
|
defaultClass: string;
|
|
2045
2045
|
conditions: {
|
|
2046
2046
|
base: string;
|
|
@@ -2049,7 +2049,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2049
2049
|
xl: string;
|
|
2050
2050
|
};
|
|
2051
2051
|
};
|
|
2052
|
-
|
|
2052
|
+
21: {
|
|
2053
2053
|
defaultClass: string;
|
|
2054
2054
|
conditions: {
|
|
2055
2055
|
base: string;
|
|
@@ -2058,7 +2058,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2058
2058
|
xl: string;
|
|
2059
2059
|
};
|
|
2060
2060
|
};
|
|
2061
|
-
|
|
2061
|
+
22: {
|
|
2062
2062
|
defaultClass: string;
|
|
2063
2063
|
conditions: {
|
|
2064
2064
|
base: string;
|
|
@@ -2067,7 +2067,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2067
2067
|
xl: string;
|
|
2068
2068
|
};
|
|
2069
2069
|
};
|
|
2070
|
-
|
|
2070
|
+
full: {
|
|
2071
2071
|
defaultClass: string;
|
|
2072
2072
|
conditions: {
|
|
2073
2073
|
base: string;
|
|
@@ -2076,7 +2076,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2076
2076
|
xl: string;
|
|
2077
2077
|
};
|
|
2078
2078
|
};
|
|
2079
|
-
|
|
2079
|
+
"1/2": {
|
|
2080
2080
|
defaultClass: string;
|
|
2081
2081
|
conditions: {
|
|
2082
2082
|
base: string;
|
|
@@ -2085,7 +2085,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2085
2085
|
xl: string;
|
|
2086
2086
|
};
|
|
2087
2087
|
};
|
|
2088
|
-
|
|
2088
|
+
"1/3": {
|
|
2089
2089
|
defaultClass: string;
|
|
2090
2090
|
conditions: {
|
|
2091
2091
|
base: string;
|
|
@@ -2094,7 +2094,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2094
2094
|
xl: string;
|
|
2095
2095
|
};
|
|
2096
2096
|
};
|
|
2097
|
-
|
|
2097
|
+
"2/3": {
|
|
2098
2098
|
defaultClass: string;
|
|
2099
2099
|
conditions: {
|
|
2100
2100
|
base: string;
|
|
@@ -2103,7 +2103,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2103
2103
|
xl: string;
|
|
2104
2104
|
};
|
|
2105
2105
|
};
|
|
2106
|
-
|
|
2106
|
+
"1/4": {
|
|
2107
2107
|
defaultClass: string;
|
|
2108
2108
|
conditions: {
|
|
2109
2109
|
base: string;
|
|
@@ -2112,7 +2112,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2112
2112
|
xl: string;
|
|
2113
2113
|
};
|
|
2114
2114
|
};
|
|
2115
|
-
|
|
2115
|
+
"3/4": {
|
|
2116
2116
|
defaultClass: string;
|
|
2117
2117
|
conditions: {
|
|
2118
2118
|
base: string;
|
|
@@ -2260,7 +2260,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2260
2260
|
xl: string;
|
|
2261
2261
|
};
|
|
2262
2262
|
};
|
|
2263
|
-
|
|
2263
|
+
11: {
|
|
2264
2264
|
defaultClass: string;
|
|
2265
2265
|
conditions: {
|
|
2266
2266
|
base: string;
|
|
@@ -2269,7 +2269,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2269
2269
|
xl: string;
|
|
2270
2270
|
};
|
|
2271
2271
|
};
|
|
2272
|
-
|
|
2272
|
+
13: {
|
|
2273
2273
|
defaultClass: string;
|
|
2274
2274
|
conditions: {
|
|
2275
2275
|
base: string;
|
|
@@ -2278,7 +2278,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2278
2278
|
xl: string;
|
|
2279
2279
|
};
|
|
2280
2280
|
};
|
|
2281
|
-
|
|
2281
|
+
14: {
|
|
2282
2282
|
defaultClass: string;
|
|
2283
2283
|
conditions: {
|
|
2284
2284
|
base: string;
|
|
@@ -2287,7 +2287,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2287
2287
|
xl: string;
|
|
2288
2288
|
};
|
|
2289
2289
|
};
|
|
2290
|
-
|
|
2290
|
+
16: {
|
|
2291
2291
|
defaultClass: string;
|
|
2292
2292
|
conditions: {
|
|
2293
2293
|
base: string;
|
|
@@ -2296,7 +2296,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2296
2296
|
xl: string;
|
|
2297
2297
|
};
|
|
2298
2298
|
};
|
|
2299
|
-
|
|
2299
|
+
17: {
|
|
2300
2300
|
defaultClass: string;
|
|
2301
2301
|
conditions: {
|
|
2302
2302
|
base: string;
|
|
@@ -2305,7 +2305,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2305
2305
|
xl: string;
|
|
2306
2306
|
};
|
|
2307
2307
|
};
|
|
2308
|
-
|
|
2308
|
+
19: {
|
|
2309
2309
|
defaultClass: string;
|
|
2310
2310
|
conditions: {
|
|
2311
2311
|
base: string;
|
|
@@ -2314,7 +2314,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2314
2314
|
xl: string;
|
|
2315
2315
|
};
|
|
2316
2316
|
};
|
|
2317
|
-
|
|
2317
|
+
20: {
|
|
2318
2318
|
defaultClass: string;
|
|
2319
2319
|
conditions: {
|
|
2320
2320
|
base: string;
|
|
@@ -2323,7 +2323,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2323
2323
|
xl: string;
|
|
2324
2324
|
};
|
|
2325
2325
|
};
|
|
2326
|
-
|
|
2326
|
+
21: {
|
|
2327
2327
|
defaultClass: string;
|
|
2328
2328
|
conditions: {
|
|
2329
2329
|
base: string;
|
|
@@ -2332,7 +2332,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2332
2332
|
xl: string;
|
|
2333
2333
|
};
|
|
2334
2334
|
};
|
|
2335
|
-
|
|
2335
|
+
22: {
|
|
2336
2336
|
defaultClass: string;
|
|
2337
2337
|
conditions: {
|
|
2338
2338
|
base: string;
|
|
@@ -2341,7 +2341,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2341
2341
|
xl: string;
|
|
2342
2342
|
};
|
|
2343
2343
|
};
|
|
2344
|
-
|
|
2344
|
+
full: {
|
|
2345
2345
|
defaultClass: string;
|
|
2346
2346
|
conditions: {
|
|
2347
2347
|
base: string;
|
|
@@ -2350,7 +2350,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2350
2350
|
xl: string;
|
|
2351
2351
|
};
|
|
2352
2352
|
};
|
|
2353
|
-
|
|
2353
|
+
"1/2": {
|
|
2354
2354
|
defaultClass: string;
|
|
2355
2355
|
conditions: {
|
|
2356
2356
|
base: string;
|
|
@@ -2359,7 +2359,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2359
2359
|
xl: string;
|
|
2360
2360
|
};
|
|
2361
2361
|
};
|
|
2362
|
-
|
|
2362
|
+
"1/3": {
|
|
2363
2363
|
defaultClass: string;
|
|
2364
2364
|
conditions: {
|
|
2365
2365
|
base: string;
|
|
@@ -2368,7 +2368,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2368
2368
|
xl: string;
|
|
2369
2369
|
};
|
|
2370
2370
|
};
|
|
2371
|
-
|
|
2371
|
+
"2/3": {
|
|
2372
2372
|
defaultClass: string;
|
|
2373
2373
|
conditions: {
|
|
2374
2374
|
base: string;
|
|
@@ -2377,7 +2377,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2377
2377
|
xl: string;
|
|
2378
2378
|
};
|
|
2379
2379
|
};
|
|
2380
|
-
|
|
2380
|
+
"1/4": {
|
|
2381
2381
|
defaultClass: string;
|
|
2382
2382
|
conditions: {
|
|
2383
2383
|
base: string;
|
|
@@ -2386,7 +2386,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2386
2386
|
xl: string;
|
|
2387
2387
|
};
|
|
2388
2388
|
};
|
|
2389
|
-
|
|
2389
|
+
"3/4": {
|
|
2390
2390
|
defaultClass: string;
|
|
2391
2391
|
conditions: {
|
|
2392
2392
|
base: string;
|
|
@@ -2618,7 +2618,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2618
2618
|
xl: string;
|
|
2619
2619
|
};
|
|
2620
2620
|
};
|
|
2621
|
-
|
|
2621
|
+
11: {
|
|
2622
2622
|
defaultClass: string;
|
|
2623
2623
|
conditions: {
|
|
2624
2624
|
base: string;
|
|
@@ -2627,7 +2627,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2627
2627
|
xl: string;
|
|
2628
2628
|
};
|
|
2629
2629
|
};
|
|
2630
|
-
|
|
2630
|
+
sm: {
|
|
2631
2631
|
defaultClass: string;
|
|
2632
2632
|
conditions: {
|
|
2633
2633
|
base: string;
|
|
@@ -2636,7 +2636,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2636
2636
|
xl: string;
|
|
2637
2637
|
};
|
|
2638
2638
|
};
|
|
2639
|
-
|
|
2639
|
+
md: {
|
|
2640
2640
|
defaultClass: string;
|
|
2641
2641
|
conditions: {
|
|
2642
2642
|
base: string;
|
|
@@ -2645,7 +2645,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2645
2645
|
xl: string;
|
|
2646
2646
|
};
|
|
2647
2647
|
};
|
|
2648
|
-
|
|
2648
|
+
lg: {
|
|
2649
2649
|
defaultClass: string;
|
|
2650
2650
|
conditions: {
|
|
2651
2651
|
base: string;
|
|
@@ -2654,7 +2654,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2654
2654
|
xl: string;
|
|
2655
2655
|
};
|
|
2656
2656
|
};
|
|
2657
|
-
|
|
2657
|
+
xl: {
|
|
2658
2658
|
defaultClass: string;
|
|
2659
2659
|
conditions: {
|
|
2660
2660
|
base: string;
|
|
@@ -2663,7 +2663,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2663
2663
|
xl: string;
|
|
2664
2664
|
};
|
|
2665
2665
|
};
|
|
2666
|
-
|
|
2666
|
+
"2xs": {
|
|
2667
2667
|
defaultClass: string;
|
|
2668
2668
|
conditions: {
|
|
2669
2669
|
base: string;
|
|
@@ -2672,7 +2672,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2672
2672
|
xl: string;
|
|
2673
2673
|
};
|
|
2674
2674
|
};
|
|
2675
|
-
|
|
2675
|
+
xs: {
|
|
2676
2676
|
defaultClass: string;
|
|
2677
2677
|
conditions: {
|
|
2678
2678
|
base: string;
|
|
@@ -2829,7 +2829,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2829
2829
|
xl: string;
|
|
2830
2830
|
};
|
|
2831
2831
|
};
|
|
2832
|
-
|
|
2832
|
+
11: {
|
|
2833
2833
|
defaultClass: string;
|
|
2834
2834
|
conditions: {
|
|
2835
2835
|
base: string;
|
|
@@ -2838,7 +2838,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2838
2838
|
xl: string;
|
|
2839
2839
|
};
|
|
2840
2840
|
};
|
|
2841
|
-
|
|
2841
|
+
sm: {
|
|
2842
2842
|
defaultClass: string;
|
|
2843
2843
|
conditions: {
|
|
2844
2844
|
base: string;
|
|
@@ -2847,7 +2847,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2847
2847
|
xl: string;
|
|
2848
2848
|
};
|
|
2849
2849
|
};
|
|
2850
|
-
|
|
2850
|
+
md: {
|
|
2851
2851
|
defaultClass: string;
|
|
2852
2852
|
conditions: {
|
|
2853
2853
|
base: string;
|
|
@@ -2856,7 +2856,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2856
2856
|
xl: string;
|
|
2857
2857
|
};
|
|
2858
2858
|
};
|
|
2859
|
-
|
|
2859
|
+
lg: {
|
|
2860
2860
|
defaultClass: string;
|
|
2861
2861
|
conditions: {
|
|
2862
2862
|
base: string;
|
|
@@ -2865,7 +2865,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2865
2865
|
xl: string;
|
|
2866
2866
|
};
|
|
2867
2867
|
};
|
|
2868
|
-
|
|
2868
|
+
xl: {
|
|
2869
2869
|
defaultClass: string;
|
|
2870
2870
|
conditions: {
|
|
2871
2871
|
base: string;
|
|
@@ -2874,7 +2874,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2874
2874
|
xl: string;
|
|
2875
2875
|
};
|
|
2876
2876
|
};
|
|
2877
|
-
|
|
2877
|
+
"2xs": {
|
|
2878
2878
|
defaultClass: string;
|
|
2879
2879
|
conditions: {
|
|
2880
2880
|
base: string;
|
|
@@ -2883,7 +2883,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
2883
2883
|
xl: string;
|
|
2884
2884
|
};
|
|
2885
2885
|
};
|
|
2886
|
-
|
|
2886
|
+
xs: {
|
|
2887
2887
|
defaultClass: string;
|
|
2888
2888
|
conditions: {
|
|
2889
2889
|
base: string;
|
|
@@ -3040,7 +3040,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3040
3040
|
xl: string;
|
|
3041
3041
|
};
|
|
3042
3042
|
};
|
|
3043
|
-
|
|
3043
|
+
11: {
|
|
3044
3044
|
defaultClass: string;
|
|
3045
3045
|
conditions: {
|
|
3046
3046
|
base: string;
|
|
@@ -3049,7 +3049,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3049
3049
|
xl: string;
|
|
3050
3050
|
};
|
|
3051
3051
|
};
|
|
3052
|
-
|
|
3052
|
+
sm: {
|
|
3053
3053
|
defaultClass: string;
|
|
3054
3054
|
conditions: {
|
|
3055
3055
|
base: string;
|
|
@@ -3058,7 +3058,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3058
3058
|
xl: string;
|
|
3059
3059
|
};
|
|
3060
3060
|
};
|
|
3061
|
-
|
|
3061
|
+
md: {
|
|
3062
3062
|
defaultClass: string;
|
|
3063
3063
|
conditions: {
|
|
3064
3064
|
base: string;
|
|
@@ -3067,7 +3067,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3067
3067
|
xl: string;
|
|
3068
3068
|
};
|
|
3069
3069
|
};
|
|
3070
|
-
|
|
3070
|
+
lg: {
|
|
3071
3071
|
defaultClass: string;
|
|
3072
3072
|
conditions: {
|
|
3073
3073
|
base: string;
|
|
@@ -3076,7 +3076,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3076
3076
|
xl: string;
|
|
3077
3077
|
};
|
|
3078
3078
|
};
|
|
3079
|
-
|
|
3079
|
+
xl: {
|
|
3080
3080
|
defaultClass: string;
|
|
3081
3081
|
conditions: {
|
|
3082
3082
|
base: string;
|
|
@@ -3085,7 +3085,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3085
3085
|
xl: string;
|
|
3086
3086
|
};
|
|
3087
3087
|
};
|
|
3088
|
-
|
|
3088
|
+
"2xs": {
|
|
3089
3089
|
defaultClass: string;
|
|
3090
3090
|
conditions: {
|
|
3091
3091
|
base: string;
|
|
@@ -3094,7 +3094,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3094
3094
|
xl: string;
|
|
3095
3095
|
};
|
|
3096
3096
|
};
|
|
3097
|
-
|
|
3097
|
+
xs: {
|
|
3098
3098
|
defaultClass: string;
|
|
3099
3099
|
conditions: {
|
|
3100
3100
|
base: string;
|
|
@@ -3251,7 +3251,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3251
3251
|
xl: string;
|
|
3252
3252
|
};
|
|
3253
3253
|
};
|
|
3254
|
-
|
|
3254
|
+
11: {
|
|
3255
3255
|
defaultClass: string;
|
|
3256
3256
|
conditions: {
|
|
3257
3257
|
base: string;
|
|
@@ -3260,7 +3260,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3260
3260
|
xl: string;
|
|
3261
3261
|
};
|
|
3262
3262
|
};
|
|
3263
|
-
|
|
3263
|
+
sm: {
|
|
3264
3264
|
defaultClass: string;
|
|
3265
3265
|
conditions: {
|
|
3266
3266
|
base: string;
|
|
@@ -3269,7 +3269,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3269
3269
|
xl: string;
|
|
3270
3270
|
};
|
|
3271
3271
|
};
|
|
3272
|
-
|
|
3272
|
+
md: {
|
|
3273
3273
|
defaultClass: string;
|
|
3274
3274
|
conditions: {
|
|
3275
3275
|
base: string;
|
|
@@ -3278,7 +3278,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3278
3278
|
xl: string;
|
|
3279
3279
|
};
|
|
3280
3280
|
};
|
|
3281
|
-
|
|
3281
|
+
lg: {
|
|
3282
3282
|
defaultClass: string;
|
|
3283
3283
|
conditions: {
|
|
3284
3284
|
base: string;
|
|
@@ -3287,7 +3287,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3287
3287
|
xl: string;
|
|
3288
3288
|
};
|
|
3289
3289
|
};
|
|
3290
|
-
|
|
3290
|
+
xl: {
|
|
3291
3291
|
defaultClass: string;
|
|
3292
3292
|
conditions: {
|
|
3293
3293
|
base: string;
|
|
@@ -3296,7 +3296,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3296
3296
|
xl: string;
|
|
3297
3297
|
};
|
|
3298
3298
|
};
|
|
3299
|
-
|
|
3299
|
+
"2xs": {
|
|
3300
3300
|
defaultClass: string;
|
|
3301
3301
|
conditions: {
|
|
3302
3302
|
base: string;
|
|
@@ -3305,7 +3305,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3305
3305
|
xl: string;
|
|
3306
3306
|
};
|
|
3307
3307
|
};
|
|
3308
|
-
|
|
3308
|
+
xs: {
|
|
3309
3309
|
defaultClass: string;
|
|
3310
3310
|
conditions: {
|
|
3311
3311
|
base: string;
|
|
@@ -3462,7 +3462,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3462
3462
|
xl: string;
|
|
3463
3463
|
};
|
|
3464
3464
|
};
|
|
3465
|
-
|
|
3465
|
+
11: {
|
|
3466
3466
|
defaultClass: string;
|
|
3467
3467
|
conditions: {
|
|
3468
3468
|
base: string;
|
|
@@ -3471,7 +3471,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3471
3471
|
xl: string;
|
|
3472
3472
|
};
|
|
3473
3473
|
};
|
|
3474
|
-
|
|
3474
|
+
sm: {
|
|
3475
3475
|
defaultClass: string;
|
|
3476
3476
|
conditions: {
|
|
3477
3477
|
base: string;
|
|
@@ -3480,7 +3480,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3480
3480
|
xl: string;
|
|
3481
3481
|
};
|
|
3482
3482
|
};
|
|
3483
|
-
|
|
3483
|
+
md: {
|
|
3484
3484
|
defaultClass: string;
|
|
3485
3485
|
conditions: {
|
|
3486
3486
|
base: string;
|
|
@@ -3489,7 +3489,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3489
3489
|
xl: string;
|
|
3490
3490
|
};
|
|
3491
3491
|
};
|
|
3492
|
-
|
|
3492
|
+
lg: {
|
|
3493
3493
|
defaultClass: string;
|
|
3494
3494
|
conditions: {
|
|
3495
3495
|
base: string;
|
|
@@ -3498,7 +3498,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3498
3498
|
xl: string;
|
|
3499
3499
|
};
|
|
3500
3500
|
};
|
|
3501
|
-
|
|
3501
|
+
xl: {
|
|
3502
3502
|
defaultClass: string;
|
|
3503
3503
|
conditions: {
|
|
3504
3504
|
base: string;
|
|
@@ -3507,7 +3507,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3507
3507
|
xl: string;
|
|
3508
3508
|
};
|
|
3509
3509
|
};
|
|
3510
|
-
|
|
3510
|
+
"2xs": {
|
|
3511
3511
|
defaultClass: string;
|
|
3512
3512
|
conditions: {
|
|
3513
3513
|
base: string;
|
|
@@ -3516,7 +3516,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3516
3516
|
xl: string;
|
|
3517
3517
|
};
|
|
3518
3518
|
};
|
|
3519
|
-
|
|
3519
|
+
xs: {
|
|
3520
3520
|
defaultClass: string;
|
|
3521
3521
|
conditions: {
|
|
3522
3522
|
base: string;
|
|
@@ -3673,7 +3673,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3673
3673
|
xl: string;
|
|
3674
3674
|
};
|
|
3675
3675
|
};
|
|
3676
|
-
|
|
3676
|
+
11: {
|
|
3677
3677
|
defaultClass: string;
|
|
3678
3678
|
conditions: {
|
|
3679
3679
|
base: string;
|
|
@@ -3682,7 +3682,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3682
3682
|
xl: string;
|
|
3683
3683
|
};
|
|
3684
3684
|
};
|
|
3685
|
-
|
|
3685
|
+
sm: {
|
|
3686
3686
|
defaultClass: string;
|
|
3687
3687
|
conditions: {
|
|
3688
3688
|
base: string;
|
|
@@ -3691,7 +3691,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3691
3691
|
xl: string;
|
|
3692
3692
|
};
|
|
3693
3693
|
};
|
|
3694
|
-
|
|
3694
|
+
md: {
|
|
3695
3695
|
defaultClass: string;
|
|
3696
3696
|
conditions: {
|
|
3697
3697
|
base: string;
|
|
@@ -3700,7 +3700,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3700
3700
|
xl: string;
|
|
3701
3701
|
};
|
|
3702
3702
|
};
|
|
3703
|
-
|
|
3703
|
+
lg: {
|
|
3704
3704
|
defaultClass: string;
|
|
3705
3705
|
conditions: {
|
|
3706
3706
|
base: string;
|
|
@@ -3709,7 +3709,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3709
3709
|
xl: string;
|
|
3710
3710
|
};
|
|
3711
3711
|
};
|
|
3712
|
-
|
|
3712
|
+
xl: {
|
|
3713
3713
|
defaultClass: string;
|
|
3714
3714
|
conditions: {
|
|
3715
3715
|
base: string;
|
|
@@ -3718,7 +3718,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3718
3718
|
xl: string;
|
|
3719
3719
|
};
|
|
3720
3720
|
};
|
|
3721
|
-
|
|
3721
|
+
"2xs": {
|
|
3722
3722
|
defaultClass: string;
|
|
3723
3723
|
conditions: {
|
|
3724
3724
|
base: string;
|
|
@@ -3727,7 +3727,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3727
3727
|
xl: string;
|
|
3728
3728
|
};
|
|
3729
3729
|
};
|
|
3730
|
-
|
|
3730
|
+
xs: {
|
|
3731
3731
|
defaultClass: string;
|
|
3732
3732
|
conditions: {
|
|
3733
3733
|
base: string;
|
|
@@ -3884,7 +3884,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3884
3884
|
xl: string;
|
|
3885
3885
|
};
|
|
3886
3886
|
};
|
|
3887
|
-
|
|
3887
|
+
11: {
|
|
3888
3888
|
defaultClass: string;
|
|
3889
3889
|
conditions: {
|
|
3890
3890
|
base: string;
|
|
@@ -3893,7 +3893,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3893
3893
|
xl: string;
|
|
3894
3894
|
};
|
|
3895
3895
|
};
|
|
3896
|
-
|
|
3896
|
+
sm: {
|
|
3897
3897
|
defaultClass: string;
|
|
3898
3898
|
conditions: {
|
|
3899
3899
|
base: string;
|
|
@@ -3902,7 +3902,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3902
3902
|
xl: string;
|
|
3903
3903
|
};
|
|
3904
3904
|
};
|
|
3905
|
-
|
|
3905
|
+
md: {
|
|
3906
3906
|
defaultClass: string;
|
|
3907
3907
|
conditions: {
|
|
3908
3908
|
base: string;
|
|
@@ -3911,7 +3911,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3911
3911
|
xl: string;
|
|
3912
3912
|
};
|
|
3913
3913
|
};
|
|
3914
|
-
|
|
3914
|
+
lg: {
|
|
3915
3915
|
defaultClass: string;
|
|
3916
3916
|
conditions: {
|
|
3917
3917
|
base: string;
|
|
@@ -3920,7 +3920,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3920
3920
|
xl: string;
|
|
3921
3921
|
};
|
|
3922
3922
|
};
|
|
3923
|
-
|
|
3923
|
+
xl: {
|
|
3924
3924
|
defaultClass: string;
|
|
3925
3925
|
conditions: {
|
|
3926
3926
|
base: string;
|
|
@@ -3929,7 +3929,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3929
3929
|
xl: string;
|
|
3930
3930
|
};
|
|
3931
3931
|
};
|
|
3932
|
-
|
|
3932
|
+
"2xs": {
|
|
3933
3933
|
defaultClass: string;
|
|
3934
3934
|
conditions: {
|
|
3935
3935
|
base: string;
|
|
@@ -3938,7 +3938,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
3938
3938
|
xl: string;
|
|
3939
3939
|
};
|
|
3940
3940
|
};
|
|
3941
|
-
|
|
3941
|
+
xs: {
|
|
3942
3942
|
defaultClass: string;
|
|
3943
3943
|
conditions: {
|
|
3944
3944
|
base: string;
|
|
@@ -4095,7 +4095,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4095
4095
|
xl: string;
|
|
4096
4096
|
};
|
|
4097
4097
|
};
|
|
4098
|
-
|
|
4098
|
+
11: {
|
|
4099
4099
|
defaultClass: string;
|
|
4100
4100
|
conditions: {
|
|
4101
4101
|
base: string;
|
|
@@ -4104,7 +4104,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4104
4104
|
xl: string;
|
|
4105
4105
|
};
|
|
4106
4106
|
};
|
|
4107
|
-
|
|
4107
|
+
sm: {
|
|
4108
4108
|
defaultClass: string;
|
|
4109
4109
|
conditions: {
|
|
4110
4110
|
base: string;
|
|
@@ -4113,7 +4113,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4113
4113
|
xl: string;
|
|
4114
4114
|
};
|
|
4115
4115
|
};
|
|
4116
|
-
|
|
4116
|
+
md: {
|
|
4117
4117
|
defaultClass: string;
|
|
4118
4118
|
conditions: {
|
|
4119
4119
|
base: string;
|
|
@@ -4122,7 +4122,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4122
4122
|
xl: string;
|
|
4123
4123
|
};
|
|
4124
4124
|
};
|
|
4125
|
-
|
|
4125
|
+
lg: {
|
|
4126
4126
|
defaultClass: string;
|
|
4127
4127
|
conditions: {
|
|
4128
4128
|
base: string;
|
|
@@ -4131,7 +4131,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4131
4131
|
xl: string;
|
|
4132
4132
|
};
|
|
4133
4133
|
};
|
|
4134
|
-
|
|
4134
|
+
xl: {
|
|
4135
4135
|
defaultClass: string;
|
|
4136
4136
|
conditions: {
|
|
4137
4137
|
base: string;
|
|
@@ -4140,7 +4140,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4140
4140
|
xl: string;
|
|
4141
4141
|
};
|
|
4142
4142
|
};
|
|
4143
|
-
|
|
4143
|
+
"2xs": {
|
|
4144
4144
|
defaultClass: string;
|
|
4145
4145
|
conditions: {
|
|
4146
4146
|
base: string;
|
|
@@ -4149,7 +4149,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4149
4149
|
xl: string;
|
|
4150
4150
|
};
|
|
4151
4151
|
};
|
|
4152
|
-
|
|
4152
|
+
xs: {
|
|
4153
4153
|
defaultClass: string;
|
|
4154
4154
|
conditions: {
|
|
4155
4155
|
base: string;
|
|
@@ -4306,7 +4306,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4306
4306
|
xl: string;
|
|
4307
4307
|
};
|
|
4308
4308
|
};
|
|
4309
|
-
|
|
4309
|
+
11: {
|
|
4310
4310
|
defaultClass: string;
|
|
4311
4311
|
conditions: {
|
|
4312
4312
|
base: string;
|
|
@@ -4315,7 +4315,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4315
4315
|
xl: string;
|
|
4316
4316
|
};
|
|
4317
4317
|
};
|
|
4318
|
-
|
|
4318
|
+
sm: {
|
|
4319
4319
|
defaultClass: string;
|
|
4320
4320
|
conditions: {
|
|
4321
4321
|
base: string;
|
|
@@ -4324,7 +4324,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4324
4324
|
xl: string;
|
|
4325
4325
|
};
|
|
4326
4326
|
};
|
|
4327
|
-
|
|
4327
|
+
md: {
|
|
4328
4328
|
defaultClass: string;
|
|
4329
4329
|
conditions: {
|
|
4330
4330
|
base: string;
|
|
@@ -4333,7 +4333,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4333
4333
|
xl: string;
|
|
4334
4334
|
};
|
|
4335
4335
|
};
|
|
4336
|
-
|
|
4336
|
+
lg: {
|
|
4337
4337
|
defaultClass: string;
|
|
4338
4338
|
conditions: {
|
|
4339
4339
|
base: string;
|
|
@@ -4342,7 +4342,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4342
4342
|
xl: string;
|
|
4343
4343
|
};
|
|
4344
4344
|
};
|
|
4345
|
-
|
|
4345
|
+
xl: {
|
|
4346
4346
|
defaultClass: string;
|
|
4347
4347
|
conditions: {
|
|
4348
4348
|
base: string;
|
|
@@ -4351,7 +4351,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4351
4351
|
xl: string;
|
|
4352
4352
|
};
|
|
4353
4353
|
};
|
|
4354
|
-
|
|
4354
|
+
"2xs": {
|
|
4355
4355
|
defaultClass: string;
|
|
4356
4356
|
conditions: {
|
|
4357
4357
|
base: string;
|
|
@@ -4360,7 +4360,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4360
4360
|
xl: string;
|
|
4361
4361
|
};
|
|
4362
4362
|
};
|
|
4363
|
-
|
|
4363
|
+
xs: {
|
|
4364
4364
|
defaultClass: string;
|
|
4365
4365
|
conditions: {
|
|
4366
4366
|
base: string;
|
|
@@ -4517,7 +4517,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4517
4517
|
xl: string;
|
|
4518
4518
|
};
|
|
4519
4519
|
};
|
|
4520
|
-
|
|
4520
|
+
11: {
|
|
4521
4521
|
defaultClass: string;
|
|
4522
4522
|
conditions: {
|
|
4523
4523
|
base: string;
|
|
@@ -4526,7 +4526,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4526
4526
|
xl: string;
|
|
4527
4527
|
};
|
|
4528
4528
|
};
|
|
4529
|
-
|
|
4529
|
+
sm: {
|
|
4530
4530
|
defaultClass: string;
|
|
4531
4531
|
conditions: {
|
|
4532
4532
|
base: string;
|
|
@@ -4535,7 +4535,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4535
4535
|
xl: string;
|
|
4536
4536
|
};
|
|
4537
4537
|
};
|
|
4538
|
-
|
|
4538
|
+
md: {
|
|
4539
4539
|
defaultClass: string;
|
|
4540
4540
|
conditions: {
|
|
4541
4541
|
base: string;
|
|
@@ -4544,7 +4544,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4544
4544
|
xl: string;
|
|
4545
4545
|
};
|
|
4546
4546
|
};
|
|
4547
|
-
|
|
4547
|
+
lg: {
|
|
4548
4548
|
defaultClass: string;
|
|
4549
4549
|
conditions: {
|
|
4550
4550
|
base: string;
|
|
@@ -4553,7 +4553,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4553
4553
|
xl: string;
|
|
4554
4554
|
};
|
|
4555
4555
|
};
|
|
4556
|
-
|
|
4556
|
+
xl: {
|
|
4557
4557
|
defaultClass: string;
|
|
4558
4558
|
conditions: {
|
|
4559
4559
|
base: string;
|
|
@@ -4562,7 +4562,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4562
4562
|
xl: string;
|
|
4563
4563
|
};
|
|
4564
4564
|
};
|
|
4565
|
-
|
|
4565
|
+
"2xs": {
|
|
4566
4566
|
defaultClass: string;
|
|
4567
4567
|
conditions: {
|
|
4568
4568
|
base: string;
|
|
@@ -4571,7 +4571,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4571
4571
|
xl: string;
|
|
4572
4572
|
};
|
|
4573
4573
|
};
|
|
4574
|
-
|
|
4574
|
+
xs: {
|
|
4575
4575
|
defaultClass: string;
|
|
4576
4576
|
conditions: {
|
|
4577
4577
|
base: string;
|
|
@@ -4728,7 +4728,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4728
4728
|
xl: string;
|
|
4729
4729
|
};
|
|
4730
4730
|
};
|
|
4731
|
-
|
|
4731
|
+
11: {
|
|
4732
4732
|
defaultClass: string;
|
|
4733
4733
|
conditions: {
|
|
4734
4734
|
base: string;
|
|
@@ -4737,7 +4737,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4737
4737
|
xl: string;
|
|
4738
4738
|
};
|
|
4739
4739
|
};
|
|
4740
|
-
|
|
4740
|
+
sm: {
|
|
4741
4741
|
defaultClass: string;
|
|
4742
4742
|
conditions: {
|
|
4743
4743
|
base: string;
|
|
@@ -4746,7 +4746,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4746
4746
|
xl: string;
|
|
4747
4747
|
};
|
|
4748
4748
|
};
|
|
4749
|
-
|
|
4749
|
+
md: {
|
|
4750
4750
|
defaultClass: string;
|
|
4751
4751
|
conditions: {
|
|
4752
4752
|
base: string;
|
|
@@ -4755,7 +4755,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4755
4755
|
xl: string;
|
|
4756
4756
|
};
|
|
4757
4757
|
};
|
|
4758
|
-
|
|
4758
|
+
lg: {
|
|
4759
4759
|
defaultClass: string;
|
|
4760
4760
|
conditions: {
|
|
4761
4761
|
base: string;
|
|
@@ -4764,7 +4764,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4764
4764
|
xl: string;
|
|
4765
4765
|
};
|
|
4766
4766
|
};
|
|
4767
|
-
|
|
4767
|
+
xl: {
|
|
4768
4768
|
defaultClass: string;
|
|
4769
4769
|
conditions: {
|
|
4770
4770
|
base: string;
|
|
@@ -4773,7 +4773,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4773
4773
|
xl: string;
|
|
4774
4774
|
};
|
|
4775
4775
|
};
|
|
4776
|
-
|
|
4776
|
+
"2xs": {
|
|
4777
4777
|
defaultClass: string;
|
|
4778
4778
|
conditions: {
|
|
4779
4779
|
base: string;
|
|
@@ -4782,7 +4782,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4782
4782
|
xl: string;
|
|
4783
4783
|
};
|
|
4784
4784
|
};
|
|
4785
|
-
|
|
4785
|
+
xs: {
|
|
4786
4786
|
defaultClass: string;
|
|
4787
4787
|
conditions: {
|
|
4788
4788
|
base: string;
|
|
@@ -4939,7 +4939,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4939
4939
|
xl: string;
|
|
4940
4940
|
};
|
|
4941
4941
|
};
|
|
4942
|
-
|
|
4942
|
+
11: {
|
|
4943
4943
|
defaultClass: string;
|
|
4944
4944
|
conditions: {
|
|
4945
4945
|
base: string;
|
|
@@ -4948,7 +4948,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4948
4948
|
xl: string;
|
|
4949
4949
|
};
|
|
4950
4950
|
};
|
|
4951
|
-
|
|
4951
|
+
sm: {
|
|
4952
4952
|
defaultClass: string;
|
|
4953
4953
|
conditions: {
|
|
4954
4954
|
base: string;
|
|
@@ -4957,7 +4957,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4957
4957
|
xl: string;
|
|
4958
4958
|
};
|
|
4959
4959
|
};
|
|
4960
|
-
|
|
4960
|
+
md: {
|
|
4961
4961
|
defaultClass: string;
|
|
4962
4962
|
conditions: {
|
|
4963
4963
|
base: string;
|
|
@@ -4966,7 +4966,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4966
4966
|
xl: string;
|
|
4967
4967
|
};
|
|
4968
4968
|
};
|
|
4969
|
-
|
|
4969
|
+
lg: {
|
|
4970
4970
|
defaultClass: string;
|
|
4971
4971
|
conditions: {
|
|
4972
4972
|
base: string;
|
|
@@ -4975,7 +4975,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4975
4975
|
xl: string;
|
|
4976
4976
|
};
|
|
4977
4977
|
};
|
|
4978
|
-
|
|
4978
|
+
xl: {
|
|
4979
4979
|
defaultClass: string;
|
|
4980
4980
|
conditions: {
|
|
4981
4981
|
base: string;
|
|
@@ -4984,7 +4984,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4984
4984
|
xl: string;
|
|
4985
4985
|
};
|
|
4986
4986
|
};
|
|
4987
|
-
|
|
4987
|
+
"2xs": {
|
|
4988
4988
|
defaultClass: string;
|
|
4989
4989
|
conditions: {
|
|
4990
4990
|
base: string;
|
|
@@ -4993,7 +4993,7 @@ export declare const mapResponsiveValue: <OutputValue extends string | number |
|
|
|
4993
4993
|
xl: string;
|
|
4994
4994
|
};
|
|
4995
4995
|
};
|
|
4996
|
-
|
|
4996
|
+
xs: {
|
|
4997
4997
|
defaultClass: string;
|
|
4998
4998
|
conditions: {
|
|
4999
4999
|
base: string;
|
|
@@ -5285,7 +5285,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5285
5285
|
xl: string;
|
|
5286
5286
|
};
|
|
5287
5287
|
};
|
|
5288
|
-
|
|
5288
|
+
"flex-end": {
|
|
5289
5289
|
defaultClass: string;
|
|
5290
5290
|
conditions: {
|
|
5291
5291
|
base: string;
|
|
@@ -5294,7 +5294,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5294
5294
|
xl: string;
|
|
5295
5295
|
};
|
|
5296
5296
|
};
|
|
5297
|
-
"flex-
|
|
5297
|
+
"flex-start": {
|
|
5298
5298
|
defaultClass: string;
|
|
5299
5299
|
conditions: {
|
|
5300
5300
|
base: string;
|
|
@@ -5303,7 +5303,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5303
5303
|
xl: string;
|
|
5304
5304
|
};
|
|
5305
5305
|
};
|
|
5306
|
-
|
|
5306
|
+
baseline: {
|
|
5307
5307
|
defaultClass: string;
|
|
5308
5308
|
conditions: {
|
|
5309
5309
|
base: string;
|
|
@@ -5312,7 +5312,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5312
5312
|
xl: string;
|
|
5313
5313
|
};
|
|
5314
5314
|
};
|
|
5315
|
-
|
|
5315
|
+
stretch: {
|
|
5316
5316
|
defaultClass: string;
|
|
5317
5317
|
conditions: {
|
|
5318
5318
|
base: string;
|
|
@@ -5334,7 +5334,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5334
5334
|
xl: string;
|
|
5335
5335
|
};
|
|
5336
5336
|
};
|
|
5337
|
-
|
|
5337
|
+
"flex-end": {
|
|
5338
5338
|
defaultClass: string;
|
|
5339
5339
|
conditions: {
|
|
5340
5340
|
base: string;
|
|
@@ -5343,7 +5343,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5343
5343
|
xl: string;
|
|
5344
5344
|
};
|
|
5345
5345
|
};
|
|
5346
|
-
"flex-
|
|
5346
|
+
"flex-start": {
|
|
5347
5347
|
defaultClass: string;
|
|
5348
5348
|
conditions: {
|
|
5349
5349
|
base: string;
|
|
@@ -5352,7 +5352,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5352
5352
|
xl: string;
|
|
5353
5353
|
};
|
|
5354
5354
|
};
|
|
5355
|
-
|
|
5355
|
+
baseline: {
|
|
5356
5356
|
defaultClass: string;
|
|
5357
5357
|
conditions: {
|
|
5358
5358
|
base: string;
|
|
@@ -5361,7 +5361,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5361
5361
|
xl: string;
|
|
5362
5362
|
};
|
|
5363
5363
|
};
|
|
5364
|
-
|
|
5364
|
+
stretch: {
|
|
5365
5365
|
defaultClass: string;
|
|
5366
5366
|
conditions: {
|
|
5367
5367
|
base: string;
|
|
@@ -5405,7 +5405,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5405
5405
|
xl: string;
|
|
5406
5406
|
};
|
|
5407
5407
|
};
|
|
5408
|
-
"
|
|
5408
|
+
"flex-end": {
|
|
5409
5409
|
defaultClass: string;
|
|
5410
5410
|
conditions: {
|
|
5411
5411
|
base: string;
|
|
@@ -5414,7 +5414,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5414
5414
|
xl: string;
|
|
5415
5415
|
};
|
|
5416
5416
|
};
|
|
5417
|
-
"
|
|
5417
|
+
"flex-start": {
|
|
5418
5418
|
defaultClass: string;
|
|
5419
5419
|
conditions: {
|
|
5420
5420
|
base: string;
|
|
@@ -5423,7 +5423,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5423
5423
|
xl: string;
|
|
5424
5424
|
};
|
|
5425
5425
|
};
|
|
5426
|
-
"space-
|
|
5426
|
+
"space-around": {
|
|
5427
5427
|
defaultClass: string;
|
|
5428
5428
|
conditions: {
|
|
5429
5429
|
base: string;
|
|
@@ -5432,7 +5432,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5432
5432
|
xl: string;
|
|
5433
5433
|
};
|
|
5434
5434
|
};
|
|
5435
|
-
"
|
|
5435
|
+
"space-between": {
|
|
5436
5436
|
defaultClass: string;
|
|
5437
5437
|
conditions: {
|
|
5438
5438
|
base: string;
|
|
@@ -5441,7 +5441,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5441
5441
|
xl: string;
|
|
5442
5442
|
};
|
|
5443
5443
|
};
|
|
5444
|
-
"
|
|
5444
|
+
"space-evenly": {
|
|
5445
5445
|
defaultClass: string;
|
|
5446
5446
|
conditions: {
|
|
5447
5447
|
base: string;
|
|
@@ -5503,7 +5503,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5503
5503
|
xl: string;
|
|
5504
5504
|
};
|
|
5505
5505
|
};
|
|
5506
|
-
|
|
5506
|
+
flex: {
|
|
5507
5507
|
defaultClass: string;
|
|
5508
5508
|
conditions: {
|
|
5509
5509
|
base: string;
|
|
@@ -5512,7 +5512,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5512
5512
|
xl: string;
|
|
5513
5513
|
};
|
|
5514
5514
|
};
|
|
5515
|
-
|
|
5515
|
+
inline: {
|
|
5516
5516
|
defaultClass: string;
|
|
5517
5517
|
conditions: {
|
|
5518
5518
|
base: string;
|
|
@@ -5521,7 +5521,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5521
5521
|
xl: string;
|
|
5522
5522
|
};
|
|
5523
5523
|
};
|
|
5524
|
-
|
|
5524
|
+
block: {
|
|
5525
5525
|
defaultClass: string;
|
|
5526
5526
|
conditions: {
|
|
5527
5527
|
base: string;
|
|
@@ -5588,7 +5588,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5588
5588
|
xl: string;
|
|
5589
5589
|
};
|
|
5590
5590
|
};
|
|
5591
|
-
|
|
5591
|
+
initial: {
|
|
5592
5592
|
defaultClass: string;
|
|
5593
5593
|
conditions: {
|
|
5594
5594
|
base: string;
|
|
@@ -5597,7 +5597,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5597
5597
|
xl: string;
|
|
5598
5598
|
};
|
|
5599
5599
|
};
|
|
5600
|
-
|
|
5600
|
+
auto: {
|
|
5601
5601
|
defaultClass: string;
|
|
5602
5602
|
conditions: {
|
|
5603
5603
|
base: string;
|
|
@@ -5745,7 +5745,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5745
5745
|
xl: string;
|
|
5746
5746
|
};
|
|
5747
5747
|
};
|
|
5748
|
-
|
|
5748
|
+
11: {
|
|
5749
5749
|
defaultClass: string;
|
|
5750
5750
|
conditions: {
|
|
5751
5751
|
base: string;
|
|
@@ -5754,7 +5754,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5754
5754
|
xl: string;
|
|
5755
5755
|
};
|
|
5756
5756
|
};
|
|
5757
|
-
|
|
5757
|
+
13: {
|
|
5758
5758
|
defaultClass: string;
|
|
5759
5759
|
conditions: {
|
|
5760
5760
|
base: string;
|
|
@@ -5763,7 +5763,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5763
5763
|
xl: string;
|
|
5764
5764
|
};
|
|
5765
5765
|
};
|
|
5766
|
-
|
|
5766
|
+
14: {
|
|
5767
5767
|
defaultClass: string;
|
|
5768
5768
|
conditions: {
|
|
5769
5769
|
base: string;
|
|
@@ -5772,7 +5772,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5772
5772
|
xl: string;
|
|
5773
5773
|
};
|
|
5774
5774
|
};
|
|
5775
|
-
|
|
5775
|
+
16: {
|
|
5776
5776
|
defaultClass: string;
|
|
5777
5777
|
conditions: {
|
|
5778
5778
|
base: string;
|
|
@@ -5781,7 +5781,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5781
5781
|
xl: string;
|
|
5782
5782
|
};
|
|
5783
5783
|
};
|
|
5784
|
-
|
|
5784
|
+
17: {
|
|
5785
5785
|
defaultClass: string;
|
|
5786
5786
|
conditions: {
|
|
5787
5787
|
base: string;
|
|
@@ -5790,7 +5790,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5790
5790
|
xl: string;
|
|
5791
5791
|
};
|
|
5792
5792
|
};
|
|
5793
|
-
|
|
5793
|
+
19: {
|
|
5794
5794
|
defaultClass: string;
|
|
5795
5795
|
conditions: {
|
|
5796
5796
|
base: string;
|
|
@@ -5799,7 +5799,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5799
5799
|
xl: string;
|
|
5800
5800
|
};
|
|
5801
5801
|
};
|
|
5802
|
-
|
|
5802
|
+
20: {
|
|
5803
5803
|
defaultClass: string;
|
|
5804
5804
|
conditions: {
|
|
5805
5805
|
base: string;
|
|
@@ -5808,7 +5808,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5808
5808
|
xl: string;
|
|
5809
5809
|
};
|
|
5810
5810
|
};
|
|
5811
|
-
|
|
5811
|
+
21: {
|
|
5812
5812
|
defaultClass: string;
|
|
5813
5813
|
conditions: {
|
|
5814
5814
|
base: string;
|
|
@@ -5817,7 +5817,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5817
5817
|
xl: string;
|
|
5818
5818
|
};
|
|
5819
5819
|
};
|
|
5820
|
-
|
|
5820
|
+
22: {
|
|
5821
5821
|
defaultClass: string;
|
|
5822
5822
|
conditions: {
|
|
5823
5823
|
base: string;
|
|
@@ -5826,7 +5826,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5826
5826
|
xl: string;
|
|
5827
5827
|
};
|
|
5828
5828
|
};
|
|
5829
|
-
|
|
5829
|
+
full: {
|
|
5830
5830
|
defaultClass: string;
|
|
5831
5831
|
conditions: {
|
|
5832
5832
|
base: string;
|
|
@@ -5835,7 +5835,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5835
5835
|
xl: string;
|
|
5836
5836
|
};
|
|
5837
5837
|
};
|
|
5838
|
-
|
|
5838
|
+
"1/2": {
|
|
5839
5839
|
defaultClass: string;
|
|
5840
5840
|
conditions: {
|
|
5841
5841
|
base: string;
|
|
@@ -5844,7 +5844,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5844
5844
|
xl: string;
|
|
5845
5845
|
};
|
|
5846
5846
|
};
|
|
5847
|
-
|
|
5847
|
+
"1/3": {
|
|
5848
5848
|
defaultClass: string;
|
|
5849
5849
|
conditions: {
|
|
5850
5850
|
base: string;
|
|
@@ -5853,7 +5853,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5853
5853
|
xl: string;
|
|
5854
5854
|
};
|
|
5855
5855
|
};
|
|
5856
|
-
|
|
5856
|
+
"2/3": {
|
|
5857
5857
|
defaultClass: string;
|
|
5858
5858
|
conditions: {
|
|
5859
5859
|
base: string;
|
|
@@ -5862,7 +5862,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5862
5862
|
xl: string;
|
|
5863
5863
|
};
|
|
5864
5864
|
};
|
|
5865
|
-
|
|
5865
|
+
"1/4": {
|
|
5866
5866
|
defaultClass: string;
|
|
5867
5867
|
conditions: {
|
|
5868
5868
|
base: string;
|
|
@@ -5871,7 +5871,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
5871
5871
|
xl: string;
|
|
5872
5872
|
};
|
|
5873
5873
|
};
|
|
5874
|
-
|
|
5874
|
+
"3/4": {
|
|
5875
5875
|
defaultClass: string;
|
|
5876
5876
|
conditions: {
|
|
5877
5877
|
base: string;
|
|
@@ -6019,7 +6019,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6019
6019
|
xl: string;
|
|
6020
6020
|
};
|
|
6021
6021
|
};
|
|
6022
|
-
|
|
6022
|
+
11: {
|
|
6023
6023
|
defaultClass: string;
|
|
6024
6024
|
conditions: {
|
|
6025
6025
|
base: string;
|
|
@@ -6028,7 +6028,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6028
6028
|
xl: string;
|
|
6029
6029
|
};
|
|
6030
6030
|
};
|
|
6031
|
-
|
|
6031
|
+
13: {
|
|
6032
6032
|
defaultClass: string;
|
|
6033
6033
|
conditions: {
|
|
6034
6034
|
base: string;
|
|
@@ -6037,7 +6037,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6037
6037
|
xl: string;
|
|
6038
6038
|
};
|
|
6039
6039
|
};
|
|
6040
|
-
|
|
6040
|
+
14: {
|
|
6041
6041
|
defaultClass: string;
|
|
6042
6042
|
conditions: {
|
|
6043
6043
|
base: string;
|
|
@@ -6046,7 +6046,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6046
6046
|
xl: string;
|
|
6047
6047
|
};
|
|
6048
6048
|
};
|
|
6049
|
-
|
|
6049
|
+
16: {
|
|
6050
6050
|
defaultClass: string;
|
|
6051
6051
|
conditions: {
|
|
6052
6052
|
base: string;
|
|
@@ -6055,7 +6055,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6055
6055
|
xl: string;
|
|
6056
6056
|
};
|
|
6057
6057
|
};
|
|
6058
|
-
|
|
6058
|
+
17: {
|
|
6059
6059
|
defaultClass: string;
|
|
6060
6060
|
conditions: {
|
|
6061
6061
|
base: string;
|
|
@@ -6064,7 +6064,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6064
6064
|
xl: string;
|
|
6065
6065
|
};
|
|
6066
6066
|
};
|
|
6067
|
-
|
|
6067
|
+
19: {
|
|
6068
6068
|
defaultClass: string;
|
|
6069
6069
|
conditions: {
|
|
6070
6070
|
base: string;
|
|
@@ -6073,7 +6073,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6073
6073
|
xl: string;
|
|
6074
6074
|
};
|
|
6075
6075
|
};
|
|
6076
|
-
|
|
6076
|
+
20: {
|
|
6077
6077
|
defaultClass: string;
|
|
6078
6078
|
conditions: {
|
|
6079
6079
|
base: string;
|
|
@@ -6082,7 +6082,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6082
6082
|
xl: string;
|
|
6083
6083
|
};
|
|
6084
6084
|
};
|
|
6085
|
-
|
|
6085
|
+
21: {
|
|
6086
6086
|
defaultClass: string;
|
|
6087
6087
|
conditions: {
|
|
6088
6088
|
base: string;
|
|
@@ -6091,7 +6091,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6091
6091
|
xl: string;
|
|
6092
6092
|
};
|
|
6093
6093
|
};
|
|
6094
|
-
|
|
6094
|
+
22: {
|
|
6095
6095
|
defaultClass: string;
|
|
6096
6096
|
conditions: {
|
|
6097
6097
|
base: string;
|
|
@@ -6100,7 +6100,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6100
6100
|
xl: string;
|
|
6101
6101
|
};
|
|
6102
6102
|
};
|
|
6103
|
-
|
|
6103
|
+
full: {
|
|
6104
6104
|
defaultClass: string;
|
|
6105
6105
|
conditions: {
|
|
6106
6106
|
base: string;
|
|
@@ -6109,7 +6109,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6109
6109
|
xl: string;
|
|
6110
6110
|
};
|
|
6111
6111
|
};
|
|
6112
|
-
|
|
6112
|
+
"1/2": {
|
|
6113
6113
|
defaultClass: string;
|
|
6114
6114
|
conditions: {
|
|
6115
6115
|
base: string;
|
|
@@ -6118,7 +6118,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6118
6118
|
xl: string;
|
|
6119
6119
|
};
|
|
6120
6120
|
};
|
|
6121
|
-
|
|
6121
|
+
"1/3": {
|
|
6122
6122
|
defaultClass: string;
|
|
6123
6123
|
conditions: {
|
|
6124
6124
|
base: string;
|
|
@@ -6127,7 +6127,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6127
6127
|
xl: string;
|
|
6128
6128
|
};
|
|
6129
6129
|
};
|
|
6130
|
-
|
|
6130
|
+
"2/3": {
|
|
6131
6131
|
defaultClass: string;
|
|
6132
6132
|
conditions: {
|
|
6133
6133
|
base: string;
|
|
@@ -6136,7 +6136,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6136
6136
|
xl: string;
|
|
6137
6137
|
};
|
|
6138
6138
|
};
|
|
6139
|
-
|
|
6139
|
+
"1/4": {
|
|
6140
6140
|
defaultClass: string;
|
|
6141
6141
|
conditions: {
|
|
6142
6142
|
base: string;
|
|
@@ -6145,7 +6145,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6145
6145
|
xl: string;
|
|
6146
6146
|
};
|
|
6147
6147
|
};
|
|
6148
|
-
|
|
6148
|
+
"3/4": {
|
|
6149
6149
|
defaultClass: string;
|
|
6150
6150
|
conditions: {
|
|
6151
6151
|
base: string;
|
|
@@ -6293,7 +6293,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6293
6293
|
xl: string;
|
|
6294
6294
|
};
|
|
6295
6295
|
};
|
|
6296
|
-
|
|
6296
|
+
11: {
|
|
6297
6297
|
defaultClass: string;
|
|
6298
6298
|
conditions: {
|
|
6299
6299
|
base: string;
|
|
@@ -6302,7 +6302,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6302
6302
|
xl: string;
|
|
6303
6303
|
};
|
|
6304
6304
|
};
|
|
6305
|
-
|
|
6305
|
+
13: {
|
|
6306
6306
|
defaultClass: string;
|
|
6307
6307
|
conditions: {
|
|
6308
6308
|
base: string;
|
|
@@ -6311,7 +6311,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6311
6311
|
xl: string;
|
|
6312
6312
|
};
|
|
6313
6313
|
};
|
|
6314
|
-
|
|
6314
|
+
14: {
|
|
6315
6315
|
defaultClass: string;
|
|
6316
6316
|
conditions: {
|
|
6317
6317
|
base: string;
|
|
@@ -6320,7 +6320,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6320
6320
|
xl: string;
|
|
6321
6321
|
};
|
|
6322
6322
|
};
|
|
6323
|
-
|
|
6323
|
+
16: {
|
|
6324
6324
|
defaultClass: string;
|
|
6325
6325
|
conditions: {
|
|
6326
6326
|
base: string;
|
|
@@ -6329,7 +6329,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6329
6329
|
xl: string;
|
|
6330
6330
|
};
|
|
6331
6331
|
};
|
|
6332
|
-
|
|
6332
|
+
17: {
|
|
6333
6333
|
defaultClass: string;
|
|
6334
6334
|
conditions: {
|
|
6335
6335
|
base: string;
|
|
@@ -6338,7 +6338,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6338
6338
|
xl: string;
|
|
6339
6339
|
};
|
|
6340
6340
|
};
|
|
6341
|
-
|
|
6341
|
+
19: {
|
|
6342
6342
|
defaultClass: string;
|
|
6343
6343
|
conditions: {
|
|
6344
6344
|
base: string;
|
|
@@ -6347,7 +6347,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6347
6347
|
xl: string;
|
|
6348
6348
|
};
|
|
6349
6349
|
};
|
|
6350
|
-
|
|
6350
|
+
20: {
|
|
6351
6351
|
defaultClass: string;
|
|
6352
6352
|
conditions: {
|
|
6353
6353
|
base: string;
|
|
@@ -6356,7 +6356,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6356
6356
|
xl: string;
|
|
6357
6357
|
};
|
|
6358
6358
|
};
|
|
6359
|
-
|
|
6359
|
+
21: {
|
|
6360
6360
|
defaultClass: string;
|
|
6361
6361
|
conditions: {
|
|
6362
6362
|
base: string;
|
|
@@ -6365,7 +6365,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6365
6365
|
xl: string;
|
|
6366
6366
|
};
|
|
6367
6367
|
};
|
|
6368
|
-
|
|
6368
|
+
22: {
|
|
6369
6369
|
defaultClass: string;
|
|
6370
6370
|
conditions: {
|
|
6371
6371
|
base: string;
|
|
@@ -6374,7 +6374,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6374
6374
|
xl: string;
|
|
6375
6375
|
};
|
|
6376
6376
|
};
|
|
6377
|
-
|
|
6377
|
+
full: {
|
|
6378
6378
|
defaultClass: string;
|
|
6379
6379
|
conditions: {
|
|
6380
6380
|
base: string;
|
|
@@ -6383,7 +6383,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6383
6383
|
xl: string;
|
|
6384
6384
|
};
|
|
6385
6385
|
};
|
|
6386
|
-
|
|
6386
|
+
"1/2": {
|
|
6387
6387
|
defaultClass: string;
|
|
6388
6388
|
conditions: {
|
|
6389
6389
|
base: string;
|
|
@@ -6392,7 +6392,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6392
6392
|
xl: string;
|
|
6393
6393
|
};
|
|
6394
6394
|
};
|
|
6395
|
-
|
|
6395
|
+
"1/3": {
|
|
6396
6396
|
defaultClass: string;
|
|
6397
6397
|
conditions: {
|
|
6398
6398
|
base: string;
|
|
@@ -6401,7 +6401,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6401
6401
|
xl: string;
|
|
6402
6402
|
};
|
|
6403
6403
|
};
|
|
6404
|
-
|
|
6404
|
+
"2/3": {
|
|
6405
6405
|
defaultClass: string;
|
|
6406
6406
|
conditions: {
|
|
6407
6407
|
base: string;
|
|
@@ -6410,7 +6410,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6410
6410
|
xl: string;
|
|
6411
6411
|
};
|
|
6412
6412
|
};
|
|
6413
|
-
|
|
6413
|
+
"1/4": {
|
|
6414
6414
|
defaultClass: string;
|
|
6415
6415
|
conditions: {
|
|
6416
6416
|
base: string;
|
|
@@ -6419,7 +6419,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6419
6419
|
xl: string;
|
|
6420
6420
|
};
|
|
6421
6421
|
};
|
|
6422
|
-
|
|
6422
|
+
"3/4": {
|
|
6423
6423
|
defaultClass: string;
|
|
6424
6424
|
conditions: {
|
|
6425
6425
|
base: string;
|
|
@@ -6567,7 +6567,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6567
6567
|
xl: string;
|
|
6568
6568
|
};
|
|
6569
6569
|
};
|
|
6570
|
-
|
|
6570
|
+
11: {
|
|
6571
6571
|
defaultClass: string;
|
|
6572
6572
|
conditions: {
|
|
6573
6573
|
base: string;
|
|
@@ -6576,7 +6576,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6576
6576
|
xl: string;
|
|
6577
6577
|
};
|
|
6578
6578
|
};
|
|
6579
|
-
|
|
6579
|
+
13: {
|
|
6580
6580
|
defaultClass: string;
|
|
6581
6581
|
conditions: {
|
|
6582
6582
|
base: string;
|
|
@@ -6585,7 +6585,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6585
6585
|
xl: string;
|
|
6586
6586
|
};
|
|
6587
6587
|
};
|
|
6588
|
-
|
|
6588
|
+
14: {
|
|
6589
6589
|
defaultClass: string;
|
|
6590
6590
|
conditions: {
|
|
6591
6591
|
base: string;
|
|
@@ -6594,7 +6594,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6594
6594
|
xl: string;
|
|
6595
6595
|
};
|
|
6596
6596
|
};
|
|
6597
|
-
|
|
6597
|
+
16: {
|
|
6598
6598
|
defaultClass: string;
|
|
6599
6599
|
conditions: {
|
|
6600
6600
|
base: string;
|
|
@@ -6603,7 +6603,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6603
6603
|
xl: string;
|
|
6604
6604
|
};
|
|
6605
6605
|
};
|
|
6606
|
-
|
|
6606
|
+
17: {
|
|
6607
6607
|
defaultClass: string;
|
|
6608
6608
|
conditions: {
|
|
6609
6609
|
base: string;
|
|
@@ -6612,7 +6612,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6612
6612
|
xl: string;
|
|
6613
6613
|
};
|
|
6614
6614
|
};
|
|
6615
|
-
|
|
6615
|
+
19: {
|
|
6616
6616
|
defaultClass: string;
|
|
6617
6617
|
conditions: {
|
|
6618
6618
|
base: string;
|
|
@@ -6621,7 +6621,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6621
6621
|
xl: string;
|
|
6622
6622
|
};
|
|
6623
6623
|
};
|
|
6624
|
-
|
|
6624
|
+
20: {
|
|
6625
6625
|
defaultClass: string;
|
|
6626
6626
|
conditions: {
|
|
6627
6627
|
base: string;
|
|
@@ -6630,7 +6630,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6630
6630
|
xl: string;
|
|
6631
6631
|
};
|
|
6632
6632
|
};
|
|
6633
|
-
|
|
6633
|
+
21: {
|
|
6634
6634
|
defaultClass: string;
|
|
6635
6635
|
conditions: {
|
|
6636
6636
|
base: string;
|
|
@@ -6639,7 +6639,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6639
6639
|
xl: string;
|
|
6640
6640
|
};
|
|
6641
6641
|
};
|
|
6642
|
-
|
|
6642
|
+
22: {
|
|
6643
6643
|
defaultClass: string;
|
|
6644
6644
|
conditions: {
|
|
6645
6645
|
base: string;
|
|
@@ -6648,7 +6648,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6648
6648
|
xl: string;
|
|
6649
6649
|
};
|
|
6650
6650
|
};
|
|
6651
|
-
|
|
6651
|
+
full: {
|
|
6652
6652
|
defaultClass: string;
|
|
6653
6653
|
conditions: {
|
|
6654
6654
|
base: string;
|
|
@@ -6657,7 +6657,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6657
6657
|
xl: string;
|
|
6658
6658
|
};
|
|
6659
6659
|
};
|
|
6660
|
-
|
|
6660
|
+
"1/2": {
|
|
6661
6661
|
defaultClass: string;
|
|
6662
6662
|
conditions: {
|
|
6663
6663
|
base: string;
|
|
@@ -6666,7 +6666,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6666
6666
|
xl: string;
|
|
6667
6667
|
};
|
|
6668
6668
|
};
|
|
6669
|
-
|
|
6669
|
+
"1/3": {
|
|
6670
6670
|
defaultClass: string;
|
|
6671
6671
|
conditions: {
|
|
6672
6672
|
base: string;
|
|
@@ -6675,7 +6675,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6675
6675
|
xl: string;
|
|
6676
6676
|
};
|
|
6677
6677
|
};
|
|
6678
|
-
|
|
6678
|
+
"2/3": {
|
|
6679
6679
|
defaultClass: string;
|
|
6680
6680
|
conditions: {
|
|
6681
6681
|
base: string;
|
|
@@ -6684,7 +6684,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6684
6684
|
xl: string;
|
|
6685
6685
|
};
|
|
6686
6686
|
};
|
|
6687
|
-
|
|
6687
|
+
"1/4": {
|
|
6688
6688
|
defaultClass: string;
|
|
6689
6689
|
conditions: {
|
|
6690
6690
|
base: string;
|
|
@@ -6693,7 +6693,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6693
6693
|
xl: string;
|
|
6694
6694
|
};
|
|
6695
6695
|
};
|
|
6696
|
-
|
|
6696
|
+
"3/4": {
|
|
6697
6697
|
defaultClass: string;
|
|
6698
6698
|
conditions: {
|
|
6699
6699
|
base: string;
|
|
@@ -6841,7 +6841,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6841
6841
|
xl: string;
|
|
6842
6842
|
};
|
|
6843
6843
|
};
|
|
6844
|
-
|
|
6844
|
+
11: {
|
|
6845
6845
|
defaultClass: string;
|
|
6846
6846
|
conditions: {
|
|
6847
6847
|
base: string;
|
|
@@ -6850,7 +6850,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6850
6850
|
xl: string;
|
|
6851
6851
|
};
|
|
6852
6852
|
};
|
|
6853
|
-
|
|
6853
|
+
13: {
|
|
6854
6854
|
defaultClass: string;
|
|
6855
6855
|
conditions: {
|
|
6856
6856
|
base: string;
|
|
@@ -6859,7 +6859,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6859
6859
|
xl: string;
|
|
6860
6860
|
};
|
|
6861
6861
|
};
|
|
6862
|
-
|
|
6862
|
+
14: {
|
|
6863
6863
|
defaultClass: string;
|
|
6864
6864
|
conditions: {
|
|
6865
6865
|
base: string;
|
|
@@ -6868,7 +6868,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6868
6868
|
xl: string;
|
|
6869
6869
|
};
|
|
6870
6870
|
};
|
|
6871
|
-
|
|
6871
|
+
16: {
|
|
6872
6872
|
defaultClass: string;
|
|
6873
6873
|
conditions: {
|
|
6874
6874
|
base: string;
|
|
@@ -6877,7 +6877,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6877
6877
|
xl: string;
|
|
6878
6878
|
};
|
|
6879
6879
|
};
|
|
6880
|
-
|
|
6880
|
+
17: {
|
|
6881
6881
|
defaultClass: string;
|
|
6882
6882
|
conditions: {
|
|
6883
6883
|
base: string;
|
|
@@ -6886,7 +6886,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6886
6886
|
xl: string;
|
|
6887
6887
|
};
|
|
6888
6888
|
};
|
|
6889
|
-
|
|
6889
|
+
19: {
|
|
6890
6890
|
defaultClass: string;
|
|
6891
6891
|
conditions: {
|
|
6892
6892
|
base: string;
|
|
@@ -6895,7 +6895,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6895
6895
|
xl: string;
|
|
6896
6896
|
};
|
|
6897
6897
|
};
|
|
6898
|
-
|
|
6898
|
+
20: {
|
|
6899
6899
|
defaultClass: string;
|
|
6900
6900
|
conditions: {
|
|
6901
6901
|
base: string;
|
|
@@ -6904,7 +6904,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6904
6904
|
xl: string;
|
|
6905
6905
|
};
|
|
6906
6906
|
};
|
|
6907
|
-
|
|
6907
|
+
21: {
|
|
6908
6908
|
defaultClass: string;
|
|
6909
6909
|
conditions: {
|
|
6910
6910
|
base: string;
|
|
@@ -6913,7 +6913,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6913
6913
|
xl: string;
|
|
6914
6914
|
};
|
|
6915
6915
|
};
|
|
6916
|
-
|
|
6916
|
+
22: {
|
|
6917
6917
|
defaultClass: string;
|
|
6918
6918
|
conditions: {
|
|
6919
6919
|
base: string;
|
|
@@ -6922,7 +6922,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6922
6922
|
xl: string;
|
|
6923
6923
|
};
|
|
6924
6924
|
};
|
|
6925
|
-
|
|
6925
|
+
full: {
|
|
6926
6926
|
defaultClass: string;
|
|
6927
6927
|
conditions: {
|
|
6928
6928
|
base: string;
|
|
@@ -6931,7 +6931,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6931
6931
|
xl: string;
|
|
6932
6932
|
};
|
|
6933
6933
|
};
|
|
6934
|
-
|
|
6934
|
+
"1/2": {
|
|
6935
6935
|
defaultClass: string;
|
|
6936
6936
|
conditions: {
|
|
6937
6937
|
base: string;
|
|
@@ -6940,7 +6940,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6940
6940
|
xl: string;
|
|
6941
6941
|
};
|
|
6942
6942
|
};
|
|
6943
|
-
|
|
6943
|
+
"1/3": {
|
|
6944
6944
|
defaultClass: string;
|
|
6945
6945
|
conditions: {
|
|
6946
6946
|
base: string;
|
|
@@ -6949,7 +6949,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6949
6949
|
xl: string;
|
|
6950
6950
|
};
|
|
6951
6951
|
};
|
|
6952
|
-
|
|
6952
|
+
"2/3": {
|
|
6953
6953
|
defaultClass: string;
|
|
6954
6954
|
conditions: {
|
|
6955
6955
|
base: string;
|
|
@@ -6958,7 +6958,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6958
6958
|
xl: string;
|
|
6959
6959
|
};
|
|
6960
6960
|
};
|
|
6961
|
-
|
|
6961
|
+
"1/4": {
|
|
6962
6962
|
defaultClass: string;
|
|
6963
6963
|
conditions: {
|
|
6964
6964
|
base: string;
|
|
@@ -6967,7 +6967,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
6967
6967
|
xl: string;
|
|
6968
6968
|
};
|
|
6969
6969
|
};
|
|
6970
|
-
|
|
6970
|
+
"3/4": {
|
|
6971
6971
|
defaultClass: string;
|
|
6972
6972
|
conditions: {
|
|
6973
6973
|
base: string;
|
|
@@ -7115,7 +7115,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7115
7115
|
xl: string;
|
|
7116
7116
|
};
|
|
7117
7117
|
};
|
|
7118
|
-
|
|
7118
|
+
11: {
|
|
7119
7119
|
defaultClass: string;
|
|
7120
7120
|
conditions: {
|
|
7121
7121
|
base: string;
|
|
@@ -7124,7 +7124,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7124
7124
|
xl: string;
|
|
7125
7125
|
};
|
|
7126
7126
|
};
|
|
7127
|
-
|
|
7127
|
+
13: {
|
|
7128
7128
|
defaultClass: string;
|
|
7129
7129
|
conditions: {
|
|
7130
7130
|
base: string;
|
|
@@ -7133,7 +7133,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7133
7133
|
xl: string;
|
|
7134
7134
|
};
|
|
7135
7135
|
};
|
|
7136
|
-
|
|
7136
|
+
14: {
|
|
7137
7137
|
defaultClass: string;
|
|
7138
7138
|
conditions: {
|
|
7139
7139
|
base: string;
|
|
@@ -7142,7 +7142,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7142
7142
|
xl: string;
|
|
7143
7143
|
};
|
|
7144
7144
|
};
|
|
7145
|
-
|
|
7145
|
+
16: {
|
|
7146
7146
|
defaultClass: string;
|
|
7147
7147
|
conditions: {
|
|
7148
7148
|
base: string;
|
|
@@ -7151,7 +7151,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7151
7151
|
xl: string;
|
|
7152
7152
|
};
|
|
7153
7153
|
};
|
|
7154
|
-
|
|
7154
|
+
17: {
|
|
7155
7155
|
defaultClass: string;
|
|
7156
7156
|
conditions: {
|
|
7157
7157
|
base: string;
|
|
@@ -7160,7 +7160,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7160
7160
|
xl: string;
|
|
7161
7161
|
};
|
|
7162
7162
|
};
|
|
7163
|
-
|
|
7163
|
+
19: {
|
|
7164
7164
|
defaultClass: string;
|
|
7165
7165
|
conditions: {
|
|
7166
7166
|
base: string;
|
|
@@ -7169,7 +7169,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7169
7169
|
xl: string;
|
|
7170
7170
|
};
|
|
7171
7171
|
};
|
|
7172
|
-
|
|
7172
|
+
20: {
|
|
7173
7173
|
defaultClass: string;
|
|
7174
7174
|
conditions: {
|
|
7175
7175
|
base: string;
|
|
@@ -7178,7 +7178,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7178
7178
|
xl: string;
|
|
7179
7179
|
};
|
|
7180
7180
|
};
|
|
7181
|
-
|
|
7181
|
+
21: {
|
|
7182
7182
|
defaultClass: string;
|
|
7183
7183
|
conditions: {
|
|
7184
7184
|
base: string;
|
|
@@ -7187,7 +7187,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7187
7187
|
xl: string;
|
|
7188
7188
|
};
|
|
7189
7189
|
};
|
|
7190
|
-
|
|
7190
|
+
22: {
|
|
7191
7191
|
defaultClass: string;
|
|
7192
7192
|
conditions: {
|
|
7193
7193
|
base: string;
|
|
@@ -7196,7 +7196,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7196
7196
|
xl: string;
|
|
7197
7197
|
};
|
|
7198
7198
|
};
|
|
7199
|
-
|
|
7199
|
+
full: {
|
|
7200
7200
|
defaultClass: string;
|
|
7201
7201
|
conditions: {
|
|
7202
7202
|
base: string;
|
|
@@ -7205,7 +7205,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7205
7205
|
xl: string;
|
|
7206
7206
|
};
|
|
7207
7207
|
};
|
|
7208
|
-
|
|
7208
|
+
"1/2": {
|
|
7209
7209
|
defaultClass: string;
|
|
7210
7210
|
conditions: {
|
|
7211
7211
|
base: string;
|
|
@@ -7214,7 +7214,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7214
7214
|
xl: string;
|
|
7215
7215
|
};
|
|
7216
7216
|
};
|
|
7217
|
-
|
|
7217
|
+
"1/3": {
|
|
7218
7218
|
defaultClass: string;
|
|
7219
7219
|
conditions: {
|
|
7220
7220
|
base: string;
|
|
@@ -7223,7 +7223,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7223
7223
|
xl: string;
|
|
7224
7224
|
};
|
|
7225
7225
|
};
|
|
7226
|
-
|
|
7226
|
+
"2/3": {
|
|
7227
7227
|
defaultClass: string;
|
|
7228
7228
|
conditions: {
|
|
7229
7229
|
base: string;
|
|
@@ -7232,7 +7232,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7232
7232
|
xl: string;
|
|
7233
7233
|
};
|
|
7234
7234
|
};
|
|
7235
|
-
|
|
7235
|
+
"1/4": {
|
|
7236
7236
|
defaultClass: string;
|
|
7237
7237
|
conditions: {
|
|
7238
7238
|
base: string;
|
|
@@ -7241,7 +7241,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7241
7241
|
xl: string;
|
|
7242
7242
|
};
|
|
7243
7243
|
};
|
|
7244
|
-
|
|
7244
|
+
"3/4": {
|
|
7245
7245
|
defaultClass: string;
|
|
7246
7246
|
conditions: {
|
|
7247
7247
|
base: string;
|
|
@@ -7473,7 +7473,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7473
7473
|
xl: string;
|
|
7474
7474
|
};
|
|
7475
7475
|
};
|
|
7476
|
-
|
|
7476
|
+
11: {
|
|
7477
7477
|
defaultClass: string;
|
|
7478
7478
|
conditions: {
|
|
7479
7479
|
base: string;
|
|
@@ -7482,7 +7482,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7482
7482
|
xl: string;
|
|
7483
7483
|
};
|
|
7484
7484
|
};
|
|
7485
|
-
|
|
7485
|
+
sm: {
|
|
7486
7486
|
defaultClass: string;
|
|
7487
7487
|
conditions: {
|
|
7488
7488
|
base: string;
|
|
@@ -7491,7 +7491,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7491
7491
|
xl: string;
|
|
7492
7492
|
};
|
|
7493
7493
|
};
|
|
7494
|
-
|
|
7494
|
+
md: {
|
|
7495
7495
|
defaultClass: string;
|
|
7496
7496
|
conditions: {
|
|
7497
7497
|
base: string;
|
|
@@ -7500,7 +7500,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7500
7500
|
xl: string;
|
|
7501
7501
|
};
|
|
7502
7502
|
};
|
|
7503
|
-
|
|
7503
|
+
lg: {
|
|
7504
7504
|
defaultClass: string;
|
|
7505
7505
|
conditions: {
|
|
7506
7506
|
base: string;
|
|
@@ -7509,7 +7509,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7509
7509
|
xl: string;
|
|
7510
7510
|
};
|
|
7511
7511
|
};
|
|
7512
|
-
|
|
7512
|
+
xl: {
|
|
7513
7513
|
defaultClass: string;
|
|
7514
7514
|
conditions: {
|
|
7515
7515
|
base: string;
|
|
@@ -7518,7 +7518,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7518
7518
|
xl: string;
|
|
7519
7519
|
};
|
|
7520
7520
|
};
|
|
7521
|
-
|
|
7521
|
+
"2xs": {
|
|
7522
7522
|
defaultClass: string;
|
|
7523
7523
|
conditions: {
|
|
7524
7524
|
base: string;
|
|
@@ -7527,7 +7527,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7527
7527
|
xl: string;
|
|
7528
7528
|
};
|
|
7529
7529
|
};
|
|
7530
|
-
|
|
7530
|
+
xs: {
|
|
7531
7531
|
defaultClass: string;
|
|
7532
7532
|
conditions: {
|
|
7533
7533
|
base: string;
|
|
@@ -7684,7 +7684,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7684
7684
|
xl: string;
|
|
7685
7685
|
};
|
|
7686
7686
|
};
|
|
7687
|
-
|
|
7687
|
+
11: {
|
|
7688
7688
|
defaultClass: string;
|
|
7689
7689
|
conditions: {
|
|
7690
7690
|
base: string;
|
|
@@ -7693,7 +7693,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7693
7693
|
xl: string;
|
|
7694
7694
|
};
|
|
7695
7695
|
};
|
|
7696
|
-
|
|
7696
|
+
sm: {
|
|
7697
7697
|
defaultClass: string;
|
|
7698
7698
|
conditions: {
|
|
7699
7699
|
base: string;
|
|
@@ -7702,7 +7702,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7702
7702
|
xl: string;
|
|
7703
7703
|
};
|
|
7704
7704
|
};
|
|
7705
|
-
|
|
7705
|
+
md: {
|
|
7706
7706
|
defaultClass: string;
|
|
7707
7707
|
conditions: {
|
|
7708
7708
|
base: string;
|
|
@@ -7711,7 +7711,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7711
7711
|
xl: string;
|
|
7712
7712
|
};
|
|
7713
7713
|
};
|
|
7714
|
-
|
|
7714
|
+
lg: {
|
|
7715
7715
|
defaultClass: string;
|
|
7716
7716
|
conditions: {
|
|
7717
7717
|
base: string;
|
|
@@ -7720,7 +7720,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7720
7720
|
xl: string;
|
|
7721
7721
|
};
|
|
7722
7722
|
};
|
|
7723
|
-
|
|
7723
|
+
xl: {
|
|
7724
7724
|
defaultClass: string;
|
|
7725
7725
|
conditions: {
|
|
7726
7726
|
base: string;
|
|
@@ -7729,7 +7729,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7729
7729
|
xl: string;
|
|
7730
7730
|
};
|
|
7731
7731
|
};
|
|
7732
|
-
|
|
7732
|
+
"2xs": {
|
|
7733
7733
|
defaultClass: string;
|
|
7734
7734
|
conditions: {
|
|
7735
7735
|
base: string;
|
|
@@ -7738,7 +7738,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7738
7738
|
xl: string;
|
|
7739
7739
|
};
|
|
7740
7740
|
};
|
|
7741
|
-
|
|
7741
|
+
xs: {
|
|
7742
7742
|
defaultClass: string;
|
|
7743
7743
|
conditions: {
|
|
7744
7744
|
base: string;
|
|
@@ -7895,7 +7895,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7895
7895
|
xl: string;
|
|
7896
7896
|
};
|
|
7897
7897
|
};
|
|
7898
|
-
|
|
7898
|
+
11: {
|
|
7899
7899
|
defaultClass: string;
|
|
7900
7900
|
conditions: {
|
|
7901
7901
|
base: string;
|
|
@@ -7904,7 +7904,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7904
7904
|
xl: string;
|
|
7905
7905
|
};
|
|
7906
7906
|
};
|
|
7907
|
-
|
|
7907
|
+
sm: {
|
|
7908
7908
|
defaultClass: string;
|
|
7909
7909
|
conditions: {
|
|
7910
7910
|
base: string;
|
|
@@ -7913,7 +7913,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7913
7913
|
xl: string;
|
|
7914
7914
|
};
|
|
7915
7915
|
};
|
|
7916
|
-
|
|
7916
|
+
md: {
|
|
7917
7917
|
defaultClass: string;
|
|
7918
7918
|
conditions: {
|
|
7919
7919
|
base: string;
|
|
@@ -7922,7 +7922,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7922
7922
|
xl: string;
|
|
7923
7923
|
};
|
|
7924
7924
|
};
|
|
7925
|
-
|
|
7925
|
+
lg: {
|
|
7926
7926
|
defaultClass: string;
|
|
7927
7927
|
conditions: {
|
|
7928
7928
|
base: string;
|
|
@@ -7931,7 +7931,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7931
7931
|
xl: string;
|
|
7932
7932
|
};
|
|
7933
7933
|
};
|
|
7934
|
-
|
|
7934
|
+
xl: {
|
|
7935
7935
|
defaultClass: string;
|
|
7936
7936
|
conditions: {
|
|
7937
7937
|
base: string;
|
|
@@ -7940,7 +7940,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7940
7940
|
xl: string;
|
|
7941
7941
|
};
|
|
7942
7942
|
};
|
|
7943
|
-
|
|
7943
|
+
"2xs": {
|
|
7944
7944
|
defaultClass: string;
|
|
7945
7945
|
conditions: {
|
|
7946
7946
|
base: string;
|
|
@@ -7949,7 +7949,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
7949
7949
|
xl: string;
|
|
7950
7950
|
};
|
|
7951
7951
|
};
|
|
7952
|
-
|
|
7952
|
+
xs: {
|
|
7953
7953
|
defaultClass: string;
|
|
7954
7954
|
conditions: {
|
|
7955
7955
|
base: string;
|
|
@@ -8106,7 +8106,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8106
8106
|
xl: string;
|
|
8107
8107
|
};
|
|
8108
8108
|
};
|
|
8109
|
-
|
|
8109
|
+
11: {
|
|
8110
8110
|
defaultClass: string;
|
|
8111
8111
|
conditions: {
|
|
8112
8112
|
base: string;
|
|
@@ -8115,7 +8115,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8115
8115
|
xl: string;
|
|
8116
8116
|
};
|
|
8117
8117
|
};
|
|
8118
|
-
|
|
8118
|
+
sm: {
|
|
8119
8119
|
defaultClass: string;
|
|
8120
8120
|
conditions: {
|
|
8121
8121
|
base: string;
|
|
@@ -8124,7 +8124,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8124
8124
|
xl: string;
|
|
8125
8125
|
};
|
|
8126
8126
|
};
|
|
8127
|
-
|
|
8127
|
+
md: {
|
|
8128
8128
|
defaultClass: string;
|
|
8129
8129
|
conditions: {
|
|
8130
8130
|
base: string;
|
|
@@ -8133,7 +8133,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8133
8133
|
xl: string;
|
|
8134
8134
|
};
|
|
8135
8135
|
};
|
|
8136
|
-
|
|
8136
|
+
lg: {
|
|
8137
8137
|
defaultClass: string;
|
|
8138
8138
|
conditions: {
|
|
8139
8139
|
base: string;
|
|
@@ -8142,7 +8142,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8142
8142
|
xl: string;
|
|
8143
8143
|
};
|
|
8144
8144
|
};
|
|
8145
|
-
|
|
8145
|
+
xl: {
|
|
8146
8146
|
defaultClass: string;
|
|
8147
8147
|
conditions: {
|
|
8148
8148
|
base: string;
|
|
@@ -8151,7 +8151,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8151
8151
|
xl: string;
|
|
8152
8152
|
};
|
|
8153
8153
|
};
|
|
8154
|
-
|
|
8154
|
+
"2xs": {
|
|
8155
8155
|
defaultClass: string;
|
|
8156
8156
|
conditions: {
|
|
8157
8157
|
base: string;
|
|
@@ -8160,7 +8160,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8160
8160
|
xl: string;
|
|
8161
8161
|
};
|
|
8162
8162
|
};
|
|
8163
|
-
|
|
8163
|
+
xs: {
|
|
8164
8164
|
defaultClass: string;
|
|
8165
8165
|
conditions: {
|
|
8166
8166
|
base: string;
|
|
@@ -8317,7 +8317,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8317
8317
|
xl: string;
|
|
8318
8318
|
};
|
|
8319
8319
|
};
|
|
8320
|
-
|
|
8320
|
+
11: {
|
|
8321
8321
|
defaultClass: string;
|
|
8322
8322
|
conditions: {
|
|
8323
8323
|
base: string;
|
|
@@ -8326,7 +8326,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8326
8326
|
xl: string;
|
|
8327
8327
|
};
|
|
8328
8328
|
};
|
|
8329
|
-
|
|
8329
|
+
sm: {
|
|
8330
8330
|
defaultClass: string;
|
|
8331
8331
|
conditions: {
|
|
8332
8332
|
base: string;
|
|
@@ -8335,7 +8335,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8335
8335
|
xl: string;
|
|
8336
8336
|
};
|
|
8337
8337
|
};
|
|
8338
|
-
|
|
8338
|
+
md: {
|
|
8339
8339
|
defaultClass: string;
|
|
8340
8340
|
conditions: {
|
|
8341
8341
|
base: string;
|
|
@@ -8344,7 +8344,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8344
8344
|
xl: string;
|
|
8345
8345
|
};
|
|
8346
8346
|
};
|
|
8347
|
-
|
|
8347
|
+
lg: {
|
|
8348
8348
|
defaultClass: string;
|
|
8349
8349
|
conditions: {
|
|
8350
8350
|
base: string;
|
|
@@ -8353,7 +8353,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8353
8353
|
xl: string;
|
|
8354
8354
|
};
|
|
8355
8355
|
};
|
|
8356
|
-
|
|
8356
|
+
xl: {
|
|
8357
8357
|
defaultClass: string;
|
|
8358
8358
|
conditions: {
|
|
8359
8359
|
base: string;
|
|
@@ -8362,7 +8362,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8362
8362
|
xl: string;
|
|
8363
8363
|
};
|
|
8364
8364
|
};
|
|
8365
|
-
|
|
8365
|
+
"2xs": {
|
|
8366
8366
|
defaultClass: string;
|
|
8367
8367
|
conditions: {
|
|
8368
8368
|
base: string;
|
|
@@ -8371,7 +8371,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8371
8371
|
xl: string;
|
|
8372
8372
|
};
|
|
8373
8373
|
};
|
|
8374
|
-
|
|
8374
|
+
xs: {
|
|
8375
8375
|
defaultClass: string;
|
|
8376
8376
|
conditions: {
|
|
8377
8377
|
base: string;
|
|
@@ -8528,7 +8528,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8528
8528
|
xl: string;
|
|
8529
8529
|
};
|
|
8530
8530
|
};
|
|
8531
|
-
|
|
8531
|
+
11: {
|
|
8532
8532
|
defaultClass: string;
|
|
8533
8533
|
conditions: {
|
|
8534
8534
|
base: string;
|
|
@@ -8537,7 +8537,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8537
8537
|
xl: string;
|
|
8538
8538
|
};
|
|
8539
8539
|
};
|
|
8540
|
-
|
|
8540
|
+
sm: {
|
|
8541
8541
|
defaultClass: string;
|
|
8542
8542
|
conditions: {
|
|
8543
8543
|
base: string;
|
|
@@ -8546,7 +8546,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8546
8546
|
xl: string;
|
|
8547
8547
|
};
|
|
8548
8548
|
};
|
|
8549
|
-
|
|
8549
|
+
md: {
|
|
8550
8550
|
defaultClass: string;
|
|
8551
8551
|
conditions: {
|
|
8552
8552
|
base: string;
|
|
@@ -8555,7 +8555,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8555
8555
|
xl: string;
|
|
8556
8556
|
};
|
|
8557
8557
|
};
|
|
8558
|
-
|
|
8558
|
+
lg: {
|
|
8559
8559
|
defaultClass: string;
|
|
8560
8560
|
conditions: {
|
|
8561
8561
|
base: string;
|
|
@@ -8564,7 +8564,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8564
8564
|
xl: string;
|
|
8565
8565
|
};
|
|
8566
8566
|
};
|
|
8567
|
-
|
|
8567
|
+
xl: {
|
|
8568
8568
|
defaultClass: string;
|
|
8569
8569
|
conditions: {
|
|
8570
8570
|
base: string;
|
|
@@ -8573,7 +8573,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8573
8573
|
xl: string;
|
|
8574
8574
|
};
|
|
8575
8575
|
};
|
|
8576
|
-
|
|
8576
|
+
"2xs": {
|
|
8577
8577
|
defaultClass: string;
|
|
8578
8578
|
conditions: {
|
|
8579
8579
|
base: string;
|
|
@@ -8582,7 +8582,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8582
8582
|
xl: string;
|
|
8583
8583
|
};
|
|
8584
8584
|
};
|
|
8585
|
-
|
|
8585
|
+
xs: {
|
|
8586
8586
|
defaultClass: string;
|
|
8587
8587
|
conditions: {
|
|
8588
8588
|
base: string;
|
|
@@ -8739,7 +8739,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8739
8739
|
xl: string;
|
|
8740
8740
|
};
|
|
8741
8741
|
};
|
|
8742
|
-
|
|
8742
|
+
11: {
|
|
8743
8743
|
defaultClass: string;
|
|
8744
8744
|
conditions: {
|
|
8745
8745
|
base: string;
|
|
@@ -8748,7 +8748,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8748
8748
|
xl: string;
|
|
8749
8749
|
};
|
|
8750
8750
|
};
|
|
8751
|
-
|
|
8751
|
+
sm: {
|
|
8752
8752
|
defaultClass: string;
|
|
8753
8753
|
conditions: {
|
|
8754
8754
|
base: string;
|
|
@@ -8757,7 +8757,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8757
8757
|
xl: string;
|
|
8758
8758
|
};
|
|
8759
8759
|
};
|
|
8760
|
-
|
|
8760
|
+
md: {
|
|
8761
8761
|
defaultClass: string;
|
|
8762
8762
|
conditions: {
|
|
8763
8763
|
base: string;
|
|
@@ -8766,7 +8766,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8766
8766
|
xl: string;
|
|
8767
8767
|
};
|
|
8768
8768
|
};
|
|
8769
|
-
|
|
8769
|
+
lg: {
|
|
8770
8770
|
defaultClass: string;
|
|
8771
8771
|
conditions: {
|
|
8772
8772
|
base: string;
|
|
@@ -8775,7 +8775,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8775
8775
|
xl: string;
|
|
8776
8776
|
};
|
|
8777
8777
|
};
|
|
8778
|
-
|
|
8778
|
+
xl: {
|
|
8779
8779
|
defaultClass: string;
|
|
8780
8780
|
conditions: {
|
|
8781
8781
|
base: string;
|
|
@@ -8784,7 +8784,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8784
8784
|
xl: string;
|
|
8785
8785
|
};
|
|
8786
8786
|
};
|
|
8787
|
-
|
|
8787
|
+
"2xs": {
|
|
8788
8788
|
defaultClass: string;
|
|
8789
8789
|
conditions: {
|
|
8790
8790
|
base: string;
|
|
@@ -8793,7 +8793,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8793
8793
|
xl: string;
|
|
8794
8794
|
};
|
|
8795
8795
|
};
|
|
8796
|
-
|
|
8796
|
+
xs: {
|
|
8797
8797
|
defaultClass: string;
|
|
8798
8798
|
conditions: {
|
|
8799
8799
|
base: string;
|
|
@@ -8950,7 +8950,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8950
8950
|
xl: string;
|
|
8951
8951
|
};
|
|
8952
8952
|
};
|
|
8953
|
-
|
|
8953
|
+
11: {
|
|
8954
8954
|
defaultClass: string;
|
|
8955
8955
|
conditions: {
|
|
8956
8956
|
base: string;
|
|
@@ -8959,7 +8959,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8959
8959
|
xl: string;
|
|
8960
8960
|
};
|
|
8961
8961
|
};
|
|
8962
|
-
|
|
8962
|
+
sm: {
|
|
8963
8963
|
defaultClass: string;
|
|
8964
8964
|
conditions: {
|
|
8965
8965
|
base: string;
|
|
@@ -8968,7 +8968,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8968
8968
|
xl: string;
|
|
8969
8969
|
};
|
|
8970
8970
|
};
|
|
8971
|
-
|
|
8971
|
+
md: {
|
|
8972
8972
|
defaultClass: string;
|
|
8973
8973
|
conditions: {
|
|
8974
8974
|
base: string;
|
|
@@ -8977,7 +8977,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8977
8977
|
xl: string;
|
|
8978
8978
|
};
|
|
8979
8979
|
};
|
|
8980
|
-
|
|
8980
|
+
lg: {
|
|
8981
8981
|
defaultClass: string;
|
|
8982
8982
|
conditions: {
|
|
8983
8983
|
base: string;
|
|
@@ -8986,7 +8986,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8986
8986
|
xl: string;
|
|
8987
8987
|
};
|
|
8988
8988
|
};
|
|
8989
|
-
|
|
8989
|
+
xl: {
|
|
8990
8990
|
defaultClass: string;
|
|
8991
8991
|
conditions: {
|
|
8992
8992
|
base: string;
|
|
@@ -8995,7 +8995,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
8995
8995
|
xl: string;
|
|
8996
8996
|
};
|
|
8997
8997
|
};
|
|
8998
|
-
|
|
8998
|
+
"2xs": {
|
|
8999
8999
|
defaultClass: string;
|
|
9000
9000
|
conditions: {
|
|
9001
9001
|
base: string;
|
|
@@ -9004,7 +9004,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9004
9004
|
xl: string;
|
|
9005
9005
|
};
|
|
9006
9006
|
};
|
|
9007
|
-
|
|
9007
|
+
xs: {
|
|
9008
9008
|
defaultClass: string;
|
|
9009
9009
|
conditions: {
|
|
9010
9010
|
base: string;
|
|
@@ -9161,7 +9161,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9161
9161
|
xl: string;
|
|
9162
9162
|
};
|
|
9163
9163
|
};
|
|
9164
|
-
|
|
9164
|
+
11: {
|
|
9165
9165
|
defaultClass: string;
|
|
9166
9166
|
conditions: {
|
|
9167
9167
|
base: string;
|
|
@@ -9170,7 +9170,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9170
9170
|
xl: string;
|
|
9171
9171
|
};
|
|
9172
9172
|
};
|
|
9173
|
-
|
|
9173
|
+
sm: {
|
|
9174
9174
|
defaultClass: string;
|
|
9175
9175
|
conditions: {
|
|
9176
9176
|
base: string;
|
|
@@ -9179,7 +9179,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9179
9179
|
xl: string;
|
|
9180
9180
|
};
|
|
9181
9181
|
};
|
|
9182
|
-
|
|
9182
|
+
md: {
|
|
9183
9183
|
defaultClass: string;
|
|
9184
9184
|
conditions: {
|
|
9185
9185
|
base: string;
|
|
@@ -9188,7 +9188,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9188
9188
|
xl: string;
|
|
9189
9189
|
};
|
|
9190
9190
|
};
|
|
9191
|
-
|
|
9191
|
+
lg: {
|
|
9192
9192
|
defaultClass: string;
|
|
9193
9193
|
conditions: {
|
|
9194
9194
|
base: string;
|
|
@@ -9197,7 +9197,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9197
9197
|
xl: string;
|
|
9198
9198
|
};
|
|
9199
9199
|
};
|
|
9200
|
-
|
|
9200
|
+
xl: {
|
|
9201
9201
|
defaultClass: string;
|
|
9202
9202
|
conditions: {
|
|
9203
9203
|
base: string;
|
|
@@ -9206,7 +9206,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9206
9206
|
xl: string;
|
|
9207
9207
|
};
|
|
9208
9208
|
};
|
|
9209
|
-
|
|
9209
|
+
"2xs": {
|
|
9210
9210
|
defaultClass: string;
|
|
9211
9211
|
conditions: {
|
|
9212
9212
|
base: string;
|
|
@@ -9215,7 +9215,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9215
9215
|
xl: string;
|
|
9216
9216
|
};
|
|
9217
9217
|
};
|
|
9218
|
-
|
|
9218
|
+
xs: {
|
|
9219
9219
|
defaultClass: string;
|
|
9220
9220
|
conditions: {
|
|
9221
9221
|
base: string;
|
|
@@ -9372,7 +9372,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9372
9372
|
xl: string;
|
|
9373
9373
|
};
|
|
9374
9374
|
};
|
|
9375
|
-
|
|
9375
|
+
11: {
|
|
9376
9376
|
defaultClass: string;
|
|
9377
9377
|
conditions: {
|
|
9378
9378
|
base: string;
|
|
@@ -9381,7 +9381,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9381
9381
|
xl: string;
|
|
9382
9382
|
};
|
|
9383
9383
|
};
|
|
9384
|
-
|
|
9384
|
+
sm: {
|
|
9385
9385
|
defaultClass: string;
|
|
9386
9386
|
conditions: {
|
|
9387
9387
|
base: string;
|
|
@@ -9390,7 +9390,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9390
9390
|
xl: string;
|
|
9391
9391
|
};
|
|
9392
9392
|
};
|
|
9393
|
-
|
|
9393
|
+
md: {
|
|
9394
9394
|
defaultClass: string;
|
|
9395
9395
|
conditions: {
|
|
9396
9396
|
base: string;
|
|
@@ -9399,7 +9399,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9399
9399
|
xl: string;
|
|
9400
9400
|
};
|
|
9401
9401
|
};
|
|
9402
|
-
|
|
9402
|
+
lg: {
|
|
9403
9403
|
defaultClass: string;
|
|
9404
9404
|
conditions: {
|
|
9405
9405
|
base: string;
|
|
@@ -9408,7 +9408,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9408
9408
|
xl: string;
|
|
9409
9409
|
};
|
|
9410
9410
|
};
|
|
9411
|
-
|
|
9411
|
+
xl: {
|
|
9412
9412
|
defaultClass: string;
|
|
9413
9413
|
conditions: {
|
|
9414
9414
|
base: string;
|
|
@@ -9417,7 +9417,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9417
9417
|
xl: string;
|
|
9418
9418
|
};
|
|
9419
9419
|
};
|
|
9420
|
-
|
|
9420
|
+
"2xs": {
|
|
9421
9421
|
defaultClass: string;
|
|
9422
9422
|
conditions: {
|
|
9423
9423
|
base: string;
|
|
@@ -9426,7 +9426,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9426
9426
|
xl: string;
|
|
9427
9427
|
};
|
|
9428
9428
|
};
|
|
9429
|
-
|
|
9429
|
+
xs: {
|
|
9430
9430
|
defaultClass: string;
|
|
9431
9431
|
conditions: {
|
|
9432
9432
|
base: string;
|
|
@@ -9583,7 +9583,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9583
9583
|
xl: string;
|
|
9584
9584
|
};
|
|
9585
9585
|
};
|
|
9586
|
-
|
|
9586
|
+
11: {
|
|
9587
9587
|
defaultClass: string;
|
|
9588
9588
|
conditions: {
|
|
9589
9589
|
base: string;
|
|
@@ -9592,7 +9592,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9592
9592
|
xl: string;
|
|
9593
9593
|
};
|
|
9594
9594
|
};
|
|
9595
|
-
|
|
9595
|
+
sm: {
|
|
9596
9596
|
defaultClass: string;
|
|
9597
9597
|
conditions: {
|
|
9598
9598
|
base: string;
|
|
@@ -9601,7 +9601,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9601
9601
|
xl: string;
|
|
9602
9602
|
};
|
|
9603
9603
|
};
|
|
9604
|
-
|
|
9604
|
+
md: {
|
|
9605
9605
|
defaultClass: string;
|
|
9606
9606
|
conditions: {
|
|
9607
9607
|
base: string;
|
|
@@ -9610,7 +9610,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9610
9610
|
xl: string;
|
|
9611
9611
|
};
|
|
9612
9612
|
};
|
|
9613
|
-
|
|
9613
|
+
lg: {
|
|
9614
9614
|
defaultClass: string;
|
|
9615
9615
|
conditions: {
|
|
9616
9616
|
base: string;
|
|
@@ -9619,7 +9619,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9619
9619
|
xl: string;
|
|
9620
9620
|
};
|
|
9621
9621
|
};
|
|
9622
|
-
|
|
9622
|
+
xl: {
|
|
9623
9623
|
defaultClass: string;
|
|
9624
9624
|
conditions: {
|
|
9625
9625
|
base: string;
|
|
@@ -9628,7 +9628,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9628
9628
|
xl: string;
|
|
9629
9629
|
};
|
|
9630
9630
|
};
|
|
9631
|
-
|
|
9631
|
+
"2xs": {
|
|
9632
9632
|
defaultClass: string;
|
|
9633
9633
|
conditions: {
|
|
9634
9634
|
base: string;
|
|
@@ -9637,7 +9637,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9637
9637
|
xl: string;
|
|
9638
9638
|
};
|
|
9639
9639
|
};
|
|
9640
|
-
|
|
9640
|
+
xs: {
|
|
9641
9641
|
defaultClass: string;
|
|
9642
9642
|
conditions: {
|
|
9643
9643
|
base: string;
|
|
@@ -9794,7 +9794,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9794
9794
|
xl: string;
|
|
9795
9795
|
};
|
|
9796
9796
|
};
|
|
9797
|
-
|
|
9797
|
+
11: {
|
|
9798
9798
|
defaultClass: string;
|
|
9799
9799
|
conditions: {
|
|
9800
9800
|
base: string;
|
|
@@ -9803,7 +9803,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9803
9803
|
xl: string;
|
|
9804
9804
|
};
|
|
9805
9805
|
};
|
|
9806
|
-
|
|
9806
|
+
sm: {
|
|
9807
9807
|
defaultClass: string;
|
|
9808
9808
|
conditions: {
|
|
9809
9809
|
base: string;
|
|
@@ -9812,7 +9812,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9812
9812
|
xl: string;
|
|
9813
9813
|
};
|
|
9814
9814
|
};
|
|
9815
|
-
|
|
9815
|
+
md: {
|
|
9816
9816
|
defaultClass: string;
|
|
9817
9817
|
conditions: {
|
|
9818
9818
|
base: string;
|
|
@@ -9821,7 +9821,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9821
9821
|
xl: string;
|
|
9822
9822
|
};
|
|
9823
9823
|
};
|
|
9824
|
-
|
|
9824
|
+
lg: {
|
|
9825
9825
|
defaultClass: string;
|
|
9826
9826
|
conditions: {
|
|
9827
9827
|
base: string;
|
|
@@ -9830,7 +9830,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9830
9830
|
xl: string;
|
|
9831
9831
|
};
|
|
9832
9832
|
};
|
|
9833
|
-
|
|
9833
|
+
xl: {
|
|
9834
9834
|
defaultClass: string;
|
|
9835
9835
|
conditions: {
|
|
9836
9836
|
base: string;
|
|
@@ -9839,7 +9839,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9839
9839
|
xl: string;
|
|
9840
9840
|
};
|
|
9841
9841
|
};
|
|
9842
|
-
|
|
9842
|
+
"2xs": {
|
|
9843
9843
|
defaultClass: string;
|
|
9844
9844
|
conditions: {
|
|
9845
9845
|
base: string;
|
|
@@ -9848,7 +9848,7 @@ export declare const normalizeResponsiveValue: <Value extends string | number |
|
|
|
9848
9848
|
xl: string;
|
|
9849
9849
|
};
|
|
9850
9850
|
};
|
|
9851
|
-
|
|
9851
|
+
xs: {
|
|
9852
9852
|
defaultClass: string;
|
|
9853
9853
|
conditions: {
|
|
9854
9854
|
base: string;
|