neo.mjs 5.18.0 → 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/form/field/fileupload/server.mjs +1 -1
- 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 +21 -21
- 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 -41
- 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 -41
- 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/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
@@ -1,6 +1,6 @@
|
|
1
1
|
.neo-calendar-maincontainer {
|
2
2
|
.neo-calendar-header-toolbar {
|
3
|
-
border-bottom: 1px solid
|
3
|
+
border-bottom: 1px solid var(--calendar-border-color);
|
4
4
|
|
5
5
|
&.neo-left {
|
6
6
|
padding-right: 0;
|
@@ -8,7 +8,7 @@
|
|
8
8
|
}
|
9
9
|
|
10
10
|
.neo-calendar-sidebar {
|
11
|
-
border-right: 1px solid
|
11
|
+
border-right: 1px solid var(--calendar-border-color);
|
12
12
|
transition : margin-left 350ms ease-out;
|
13
13
|
}
|
14
14
|
|
@@ -47,91 +47,91 @@
|
|
47
47
|
color .15s ease-out;
|
48
48
|
|
49
49
|
&.neo-blue {
|
50
|
-
background-color:
|
51
|
-
border-left : 2px solid
|
52
|
-
color :
|
50
|
+
background-color: var(--event-blue-background-color);
|
51
|
+
border-left : 2px solid var(--event-blue-color);
|
52
|
+
color : var(--event-blue-color);
|
53
53
|
|
54
54
|
&.neo-focus {
|
55
|
-
background-color:
|
55
|
+
background-color: var(--event-blue-background-color-focus);
|
56
56
|
}
|
57
57
|
|
58
58
|
.neo-resizable {
|
59
|
-
color:
|
59
|
+
color: var(--event-blue-color);
|
60
60
|
}
|
61
61
|
}
|
62
62
|
|
63
63
|
&.neo-green {
|
64
|
-
background-color:
|
65
|
-
border-left : 2px solid
|
66
|
-
color :
|
64
|
+
background-color: var(--event-green-background-color);
|
65
|
+
border-left : 2px solid var(--event-green-color);
|
66
|
+
color : var(--event-green-color);
|
67
67
|
|
68
68
|
&.neo-focus {
|
69
|
-
background-color:
|
69
|
+
background-color: var(--event-green-background-color-focus);
|
70
70
|
}
|
71
71
|
|
72
72
|
.neo-resizable {
|
73
|
-
color:
|
73
|
+
color: var(--event-green-color);
|
74
74
|
}
|
75
75
|
}
|
76
76
|
|
77
77
|
&.neo-orange {
|
78
|
-
background-color:
|
79
|
-
border-left : 2px solid
|
80
|
-
color :
|
78
|
+
background-color: var(--event-orange-background-color);
|
79
|
+
border-left : 2px solid var(--event-orange-color);
|
80
|
+
color : var(--event-orange-color);
|
81
81
|
|
82
82
|
&.neo-focus {
|
83
|
-
background-color:
|
83
|
+
background-color: var(--event-orange-background-color-focus);
|
84
84
|
}
|
85
85
|
|
86
86
|
.neo-resizable {
|
87
|
-
color:
|
87
|
+
color: var(--event-orange-color);
|
88
88
|
}
|
89
89
|
}
|
90
90
|
|
91
91
|
&.neo-pink {
|
92
|
-
background-color:
|
93
|
-
border-left : 2px solid
|
94
|
-
color :
|
92
|
+
background-color: var(--event-pink-background-color);
|
93
|
+
border-left : 2px solid var(--event-pink-color);
|
94
|
+
color : var(--event-pink-color);
|
95
95
|
|
96
96
|
&.neo-focus {
|
97
|
-
background-color:
|
97
|
+
background-color: var(--event-pink-background-color-focus);
|
98
98
|
}
|
99
99
|
|
100
100
|
.neo-resizable {
|
101
|
-
color:
|
101
|
+
color: var(--event-pink-color);
|
102
102
|
}
|
103
103
|
}
|
104
104
|
|
105
105
|
&.neo-red {
|
106
|
-
background-color:
|
107
|
-
border-left : 2px solid
|
108
|
-
color :
|
106
|
+
background-color: var(--event-red-background-color);
|
107
|
+
border-left : 2px solid var(--event-red-color);
|
108
|
+
color : var(--event-red-color);
|
109
109
|
|
110
110
|
&.neo-focus {
|
111
|
-
background-color:
|
111
|
+
background-color: var(--event-red-background-color-focus);
|
112
112
|
}
|
113
113
|
|
114
114
|
.neo-resizable {
|
115
|
-
color:
|
115
|
+
color: var(--event-red-color);
|
116
116
|
}
|
117
117
|
}
|
118
118
|
|
119
119
|
&.neo-yellow {
|
120
|
-
background-color:
|
121
|
-
border-left : 2px solid
|
122
|
-
color :
|
120
|
+
background-color: var(--event-yellow-background-color);
|
121
|
+
border-left : 2px solid var(--event-yellow-border-color);
|
122
|
+
color : var(--event-yellow-color);
|
123
123
|
|
124
124
|
&.neo-focus {
|
125
|
-
background-color:
|
126
|
-
color :
|
125
|
+
background-color: var(--event-yellow-background-color-focus);
|
126
|
+
color : var(--event-yellow-color-focus) !important;
|
127
127
|
|
128
128
|
.neo-resizable {
|
129
|
-
color:
|
129
|
+
color: var(--event-yellow-color-focus) !important;
|
130
130
|
}
|
131
131
|
}
|
132
132
|
|
133
133
|
.neo-resizable {
|
134
|
-
color:
|
134
|
+
color: var(--event-yellow-color);
|
135
135
|
}
|
136
136
|
}
|
137
137
|
}
|
@@ -141,27 +141,27 @@
|
|
141
141
|
border-radius: 3px;
|
142
142
|
|
143
143
|
&.neo-blue {
|
144
|
-
border: 1px solid
|
144
|
+
border: 1px solid var(--event-blue-color);
|
145
145
|
}
|
146
146
|
|
147
147
|
&.neo-green {
|
148
|
-
border: 1px solid
|
148
|
+
border: 1px solid var(--event-green-color);
|
149
149
|
}
|
150
150
|
|
151
151
|
&.neo-orange {
|
152
|
-
border: 1px solid
|
152
|
+
border: 1px solid var(--event-orange-color);
|
153
153
|
}
|
154
154
|
|
155
155
|
&.neo-pink {
|
156
|
-
border: 1px solid
|
156
|
+
border: 1px solid var(--event-pink-color);
|
157
157
|
}
|
158
158
|
|
159
159
|
&.neo-red {
|
160
|
-
border: 1px solid
|
160
|
+
border: 1px solid var(--event-red-color);
|
161
161
|
}
|
162
162
|
|
163
163
|
&.neo-yellow {
|
164
|
-
border: 1px solid
|
164
|
+
border: 1px solid var(--event-yellow-border-color);
|
165
165
|
}
|
166
166
|
}
|
167
167
|
}
|
@@ -170,32 +170,32 @@
|
|
170
170
|
.neo-event {
|
171
171
|
&.neo-blue {
|
172
172
|
border-left : 0;
|
173
|
-
border-right: 2px solid
|
173
|
+
border-right: 2px solid var(--event-blue-color);
|
174
174
|
}
|
175
175
|
|
176
176
|
&.neo-green {
|
177
177
|
border-left : 0;
|
178
|
-
border-right: 2px solid
|
178
|
+
border-right: 2px solid var(--event-green-color);
|
179
179
|
}
|
180
180
|
|
181
181
|
&.neo-orange {
|
182
182
|
border-left : 0;
|
183
|
-
border-right: 2px solid
|
183
|
+
border-right: 2px solid var(--event-orange-color);
|
184
184
|
}
|
185
185
|
|
186
186
|
&.neo-pink {
|
187
187
|
border-left : 0;
|
188
|
-
border-right: 2px solid
|
188
|
+
border-right: 2px solid var(--event-pink-color);
|
189
189
|
}
|
190
190
|
|
191
191
|
&.neo-red {
|
192
192
|
border-left : 0;
|
193
|
-
border-right: 2px solid
|
193
|
+
border-right: 2px solid var(--event-red-color);
|
194
194
|
}
|
195
195
|
|
196
196
|
&.neo-yellow {
|
197
197
|
border-left : 0;
|
198
|
-
border-right: 2px solid
|
198
|
+
border-right: 2px solid var(--event-yellow-border-color);
|
199
199
|
}
|
200
200
|
}
|
201
201
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.neo-calendar-settingscontainer {
|
2
|
-
border-left: 1px solid
|
2
|
+
border-left: 1px solid var(--calendar-border-color);
|
3
3
|
transition : margin-right 350ms ease-out;
|
4
4
|
|
5
5
|
.neo-layout-card-item {
|
@@ -14,8 +14,8 @@
|
|
14
14
|
// todo: move into a better spot
|
15
15
|
.neo-header {
|
16
16
|
align-items : center;
|
17
|
-
background-color:
|
18
|
-
color :
|
17
|
+
background-color: var(--calendar-settings-header-background-color);
|
18
|
+
color : var(--calendar-settings-header-color);
|
19
19
|
display : flex;
|
20
20
|
padding : 0 10px;
|
21
21
|
|
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
&.neo-show-cell-borders {
|
6
6
|
.neo-calendar-week {
|
7
|
-
border-bottom: 1px solid
|
7
|
+
border-bottom: 1px solid var(--c-y-cell-border-color);
|
8
8
|
}
|
9
9
|
|
10
10
|
.neo-cell {
|
11
|
-
border-right: 1px solid
|
11
|
+
border-right: 1px solid var(--c-y-cell-border-color);
|
12
12
|
}
|
13
13
|
|
14
14
|
.neo-top-left-spacer {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
}
|
22
22
|
|
23
23
|
.neo-weeknumber-cell {
|
24
|
-
border-left: 1px solid
|
24
|
+
border-left: 1px solid var(--c-y-cell-border-color);
|
25
25
|
}
|
26
26
|
}
|
27
27
|
|
@@ -39,7 +39,7 @@
|
|
39
39
|
}
|
40
40
|
|
41
41
|
.neo-year-header {
|
42
|
-
color :
|
42
|
+
color : var(--c-y-year-color);
|
43
43
|
display : flex;
|
44
44
|
font-size : 1.3em;
|
45
45
|
font-weight : 600;
|
@@ -48,14 +48,14 @@
|
|
48
48
|
|
49
49
|
.neo-nav-button {
|
50
50
|
align-items : center;
|
51
|
-
background-color:
|
51
|
+
background-color: var(--dateselector-nav-button-background-color);
|
52
52
|
cursor : pointer;
|
53
53
|
display : flex;
|
54
54
|
justify-content : center;
|
55
55
|
width : 1.4em;
|
56
56
|
|
57
57
|
&:before {
|
58
|
-
color :
|
58
|
+
color : var(--dateselector-nav-button-color);
|
59
59
|
font-family: var(--fa-style-family-classic);
|
60
60
|
font-weight: 900;
|
61
61
|
transition : color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -63,7 +63,7 @@
|
|
63
63
|
|
64
64
|
&:hover {
|
65
65
|
&:before {
|
66
|
-
color:
|
66
|
+
color: var(--dateselector-nav-button-color-hover);
|
67
67
|
}
|
68
68
|
}
|
69
69
|
}
|
@@ -84,7 +84,7 @@
|
|
84
84
|
}
|
85
85
|
|
86
86
|
.neo-month-name {
|
87
|
-
color :
|
87
|
+
color : var(--c-y-month-color);
|
88
88
|
font-size : 1.3em;
|
89
89
|
margin-bottom: .5em;
|
90
90
|
}
|
@@ -109,7 +109,7 @@
|
|
109
109
|
|
110
110
|
.neo-cell {
|
111
111
|
align-items : center;
|
112
|
-
color :
|
112
|
+
color : var(--c-y-cell-color);
|
113
113
|
display : flex;
|
114
114
|
flex : 1;
|
115
115
|
font-weight : 400;
|
@@ -148,8 +148,8 @@
|
|
148
148
|
justify-content: center;
|
149
149
|
|
150
150
|
&.neo-today {
|
151
|
-
background-color:
|
152
|
-
color :
|
151
|
+
background-color: var(--c-y-today-background-color);
|
152
|
+
color : var(--c-y-today-color);
|
153
153
|
font-weight : 900;
|
154
154
|
}
|
155
155
|
}
|
@@ -163,8 +163,8 @@
|
|
163
163
|
}
|
164
164
|
|
165
165
|
.neo-weeknumber-cell {
|
166
|
-
background-color:
|
167
|
-
color :
|
166
|
+
background-color: var(--c-y-week-background-color);
|
167
|
+
color : var(--c-y-week-color);
|
168
168
|
}
|
169
169
|
}
|
170
170
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.neo-calendar-edit-container {
|
2
|
-
background-color:
|
3
|
-
border : 1px solid
|
4
|
-
box-shadow :
|
2
|
+
background-color: var(--calendar-edit-calendar-background-color);
|
3
|
+
border : 1px solid var(--calendar-edit-calendar-border-color);
|
4
|
+
box-shadow : var(--calendar-edit-calendar-box-shadow);
|
5
5
|
padding : .7em;
|
6
6
|
position : absolute;
|
7
7
|
top : 0;
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
&:before {
|
11
11
|
border-bottom: 12px solid transparent;
|
12
|
-
border-right : 12px solid
|
12
|
+
border-right : 12px solid var(--calendar-edit-calendar-border-color);
|
13
13
|
border-top : 12px solid transparent;
|
14
14
|
content : '';
|
15
15
|
display : block;
|
@@ -16,37 +16,37 @@
|
|
16
16
|
|
17
17
|
.neo-color-blue {
|
18
18
|
.neo-checkbox-icon {
|
19
|
-
color:
|
19
|
+
color: var(--event-blue-color) !important;
|
20
20
|
}
|
21
21
|
}
|
22
22
|
|
23
23
|
.neo-color-green {
|
24
24
|
.neo-checkbox-icon {
|
25
|
-
color:
|
25
|
+
color: var(--event-green-color) !important;
|
26
26
|
}
|
27
27
|
}
|
28
28
|
|
29
29
|
.neo-color-orange {
|
30
30
|
.neo-checkbox-icon {
|
31
|
-
color:
|
31
|
+
color: var(--event-orange-color) !important;
|
32
32
|
}
|
33
33
|
}
|
34
34
|
|
35
35
|
.neo-color-pink {
|
36
36
|
.neo-checkbox-icon {
|
37
|
-
color:
|
37
|
+
color: var(--event-pink-color) !important;
|
38
38
|
}
|
39
39
|
}
|
40
40
|
|
41
41
|
.neo-color-red {
|
42
42
|
.neo-checkbox-icon {
|
43
|
-
color:
|
43
|
+
color: var(--event-red-color) !important;
|
44
44
|
}
|
45
45
|
}
|
46
46
|
|
47
47
|
.neo-color-yellow {
|
48
48
|
.neo-checkbox-icon {
|
49
|
-
color:
|
49
|
+
color: var(--event-yellow-border-color) !important;
|
50
50
|
}
|
51
51
|
}
|
52
52
|
|
@@ -63,7 +63,7 @@
|
|
63
63
|
}
|
64
64
|
|
65
65
|
.neo-edit-icon {
|
66
|
-
color :
|
66
|
+
color : var(--calendars-list-edit-icon-color);
|
67
67
|
font-size : 16px;
|
68
68
|
font-weight : 600;
|
69
69
|
height : 1em;
|
@@ -1,5 +1,7 @@
|
|
1
|
+
@use "sass:math";
|
2
|
+
|
1
3
|
.neo-calendar-monthcomponent {
|
2
|
-
background-color:
|
4
|
+
background-color: var(--c-m-background-color);
|
3
5
|
display : flex;
|
4
6
|
flex-direction : column;
|
5
7
|
position : relative;
|
@@ -20,13 +22,13 @@
|
|
20
22
|
|
21
23
|
&.neo-scroll-shadows {
|
22
24
|
.neo-month-header-content {
|
23
|
-
box-shadow:
|
25
|
+
box-shadow: var(--c-m-scroll-box-shadow);
|
24
26
|
}
|
25
27
|
}
|
26
28
|
|
27
29
|
.neo-day {
|
28
|
-
border-right : 1px solid
|
29
|
-
color :
|
30
|
+
border-right : 1px solid var(--c-m-border-color);
|
31
|
+
color : var(--c-m-day-number-color);
|
30
32
|
display : flex;
|
31
33
|
flex : 1 1 100%;
|
32
34
|
flex-direction : column;
|
@@ -91,8 +93,8 @@
|
|
91
93
|
}
|
92
94
|
|
93
95
|
.neo-month-header-content {
|
94
|
-
background-color:
|
95
|
-
color :
|
96
|
+
background-color: var(--c-m-background-color);
|
97
|
+
color : var(--c-m-year-color);
|
96
98
|
min-width : fit-content;
|
97
99
|
opacity : 0;
|
98
100
|
padding : 0 calc(.3em / 1.6);
|
@@ -102,20 +104,20 @@
|
|
102
104
|
|
103
105
|
.neo-week {
|
104
106
|
align-content: flex-start;
|
105
|
-
border-bottom: 1px solid
|
107
|
+
border-bottom: 1px solid var(--c-m-border-color);
|
106
108
|
display : flex;
|
107
109
|
flex : 1 0 math.div(100%, 6);
|
108
110
|
}
|
109
111
|
|
110
112
|
.neo-weekend {
|
111
|
-
background-color:
|
113
|
+
background-color: var(--c-m-weekend-background-color);
|
112
114
|
}
|
113
115
|
}
|
114
116
|
|
115
117
|
.neo-days-header {
|
116
118
|
align-items : stretch;
|
117
|
-
background-color:
|
118
|
-
border-bottom : 1px solid
|
119
|
+
background-color: var(--c-m-background-color);
|
120
|
+
border-bottom : 1px solid var(--c-m-border-color);
|
119
121
|
display : flex;
|
120
122
|
height : 3.75em;
|
121
123
|
position : absolute;
|
@@ -125,7 +127,7 @@
|
|
125
127
|
.neo-day-name {
|
126
128
|
align-items : flex-end;
|
127
129
|
border-right : 1px solid transparent;
|
128
|
-
color :
|
130
|
+
color : var(--c-m-day-name-color);
|
129
131
|
display : flex;
|
130
132
|
flex : 1 1 100%;
|
131
133
|
justify-content: flex-end;
|
@@ -138,12 +140,12 @@
|
|
138
140
|
}
|
139
141
|
|
140
142
|
.neo-month-name {
|
141
|
-
color :
|
143
|
+
color : var(--c-m-month-name-color);
|
142
144
|
font-weight: bold;
|
143
145
|
}
|
144
146
|
|
145
147
|
.neo-static-header {
|
146
|
-
color :
|
148
|
+
color : var(--c-m-year-color);
|
147
149
|
font-size : 1.6em;
|
148
150
|
padding-left: calc(.3em / 1.6);
|
149
151
|
}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
&.neo-timeaxis-end {
|
9
9
|
.neo-c-w-column{
|
10
|
-
border-left : 1px solid
|
10
|
+
border-left : 1px solid var(--c-w-border-color);
|
11
11
|
border-right: none;
|
12
12
|
|
13
13
|
&:first-child {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
}
|
39
39
|
|
40
40
|
.neo-c-w-column{
|
41
|
-
border-right : 1px solid
|
41
|
+
border-right : 1px solid var(--c-w-border-color);
|
42
42
|
display : flex;
|
43
43
|
flex : 1 0 calc(100% / 21);
|
44
44
|
flex-direction: column;
|
@@ -49,7 +49,7 @@
|
|
49
49
|
}
|
50
50
|
|
51
51
|
&.neo-weekend {
|
52
|
-
background-color:
|
52
|
+
background-color: var(--c-w-weekend-background-color);
|
53
53
|
}
|
54
54
|
}
|
55
55
|
|
@@ -142,8 +142,8 @@
|
|
142
142
|
|
143
143
|
.neo-header-row-item {
|
144
144
|
align-items : center;
|
145
|
-
background-color:
|
146
|
-
border-bottom : 1px solid
|
145
|
+
background-color: var(--c-w-header-background-color);
|
146
|
+
border-bottom : 1px solid var(--c-w-border-color);
|
147
147
|
cursor : pointer;
|
148
148
|
display : flex;
|
149
149
|
flex : 1 0 calc(100% / 5);
|
@@ -155,15 +155,15 @@
|
|
155
155
|
|
156
156
|
&:hover {
|
157
157
|
.neo-date {
|
158
|
-
background-color:
|
159
|
-
color :
|
158
|
+
background-color: var(--c-w-header-date-background-color-hover);
|
159
|
+
color : var(--c-w-header-date-color-hover);
|
160
160
|
}
|
161
161
|
}
|
162
162
|
|
163
163
|
.neo-date {
|
164
164
|
align-items : center;
|
165
165
|
border-radius : 50%;
|
166
|
-
color :
|
166
|
+
color : var(--c-w-header-date-color);
|
167
167
|
display : flex;
|
168
168
|
font-size : 1.6em;
|
169
169
|
height : 1.62em;
|
@@ -172,13 +172,13 @@
|
|
172
172
|
width : 1.62em;
|
173
173
|
|
174
174
|
&.neo-today {
|
175
|
-
background-color:
|
176
|
-
color :
|
175
|
+
background-color: var(--c-w-header-today-background-color);
|
176
|
+
color : var(--c-w-header-today-color);
|
177
177
|
}
|
178
178
|
}
|
179
179
|
|
180
180
|
.neo-day {
|
181
|
-
color :
|
181
|
+
color : var(--c-w-header-day-color);
|
182
182
|
font-size : .7em;
|
183
183
|
margin-bottom: .3em;
|
184
184
|
}
|
@@ -194,7 +194,7 @@
|
|
194
194
|
}
|
195
195
|
|
196
196
|
.neo-scroll-overlay {
|
197
|
-
background-color:
|
197
|
+
background-color: var(--c-w-header-background-color);
|
198
198
|
height : 4.4em;
|
199
199
|
left : 0;
|
200
200
|
position : absolute;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
.neo-calendar-timeaxis {
|
2
|
-
background-color :
|
2
|
+
background-color : var(--c-w-header-background-color);
|
3
3
|
background-position-x: 100%;
|
4
4
|
background-position-y: 0;
|
5
5
|
background-repeat : repeat-y;
|
6
|
-
border-right : 1px solid
|
7
|
-
box-shadow : -1px 0 0
|
6
|
+
border-right : 1px solid var(--c-w-border-color);
|
7
|
+
box-shadow : -1px 0 0 var(--c-w-header-background-color); // hack for the annoying 1px gap
|
8
8
|
flex : none;
|
9
9
|
left : 0;
|
10
10
|
margin-top : -1px;
|
@@ -28,7 +28,7 @@
|
|
28
28
|
.neo-timeaxis-end {
|
29
29
|
.neo-calendar-timeaxis {
|
30
30
|
background-position-x: 0;
|
31
|
-
border-left : 1px solid
|
31
|
+
border-left : 1px solid var(--c-w-border-color);
|
32
32
|
border-right : none;
|
33
33
|
left : unset;
|
34
34
|
right : 0;
|
@@ -1,13 +1,13 @@
|
|
1
1
|
.neo-label.neo-box-label {
|
2
|
-
background-color:
|
3
|
-
border :
|
4
|
-
color :
|
2
|
+
background-color: var(--boxlabel-background-color);
|
3
|
+
border : var(--boxlabel-border);
|
4
|
+
color : var(--boxlabel-color);
|
5
5
|
font-size : 13px;
|
6
6
|
margin : 10px;
|
7
7
|
padding : 10px;
|
8
8
|
white-space : normal;
|
9
9
|
|
10
10
|
a {
|
11
|
-
color:
|
11
|
+
color: var(--boxlabel-color);
|
12
12
|
}
|
13
|
-
}
|
13
|
+
}
|
@@ -1,40 +1,40 @@
|
|
1
1
|
.neo-chip {
|
2
|
-
align-items :
|
3
|
-
border :
|
4
|
-
border-radius :
|
2
|
+
align-items : var(--chip-align-items);
|
3
|
+
border : var(--chip-border);
|
4
|
+
border-radius : var(--chip-border-radius);
|
5
5
|
// display will get handled on component level => either flex or inline-flex
|
6
6
|
flex-direction : row;
|
7
|
-
height :
|
8
|
-
justify-content:
|
7
|
+
height : var(--chip-height);
|
8
|
+
justify-content: var(--chip-justify-content);
|
9
9
|
transition : border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
10
10
|
|
11
11
|
&:focus {
|
12
|
-
border-color:
|
12
|
+
border-color: var(--chip-border-color-focus);
|
13
13
|
outline : 0;
|
14
14
|
}
|
15
15
|
|
16
16
|
.neo-chip-close-button {
|
17
|
-
color :
|
17
|
+
color : var(--chip-close-button-color);
|
18
18
|
cursor : pointer;
|
19
19
|
margin : 0 calc(15px / 2);
|
20
20
|
transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
21
21
|
|
22
22
|
&:hover {
|
23
|
-
color:
|
23
|
+
color: var(--chip-close-button-color-hover);
|
24
24
|
}
|
25
25
|
}
|
26
26
|
|
27
27
|
.neo-chip-glyph {
|
28
|
-
color :
|
28
|
+
color : var(--chip-glyph-color);
|
29
29
|
margin : 0 calc(15px / 2);
|
30
30
|
pointer-events: none;
|
31
31
|
}
|
32
32
|
|
33
33
|
.neo-chip-text {
|
34
|
-
color :
|
34
|
+
color : var(--chip-text-color);
|
35
35
|
flex : 1;
|
36
|
-
font-size :
|
36
|
+
font-size : var(--chip-text-font-size);
|
37
37
|
pointer-events: none;
|
38
|
-
text-align :
|
38
|
+
text-align : var(--chip-text-align);
|
39
39
|
}
|
40
|
-
}
|
40
|
+
}
|