@clickhouse/click-ui 0.0.3 → 0.0.5
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/{index.js → click-ui.es.js} +4553 -5052
- package/dist/click-ui.umd.js +442 -0
- package/package.json +14 -6
- package/.eslintrc.cjs +0 -33
- package/.github/workflows/deployment.yml +0 -34
- package/.prettierrc +0 -14
- package/.storybook/main.ts +0 -19
- package/.storybook/manager.ts +0 -11
- package/.storybook/preview-head.html +0 -2
- package/.storybook/preview.tsx +0 -76
- package/.storybook/theme.ts +0 -16
- package/build-tokens.js +0 -131
- package/dist/App.d.ts +0 -2
- package/dist/assets/RightArrow/RightArrow.d.ts +0 -1
- package/dist/assets/S3Logo/S3Logo.d.ts +0 -1
- package/dist/components/Accordion/Accordion.d.ts +0 -27
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -21
- package/dist/components/Accordion/Accordion.test.d.ts +0 -1
- package/dist/components/Alert/Alert.d.ts +0 -16
- package/dist/components/Alert/Alert.stories.d.ts +0 -12
- package/dist/components/Alert/Alert.test.d.ts +0 -1
- package/dist/components/Avatar/Avatar.d.ts +0 -7
- package/dist/components/Avatar/Avatar.stories.d.ts +0 -11
- package/dist/components/Badge/Badge.d.ts +0 -16
- package/dist/components/Badge/Badge.stories.d.ts +0 -34
- package/dist/components/Badge/Badge.test.d.ts +0 -1
- package/dist/components/BigStat/BigStat.d.ts +0 -10
- package/dist/components/BigStat/BigStat.stories.d.ts +0 -20
- package/dist/components/Button/Button.d.ts +0 -23
- package/dist/components/Button/Button.stories.d.ts +0 -28
- package/dist/components/Button/Button.test.d.ts +0 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +0 -6
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -12
- package/dist/components/Card/Card.d.ts +0 -10
- package/dist/components/Card/Card.stories.d.ts +0 -16
- package/dist/components/Checkbox/Checkbox.d.ts +0 -5
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -29
- package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
- package/dist/components/ContextMenu/ContextMenu.d.ts +0 -38
- package/dist/components/ContextMenu/ContextMenu.stories.d.ts +0 -30
- package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.d.ts +0 -38
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -36
- package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/dist/components/FormField/Label.d.ts +0 -7
- package/dist/components/FormField/Label.stories.d.ts +0 -28
- package/dist/components/FormField/Select.d.ts +0 -43
- package/dist/components/FormField/Select.stories.d.ts +0 -54
- package/dist/components/FormField/Select.test.d.ts +0 -0
- package/dist/components/FormField/SelectContext.d.ts +0 -24
- package/dist/components/FormField/commonElement.d.ts +0 -1100
- package/dist/components/GenericMenu.d.ts +0 -764
- package/dist/components/HoverCard/HoverCard.d.ts +0 -20
- package/dist/components/HoverCard/HoverCard.stories.d.ts +0 -36
- package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
- package/dist/components/Icon/Icon.d.ts +0 -571
- package/dist/components/Icon/Icon.stories.d.ts +0 -495
- package/dist/components/Icon/types.d.ts +0 -8
- package/dist/components/IconButton/IconButton.d.ts +0 -15
- package/dist/components/IconButton/IconButton.stories.d.ts +0 -30
- package/dist/components/IconButton/IconButton.test.d.ts +0 -1
- package/dist/components/Panel/Panel.d.ts +0 -11
- package/dist/components/Panel/Panel.stories.d.ts +0 -23
- package/dist/components/Popover/Popover.d.ts +0 -23
- package/dist/components/Popover/Popover.stories.d.ts +0 -43
- package/dist/components/Popover/Popover.test.d.ts +0 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +0 -17
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +0 -39
- package/dist/components/RadioGroup/RadioGroup.test.d.ts +0 -1
- package/dist/components/Separator/Separator.d.ts +0 -6
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +0 -17
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +0 -20
- package/dist/components/Spacer/Spacer.d.ts +0 -4
- package/dist/components/Spacer/Spacer.stories.d.ts +0 -19
- package/dist/components/Switch/Switch.d.ts +0 -7
- package/dist/components/Switch/Switch.stories.d.ts +0 -13
- package/dist/components/Table/Table.d.ts +0 -568
- package/dist/components/Table/Table.stories.d.ts +0 -575
- package/dist/components/Tabs/Tabs.d.ts +0 -848
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -845
- package/dist/components/Tabs/Tabs.test.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -17
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -45
- package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/components/Typography/Text/Text.d.ts +0 -12
- package/dist/components/Typography/Text/Text.stories.d.ts +0 -22
- package/dist/components/Typography/Text/Text.test.d.ts +0 -1
- package/dist/components/Typography/Title/Title.d.ts +0 -14
- package/dist/components/Typography/Title/Title.stories.d.ts +0 -35
- package/dist/components/Typography/Title/Title.test.d.ts +0 -1
- package/dist/components/icons/Activity.d.ts +0 -3
- package/dist/components/icons/ArrowDown.d.ts +0 -3
- package/dist/components/icons/ArrowRight.d.ts +0 -3
- package/dist/components/icons/ArrowTriangle.d.ts +0 -3
- package/dist/components/icons/ArrowUp.d.ts +0 -3
- package/dist/components/icons/Backups.d.ts +0 -3
- package/dist/components/icons/Blog.d.ts +0 -3
- package/dist/components/icons/Book.d.ts +0 -3
- package/dist/components/icons/Brackets.d.ts +0 -3
- package/dist/components/icons/Briefcase.d.ts +0 -3
- package/dist/components/icons/Building.d.ts +0 -3
- package/dist/components/icons/BurgerMenu.d.ts +0 -3
- package/dist/components/icons/Cards.d.ts +0 -3
- package/dist/components/icons/CellTower.d.ts +0 -3
- package/dist/components/icons/ChatIcon.d.ts +0 -3
- package/dist/components/icons/CheckIcon.d.ts +0 -3
- package/dist/components/icons/CheckInCircle.d.ts +0 -3
- package/dist/components/icons/ChevronDown.d.ts +0 -2
- package/dist/components/icons/ChevronLeft.d.ts +0 -3
- package/dist/components/icons/ChevronRight.d.ts +0 -2
- package/dist/components/icons/ChevronUp.d.ts +0 -3
- package/dist/components/icons/Clock.d.ts +0 -3
- package/dist/components/icons/Cloud.d.ts +0 -3
- package/dist/components/icons/Code.d.ts +0 -3
- package/dist/components/icons/CodeInSquare.d.ts +0 -3
- package/dist/components/icons/Connect.d.ts +0 -3
- package/dist/components/icons/ConnectAlt.d.ts +0 -3
- package/dist/components/icons/Console.d.ts +0 -3
- package/dist/components/icons/Copy.d.ts +0 -3
- package/dist/components/icons/CrossIcon.d.ts +0 -3
- package/dist/components/icons/Data.d.ts +0 -3
- package/dist/components/icons/DatabaseIcon.d.ts +0 -3
- package/dist/components/icons/Disk.d.ts +0 -3
- package/dist/components/icons/Display.d.ts +0 -3
- package/dist/components/icons/Document.d.ts +0 -3
- package/dist/components/icons/DotsHorizontal.d.ts +0 -3
- package/dist/components/icons/DotsVertical.d.ts +0 -3
- package/dist/components/icons/Email.d.ts +0 -3
- package/dist/components/icons/Empty.d.ts +0 -3
- package/dist/components/icons/FilterIcon.d.ts +0 -3
- package/dist/components/icons/Fire.d.ts +0 -3
- package/dist/components/icons/Flags/EuropeanUnion.d.ts +0 -3
- package/dist/components/icons/Flags/Germany.d.ts +0 -3
- package/dist/components/icons/Flags/India.d.ts +0 -3
- package/dist/components/icons/Flags/Ireland.d.ts +0 -3
- package/dist/components/icons/Flags/Netherlands.d.ts +0 -3
- package/dist/components/icons/Flags/Singapore.d.ts +0 -2
- package/dist/components/icons/Flags/UnitedKingdom.d.ts +0 -3
- package/dist/components/icons/Flags/UnitedStates.d.ts +0 -3
- package/dist/components/icons/Flags/index.d.ts +0 -6
- package/dist/components/icons/Folder.d.ts +0 -3
- package/dist/components/icons/Gift.d.ts +0 -3
- package/dist/components/icons/HistoryIcon.d.ts +0 -3
- package/dist/components/icons/Home.d.ts +0 -3
- package/dist/components/icons/Http.d.ts +0 -3
- package/dist/components/icons/InfoInCircleIcon.d.ts +0 -3
- package/dist/components/icons/InformationIcon.d.ts +0 -3
- package/dist/components/icons/InsertRowIcon.d.ts +0 -3
- package/dist/components/icons/Integrations.d.ts +0 -3
- package/dist/components/icons/LightBulb.d.ts +0 -3
- package/dist/components/icons/Lightening.d.ts +0 -3
- package/dist/components/icons/Loading.d.ts +0 -3
- package/dist/components/icons/Metrics.d.ts +0 -3
- package/dist/components/icons/MetricsAlt.d.ts +0 -3
- package/dist/components/icons/Payment.d.ts +0 -3
- package/dist/components/icons/Payments/Amex.d.ts +0 -3
- package/dist/components/icons/Payments/MasterCard.d.ts +0 -3
- package/dist/components/icons/Payments/Paypal.d.ts +0 -3
- package/dist/components/icons/Payments/Visa.d.ts +0 -3
- package/dist/components/icons/Payments/index.d.ts +0 -6
- package/dist/components/icons/Pencil.d.ts +0 -3
- package/dist/components/icons/PieChart.d.ts +0 -3
- package/dist/components/icons/Play.d.ts +0 -3
- package/dist/components/icons/Plus.d.ts +0 -3
- package/dist/components/icons/Popout.d.ts +0 -3
- package/dist/components/icons/PopoverArrow.d.ts +0 -3
- package/dist/components/icons/Question.d.ts +0 -3
- package/dist/components/icons/Refresh.d.ts +0 -3
- package/dist/components/icons/Search.d.ts +0 -3
- package/dist/components/icons/Secure.d.ts +0 -3
- package/dist/components/icons/Services.d.ts +0 -3
- package/dist/components/icons/Settings.d.ts +0 -3
- package/dist/components/icons/Share.d.ts +0 -3
- package/dist/components/icons/SlideIn.d.ts +0 -3
- package/dist/components/icons/SlideOut.d.ts +0 -3
- package/dist/components/icons/SortAltIcon.d.ts +0 -3
- package/dist/components/icons/SortIcon.d.ts +0 -3
- package/dist/components/icons/Sparkle.d.ts +0 -3
- package/dist/components/icons/Speaker.d.ts +0 -3
- package/dist/components/icons/Speed.d.ts +0 -3
- package/dist/components/icons/Star.d.ts +0 -3
- package/dist/components/icons/Support.d.ts +0 -3
- package/dist/components/icons/Table.d.ts +0 -3
- package/dist/components/icons/Taxi.d.ts +0 -3
- package/dist/components/icons/Trash.d.ts +0 -3
- package/dist/components/icons/Upload.d.ts +0 -3
- package/dist/components/icons/Url.d.ts +0 -3
- package/dist/components/icons/UserIcon.d.ts +0 -2
- package/dist/components/icons/UsersIcon.d.ts +0 -2
- package/dist/components/icons/WarningIcon.d.ts +0 -3
- package/dist/components/index.d.ts +0 -24
- package/dist/components/types.d.ts +0 -1
- package/dist/index.cjs +0 -442
- package/dist/index.d.ts +0 -2
- package/dist/main.d.ts +0 -0
- package/dist/styles/types.d.ts +0 -2087
- package/dist/styles/variables.classic.json.d.ts +0 -204
- package/dist/styles/variables.dark.json.d.ts +0 -896
- package/dist/styles/variables.json.d.ts +0 -2089
- package/dist/styles/variables.light.json.d.ts +0 -951
- package/dist/theme/index.d.ts +0 -10
- package/dist/theme/theme.d.ts +0 -6
- package/index.html +0 -17
- package/jest.config.ts +0 -11
- package/public/favicon.ico +0 -0
- package/public/logo.svg +0 -17
- package/public/vite.svg +0 -1
- package/src/App.css +0 -1
- package/src/App.module.css +0 -235
- package/src/App.tsx +0 -217
- package/src/assets/RightArrow/RightArrow.tsx +0 -17
- package/src/assets/S3Logo/S3Logo.tsx +0 -31
- package/src/assets/react.svg +0 -1
- package/src/components/Accordion/Accordion.stories.tsx +0 -28
- package/src/components/Accordion/Accordion.test.tsx +0 -46
- package/src/components/Accordion/Accordion.tsx +0 -119
- package/src/components/Alert/Alert.stories.tsx +0 -14
- package/src/components/Alert/Alert.test.tsx +0 -27
- package/src/components/Alert/Alert.tsx +0 -130
- package/src/components/Avatar/Avatar.stories.tsx +0 -13
- package/src/components/Avatar/Avatar.tsx +0 -64
- package/src/components/Badge/Badge.stories.ts +0 -30
- package/src/components/Badge/Badge.test.tsx +0 -16
- package/src/components/Badge/Badge.tsx +0 -78
- package/src/components/BigStat/BigStat.stories.ts +0 -20
- package/src/components/BigStat/BigStat.tsx +0 -49
- package/src/components/Button/Button.stories.ts +0 -26
- package/src/components/Button/Button.test.tsx +0 -32
- package/src/components/Button/Button.tsx +0 -115
- package/src/components/ButtonGroup/ButtonGroup.stories.ts +0 -14
- package/src/components/ButtonGroup/ButtonGroup.tsx +0 -78
- package/src/components/Card/Card.stories.ts +0 -19
- package/src/components/Card/Card.tsx +0 -107
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -35
- package/src/components/Checkbox/Checkbox.test.tsx +0 -41
- package/src/components/Checkbox/Checkbox.tsx +0 -89
- package/src/components/ContextMenu/ContextMenu.stories.tsx +0 -73
- package/src/components/ContextMenu/ContextMenu.test.tsx +0 -152
- package/src/components/ContextMenu/ContextMenu.tsx +0 -155
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -64
- package/src/components/Dropdown/Dropdown.test.tsx +0 -141
- package/src/components/Dropdown/Dropdown.tsx +0 -149
- package/src/components/FormField/Label.stories.tsx +0 -39
- package/src/components/FormField/Label.tsx +0 -47
- package/src/components/FormField/Select.stories.tsx +0 -48
- package/src/components/FormField/Select.test.tsx +0 -216
- package/src/components/FormField/Select.tsx +0 -574
- package/src/components/FormField/SelectContext.tsx +0 -101
- package/src/components/FormField/commonElement.tsx +0 -42
- package/src/components/GenericMenu.tsx +0 -114
- package/src/components/HoverCard/HoverCard.stories.tsx +0 -64
- package/src/components/HoverCard/HoverCard.test.tsx +0 -85
- package/src/components/HoverCard/HoverCard.tsx +0 -65
- package/src/components/Icon/Icon.stories.ts +0 -15
- package/src/components/Icon/Icon.tsx +0 -238
- package/src/components/Icon/types.ts +0 -95
- package/src/components/IconButton/IconButton.stories.ts +0 -34
- package/src/components/IconButton/IconButton.test.tsx +0 -32
- package/src/components/IconButton/IconButton.tsx +0 -83
- package/src/components/Panel/Panel.stories.tsx +0 -25
- package/src/components/Panel/Panel.tsx +0 -33
- package/src/components/Popover/Popover.stories.tsx +0 -67
- package/src/components/Popover/Popover.test.tsx +0 -46
- package/src/components/Popover/Popover.tsx +0 -115
- package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -43
- package/src/components/RadioGroup/RadioGroup.test.tsx +0 -59
- package/src/components/RadioGroup/RadioGroup.tsx +0 -149
- package/src/components/Separator/Separator.stories.tsx +0 -24
- package/src/components/Separator/Separator.tsx +0 -29
- package/src/components/SidebarNavigationItem/SidebarNavigationItem.stories.tsx +0 -28
- package/src/components/SidebarNavigationItem/SidebarNavigationItem.tsx +0 -112
- package/src/components/Spacer/Spacer.stories.tsx +0 -20
- package/src/components/Spacer/Spacer.tsx +0 -15
- package/src/components/Switch/Switch.stories.ts +0 -14
- package/src/components/Switch/Switch.tsx +0 -107
- package/src/components/Table/Table.stories.tsx +0 -29
- package/src/components/Table/Table.tsx +0 -109
- package/src/components/Tabs/Tabs.stories.tsx +0 -36
- package/src/components/Tabs/Tabs.test.tsx +0 -86
- package/src/components/Tabs/Tabs.tsx +0 -82
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -68
- package/src/components/Tooltip/Tooltip.test.tsx +0 -44
- package/src/components/Tooltip/Tooltip.tsx +0 -67
- package/src/components/Typography/Text/Text.stories.tsx +0 -22
- package/src/components/Typography/Text/Text.test.tsx +0 -16
- package/src/components/Typography/Text/Text.tsx +0 -30
- package/src/components/Typography/Title/Title.stories.tsx +0 -31
- package/src/components/Typography/Title/Title.test.tsx +0 -16
- package/src/components/Typography/Title/Title.tsx +0 -36
- package/src/components/icons/Activity.tsx +0 -30
- package/src/components/icons/ArrowDown.tsx +0 -22
- package/src/components/icons/ArrowRight.tsx +0 -22
- package/src/components/icons/ArrowTriangle.tsx +0 -36
- package/src/components/icons/ArrowUp.tsx +0 -22
- package/src/components/icons/Backups.tsx +0 -29
- package/src/components/icons/Blog.tsx +0 -38
- package/src/components/icons/Book.tsx +0 -30
- package/src/components/icons/Brackets.tsx +0 -22
- package/src/components/icons/Briefcase.tsx +0 -30
- package/src/components/icons/Building.tsx +0 -30
- package/src/components/icons/BurgerMenu.tsx +0 -22
- package/src/components/icons/Cards.tsx +0 -30
- package/src/components/icons/CellTower.tsx +0 -21
- package/src/components/icons/ChatIcon.tsx +0 -22
- package/src/components/icons/CheckIcon.tsx +0 -21
- package/src/components/icons/CheckInCircle.tsx +0 -39
- package/src/components/icons/ChevronDown.tsx +0 -20
- package/src/components/icons/ChevronLeft.tsx +0 -22
- package/src/components/icons/ChevronRight.tsx +0 -20
- package/src/components/icons/ChevronUp.tsx +0 -22
- package/src/components/icons/Clock.tsx +0 -37
- package/src/components/icons/Cloud.tsx +0 -23
- package/src/components/icons/Code.tsx +0 -22
- package/src/components/icons/CodeInSquare.tsx +0 -30
- package/src/components/icons/Connect.tsx +0 -22
- package/src/components/icons/ConnectAlt.tsx +0 -30
- package/src/components/icons/Console.tsx +0 -30
- package/src/components/icons/Copy.tsx +0 -33
- package/src/components/icons/CrossIcon.tsx +0 -29
- package/src/components/icons/Data.tsx +0 -36
- package/src/components/icons/DatabaseIcon.tsx +0 -31
- package/src/components/icons/Disk.tsx +0 -30
- package/src/components/icons/Display.tsx +0 -30
- package/src/components/icons/Document.tsx +0 -30
- package/src/components/icons/DotsHorizontal.tsx +0 -36
- package/src/components/icons/DotsVertical.tsx +0 -33
- package/src/components/icons/Email.tsx +0 -33
- package/src/components/icons/Empty.tsx +0 -14
- package/src/components/icons/FilterIcon.tsx +0 -37
- package/src/components/icons/Fire.tsx +0 -23
- package/src/components/icons/Flags/EuropeanUnion.tsx +0 -174
- package/src/components/icons/Flags/Germany.tsx +0 -25
- package/src/components/icons/Flags/India.tsx +0 -48
- package/src/components/icons/Flags/Ireland.tsx +0 -32
- package/src/components/icons/Flags/Netherlands.tsx +0 -29
- package/src/components/icons/Flags/Singapore.tsx +0 -43
- package/src/components/icons/Flags/UnitedKingdom.tsx +0 -32
- package/src/components/icons/Flags/UnitedStates.tsx +0 -26
- package/src/components/icons/Flags/index.tsx +0 -46
- package/src/components/icons/Folder.tsx +0 -20
- package/src/components/icons/Gift.tsx +0 -21
- package/src/components/icons/HistoryIcon.tsx +0 -28
- package/src/components/icons/Home.tsx +0 -29
- package/src/components/icons/Http.tsx +0 -22
- package/src/components/icons/Icons.mdx +0 -39
- package/src/components/icons/InfoInCircleIcon.tsx +0 -37
- package/src/components/icons/InformationIcon.tsx +0 -34
- package/src/components/icons/InsertRowIcon.tsx +0 -34
- package/src/components/icons/Integrations.tsx +0 -29
- package/src/components/icons/LightBulb.tsx +0 -40
- package/src/components/icons/Lightening.tsx +0 -30
- package/src/components/icons/Loading.tsx +0 -57
- package/src/components/icons/Metrics.tsx +0 -38
- package/src/components/icons/MetricsAlt.tsx +0 -30
- package/src/components/icons/Payment.tsx +0 -23
- package/src/components/icons/Payments/Amex.tsx +0 -44
- package/src/components/icons/Payments/MasterCard.tsx +0 -48
- package/src/components/icons/Payments/Paypal.tsx +0 -41
- package/src/components/icons/Payments/Visa.tsx +0 -36
- package/src/components/icons/Payments/index.tsx +0 -30
- package/src/components/icons/Pencil.tsx +0 -30
- package/src/components/icons/PieChart.tsx +0 -30
- package/src/components/icons/Play.tsx +0 -30
- package/src/components/icons/Plus.tsx +0 -22
- package/src/components/icons/Popout.tsx +0 -22
- package/src/components/icons/PopoverArrow.tsx +0 -22
- package/src/components/icons/Question.tsx +0 -30
- package/src/components/icons/Refresh.tsx +0 -29
- package/src/components/icons/Search.tsx +0 -22
- package/src/components/icons/Secure.tsx +0 -30
- package/src/components/icons/Services.tsx +0 -23
- package/src/components/icons/Settings.tsx +0 -22
- package/src/components/icons/Share.tsx +0 -29
- package/src/components/icons/SlideIn.tsx +0 -28
- package/src/components/icons/SlideOut.tsx +0 -28
- package/src/components/icons/SortAltIcon.tsx +0 -22
- package/src/components/icons/SortIcon.tsx +0 -24
- package/src/components/icons/Sparkle.tsx +0 -23
- package/src/components/icons/Speaker.tsx +0 -30
- package/src/components/icons/Speed.tsx +0 -29
- package/src/components/icons/Star.tsx +0 -23
- package/src/components/icons/Support.tsx +0 -37
- package/src/components/icons/Table.tsx +0 -30
- package/src/components/icons/Taxi.tsx +0 -120
- package/src/components/icons/Trash.tsx +0 -22
- package/src/components/icons/Upload.tsx +0 -29
- package/src/components/icons/Url.tsx +0 -22
- package/src/components/icons/UserIcon.tsx +0 -17
- package/src/components/icons/UsersIcon.tsx +0 -43
- package/src/components/icons/WarningIcon.tsx +0 -30
- package/src/components/index.ts +0 -35
- package/src/components/types.ts +0 -1
- package/src/index.css +0 -9
- package/src/index.ts +0 -2
- package/src/main.tsx +0 -11
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/styles/Home.module.css +0 -235
- package/src/styles/globals.css +0 -111
- package/src/styles/types.ts +0 -2089
- package/src/styles/variables.classic.css +0 -16
- package/src/styles/variables.classic.json +0 -202
- package/src/styles/variables.css +0 -763
- package/src/styles/variables.dark.css +0 -135
- package/src/styles/variables.dark.json +0 -894
- package/src/styles/variables.json +0 -2087
- package/src/styles/variables.light.css +0 -203
- package/src/styles/variables.light.json +0 -949
- package/src/theme/index.ts +0 -22
- package/src/theme/theme.tsx +0 -28
- package/src/vite-env.d.ts +0 -1
- package/tokens/themes/$metadata.json +0 -9
- package/tokens/themes/$themes.json +0 -3657
- package/tokens/themes/classic.json +0 -550
- package/tokens/themes/component.json +0 -2252
- package/tokens/themes/dark.json +0 -2563
- package/tokens/themes/light.json +0 -2645
- package/tokens/themes/primitives.json +0 -947
- package/tsconfig.json +0 -27
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -40
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import UnitedStates from "./UnitedStates";
|
|
3
|
-
import UnitedKingdom from "./UnitedKingdom";
|
|
4
|
-
import EuropeanUnion from "./EuropeanUnion";
|
|
5
|
-
import Germany from "./Germany";
|
|
6
|
-
import Singapore from "./Singapore";
|
|
7
|
-
import Ireland from "./Ireland";
|
|
8
|
-
import India from "./India";
|
|
9
|
-
import Netherlands from "./Netherlands";
|
|
10
|
-
|
|
11
|
-
interface Props extends React.SVGAttributes<SVGElement> {
|
|
12
|
-
name: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
function Flags({ name, ...props }: Props) {
|
|
16
|
-
switch (name) {
|
|
17
|
-
case "usa":
|
|
18
|
-
return <UnitedStates {...props} />;
|
|
19
|
-
|
|
20
|
-
case "de":
|
|
21
|
-
return <Germany {...props} />;
|
|
22
|
-
|
|
23
|
-
case "sg":
|
|
24
|
-
return <Singapore {...props} />;
|
|
25
|
-
|
|
26
|
-
case "uk":
|
|
27
|
-
return <UnitedKingdom {...props} />;
|
|
28
|
-
|
|
29
|
-
case "ie":
|
|
30
|
-
return <Ireland {...props} />;
|
|
31
|
-
|
|
32
|
-
case "eu":
|
|
33
|
-
return <EuropeanUnion {...props} />;
|
|
34
|
-
|
|
35
|
-
case "in":
|
|
36
|
-
return <India {...props} />;
|
|
37
|
-
|
|
38
|
-
case "nl":
|
|
39
|
-
return <Netherlands {...props} />;
|
|
40
|
-
|
|
41
|
-
default:
|
|
42
|
-
return null;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export default Flags;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Folder = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeWidth={1.5}
|
|
15
|
-
d="M20 19H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3.629a1 1 0 0 1 .869.506l.846 1.488a1 1 0 0 0 .87.506H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1ZM11 7.5H3"
|
|
16
|
-
/>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default Folder;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Gift = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="#161517"
|
|
14
|
-
stroke="#161517"
|
|
15
|
-
strokeWidth={0.6}
|
|
16
|
-
d="M19.306 6.276h-3.704a2.52 2.52 0 0 0 .752-1.805C16.354 3.11 15.296 2 13.997 2c-.937 0-1.745.578-2.125 1.41-.386-.56-1.013-.928-1.722-.928-1.172 0-2.126 1-2.126 2.23 0 .61.234 1.161.612 1.564H4.694C3.76 6.276 3 7.073 3 8.053v1.285c0 .919.67 1.677 1.523 1.767v8.64c0 1.244.964 2.255 2.15 2.255h10.655c1.185 0 2.149-1.011 2.149-2.254v-8.641c.854-.09 1.523-.848 1.523-1.767V8.052c0-.979-.76-1.776-1.694-1.776Zm-7.03-1.805c0-.995.772-1.804 1.721-1.804.949 0 1.72.81 1.72 1.804 0 .996-.771 1.805-1.72 1.805h-1.72V4.471Zm-3.617.242c0-.862.669-1.564 1.49-1.564.823 0 1.492.702 1.492 1.564v1.563H10.15c-.822 0-1.49-.701-1.49-1.563ZM3.635 9.338V8.052c0-.611.475-1.11 1.058-1.11h5.457l1.532.001v3.504H4.693c-.583 0-1.058-.498-1.058-1.11ZM5.16 19.746v-8.632h6.523v10.22h-5.01c-.834 0-1.513-.713-1.513-1.588Zm13.682 0c0 .875-.679 1.588-1.514 1.588h-5.01v-10.22h6.525v8.632Zm1.523-10.408c0 .612-.474 1.11-1.057 1.11h-6.99V6.942h6.99c.583 0 1.058.498 1.058 1.11v1.285Z"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
export default Gift;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const HistoryIcon = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M12 4.997H4.997M12 4.997A8.003 8.003 0 1 1 3.997 13M7.998 1.996l-3 3.001M7.998 7.998l-3-3"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeLinecap="round"
|
|
22
|
-
strokeLinejoin="round"
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
d="M15.001 13.75h-3.81V9.834"
|
|
25
|
-
/>
|
|
26
|
-
</svg>
|
|
27
|
-
);
|
|
28
|
-
export default HistoryIcon;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Home = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M4 8.6V21h16V8.6"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeLinecap="round"
|
|
22
|
-
strokeLinejoin="round"
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
d="m2 10 10-7 10 7M15 21v-6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v6"
|
|
25
|
-
/>
|
|
26
|
-
</svg>
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
export default Home;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Http = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M3 13.8v-3.6M5.88 10.2v3.6M5.88 12H3M10.92 10.2H8.04M9.48 10.2v3.6M18.12 10.2v3.6M15.96 10.2h-2.88M14.52 10.2v3.6M18.12 10.2h1.755c.621 0 1.125.504 1.125 1.125v0c0 .621-.504 1.125-1.125 1.125H18.12M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export default Http;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Icon, ICONS_MAP } from "../Icon/Icon";
|
|
2
|
-
import Flags from "./Flags";
|
|
3
|
-
import Payments from './Payments'
|
|
4
|
-
import { Meta, IconGallery, IconItem } from "@storybook/blocks";
|
|
5
|
-
import { ThemeProvider } from "../../theme";
|
|
6
|
-
|
|
7
|
-
<Meta title='Display/Icon/Icons' />
|
|
8
|
-
|
|
9
|
-
# Glyphs
|
|
10
|
-
|
|
11
|
-
<ThemeProvider theme='light'>
|
|
12
|
-
<IconGallery>
|
|
13
|
-
{Object.keys(ICONS_MAP).map((iconName) => (
|
|
14
|
-
<IconItem name={iconName}>
|
|
15
|
-
<Icon name={iconName} />
|
|
16
|
-
</IconItem>
|
|
17
|
-
))}
|
|
18
|
-
</IconGallery>
|
|
19
|
-
</ThemeProvider>
|
|
20
|
-
|
|
21
|
-
# Flags
|
|
22
|
-
|
|
23
|
-
<IconGallery>
|
|
24
|
-
{["usa", "de", "sg", "uk", "ie", "eu", "in", "nl"].map((iconName) => (
|
|
25
|
-
<IconItem name={iconName}>
|
|
26
|
-
<Flags name={iconName} />
|
|
27
|
-
</IconItem>
|
|
28
|
-
))}
|
|
29
|
-
</IconGallery>
|
|
30
|
-
|
|
31
|
-
# Payments
|
|
32
|
-
|
|
33
|
-
<IconGallery>
|
|
34
|
-
{["visa", "mastercard", "amex", "paypal"].map((iconName) => (
|
|
35
|
-
<IconItem name={iconName}>
|
|
36
|
-
<Payments name={iconName} />
|
|
37
|
-
</IconItem>
|
|
38
|
-
))}
|
|
39
|
-
</IconGallery>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const InfoInCircleIcon = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M11.999 8a.25.25 0 1 0 .002.5A.25.25 0 0 0 12 8"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeLinecap="round"
|
|
22
|
-
strokeLinejoin="round"
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
d="M12 21v0a9 9 0 0 1-9-9v0a9 9 0 0 1 9-9v0a9 9 0 0 1 9 9v0a9 9 0 0 1-9 9Z"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
stroke="#161517"
|
|
29
|
-
strokeLinecap="round"
|
|
30
|
-
strokeLinejoin="round"
|
|
31
|
-
strokeWidth={1.5}
|
|
32
|
-
d="M12 12v5"
|
|
33
|
-
/>
|
|
34
|
-
</svg>
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
export default InfoInCircleIcon;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const InformationIcon = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
d="M10.854 11.877h1.15v4.252M10.845 16.128h2.31"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
stroke="#161517"
|
|
20
|
-
strokeLinecap="round"
|
|
21
|
-
strokeLinejoin="round"
|
|
22
|
-
strokeWidth={1.5}
|
|
23
|
-
d="M11.946 7.872a.25.25 0 1 1-.25-.25"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
stroke="#161517"
|
|
27
|
-
strokeLinecap="round"
|
|
28
|
-
strokeLinejoin="round"
|
|
29
|
-
d="M11.695 8.623a.25.25 0 0 1 .25.25"
|
|
30
|
-
/>
|
|
31
|
-
</svg>
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
export default InformationIcon;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const InsertRowIcon = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M8 4h12M3 4h1M3 8h1M3 12h1M8 8h12M8 12h2"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeWidth={1.5}
|
|
22
|
-
d="M17 21a5 5 0 0 1-5-5c0-2.704 2.3-5.003 5.004-5A5 5 0 0 1 17 21"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
stroke="#161517"
|
|
26
|
-
strokeLinecap="round"
|
|
27
|
-
strokeLinejoin="round"
|
|
28
|
-
strokeWidth={1.5}
|
|
29
|
-
d="M17 14v4M19 16h-4"
|
|
30
|
-
/>
|
|
31
|
-
</svg>
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
export default InsertRowIcon;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Integrations = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M10 9.056C9.094 7.818 7.652 7 6 7v0a5 5 0 0 0-5 5v0a5 5 0 0 0 5 5v0a5.299 5.299 0 0 0 4.543-2.572L12 12l1.457-2.428A5.299 5.299 0 0 1 18 7v0a5 5 0 0 1 5 5v0a5 5 0 0 1-5 5v0c-1.652 0-3.094-.818-4-2.056"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeLinecap="round"
|
|
22
|
-
strokeLinejoin="round"
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
d="m9.93 6.028.521 2.954-2.954.52"
|
|
25
|
-
/>
|
|
26
|
-
</svg>
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
export default Integrations;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const LightBulb = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M10.249 15.502h3.502M11 18.003h2"
|
|
18
|
-
/>
|
|
19
|
-
<rect
|
|
20
|
-
width={18.008}
|
|
21
|
-
height={18.008}
|
|
22
|
-
x={2.996}
|
|
23
|
-
y={2.997}
|
|
24
|
-
stroke="#161517"
|
|
25
|
-
strokeLinecap="round"
|
|
26
|
-
strokeLinejoin="round"
|
|
27
|
-
strokeWidth={1.5}
|
|
28
|
-
rx={5}
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
stroke="#161517"
|
|
32
|
-
strokeLinecap="round"
|
|
33
|
-
strokeLinejoin="round"
|
|
34
|
-
strokeWidth={1.5}
|
|
35
|
-
d="M15.386 13.316a4.251 4.251 0 1 0-6.772 0"
|
|
36
|
-
/>
|
|
37
|
-
</svg>
|
|
38
|
-
);
|
|
39
|
-
|
|
40
|
-
export default LightBulb;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Lightening = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="m13 8-3 3 4 2-3 3"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
stroke="#161517"
|
|
21
|
-
strokeLinecap="round"
|
|
22
|
-
strokeLinejoin="round"
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2Z"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default Lightening;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
import styled, { keyframes } from "styled-components";
|
|
3
|
-
|
|
4
|
-
const spin = keyframes`
|
|
5
|
-
from {
|
|
6
|
-
transform: rotate(360deg);
|
|
7
|
-
}
|
|
8
|
-
to {
|
|
9
|
-
transform: rotate(0deg);
|
|
10
|
-
}
|
|
11
|
-
`;
|
|
12
|
-
|
|
13
|
-
const LoadingIcon = styled.svg`
|
|
14
|
-
animation: ${spin} 1s infinite linear;
|
|
15
|
-
`;
|
|
16
|
-
|
|
17
|
-
const Loading = (props: SVGAttributes<SVGElement>) => (
|
|
18
|
-
<LoadingIcon
|
|
19
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
-
width={24}
|
|
21
|
-
height={24}
|
|
22
|
-
viewBox="0 0 24 24"
|
|
23
|
-
fill="none"
|
|
24
|
-
{...props}
|
|
25
|
-
>
|
|
26
|
-
<path
|
|
27
|
-
stroke="#161517"
|
|
28
|
-
strokeLinecap="round"
|
|
29
|
-
strokeLinejoin="round"
|
|
30
|
-
strokeWidth={1.25}
|
|
31
|
-
d="M7.625 8.875H4.5V5.75"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
stroke="#161517"
|
|
35
|
-
strokeLinecap="round"
|
|
36
|
-
strokeLinejoin="round"
|
|
37
|
-
strokeWidth={1.5}
|
|
38
|
-
d="M19.5 12A7.495 7.495 0 0 0 5.188 8.875"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
stroke="#161517"
|
|
42
|
-
strokeLinecap="round"
|
|
43
|
-
strokeLinejoin="round"
|
|
44
|
-
strokeWidth={1.25}
|
|
45
|
-
d="M16.375 15.125H19.5v3.125"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
stroke="#161517"
|
|
49
|
-
strokeLinecap="round"
|
|
50
|
-
strokeLinejoin="round"
|
|
51
|
-
strokeWidth={1.5}
|
|
52
|
-
d="M4.5 12a7.495 7.495 0 0 0 14.312 3.125"
|
|
53
|
-
/>
|
|
54
|
-
</LoadingIcon>
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
export default Loading;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Metrics = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<circle
|
|
13
|
-
cx={19.503}
|
|
14
|
-
cy={4.497}
|
|
15
|
-
r={2.501}
|
|
16
|
-
stroke="#161517"
|
|
17
|
-
strokeLinecap="round"
|
|
18
|
-
strokeLinejoin="round"
|
|
19
|
-
strokeWidth={1.5}
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
stroke="#161517"
|
|
23
|
-
strokeLinecap="round"
|
|
24
|
-
strokeLinejoin="round"
|
|
25
|
-
strokeWidth={1.5}
|
|
26
|
-
d="m16.002 10-2.72 3.626L9.999 11l-3.001 4.002"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
stroke="#161517"
|
|
30
|
-
strokeLinecap="round"
|
|
31
|
-
strokeLinejoin="round"
|
|
32
|
-
strokeWidth={1.5}
|
|
33
|
-
d="M21.004 10v7.002a4.002 4.002 0 0 1-4.002 4.002H6.998a4.002 4.002 0 0 1-4.002-4.002V6.998a4.002 4.002 0 0 1 4.002-4.001H14"
|
|
34
|
-
/>
|
|
35
|
-
</svg>
|
|
36
|
-
);
|
|
37
|
-
|
|
38
|
-
export default Metrics;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const MetricsAlt = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M17 21H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4Z"
|
|
18
|
-
clipRule="evenodd"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
stroke="#161517"
|
|
22
|
-
strokeLinecap="round"
|
|
23
|
-
strokeLinejoin="round"
|
|
24
|
-
strokeWidth={1.5}
|
|
25
|
-
d="m3 15 7-5 4 4 7-5"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default MetricsAlt;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Payment = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="#161517"
|
|
14
|
-
d="M20.467 18.666H3.533A1.509 1.509 0 0 1 2 17.133V6.866C2 6 2.667 5.333 3.533 5.333h16.934C21.333 5.333 22 6 22 6.866v10.267c0 .867-.667 1.533-1.533 1.533Zm-16.934-12c-.133 0-.2.067-.2.2v10.267c0 .133.067.2.2.2h16.934c.133 0 .2-.067.2-.2V6.866c0-.133-.067-.2-.2-.2H3.533Z"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
fill="#161517"
|
|
18
|
-
d="M2.666 9.2h18.667v2.666H2.666V9.2Z"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default Payment;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Amex = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={30}
|
|
7
|
-
height={22}
|
|
8
|
-
viewBox="0 0 30 22"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<g clipPath="url(#a)">
|
|
13
|
-
<g clipPath="url(#b)">
|
|
14
|
-
<path
|
|
15
|
-
fill="#006FCF"
|
|
16
|
-
d="M27.216 21.4H2.778A2.78 2.78 0 0 1 0 18.62V3.056a2.78 2.78 0 0 1 2.78-2.78h24.437a2.78 2.78 0 0 1 2.78 2.78V18.62a2.78 2.78 0 0 1-2.78 2.78Z"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
fill="#F7F7F7"
|
|
20
|
-
d="M29.975 17.236v-4.914H11.38l-.475.671-.468-.67H5.089v5.235h5.327l.464-.68.48.68h3.334v-1.13h-.035c.415 0 .791-.074 1.125-.198v1.328h2.325v-.761l.586.761h10.09c.29 0 .562-.049.806-.137.137-.05.266-.113.384-.185Zm-3.673-6.716h2.25V5.284h-2.401v.837l-.535-.837h-2.093v1.059l-.47-1.06h-3.46c-.167 0-.329.013-.486.037a2.72 2.72 0 0 0-.677.2c-.108.05-.212.107-.31.173v-.41H6.825l-.308.914-.313-.913H3.576v1.07l-.474-1.07H.958l-.959 2.24v2.996h1.519L1.8 9.77h.535l.288.751h11.683V9.76l.585.761h3.229v-.38a2.17 2.17 0 0 0 .528.247c.112.037.227.064.341.085.186.034.372.048.548.048h1.932l.283-.751h.535l.287.751h3.239v-.777l.49.777Z"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
fill="#006FCF"
|
|
24
|
-
d="M8.737 13.891v-.716H5.912v3.531h2.825v-.711H6.76v-.711h1.932v-.707H6.76v-.686h1.977Zm2.941 2.815h1.06l-1.418-1.78 1.408-1.751h-1.03l-.867 1.12-.863-1.12h-1.06l1.413 1.765-1.407 1.766h1.029l.868-1.135.867 1.135Zm1.246-3.531v3.531h.848v-1.165h1.064c.772 0 1.251-.505 1.251-1.186 0-.7-.469-1.18-1.22-1.18h-1.943Zm2.31 1.185c0 .238-.15.434-.448.434h-1.014v-.867h1.014c.298 0 .449.191.449.433Zm2.16 1.075h.399l1.054 1.271H19.9l-1.175-1.301c.6-.111.958-.545.958-1.11 0-.661-.469-1.12-1.22-1.12h-1.917v3.531h.847v-1.271Zm.994-1.539c.303 0 .464.197.464.44 0 .241-.161.433-.464.433h-.994v-.873h.994Zm4.732-.005v-.716h-2.825v3.531h2.825v-.711h-1.978v-.711h1.933v-.707h-1.933v-.686h1.978ZM25.445 16h-1.81v.706h1.785c.762 0 1.216-.464 1.216-1.125 0-.63-.408-.998-1.095-.998h-.817c-.202 0-.343-.132-.343-.339 0-.212.141-.353.343-.353h1.534l.313-.716h-1.822c-.762 0-1.216.464-1.216 1.1 0 .65.43 1.024 1.1 1.024h.812c.202 0 .348.13.348.343 0 .216-.146.358-.348.358Zm3.36 0h-1.81v.706h1.785c.762 0 1.216-.464 1.216-1.125 0-.63-.409-.998-1.095-.998h-.817c-.202 0-.343-.132-.343-.339 0-.212.14-.353.343-.353h1.533l.313-.716H28.11c-.762 0-1.216.464-1.216 1.1 0 .65.43 1.024 1.1 1.024h.812c.202 0 .348.13.348.343 0 .216-.146.358-.348.358ZM3.197 9.668h.953L2.642 6.136H1.527L.014 9.668h.903l.298-.757h1.68l.302.757ZM1.795 7.453l.257-.66.257.66.313.782H1.487l.308-.782Zm3.375-.196-.02-.954.978 3.365h.767l.979-3.345-.02.928v2.417h.821V6.136H7.182l-.67 2.503-.677-2.503H4.347v3.532h.823V7.257Zm7.027-.404v-.717H9.372v3.532h2.825v-.722h-1.978v-.7h1.932v-.707H10.22v-.686h1.978Zm1.468 1.544h.398l1.055 1.27h1.054l-1.175-1.3c.6-.112.958-.546.958-1.11 0-.661-.47-1.12-1.22-1.12h-1.918v3.53h.848v-1.27Zm.994-1.539c.302 0 .464.197.464.439s-.162.434-.464.434h-.994v-.873h.994Zm1.78 2.81h.848V6.136h-.848v3.532Zm3.012 0h.046l.348-.752h-.258c-.58 0-.923-.363-.923-.988v-.05c0-.561.308-.98.913-.98h.918v-.762h-.988c-1.09 0-1.685.732-1.685 1.736v.06c0 1.05.61 1.73 1.63 1.736Zm3.698 0h.953l-1.508-3.532H21.48l-1.513 3.532h.903l.297-.757h1.68l.303.757Zm-1.402-2.215.257-.66.257.66.313.782h-1.135l.308-.782Zm3.38.101-.01-.293.176.293 1.352 2.114h.989V6.136h-.828V8.18l.01.262-.156-.262-1.322-2.044h-1.039v3.532h.827V7.554Z"
|
|
25
|
-
/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<defs>
|
|
29
|
-
<clipPath id="a">
|
|
30
|
-
<path
|
|
31
|
-
fill="#fff"
|
|
32
|
-
d="M0 .276h30v21.138H0z"
|
|
33
|
-
/>
|
|
34
|
-
</clipPath>
|
|
35
|
-
<clipPath id="b">
|
|
36
|
-
<path
|
|
37
|
-
fill="#fff"
|
|
38
|
-
d="M0 .276h30v21.14H0z"
|
|
39
|
-
/>
|
|
40
|
-
</clipPath>
|
|
41
|
-
</defs>
|
|
42
|
-
</svg>
|
|
43
|
-
);
|
|
44
|
-
export default Amex;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const MasterCard = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={30}
|
|
7
|
-
height={22}
|
|
8
|
-
viewBox="0 0 30 22"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<g clipPath="url(#a)">
|
|
13
|
-
<g clipPath="url(#b)">
|
|
14
|
-
<path
|
|
15
|
-
fill="#36495D"
|
|
16
|
-
d="M27.217 21.262H2.779A2.78 2.78 0 0 1 0 18.482V2.919A2.78 2.78 0 0 1 2.78.138h24.437a2.78 2.78 0 0 1 2.78 2.78v15.565a2.78 2.78 0 0 1-2.78 2.779Z"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
fill="#F16522"
|
|
20
|
-
d="M17.517 6.172h-5.04v9.056h5.04V6.172Z"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
fill="#E41B24"
|
|
24
|
-
d="M12.798 10.7a5.75 5.75 0 0 1 2.2-4.528 5.76 5.76 0 1 0 0 9.056 5.75 5.75 0 0 1-2.2-4.528Z"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
fill="#F89E1C"
|
|
28
|
-
d="M24.136 14.269v-.223h-.058l-.067.153-.067-.153h-.059v.223h.041V14.1l.063.146h.043l.063-.146v.169h.041Zm-.37 0v-.185h.075v-.038h-.19v.038h.075v.185h.04Zm.55-3.569a5.759 5.759 0 0 1-9.318 4.528 5.749 5.749 0 0 0 2.2-4.528 5.75 5.75 0 0 0-2.2-4.528 5.759 5.759 0 0 1 9.318 4.528Z"
|
|
29
|
-
/>
|
|
30
|
-
</g>
|
|
31
|
-
</g>
|
|
32
|
-
<defs>
|
|
33
|
-
<clipPath id="a">
|
|
34
|
-
<path
|
|
35
|
-
fill="#fff"
|
|
36
|
-
d="M0 .138h30v21.138H0z"
|
|
37
|
-
/>
|
|
38
|
-
</clipPath>
|
|
39
|
-
<clipPath id="b">
|
|
40
|
-
<path
|
|
41
|
-
fill="#fff"
|
|
42
|
-
d="M0 .138h30v21.138H0z"
|
|
43
|
-
/>
|
|
44
|
-
</clipPath>
|
|
45
|
-
</defs>
|
|
46
|
-
</svg>
|
|
47
|
-
);
|
|
48
|
-
export default MasterCard;
|