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
@@ -35,62 +35,62 @@
35
35
  }
36
36
 
37
37
  &.active {
38
- background-color: v(covid-header-active-background-color);
38
+ background-color: var(--covid-header-active-background-color);
39
39
  border-left : 5px solid rgb(100, 181, 246);
40
40
 
41
41
  &:after {
42
- background-color: v(covid-header-active-background-color);
42
+ background-color: var(--covid-header-active-background-color);
43
43
  }
44
44
 
45
45
  &:before {
46
- border-bottom: 5px solid v(covid-header-active-background-color);
47
- border-right : 5px solid v(covid-header-active-background-color);
48
- border-color : v(covid-header-active-background-color) transparent transparent v(covid-header-active-background-color);
46
+ border-bottom: 5px solid var(--covid-header-active-background-color);
47
+ border-right : 5px solid var(--covid-header-active-background-color);
48
+ border-color : var(--covid-header-active-background-color) transparent transparent var(--covid-header-active-background-color);
49
49
  }
50
50
  }
51
51
 
52
52
  &.cases {
53
- background-color: v(covid-header-cases-background-color);
53
+ background-color: var(--covid-header-cases-background-color);
54
54
  border-left : 5px solid rgb(187, 187, 187);
55
55
 
56
56
  &:after {
57
- background-color: v(covid-header-cases-background-color);
57
+ background-color: var(--covid-header-cases-background-color);
58
58
  }
59
59
 
60
60
  &:before {
61
- border-bottom: 5px solid v(covid-header-cases-background-color);
62
- border-right : 5px solid v(covid-header-cases-background-color);
63
- border-color : v(covid-header-cases-background-color) transparent transparent v(covid-header-cases-background-color);
61
+ border-bottom: 5px solid var(--covid-header-cases-background-color);
62
+ border-right : 5px solid var(--covid-header-cases-background-color);
63
+ border-color : var(--covid-header-cases-background-color) transparent transparent var(--covid-header-cases-background-color);
64
64
  }
65
65
  }
66
66
 
67
67
  &.deaths {
68
- background-color: v(covid-header-deaths-background-color);
68
+ background-color: var(--covid-header-deaths-background-color);
69
69
  border-left : 5px solid rgb(251, 103, 103);
70
70
 
71
71
  &:after {
72
- background-color: v(covid-header-deaths-background-color);
72
+ background-color: var(--covid-header-deaths-background-color);
73
73
  }
74
74
 
75
75
  &:before {
76
- border-bottom: 5px solid v(covid-header-deaths-background-color);
77
- border-right : 5px solid v(covid-header-deaths-background-color);
78
- border-color : v(covid-header-deaths-background-color) transparent transparent v(covid-header-deaths-background-color);
76
+ border-bottom: 5px solid var(--covid-header-deaths-background-color);
77
+ border-right : 5px solid var(--covid-header-deaths-background-color);
78
+ border-color : var(--covid-header-deaths-background-color) transparent transparent var(--covid-header-deaths-background-color);
79
79
  }
80
80
  }
81
81
 
82
82
  &.recovered {
83
- background-color: v(covid-header-recovered-background-color);
83
+ background-color: var(--covid-header-recovered-background-color);
84
84
  border-left : 5px solid rgb(40, 218, 111);
85
85
 
86
86
  &:after {
87
- background-color: v(covid-header-recovered-background-color);
87
+ background-color: var(--covid-header-recovered-background-color);
88
88
  }
89
89
 
90
90
  &:before {
91
- border-bottom: 5px solid v(covid-header-recovered-background-color);
92
- border-right : 5px solid v(covid-header-recovered-background-color);
93
- border-color : v(covid-header-recovered-background-color) transparent transparent v(covid-header-recovered-background-color);
91
+ border-bottom: 5px solid var(--covid-header-recovered-background-color);
92
+ border-right : 5px solid var(--covid-header-recovered-background-color);
93
+ border-color : var(--covid-header-recovered-background-color) transparent transparent var(--covid-header-recovered-background-color);
94
94
  }
95
95
  }
96
96
  }
@@ -100,20 +100,20 @@
100
100
  margin : 5px 0;
101
101
 
102
102
  &.active {
103
- color: v(covid-header-active-color);
103
+ color: var(--covid-header-active-color);
104
104
  }
105
105
 
106
106
  &.cases {
107
- color: v(covid-header-cases-color);
107
+ color: var(--covid-header-cases-color);
108
108
  }
109
109
 
110
110
  &.deaths {
111
- color: v(covid-header-deaths-color);
111
+ color: var(--covid-header-deaths-color);
112
112
  }
113
113
 
114
114
  &.recovered {
115
- color: v(covid-header-recovered-color);
115
+ color: var(--covid-header-recovered-color);
116
116
  }
117
117
  }
118
118
  }
119
- }
119
+ }
@@ -1,6 +1,6 @@
1
1
  .neo-gallery.covid-country-gallery {
2
- background-color: v(covid-gallery-background-color);
3
- border-color : v(covid-gallery-border-color);
2
+ background-color: var(--covid-gallery-background-color);
3
+ border-color : var(--covid-gallery-border-color);
4
4
  color : #000;
5
5
  text-align : left;
6
6
 
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  .neo-item-wrapper {
26
- background-color : v(covid-gallery-item-wrapper-background-color);
26
+ background-color : var(--covid-gallery-item-wrapper-background-color);
27
27
  border-radius : 10px;
28
28
  pointer-events : none;
29
29
  transition-duration: .55s;
@@ -33,9 +33,9 @@
33
33
  .neo-country-gallery-item {
34
34
  background-color : #fff;
35
35
  border-bottom : 0;
36
- border-color : v(covid-gallery-item-border-color);
37
- border-left-width : v(covid-gallery-item-border-sides-width);
38
- border-right-width : v(covid-gallery-item-border-sides-width);
36
+ border-color : var(--covid-gallery-item-border-color);
37
+ border-left-width : var(--covid-gallery-item-border-sides-width);
38
+ border-right-width : var(--covid-gallery-item-border-sides-width);
39
39
  border-style : solid;
40
40
  border-top-left-radius : 10px;
41
41
  border-top-right-radius: 10px;
@@ -1,6 +1,6 @@
1
1
  .neo-helix.covid-country-helix {
2
- background-color: v(covid-helix-background-color);
3
- border-color : v(covid-helix-border-color);
2
+ background-color: var(--covid-helix-background-color);
3
+ border-color : var(--covid-helix-border-color);
4
4
  color : #000;
5
5
  text-align : left;
6
6
 
@@ -37,19 +37,19 @@
37
37
  }
38
38
 
39
39
  .neo-helix-item {
40
- background-color: v(covid-helix-item-wrapper-background-color);
40
+ background-color: var(--covid-helix-item-wrapper-background-color);
41
41
 
42
42
  &.neo-selected {
43
- box-shadow: v(covid-helix-item-box-shadow-selected);
43
+ box-shadow: var(--covid-helix-item-box-shadow-selected);
44
44
  }
45
45
  }
46
46
 
47
47
  .neo-country-helix-item {
48
48
  background-color : #fff;
49
49
  border-bottom : 0;
50
- border-color : v(covid-helix-item-border-color);
51
- border-left-width : v(covid-helix-item-border-sides-width);
52
- border-right-width : v(covid-helix-item-border-sides-width);
50
+ border-color : var(--covid-helix-item-border-color);
51
+ border-left-width : var(--covid-helix-item-border-sides-width);
52
+ border-right-width : var(--covid-helix-item-border-sides-width);
53
53
  border-style : solid;
54
54
  border-top-left-radius : 10px;
55
55
  border-top-right-radius: 10px;
@@ -70,4 +70,4 @@
70
70
  height : 280px;
71
71
  width : 340px;
72
72
  }
73
- }
73
+ }
@@ -1,3 +1,3 @@
1
1
  .covid-line-chart {
2
- background-color: v(covid-line-chart-background-color);
3
- }
2
+ background-color: var(--covid-line-chart-background-color);
3
+ }
@@ -2,7 +2,7 @@
2
2
  overflow: hidden;
3
3
 
4
4
  .docs-tab-header-toolbar {
5
- background-color: v(docs-content-tabcontainer-tab-header-toolbar-background-color);
5
+ background-color: var(--docs-content-tabcontainer-tab-header-toolbar-background-color);
6
6
 
7
7
  .neo-button-glyph {
8
8
  pointer-events: all;
@@ -10,7 +10,7 @@
10
10
  width : 16px;
11
11
 
12
12
  &:hover {
13
- color : v(docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover);
13
+ color : var(--docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover);
14
14
  cursor: pointer;
15
15
 
16
16
  &::before {
@@ -23,4 +23,4 @@
23
23
  .neo-docs-tab-content-container {
24
24
  border: 0;
25
25
  }
26
- }
26
+ }
@@ -1,13 +1,13 @@
1
1
  .neo-docs-header-container {
2
- background-color: v(docs-header-container-background-color);
3
- background-image: v(docs-header-container-background-image);
2
+ background-color: var(--docs-header-container-background-color);
3
+ background-image: var(--docs-header-container-background-image);
4
4
 
5
5
  .neo-logo-text {
6
- background-clip : v(docs-header-container-logo-text-background-clip);
7
- color : v(docs-header-container-logo-text-color);
8
- font-size : v(docs-header-container-logo-text-font-size);
9
- font-weight : v(docs-header-container-logo-text-font-weight);
10
- padding : v(docs-header-container-logo-padding);
11
- text-shadow : v(docs-header-container-logo-text-shadow);
6
+ background-clip : var(--docs-header-container-logo-text-background-clip);
7
+ color : var(--docs-header-container-logo-text-color);
8
+ font-size : var(--docs-header-container-logo-text-font-size);
9
+ font-weight : var(--docs-header-container-logo-text-font-weight);
10
+ padding : var(--docs-header-container-logo-padding);
11
+ text-shadow : var(--docs-header-container-logo-text-shadow);
12
12
  }
13
13
  }
@@ -1,6 +1,6 @@
1
1
  .neo-docs-maincontainer {
2
2
  .neo-docs-navigation-tab-container {
3
- background-color: v(docs-navigation-tab-container-background-color);
3
+ background-color: var(--docs-navigation-tab-container-background-color);
4
4
 
5
5
  .neo-tab-content-container {
6
6
  border-right: none;
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .neo-docs-classdetails-headercomponent {
7
- background-color: v(docs-classdetails-headercomponent-background-color);
7
+ background-color: var(--docs-classdetails-headercomponent-background-color);
8
8
  overflow-y : auto;
9
9
  padding : 15px;
10
10
 
@@ -1,5 +1,5 @@
1
1
  .docs-classhierarchy-memberslist {
2
- background-color: v(docs-classhierarchy-memberslist-background-color);
2
+ background-color: var(--docs-classhierarchy-memberslist-background-color);
3
3
  overflow : auto;
4
4
 
5
5
  .docs-param-table {
@@ -12,16 +12,16 @@
12
12
  width : 100%;
13
13
 
14
14
  thead {
15
- background-color: v(docs-param-table-thead-background-color);
16
- background-image: v(docs-param-table-thead-background-image);
15
+ background-color: var(--docs-param-table-thead-background-color);
16
+ background-image: var(--docs-param-table-thead-background-image);
17
17
  }
18
18
 
19
19
  thead tr {
20
- background-clip: v(docs-param-table-tr-background-clip);
20
+ background-clip: var(--docs-param-table-tr-background-clip);
21
21
  border-bottom : 1px solid #282b2b;
22
- color : v(docs-param-table-tr-color);
22
+ color : var(--docs-param-table-tr-color);
23
23
  font-weight : 800;
24
- text-shadow : v(docs-param-table-tr-text-shadow);
24
+ text-shadow : var(--docs-param-table-tr-text-shadow);
25
25
  }
26
26
 
27
27
  td, th {
@@ -37,9 +37,9 @@
37
37
  }
38
38
 
39
39
  .neo-docs-memberlist-group-header {
40
- background-color: v(docs-memberlist-group-header-background-color);
40
+ background-color: var(--docs-memberlist-group-header-background-color);
41
41
  box-shadow : 0 5px 10px rgba(0,0,0,.4);
42
- color : v(docs-memberlist-group-header-color);
42
+ color : var(--docs-memberlist-group-header-color);
43
43
  margin : 5px;
44
44
  padding : 10px;
45
45
  position : sticky;
@@ -47,8 +47,8 @@
47
47
  }
48
48
 
49
49
  .neo-list-item {
50
- background-color: v(docs-param-table-list-item-background-color);
51
- background-image: v(docs-param-table-list-item-background-image);
50
+ background-color: var(--docs-param-table-list-item-background-color);
51
+ background-image: var(--docs-param-table-list-item-background-image);
52
52
  font-size : 14px;
53
53
  margin : 5px;
54
54
  padding : 10px;
@@ -58,23 +58,23 @@
58
58
  }
59
59
 
60
60
  .neo-list-item-header {
61
- background-clip: v(docs-param-table-list-item-header-background-clip);
61
+ background-clip: var(--docs-param-table-list-item-header-background-clip);
62
62
  color : rgba(0,0,0,0.6);
63
63
  font-size : 20px;
64
64
  font-weight : 800;
65
- text-shadow : v(docs-param-table-list-item-header-text-shadow);
65
+ text-shadow : var(--docs-param-table-list-item-header-text-shadow);
66
66
 
67
67
  .neo-highlight-search {
68
- color: v(docs-param-table-list-item-highlight-search-color);
68
+ color: var(--docs-param-table-list-item-highlight-search-color);
69
69
  }
70
70
  }
71
71
 
72
72
  .neo-docs-view-source-link {
73
- color : v(docs-param-table-source-link-color);
73
+ color : var(--docs-param-table-source-link-color);
74
74
  text-decoration: none;
75
75
 
76
76
  &:hover {
77
- color: v(docs-param-table-source-link-color-hover);
77
+ color: var(--docs-param-table-source-link-color-hover);
78
78
  }
79
79
  }
80
80
 
@@ -82,4 +82,4 @@
82
82
  margin-bottom: 10px;
83
83
  }
84
84
  }
85
- }
85
+ }
@@ -3,9 +3,9 @@
3
3
  padding: 10px;
4
4
 
5
5
  .neo-header-text-container {
6
- background-color: v(docs-classdetails-tutorialcomponent-background-color);
6
+ background-color: var(--docs-classdetails-tutorialcomponent-background-color);
7
7
  box-shadow : 0 5px 10px rgba(0,0,0,.4);
8
- color : v(docs-classdetails-tutorialcomponent-color);
8
+ color : var(--docs-classdetails-tutorialcomponent-color);
9
9
  padding-left : 10px;
10
10
  position : sticky;
11
11
  top : -10px;
@@ -31,4 +31,4 @@
31
31
  hr {
32
32
  border-style: groove;
33
33
  }
34
- }
34
+ }
@@ -3,24 +3,24 @@
3
3
  background-color : #444;
4
4
  background-image : linear-gradient(#ddd, #999), url('https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png');
5
5
  position : relative;
6
- transition : background-position 700ms ease-out, height v(website-transition-duration) ease-out;
6
+ transition : background-position 700ms ease-out, height var(--website-transition-duration) ease-out;
7
7
 
8
8
  .neo-absolute {
9
9
  position: absolute;
10
10
  }
11
11
 
12
12
  .neo-button {
13
- background-image : v(website-header-button-background-image);
14
- border : v(website-header-button-border);
13
+ background-image : var(--website-header-button-background-image);
14
+ border : var(--website-header-button-border);
15
15
  border-radius : 50%;
16
- transition-duration : v(website-transition-duration);
16
+ transition-duration : var(--website-transition-duration);
17
17
  transition-property : height, margin, width;
18
18
  transition-timing-function: ease-out;
19
19
 
20
20
  .neo-button-glyph {
21
- color : v(website-header-button-glyph-color);
21
+ color : var(--website-header-button-glyph-color);
22
22
  margin : 0 !important;
23
- transition: font-size v(website-transition-duration) ease-out;
23
+ transition: font-size var(--website-transition-duration) ease-out;
24
24
  }
25
25
  }
26
26
 
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  .neo-inner-content {
33
- transition: font-size v(website-transition-duration) ease-out, margin-top v(website-transition-duration) ease-out;
33
+ transition: font-size var(--website-transition-duration) ease-out, margin-top var(--website-transition-duration) ease-out;
34
34
  overflow : hidden;
35
35
  }
36
36
 
@@ -49,7 +49,7 @@
49
49
  .neo-item-bottom-position {
50
50
  bottom : 0;
51
51
  left : 0;
52
- transition: margin v(website-transition-duration) ease-out;
52
+ transition: margin var(--website-transition-duration) ease-out;
53
53
  }
54
54
 
55
55
  .neo-relative {
@@ -61,7 +61,7 @@
61
61
  font-weight: 600;
62
62
  line-height: 1;
63
63
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;
64
- transition : font-size v(website-transition-duration) ease-out;
64
+ transition : font-size var(--website-transition-duration) ease-out;
65
65
  }
66
66
 
67
67
  .website-header-buttons {
@@ -1,5 +1,5 @@
1
1
  .website-main-container {
2
- background-image: v(website-background-image);
2
+ background-image: var(--website-background-image);
3
3
  justify-content: center;
4
4
  min-width : 310px;
5
5
 
@@ -8,7 +8,7 @@
8
8
  }
9
9
 
10
10
  .website-main-tabcontainer {
11
- transition: margin v(website-transition-duration) ease-out;
11
+ transition: margin var(--website-transition-duration) ease-out;
12
12
 
13
13
  .neo-tab-content-container {
14
14
  border: none;
@@ -22,4 +22,4 @@
22
22
  margin: 10px 0;
23
23
  }
24
24
  }
25
- }
25
+ }
@@ -1,6 +1,6 @@
1
1
  .website-blog-container {
2
2
  .website-blog-searchfield {
3
- transition: margin v(website-transition-duration) ease-out;
3
+ transition: margin var(--website-transition-duration) ease-out;
4
4
  width : 240px;
5
5
 
6
6
  @media (max-height: 400px), (max-width: 600px) {
@@ -13,6 +13,6 @@
13
13
  }
14
14
 
15
15
  .website-blog-toolbar {
16
- background-color: v(website-blog-toolbar-background-color);
16
+ background-color: var(--website-blog-toolbar-background-color);
17
17
  }
18
- }
18
+ }
@@ -1,5 +1,5 @@
1
1
  .website-blog-list.neo-list {
2
- transition: padding v(website-transition-duration) ease-out;
2
+ transition: padding var(--website-transition-duration) ease-out;
3
3
 
4
4
  .neo-list-item {
5
5
  cursor : default;
@@ -7,7 +7,7 @@
7
7
  max-width : 800px;
8
8
  overflow : hidden;
9
9
  padding : 0;
10
- transition : height v(website-transition-duration) ease-out, margin-bottom v(website-transition-duration) ease-out;
10
+ transition : height var(--website-transition-duration) ease-out, margin-bottom var(--website-transition-duration) ease-out;
11
11
  white-space: normal;
12
12
  width : 100%;
13
13
 
@@ -32,7 +32,7 @@
32
32
  display : inline-block;
33
33
  margin-left: 10px;
34
34
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;
35
- transition : font-size v(website-transition-duration) ease-out;
35
+ transition : font-size var(--website-transition-duration) ease-out;
36
36
  }
37
37
 
38
38
  .neo-full-size {
@@ -41,13 +41,13 @@
41
41
  }
42
42
 
43
43
  .neo-inner-details {
44
- transition: line-height v(website-transition-duration) ease-out;
44
+ transition: line-height var(--website-transition-duration) ease-out;
45
45
  }
46
46
 
47
47
  .neo-item-bottom-position {
48
48
  bottom : 0;
49
49
  left : 0;
50
- transition: margin v(website-transition-duration) ease-out;
50
+ transition: margin var(--website-transition-duration) ease-out;
51
51
  }
52
52
 
53
53
  .neo-item-top-position {
@@ -55,7 +55,7 @@
55
55
  right : 0;
56
56
  text-align : end;
57
57
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;
58
- transition : font-size v(website-transition-duration) ease-out, margin v(website-transition-duration) ease-out;
58
+ transition : font-size var(--website-transition-duration) ease-out, margin var(--website-transition-duration) ease-out;
59
59
  }
60
60
 
61
61
  .neo-relative {
@@ -78,13 +78,13 @@
78
78
  .neo-top-20 {
79
79
  align-items: center;
80
80
  display : flex;
81
- transition : margin v(website-transition-duration) ease-out;
81
+ transition : margin var(--website-transition-duration) ease-out;
82
82
  }
83
83
 
84
84
  .neo-user-image {
85
85
  border-radius: 50%;
86
86
  display : inline-block;
87
- transition : height v(website-transition-duration) ease-out, width v(website-transition-duration) ease-out;
87
+ transition : height var(--website-transition-duration) ease-out, width var(--website-transition-duration) ease-out;
88
88
  }
89
89
 
90
90
  .preview-image {
@@ -1,5 +1,5 @@
1
1
  .website-examples-list.neo-list {
2
- transition: padding v(website-transition-duration) ease-out;
2
+ transition: padding var(--website-transition-duration) ease-out;
3
3
 
4
4
  .neo-list-item {
5
5
  cursor : default;
@@ -7,7 +7,7 @@
7
7
  max-width : 800px;
8
8
  overflow : hidden;
9
9
  padding : 0;
10
- transition : height v(website-transition-duration) ease-out, margin-bottom v(website-transition-duration) ease-out;
10
+ transition : height var(--website-transition-duration) ease-out, margin-bottom var(--website-transition-duration) ease-out;
11
11
  white-space: normal;
12
12
  width : 100%;
13
13
 
@@ -27,7 +27,7 @@
27
27
  .neo-github-image {
28
28
  color : #ddd;
29
29
  text-decoration : none;
30
- transition-duration : v(website-transition-duration);
30
+ transition-duration : var(--website-transition-duration);
31
31
  transition-property : font-size, height, width;
32
32
  transition-timing-function: ease-out;
33
33
  }
@@ -37,17 +37,17 @@
37
37
  display : inline-block;
38
38
  margin-left: 10px;
39
39
  text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;
40
- transition : font-size v(website-transition-duration) ease-out;
40
+ transition : font-size var(--website-transition-duration) ease-out;
41
41
  }
42
42
 
43
43
  .neo-inner-details {
44
- transition: line-height v(website-transition-duration) ease-out;
44
+ transition: line-height var(--website-transition-duration) ease-out;
45
45
  }
46
46
 
47
47
  .neo-item-bottom-position {
48
48
  bottom : 0;
49
49
  left : 0;
50
- transition: margin v(website-transition-duration) ease-out;
50
+ transition: margin var(--website-transition-duration) ease-out;
51
51
  }
52
52
 
53
53
  .neo-relative {
@@ -70,7 +70,7 @@
70
70
  .neo-top-20 {
71
71
  align-items: center;
72
72
  display : flex;
73
- transition : margin v(website-transition-duration) ease-out;
73
+ transition : margin var(--website-transition-duration) ease-out;
74
74
  }
75
75
 
76
76
  .preview-image {
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .website-intro-component {
7
- color : v(website-home-color);
7
+ color : var(--website-home-color);
8
8
  flex : auto !important;
9
9
  font-weight: 400;
10
10
  overflow-y : auto;
@@ -20,18 +20,18 @@
20
20
  }
21
21
 
22
22
  h1 {
23
- color : v(website-home-h1-color);
23
+ color : var(--website-home-h1-color);
24
24
  font-weight : 600;
25
25
  margin-bottom: -0.28em;
26
26
  margin-top : 1em;
27
- transition : font-size v(website-transition-duration) ease-out, line-height v(website-transition-duration) ease-out;
27
+ transition : font-size var(--website-transition-duration) ease-out, line-height var(--website-transition-duration) ease-out;
28
28
  }
29
29
 
30
30
  li {
31
31
  margin-bottom : -0.46em;
32
32
  margin-left : 30px;
33
33
  padding-left : 0;
34
- transition-duration : v(website-transition-duration);
34
+ transition-duration : var(--website-transition-duration);
35
35
  transition-property : font-size, line-height, margin-top;
36
36
  transition-timing-function: ease-out;
37
37
  }
@@ -57,7 +57,7 @@
57
57
  p {
58
58
  margin-bottom: -0.46em;
59
59
  margin-top : 0.86em;
60
- transition : font-size v(website-transition-duration) ease-out, line-height v(website-transition-duration) ease-out;
60
+ transition : font-size var(--website-transition-duration) ease-out, line-height var(--website-transition-duration) ease-out;
61
61
  }
62
62
 
63
63