@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,56 @@
|
|
|
1
|
+
.ar-drawer-wrapper > .ar-drawer > .header {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
height: 3.5rem;
|
|
7
|
+
padding: 0 2rem;
|
|
8
|
+
border-bottom: solid 1px var(--gray-200);
|
|
9
|
+
}
|
|
10
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .ar-typography-title {
|
|
11
|
+
width: calc(100% - 2.75rem);
|
|
12
|
+
text-wrap: nowrap;
|
|
13
|
+
text-overflow: ellipsis;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
align-items: center;
|
|
21
|
+
background-color: var(--white);
|
|
22
|
+
min-width: 2rem;
|
|
23
|
+
min-height: 2rem;
|
|
24
|
+
border: solid 1px var(--gray-300);
|
|
25
|
+
border-radius: var(--border-radius-sm);
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
user-select: none;
|
|
28
|
+
transition: background 250ms, border 250ms ease-in-out;
|
|
29
|
+
}
|
|
30
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close::before,
|
|
31
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close::after {
|
|
32
|
+
position: absolute;
|
|
33
|
+
content: "";
|
|
34
|
+
width: 2px;
|
|
35
|
+
height: 15px;
|
|
36
|
+
background-color: var(--gray-300);
|
|
37
|
+
transform-origin: center;
|
|
38
|
+
transform: rotate(-45deg);
|
|
39
|
+
transition: transform 250ms ease-in-out;
|
|
40
|
+
}
|
|
41
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close::after {
|
|
42
|
+
transform: rotate(45deg);
|
|
43
|
+
}
|
|
44
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close:hover {
|
|
45
|
+
background-color: rgba(var(--danger-rgb), 0.1);
|
|
46
|
+
border: solid 1px var(--danger);
|
|
47
|
+
color: rgba(var(--danger-rgb), 0.75);
|
|
48
|
+
}
|
|
49
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close:hover::before,
|
|
50
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close:hover::after {
|
|
51
|
+
background-color: var(--danger);
|
|
52
|
+
transform: rotate(45deg);
|
|
53
|
+
}
|
|
54
|
+
.ar-drawer-wrapper > .ar-drawer > .header > .close:hover::after {
|
|
55
|
+
transform: rotate(-45deg);
|
|
56
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
@import url("./header.css");
|
|
2
|
+
@import url("./content.css");
|
|
3
|
+
|
|
4
|
+
.ar-drawer-wrapper {
|
|
5
|
+
position: fixed;
|
|
6
|
+
inset: 0;
|
|
7
|
+
z-index: 1050;
|
|
8
|
+
}
|
|
9
|
+
.ar-drawer-wrapper > .ar-drawer-bg {
|
|
10
|
+
position: fixed;
|
|
11
|
+
inset: 0;
|
|
12
|
+
background-color: rgba(var(--black-rgb), 0.5);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* #region Open or Close */
|
|
16
|
+
.ar-drawer-wrapper.opened {
|
|
17
|
+
visibility: visible;
|
|
18
|
+
opacity: 1;
|
|
19
|
+
z-index: 100;
|
|
20
|
+
}
|
|
21
|
+
.ar-drawer-wrapper.closed {
|
|
22
|
+
visibility: hidden;
|
|
23
|
+
opacity: 0;
|
|
24
|
+
z-index: 99;
|
|
25
|
+
}
|
|
26
|
+
/* #endregion */
|
|
27
|
+
/* Open or Close */
|
|
28
|
+
|
|
29
|
+
.ar-drawer-wrapper > .ar-drawer {
|
|
30
|
+
position: absolute;
|
|
31
|
+
right: -85%;
|
|
32
|
+
background-color: var(--white);
|
|
33
|
+
width: 85%;
|
|
34
|
+
height: 100%;
|
|
35
|
+
border-top-left-radius: var(--border-radius-sm);
|
|
36
|
+
border-bottom-left-radius: var(--border-radius-sm);
|
|
37
|
+
}
|
|
38
|
+
.ar-drawer-wrapper.opened > .ar-drawer {
|
|
39
|
+
animation: open 1s ease 0s 1 normal forwards;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ar-drawer-wrapper > .ar-drawer > .tabs {
|
|
43
|
+
position: absolute;
|
|
44
|
+
right: 100%;
|
|
45
|
+
top: 100px;
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
align-items: flex-end;
|
|
49
|
+
gap: 0.5rem;
|
|
50
|
+
user-select: none;
|
|
51
|
+
}
|
|
52
|
+
.ar-drawer-wrapper > .ar-drawer > .tabs > .item {
|
|
53
|
+
position: relative;
|
|
54
|
+
background-color: var(--gray-300);
|
|
55
|
+
width: fit-content;
|
|
56
|
+
padding: 0.5rem 1rem;
|
|
57
|
+
border-top-left-radius: var(--border-radius-sm);
|
|
58
|
+
border-bottom-left-radius: var(--border-radius-sm);
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
}
|
|
61
|
+
.ar-drawer-wrapper > .ar-drawer > .tabs > .item.selection {
|
|
62
|
+
background-color: var(--white);
|
|
63
|
+
border-right: solid 2.5px var(--primary);
|
|
64
|
+
}
|
|
65
|
+
.ar-drawer-wrapper > .ar-drawer > .tabs > .item.selection::before {
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: 50%;
|
|
68
|
+
left: 100%;
|
|
69
|
+
transform: translateY(-50%);
|
|
70
|
+
content: "";
|
|
71
|
+
border: solid 10px transparent;
|
|
72
|
+
border-left-color: var(--primary);
|
|
73
|
+
}
|
|
74
|
+
.ar-drawer-wrapper > .ar-drawer > .tabs > .item > span {
|
|
75
|
+
text-wrap: nowrap;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@keyframes open {
|
|
79
|
+
0% {
|
|
80
|
+
right: -75%;
|
|
81
|
+
}
|
|
82
|
+
100% {
|
|
83
|
+
right: 0px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.ar-loading {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
position: fixed;
|
|
6
|
+
inset: 0;
|
|
7
|
+
background-color: rgba(var(--black-rgb), 0.5);
|
|
8
|
+
animation: background 250ms linear 0s 1 normal both;
|
|
9
|
+
z-index: 1051;
|
|
10
|
+
}
|
|
11
|
+
.ar-loading::before {
|
|
12
|
+
content: "";
|
|
13
|
+
width: 1rem;
|
|
14
|
+
height: 1rem;
|
|
15
|
+
border-radius: var(--border-radius-pill);
|
|
16
|
+
transform: rotate(-135deg);
|
|
17
|
+
animation: spin 1s linear 0s infinite normal both;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@keyframes background {
|
|
21
|
+
0% {
|
|
22
|
+
opacity: 0;
|
|
23
|
+
visibility: hidden;
|
|
24
|
+
}
|
|
25
|
+
100% {
|
|
26
|
+
opacity: 1;
|
|
27
|
+
visibility: visible;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@keyframes spin {
|
|
32
|
+
0% {
|
|
33
|
+
background-color: var(--white);
|
|
34
|
+
}
|
|
35
|
+
20% {
|
|
36
|
+
box-shadow: -1.25rem -1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem -1.25rem 0 0 rgba(var(--white-rgb), 0.75),
|
|
37
|
+
-1.25rem 1.25rem 0 0 rgba(var(--white-rgb), 0.75), 1.25rem 1.25rem 0 0 rgba(var(--white-rgb), 0.75);
|
|
38
|
+
}
|
|
39
|
+
40% {
|
|
40
|
+
box-shadow: -1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem -1.25rem 0 0 rgba(var(--white-rgb), 0.75),
|
|
41
|
+
-1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem 1.25rem 0 0 rgba(var(--white-rgb), 0.75);
|
|
42
|
+
}
|
|
43
|
+
60% {
|
|
44
|
+
box-shadow: -1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem -1.25rem 0 0 rgba(var(--white-rgb), 0.75),
|
|
45
|
+
1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75);
|
|
46
|
+
}
|
|
47
|
+
80% {
|
|
48
|
+
box-shadow: -1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem -1.25rem 0 0 rgba(var(--warning-rgb), 0.75),
|
|
49
|
+
1.25rem 1.25rem 0 0 rgba(var(--warning-rgb), 0.75), 1.25rem -1.25rem 0 0 rgba(var(--warning-rgb), 0.75);
|
|
50
|
+
}
|
|
51
|
+
100% {
|
|
52
|
+
background-color: var(--warning);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.ar-modal-wrapper > .ar-modal > .header {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
height: 3.5rem;
|
|
7
|
+
padding: 0 2rem;
|
|
8
|
+
border-bottom: solid 1px var(--gray-200);
|
|
9
|
+
}
|
|
10
|
+
.ar-modal-wrapper > .ar-modal > .header > .ar-typography-title {
|
|
11
|
+
width: calc(100% - 2.75rem);
|
|
12
|
+
text-wrap: nowrap;
|
|
13
|
+
text-overflow: ellipsis;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ar-modal-wrapper > .ar-modal > .header .close {
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
align-items: center;
|
|
21
|
+
background-color: var(--white);
|
|
22
|
+
min-width: 2rem;
|
|
23
|
+
min-height: 2rem;
|
|
24
|
+
border: solid 1px var(--gray-300);
|
|
25
|
+
border-radius: var(--border-radius-sm);
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
user-select: none;
|
|
28
|
+
transition: background 250ms, border 250ms ease-in-out;
|
|
29
|
+
}
|
|
30
|
+
.ar-modal-wrapper > .ar-modal > .header .close::before,
|
|
31
|
+
.ar-modal-wrapper > .ar-modal > .header .close::after {
|
|
32
|
+
position: absolute;
|
|
33
|
+
content: "";
|
|
34
|
+
width: 2px;
|
|
35
|
+
height: 15px;
|
|
36
|
+
background-color: var(--gray-300);
|
|
37
|
+
transform-origin: center;
|
|
38
|
+
transform: rotate(-45deg);
|
|
39
|
+
transition: transform 250ms ease-in-out;
|
|
40
|
+
}
|
|
41
|
+
.ar-modal-wrapper > .ar-modal > .header .close::after {
|
|
42
|
+
transform: rotate(45deg);
|
|
43
|
+
}
|
|
44
|
+
.ar-modal-wrapper > .ar-modal > .header .close:hover {
|
|
45
|
+
background-color: rgba(var(--danger-rgb), 0.1);
|
|
46
|
+
border: solid 1px var(--danger);
|
|
47
|
+
color: rgba(var(--danger-rgb), 0.75);
|
|
48
|
+
}
|
|
49
|
+
.ar-modal-wrapper > .ar-modal > .header .close:hover::before,
|
|
50
|
+
.ar-modal-wrapper > .ar-modal > .header .close:hover::after {
|
|
51
|
+
background-color: var(--danger);
|
|
52
|
+
transform: rotate(45deg);
|
|
53
|
+
}
|
|
54
|
+
.ar-modal-wrapper > .ar-modal > .header .close:hover::after {
|
|
55
|
+
transform: rotate(-45deg);
|
|
56
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@import url("./header.css");
|
|
2
|
+
@import url("./content.css");
|
|
3
|
+
@import url("./footer.css");
|
|
4
|
+
|
|
5
|
+
/* Media Queries */
|
|
6
|
+
@import url("./media-queries/x-large.css");
|
|
7
|
+
@import url("./media-queries/medium.css");
|
|
8
|
+
@import url("./media-queries/small.css");
|
|
9
|
+
|
|
10
|
+
.ar-modal-wrapper {
|
|
11
|
+
position: fixed;
|
|
12
|
+
inset: 0;
|
|
13
|
+
z-index: 1050;
|
|
14
|
+
}
|
|
15
|
+
.ar-modal-wrapper > .ar-modal-bg {
|
|
16
|
+
position: fixed;
|
|
17
|
+
inset: 0;
|
|
18
|
+
background-color: rgba(var(--black-rgb), 0.5);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* #region Open or Close */
|
|
22
|
+
.ar-modal-wrapper.opened {
|
|
23
|
+
visibility: visible;
|
|
24
|
+
opacity: 1;
|
|
25
|
+
transition:
|
|
26
|
+
visibility 250ms,
|
|
27
|
+
opacity 250ms ease-in-out;
|
|
28
|
+
}
|
|
29
|
+
.ar-modal-wrapper.closed {
|
|
30
|
+
visibility: hidden;
|
|
31
|
+
opacity: 0;
|
|
32
|
+
transition:
|
|
33
|
+
visibility 250ms,
|
|
34
|
+
opacity 250ms ease-in-out;
|
|
35
|
+
}
|
|
36
|
+
/* #endregion */
|
|
37
|
+
/* Open or Close */
|
|
38
|
+
|
|
39
|
+
.ar-modal-wrapper > .ar-modal {
|
|
40
|
+
position: absolute;
|
|
41
|
+
background-color: var(--white);
|
|
42
|
+
border-radius: var(--border-radius-sm);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ar-modal-wrapper > .ar-modal.large {
|
|
46
|
+
width: 75%;
|
|
47
|
+
}
|
|
48
|
+
.ar-modal-wrapper > .ar-modal.normal {
|
|
49
|
+
width: 520px;
|
|
50
|
+
}
|
|
51
|
+
.ar-modal-wrapper > .ar-modal.small {
|
|
52
|
+
width: 25%;
|
|
53
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
.ar-notification-item {
|
|
2
|
+
opacity: 1;
|
|
3
|
+
position: fixed;
|
|
4
|
+
left: 2rem;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: row;
|
|
7
|
+
gap: 0 0.5rem;
|
|
8
|
+
background-color: var(--white);
|
|
9
|
+
width: 350px;
|
|
10
|
+
height: 7.5rem;
|
|
11
|
+
border-radius: var(--border-radius-xl);
|
|
12
|
+
box-shadow: 0 5px 15px -5px rgba(var(--black-rgb), 0.25);
|
|
13
|
+
transition: all 250ms ease-in-out;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
/* Sırasıyla; Ad, Süre, Hız, Gecikme Süresi, Tekrar Sayısı, Yön, Bitiş Süreci */
|
|
16
|
+
animation: openedSnackbar ease-in-out 500ms 0s 1 normal both;
|
|
17
|
+
z-index: 1051;
|
|
18
|
+
}
|
|
19
|
+
.ar-notification-item.previous {
|
|
20
|
+
/* Sırasıyla; Ad, Süre, Hız, Gecikme Süresi, Tekrar Sayısı, Yön, Bitiş Süreci */
|
|
21
|
+
animation: previousSnackbar ease-in-out 500ms 0s 1 normal both;
|
|
22
|
+
}
|
|
23
|
+
.ar-notification-item.closed {
|
|
24
|
+
/* Sırasıyla; Ad, Süre, Hız, Gecikme Süresi, Tekrar Sayısı, Yön, Bitiş Süreci */
|
|
25
|
+
animation: closedSnackbar ease-in-out 500ms 0s 1 normal both;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ar-notification-item > .icon {
|
|
29
|
+
position: relative;
|
|
30
|
+
min-width: 3rem;
|
|
31
|
+
border-top-left-radius: var(--border-radius-xl);
|
|
32
|
+
border-bottom-left-radius: var(--border-radius-xl);
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
}
|
|
35
|
+
.ar-notification-item > .icon > span {
|
|
36
|
+
position: absolute;
|
|
37
|
+
border-radius: var(--border-radius-pill);
|
|
38
|
+
}
|
|
39
|
+
.ar-notification-item > .icon > span:nth-child(1) {
|
|
40
|
+
top: 0.5rem;
|
|
41
|
+
left: 0.5rem;
|
|
42
|
+
width: 0.25rem;
|
|
43
|
+
height: 0.25rem;
|
|
44
|
+
}
|
|
45
|
+
.ar-notification-item > .icon > span:nth-child(2) {
|
|
46
|
+
top: 1.5rem;
|
|
47
|
+
left: 0.5rem;
|
|
48
|
+
width: 0.5rem;
|
|
49
|
+
height: 0.5rem;
|
|
50
|
+
}
|
|
51
|
+
.ar-notification-item > .icon > span:nth-child(3) {
|
|
52
|
+
top: 2rem;
|
|
53
|
+
left: 1.75rem;
|
|
54
|
+
width: 1rem;
|
|
55
|
+
height: 1rem;
|
|
56
|
+
}
|
|
57
|
+
.ar-notification-item > .icon > span:nth-child(4) {
|
|
58
|
+
bottom: -1.5rem;
|
|
59
|
+
left: -0.5rem;
|
|
60
|
+
width: 3rem;
|
|
61
|
+
height: 3rem;
|
|
62
|
+
}
|
|
63
|
+
.ar-notification-item > .icon > span:nth-child(5) {
|
|
64
|
+
bottom: 1.15rem;
|
|
65
|
+
left: 1rem;
|
|
66
|
+
width: 0.55rem;
|
|
67
|
+
height: 0.55rem;
|
|
68
|
+
}
|
|
69
|
+
.ar-notification-item > .icon > span.success {
|
|
70
|
+
background-color: var(--success);
|
|
71
|
+
}
|
|
72
|
+
.ar-notification-item > .icon > span.warning {
|
|
73
|
+
background-color: var(--warning);
|
|
74
|
+
}
|
|
75
|
+
.ar-notification-item > .icon > span.information {
|
|
76
|
+
background-color: var(--info);
|
|
77
|
+
}
|
|
78
|
+
.ar-notification-item > .icon > span.error {
|
|
79
|
+
background-color: var(--danger);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ar-notification-item > .content {
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
justify-content: center;
|
|
86
|
+
gap: 0.75rem 0;
|
|
87
|
+
width: 100%;
|
|
88
|
+
padding: 0 1rem;
|
|
89
|
+
color: var(--gray-700);
|
|
90
|
+
}
|
|
91
|
+
.ar-notification-item > .content > .title {
|
|
92
|
+
font-size: 1.2rem;
|
|
93
|
+
}
|
|
94
|
+
.ar-notification-item > .content > .message {
|
|
95
|
+
color: var(--gray-600);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.ar-notification-item > .close {
|
|
99
|
+
min-width: 2.5rem;
|
|
100
|
+
}
|
|
101
|
+
.ar-notification-item > .close::before,
|
|
102
|
+
.ar-notification-item > .close::after {
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0.75rem;
|
|
105
|
+
right: 1.25rem;
|
|
106
|
+
content: "";
|
|
107
|
+
width: 2px;
|
|
108
|
+
height: 15px;
|
|
109
|
+
background-color: var(--gray-500);
|
|
110
|
+
transform-origin: center;
|
|
111
|
+
transform: rotate(45deg);
|
|
112
|
+
}
|
|
113
|
+
.ar-notification-item > .close::after {
|
|
114
|
+
transform: rotate(-45deg);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@media only screen and (max-width: 480px) {
|
|
118
|
+
.ar-notification.top-left {
|
|
119
|
+
inset: 1rem 1rem auto 1rem;
|
|
120
|
+
}
|
|
121
|
+
.ar-notification.top-right {
|
|
122
|
+
inset: 1rem 1rem auto 1rem;
|
|
123
|
+
}
|
|
124
|
+
.ar-notification.bottom-left {
|
|
125
|
+
inset: auto 1rem 1rem 1rem;
|
|
126
|
+
}
|
|
127
|
+
.ar-notification.bottom-right {
|
|
128
|
+
inset: auto 1rem 1rem 1rem;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@keyframes openedSnackbar {
|
|
133
|
+
0% {
|
|
134
|
+
transform: translateX(-500px);
|
|
135
|
+
}
|
|
136
|
+
100% {
|
|
137
|
+
transform: translateX(0);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@keyframes previousSnackbar {
|
|
142
|
+
0% {
|
|
143
|
+
transform: translateX(0) translateY(0);
|
|
144
|
+
}
|
|
145
|
+
100% {
|
|
146
|
+
transform: translateX(0) translateY(120px);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@keyframes closedSnackbar {
|
|
151
|
+
0% {
|
|
152
|
+
transform: translateX(0);
|
|
153
|
+
}
|
|
154
|
+
100% {
|
|
155
|
+
transform: translateX(-500px);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
.ar-popover-wrapper {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: max-content;
|
|
4
|
+
}
|
|
5
|
+
.ar-popover-wrapper.full-width {
|
|
6
|
+
width: 100%;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ar-popover {
|
|
10
|
+
visibility: hidden;
|
|
11
|
+
opacity: 0;
|
|
12
|
+
position: absolute;
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
background-color: var(--white);
|
|
16
|
+
width: 250px;
|
|
17
|
+
border: solid 1px var(--gray-200);
|
|
18
|
+
border-radius: var(--border-radius-sm);
|
|
19
|
+
box-shadow: 0 0 15px -2.5px rgba(var(--black-rgb), 0.1);
|
|
20
|
+
z-index: 1051;
|
|
21
|
+
transition: visibility 250ms, opacity 250ms;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ar-popover > .title {
|
|
25
|
+
background-color: var(--gray-100);
|
|
26
|
+
padding: 0.5rem 1rem;
|
|
27
|
+
border-bottom: solid 1px var(--gray-200);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ar-popover > .content {
|
|
31
|
+
max-height: 200px;
|
|
32
|
+
padding: 0.5rem 1rem;
|
|
33
|
+
overflow-y: auto;
|
|
34
|
+
overflow-x: hidden;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ar-popover > .message {
|
|
38
|
+
position: relative;
|
|
39
|
+
padding: 0.5rem 1rem;
|
|
40
|
+
color: var(--gray-700);
|
|
41
|
+
font-size: 0.8rem;
|
|
42
|
+
text-wrap: wrap;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ar-popover > .footer {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: row;
|
|
48
|
+
justify-content: flex-end;
|
|
49
|
+
align-items: center;
|
|
50
|
+
gap: 0 0.5rem;
|
|
51
|
+
padding: 0.5rem 1rem;
|
|
52
|
+
border-top: solid 1px var(--gray-200);
|
|
53
|
+
}
|