@orfium/ictinus 5.43.9 → 5.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Controls/Switch/Switch.js +39 -36
- package/dist/components/Controls/Switch/Switch.style.js +4 -4
- package/dist/package.json.d.ts +1 -1
- package/dist/package.json.js +1 -1
- package/dist/src/actions/ActionsContent.d.ts +1 -0
- package/dist/src/actions/ActionsRoot.d.ts +1 -0
- package/dist/src/button/Button.css.d.ts +36 -0
- package/dist/src/button/Button.d.ts +428 -0
- package/dist/src/button/Button.test.d.ts +1 -0
- package/dist/src/button/index.d.ts +2 -0
- package/dist/src/components/Controls/Switch/Switch.d.ts +6 -0
- package/dist/src/data-table/DataTable.d.ts +1 -0
- package/dist/src/data-table/DataTableBody.d.ts +1 -0
- package/dist/src/data-table/DataTableHeader.d.ts +1 -0
- package/dist/src/data-table/DataTableRow.d.ts +3 -1
- package/dist/src/icon/Icon.d.ts +432 -145
- package/dist/src/icons/AccountIcon.d.ts +3 -2
- package/dist/src/icons/AlbumIcon.d.ts +3 -2
- package/dist/src/icons/AnalyticsIcon.d.ts +3 -2
- package/dist/src/icons/AppsIcon.d.ts +3 -2
- package/dist/src/icons/ArrowDownIcon.d.ts +3 -2
- package/dist/src/icons/ArrowLeftIcon.d.ts +3 -2
- package/dist/src/icons/ArrowRightIcon.d.ts +3 -2
- package/dist/src/icons/ArrowUpIcon.d.ts +3 -2
- package/dist/src/icons/ArtistIcon.d.ts +3 -2
- package/dist/src/icons/AssetIcon.d.ts +3 -2
- package/dist/src/icons/AudioIcon.d.ts +3 -2
- package/dist/src/icons/AudioOffIcon.d.ts +3 -2
- package/dist/src/icons/BookmarkIcon.d.ts +3 -2
- package/dist/src/icons/BookmarkOffIcon.d.ts +3 -2
- package/dist/src/icons/BroadcastIcon.d.ts +3 -2
- package/dist/src/icons/CalendarIcon.d.ts +3 -2
- package/dist/src/icons/CatalogIcon.d.ts +3 -2
- package/dist/src/icons/ChannelIcon.d.ts +3 -2
- package/dist/src/icons/ChatIcon.d.ts +3 -2
- package/dist/src/icons/CheckIcon.d.ts +3 -2
- package/dist/src/icons/ChevronDownIcon.d.ts +3 -2
- package/dist/src/icons/ChevronLeftIcon.d.ts +3 -2
- package/dist/src/icons/ChevronRightIcon.d.ts +3 -2
- package/dist/src/icons/ChevronUpIcon.d.ts +3 -2
- package/dist/src/icons/CinemaIcon.d.ts +3 -2
- package/dist/src/icons/ClaimIcon.d.ts +3 -2
- package/dist/src/icons/CloseIcon.d.ts +3 -2
- package/dist/src/icons/ColumnChooserIcon.d.ts +3 -2
- package/dist/src/icons/CompositionIcon.d.ts +3 -2
- package/dist/src/icons/ConcertIcon.d.ts +3 -2
- package/dist/src/icons/ConflictIcon.d.ts +3 -2
- package/dist/src/icons/ConvertIcon.d.ts +3 -2
- package/dist/src/icons/CopyIcon.d.ts +3 -2
- package/dist/src/icons/CueSheetIcon.d.ts +3 -2
- package/dist/src/icons/DashboardIcon.d.ts +3 -2
- package/dist/src/icons/DatasetIcon.d.ts +3 -2
- package/dist/src/icons/DeleteIcon.d.ts +3 -2
- package/dist/src/icons/DeliveryIcon.d.ts +3 -2
- package/dist/src/icons/DetailsIcon.d.ts +3 -2
- package/dist/src/icons/DigitalIcon.d.ts +3 -2
- package/dist/src/icons/DistributionIcon.d.ts +3 -2
- package/dist/src/icons/DownloadIcon.d.ts +3 -2
- package/dist/src/icons/EarningsIcon.d.ts +3 -2
- package/dist/src/icons/EditIcon.d.ts +3 -2
- package/dist/src/icons/EntitiesIcon.d.ts +3 -2
- package/dist/src/icons/ErrorIcon.d.ts +3 -2
- package/dist/src/icons/ExternalLinkIcon.d.ts +3 -2
- package/dist/src/icons/EyeIcon.d.ts +3 -2
- package/dist/src/icons/EyeOffIcon.d.ts +3 -2
- package/dist/src/icons/FavoriteIcon.d.ts +3 -2
- package/dist/src/icons/FavoriteOffIcon.d.ts +3 -2
- package/dist/src/icons/FileIcon.d.ts +3 -2
- package/dist/src/icons/FilterIcon.d.ts +3 -2
- package/dist/src/icons/FlagIcon.d.ts +3 -2
- package/dist/src/icons/FlagOffIcon.d.ts +3 -2
- package/dist/src/icons/ForwardIcon.d.ts +3 -2
- package/dist/src/icons/FreezeIcon.d.ts +3 -2
- package/dist/src/icons/HelpIcon.d.ts +3 -2
- package/dist/src/icons/Icon.d.ts +14 -0
- package/dist/src/icons/ImageIcon.d.ts +3 -2
- package/dist/src/icons/ImageOffIcon.d.ts +3 -2
- package/dist/src/icons/IncomeIcon.d.ts +3 -2
- package/dist/src/icons/InformationalIcon.d.ts +3 -2
- package/dist/src/icons/InsightIcon.d.ts +3 -2
- package/dist/src/icons/InvoiceIcon.d.ts +3 -2
- package/dist/src/icons/IssueIcon.d.ts +3 -2
- package/dist/src/icons/KeywordIcon.d.ts +3 -2
- package/dist/src/icons/LanguageIcon.d.ts +3 -2
- package/dist/src/icons/LegalIcon.d.ts +3 -2
- package/dist/src/icons/LicenseIcon.d.ts +3 -2
- package/dist/src/icons/LinkIcon.d.ts +3 -2
- package/dist/src/icons/LocationIcon.d.ts +3 -2
- package/dist/src/icons/LockIcon.d.ts +3 -2
- package/dist/src/icons/LoginIcon.d.ts +3 -2
- package/dist/src/icons/LogoutIcon.d.ts +3 -2
- package/dist/src/icons/MailIcon.d.ts +3 -2
- package/dist/src/icons/ManualIcon.d.ts +3 -2
- package/dist/src/icons/MediaFileIcon.d.ts +3 -2
- package/dist/src/icons/MenuIcon.d.ts +3 -2
- package/dist/src/icons/MinusIcon.d.ts +3 -2
- package/dist/src/icons/MoreOptionsIcon.d.ts +3 -2
- package/dist/src/icons/NextIcon.d.ts +3 -2
- package/dist/src/icons/NotificationIcon.d.ts +3 -2
- package/dist/src/icons/OrganizationIcon.d.ts +3 -2
- package/dist/src/icons/PageFirstIcon.d.ts +3 -2
- package/dist/src/icons/PageLastIcon.d.ts +3 -2
- package/dist/src/icons/PairIcon.d.ts +3 -2
- package/dist/src/icons/PauseIcon.d.ts +3 -2
- package/dist/src/icons/PendingIcon.d.ts +3 -2
- package/dist/src/icons/PlayIcon.d.ts +3 -2
- package/dist/src/icons/PlaycountIcon.d.ts +3 -2
- package/dist/src/icons/PlusIcon.d.ts +3 -2
- package/dist/src/icons/PolicyIcon.d.ts +3 -2
- package/dist/src/icons/PreviousIcon.d.ts +3 -2
- package/dist/src/icons/PublicPerformanceIcon.d.ts +3 -2
- package/dist/src/icons/PublisherIcon.d.ts +3 -2
- package/dist/src/icons/RadioIcon.d.ts +3 -2
- package/dist/src/icons/RecordLabelIcon.d.ts +3 -2
- package/dist/src/icons/RecordingIcon.d.ts +3 -2
- package/dist/src/icons/RedoIcon.d.ts +3 -2
- package/dist/src/icons/RefreshIcon.d.ts +3 -2
- package/dist/src/icons/ReportIcon.d.ts +3 -2
- package/dist/src/icons/RestoreIcon.d.ts +3 -2
- package/dist/src/icons/ResumeIcon.d.ts +3 -2
- package/dist/src/icons/ReviewIcon.d.ts +3 -2
- package/dist/src/icons/RewindIcon.d.ts +3 -2
- package/dist/src/icons/RoleIcon.d.ts +3 -2
- package/dist/src/icons/SearchFilledIcon.d.ts +3 -2
- package/dist/src/icons/SearchIcon.d.ts +3 -2
- package/dist/src/icons/SettingsIcon.d.ts +3 -2
- package/dist/src/icons/ShareIcon.d.ts +3 -2
- package/dist/src/icons/SortAscendingIcon.d.ts +3 -2
- package/dist/src/icons/SortDescendingIcon.d.ts +3 -2
- package/dist/src/icons/SortIcon.d.ts +3 -2
- package/dist/src/icons/StatusIndicatorIcon.d.ts +3 -2
- package/dist/src/icons/StopIcon.d.ts +3 -2
- package/dist/src/icons/SuccessIcon.d.ts +3 -2
- package/dist/src/icons/TagIcon.d.ts +3 -2
- package/dist/src/icons/TelevisionIcon.d.ts +3 -2
- package/dist/src/icons/ThumbsDownIcon.d.ts +3 -2
- package/dist/src/icons/ThumbsUpIcon.d.ts +3 -2
- package/dist/src/icons/TrendingDownIcon.d.ts +3 -2
- package/dist/src/icons/TrendingUpIcon.d.ts +3 -2
- package/dist/src/icons/TriangleDownIcon.d.ts +3 -2
- package/dist/src/icons/TriangleLeftIcon.d.ts +3 -2
- package/dist/src/icons/TriangleRightIcon.d.ts +3 -2
- package/dist/src/icons/TriangleUpIcon.d.ts +3 -2
- package/dist/src/icons/UndoIcon.d.ts +3 -2
- package/dist/src/icons/UnfreezeIcon.d.ts +3 -2
- package/dist/src/icons/UnlinkIcon.d.ts +3 -2
- package/dist/src/icons/UnlockIcon.d.ts +3 -2
- package/dist/src/icons/UnpairIcon.d.ts +3 -2
- package/dist/src/icons/UnverifiedIcon.d.ts +3 -2
- package/dist/src/icons/UpdateIcon.d.ts +3 -2
- package/dist/src/icons/UploadIcon.d.ts +3 -2
- package/dist/src/icons/UsageIcon.d.ts +3 -2
- package/dist/src/icons/UserIcon.d.ts +3 -2
- package/dist/src/icons/UsersIcon.d.ts +3 -2
- package/dist/src/icons/VerifiedIcon.d.ts +3 -2
- package/dist/src/icons/VideoIcon.d.ts +3 -2
- package/dist/src/icons/VideoOffIcon.d.ts +3 -2
- package/dist/src/icons/WarningIcon.d.ts +3 -2
- package/dist/src/icons/WorkIcon.d.ts +3 -2
- package/dist/src/icons/WriterIcon.d.ts +3 -2
- package/dist/src/icons/YouTubeIcon.d.ts +3 -2
- package/dist/src/skeleton/Skeleton.d.ts +1 -0
- package/dist/src/sprinkles/properties.css.d.ts +13 -0
- package/dist/src/sprinkles/sprinkles.d.ts +2 -1
- package/dist/src/vanilla/Box/Box.d.ts +1 -0
- package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
- package/dist/src/vanilla/Table/Table.d.ts +1 -0
- package/dist/src/vanilla/Table/TableBody.d.ts +1 -0
- package/dist/src/vanilla/Table/TableCell.d.ts +1 -0
- package/dist/src/vanilla/Table/TableFooter.d.ts +1 -0
- package/dist/src/vanilla/Table/TableHeader.d.ts +1 -0
- package/dist/src/vanilla/Table/TableHeaderCell.d.ts +1 -0
- package/dist/src/vanilla/Table/TableRow.d.ts +1 -0
- package/dist/src/vanilla/Text/Text.d.ts +1 -0
- package/dist/src/vanilla/index.d.ts +1 -0
- package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
- package/dist/vanilla/Menu/Menu-css.js +5 -5
- package/dist/vanilla/Menu/Menu.js +1 -1
- package/dist/vanilla/Popover/Popover-css.js +4 -4
- package/dist/vanilla/Popover/Popover.js +1 -1
- package/dist/vanilla/Table/Table-css.js +5 -5
- package/dist/vanilla/Table/TableBody-css.js +3 -3
- package/dist/vanilla/Table/TableCell-css.js +5 -5
- 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 +7 -7
- package/dist/vanilla/Table/TableRow-css.js +4 -4
- package/dist/vanilla/Text/Text-css.js +3 -3
- package/dist/vanilla/Text/Text.js +2 -0
- package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-C_KS0fc5.css +22 -0
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-Brw20Xo4.css +4 -0
- package/dist/vanilla/assets/src/button/Button.css.ts.vanilla--Nt64Xy8.css +14 -0
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-CWOmLBBa.css +70 -0
- package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-C7WK_qGD.css → DataTableHeaderCell.css.ts.vanilla-CpxRv5HF.css} +9 -9
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css +1 -0
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BLayn5Hi.css +6 -0
- package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-B7dED1bp.css → properties.css.ts.vanilla-3RYehNf9.css} +3367 -3358
- package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-DhRi9QUS.css → Menu.css.ts.vanilla-DiJB00S8.css} +5 -5
- package/dist/vanilla/assets/src/vanilla/Popover/{Popover.css.ts.vanilla-BB6cef57.css → Popover.css.ts.vanilla-B0paWZeG.css} +3 -3
- package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-Db6TBYJE.css → Table.css.ts.vanilla-Ce2gJXHS.css} +7 -7
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-lzTcdLG5.css +6 -0
- package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-Co5pVJLM.css → TableCell.css.ts.vanilla-DQCFaiDu.css} +10 -10
- package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-Dnf64vox.css → TableFooter.css.ts.vanilla-BBla0aia.css} +4 -4
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-Cw0c6oOe.css +8 -0
- package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-yP3m72Wm.css → TableHeaderCell.css.ts.vanilla-BfKSHHmi.css} +9 -9
- package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-DEL9kCnn.css → TableRow.css.ts.vanilla-CYf8szuW.css} +5 -5
- package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-DjvypZTb.css → Text.css.ts.vanilla-BiV9qE3V.css} +13 -13
- package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-CUEqitTD.css → Tooltip.css.ts.vanilla-CUpsaGQw.css} +13 -13
- package/dist/vanilla/index.d.ts +936 -307
- package/dist/vanilla/index.js +2 -0
- package/dist/vanilla/package.json.js +1 -1
- package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
- package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
- package/dist/vanilla/src/button/Button-css.js +11 -0
- package/dist/vanilla/src/button/Button.js +128 -0
- package/dist/vanilla/src/components/Controls/Switch/Switch.js +4 -0
- package/dist/vanilla/src/components/Controls/Switch/Switch.style.js +3 -0
- package/dist/vanilla/src/components/utils/Slots.js +16 -3
- package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
- package/dist/vanilla/src/data-table/DataTableEditColumns.js +151 -3
- package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
- package/dist/vanilla/src/data-table/DataTableHeaderCell.js +170 -18
- package/dist/vanilla/src/icon/Icon.js +1 -7
- package/dist/vanilla/src/icons/AccountIcon.js +10 -11
- package/dist/vanilla/src/icons/AlbumIcon.js +12 -13
- package/dist/vanilla/src/icons/AnalyticsIcon.js +10 -11
- package/dist/vanilla/src/icons/AppsIcon.js +10 -11
- package/dist/vanilla/src/icons/ArrowDownIcon.js +10 -11
- package/dist/vanilla/src/icons/ArrowLeftIcon.js +10 -11
- package/dist/vanilla/src/icons/ArrowRightIcon.js +10 -11
- package/dist/vanilla/src/icons/ArrowUpIcon.js +10 -11
- package/dist/vanilla/src/icons/ArtistIcon.js +10 -11
- package/dist/vanilla/src/icons/AssetIcon.js +10 -11
- package/dist/vanilla/src/icons/AudioIcon.js +10 -11
- package/dist/vanilla/src/icons/AudioOffIcon.js +33 -34
- package/dist/vanilla/src/icons/BookmarkIcon.js +12 -13
- package/dist/vanilla/src/icons/BookmarkOffIcon.js +12 -13
- package/dist/vanilla/src/icons/BroadcastIcon.js +10 -11
- package/dist/vanilla/src/icons/CalendarIcon.js +10 -11
- package/dist/vanilla/src/icons/CatalogIcon.js +10 -11
- package/dist/vanilla/src/icons/ChannelIcon.js +28 -29
- package/dist/vanilla/src/icons/ChatIcon.js +10 -11
- package/dist/vanilla/src/icons/CheckIcon.js +10 -11
- package/dist/vanilla/src/icons/ChevronDownIcon.js +10 -11
- package/dist/vanilla/src/icons/ChevronLeftIcon.js +10 -11
- package/dist/vanilla/src/icons/ChevronRightIcon.js +10 -11
- package/dist/vanilla/src/icons/ChevronUpIcon.js +10 -11
- package/dist/vanilla/src/icons/CinemaIcon.js +10 -11
- package/dist/vanilla/src/icons/ClaimIcon.js +10 -11
- package/dist/vanilla/src/icons/CloseIcon.js +10 -11
- package/dist/vanilla/src/icons/ColumnChooserIcon.js +10 -11
- package/dist/vanilla/src/icons/CompositionIcon.js +10 -11
- package/dist/vanilla/src/icons/ConcertIcon.js +10 -11
- package/dist/vanilla/src/icons/ConflictIcon.js +10 -11
- package/dist/vanilla/src/icons/ConvertIcon.js +10 -11
- package/dist/vanilla/src/icons/CopyIcon.js +10 -11
- package/dist/vanilla/src/icons/CueSheetIcon.js +10 -11
- package/dist/vanilla/src/icons/DashboardIcon.js +10 -11
- package/dist/vanilla/src/icons/DatasetIcon.js +10 -11
- package/dist/vanilla/src/icons/DeleteIcon.js +10 -11
- package/dist/vanilla/src/icons/DeliveryIcon.js +10 -11
- package/dist/vanilla/src/icons/DetailsIcon.js +10 -11
- package/dist/vanilla/src/icons/DigitalIcon.js +12 -13
- package/dist/vanilla/src/icons/DistributionIcon.js +10 -11
- package/dist/vanilla/src/icons/DownloadIcon.js +10 -11
- package/dist/vanilla/src/icons/EarningsIcon.js +10 -11
- package/dist/vanilla/src/icons/EditIcon.js +10 -11
- package/dist/vanilla/src/icons/EntitiesIcon.js +10 -11
- package/dist/vanilla/src/icons/ErrorIcon.js +10 -11
- package/dist/vanilla/src/icons/ExternalLinkIcon.js +10 -11
- package/dist/vanilla/src/icons/EyeIcon.js +10 -11
- package/dist/vanilla/src/icons/EyeOffIcon.js +10 -11
- package/dist/vanilla/src/icons/FavoriteIcon.js +10 -11
- package/dist/vanilla/src/icons/FavoriteOffIcon.js +10 -11
- package/dist/vanilla/src/icons/FileIcon.js +10 -11
- package/dist/vanilla/src/icons/FilterIcon.js +10 -11
- package/dist/vanilla/src/icons/FlagIcon.js +10 -11
- package/dist/vanilla/src/icons/FlagOffIcon.js +10 -11
- package/dist/vanilla/src/icons/ForwardIcon.js +10 -11
- package/dist/vanilla/src/icons/FreezeIcon.js +12 -13
- package/dist/vanilla/src/icons/HelpIcon.js +10 -11
- package/dist/vanilla/src/icons/Icon.js +20 -0
- package/dist/vanilla/src/icons/ImageIcon.js +10 -11
- package/dist/vanilla/src/icons/ImageOffIcon.js +21 -22
- package/dist/vanilla/src/icons/IncomeIcon.js +10 -11
- package/dist/vanilla/src/icons/InformationalIcon.js +12 -13
- package/dist/vanilla/src/icons/InsightIcon.js +10 -11
- package/dist/vanilla/src/icons/InvoiceIcon.js +12 -13
- package/dist/vanilla/src/icons/IssueIcon.js +10 -11
- package/dist/vanilla/src/icons/KeywordIcon.js +12 -13
- package/dist/vanilla/src/icons/LanguageIcon.js +10 -11
- package/dist/vanilla/src/icons/LegalIcon.js +10 -11
- package/dist/vanilla/src/icons/LicenseIcon.js +12 -13
- package/dist/vanilla/src/icons/LinkIcon.js +10 -11
- package/dist/vanilla/src/icons/LocationIcon.js +10 -11
- package/dist/vanilla/src/icons/LockIcon.js +10 -11
- package/dist/vanilla/src/icons/LoginIcon.js +10 -11
- package/dist/vanilla/src/icons/LogoutIcon.js +10 -11
- package/dist/vanilla/src/icons/MailIcon.js +10 -11
- package/dist/vanilla/src/icons/ManualIcon.js +10 -11
- package/dist/vanilla/src/icons/MediaFileIcon.js +10 -11
- package/dist/vanilla/src/icons/MenuIcon.js +10 -11
- package/dist/vanilla/src/icons/MinusIcon.js +10 -11
- package/dist/vanilla/src/icons/MoreOptionsIcon.js +26 -27
- package/dist/vanilla/src/icons/NextIcon.js +10 -11
- package/dist/vanilla/src/icons/NotificationIcon.js +10 -11
- package/dist/vanilla/src/icons/OrganizationIcon.js +10 -11
- package/dist/vanilla/src/icons/PageFirstIcon.js +10 -11
- package/dist/vanilla/src/icons/PageLastIcon.js +10 -11
- package/dist/vanilla/src/icons/PairIcon.js +10 -11
- package/dist/vanilla/src/icons/PauseIcon.js +10 -11
- package/dist/vanilla/src/icons/PendingIcon.js +10 -11
- package/dist/vanilla/src/icons/PlayIcon.js +10 -11
- package/dist/vanilla/src/icons/PlaycountIcon.js +10 -11
- package/dist/vanilla/src/icons/PlusIcon.js +10 -11
- package/dist/vanilla/src/icons/PolicyIcon.js +10 -11
- package/dist/vanilla/src/icons/PreviousIcon.js +10 -11
- package/dist/vanilla/src/icons/PublicPerformanceIcon.js +10 -11
- package/dist/vanilla/src/icons/PublisherIcon.js +21 -22
- package/dist/vanilla/src/icons/RadioIcon.js +10 -11
- package/dist/vanilla/src/icons/RecordLabelIcon.js +12 -13
- package/dist/vanilla/src/icons/RecordingIcon.js +10 -11
- package/dist/vanilla/src/icons/RedoIcon.js +10 -11
- package/dist/vanilla/src/icons/RefreshIcon.js +10 -11
- package/dist/vanilla/src/icons/ReportIcon.js +10 -11
- package/dist/vanilla/src/icons/RestoreIcon.js +19 -20
- package/dist/vanilla/src/icons/ResumeIcon.js +19 -20
- package/dist/vanilla/src/icons/ReviewIcon.js +10 -11
- package/dist/vanilla/src/icons/RewindIcon.js +10 -11
- package/dist/vanilla/src/icons/RoleIcon.js +10 -11
- package/dist/vanilla/src/icons/SearchFilledIcon.js +12 -13
- package/dist/vanilla/src/icons/SearchIcon.js +10 -11
- package/dist/vanilla/src/icons/SettingsIcon.js +10 -11
- package/dist/vanilla/src/icons/ShareIcon.js +10 -11
- package/dist/vanilla/src/icons/SortAscendingIcon.js +28 -29
- package/dist/vanilla/src/icons/SortDescendingIcon.js +28 -29
- package/dist/vanilla/src/icons/SortIcon.js +23 -24
- package/dist/vanilla/src/icons/StatusIndicatorIcon.js +4 -5
- package/dist/vanilla/src/icons/StopIcon.js +10 -11
- package/dist/vanilla/src/icons/SuccessIcon.js +10 -11
- package/dist/vanilla/src/icons/TagIcon.js +10 -11
- package/dist/vanilla/src/icons/TelevisionIcon.js +10 -11
- package/dist/vanilla/src/icons/ThumbsDownIcon.js +10 -11
- package/dist/vanilla/src/icons/ThumbsUpIcon.js +10 -11
- package/dist/vanilla/src/icons/TrendingDownIcon.js +10 -11
- package/dist/vanilla/src/icons/TrendingUpIcon.js +10 -11
- package/dist/vanilla/src/icons/TriangleDownIcon.js +12 -13
- package/dist/vanilla/src/icons/TriangleLeftIcon.js +12 -13
- package/dist/vanilla/src/icons/TriangleRightIcon.js +12 -13
- package/dist/vanilla/src/icons/TriangleUpIcon.js +12 -13
- package/dist/vanilla/src/icons/UndoIcon.js +10 -11
- package/dist/vanilla/src/icons/UnfreezeIcon.js +21 -22
- package/dist/vanilla/src/icons/UnlinkIcon.js +10 -11
- package/dist/vanilla/src/icons/UnlockIcon.js +10 -11
- package/dist/vanilla/src/icons/UnpairIcon.js +10 -11
- package/dist/vanilla/src/icons/UnverifiedIcon.js +21 -22
- package/dist/vanilla/src/icons/UpdateIcon.js +19 -20
- package/dist/vanilla/src/icons/UploadIcon.js +10 -11
- package/dist/vanilla/src/icons/UsageIcon.js +12 -13
- package/dist/vanilla/src/icons/UserIcon.js +10 -11
- package/dist/vanilla/src/icons/UsersIcon.js +33 -34
- package/dist/vanilla/src/icons/VerifiedIcon.js +10 -11
- package/dist/vanilla/src/icons/VideoIcon.js +10 -11
- package/dist/vanilla/src/icons/VideoOffIcon.js +19 -20
- package/dist/vanilla/src/icons/WarningIcon.js +12 -13
- package/dist/vanilla/src/icons/WorkIcon.js +12 -13
- package/dist/vanilla/src/icons/WriterIcon.js +26 -27
- package/dist/vanilla/src/icons/YouTubeIcon.js +12 -13
- package/dist/vanilla/src/layers/layers-css.js +2 -2
- package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
- package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
- package/package.json +1 -1
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-DnHrsURs.css +0 -22
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-D9ztPyX7.css +0 -4
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-D1zKri52.css +0 -70
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CVufHmUV.css +0 -1
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BSsSCHAs.css +0 -6
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BxpDyemc.css +0 -6
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-dHaHXhlt.css +0 -8
- package/dist/vanilla/src/components/Avatar/Avatar.js +0 -34
- package/dist/vanilla/src/components/Avatar/Avatar.style.js +0 -116
- package/dist/vanilla/src/components/Avatar/UserAvatar.js +0 -22
- package/dist/vanilla/src/components/Button/Button.js +0 -29
- package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +0 -9
- package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +0 -46
- package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +0 -62
- package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +0 -74
- package/dist/vanilla/src/components/ButtonBase/constants.js +0 -34
- package/dist/vanilla/src/components/IconButton/IconButton.js +0 -40
- package/dist/vanilla/src/theme/functions.js +0 -64
- package/dist/vanilla/src/utils/date.js +0 -13
- package/dist/vanilla/src/utils/helpers.js +0 -7
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const WarningIcon: import('react').ForwardRefExoticComponent<Omit<import('../vanilla').BoxProps, "size"> & {
|
|
2
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
3
|
+
} & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const WorkIcon: import('react').ForwardRefExoticComponent<Omit<import('../vanilla').BoxProps, "size"> & {
|
|
2
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
3
|
+
} & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const WriterIcon: import('react').ForwardRefExoticComponent<Omit<import('../vanilla').BoxProps, "size"> & {
|
|
2
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
3
|
+
} & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const YouTubeIcon: import('react').ForwardRefExoticComponent<Omit<import('../vanilla').BoxProps, "size"> & {
|
|
2
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
3
|
+
} & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -40,6 +40,7 @@ export declare const Skeleton: import('react').ForwardRefExoticComponent<{
|
|
|
40
40
|
wordWrap?: "normal" | "break-word";
|
|
41
41
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
42
42
|
animation?: "ping" | "pulse";
|
|
43
|
+
opacity?: "0" | "1" | "0.5";
|
|
43
44
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
44
45
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
45
46
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -5402,6 +5402,19 @@ export declare const unresponsiveProps: {
|
|
|
5402
5402
|
};
|
|
5403
5403
|
};
|
|
5404
5404
|
};
|
|
5405
|
+
opacity: {
|
|
5406
|
+
values: {
|
|
5407
|
+
0: {
|
|
5408
|
+
defaultClass: string;
|
|
5409
|
+
};
|
|
5410
|
+
1: {
|
|
5411
|
+
defaultClass: string;
|
|
5412
|
+
};
|
|
5413
|
+
0.5: {
|
|
5414
|
+
defaultClass: string;
|
|
5415
|
+
};
|
|
5416
|
+
};
|
|
5417
|
+
};
|
|
5405
5418
|
transitionProperty: {
|
|
5406
5419
|
values: {
|
|
5407
5420
|
all: {
|
|
@@ -29,6 +29,7 @@ export declare const sprinkles: ((props: {
|
|
|
29
29
|
wordWrap?: "normal" | "break-word";
|
|
30
30
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
31
31
|
animation?: "ping" | "pulse";
|
|
32
|
+
opacity?: "0" | "1" | "0.5";
|
|
32
33
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
33
34
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
34
35
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -411,7 +412,7 @@ export declare const sprinkles: ((props: {
|
|
|
411
412
|
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
413
|
};
|
|
413
414
|
}) => string) & {
|
|
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
|
+
properties: Set<"minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "size" | "border" | "fontSize" | "lineHeight" | "letterSpacing" | "cursor" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "opacity" | "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
416
|
};
|
|
416
417
|
export declare const mapResponsiveValue: <OutputValue extends string | number | boolean | null | undefined, Value extends import('@vanilla-extract/sprinkles').ConditionalValue<{
|
|
417
418
|
conditions: {
|
|
@@ -36,6 +36,7 @@ export declare const Box: import('react').ForwardRefExoticComponent<Omit<NonNull
|
|
|
36
36
|
wordWrap?: "normal" | "break-word";
|
|
37
37
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
38
38
|
animation?: "ping" | "pulse";
|
|
39
|
+
opacity?: "0" | "1" | "0.5";
|
|
39
40
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
40
41
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
41
42
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare function extractBoxProps<S extends Record<string, unknown>>(props: S): {
|
|
2
|
-
boxProps: Pick<S, ("minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "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" | "styles" | "h" | "w" | "maxH" | "maxW" | "borderB" | "borderL" | "borderR" | "borderT" | "shadow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg") & keyof S>;
|
|
3
|
-
restProps: Omit<S, "minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "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" | "styles" | "h" | "w" | "maxH" | "maxW" | "borderB" | "borderL" | "borderR" | "borderT" | "shadow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
|
|
2
|
+
boxProps: Pick<S, ("minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "size" | "border" | "fontSize" | "lineHeight" | "letterSpacing" | "cursor" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "opacity" | "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" | "styles" | "h" | "w" | "maxH" | "maxW" | "borderB" | "borderL" | "borderR" | "borderT" | "shadow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg") & keyof S>;
|
|
3
|
+
restProps: Omit<S, "minHeight" | "maxHeight" | "minWidth" | "maxWidth" | "height" | "width" | "color" | "p" | "className" | "size" | "border" | "fontSize" | "lineHeight" | "letterSpacing" | "cursor" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "opacity" | "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" | "styles" | "h" | "w" | "maxH" | "maxW" | "borderB" | "borderL" | "borderR" | "borderT" | "shadow" | "rounded" | "roundedT" | "roundedB" | "roundedL" | "roundedR" | "bg">;
|
|
4
4
|
};
|
|
@@ -34,6 +34,7 @@ export declare const Table: import('react').ForwardRefExoticComponent<{
|
|
|
34
34
|
wordWrap?: "normal" | "break-word";
|
|
35
35
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
36
36
|
animation?: "ping" | "pulse";
|
|
37
|
+
opacity?: "0" | "1" | "0.5";
|
|
37
38
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
38
39
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
39
40
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -31,6 +31,7 @@ export declare const TableBody: import('react').ForwardRefExoticComponent<Omit<N
|
|
|
31
31
|
wordWrap?: "normal" | "break-word";
|
|
32
32
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
33
33
|
animation?: "ping" | "pulse";
|
|
34
|
+
opacity?: "0" | "1" | "0.5";
|
|
34
35
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
35
36
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
36
37
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -37,6 +37,7 @@ export declare const TableCell: import('react').ForwardRefExoticComponent<{
|
|
|
37
37
|
wordWrap?: "normal" | "break-word";
|
|
38
38
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
39
39
|
animation?: "ping" | "pulse";
|
|
40
|
+
opacity?: "0" | "1" | "0.5";
|
|
40
41
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
41
42
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
42
43
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -34,6 +34,7 @@ export declare const TableFooter: import('react').ForwardRefExoticComponent<{
|
|
|
34
34
|
wordWrap?: "normal" | "break-word";
|
|
35
35
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
36
36
|
animation?: "ping" | "pulse";
|
|
37
|
+
opacity?: "0" | "1" | "0.5";
|
|
37
38
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
38
39
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
39
40
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -34,6 +34,7 @@ export declare const TableHeader: import('react').ForwardRefExoticComponent<{
|
|
|
34
34
|
wordWrap?: "normal" | "break-word";
|
|
35
35
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
36
36
|
animation?: "ping" | "pulse";
|
|
37
|
+
opacity?: "0" | "1" | "0.5";
|
|
37
38
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
38
39
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
39
40
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -37,6 +37,7 @@ export declare const TableHeaderCell: import('react').ForwardRefExoticComponent<
|
|
|
37
37
|
wordWrap?: "normal" | "break-word";
|
|
38
38
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
39
39
|
animation?: "ping" | "pulse";
|
|
40
|
+
opacity?: "0" | "1" | "0.5";
|
|
40
41
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
41
42
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
42
43
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -31,6 +31,7 @@ export declare const TableRow: import('react').ForwardRefExoticComponent<Omit<No
|
|
|
31
31
|
wordWrap?: "normal" | "break-word";
|
|
32
32
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
33
33
|
animation?: "ping" | "pulse";
|
|
34
|
+
opacity?: "0" | "1" | "0.5";
|
|
34
35
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
35
36
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
36
37
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -37,6 +37,7 @@ export declare const Text: import('react').ForwardRefExoticComponent<Omit<{
|
|
|
37
37
|
wordWrap?: "normal" | "break-word";
|
|
38
38
|
textAlign?: "center" | "start" | "end" | "justify";
|
|
39
39
|
animation?: "ping" | "pulse";
|
|
40
|
+
opacity?: "0" | "1" | "0.5";
|
|
40
41
|
transitionProperty?: "all" | "none" | "default" | "opacity" | "transform" | "colors" | "shadow";
|
|
41
42
|
transitionTimingFunction?: "in" | "ease" | "linear" | "out" | "inOut";
|
|
42
43
|
transitionDuration?: "150ms" | "200ms";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
4
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
5
5
|
|
|
6
|
-
var separator = createRuntimeFn({defaultClassName:'
|
|
6
|
+
var separator = createRuntimeFn({defaultClassName:'_17amovl _1nlwb7s',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
7
7
|
|
|
8
8
|
export { separator };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Menu/Menu.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Menu/Menu.css.ts.vanilla-DiJB00S8.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var item = createRuntimeFn({defaultClassName:'
|
|
8
|
-
var menu = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var item = createRuntimeFn({defaultClassName:'mvlq90 f9r5o4 _1vwdcpz p5e17i _12sbva x6a9aa _1o0mz0m cvd8sa',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
8
|
+
var menu = createRuntimeFn({defaultClassName:'_1ws6k18 upgoft _1w5vd6m _1sjqfvr _1iehbt9',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
9
9
|
|
|
10
10
|
export { item, menu };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from '@emotion/react/jsx-runtime';
|
|
2
|
-
import { MenuTrigger as MenuTrigger$1,
|
|
2
|
+
import { MenuTrigger as MenuTrigger$1, Menu as Menu$1, MenuItem as MenuItem$1, Header, MenuSection as MenuSection$1, Collection, SubmenuTrigger, Pressable } from 'react-aria-components';
|
|
3
3
|
import { cn } from '../src/utils/cn.js';
|
|
4
4
|
import { DropdownSeparator, DropdownDescription, DropdownLabel } from '../Dropdown/Dropdown.js';
|
|
5
5
|
import { PopoverContent } from '../Popover/Popover.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Popover/Popover.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Popover/Popover.css.ts.vanilla-B0paWZeG.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var popover = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var popover = createRuntimeFn({defaultClassName:'abhgj5 kijh4o l2po2z ipky22 ct8bjr _1dkxn6v _17amovl _154hd2y _1nlwb7s _1kconwy _1yqzrfn',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
8
8
|
|
|
9
9
|
export { popover };
|
|
@@ -29,7 +29,7 @@ const PopoverContent = ({
|
|
|
29
29
|
children: /* @__PURE__ */ jsx("path", { d: "M0 0 L6 6 L12 0" })
|
|
30
30
|
}
|
|
31
31
|
) }),
|
|
32
|
-
typeof children === "function" ? children(values) : children
|
|
32
|
+
/* @__PURE__ */ jsx("div", { "data-slot": "popover-inner", style: { maxHeight: "inherit", overflowY: "auto" }, children: typeof children === "function" ? children(values) : children })
|
|
33
33
|
] }) });
|
|
34
34
|
};
|
|
35
35
|
const PopoverTrigger = DialogTrigger;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Table/Table.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Table/Table.css.ts.vanilla-Ce2gJXHS.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var table = createRuntimeFn({defaultClassName:'
|
|
8
|
-
var wrapper = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var table = createRuntimeFn({defaultClassName:'f3q5l4 _1du23ui _1mm3jun _1ff3uog',variantClassNames:{layout:{auto:'k82tkj',fixed:'bd2dac _8znrmx'}},defaultVariants:{},compoundVariants:[]});
|
|
8
|
+
var wrapper = createRuntimeFn({defaultClassName:'pxa9um _1sjqfvr l2po2z su8sl2 ipky22 ct8bjr _1dkxn6v _17amovl _154hd2y _81ispv _1nlwb7s _18b1k1d',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
9
9
|
|
|
10
10
|
export { table, wrapper };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
2
|
-
import './../assets/src/vanilla/Table/TableBody.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
|
+
import './../assets/src/vanilla/Table/TableBody.css.ts.vanilla-lzTcdLG5.css';
|
|
3
3
|
|
|
4
|
-
var body = '
|
|
4
|
+
var body = '_1fdxubn';
|
|
5
5
|
|
|
6
6
|
export { body };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Table/TableCell.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Table/TableCell.css.ts.vanilla-DQCFaiDu.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var cell = createRuntimeFn({defaultClassName:'
|
|
8
|
-
var content = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var cell = createRuntimeFn({defaultClassName:'_154hd2y _1nlwb7s _490237',variantClassNames:{pinned:{false:'_1up28q3',true:'_1s39r5n'}},defaultVariants:{},compoundVariants:[]});
|
|
8
|
+
var content = createRuntimeFn({defaultClassName:'f3q5l4 _1p50uq9 _17qzuu3 _1du23ui _1ws6k18 _1w5vd6m _1nlwb7s fiv6uw _1t75b13',variantClassNames:{size:{sm:'_1sycdmb',md:'damx4o',lg:'_17s9131'},bordered:{true:'_1gtwc44'}},defaultVariants:{},compoundVariants:[]});
|
|
9
9
|
|
|
10
10
|
export { cell, content };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
2
|
-
import './../assets/src/vanilla/Table/TableFooter.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
|
+
import './../assets/src/vanilla/Table/TableFooter.css.ts.vanilla-BBla0aia.css';
|
|
3
3
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
4
4
|
|
|
5
|
-
var footer = createRuntimeFn({defaultClassName:'
|
|
5
|
+
var footer = createRuntimeFn({defaultClassName:'_19ss2rn',variantClassNames:{pinned:{false:'b6n2f7',true:'mbxq2i'}},defaultVariants:{},compoundVariants:[]});
|
|
6
6
|
|
|
7
7
|
export { footer };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
2
|
-
import './../assets/src/vanilla/Table/TableHeader.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
|
+
import './../assets/src/vanilla/Table/TableHeader.css.ts.vanilla-Cw0c6oOe.css';
|
|
3
3
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
4
4
|
|
|
5
|
-
var header = createRuntimeFn({defaultClassName:'
|
|
5
|
+
var header = createRuntimeFn({defaultClassName:'wwlysd',variantClassNames:{pinned:{false:'_1lvkmp4',true:'q9n9pe'}},defaultVariants:{},compoundVariants:[]});
|
|
6
6
|
|
|
7
7
|
export { header };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Table/TableHeader.css.ts.vanilla-
|
|
5
|
-
import './../assets/src/vanilla/Table/TableRow.css.ts.vanilla-
|
|
6
|
-
import './../assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Table/TableHeader.css.ts.vanilla-Cw0c6oOe.css';
|
|
5
|
+
import './../assets/src/vanilla/Table/TableRow.css.ts.vanilla-CYf8szuW.css';
|
|
6
|
+
import './../assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-BfKSHHmi.css';
|
|
7
7
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
8
8
|
|
|
9
|
-
var cell = createRuntimeFn({defaultClassName:'
|
|
10
|
-
var content = createRuntimeFn({defaultClassName:'
|
|
9
|
+
var cell = createRuntimeFn({defaultClassName:'_1nlwb7s tb6pzg _1myx4yj',variantClassNames:{pinned:{false:'_13seb6i',true:'z7zu93'}},defaultVariants:{},compoundVariants:[]});
|
|
10
|
+
var content = createRuntimeFn({defaultClassName:'f3q5l4 _1p50uq9 _17qzuu3 tpeuwm _1ws6k18 _1w5vd6m fiv6uw _1nlwb7s _164qu5w',variantClassNames:{size:{sm:'_1sycdmb',md:'damx4o',lg:'_17s9131'},bordered:{true:'reu3oo'}},defaultVariants:{},compoundVariants:[]});
|
|
11
11
|
|
|
12
12
|
export { cell, content };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Table/TableRow.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Table/TableRow.css.ts.vanilla-CYf8szuW.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var row = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var row = createRuntimeFn({defaultClassName:'ce0k1m f3q5l4 oel1et',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
8
8
|
|
|
9
9
|
export { row };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
2
|
-
import './../assets/src/vanilla/Text/Text.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
|
+
import './../assets/src/vanilla/Text/Text.css.ts.vanilla-BiV9qE3V.css';
|
|
3
3
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
4
4
|
|
|
5
|
-
var text = createRuntimeFn({defaultClassName:'
|
|
5
|
+
var text = createRuntimeFn({defaultClassName:'_4s8cyi',variantClassNames:{lineClamp:{'1':'q82p3d _1xj6lz7 _13df69z _20emv2','2':'_15l82hr _1xj6lz7 _13df69z _6bmame','3':'_62k8e2 _1xj6lz7 _13df69z _1ounke6','4':'_7vie3w _1xj6lz7 _13df69z vjz54j'},truncate:{true:'x1oq0p _1xj6lz7'}},defaultVariants:{},compoundVariants:[]});
|
|
6
6
|
|
|
7
7
|
export { text };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
2
2
|
import { createSlot } from '@radix-ui/react-slot';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
|
+
import { useSlotProps } from '../src/components/utils/Slots.js';
|
|
4
5
|
import { cn } from '../src/utils/cn.js';
|
|
5
6
|
import { Box } from '../Box/Box.js';
|
|
6
7
|
import '../src/sprinkles/sprinkles.js';
|
|
@@ -9,6 +10,7 @@ import { text } from './Text-css.js';
|
|
|
9
10
|
const Slot = createSlot("@orfium/ictinus/Text");
|
|
10
11
|
const Text = forwardRef(
|
|
11
12
|
({ asChild, children, className, lineClamp, truncate, ...props }, ref) => {
|
|
13
|
+
props = useSlotProps(props, "text");
|
|
12
14
|
const Comp = asChild ? Slot : "span";
|
|
13
15
|
return /* @__PURE__ */ jsx(
|
|
14
16
|
Box,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import './../assets/src/layers/layers.css.ts.vanilla-
|
|
1
|
+
import './../assets/src/layers/layers.css.ts.vanilla-CTlKhfMA.css';
|
|
2
2
|
import './../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
|
|
3
|
-
import './../assets/src/sprinkles/properties.css.ts.vanilla-
|
|
4
|
-
import './../assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-
|
|
3
|
+
import './../assets/src/sprinkles/properties.css.ts.vanilla-3RYehNf9.css';
|
|
4
|
+
import './../assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-CUpsaGQw.css';
|
|
5
5
|
import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
|
|
6
6
|
|
|
7
|
-
var arrow = createRuntimeFn({defaultClassName:'
|
|
8
|
-
var arrowInverse = createRuntimeFn({defaultClassName:'
|
|
9
|
-
var arrowInverseBorder = '
|
|
10
|
-
var tooltip = createRuntimeFn({defaultClassName:'
|
|
7
|
+
var arrow = createRuntimeFn({defaultClassName:'_199n1uh',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
8
|
+
var arrowInverse = createRuntimeFn({defaultClassName:'i1km4',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
|
|
9
|
+
var arrowInverseBorder = 'sq8ia5';
|
|
10
|
+
var tooltip = createRuntimeFn({defaultClassName:'_19cr823 _1ws6k18 upgoft l2po2z _1pavyy6 _1fnmkka',variantClassNames:{inverse:{true:'ipky22 ct8bjr _1dkxn6v _17amovl _11kbc7x _1du23ui _1nlwb7s ve5lef',false:'r3wplf _1wdy1k1'}},defaultVariants:{},compoundVariants:[]});
|
|
11
11
|
|
|
12
12
|
export { arrow, arrowInverse, arrowInverseBorder, tooltip };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@layer ictinus.mbegt7;
|
|
2
|
+
@layer ictinus.mbegt7 {
|
|
3
|
+
.ajlsw7 {
|
|
4
|
+
transition: opacity 150ms ease;
|
|
5
|
+
}
|
|
6
|
+
._56b7n3:not(:has(._56b7n3)):focus-within .ajlsw7, .ajlsw7:is(:checked, [data-state=open], :has(:checked, [data-state=open], [aria-expanded=true])) {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transition: none;
|
|
9
|
+
}
|
|
10
|
+
._1jor5ba {
|
|
11
|
+
opacity: 1;
|
|
12
|
+
}
|
|
13
|
+
._1rxgalt {
|
|
14
|
+
opacity: 0;
|
|
15
|
+
}
|
|
16
|
+
@media (hover: hover) {
|
|
17
|
+
._56b7n3:not(:has(._56b7n3)):hover .ajlsw7 {
|
|
18
|
+
opacity: 1;
|
|
19
|
+
transition: none;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@layer ictinus.mbegt7;
|
|
2
|
+
@layer ictinus.mbegt7 {
|
|
3
|
+
.qe752k[data-focus-visible] {
|
|
4
|
+
outline: var(--ictinus-border-width-3) solid var(--ictinus-color-border-color-interactive-focused);
|
|
5
|
+
}
|
|
6
|
+
.qe752k[data-react-aria-pressable] {
|
|
7
|
+
touch-action: pan-x pan-y pinch-zoom;
|
|
8
|
+
}
|
|
9
|
+
._1tmo5ye {
|
|
10
|
+
left: 50%;
|
|
11
|
+
top: 50%;
|
|
12
|
+
transform: translate(-50%,-50%);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
@property --_1b0sl99 {
|
|
2
|
+
syntax: "<color>";
|
|
3
|
+
inherits: false;
|
|
4
|
+
initial-value: transparent;
|
|
5
|
+
}
|
|
6
|
+
@layer ictinus.mbegt7;
|
|
7
|
+
@layer ictinus.mbegt7 {
|
|
8
|
+
._1rhnkel {
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
._1rhnkel[data-scroll-timeline]::after {
|
|
12
|
+
background-image: linear-gradient(to left, var(--ictinus-color-transparent-4), transparent);
|
|
13
|
+
right: var(--_1pcply4);
|
|
14
|
+
}
|
|
15
|
+
._1rhnkel[data-scroll-timeline]::before {
|
|
16
|
+
background-image: linear-gradient(to right, var(--ictinus-color-transparent-4), transparent);
|
|
17
|
+
left: var(--h6ofkt);
|
|
18
|
+
}
|
|
19
|
+
[data-theme="dark"] ._1rhnkel[data-scroll-timeline]::before {
|
|
20
|
+
background-image: linear-gradient(to right, var(--ictinus-color-transparent-6), transparent);
|
|
21
|
+
border-left: 1px solid var(--ictinus-color-border-color-decorative-default);
|
|
22
|
+
}
|
|
23
|
+
[data-theme="dark"] ._1rhnkel[data-scroll-timeline]::after {
|
|
24
|
+
background-image: linear-gradient(to right, var(--ictinus-color-transparent-6), transparent);
|
|
25
|
+
border-right: 1px solid var(--ictinus-color-border-color-decorative-default);
|
|
26
|
+
}
|
|
27
|
+
._1rhnkel[data-scroll-timeline]::before, ._1rhnkel[data-scroll-timeline]::after {
|
|
28
|
+
content: "";
|
|
29
|
+
display: block;
|
|
30
|
+
height: 100%;
|
|
31
|
+
opacity: 0;
|
|
32
|
+
pointer-events: none;
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: 0;
|
|
35
|
+
transition: 0.3s opacity;
|
|
36
|
+
width: 16px;
|
|
37
|
+
z-index: 1;
|
|
38
|
+
}
|
|
39
|
+
._1rhnkel[data-has-left-pinned][data-scroll-timeline]:not([data-scroll-timeline="left"])::before {
|
|
40
|
+
opacity: 1;
|
|
41
|
+
}
|
|
42
|
+
._1rhnkel[data-has-right-pinned][data-scroll-timeline]:not([data-scroll-timeline="right"])::after {
|
|
43
|
+
opacity: 1;
|
|
44
|
+
}
|
|
45
|
+
._1qz9lua {
|
|
46
|
+
width: calc(1px * var(--_4o861q));
|
|
47
|
+
background-image: linear-gradient(var(--_1b0sl99), var(--_1b0sl99));
|
|
48
|
+
transition: --_1b0sl99 150ms ease;
|
|
49
|
+
}
|
|
50
|
+
[data-selectable] .ce0k1m[data-selected] ._1qz9lua {
|
|
51
|
+
--_1b0sl99: var(--ictinus-color-palette-tertiary-contrast);
|
|
52
|
+
}
|
|
53
|
+
.aay4ky {
|
|
54
|
+
left: var(--_13v4qpj);
|
|
55
|
+
}
|
|
56
|
+
.p08z0k {
|
|
57
|
+
right: var(--_13v4qpj);
|
|
58
|
+
}
|
|
59
|
+
._1jh8v {
|
|
60
|
+
flex-grow: calc(var(--_4o861q) / var(--_1ubpymg));
|
|
61
|
+
}
|
|
62
|
+
.o4nki2 {
|
|
63
|
+
flex-grow: calc(var(--_4o861q) / var(--_1ubpymg));
|
|
64
|
+
}
|
|
65
|
+
@media (hover: hover) {
|
|
66
|
+
[data-selectable] .ce0k1m:hover ._1qz9lua {
|
|
67
|
+
--_1b0sl99: var(--ictinus-color-palette-tertiary-muted);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
@layer ictinus.
|
|
2
|
-
.
|
|
1
|
+
@layer ictinus.mbegt7;
|
|
2
|
+
._1e3za24 {
|
|
3
3
|
color: var(--ictinus-color-text-default-primary);
|
|
4
4
|
}
|
|
5
|
-
@layer ictinus.
|
|
6
|
-
.
|
|
5
|
+
@layer ictinus.mbegt7 {
|
|
6
|
+
.kzd0n1 {
|
|
7
7
|
color: var(--ictinus-color-text-default-secondary);
|
|
8
8
|
font-weight: var(--ictinus-weight-regular);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._10f4gv9 {
|
|
11
11
|
grid-area: 1 / 1 / 2 / 2;
|
|
12
12
|
transition: opacity;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.v2gbei {
|
|
15
15
|
opacity: 0;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.vhnqy7 {
|
|
18
18
|
opacity: 1;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._1l4ly00 {
|
|
21
21
|
border-left-width: 3px;
|
|
22
22
|
cursor: col-resize;
|
|
23
23
|
position: absolute;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
z-index: 15;
|
|
29
29
|
}
|
|
30
30
|
@media (hover: hover) {
|
|
31
|
-
.
|
|
31
|
+
._1myx4yj:hover .kzd0n1 {
|
|
32
32
|
color: var(--ictinus-color-text-default-primary);
|
|
33
33
|
font-weight: var(--ictinus-weight-medium);
|
|
34
34
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer ictinus, ictinus.theme, ictinus.reset, ictinus.mbegt7, ictinus.utilities;
|