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.
Files changed (291) hide show
  1. package/apps/ServiceWorker.mjs +2 -2
  2. package/buildScripts/buildThemes.mjs +89 -192
  3. package/buildScripts/createClass.mjs +13 -11
  4. package/buildScripts/watchThemes.mjs +41 -83
  5. package/examples/ServiceWorker.mjs +2 -2
  6. package/examples/form/field/fileupload/server.mjs +1 -1
  7. package/package.json +2 -2
  8. package/resources/scss/src/Global.scss +7 -7
  9. package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
  10. package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
  11. package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
  12. package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
  13. package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
  14. package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
  15. package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
  16. package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
  17. package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
  18. package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
  19. package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
  20. package/resources/scss/src/apps/website/MainContainer.scss +3 -3
  21. package/resources/scss/src/apps/website/blog/Container.scss +3 -3
  22. package/resources/scss/src/apps/website/blog/List.scss +8 -8
  23. package/resources/scss/src/apps/website/examples/List.scss +7 -7
  24. package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
  25. package/resources/scss/src/button/Base.scss +101 -101
  26. package/resources/scss/src/button/Split.scss +3 -3
  27. package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
  28. package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
  29. package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
  30. package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
  31. package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
  32. package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
  33. package/resources/scss/src/calendar/view/month/Component.scss +15 -13
  34. package/resources/scss/src/calendar/view/week/Component.scss +12 -12
  35. package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
  36. package/resources/scss/src/component/BoxLabel.scss +5 -5
  37. package/resources/scss/src/component/Chip.scss +13 -13
  38. package/resources/scss/src/component/Circle.scss +2 -2
  39. package/resources/scss/src/component/DateSelector.scss +28 -28
  40. package/resources/scss/src/component/Helix.scss +1 -1
  41. package/resources/scss/src/component/Process.scss +17 -17
  42. package/resources/scss/src/component/Progress.scss +2 -2
  43. package/resources/scss/src/component/Splitter.scss +6 -6
  44. package/resources/scss/src/component/StatusBadge.scss +21 -21
  45. package/resources/scss/src/component/Timer.scss +9 -9
  46. package/resources/scss/src/component/Toast.scss +10 -10
  47. package/resources/scss/src/component/Video.scss +5 -5
  48. package/resources/scss/src/container/Accordion.scss +3 -3
  49. package/resources/scss/src/container/AccordionItem.scss +15 -15
  50. package/resources/scss/src/container/Base.scss +3 -3
  51. package/resources/scss/src/container/Panel.scss +4 -4
  52. package/resources/scss/src/container/Viewport.scss +2 -2
  53. package/resources/scss/src/dialog/Base.scss +8 -8
  54. package/resources/scss/src/draggable/list/DragZone.scss +2 -2
  55. package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
  56. package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
  57. package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
  58. package/resources/scss/src/form/Fieldset.scss +4 -4
  59. package/resources/scss/src/form/field/CheckBox.scss +10 -10
  60. package/resources/scss/src/form/field/FileUpload.scss +4 -4
  61. package/resources/scss/src/form/field/Number.scss +5 -5
  62. package/resources/scss/src/form/field/Picker.scss +3 -3
  63. package/resources/scss/src/form/field/Range.scss +5 -5
  64. package/resources/scss/src/form/field/Search.scss +1 -1
  65. package/resources/scss/src/form/field/Select.scss +8 -8
  66. package/resources/scss/src/form/field/Switch.scss +6 -6
  67. package/resources/scss/src/form/field/Text.scss +78 -78
  68. package/resources/scss/src/form/field/TextArea.scss +1 -1
  69. package/resources/scss/src/form/field/trigger/Base.scss +6 -6
  70. package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
  71. package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
  72. package/resources/scss/src/form/field/trigger/Time.scss +5 -5
  73. package/resources/scss/src/grid/Container.scss +6 -6
  74. package/resources/scss/src/grid/View.scss +11 -11
  75. package/resources/scss/src/grid/header/Button.scss +5 -5
  76. package/resources/scss/src/grid/header/Toolbar.scss +2 -2
  77. package/resources/scss/src/list/Base.scss +11 -11
  78. package/resources/scss/src/list/Chip.scss +3 -3
  79. package/resources/scss/src/list/Circle.scss +2 -2
  80. package/resources/scss/src/menu/List.scss +21 -21
  81. package/resources/scss/src/menu/Panel.scss +1 -1
  82. package/resources/scss/src/sitemap/Component.scss +2 -2
  83. package/resources/scss/src/tab/Container.scss +1 -1
  84. package/resources/scss/src/tab/Strip.scss +7 -7
  85. package/resources/scss/src/tab/header/Button.scss +26 -26
  86. package/resources/scss/src/tab/header/Toolbar.scss +18 -18
  87. package/resources/scss/src/table/Container.scss +16 -16
  88. package/resources/scss/src/table/View.scss +11 -11
  89. package/resources/scss/src/table/header/Button.scss +5 -5
  90. package/resources/scss/src/toolbar/Base.scss +20 -20
  91. package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
  92. package/resources/scss/src/tree/List.scss +5 -5
  93. package/resources/scss/theme-dark/Global.scss +7 -17
  94. package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
  95. package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
  96. package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
  97. package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
  98. package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
  99. package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
  100. package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
  101. package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
  102. package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
  103. package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
  104. package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
  105. package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
  106. package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
  107. package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
  108. package/resources/scss/theme-dark/button/Base.scss +108 -219
  109. package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
  110. package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
  111. package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
  112. package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
  113. package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
  114. package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
  115. package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
  116. package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
  117. package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
  118. package/resources/scss/theme-dark/component/Chip.scss +14 -31
  119. package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
  120. package/resources/scss/theme-dark/component/Process.scss +9 -21
  121. package/resources/scss/theme-dark/component/Progress.scss +3 -9
  122. package/resources/scss/theme-dark/component/Splitter.scss +4 -12
  123. package/resources/scss/theme-dark/component/StatusBadge.scss +19 -41
  124. package/resources/scss/theme-dark/component/Timer.scss +4 -13
  125. package/resources/scss/theme-dark/component/Toast.scss +8 -20
  126. package/resources/scss/theme-dark/component/Video.scss +3 -10
  127. package/resources/scss/theme-dark/container/Accordion.scss +5 -13
  128. package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
  129. package/resources/scss/theme-dark/container/Base.scss +4 -11
  130. package/resources/scss/theme-dark/container/Panel.scss +5 -13
  131. package/resources/scss/theme-dark/container/Viewport.scss +3 -9
  132. package/resources/scss/theme-dark/dialog/Base.scss +5 -13
  133. package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
  134. package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
  135. package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
  136. package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
  137. package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
  138. package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
  139. package/resources/scss/theme-dark/form/field/Range.scss +4 -11
  140. package/resources/scss/theme-dark/form/field/Search.scss +3 -9
  141. package/resources/scss/theme-dark/form/field/Select.scss +8 -20
  142. package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
  143. package/resources/scss/theme-dark/form/field/Text.scss +31 -66
  144. package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
  145. package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
  146. package/resources/scss/theme-dark/grid/Container.scss +6 -16
  147. package/resources/scss/theme-dark/grid/View.scss +12 -28
  148. package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
  149. package/resources/scss/theme-dark/list/Base.scss +11 -26
  150. package/resources/scss/theme-dark/menu/List.scss +20 -44
  151. package/resources/scss/theme-dark/menu/Panel.scss +2 -8
  152. package/resources/scss/theme-dark/tab/Container.scss +3 -9
  153. package/resources/scss/theme-dark/tab/Strip.scss +5 -13
  154. package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
  155. package/resources/scss/theme-dark/table/Container.scss +9 -22
  156. package/resources/scss/theme-dark/table/View.scss +13 -29
  157. package/resources/scss/theme-dark/table/header/Button.scss +6 -16
  158. package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
  159. package/resources/scss/theme-dark/tree/List.scss +4 -11
  160. package/resources/scss/theme-light/Global.scss +7 -17
  161. package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
  162. package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
  163. package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
  164. package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
  165. package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
  166. package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
  167. package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
  168. package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
  169. package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
  170. package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
  171. package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
  172. package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
  173. package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
  174. package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
  175. package/resources/scss/theme-light/button/Base.scss +107 -218
  176. package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
  177. package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
  178. package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
  179. package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
  180. package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
  181. package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
  182. package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
  183. package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
  184. package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
  185. package/resources/scss/theme-light/component/Chip.scss +14 -31
  186. package/resources/scss/theme-light/component/DateSelector.scss +24 -52
  187. package/resources/scss/theme-light/component/Process.scss +9 -21
  188. package/resources/scss/theme-light/component/Progress.scss +3 -9
  189. package/resources/scss/theme-light/component/Splitter.scss +4 -12
  190. package/resources/scss/theme-light/component/StatusBadge.scss +19 -41
  191. package/resources/scss/theme-light/component/Timer.scss +5 -14
  192. package/resources/scss/theme-light/component/Toast.scss +8 -20
  193. package/resources/scss/theme-light/component/Video.scss +3 -10
  194. package/resources/scss/theme-light/container/Accordion.scss +5 -13
  195. package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
  196. package/resources/scss/theme-light/container/Base.scss +4 -11
  197. package/resources/scss/theme-light/container/Panel.scss +5 -13
  198. package/resources/scss/theme-light/container/Viewport.scss +3 -9
  199. package/resources/scss/theme-light/dialog/Base.scss +5 -13
  200. package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
  201. package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
  202. package/resources/scss/theme-light/form/Fieldset.scss +5 -14
  203. package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
  204. package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
  205. package/resources/scss/theme-light/form/field/Picker.scss +5 -13
  206. package/resources/scss/theme-light/form/field/Range.scss +4 -11
  207. package/resources/scss/theme-light/form/field/Search.scss +3 -9
  208. package/resources/scss/theme-light/form/field/Select.scss +9 -21
  209. package/resources/scss/theme-light/form/field/Switch.scss +6 -16
  210. package/resources/scss/theme-light/form/field/Text.scss +31 -66
  211. package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
  212. package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
  213. package/resources/scss/theme-light/grid/Container.scss +6 -16
  214. package/resources/scss/theme-light/grid/View.scss +12 -28
  215. package/resources/scss/theme-light/grid/header/Button.scss +5 -14
  216. package/resources/scss/theme-light/list/Base.scss +12 -27
  217. package/resources/scss/theme-light/menu/List.scss +20 -44
  218. package/resources/scss/theme-light/menu/Panel.scss +2 -8
  219. package/resources/scss/theme-light/tab/Container.scss +3 -9
  220. package/resources/scss/theme-light/tab/Strip.scss +5 -13
  221. package/resources/scss/theme-light/tab/header/Button.scss +29 -62
  222. package/resources/scss/theme-light/table/Container.scss +9 -22
  223. package/resources/scss/theme-light/table/View.scss +13 -29
  224. package/resources/scss/theme-light/table/header/Button.scss +6 -16
  225. package/resources/scss/theme-light/toolbar/Base.scss +4 -11
  226. package/resources/scss/theme-light/tree/List.scss +4 -11
  227. package/src/DefaultConfig.mjs +2 -2
  228. package/src/form/field/FileUpload.mjs +9 -0
  229. package/src/main/DomAccess.mjs +2 -2
  230. package/src/main/DomEvents.mjs +50 -12
  231. package/resources/scss/mixins/_all.scss +0 -31
  232. package/resources/scss/theme-dark/_all.scss +0 -15
  233. package/resources/scss/theme-dark/apps/_all.scss +0 -3
  234. package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
  235. package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
  236. package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
  237. package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
  238. package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  239. package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
  240. package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
  241. package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
  242. package/resources/scss/theme-dark/button/_all.scss +0 -1
  243. package/resources/scss/theme-dark/calendar/_all.scss +0 -8
  244. package/resources/scss/theme-dark/component/Circle.scss +0 -0
  245. package/resources/scss/theme-dark/component/_all.scss +0 -5
  246. package/resources/scss/theme-dark/container/_all.scss +0 -3
  247. package/resources/scss/theme-dark/dialog/_all.scss +0 -1
  248. package/resources/scss/theme-dark/examples/_all.scss +0 -2
  249. package/resources/scss/theme-dark/form/_all.scss +0 -9
  250. package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
  251. package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
  252. package/resources/scss/theme-dark/grid/_all.scss +0 -3
  253. package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
  254. package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
  255. package/resources/scss/theme-dark/list/_all.scss +0 -1
  256. package/resources/scss/theme-dark/menu/_all.scss +0 -2
  257. package/resources/scss/theme-dark/tab/_all.scss +0 -3
  258. package/resources/scss/theme-dark/table/_all.scss +0 -3
  259. package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
  260. package/resources/scss/theme-dark/table/header/_all.scss +0 -2
  261. package/resources/scss/theme-dark/tree/_all.scss +0 -1
  262. package/resources/scss/theme-light/_all.scss +0 -15
  263. package/resources/scss/theme-light/apps/_all.scss +0 -3
  264. package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
  265. package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
  266. package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
  267. package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
  268. package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  269. package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
  270. package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
  271. package/resources/scss/theme-light/apps/website/_all.scss +0 -4
  272. package/resources/scss/theme-light/button/_all.scss +0 -1
  273. package/resources/scss/theme-light/calendar/_all.scss +0 -8
  274. package/resources/scss/theme-light/component/Circle.scss +0 -0
  275. package/resources/scss/theme-light/component/_all.scss +0 -5
  276. package/resources/scss/theme-light/container/_all.scss +0 -3
  277. package/resources/scss/theme-light/dialog/_all.scss +0 -1
  278. package/resources/scss/theme-light/examples/_all.scss +0 -2
  279. package/resources/scss/theme-light/form/_all.scss +0 -9
  280. package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
  281. package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
  282. package/resources/scss/theme-light/grid/_all.scss +0 -3
  283. package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
  284. package/resources/scss/theme-light/grid/header/_all.scss +0 -2
  285. package/resources/scss/theme-light/list/_all.scss +0 -1
  286. package/resources/scss/theme-light/menu/_all.scss +0 -2
  287. package/resources/scss/theme-light/tab/_all.scss +0 -3
  288. package/resources/scss/theme-light/table/_all.scss +0 -3
  289. package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
  290. package/resources/scss/theme-light/table/header/_all.scss +0 -2
  291. 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: v(button-background-color);
4
- background-image: v(button-background-image);
5
- border : v(button-border-active);
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 v(dialog-border-color);
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 v(dialog-border-color);
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 v(dialog-border-color);
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 : v(dialog-icon-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 : v(dialog-header-color);
79
+ color : var(--dialog-header-color);
80
80
  overflow : hidden;
81
81
  pointer-events: none;
82
82
  text-overflow : ellipsis;
@@ -1,11 +1,11 @@
1
1
  .neo-list {
2
2
  &.neo-dragproxy {
3
3
  .neo-draggable {
4
- background-color: v(list-item-background-color-hover);
4
+ background-color: var(--list-item-background-color-hover);
5
5
  }
6
6
  }
7
7
 
8
8
  .neo-draggable {
9
9
  cursor: pointer;
10
10
  }
11
- }
11
+ }
@@ -12,7 +12,7 @@
12
12
 
13
13
  .neo-toolbar {
14
14
  border : 0;
15
- border-bottom: 1px solid v(panel-border-color);
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: v(examples-tab-component-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: v(examples-calendar-basic-header-background-color);
5
- color : v(examples-calendar-basic-header-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: v(list-item-background-color);
5
+ color: var(--list-item-background-color);
6
6
  }
7
7
 
8
8
  &.color-red {
9
9
  background-color: palevioletred;
10
- color: v(list-item-background-color);
10
+ color: var(--list-item-background-color);
11
11
  }
12
12
 
13
13
  &.color-yellow {
14
14
  background-color: goldenrod;
15
- color: v(list-item-background-color);
15
+ color: var(--list-item-background-color);
16
16
  }
17
17
 
18
18
  &.color-green {
19
19
  background-color: lightseagreen;
20
- color: v(list-container-list-color);
21
- color: v(list-item-background-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: v(fieldset-background-color);
3
- border : v(fieldset-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 : v(fieldset-legend-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 : v(fieldset-legend-icon-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: v(checkboxfield-color-checked);
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 : v(checkboxfield-color);
18
+ color : var(--checkboxfield-color);
19
19
  cursor : pointer;
20
20
  display : inline-block;
21
- font-family: v(checkboxfield-icon-font-family);
22
- font-size : v(checkboxfield-icon-font-size);
23
- margin : v(checkboxfield-icon-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 : v(textfield-label-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 : v(textfield-label-color);
34
+ color : var(--textfield-label-color);
35
35
  user-select: none;
36
36
  }
37
37
 
38
38
  .neo-error {
39
- color : v(textfield-border-color-invalid);
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: v(textfield-border-color-invalid);
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 : v(checkboxfield-label-top-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 : v(fileuploadfield-background-color);
3
- border-color : v(fileuploadfield-border-color);
4
- color : v(fileuploadfield-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 v(textfield-border-color);
32
- color : v(trigger-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 v(textfield-border-color);
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: v(trigger-background-color-hover);
54
- color : v(trigger-color-hover);
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: v(pickerfield-container-background-color);
15
- border : v(pickerfield-container-border);
16
- box-shadow : v(pickerfield-container-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 : v(rangefield-track-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 : v(rangefield-track-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 : v(rangefield-thumb-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 : v(rangefield-thumb-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
+ }
@@ -1,6 +1,6 @@
1
1
  .neo-searchfield {
2
2
  &::before {
3
- color : v(searchfield-glyph-color);
3
+ color : var(--searchfield-glyph-color);
4
4
  content : "\f002";
5
5
  display : inline-block;
6
6
  font-family: var(--fa-style-family-classic);
@@ -17,9 +17,9 @@
17
17
 
18
18
  .neo-typeahead-input {
19
19
  border-color: transparent;
20
- color : v(selectfield-input-hint-color);
21
- font : v(textfield-input-font);
22
- opacity : v(selectfield-input-hint-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: v(selectfield-list-search-background-color);
33
- color : v(selectfield-list-search-color) !important;
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: v(selectfield-list-search-color-selected) !important;
38
+ color: var(--selectfield-list-search-color-selected) !important;
39
39
  }
40
40
  }
41
41
  }
42
42
 
43
43
  .neo-picker-container {
44
- border : v(selectfield-picker-container-border);
45
- border-radius: v(selectfield-picker-container-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: v(switchfield-background-color);
16
+ background-color: var(--switchfield-background-color);
17
17
  border-color : transparent;
18
18
  border-radius : 1.25em;
19
- color : v(switchfield-inactive-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: v(switchfield-thumb-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: v(switchfield-checked);
62
- color : v(switchfield-inactive-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 : v(switchfield-active-color);
71
+ color : var(--switchfield-active-color);
72
72
  outline: none;
73
73
  }
74
74
  }