neo.mjs 5.17.1 → 6.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/apps/ServiceWorker.mjs +2 -2
- package/buildScripts/buildThemes.mjs +89 -192
- package/buildScripts/createClass.mjs +13 -11
- package/buildScripts/watchThemes.mjs +41 -83
- package/examples/ServiceWorker.mjs +2 -2
- package/examples/component/statusbadge/MainContainer.mjs +160 -45
- package/examples/form/field/fileupload/server.mjs +17 -7
- package/package.json +2 -2
- package/resources/scss/src/Global.scss +7 -7
- package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
- package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
- package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
- package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
- package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
- package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
- package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
- package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
- package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
- package/resources/scss/src/apps/website/MainContainer.scss +3 -3
- package/resources/scss/src/apps/website/blog/Container.scss +3 -3
- package/resources/scss/src/apps/website/blog/List.scss +8 -8
- package/resources/scss/src/apps/website/examples/List.scss +7 -7
- package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
- package/resources/scss/src/button/Base.scss +101 -101
- package/resources/scss/src/button/Split.scss +3 -3
- package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
- package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
- package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
- package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
- package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
- package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
- package/resources/scss/src/calendar/view/month/Component.scss +15 -13
- package/resources/scss/src/calendar/view/week/Component.scss +12 -12
- package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
- package/resources/scss/src/component/BoxLabel.scss +5 -5
- package/resources/scss/src/component/Chip.scss +13 -13
- package/resources/scss/src/component/Circle.scss +2 -2
- package/resources/scss/src/component/DateSelector.scss +28 -28
- package/resources/scss/src/component/Helix.scss +1 -1
- package/resources/scss/src/component/Process.scss +17 -17
- package/resources/scss/src/component/Progress.scss +2 -2
- package/resources/scss/src/component/Splitter.scss +6 -6
- package/resources/scss/src/component/StatusBadge.scss +42 -2
- package/resources/scss/src/component/Timer.scss +9 -9
- package/resources/scss/src/component/Toast.scss +10 -10
- package/resources/scss/src/component/Video.scss +5 -5
- package/resources/scss/src/container/Accordion.scss +3 -3
- package/resources/scss/src/container/AccordionItem.scss +15 -15
- package/resources/scss/src/container/Base.scss +3 -3
- package/resources/scss/src/container/Panel.scss +4 -4
- package/resources/scss/src/container/Viewport.scss +2 -2
- package/resources/scss/src/dialog/Base.scss +8 -8
- package/resources/scss/src/draggable/list/DragZone.scss +2 -2
- package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
- package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
- package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
- package/resources/scss/src/form/Fieldset.scss +4 -4
- package/resources/scss/src/form/field/CheckBox.scss +10 -10
- package/resources/scss/src/form/field/FileUpload.scss +4 -4
- package/resources/scss/src/form/field/Number.scss +5 -5
- package/resources/scss/src/form/field/Picker.scss +3 -3
- package/resources/scss/src/form/field/Range.scss +5 -5
- package/resources/scss/src/form/field/Search.scss +1 -1
- package/resources/scss/src/form/field/Select.scss +8 -8
- package/resources/scss/src/form/field/Switch.scss +6 -6
- package/resources/scss/src/form/field/Text.scss +78 -78
- package/resources/scss/src/form/field/TextArea.scss +1 -1
- package/resources/scss/src/form/field/trigger/Base.scss +6 -6
- package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
- package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
- package/resources/scss/src/form/field/trigger/Time.scss +5 -5
- package/resources/scss/src/grid/Container.scss +6 -6
- package/resources/scss/src/grid/View.scss +11 -11
- package/resources/scss/src/grid/header/Button.scss +5 -5
- package/resources/scss/src/grid/header/Toolbar.scss +2 -2
- package/resources/scss/src/list/Base.scss +11 -11
- package/resources/scss/src/list/Chip.scss +3 -3
- package/resources/scss/src/list/Circle.scss +2 -2
- package/resources/scss/src/menu/List.scss +21 -21
- package/resources/scss/src/menu/Panel.scss +1 -1
- package/resources/scss/src/sitemap/Component.scss +2 -2
- package/resources/scss/src/tab/Container.scss +1 -1
- package/resources/scss/src/tab/Strip.scss +7 -7
- package/resources/scss/src/tab/header/Button.scss +26 -26
- package/resources/scss/src/tab/header/Toolbar.scss +18 -18
- package/resources/scss/src/table/Container.scss +16 -16
- package/resources/scss/src/table/View.scss +11 -11
- package/resources/scss/src/table/header/Button.scss +5 -5
- package/resources/scss/src/toolbar/Base.scss +20 -20
- package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
- package/resources/scss/src/tree/List.scss +5 -5
- package/resources/scss/theme-dark/Global.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-dark/button/Base.scss +108 -219
- package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
- package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
- package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-dark/component/Chip.scss +14 -31
- package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
- package/resources/scss/theme-dark/component/Process.scss +9 -21
- package/resources/scss/theme-dark/component/Progress.scss +3 -9
- package/resources/scss/theme-dark/component/Splitter.scss +4 -12
- package/resources/scss/theme-dark/component/StatusBadge.scss +19 -0
- package/resources/scss/theme-dark/component/Timer.scss +4 -13
- package/resources/scss/theme-dark/component/Toast.scss +8 -20
- package/resources/scss/theme-dark/component/Video.scss +3 -10
- package/resources/scss/theme-dark/container/Accordion.scss +5 -13
- package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-dark/container/Base.scss +4 -11
- package/resources/scss/theme-dark/container/Panel.scss +5 -13
- package/resources/scss/theme-dark/container/Viewport.scss +3 -9
- package/resources/scss/theme-dark/dialog/Base.scss +5 -13
- package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
- package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
- package/resources/scss/theme-dark/form/field/Range.scss +4 -11
- package/resources/scss/theme-dark/form/field/Search.scss +3 -9
- package/resources/scss/theme-dark/form/field/Select.scss +8 -20
- package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
- package/resources/scss/theme-dark/form/field/Text.scss +31 -66
- package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-dark/grid/Container.scss +6 -16
- package/resources/scss/theme-dark/grid/View.scss +12 -28
- package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
- package/resources/scss/theme-dark/list/Base.scss +11 -26
- package/resources/scss/theme-dark/menu/List.scss +20 -44
- package/resources/scss/theme-dark/menu/Panel.scss +2 -8
- package/resources/scss/theme-dark/tab/Container.scss +3 -9
- package/resources/scss/theme-dark/tab/Strip.scss +5 -13
- package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
- package/resources/scss/theme-dark/table/Container.scss +9 -22
- package/resources/scss/theme-dark/table/View.scss +13 -29
- package/resources/scss/theme-dark/table/header/Button.scss +6 -16
- package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
- package/resources/scss/theme-dark/tree/List.scss +4 -11
- package/resources/scss/theme-light/Global.scss +7 -17
- package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-light/button/Base.scss +107 -218
- package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
- package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
- package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-light/component/Chip.scss +14 -31
- package/resources/scss/theme-light/component/DateSelector.scss +24 -52
- package/resources/scss/theme-light/component/Process.scss +9 -21
- package/resources/scss/theme-light/component/Progress.scss +3 -9
- package/resources/scss/theme-light/component/Splitter.scss +4 -12
- package/resources/scss/theme-light/component/StatusBadge.scss +19 -0
- package/resources/scss/theme-light/component/Timer.scss +5 -14
- package/resources/scss/theme-light/component/Toast.scss +8 -20
- package/resources/scss/theme-light/component/Video.scss +3 -10
- package/resources/scss/theme-light/container/Accordion.scss +5 -13
- package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-light/container/Base.scss +4 -11
- package/resources/scss/theme-light/container/Panel.scss +5 -13
- package/resources/scss/theme-light/container/Viewport.scss +3 -9
- package/resources/scss/theme-light/dialog/Base.scss +5 -13
- package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-light/form/Fieldset.scss +5 -14
- package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-light/form/field/Picker.scss +5 -13
- package/resources/scss/theme-light/form/field/Range.scss +4 -11
- package/resources/scss/theme-light/form/field/Search.scss +3 -9
- package/resources/scss/theme-light/form/field/Select.scss +9 -21
- package/resources/scss/theme-light/form/field/Switch.scss +6 -16
- package/resources/scss/theme-light/form/field/Text.scss +31 -66
- package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-light/grid/Container.scss +6 -16
- package/resources/scss/theme-light/grid/View.scss +12 -28
- package/resources/scss/theme-light/grid/header/Button.scss +5 -14
- package/resources/scss/theme-light/list/Base.scss +12 -27
- package/resources/scss/theme-light/menu/List.scss +20 -44
- package/resources/scss/theme-light/menu/Panel.scss +2 -8
- package/resources/scss/theme-light/tab/Container.scss +3 -9
- package/resources/scss/theme-light/tab/Strip.scss +5 -13
- package/resources/scss/theme-light/tab/header/Button.scss +29 -62
- package/resources/scss/theme-light/table/Container.scss +9 -22
- package/resources/scss/theme-light/table/View.scss +13 -29
- package/resources/scss/theme-light/table/header/Button.scss +6 -16
- package/resources/scss/theme-light/toolbar/Base.scss +4 -11
- package/resources/scss/theme-light/tree/List.scss +4 -11
- package/src/DefaultConfig.mjs +2 -2
- package/src/component/StatusBadge.mjs +434 -7
- package/src/form/field/FileUpload.mjs +9 -0
- package/src/main/DomAccess.mjs +2 -2
- package/src/main/DomEvents.mjs +50 -12
- package/resources/scss/mixins/_all.scss +0 -31
- package/resources/scss/theme-dark/_all.scss +0 -15
- package/resources/scss/theme-dark/apps/_all.scss +0 -3
- package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
- package/resources/scss/theme-dark/button/_all.scss +0 -1
- package/resources/scss/theme-dark/calendar/_all.scss +0 -8
- package/resources/scss/theme-dark/component/Circle.scss +0 -0
- package/resources/scss/theme-dark/component/_all.scss +0 -5
- package/resources/scss/theme-dark/container/_all.scss +0 -3
- package/resources/scss/theme-dark/dialog/_all.scss +0 -1
- package/resources/scss/theme-dark/examples/_all.scss +0 -2
- package/resources/scss/theme-dark/form/_all.scss +0 -9
- package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
- package/resources/scss/theme-dark/list/_all.scss +0 -1
- package/resources/scss/theme-dark/menu/_all.scss +0 -2
- package/resources/scss/theme-dark/tab/_all.scss +0 -3
- package/resources/scss/theme-dark/table/_all.scss +0 -3
- package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/table/header/_all.scss +0 -2
- package/resources/scss/theme-dark/tree/_all.scss +0 -1
- package/resources/scss/theme-light/_all.scss +0 -15
- package/resources/scss/theme-light/apps/_all.scss +0 -3
- package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-light/apps/website/_all.scss +0 -4
- package/resources/scss/theme-light/button/_all.scss +0 -1
- package/resources/scss/theme-light/calendar/_all.scss +0 -8
- package/resources/scss/theme-light/component/Circle.scss +0 -0
- package/resources/scss/theme-light/component/_all.scss +0 -5
- package/resources/scss/theme-light/container/_all.scss +0 -3
- package/resources/scss/theme-light/dialog/_all.scss +0 -1
- package/resources/scss/theme-light/examples/_all.scss +0 -2
- package/resources/scss/theme-light/form/_all.scss +0 -9
- package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-light/grid/_all.scss +0 -3
- package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/grid/header/_all.scss +0 -2
- package/resources/scss/theme-light/list/_all.scss +0 -1
- package/resources/scss/theme-light/menu/_all.scss +0 -2
- package/resources/scss/theme-light/tab/_all.scss +0 -3
- package/resources/scss/theme-light/table/_all.scss +0 -3
- package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/table/header/_all.scss +0 -2
- package/resources/scss/theme-light/tree/_all.scss +0 -1
@@ -16,7 +16,7 @@
|
|
16
16
|
cursor : default;
|
17
17
|
display : flex;
|
18
18
|
flex-direction : column;
|
19
|
-
font-family : "Lato",
|
19
|
+
font-family : "Lato", var(--neo-font-family);
|
20
20
|
font-size : 12px;
|
21
21
|
font-weight : 300;
|
22
22
|
justify-content : center;
|
@@ -166,4 +166,4 @@
|
|
166
166
|
vertical-align : middle;
|
167
167
|
z-index : 10;
|
168
168
|
}
|
169
|
-
}
|
169
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.neo-dateselector {
|
2
|
-
background-color:
|
3
|
-
color :
|
2
|
+
background-color: var(--dateselector-background-color);
|
3
|
+
color : var(--dateselector-color);
|
4
4
|
display : flex;
|
5
5
|
flex-direction : column;
|
6
6
|
font-size : 16px; // todo: em-based once table headers are em based
|
@@ -50,26 +50,26 @@
|
|
50
50
|
}
|
51
51
|
|
52
52
|
.neo-dateselector-content {
|
53
|
-
border : 1px solid
|
54
|
-
border-top :
|
53
|
+
border : 1px solid var(--dateselector-border-color);
|
54
|
+
border-top : var(--dateselector-content-border-top);
|
55
55
|
display : flex;
|
56
56
|
flex : 1;
|
57
57
|
flex-direction: column;
|
58
58
|
font-size : 12px;
|
59
59
|
|
60
60
|
.neo-row {
|
61
|
-
border-bottom: 1px solid
|
61
|
+
border-bottom: 1px solid var(--dateselector-border-color);
|
62
62
|
display : flex;
|
63
63
|
flex : 1;
|
64
64
|
|
65
65
|
&.neo-header-row {
|
66
|
-
border-bottom:
|
66
|
+
border-bottom: var(--dateselector-header-cell-border-bottom) !important;
|
67
67
|
flex : none;
|
68
68
|
height : 30px;
|
69
69
|
|
70
70
|
.neo-cell {
|
71
|
-
background-color:
|
72
|
-
color :
|
71
|
+
background-color: var(--dateselector-header-cell-background-color);
|
72
|
+
color : var(--dateselector-header-cell-color);
|
73
73
|
cursor : default;
|
74
74
|
pointer-events : none;
|
75
75
|
}
|
@@ -81,9 +81,9 @@
|
|
81
81
|
|
82
82
|
.neo-cell {
|
83
83
|
align-items : center;
|
84
|
-
background-color:
|
85
|
-
border-right : 1px solid
|
86
|
-
color :
|
84
|
+
background-color: var(--dateselector-cell-background-color);
|
85
|
+
border-right : 1px solid var(--dateselector-border-color);
|
86
|
+
color : var(--dateselector-cell-color);
|
87
87
|
cursor : pointer;
|
88
88
|
display : flex;
|
89
89
|
flex : 1;
|
@@ -99,9 +99,9 @@
|
|
99
99
|
}
|
100
100
|
|
101
101
|
&.neo-disabled {
|
102
|
-
background-color:
|
103
|
-
color :
|
104
|
-
opacity :
|
102
|
+
background-color: var(--dateselector-cell-background-color-disabled);
|
103
|
+
color : var(--dateselector-cell-color-disabled);
|
104
|
+
opacity : var(--dateselector-cell-opacity-disabled);
|
105
105
|
}
|
106
106
|
|
107
107
|
&.neo-disabled {
|
@@ -111,10 +111,10 @@
|
|
111
111
|
|
112
112
|
&.neo-selected {
|
113
113
|
.neo-cell-content {
|
114
|
-
background-color:
|
115
|
-
border : 1px solid
|
114
|
+
background-color: var(--dateselector-cell-today-border-color);
|
115
|
+
border : 1px solid var(--dateselector-header-cell-background-color);
|
116
116
|
border-radius : 50%;
|
117
|
-
color :
|
117
|
+
color : var(--dateselector-cell-color-selected);
|
118
118
|
|
119
119
|
&:before {
|
120
120
|
content : '';
|
@@ -135,7 +135,7 @@
|
|
135
135
|
pointer-events : none;
|
136
136
|
|
137
137
|
&.neo-today {
|
138
|
-
border : 1px solid
|
138
|
+
border : 1px solid var(--dateselector-cell-today-border-color);
|
139
139
|
border-radius: 50%;
|
140
140
|
}
|
141
141
|
}
|
@@ -144,9 +144,9 @@
|
|
144
144
|
}
|
145
145
|
|
146
146
|
.neo-dateselector-header {
|
147
|
-
background-color:
|
148
|
-
border : 1px solid
|
149
|
-
border-bottom :
|
147
|
+
background-color: var(--dateselector-header-background-color);
|
148
|
+
border : 1px solid var(--dateselector-border-color);
|
149
|
+
border-bottom : var(--dateselector-header-border-bottom);
|
150
150
|
display : flex;
|
151
151
|
min-height : 30px;
|
152
152
|
|
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
.neo-month-text {
|
160
160
|
align-items : center;
|
161
|
-
color :
|
161
|
+
color : var(--dateselector-header-month-text-color);
|
162
162
|
display : flex;
|
163
163
|
flex : 1;
|
164
164
|
font-weight : bold;
|
@@ -167,7 +167,7 @@
|
|
167
167
|
|
168
168
|
.neo-year-text {
|
169
169
|
align-items: center;
|
170
|
-
color :
|
170
|
+
color : var(--dateselector-header-year-text-color);
|
171
171
|
display : flex;
|
172
172
|
flex : 1;
|
173
173
|
margin-left: .25em;
|
@@ -176,14 +176,14 @@
|
|
176
176
|
|
177
177
|
.neo-nav-button {
|
178
178
|
align-items : center;
|
179
|
-
background-color:
|
179
|
+
background-color: var(--dateselector-nav-button-background-color);
|
180
180
|
cursor : pointer;
|
181
181
|
display : flex;
|
182
182
|
justify-content : center;
|
183
183
|
width : 30px;
|
184
184
|
|
185
185
|
&:before {
|
186
|
-
color :
|
186
|
+
color : var(--dateselector-nav-button-color);
|
187
187
|
font-family: var(--fa-style-family-classic);
|
188
188
|
font-size : 18px;
|
189
189
|
font-weight: 900;
|
@@ -192,13 +192,13 @@
|
|
192
192
|
|
193
193
|
&:hover {
|
194
194
|
&:before {
|
195
|
-
color:
|
195
|
+
color: var(--dateselector-nav-button-color-hover);
|
196
196
|
}
|
197
197
|
}
|
198
198
|
}
|
199
199
|
|
200
200
|
.neo-next-button {
|
201
|
-
border-left:
|
201
|
+
border-left: var(--dateselector-nav-button-inner-border);
|
202
202
|
|
203
203
|
&:before {
|
204
204
|
content: "\f138";
|
@@ -206,7 +206,7 @@
|
|
206
206
|
}
|
207
207
|
|
208
208
|
.neo-prev-button {
|
209
|
-
border-right:
|
209
|
+
border-right: var(--dateselector-nav-button-inner-border);
|
210
210
|
|
211
211
|
&:before {
|
212
212
|
content: "\f137";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.neo-process {
|
2
2
|
display: flex;
|
3
3
|
flex-wrap: wrap;
|
4
|
-
background-color:
|
4
|
+
background-color: var(--process-background-color);
|
5
5
|
padding: 0.5rem;
|
6
6
|
|
7
7
|
.process-step {
|
@@ -42,19 +42,19 @@
|
|
42
42
|
margin-right: auto;
|
43
43
|
width: 100%;
|
44
44
|
text-align: center;
|
45
|
-
height:
|
45
|
+
height: var(--process-icon-size);
|
46
46
|
z-index: 10;
|
47
47
|
|
48
48
|
&::before {
|
49
49
|
// Do NOT switch to v()
|
50
50
|
color: var(--process-icon-color);
|
51
|
-
font-size:
|
51
|
+
font-size: var(--process-icon-size);
|
52
52
|
}
|
53
53
|
}
|
54
54
|
|
55
55
|
.process-step-header {
|
56
56
|
display: block;
|
57
|
-
color:
|
57
|
+
color: var(--process-title-color);
|
58
58
|
word-break: break-word;
|
59
59
|
text-align: center;
|
60
60
|
text-transform: uppercase;
|
@@ -64,7 +64,7 @@
|
|
64
64
|
.process-step-text {
|
65
65
|
text-align: center;
|
66
66
|
display: block;
|
67
|
-
color:
|
67
|
+
color: var(--process-text-color);
|
68
68
|
font-size: 1em;
|
69
69
|
font-weight: 400;
|
70
70
|
line-height: 1.5;
|
@@ -77,7 +77,7 @@
|
|
77
77
|
|
78
78
|
.process-step {
|
79
79
|
.arrow.white {
|
80
|
-
border-left: 10px solid
|
80
|
+
border-left: 10px solid var(--process-background-color);
|
81
81
|
border-top: 10px solid transparent;
|
82
82
|
top: 50%;
|
83
83
|
left: 0;
|
@@ -96,9 +96,9 @@
|
|
96
96
|
}
|
97
97
|
|
98
98
|
.slit {
|
99
|
-
box-shadow: inset 0 100px 50px -40px
|
100
|
-
inset 0 -100px 50px -40px
|
101
|
-
inset 5px 0 10px -5px
|
99
|
+
box-shadow: inset 0 100px 50px -40px var(--process-background-color),
|
100
|
+
inset 0 -100px 50px -40px var(--process-background-color),
|
101
|
+
inset 5px 0 10px -5px var(--process-shadow-color);
|
102
102
|
}
|
103
103
|
|
104
104
|
.process-content {
|
@@ -114,7 +114,7 @@
|
|
114
114
|
.process-step {
|
115
115
|
.arrow.white {
|
116
116
|
border-left: 10px solid transparent;
|
117
|
-
border-top: 10px solid
|
117
|
+
border-top: 10px solid var(--process-background-color);
|
118
118
|
top: 0;
|
119
119
|
left: 50%;
|
120
120
|
margin-left: -10px;
|
@@ -133,9 +133,9 @@
|
|
133
133
|
}
|
134
134
|
|
135
135
|
.slit {
|
136
|
-
box-shadow: inset 80px 0 50px -40px
|
137
|
-
inset -80px 0 50px -40px
|
138
|
-
inset 0 5px 10px -5px
|
136
|
+
box-shadow: inset 80px 0 50px -40px var(--process-background-color),
|
137
|
+
inset -80px 0 50px -40px var(--process-background-color),
|
138
|
+
inset 0 5px 10px -5px var(--process-shadow-color);
|
139
139
|
}
|
140
140
|
|
141
141
|
.process-content {
|
@@ -154,7 +154,7 @@
|
|
154
154
|
.process-step {
|
155
155
|
.arrow.white {
|
156
156
|
border-left: 10px solid transparent;
|
157
|
-
border-top: 10px solid
|
157
|
+
border-top: 10px solid var(--process-background-color);
|
158
158
|
top: 0;
|
159
159
|
left: 50%;
|
160
160
|
margin-left: -10px;
|
@@ -173,9 +173,9 @@
|
|
173
173
|
}
|
174
174
|
|
175
175
|
.slit {
|
176
|
-
box-shadow: inset 80px 0 50px -40px
|
177
|
-
inset -80px 0 50px -40px
|
178
|
-
inset 0 5px 10px -5px
|
176
|
+
box-shadow: inset 80px 0 50px -40px var(--process-background-color),
|
177
|
+
inset -80px 0 50px -40px var(--process-background-color),
|
178
|
+
inset 0 5px 10px -5px var(--process-shadow-color);
|
179
179
|
}
|
180
180
|
|
181
181
|
.process-content {
|
@@ -1,3 +1,3 @@
|
|
1
1
|
.neo-progress {
|
2
|
-
color:
|
3
|
-
}
|
2
|
+
color: var(--progress-label-color);
|
3
|
+
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
.neo-splitter {
|
2
|
-
background-color:
|
3
|
-
border :
|
2
|
+
background-color: var(--splitter-background-color);
|
3
|
+
border : var(--splitter-border);
|
4
4
|
transition : background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
|
5
5
|
|
6
6
|
&:hover {
|
7
|
-
background-color:
|
8
|
-
border-color :
|
7
|
+
background-color: var(--splitter-hover-color);
|
8
|
+
border-color : var(--splitter-hover-color);
|
9
9
|
}
|
10
10
|
|
11
11
|
&.neo-horizontal {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
.neo-dragproxy {
|
25
25
|
&.neo-splitter {
|
26
|
-
background-color:
|
27
|
-
border-color :
|
26
|
+
background-color: var(--splitter-hover-color);
|
27
|
+
border-color : var(--splitter-hover-color);
|
28
28
|
}
|
29
29
|
}
|
@@ -1,9 +1,49 @@
|
|
1
1
|
.neo-status-badge {
|
2
|
+
display: flex;
|
3
|
+
padding: var(--status-badge-padding);
|
4
|
+
align-items: var(--status-badge-align-items);
|
5
|
+
|
6
|
+
&.neo-state-alert {
|
7
|
+
background-color: var(--status-badge-state-alert-background-color);
|
8
|
+
color: var(--status-badge-state-alert-text-color);
|
9
|
+
}
|
10
|
+
|
2
11
|
&.neo-state-error {
|
3
|
-
background-color:
|
12
|
+
background-color: var(--status-badge-state-error-background-color);
|
13
|
+
color: var(--status-badge-state-error-text-color);
|
14
|
+
}
|
15
|
+
|
16
|
+
&.neo-state-info {
|
17
|
+
background-color: var(--status-badge-state-info-background-color);
|
18
|
+
color: var(--status-badge-state-info-text-color);
|
19
|
+
}
|
20
|
+
|
21
|
+
&.neo-state-neutral {
|
22
|
+
background-color: var(--status-badge-state-neutral-background-color);
|
23
|
+
color: var(--status-badge-state-neutral-text-color);
|
4
24
|
}
|
5
25
|
|
6
26
|
&.neo-state-success {
|
7
|
-
background-color:
|
27
|
+
background-color: var(--status-badge-state-success-background-color);
|
28
|
+
color: var(--status-badge-state-success-text-color);
|
29
|
+
|
30
|
+
}
|
31
|
+
|
32
|
+
.neo-state-glyph {
|
33
|
+
font-size: var(--status-badge-font-size);
|
34
|
+
pointer-events: none;
|
8
35
|
}
|
36
|
+
|
37
|
+
.neo-state-text {
|
38
|
+
flex: 1 1 auto;
|
39
|
+
font-family: var(--status-badge-font-family);
|
40
|
+
font-size: var(--status-badge-font-size);
|
41
|
+
font-weight: var(--status-badge-font-weight);
|
42
|
+
line-height: var(--status-badge-line-height);
|
43
|
+
pointer-events: none;
|
44
|
+
text-align: var(--status-badge-align-items);
|
45
|
+
text-transform: var(--status-badge-transform);
|
46
|
+
}
|
47
|
+
|
48
|
+
|
9
49
|
}
|
@@ -12,8 +12,8 @@
|
|
12
12
|
|
13
13
|
.countdown {
|
14
14
|
display: grid;
|
15
|
-
width:
|
16
|
-
height:
|
15
|
+
width: var(--timer-dimension);
|
16
|
+
height: var(--timer-dimension);
|
17
17
|
container-type: size;
|
18
18
|
}
|
19
19
|
|
@@ -36,7 +36,7 @@
|
|
36
36
|
--k: calc(var(--neo-timer-current) / var(--neo-timer-full));
|
37
37
|
transform: rotate(-90deg);
|
38
38
|
stroke-linecap: round;
|
39
|
-
stroke: color-mix(in hsl shorter hue,
|
39
|
+
stroke: color-mix(in hsl shorter hue, var(--timer-color-start) calc(var(--k) * 300%), var(--timer-color-end));
|
40
40
|
stroke-dasharray: var(--k) 1
|
41
41
|
}
|
42
42
|
}
|
@@ -74,12 +74,12 @@
|
|
74
74
|
/* Style the front side (fallback if image is missing) */
|
75
75
|
.flip-card-front {
|
76
76
|
& > input {
|
77
|
-
background-color:
|
78
|
-
color:
|
77
|
+
background-color: var(--container-background-color);
|
78
|
+
color: var(--container-color);
|
79
79
|
margin-top: 25%;
|
80
80
|
height:41%;
|
81
81
|
width: 100%;
|
82
|
-
font: calc(
|
82
|
+
font: calc(var(--timer-dimension) * 0.25)/2 ubuntu mono, consolas, monaco, monospace;
|
83
83
|
text-align: center;
|
84
84
|
border-width: 0 !important;
|
85
85
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
|
91
91
|
& > button {
|
92
92
|
border: 0 none;
|
93
|
-
background-color:
|
93
|
+
background-color: var(--timer-button-color);
|
94
94
|
height: 35%;
|
95
95
|
width: 100%;
|
96
96
|
font-size: 15cqh;
|
@@ -102,7 +102,7 @@
|
|
102
102
|
display: flex;
|
103
103
|
align-items: center;
|
104
104
|
justify-content: center;
|
105
|
-
font: calc(
|
105
|
+
font: calc(var(--timer-dimension)*.25)/ 2 ubuntu mono, consolas, monaco, monospace;
|
106
106
|
// initial transformation
|
107
107
|
transform: rotateY(180deg);
|
108
108
|
}
|
@@ -112,4 +112,4 @@
|
|
112
112
|
&.turn .flip-card-inner {
|
113
113
|
transform: rotateY(180deg);
|
114
114
|
}
|
115
|
-
}
|
115
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
.neo-toast {
|
2
2
|
z-index : 20; // ensure to be on top of table headers
|
3
3
|
align-items : center;
|
4
|
-
background-color:
|
4
|
+
background-color: var(--toast-background-color);
|
5
5
|
border-radius : 0.5rem;
|
6
|
-
box-shadow : 0 0.25rem 0.5rem
|
7
|
-
color :
|
6
|
+
box-shadow : 0 0.25rem 0.5rem var(--toast-shadow-color);
|
7
|
+
color : var(--toast-color);
|
8
8
|
display : flex;
|
9
9
|
position : fixed;
|
10
10
|
transition : bottom .3s ease-out, top .3s ease-out;
|
@@ -24,7 +24,7 @@
|
|
24
24
|
}
|
25
25
|
|
26
26
|
.neo-toast-icon {
|
27
|
-
border-right: 2px solid
|
27
|
+
border-right: 2px solid var(--toast-color);
|
28
28
|
flex : 1;
|
29
29
|
font-size : 1.5em;
|
30
30
|
}
|
@@ -57,15 +57,15 @@
|
|
57
57
|
|
58
58
|
// ui: danger
|
59
59
|
.neo-toast-danger {
|
60
|
-
background-color:
|
61
|
-
color:
|
60
|
+
background-color: var(--toast-danger-background-color);
|
61
|
+
color: var(--toast-danger-color);
|
62
62
|
|
63
63
|
& > div {
|
64
64
|
|
65
65
|
.neo-toast-inner {
|
66
66
|
|
67
67
|
.neo-toast-icon {
|
68
|
-
border-right: 2px solid
|
68
|
+
border-right: 2px solid var(--toast-danger-color);
|
69
69
|
}
|
70
70
|
}
|
71
71
|
}
|
@@ -73,15 +73,15 @@
|
|
73
73
|
|
74
74
|
// ui: success
|
75
75
|
.neo-toast-success {
|
76
|
-
background-color:
|
77
|
-
color:
|
76
|
+
background-color: var(--toast-success-background-color);
|
77
|
+
color: var(--toast-success-color);
|
78
78
|
|
79
79
|
& > div {
|
80
80
|
|
81
81
|
.neo-toast-inner {
|
82
82
|
|
83
83
|
.neo-toast-icon {
|
84
|
-
border-right: 2px solid
|
84
|
+
border-right: 2px solid var(--toast-success-color);
|
85
85
|
}
|
86
86
|
}
|
87
87
|
}
|
@@ -13,12 +13,12 @@
|
|
13
13
|
|
14
14
|
height: 100%;
|
15
15
|
width: 100%;
|
16
|
-
background-color:
|
16
|
+
background-color: var(--video-ghost-color);
|
17
17
|
|
18
18
|
.fa-solid {
|
19
|
-
height:
|
20
|
-
width:
|
21
|
-
font-size:
|
19
|
+
height: var(--video-ghost-size);
|
20
|
+
width: var(--video-ghost-size);
|
21
|
+
font-size: var(--video-ghost-size);
|
22
22
|
cursor: pointer;
|
23
23
|
}
|
24
24
|
}
|
@@ -28,4 +28,4 @@
|
|
28
28
|
width: 100%;
|
29
29
|
background: black;
|
30
30
|
}
|
31
|
-
}
|
31
|
+
}
|
@@ -7,11 +7,11 @@
|
|
7
7
|
}
|
8
8
|
|
9
9
|
.neo-accordion-title {
|
10
|
-
background-color:
|
10
|
+
background-color: var(--accordion-title-bg-color);
|
11
11
|
margin-bottom: 15px;
|
12
12
|
padding: 5px;
|
13
|
-
border-radius:
|
14
|
-
color:
|
13
|
+
border-radius: var(--accordion-item-radius);
|
14
|
+
color: var(--accordion-title-color);
|
15
15
|
|
16
16
|
label {
|
17
17
|
text-transform: uppercase;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
.neo-accordion-item {
|
2
|
-
box-shadow:
|
3
|
-
background-color:
|
4
|
-
border: 1px solid
|
5
|
-
border-radius:
|
2
|
+
box-shadow: var(--accordion-item-shadow);
|
3
|
+
background-color: var(--accordion-item-bg-color);
|
4
|
+
border: 1px solid var(--accordion-item-border-color);
|
5
|
+
border-radius: var(--accordion-item-radius);
|
6
6
|
|
7
7
|
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
|
8
|
-
max-height:
|
8
|
+
max-height: var(--accordion-item-header-height);
|
9
9
|
|
10
10
|
overflow: hidden;
|
11
11
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
transition: max-height 1s ease-in-out;
|
23
23
|
|
24
24
|
.neo-toolbar {
|
25
|
-
border-bottom-color:
|
25
|
+
border-bottom-color: var(--accordion-item-border-color);
|
26
26
|
|
27
27
|
.neo-accordion-header-arrow::before {
|
28
28
|
transform: rotate(0deg);
|
@@ -37,8 +37,8 @@
|
|
37
37
|
}
|
38
38
|
|
39
39
|
.neo-toolbar {
|
40
|
-
max-height:
|
41
|
-
min-height:
|
40
|
+
max-height: var(--accordion-item-header-height);
|
41
|
+
min-height: var(--accordion-item-header-height);
|
42
42
|
border-bottom: 1px solid transparent;
|
43
43
|
|
44
44
|
.neo-accordion-header-icon {
|
@@ -57,11 +57,11 @@
|
|
57
57
|
}
|
58
58
|
|
59
59
|
.neo-accordion-header-arrow {
|
60
|
-
background-color:
|
60
|
+
background-color: var(--accordion-item-arrow-bg-color);
|
61
61
|
height: 30px;
|
62
62
|
width: 30px;
|
63
|
-
border-radius:
|
64
|
-
box-shadow:
|
63
|
+
border-radius: var(--accordion-item-radius);
|
64
|
+
box-shadow: var(--accordion-item-arrow-shadow);
|
65
65
|
padding: 7px;
|
66
66
|
text-align: center;
|
67
67
|
|
@@ -75,9 +75,9 @@
|
|
75
75
|
}
|
76
76
|
|
77
77
|
.neo-accordion-content {
|
78
|
-
background-color:
|
79
|
-
border-bottom-left-radius:
|
80
|
-
border-bottom-right-radius:
|
78
|
+
background-color: var(--accordion-item-content-bg-color);
|
79
|
+
border-bottom-left-radius: var(--accordion-item-radius);
|
80
|
+
border-bottom-right-radius: var(--accordion-item-radius);
|
81
81
|
padding: 15px;
|
82
82
|
}
|
83
|
-
}
|
83
|
+
}
|
@@ -1,13 +1,13 @@
|
|
1
1
|
.neo-panel {
|
2
|
-
border: 1px solid
|
2
|
+
border: 1px solid var(--panel-border-color);
|
3
3
|
|
4
4
|
.neo-panel-header-text {
|
5
|
-
color :
|
5
|
+
color : var(--panel-header-text-color);
|
6
6
|
font-size : 16px;
|
7
7
|
font-weight: 600;
|
8
8
|
}
|
9
9
|
|
10
10
|
.neo-panel-header-toolbar {
|
11
|
-
border: 1px solid
|
11
|
+
border: 1px solid var(--panel-header-border-color);
|
12
12
|
}
|
13
|
-
}
|
13
|
+
}
|