@steroidsjs/bootstrap 3.0.0-beta.12 → 3.0.0-beta.121
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/README.md +1 -2
- package/content/Accordion/AccordionItemView.d.ts +2 -0
- package/content/{Collapse/CollapseItemView.js → Accordion/AccordionItemView.js} +47 -22
- package/content/Accordion/AccordionItemView.scss +262 -0
- package/content/Accordion/AccordionView.d.ts +2 -0
- package/content/{Collapse/CollapseView.js → Accordion/AccordionView.js} +3 -3
- package/content/Accordion/AccordionView.scss +28 -0
- package/content/Alert/AlertView.js +4 -3
- package/content/Alert/AlertView.scss +75 -24
- package/content/Avatar/AvatarView.js +2 -3
- package/content/Avatar/AvatarView.scss +43 -48
- package/content/Badge/BadgeView.d.ts +0 -1
- package/content/Badge/BadgeView.js +8 -7
- package/content/Badge/BadgeView.scss +135 -6
- package/content/Calendar/CalendarView.js +6 -3
- package/content/Calendar/CalendarView.scss +270 -175
- package/content/Calendar/CaptionElement.js +26 -15
- package/content/Calendar/CaptionElement.scss +168 -106
- package/content/CalendarSystem/AsideCalendars/AsideCalendars.d.ts +13 -0
- package/content/CalendarSystem/AsideCalendars/AsideCalendars.js +43 -0
- package/content/CalendarSystem/AsideCalendars/AsideCalendars.scss +107 -0
- package/content/CalendarSystem/AsideCalendars/index.d.ts +2 -0
- package/content/CalendarSystem/AsideCalendars/index.js +7 -0
- package/content/CalendarSystem/AsideHeader/AsideHeader.d.ts +9 -0
- package/content/CalendarSystem/AsideHeader/AsideHeader.js +40 -0
- package/content/CalendarSystem/AsideHeader/AsideHeader.scss +41 -0
- package/content/CalendarSystem/AsideHeader/index.d.ts +2 -0
- package/content/CalendarSystem/AsideHeader/index.js +7 -0
- package/content/CalendarSystem/CalendarSystemEventGroupModalView.d.ts +2 -0
- package/content/CalendarSystem/CalendarSystemEventGroupModalView.js +25 -0
- package/content/CalendarSystem/CalendarSystemEventGroupModalView.scss +53 -0
- package/content/CalendarSystem/CalendarSystemModalView.d.ts +2 -0
- package/content/CalendarSystem/CalendarSystemModalView.js +38 -0
- package/content/CalendarSystem/CalendarSystemModalView.scss +84 -0
- package/content/CalendarSystem/CalendarSystemView.d.ts +2 -0
- package/content/CalendarSystem/CalendarSystemView.js +28 -0
- package/content/CalendarSystem/CalendarSystemView.scss +50 -0
- package/content/CalendarSystem/ContentHeader/ContentHeader.d.ts +10 -0
- package/content/CalendarSystem/ContentHeader/ContentHeader.js +26 -0
- package/content/CalendarSystem/ContentHeader/ContentHeader.scss +57 -0
- package/content/CalendarSystem/ContentHeader/index.d.ts +2 -0
- package/content/CalendarSystem/ContentHeader/index.js +7 -0
- package/content/CalendarSystem/MonthGrid/MonthGrid.d.ts +14 -0
- package/content/CalendarSystem/MonthGrid/MonthGrid.js +39 -0
- package/content/CalendarSystem/MonthGrid/MonthGrid.scss +41 -0
- package/content/CalendarSystem/MonthGrid/index.d.ts +2 -0
- package/content/CalendarSystem/MonthGrid/index.js +7 -0
- package/content/CalendarSystem/MonthGrid/views/MonthDay/MonthDay.d.ts +11 -0
- package/content/CalendarSystem/MonthGrid/views/MonthDay/MonthDay.js +73 -0
- package/content/CalendarSystem/MonthGrid/views/MonthDay/MonthDay.scss +126 -0
- package/content/CalendarSystem/MonthGrid/views/MonthDay/index.d.ts +2 -0
- package/content/CalendarSystem/MonthGrid/views/MonthDay/index.js +7 -0
- package/content/CalendarSystem/WeekGrid/WeekGrid.d.ts +14 -0
- package/content/CalendarSystem/WeekGrid/WeekGrid.js +25 -0
- package/content/CalendarSystem/WeekGrid/WeekGrid.scss +154 -0
- package/content/CalendarSystem/WeekGrid/index.d.ts +2 -0
- package/content/CalendarSystem/WeekGrid/index.js +7 -0
- package/content/CalendarSystem/WeekGrid/views/WeekHour/WeekHour.d.ts +12 -0
- package/content/CalendarSystem/WeekGrid/views/WeekHour/WeekHour.js +79 -0
- package/content/CalendarSystem/WeekGrid/views/WeekHour/WeekHour.scss +108 -0
- package/content/CalendarSystem/WeekGrid/views/WeekHour/index.d.ts +2 -0
- package/content/CalendarSystem/WeekGrid/views/WeekHour/index.js +7 -0
- package/content/Card/CardView.js +37 -14
- package/content/Card/CardView.scss +139 -108
- package/content/Chart/ChartView.d.ts +2 -0
- package/content/Chart/ChartView.js +57 -0
- package/content/Chart/ChartView.scss +39 -0
- package/content/Chat/ChatView.d.ts +2 -0
- package/content/Chat/ChatView.js +62 -0
- package/content/Chat/ChatView.scss +59 -0
- package/content/Chat/index.d.ts +2 -0
- package/content/Chat/index.js +7 -0
- package/content/Chat/views/BubbleMessage/BubbleMessageView.d.ts +16 -0
- package/content/Chat/views/BubbleMessage/BubbleMessageView.js +57 -0
- package/content/Chat/views/BubbleMessage/BubbleMessageView.scss +157 -0
- package/content/Chat/views/BubbleMessage/index.d.ts +2 -0
- package/content/Chat/views/BubbleMessage/index.js +7 -0
- package/content/Chat/views/BubblesDateGroup/BubblesDateGroup.d.ts +12 -0
- package/content/Chat/views/BubblesDateGroup/BubblesDateGroup.js +48 -0
- package/content/Chat/views/BubblesDateGroup/BubblesDateGroup.scss +78 -0
- package/content/Chat/views/BubblesDateGroup/index.d.ts +2 -0
- package/content/Chat/views/BubblesDateGroup/index.js +7 -0
- package/content/Chat/views/ChatInput/ChatInputView.d.ts +7 -0
- package/content/Chat/views/ChatInput/ChatInputView.js +41 -0
- package/content/Chat/views/ChatInput/ChatInputView.scss +36 -0
- package/content/Chat/views/ChatInput/index.d.ts +2 -0
- package/content/Chat/views/ChatInput/index.js +7 -0
- package/content/CopyToClipboard/CopyToClipboardView.d.ts +3 -0
- package/content/CopyToClipboard/CopyToClipboardView.js +19 -0
- package/content/CopyToClipboard/CopyToClipboardView.scss +41 -0
- package/content/Dashboard/DashboardItemView.d.ts +2 -0
- package/content/Dashboard/DashboardItemView.js +18 -0
- package/content/Dashboard/DashboardItemView.scss +47 -0
- package/content/Detail/DetailView.scss +79 -57
- package/content/DropDown/DropDownView.d.ts +0 -1
- package/content/DropDown/DropDownView.js +7 -4
- package/content/DropDown/DropDownView.scss +208 -27
- package/content/Icon/IconView.d.ts +1 -2
- package/content/Icon/IconView.js +18 -2
- package/content/Icon/IconView.scss +1 -23
- package/content/Kanban/KanbanView.d.ts +2 -0
- package/content/Kanban/KanbanView.js +29 -0
- package/content/Kanban/KanbanView.scss +12 -0
- package/content/Kanban/views/KanbanColumn/KanbanColumnView.d.ts +2 -0
- package/content/Kanban/views/KanbanColumn/KanbanColumnView.js +36 -0
- package/content/Kanban/views/KanbanColumn/KanbanColumnView.scss +75 -0
- package/content/Kanban/views/KanbanColumn/index.d.ts +2 -0
- package/content/Kanban/views/KanbanColumn/index.js +7 -0
- package/content/Kanban/views/KanbanModal/KanbanModalView.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/KanbanModalView.js +57 -0
- package/content/Kanban/views/KanbanModal/KanbanModalView.scss +210 -0
- package/content/Kanban/views/KanbanModal/index.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/index.js +7 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/CreateOrEditTaskModalContentView.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/CreateOrEditTaskModalContentView.js +95 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/index.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/index.js +7 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/Label.d.ts +6 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/Label.js +11 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/index.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/Label/index.js +7 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/TagsSelector.d.ts +8 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/TagsSelector.js +49 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/TagsSelector.scss +30 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/index.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/CreateOrEditTaskModalContent/views/TagsSelector/index.js +7 -0
- package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/TaskDetailsModalContentView.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/TaskDetailsModalContentView.js +53 -0
- package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/index.d.ts +2 -0
- package/content/Kanban/views/KanbanModal/views/TaskDetailsModalContent/index.js +7 -0
- package/content/Kanban/views/KanbanTask/KanbanTaskView.d.ts +5 -0
- package/content/Kanban/views/KanbanTask/KanbanTaskView.js +66 -0
- package/content/Kanban/views/KanbanTask/KanbanTaskView.scss +110 -0
- package/content/Kanban/views/KanbanTask/index.d.ts +2 -0
- package/content/Kanban/views/KanbanTask/index.js +7 -0
- package/content/Kanban/views/TaskTags/TaskTags.d.ts +9 -0
- package/content/Kanban/views/TaskTags/TaskTags.js +14 -0
- package/content/Kanban/views/TaskTags/TaskTags.scss +7 -0
- package/content/Kanban/views/TaskTags/index.d.ts +2 -0
- package/content/Kanban/views/TaskTags/index.js +7 -0
- package/content/Menu/MenuItemView.d.ts +2 -0
- package/content/Menu/MenuItemView.js +15 -0
- package/content/Menu/MenuItemView.scss +67 -0
- package/content/Menu/MenuView.d.ts +2 -0
- package/content/Menu/MenuView.js +33 -0
- package/content/Menu/MenuView.scss +46 -0
- package/content/Slider/SliderView.d.ts +3 -0
- package/content/Slider/SliderView.js +21 -0
- package/content/Slider/SliderView.scss +5 -0
- package/form/AutoCompleteField/AutoCompleteFieldView.d.ts +1 -3
- package/form/AutoCompleteField/AutoCompleteFieldView.js +62 -9
- package/form/AutoCompleteField/AutoCompleteFieldView.scss +201 -142
- package/form/Button/ButtonView.d.ts +1 -2
- package/form/Button/ButtonView.js +13 -9
- package/form/Button/ButtonView.scss +176 -68
- package/form/CheckboxField/CheckboxFieldView.d.ts +1 -2
- package/form/CheckboxField/CheckboxFieldView.js +9 -4
- package/form/CheckboxField/CheckboxFieldView.scss +225 -37
- package/form/CheckboxListField/CheckboxListFieldView.d.ts +1 -2
- package/form/CheckboxListField/CheckboxListFieldView.js +19 -15
- package/form/CheckboxListField/CheckboxListFieldView.scss +7 -41
- package/form/DateField/DateFieldView.js +7 -6
- package/form/DateField/DateFieldView.scss +15 -70
- package/form/DateRangeField/DateRangeFieldView.js +10 -13
- package/form/DateRangeField/DateRangeFieldView.scss +41 -73
- package/form/DateTimeField/DateTimeFieldView.d.ts +1 -2
- package/form/DateTimeField/DateTimeFieldView.js +6 -6
- package/form/DateTimeField/DateTimeFieldView.scss +13 -107
- package/form/DateTimeRangeField/DateTimeRangeFieldView.js +10 -8
- package/form/DateTimeRangeField/DateTimeRangeFieldView.scss +32 -87
- package/form/DropDownField/DropDownFieldView.js +35 -47
- package/form/DropDownField/DropDownFieldView.scss +381 -179
- package/form/DropDownField/utils.d.ts +2 -0
- package/form/DropDownField/utils.js +15 -0
- package/form/DropDownFieldItem/DropDownFieldItemView.d.ts +2 -0
- package/form/DropDownFieldItem/DropDownFieldItemView.js +81 -0
- package/form/DropDownFieldItem/DropDownFieldItemView.scss +220 -0
- package/form/FieldLayout/FieldLayoutView.d.ts +1 -2
- package/form/FieldLayout/FieldLayoutView.js +13 -9
- package/form/FieldLayout/FieldLayoutView.scss +116 -19
- package/form/FieldList/FieldListItemView.js +6 -4
- package/form/FieldList/FieldListItemView.scss +18 -38
- package/form/FieldList/FieldListView.js +9 -8
- package/form/FieldList/FieldListView.scss +77 -24
- package/form/FieldSet/FieldSetView.js +4 -2
- package/form/FieldSet/FieldSetView.scss +42 -0
- package/form/FileField/FileFieldItemView.d.ts +1 -2
- package/form/FileField/FileFieldItemView.js +31 -6
- package/form/FileField/FileFieldItemView.scss +259 -14
- package/form/FileField/FileFieldView.d.ts +1 -2
- package/form/FileField/FileFieldView.js +6 -8
- package/form/FileField/FileFieldView.scss +46 -13
- package/form/Form/FormView.js +1 -4
- package/form/Form/FormView.scss +1 -14
- package/form/HtmlField/HtmlFieldView.d.ts +1 -2
- package/form/HtmlField/HtmlFieldView.scss +7 -1
- package/form/ImageField/ImageFieldModalView.js +3 -1
- package/form/ImageField/ImageFieldView.js +15 -3
- package/form/ImageField/ImageFieldView.scss +7 -24
- package/form/InputField/InputFieldView.d.ts +1 -2
- package/form/InputField/InputFieldView.js +33 -14
- package/form/InputField/InputFieldView.scss +277 -99
- package/form/NumberField/NumberFieldView.d.ts +1 -2
- package/form/NumberField/NumberFieldView.js +19 -24
- package/form/NumberField/NumberFieldView.scss +197 -89
- package/form/PasswordField/PasswordFieldView.d.ts +1 -2
- package/form/PasswordField/PasswordFieldView.js +14 -9
- package/form/PasswordField/PasswordFieldView.scss +253 -63
- package/form/RadioField/RadioFieldView.d.ts +2 -0
- package/form/RadioField/RadioFieldView.js +57 -0
- package/form/RadioField/RadioFieldView.scss +228 -0
- package/form/RadioListField/RadioListFieldView.d.ts +1 -2
- package/form/RadioListField/RadioListFieldView.js +18 -16
- package/form/RadioListField/RadioListFieldView.scss +11 -1
- package/form/RateField/RateFieldView.js +17 -10
- package/form/RateField/RateFieldView.scss +118 -40
- package/form/ReCaptchaField/ReCaptchaFieldView.d.ts +1 -2
- package/form/ReCaptchaField/ReCaptchaFieldView.js +18 -9
- package/form/ReCaptchaField/ReCaptchaFieldView.scss +1 -5
- package/form/SliderField/SliderFieldView.d.ts +1 -2
- package/form/SliderField/SliderFieldView.js +4 -2
- package/form/SliderField/SliderFieldView.scss +338 -299
- package/form/SwitcherField/SwitcherFieldView.d.ts +1 -2
- package/form/SwitcherField/SwitcherFieldView.js +12 -7
- package/form/SwitcherField/SwitcherFieldView.scss +192 -1
- package/form/TextField/TextFieldView.d.ts +1 -2
- package/form/TextField/TextFieldView.js +10 -2
- package/form/TextField/TextFieldView.scss +147 -2
- package/form/TimeField/TimeFieldView.d.ts +1 -2
- package/form/TimeField/TimeFieldView.js +16 -14
- package/form/TimeField/TimeFieldView.scss +22 -68
- package/form/TimeField/TimePanelView.scss +65 -68
- package/form/TimeRangeField/TimeRangeFieldView.d.ts +2 -0
- package/form/TimeRangeField/TimeRangeFieldView.js +67 -0
- package/form/TimeRangeField/TimeRangeFieldView.scss +81 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +113 -0
- package/icons/svgs/add.svg +4 -0
- package/icons/svgs/add_16x16.svg +4 -0
- package/icons/svgs/add_square.svg +5 -0
- package/icons/svgs/arrow_down_18x18.svg +4 -0
- package/icons/svgs/arrow_down_24x24.svg +4 -0
- package/icons/svgs/arrow_drop_down_10x10.svg +3 -0
- package/icons/svgs/arrow_left_18x18.svg +4 -0
- package/icons/svgs/arrow_left_24x24.svg +4 -0
- package/icons/svgs/arrow_right_18x18.svg +4 -0
- package/icons/svgs/arrow_right_24x24.svg +5 -0
- package/icons/svgs/arrow_up_18x18.svg +4 -0
- package/icons/svgs/arrow_up_24x24.svg +4 -0
- package/icons/svgs/blank.svg +4 -0
- package/icons/svgs/burger.svg +5 -0
- package/icons/svgs/calendar_check.svg +5 -0
- package/icons/svgs/calendar_range.svg +8 -0
- package/icons/svgs/cancel_ellips.svg +4 -0
- package/icons/svgs/chart.svg +6 -0
- package/icons/svgs/checkmark_12x12.svg +4 -0
- package/icons/svgs/checkmark_8x8.svg +4 -0
- package/icons/svgs/circle_cross_12x12.svg +4 -0
- package/icons/svgs/circle_cross_16x16.svg +4 -0
- package/icons/svgs/circle_cross_18x18.svg +4 -0
- package/icons/svgs/clip.svg +3 -0
- package/icons/svgs/copy.svg +5 -0
- package/icons/svgs/cross_12x12.svg +4 -0
- package/icons/svgs/cross_4x4.svg +3 -0
- package/icons/svgs/cross_8x8.svg +4 -0
- package/icons/svgs/cut.svg +3 -0
- package/icons/svgs/date_range.svg +8 -0
- package/icons/svgs/default_16x16.svg +4 -0
- package/icons/svgs/default_24x24.svg +11 -0
- package/icons/svgs/done-all.svg +4 -0
- package/icons/svgs/double_arrow_down.svg +5 -0
- package/icons/svgs/double_arrow_left.svg +5 -0
- package/icons/svgs/double_arrow_right.svg +5 -0
- package/icons/svgs/double_arrow_up.svg +5 -0
- package/icons/svgs/doughnut_chart.svg +5 -0
- package/icons/svgs/edit.svg +4 -0
- package/icons/svgs/error_16x16.svg +5 -0
- package/icons/svgs/error_24x24.svg +12 -0
- package/icons/svgs/expand_down.svg +3 -0
- package/icons/svgs/expand_left.svg +3 -0
- package/icons/svgs/expand_left_double.svg +4 -0
- package/icons/svgs/expand_right.svg +3 -0
- package/icons/svgs/expand_right_double.svg +4 -0
- package/icons/svgs/expand_up.svg +3 -0
- package/icons/svgs/facebook.svg +3 -0
- package/icons/svgs/file_dock.svg +6 -0
- package/icons/svgs/filter.svg +3 -0
- package/icons/svgs/fluid.svg +4 -0
- package/icons/svgs/folder.svg +3 -0
- package/icons/svgs/group.svg +8 -0
- package/icons/svgs/home.svg +4 -0
- package/icons/svgs/img_box.svg +5 -0
- package/icons/svgs/import.svg +4 -0
- package/icons/svgs/info_16x16.svg +5 -0
- package/icons/svgs/info_24x24.svg +12 -0
- package/icons/svgs/instagram.svg +5 -0
- package/icons/svgs/left_12x12.svg +3 -0
- package/icons/svgs/loading_default.svg +3 -0
- package/icons/svgs/loading_icon_thick.svg +3 -0
- package/icons/svgs/loading_purple.svg +9 -0
- package/icons/svgs/map.svg +7 -0
- package/icons/svgs/menu_dots.svg +5 -0
- package/icons/svgs/menu_left.svg +5 -0
- package/icons/svgs/minis_sq.svg +4 -0
- package/icons/svgs/paste.svg +8 -0
- package/icons/svgs/pie_chart.svg +5 -0
- package/icons/svgs/pin.svg +4 -0
- package/icons/svgs/sad.svg +6 -0
- package/icons/svgs/search.svg +4 -0
- package/icons/svgs/send.svg +3 -0
- package/icons/svgs/setting_line.svg +3 -0
- package/icons/svgs/share.svg +7 -0
- package/icons/svgs/sort.svg +7 -0
- package/icons/svgs/star.svg +3 -0
- package/icons/svgs/success_16x16.svg +4 -0
- package/icons/svgs/success_24x24.svg +11 -0
- package/icons/svgs/support.svg +3 -0
- package/icons/svgs/telegram.svg +3 -0
- package/icons/svgs/trash.svg +6 -0
- package/icons/svgs/upload.svg +4 -0
- package/icons/svgs/user.svg +4 -0
- package/icons/svgs/view.svg +5 -0
- package/icons/svgs/view_hide.svg +5 -0
- package/icons/svgs/vk.svg +3 -0
- package/icons/svgs/warning_16x16.svg +7 -0
- package/icons/svgs/warning_24x24.svg +12 -0
- package/icons/svgs/whatsapp.svg +7 -0
- package/index.d.ts +65 -2
- package/index.js +67 -4
- package/index.scss +101 -69
- package/layout/Header/HeaderView.js +43 -6
- package/layout/Header/HeaderView.scss +137 -23
- package/layout/Loader/LoaderView.d.ts +2 -2
- package/layout/Loader/LoaderView.js +6 -2
- package/layout/Loader/LoaderView.scss +70 -22
- package/layout/Notifications/NotificationsItemView.d.ts +1 -2
- package/layout/Notifications/NotificationsItemView.js +9 -8
- package/layout/Notifications/NotificationsItemView.scss +56 -84
- package/layout/Notifications/NotificationsView.d.ts +1 -2
- package/layout/Notifications/NotificationsView.scss +4 -1
- package/layout/ProgressBar/CircleProgressBarView.d.ts +1 -2
- package/layout/ProgressBar/CircleProgressBarView.scss +9 -7
- package/layout/ProgressBar/LineProgressBarView.d.ts +1 -2
- package/layout/ProgressBar/LineProgressBarView.scss +10 -8
- package/layout/Sidebar/FooterIcons/FooterIcons.d.ts +10 -0
- package/layout/Sidebar/FooterIcons/FooterIcons.js +54 -0
- package/layout/Sidebar/FooterIcons/FooterIcons.scss +36 -0
- package/layout/Sidebar/FooterIcons/index.d.ts +2 -0
- package/layout/Sidebar/FooterIcons/index.js +7 -0
- package/layout/Sidebar/SidebarLogo/SidebarLogo.d.ts +10 -0
- package/layout/Sidebar/SidebarLogo/SidebarLogo.js +44 -0
- package/layout/Sidebar/SidebarLogo/SidebarLogo.scss +52 -0
- package/layout/Sidebar/SidebarLogo/index.d.ts +2 -0
- package/layout/Sidebar/SidebarLogo/index.js +7 -0
- package/layout/Sidebar/SidebarUser/SidebarUser.d.ts +11 -0
- package/layout/Sidebar/SidebarUser/SidebarUser.js +53 -0
- package/layout/Sidebar/SidebarUser/SidebarUser.scss +45 -0
- package/layout/Sidebar/SidebarUser/index.d.ts +2 -0
- package/layout/Sidebar/SidebarUser/index.js +7 -0
- package/layout/Sidebar/SidebarView.d.ts +2 -0
- package/layout/Sidebar/SidebarView.js +26 -0
- package/layout/Sidebar/SidebarView.scss +304 -0
- package/layout/Sidebar/index.d.ts +2 -0
- package/layout/Sidebar/index.js +7 -0
- package/layout/Skeleton/SkeletonView.scss +7 -5
- package/layout/Tooltip/TooltipView.d.ts +1 -2
- package/layout/Tooltip/TooltipView.js +5 -5
- package/layout/Tooltip/TooltipView.scss +46 -37
- package/list/CheckboxColumn/CheckboxColumnView.d.ts +1 -2
- package/list/CheckboxColumn/CheckboxColumnView.js +2 -1
- package/list/ControlsColumnView/ControlsColumnView.d.ts +1 -2
- package/list/ControlsColumnView/ControlsColumnView.scss +7 -1
- package/list/Empty/EmptyView.js +1 -1
- package/list/Empty/EmptyView.scss +5 -1
- package/list/FlexGrid/FlexGridView.d.ts +2 -0
- package/list/FlexGrid/FlexGridView.js +71 -0
- package/list/FlexGrid/FlexGridView.scss +53 -0
- package/list/Grid/GridView.js +10 -4
- package/list/Grid/GridView.scss +152 -37
- package/list/Grid/views/ContentColumnView/ContentColumnView.d.ts +2 -0
- package/list/Grid/views/ContentColumnView/ContentColumnView.js +50 -0
- package/list/Grid/views/ContentColumnView/ContentColumnView.scss +88 -0
- package/list/Grid/views/ContentColumnView/index.d.ts +2 -0
- package/list/Grid/views/ContentColumnView/index.js +7 -0
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.d.ts +3 -0
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.js +60 -0
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.scss +170 -0
- package/list/Grid/views/DiagramColumnView/index.d.ts +2 -0
- package/list/Grid/views/DiagramColumnView/index.js +7 -0
- package/list/Grid/views/TreeColumnView/TreeColumnView.d.ts +2 -0
- package/list/Grid/views/TreeColumnView/TreeColumnView.js +41 -0
- package/list/Grid/views/TreeColumnView/TreeColumnView.scss +46 -0
- package/list/List/ListItemView.d.ts +1 -2
- package/list/List/ListView.js +5 -7
- package/list/List/ListView.scss +28 -1
- package/list/Pagination/PaginationButtonView.js +34 -5
- package/list/Pagination/PaginationButtonView.scss +277 -1
- package/list/Pagination/PaginationMoreView.js +1 -1
- package/list/Pagination/PaginationMoreView.scss +4 -1
- package/list/PaginationSize/PaginationSizeView.js +5 -5
- package/list/PaginationSize/PaginationSizeView.scss +0 -8
- package/list/Steps/StepItemView.scss +13 -12
- package/list/Steps/StepsView.scss +3 -1
- package/modal/Modal/ModalView.d.ts +1 -2
- package/modal/Modal/ModalView.js +5 -8
- package/modal/Modal/ModalView.scss +140 -93
- package/modal/TwoFactorModal/TwoFactorModalView.d.ts +1 -3
- package/modal/TwoFactorModal/TwoFactorModalView.js +0 -1
- package/modal/TwoFactorModal/TwoFactorModalView.scss +0 -2
- package/nav/Breadcrubms/BreadcrumbsView.js +9 -1
- package/nav/Breadcrubms/BreadcrumbsView.scss +49 -0
- package/nav/ButtonGroup/ButtonGroupView.d.ts +2 -0
- package/nav/ButtonGroup/ButtonGroupView.js +33 -0
- package/nav/ButtonGroup/ButtonGroupView.scss +84 -0
- package/nav/Controls/ControlsView.d.ts +1 -2
- package/nav/Controls/ControlsView.js +1 -1
- package/nav/Controls/ControlsView.scss +18 -3
- package/nav/Nav/NavBarView.d.ts +1 -2
- package/nav/Nav/NavBarView.js +9 -4
- package/nav/Nav/NavBarView.scss +35 -1
- package/nav/Nav/NavButtonView.d.ts +1 -2
- package/nav/Nav/NavButtonView.js +8 -2
- package/nav/Nav/NavButtonView.scss +6 -5
- package/nav/Nav/NavIconView.d.ts +1 -2
- package/nav/Nav/NavIconView.js +21 -2
- package/nav/Nav/NavIconView.scss +33 -6
- package/nav/Nav/NavLinkView.d.ts +1 -2
- package/nav/Nav/NavLinkView.js +9 -2
- package/nav/Nav/NavLinkView.scss +14 -5
- package/nav/Nav/NavListView.d.ts +1 -2
- package/nav/Nav/NavListView.js +11 -7
- package/nav/Nav/NavListView.scss +11 -10
- package/nav/Nav/NavTabsView.d.ts +1 -2
- package/nav/Nav/NavTabsView.js +9 -4
- package/nav/Nav/NavTabsView.scss +50 -1
- package/nav/Tree/TreeView.d.ts +1 -2
- package/nav/Tree/TreeView.scss +63 -54
- package/package.json +8 -6
- package/scss/animations/index.scss +1 -0
- package/scss/animations/loading.scss +13 -0
- package/scss/bootstrap-classes/flex.scss +42 -0
- package/scss/bootstrap-classes/index.scss +4 -0
- package/scss/bootstrap-classes/layout.scss +72 -0
- package/scss/bootstrap-classes/spacing.scss +97 -0
- package/scss/bootstrap-classes/typography.scss +25 -0
- package/scss/fonts.scss +6 -0
- package/scss/mixins/button.scss +99 -24
- package/scss/mixins/customMixins.scss +6 -0
- package/scss/mixins/date.scss +436 -0
- package/scss/mixins/index.scss +7 -2
- package/scss/mixins/navs.scss +39 -0
- package/scss/mixins/scroll.scss +31 -0
- package/scss/mixins/tooltip.scss +23 -0
- package/scss/mixins/typography.scss +29 -0
- package/scss/normalize.scss +25 -0
- package/scss/variables/common/colors.scss +202 -83
- package/scss/variables/common/flex.scss +5 -0
- package/scss/variables/common/media.scss +3 -0
- package/scss/variables/common/typography.scss +112 -28
- package/scss/variables/common/variables.scss +1 -0
- package/scss/variables/components/calendar.scss +8 -6
- package/scss/variables/components/input.scss +10 -7
- package/scss/variables/components/ratefield.scss +3 -1
- package/scss/variables/index.scss +11 -11
- package/typography/Text/TextView.d.ts +3 -0
- package/typography/Text/TextView.js +46 -0
- package/typography/Text/TextView.scss +19 -0
- package/typography/Title/TitleView.d.ts +3 -0
- package/typography/Title/TitleView.js +50 -0
- package/typography/Title/TitleView.scss +19 -0
- package/utils/getFormattedExpandLabel.d.ts +1 -0
- package/utils/getFormattedExpandLabel.js +5 -0
- package/utils/renderIcon.d.ts +9 -0
- package/utils/renderIcon.js +27 -0
- package/content/Collapse/CollapseItemView.d.ts +0 -2
- package/content/Collapse/CollapseItemView.scss +0 -88
- package/content/Collapse/CollapseView.d.ts +0 -2
- package/content/Collapse/CollapseView.scss +0 -15
- package/icons/fontawesome.d.ts +0 -2
- package/icons/fontawesome.js +0 -259
- package/list/List/ListItemView.scss +0 -3
- package/scss/mixins/card.scss +0 -26
- package/scss/variables/components/card.scss +0 -20
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../variables/common/media";
|
|
3
|
+
|
|
4
|
+
@mixin typography-type($typeMap) {
|
|
5
|
+
font-family: map.get($typeMap, font-family);
|
|
6
|
+
font-size: map.get($typeMap, font-size);
|
|
7
|
+
font-weight: map.get($typeMap, font-weight);
|
|
8
|
+
line-height: map.get($typeMap, line-height);
|
|
9
|
+
color: map.get($typeMap, color);
|
|
10
|
+
text-transform: map.get($typeMap, text-transform);
|
|
11
|
+
text-decoration: map.get($typeMap, text-decoration);
|
|
12
|
+
text-align: map.get($typeMap, text-align);
|
|
13
|
+
|
|
14
|
+
@media (max-width: media.$tablet-width) {
|
|
15
|
+
font-size: map.get($typeMap, tablet-font-size);
|
|
16
|
+
font-weight: map.get($typeMap, tablet-font-weight);
|
|
17
|
+
line-height: map.get($typeMap, tablet-line-height);
|
|
18
|
+
text-transform: map.get($typeMap, tablet-text-transform);
|
|
19
|
+
text-align: map.get($typeMap, tablet-text-align);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (max-width: media.$mobile-width) {
|
|
23
|
+
font-size: map.get($typeMap, mobile-font-size);
|
|
24
|
+
font-weight: map.get($typeMap, mobile-font-weight);
|
|
25
|
+
line-height: map.get($typeMap, mobile-line-height);
|
|
26
|
+
text-transform: map.get($typeMap, mobile-text-transform);
|
|
27
|
+
text-align: map.get($typeMap, mobile-text-align);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@import-normalize;
|
|
2
|
+
|
|
3
|
+
* {
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
ul, li {
|
|
10
|
+
list-style-type: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
a {
|
|
14
|
+
text-decoration: none;
|
|
15
|
+
color: inherit;
|
|
16
|
+
font-family: inherit;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
button {
|
|
20
|
+
font-family: inherit;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
input {
|
|
24
|
+
outline: none;
|
|
25
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
|
|
3
|
+
//** Themed colors **//
|
|
1
4
|
:root {
|
|
2
5
|
--primary: #651fff;
|
|
3
6
|
--primary-dark: #5218d0;
|
|
@@ -17,89 +20,183 @@
|
|
|
17
20
|
--warning: #ffe457;
|
|
18
21
|
--warning-dark: #ebd251;
|
|
19
22
|
--warning-light: #fff6c6;
|
|
23
|
+
|
|
24
|
+
--graphite-dark: #2b2828;
|
|
20
25
|
--graphite: #323232;
|
|
21
|
-
--
|
|
22
|
-
--gray: #
|
|
23
|
-
--
|
|
24
|
-
--
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
26
|
+
--mouse: #626262;
|
|
27
|
+
--gray-dark: #cbd5db;
|
|
28
|
+
--gray: #dbe2e6;
|
|
29
|
+
--light-gray: #f1f5f7;
|
|
30
|
+
|
|
31
|
+
--additional-gray-dark: #26272f;
|
|
32
|
+
--additional-light-gray: #f8f8f8;
|
|
33
|
+
--additional-light-blue: #f9fcff;
|
|
34
|
+
|
|
35
|
+
--text-color: #312c3a;
|
|
36
|
+
--link-color: #2BA3FB;
|
|
37
|
+
--link-color-hover: #00c2ff;
|
|
38
|
+
|
|
39
|
+
--background-color: #EDF0F1;
|
|
40
|
+
|
|
41
|
+
--element-placeholder-color: rgba(0, 0, 0, 0.3);
|
|
42
|
+
--element-placeholder-color-disabled: rgba(0, 0, 0, 0.1);
|
|
43
|
+
--element-border-color: #dbe2e6;
|
|
44
|
+
--element-border-color-hover: #cbd5db;
|
|
45
|
+
--element-background-color: #FFFFFF;
|
|
46
|
+
--element-background-color-disabled: #f1f5f7;
|
|
47
|
+
--element-field-background-color: #FFFFFF;
|
|
48
|
+
--element-light-label-color: rgba(0, 0, 0, 0.6);
|
|
49
|
+
|
|
50
|
+
--scroll-thumb-color: #cbd5db;
|
|
51
|
+
--scroll-track-color: #f1f5f7;
|
|
52
|
+
--icon-color: #323232;
|
|
53
|
+
|
|
54
|
+
--diagram-success: var(--success-light);
|
|
55
|
+
--diagram-warning: var(--warning-light);
|
|
56
|
+
--diagram-danger: var(--danger-light);
|
|
57
|
+
--diagram-secondary: var(--secondary-light);
|
|
58
|
+
--sidebar-label-color: #312C3A;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
html[data-theme="dark"] {
|
|
62
|
+
--primary: #9362ff;
|
|
63
|
+
--primary-dark: #8256e4;
|
|
64
|
+
--primary-light: #b898ff;
|
|
65
|
+
--secondary: #9ea8db;
|
|
66
|
+
--secondary-dark: #727eb7;
|
|
67
|
+
--secondary-light: #bcc3e9;
|
|
68
|
+
--success: #5ecc71;
|
|
69
|
+
--success-dark: #5b9966;
|
|
70
|
+
--success-light: #89e699;
|
|
71
|
+
--danger: #f76e6e;
|
|
72
|
+
--danger-dark: #e95b5b;
|
|
73
|
+
--danger-light: #ffa1a1;
|
|
74
|
+
--info: #9ae1f1;
|
|
75
|
+
--info-dark: #77c4d6;
|
|
76
|
+
--info-light: #ccf6ff;
|
|
77
|
+
--warning: #ffe457;
|
|
78
|
+
--warning-dark: #ebd251;
|
|
79
|
+
--warning-light: #fff6c8;
|
|
80
|
+
|
|
81
|
+
--graphite-dark: #16171b;
|
|
82
|
+
--graphite: #191b1f;
|
|
83
|
+
--mouse: #adacac;
|
|
84
|
+
--gray-dark: #272a37;
|
|
85
|
+
--gray: #333646;
|
|
86
|
+
--light-gray: #4b4e5e;
|
|
87
|
+
|
|
88
|
+
--additional-gray-dark: #26272f;
|
|
89
|
+
--additional-light-gray: #f8f8f8;
|
|
90
|
+
--additional-light-blue: #f9fcff;
|
|
91
|
+
|
|
92
|
+
--text-color: #ffffff;
|
|
93
|
+
--link-color: #2BA3FB;
|
|
94
|
+
--link-color-hover: #00c2ff;
|
|
95
|
+
|
|
96
|
+
--background-color: #101216;
|
|
97
|
+
|
|
98
|
+
--element-placeholder-color: rgba(255, 255, 255, 0.3);
|
|
99
|
+
--element-placeholder-color-disabled: rgba(255, 255, 255, 0.1);
|
|
100
|
+
--element-border-color: #333646;
|
|
101
|
+
--element-border-color-hover: #272a37;
|
|
102
|
+
--element-background-color: #191B1F;
|
|
103
|
+
--element-background-color-disabled: #333646;
|
|
104
|
+
--element-field-background-color: #101216;
|
|
105
|
+
--element-light-label-color: #fff;
|
|
106
|
+
|
|
107
|
+
--scroll-thumb-color: #333646;
|
|
108
|
+
--scroll-track-color: #26272f;
|
|
109
|
+
--icon-color: #FFFFFF;
|
|
110
|
+
|
|
111
|
+
--diagram-success: var(--success-dark);
|
|
112
|
+
--diagram-warning: var(--warning-dark);
|
|
113
|
+
--diagram-danger: var(--danger-dark);
|
|
114
|
+
--diagram-secondary: var(--secondary-dark);
|
|
115
|
+
--sidebar-label-color: #ffffff;
|
|
53
116
|
}
|
|
54
117
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
$
|
|
61
|
-
$
|
|
62
|
-
$
|
|
63
|
-
$
|
|
64
|
-
$
|
|
65
|
-
$
|
|
66
|
-
$
|
|
67
|
-
$
|
|
68
|
-
$
|
|
69
|
-
$
|
|
70
|
-
$
|
|
71
|
-
$
|
|
72
|
-
$
|
|
73
|
-
|
|
74
|
-
$
|
|
75
|
-
$
|
|
76
|
-
$
|
|
77
|
-
$gray-dark: var(--gray-dark)
|
|
78
|
-
$gray: var(--gray)
|
|
79
|
-
$light-gray: var(--light-gray)
|
|
80
|
-
|
|
81
|
-
$
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
118
|
+
$primary: var(--primary);
|
|
119
|
+
$primary-dark: var(--primary-dark);
|
|
120
|
+
$primary-light: var(--primary-light);
|
|
121
|
+
$secondary: var(--secondary);
|
|
122
|
+
$secondary-dark: var(--secondary-dark);
|
|
123
|
+
$secondary-light: var(--secondary-light);
|
|
124
|
+
$success: var(--success);
|
|
125
|
+
$success-dark: var(--success-dark);
|
|
126
|
+
$success-light: var(--success-light);
|
|
127
|
+
$danger: var(--danger);
|
|
128
|
+
$danger-dark: var(--danger-dark);
|
|
129
|
+
$danger-light: var(--danger-light);
|
|
130
|
+
$info: var(--info);
|
|
131
|
+
$info-dark: var(--info-dark);
|
|
132
|
+
$info-light: var(--info-light);
|
|
133
|
+
$warning: var(--warning);
|
|
134
|
+
$warning-dark: var(--warning-dark);
|
|
135
|
+
$warning-light: var(--warning-light);
|
|
136
|
+
|
|
137
|
+
$graphite-dark: var(--graphite-dark);
|
|
138
|
+
$graphite: var(--graphite);
|
|
139
|
+
$mouse: var(--mouse);
|
|
140
|
+
$gray-dark: var(--gray-dark);
|
|
141
|
+
$gray: var(--gray);
|
|
142
|
+
$light-gray: var(--light-gray);
|
|
143
|
+
|
|
144
|
+
$additional-gray-dark: var(--additional-gray-dark);
|
|
145
|
+
$additional-light-gray: var(--additional-light-gray);
|
|
146
|
+
$additional-light-blue: var(--additional-light-blue);
|
|
147
|
+
|
|
148
|
+
$text-color: var(--text-color);
|
|
149
|
+
$link-color: var(--link-color);
|
|
150
|
+
$link-color-hover: var(--link-color-hover);
|
|
151
|
+
|
|
152
|
+
$background-color: var(--background-color);
|
|
153
|
+
|
|
154
|
+
$element-placeholder-color: var(--element-placeholder-color);
|
|
155
|
+
$element-placeholder-color-disabled: var(--element-placeholder-color-disabled);
|
|
156
|
+
$element-border-color: var(--element-border-color);
|
|
157
|
+
$element-border-color-hover: var(--element-border-color-hover);
|
|
158
|
+
$element-background-color: var(--element-background-color);
|
|
159
|
+
$element-background-color-disabled: var(--element-background-color-disabled);
|
|
160
|
+
$element-field-background-color: var(--element-field-background-color);
|
|
161
|
+
$element-light-label-color: var(--element-light-label-color);
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
$scroll-thumb-color: var(--scroll-thumb-color);
|
|
165
|
+
$scroll-track-color: var(--scroll-track-color);
|
|
166
|
+
$icon-color: var(--icon-color);
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
$diagram-success: var(--diagram-success);
|
|
170
|
+
$diagram-warning: var(--diagram-warning);
|
|
171
|
+
$diagram-danger: var(--diagram-danger);
|
|
172
|
+
$diagram-secondary: var(--diagram-secondary);
|
|
173
|
+
$sidebar-label-color: var(--sidebar-label-color);
|
|
174
|
+
//** Themed colors **//
|
|
86
175
|
|
|
176
|
+
//! Base colors !//
|
|
87
177
|
$black: rgba(#000, 1) !default;
|
|
88
178
|
$black-60: rgba(#000, 0.6) !default;
|
|
89
179
|
$black-30: rgba(#000, 0.3) !default;
|
|
90
180
|
$black-10: rgba(#000, 0.1) !default;
|
|
91
181
|
$black-4: rgba(#000, 0.04) !default;
|
|
92
182
|
$white: #fff !default;
|
|
93
|
-
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
|
|
97
|
-
$gradient-
|
|
98
|
-
$
|
|
183
|
+
$white-60: rgba(#ffffff, 0.6) !default;
|
|
184
|
+
$white-30: rgba(#ffffff, 0.3) !default;
|
|
185
|
+
$white-10: rgba(#ffffff, 0.1) !default;
|
|
186
|
+
$white-4: rgba(#ffffff, 0.04) !default;
|
|
187
|
+
$gradient-blue: linear-gradient(180deg, #651fff, #ba9bff);
|
|
188
|
+
$static-text-color: #312C3A !default;
|
|
189
|
+
//! Base colors !//
|
|
99
190
|
|
|
100
191
|
$color-themes: () !default;
|
|
101
|
-
$color-themes: map
|
|
192
|
+
$color-themes: map.merge(
|
|
102
193
|
(
|
|
194
|
+
"basic": (
|
|
195
|
+
"color": $gray,
|
|
196
|
+
"color-dark": $gray-dark,
|
|
197
|
+
"color-light": $light-gray,
|
|
198
|
+
"text-color": $text-color,
|
|
199
|
+
),
|
|
103
200
|
"primary": (
|
|
104
201
|
"color": $primary,
|
|
105
202
|
"color-dark": $primary-dark,
|
|
@@ -124,30 +221,52 @@ $color-themes: map-merge(
|
|
|
124
221
|
"color-light": $danger-light,
|
|
125
222
|
"text-color": $white,
|
|
126
223
|
),
|
|
224
|
+
"error": (
|
|
225
|
+
"color": $danger,
|
|
226
|
+
"color-dark": $danger-dark,
|
|
227
|
+
"color-light": $danger-light,
|
|
228
|
+
"text-color": $white,
|
|
229
|
+
),
|
|
127
230
|
"warning": (
|
|
128
231
|
"color": $warning,
|
|
129
232
|
"color-dark": $warning-dark,
|
|
130
233
|
"color-light": $warning-light,
|
|
131
|
-
"text-color": $
|
|
234
|
+
"text-color": $text-color,
|
|
132
235
|
),
|
|
133
236
|
"info": (
|
|
134
237
|
"color": $info,
|
|
135
238
|
"color-dark": $info-dark,
|
|
136
239
|
"color-light": $info-light,
|
|
137
|
-
"text-color": $
|
|
240
|
+
"text-color": $text-color,
|
|
138
241
|
),
|
|
139
|
-
"
|
|
140
|
-
"color": $
|
|
141
|
-
"color-
|
|
142
|
-
"color-light": $light,
|
|
143
|
-
"text-color": $dark,
|
|
144
|
-
),
|
|
145
|
-
"dark": (
|
|
146
|
-
"color": $dark,
|
|
147
|
-
"color-dark": $dark,
|
|
148
|
-
"color-light": $light,
|
|
149
|
-
"text-color": $white,
|
|
242
|
+
"link": (
|
|
243
|
+
"color-dark": $link-color,
|
|
244
|
+
"color-light": $link-color-hover,
|
|
150
245
|
),
|
|
151
246
|
),
|
|
152
247
|
$color-themes
|
|
153
248
|
);
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
$diagram-colors: () !default;
|
|
252
|
+
$diagram-colors: map.merge(
|
|
253
|
+
(
|
|
254
|
+
"success": (
|
|
255
|
+
"color": $success,
|
|
256
|
+
"color-themed": $diagram-success,
|
|
257
|
+
),
|
|
258
|
+
"warning": (
|
|
259
|
+
"color": $warning,
|
|
260
|
+
"color-themed": $diagram-warning,
|
|
261
|
+
),
|
|
262
|
+
"danger": (
|
|
263
|
+
"color": $danger,
|
|
264
|
+
"color-themed": $diagram-danger,
|
|
265
|
+
),
|
|
266
|
+
"secondary": (
|
|
267
|
+
"color": $secondary,
|
|
268
|
+
"color-themed": $diagram-secondary,
|
|
269
|
+
),
|
|
270
|
+
),
|
|
271
|
+
$diagram-colors
|
|
272
|
+
);
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
$justifyValues: center, end, start, stretch, flex-start, flex-end, left, right, space-between, space-around, space-evenly;
|
|
2
|
+
$alignValues: center, end, start, stretch, flex-start, flex-end;
|
|
3
|
+
$directionValues: column-reverse column row-reverse row;
|
|
4
|
+
$colValues: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12;
|
|
5
|
+
$colMaxValue: 12;
|
|
@@ -1,39 +1,123 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "colors";
|
|
3
|
+
|
|
1
4
|
/*
|
|
2
5
|
* Common font variables
|
|
3
6
|
*/
|
|
4
7
|
|
|
5
8
|
$font-family-nunito: "Nunito", sans-serif;
|
|
6
9
|
|
|
7
|
-
$font-size-xs: 12px;
|
|
8
|
-
$font-size-sm: 14px;
|
|
9
|
-
$font-size-base: 16px;
|
|
10
|
-
$font-size-lg: 18px;
|
|
11
|
-
$font-size-xl: 24px;
|
|
12
|
-
$font-size-2xl: 32px;
|
|
13
|
-
|
|
14
|
-
$line-height-xs: 17px;
|
|
15
|
-
$line-height-sm: 20px;
|
|
16
|
-
$line-height-base: 22px;
|
|
17
|
-
$line-height-lg: 25px;
|
|
18
|
-
$line-height-xl: 34px;
|
|
19
|
-
$line-height-2xl: 45px;
|
|
20
|
-
|
|
21
|
-
$font-weight-sm: 400;
|
|
22
|
-
$font-weight-md: 500;
|
|
23
|
-
$font-weight-lg: 700;
|
|
10
|
+
$font-size-xs: 12px !default;
|
|
11
|
+
$font-size-sm: 14px !default;
|
|
12
|
+
$font-size-base: 16px !default;
|
|
13
|
+
$font-size-lg: 18px !default;
|
|
14
|
+
$font-size-xl: 24px !default;
|
|
15
|
+
$font-size-2xl: 32px !default;
|
|
24
16
|
|
|
17
|
+
$line-height-xs: 16px !default;
|
|
18
|
+
$line-height-sm: 18px !default;
|
|
19
|
+
$line-height-base: 22px !default;
|
|
20
|
+
$line-height-lg: 24px !default;
|
|
21
|
+
$line-height-xl: 32px !default;
|
|
22
|
+
$line-height-2xl: 44px !default;
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
$btn-font-weight-sm: 400;
|
|
31
|
-
$btn-font-weight-lg: 800;
|
|
24
|
+
$font-weight-sm: 400 !default;
|
|
25
|
+
$font-weight-md: 500 !default;
|
|
26
|
+
$font-weight-lg: 700 !default;
|
|
32
27
|
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
|
|
28
|
+
$title-types: () !default;
|
|
29
|
+
$title-types: map.merge(
|
|
30
|
+
(
|
|
31
|
+
"h1": (
|
|
32
|
+
"font-size": $font-size-2xl,
|
|
33
|
+
"font-weight": $font-weight-lg,
|
|
34
|
+
"line-height": $line-height-2xl,
|
|
35
|
+
"color": colors.$text-color,
|
|
36
|
+
),
|
|
37
|
+
"h2": (
|
|
38
|
+
"font-size": $font-size-xl,
|
|
39
|
+
"font-weight": $font-weight-lg,
|
|
40
|
+
"line-height": $line-height-xl,
|
|
41
|
+
"color": colors.$text-color,
|
|
42
|
+
),
|
|
43
|
+
"h3": (
|
|
44
|
+
"font-size": $font-size-lg,
|
|
45
|
+
"font-weight": $font-weight-lg,
|
|
46
|
+
"line-height": $line-height-lg,
|
|
47
|
+
"color": colors.$text-color,
|
|
48
|
+
),
|
|
49
|
+
"h4": (
|
|
50
|
+
"font-size": $font-size-base,
|
|
51
|
+
"font-weight": $font-weight-lg,
|
|
52
|
+
"line-height": $line-height-base,
|
|
53
|
+
"color": colors.$text-color,
|
|
54
|
+
),
|
|
55
|
+
"h5": (
|
|
56
|
+
"font-size": $font-size-sm,
|
|
57
|
+
"font-weight": $font-weight-md,
|
|
58
|
+
"line-height": $line-height-sm,
|
|
59
|
+
"color": colors.$text-color,
|
|
60
|
+
),
|
|
61
|
+
"h6": (
|
|
62
|
+
"font-size": $font-size-xs,
|
|
63
|
+
"font-weight": $font-weight-md,
|
|
64
|
+
"line-height": $line-height-xs,
|
|
65
|
+
"color": colors.$text-color,
|
|
66
|
+
),
|
|
67
|
+
"subtitle": (
|
|
68
|
+
"font-size": $font-size-2xl,
|
|
69
|
+
"font-weight": $font-weight-md,
|
|
70
|
+
"line-height": $line-height-2xl,
|
|
71
|
+
"color": colors.$text-color,
|
|
72
|
+
),
|
|
73
|
+
),
|
|
74
|
+
$title-types
|
|
75
|
+
);
|
|
36
76
|
|
|
37
|
-
$
|
|
77
|
+
$text-types: () !default;
|
|
78
|
+
$text-types: map.merge(
|
|
79
|
+
(
|
|
80
|
+
"body": (
|
|
81
|
+
"font-size": $font-size-base,
|
|
82
|
+
"font-weight": $font-weight-sm,
|
|
83
|
+
"line-height": $line-height-base,
|
|
84
|
+
"color": colors.$text-color,
|
|
85
|
+
),
|
|
86
|
+
"body2": (
|
|
87
|
+
"font-size": $font-size-sm,
|
|
88
|
+
"font-weight": $font-weight-sm,
|
|
89
|
+
"line-height": $line-height-sm,
|
|
90
|
+
"color": colors.$text-color,
|
|
91
|
+
),
|
|
92
|
+
"body3": (
|
|
93
|
+
"font-size": $font-size-xs,
|
|
94
|
+
"font-weight": $font-weight-sm,
|
|
95
|
+
"line-height": $line-height-xs,
|
|
96
|
+
"color": colors.$text-color,
|
|
97
|
+
),
|
|
98
|
+
"span": (
|
|
99
|
+
"font-size": $font-size-base,
|
|
100
|
+
"font-weight": $font-weight-sm,
|
|
101
|
+
"line-height": $line-height-base,
|
|
102
|
+
"color": colors.$text-color,
|
|
103
|
+
),
|
|
104
|
+
"boldSpan": (
|
|
105
|
+
"font-size": $font-size-base,
|
|
106
|
+
"font-weight": $font-weight-lg,
|
|
107
|
+
"line-height": $line-height-base,
|
|
108
|
+
"color": colors.$text-color,
|
|
109
|
+
),
|
|
110
|
+
),
|
|
111
|
+
$text-types
|
|
112
|
+
);
|
|
38
113
|
|
|
39
|
-
$
|
|
114
|
+
$typography-colors: (
|
|
115
|
+
"text-color": colors.$text-color,
|
|
116
|
+
"primary": colors.$primary,
|
|
117
|
+
"secondary": colors.$secondary,
|
|
118
|
+
"success": colors.$success,
|
|
119
|
+
"danger": colors.$danger,
|
|
120
|
+
"warning": colors.$warning,
|
|
121
|
+
"info": colors.$info,
|
|
122
|
+
"light-dark": colors.$element-light-label-color,
|
|
123
|
+
) !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$transition-duration: .15s;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$calendar-
|
|
5
|
-
$calendar-
|
|
6
|
-
$calendar-
|
|
1
|
+
@use "../common/colors";
|
|
2
|
+
@use "../common/old-variables";
|
|
3
|
+
|
|
4
|
+
$calendar-primary-color: colors.$primary !default;
|
|
5
|
+
$calendar-primary-light-color: colors.$primary-light !default;
|
|
6
|
+
$calendar-secondary-color: old-variables.$border-default !default;
|
|
7
|
+
$calendar-text-color: old-variables.$heading !default;
|
|
8
|
+
$calendar-selected-text-color: colors.$white !default;
|
|
7
9
|
|
|
8
10
|
$calendar-font-weight: 500 !default;
|
|
9
11
|
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
@use "../common/old-variables";
|
|
2
|
+
|
|
3
|
+
$input-height-sm: 34px;
|
|
4
|
+
$input-height-md: 46px;
|
|
5
|
+
$input-height-lg: 56px;
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
//remove after ready all inputs
|
|
1
9
|
//Small
|
|
2
10
|
$input-label-margin-bottom-sm: 4px;
|
|
3
11
|
|
|
@@ -52,15 +60,10 @@ $input-message-margin-top-lg: $input-message-margin-top-sm;
|
|
|
52
60
|
$input-message-icon-size-lg: $input-message-icon-size-sm;
|
|
53
61
|
$input-message-icon-margin-right-lg: $input-message-icon-margin-right-sm;
|
|
54
62
|
|
|
55
|
-
|
|
56
|
-
$input-height-sm: 28px !default;
|
|
57
|
-
$input-height-md: 36px !default;
|
|
58
|
-
$input-height-lg: 46px !default;
|
|
59
|
-
|
|
60
|
-
$input-border: 1px solid $border-default !default;
|
|
63
|
+
$input-border: 1px solid old-variables.$border-default !default;
|
|
61
64
|
$input-border-radius: 4px !default;
|
|
62
65
|
|
|
63
66
|
$input-padding-y: 0 !default;
|
|
64
67
|
$input-padding-x: 8px !default;
|
|
65
68
|
$input-addon-padding: 0.6rem !default;
|
|
66
|
-
$input-text-padding: 0.4rem !default;
|
|
69
|
+
$input-text-padding: 0.4rem !default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
1
|
+
@forward 'common/colors';
|
|
2
|
+
@forward 'common/media';
|
|
3
|
+
@forward 'common/typography';
|
|
4
|
+
@forward 'common/radiuses';
|
|
5
|
+
@forward 'common/old-variables';
|
|
6
|
+
@forward 'common/variables';
|
|
7
|
+
@forward 'common/flex';
|
|
6
8
|
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@import 'components/input';
|
|
12
|
-
@import 'components/ratefield';
|
|
9
|
+
@forward 'components/button';
|
|
10
|
+
@forward 'components/calendar';
|
|
11
|
+
@forward 'components/icon';
|
|
12
|
+
@forward 'components/input';
|