@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,165 @@
|
|
|
1
|
+
.ar-notification-popup-wrapper {
|
|
2
|
+
position: fixed;
|
|
3
|
+
inset: 0;
|
|
4
|
+
z-index: 1050;
|
|
5
|
+
}
|
|
6
|
+
.ar-notification-popup-wrapper > .ar-notification-popup-bg {
|
|
7
|
+
position: fixed;
|
|
8
|
+
inset: 0;
|
|
9
|
+
background-color: rgba(var(--black-rgb), 0.5);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.ar-notification-popup {
|
|
13
|
+
visibility: hidden;
|
|
14
|
+
opacity: 0;
|
|
15
|
+
position: absolute;
|
|
16
|
+
top: 50%;
|
|
17
|
+
left: 50%;
|
|
18
|
+
transform: translate(-50%, -50%);
|
|
19
|
+
transform-origin: top;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
gap: 1.5rem;
|
|
25
|
+
background-color: var(--white);
|
|
26
|
+
width: 450px;
|
|
27
|
+
padding: 2rem;
|
|
28
|
+
border-radius: var(--border-radius-sm);
|
|
29
|
+
box-shadow: 0 5px 15px -5px rgba(var(--black-rgb), 0.25);
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
z-index: 1051;
|
|
32
|
+
}
|
|
33
|
+
.ar-notification-popup.open {
|
|
34
|
+
animation: openPopup 1s ease 0s 1 normal forwards;
|
|
35
|
+
}
|
|
36
|
+
.ar-notification-popup.closed {
|
|
37
|
+
animation: closedPopup ease-in-out 500ms 0s 1 normal both;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ar-notification-popup > .icon {
|
|
41
|
+
position: relative;
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
width: 3rem;
|
|
46
|
+
height: 3rem;
|
|
47
|
+
border-radius: var(--border-radius-pill);
|
|
48
|
+
|
|
49
|
+
&.success,
|
|
50
|
+
&.save {
|
|
51
|
+
background-color: rgba(var(--success-rgb), 0.25);
|
|
52
|
+
box-shadow: 0 0 0 5px rgba(var(--success-rgb), 0.1);
|
|
53
|
+
}
|
|
54
|
+
&.warning {
|
|
55
|
+
background-color: rgba(var(--warning-rgb), 0.25);
|
|
56
|
+
box-shadow: 0 0 0 5px rgba(var(--warning-rgb), 0.1);
|
|
57
|
+
}
|
|
58
|
+
&.information {
|
|
59
|
+
background-color: rgba(var(--information-rgb), 0.25);
|
|
60
|
+
box-shadow: 0 0 0 5px rgba(var(--information-rgb), 0.1);
|
|
61
|
+
}
|
|
62
|
+
&.error,
|
|
63
|
+
&.delete {
|
|
64
|
+
background-color: rgba(var(--danger-rgb), 0.25);
|
|
65
|
+
box-shadow: 0 0 0 5px rgba(var(--danger-rgb), 0.1);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.ar-notification-popup > .content {
|
|
70
|
+
display: flex;
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
justify-content: center;
|
|
73
|
+
gap: 0.75rem 0;
|
|
74
|
+
width: 100%;
|
|
75
|
+
padding: 0 1rem;
|
|
76
|
+
color: var(--gray-700);
|
|
77
|
+
}
|
|
78
|
+
.ar-notification-popup > .content > .title {
|
|
79
|
+
color: var(--gray-700);
|
|
80
|
+
font-size: 1.25rem;
|
|
81
|
+
font-weight: 700;
|
|
82
|
+
text-align: center;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ar-notification-popup > .content > .message {
|
|
86
|
+
color: var(--gray-600);
|
|
87
|
+
text-align: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ar-notification-popup > .footer {
|
|
91
|
+
width: 100%;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
@media only screen and (max-width: 480px) {
|
|
95
|
+
.ar-notification.top-left {
|
|
96
|
+
inset: 1rem 1rem auto 1rem;
|
|
97
|
+
}
|
|
98
|
+
.ar-notification.top-right {
|
|
99
|
+
inset: 1rem 1rem auto 1rem;
|
|
100
|
+
}
|
|
101
|
+
.ar-notification.bottom-left {
|
|
102
|
+
inset: auto 1rem 1rem 1rem;
|
|
103
|
+
}
|
|
104
|
+
.ar-notification.bottom-right {
|
|
105
|
+
inset: auto 1rem 1rem 1rem;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@keyframes openPopup {
|
|
110
|
+
0% {
|
|
111
|
+
visibility: hidden;
|
|
112
|
+
opacity: 0;
|
|
113
|
+
/* animation-timing-function: ease-in;
|
|
114
|
+
transform: scale(0) translate(-50%, -50%); */
|
|
115
|
+
}
|
|
116
|
+
/*
|
|
117
|
+
38% {
|
|
118
|
+
animation-timing-function: ease-out;
|
|
119
|
+
opacity: 1;
|
|
120
|
+
transform: scale(1) translate(-50%, -50%);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
55% {
|
|
124
|
+
animation-timing-function: ease-in;
|
|
125
|
+
transform: scale(0.7) translate(-50%, -50%);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
72% {
|
|
129
|
+
animation-timing-function: ease-out;
|
|
130
|
+
transform: scale(1) translate(-50%, -50%);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
81% {
|
|
134
|
+
animation-timing-function: ease-in;
|
|
135
|
+
transform: scale(0.84) translate(-50%, -50%);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
89% {
|
|
139
|
+
animation-timing-function: ease-out;
|
|
140
|
+
transform: scale(1) translate(-50%, -50%);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
95% {
|
|
144
|
+
animation-timing-function: ease-in;
|
|
145
|
+
transform: scale(0.95) translate(-50%, -50%);
|
|
146
|
+
} */
|
|
147
|
+
|
|
148
|
+
100% {
|
|
149
|
+
visibility: visible;
|
|
150
|
+
opacity: 1;
|
|
151
|
+
/* animation-timing-function: ease-out;
|
|
152
|
+
transform: scale(1) translate(-50%, -50%); */
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
@keyframes closedPopup {
|
|
157
|
+
0% {
|
|
158
|
+
visibility: visible;
|
|
159
|
+
opacity: 1;
|
|
160
|
+
}
|
|
161
|
+
100% {
|
|
162
|
+
visibility: hidden;
|
|
163
|
+
opacity: 0;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
@import url("./animations.css");
|
|
2
|
+
@import url("./statuses.css");
|
|
3
|
+
|
|
4
|
+
.ar-progress {
|
|
5
|
+
position: relative;
|
|
6
|
+
display: block;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 0.75rem;
|
|
9
|
+
}
|
|
10
|
+
.ar-progress > .ar-progress-bar {
|
|
11
|
+
position: absolute;
|
|
12
|
+
inset: 0;
|
|
13
|
+
opacity: 0.1;
|
|
14
|
+
}
|
|
15
|
+
.ar-progress > .ar-progress-value {
|
|
16
|
+
position: absolute;
|
|
17
|
+
inset: 0;
|
|
18
|
+
}
|
|
19
|
+
.ar-progress > .ar-progress-value::before {
|
|
20
|
+
content: "";
|
|
21
|
+
position: absolute;
|
|
22
|
+
inset: 0;
|
|
23
|
+
border-radius: var(--border-radius-pill);
|
|
24
|
+
/* Sırasıyla; Ad, Süre, Hız, Gecikme Süresi, Tekrar Sayısı, Yön, Bitiş Süreci */
|
|
25
|
+
animation: progress cubic-bezier(0.23, 1, 0.32, 1) 2.5s 0s infinite normal both;
|
|
26
|
+
}
|
|
27
|
+
.ar-progress > .ar-progress-value > span {
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: -20px;
|
|
30
|
+
right: 0;
|
|
31
|
+
background-color: var(--black);
|
|
32
|
+
width: auto;
|
|
33
|
+
height: 1rem;
|
|
34
|
+
padding: 0 0.25rem;
|
|
35
|
+
border-radius: var(--border-radius-pill);
|
|
36
|
+
color: var(--white);
|
|
37
|
+
font-size: 0.75rem;
|
|
38
|
+
line-height: 1rem;
|
|
39
|
+
/* -webkit-text-stroke: 0.75px var(--white); */
|
|
40
|
+
z-index: 1;
|
|
41
|
+
}
|
|
42
|
+
.ar-progress > .ar-progress-value > span::before {
|
|
43
|
+
content: "";
|
|
44
|
+
position: absolute;
|
|
45
|
+
top: 100%;
|
|
46
|
+
left: 50%;
|
|
47
|
+
transform: translateX(-50%);
|
|
48
|
+
border: solid 2.5px transparent;
|
|
49
|
+
border-top-color: var(--black);
|
|
50
|
+
}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
/* #region PRIMARY */
|
|
2
|
+
.ar-progress {
|
|
3
|
+
> .ar-progress-bar {
|
|
4
|
+
&.filled {
|
|
5
|
+
&.primary {
|
|
6
|
+
background-color: var(--blue-500);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
> .ar-progress-value {
|
|
12
|
+
&.filled {
|
|
13
|
+
&.primary {
|
|
14
|
+
background-color: var(--blue-400);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
/* #endregion */
|
|
20
|
+
/* PRIMARY */
|
|
21
|
+
|
|
22
|
+
/* #region PRIMARY-LIGHT */
|
|
23
|
+
.ar-progress {
|
|
24
|
+
> .ar-progress-bar {
|
|
25
|
+
&.filled {
|
|
26
|
+
&.primary-light {
|
|
27
|
+
background-color: var(--blue-500);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
> .ar-progress-value {
|
|
33
|
+
&.filled {
|
|
34
|
+
&.primary-light {
|
|
35
|
+
background-color: var(--blue-400);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
/* #endregion */
|
|
41
|
+
/* PRIMARY-LIGHT */
|
|
42
|
+
|
|
43
|
+
/* #region SECONDARY */
|
|
44
|
+
.ar-progress {
|
|
45
|
+
> .ar-progress-bar {
|
|
46
|
+
&.filled {
|
|
47
|
+
&.secondary {
|
|
48
|
+
background-color: var(--blue-500);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
> .ar-progress-value {
|
|
54
|
+
&.filled {
|
|
55
|
+
&.secondary {
|
|
56
|
+
background-color: var(--blue-400);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
/* #endregion */
|
|
62
|
+
/* SECONDARY */
|
|
63
|
+
|
|
64
|
+
/* #region SUCCESS */
|
|
65
|
+
.ar-progress {
|
|
66
|
+
> .ar-progress-bar {
|
|
67
|
+
&.filled {
|
|
68
|
+
&.success {
|
|
69
|
+
background-color: var(--green-500);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
> .ar-progress-value {
|
|
75
|
+
&.filled {
|
|
76
|
+
&.success {
|
|
77
|
+
background-color: var(--green-400);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
/* #endregion */
|
|
83
|
+
/* SUCCESS */
|
|
84
|
+
|
|
85
|
+
/* #region WARNING */
|
|
86
|
+
.ar-progress {
|
|
87
|
+
> .ar-progress-bar {
|
|
88
|
+
&.filled {
|
|
89
|
+
&.warning {
|
|
90
|
+
background-color: var(--orange-500);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
> .ar-progress-value {
|
|
96
|
+
&.filled {
|
|
97
|
+
&.warning {
|
|
98
|
+
background-color: var(--orange-400);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
/* #endregion */
|
|
104
|
+
/* WARNING */
|
|
105
|
+
|
|
106
|
+
/* #region DANGER */
|
|
107
|
+
.ar-progress {
|
|
108
|
+
> .ar-progress-bar {
|
|
109
|
+
&.filled {
|
|
110
|
+
&.danger {
|
|
111
|
+
background-color: var(--red-500);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
> .ar-progress-value {
|
|
117
|
+
&.filled {
|
|
118
|
+
&.danger {
|
|
119
|
+
background-color: var(--red-400);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
/* #endregion */
|
|
125
|
+
/* DANGER */
|
|
126
|
+
|
|
127
|
+
/* #region INFORMATION */
|
|
128
|
+
.ar-progress {
|
|
129
|
+
> .ar-progress-bar {
|
|
130
|
+
&.filled {
|
|
131
|
+
&.information {
|
|
132
|
+
background-color: var(--red-500);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
> .ar-progress-value {
|
|
138
|
+
&.filled {
|
|
139
|
+
&.information {
|
|
140
|
+
background-color: var(--red-400);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
/* #endregion */
|
|
146
|
+
/* INFORMATION */
|
|
147
|
+
|
|
148
|
+
/* #region DARK */
|
|
149
|
+
.ar-progress {
|
|
150
|
+
> .ar-progress-bar {
|
|
151
|
+
&.filled {
|
|
152
|
+
&.dark {
|
|
153
|
+
background-color: var(--red-500);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
> .ar-progress-value {
|
|
159
|
+
&.filled {
|
|
160
|
+
&.dark {
|
|
161
|
+
background-color: var(--red-400);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
/* #endregion */
|
|
167
|
+
/* DARK */
|
|
168
|
+
|
|
169
|
+
/* #region LIGHT */
|
|
170
|
+
.ar-progress {
|
|
171
|
+
> .ar-progress-bar {
|
|
172
|
+
&.filled {
|
|
173
|
+
&.light {
|
|
174
|
+
background-color: var(--red-500);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
> .ar-progress-value {
|
|
180
|
+
&.filled {
|
|
181
|
+
&.light {
|
|
182
|
+
background-color: var(--red-400);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
/* #endregion */
|
|
188
|
+
/* LIGHT */
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.ar-tooltip-wrapper {
|
|
2
|
+
width: max-content;
|
|
3
|
+
}
|
|
4
|
+
.ar-tooltip {
|
|
5
|
+
position: fixed;
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
gap: 0.25rem;
|
|
9
|
+
background-color: var(--black);
|
|
10
|
+
padding: 0.25rem 0.5rem;
|
|
11
|
+
border-radius: var(--border-radius-sm);
|
|
12
|
+
z-index: 1052;
|
|
13
|
+
}
|
|
14
|
+
.ar-tooltip > span {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: row;
|
|
17
|
+
gap: 0.25rem;
|
|
18
|
+
}
|
|
19
|
+
.ar-tooltip > .text {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: row;
|
|
22
|
+
gap: 0.5rem;
|
|
23
|
+
color: var(--white);
|
|
24
|
+
font-size: 0.75rem;
|
|
25
|
+
font-family: var(--system);
|
|
26
|
+
text-wrap: nowrap;
|
|
27
|
+
}
|
|
28
|
+
.ar-tooltip > .text > .bullet {
|
|
29
|
+
color: var(--gray-400);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ar-tooltip::before {
|
|
33
|
+
position: absolute;
|
|
34
|
+
content: "";
|
|
35
|
+
border: solid 5px transparent;
|
|
36
|
+
}
|
|
37
|
+
.ar-tooltip.top::before {
|
|
38
|
+
top: 100%;
|
|
39
|
+
left: 50%;
|
|
40
|
+
transform: translateX(-50%);
|
|
41
|
+
border-top-color: var(--black);
|
|
42
|
+
}
|
|
43
|
+
.ar-tooltip.right::before {
|
|
44
|
+
top: 50%;
|
|
45
|
+
transform: translateY(-50%);
|
|
46
|
+
right: 100%;
|
|
47
|
+
border-right-color: var(--black);
|
|
48
|
+
}
|
|
49
|
+
.ar-tooltip.bottom::before {
|
|
50
|
+
left: 50%;
|
|
51
|
+
transform: translateX(-50%);
|
|
52
|
+
bottom: 100%;
|
|
53
|
+
border-bottom-color: var(--black);
|
|
54
|
+
}
|
|
55
|
+
.ar-tooltip.left::before {
|
|
56
|
+
top: 50%;
|
|
57
|
+
transform: translateY(-50%);
|
|
58
|
+
left: 100%;
|
|
59
|
+
border-left-color: var(--black);
|
|
60
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.ar-button:is(.no-content) {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
padding: 0 !important;
|
|
6
|
+
min-width: 2rem;
|
|
7
|
+
max-width: 2rem;
|
|
8
|
+
min-height: 2rem;
|
|
9
|
+
max-height: 2rem;
|
|
10
|
+
}
|
|
11
|
+
.ar-button:is(.no-content) > .text {
|
|
12
|
+
gap: 0 !important;
|
|
13
|
+
}
|
|
14
|
+
.ar-button:is(.icon):not(.no-content) > .text {
|
|
15
|
+
gap: 0 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
.ar-button:is(.icon-start):not(.no-content) > .text {
|
|
18
|
+
flex-direction: row;
|
|
19
|
+
}
|
|
20
|
+
.ar-button:is(.icon-end):not(.no-content) > .text {
|
|
21
|
+
flex-direction: row-reverse;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* Custom Symbol */
|
|
25
|
+
.ar-button:is(.icon) .dotted::after {
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 50%;
|
|
28
|
+
left: 50%;
|
|
29
|
+
display: flex;
|
|
30
|
+
justify-content: center;
|
|
31
|
+
align-items: center;
|
|
32
|
+
transform: translate(-50%, -50%);
|
|
33
|
+
content: "⋮";
|
|
34
|
+
width: 100%;
|
|
35
|
+
height: 100%;
|
|
36
|
+
font-size: 1.25rem;
|
|
37
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.ar-button.fixed {
|
|
2
|
+
position: fixed;
|
|
3
|
+
}
|
|
4
|
+
.ar-button.absolute {
|
|
5
|
+
position: absolute;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ar-button.top {
|
|
9
|
+
top: 0.5rem;
|
|
10
|
+
}
|
|
11
|
+
.ar-button.right {
|
|
12
|
+
right: 0.5rem;
|
|
13
|
+
}
|
|
14
|
+
.ar-button.bottom {
|
|
15
|
+
bottom: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
.ar-button.left {
|
|
18
|
+
left: 0.5rem;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.ar-button.ar-button-shape {
|
|
2
|
+
align-items: center;
|
|
3
|
+
min-width: 2rem;
|
|
4
|
+
min-height: 2rem;
|
|
5
|
+
max-width: 2rem;
|
|
6
|
+
max-height: 2rem;
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
.ar-button.ar-button-shape.circle {
|
|
10
|
+
border-radius: var(--border-radius-pill);
|
|
11
|
+
}
|
|
12
|
+
.ar-button.ar-button-shape.square {
|
|
13
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* Core Css */
|
|
2
|
+
@import url("./core/shape.css");
|
|
3
|
+
@import url("./core/icon.css");
|
|
4
|
+
@import url("./core/position.css");
|
|
5
|
+
@import url("./core/size.css");
|
|
6
|
+
|
|
7
|
+
.ar-button {
|
|
8
|
+
position: relative;
|
|
9
|
+
min-width: fit-content;
|
|
10
|
+
padding: 0 1rem;
|
|
11
|
+
font-family: var(--system);
|
|
12
|
+
font-size: 1rem;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
transition:
|
|
15
|
+
background-color 150ms,
|
|
16
|
+
border 150ms,
|
|
17
|
+
color 150ms ease-in-out;
|
|
18
|
+
outline: none;
|
|
19
|
+
}
|
|
20
|
+
.ar-button.disabled {
|
|
21
|
+
cursor: no-drop;
|
|
22
|
+
}
|
|
23
|
+
.ar-button.full-width {
|
|
24
|
+
min-width: 100%;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ar-button > .text {
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
text-wrap: nowrap;
|
|
32
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.ar-button-action {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ar-action-buttons {
|
|
6
|
+
position: absolute;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
background-color: var(--white);
|
|
10
|
+
padding: 0.25rem;
|
|
11
|
+
border: solid 1px var(--gray-200);
|
|
12
|
+
border-radius: var(--border-radius-sm);
|
|
13
|
+
box-shadow: 0 0 15px -2.5px rgba(var(--black-rgb), 0.1);
|
|
14
|
+
z-index: 1051;
|
|
15
|
+
transition: visibility 250ms, opacity 250ms;
|
|
16
|
+
}
|
|
17
|
+
/* .ar-action-buttons::after {
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0.5rem;
|
|
20
|
+
left: 100%;
|
|
21
|
+
content: "";
|
|
22
|
+
border: solid 10px transparent;
|
|
23
|
+
border-left-color: var(--gray-200);
|
|
24
|
+
} */
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.ar-button-group {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
flex-wrap: nowrap;
|
|
5
|
+
width: max-content;
|
|
6
|
+
}
|
|
7
|
+
.ar-button-group > .ar-button,
|
|
8
|
+
.ar-button-group > .ar-button:is(.ar-button-shape) {
|
|
9
|
+
border: solid 1px transparent;
|
|
10
|
+
border-right-color: rgba(var(--black-rgb), 0.1);
|
|
11
|
+
border-radius: 0;
|
|
12
|
+
}
|
|
13
|
+
.ar-button-group > .ar-button:first-child,
|
|
14
|
+
.ar-button-group > .ar-button:is(.ar-button-shape):first-child {
|
|
15
|
+
border-top-left-radius: var(--border-radius-sm);
|
|
16
|
+
border-bottom-left-radius: var(--border-radius-sm);
|
|
17
|
+
}
|
|
18
|
+
.ar-button-group > .ar-button:last-child,
|
|
19
|
+
.ar-button-group .ar-button:is(.ar-button-shape):last-child {
|
|
20
|
+
border: none;
|
|
21
|
+
border-top-right-radius: var(--border-radius-sm);
|
|
22
|
+
border-bottom-right-radius: var(--border-radius-sm);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* @import url("./variant/filled/core.css");
|
|
26
|
+
@import url("./variant/outlined/core.css"); */
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@import url("./core/border.css");
|
|
2
|
+
|
|
3
|
+
.ar-checkbox-wrapper {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: max-content;
|
|
8
|
+
height: var(--input-height);
|
|
9
|
+
}
|
|
10
|
+
.ar-checkbox-wrapper > label > :is(input[type="checkbox"]) {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
.ar-checkbox-wrapper > label > span {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
gap: 0 0.5rem;
|
|
17
|
+
user-select: none;
|
|
18
|
+
}
|
|
19
|
+
.ar-checkbox-wrapper > label > span > .ar-checkbox {
|
|
20
|
+
position: relative;
|
|
21
|
+
display: inline-block;
|
|
22
|
+
min-width: 1rem;
|
|
23
|
+
min-height: 1rem;
|
|
24
|
+
}
|
|
25
|
+
.ar-checkbox-wrapper > label > :is(input[type="checkbox"]):checked + span > .ar-checkbox {
|
|
26
|
+
z-index: 2;
|
|
27
|
+
}
|
|
28
|
+
.ar-checkbox-wrapper > label > :is(input[type="checkbox"]):checked + span > .ar-checkbox::before {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 50%;
|
|
31
|
+
left: 50%;
|
|
32
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
33
|
+
display: inline-block;
|
|
34
|
+
content: "";
|
|
35
|
+
width: 0.25rem;
|
|
36
|
+
height: 0.5rem;
|
|
37
|
+
border: solid 1px transparent;
|
|
38
|
+
border-right-color: var(--white);
|
|
39
|
+
border-bottom-color: var(--white);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ar-checkbox-wrapper > label > span > .trace {
|
|
43
|
+
position: absolute;
|
|
44
|
+
top: 50%;
|
|
45
|
+
left: 50%;
|
|
46
|
+
transform: translate(-50%, -50%);
|
|
47
|
+
display: inline-block;
|
|
48
|
+
content: "";
|
|
49
|
+
width: 1rem;
|
|
50
|
+
height: 1rem;
|
|
51
|
+
border-radius: var(--border-radius-pill);
|
|
52
|
+
z-index: 1;
|
|
53
|
+
}
|