@cfx-dev/ui-components 4.5.22 → 5.0.2
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/DropdownContent-BMfQCuaP.js +964 -0
- package/dist/Table.module-CMz5ENmI.js +17 -0
- package/dist/assets/all_css.css +1 -1
- package/dist/assets/css/Accordion.css +1 -1
- package/dist/assets/css/AccordionShowcase.css +1 -1
- package/dist/assets/css/Avatar.css +1 -1
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/Checkbox.css +1 -1
- package/dist/assets/css/ControlBox.css +1 -1
- package/dist/assets/css/CountryFlag.css +1 -1
- package/dist/assets/css/DataTable.css +1 -1
- package/dist/assets/css/Dot.css +1 -1
- package/dist/assets/css/DropdownContent.css +1 -1
- package/dist/assets/css/DropdownSelect.css +1 -1
- package/dist/assets/css/FlexShowcase.css +1 -1
- package/dist/assets/css/Flyout.css +1 -1
- package/dist/assets/css/FormField.css +1 -0
- package/dist/assets/css/Icon.css +1 -1
- package/dist/assets/css/IconButton.css +1 -1
- package/dist/assets/css/InfoPanel.css +1 -1
- package/dist/assets/css/Input.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/assets/css/Island.css +1 -1
- package/dist/assets/css/ItemPreview.css +1 -1
- package/dist/assets/css/Link.css +1 -1
- package/dist/assets/css/Loaf.css +1 -1
- package/dist/assets/css/Modal.css +1 -1
- package/dist/assets/css/NavList.css +1 -1
- package/dist/assets/css/Page.css +1 -1
- package/dist/assets/css/Popover.css +1 -1
- package/dist/assets/css/Prose.css +1 -1
- package/dist/assets/css/Radio.css +1 -1
- package/dist/assets/css/Range.css +1 -1
- package/dist/assets/css/RangeInput.css +1 -1
- package/dist/assets/css/RichInput.css +1 -1
- package/dist/assets/css/Select.css +1 -1
- package/dist/assets/css/Separator.css +1 -1
- package/dist/assets/css/Skeleton.css +1 -1
- package/dist/assets/css/Slider.css +1 -1
- package/dist/assets/css/StyledInput.css +1 -1
- package/dist/assets/css/StyledTextarea.css +1 -1
- package/dist/assets/css/Switch.css +1 -1
- package/dist/assets/css/Table.css +1 -1
- package/dist/assets/css/Tabular.css +1 -1
- package/dist/assets/css/Text.css +1 -1
- package/dist/assets/css/TextShowcase.css +1 -1
- package/dist/assets/css/Textarea.css +1 -1
- package/dist/assets/css/Title.css +1 -1
- package/dist/assets/css/ToggleGroup.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/cfxIcons-0xD_EEXT.js +110 -0
- package/dist/cfxIconsXLarge-D0vz6Yd_.js +110 -0
- package/dist/components/Accordion/Accordion.d.ts +0 -3
- package/dist/components/Accordion/Accordion.js +117 -121
- package/dist/components/Accordion/AccordionShowcase.js +22 -26
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.js +12 -12
- package/dist/components/Avatar/AvatarShowcase.js +4 -4
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Badge/Badge.js +7 -7
- package/dist/components/Badge/BadgeShowcase.js +20 -20
- package/dist/components/BurgerMenu/BurgerMenu.js +7 -7
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +8 -8
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +15 -15
- package/dist/components/Button/ButtonShowcase.js +80 -57
- package/dist/components/Checkbox/Checkbox.d.ts +4 -1
- package/dist/components/Checkbox/Checkbox.js +276 -191
- package/dist/components/Checkbox/CheckboxShowcase.js +170 -29
- package/dist/components/ControlBox/ControlBox.d.ts +1 -1
- package/dist/components/ControlBox/ControlBox.js +17 -17
- package/dist/components/DataTable/DataTableShowcase.js +5 -5
- package/dist/components/Dot/Dot.d.ts +1 -1
- package/dist/components/Dot/Dot.js +15 -15
- package/dist/components/DropdownContent/DropdownContent.d.ts +1 -5
- package/dist/components/DropdownContent/DropdownContent.js +2 -3
- package/dist/components/DropdownContent/index.d.ts +1 -1
- package/dist/components/DropdownContent/index.js +2 -3
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -2
- package/dist/components/DropdownMenu/DropdownMenu.js +17 -19
- package/dist/components/DropdownSelect/DropdownSelect.d.ts +0 -5
- package/dist/components/DropdownSelect/DropdownSelect.js +47 -55
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +10 -11
- package/dist/components/Flyout/Flyout.d.ts +1 -1
- package/dist/components/Flyout/Flyout.js +10 -10
- package/dist/components/FormField/FormField.d.ts +20 -0
- package/dist/components/FormField/FormField.js +68 -0
- package/dist/components/FormField/FormFieldShowcase.d.ts +5 -0
- package/dist/components/FormField/FormFieldShowcase.js +59 -0
- package/dist/components/FormField/index.d.ts +1 -0
- package/dist/components/FormField/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +6 -2
- package/dist/components/Icon/Icon.js +33 -32
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/Icons/Icons.types.d.ts +1 -3
- package/dist/components/Icons/IconsShowcase.js +224 -92
- package/dist/components/Icons/cfx-icons/Cart.js +17 -33
- package/dist/components/Icons/cfx-icons/Close.js +7 -8
- package/dist/components/Icons/cfx-icons/Controller.js +13 -20
- package/dist/components/Icons/cfx-icons/Copy.js +6 -7
- package/dist/components/Icons/cfx-icons/DownArrow.js +4 -5
- package/dist/components/Icons/cfx-icons/DownChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Download.js +6 -7
- package/dist/components/Icons/cfx-icons/Expand.js +1 -1
- package/dist/components/Icons/cfx-icons/ExternalLink.js +9 -10
- package/dist/components/Icons/cfx-icons/Filter.js +9 -9
- package/dist/components/Icons/cfx-icons/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Folder.js +24 -0
- package/dist/components/Icons/cfx-icons/Heart.js +9 -10
- package/dist/components/Icons/cfx-icons/HeartFilled.js +3 -4
- package/dist/components/Icons/cfx-icons/Help.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/LeftChevron.js +7 -8
- package/dist/components/Icons/cfx-icons/Map.js +14 -30
- package/dist/components/Icons/cfx-icons/Menu.js +17 -40
- package/dist/components/Icons/cfx-icons/Minus.js +2 -3
- package/dist/components/Icons/cfx-icons/More.js +4 -5
- package/dist/components/Icons/cfx-icons/MoreInfo.js +6 -7
- package/dist/components/Icons/cfx-icons/Pencil.js +3 -3
- package/dist/components/Icons/cfx-icons/Play.js +6 -6
- package/dist/components/Icons/cfx-icons/Plus.js +4 -5
- package/dist/components/Icons/cfx-icons/Radio.js +15 -25
- package/dist/components/Icons/cfx-icons/Refresh.js +10 -11
- package/dist/components/Icons/cfx-icons/RightArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/RightChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Search.js +9 -10
- package/dist/components/Icons/cfx-icons/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerList.js +24 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-icons/Sort.js +6 -7
- package/dist/components/Icons/cfx-icons/Square.js +8 -9
- package/dist/components/Icons/cfx-icons/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareFilled.js +23 -0
- package/dist/components/Icons/cfx-icons/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-icons/Stop.js +7 -8
- package/dist/components/Icons/cfx-icons/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Success.js +26 -0
- package/dist/components/Icons/cfx-icons/Tick.js +4 -5
- package/dist/components/Icons/cfx-icons/Transfer.js +7 -8
- package/dist/components/Icons/cfx-icons/Trash.js +6 -6
- package/dist/components/Icons/cfx-icons/Undo.js +5 -6
- package/dist/components/Icons/cfx-icons/UpArrow.js +9 -10
- package/dist/components/Icons/cfx-icons/UpChevron.js +4 -5
- package/dist/components/Icons/cfx-icons/Upload.js +7 -8
- package/dist/components/Icons/cfx-icons/UpvotesBurst.js +10 -10
- package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +10 -11
- package/dist/components/Icons/cfx-icons/User.js +13 -20
- package/dist/components/Icons/cfx-icons/Users.js +13 -32
- package/dist/components/Icons/cfx-icons/Verified.js +1 -1
- package/dist/components/Icons/cfx-icons/Visibility.js +8 -8
- package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
- package/dist/components/Icons/cfx-icons/Warning.js +9 -10
- package/dist/components/Icons/cfx-iconsXLarge/Cart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Cart.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Close.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Controller.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Copy.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Download.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Filter.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Folder.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Heart.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Help.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Map.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Menu.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Minus.d.ts +5 -0
- package/dist/components/Icons/{cfx-icons-big/Upload.js → cfx-iconsXLarge/Minus.js} +2 -3
- package/dist/components/Icons/cfx-iconsXLarge/More.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/More.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pencil.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Play.js +25 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Plus.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Radio.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RightChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Search.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Sort.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Square.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/SquareTick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Stop.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Success.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tick.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Transfer.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Trash.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Undo.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpArrow.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpChevron.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Upload.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/User.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Users.js +24 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Verified.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Visibility.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +23 -0
- package/dist/components/Icons/cfx-iconsXLarge/Warning.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +6 -1
- package/dist/components/Icons/cfxIcons.js +88 -78
- package/dist/components/Icons/cfxIconsXLarge.d.ts +52 -0
- package/dist/components/Icons/cfxIconsXLarge.js +106 -0
- package/dist/components/Icons/index.d.ts +2 -2
- package/dist/components/Icons/index.js +3 -3
- package/dist/components/InfoPanel/InfoPanel.d.ts +1 -1
- package/dist/components/InfoPanel/InfoPanel.js +10 -10
- package/dist/components/InfoPanel/InfoPanelShowcase.js +30 -30
- package/dist/components/Input/Input.d.ts +3 -3
- package/dist/components/Input/Input.js +94 -107
- package/dist/components/Input/Input.types.d.ts +1 -1
- package/dist/components/Input/InputShowcase.js +80 -64
- package/dist/components/Input/RichInput.js +48 -62
- package/dist/components/InputDropzone/InputDropzone.js +52 -43
- package/dist/components/InputDropzone/ItemPreview.js +23 -21
- package/dist/components/Layout/Pad/Pad.d.ts +2 -2
- package/dist/components/Layout/Pad/Pad.js +1 -1
- package/dist/components/Link/LinkShowcase.js +39 -39
- package/dist/components/Loaf/Loaf.d.ts +2 -2
- package/dist/components/Loaf/Loaf.js +15 -15
- package/dist/components/Modal/Modal.d.ts +3 -3
- package/dist/components/Modal/Modal.js +26 -26
- package/dist/components/Modal/ModalShowcase.js +13 -13
- package/dist/components/Pagination/Pagination.js +5 -5
- package/dist/components/RSC/Flex/Flex.d.ts +2 -2
- package/dist/components/RSC/Flex/Flex.js +17 -17
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.js +19 -19
- package/dist/components/Range/RangeShowcase.js +10 -10
- package/dist/components/Select/Select.d.ts +0 -3
- package/dist/components/Select/Select.js +372 -391
- package/dist/components/Select/SelectShowcase.js +20 -47
- package/dist/components/Separator/Separator.d.ts +1 -2
- package/dist/components/Separator/Separator.js +29 -42
- package/dist/components/Skeleton/SkeletonShowcase.js +12 -12
- package/dist/components/Slider/SliderShowcase.js +6 -6
- package/dist/components/StyledInput/StyledInput.d.ts +3 -3
- package/dist/components/StyledInput/StyledInput.js +16 -32
- package/dist/components/Switch/Switch.d.ts +6 -0
- package/dist/components/Switch/Switch.js +99 -85
- package/dist/components/Table/TableBody.js +1 -1
- package/dist/components/Table/TableCell.js +1 -1
- package/dist/components/Table/TableCellCheckbox.js +1 -1
- package/dist/components/Table/TableHeader.js +1 -1
- package/dist/components/Table/TableIconButton.js +1 -1
- package/dist/components/Table/TableRoot.js +1 -1
- package/dist/components/Table/TableRow.d.ts +1 -1
- package/dist/components/Table/TableRow.js +8 -8
- package/dist/components/TableResponsiveText/TableResponsiveText.js +4 -4
- package/dist/components/Tabular/TabularShowcase.js +22 -22
- package/dist/components/Text/BodyShowcase.js +261 -48
- package/dist/components/Text/HeadingShowcase.js +179 -24
- package/dist/components/Text/Text.d.ts +1 -0
- package/dist/components/Text/Text.js +62 -57
- package/dist/components/Text/Text.types.d.ts +6 -4
- package/dist/components/Text/TextShowcase.d.ts +15 -6
- package/dist/components/Text/TextShowcase.js +63 -38
- package/dist/components/Title/TitleShowcase.js +97 -17
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +22 -22
- package/dist/components/ToggleGroup/ToggleGroupShowcase.js +76 -40
- package/dist/main.d.ts +5 -6
- package/dist/main.js +87 -87
- package/dist/styles-scss/_ui.scss +94 -14
- package/dist/styles-scss/global.scss +17 -15
- package/dist/styles-scss/tokens.scss +158 -53
- package/dist/utils/ui/index.d.ts +2 -2
- package/dist/utils/ui/index.js +12 -10
- package/dist/utils/ui/ui.d.ts +7 -2
- package/dist/utils/ui/ui.js +64 -46
- package/dist/utils/ui/ui.types.d.ts +67 -22
- package/dist/utils/ui/ui.types.js +10 -7
- package/package.json +1 -1
- package/dist/DropdownContent-MvHlrWi6.js +0 -989
- package/dist/Table.module-DffST69u.js +0 -17
- package/dist/assets/css/IconBig.css +0 -1
- package/dist/cfxIcons-B4SQ4Ljd.js +0 -100
- package/dist/cfxIconsBig-BLJjMT-Y.js +0 -16
- package/dist/components/IconBig/IconBig.d.ts +0 -13
- package/dist/components/IconBig/IconBig.js +0 -78
- package/dist/components/IconBig/index.d.ts +0 -2
- package/dist/components/IconBig/index.js +0 -4
- package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +0 -5
- package/dist/components/Icons/cfx-icons/SquareCheck.js +0 -27
- package/dist/components/Icons/cfx-icons-big/Confirm.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Confirm.js +0 -39
- package/dist/components/Icons/cfx-icons-big/Like.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Like.js +0 -25
- package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +0 -5
- package/dist/components/Icons/cfx-icons-big/Subscriptions.js +0 -33
- package/dist/components/Icons/cfx-icons-big/Warning.js +0 -27
- package/dist/components/Icons/cfxIconsBig.d.ts +0 -5
- package/dist/components/Icons/cfxIconsBig.js +0 -12
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Upload.d.ts +0 -0
- /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Warning.d.ts +0 -0
|
@@ -4,7 +4,7 @@ import { stringPropFormater as c } from "../RSC/Box/Box.js";
|
|
|
4
4
|
import h from "../Flex/Flex.js";
|
|
5
5
|
import { clsx as y } from "../../utils/clsx.js";
|
|
6
6
|
import { ui as t } from "../../utils/ui/ui.js";
|
|
7
|
-
import { s } from "../../Table.module-
|
|
7
|
+
import { s } from "../../Table.module-CMz5ENmI.js";
|
|
8
8
|
function w(p) {
|
|
9
9
|
const {
|
|
10
10
|
onClick: l,
|
|
@@ -3,7 +3,7 @@ import m from "react";
|
|
|
3
3
|
import c from "../Checkbox/Checkbox.js";
|
|
4
4
|
import { clsx as i } from "../../utils/clsx.js";
|
|
5
5
|
import f from "./TableCell.js";
|
|
6
|
-
import { s as p } from "../../Table.module-
|
|
6
|
+
import { s as p } from "../../Table.module-CMz5ENmI.js";
|
|
7
7
|
function b(l) {
|
|
8
8
|
const {
|
|
9
9
|
checked: o = !1,
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import e from "../IconButton/IconButton.js";
|
|
4
4
|
import { clsx as r } from "../../utils/clsx.js";
|
|
5
|
-
import { s as t } from "../../Table.module-
|
|
5
|
+
import { s as t } from "../../Table.module-CMz5ENmI.js";
|
|
6
6
|
function l(o) {
|
|
7
7
|
const {
|
|
8
8
|
className: n,
|
|
@@ -2,7 +2,7 @@ import { default as React } from 'react';
|
|
|
2
2
|
import { ColorType } from '../../utils/ui';
|
|
3
3
|
|
|
4
4
|
export interface TableRowProps extends React.PropsWithChildren {
|
|
5
|
-
size?: 'small' | '
|
|
5
|
+
size?: 'small' | 'medium' | 'large';
|
|
6
6
|
selected?: boolean;
|
|
7
7
|
color?: ColorType;
|
|
8
8
|
onClick?: (event: React.MouseEvent<HTMLTableRowElement>) => void;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { clsx as d } from "../../utils/clsx.js";
|
|
3
3
|
import { getColor as r } from "../../utils/color.js";
|
|
4
|
-
import { s as o } from "../../Table.module-
|
|
5
|
-
function
|
|
4
|
+
import { s as o } from "../../Table.module-CMz5ENmI.js";
|
|
5
|
+
function x(l) {
|
|
6
6
|
const {
|
|
7
|
-
size: s = "
|
|
7
|
+
size: s = "medium",
|
|
8
8
|
selected: a,
|
|
9
9
|
color: t,
|
|
10
10
|
onClick: c,
|
|
11
11
|
className: i,
|
|
12
|
-
children:
|
|
13
|
-
ref:
|
|
12
|
+
children: m,
|
|
13
|
+
ref: n
|
|
14
14
|
} = l, b = t ? 0.2 : 0, e = t || "secondary";
|
|
15
15
|
return /* @__PURE__ */ p(
|
|
16
16
|
"tr",
|
|
17
17
|
{
|
|
18
18
|
tabIndex: -1,
|
|
19
19
|
role: "row",
|
|
20
|
-
ref:
|
|
20
|
+
ref: n,
|
|
21
21
|
onClick: c,
|
|
22
22
|
className: d(o.tableRow, o[s], i, {
|
|
23
23
|
[o.interactive]: !!c,
|
|
@@ -37,10 +37,10 @@ function u(l) {
|
|
|
37
37
|
opacity: 0.4
|
|
38
38
|
})
|
|
39
39
|
},
|
|
40
|
-
children:
|
|
40
|
+
children: m
|
|
41
41
|
}
|
|
42
42
|
);
|
|
43
43
|
}
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
x as default
|
|
46
46
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import n from "react";
|
|
3
3
|
import l from "../Flex/Flex.js";
|
|
4
4
|
import { clsx as m } from "../../utils/clsx.js";
|
|
5
5
|
import { Text as c } from "../Text/Text.js";
|
|
@@ -13,11 +13,11 @@ function f(e) {
|
|
|
13
13
|
const {
|
|
14
14
|
title: r,
|
|
15
15
|
children: s,
|
|
16
|
-
rootClassName:
|
|
16
|
+
rootClassName: i
|
|
17
17
|
} = e;
|
|
18
|
-
return /* @__PURE__ */ t(a, { title: r ?? s, children: /* @__PURE__ */ t(l, { gap: "
|
|
18
|
+
return /* @__PURE__ */ t(a, { title: r ?? s, children: /* @__PURE__ */ t(l, { gap: "medium", centered: !0, className: m(o.root, i), children: /* @__PURE__ */ t(c, { truncated: !0, ...e, className: o.text }) }) });
|
|
19
19
|
}
|
|
20
|
-
const C =
|
|
20
|
+
const C = n.memo(f);
|
|
21
21
|
export {
|
|
22
22
|
C as default
|
|
23
23
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import d from "react";
|
|
3
3
|
import i from "../Flex/Flex.js";
|
|
4
|
-
import { Text as
|
|
4
|
+
import { Text as r } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
6
|
-
import { Tabular as
|
|
6
|
+
import { Tabular as l } from "./Tabular.js";
|
|
7
7
|
const c = [
|
|
8
8
|
{
|
|
9
9
|
id: "item1",
|
|
@@ -33,59 +33,59 @@ const c = [
|
|
|
33
33
|
disabled: !0
|
|
34
34
|
}
|
|
35
35
|
];
|
|
36
|
-
function
|
|
37
|
-
const [a,
|
|
36
|
+
function o() {
|
|
37
|
+
const [a, m] = d.useState("item1");
|
|
38
38
|
return /* @__PURE__ */ t(i, { gap: "large", vertical: !0, children: [
|
|
39
|
-
/* @__PURE__ */ t(i, { gap: "
|
|
40
|
-
/* @__PURE__ */ e(
|
|
39
|
+
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
40
|
+
/* @__PURE__ */ e(r, { children: "Default" }),
|
|
41
41
|
/* @__PURE__ */ e(
|
|
42
|
-
|
|
42
|
+
l,
|
|
43
43
|
{
|
|
44
44
|
items: c,
|
|
45
45
|
activeItem: a,
|
|
46
|
-
onActivate:
|
|
46
|
+
onActivate: m
|
|
47
47
|
}
|
|
48
48
|
)
|
|
49
49
|
] }),
|
|
50
|
-
/* @__PURE__ */ t(i, { gap: "
|
|
51
|
-
/* @__PURE__ */ e(
|
|
50
|
+
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
51
|
+
/* @__PURE__ */ e(r, { children: "Size small" }),
|
|
52
52
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
53
|
-
|
|
53
|
+
l,
|
|
54
54
|
{
|
|
55
55
|
size: "small",
|
|
56
56
|
items: c,
|
|
57
57
|
activeItem: a,
|
|
58
|
-
onActivate:
|
|
58
|
+
onActivate: m
|
|
59
59
|
}
|
|
60
60
|
) })
|
|
61
61
|
] }),
|
|
62
|
-
/* @__PURE__ */ t(i, { gap: "
|
|
63
|
-
/* @__PURE__ */ e(
|
|
62
|
+
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
63
|
+
/* @__PURE__ */ e(r, { children: "Size medium" }),
|
|
64
64
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
65
|
-
|
|
65
|
+
l,
|
|
66
66
|
{
|
|
67
67
|
size: "medium",
|
|
68
68
|
items: c,
|
|
69
69
|
activeItem: a,
|
|
70
|
-
onActivate:
|
|
70
|
+
onActivate: m
|
|
71
71
|
}
|
|
72
72
|
) })
|
|
73
73
|
] }),
|
|
74
|
-
/* @__PURE__ */ t(i, { gap: "
|
|
75
|
-
/* @__PURE__ */ e(
|
|
74
|
+
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
75
|
+
/* @__PURE__ */ e(r, { children: "Size large" }),
|
|
76
76
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
77
|
-
|
|
77
|
+
l,
|
|
78
78
|
{
|
|
79
79
|
size: "large",
|
|
80
80
|
items: c,
|
|
81
81
|
activeItem: a,
|
|
82
|
-
onActivate:
|
|
82
|
+
onActivate: m
|
|
83
83
|
}
|
|
84
84
|
) })
|
|
85
85
|
] })
|
|
86
86
|
] });
|
|
87
87
|
}
|
|
88
|
-
const I =
|
|
88
|
+
const I = d.memo(o);
|
|
89
89
|
export {
|
|
90
90
|
I as default
|
|
91
91
|
};
|
|
@@ -1,133 +1,346 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
2
|
+
import p from "react";
|
|
3
|
+
import s from "./TextShowcase.js";
|
|
4
|
+
const i = [
|
|
5
5
|
{
|
|
6
6
|
textProps: {
|
|
7
|
-
size: "
|
|
7
|
+
size: "small",
|
|
8
8
|
as: "p"
|
|
9
9
|
},
|
|
10
|
-
title: "
|
|
10
|
+
title: "Paragraph",
|
|
11
11
|
descriptions: [
|
|
12
12
|
"Helvetica Now Text Regular",
|
|
13
|
-
"20px",
|
|
14
|
-
"150% Line Height",
|
|
15
13
|
"-2.5% Letter Spacing"
|
|
16
|
-
]
|
|
14
|
+
],
|
|
15
|
+
responsiveInfo: {
|
|
16
|
+
mobile: {
|
|
17
|
+
size: "gs(160), 16px",
|
|
18
|
+
lineHeight: "150%",
|
|
19
|
+
paragraph: "gs(150), 15px"
|
|
20
|
+
},
|
|
21
|
+
tablet: {
|
|
22
|
+
size: "gs(160), 16px",
|
|
23
|
+
lineHeight: "150%",
|
|
24
|
+
paragraph: "gs(150), 15px"
|
|
25
|
+
},
|
|
26
|
+
desktop: {
|
|
27
|
+
size: "gs(180), 18px",
|
|
28
|
+
lineHeight: "150%",
|
|
29
|
+
paragraph: "gs(160), 16px"
|
|
30
|
+
},
|
|
31
|
+
ldesktop: {
|
|
32
|
+
size: "gs(180), 18px",
|
|
33
|
+
lineHeight: "150%",
|
|
34
|
+
paragraph: "gs(160), 16px"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
17
37
|
},
|
|
18
38
|
{
|
|
19
39
|
textProps: {
|
|
20
|
-
size: "
|
|
40
|
+
size: "small",
|
|
21
41
|
weight: "bold",
|
|
22
42
|
as: "p"
|
|
23
43
|
},
|
|
24
|
-
title: "
|
|
44
|
+
title: "Paragraph Bold",
|
|
25
45
|
descriptions: [
|
|
26
46
|
"Helvetica Now Text Bold",
|
|
27
|
-
"20px",
|
|
28
|
-
"150% Line Height",
|
|
29
47
|
"-2.5% Letter Spacing"
|
|
30
|
-
]
|
|
48
|
+
],
|
|
49
|
+
responsiveInfo: {
|
|
50
|
+
mobile: {
|
|
51
|
+
size: "gs(160), 16px",
|
|
52
|
+
lineHeight: "150%",
|
|
53
|
+
paragraph: "gs(150), 15px"
|
|
54
|
+
},
|
|
55
|
+
tablet: {
|
|
56
|
+
size: "gs(160), 16px",
|
|
57
|
+
lineHeight: "150%",
|
|
58
|
+
paragraph: "gs(150), 15px"
|
|
59
|
+
},
|
|
60
|
+
desktop: {
|
|
61
|
+
size: "gs(180), 18px",
|
|
62
|
+
lineHeight: "150%",
|
|
63
|
+
paragraph: "gs(160), 16px"
|
|
64
|
+
},
|
|
65
|
+
ldesktop: {
|
|
66
|
+
size: "gs(180), 18px",
|
|
67
|
+
lineHeight: "150%",
|
|
68
|
+
paragraph: "gs(160), 16px"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
31
71
|
},
|
|
32
72
|
{
|
|
33
73
|
textProps: {
|
|
34
|
-
size: "
|
|
74
|
+
size: "small",
|
|
35
75
|
weight: "bold",
|
|
36
76
|
underlined: !0,
|
|
37
77
|
as: "p"
|
|
38
78
|
},
|
|
39
|
-
title: "
|
|
79
|
+
title: "Paragraph Hyperlink",
|
|
40
80
|
descriptions: [
|
|
41
81
|
"Helvetica Now Text Bold",
|
|
42
|
-
"20px Underlined",
|
|
43
|
-
"150% Line Height",
|
|
44
82
|
"-2.5% Letter Spacing"
|
|
45
|
-
]
|
|
83
|
+
],
|
|
84
|
+
responsiveInfo: {
|
|
85
|
+
mobile: {
|
|
86
|
+
size: "gs(160), 16px",
|
|
87
|
+
lineHeight: "150%",
|
|
88
|
+
paragraph: "gs(150), 15px"
|
|
89
|
+
},
|
|
90
|
+
tablet: {
|
|
91
|
+
size: "gs(160), 16px",
|
|
92
|
+
lineHeight: "150%",
|
|
93
|
+
paragraph: "gs(150), 15px"
|
|
94
|
+
},
|
|
95
|
+
desktop: {
|
|
96
|
+
size: "gs(180), 18px",
|
|
97
|
+
lineHeight: "150%",
|
|
98
|
+
paragraph: "gs(160), 16px"
|
|
99
|
+
},
|
|
100
|
+
ldesktop: {
|
|
101
|
+
size: "gs(180), 18px",
|
|
102
|
+
lineHeight: "150%",
|
|
103
|
+
paragraph: "gs(160), 16px"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
46
106
|
},
|
|
47
107
|
{
|
|
48
108
|
textProps: {
|
|
49
109
|
size: "xsmall"
|
|
50
110
|
},
|
|
51
|
-
title: "
|
|
111
|
+
title: "Caption",
|
|
52
112
|
descriptions: [
|
|
53
113
|
"Helvetica Now Text Regular",
|
|
54
|
-
"18px",
|
|
55
|
-
"150% Line Height",
|
|
56
114
|
"-2.5% Letter Spacing"
|
|
57
|
-
]
|
|
115
|
+
],
|
|
116
|
+
responsiveInfo: {
|
|
117
|
+
mobile: {
|
|
118
|
+
size: "gs(140), 14px",
|
|
119
|
+
lineHeight: "150%",
|
|
120
|
+
paragraph: "gs(110), 10px"
|
|
121
|
+
},
|
|
122
|
+
tablet: {
|
|
123
|
+
size: "gs(140), 14px",
|
|
124
|
+
lineHeight: "150%",
|
|
125
|
+
paragraph: "gs(110), 10px"
|
|
126
|
+
},
|
|
127
|
+
desktop: {
|
|
128
|
+
size: "gs(160), 16px",
|
|
129
|
+
lineHeight: "150%",
|
|
130
|
+
paragraph: "gs(120), 12px"
|
|
131
|
+
},
|
|
132
|
+
ldesktop: {
|
|
133
|
+
size: "gs(160), 16px",
|
|
134
|
+
lineHeight: "150%",
|
|
135
|
+
paragraph: "gs(120), 12px"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
58
138
|
},
|
|
59
139
|
{
|
|
60
140
|
textProps: {
|
|
61
141
|
size: "xsmall",
|
|
62
142
|
weight: "bold"
|
|
63
143
|
},
|
|
64
|
-
title: "
|
|
144
|
+
title: "Caption Bold",
|
|
65
145
|
descriptions: [
|
|
66
146
|
"Helvetica Now Text Bold",
|
|
67
|
-
"18px",
|
|
68
|
-
"150% Line Height",
|
|
69
147
|
"-2.5% Letter Spacing"
|
|
70
|
-
]
|
|
148
|
+
],
|
|
149
|
+
responsiveInfo: {
|
|
150
|
+
mobile: {
|
|
151
|
+
size: "gs(140), 14px",
|
|
152
|
+
lineHeight: "150%",
|
|
153
|
+
paragraph: "gs(110), 10px"
|
|
154
|
+
},
|
|
155
|
+
tablet: {
|
|
156
|
+
size: "gs(140), 14px",
|
|
157
|
+
lineHeight: "150%",
|
|
158
|
+
paragraph: "gs(110), 10px"
|
|
159
|
+
},
|
|
160
|
+
desktop: {
|
|
161
|
+
size: "gs(160), 16px",
|
|
162
|
+
lineHeight: "150%",
|
|
163
|
+
paragraph: "gs(120), 12px"
|
|
164
|
+
},
|
|
165
|
+
ldesktop: {
|
|
166
|
+
size: "gs(160), 16px",
|
|
167
|
+
lineHeight: "150%",
|
|
168
|
+
paragraph: "gs(120), 12px"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
71
171
|
},
|
|
72
172
|
{
|
|
73
173
|
textProps: {
|
|
74
174
|
size: "xxsmall"
|
|
75
175
|
},
|
|
76
|
-
title: "
|
|
176
|
+
title: "Metadata",
|
|
77
177
|
descriptions: [
|
|
78
178
|
"Helvetica Now Text Regular",
|
|
79
|
-
"15px",
|
|
80
|
-
"150% Line Height",
|
|
81
179
|
"-2.5% Letter Spacing"
|
|
82
|
-
]
|
|
180
|
+
],
|
|
181
|
+
responsiveInfo: {
|
|
182
|
+
mobile: {
|
|
183
|
+
size: "gs(120), 12px",
|
|
184
|
+
lineHeight: "150%",
|
|
185
|
+
paragraph: "gs(110), 10px"
|
|
186
|
+
},
|
|
187
|
+
tablet: {
|
|
188
|
+
size: "gs(120), 12px",
|
|
189
|
+
lineHeight: "150%",
|
|
190
|
+
paragraph: "gs(110), 10px"
|
|
191
|
+
},
|
|
192
|
+
desktop: {
|
|
193
|
+
size: "gs(120), 12px",
|
|
194
|
+
lineHeight: "150%",
|
|
195
|
+
paragraph: "gs(110), 10px"
|
|
196
|
+
},
|
|
197
|
+
ldesktop: {
|
|
198
|
+
size: "gs(120), 12px",
|
|
199
|
+
lineHeight: "150%",
|
|
200
|
+
paragraph: "gs(110), 10px"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
83
203
|
},
|
|
84
204
|
{
|
|
85
205
|
textProps: {
|
|
86
206
|
size: "xxsmall",
|
|
87
207
|
weight: "bold"
|
|
88
208
|
},
|
|
89
|
-
title: "
|
|
209
|
+
title: "Metadata Bold",
|
|
90
210
|
descriptions: [
|
|
91
211
|
"Helvetica Now Text Bold",
|
|
92
|
-
"15px",
|
|
93
|
-
"150% Line Height",
|
|
94
212
|
"-2.5% Letter Spacing"
|
|
95
|
-
]
|
|
213
|
+
],
|
|
214
|
+
responsiveInfo: {
|
|
215
|
+
mobile: {
|
|
216
|
+
size: "gs(120), 12px",
|
|
217
|
+
lineHeight: "150%",
|
|
218
|
+
paragraph: "gs(110), 10px"
|
|
219
|
+
},
|
|
220
|
+
tablet: {
|
|
221
|
+
size: "gs(120), 12px",
|
|
222
|
+
lineHeight: "150%",
|
|
223
|
+
paragraph: "gs(110), 10px"
|
|
224
|
+
},
|
|
225
|
+
desktop: {
|
|
226
|
+
size: "gs(120), 12px",
|
|
227
|
+
lineHeight: "150%",
|
|
228
|
+
paragraph: "gs(110), 10px"
|
|
229
|
+
},
|
|
230
|
+
ldesktop: {
|
|
231
|
+
size: "gs(120), 12px",
|
|
232
|
+
lineHeight: "150%",
|
|
233
|
+
paragraph: "gs(110), 10px"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
96
236
|
},
|
|
97
237
|
{
|
|
98
238
|
textProps: {
|
|
99
239
|
size: "xxsmall",
|
|
100
240
|
uppercase: !0,
|
|
101
|
-
letterSpacing: "
|
|
241
|
+
letterSpacing: "xlarge"
|
|
102
242
|
},
|
|
103
243
|
title: "All Caps",
|
|
104
244
|
descriptions: [
|
|
105
245
|
"Helvetica Now Text Regular",
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
246
|
+
"1px Letter Spacing"
|
|
247
|
+
],
|
|
248
|
+
responsiveInfo: {
|
|
249
|
+
mobile: {
|
|
250
|
+
size: "gs(120), 12px",
|
|
251
|
+
lineHeight: "150%",
|
|
252
|
+
paragraph: "gs(110), 10px"
|
|
253
|
+
},
|
|
254
|
+
tablet: {
|
|
255
|
+
size: "gs(120), 12px",
|
|
256
|
+
lineHeight: "150%",
|
|
257
|
+
paragraph: "gs(110), 10px"
|
|
258
|
+
},
|
|
259
|
+
desktop: {
|
|
260
|
+
size: "gs(120), 12px",
|
|
261
|
+
lineHeight: "150%",
|
|
262
|
+
paragraph: "gs(110), 10px"
|
|
263
|
+
},
|
|
264
|
+
ldesktop: {
|
|
265
|
+
size: "gs(120), 12px",
|
|
266
|
+
lineHeight: "150%",
|
|
267
|
+
paragraph: "gs(110), 10px"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
110
270
|
},
|
|
111
271
|
{
|
|
112
272
|
textProps: {
|
|
113
273
|
size: "xxsmall",
|
|
114
274
|
weight: "bold",
|
|
115
275
|
uppercase: !0,
|
|
276
|
+
letterSpacing: "xlarge"
|
|
277
|
+
},
|
|
278
|
+
title: "All Caps Bold",
|
|
279
|
+
descriptions: [
|
|
280
|
+
"Helvetica Now Text Bold",
|
|
281
|
+
"1px Letter Spacing"
|
|
282
|
+
],
|
|
283
|
+
responsiveInfo: {
|
|
284
|
+
mobile: {
|
|
285
|
+
size: "gs(120), 12px",
|
|
286
|
+
lineHeight: "150%",
|
|
287
|
+
paragraph: "gs(110), 10px"
|
|
288
|
+
},
|
|
289
|
+
tablet: {
|
|
290
|
+
size: "gs(120), 12px",
|
|
291
|
+
lineHeight: "150%",
|
|
292
|
+
paragraph: "gs(110), 10px"
|
|
293
|
+
},
|
|
294
|
+
desktop: {
|
|
295
|
+
size: "gs(120), 12px",
|
|
296
|
+
lineHeight: "150%",
|
|
297
|
+
paragraph: "gs(110), 10px"
|
|
298
|
+
},
|
|
299
|
+
ldesktop: {
|
|
300
|
+
size: "gs(120), 12px",
|
|
301
|
+
lineHeight: "150%",
|
|
302
|
+
paragraph: "gs(110), 10px"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
textProps: {
|
|
308
|
+
size: "xxxsmall",
|
|
116
309
|
letterSpacing: "large"
|
|
117
310
|
},
|
|
118
|
-
title: "
|
|
311
|
+
title: "Tooltip",
|
|
119
312
|
descriptions: [
|
|
120
313
|
"Helvetica Now Text Bold",
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
314
|
+
"0px Letter Spacing"
|
|
315
|
+
],
|
|
316
|
+
responsiveInfo: {
|
|
317
|
+
mobile: {
|
|
318
|
+
size: "gs(110), 10px",
|
|
319
|
+
lineHeight: "130%",
|
|
320
|
+
paragraph: "gs(100), 8px"
|
|
321
|
+
},
|
|
322
|
+
tablet: {
|
|
323
|
+
size: "gs(110), 10px",
|
|
324
|
+
lineHeight: "130%",
|
|
325
|
+
paragraph: "gs(100), 8px"
|
|
326
|
+
},
|
|
327
|
+
desktop: {
|
|
328
|
+
size: "gs(110), 10px",
|
|
329
|
+
lineHeight: "130%",
|
|
330
|
+
paragraph: "gs(100), 8px"
|
|
331
|
+
},
|
|
332
|
+
ldesktop: {
|
|
333
|
+
size: "gs(110), 10px",
|
|
334
|
+
lineHeight: "130%",
|
|
335
|
+
paragraph: "gs(100), 8px"
|
|
336
|
+
}
|
|
337
|
+
}
|
|
125
338
|
}
|
|
126
339
|
];
|
|
127
|
-
function
|
|
128
|
-
return /* @__PURE__ */ e(
|
|
340
|
+
function t() {
|
|
341
|
+
return /* @__PURE__ */ e(s, { items: i });
|
|
129
342
|
}
|
|
130
|
-
const
|
|
343
|
+
const l = p.memo(t);
|
|
131
344
|
export {
|
|
132
|
-
|
|
345
|
+
l as default
|
|
133
346
|
};
|