@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,19 @@
|
|
|
1
|
+
/* Medium (Tablet Dikey & Büyük Telefonlar) */
|
|
2
|
+
@media (min-width: 576px) and (max-width: 767px) {
|
|
3
|
+
.ar-layout > aside.ar-aside.right {
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ar-layout > main {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
.ar-layout > main > header {
|
|
11
|
+
height: 5rem;
|
|
12
|
+
padding: 0 2.5rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ar-layout > main > section:not(.full-width) {
|
|
16
|
+
max-width: none;
|
|
17
|
+
padding: 2.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* Small (Küçük Telefonlar) */
|
|
2
|
+
@media (max-width: 575px) {
|
|
3
|
+
.ar-layout > aside.ar-aside.right {
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ar-layout > main {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
.ar-layout > main > header {
|
|
11
|
+
height: 5rem;
|
|
12
|
+
padding: 0 2.5rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ar-layout > main > section:not(.full-width) {
|
|
16
|
+
max-width: none;
|
|
17
|
+
padding: 2.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* X-Large (Standart Laptop & Küçük Desktop) */
|
|
2
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
3
|
+
.ar-layout > aside.ar-aside.right {
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ar-layout > main {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
.ar-layout > main > header {
|
|
11
|
+
height: 5rem;
|
|
12
|
+
padding: 0 2.5rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ar-layout > main > section:not(.full-width) {
|
|
16
|
+
max-width: 960px;
|
|
17
|
+
padding: 2.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* XX-Large (Laptop & Büyük Desktop Ekranlar) */
|
|
2
|
+
@media (min-width: 1200px) and (max-width: 1399px) {
|
|
3
|
+
.ar-layout > aside.ar-aside.right {
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ar-layout > main {
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
.ar-layout > main > header {
|
|
11
|
+
height: 5rem;
|
|
12
|
+
padding: 0 2.5rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ar-layout > main > section:not(.full-width) {
|
|
16
|
+
max-width: 1140px;
|
|
17
|
+
padding: 2.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* XXX-Large (Büyük Ekranlar: TV, Ultra Geniş Monitörler) */
|
|
2
|
+
|
|
3
|
+
@media (min-width: 1400px) {
|
|
4
|
+
.ar-layout > aside.ar-aside.right {
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ar-layout > main {
|
|
9
|
+
width: 100%;
|
|
10
|
+
}
|
|
11
|
+
.ar-layout > main > header {
|
|
12
|
+
height: 5rem;
|
|
13
|
+
padding: 0 2.5rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ar-layout > main > section:not(.full-width) {
|
|
17
|
+
max-width: 1340px;
|
|
18
|
+
padding: 2.5rem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
.ar-menu {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding: 0 0.25rem;
|
|
4
|
+
font-family: var(--system);
|
|
5
|
+
|
|
6
|
+
> ul {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
gap: 1rem;
|
|
10
|
+
padding: 0;
|
|
11
|
+
margin: 0;
|
|
12
|
+
list-style: none;
|
|
13
|
+
|
|
14
|
+
li {
|
|
15
|
+
list-style: none;
|
|
16
|
+
height: auto;
|
|
17
|
+
|
|
18
|
+
> ul.submenu {
|
|
19
|
+
display: grid;
|
|
20
|
+
grid-template-rows: 0fr;
|
|
21
|
+
margin-left: 1.5rem;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
transform: translateY(-4px);
|
|
24
|
+
transition:
|
|
25
|
+
grid-template-rows 250ms ease,
|
|
26
|
+
opacity 200ms ease,
|
|
27
|
+
transform 200ms ease;
|
|
28
|
+
overflow: hidden;
|
|
29
|
+
|
|
30
|
+
> .submenu-inner {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.opened {
|
|
37
|
+
grid-template-rows: 1fr;
|
|
38
|
+
opacity: 1;
|
|
39
|
+
transform: translateY(0);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.item-render {
|
|
44
|
+
position: relative;
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
gap: 0.5rem;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 2rem; /* DÜZELTİLMEDİ: inherit yerine ana eleman yüksekliği buraya sabitlendi */
|
|
50
|
+
padding: 0.3rem;
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
cursor: pointer;
|
|
53
|
+
|
|
54
|
+
&.align-center {
|
|
55
|
+
justify-content: center;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.align-left {
|
|
59
|
+
justify-content: flex-start;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
> hr {
|
|
63
|
+
width: 100%;
|
|
64
|
+
border: none;
|
|
65
|
+
border-bottom: 1px solid currentColor;
|
|
66
|
+
margin: 0.5rem 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
> .icon {
|
|
70
|
+
display: flex;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
align-items: center;
|
|
73
|
+
min-width: 2rem;
|
|
74
|
+
min-height: 2rem;
|
|
75
|
+
border-radius: var(--border-radius-pill);
|
|
76
|
+
|
|
77
|
+
svg {
|
|
78
|
+
color: var(--light);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
> .no-icon::before {
|
|
82
|
+
display: inline-block;
|
|
83
|
+
content: "";
|
|
84
|
+
width: 0.75rem;
|
|
85
|
+
height: 0.75rem;
|
|
86
|
+
border: dashed 2px transparent;
|
|
87
|
+
border-top-color: var(--light);
|
|
88
|
+
border-right-color: var(--light);
|
|
89
|
+
border-left-color: rgba(var(--black-rgb), 0.1);
|
|
90
|
+
border-bottom-color: rgba(var(--black-rgb), 0.1);
|
|
91
|
+
transform: rotate(45deg);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
> .item {
|
|
96
|
+
width: 100%;
|
|
97
|
+
height: inherit;
|
|
98
|
+
|
|
99
|
+
> * {
|
|
100
|
+
display: flex;
|
|
101
|
+
align-items: center;
|
|
102
|
+
height: inherit;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
> .angel-down {
|
|
107
|
+
position: absolute;
|
|
108
|
+
right: 0.5rem;
|
|
109
|
+
width: 0.75rem;
|
|
110
|
+
height: 0.75rem;
|
|
111
|
+
|
|
112
|
+
&::before {
|
|
113
|
+
content: "";
|
|
114
|
+
position: absolute;
|
|
115
|
+
width: 100%;
|
|
116
|
+
height: 100%;
|
|
117
|
+
border: 1px transparent;
|
|
118
|
+
border-top-style: solid;
|
|
119
|
+
border-right-style: solid;
|
|
120
|
+
border-bottom-style: dashed;
|
|
121
|
+
border-left-style: dashed;
|
|
122
|
+
border-top-color: rgba(var(--black-rgb), 0.5);
|
|
123
|
+
border-right-color: rgba(var(--black-rgb), 0.5);
|
|
124
|
+
border-left-color: rgba(var(--black-rgb), 0.1);
|
|
125
|
+
border-bottom-color: rgba(var(--black-rgb), 0.1);
|
|
126
|
+
transform: rotate(45deg);
|
|
127
|
+
transition: transform 200ms ease-in-out;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&.opened::before {
|
|
131
|
+
transform: rotate(135deg);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.divider {
|
|
137
|
+
color: var(--black);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&.selected {
|
|
141
|
+
color: var(--selected-icon-bg-color);
|
|
142
|
+
|
|
143
|
+
.icon {
|
|
144
|
+
background-color: var(--selected-icon-bg-color);
|
|
145
|
+
box-shadow: 0 0 0 5px var(--selected-icon-bg-color-rgb);
|
|
146
|
+
color: var(--white);
|
|
147
|
+
|
|
148
|
+
svg {
|
|
149
|
+
color: var(--white);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.no-icon::before {
|
|
154
|
+
border: solid 2px transparent;
|
|
155
|
+
border-top-color: var(--light);
|
|
156
|
+
border-right-color: var(--light);
|
|
157
|
+
border-left-color: rgba(var(--black-rgb), 0.1);
|
|
158
|
+
border-bottom-color: rgba(var(--black-rgb), 0.1);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
.ar-pagination {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
|
|
5
|
+
align-items: center;
|
|
6
|
+
gap: 0 0.5rem;
|
|
7
|
+
|
|
8
|
+
> ul {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: row;
|
|
11
|
+
align-items: center;
|
|
12
|
+
list-style: none;
|
|
13
|
+
gap: 0 0.5rem;
|
|
14
|
+
height: 1.75rem;
|
|
15
|
+
|
|
16
|
+
> li {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
align-items: center;
|
|
20
|
+
min-width: 1.75rem;
|
|
21
|
+
height: 100%;
|
|
22
|
+
border-radius: var(--border-radius-pill);
|
|
23
|
+
box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.1);
|
|
24
|
+
transform: scale(1);
|
|
25
|
+
color: var(--gray-700);
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
user-select: none;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
background-color: var(--gray-300);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&:is(.selection-page) {
|
|
35
|
+
background-color: var(--primary);
|
|
36
|
+
box-shadow: 0 0 0 3.5px rgba(var(--primary-rgb), 0.1);
|
|
37
|
+
color: var(--white);
|
|
38
|
+
font-size: 0.9rem;
|
|
39
|
+
transform: scale(1.15);
|
|
40
|
+
transition:
|
|
41
|
+
transform 250ms,
|
|
42
|
+
box-shadow 250ms 250ms ease-in-out;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:is(.passive) {
|
|
46
|
+
color: var(--gray-300);
|
|
47
|
+
cursor: no-drop;
|
|
48
|
+
|
|
49
|
+
&:hover {
|
|
50
|
+
background-color: transparent;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&:is(:nth-child(2)) {
|
|
55
|
+
margin-right: 1rem;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&:is(:nth-last-child(2)) {
|
|
59
|
+
margin-left: 1rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&:is(:nth-child(1), :nth-child(2), :nth-last-child(1), :nth-last-child(2)) {
|
|
63
|
+
> span {
|
|
64
|
+
position: relative;
|
|
65
|
+
top: -2px;
|
|
66
|
+
font-size: 1.5rem;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:is(.start-ellipsis, .end-ellipsis),
|
|
71
|
+
&:is(.start-ellipsis, .end-ellipsis):hover {
|
|
72
|
+
background-color: transparent;
|
|
73
|
+
cursor: no-drop;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* --- [KÜÇÜK MOBİL - IPHONE SE VB.] --- */
|
|
80
|
+
/* Çok dar ekranlar için özel düzeltmeler */
|
|
81
|
+
@media (max-width: 375px) {
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/* --- [MOBİL - STANDART] --- */
|
|
85
|
+
/* Ekran 576px ve altına düştüğünde çalışır */
|
|
86
|
+
@media (max-width: 576px) {
|
|
87
|
+
.ar-pagination {
|
|
88
|
+
> ul {
|
|
89
|
+
> li {
|
|
90
|
+
min-width: 1rem;
|
|
91
|
+
height: 1rem;
|
|
92
|
+
|
|
93
|
+
&:hover {
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&:is(.selection-page) {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&:is(.passive) {
|
|
100
|
+
&:hover {
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&:is(:nth-child(2)) {
|
|
105
|
+
margin-right: 0.5rem;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&:is(:nth-last-child(2)) {
|
|
109
|
+
margin-left: 0.5rem;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
&:is(:nth-child(1), :nth-child(2), :nth-last-child(1), :nth-last-child(2)) {
|
|
113
|
+
> span {
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&:is(.start-ellipsis, .end-ellipsis),
|
|
118
|
+
&:is(.start-ellipsis, .end-ellipsis):hover {
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* --- [TABLET DİKEY & BÜYÜK TELEFONLAR] --- */
|
|
126
|
+
/* Ekran 768px ve altına düştüğünde çalışır */
|
|
127
|
+
@media (max-width: 768px) {
|
|
128
|
+
.ar-pagination {
|
|
129
|
+
> ul {
|
|
130
|
+
> li {
|
|
131
|
+
min-width: 1rem;
|
|
132
|
+
height: 1rem;
|
|
133
|
+
|
|
134
|
+
&:hover {
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&:is(.selection-page) {
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&:is(.passive) {
|
|
141
|
+
&:hover {
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&:is(:nth-child(2)) {
|
|
146
|
+
margin-right: 0.5rem;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&:is(:nth-last-child(2)) {
|
|
150
|
+
margin-left: 0.5rem;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&:is(:nth-child(1), :nth-child(2), :nth-last-child(1), :nth-last-child(2)) {
|
|
154
|
+
> span {
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&:is(.start-ellipsis, .end-ellipsis),
|
|
159
|
+
&:is(.start-ellipsis, .end-ellipsis):hover {
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* --- [TABLET & KÜÇÜK LAPTOP] --- */
|
|
167
|
+
/* Ekran 1024px ve altına düştüğünde çalışır */
|
|
168
|
+
@media (max-width: 1024px) {
|
|
169
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
@import url("./animation.css");
|
|
2
|
+
|
|
3
|
+
.ar-steps > .steps {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
justify-content: space-around;
|
|
7
|
+
margin-bottom: 2.5rem;
|
|
8
|
+
padding-bottom: 2.5rem;
|
|
9
|
+
border-bottom: solid 4px var(--gray-100);
|
|
10
|
+
}
|
|
11
|
+
.ar-steps > .steps > .item {
|
|
12
|
+
position: relative;
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
flex: 1;
|
|
16
|
+
align-items: flex-start;
|
|
17
|
+
gap: 1rem 0;
|
|
18
|
+
}
|
|
19
|
+
.ar-steps > .steps > .item > .item-icon {
|
|
20
|
+
display: inline-flex;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
align-items: center;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
}
|
|
25
|
+
.ar-steps > .steps > .item:not(:last-child) > .item-icon.pending::after,
|
|
26
|
+
.ar-steps > .steps > .item:not(:last-child) > .item-icon.in-progress::after,
|
|
27
|
+
.ar-steps > .steps > .item > .item-icon.completed::after {
|
|
28
|
+
position: absolute;
|
|
29
|
+
left: calc(50% + 1.25rem);
|
|
30
|
+
transform: translateX(-50%);
|
|
31
|
+
content: "";
|
|
32
|
+
width: 70%;
|
|
33
|
+
height: 4px;
|
|
34
|
+
border-radius: var(--border-radius-pill);
|
|
35
|
+
}
|
|
36
|
+
.ar-steps > .steps > .item:not(:last-child) > .item-icon.pending::after {
|
|
37
|
+
background-color: var(--gray-300);
|
|
38
|
+
}
|
|
39
|
+
.ar-steps > .steps > .item:not(:last-child) > .item-icon.in-progress::after {
|
|
40
|
+
background: var(--gray-300);
|
|
41
|
+
background: linear-gradient(90deg, var(--primary) 50%, var(--gray-300) 50%);
|
|
42
|
+
background-color: var(--primary);
|
|
43
|
+
}
|
|
44
|
+
.ar-steps > .steps > .item > .item-icon.completed::after {
|
|
45
|
+
background-color: var(--success);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ar-steps > .steps > .item > .item-icon > span {
|
|
49
|
+
display: inline-flex;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
align-items: center;
|
|
52
|
+
width: 2.5rem;
|
|
53
|
+
height: 2.5rem;
|
|
54
|
+
border-radius: var(--border-radius-pill);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ar-steps > .steps > .item > .item-icon > .pending {
|
|
58
|
+
position: relative;
|
|
59
|
+
background-color: var(--white);
|
|
60
|
+
border: solid 1px var(--gray-500);
|
|
61
|
+
}
|
|
62
|
+
.ar-steps > .steps > .item > .item-icon > .pending::before {
|
|
63
|
+
display: inline-block;
|
|
64
|
+
content: "";
|
|
65
|
+
background-color: transparent;
|
|
66
|
+
width: 1rem;
|
|
67
|
+
height: 1rem;
|
|
68
|
+
border: dotted 3.5px var(--gray-500);
|
|
69
|
+
}
|
|
70
|
+
.ar-steps > .steps > .item > .item-icon > .pending::after {
|
|
71
|
+
position: absolute;
|
|
72
|
+
top: 50%;
|
|
73
|
+
left: 50%;
|
|
74
|
+
transform: translate(-50%, -50%);
|
|
75
|
+
display: inline-block;
|
|
76
|
+
content: "";
|
|
77
|
+
background-color: var(--primary);
|
|
78
|
+
width: 3.5px;
|
|
79
|
+
height: 3.5px;
|
|
80
|
+
border-radius: var(--border-radius-pill);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ar-steps > .steps > .item > .item-icon > .in-progress {
|
|
84
|
+
background-color: var(--primary);
|
|
85
|
+
box-shadow:
|
|
86
|
+
0 0 0 4px var(--white),
|
|
87
|
+
0 0 0 5px rgba(var(--primary-rgb), 0.5);
|
|
88
|
+
}
|
|
89
|
+
.ar-steps > .steps > .item > .item-icon > .in-progress::before {
|
|
90
|
+
display: inline-block;
|
|
91
|
+
content: "";
|
|
92
|
+
background-color: transparent;
|
|
93
|
+
width: 1.5rem;
|
|
94
|
+
height: 1.5rem;
|
|
95
|
+
border: dashed 2.5px transparent;
|
|
96
|
+
border-top-color: rgba(var(--white-rgb), 1);
|
|
97
|
+
border-right-color: rgba(var(--white-rgb), 0.75);
|
|
98
|
+
border-bottom-color: rgba(var(--white-rgb), 0.25);
|
|
99
|
+
border-left-color: rgba(var(--white-rgb), 0.1);
|
|
100
|
+
border-radius: var(--border-radius-pill);
|
|
101
|
+
animation: in-progress 1s linear 0s infinite normal both;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ar-steps > .steps > .item > .item-icon > .completed {
|
|
105
|
+
background-color: var(--success);
|
|
106
|
+
box-shadow: 0 0 0 5px rgba(var(--success-rgb), 0.1);
|
|
107
|
+
}
|
|
108
|
+
.ar-steps > .steps > .item > .item-icon > .completed::before {
|
|
109
|
+
display: inline-block;
|
|
110
|
+
content: "";
|
|
111
|
+
background-color: transparent;
|
|
112
|
+
width: 1rem;
|
|
113
|
+
height: 0.55rem;
|
|
114
|
+
border: solid 2.5px transparent;
|
|
115
|
+
border-left-color: var(--white);
|
|
116
|
+
border-bottom-color: var(--white);
|
|
117
|
+
border-bottom-left-radius: var(--border-radius-sm);
|
|
118
|
+
transform: rotate(-45deg) translate(1px, -1px);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.ar-steps > .steps > .item > .item-informations {
|
|
122
|
+
display: flex;
|
|
123
|
+
flex-direction: column;
|
|
124
|
+
align-items: flex-start;
|
|
125
|
+
gap: 0.5rem 0;
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
}
|
|
128
|
+
.ar-steps > .steps > .item > .item-informations > .step {
|
|
129
|
+
color: var(--gray-500);
|
|
130
|
+
font-size: 0.75rem;
|
|
131
|
+
letter-spacing: 1px;
|
|
132
|
+
}
|
|
133
|
+
.ar-steps > .steps > .item > .item-informations > .title {
|
|
134
|
+
font-size: 1.1rem;
|
|
135
|
+
letter-spacing: 1px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.ar-steps > .content > .buttons {
|
|
139
|
+
display: flex;
|
|
140
|
+
flex-direction: row;
|
|
141
|
+
justify-content: flex-end;
|
|
142
|
+
gap: 0 1rem;
|
|
143
|
+
margin-top: 2.5rem;
|
|
144
|
+
padding-top: 2.5rem;
|
|
145
|
+
border-top: solid 4px var(--gray-100);
|
|
146
|
+
}
|