@infonomic/uikit 5.16.0 → 5.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/accordion.d.ts.map +1 -1
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/accordion/accordion.module.css +1 -2
- package/dist/components/animation/fade-in-lift.d.ts.map +1 -1
- package/dist/components/avatar/avatar.d.ts.map +1 -1
- package/dist/components/avatar/avatar.module.css +7 -4
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/badge/badge.d.ts.map +1 -1
- package/dist/components/badge/badge.module.css +7 -2
- package/dist/components/button/@types/button.d.ts +1 -2
- package/dist/components/button/@types/button.d.ts.map +1 -1
- package/dist/components/button/button-group.d.ts +1 -1
- package/dist/components/button/button-group.d.ts.map +1 -1
- package/dist/components/button/button-group.js +1 -1
- package/dist/components/button/button-group.module.css +1 -1
- package/dist/components/button/button.d.ts.map +1 -1
- package/dist/components/button/button.module.css +52 -18
- package/dist/components/button/control-buttons.d.ts.map +1 -1
- package/dist/components/button/control-buttons.module.css +1 -2
- package/dist/components/button/copy-button.d.ts.map +1 -1
- package/dist/components/button/copy-button.js +1 -1
- package/dist/components/button/copy-button.module.css +7 -2
- package/dist/components/button/icon-button.d.ts.map +1 -1
- package/dist/components/button/index.d.ts +3 -3
- package/dist/components/button/index.d.ts.map +1 -1
- package/dist/components/button/index.js +3 -3
- package/dist/components/card/card.d.ts.map +1 -1
- package/dist/components/card/card.module.css +8 -3
- package/dist/components/chips/chip.d.ts.map +1 -1
- package/dist/components/chips/chip.js +1 -1
- package/dist/components/chips/chip.module.css +34 -12
- package/dist/components/chips/index.js +1 -1
- package/dist/components/container/container.module.css +7 -2
- package/dist/components/dropdown/dropdown.d.ts +1 -1
- package/dist/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.module.css +7 -5
- package/dist/components/forms/calendar.d.ts +7 -0
- package/dist/components/forms/calendar.d.ts.map +1 -1
- package/dist/components/forms/calendar.js +1 -1
- package/dist/components/forms/calendar.module.css +19 -15
- package/dist/components/forms/checkbox.d.ts.map +1 -1
- package/dist/components/forms/checkbox.js +1 -1
- package/dist/components/forms/checkbox.module.css +9 -4
- package/dist/components/forms/error-text.d.ts.map +1 -1
- package/dist/components/forms/error-text.module.css +8 -3
- package/dist/components/forms/help-text.d.ts.map +1 -1
- package/dist/components/forms/help-text.module.css +8 -3
- package/dist/components/forms/index.js +2 -2
- package/dist/components/forms/input-adornment.d.ts.map +1 -1
- package/dist/components/forms/input-adornment.module.css +7 -2
- package/dist/components/forms/input.d.ts +1 -1
- package/dist/components/forms/input.d.ts.map +1 -1
- package/dist/components/forms/input.module.css +8 -5
- package/dist/components/forms/label.d.ts.map +1 -1
- package/dist/components/forms/label.module.css +8 -3
- package/dist/components/forms/radio-group.d.ts +1 -1
- package/dist/components/forms/radio-group.d.ts.map +1 -1
- package/dist/components/forms/radio-group.module.css +8 -5
- package/dist/components/forms/select.d.ts +1 -1
- package/dist/components/forms/select.d.ts.map +1 -1
- package/dist/components/forms/select.module.css +7 -2
- package/dist/components/forms/text-area.d.ts.map +1 -1
- package/dist/components/forms/text-area.module.css +11 -5
- package/dist/components/notifications/@types/alert.d.ts.map +1 -1
- package/dist/components/notifications/alert.d.ts.map +1 -1
- package/dist/components/notifications/alert.js +1 -1
- package/dist/components/notifications/alert.module.css +7 -2
- package/dist/components/notifications/toast.d.ts +1 -1
- package/dist/components/notifications/toast.d.ts.map +1 -1
- package/dist/components/notifications/toast.js +1 -1
- package/dist/components/notifications/toast.module.css +7 -5
- package/dist/components/overlay/overlay.d.ts.map +1 -1
- package/dist/components/overlay/overlay.module.css +1 -1
- package/dist/components/pager/ellipses.d.ts.map +1 -1
- package/dist/components/pager/first-button.d.ts.map +1 -1
- package/dist/components/pager/icons/index.js +2 -2
- package/dist/components/pager/index.js +2 -2
- package/dist/components/pager/last-button.d.ts.map +1 -1
- package/dist/components/pager/next-button.d.ts.map +1 -1
- package/dist/components/pager/number-button.d.ts.map +1 -1
- package/dist/components/pager/number-button.js +2 -4
- package/dist/components/pager/pagination.d.ts +1 -1
- package/dist/components/pager/pagination.d.ts.map +1 -1
- package/dist/components/pager/pagination.js +1 -1
- package/dist/components/pager/pagination.module.css +8 -6
- package/dist/components/pager/previous-button.d.ts.map +1 -1
- package/dist/components/scroll-area/scroll-area.d.ts +1 -1
- package/dist/components/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/scroll-area/scroll-area.module.css +7 -2
- package/dist/components/scroll-to-top/scroll-to-top.d.ts.map +1 -1
- package/dist/components/scroll-to-top/scroll-to-top.js +12 -6
- package/dist/components/scroll-to-top/scroll-to-top.module.css +6 -2
- package/dist/components/section/section.module.css +7 -2
- package/dist/components/shimmer/shimmer.d.ts.map +1 -1
- package/dist/components/shimmer/shimmer.js +0 -1
- package/dist/components/shimmer/shimmer.module.css +9 -10
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.module.css +8 -4
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts.map +1 -1
- package/dist/components/tabs/tabs.module.css +7 -3
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.module.css +7 -4
- package/dist/icons/activity-icon.d.ts.map +1 -1
- package/dist/icons/calendar-icon.d.ts.map +1 -1
- package/dist/icons/check-icon.d.ts.map +1 -1
- package/dist/icons/chevron-down-icon.d.ts.map +1 -1
- package/dist/icons/chevron-left-double-icon.d.ts.map +1 -1
- package/dist/icons/chevron-left-icon.d.ts.map +1 -1
- package/dist/icons/chevron-right-double-icon.d.ts.map +1 -1
- package/dist/icons/chevron-right-icon.d.ts.map +1 -1
- package/dist/icons/chevrons-up-down.d.ts.map +1 -1
- package/dist/icons/close-icon.d.ts.map +1 -1
- package/dist/icons/copy-icon.d.ts.map +1 -1
- package/dist/icons/danger-icon.d.ts.map +1 -1
- package/dist/icons/dashboard-icon.d.ts.map +1 -1
- package/dist/icons/delete-icon.d.ts.map +1 -1
- package/dist/icons/document-icon.d.ts.map +1 -1
- package/dist/icons/download-icon.d.ts.map +1 -1
- package/dist/icons/edit-icon.d.ts.map +1 -1
- package/dist/icons/ellipsis-icon.d.ts.map +1 -1
- package/dist/icons/email-icon.d.ts.map +1 -1
- package/dist/icons/external-link-icon.d.ts.map +1 -1
- package/dist/icons/github-icon.d.ts.map +1 -1
- package/dist/icons/globe-icon.d.ts.map +1 -1
- package/dist/icons/google-icon.d.ts.map +1 -1
- package/dist/icons/gripper-vertical-icon.d.ts.map +1 -1
- package/dist/icons/history-icon.d.ts.map +1 -1
- package/dist/icons/home-icon.d.ts.map +1 -1
- package/dist/icons/icon-element.d.ts +1 -1
- package/dist/icons/icon-element.d.ts.map +1 -1
- package/dist/icons/icon-element.js +1 -1
- package/dist/icons/icon-sprite.js +10 -5
- package/dist/icons/icons.module.css +1 -2
- package/dist/icons/index.d.ts +27 -27
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +27 -27
- package/dist/icons/info-icon.d.ts.map +1 -1
- package/dist/icons/infonomic-icon.d.ts.map +1 -1
- package/dist/icons/light-icon.d.ts.map +1 -1
- package/dist/icons/location-pin-icon.d.ts.map +1 -1
- package/dist/icons/moon-icon.d.ts.map +1 -1
- package/dist/icons/plus-icon.d.ts.map +1 -1
- package/dist/icons/primary-icon.d.ts.map +1 -1
- package/dist/icons/refresh-icon.d.ts.map +1 -1
- package/dist/icons/return-icon.d.ts.map +1 -1
- package/dist/icons/roles-icon.d.ts.map +1 -1
- package/dist/icons/search-icon.d.ts.map +1 -1
- package/dist/icons/search-menu-icon.d.ts.map +1 -1
- package/dist/icons/settings-gear-icon.d.ts.map +1 -1
- package/dist/icons/settings-sliders-icon.d.ts.map +1 -1
- package/dist/icons/sign-out-icon.d.ts.map +1 -1
- package/dist/icons/stopwatch-icon.d.ts.map +1 -1
- package/dist/icons/success-icon.d.ts.map +1 -1
- package/dist/icons/user-icon.d.ts.map +1 -1
- package/dist/icons/users-icon.d.ts.map +1 -1
- package/dist/icons/wallet-icon.d.ts.map +1 -1
- package/dist/icons/warning-icon.d.ts.map +1 -1
- package/dist/icons/x-icon.d.ts.map +1 -1
- package/dist/react.d.ts +3 -3
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +3 -3
- package/dist/styles/styles.css +1 -1
- package/dist/styles/typography.css +1 -1
- package/dist/utils/getPortalRoot.js +1 -1
- package/dist/utils/isTouchDevice.js +1 -1
- package/dist/utils/objectsToArray.js +3 -9
- package/dist/widgets/datepicker/datepicker.d.ts +6 -0
- package/dist/widgets/datepicker/datepicker.d.ts.map +1 -1
- package/dist/widgets/datepicker/datepicker.js +3 -3
- package/dist/widgets/datepicker/datepicker.module.css +3 -4
- package/dist/widgets/drawer/drawer-container.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-content.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-context.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-header.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-top-actions.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-wrapper.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer-wrapper.js +1 -1
- package/dist/widgets/drawer/drawer.d.ts +4 -5
- package/dist/widgets/drawer/drawer.d.ts.map +1 -1
- package/dist/widgets/drawer/drawer.js +3 -3
- package/dist/widgets/drawer/drawer.module.css +2 -3
- package/dist/widgets/drawer/motionDomAnimation.d.ts.map +1 -1
- package/dist/widgets/drawer/motionDomMax.d.ts.map +1 -1
- package/dist/widgets/modal/modal-actions.d.ts.map +1 -1
- package/dist/widgets/modal/modal-container.d.ts.map +1 -1
- package/dist/widgets/modal/modal-content.d.ts.map +1 -1
- package/dist/widgets/modal/modal-header.d.ts.map +1 -1
- package/dist/widgets/modal/modal-wrapper.d.ts.map +1 -1
- package/dist/widgets/modal/modal.d.ts.map +1 -1
- package/dist/widgets/modal/modal.js +1 -1
- package/dist/widgets/modal/modal.module.css +1 -1
- package/dist/widgets/modal/motionDomAnimation.d.ts.map +1 -1
- package/dist/widgets/modal/motionDomMax.d.ts.map +1 -1
- package/dist/widgets/search/search.d.ts.map +1 -1
- package/dist/widgets/timeline/timeline.module.css +7 -2
- package/package.json +23 -19
- package/src/astro.js +2 -3
- package/src/components/accordion/accordion.module.css +1 -2
- package/src/components/accordion/accordion.stories.tsx +1 -2
- package/src/components/accordion/accordion.tsx +2 -2
- package/src/components/animation/fade-in-lift.tsx +1 -0
- package/src/components/avatar/avatar.module.css +7 -4
- package/src/components/avatar/avatar.stories.tsx +2 -1
- package/src/components/avatar/avatar.tsx +2 -1
- package/src/components/badge/badge.module.css +7 -2
- package/src/components/badge/badge.stories.tsx +1 -2
- package/src/components/badge/badge.tsx +11 -6
- package/src/components/button/@types/button.ts +1 -3
- package/src/components/button/button-group.module.css +1 -1
- package/src/components/button/button-group.tsx +3 -3
- package/src/components/button/button-intents.stories.tsx +29 -5
- package/src/components/button/button-overrides.stories.tsx +25 -8
- package/src/components/button/button-test.stories.tsx +25 -7
- package/src/components/button/button-variants.stories.tsx +28 -30
- package/src/components/button/button.module.css +52 -18
- package/src/components/button/button.tsx +5 -4
- package/src/components/button/control-buttons.module.css +1 -2
- package/src/components/button/control-buttons.stories.tsx +1 -1
- package/src/components/button/control-buttons.tsx +5 -2
- package/src/components/button/copy-button.module.css +7 -2
- package/src/components/button/copy-button.tsx +3 -3
- package/src/components/button/icon-button.stories.tsx +82 -86
- package/src/components/button/icon-button.tsx +4 -3
- package/src/components/button/index.ts +3 -3
- package/src/components/card/card.module.css +8 -3
- package/src/components/card/card.stories.tsx +0 -1
- package/src/components/card/card.tsx +2 -1
- package/src/components/chips/chip.module.css +34 -12
- package/src/components/chips/chip.stories.tsx +21 -9
- package/src/components/chips/chip.tsx +162 -154
- package/src/components/chips/index.ts +1 -1
- package/src/components/container/container.module.css +7 -2
- package/src/components/dropdown/dropdown.module.css +7 -5
- package/src/components/dropdown/dropdown.tsx +2 -1
- package/src/components/forms/calendar.module.css +19 -15
- package/src/components/forms/calendar.stories.tsx +8 -6
- package/src/components/forms/calendar.tsx +4 -2
- package/src/components/forms/checkbox.module.css +9 -4
- package/src/components/forms/checkbox.stories.tsx +21 -25
- package/src/components/forms/checkbox.tsx +6 -5
- package/src/components/forms/error-text.module.css +8 -3
- package/src/components/forms/error-text.tsx +2 -1
- package/src/components/forms/help-text.module.css +8 -3
- package/src/components/forms/help-text.tsx +2 -1
- package/src/components/forms/index.tsx +2 -2
- package/src/components/forms/input-adornment.module.css +7 -2
- package/src/components/forms/input-adornment.tsx +2 -1
- package/src/components/forms/input.module.css +8 -5
- package/src/components/forms/input.stories.tsx +110 -117
- package/src/components/forms/input.tsx +5 -5
- package/src/components/forms/label.module.css +8 -3
- package/src/components/forms/label.tsx +2 -1
- package/src/components/forms/radio-group.module.css +8 -5
- package/src/components/forms/radio-group.stories.tsx +1 -1
- package/src/components/forms/radio-group.tsx +5 -2
- package/src/components/forms/select.module.css +7 -2
- package/src/components/forms/select.stories.tsx +9 -11
- package/src/components/forms/select.tsx +6 -5
- package/src/components/forms/text-area.module.css +11 -5
- package/src/components/forms/text-area.stories.tsx +25 -30
- package/src/components/forms/text-area.tsx +3 -2
- package/src/components/notifications/@types/alert.ts +0 -3
- package/src/components/notifications/alert.module.css +7 -2
- package/src/components/notifications/alert.stories.tsx +21 -4
- package/src/components/notifications/alert.tsx +4 -4
- package/src/components/notifications/toast.module.css +7 -5
- package/src/components/notifications/toast.stories.tsx +2 -2
- package/src/components/notifications/toast.tsx +5 -3
- package/src/components/overlay/index.stories.tsx +0 -3
- package/src/components/overlay/overlay.module.css +1 -1
- package/src/components/overlay/overlay.tsx +7 -6
- package/src/components/pager/ellipses.tsx +2 -2
- package/src/components/pager/event-pager.tsx +3 -1
- package/src/components/pager/first-button.tsx +4 -3
- package/src/components/pager/icons/index.tsx +2 -2
- package/src/components/pager/index.ts +2 -2
- package/src/components/pager/last-button.tsx +4 -3
- package/src/components/pager/next-button.tsx +4 -3
- package/src/components/pager/number-button.tsx +5 -5
- package/src/components/pager/pagination.module.css +8 -6
- package/src/components/pager/pagination.stories.tsx +3 -3
- package/src/components/pager/pagination.tsx +4 -3
- package/src/components/pager/previous-button.tsx +4 -3
- package/src/components/scroll-area/scroll-area.module.css +7 -2
- package/src/components/scroll-area/scroll-area.tsx +2 -1
- package/src/components/scroll-to-top/scroll-to-top.module.css +6 -2
- package/src/components/scroll-to-top/scroll-to-top.tsx +5 -2
- package/src/components/section/section.module.css +7 -2
- package/src/components/shimmer/shimmer.module.css +9 -10
- package/src/components/shimmer/shimmer.tsx +3 -2
- package/src/components/table/table.module.css +8 -4
- package/src/components/table/table.tsx +2 -1
- package/src/components/tabs/tabs.module.css +7 -3
- package/src/components/tabs/tabs.tsx +2 -2
- package/src/components/tooltip/tooltip.module.css +7 -4
- package/src/components/tooltip/tooltip.stories.tsx +35 -37
- package/src/components/tooltip/tooltip.tsx +2 -1
- package/src/hooks/use-media-query.ts +1 -1
- package/src/icons/activity-icon.tsx +2 -1
- package/src/icons/calendar-icon.tsx +1 -3
- package/src/icons/check-icon.tsx +1 -3
- package/src/icons/chevron-down-icon.tsx +1 -3
- package/src/icons/chevron-left-double-icon.tsx +2 -1
- package/src/icons/chevron-left-icon.tsx +2 -1
- package/src/icons/chevron-right-double-icon.tsx +2 -1
- package/src/icons/chevron-right-icon.tsx +2 -1
- package/src/icons/chevrons-up-down.tsx +2 -1
- package/src/icons/close-icon.tsx +13 -11
- package/src/icons/copy-icon.tsx +1 -3
- package/src/icons/danger-icon.tsx +2 -1
- package/src/icons/dashboard-icon.tsx +1 -3
- package/src/icons/delete-icon.tsx +1 -3
- package/src/icons/document-icon.tsx +1 -3
- package/src/icons/download-icon.tsx +1 -3
- package/src/icons/edit-icon.tsx +1 -3
- package/src/icons/ellipsis-icon.tsx +1 -3
- package/src/icons/email-icon.tsx +1 -3
- package/src/icons/external-link-icon.tsx +1 -3
- package/src/icons/github-icon.tsx +2 -1
- package/src/icons/globe-icon.tsx +1 -3
- package/src/icons/google-icon.tsx +0 -1
- package/src/icons/gripper-vertical-icon.tsx +1 -3
- package/src/icons/history-icon.tsx +2 -1
- package/src/icons/home-icon.tsx +1 -3
- package/src/icons/icon-element.tsx +3 -3
- package/src/icons/icon-sprite.tsx +2 -2
- package/src/icons/icons.module.css +1 -2
- package/src/icons/index.ts +27 -27
- package/src/icons/info-icon.tsx +2 -1
- package/src/icons/infonomic-icon.tsx +0 -1
- package/src/icons/light-icon.tsx +1 -3
- package/src/icons/location-pin-icon.tsx +1 -3
- package/src/icons/moon-icon.tsx +1 -3
- package/src/icons/plus-icon.tsx +1 -3
- package/src/icons/primary-icon.tsx +3 -3
- package/src/icons/refresh-icon.tsx +1 -3
- package/src/icons/return-icon.tsx +1 -3
- package/src/icons/roles-icon.tsx +1 -3
- package/src/icons/search-icon.tsx +1 -3
- package/src/icons/search-menu-icon.tsx +1 -3
- package/src/icons/settings-gear-icon.tsx +1 -3
- package/src/icons/settings-sliders-icon.tsx +1 -3
- package/src/icons/sign-out-icon.tsx +1 -3
- package/src/icons/stopwatch-icon.tsx +1 -3
- package/src/icons/success-icon.tsx +2 -1
- package/src/icons/user-icon.tsx +1 -3
- package/src/icons/users-icon.tsx +1 -3
- package/src/icons/wallet-icon.tsx +1 -3
- package/src/icons/warning-icon.tsx +2 -1
- package/src/icons/x-icon.tsx +1 -3
- package/src/loaders/loaders.stories.tsx +5 -7
- package/src/react.ts +3 -5
- package/src/styles/base/animations.css +1 -3
- package/src/styles/base/base.css +0 -1
- package/src/styles/base/borders.css +1 -1
- package/src/styles/base/breakpoints.css +2 -2
- package/src/styles/base/colors.css +1 -1
- package/src/styles/base/opacity.css +2 -2
- package/src/styles/base/reset.css +9 -7
- package/src/styles/base/shadows.css +1 -1
- package/src/styles/base/size.css +21 -21
- package/src/styles/base/spacing.css +21 -21
- package/src/styles/base/transitions.css +1 -1
- package/src/styles/base/typography.css +1 -2
- package/src/styles/base/z-index.css +1 -1
- package/src/styles/components/components.css +1 -1
- package/src/styles/components/fade-in-lift.css +3 -1
- package/src/styles/components/hamburger.css +20 -7
- package/src/styles/functional/borders.css +1 -1
- package/src/styles/functional/colors.css +37 -17
- package/src/styles/functional/functional.css +1 -1
- package/src/styles/functional/grid-flex.css +1 -1
- package/src/styles/functional/surfaces.css +11 -12
- package/src/styles/functional/typography.css +2 -3
- package/src/styles/local-fonts.css +1 -1
- package/src/styles/styles.css +7 -2
- package/src/styles/theme/autofill.css +15 -15
- package/src/styles/theme/defaults.css +1 -1
- package/src/styles/theme/scrollers.css +1 -1
- package/src/styles/theme/theme.css +3 -3
- package/src/styles/theme/theme.stories.tsx +14 -15
- package/src/styles/typography/article.stories.tsx +22 -23
- package/src/styles/typography/code.stories.tsx +16 -19
- package/src/styles/typography/default.stories.tsx +31 -33
- package/src/styles/typography/fonts.css +10 -7
- package/src/styles/typography/lists.stories.tsx +30 -32
- package/src/styles/typography/prose.css +14 -7
- package/src/styles/typography/quote.stories.tsx +20 -19
- package/src/styles/typography.css +1 -1
- package/src/styles/utils/utility-classes.css +9 -14
- package/src/theme/theme-provider/provider.tsx +2 -2
- package/src/utils/externalLinkProps.ts +1 -1
- package/src/utils/objectsToArray.ts +3 -5
- package/src/utils/polymorphic.ts +1 -1
- package/src/widgets/datepicker/datepicker.module.css +3 -4
- package/src/widgets/datepicker/datepicker.tsx +15 -5
- package/src/widgets/drawer/drawer-container.tsx +1 -0
- package/src/widgets/drawer/drawer-content.tsx +1 -0
- package/src/widgets/drawer/drawer-context.tsx +1 -3
- package/src/widgets/drawer/drawer-header.tsx +1 -0
- package/src/widgets/drawer/drawer-top-actions.tsx +1 -0
- package/src/widgets/drawer/drawer-wrapper.tsx +3 -4
- package/src/widgets/drawer/drawer.module.css +2 -3
- package/src/widgets/drawer/drawer.stories.tsx +38 -41
- package/src/widgets/drawer/drawer.tsx +6 -9
- package/src/widgets/drawer/motionDomAnimation.ts +1 -0
- package/src/widgets/drawer/motionDomMax.ts +1 -0
- package/src/widgets/modal/modal-actions.tsx +1 -0
- package/src/widgets/modal/modal-container.tsx +1 -0
- package/src/widgets/modal/modal-content.tsx +1 -0
- package/src/widgets/modal/modal-header.tsx +1 -0
- package/src/widgets/modal/modal-wrapper.tsx +2 -2
- package/src/widgets/modal/modal.module.css +1 -1
- package/src/widgets/modal/modal.stories.tsx +0 -1
- package/src/widgets/modal/modal.tsx +2 -2
- package/src/widgets/modal/motionDomAnimation.ts +1 -0
- package/src/widgets/modal/motionDomMax.ts +1 -0
- package/src/widgets/search/search.tsx +1 -1
- package/src/widgets/timeline/timeline.module.css +7 -2
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-components;
|
|
2
2
|
|
|
3
3
|
@layer infonomic-components {
|
|
4
|
-
|
|
5
4
|
.element-root {
|
|
6
5
|
width: 1.375rem;
|
|
7
6
|
height: 1.375rem;
|
|
@@ -160,4 +159,4 @@
|
|
|
160
159
|
.fill-danger:is(:global(.dark) *) {
|
|
161
160
|
fill: var(--red-400);
|
|
162
161
|
}
|
|
163
|
-
}
|
|
162
|
+
}
|
package/src/icons/index.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
+
export * from './activity-icon.js'
|
|
2
|
+
export * from './calendar-icon.js'
|
|
3
|
+
export * from './check-icon.js'
|
|
4
|
+
export * from './close-icon.js'
|
|
5
|
+
export * from './copy-icon.js'
|
|
1
6
|
export * from './danger-icon.js'
|
|
7
|
+
export * from './dashboard-icon.js'
|
|
8
|
+
export * from './delete-icon.js'
|
|
9
|
+
export * from './document-icon.js'
|
|
10
|
+
export * from './edit-icon.js'
|
|
11
|
+
export * from './ellipsis-icon.js'
|
|
12
|
+
export * from './email-icon.js'
|
|
13
|
+
export * from './github-icon.js'
|
|
14
|
+
export * from './globe-icon.js'
|
|
15
|
+
export * from './google-icon.js'
|
|
16
|
+
export * from './gripper-vertical-icon.js'
|
|
17
|
+
export * from './home-icon.js'
|
|
2
18
|
export * from './icon-element.js'
|
|
3
19
|
export * from './info-icon.js'
|
|
20
|
+
export * from './infonomic-icon.js'
|
|
4
21
|
export * from './light-icon.js'
|
|
22
|
+
export * from './location-pin-icon.js'
|
|
5
23
|
export * from './moon-icon.js'
|
|
24
|
+
export * from './plus-icon.js'
|
|
25
|
+
export * from './refresh-icon.js'
|
|
6
26
|
export * from './return-icon.js'
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './warning-icon.js'
|
|
9
|
-
export * from './wallet-icon.js'
|
|
10
|
-
export * from './globe-icon.js'
|
|
11
|
-
export * from './close-icon.js'
|
|
27
|
+
export * from './roles-icon.js'
|
|
12
28
|
export * from './search-icon.js'
|
|
13
29
|
export * from './search-menu-icon.js'
|
|
14
|
-
export * from './refresh-icon.js'
|
|
15
|
-
export * from './copy-icon.js'
|
|
16
|
-
export * from './check-icon.js'
|
|
17
|
-
export * from './x-icon.js'
|
|
18
|
-
export * from './calendar-icon.js'
|
|
19
|
-
export * from './location-pin-icon.js'
|
|
20
|
-
export * from './settings-sliders-icon.js'
|
|
21
30
|
export * from './settings-gear-icon.js'
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './document-icon.js'
|
|
24
|
-
export * from './edit-icon.js'
|
|
31
|
+
export * from './settings-sliders-icon.js'
|
|
25
32
|
export * from './sign-out-icon.js'
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
33
|
+
export * from './stopwatch-icon.js'
|
|
34
|
+
export * from './success-icon.js'
|
|
28
35
|
export * from './user-icon.js'
|
|
29
36
|
export * from './users-icon.js'
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './email-icon.js'
|
|
34
|
-
export * from './delete-icon.js'
|
|
35
|
-
export * from './activity-icon.js'
|
|
36
|
-
export * from './github-icon.js'
|
|
37
|
-
export * from './google-icon.js'
|
|
38
|
-
export * from './dashboard-icon.js'
|
|
39
|
-
export * from './stopwatch-icon.js'
|
|
37
|
+
export * from './wallet-icon.js'
|
|
38
|
+
export * from './warning-icon.js'
|
|
39
|
+
export * from './x-icon.js'
|
package/src/icons/info-icon.tsx
CHANGED
package/src/icons/light-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const LightIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-current'], styles['stroke-none'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const LocationPinIcon = ({
|
|
12
10
|
className,
|
package/src/icons/moon-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const MoonIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
package/src/icons/plus-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const PlusIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import cx from 'classnames'
|
|
2
1
|
import type React from 'react'
|
|
3
2
|
|
|
4
|
-
import
|
|
3
|
+
import cx from 'classnames'
|
|
5
4
|
|
|
5
|
+
import { IconElement } from './icon-element.jsx'
|
|
6
6
|
import type { IconProps } from './types/icon.js'
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const _svgStylesDefault = 'fill-gray-800 dark:fill-white'
|
|
9
9
|
|
|
10
10
|
import styles from './icons.module.css'
|
|
11
11
|
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const RefreshIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const ReturnIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
package/src/icons/roles-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const RolesIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const SearchIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-current'], styles['stroke-none'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const SearchMenuIcon = ({
|
|
12
10
|
className,
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const SettingsGearIcon = ({
|
|
12
10
|
className,
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const SettingsSlidersIcon = ({
|
|
12
10
|
className,
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const SignOutIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon'
|
|
10
8
|
|
|
11
9
|
export const StopwatchIcon = ({
|
|
12
10
|
className,
|
package/src/icons/user-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const UserIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
package/src/icons/users-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const UsersIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-none'], styles['stroke-current'], svgClassName)
|
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const WalletIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-current'], svgClassName)
|
package/src/icons/x-icon.tsx
CHANGED
|
@@ -3,10 +3,8 @@ import type React from 'react'
|
|
|
3
3
|
import cx from 'classnames'
|
|
4
4
|
|
|
5
5
|
import { IconElement } from './icon-element.js'
|
|
6
|
-
|
|
7
|
-
import type { IconProps } from './types/icon.js'
|
|
8
|
-
|
|
9
6
|
import styles from './icons.module.css'
|
|
7
|
+
import type { IconProps } from './types/icon.js'
|
|
10
8
|
|
|
11
9
|
export const XIcon = ({ className, svgClassName, ...rest }: IconProps): React.JSX.Element => {
|
|
12
10
|
const applied = cx(styles['fill-gray'], svgClassName)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2
2
|
import type React from 'react'
|
|
3
3
|
|
|
4
|
-
import { LoaderRing } from './ring.js'
|
|
5
4
|
import { LoaderEllipsis } from './ellipses.js'
|
|
5
|
+
import { LoaderRing } from './ring.js'
|
|
6
6
|
import { LoaderSpinner } from './spinner.js'
|
|
7
7
|
|
|
8
8
|
interface LoaderProps {
|
|
@@ -35,12 +35,10 @@ export default {
|
|
|
35
35
|
|
|
36
36
|
export const Default = (): React.JSX.Element => {
|
|
37
37
|
return (
|
|
38
|
-
|
|
39
|
-
<div className="
|
|
40
|
-
<
|
|
41
|
-
<LoaderDemo />
|
|
42
|
-
</div>
|
|
38
|
+
<div className="mb-6">
|
|
39
|
+
<div className="max-w-[700px]">
|
|
40
|
+
<LoaderDemo />
|
|
43
41
|
</div>
|
|
44
|
-
|
|
42
|
+
</div>
|
|
45
43
|
)
|
|
46
44
|
}
|
package/src/react.ts
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
* TS / dist output
|
|
4
4
|
*/
|
|
5
5
|
export * from './components/@types/shared.js'
|
|
6
|
-
|
|
7
6
|
export * from './components/accordion/accordion.js'
|
|
8
7
|
export * from './components/animation/fade-in-lift.js'
|
|
9
8
|
export * from './components/avatar/avatar.js'
|
|
@@ -14,10 +13,9 @@ export * from './components/button/control-buttons.js'
|
|
|
14
13
|
export * from './components/button/copy-button.js'
|
|
15
14
|
export * from './components/button/icon-button.js'
|
|
16
15
|
export * from './components/card/card.js'
|
|
16
|
+
export * from './components/chips/chip.js'
|
|
17
17
|
export * from './components/container/container.js'
|
|
18
18
|
export * from './components/dropdown/dropdown.js'
|
|
19
|
-
export * from './components/chips/chip.js'
|
|
20
|
-
export * from './components/hamburger/hamburger.js'
|
|
21
19
|
export * from './components/forms/calendar.js'
|
|
22
20
|
export * from './components/forms/checkbox.js'
|
|
23
21
|
export * from './components/forms/checkbox-group.js'
|
|
@@ -31,6 +29,7 @@ export * from './components/forms/radio-group.js'
|
|
|
31
29
|
export * from './components/forms/select.js'
|
|
32
30
|
export * from './components/forms/text-area.js'
|
|
33
31
|
export * from './components/forms/utils.js'
|
|
32
|
+
export * from './components/hamburger/hamburger.js'
|
|
34
33
|
export * from './components/notifications/alert.js'
|
|
35
34
|
export * from './components/notifications/toast.js'
|
|
36
35
|
export * from './components/pager/pagination.js'
|
|
@@ -90,13 +89,12 @@ export * from './icons/users-icon.js'
|
|
|
90
89
|
export * from './icons/wallet-icon.js'
|
|
91
90
|
export * from './icons/warning-icon.js'
|
|
92
91
|
export * from './icons/x-icon.js'
|
|
93
|
-
|
|
94
92
|
export * from './loaders/ellipses.js'
|
|
95
93
|
export * from './loaders/ring.js'
|
|
96
94
|
export * from './loaders/spinner.js'
|
|
95
|
+
export * from './widgets/datepicker/datepicker.js'
|
|
97
96
|
export * from './widgets/drawer/drawer.js'
|
|
98
97
|
export * from './widgets/drawer/drawer-context.js'
|
|
99
98
|
export * from './widgets/modal/modal.js'
|
|
100
99
|
export * from './widgets/search/search.js'
|
|
101
100
|
export * from './widgets/timeline/timeline.js'
|
|
102
|
-
export * from './widgets/datepicker/datepicker.js'
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@layer infonomic-base {
|
|
2
|
-
|
|
3
2
|
@keyframes enterFromRight {
|
|
4
3
|
from {
|
|
5
4
|
opacity: 0;
|
|
@@ -92,7 +91,6 @@
|
|
|
92
91
|
}
|
|
93
92
|
}
|
|
94
93
|
|
|
95
|
-
|
|
96
94
|
@keyframes slideUpAndFade {
|
|
97
95
|
from {
|
|
98
96
|
opacity: 0;
|
|
@@ -140,4 +138,4 @@
|
|
|
140
138
|
transform: translateX(0);
|
|
141
139
|
}
|
|
142
140
|
}
|
|
143
|
-
}
|
|
141
|
+
}
|
package/src/styles/base/base.css
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
--breakpoint-sm: 40rem; /* 640px */
|
|
9
9
|
--breakpoint-md: 48rem; /* 768px */
|
|
10
10
|
--breakpoint-lg: 66rem; /* 1056px */
|
|
11
|
-
|
|
11
|
+
/* our container component will set max width to common screen size */
|
|
12
12
|
--breakpoint-xl: 77rem; /* 1232px */
|
|
13
13
|
--breakpoint-2xl: 94rem; /* 1504px */
|
|
14
14
|
}
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
-o-tab-size: 4;
|
|
51
51
|
tab-size: 4;
|
|
52
52
|
/* 3 */
|
|
53
|
-
font-family:
|
|
53
|
+
font-family:
|
|
54
|
+
Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
|
54
55
|
"Segoe UI Symbol", "Noto Color Emoji";
|
|
55
56
|
/* 4 */
|
|
56
57
|
font-feature-settings: normal;
|
|
@@ -140,8 +141,9 @@ Add the correct font weight in Edge and Safari.
|
|
|
140
141
|
kbd,
|
|
141
142
|
samp,
|
|
142
143
|
pre {
|
|
143
|
-
font-family:
|
|
144
|
-
"
|
|
144
|
+
font-family:
|
|
145
|
+
"Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
146
|
+
"Courier New", monospace;
|
|
145
147
|
/* 1 */
|
|
146
148
|
font-feature-settings: normal;
|
|
147
149
|
/* 2 */
|
|
@@ -455,10 +457,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
455
457
|
*,
|
|
456
458
|
*::before,
|
|
457
459
|
*::after {
|
|
458
|
-
animation-duration: 0.01ms
|
|
459
|
-
animation-iteration-count: 1
|
|
460
|
-
transition-duration: 0.01ms
|
|
461
|
-
scroll-behavior: auto
|
|
460
|
+
animation-duration: 0.01ms;
|
|
461
|
+
animation-iteration-count: 1;
|
|
462
|
+
transition-duration: 0.01ms;
|
|
463
|
+
scroll-behavior: auto;
|
|
462
464
|
}
|
|
463
465
|
}
|
|
464
466
|
}
|
package/src/styles/base/size.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
@layer infonomic-base {
|
|
2
2
|
:root {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
--size-0: 0;
|
|
4
|
+
--size-2: 0.125rem;
|
|
5
|
+
--size-4: 0.25rem;
|
|
6
|
+
--size-6: 0.375rem;
|
|
7
|
+
--size-8: 0.5rem;
|
|
8
|
+
--size-12: 0.75rem;
|
|
9
|
+
--size-16: 1rem;
|
|
10
|
+
--size-20: 1.25rem;
|
|
11
|
+
--size-24: 1.5rem;
|
|
12
|
+
--size-28: 1.75rem;
|
|
13
|
+
--size-32: 2rem;
|
|
14
|
+
--size-36: 2.25rem;
|
|
15
|
+
--size-40: 2.5rem;
|
|
16
|
+
--size-44: 2.75rem;
|
|
17
|
+
--size-48: 3rem;
|
|
18
|
+
--size-64: 4rem;
|
|
19
|
+
--size-80: 5rem;
|
|
20
|
+
--size-96: 6rem;
|
|
21
|
+
--size-112: 7rem;
|
|
22
|
+
--size-128: 8rem;
|
|
23
23
|
}
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
@layer infonomic-base {
|
|
2
2
|
:root {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
3
|
+
--spacing-0: 0;
|
|
4
|
+
--spacing-2: 0.125rem;
|
|
5
|
+
--spacing-4: 0.25rem;
|
|
6
|
+
--spacing-6: 0.375rem;
|
|
7
|
+
--spacing-8: 0.5rem;
|
|
8
|
+
--spacing-12: 0.75rem;
|
|
9
|
+
--spacing-16: 1rem;
|
|
10
|
+
--spacing-20: 1.25rem;
|
|
11
|
+
--spacing-24: 1.5rem;
|
|
12
|
+
--spacing-28: 1.75rem;
|
|
13
|
+
--spacing-32: 2rem;
|
|
14
|
+
--spacing-36: 2.25rem;
|
|
15
|
+
--spacing-40: 2.5rem;
|
|
16
|
+
--spacing-44: 2.75rem;
|
|
17
|
+
--spacing-48: 3rem;
|
|
18
|
+
--spacing-64: 4rem;
|
|
19
|
+
--spacing-80: 5rem;
|
|
20
|
+
--spacing-96: 6rem;
|
|
21
|
+
--spacing-112: 7rem;
|
|
22
|
+
--spacing-128: 8rem;
|
|
23
23
|
}
|
|
24
|
-
}
|
|
24
|
+
}
|