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,8 +1,8 @@
|
|
1
1
|
.neo-animate-dialog {
|
2
2
|
// default styling to match buttons, since this is the most common use case
|
3
|
-
background-color:
|
4
|
-
background-image:
|
5
|
-
border :
|
3
|
+
background-color: var(--button-background-color);
|
4
|
+
background-image: var(--button-background-image);
|
5
|
+
border : var(--button-border-active);
|
6
6
|
|
7
7
|
position: fixed;
|
8
8
|
z-index : 1000;
|
@@ -44,7 +44,7 @@
|
|
44
44
|
}
|
45
45
|
|
46
46
|
.neo-dialog {
|
47
|
-
border : 1px solid
|
47
|
+
border : 1px solid var(--dialog-border-color);
|
48
48
|
display : flex;
|
49
49
|
flex : 1 0 auto;
|
50
50
|
flex-direction: column;
|
@@ -53,12 +53,12 @@
|
|
53
53
|
&.neo-panel {
|
54
54
|
.neo-footer-toolbar {
|
55
55
|
border : none;
|
56
|
-
border-top: 1px solid
|
56
|
+
border-top: 1px solid var(--dialog-border-color);
|
57
57
|
}
|
58
58
|
|
59
59
|
.neo-header-toolbar {
|
60
60
|
border : none;
|
61
|
-
border-bottom: 1px solid
|
61
|
+
border-bottom: 1px solid var(--dialog-border-color);
|
62
62
|
|
63
63
|
.neo-button {
|
64
64
|
border : 0;
|
@@ -71,12 +71,12 @@
|
|
71
71
|
}
|
72
72
|
|
73
73
|
.neo-button-glyph {
|
74
|
-
color :
|
74
|
+
color : var(--dialog-icon-color);
|
75
75
|
font-size: 1.8em;
|
76
76
|
}
|
77
77
|
|
78
78
|
.neo-panel-header-text {
|
79
|
-
color :
|
79
|
+
color : var(--dialog-header-color);
|
80
80
|
overflow : hidden;
|
81
81
|
pointer-events: none;
|
82
82
|
text-overflow : ellipsis;
|
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
.neo-toolbar {
|
14
14
|
border : 0;
|
15
|
-
border-bottom: 1px solid
|
15
|
+
border-bottom: 1px solid var(--panel-border-color);
|
16
16
|
}
|
17
17
|
}
|
18
18
|
|
@@ -21,5 +21,5 @@
|
|
21
21
|
}
|
22
22
|
|
23
23
|
.neo-examples-tab-component {
|
24
|
-
background-color:
|
25
|
-
}
|
24
|
+
background-color: var(--examples-tab-component-background-color);
|
25
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
.neo-examples-calendar-maincontainer {
|
2
2
|
.neo-header {
|
3
3
|
align-items : center;
|
4
|
-
background-color:
|
5
|
-
color :
|
4
|
+
background-color: var(--examples-calendar-basic-header-background-color);
|
5
|
+
color : var(--examples-calendar-basic-header-color);
|
6
6
|
display : flex;
|
7
7
|
padding : 0 10px;
|
8
8
|
|
@@ -2,23 +2,23 @@
|
|
2
2
|
.neo-accordion-item-icon {
|
3
3
|
&.color-blue {
|
4
4
|
background-color: lightskyblue;
|
5
|
-
color:
|
5
|
+
color: var(--list-item-background-color);
|
6
6
|
}
|
7
7
|
|
8
8
|
&.color-red {
|
9
9
|
background-color: palevioletred;
|
10
|
-
color:
|
10
|
+
color: var(--list-item-background-color);
|
11
11
|
}
|
12
12
|
|
13
13
|
&.color-yellow {
|
14
14
|
background-color: goldenrod;
|
15
|
-
color:
|
15
|
+
color: var(--list-item-background-color);
|
16
16
|
}
|
17
17
|
|
18
18
|
&.color-green {
|
19
19
|
background-color: lightseagreen;
|
20
|
-
color:
|
21
|
-
color:
|
20
|
+
color: var(--list-container-list-color);
|
21
|
+
color: var(--list-item-background-color);
|
22
22
|
}
|
23
23
|
}
|
24
|
-
}
|
24
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.neo-fieldset {
|
2
|
-
background-color:
|
3
|
-
border :
|
2
|
+
background-color: var(--fieldset-background-color);
|
3
|
+
border : var(--fieldset-border);
|
4
4
|
|
5
5
|
&.neo-collapsed {
|
6
6
|
background-color: inherit;
|
@@ -23,14 +23,14 @@
|
|
23
23
|
}
|
24
24
|
|
25
25
|
.neo-legend {
|
26
|
-
color :
|
26
|
+
color : var(--fieldset-legend-color);
|
27
27
|
cursor : default;
|
28
28
|
font-weight : 500;
|
29
29
|
padding-right: 0.1em;
|
30
30
|
user-select : none;
|
31
31
|
|
32
32
|
.neo-legend-icon {
|
33
|
-
color :
|
33
|
+
color : var(--fieldset-legend-icon-color);
|
34
34
|
font-weight : 600;
|
35
35
|
margin-left : 0.1em;
|
36
36
|
margin-right: 0.3em;
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
&:checked {
|
7
7
|
+.neo-checkbox-icon {
|
8
|
-
color:
|
8
|
+
color: var(--checkboxfield-color-checked);
|
9
9
|
}
|
10
10
|
}
|
11
11
|
|
@@ -15,28 +15,28 @@
|
|
15
15
|
}
|
16
16
|
|
17
17
|
.neo-checkbox-icon {
|
18
|
-
color :
|
18
|
+
color : var(--checkboxfield-color);
|
19
19
|
cursor : pointer;
|
20
20
|
display : inline-block;
|
21
|
-
font-family:
|
22
|
-
font-size :
|
23
|
-
margin :
|
21
|
+
font-family: var(--checkboxfield-icon-font-family);
|
22
|
+
font-size : var(--checkboxfield-icon-font-size);
|
23
|
+
margin : var(--checkboxfield-icon-margin);
|
24
24
|
width : 20px;
|
25
25
|
}
|
26
26
|
|
27
27
|
.neo-checkbox-label {
|
28
|
-
color :
|
28
|
+
color : var(--textfield-label-color);
|
29
29
|
display : inline-block;
|
30
30
|
user-select: none;
|
31
31
|
}
|
32
32
|
|
33
33
|
.neo-checkbox-value-label {
|
34
|
-
color :
|
34
|
+
color : var(--textfield-label-color);
|
35
35
|
user-select: none;
|
36
36
|
}
|
37
37
|
|
38
38
|
.neo-error {
|
39
|
-
color :
|
39
|
+
color : var(--textfield-border-color-invalid);
|
40
40
|
font-size : 11px;
|
41
41
|
margin-top : .3em;
|
42
42
|
white-space: break-spaces;
|
@@ -53,7 +53,7 @@
|
|
53
53
|
|
54
54
|
&.neo-invalid {
|
55
55
|
.neo-checkbox-icon {
|
56
|
-
color:
|
56
|
+
color: var(--textfield-border-color-invalid);
|
57
57
|
}
|
58
58
|
}
|
59
59
|
|
@@ -65,7 +65,7 @@
|
|
65
65
|
.neo-checkbox-label {
|
66
66
|
display : flex;
|
67
67
|
flex-flow: row wrap;
|
68
|
-
margin :
|
68
|
+
margin : var(--checkboxfield-label-top-margin);
|
69
69
|
|
70
70
|
.neo-checkbox-label {
|
71
71
|
width: 100% !important;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.neo-file-upload-field {
|
2
|
-
background-color :
|
3
|
-
border-color :
|
4
|
-
color :
|
2
|
+
background-color : var(--fileuploadfield-background-color);
|
3
|
+
border-color : var(--fileuploadfield-border-color);
|
4
|
+
color : var(--fileuploadfield-color);
|
5
5
|
}
|
6
6
|
|
7
7
|
.neo-file-upload-field {
|
@@ -131,7 +131,7 @@
|
|
131
131
|
}
|
132
132
|
}
|
133
133
|
// No interaction while scanning. We just have to wait.
|
134
|
-
// But
|
134
|
+
// But
|
135
135
|
.neo-file-upload-action-button {
|
136
136
|
position : absolute;
|
137
137
|
clip : rect(0, 0, 0, 0);
|
@@ -28,8 +28,8 @@
|
|
28
28
|
|
29
29
|
.neo-spin-button {
|
30
30
|
align-items : center;
|
31
|
-
border-left : 1px solid
|
32
|
-
color :
|
31
|
+
border-left : 1px solid var(--textfield-border-color);
|
32
|
+
color : var(--trigger-color);
|
33
33
|
cursor : pointer;
|
34
34
|
display : flex;
|
35
35
|
font-size : 10px;
|
@@ -40,7 +40,7 @@
|
|
40
40
|
width : 100%;
|
41
41
|
|
42
42
|
&.neo-up {
|
43
|
-
border-bottom: 1px solid
|
43
|
+
border-bottom: 1px solid var(--textfield-border-color);
|
44
44
|
height : calc(50% + .5px); // honoring the bottom border
|
45
45
|
}
|
46
46
|
|
@@ -50,8 +50,8 @@
|
|
50
50
|
}
|
51
51
|
|
52
52
|
&:hover {
|
53
|
-
background-color:
|
54
|
-
color :
|
53
|
+
background-color: var(--trigger-background-color-hover);
|
54
|
+
color : var(--trigger-color-hover);
|
55
55
|
}
|
56
56
|
}
|
57
57
|
}
|
@@ -11,9 +11,9 @@
|
|
11
11
|
}
|
12
12
|
|
13
13
|
.neo-picker-container {
|
14
|
-
background-color:
|
15
|
-
border :
|
16
|
-
box-shadow :
|
14
|
+
background-color: var(--pickerfield-container-background-color);
|
15
|
+
border : var(--pickerfield-container-border);
|
16
|
+
box-shadow : var(--pickerfield-container-box-shadow);
|
17
17
|
position : absolute;
|
18
18
|
z-index : 200;
|
19
19
|
|
@@ -14,7 +14,7 @@
|
|
14
14
|
}
|
15
15
|
|
16
16
|
input[type=range]::-moz-range-track, {
|
17
|
-
background :
|
17
|
+
background : var(--rangefield-track-background);
|
18
18
|
border-radius: 2px;
|
19
19
|
cursor : pointer;
|
20
20
|
height : 4px;
|
@@ -23,7 +23,7 @@
|
|
23
23
|
}
|
24
24
|
|
25
25
|
input[type=range]::-webkit-slider-runnable-track {
|
26
|
-
background :
|
26
|
+
background : var(--rangefield-track-background);
|
27
27
|
border-radius: 2px;
|
28
28
|
cursor : pointer;
|
29
29
|
height : 4px;
|
@@ -32,7 +32,7 @@
|
|
32
32
|
}
|
33
33
|
|
34
34
|
input[type=range]::-moz-range-thumb {
|
35
|
-
background :
|
35
|
+
background : var(--rangefield-thumb-background);
|
36
36
|
border-color : #3c3f41;
|
37
37
|
border-radius: 50%;
|
38
38
|
cursor : ew-resize;
|
@@ -47,7 +47,7 @@
|
|
47
47
|
}
|
48
48
|
|
49
49
|
input[type=range]::-webkit-slider-thumb {
|
50
|
-
background :
|
50
|
+
background : var(--rangefield-thumb-background);
|
51
51
|
border-color : #3c3f41;
|
52
52
|
border-radius: 50%;
|
53
53
|
cursor : ew-resize;
|
@@ -62,4 +62,4 @@
|
|
62
62
|
box-shadow: 0 0 0 4px rgba(51, 153, 204, 0.49);
|
63
63
|
}
|
64
64
|
}
|
65
|
-
}
|
65
|
+
}
|
@@ -17,9 +17,9 @@
|
|
17
17
|
|
18
18
|
.neo-typeahead-input {
|
19
19
|
border-color: transparent;
|
20
|
-
color :
|
21
|
-
font :
|
22
|
-
opacity :
|
20
|
+
color : var(--selectfield-input-hint-color);
|
21
|
+
font : var(--textfield-input-font);
|
22
|
+
opacity : var(--selectfield-input-hint-opacity);
|
23
23
|
}
|
24
24
|
}
|
25
25
|
|
@@ -29,20 +29,20 @@
|
|
29
29
|
text-align: left;
|
30
30
|
|
31
31
|
.neo-highlight-search {
|
32
|
-
background-color:
|
33
|
-
color :
|
32
|
+
background-color: var(--selectfield-list-search-background-color);
|
33
|
+
color : var(--selectfield-list-search-color) !important;
|
34
34
|
}
|
35
35
|
|
36
36
|
.neo-selected {
|
37
37
|
.neo-highlight-search {
|
38
|
-
color:
|
38
|
+
color: var(--selectfield-list-search-color-selected) !important;
|
39
39
|
}
|
40
40
|
}
|
41
41
|
}
|
42
42
|
|
43
43
|
.neo-picker-container {
|
44
|
-
border :
|
45
|
-
border-radius:
|
44
|
+
border : var(--selectfield-picker-container-border);
|
45
|
+
border-radius: var(--selectfield-picker-container-border-radius);
|
46
46
|
font-weight : 400;
|
47
47
|
}
|
48
48
|
}
|
@@ -13,10 +13,10 @@
|
|
13
13
|
|
14
14
|
.neo-switchfield-input {
|
15
15
|
background-clip : padding-box;
|
16
|
-
background-color:
|
16
|
+
background-color: var(--switchfield-background-color);
|
17
17
|
border-color : transparent;
|
18
18
|
border-radius : 1.25em;
|
19
|
-
color :
|
19
|
+
color : var(--switchfield-inactive-color);
|
20
20
|
display : inline-block;
|
21
21
|
font-size : 1.5em;
|
22
22
|
height : 1.5em;
|
@@ -44,7 +44,7 @@
|
|
44
44
|
&::before {
|
45
45
|
animation : switch-off-transform 0.25s ease-out forwards;
|
46
46
|
background-clip : padding-box;
|
47
|
-
background-color:
|
47
|
+
background-color: var(--switchfield-thumb-color);
|
48
48
|
border : 0.125em solid transparent;
|
49
49
|
border-radius : 100%;
|
50
50
|
bottom : 0;
|
@@ -58,8 +58,8 @@
|
|
58
58
|
}
|
59
59
|
|
60
60
|
&:checked {
|
61
|
-
background-color:
|
62
|
-
color :
|
61
|
+
background-color: var(--switchfield-checked);
|
62
|
+
color : var(--switchfield-inactive-color);
|
63
63
|
|
64
64
|
&::before {
|
65
65
|
animation : switch-on-transform 0.25s ease-out forwards;
|
@@ -68,7 +68,7 @@
|
|
68
68
|
}
|
69
69
|
|
70
70
|
&:focus {
|
71
|
-
color :
|
71
|
+
color : var(--switchfield-active-color);
|
72
72
|
outline: none;
|
73
73
|
}
|
74
74
|
}
|