@harjs/react-ui 1.0.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/LICENSE +21 -0
- package/README.md +27 -0
- package/dist/assets/css/components/charts/gantt/styles.css +62 -0
- package/dist/assets/css/components/charts/pie/pie.css +90 -0
- package/dist/assets/css/components/data-display/calendar/styles.css +15 -0
- package/dist/assets/css/components/data-display/calendar/styles.week-view.css +144 -0
- package/dist/assets/css/components/data-display/card/statuses.css +377 -0
- package/dist/assets/css/components/data-display/card/styles.css +26 -0
- package/dist/assets/css/components/data-display/chip/chip.css +13 -0
- package/dist/assets/css/components/data-display/diagram/styles.css +125 -0
- package/dist/assets/css/components/data-display/divider/divider.css +8 -0
- package/dist/assets/css/components/data-display/dnd/animations.css +11 -0
- package/dist/assets/css/components/data-display/dnd/shadow.css +26 -0
- package/dist/assets/css/components/data-display/dnd/styles.css +72 -0
- package/dist/assets/css/components/data-display/grid-system/column/position.css +21 -0
- package/dist/assets/css/components/data-display/grid-system/column/styles.css +379 -0
- package/dist/assets/css/components/data-display/grid-system/row/styles.css +35 -0
- package/dist/assets/css/components/data-display/grid-system/styles.css +6 -0
- package/dist/assets/css/components/data-display/kanban-board/styles.css +371 -0
- package/dist/assets/css/components/data-display/paper/styles.css +49 -0
- package/dist/assets/css/components/data-display/syntax-highlighter/core/jsx.template.css +65 -0
- package/dist/assets/css/components/data-display/syntax-highlighter/syntax-highlighter.css +58 -0
- package/dist/assets/css/components/data-display/table/filter-popup.css +11 -0
- package/dist/assets/css/components/data-display/table/properties-popup.css +42 -0
- package/dist/assets/css/components/data-display/table/scroll.css +208 -0
- package/dist/assets/css/components/data-display/table/styles.css +867 -0
- package/dist/assets/css/components/data-display/tabs/tabs.css +245 -0
- package/dist/assets/css/components/data-display/typography/paragraph/align.css +13 -0
- package/dist/assets/css/components/data-display/typography/paragraph/color.css +51 -0
- package/dist/assets/css/components/data-display/typography/paragraph/core.css +6 -0
- package/dist/assets/css/components/data-display/typography/paragraph/size.css +13 -0
- package/dist/assets/css/components/data-display/typography/title/align.css +13 -0
- package/dist/assets/css/components/data-display/typography/title/color.css +0 -0
- package/dist/assets/css/components/data-display/typography/title/core.css +5 -0
- package/dist/assets/css/components/data-display/typography/title/size.css +41 -0
- package/dist/assets/css/components/data-display/typography/typography.css +11 -0
- package/dist/assets/css/components/feedback/alert/statuses.css +224 -0
- package/dist/assets/css/components/feedback/alert/styles.css +61 -0
- package/dist/assets/css/components/feedback/drawer/content.css +7 -0
- package/dist/assets/css/components/feedback/drawer/header.css +56 -0
- package/dist/assets/css/components/feedback/drawer/styles.css +85 -0
- package/dist/assets/css/components/feedback/loading/loading.css +54 -0
- package/dist/assets/css/components/feedback/modal/content.css +6 -0
- package/dist/assets/css/components/feedback/modal/footer.css +9 -0
- package/dist/assets/css/components/feedback/modal/header.css +56 -0
- package/dist/assets/css/components/feedback/modal/media-queries/medium.css +11 -0
- package/dist/assets/css/components/feedback/modal/media-queries/small.css +11 -0
- package/dist/assets/css/components/feedback/modal/media-queries/x-large.css +5 -0
- package/dist/assets/css/components/feedback/modal/styles.css +53 -0
- package/dist/assets/css/components/feedback/notification/notification.css +157 -0
- package/dist/assets/css/components/feedback/popover/styles.css +53 -0
- package/dist/assets/css/components/feedback/popup-confirm/styles.css +165 -0
- package/dist/assets/css/components/feedback/progress/animations.css +10 -0
- package/dist/assets/css/components/feedback/progress/progress.css +50 -0
- package/dist/assets/css/components/feedback/progress/statuses.css +188 -0
- package/dist/assets/css/components/feedback/tooltip/styles.css +60 -0
- package/dist/assets/css/components/form/button/core/icon.css +37 -0
- package/dist/assets/css/components/form/button/core/position.css +19 -0
- package/dist/assets/css/components/form/button/core/shape.css +13 -0
- package/dist/assets/css/components/form/button/core/size.css +14 -0
- package/dist/assets/css/components/form/button/styles.css +32 -0
- package/dist/assets/css/components/form/button-action/styles.css +24 -0
- package/dist/assets/css/components/form/button-group/styles.css +26 -0
- package/dist/assets/css/components/form/checkbox/checkbox.css +53 -0
- package/dist/assets/css/components/form/checkbox/core/border.css +252 -0
- package/dist/assets/css/components/form/date-picker/calendar/calendar.css +14 -0
- package/dist/assets/css/components/form/date-picker/calendar/content.css +62 -0
- package/dist/assets/css/components/form/date-picker/calendar/footer.css +10 -0
- package/dist/assets/css/components/form/date-picker/calendar/header.css +86 -0
- package/dist/assets/css/components/form/date-picker/clock/clock.css +14 -0
- package/dist/assets/css/components/form/date-picker/clock/content.css +48 -0
- package/dist/assets/css/components/form/date-picker/clock/footer.css +6 -0
- package/dist/assets/css/components/form/date-picker/clock/header.css +8 -0
- package/dist/assets/css/components/form/date-picker/date-picker.css +36 -0
- package/dist/assets/css/components/form/input/core/addon.css +11 -0
- package/dist/assets/css/components/form/input/core/border.css +114 -0
- package/dist/assets/css/components/form/input/core/button.css +34 -0
- package/dist/assets/css/components/form/input/core/icon.css +22 -0
- package/dist/assets/css/components/form/input/otp/styles.css +20 -0
- package/dist/assets/css/components/form/input/phone/styles.css +50 -0
- package/dist/assets/css/components/form/input/styles.css +120 -0
- package/dist/assets/css/components/form/radio/core/border.css +252 -0
- package/dist/assets/css/components/form/radio/radio.css +69 -0
- package/dist/assets/css/components/form/select/options.css +117 -0
- package/dist/assets/css/components/form/select/styles.css +184 -0
- package/dist/assets/css/components/form/switch/core/border.css +208 -0
- package/dist/assets/css/components/form/switch/styles.css +61 -0
- package/dist/assets/css/components/form/text-editor/styles.css +130 -0
- package/dist/assets/css/components/form/upload/dropzone.css +166 -0
- package/dist/assets/css/components/form/upload/list-and-gird.css +183 -0
- package/dist/assets/css/components/form/upload/styles.css +215 -0
- package/dist/assets/css/components/layout/layout.css +130 -0
- package/dist/assets/css/components/layout/media-queries/large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/medium.css +19 -0
- package/dist/assets/css/components/layout/media-queries/small.css +19 -0
- package/dist/assets/css/components/layout/media-queries/x-large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/x-small.css +3 -0
- package/dist/assets/css/components/layout/media-queries/xx-large.css +19 -0
- package/dist/assets/css/components/layout/media-queries/xxx-large.css +20 -0
- package/dist/assets/css/components/navigation/breadcrumb/styles.css +0 -0
- package/dist/assets/css/components/navigation/menu/core/open-or-close.css +12 -0
- package/dist/assets/css/components/navigation/menu/styles.css +163 -0
- package/dist/assets/css/components/navigation/menu/variant/horizontal.css +3 -0
- package/dist/assets/css/components/navigation/menu/variant/vertical.css +3 -0
- package/dist/assets/css/components/navigation/pagination/styles.css +169 -0
- package/dist/assets/css/components/navigation/steps/animation.css +8 -0
- package/dist/assets/css/components/navigation/steps/styles.css +146 -0
- package/dist/assets/css/core/animation.css +164 -0
- package/dist/assets/css/core/ar-core.css +192 -0
- package/dist/assets/css/core/color-palette.css +111 -0
- package/dist/assets/css/core/utils.css +16 -0
- package/dist/assets/css/core/variants/animation.css +164 -0
- package/dist/assets/css/core/variants/border.css +18 -0
- package/dist/assets/css/core/variants/borderless.css +362 -0
- package/dist/assets/css/core/variants/dashed.css +362 -0
- package/dist/assets/css/core/variants/filled.css +428 -0
- package/dist/assets/css/core/variants/outlined.css +439 -0
- package/dist/assets/css/core/variants/surface.css +252 -0
- package/dist/assets/fonts/JetBrainsMono-Bold.ttf +0 -0
- package/dist/assets/fonts/JetBrainsMono-Regular.ttf +0 -0
- package/dist/components/charts/gantt/IProps.d.ts +24 -0
- package/dist/components/charts/gantt/IProps.js +1 -0
- package/dist/components/charts/gantt/index.d.ts +5 -0
- package/dist/components/charts/gantt/index.js +308 -0
- package/dist/components/charts/index.d.ts +2 -0
- package/dist/components/charts/index.js +2 -0
- package/dist/components/charts/pie/IProps.d.ts +7 -0
- package/dist/components/charts/pie/IProps.js +1 -0
- package/dist/components/charts/pie/index.d.ts +5 -0
- package/dist/components/charts/pie/index.js +56 -0
- package/dist/components/data-display/calendar/Body.d.ts +23 -0
- package/dist/components/data-display/calendar/Body.js +14 -0
- package/dist/components/data-display/calendar/Header.d.ts +20 -0
- package/dist/components/data-display/calendar/Header.js +26 -0
- package/dist/components/data-display/calendar/IProps.d.ts +14 -0
- package/dist/components/data-display/calendar/IProps.js +1 -0
- package/dist/components/data-display/calendar/index.d.ts +8 -0
- package/dist/components/data-display/calendar/index.js +27 -0
- package/dist/components/data-display/calendar/views/Day.d.ts +3 -0
- package/dist/components/data-display/calendar/views/Day.js +5 -0
- package/dist/components/data-display/calendar/views/Month.d.ts +3 -0
- package/dist/components/data-display/calendar/views/Month.js +5 -0
- package/dist/components/data-display/calendar/views/Week.d.ts +19 -0
- package/dist/components/data-display/calendar/views/Week.js +173 -0
- package/dist/components/data-display/card/IProps.d.ts +10 -0
- package/dist/components/data-display/card/IProps.js +1 -0
- package/dist/components/data-display/card/index.d.ts +5 -0
- package/dist/components/data-display/card/index.js +14 -0
- package/dist/components/data-display/chip/IProps.d.ts +6 -0
- package/dist/components/data-display/chip/IProps.js +1 -0
- package/dist/components/data-display/chip/index.d.ts +5 -0
- package/dist/components/data-display/chip/index.js +17 -0
- package/dist/components/data-display/diagram/IProps.d.ts +6 -0
- package/dist/components/data-display/diagram/IProps.js +1 -0
- package/dist/components/data-display/diagram/index.d.ts +5 -0
- package/dist/components/data-display/diagram/index.js +298 -0
- package/dist/components/data-display/divider/IProps.d.ts +6 -0
- package/dist/components/data-display/divider/IProps.js +1 -0
- package/dist/components/data-display/divider/index.d.ts +5 -0
- package/dist/components/data-display/divider/index.js +5 -0
- package/dist/components/data-display/dnd/IProps.d.ts +12 -0
- package/dist/components/data-display/dnd/IProps.js +1 -0
- package/dist/components/data-display/dnd/index.d.ts +5 -0
- package/dist/components/data-display/dnd/index.js +125 -0
- package/dist/components/data-display/grid-system/box/Box.d.ts +6 -0
- package/dist/components/data-display/grid-system/box/Box.js +13 -0
- package/dist/components/data-display/grid-system/column/Column.d.ts +4 -0
- package/dist/components/data-display/grid-system/column/Column.js +21 -0
- package/dist/components/data-display/grid-system/column/IProps.d.ts +13 -0
- package/dist/components/data-display/grid-system/column/IProps.js +1 -0
- package/dist/components/data-display/grid-system/index.d.ts +10 -0
- package/dist/components/data-display/grid-system/index.js +11 -0
- package/dist/components/data-display/grid-system/row/IProps.d.ts +4 -0
- package/dist/components/data-display/grid-system/row/IProps.js +1 -0
- package/dist/components/data-display/grid-system/row/Row.d.ts +4 -0
- package/dist/components/data-display/grid-system/row/Row.js +6 -0
- package/dist/components/data-display/kanban-board/IProps.d.ts +31 -0
- package/dist/components/data-display/kanban-board/IProps.js +1 -0
- package/dist/components/data-display/kanban-board/filter/DateFilters.d.ts +25 -0
- package/dist/components/data-display/kanban-board/filter/DateFilters.js +55 -0
- package/dist/components/data-display/kanban-board/filter/SelectFilters.d.ts +27 -0
- package/dist/components/data-display/kanban-board/filter/SelectFilters.js +43 -0
- package/dist/components/data-display/kanban-board/filter/index.d.ts +36 -0
- package/dist/components/data-display/kanban-board/filter/index.js +47 -0
- package/dist/components/data-display/kanban-board/index.d.ts +5 -0
- package/dist/components/data-display/kanban-board/index.js +309 -0
- package/dist/components/data-display/paper/IProps.d.ts +6 -0
- package/dist/components/data-display/paper/IProps.js +1 -0
- package/dist/components/data-display/paper/index.d.ts +5 -0
- package/dist/components/data-display/paper/index.js +12 -0
- package/dist/components/data-display/syntax-highlighter/Import.d.ts +4 -0
- package/dist/components/data-display/syntax-highlighter/Import.js +5 -0
- package/dist/components/data-display/syntax-highlighter/classes/Compiler.d.ts +7 -0
- package/dist/components/data-display/syntax-highlighter/classes/Compiler.js +92 -0
- package/dist/components/data-display/syntax-highlighter/classes/Parser.d.ts +9 -0
- package/dist/components/data-display/syntax-highlighter/classes/Parser.js +99 -0
- package/dist/components/data-display/syntax-highlighter/index.d.ts +11 -0
- package/dist/components/data-display/syntax-highlighter/index.js +41 -0
- package/dist/components/data-display/table/FilterPopup.d.ts +20 -0
- package/dist/components/data-display/table/FilterPopup.js +54 -0
- package/dist/components/data-display/table/Helpers.d.ts +2 -0
- package/dist/components/data-display/table/Helpers.js +10 -0
- package/dist/components/data-display/table/IProps.d.ts +99 -0
- package/dist/components/data-display/table/IProps.js +1 -0
- package/dist/components/data-display/table/PropertiesPopup.d.ts +31 -0
- package/dist/components/data-display/table/PropertiesPopup.js +90 -0
- package/dist/components/data-display/table/THeadCell.d.ts +34 -0
- package/dist/components/data-display/table/THeadCell.js +67 -0
- package/dist/components/data-display/table/body/Editable.d.ts +12 -0
- package/dist/components/data-display/table/body/Editable.js +59 -0
- package/dist/components/data-display/table/body/TBody.d.ts +36 -0
- package/dist/components/data-display/table/body/TBody.js +184 -0
- package/dist/components/data-display/table/header/ActionButtons.d.ts +14 -0
- package/dist/components/data-display/table/header/ActionButtons.js +65 -0
- package/dist/components/data-display/table/header/Header.d.ts +15 -0
- package/dist/components/data-display/table/header/Header.js +10 -0
- package/dist/components/data-display/table/index.d.ts +7 -0
- package/dist/components/data-display/table/index.js +639 -0
- package/dist/components/data-display/tabs/IProps.d.ts +9 -0
- package/dist/components/data-display/tabs/IProps.js +1 -0
- package/dist/components/data-display/tabs/index.d.ts +5 -0
- package/dist/components/data-display/tabs/index.js +110 -0
- package/dist/components/data-display/tabs/skeleton.d.ts +4 -0
- package/dist/components/data-display/tabs/skeleton.js +14 -0
- package/dist/components/data-display/typography/index.d.ts +6 -0
- package/dist/components/data-display/typography/index.js +9 -0
- package/dist/components/data-display/typography/paragraph/IProps.d.ts +7 -0
- package/dist/components/data-display/typography/paragraph/IProps.js +1 -0
- package/dist/components/data-display/typography/paragraph/Paragraph.d.ts +4 -0
- package/dist/components/data-display/typography/paragraph/Paragraph.js +14 -0
- package/dist/components/data-display/typography/title/IProps.d.ts +7 -0
- package/dist/components/data-display/typography/title/IProps.js +1 -0
- package/dist/components/data-display/typography/title/Title.d.ts +4 -0
- package/dist/components/data-display/typography/title/Title.js +13 -0
- package/dist/components/feedback/alert/IProps.d.ts +11 -0
- package/dist/components/feedback/alert/IProps.js +1 -0
- package/dist/components/feedback/alert/index.d.ts +5 -0
- package/dist/components/feedback/alert/index.js +50 -0
- package/dist/components/feedback/drawer/IProps.d.ts +18 -0
- package/dist/components/feedback/drawer/IProps.js +1 -0
- package/dist/components/feedback/drawer/index.d.ts +5 -0
- package/dist/components/feedback/drawer/index.js +94 -0
- package/dist/components/feedback/loading/index.d.ts +4 -0
- package/dist/components/feedback/loading/index.js +7 -0
- package/dist/components/feedback/modal/IProps.d.ts +14 -0
- package/dist/components/feedback/modal/IProps.js +1 -0
- package/dist/components/feedback/modal/index.d.ts +5 -0
- package/dist/components/feedback/modal/index.js +91 -0
- package/dist/components/feedback/notification/IProps.d.ts +9 -0
- package/dist/components/feedback/notification/IProps.js +1 -0
- package/dist/components/feedback/notification/index.d.ts +5 -0
- package/dist/components/feedback/notification/index.js +96 -0
- package/dist/components/feedback/popover/IProps.d.ts +16 -0
- package/dist/components/feedback/popover/IProps.js +1 -0
- package/dist/components/feedback/popover/index.d.ts +5 -0
- package/dist/components/feedback/popover/index.js +91 -0
- package/dist/components/feedback/popup-confirm/IProps.d.ts +10 -0
- package/dist/components/feedback/popup-confirm/IProps.js +1 -0
- package/dist/components/feedback/popup-confirm/index.d.ts +5 -0
- package/dist/components/feedback/popup-confirm/index.js +98 -0
- package/dist/components/feedback/progress/IProps.d.ts +6 -0
- package/dist/components/feedback/progress/IProps.js +1 -0
- package/dist/components/feedback/progress/index.d.ts +5 -0
- package/dist/components/feedback/progress/index.js +26 -0
- package/dist/components/feedback/tooltip/IProps.d.ts +6 -0
- package/dist/components/feedback/tooltip/IProps.js +1 -0
- package/dist/components/feedback/tooltip/index.d.ts +5 -0
- package/dist/components/feedback/tooltip/index.js +129 -0
- package/dist/components/form/button/IProps.d.ts +10 -0
- package/dist/components/form/button/IProps.js +1 -0
- package/dist/components/form/button/index.d.ts +5 -0
- package/dist/components/form/button/index.js +41 -0
- package/dist/components/form/button-action/IProps.d.ts +8 -0
- package/dist/components/form/button-action/IProps.js +1 -0
- package/dist/components/form/button-action/index.d.ts +5 -0
- package/dist/components/form/button-action/index.js +68 -0
- package/dist/components/form/button-group/index.d.ts +7 -0
- package/dist/components/form/button-group/index.js +31 -0
- package/dist/components/form/checkbox/IProps.d.ts +5 -0
- package/dist/components/form/checkbox/IProps.js +1 -0
- package/dist/components/form/checkbox/index.d.ts +5 -0
- package/dist/components/form/checkbox/index.js +24 -0
- package/dist/components/form/date-picker/DATE.d.ts +12 -0
- package/dist/components/form/date-picker/DATE.js +27 -0
- package/dist/components/form/date-picker/Props.d.ts +10 -0
- package/dist/components/form/date-picker/Props.js +1 -0
- package/dist/components/form/date-picker/index.d.ts +5 -0
- package/dist/components/form/date-picker/index.js +365 -0
- package/dist/components/form/input/IProps.d.ts +12 -0
- package/dist/components/form/input/IProps.js +1 -0
- package/dist/components/form/input/decimal/Decimal.d.ts +4 -0
- package/dist/components/form/input/decimal/Decimal.js +54 -0
- package/dist/components/form/input/decimal/IProps.d.ts +8 -0
- package/dist/components/form/input/decimal/IProps.js +1 -0
- package/dist/components/form/input/formatted-decimal/FormattedDecimal.d.ts +4 -0
- package/dist/components/form/input/formatted-decimal/FormattedDecimal.js +73 -0
- package/dist/components/form/input/formatted-decimal/IProps.d.ts +12 -0
- package/dist/components/form/input/formatted-decimal/IProps.js +1 -0
- package/dist/components/form/input/index.d.ts +15 -0
- package/dist/components/form/input/index.js +152 -0
- package/dist/components/form/input/otp/IProps.d.ts +6 -0
- package/dist/components/form/input/otp/IProps.js +1 -0
- package/dist/components/form/input/otp/Otp.d.ts +7 -0
- package/dist/components/form/input/otp/Otp.js +122 -0
- package/dist/components/form/input/phone/IProps.d.ts +11 -0
- package/dist/components/form/input/phone/IProps.js +1 -0
- package/dist/components/form/input/phone/Phone.d.ts +4 -0
- package/dist/components/form/input/phone/Phone.js +41 -0
- package/dist/components/form/radio/IProps.d.ts +12 -0
- package/dist/components/form/radio/IProps.js +1 -0
- package/dist/components/form/radio/index.d.ts +5 -0
- package/dist/components/form/radio/index.js +38 -0
- package/dist/components/form/select/Props.d.ts +35 -0
- package/dist/components/form/select/Props.js +1 -0
- package/dist/components/form/select/index.d.ts +5 -0
- package/dist/components/form/select/index.js +312 -0
- package/dist/components/form/switch/IProps.d.ts +5 -0
- package/dist/components/form/switch/IProps.js +1 -0
- package/dist/components/form/switch/index.d.ts +5 -0
- package/dist/components/form/switch/index.js +36 -0
- package/dist/components/form/text-editor/IProps.d.ts +18 -0
- package/dist/components/form/text-editor/IProps.js +1 -0
- package/dist/components/form/text-editor/index.d.ts +5 -0
- package/dist/components/form/text-editor/index.js +300 -0
- package/dist/components/form/upload/Buttons.d.ts +8 -0
- package/dist/components/form/upload/Buttons.js +27 -0
- package/dist/components/form/upload/Dropzone.d.ts +10 -0
- package/dist/components/form/upload/Dropzone.js +55 -0
- package/dist/components/form/upload/List.d.ts +12 -0
- package/dist/components/form/upload/List.js +21 -0
- package/dist/components/form/upload/Props.d.ts +16 -0
- package/dist/components/form/upload/Props.js +1 -0
- package/dist/components/form/upload/index.d.ts +9 -0
- package/dist/components/form/upload/index.js +184 -0
- package/dist/components/icons/Compiler.d.ts +9 -0
- package/dist/components/icons/Compiler.js +156 -0
- package/dist/components/icons/index.d.ts +10 -0
- package/dist/components/icons/index.js +6 -0
- package/dist/components/layout/Footer.d.ts +3 -0
- package/dist/components/layout/Footer.js +8 -0
- package/dist/components/layout/Header.d.ts +4 -0
- package/dist/components/layout/Header.js +8 -0
- package/dist/components/layout/IProps.d.ts +20 -0
- package/dist/components/layout/IProps.js +1 -0
- package/dist/components/layout/LSider.d.ts +4 -0
- package/dist/components/layout/LSider.js +53 -0
- package/dist/components/layout/Main.d.ts +4 -0
- package/dist/components/layout/Main.js +4 -0
- package/dist/components/layout/RSider.d.ts +3 -0
- package/dist/components/layout/RSider.js +13 -0
- package/dist/components/layout/Section.d.ts +4 -0
- package/dist/components/layout/Section.js +10 -0
- package/dist/components/layout/index.d.ts +12 -0
- package/dist/components/layout/index.js +32 -0
- package/dist/components/navigation/breadcrumb/IProps.d.ts +3 -0
- package/dist/components/navigation/breadcrumb/IProps.js +1 -0
- package/dist/components/navigation/breadcrumb/index.d.ts +5 -0
- package/dist/components/navigation/breadcrumb/index.js +8 -0
- package/dist/components/navigation/menu/IProps.d.ts +14 -0
- package/dist/components/navigation/menu/IProps.js +1 -0
- package/dist/components/navigation/menu/index.d.ts +5 -0
- package/dist/components/navigation/menu/index.js +89 -0
- package/dist/components/navigation/pagination/IProps.d.ts +8 -0
- package/dist/components/navigation/pagination/IProps.js +1 -0
- package/dist/components/navigation/pagination/index.d.ts +5 -0
- package/dist/components/navigation/pagination/index.js +74 -0
- package/dist/components/navigation/steps/IProps.d.ts +16 -0
- package/dist/components/navigation/steps/IProps.js +1 -0
- package/dist/components/navigation/steps/index.d.ts +5 -0
- package/dist/components/navigation/steps/index.js +102 -0
- package/dist/libs/core/application/contexts/Config.d.ts +26 -0
- package/dist/libs/core/application/contexts/Config.js +20 -0
- package/dist/libs/core/application/contexts/Language.d.ts +7 -0
- package/dist/libs/core/application/contexts/Language.js +7 -0
- package/dist/libs/core/application/contexts/Loading.d.ts +11 -0
- package/dist/libs/core/application/contexts/Loading.js +13 -0
- package/dist/libs/core/application/contexts/Notification.d.ts +25 -0
- package/dist/libs/core/application/contexts/Notification.js +29 -0
- package/dist/libs/core/application/contexts/index.d.ts +5 -0
- package/dist/libs/core/application/contexts/index.js +5 -0
- package/dist/libs/core/application/hooks/index.d.ts +41 -0
- package/dist/libs/core/application/hooks/index.js +17 -0
- package/dist/libs/core/application/hooks/useNotification.d.ts +16 -0
- package/dist/libs/core/application/hooks/useNotification.js +23 -0
- package/dist/libs/core/application/hooks/useTranslation.d.ts +9 -0
- package/dist/libs/core/application/hooks/useTranslation.js +25 -0
- package/dist/libs/core/application/hooks/useValidation.d.ts +7 -0
- package/dist/libs/core/application/hooks/useValidation.js +151 -0
- package/dist/libs/core/application/locales/index.d.ts +4 -0
- package/dist/libs/core/application/locales/index.js +3 -0
- package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.d.ts +5 -0
- package/dist/libs/core/application/locales/kanban-board/IKanbanBoardLocale.js +1 -0
- package/dist/libs/core/application/locales/kanban-board/en.d.ts +3 -0
- package/dist/libs/core/application/locales/kanban-board/en.js +5 -0
- package/dist/libs/core/application/locales/kanban-board/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/kanban-board/tr.js +5 -0
- package/dist/libs/core/application/locales/notification/INotificationLocale.d.ts +59 -0
- package/dist/libs/core/application/locales/notification/INotificationLocale.js +1 -0
- package/dist/libs/core/application/locales/notification/en.d.ts +3 -0
- package/dist/libs/core/application/locales/notification/en.js +85 -0
- package/dist/libs/core/application/locales/notification/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/notification/tr.js +85 -0
- package/dist/libs/core/application/locales/table/ITableLocale.d.ts +18 -0
- package/dist/libs/core/application/locales/table/ITableLocale.js +1 -0
- package/dist/libs/core/application/locales/table/en.d.ts +3 -0
- package/dist/libs/core/application/locales/table/en.js +22 -0
- package/dist/libs/core/application/locales/table/tr.d.ts +3 -0
- package/dist/libs/core/application/locales/table/tr.js +22 -0
- package/dist/libs/infrastructure/shared/DATE.d.ts +74 -0
- package/dist/libs/infrastructure/shared/DATE.js +148 -0
- package/dist/libs/infrastructure/shared/Enums.d.ts +18 -0
- package/dist/libs/infrastructure/shared/Enums.js +21 -0
- package/dist/libs/infrastructure/shared/NUMBER.d.ts +8 -0
- package/dist/libs/infrastructure/shared/NUMBER.js +10 -0
- package/dist/libs/infrastructure/shared/PHONE.d.ts +8 -0
- package/dist/libs/infrastructure/shared/PHONE.js +126 -0
- package/dist/libs/infrastructure/shared/Utils.d.ts +20 -0
- package/dist/libs/infrastructure/shared/Utils.js +349 -0
- package/dist/libs/infrastructure/shared/_old_DATE.d.ts +28 -0
- package/dist/libs/infrastructure/shared/_old_DATE.js +68 -0
- package/dist/libs/infrastructure/types/IGlobalProps.d.ts +183 -0
- package/dist/libs/infrastructure/types/IGlobalProps.js +1 -0
- package/dist/libs/infrastructure/types/index.d.ts +155 -0
- package/dist/libs/infrastructure/types/index.js +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/* #region Animation -> BLUE */
|
|
2
|
+
@keyframes clicked-blue {
|
|
3
|
+
0% {
|
|
4
|
+
box-shadow: 0 0 0 0px var(--blue-500);
|
|
5
|
+
}
|
|
6
|
+
50% {
|
|
7
|
+
box-shadow: 0 0 0 5px var(--blue-100);
|
|
8
|
+
}
|
|
9
|
+
100% {
|
|
10
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
/* #endregion */
|
|
14
|
+
/* Animation -> BLUE */
|
|
15
|
+
|
|
16
|
+
/* #region Animation -> PURPLE */
|
|
17
|
+
@keyframes clicked-purple {
|
|
18
|
+
0% {
|
|
19
|
+
box-shadow: 0 0 0 0px var(--purple-500);
|
|
20
|
+
}
|
|
21
|
+
50% {
|
|
22
|
+
box-shadow: 0 0 0 5px var(--purple-100);
|
|
23
|
+
}
|
|
24
|
+
100% {
|
|
25
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
/* #endregion */
|
|
29
|
+
/* Animation -> PURPLE */
|
|
30
|
+
|
|
31
|
+
/* #region Animation -> PINK */
|
|
32
|
+
@keyframes clicked-pink {
|
|
33
|
+
0% {
|
|
34
|
+
box-shadow: 0 0 0 0px var(--pink-500);
|
|
35
|
+
}
|
|
36
|
+
50% {
|
|
37
|
+
box-shadow: 0 0 0 5px var(--pink-100);
|
|
38
|
+
}
|
|
39
|
+
100% {
|
|
40
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
/* #endregion */
|
|
44
|
+
/* Animation -> PINK */
|
|
45
|
+
|
|
46
|
+
/* #region Animation -> RED */
|
|
47
|
+
@keyframes clicked-red {
|
|
48
|
+
0% {
|
|
49
|
+
box-shadow: 0 0 0 0px var(--red-500);
|
|
50
|
+
}
|
|
51
|
+
50% {
|
|
52
|
+
box-shadow: 0 0 0 5px var(--red-100);
|
|
53
|
+
}
|
|
54
|
+
100% {
|
|
55
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
/* #endregion */
|
|
59
|
+
/* Animation -> RED */
|
|
60
|
+
|
|
61
|
+
/* #region Animation -> ORANGE */
|
|
62
|
+
@keyframes clicked-orange {
|
|
63
|
+
0% {
|
|
64
|
+
box-shadow: 0 0 0 0px var(--orange-500);
|
|
65
|
+
}
|
|
66
|
+
50% {
|
|
67
|
+
box-shadow: 0 0 0 5px var(--orange-100);
|
|
68
|
+
}
|
|
69
|
+
100% {
|
|
70
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
/* #endregion */
|
|
74
|
+
/* Animation -> ORANGE */
|
|
75
|
+
|
|
76
|
+
/* #region Animation -> YELLOW */
|
|
77
|
+
@keyframes clicked-yellow {
|
|
78
|
+
0% {
|
|
79
|
+
box-shadow: 0 0 0 0px var(--yellow-500);
|
|
80
|
+
}
|
|
81
|
+
50% {
|
|
82
|
+
box-shadow: 0 0 0 5px var(--yellow-100);
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
/* #endregion */
|
|
89
|
+
/* Animation -> YELLOW */
|
|
90
|
+
|
|
91
|
+
/* #region Animation -> GREEN */
|
|
92
|
+
@keyframes clicked-green {
|
|
93
|
+
0% {
|
|
94
|
+
box-shadow: 0 0 0 0px var(--green-500);
|
|
95
|
+
}
|
|
96
|
+
50% {
|
|
97
|
+
box-shadow: 0 0 0 5px var(--green-100);
|
|
98
|
+
}
|
|
99
|
+
100% {
|
|
100
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
/* #endregion */
|
|
104
|
+
/* Animation -> GREEN */
|
|
105
|
+
|
|
106
|
+
/* #region Animation -> TEAL */
|
|
107
|
+
@keyframes clicked-teal {
|
|
108
|
+
0% {
|
|
109
|
+
box-shadow: 0 0 0 0px var(--teal-500);
|
|
110
|
+
}
|
|
111
|
+
50% {
|
|
112
|
+
box-shadow: 0 0 0 5px var(--teal-100);
|
|
113
|
+
}
|
|
114
|
+
100% {
|
|
115
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
/* #endregion */
|
|
119
|
+
/* Animation -> TEAL */
|
|
120
|
+
|
|
121
|
+
/* #region Animation -> CYAN */
|
|
122
|
+
@keyframes clicked-cyan {
|
|
123
|
+
0% {
|
|
124
|
+
box-shadow: 0 0 0 0px var(--cyan-500);
|
|
125
|
+
}
|
|
126
|
+
50% {
|
|
127
|
+
box-shadow: 0 0 0 5px var(--cyan-100);
|
|
128
|
+
}
|
|
129
|
+
100% {
|
|
130
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
/* #endregion */
|
|
134
|
+
/* Animation -> CYAN */
|
|
135
|
+
|
|
136
|
+
/* #region Animation -> GRAY */
|
|
137
|
+
@keyframes clicked-gray {
|
|
138
|
+
0% {
|
|
139
|
+
box-shadow: 0 0 0 0px var(--gray-500);
|
|
140
|
+
}
|
|
141
|
+
50% {
|
|
142
|
+
box-shadow: 0 0 0 5px var(--gray-100);
|
|
143
|
+
}
|
|
144
|
+
100% {
|
|
145
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
/* #endregion */
|
|
149
|
+
/* Animation -> GRAY */
|
|
150
|
+
|
|
151
|
+
/* #region Animation -> LIGHT */
|
|
152
|
+
@keyframes clicked-light {
|
|
153
|
+
0% {
|
|
154
|
+
box-shadow: 0 0 0 0px var(--light-500);
|
|
155
|
+
}
|
|
156
|
+
50% {
|
|
157
|
+
box-shadow: 0 0 0 5px var(--light-100);
|
|
158
|
+
}
|
|
159
|
+
100% {
|
|
160
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
/* #endregion */
|
|
164
|
+
/* Animation -> LIGHT */
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
@import url("./color-palette.css");
|
|
2
|
+
@import url("./animation.css");
|
|
3
|
+
@import url("./variants/filled.css");
|
|
4
|
+
@import url("./variants/surface.css");
|
|
5
|
+
@import url("./variants/outlined.css");
|
|
6
|
+
@import url("./variants/dashed.css");
|
|
7
|
+
@import url("./variants/borderless.css");
|
|
8
|
+
@import url("./variants/border.css");
|
|
9
|
+
@import url("./utils.css");
|
|
10
|
+
|
|
11
|
+
*,
|
|
12
|
+
*::before,
|
|
13
|
+
*::after {
|
|
14
|
+
margin: 0;
|
|
15
|
+
padding: 0;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: "JetBrainsMono-Bold";
|
|
21
|
+
src: url("../../../assets/fonts/JetBrainsMono-Bold.ttf");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: "JetBrainsMono-Regular";
|
|
26
|
+
src: url("../../../assets/fonts/JetBrainsMono-Regular.ttf");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* #region Height */
|
|
30
|
+
:root {
|
|
31
|
+
--input-height: 2.25rem;
|
|
32
|
+
}
|
|
33
|
+
/* #endregion */
|
|
34
|
+
/* Height */
|
|
35
|
+
|
|
36
|
+
/* #region Color Palette */
|
|
37
|
+
|
|
38
|
+
:root {
|
|
39
|
+
--white: #fff;
|
|
40
|
+
--white-rgb: 255, 255, 255;
|
|
41
|
+
--black: #000000;
|
|
42
|
+
--black-rgb: 0, 0, 0;
|
|
43
|
+
|
|
44
|
+
/* ... */
|
|
45
|
+
--primary: var(--blue-500);
|
|
46
|
+
--primary-light: #92c7ff;
|
|
47
|
+
--primary-rgb: 13, 110, 253;
|
|
48
|
+
--secondary: var(--gray-500);
|
|
49
|
+
--secondary-rgb: 108, 117, 125;
|
|
50
|
+
--success: var(--green-500);
|
|
51
|
+
--success-rgb: 40, 167, 69;
|
|
52
|
+
--warning: var(--orange-500);
|
|
53
|
+
--warning-rgb: 255, 193, 7;
|
|
54
|
+
--danger: var(--red-500);
|
|
55
|
+
--danger-rgb: 220, 53, 69;
|
|
56
|
+
--information: var(--cyan-500);
|
|
57
|
+
--information-rgb: 23, 162, 184;
|
|
58
|
+
--light: var(--light-500);
|
|
59
|
+
--light-rgb: 222, 226, 230;
|
|
60
|
+
--dark: var(--gray-500);
|
|
61
|
+
--dark-rgb: 52, 58, 64;
|
|
62
|
+
}
|
|
63
|
+
/* #endregion */
|
|
64
|
+
/* Color Palette */
|
|
65
|
+
|
|
66
|
+
/* #region Fonts */
|
|
67
|
+
:root {
|
|
68
|
+
--system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
69
|
+
--jetBrainsMonoBold: "JetBrainsMono-Bold";
|
|
70
|
+
--jetBrainsMonoRegular: "JetBrainsMono-Regular";
|
|
71
|
+
}
|
|
72
|
+
/* #endregion */
|
|
73
|
+
/* Fonts */
|
|
74
|
+
|
|
75
|
+
/* #region Code Editor */
|
|
76
|
+
:root {
|
|
77
|
+
--bg-color: #282c34;
|
|
78
|
+
--color: #abb2bf;
|
|
79
|
+
--tag-color: #679ad1;
|
|
80
|
+
--custom-tag-color: #6fc2ae;
|
|
81
|
+
--attribute-key-color: #a9d9f9;
|
|
82
|
+
--string-value-color: #c5947c;
|
|
83
|
+
--number-value-color: #bacdab;
|
|
84
|
+
--boolean-value-color: #57b0fe;
|
|
85
|
+
--object-value-color: #57b0fe;
|
|
86
|
+
--curly-bracket-color: #e4e49c;
|
|
87
|
+
--child-curly-bracket-color: #df6ed2;
|
|
88
|
+
}
|
|
89
|
+
/* #endregion */
|
|
90
|
+
/* Color Palette */
|
|
91
|
+
|
|
92
|
+
/* #region Border */
|
|
93
|
+
:root {
|
|
94
|
+
/* Border */
|
|
95
|
+
|
|
96
|
+
/* Border Radius */
|
|
97
|
+
--border-radius: 0.465rem;
|
|
98
|
+
--border-radius-sm: 0.25rem;
|
|
99
|
+
--border-radius-lg: 0.5rem;
|
|
100
|
+
--border-radius-xl: 1rem;
|
|
101
|
+
--border-radius-xxl: 2rem;
|
|
102
|
+
--border-radius-pill: 50rem;
|
|
103
|
+
}
|
|
104
|
+
/* #endregion */
|
|
105
|
+
/* Border */
|
|
106
|
+
|
|
107
|
+
/* #region Box Shadow */
|
|
108
|
+
:root {
|
|
109
|
+
--box-shadow: 0 0.5rem 1.5rem -0.5rem var(--gray-500);
|
|
110
|
+
}
|
|
111
|
+
/* #endregion */
|
|
112
|
+
/* Box Shadow */
|
|
113
|
+
|
|
114
|
+
/* #region Variants */
|
|
115
|
+
|
|
116
|
+
.filled {
|
|
117
|
+
border-color: transparent;
|
|
118
|
+
transition:
|
|
119
|
+
border 250ms,
|
|
120
|
+
box-shadow 250ms ease-in-out;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.surface {
|
|
124
|
+
transition:
|
|
125
|
+
border 250ms,
|
|
126
|
+
box-shadow 250ms ease-in-out;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.outlined {
|
|
130
|
+
background-color: transparent;
|
|
131
|
+
border-style: solid;
|
|
132
|
+
border-width: 1px !important;
|
|
133
|
+
border-color: transparent;
|
|
134
|
+
transition:
|
|
135
|
+
border 250ms,
|
|
136
|
+
box-shadow 250ms ease-in-out;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.dashed {
|
|
140
|
+
background-color: transparent;
|
|
141
|
+
border-style: dashed;
|
|
142
|
+
border-width: 1px !important;
|
|
143
|
+
border-color: transparent;
|
|
144
|
+
transition:
|
|
145
|
+
border 250ms,
|
|
146
|
+
box-shadow 250ms ease-in-out;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.borderless {
|
|
150
|
+
background-color: transparent;
|
|
151
|
+
border-width: 1px;
|
|
152
|
+
border-color: transparent;
|
|
153
|
+
transition:
|
|
154
|
+
border 250ms,
|
|
155
|
+
box-shadow 250ms ease-in-out;
|
|
156
|
+
}
|
|
157
|
+
.borderless:disabled {
|
|
158
|
+
background-color: var(--gray-100) !important;
|
|
159
|
+
border: none !important;
|
|
160
|
+
color: var(--gray-500) !important;
|
|
161
|
+
cursor: no-drop !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
:is(input) {
|
|
165
|
+
border: solid 1px transparent;
|
|
166
|
+
}
|
|
167
|
+
:is(input)::placeholder {
|
|
168
|
+
color: var(--dark);
|
|
169
|
+
}
|
|
170
|
+
input[type="date"] {
|
|
171
|
+
-webkit-appearance: none;
|
|
172
|
+
-moz-appearance: none;
|
|
173
|
+
appearance: none;
|
|
174
|
+
}
|
|
175
|
+
input[type="date"]::-webkit-calendar-picker-indicator {
|
|
176
|
+
pointer-events: none;
|
|
177
|
+
}
|
|
178
|
+
:is(input, button):disabled,
|
|
179
|
+
:is(input[type="checkbox"]):disabled + span > .ar-checkbox:is(.filled, .outlined) {
|
|
180
|
+
cursor: no-drop !important;
|
|
181
|
+
}
|
|
182
|
+
:is(input[type="checkbox"]):disabled + span > .ar-checkbox:is(.borderless) {
|
|
183
|
+
background-color: var(--gray-100) !important;
|
|
184
|
+
color: var(--gray-500) !important;
|
|
185
|
+
cursor: no-drop !important;
|
|
186
|
+
}
|
|
187
|
+
:is(input[type="checkbox"]):disabled + span {
|
|
188
|
+
color: var(--gray-500) !important;
|
|
189
|
+
cursor: no-drop !important;
|
|
190
|
+
}
|
|
191
|
+
/* #endregion */
|
|
192
|
+
/* Variants */
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--blue-100: #cfe2ff;
|
|
3
|
+
--blue-200: #9ec5fe;
|
|
4
|
+
--blue-300: #6ea8fe;
|
|
5
|
+
--blue-400: #3d8bfd;
|
|
6
|
+
--blue-500: #0d6efd;
|
|
7
|
+
--blue-600: #0a58ca;
|
|
8
|
+
--blue-700: #084298;
|
|
9
|
+
--blue-800: #052c65;
|
|
10
|
+
--blue-900: #031633;
|
|
11
|
+
|
|
12
|
+
--purple-100: #e2d9f3;
|
|
13
|
+
--purple-200: #c5b3e6;
|
|
14
|
+
--purple-300: #a98eda;
|
|
15
|
+
--purple-400: #8c68cd;
|
|
16
|
+
--purple-500: #6f42c1;
|
|
17
|
+
--purple-600: #59359a;
|
|
18
|
+
--purple-700: #432874;
|
|
19
|
+
--purple-800: #2c1a4d;
|
|
20
|
+
--purple-900: #160d27;
|
|
21
|
+
|
|
22
|
+
--pink-100: #f7d6e6;
|
|
23
|
+
--pink-200: #efadce;
|
|
24
|
+
--pink-300: #e685b5;
|
|
25
|
+
--pink-400: #de5c9d;
|
|
26
|
+
--pink-500: #d63384;
|
|
27
|
+
--pink-600: #ab296a;
|
|
28
|
+
--pink-700: #801f4f;
|
|
29
|
+
--pink-800: #561435;
|
|
30
|
+
--pink-900: #2b0a1a;
|
|
31
|
+
|
|
32
|
+
--red-100: #f8d7da;
|
|
33
|
+
--red-200: #f1aeb5;
|
|
34
|
+
--red-300: #ea868f;
|
|
35
|
+
--red-400: #e35d6a;
|
|
36
|
+
--red-500: #dc3545;
|
|
37
|
+
--red-600: #b02a37;
|
|
38
|
+
--red-700: #842029;
|
|
39
|
+
--red-800: #58151c;
|
|
40
|
+
--red-900: #2c0b0e;
|
|
41
|
+
|
|
42
|
+
--orange-100: #ffe5d0;
|
|
43
|
+
--orange-200: #fecba1;
|
|
44
|
+
--orange-300: #feb272;
|
|
45
|
+
--orange-400: #fd9843;
|
|
46
|
+
--orange-500: #fd7e14;
|
|
47
|
+
--orange-600: #ca6510;
|
|
48
|
+
--orange-700: #984c0c;
|
|
49
|
+
--orange-800: #653208;
|
|
50
|
+
--orange-900: #331904;
|
|
51
|
+
|
|
52
|
+
--yellow-100: #fff3cd;
|
|
53
|
+
--yellow-200: #ffe69c;
|
|
54
|
+
--yellow-300: #ffda6a;
|
|
55
|
+
--yellow-400: #ffcd39;
|
|
56
|
+
--yellow-500: #ffc107;
|
|
57
|
+
--yellow-600: #cc9a06;
|
|
58
|
+
--yellow-700: #997404;
|
|
59
|
+
--yellow-800: #664d03;
|
|
60
|
+
--yellow-900: #332701;
|
|
61
|
+
|
|
62
|
+
--green-100: #d1e7dd;
|
|
63
|
+
--green-200: #a3cfbb;
|
|
64
|
+
--green-300: #75b798;
|
|
65
|
+
--green-400: #479f76;
|
|
66
|
+
--green-500: #198754;
|
|
67
|
+
--green-600: #146c43;
|
|
68
|
+
--green-700: #0f5132;
|
|
69
|
+
--green-800: #0a3622;
|
|
70
|
+
--green-900: #051b11;
|
|
71
|
+
|
|
72
|
+
--teal-100: #d2f4ea;
|
|
73
|
+
--teal-200: #a6e9d5;
|
|
74
|
+
--teal-300: #79dfc1;
|
|
75
|
+
--teal-400: #4dd4ac;
|
|
76
|
+
--teal-500: #20c997;
|
|
77
|
+
--teal-600: #1aa179;
|
|
78
|
+
--teal-700: #13795b;
|
|
79
|
+
--teal-800: #0d503c;
|
|
80
|
+
--teal-900: #06281e;
|
|
81
|
+
|
|
82
|
+
--cyan-100: #cff4fc;
|
|
83
|
+
--cyan-200: #9eeaf9;
|
|
84
|
+
--cyan-300: #6edff6;
|
|
85
|
+
--cyan-400: #3dd5f3;
|
|
86
|
+
--cyan-500: #0dcaf0;
|
|
87
|
+
--cyan-600: #0aa2c0;
|
|
88
|
+
--cyan-700: #087990;
|
|
89
|
+
--cyan-800: #055160;
|
|
90
|
+
--cyan-900: #032830;
|
|
91
|
+
|
|
92
|
+
--gray-100: #f3f4f6;
|
|
93
|
+
--gray-200: #e5e7eb;
|
|
94
|
+
--gray-300: #d1d5db;
|
|
95
|
+
--gray-400: #9ca3af;
|
|
96
|
+
--gray-500: #6b7280;
|
|
97
|
+
--gray-600: #4b5563;
|
|
98
|
+
--gray-700: #374151;
|
|
99
|
+
--gray-800: #1f2937;
|
|
100
|
+
--gray-900: #111827;
|
|
101
|
+
|
|
102
|
+
--light-100: #fbfbfc;
|
|
103
|
+
--light-200: #f7f8f9;
|
|
104
|
+
--light-300: #f0f2f4;
|
|
105
|
+
--light-400: #e1e5e9;
|
|
106
|
+
--light-500: #d1d7dd;
|
|
107
|
+
--light-600: #b8c1ca;
|
|
108
|
+
--light-700: #9eaab6;
|
|
109
|
+
--light-800: #7e8e9d;
|
|
110
|
+
--light-900: #647688;
|
|
111
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.flex {
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.justify-content-start {
|
|
6
|
+
justify-content: flex-start;
|
|
7
|
+
}
|
|
8
|
+
.justify-content-center {
|
|
9
|
+
justify-content: center;
|
|
10
|
+
}
|
|
11
|
+
.justify-content-end {
|
|
12
|
+
justify-content: flex-end;
|
|
13
|
+
}
|
|
14
|
+
.align-items-center {
|
|
15
|
+
align-items: center;
|
|
16
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/* #region Animation -> BLUE */
|
|
2
|
+
@keyframes clicked-blue {
|
|
3
|
+
0% {
|
|
4
|
+
box-shadow: 0 0 0 0px var(--blue-500);
|
|
5
|
+
}
|
|
6
|
+
50% {
|
|
7
|
+
box-shadow: 0 0 0 5px var(--blue-100);
|
|
8
|
+
}
|
|
9
|
+
100% {
|
|
10
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
/* #endregion */
|
|
14
|
+
/* Animation -> BLUE */
|
|
15
|
+
|
|
16
|
+
/* #region Animation -> PURPLE */
|
|
17
|
+
@keyframes clicked-purple {
|
|
18
|
+
0% {
|
|
19
|
+
box-shadow: 0 0 0 0px var(--purple-500);
|
|
20
|
+
}
|
|
21
|
+
50% {
|
|
22
|
+
box-shadow: 0 0 0 5px var(--purple-100);
|
|
23
|
+
}
|
|
24
|
+
100% {
|
|
25
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
/* #endregion */
|
|
29
|
+
/* Animation -> PURPLE */
|
|
30
|
+
|
|
31
|
+
/* #region Animation -> PINK */
|
|
32
|
+
@keyframes clicked-pink {
|
|
33
|
+
0% {
|
|
34
|
+
box-shadow: 0 0 0 0px var(--pink-500);
|
|
35
|
+
}
|
|
36
|
+
50% {
|
|
37
|
+
box-shadow: 0 0 0 5px var(--pink-100);
|
|
38
|
+
}
|
|
39
|
+
100% {
|
|
40
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
/* #endregion */
|
|
44
|
+
/* Animation -> PINK */
|
|
45
|
+
|
|
46
|
+
/* #region Animation -> RED */
|
|
47
|
+
@keyframes clicked-red {
|
|
48
|
+
0% {
|
|
49
|
+
box-shadow: 0 0 0 0px var(--red-500);
|
|
50
|
+
}
|
|
51
|
+
50% {
|
|
52
|
+
box-shadow: 0 0 0 5px var(--red-100);
|
|
53
|
+
}
|
|
54
|
+
100% {
|
|
55
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
/* #endregion */
|
|
59
|
+
/* Animation -> RED */
|
|
60
|
+
|
|
61
|
+
/* #region Animation -> ORANGE */
|
|
62
|
+
@keyframes clicked-orange {
|
|
63
|
+
0% {
|
|
64
|
+
box-shadow: 0 0 0 0px var(--orange-500);
|
|
65
|
+
}
|
|
66
|
+
50% {
|
|
67
|
+
box-shadow: 0 0 0 5px var(--orange-100);
|
|
68
|
+
}
|
|
69
|
+
100% {
|
|
70
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
/* #endregion */
|
|
74
|
+
/* Animation -> ORANGE */
|
|
75
|
+
|
|
76
|
+
/* #region Animation -> YELLOW */
|
|
77
|
+
@keyframes clicked-yellow {
|
|
78
|
+
0% {
|
|
79
|
+
box-shadow: 0 0 0 0px var(--yellow-500);
|
|
80
|
+
}
|
|
81
|
+
50% {
|
|
82
|
+
box-shadow: 0 0 0 5px var(--yellow-100);
|
|
83
|
+
}
|
|
84
|
+
100% {
|
|
85
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
/* #endregion */
|
|
89
|
+
/* Animation -> YELLOW */
|
|
90
|
+
|
|
91
|
+
/* #region Animation -> GREEN */
|
|
92
|
+
@keyframes clicked-green {
|
|
93
|
+
0% {
|
|
94
|
+
box-shadow: 0 0 0 0px var(--green-500);
|
|
95
|
+
}
|
|
96
|
+
50% {
|
|
97
|
+
box-shadow: 0 0 0 5px var(--green-100);
|
|
98
|
+
}
|
|
99
|
+
100% {
|
|
100
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
/* #endregion */
|
|
104
|
+
/* Animation -> GREEN */
|
|
105
|
+
|
|
106
|
+
/* #region Animation -> TEAL */
|
|
107
|
+
@keyframes clicked-teal {
|
|
108
|
+
0% {
|
|
109
|
+
box-shadow: 0 0 0 0px var(--teal-500);
|
|
110
|
+
}
|
|
111
|
+
50% {
|
|
112
|
+
box-shadow: 0 0 0 5px var(--teal-100);
|
|
113
|
+
}
|
|
114
|
+
100% {
|
|
115
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
/* #endregion */
|
|
119
|
+
/* Animation -> TEAL */
|
|
120
|
+
|
|
121
|
+
/* #region Animation -> CYAN */
|
|
122
|
+
@keyframes clicked-cyan {
|
|
123
|
+
0% {
|
|
124
|
+
box-shadow: 0 0 0 0px var(--cyan-500);
|
|
125
|
+
}
|
|
126
|
+
50% {
|
|
127
|
+
box-shadow: 0 0 0 5px var(--cyan-100);
|
|
128
|
+
}
|
|
129
|
+
100% {
|
|
130
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
/* #endregion */
|
|
134
|
+
/* Animation -> CYAN */
|
|
135
|
+
|
|
136
|
+
/* #region Animation -> GRAY */
|
|
137
|
+
@keyframes clicked-gray {
|
|
138
|
+
0% {
|
|
139
|
+
box-shadow: 0 0 0 0px var(--gray-500);
|
|
140
|
+
}
|
|
141
|
+
50% {
|
|
142
|
+
box-shadow: 0 0 0 5px var(--gray-100);
|
|
143
|
+
}
|
|
144
|
+
100% {
|
|
145
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
/* #endregion */
|
|
149
|
+
/* Animation -> GRAY */
|
|
150
|
+
|
|
151
|
+
/* #region Animation -> LIGHT */
|
|
152
|
+
@keyframes clicked-light {
|
|
153
|
+
0% {
|
|
154
|
+
box-shadow: 0 0 0 0px var(--light-500);
|
|
155
|
+
}
|
|
156
|
+
50% {
|
|
157
|
+
box-shadow: 0 0 0 5px var(--light-100);
|
|
158
|
+
}
|
|
159
|
+
100% {
|
|
160
|
+
box-shadow: 0 0 0 7.5px transparent;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
/* #endregion */
|
|
164
|
+
/* Animation -> LIGHT */
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.border-radius-sm {
|
|
2
|
+
border-radius: var(--border-radius-sm);
|
|
3
|
+
}
|
|
4
|
+
.border-radius-lg {
|
|
5
|
+
border-radius: var(--border-radius-lg);
|
|
6
|
+
}
|
|
7
|
+
.border-radius-xl {
|
|
8
|
+
border-radius: var(--border-radius-xl);
|
|
9
|
+
}
|
|
10
|
+
.border-radius-xxl {
|
|
11
|
+
border-radius: var(--border-radius-xxl);
|
|
12
|
+
}
|
|
13
|
+
.border-radius-pill {
|
|
14
|
+
border-radius: var(--border-radius-pill);
|
|
15
|
+
}
|
|
16
|
+
.border-radius-none {
|
|
17
|
+
border-radius: 0;
|
|
18
|
+
}
|