@plumile/ui 0.1.55 → 0.1.57
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/lib/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/atomic/atoms/button/Button.js +5 -2
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.js +29 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.js +10 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +16 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +42 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +37 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +221 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.js +2 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/Dropdown.js +271 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.js +30 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/atomic/molecules/form-actions/FormActions.js +27 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastProvider.js +113 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastViewport.js +40 -0
- package/lib/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/constants.js +2 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/toast.css.js +106 -0
- package/lib/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.css.js +285 -0
- package/lib/components/data-table/DataTable.d.ts +32 -0
- package/lib/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.js +95 -0
- package/lib/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.css.js +45 -0
- package/lib/components/data-table/TableCell.d.ts +46 -0
- package/lib/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.js +72 -0
- package/lib/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/components/data-table/TableCellBase.js +11 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.js +18 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.js +304 -0
- package/lib/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/components/data-table/tableBreakpoints.js +34 -0
- package/lib/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.css.js +175 -0
- package/lib/components/select/SimpleSelect.d.ts +22 -0
- package/lib/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.js +218 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.js +32 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.js +17 -0
- package/lib/esm/atomic/atoms/badge/Badge.js +17 -16
- package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +30 -8
- package/lib/esm/atomic/atoms/badge/badge.css.js.map +1 -1
- package/lib/esm/atomic/atoms/button/Button.js +46 -56
- package/lib/esm/atomic/atoms/button/Button.js.map +1 -1
- package/lib/esm/atomic/atoms/button/LinkButton.js +48 -62
- package/lib/esm/atomic/atoms/button/LinkButton.js.map +1 -1
- package/lib/esm/atomic/atoms/button/button.css.js +95 -16
- package/lib/esm/atomic/atoms/button/button.css.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/Checkbox.js +37 -40
- package/lib/esm/atomic/atoms/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js +26 -11
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.js.map +1 -1
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js +33 -0
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js.map +1 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js +19 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js.map +1 -0
- package/lib/esm/atomic/atoms/input/Input.js +46 -40
- package/lib/esm/atomic/atoms/input/Input.js.map +1 -1
- package/lib/esm/atomic/atoms/input/input.css.js +32 -14
- package/lib/esm/atomic/atoms/input/input.css.js.map +1 -1
- package/lib/esm/atomic/atoms/label/Label.js +23 -16
- package/lib/esm/atomic/atoms/label/Label.js.map +1 -1
- package/lib/esm/atomic/atoms/label/label.css.js +27 -9
- package/lib/esm/atomic/atoms/label/label.css.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/Textarea.js +19 -18
- package/lib/esm/atomic/atoms/textarea/Textarea.js.map +1 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.js +32 -8
- package/lib/esm/atomic/atoms/textarea/textarea.css.js.map +1 -1
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +48 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +54 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +63 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +8 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -0
- package/lib/esm/atomic/molecules/card/Card.css.js +8 -10
- package/lib/esm/atomic/molecules/card/Card.css.js.map +1 -1
- package/lib/esm/atomic/molecules/card/Card.js +24 -17
- package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js +149 -0
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +8 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js +32 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js.map +1 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.js +34 -33
- package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +18 -9
- package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
- package/lib/esm/atomic/molecules/toast/ToastProvider.js +83 -0
- package/lib/esm/atomic/molecules/toast/ToastProvider.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js +76 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/constants.js +6 -0
- package/lib/esm/atomic/molecules/toast/constants.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js +18 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -0
- package/lib/esm/components/charts/BillingUsageLineChart.js +140 -173
- package/lib/esm/components/charts/BillingUsageLineChart.js.map +1 -1
- package/lib/esm/components/charts/billingUsageLineChart.css.js +8 -12
- package/lib/esm/components/charts/billingUsageLineChart.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.css.js +84 -0
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -0
- package/lib/esm/components/data-table/DataTable.js +74 -0
- package/lib/esm/components/data-table/DataTable.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.css.js +18 -0
- package/lib/esm/components/data-table/TableCell.css.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.js +75 -0
- package/lib/esm/components/data-table/TableCell.js.map +1 -0
- package/lib/esm/components/data-table/TableCellBase.js +19 -0
- package/lib/esm/components/data-table/TableCellBase.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +8 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +191 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -0
- package/lib/esm/components/data-table/tableBreakpoints.js +31 -0
- package/lib/esm/components/data-table/tableBreakpoints.js.map +1 -0
- package/lib/esm/components/layout/ContentLayout.css.js +8 -18
- package/lib/esm/components/layout/ContentLayout.css.js.map +1 -1
- package/lib/esm/components/layout/ContentLayout.js +68 -78
- package/lib/esm/components/layout/ContentLayout.js.map +1 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +8 -11
- package/lib/esm/components/layout/TabsContentLayout.css.js.map +1 -1
- package/lib/esm/components/layout/TabsContentLayout.js +30 -13
- package/lib/esm/components/layout/TabsContentLayout.js.map +1 -1
- package/lib/esm/components/select/SimpleSelect.css.js +17 -0
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -0
- package/lib/esm/components/select/SimpleSelect.js +185 -0
- package/lib/esm/components/select/SimpleSelect.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +8 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js +32 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -0
- package/lib/esm/components/tile/InfoTile.css.js +8 -18
- package/lib/esm/components/tile/InfoTile.css.js.map +1 -1
- package/lib/esm/components/tile/InfoTile.js +62 -67
- package/lib/esm/components/tile/InfoTile.js.map +1 -1
- package/lib/esm/i18n/useUiTranslation.js +9 -0
- package/lib/esm/i18n/useUiTranslation.js.map +1 -0
- package/lib/esm/icons/BanSvg.js +29 -44
- package/lib/esm/icons/BanSvg.js.map +1 -1
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.js +26 -41
- package/lib/esm/icons/ButtonLoadingSpinnerSvg.js.map +1 -1
- package/lib/esm/icons/ChatCheckSvg.js +27 -42
- package/lib/esm/icons/ChatCheckSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeLargeSvg.js +49 -70
- package/lib/esm/icons/ChatSizeLargeSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeMediumSvg.js +43 -61
- package/lib/esm/icons/ChatSizeMediumSvg.js.map +1 -1
- package/lib/esm/icons/ChatSizeSmallSvg.js +37 -52
- package/lib/esm/icons/ChatSizeSmallSvg.js.map +1 -1
- package/lib/esm/icons/ChatXSvg.js +27 -42
- package/lib/esm/icons/ChatXSvg.js.map +1 -1
- package/lib/esm/icons/CheckSvg.js +21 -30
- package/lib/esm/icons/CheckSvg.js.map +1 -1
- package/lib/esm/icons/ChevronDownSvg.js +21 -30
- package/lib/esm/icons/ChevronDownSvg.js.map +1 -1
- package/lib/esm/icons/ChevronLeftSvg.js +21 -30
- package/lib/esm/icons/ChevronLeftSvg.js.map +1 -1
- package/lib/esm/icons/ChevronRightSvg.js +21 -30
- package/lib/esm/icons/ChevronRightSvg.js.map +1 -1
- package/lib/esm/icons/ClockSvg.js +29 -44
- package/lib/esm/icons/ClockSvg.js.map +1 -1
- package/lib/esm/icons/CoinOffSvg.js +47 -65
- package/lib/esm/icons/CoinOffSvg.js.map +1 -1
- package/lib/esm/icons/CoinSvg.js +40 -55
- package/lib/esm/icons/CoinSvg.js.map +1 -1
- package/lib/esm/icons/DatabaseCheckSvg.js +47 -65
- package/lib/esm/icons/DatabaseCheckSvg.js.map +1 -1
- package/lib/esm/icons/DatabaseXSvg.js +47 -65
- package/lib/esm/icons/DatabaseXSvg.js.map +1 -1
- package/lib/esm/icons/DevModeSvg.js +21 -30
- package/lib/esm/icons/DevModeSvg.js.map +1 -1
- package/lib/esm/icons/EyeSvg.js +27 -33
- package/lib/esm/icons/EyeSvg.js.map +1 -1
- package/lib/esm/icons/FormErrorAlertSvg.js +37 -29
- package/lib/esm/icons/FormErrorAlertSvg.js.map +1 -1
- package/lib/esm/icons/GlobeSvg.js +18 -27
- package/lib/esm/icons/GlobeSvg.js.map +1 -1
- package/lib/esm/icons/GripDotsSvg.js +52 -29
- package/lib/esm/icons/GripDotsSvg.js.map +1 -1
- package/lib/esm/icons/HomeActivityAssignUserSvg.js +44 -62
- package/lib/esm/icons/HomeActivityAssignUserSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.js +27 -42
- package/lib/esm/icons/HomeStatsCheckBadgeSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsClipboardSvg.js +27 -42
- package/lib/esm/icons/HomeStatsClipboardSvg.js.map +1 -1
- package/lib/esm/icons/HomeStatsClockSvg.js +27 -42
- package/lib/esm/icons/HomeStatsClockSvg.js.map +1 -1
- package/lib/esm/icons/KeyOffSvg.js +39 -54
- package/lib/esm/icons/KeyOffSvg.js.map +1 -1
- package/lib/esm/icons/KeySvg.js +39 -54
- package/lib/esm/icons/KeySvg.js.map +1 -1
- package/lib/esm/icons/KronexSvg.js +28 -43
- package/lib/esm/icons/KronexSvg.js.map +1 -1
- package/lib/esm/icons/LinkCheckSvg.js +37 -52
- package/lib/esm/icons/LinkCheckSvg.js.map +1 -1
- package/lib/esm/icons/LinkSvg.js +27 -42
- package/lib/esm/icons/LinkSvg.js.map +1 -1
- package/lib/esm/icons/LinkXSvg.js +37 -52
- package/lib/esm/icons/LinkXSvg.js.map +1 -1
- package/lib/esm/icons/LockOpenSvg.js +31 -46
- package/lib/esm/icons/LockOpenSvg.js.map +1 -1
- package/lib/esm/icons/LockSvg.js +31 -46
- package/lib/esm/icons/LockSvg.js.map +1 -1
- package/lib/esm/icons/MailCheckSvg.js +41 -56
- package/lib/esm/icons/MailCheckSvg.js.map +1 -1
- package/lib/esm/icons/MailSvg.js +31 -46
- package/lib/esm/icons/MailSvg.js.map +1 -1
- package/lib/esm/icons/MailXSvg.js +41 -56
- package/lib/esm/icons/MailXSvg.js.map +1 -1
- package/lib/esm/icons/ModalCloseSvg.js +27 -42
- package/lib/esm/icons/ModalCloseSvg.js.map +1 -1
- package/lib/esm/icons/PencilSvg.js +14 -20
- package/lib/esm/icons/PencilSvg.js.map +1 -1
- package/lib/esm/icons/PinFilledSvg.js +24 -40
- package/lib/esm/icons/PinFilledSvg.js.map +1 -1
- package/lib/esm/icons/PinSvg.js +27 -43
- package/lib/esm/icons/PinSvg.js.map +1 -1
- package/lib/esm/icons/ProfileDropdownLogoutSvg.js +37 -52
- package/lib/esm/icons/ProfileDropdownLogoutSvg.js.map +1 -1
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.js +27 -42
- package/lib/esm/icons/ProfileDropdownOrganizationSvg.js.map +1 -1
- package/lib/esm/icons/ProjectsFolderSvg.js +21 -30
- package/lib/esm/icons/ProjectsFolderSvg.js.map +1 -1
- package/lib/esm/icons/RobotCheckSvg.js +60 -68
- package/lib/esm/icons/RobotCheckSvg.js.map +1 -1
- package/lib/esm/icons/RobotSvg.js +53 -58
- package/lib/esm/icons/RobotSvg.js.map +1 -1
- package/lib/esm/icons/RobotXSvg.js +60 -68
- package/lib/esm/icons/RobotXSvg.js.map +1 -1
- package/lib/esm/icons/RocketOffSvg.js +58 -83
- package/lib/esm/icons/RocketOffSvg.js.map +1 -1
- package/lib/esm/icons/RocketSvg.js +51 -73
- package/lib/esm/icons/RocketSvg.js.map +1 -1
- package/lib/esm/icons/SendCheckSvg.js +40 -55
- package/lib/esm/icons/SendCheckSvg.js.map +1 -1
- package/lib/esm/icons/SendMessageSvg.js +30 -45
- package/lib/esm/icons/SendMessageSvg.js.map +1 -1
- package/lib/esm/icons/SendXSvg.js +40 -55
- package/lib/esm/icons/SendXSvg.js.map +1 -1
- package/lib/esm/icons/SettingsCheckSvg.js +37 -52
- package/lib/esm/icons/SettingsCheckSvg.js.map +1 -1
- package/lib/esm/icons/SettingsXSvg.js +37 -52
- package/lib/esm/icons/SettingsXSvg.js.map +1 -1
- package/lib/esm/icons/ShieldLockSvg.js +41 -56
- package/lib/esm/icons/ShieldLockSvg.js.map +1 -1
- package/lib/esm/icons/ShieldOffSvg.js +27 -42
- package/lib/esm/icons/ShieldOffSvg.js.map +1 -1
- package/lib/esm/icons/SidebarHomeSvg.js +27 -42
- package/lib/esm/icons/SidebarHomeSvg.js.map +1 -1
- package/lib/esm/icons/SidebarInitiativesSvg.js +37 -52
- package/lib/esm/icons/SidebarInitiativesSvg.js.map +1 -1
- package/lib/esm/icons/SidebarPlusSvg.js +27 -42
- package/lib/esm/icons/SidebarPlusSvg.js.map +1 -1
- package/lib/esm/icons/SidebarSearchSvg.js +27 -42
- package/lib/esm/icons/SidebarSearchSvg.js.map +1 -1
- package/lib/esm/icons/SidebarSettingsSvg.js +27 -42
- package/lib/esm/icons/SidebarSettingsSvg.js.map +1 -1
- package/lib/esm/icons/SidebarTasksSvg.js +27 -42
- package/lib/esm/icons/SidebarTasksSvg.js.map +1 -1
- package/lib/esm/icons/SidebarTeamSvg.js +44 -62
- package/lib/esm/icons/SidebarTeamSvg.js.map +1 -1
- package/lib/esm/icons/TaskAttachmentSvg.js +21 -30
- package/lib/esm/icons/TaskAttachmentSvg.js.map +1 -1
- package/lib/esm/icons/TaskCalendarSvg.js +44 -62
- package/lib/esm/icons/TaskCalendarSvg.js.map +1 -1
- package/lib/esm/icons/TaskCommentBubbleSvg.js +21 -30
- package/lib/esm/icons/TaskCommentBubbleSvg.js.map +1 -1
- package/lib/esm/icons/TaskDeleteSvg.js +27 -42
- package/lib/esm/icons/TaskDeleteSvg.js.map +1 -1
- package/lib/esm/icons/TaskDependencyBlockedSvg.js +27 -43
- package/lib/esm/icons/TaskDependencyBlockedSvg.js.map +1 -1
- package/lib/esm/icons/TaskDependencyReadySvg.js +27 -43
- package/lib/esm/icons/TaskDependencyReadySvg.js.map +1 -1
- package/lib/esm/icons/TaskMenuDotsSvg.js +37 -52
- package/lib/esm/icons/TaskMenuDotsSvg.js.map +1 -1
- package/lib/esm/icons/TaskTagSvg.js +27 -42
- package/lib/esm/icons/TaskTagSvg.js.map +1 -1
- package/lib/esm/icons/TeamMemberEmailSvg.js +27 -42
- package/lib/esm/icons/TeamMemberEmailSvg.js.map +1 -1
- package/lib/esm/icons/TeamMemberLocationSvg.js +27 -42
- package/lib/esm/icons/TeamMemberLocationSvg.js.map +1 -1
- package/lib/esm/icons/WrenchSvg.js +21 -30
- package/lib/esm/icons/WrenchSvg.js.map +1 -1
- package/lib/esm/icons/XBadgeSvg.js +27 -42
- package/lib/esm/icons/XBadgeSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js +30 -42
- package/lib/esm/icons/markdown/MarkdownCheckboxCheckedSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js +22 -28
- package/lib/esm/icons/markdown/MarkdownCheckboxUncheckedSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js +41 -53
- package/lib/esm/icons/markdown/MarkdownCopySuccessSvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownCopySvg.js +30 -42
- package/lib/esm/icons/markdown/MarkdownCopySvg.js.map +1 -1
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js +39 -51
- package/lib/esm/icons/markdown/MarkdownExternalLinkSvg.js.map +1 -1
- package/lib/esm/index.js +33 -55
- package/lib/esm/style.css +2 -0
- package/lib/esm/style.js +4 -0
- package/lib/esm/styles/slots.js +0 -0
- package/lib/esm/svg/ChevronDownIcon.js +11 -10
- package/lib/esm/svg/ChevronDownIcon.js.map +1 -1
- package/lib/esm/svg/ChevronRightIcon.js +11 -9
- package/lib/esm/svg/ChevronRightIcon.js.map +1 -1
- package/lib/esm/svg/GlobeIcon.js +11 -6
- package/lib/esm/svg/GlobeIcon.js.map +1 -1
- package/lib/esm/theme/ThemeProvider.js +33 -37
- package/lib/esm/theme/ThemeProvider.js.map +1 -1
- package/lib/esm/theme/VisuallyHidden.js +12 -8
- package/lib/esm/theme/VisuallyHidden.js.map +1 -1
- package/lib/esm/theme/accessibility.css.js +7 -8
- package/lib/esm/theme/accessibility.css.js.map +1 -1
- package/lib/esm/theme/colors.js +101 -100
- package/lib/esm/theme/colors.js.map +1 -1
- package/lib/esm/theme/common.js +122 -123
- package/lib/esm/theme/common.js.map +1 -1
- package/lib/esm/theme/containerQueries.js +14 -13
- package/lib/esm/theme/containerQueries.js.map +1 -1
- package/lib/esm/theme/global.css.js +1 -2
- package/lib/esm/theme/index.js +9 -28
- package/lib/esm/theme/sprinkles.css.js +68484 -9
- package/lib/esm/theme/sprinkles.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +1 -2
- package/lib/esm/theme/themeContract.js +1025 -1035
- package/lib/esm/theme/themeContract.js.map +1 -1
- package/lib/esm/theme/tools.js +16 -19
- package/lib/esm/theme/tools.js.map +1 -1
- package/lib/i18n/useUiTranslation.d.ts +3 -0
- package/lib/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/i18n/useUiTranslation.js +5 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +11 -1
- package/lib/style.d.ts +5 -0
- package/lib/style.d.ts.map +1 -0
- package/lib/style.js +5 -0
- package/lib/styles/slots.d.ts +2 -0
- package/lib/styles/slots.d.ts.map +1 -0
- package/lib/styles/slots.js +2 -0
- package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.d.ts +32 -0
- package/lib/types/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/types/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.d.ts +46 -0
- package/lib/types/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/types/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.d.ts +22 -0
- package/lib/types/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/types/i18n/useUiTranslation.d.ts +3 -0
- package/lib/types/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/types/index.d.ts +10 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/style.d.ts +5 -0
- package/lib/types/style.d.ts.map +1 -0
- package/lib/types/styles/slots.d.ts +2 -0
- package/lib/types/styles/slots.d.ts.map +1 -0
- package/package.json +12 -4
- package/src/i18n/locales/en/ui.json +53 -0
- package/src/i18n/locales/fr/ui.json +53 -0
- package/src/i18n/useUiTranslation.ts +6 -0
- package/lib/esm/atomic/atoms/badge/badge.css.ts.vanilla-BxMgYgcH.css +0 -1
- package/lib/esm/atomic/atoms/button/button.css.ts.vanilla-BYFxDZro.css +0 -1
- package/lib/esm/atomic/atoms/checkbox/checkbox.css.ts.vanilla-D6TvWxlo.css +0 -1
- package/lib/esm/atomic/atoms/input/input.css.ts.vanilla-D_X5_tcn.css +0 -1
- package/lib/esm/atomic/atoms/textarea/textarea.css.ts.vanilla-IrvNTQEt.css +0 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.ts.vanilla-DQm5wO0K.css +0 -1
- package/lib/esm/components/charts/billingUsageLineChart.css.ts.vanilla-7e3dy1Dj.css +0 -1
- package/lib/esm/components/tile/InfoTile.css.ts.vanilla-ByCg4UKz.css +0 -1
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/theme/accessibility.css.ts.vanilla-D6gfeWvf.css +0 -1
- package/lib/esm/theme/global.css.js.map +0 -1
- package/lib/esm/theme/global.css.ts.vanilla-ClXnHnoy.css +0 -1
- package/lib/esm/theme/index.js.map +0 -1
- package/lib/esm/theme/sprinkles.css.ts.vanilla-DOI5FNoi.css +0 -1
- package/lib/esm/theme/theme.css.js.map +0 -1
- package/lib/esm/theme/theme.css.ts.vanilla-a3SsXff5.css +0 -1
- /package/lib/esm/{components/layout/TabsContentLayout.css.ts.vanilla-tn0RQdqM.css → atomic/molecules/breadcrumb_navigation/types.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeActivityAssignUserSvg.js","sources":["../../../src/icons/HomeActivityAssignUserSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeActivityAssignUserSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.5 11C10.7091 11 12.5 9.20914 12.5 7C12.5 4.79086 10.7091 3 8.5 3C6.29086 3 4.5 4.79086 4.5 7C4.5 9.20914 6.29086 11 8.5 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 8V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M23 11H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"HomeActivityAssignUserSvg.js","names":[],"sources":["../../../src/icons/HomeActivityAssignUserSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeActivityAssignUserSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M16 21V19C16 17.9391 15.5786 16.9217 14.8284 16.1716C14.0783 15.4214 13.0609 15 12 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.5 11C10.7091 11 12.5 9.20914 12.5 7C12.5 4.79086 10.7091 3 8.5 3C6.29086 3 4.5 4.79086 4.5 7C4.5 9.20914 6.29086 11 8.5 11Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 8V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M23 11H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAA6B,EACxC,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACE"}
|
|
@@ -1,42 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{
|
|
29
|
-
d: "M22 4L12 14.01L9 11.01",
|
|
30
|
-
stroke: "currentColor",
|
|
31
|
-
strokeWidth: "2",
|
|
32
|
-
strokeLinecap: "round",
|
|
33
|
-
strokeLinejoin: "round"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
);
|
|
39
|
-
export {
|
|
40
|
-
i as HomeStatsCheckBadgeSvg
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=HomeStatsCheckBadgeSvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/HomeStatsCheckBadgeSvg.tsx
|
|
3
|
+
var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [/* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: "2",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round"
|
|
16
|
+
}), /* @__PURE__ */ e("path", {
|
|
17
|
+
d: "M22 4L12 14.01L9 11.01",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { n as HomeStatsCheckBadgeSvg };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=HomeStatsCheckBadgeSvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeStatsCheckBadgeSvg.js","sources":["../../../src/icons/HomeStatsCheckBadgeSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsCheckBadgeSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M22 4L12 14.01L9 11.01\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"HomeStatsCheckBadgeSvg.js","names":[],"sources":["../../../src/icons/HomeStatsCheckBadgeSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsCheckBadgeSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M22 4L12 14.01L9 11.01\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAA0B,EACrC,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
|
|
@@ -1,42 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{
|
|
29
|
-
d: "M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z",
|
|
30
|
-
stroke: "currentColor",
|
|
31
|
-
strokeWidth: "2",
|
|
32
|
-
strokeLinecap: "round",
|
|
33
|
-
strokeLinejoin: "round"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
);
|
|
39
|
-
export {
|
|
40
|
-
C as HomeStatsClipboardSvg
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=HomeStatsClipboardSvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/HomeStatsClipboardSvg.tsx
|
|
3
|
+
var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [/* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: "2",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round"
|
|
16
|
+
}), /* @__PURE__ */ e("path", {
|
|
17
|
+
d: "M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { n as HomeStatsClipboardSvg };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=HomeStatsClipboardSvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeStatsClipboardSvg.js","sources":["../../../src/icons/HomeStatsClipboardSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsClipboardSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"HomeStatsClipboardSvg.js","names":[],"sources":["../../../src/icons/HomeStatsClipboardSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsClipboardSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAyB,EACpC,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
|
|
@@ -1,42 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
{
|
|
29
|
-
d: "M12 6V12L16 14",
|
|
30
|
-
stroke: "currentColor",
|
|
31
|
-
strokeWidth: "2",
|
|
32
|
-
strokeLinecap: "round",
|
|
33
|
-
strokeLinejoin: "round"
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
);
|
|
39
|
-
export {
|
|
40
|
-
i as HomeStatsClockSvg
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=HomeStatsClockSvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/HomeStatsClockSvg.tsx
|
|
3
|
+
var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [/* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: "2",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round"
|
|
16
|
+
}), /* @__PURE__ */ e("path", {
|
|
17
|
+
d: "M12 6V12L16 14",
|
|
18
|
+
stroke: "currentColor",
|
|
19
|
+
strokeWidth: "2",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round"
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { n as HomeStatsClockSvg };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=HomeStatsClockSvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeStatsClockSvg.js","sources":["../../../src/icons/HomeStatsClockSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsClockSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 6V12L16 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"HomeStatsClockSvg.js","names":[],"sources":["../../../src/icons/HomeStatsClockSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const HomeStatsClockSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12 6V12L16 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAqB,EAChC,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN,CAQE,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,EACF,kBAAC,QAAD;EACE,GAAE;EACF,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,CAAA,CACE"}
|
|
@@ -1,54 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
{
|
|
41
|
-
d: "M3 3l18 18",
|
|
42
|
-
stroke: "currentColor",
|
|
43
|
-
strokeWidth: "2",
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
}
|
|
47
|
-
)
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
);
|
|
51
|
-
export {
|
|
52
|
-
i as KeyOffSvg
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=KeyOffSvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/KeyOffSvg.tsx
|
|
3
|
+
var n = ({ width: n = 16, height: r = 16, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ e("circle", {
|
|
12
|
+
cx: "7.5",
|
|
13
|
+
cy: "16.5",
|
|
14
|
+
r: "3.5",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ e("path", {
|
|
21
|
+
d: "M11 16.5h10l-2 2m2-2-2-2",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ e("path", {
|
|
28
|
+
d: "M3 3l18 18",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { n as KeyOffSvg };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=KeyOffSvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyOffSvg.js","sources":["../../../src/icons/KeyOffSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KeyOffSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <circle\n cx=\"7.5\"\n cy=\"16.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 16.5h10l-2 2m2-2-2-2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 3l18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"KeyOffSvg.js","names":[],"sources":["../../../src/icons/KeyOffSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KeyOffSvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <circle\n cx=\"7.5\"\n cy=\"16.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 16.5h10l-2 2m2-2-2-2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3 3l18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAa,EACxB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,UAAD;GACE,IAAG;GACH,IAAG;GACH,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACE"}
|
package/lib/esm/icons/KeySvg.js
CHANGED
|
@@ -1,54 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
{
|
|
41
|
-
d: "M16 16.5v-3",
|
|
42
|
-
stroke: "currentColor",
|
|
43
|
-
strokeWidth: "2",
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
}
|
|
47
|
-
)
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
);
|
|
51
|
-
export {
|
|
52
|
-
i as KeySvg
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=KeySvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/KeySvg.tsx
|
|
3
|
+
var n = ({ width: n = 16, height: r = 16, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ e("circle", {
|
|
12
|
+
cx: "7.5",
|
|
13
|
+
cy: "16.5",
|
|
14
|
+
r: "3.5",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
strokeWidth: "2",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ e("path", {
|
|
21
|
+
d: "M11 16.5h10l-2 2m2-2-2-2",
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ e("path", {
|
|
28
|
+
d: "M16 16.5v-3",
|
|
29
|
+
stroke: "currentColor",
|
|
30
|
+
strokeWidth: "2",
|
|
31
|
+
strokeLinecap: "round",
|
|
32
|
+
strokeLinejoin: "round"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { n as KeySvg };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=KeySvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeySvg.js","sources":["../../../src/icons/KeySvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KeySvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <circle\n cx=\"7.5\"\n cy=\"16.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 16.5h10l-2 2m2-2-2-2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 16.5v-3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"KeySvg.js","names":[],"sources":["../../../src/icons/KeySvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KeySvg = ({\n width = 16,\n height = 16,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <circle\n cx=\"7.5\"\n cy=\"16.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 16.5h10l-2 2m2-2-2-2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M16 16.5v-3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAU,EACrB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,UAAD;GACE,IAAG;GACH,IAAG;GACH,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,QAAO;GACP,aAAY;GACZ,eAAc;GACd,gBAAe;GACf,CAAA;EACE"}
|
|
@@ -1,43 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ C(
|
|
31
|
-
"path",
|
|
32
|
-
{
|
|
33
|
-
d: "M1171.26 1245.19L1737.8 933.748C1737.8 933.748 1611.83 945.84 1534.08 935.316C1402.28 917.475 1334.43 875.853 1334.43 875.853C1334.43 875.853 1225.82 824.179 1153.79 814.022C1081.77 803.865 965.58 823.835 965.58 823.835L1067.44 1197.22C1067.44 1197.22 1073.3 1234.43 1112.01 1249.96C1143.07 1262.42 1171.26 1245.19 1171.26 1245.19Z",
|
|
34
|
-
fill: "#51A2FF"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
);
|
|
40
|
-
export {
|
|
41
|
-
i as KronexSvg
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=KronexSvg.js.map
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region src/icons/KronexSvg.tsx
|
|
3
|
+
var n = ({ width: n = 24, height: r = 24, ...i }) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
width: n,
|
|
5
|
+
height: r,
|
|
6
|
+
viewBox: "0 0 2186 2577",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...i,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ e("path", {
|
|
12
|
+
d: "M1169.61 1245.9C1130.53 1267.39 1081.63 1246.7 1069.83 1203.69L872.035 482.816C856.783 427.23 912.372 378.554 965.458 401.011L1818.33 761.795C1871.42 784.252 1875.2 858.044 1824.68 885.81L1169.61 1245.9Z",
|
|
13
|
+
fill: "#DBEAFE"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ e("path", {
|
|
16
|
+
d: "M1015.86 1330.48C1054.95 1308.99 1103.84 1329.67 1115.64 1372.68L1313.47 2093.55C1328.72 2149.14 1273.14 2197.81 1220.05 2175.36L367.165 1814.61C314.078 1792.15 310.293 1718.36 360.804 1690.59L1015.86 1330.48Z",
|
|
17
|
+
fill: "#51A2FF"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ e("path", {
|
|
20
|
+
d: "M1171.26 1245.19L1737.8 933.748C1737.8 933.748 1611.83 945.84 1534.08 935.316C1402.28 917.475 1334.43 875.853 1334.43 875.853C1334.43 875.853 1225.82 824.179 1153.79 814.022C1081.77 803.865 965.58 823.835 965.58 823.835L1067.44 1197.22C1067.44 1197.22 1073.3 1234.43 1112.01 1249.96C1143.07 1262.42 1171.26 1245.19 1171.26 1245.19Z",
|
|
21
|
+
fill: "#51A2FF"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as KronexSvg };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=KronexSvg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KronexSvg.js","sources":["../../../src/icons/KronexSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KronexSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 2186 2577\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M1169.61 1245.9C1130.53 1267.39 1081.63 1246.7 1069.83 1203.69L872.035 482.816C856.783 427.23 912.372 378.554 965.458 401.011L1818.33 761.795C1871.42 784.252 1875.2 858.044 1824.68 885.81L1169.61 1245.9Z\"\n fill=\"#DBEAFE\"\n />\n <path\n d=\"M1015.86 1330.48C1054.95 1308.99 1103.84 1329.67 1115.64 1372.68L1313.47 2093.55C1328.72 2149.14 1273.14 2197.81 1220.05 2175.36L367.165 1814.61C314.078 1792.15 310.293 1718.36 360.804 1690.59L1015.86 1330.48Z\"\n fill=\"#51A2FF\"\n />\n <path\n d=\"M1171.26 1245.19L1737.8 933.748C1737.8 933.748 1611.83 945.84 1534.08 935.316C1402.28 917.475 1334.43 875.853 1334.43 875.853C1334.43 875.853 1225.82 824.179 1153.79 814.022C1081.77 803.865 965.58 823.835 965.58 823.835L1067.44 1197.22C1067.44 1197.22 1073.3 1234.43 1112.01 1249.96C1143.07 1262.42 1171.26 1245.19 1171.26 1245.19Z\"\n fill=\"#51A2FF\"\n />\n </svg>\n );\n};\n"],"
|
|
1
|
+
{"version":3,"file":"KronexSvg.js","names":[],"sources":["../../../src/icons/KronexSvg.tsx"],"sourcesContent":["import { type JSX } from 'react';\n\ntype Props = React.SVGProps<SVGSVGElement>;\n\nexport const KronexSvg = ({\n width = 24,\n height = 24,\n ...rest\n}: Props): JSX.Element => {\n return (\n <svg\n width={width}\n height={height}\n viewBox=\"0 0 2186 2577\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <path\n d=\"M1169.61 1245.9C1130.53 1267.39 1081.63 1246.7 1069.83 1203.69L872.035 482.816C856.783 427.23 912.372 378.554 965.458 401.011L1818.33 761.795C1871.42 784.252 1875.2 858.044 1824.68 885.81L1169.61 1245.9Z\"\n fill=\"#DBEAFE\"\n />\n <path\n d=\"M1015.86 1330.48C1054.95 1308.99 1103.84 1329.67 1115.64 1372.68L1313.47 2093.55C1328.72 2149.14 1273.14 2197.81 1220.05 2175.36L367.165 1814.61C314.078 1792.15 310.293 1718.36 360.804 1690.59L1015.86 1330.48Z\"\n fill=\"#51A2FF\"\n />\n <path\n d=\"M1171.26 1245.19L1737.8 933.748C1737.8 933.748 1611.83 945.84 1534.08 935.316C1402.28 917.475 1334.43 875.853 1334.43 875.853C1334.43 875.853 1225.82 824.179 1153.79 814.022C1081.77 803.865 965.58 823.835 965.58 823.835L1067.44 1197.22C1067.44 1197.22 1073.3 1234.43 1112.01 1249.96C1143.07 1262.42 1171.26 1245.19 1171.26 1245.19Z\"\n fill=\"#51A2FF\"\n />\n </svg>\n );\n};\n"],"mappings":";;AAIA,IAAa,KAAa,EACxB,WAAQ,IACR,YAAS,IACT,GAAG,QAGD,kBAAC,OAAD;CACS;CACC;CACR,SAAQ;CACR,MAAK;CACL,OAAM;CACN,GAAI;WANN;EAQE,kBAAC,QAAD;GACE,GAAE;GACF,MAAK;GACL,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,MAAK;GACL,CAAA;EACF,kBAAC,QAAD;GACE,GAAE;GACF,MAAK;GACL,CAAA;EACE"}
|