@bitrise/bitkit 9.3.0-alpha.4 → 9.4.0
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/.browserslistrc +1 -0
- package/.eslint-tsconfig.json +7 -0
- package/.eslintrc.js +20 -0
- package/CHANGELOG.md +7 -18
- package/bitrise.yml +4 -0
- package/jest.setup.js +7 -2
- package/lib/cjs/AddonBeam/AddonBeam.css +3 -6
- package/lib/cjs/AddonBeam/AddonBeam.d.ts.map +1 -1
- package/lib/cjs/AddonBeam/AddonBeam.js +3 -2
- package/lib/cjs/AddonBeam/AddonBeam.js.map +1 -1
- package/lib/cjs/AddonBeam/AddonBeamLink.d.ts +1 -0
- package/lib/cjs/AddonBeam/AddonBeamLink.d.ts.map +1 -1
- package/lib/cjs/AddonBeam/AddonBeamLink.js.map +1 -1
- package/lib/cjs/AddonFooter/AddonFooter.js.map +1 -1
- package/lib/cjs/AppLayout/AppLayout.css +2 -5
- package/lib/cjs/AppLayout/AppLayout.d.ts.map +1 -1
- package/lib/cjs/AppLayout/AppLayout.js +1 -1
- package/lib/cjs/AppLayout/AppLayout.js.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutBody.d.ts +1 -2
- package/lib/cjs/AppLayout/AppLayoutBody.d.ts.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutBody.js +1 -1
- package/lib/cjs/AppLayout/AppLayoutBody.js.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutHeader.d.ts +1 -2
- package/lib/cjs/AppLayout/AppLayoutHeader.d.ts.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutHeader.js +1 -1
- package/lib/cjs/AppLayout/AppLayoutHeader.js.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutMain.d.ts +1 -2
- package/lib/cjs/AppLayout/AppLayoutMain.d.ts.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutMain.js +1 -1
- package/lib/cjs/AppLayout/AppLayoutMain.js.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutSidebar.d.ts +1 -2
- package/lib/cjs/AppLayout/AppLayoutSidebar.d.ts.map +1 -1
- package/lib/cjs/AppLayout/AppLayoutSidebar.js +1 -1
- package/lib/cjs/AppLayout/AppLayoutSidebar.js.map +1 -1
- package/lib/cjs/Appear/Appear.css +13 -29
- package/lib/cjs/Appear/Appear.d.ts.map +1 -1
- package/lib/cjs/Appear/Appear.js +3 -3
- package/lib/cjs/Appear/Appear.js.map +1 -1
- package/lib/cjs/Avatar/Avatar.d.ts.map +1 -1
- package/lib/cjs/Avatar/Avatar.js.map +1 -1
- package/lib/cjs/Badge/Badge.d.ts.map +1 -1
- package/lib/cjs/Badge/Badge.js +1 -1
- package/lib/cjs/Badge/Badge.js.map +1 -1
- package/lib/cjs/Base/Base.css +207 -208
- package/lib/cjs/Base/Base.d.ts.map +1 -1
- package/lib/cjs/Base/Base.js +2 -2
- package/lib/cjs/Base/Base.js.map +1 -1
- package/lib/cjs/Bounds/Bounds.js.map +1 -1
- package/lib/cjs/Button/Button.css +32 -45
- package/lib/cjs/Button/Button.d.ts.map +1 -1
- package/lib/cjs/Button/Button.js.map +1 -1
- package/lib/cjs/Button/Button.test.js.map +1 -1
- package/lib/cjs/Button/Buttons.d.ts +1 -0
- package/lib/cjs/Button/Buttons.d.ts.map +1 -1
- package/lib/cjs/Button/Buttons.js.map +1 -1
- package/lib/cjs/Button/Buttons.test.js.map +1 -1
- package/lib/cjs/Button/ColorButton.css +26 -29
- package/lib/cjs/Button/ColorButton.d.ts.map +1 -1
- package/lib/cjs/Button/ColorButton.js +1 -1
- package/lib/cjs/Button/ColorButton.js.map +1 -1
- package/lib/cjs/Button/ColorButton.test.js.map +1 -1
- package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.d.ts +2 -3
- package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.d.ts.map +1 -1
- package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.js +4 -6
- package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -1
- package/lib/cjs/Card/Card.css +3 -3
- package/lib/cjs/Card/Card.d.ts.map +1 -1
- package/lib/cjs/Card/Card.js.map +1 -1
- package/lib/cjs/Card/CardButton.d.ts +1 -2
- package/lib/cjs/Card/CardButton.d.ts.map +1 -1
- package/lib/cjs/Card/CardButton.js +1 -1
- package/lib/cjs/Card/CardButton.js.map +1 -1
- package/lib/cjs/Card/CardContent.d.ts +1 -2
- package/lib/cjs/Card/CardContent.d.ts.map +1 -1
- package/lib/cjs/Card/CardContent.js +1 -1
- package/lib/cjs/Card/CardContent.js.map +1 -1
- package/lib/cjs/Card/CardDivider.d.ts +1 -2
- package/lib/cjs/Card/CardDivider.d.ts.map +1 -1
- package/lib/cjs/Card/CardDivider.js +1 -1
- package/lib/cjs/Card/CardDivider.js.map +1 -1
- package/lib/cjs/Checkbox/Checkbox.css +11 -18
- package/lib/cjs/Checkbox/Checkbox.d.ts +1 -2
- package/lib/cjs/Checkbox/Checkbox.d.ts.map +1 -1
- package/lib/cjs/Checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/DatePicker/DatePicker.css +14 -25
- package/lib/cjs/DatePicker/DatePicker.d.ts.map +1 -1
- package/lib/cjs/DatePicker/DatePicker.js +2 -1
- package/lib/cjs/DatePicker/DatePicker.js.map +1 -1
- package/lib/cjs/DatePicker/DatePickerDay.d.ts.map +1 -1
- package/lib/cjs/DatePicker/DatePickerDay.js +8 -3
- package/lib/cjs/DatePicker/DatePickerDay.js.map +1 -1
- package/lib/cjs/DatePicker/DatePickerGrid.d.ts +1 -2
- package/lib/cjs/DatePicker/DatePickerGrid.d.ts.map +1 -1
- package/lib/cjs/DatePicker/DatePickerGrid.js +1 -1
- package/lib/cjs/DatePicker/DatePickerGrid.js.map +1 -1
- package/lib/cjs/DatePicker/DatePickerMonth.d.ts.map +1 -1
- package/lib/cjs/DatePicker/DatePickerMonth.js +5 -3
- package/lib/cjs/DatePicker/DatePickerMonth.js.map +1 -1
- package/lib/cjs/Divider/Divider.css +1 -2
- package/lib/cjs/Divider/Divider.d.ts.map +1 -1
- package/lib/cjs/Divider/Divider.js +1 -1
- package/lib/cjs/Divider/Divider.js.map +1 -1
- package/lib/cjs/Dot/Dot.d.ts.map +1 -1
- package/lib/cjs/Dot/Dot.js +1 -1
- package/lib/cjs/Dot/Dot.js.map +1 -1
- package/lib/cjs/Dropdown/Dropdown.d.ts.map +1 -1
- package/lib/cjs/Dropdown/Dropdown.js +10 -8
- package/lib/cjs/Dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/Dropdown/DropdownButton.d.ts +1 -2
- package/lib/cjs/Dropdown/DropdownButton.d.ts.map +1 -1
- package/lib/cjs/Dropdown/DropdownButton.js.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenu.css +8 -17
- package/lib/cjs/Dropdown/DropdownMenu.d.ts.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenuItem.d.ts.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenuItem.js +3 -3
- package/lib/cjs/Dropdown/DropdownMenuItem.js.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenuItemGroup.d.ts.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenuItemGroup.js.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenus.d.ts +1 -2
- package/lib/cjs/Dropdown/DropdownMenus.d.ts.map +1 -1
- package/lib/cjs/Dropdown/DropdownMenus.js +1 -1
- package/lib/cjs/Dropdown/DropdownMenus.js.map +1 -1
- package/lib/cjs/Expand/Expand.css +2 -7
- package/lib/cjs/Expand/Expand.d.ts.map +1 -1
- package/lib/cjs/Expand/Expand.js +3 -3
- package/lib/cjs/Expand/Expand.js.map +1 -1
- package/lib/cjs/Expand/Expand.test.js.map +1 -1
- package/lib/cjs/ExternalLink/ExternalLink.d.ts +1 -2
- package/lib/cjs/ExternalLink/ExternalLink.d.ts.map +1 -1
- package/lib/cjs/ExternalLink/ExternalLink.js.map +1 -1
- package/lib/cjs/Flex/Flex.css +42 -47
- package/lib/cjs/Flex/Flex.d.ts.map +1 -1
- package/lib/cjs/Flex/Flex.js +1 -1
- package/lib/cjs/Flex/Flex.js.map +1 -1
- package/lib/cjs/Grid/Grid.css +3 -3
- package/lib/cjs/Grid/Grid.d.ts.map +1 -1
- package/lib/cjs/Grid/Grid.js +1 -1
- package/lib/cjs/Grid/Grid.js.map +1 -1
- package/lib/cjs/Grid/Grid.test.js.map +1 -1
- package/lib/cjs/Hamburger/Hamburger.css +9 -22
- package/lib/cjs/Hamburger/Hamburger.d.ts.map +1 -1
- package/lib/cjs/Hamburger/Hamburger.js.map +1 -1
- package/lib/cjs/Icon/Icon.d.ts.map +1 -1
- package/lib/cjs/Icon/Icon.js.map +1 -1
- package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts +4 -0
- package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
- package/lib/cjs/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
- package/lib/cjs/Icon/tsx/IconsShowPassword.js.map +1 -0
- package/lib/cjs/Icon/tsx/index.d.ts +1 -1
- package/lib/cjs/Icon/tsx/index.d.ts.map +1 -1
- package/lib/cjs/Icon/tsx/index.js +3 -3
- package/lib/cjs/Icon/tsx/index.js.map +1 -1
- package/lib/cjs/Image/Image.d.ts +1 -2
- package/lib/cjs/Image/Image.d.ts.map +1 -1
- package/lib/cjs/Image/Image.js +1 -1
- package/lib/cjs/Image/Image.js.map +1 -1
- package/lib/cjs/Input/Input.css +27 -64
- package/lib/cjs/Input/Input.d.ts +1 -2
- package/lib/cjs/Input/Input.d.ts.map +1 -1
- package/lib/cjs/Input/Input.js +1 -1
- package/lib/cjs/Input/Input.js.map +1 -1
- package/lib/cjs/Input/InputContainer.d.ts.map +1 -1
- package/lib/cjs/Input/InputContainer.js +1 -1
- package/lib/cjs/Input/InputContainer.js.map +1 -1
- package/lib/cjs/Input/InputContent.d.ts.map +1 -1
- package/lib/cjs/Input/InputContent.js.map +1 -1
- package/lib/cjs/Input/InputInlineHelp.d.ts +1 -2
- package/lib/cjs/Input/InputInlineHelp.d.ts.map +1 -1
- package/lib/cjs/Input/InputInlineHelp.js +1 -1
- package/lib/cjs/Input/InputInlineHelp.js.map +1 -1
- package/lib/cjs/Input/InputLabel.d.ts +1 -2
- package/lib/cjs/Input/InputLabel.d.ts.map +1 -1
- package/lib/cjs/Input/InputLabel.js +1 -1
- package/lib/cjs/Input/InputLabel.js.map +1 -1
- package/lib/cjs/Link/Link.css +17 -20
- package/lib/cjs/Link/Link.d.ts +1 -0
- package/lib/cjs/Link/Link.d.ts.map +1 -1
- package/lib/cjs/Link/Link.js +2 -2
- package/lib/cjs/Link/Link.js.map +1 -1
- package/lib/cjs/List/List.d.ts +1 -2
- package/lib/cjs/List/List.d.ts.map +1 -1
- package/lib/cjs/List/List.js +1 -1
- package/lib/cjs/List/List.js.map +1 -1
- package/lib/cjs/List/ListItem.d.ts +1 -2
- package/lib/cjs/List/ListItem.d.ts.map +1 -1
- package/lib/cjs/List/ListItem.js +1 -1
- package/lib/cjs/List/ListItem.js.map +1 -1
- package/lib/cjs/Logo/Logo.d.ts.map +1 -1
- package/lib/cjs/Logo/Logo.js.map +1 -1
- package/lib/cjs/Modal/Modal.css +2 -3
- package/lib/cjs/Modal/Modal.d.ts.map +1 -1
- package/lib/cjs/Modal/Modal.js +2 -2
- package/lib/cjs/Modal/Modal.js.map +1 -1
- package/lib/cjs/Modal/ModalBody.d.ts +1 -2
- package/lib/cjs/Modal/ModalBody.d.ts.map +1 -1
- package/lib/cjs/Modal/ModalBody.js +1 -1
- package/lib/cjs/Modal/ModalBody.js.map +1 -1
- package/lib/cjs/Modal/ModalHeader.d.ts +2 -0
- package/lib/cjs/Modal/ModalHeader.d.ts.map +1 -1
- package/lib/cjs/Modal/ModalHeader.js +1 -1
- package/lib/cjs/Modal/ModalHeader.js.map +1 -1
- package/lib/cjs/Modal/ModalHeaderProgress.d.ts.map +1 -1
- package/lib/cjs/Modal/ModalHeaderProgress.js.map +1 -1
- package/lib/cjs/Modal/ModalTitle.d.ts +1 -2
- package/lib/cjs/Modal/ModalTitle.d.ts.map +1 -1
- package/lib/cjs/Modal/ModalTitle.js +1 -1
- package/lib/cjs/Modal/ModalTitle.js.map +1 -1
- package/lib/cjs/Notification/Notification.css +15 -15
- package/lib/cjs/Notification/Notification.d.ts.map +1 -1
- package/lib/cjs/Notification/Notification.js +1 -3
- package/lib/cjs/Notification/Notification.js.map +1 -1
- package/lib/cjs/Notification/Notification.test.js.map +1 -1
- package/lib/cjs/Placement/Placement.css +16 -42
- package/lib/cjs/Placement/Placement.d.ts +2 -2
- package/lib/cjs/Placement/Placement.d.ts.map +1 -1
- package/lib/cjs/Placement/Placement.js +1 -1
- package/lib/cjs/Placement/Placement.js.map +1 -1
- package/lib/cjs/Placement/PlacementArea.d.ts.map +1 -1
- package/lib/cjs/Placement/PlacementArea.js +1 -1
- package/lib/cjs/Placement/PlacementArea.js.map +1 -1
- package/lib/cjs/Placement/PlacementArrow.d.ts +1 -2
- package/lib/cjs/Placement/PlacementArrow.d.ts.map +1 -1
- package/lib/cjs/Placement/PlacementArrow.js.map +1 -1
- package/lib/cjs/Placement/PlacementManager.d.ts +1 -2
- package/lib/cjs/Placement/PlacementManager.d.ts.map +1 -1
- package/lib/cjs/Placement/PlacementManager.js +3 -1
- package/lib/cjs/Placement/PlacementManager.js.map +1 -1
- package/lib/cjs/Placement/PlacementPopper.d.ts.map +1 -1
- package/lib/cjs/Placement/PlacementPopper.js +8 -4
- package/lib/cjs/Placement/PlacementPopper.js.map +1 -1
- package/lib/cjs/Placement/PlacementReference.d.ts +1 -2
- package/lib/cjs/Placement/PlacementReference.d.ts.map +1 -1
- package/lib/cjs/Placement/PlacementReference.js +1 -1
- package/lib/cjs/Placement/PlacementReference.js.map +1 -1
- package/lib/cjs/Progress/ProgressBar.css +2 -5
- package/lib/cjs/Progress/ProgressBar.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressBar.js +1 -3
- package/lib/cjs/Progress/ProgressBar.js.map +1 -1
- package/lib/cjs/Progress/ProgressBitbot.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressBitbot.js +2 -3
- package/lib/cjs/Progress/ProgressBitbot.js.map +1 -1
- package/lib/cjs/Progress/ProgressButton.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressButton.js.map +1 -1
- package/lib/cjs/Progress/ProgressButtonContent.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressButtonContent.js +2 -2
- package/lib/cjs/Progress/ProgressButtonContent.js.map +1 -1
- package/lib/cjs/Progress/ProgressColorButton.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressColorButton.js.map +1 -1
- package/lib/cjs/Progress/ProgressSpinner.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressSpinner.js +1 -1
- package/lib/cjs/Progress/ProgressSpinner.js.map +1 -1
- package/lib/cjs/RadioButton/RadioButton.css +11 -21
- package/lib/cjs/RadioButton/RadioButton.d.ts +1 -2
- package/lib/cjs/RadioButton/RadioButton.d.ts.map +1 -1
- package/lib/cjs/RadioButton/RadioButton.js +1 -1
- package/lib/cjs/RadioButton/RadioButton.js.map +1 -1
- package/lib/cjs/Ribbon/Ribbon.css +15 -15
- package/lib/cjs/Ribbon/Ribbon.d.ts.map +1 -1
- package/lib/cjs/Ribbon/Ribbon.js.map +1 -1
- package/lib/cjs/Sidebar/Sidebar.css +20 -32
- package/lib/cjs/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/cjs/Sidebar/Sidebar.js +1 -1
- package/lib/cjs/Sidebar/Sidebar.js.map +1 -1
- package/lib/cjs/Sidebar/SidebarHeader.d.ts +1 -2
- package/lib/cjs/Sidebar/SidebarHeader.d.ts.map +1 -1
- package/lib/cjs/Sidebar/SidebarHeader.js +1 -1
- package/lib/cjs/Sidebar/SidebarHeader.js.map +1 -1
- package/lib/cjs/Sidebar/SidebarMenu.d.ts.map +1 -1
- package/lib/cjs/Sidebar/SidebarMenu.js +3 -1
- package/lib/cjs/Sidebar/SidebarMenu.js.map +1 -1
- package/lib/cjs/Sidebar/SidebarMenuItem.d.ts +1 -0
- package/lib/cjs/Sidebar/SidebarMenuItem.d.ts.map +1 -1
- package/lib/cjs/Sidebar/SidebarMenuItem.js +1 -1
- package/lib/cjs/Sidebar/SidebarMenuItem.js.map +1 -1
- package/lib/cjs/Sidebar/SidebarSubMenu.d.ts +1 -2
- package/lib/cjs/Sidebar/SidebarSubMenu.d.ts.map +1 -1
- package/lib/cjs/Sidebar/SidebarSubMenu.js.map +1 -1
- package/lib/cjs/Sidebar/SidebarSubMenuItem.js.map +1 -1
- package/lib/cjs/Skeleton/Skeleton.css +9 -19
- package/lib/cjs/Skeleton/Skeleton.d.ts.map +1 -1
- package/lib/cjs/Skeleton/Skeleton.js +1 -1
- package/lib/cjs/Skeleton/Skeleton.js.map +1 -1
- package/lib/cjs/Skeleton/SkeletonBox.d.ts.map +1 -1
- package/lib/cjs/Skeleton/SkeletonBox.js +1 -1
- package/lib/cjs/Skeleton/SkeletonBox.js.map +1 -1
- package/lib/cjs/Status/Status404.d.ts +1 -2
- package/lib/cjs/Status/Status404.d.ts.map +1 -1
- package/lib/cjs/Status/Status404.js.map +1 -1
- package/lib/cjs/Status/Status500.d.ts +1 -2
- package/lib/cjs/Status/Status500.d.ts.map +1 -1
- package/lib/cjs/Status/Status500.js.map +1 -1
- package/lib/cjs/Table/Table.css +8 -12
- package/lib/cjs/Table/Table.d.ts.map +1 -1
- package/lib/cjs/Table/Table.js +1 -1
- package/lib/cjs/Table/Table.js.map +1 -1
- package/lib/cjs/Table/TableBody.d.ts +1 -2
- package/lib/cjs/Table/TableBody.d.ts.map +1 -1
- package/lib/cjs/Table/TableBody.js +1 -1
- package/lib/cjs/Table/TableBody.js.map +1 -1
- package/lib/cjs/Table/TableCell.d.ts.map +1 -1
- package/lib/cjs/Table/TableCell.js +1 -1
- package/lib/cjs/Table/TableCell.js.map +1 -1
- package/lib/cjs/Table/TableHeader.d.ts +1 -2
- package/lib/cjs/Table/TableHeader.d.ts.map +1 -1
- package/lib/cjs/Table/TableHeader.js +1 -1
- package/lib/cjs/Table/TableHeader.js.map +1 -1
- package/lib/cjs/Table/TableHeaderCell.d.ts.map +1 -1
- package/lib/cjs/Table/TableHeaderCell.js.map +1 -1
- package/lib/cjs/Table/TableHeaderRow.d.ts +1 -2
- package/lib/cjs/Table/TableHeaderRow.d.ts.map +1 -1
- package/lib/cjs/Table/TableHeaderRow.js +1 -1
- package/lib/cjs/Table/TableHeaderRow.js.map +1 -1
- package/lib/cjs/Table/TableRow.d.ts.map +1 -1
- package/lib/cjs/Table/TableRow.js +1 -1
- package/lib/cjs/Table/TableRow.js.map +1 -1
- package/lib/cjs/Tabs/Tab.d.ts.map +1 -1
- package/lib/cjs/Tabs/Tab.js +1 -1
- package/lib/cjs/Tabs/Tab.js.map +1 -1
- package/lib/cjs/Tabs/Tabs.css +5 -8
- package/lib/cjs/Tabs/Tabs.d.ts +1 -2
- package/lib/cjs/Tabs/Tabs.d.ts.map +1 -1
- package/lib/cjs/Tabs/Tabs.js +1 -1
- package/lib/cjs/Tabs/Tabs.js.map +1 -1
- package/lib/cjs/Text/Text.d.ts.map +1 -1
- package/lib/cjs/Text/Text.js +2 -4
- package/lib/cjs/Text/Text.js.map +1 -1
- package/lib/cjs/Textarea/Textarea.css +22 -61
- package/lib/cjs/Textarea/Textarea.d.ts.map +1 -1
- package/lib/cjs/Textarea/Textarea.js +1 -1
- package/lib/cjs/Textarea/Textarea.js.map +1 -1
- package/lib/cjs/Toggle/Toggle.css +30 -23
- package/lib/cjs/Toggle/Toggle.d.ts +2 -0
- package/lib/cjs/Toggle/Toggle.d.ts.map +1 -1
- package/lib/cjs/Toggle/Toggle.js +8 -4
- package/lib/cjs/Toggle/Toggle.js.map +1 -1
- package/lib/cjs/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/cjs/Tooltip/Tooltip.js +3 -1
- package/lib/cjs/Tooltip/Tooltip.js.map +1 -1
- package/lib/cjs/Visibility/Visibility.css +2 -5
- package/lib/cjs/Visibility/Visibility.d.ts.map +1 -1
- package/lib/cjs/Visibility/Visibility.js +1 -1
- package/lib/cjs/Visibility/Visibility.js.map +1 -1
- package/lib/cjs/Visibility/VisibilityContainer.d.ts.map +1 -1
- package/lib/cjs/Visibility/VisibilityContainer.js +1 -1
- package/lib/cjs/Visibility/VisibilityContainer.js.map +1 -1
- package/lib/cjs/hooks/useResizeObserver.d.ts +1 -2
- package/lib/cjs/hooks/useResizeObserver.d.ts.map +1 -1
- package/lib/cjs/hooks/useResizeObserver.js +2 -1
- package/lib/cjs/hooks/useResizeObserver.js.map +1 -1
- package/lib/cjs/index.d.ts +4 -5
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +5 -8
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/root.css +60 -0
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/variables.css +133 -133
- package/lib/esn/AddonBeam/AddonBeam.css +3 -6
- package/lib/esn/AddonBeam/AddonBeam.d.ts.map +1 -1
- package/lib/esn/AddonBeam/AddonBeam.js +3 -2
- package/lib/esn/AddonBeam/AddonBeam.js.map +1 -1
- package/lib/esn/AddonBeam/AddonBeamLink.d.ts +1 -0
- package/lib/esn/AddonBeam/AddonBeamLink.d.ts.map +1 -1
- package/lib/esn/AddonBeam/AddonBeamLink.js.map +1 -1
- package/lib/esn/AddonFooter/AddonFooter.js.map +1 -1
- package/lib/esn/AppLayout/AppLayout.css +2 -5
- package/lib/esn/AppLayout/AppLayout.d.ts.map +1 -1
- package/lib/esn/AppLayout/AppLayout.js +1 -1
- package/lib/esn/AppLayout/AppLayout.js.map +1 -1
- package/lib/esn/AppLayout/AppLayoutBody.d.ts +1 -2
- package/lib/esn/AppLayout/AppLayoutBody.d.ts.map +1 -1
- package/lib/esn/AppLayout/AppLayoutBody.js +1 -1
- package/lib/esn/AppLayout/AppLayoutBody.js.map +1 -1
- package/lib/esn/AppLayout/AppLayoutHeader.d.ts +1 -2
- package/lib/esn/AppLayout/AppLayoutHeader.d.ts.map +1 -1
- package/lib/esn/AppLayout/AppLayoutHeader.js +1 -1
- package/lib/esn/AppLayout/AppLayoutHeader.js.map +1 -1
- package/lib/esn/AppLayout/AppLayoutMain.d.ts +1 -2
- package/lib/esn/AppLayout/AppLayoutMain.d.ts.map +1 -1
- package/lib/esn/AppLayout/AppLayoutMain.js +1 -1
- package/lib/esn/AppLayout/AppLayoutMain.js.map +1 -1
- package/lib/esn/AppLayout/AppLayoutSidebar.d.ts +1 -2
- package/lib/esn/AppLayout/AppLayoutSidebar.d.ts.map +1 -1
- package/lib/esn/AppLayout/AppLayoutSidebar.js +1 -1
- package/lib/esn/AppLayout/AppLayoutSidebar.js.map +1 -1
- package/lib/esn/Appear/Appear.css +13 -29
- package/lib/esn/Appear/Appear.d.ts.map +1 -1
- package/lib/esn/Appear/Appear.js +4 -4
- package/lib/esn/Appear/Appear.js.map +1 -1
- package/lib/esn/Avatar/Avatar.d.ts.map +1 -1
- package/lib/esn/Avatar/Avatar.js +1 -1
- package/lib/esn/Avatar/Avatar.js.map +1 -1
- package/lib/esn/Badge/Badge.d.ts.map +1 -1
- package/lib/esn/Badge/Badge.js +1 -1
- package/lib/esn/Badge/Badge.js.map +1 -1
- package/lib/esn/Base/Base.css +207 -208
- package/lib/esn/Base/Base.d.ts.map +1 -1
- package/lib/esn/Base/Base.js +2 -2
- package/lib/esn/Base/Base.js.map +1 -1
- package/lib/esn/Bounds/Bounds.js.map +1 -1
- package/lib/esn/Button/Button.css +32 -45
- package/lib/esn/Button/Button.d.ts.map +1 -1
- package/lib/esn/Button/Button.js.map +1 -1
- package/lib/esn/Button/Button.test.js.map +1 -1
- package/lib/esn/Button/Buttons.d.ts +1 -0
- package/lib/esn/Button/Buttons.d.ts.map +1 -1
- package/lib/esn/Button/Buttons.js.map +1 -1
- package/lib/esn/Button/Buttons.test.js.map +1 -1
- package/lib/esn/Button/ColorButton.css +26 -29
- package/lib/esn/Button/ColorButton.d.ts.map +1 -1
- package/lib/esn/Button/ColorButton.js +1 -1
- package/lib/esn/Button/ColorButton.js.map +1 -1
- package/lib/esn/Button/ColorButton.test.js.map +1 -1
- package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.d.ts +2 -3
- package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.d.ts.map +1 -1
- package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.js +5 -7
- package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -1
- package/lib/esn/Card/Card.css +3 -3
- package/lib/esn/Card/Card.d.ts.map +1 -1
- package/lib/esn/Card/Card.js.map +1 -1
- package/lib/esn/Card/CardButton.d.ts +1 -2
- package/lib/esn/Card/CardButton.d.ts.map +1 -1
- package/lib/esn/Card/CardButton.js +1 -1
- package/lib/esn/Card/CardButton.js.map +1 -1
- package/lib/esn/Card/CardContent.d.ts +1 -2
- package/lib/esn/Card/CardContent.d.ts.map +1 -1
- package/lib/esn/Card/CardContent.js +1 -1
- package/lib/esn/Card/CardContent.js.map +1 -1
- package/lib/esn/Card/CardDivider.d.ts +1 -2
- package/lib/esn/Card/CardDivider.d.ts.map +1 -1
- package/lib/esn/Card/CardDivider.js +1 -1
- package/lib/esn/Card/CardDivider.js.map +1 -1
- package/lib/esn/Checkbox/Checkbox.css +11 -18
- package/lib/esn/Checkbox/Checkbox.d.ts +1 -2
- package/lib/esn/Checkbox/Checkbox.d.ts.map +1 -1
- package/lib/esn/Checkbox/Checkbox.js.map +1 -1
- package/lib/esn/DatePicker/DatePicker.css +14 -25
- package/lib/esn/DatePicker/DatePicker.d.ts.map +1 -1
- package/lib/esn/DatePicker/DatePicker.js +3 -2
- package/lib/esn/DatePicker/DatePicker.js.map +1 -1
- package/lib/esn/DatePicker/DatePickerDay.d.ts.map +1 -1
- package/lib/esn/DatePicker/DatePickerDay.js +9 -4
- package/lib/esn/DatePicker/DatePickerDay.js.map +1 -1
- package/lib/esn/DatePicker/DatePickerGrid.d.ts +1 -2
- package/lib/esn/DatePicker/DatePickerGrid.d.ts.map +1 -1
- package/lib/esn/DatePicker/DatePickerGrid.js +1 -1
- package/lib/esn/DatePicker/DatePickerGrid.js.map +1 -1
- package/lib/esn/DatePicker/DatePickerMonth.d.ts.map +1 -1
- package/lib/esn/DatePicker/DatePickerMonth.js +5 -3
- package/lib/esn/DatePicker/DatePickerMonth.js.map +1 -1
- package/lib/esn/Divider/Divider.css +1 -2
- package/lib/esn/Divider/Divider.d.ts.map +1 -1
- package/lib/esn/Divider/Divider.js +1 -1
- package/lib/esn/Divider/Divider.js.map +1 -1
- package/lib/esn/Dot/Dot.d.ts.map +1 -1
- package/lib/esn/Dot/Dot.js +1 -1
- package/lib/esn/Dot/Dot.js.map +1 -1
- package/lib/esn/Dropdown/Dropdown.d.ts.map +1 -1
- package/lib/esn/Dropdown/Dropdown.js +9 -7
- package/lib/esn/Dropdown/Dropdown.js.map +1 -1
- package/lib/esn/Dropdown/DropdownButton.d.ts +1 -2
- package/lib/esn/Dropdown/DropdownButton.d.ts.map +1 -1
- package/lib/esn/Dropdown/DropdownButton.js.map +1 -1
- package/lib/esn/Dropdown/DropdownMenu.css +8 -17
- package/lib/esn/Dropdown/DropdownMenu.d.ts.map +1 -1
- package/lib/esn/Dropdown/DropdownMenu.js.map +1 -1
- package/lib/esn/Dropdown/DropdownMenuItem.d.ts.map +1 -1
- package/lib/esn/Dropdown/DropdownMenuItem.js +3 -3
- package/lib/esn/Dropdown/DropdownMenuItem.js.map +1 -1
- package/lib/esn/Dropdown/DropdownMenuItemGroup.d.ts.map +1 -1
- package/lib/esn/Dropdown/DropdownMenuItemGroup.js.map +1 -1
- package/lib/esn/Dropdown/DropdownMenus.d.ts +1 -2
- package/lib/esn/Dropdown/DropdownMenus.d.ts.map +1 -1
- package/lib/esn/Dropdown/DropdownMenus.js +1 -1
- package/lib/esn/Dropdown/DropdownMenus.js.map +1 -1
- package/lib/esn/Expand/Expand.css +2 -7
- package/lib/esn/Expand/Expand.d.ts.map +1 -1
- package/lib/esn/Expand/Expand.js +3 -3
- package/lib/esn/Expand/Expand.js.map +1 -1
- package/lib/esn/Expand/Expand.test.js.map +1 -1
- package/lib/esn/ExternalLink/ExternalLink.d.ts +1 -2
- package/lib/esn/ExternalLink/ExternalLink.d.ts.map +1 -1
- package/lib/esn/ExternalLink/ExternalLink.js.map +1 -1
- package/lib/esn/Flex/Flex.css +42 -47
- package/lib/esn/Flex/Flex.d.ts.map +1 -1
- package/lib/esn/Flex/Flex.js +1 -1
- package/lib/esn/Flex/Flex.js.map +1 -1
- package/lib/esn/Grid/Grid.css +3 -3
- package/lib/esn/Grid/Grid.d.ts.map +1 -1
- package/lib/esn/Grid/Grid.js +1 -1
- package/lib/esn/Grid/Grid.js.map +1 -1
- package/lib/esn/Grid/Grid.test.js.map +1 -1
- package/lib/esn/Hamburger/Hamburger.css +9 -22
- package/lib/esn/Hamburger/Hamburger.d.ts.map +1 -1
- package/lib/esn/Hamburger/Hamburger.js.map +1 -1
- package/lib/esn/Icon/Icon.d.ts.map +1 -1
- package/lib/esn/Icon/Icon.js.map +1 -1
- package/lib/esn/Icon/tsx/IconsShowPassword.d.ts +4 -0
- package/lib/esn/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
- package/lib/esn/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
- package/lib/esn/Icon/tsx/IconsShowPassword.js.map +1 -0
- package/lib/esn/Icon/tsx/index.d.ts +1 -1
- package/lib/esn/Icon/tsx/index.d.ts.map +1 -1
- package/lib/esn/Icon/tsx/index.js +3 -3
- package/lib/esn/Icon/tsx/index.js.map +1 -1
- package/lib/esn/Image/Image.d.ts +1 -2
- package/lib/esn/Image/Image.d.ts.map +1 -1
- package/lib/esn/Image/Image.js +1 -1
- package/lib/esn/Image/Image.js.map +1 -1
- package/lib/esn/Input/Input.css +27 -64
- package/lib/esn/Input/Input.d.ts +1 -2
- package/lib/esn/Input/Input.d.ts.map +1 -1
- package/lib/esn/Input/Input.js +1 -1
- package/lib/esn/Input/Input.js.map +1 -1
- package/lib/esn/Input/InputContainer.d.ts.map +1 -1
- package/lib/esn/Input/InputContainer.js +1 -1
- package/lib/esn/Input/InputContainer.js.map +1 -1
- package/lib/esn/Input/InputContent.d.ts.map +1 -1
- package/lib/esn/Input/InputContent.js.map +1 -1
- package/lib/esn/Input/InputInlineHelp.d.ts +1 -2
- package/lib/esn/Input/InputInlineHelp.d.ts.map +1 -1
- package/lib/esn/Input/InputInlineHelp.js +1 -1
- package/lib/esn/Input/InputInlineHelp.js.map +1 -1
- package/lib/esn/Input/InputLabel.d.ts +1 -2
- package/lib/esn/Input/InputLabel.d.ts.map +1 -1
- package/lib/esn/Input/InputLabel.js +1 -1
- package/lib/esn/Input/InputLabel.js.map +1 -1
- package/lib/esn/Link/Link.css +17 -20
- package/lib/esn/Link/Link.d.ts +1 -0
- package/lib/esn/Link/Link.d.ts.map +1 -1
- package/lib/esn/Link/Link.js +2 -2
- package/lib/esn/Link/Link.js.map +1 -1
- package/lib/esn/List/List.d.ts +1 -2
- package/lib/esn/List/List.d.ts.map +1 -1
- package/lib/esn/List/List.js +1 -1
- package/lib/esn/List/List.js.map +1 -1
- package/lib/esn/List/ListItem.d.ts +1 -2
- package/lib/esn/List/ListItem.d.ts.map +1 -1
- package/lib/esn/List/ListItem.js +1 -1
- package/lib/esn/List/ListItem.js.map +1 -1
- package/lib/esn/Logo/Logo.d.ts.map +1 -1
- package/lib/esn/Logo/Logo.js.map +1 -1
- package/lib/esn/Modal/Modal.css +2 -3
- package/lib/esn/Modal/Modal.d.ts.map +1 -1
- package/lib/esn/Modal/Modal.js +2 -2
- package/lib/esn/Modal/Modal.js.map +1 -1
- package/lib/esn/Modal/ModalBody.d.ts +1 -2
- package/lib/esn/Modal/ModalBody.d.ts.map +1 -1
- package/lib/esn/Modal/ModalBody.js +1 -1
- package/lib/esn/Modal/ModalBody.js.map +1 -1
- package/lib/esn/Modal/ModalHeader.d.ts +2 -0
- package/lib/esn/Modal/ModalHeader.d.ts.map +1 -1
- package/lib/esn/Modal/ModalHeader.js +1 -1
- package/lib/esn/Modal/ModalHeader.js.map +1 -1
- package/lib/esn/Modal/ModalHeaderProgress.d.ts.map +1 -1
- package/lib/esn/Modal/ModalHeaderProgress.js.map +1 -1
- package/lib/esn/Modal/ModalTitle.d.ts +1 -2
- package/lib/esn/Modal/ModalTitle.d.ts.map +1 -1
- package/lib/esn/Modal/ModalTitle.js +1 -1
- package/lib/esn/Modal/ModalTitle.js.map +1 -1
- package/lib/esn/Notification/Notification.css +15 -15
- package/lib/esn/Notification/Notification.d.ts.map +1 -1
- package/lib/esn/Notification/Notification.js +1 -3
- package/lib/esn/Notification/Notification.js.map +1 -1
- package/lib/esn/Notification/Notification.test.js.map +1 -1
- package/lib/esn/Placement/Placement.css +16 -42
- package/lib/esn/Placement/Placement.d.ts +2 -2
- package/lib/esn/Placement/Placement.d.ts.map +1 -1
- package/lib/esn/Placement/Placement.js +1 -1
- package/lib/esn/Placement/Placement.js.map +1 -1
- package/lib/esn/Placement/PlacementArea.d.ts.map +1 -1
- package/lib/esn/Placement/PlacementArea.js +1 -1
- package/lib/esn/Placement/PlacementArea.js.map +1 -1
- package/lib/esn/Placement/PlacementArrow.d.ts +1 -2
- package/lib/esn/Placement/PlacementArrow.d.ts.map +1 -1
- package/lib/esn/Placement/PlacementArrow.js.map +1 -1
- package/lib/esn/Placement/PlacementManager.d.ts +1 -2
- package/lib/esn/Placement/PlacementManager.d.ts.map +1 -1
- package/lib/esn/Placement/PlacementManager.js +3 -1
- package/lib/esn/Placement/PlacementManager.js.map +1 -1
- package/lib/esn/Placement/PlacementPopper.d.ts.map +1 -1
- package/lib/esn/Placement/PlacementPopper.js +8 -4
- package/lib/esn/Placement/PlacementPopper.js.map +1 -1
- package/lib/esn/Placement/PlacementReference.d.ts +1 -2
- package/lib/esn/Placement/PlacementReference.d.ts.map +1 -1
- package/lib/esn/Placement/PlacementReference.js +1 -1
- package/lib/esn/Placement/PlacementReference.js.map +1 -1
- package/lib/esn/Progress/ProgressBar.css +2 -5
- package/lib/esn/Progress/ProgressBar.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressBar.js.map +1 -1
- package/lib/esn/Progress/ProgressBitbot.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressBitbot.js +2 -3
- package/lib/esn/Progress/ProgressBitbot.js.map +1 -1
- package/lib/esn/Progress/ProgressButton.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressButton.js.map +1 -1
- package/lib/esn/Progress/ProgressButtonContent.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressButtonContent.js +2 -2
- package/lib/esn/Progress/ProgressButtonContent.js.map +1 -1
- package/lib/esn/Progress/ProgressColorButton.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressColorButton.js.map +1 -1
- package/lib/esn/Progress/ProgressSpinner.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressSpinner.js +1 -1
- package/lib/esn/Progress/ProgressSpinner.js.map +1 -1
- package/lib/esn/RadioButton/RadioButton.css +11 -21
- package/lib/esn/RadioButton/RadioButton.d.ts +1 -2
- package/lib/esn/RadioButton/RadioButton.d.ts.map +1 -1
- package/lib/esn/RadioButton/RadioButton.js +1 -1
- package/lib/esn/RadioButton/RadioButton.js.map +1 -1
- package/lib/esn/Ribbon/Ribbon.css +15 -15
- package/lib/esn/Ribbon/Ribbon.d.ts.map +1 -1
- package/lib/esn/Ribbon/Ribbon.js.map +1 -1
- package/lib/esn/Sidebar/Sidebar.css +20 -32
- package/lib/esn/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/esn/Sidebar/Sidebar.js +1 -1
- package/lib/esn/Sidebar/Sidebar.js.map +1 -1
- package/lib/esn/Sidebar/SidebarHeader.d.ts +1 -2
- package/lib/esn/Sidebar/SidebarHeader.d.ts.map +1 -1
- package/lib/esn/Sidebar/SidebarHeader.js +1 -1
- package/lib/esn/Sidebar/SidebarHeader.js.map +1 -1
- package/lib/esn/Sidebar/SidebarMenu.d.ts.map +1 -1
- package/lib/esn/Sidebar/SidebarMenu.js +3 -1
- package/lib/esn/Sidebar/SidebarMenu.js.map +1 -1
- package/lib/esn/Sidebar/SidebarMenuItem.d.ts +1 -0
- package/lib/esn/Sidebar/SidebarMenuItem.d.ts.map +1 -1
- package/lib/esn/Sidebar/SidebarMenuItem.js +1 -1
- package/lib/esn/Sidebar/SidebarMenuItem.js.map +1 -1
- package/lib/esn/Sidebar/SidebarSubMenu.d.ts +1 -2
- package/lib/esn/Sidebar/SidebarSubMenu.d.ts.map +1 -1
- package/lib/esn/Sidebar/SidebarSubMenu.js.map +1 -1
- package/lib/esn/Sidebar/SidebarSubMenuItem.js.map +1 -1
- package/lib/esn/Skeleton/Skeleton.css +9 -19
- package/lib/esn/Skeleton/Skeleton.d.ts.map +1 -1
- package/lib/esn/Skeleton/Skeleton.js +1 -1
- package/lib/esn/Skeleton/Skeleton.js.map +1 -1
- package/lib/esn/Skeleton/SkeletonBox.d.ts.map +1 -1
- package/lib/esn/Skeleton/SkeletonBox.js +1 -1
- package/lib/esn/Skeleton/SkeletonBox.js.map +1 -1
- package/lib/esn/Status/Status404.d.ts +1 -2
- package/lib/esn/Status/Status404.d.ts.map +1 -1
- package/lib/esn/Status/Status404.js.map +1 -1
- package/lib/esn/Status/Status500.d.ts +1 -2
- package/lib/esn/Status/Status500.d.ts.map +1 -1
- package/lib/esn/Status/Status500.js.map +1 -1
- package/lib/esn/Table/Table.css +8 -12
- package/lib/esn/Table/Table.d.ts.map +1 -1
- package/lib/esn/Table/Table.js +1 -1
- package/lib/esn/Table/Table.js.map +1 -1
- package/lib/esn/Table/TableBody.d.ts +1 -2
- package/lib/esn/Table/TableBody.d.ts.map +1 -1
- package/lib/esn/Table/TableBody.js +1 -1
- package/lib/esn/Table/TableBody.js.map +1 -1
- package/lib/esn/Table/TableCell.d.ts.map +1 -1
- package/lib/esn/Table/TableCell.js +1 -1
- package/lib/esn/Table/TableCell.js.map +1 -1
- package/lib/esn/Table/TableHeader.d.ts +1 -2
- package/lib/esn/Table/TableHeader.d.ts.map +1 -1
- package/lib/esn/Table/TableHeader.js +1 -1
- package/lib/esn/Table/TableHeader.js.map +1 -1
- package/lib/esn/Table/TableHeaderCell.d.ts.map +1 -1
- package/lib/esn/Table/TableHeaderCell.js.map +1 -1
- package/lib/esn/Table/TableHeaderRow.d.ts +1 -2
- package/lib/esn/Table/TableHeaderRow.d.ts.map +1 -1
- package/lib/esn/Table/TableHeaderRow.js +1 -1
- package/lib/esn/Table/TableHeaderRow.js.map +1 -1
- package/lib/esn/Table/TableRow.d.ts.map +1 -1
- package/lib/esn/Table/TableRow.js +1 -1
- package/lib/esn/Table/TableRow.js.map +1 -1
- package/lib/esn/Tabs/Tab.d.ts.map +1 -1
- package/lib/esn/Tabs/Tab.js +1 -1
- package/lib/esn/Tabs/Tab.js.map +1 -1
- package/lib/esn/Tabs/Tabs.css +5 -8
- package/lib/esn/Tabs/Tabs.d.ts +1 -2
- package/lib/esn/Tabs/Tabs.d.ts.map +1 -1
- package/lib/esn/Tabs/Tabs.js +1 -1
- package/lib/esn/Tabs/Tabs.js.map +1 -1
- package/lib/esn/Text/Text.d.ts.map +1 -1
- package/lib/esn/Text/Text.js +2 -4
- package/lib/esn/Text/Text.js.map +1 -1
- package/lib/esn/Textarea/Textarea.css +22 -61
- package/lib/esn/Textarea/Textarea.d.ts.map +1 -1
- package/lib/esn/Textarea/Textarea.js +1 -1
- package/lib/esn/Textarea/Textarea.js.map +1 -1
- package/lib/esn/Toggle/Toggle.css +30 -23
- package/lib/esn/Toggle/Toggle.d.ts +2 -0
- package/lib/esn/Toggle/Toggle.d.ts.map +1 -1
- package/lib/esn/Toggle/Toggle.js +8 -4
- package/lib/esn/Toggle/Toggle.js.map +1 -1
- package/lib/esn/Tooltip/Tooltip.d.ts.map +1 -1
- package/lib/esn/Tooltip/Tooltip.js +2 -2
- package/lib/esn/Tooltip/Tooltip.js.map +1 -1
- package/lib/esn/Visibility/Visibility.css +2 -5
- package/lib/esn/Visibility/Visibility.d.ts.map +1 -1
- package/lib/esn/Visibility/Visibility.js +1 -1
- package/lib/esn/Visibility/Visibility.js.map +1 -1
- package/lib/esn/Visibility/VisibilityContainer.d.ts.map +1 -1
- package/lib/esn/Visibility/VisibilityContainer.js +1 -1
- package/lib/esn/Visibility/VisibilityContainer.js.map +1 -1
- package/lib/esn/hooks/useResizeObserver.d.ts +1 -2
- package/lib/esn/hooks/useResizeObserver.d.ts.map +1 -1
- package/lib/esn/hooks/useResizeObserver.js +2 -1
- package/lib/esn/hooks/useResizeObserver.js.map +1 -1
- package/lib/esn/index.d.ts +4 -5
- package/lib/esn/index.d.ts.map +1 -1
- package/lib/esn/index.js +5 -5
- package/lib/esn/index.js.map +1 -1
- package/lib/esn/root.css +60 -0
- package/lib/esn/tsconfig.tsbuildinfo +1 -1
- package/lib/esn/variables.css +133 -133
- package/package.json +44 -48
- package/release.config.js +15 -15
- package/scripts/build-docs.ts +10 -13
- package/site/components/CodeBlock/CodeBlock.css +8 -8
- package/site/components/CodeBlock/CodeBlock.tsx +3 -3
- package/site/components/Documentation/ComponentDocumentationPage.tsx +96 -59
- package/site/components/Documentation/Components/SectionAddonBeam.tsx +10 -13
- package/site/components/Documentation/Components/SectionAddonBeamSandbox.tsx +12 -11
- package/site/components/Documentation/Components/SectionAddonFooter.tsx +3 -4
- package/site/components/Documentation/Components/SectionAppear.tsx +18 -26
- package/site/components/Documentation/Components/SectionAvatar.tsx +8 -10
- package/site/components/Documentation/Components/SectionBadge.tsx +5 -14
- package/site/components/Documentation/Components/SectionBase.tsx +2 -4
- package/site/components/Documentation/Components/SectionButtons.tsx +232 -117
- package/site/components/Documentation/Components/SectionCards.tsx +63 -44
- package/site/components/Documentation/Components/SectionCheckbox.tsx +9 -20
- package/site/components/Documentation/Components/SectionDatePicker.tsx +16 -20
- package/site/components/Documentation/Components/SectionDivider.tsx +2 -4
- package/site/components/Documentation/Components/SectionDot.tsx +6 -14
- package/site/components/Documentation/Components/SectionDropdowns.tsx +172 -195
- package/site/components/Documentation/Components/SectionExpand.tsx +30 -25
- package/site/components/Documentation/Components/SectionFlex.tsx +2 -4
- package/site/components/Documentation/Components/SectionFormElements.tsx +28 -57
- package/site/components/Documentation/Components/SectionGrid.tsx +41 -79
- package/site/components/Documentation/Components/SectionHamburger.tsx +4 -6
- package/site/components/Documentation/Components/SectionIcons.tsx +14 -14
- package/site/components/Documentation/Components/SectionInputs.tsx +6 -18
- package/site/components/Documentation/Components/SectionList.tsx +2 -4
- package/site/components/Documentation/Components/SectionModals.tsx +89 -71
- package/site/components/Documentation/Components/SectionNotification.tsx +7 -9
- package/site/components/Documentation/Components/SectionPlacement.tsx +37 -64
- package/site/components/Documentation/Components/SectionProgress.tsx +49 -39
- package/site/components/Documentation/Components/SectionRadioButton.tsx +9 -20
- package/site/components/Documentation/Components/SectionRibbon.tsx +9 -8
- package/site/components/Documentation/Components/SectionRibbonSandbox.tsx +1 -1
- package/site/components/Documentation/Components/SectionSidebar.tsx +25 -46
- package/site/components/Documentation/Components/SectionSkeleton.tsx +10 -14
- package/site/components/Documentation/Components/SectionStatus.tsx +22 -28
- package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +5 -8
- package/site/components/Documentation/Components/SectionStatusSandbox500.tsx +1 -5
- package/site/components/Documentation/Components/SectionTable.tsx +8 -8
- package/site/components/Documentation/Components/SectionTabs.tsx +6 -6
- package/site/components/Documentation/Components/SectionText.tsx +13 -14
- package/site/components/Documentation/Components/SectionTextarea.tsx +4 -6
- package/site/components/Documentation/Components/SectionToggle.tsx +17 -6
- package/site/components/Documentation/Components/SectionTooltips.tsx +10 -20
- package/site/components/Documentation/Documentation.tsx +87 -174
- package/site/components/Documentation/Materials/SectionColors.tsx +148 -123
- package/site/components/Documentation/Materials/SectionIcons.tsx +44 -44
- package/site/components/Documentation/Materials/SectionTypography.tsx +73 -61
- package/site/components/Page/Page.tsx +1 -3
- package/site/components/Page/PageTitle.tsx +1 -7
- package/site/components/PropsTable/PropsTable.tsx +6 -11
- package/site/components/PropsTable/PropsTableCellUnion.tsx +3 -13
- package/site/components/PropsTable/PropsTableRow.tsx +13 -13
- package/site/components/Root/Root.tsx +14 -40
- package/site/components/Sandbox/Sandbox.tsx +4 -4
- package/site/components/Sandbox/SandboxFrame.css +3 -3
- package/site/components/Sandbox/SandboxFrame.tsx +17 -22
- package/site/components/Section/Section.tsx +1 -3
- package/site/components/Section/SectionSubTitle.tsx +1 -6
- package/site/components/Section/SectionTitle.tsx +1 -7
- package/site/components/SideMenu/SideMenu.css +5 -5
- package/site/components/SideMenu/SideMenu.tsx +17 -19
- package/site/components/SideMenu/SideMenuItem.tsx +2 -6
- package/site/components/Window/Window.tsx +8 -18
- package/site/index.tsx +3 -3
- package/src/AddonBeam/AddonBeam.css +1 -1
- package/src/AddonBeam/AddonBeam.tsx +40 -51
- package/src/AddonBeam/AddonBeamLink.tsx +6 -10
- package/src/AddonFooter/AddonFooter.tsx +2 -2
- package/src/AppLayout/AppLayout.css +1 -1
- package/src/AppLayout/AppLayout.tsx +1 -3
- package/src/AppLayout/AppLayoutBody.tsx +2 -4
- package/src/AppLayout/AppLayoutHeader.tsx +2 -4
- package/src/AppLayout/AppLayoutMain.tsx +2 -4
- package/src/AppLayout/AppLayoutSidebar.tsx +2 -4
- package/src/Appear/Appear.tsx +10 -21
- package/src/Avatar/Avatar.tsx +15 -14
- package/src/Badge/Badge.tsx +1 -6
- package/src/Base/Base.css +203 -203
- package/src/Base/Base.tsx +85 -34
- package/src/Bounds/Bounds.tsx +2 -2
- package/src/Button/Button.css +28 -28
- package/src/Button/Button.test.tsx +6 -30
- package/src/Button/Button.tsx +7 -20
- package/src/Button/Buttons.test.tsx +21 -15
- package/src/Button/Buttons.tsx +7 -4
- package/src/Button/ColorButton.css +22 -22
- package/src/Button/ColorButton.test.tsx +7 -3
- package/src/Button/ColorButton.tsx +3 -13
- package/src/Button/__snapshots__/ColorButton.test.tsx.snap +1 -1
- package/src/ButtonWithDropdown/ButtonWithDropdown.tsx +49 -47
- package/src/Card/Card.css +3 -3
- package/src/Card/Card.tsx +7 -5
- package/src/Card/CardButton.tsx +2 -4
- package/src/Card/CardContent.tsx +2 -4
- package/src/Card/CardDivider.tsx +2 -4
- package/src/Checkbox/Checkbox.css +7 -7
- package/src/Checkbox/Checkbox.tsx +8 -18
- package/src/DatePicker/DatePicker.css +7 -7
- package/src/DatePicker/DatePicker.tsx +40 -52
- package/src/DatePicker/DatePickerDay.tsx +24 -27
- package/src/DatePicker/DatePickerGrid.tsx +2 -8
- package/src/DatePicker/DatePickerMonth.tsx +26 -34
- package/src/Divider/Divider.tsx +1 -7
- package/src/Dot/Dot.tsx +1 -7
- package/src/Dropdown/Dropdown.tsx +31 -32
- package/src/Dropdown/DropdownButton.tsx +4 -15
- package/src/Dropdown/DropdownMenu.css +4 -4
- package/src/Dropdown/DropdownMenu.tsx +4 -15
- package/src/Dropdown/DropdownMenuItem.tsx +16 -18
- package/src/Dropdown/DropdownMenuItemGroup.tsx +6 -9
- package/src/Dropdown/DropdownMenus.tsx +2 -4
- package/src/Expand/Expand.test.tsx +17 -17
- package/src/Expand/Expand.tsx +27 -26
- package/src/ExternalLink/ExternalLink.tsx +4 -9
- package/src/Flex/Flex.tsx +20 -18
- package/src/Grid/Grid.test.tsx +17 -28
- package/src/Grid/Grid.tsx +14 -10
- package/src/Hamburger/Hamburger.tsx +1 -4
- package/src/Icon/Icon.tsx +1 -6
- package/src/Icon/svg/{icons-eye.svg → icons-show-password.svg} +0 -0
- package/src/Icon/tsx/{IconsEye.tsx → IconsShowPassword.tsx} +7 -4
- package/src/Icon/tsx/index.ts +4 -4
- package/src/Image/Image.tsx +2 -6
- package/src/Input/Input.css +12 -12
- package/src/Input/Input.tsx +2 -7
- package/src/Input/InputContainer.tsx +1 -6
- package/src/Input/InputContent.tsx +8 -6
- package/src/Input/InputInlineHelp.tsx +2 -4
- package/src/Input/InputLabel.tsx +2 -9
- package/src/Link/Link.css +15 -15
- package/src/Link/Link.tsx +3 -4
- package/src/List/List.tsx +2 -4
- package/src/List/ListItem.tsx +2 -4
- package/src/Logo/Logo.tsx +9 -9
- package/src/Modal/Modal.css +2 -2
- package/src/Modal/Modal.tsx +33 -35
- package/src/Modal/ModalBody.tsx +2 -4
- package/src/Modal/ModalHeader.tsx +9 -22
- package/src/Modal/ModalHeaderProgress.tsx +2 -5
- package/src/Modal/ModalTitle.tsx +2 -9
- package/src/Notification/Notification.css +15 -15
- package/src/Notification/Notification.test.tsx +15 -11
- package/src/Notification/Notification.tsx +11 -31
- package/src/Placement/Placement.css +2 -2
- package/src/Placement/Placement.tsx +5 -15
- package/src/Placement/PlacementArea.tsx +11 -18
- package/src/Placement/PlacementArrow.tsx +4 -8
- package/src/Placement/PlacementManager.tsx +4 -5
- package/src/Placement/PlacementPopper.tsx +45 -43
- package/src/Placement/PlacementReference.tsx +2 -4
- package/src/Progress/ProgressBar.tsx +17 -23
- package/src/Progress/ProgressBitbot.tsx +100 -94
- package/src/Progress/ProgressButton.tsx +4 -4
- package/src/Progress/ProgressButtonContent.tsx +5 -13
- package/src/Progress/ProgressColorButton.tsx +3 -5
- package/src/Progress/ProgressSpinner.tsx +36 -34
- package/src/RadioButton/RadioButton.css +5 -5
- package/src/RadioButton/RadioButton.tsx +5 -19
- package/src/Ribbon/Ribbon.css +15 -15
- package/src/Ribbon/Ribbon.tsx +9 -23
- package/src/Sidebar/Sidebar.css +13 -13
- package/src/Sidebar/Sidebar.tsx +1 -3
- package/src/Sidebar/SidebarHeader.tsx +2 -4
- package/src/Sidebar/SidebarMenu.tsx +3 -2
- package/src/Sidebar/SidebarMenuItem.tsx +18 -15
- package/src/Sidebar/SidebarSubMenu.tsx +3 -3
- package/src/Sidebar/SidebarSubMenuItem.tsx +12 -12
- package/src/Skeleton/Skeleton.css +5 -5
- package/src/Skeleton/Skeleton.tsx +1 -5
- package/src/Skeleton/SkeletonBox.tsx +1 -4
- package/src/Status/Status404.tsx +11 -9
- package/src/Status/Status500.tsx +6 -5
- package/src/Table/Table.css +5 -5
- package/src/Table/Table.tsx +1 -5
- package/src/Table/TableBody.tsx +2 -6
- package/src/Table/TableCell.tsx +1 -6
- package/src/Table/TableHeader.tsx +2 -6
- package/src/Table/TableHeaderCell.tsx +20 -21
- package/src/Table/TableHeaderRow.tsx +2 -6
- package/src/Table/TableRow.tsx +1 -6
- package/src/Tabs/Tab.tsx +1 -7
- package/src/Tabs/Tabs.css +3 -3
- package/src/Tabs/Tabs.tsx +2 -4
- package/src/Text/Text.tsx +2 -8
- package/src/Textarea/Textarea.css +10 -10
- package/src/Textarea/Textarea.tsx +1 -6
- package/src/Toggle/Toggle.css +23 -4
- package/src/Toggle/Toggle.tsx +27 -15
- package/src/Tooltip/Tooltip.tsx +18 -15
- package/src/Visibility/Visibility.tsx +1 -3
- package/src/Visibility/VisibilityContainer.tsx +1 -3
- package/src/hooks/useResizeObserver.ts +4 -6
- package/src/index.ts +11 -5
- package/src/root.css +59 -0
- package/src/variables.css +133 -133
- package/.eslintignore +0 -3
- package/.eslintrc +0 -72
- package/lib/cjs/Button2/Button2.d.ts +0 -15
- package/lib/cjs/Button2/Button2.d.ts.map +0 -1
- package/lib/cjs/Button2/Button2.js +0 -49
- package/lib/cjs/Button2/Button2.js.map +0 -1
- package/lib/cjs/Icon/tsx/IconsEye.d.ts +0 -4
- package/lib/cjs/Icon/tsx/IconsEye.d.ts.map +0 -1
- package/lib/cjs/Icon/tsx/IconsEye.js.map +0 -1
- package/lib/cjs/chakra/provider.d.ts +0 -5
- package/lib/cjs/chakra/provider.d.ts.map +0 -1
- package/lib/cjs/chakra/provider.js +0 -37
- package/lib/cjs/chakra/provider.js.map +0 -1
- package/lib/cjs/chakra/theme.d.ts +0 -3
- package/lib/cjs/chakra/theme.d.ts.map +0 -1
- package/lib/cjs/chakra/theme.js +0 -160
- package/lib/cjs/chakra/theme.js.map +0 -1
- package/lib/esn/Button2/Button2.d.ts +0 -15
- package/lib/esn/Button2/Button2.d.ts.map +0 -1
- package/lib/esn/Button2/Button2.js +0 -13
- package/lib/esn/Button2/Button2.js.map +0 -1
- package/lib/esn/Icon/tsx/IconsEye.d.ts +0 -4
- package/lib/esn/Icon/tsx/IconsEye.d.ts.map +0 -1
- package/lib/esn/Icon/tsx/IconsEye.js.map +0 -1
- package/lib/esn/chakra/provider.d.ts +0 -5
- package/lib/esn/chakra/provider.d.ts.map +0 -1
- package/lib/esn/chakra/provider.js +0 -8
- package/lib/esn/chakra/provider.js.map +0 -1
- package/lib/esn/chakra/theme.d.ts +0 -3
- package/lib/esn/chakra/theme.d.ts.map +0 -1
- package/lib/esn/chakra/theme.js +0 -158
- package/lib/esn/chakra/theme.js.map +0 -1
- package/site/components/Documentation/Components/SectionButton2.tsx +0 -113
- package/src/Button2/Button2.tsx +0 -25
- package/src/chakra/provider.tsx +0 -9
- package/src/chakra/theme.tsx +0 -159
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
import Section from '../../Section/Section';
|
|
16
16
|
|
|
17
17
|
type ModalTypes =
|
|
18
|
-
'modalWithHeaderVisible'
|
|
19
|
-
'modalWithLotsOfContentVisible'
|
|
20
|
-
'modalWithProgressVisible'
|
|
21
|
-
'modalWithTitleVisible';
|
|
18
|
+
| 'modalWithHeaderVisible'
|
|
19
|
+
| 'modalWithLotsOfContentVisible'
|
|
20
|
+
| 'modalWithProgressVisible'
|
|
21
|
+
| 'modalWithTitleVisible';
|
|
22
22
|
|
|
23
23
|
const { useState } = React;
|
|
24
24
|
|
|
@@ -37,32 +37,35 @@ const SectionModals = () => {
|
|
|
37
37
|
return (
|
|
38
38
|
<Section>
|
|
39
39
|
<Buttons margin="x2">
|
|
40
|
-
<Button
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
<Button level="primary" onClick={() => handleOpenModal('modalWithTitleVisible')}>
|
|
41
|
+
Open Modal with Title
|
|
42
|
+
</Button>
|
|
43
43
|
</Buttons>
|
|
44
44
|
|
|
45
45
|
<Buttons margin="x2">
|
|
46
|
-
<Button
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
<Button level="primary" onClick={() => handleOpenModal('modalWithHeaderVisible')}>
|
|
47
|
+
Open Modal with Header
|
|
48
|
+
</Button>
|
|
49
49
|
</Buttons>
|
|
50
50
|
|
|
51
51
|
<Buttons margin="x2">
|
|
52
|
-
<Button
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
<Button level="primary" onClick={() => handleOpenModal('modalWithProgressVisible')}>
|
|
53
|
+
Open Modal with Progress
|
|
54
|
+
</Button>
|
|
55
55
|
</Buttons>
|
|
56
56
|
|
|
57
57
|
<Buttons margin="x2">
|
|
58
|
-
<Button
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
<Button level="primary" onClick={() => handleOpenModal('modalWithLotsOfContentVisible')}>
|
|
59
|
+
Open Modal with lots of content
|
|
60
|
+
</Button>
|
|
61
61
|
</Buttons>
|
|
62
62
|
|
|
63
63
|
<Modal
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
backgroundColor="white"
|
|
65
|
+
onClose={() => handleCloseModal('modalWithTitleVisible')}
|
|
66
|
+
visible={state.modalWithTitleVisible}
|
|
67
|
+
width="28rem"
|
|
68
|
+
>
|
|
66
69
|
<ModalHeader />
|
|
67
70
|
<ModalBody>
|
|
68
71
|
<Flex direction="horizontal">
|
|
@@ -72,37 +75,45 @@ const SectionModals = () => {
|
|
|
72
75
|
</Flex>
|
|
73
76
|
</Flex>
|
|
74
77
|
<Buttons alignChildrenHorizontal="end" margin="x6">
|
|
75
|
-
<Button level="secondary" onClick={
|
|
78
|
+
<Button level="secondary" onClick={() => handleCloseModal('modalWithTitleVisible')}>
|
|
79
|
+
Run
|
|
80
|
+
</Button>
|
|
76
81
|
|
|
77
82
|
<Tooltip title="Careful!" visible>
|
|
78
|
-
{
|
|
83
|
+
{({ ref }) => (
|
|
79
84
|
<Button
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
85
|
+
innerRef={ref}
|
|
86
|
+
level="primary"
|
|
87
|
+
onClick={() => handleCloseModal('modalWithTitleVisible')}
|
|
88
|
+
variant="danger"
|
|
89
|
+
>
|
|
84
90
|
Jump!
|
|
85
91
|
</Button>
|
|
86
|
-
)
|
|
92
|
+
)}
|
|
87
93
|
</Tooltip>
|
|
88
94
|
</Buttons>
|
|
89
95
|
</ModalBody>
|
|
90
96
|
</Modal>
|
|
91
97
|
|
|
92
98
|
<Modal
|
|
93
|
-
|
|
94
|
-
|
|
99
|
+
backgroundColor="white"
|
|
100
|
+
onClose={() => handleCloseModal('modalWithHeaderVisible')}
|
|
101
|
+
visible={state.modalWithHeaderVisible}
|
|
102
|
+
width="600px"
|
|
103
|
+
>
|
|
95
104
|
<ModalHeader alignChildrenVertical="middle" minHeight="4.5rem" paddingVertical="x0" withSeparator>
|
|
96
105
|
<Flex alignChildrenVertical="middle" direction="horizontal" gap="x2">
|
|
97
106
|
<Flex>
|
|
98
|
-
<Icon name="Bitbot"size="2rem"
|
|
107
|
+
<Icon name="Bitbot" size="2rem" />
|
|
99
108
|
</Flex>
|
|
100
109
|
|
|
101
110
|
<Flex>
|
|
102
111
|
<Text letterSpacing="x3" size="4" textColor="grape-4" weight="bold">
|
|
103
112
|
Modals may have complex headers
|
|
104
113
|
</Text>
|
|
105
|
-
<Text size="1" textColor="gray-7" uppercase>
|
|
114
|
+
<Text size="1" textColor="gray-7" uppercase>
|
|
115
|
+
Even a subtitle fits in here!
|
|
116
|
+
</Text>
|
|
106
117
|
</Flex>
|
|
107
118
|
</Flex>
|
|
108
119
|
</ModalHeader>
|
|
@@ -111,91 +122,98 @@ const SectionModals = () => {
|
|
|
111
122
|
<ModalTitle>And we can still use a Title for the content!</ModalTitle>
|
|
112
123
|
<Text color="gray-7">And make the body look however you'd like</Text>
|
|
113
124
|
<Flex alignChildrenHorizontal="end" direction="horizontal" margin="x6">
|
|
114
|
-
<Button level="primary" onClick={
|
|
125
|
+
<Button level="primary" onClick={() => handleCloseModal('modalWithHeaderVisible')}>
|
|
126
|
+
Close
|
|
127
|
+
</Button>
|
|
115
128
|
</Flex>
|
|
116
129
|
</ModalBody>
|
|
117
130
|
</Modal>
|
|
118
131
|
|
|
119
|
-
|
|
120
132
|
<Modal
|
|
121
|
-
|
|
122
|
-
|
|
133
|
+
backgroundColor="white"
|
|
134
|
+
onClose={() => handleCloseModal('modalWithProgressVisible')}
|
|
135
|
+
visible={state.modalWithProgressVisible}
|
|
136
|
+
width="600px"
|
|
137
|
+
>
|
|
123
138
|
<ModalHeader alignChildrenVertical="middle" minHeight="4.5rem" paddingVertical="x0" withSeparator>
|
|
124
139
|
<Text size="5" textColor="grape-4" weight="bold">
|
|
125
140
|
Modal Header
|
|
126
141
|
</Text>
|
|
127
142
|
|
|
128
|
-
<ModalHeaderProgress
|
|
129
|
-
progress={ progress } />
|
|
143
|
+
<ModalHeaderProgress progress={progress} />
|
|
130
144
|
</ModalHeader>
|
|
131
145
|
|
|
132
146
|
<ModalBody>
|
|
133
|
-
<Text margin="x4">
|
|
134
|
-
Modal with a progress line inside the header,
|
|
135
|
-
click next to see it progress!
|
|
136
|
-
</Text>
|
|
147
|
+
<Text margin="x4">Modal with a progress line inside the header, click next to see it progress!</Text>
|
|
137
148
|
|
|
138
149
|
<Buttons alignChildrenHorizontal="end">
|
|
139
|
-
{
|
|
150
|
+
{progress === 1 ? (
|
|
140
151
|
<Button
|
|
141
|
-
|
|
142
|
-
|
|
152
|
+
level="primary"
|
|
153
|
+
onClick={() => {
|
|
154
|
+
setProgress(0);
|
|
155
|
+
handleCloseModal('modalWithProgressVisible');
|
|
156
|
+
}}
|
|
157
|
+
>
|
|
143
158
|
Ok, cool
|
|
144
159
|
</Button>
|
|
145
160
|
) : (
|
|
146
|
-
<Button
|
|
147
|
-
level="primary"
|
|
148
|
-
onClick={ () => setProgress(progress + 0.25) }>
|
|
161
|
+
<Button level="primary" onClick={() => setProgress(progress + 0.25)}>
|
|
149
162
|
Next!
|
|
150
163
|
</Button>
|
|
151
|
-
)
|
|
164
|
+
)}
|
|
152
165
|
</Buttons>
|
|
153
166
|
</ModalBody>
|
|
154
167
|
</Modal>
|
|
155
168
|
|
|
156
169
|
<Modal
|
|
157
|
-
|
|
158
|
-
|
|
170
|
+
backgroundColor="white"
|
|
171
|
+
onClose={() => handleCloseModal('modalWithLotsOfContentVisible')}
|
|
172
|
+
visible={state.modalWithLotsOfContentVisible}
|
|
173
|
+
width="600px"
|
|
174
|
+
>
|
|
159
175
|
<ModalHeader />
|
|
160
176
|
<ModalBody>
|
|
161
177
|
<ModalTitle>Modal Title</ModalTitle>
|
|
162
178
|
|
|
163
179
|
<Text margin="x2">
|
|
164
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque arcu vitae nibh rutrum,
|
|
165
|
-
ligula rutrum. Quisque volutpat vitae mauris non interdum. Ut egestas, ex aliquam
|
|
166
|
-
sollicitudin elit, sit amet vulputate nisi leo a tortor. Pellentesque rhoncus
|
|
167
|
-
euismod nec. Fusce sed tincidunt nisi. Sed porta odio risus, sagittis
|
|
168
|
-
leo, tempor vel est ut, viverra dignissim urna.
|
|
180
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque arcu vitae nibh rutrum,
|
|
181
|
+
sit amet lobortis ligula rutrum. Quisque volutpat vitae mauris non interdum. Ut egestas, ex aliquam
|
|
182
|
+
hendrerit placerat, mi nisi sollicitudin elit, sit amet vulputate nisi leo a tortor. Pellentesque rhoncus
|
|
183
|
+
mattis nisl, vel efficitur libero euismod nec. Fusce sed tincidunt nisi. Sed porta odio risus, sagittis
|
|
184
|
+
venenatis lacus pharetra ut. Integer turpis leo, tempor vel est ut, viverra dignissim urna.
|
|
169
185
|
</Text>
|
|
170
186
|
|
|
171
187
|
<Text margin="x2">
|
|
172
|
-
Phasellus rhoncus consectetur risus efficitur finibus. Pellentesque in enim in lorem volutpat blandit sed
|
|
173
|
-
tortor. Praesent consectetur pellentesque risus eget elementum. Cras molestie dapibus nisl, in
|
|
174
|
-
sollicitudin id. Curabitur vitae molestie nunc. Mauris dapibus suscipit erat, vel tempus
|
|
175
|
-
ornare et mattis eu, consequat ac tortor.
|
|
188
|
+
Phasellus rhoncus consectetur risus efficitur finibus. Pellentesque in enim in lorem volutpat blandit sed
|
|
189
|
+
venenatis tortor. Praesent consectetur pellentesque risus eget elementum. Cras molestie dapibus nisl, in
|
|
190
|
+
consequat tellus sollicitudin id. Curabitur vitae molestie nunc. Mauris dapibus suscipit erat, vel tempus
|
|
191
|
+
tellus. Morbi mi dui, ornare et mattis eu, consequat ac tortor.
|
|
176
192
|
</Text>
|
|
177
193
|
|
|
178
194
|
<Text margin="x2">
|
|
179
|
-
Curabitur laoreet porta est eu fermentum. Nunc imperdiet porta leo, ac commodo nisi maximus eu. Morbi
|
|
180
|
-
sed ex ac fermentum. Sed posuere ex non lectus pretium viverra eu non arcu. Nullam vel auctor
|
|
181
|
-
nunc. Vestibulum bibendum nibh quam, in faucibus lacus condimentum ac. Integer at
|
|
182
|
-
fringilla magna neque, et sodales mauris semper et. Vestibulum aliquam, sem
|
|
183
|
-
dui rutrum lectus, eu congue metus neque id eros. Maecenas posuere nunc a
|
|
184
|
-
faucibus magna. Maecenas id dolor lacinia ipsum rhoncus pellentesque.
|
|
185
|
-
amet justo ut, vestibulum bibendum dolor. Nullam sodales ultrices congue.
|
|
186
|
-
tincidunt sagittis, lobortis vel odio.
|
|
195
|
+
Curabitur laoreet porta est eu fermentum. Nunc imperdiet porta leo, ac commodo nisi maximus eu. Morbi
|
|
196
|
+
ultricies sed ex ac fermentum. Sed posuere ex non lectus pretium viverra eu non arcu. Nullam vel auctor
|
|
197
|
+
tortor, non faucibus nunc. Vestibulum bibendum nibh quam, in faucibus lacus condimentum ac. Integer at
|
|
198
|
+
faucibus sapien. Phasellus fringilla magna neque, et sodales mauris semper et. Vestibulum aliquam, sem
|
|
199
|
+
gravida mollis hendrerit, felis dui rutrum lectus, eu congue metus neque id eros. Maecenas posuere nunc a
|
|
200
|
+
elit bibendum vulputate. Nam ut faucibus magna. Maecenas id dolor lacinia ipsum rhoncus pellentesque.
|
|
201
|
+
Maecenas nisl lectus, bibendum sit amet justo ut, vestibulum bibendum dolor. Nullam sodales ultrices congue.
|
|
202
|
+
Donec erat massa, consequat non tincidunt sagittis, lobortis vel odio.
|
|
187
203
|
</Text>
|
|
188
204
|
|
|
189
205
|
<Text margin="x2">
|
|
190
|
-
Fusce vitae semper nibh, et efficitur ipsum. Ut mattis sollicitudin nisl, sit amet gravida nibh ornare
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
206
|
+
Fusce vitae semper nibh, et efficitur ipsum. Ut mattis sollicitudin nisl, sit amet gravida nibh ornare sed.
|
|
207
|
+
Cras quis turpis sem. Suspendisse eget urna ac quam varius ullamcorper et at erat. Fusce eleifend pulvinar
|
|
208
|
+
justo, non faucibus neque. Vivamus elementum convallis tempor. Suspendisse egestas nunc in erat commodo, sed
|
|
209
|
+
rutrum ante maximus. Orci varius natoque penatibus et magnis dis parturient montes, ]nascetur ridiculus mus.
|
|
210
|
+
Nam sapien lorem, finibus ac molestie ut, ultrices id purus.
|
|
195
211
|
</Text>
|
|
196
212
|
|
|
197
213
|
<Flex alignChildrenHorizontal="end" direction="horizontal" margin="x6">
|
|
198
|
-
<Button level="primary" onClick={
|
|
214
|
+
<Button level="primary" onClick={() => handleCloseModal('modalWithLotsOfContentVisible')}>
|
|
215
|
+
Close
|
|
216
|
+
</Button>
|
|
199
217
|
</Flex>
|
|
200
218
|
</ModalBody>
|
|
201
219
|
</Modal>
|
|
@@ -6,33 +6,31 @@ import Section from '../../Section/Section';
|
|
|
6
6
|
const SectionNotification = () => {
|
|
7
7
|
return (
|
|
8
8
|
<Section>
|
|
9
|
-
<Notification margin="x2" onRemove={
|
|
9
|
+
<Notification margin="x2" onRemove={() => {}} type="warning">
|
|
10
10
|
You need to setup publishing on the <Link underline>Settings page</Link>.
|
|
11
11
|
</Notification>
|
|
12
12
|
|
|
13
|
-
<Notification icon="Deployment" margin="x2" onRemove={
|
|
13
|
+
<Notification icon="Deployment" margin="x2" onRemove={() => {}} type="inform">
|
|
14
14
|
App is ready for publishing to App Store Connect.
|
|
15
15
|
</Notification>
|
|
16
16
|
|
|
17
|
-
<Notification margin="x2" onRemove={
|
|
17
|
+
<Notification margin="x2" onRemove={() => {}} type="alert">
|
|
18
18
|
Publish has failed. See the error log at the <Link underline>Activity tab</Link>.
|
|
19
19
|
</Notification>
|
|
20
20
|
|
|
21
|
-
<Notification margin="x2" onRemove={
|
|
21
|
+
<Notification margin="x2" onRemove={() => {}} type="success">
|
|
22
22
|
App has successfully published to <Link underline>App Store Connect</Link>
|
|
23
23
|
</Notification>
|
|
24
24
|
|
|
25
|
-
<Notification margin="x2" onRemove={
|
|
25
|
+
<Notification margin="x2" onRemove={() => {}} type="progress">
|
|
26
26
|
Publishing to App Store Connect is in progress.
|
|
27
27
|
</Notification>
|
|
28
28
|
|
|
29
|
-
<CodeBlock title="Notification usage example">{
|
|
30
|
-
`const Component = () => (
|
|
29
|
+
<CodeBlock title="Notification usage example">{`const Component = () => (
|
|
31
30
|
<Notification margin="x2" onRemove={ () => {} } type="progress">
|
|
32
31
|
Publishing to App Store Connect is in progress.
|
|
33
32
|
</Notification>
|
|
34
|
-
);`
|
|
35
|
-
}</CodeBlock>
|
|
33
|
+
);`}</CodeBlock>
|
|
36
34
|
</Section>
|
|
37
35
|
);
|
|
38
36
|
};
|
|
@@ -26,69 +26,56 @@ const SectionPlacement = () => {
|
|
|
26
26
|
return (
|
|
27
27
|
<Section>
|
|
28
28
|
<Tabs gap="x6" margin="x8">
|
|
29
|
-
<Tab
|
|
30
|
-
active={ selectedTab === 1 }
|
|
31
|
-
onClick={ () => setSelectedTab(1) }>
|
|
29
|
+
<Tab active={selectedTab === 1} onClick={() => setSelectedTab(1)}>
|
|
32
30
|
Placement Reference
|
|
33
31
|
</Tab>
|
|
34
32
|
|
|
35
|
-
<Tab
|
|
36
|
-
active={ selectedTab === 2 }
|
|
37
|
-
onClick={ () => setSelectedTab(2) }>
|
|
33
|
+
<Tab active={selectedTab === 2} onClick={() => setSelectedTab(2)}>
|
|
38
34
|
Reference Element
|
|
39
35
|
</Tab>
|
|
40
36
|
</Tabs>
|
|
41
37
|
|
|
42
|
-
{
|
|
43
|
-
|
|
38
|
+
{selectedTab === 1 && (
|
|
39
|
+
<>
|
|
44
40
|
<PlacementManager>
|
|
45
41
|
<PlacementReference>
|
|
46
|
-
{
|
|
47
|
-
<Button
|
|
48
|
-
innerRef={ ref }
|
|
49
|
-
level="primary"
|
|
50
|
-
onClick={ handleToggle }>
|
|
42
|
+
{({ ref }) => (
|
|
43
|
+
<Button innerRef={ref} level="primary" onClick={handleToggle}>
|
|
51
44
|
<Icon name="More" />
|
|
52
45
|
</Button>
|
|
53
|
-
)
|
|
46
|
+
)}
|
|
54
47
|
</PlacementReference>
|
|
55
48
|
|
|
56
|
-
<Placement
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
49
|
+
<Placement
|
|
50
|
+
onClose={(event: MouseEvent) => {
|
|
51
|
+
console.log('Placement closed via event', event);
|
|
52
|
+
handleToggle();
|
|
53
|
+
}}
|
|
54
|
+
visible={visible}
|
|
55
|
+
>
|
|
56
|
+
{() => (
|
|
61
57
|
<DropdownMenu withArrow>
|
|
62
|
-
<DropdownMenuItem
|
|
63
|
-
icon="Percent"
|
|
64
|
-
onClick={ handleToggle }>
|
|
58
|
+
<DropdownMenuItem icon="Percent" onClick={handleToggle}>
|
|
65
59
|
Refer your friends
|
|
66
60
|
</DropdownMenuItem>
|
|
67
61
|
|
|
68
|
-
<DropdownMenuItem
|
|
69
|
-
icon="Settings"
|
|
70
|
-
onClick={ handleToggle }>
|
|
62
|
+
<DropdownMenuItem icon="Settings" onClick={handleToggle}>
|
|
71
63
|
Account setings
|
|
72
64
|
</DropdownMenuItem>
|
|
73
65
|
|
|
74
|
-
<DropdownMenuItem
|
|
75
|
-
icon="ChangePlan"
|
|
76
|
-
onClick={ handleToggle }>
|
|
66
|
+
<DropdownMenuItem icon="ChangePlan" onClick={handleToggle}>
|
|
77
67
|
Change plan
|
|
78
68
|
</DropdownMenuItem>
|
|
79
69
|
|
|
80
|
-
<DropdownMenuItem
|
|
81
|
-
icon="Logout"
|
|
82
|
-
onClick={ handleToggle }>
|
|
70
|
+
<DropdownMenuItem icon="Logout" onClick={handleToggle}>
|
|
83
71
|
Log out
|
|
84
72
|
</DropdownMenuItem>
|
|
85
73
|
</DropdownMenu>
|
|
86
|
-
)
|
|
74
|
+
)}
|
|
87
75
|
</Placement>
|
|
88
76
|
</PlacementManager>
|
|
89
77
|
|
|
90
|
-
<CodeBlock margin="x4" title="PlacementReference Example">{
|
|
91
|
-
`const Component = () => {
|
|
78
|
+
<CodeBlock margin="x4" title="PlacementReference Example">{`const Component = () => {
|
|
92
79
|
const [visible, setVisible] = React.useState(false);
|
|
93
80
|
|
|
94
81
|
return (
|
|
@@ -127,36 +114,23 @@ const SectionPlacement = () => {
|
|
|
127
114
|
</Placement>
|
|
128
115
|
</PlacementManager>
|
|
129
116
|
);
|
|
130
|
-
};`
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
<
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
size="4rem" />
|
|
142
|
-
|
|
143
|
-
<Placement
|
|
144
|
-
backgroundColor="black"
|
|
145
|
-
placement="right"
|
|
146
|
-
referenceElement={ ref }
|
|
147
|
-
textColor="white"
|
|
148
|
-
visible={ !!ref }>
|
|
149
|
-
{ () => (
|
|
150
|
-
<PlacementArea
|
|
151
|
-
padding="x3"
|
|
152
|
-
withArrow>
|
|
117
|
+
};`}</CodeBlock>
|
|
118
|
+
</>
|
|
119
|
+
)}
|
|
120
|
+
|
|
121
|
+
{selectedTab === 2 && (
|
|
122
|
+
<>
|
|
123
|
+
<Icon innerRef={setRef} name="Bitbot" size="4rem" />
|
|
124
|
+
|
|
125
|
+
<Placement backgroundColor="black" placement="right" referenceElement={ref} textColor="white" visible={!!ref}>
|
|
126
|
+
{() => (
|
|
127
|
+
<PlacementArea padding="x3" withArrow>
|
|
153
128
|
Hi, I'm Bitbot 👋
|
|
154
129
|
</PlacementArea>
|
|
155
|
-
)
|
|
130
|
+
)}
|
|
156
131
|
</Placement>
|
|
157
132
|
|
|
158
|
-
<CodeBlock margin="x4" title="Pre-existing Reference Element">{
|
|
159
|
-
`const Component = () => {
|
|
133
|
+
<CodeBlock margin="x4" title="Pre-existing Reference Element">{`const Component = () => {
|
|
160
134
|
const [ref, setRef] = React.useState();
|
|
161
135
|
|
|
162
136
|
return (
|
|
@@ -180,10 +154,9 @@ const SectionPlacement = () => {
|
|
|
180
154
|
</Placement>
|
|
181
155
|
</React.Fragment>
|
|
182
156
|
);
|
|
183
|
-
};`
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
) }
|
|
157
|
+
};`}</CodeBlock>
|
|
158
|
+
</>
|
|
159
|
+
)}
|
|
187
160
|
</Section>
|
|
188
161
|
);
|
|
189
162
|
};
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
hooks,
|
|
4
|
+
Base,
|
|
5
|
+
Buttons,
|
|
6
|
+
ProgressBar,
|
|
7
|
+
ProgressButton,
|
|
8
|
+
ProgressColorButton,
|
|
9
|
+
ProgressBitbot,
|
|
10
|
+
ProgressSpinner,
|
|
11
|
+
Flex,
|
|
12
|
+
Text,
|
|
13
|
+
Icon,
|
|
14
|
+
} from '@bitrise/bitkit';
|
|
3
15
|
import Section from '../../Section/Section';
|
|
4
16
|
import SectionSubTitle from '../../Section/SectionSubTitle';
|
|
5
17
|
|
|
@@ -17,9 +29,12 @@ const SectionProgress = () => {
|
|
|
17
29
|
const [progressing5, setProgressing5] = useState(false);
|
|
18
30
|
|
|
19
31
|
React.useEffect(() => {
|
|
20
|
-
refTimeout.current = window.setTimeout(
|
|
21
|
-
|
|
22
|
-
|
|
32
|
+
refTimeout.current = window.setTimeout(
|
|
33
|
+
() => {
|
|
34
|
+
setProgress(progress < 1 ? progress + Math.random() * (0.1 - 0.05) + 0.05 : 0);
|
|
35
|
+
},
|
|
36
|
+
progress < 1 ? Math.random() * (500 - 250) + 250 : 1000,
|
|
37
|
+
);
|
|
23
38
|
|
|
24
39
|
return () => {
|
|
25
40
|
window.clearTimeout(refTimeout.current);
|
|
@@ -31,7 +46,7 @@ const SectionProgress = () => {
|
|
|
31
46
|
<Base margin="x6">
|
|
32
47
|
<SectionSubTitle>Indeterminate progress Bitbot</SectionSubTitle>
|
|
33
48
|
|
|
34
|
-
<Flex direction={
|
|
49
|
+
<Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x4">
|
|
35
50
|
<Flex backgroundColor="gray-1" grow padding="x6">
|
|
36
51
|
<ProgressBitbot content="Loading something..." size="64px" textColor="grape-3" />
|
|
37
52
|
</Flex>
|
|
@@ -49,7 +64,7 @@ const SectionProgress = () => {
|
|
|
49
64
|
<Base margin="x12">
|
|
50
65
|
<SectionSubTitle>Indeterminate progress spinner</SectionSubTitle>
|
|
51
66
|
|
|
52
|
-
<Flex direction={
|
|
67
|
+
<Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x4">
|
|
53
68
|
<Flex backgroundColor="gray-1" grow padding="x6">
|
|
54
69
|
<ProgressSpinner size="2rem" textColor="grape-3" />
|
|
55
70
|
</Flex>
|
|
@@ -68,40 +83,33 @@ const SectionProgress = () => {
|
|
|
68
83
|
<SectionSubTitle>Indeterminate progress buttons (Press them to toggle the states)</SectionSubTitle>
|
|
69
84
|
|
|
70
85
|
<Buttons>
|
|
71
|
-
<ProgressButton
|
|
72
|
-
level="primary"
|
|
73
|
-
onClick={ () => setProgressing1(!progressing1) }
|
|
74
|
-
progressing={ progressing1 }>
|
|
86
|
+
<ProgressButton level="primary" onClick={() => setProgressing1(!progressing1)} progressing={progressing1}>
|
|
75
87
|
Primary
|
|
76
88
|
</ProgressButton>
|
|
77
89
|
|
|
78
90
|
<ProgressButton
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
91
|
+
level="primary"
|
|
92
|
+
onClick={() => setProgressing2(!progressing2)}
|
|
93
|
+
progressing={progressing2}
|
|
94
|
+
variant="danger"
|
|
95
|
+
>
|
|
83
96
|
Danger!
|
|
84
97
|
</ProgressButton>
|
|
85
98
|
|
|
86
|
-
<ProgressButton
|
|
87
|
-
level="secondary"
|
|
88
|
-
onClick={ () => setProgressing3(!progressing3) }
|
|
89
|
-
progressing={ progressing3 }>
|
|
99
|
+
<ProgressButton level="secondary" onClick={() => setProgressing3(!progressing3)} progressing={progressing3}>
|
|
90
100
|
Secondary
|
|
91
101
|
</ProgressButton>
|
|
92
102
|
|
|
93
103
|
<ProgressColorButton
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
104
|
+
color="blue"
|
|
105
|
+
onClick={() => setProgressing4(!progressing4)}
|
|
106
|
+
progressing={progressing4}
|
|
107
|
+
size="medium"
|
|
108
|
+
>
|
|
98
109
|
Color button
|
|
99
110
|
</ProgressColorButton>
|
|
100
111
|
|
|
101
|
-
<ProgressButton
|
|
102
|
-
level="primary"
|
|
103
|
-
onClick={ () => setProgressing5(!progressing5) }
|
|
104
|
-
progressing={ progressing5 }>
|
|
112
|
+
<ProgressButton level="primary" onClick={() => setProgressing5(!progressing5)} progressing={progressing5}>
|
|
105
113
|
<Icon name="App" />
|
|
106
114
|
<span>Button with icon</span>
|
|
107
115
|
</ProgressButton>
|
|
@@ -114,23 +122,25 @@ const SectionProgress = () => {
|
|
|
114
122
|
<Text>Without stripes</Text>
|
|
115
123
|
|
|
116
124
|
<ProgressBar
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
125
|
+
backgroundColor="gray-2"
|
|
126
|
+
borderRadius="x2"
|
|
127
|
+
foregroundColor="grape-3"
|
|
128
|
+
height="8px"
|
|
129
|
+
margin="x2"
|
|
130
|
+
progress={progress}
|
|
131
|
+
/>
|
|
123
132
|
|
|
124
133
|
<Text>With stripes</Text>
|
|
125
134
|
|
|
126
135
|
<ProgressBar
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
136
|
+
backgroundColor="gray-2"
|
|
137
|
+
borderRadius="x2"
|
|
138
|
+
foregroundColor="aqua-3"
|
|
139
|
+
height="8px"
|
|
140
|
+
margin="x2"
|
|
141
|
+
progress={progress}
|
|
142
|
+
stripeColor="gray-1"
|
|
143
|
+
/>
|
|
134
144
|
</Base>
|
|
135
145
|
</Section>
|
|
136
146
|
);
|
|
@@ -11,37 +11,26 @@ const SectionFormElements = () => {
|
|
|
11
11
|
|
|
12
12
|
return (
|
|
13
13
|
<Section>
|
|
14
|
-
<Flex
|
|
15
|
-
|
|
16
|
-
gap="x12"
|
|
17
|
-
margin="x12">
|
|
18
|
-
<Flex grow initial={ match('896px') ? 'none' : 'content' }>
|
|
14
|
+
<Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x12" margin="x12">
|
|
15
|
+
<Flex grow initial={match('896px') ? 'none' : 'content'}>
|
|
19
16
|
<SectionSubTitle>Checked RadioButton</SectionSubTitle>
|
|
20
|
-
<RadioButton defaultChecked>
|
|
21
|
-
RadioButton label
|
|
22
|
-
</RadioButton>
|
|
17
|
+
<RadioButton defaultChecked>RadioButton label</RadioButton>
|
|
23
18
|
</Flex>
|
|
24
19
|
|
|
25
|
-
<Flex grow initial={
|
|
20
|
+
<Flex grow initial={match('896px') ? 'none' : 'content'}>
|
|
26
21
|
<SectionSubTitle>Unchecked RadioButton</SectionSubTitle>
|
|
27
|
-
<RadioButton>
|
|
28
|
-
RadioButton label
|
|
29
|
-
</RadioButton>
|
|
22
|
+
<RadioButton>RadioButton label</RadioButton>
|
|
30
23
|
</Flex>
|
|
31
24
|
|
|
32
|
-
<Flex grow initial={
|
|
25
|
+
<Flex grow initial={match('896px') ? 'none' : 'content'}>
|
|
33
26
|
<SectionSubTitle>Disabled RadioButton</SectionSubTitle>
|
|
34
|
-
<RadioButton disabled>
|
|
35
|
-
RadioButton label
|
|
36
|
-
</RadioButton>
|
|
27
|
+
<RadioButton disabled>RadioButton label</RadioButton>
|
|
37
28
|
</Flex>
|
|
38
29
|
</Flex>
|
|
39
30
|
|
|
40
|
-
<CodeBlock title="RadioButton usage example">{
|
|
41
|
-
`const Component = () => (
|
|
31
|
+
<CodeBlock title="RadioButton usage example">{`const Component = () => (
|
|
42
32
|
<RadioButton>RadioButton label</RadioButton>
|
|
43
|
-
);`
|
|
44
|
-
}</CodeBlock>
|
|
33
|
+
);`}</CodeBlock>
|
|
45
34
|
</Section>
|
|
46
35
|
);
|
|
47
36
|
};
|