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,7 +1,7 @@
1
1
  .neo-toolbar {
2
- background-color: v(toolbar-background-color);
2
+ background-color: var(--toolbar-background-color);
3
3
  box-sizing : border-box;
4
- padding : v(toolbar-padding);
4
+ padding : var(--toolbar-padding);
5
5
 
6
6
  .neo-button {
7
7
  margin: 0;
@@ -12,7 +12,7 @@
12
12
  padding: 12px 6px;
13
13
 
14
14
  @if neo(button-use-gradients) == true {
15
- background-image: linear-gradient(to right, #{v(button-background-gradient-start)}, #{v(button-background-gradient-end)});
15
+ background-image: linear-gradient(to right, #{var(--button-background-gradient-start)}, #{var(--button-background-gradient-end)});
16
16
  }
17
17
 
18
18
  &.icon-left {
@@ -29,31 +29,31 @@
29
29
  writing-mode: vertical-rl;
30
30
 
31
31
  &.neo-bottom-left {
32
- bottom: v(button-badge-margin-top);
32
+ bottom: var(--button-badge-margin-top);
33
33
  left : unset;
34
- right : v(button-badge-margin-left);
34
+ right : var(--button-badge-margin-left);
35
35
  top : unset;
36
36
  }
37
37
 
38
38
  &.neo-bottom-right {
39
39
  bottom: unset;
40
40
  left : unset;
41
- right : v(button-badge-margin-left);
42
- top : v(button-badge-margin-top);
41
+ right : var(--button-badge-margin-left);
42
+ top : var(--button-badge-margin-top);
43
43
  }
44
44
 
45
45
  &.neo-top-left {
46
- bottom: v(button-badge-margin-top);
47
- left : v(button-badge-margin-left);
46
+ bottom: var(--button-badge-margin-top);
47
+ left : var(--button-badge-margin-left);
48
48
  right : unset;
49
49
  top : unset;
50
50
  }
51
51
 
52
52
  &.neo-top-right {
53
53
  bottom: unset;
54
- left : v(button-badge-margin-left);
54
+ left : var(--button-badge-margin-left);
55
55
  right : unset;
56
- top : v(button-badge-margin-top);
56
+ top : var(--button-badge-margin-top);
57
57
  }
58
58
  }
59
59
 
@@ -79,7 +79,7 @@
79
79
  padding: 12px 6px;
80
80
 
81
81
  @if neo(button-use-gradients) == true {
82
- background-image: linear-gradient(to left, #{v(button-background-gradient-start)}, #{v(button-background-gradient-end)});
82
+ background-image: linear-gradient(to left, #{var(--button-background-gradient-start)}, #{var(--button-background-gradient-end)});
83
83
  }
84
84
 
85
85
  &.icon-left {
@@ -96,14 +96,14 @@
96
96
 
97
97
  &.neo-bottom-left {
98
98
  bottom: unset;
99
- left : v(button-badge-margin-left);
99
+ left : var(--button-badge-margin-left);
100
100
  right : unset;
101
- top : v(button-badge-margin-top);
101
+ top : var(--button-badge-margin-top);
102
102
  }
103
103
 
104
104
  &.neo-bottom-right {
105
- bottom: v(button-badge-margin-top);
106
- left : v(button-badge-margin-left);
105
+ bottom: var(--button-badge-margin-top);
106
+ left : var(--button-badge-margin-left);
107
107
  right : unset;
108
108
  top : unset;
109
109
  }
@@ -111,14 +111,14 @@
111
111
  &.neo-top-left {
112
112
  bottom: unset;
113
113
  left : unset;
114
- right : v(button-badge-margin-left);
115
- top : v(button-badge-margin-top);
114
+ right : var(--button-badge-margin-left);
115
+ top : var(--button-badge-margin-top);
116
116
  }
117
117
 
118
118
  &.neo-top-right {
119
- bottom: v(button-badge-margin-top);
119
+ bottom: var(--button-badge-margin-top);
120
120
  left : unset;
121
- right : v(button-badge-margin-left);
121
+ right : var(--button-badge-margin-left);
122
122
  top : unset;
123
123
  }
124
124
  }
@@ -4,7 +4,7 @@
4
4
  margin-right: 30px;
5
5
 
6
6
  &::after {
7
- color : v(button-text-color);
7
+ color : var(--button-text-color);
8
8
  content : "\f105";
9
9
  display : block;
10
10
  font-family : var(--fa-style-family-classic);
@@ -1,6 +1,6 @@
1
1
  .neo-tree-list {
2
2
  border : none;
3
- color : v(tree-list-color);
3
+ color : var(--tree-list-color);
4
4
  display : flex;
5
5
  overflow: hidden;
6
6
  position: relative;
@@ -15,8 +15,8 @@
15
15
  }
16
16
 
17
17
  .neo-list-container {
18
- background-color: v(list-container-background-color);
19
- border : v(list-container-border);
18
+ background-color: var(--list-container-background-color);
19
+ border : var(--list-container-border);
20
20
  overflow : auto;
21
21
  }
22
22
 
@@ -50,7 +50,7 @@
50
50
  margin-right: 10px;
51
51
 
52
52
  .neo-list-item-content:before {
53
- color : v(list-item-glyph-color); // todo: tree-list var
53
+ color : var(--list-item-glyph-color); // todo: tree-list var
54
54
  content : "\f1f9";
55
55
  display : inline-block;
56
56
  font-family: var(--fa-style-family-classic);
@@ -78,7 +78,7 @@
78
78
  }
79
79
 
80
80
  .neo-treelist-menu-item-content:before {
81
- color : v(tree-list-menu-item-color);
81
+ color : var(--tree-list-menu-item-color);
82
82
  display : inline-block;
83
83
  font-family: var(--fa-style-family-classic);
84
84
  font-weight: 900;
@@ -1,17 +1,7 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'neo-background-color': #323232,
3
- 'neo-color' : #bbb,
4
- 'neo-disabled-opacity': 0.5,
5
- 'neo-font-family' : '"Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif',
6
- 'neo-font-smoothing' : antialiased
7
- ));
8
-
9
- @if $useCssVars == true {
10
- :root .neo-theme-dark {
11
- --neo-background-color: #{neo(neo-background-color)};
12
- --neo-color : #{neo(neo-color)};
13
- --neo-disabled-opacity: #{neo(neo-disabled-opacity)};
14
- --neo-font-family : #{neo(neo-font-family)};
15
- --neo-font-smoothing : #{neo(neo-font-smoothing)};
16
- }
17
- }
1
+ :root .neo-theme-dark {
2
+ --neo-background-color: #323232;
3
+ --neo-color : #bbb;
4
+ --neo-disabled-opacity: 0.5;
5
+ --neo-font-family : "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
6
+ --neo-font-smoothing : antialiased;
7
+ }
@@ -1,23 +1,10 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'covid-header-active-background-color' : rgba(100, 181, 246, .5),
3
- 'covid-header-active-color' : #64b5f6,
4
- 'covid-header-cases-background-color' : rgba(187, 187, 187, .5),
5
- 'covid-header-cases-color' : #bbb,
6
- 'covid-header-deaths-background-color' : rgba(251, 103, 103, .5),
7
- 'covid-header-deaths-color' : #fb6767,
8
- 'covid-header-recovered-background-color': rgba( 40, 218, 111, .5),
9
- 'covid-header-recovered-color' : #28ca68
10
- ));
11
-
12
- @if $useCssVars == true {
13
- :root .neo-theme-dark { // .covid-header-container
14
- --covid-header-active-background-color : #{neo(covid-header-active-background-color)};
15
- --covid-header-active-color : #{neo(covid-header-active-color)};
16
- --covid-header-cases-background-color : #{neo(covid-header-cases-background-color)};
17
- --covid-header-cases-color : #{neo(covid-header-cases-color)};
18
- --covid-header-deaths-background-color : #{neo(covid-header-deaths-background-color)};
19
- --covid-header-deaths-color : #{neo(covid-header-deaths-color)};
20
- --covid-header-recovered-background-color: #{neo(covid-header-recovered-background-color)};
21
- --covid-header-recovered-color : #{neo(covid-header-recovered-color)};
22
- }
23
- }
1
+ :root .neo-theme-dark { // .covid-header-container
2
+ --covid-header-active-background-color : rgba(100, 181, 246, .5);
3
+ --covid-header-active-color : #64b5f6;
4
+ --covid-header-cases-background-color : rgba(187, 187, 187, .5);
5
+ --covid-header-cases-color : #bbb;
6
+ --covid-header-deaths-background-color : rgba(251, 103, 103, .5);
7
+ --covid-header-deaths-color : #fb6767;
8
+ --covid-header-recovered-background-color: rgba( 40, 218, 111, .5);
9
+ --covid-header-recovered-color : #28ca68;
10
+ }
@@ -1,17 +1,7 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'covid-gallery-background-color' : #000,
3
- 'covid-gallery-border-color' : #3c3f41,
4
- 'covid-gallery-item-border-color' : rgba(0,0,0,.1),
5
- 'covid-gallery-item-border-sides-width' : 0,
6
- 'covid-gallery-item-wrapper-background-color': rgba(73,160,154,.35)
7
- ));
8
-
9
- @if $useCssVars == true {
10
- :root .neo-theme-dark { // .neo-gallery.covid-country-gallery
11
- --covid-gallery-background-color : #{neo(covid-gallery-background-color)};
12
- --covid-gallery-border-color : #{neo(covid-gallery-border-color)};
13
- --covid-gallery-item-border-color : #{neo(covid-gallery-item-border-color)};
14
- --covid-gallery-item-border-sides-width : #{neo(covid-gallery-item-border-sides-width)};
15
- --covid-gallery-item-wrapper-background-color: #{neo(covid-gallery-item-wrapper-background-color)};
16
- }
17
- }
1
+ :root .neo-theme-dark { // .neo-gallery.covid-country-gallery
2
+ --covid-gallery-background-color : #000;
3
+ --covid-gallery-border-color : #3c3f41;
4
+ --covid-gallery-item-border-color : rgba(0,0,0,.1);
5
+ --covid-gallery-item-border-sides-width : 0;
6
+ --covid-gallery-item-wrapper-background-color: rgba(73,160,154,.35);
7
+ }
@@ -1,19 +1,8 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'covid-helix-background-color' : #000,
3
- 'covid-helix-border-color' : #3c3f41,
4
- 'covid-helix-item-border-color' : rgba(0,0,0,.1),
5
- 'covid-helix-item-border-sides-width' : 0,
6
- 'covid-helix-item-box-shadow-selected' : 0 0 35px #61dfe5,
7
- 'covid-helix-item-wrapper-background-color': rgba(73,160,154,.35)
8
- ));
9
-
10
- @if $useCssVars == true {
11
- :root .neo-theme-dark { // .neo-helix.covid-country-helix
12
- --covid-helix-background-color : #{neo(covid-helix-background-color)};
13
- --covid-helix-border-color : #{neo(covid-helix-border-color)};
14
- --covid-helix-item-border-color : #{neo(covid-helix-item-border-color)};
15
- --covid-helix-item-border-sides-width : #{neo(covid-helix-item-border-sides-width)};
16
- --covid-helix-item-box-shadow-selected : #{neo(covid-helix-item-box-shadow-selected)};
17
- --covid-helix-item-wrapper-background-color: #{neo(covid-helix-item-wrapper-background-color)};
18
- }
19
- }
1
+ :root .neo-theme-dark { // .neo-helix.covid-country-helix
2
+ --covid-helix-background-color : #000;
3
+ --covid-helix-border-color : #3c3f41;
4
+ --covid-helix-item-border-color : rgba(0,0,0,.1);
5
+ --covid-helix-item-border-sides-width : 0;
6
+ --covid-helix-item-box-shadow-selected : 0 0 35px #61dfe5;
7
+ --covid-helix-item-wrapper-background-color: rgba(73,160,154,.35);
8
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'covid-line-chart-background-color': #323232
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .covid-line-chart
7
- --covid-line-chart-background-color: #{neo(covid-line-chart-background-color)};
8
- }
9
- }
1
+ :root .neo-theme-dark { // .covid-line-chart
2
+ --covid-line-chart-background-color: #323232;
3
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-content-tabcontainer-tab-header-toolbar-background-color' : #343537,
3
- 'docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover': brown
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark { // .docs-content-tabcontainer
8
- --docs-content-tabcontainer-tab-header-toolbar-background-color : #{neo(docs-content-tabcontainer-tab-header-toolbar-background-color)};
9
- --docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover: #{neo(docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover)};
10
- }
11
- }
1
+ :root .neo-theme-dark { // .docs-content-tabcontainer
2
+ --docs-content-tabcontainer-tab-header-toolbar-background-color : #343537;
3
+ --docs-content-tabcontainer-tab-header-toolbar-glyph-color-hover: brown;
4
+ }
@@ -1,23 +1,10 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-header-container-background-color' : #343537,
3
- 'docs-header-container-background-image' : linear-gradient(#414244, #343537),
4
- 'docs-header-container-logo-text-background-clip': text,
5
- 'docs-header-container-logo-text-color' : rgba(0,0,0,0.6),
6
- 'docs-header-container-logo-text-font-size' : 28px,
7
- 'docs-header-container-logo-text-font-weight' : 800,
8
- 'docs-header-container-logo-padding' : 10px,
9
- 'docs-header-container-logo-text-shadow' : 2px 2px 3px rgba(200,200,200,0.1)
10
- ));
11
-
12
- @if $useCssVars == true {
13
- :root .neo-theme-dark { // .neo-docs-header-container
14
- --docs-header-container-background-color : #{neo(docs-header-container-background-color)};
15
- --docs-header-container-background-image : #{neo(docs-header-container-background-image)};
16
- --docs-header-container-logo-text-background-clip: #{neo(docs-header-container-logo-text-background-clip)};
17
- --docs-header-container-logo-text-color : #{neo(docs-header-container-logo-text-color)};
18
- --docs-header-container-logo-text-font-size : #{neo(docs-header-container-logo-text-font-size)};
19
- --docs-header-container-logo-text-font-weight : #{neo(docs-header-container-logo-text-font-weight)};
20
- --docs-header-container-logo-padding : #{neo(docs-header-container-logo-padding)};
21
- --docs-header-container-logo-text-shadow : #{neo(docs-header-container-logo-text-shadow)};
22
- }
23
- }
1
+ :root .neo-theme-dark { // .neo-docs-header-container
2
+ --docs-header-container-background-color : #343537;
3
+ --docs-header-container-background-image : linear-gradient(#414244, #343537);
4
+ --docs-header-container-logo-text-background-clip: text;
5
+ --docs-header-container-logo-text-color : rgba(0,0,0,0.6);
6
+ --docs-header-container-logo-text-font-size : 28px;
7
+ --docs-header-container-logo-text-font-weight : 800;
8
+ --docs-header-container-logo-padding : 10px;
9
+ --docs-header-container-logo-text-shadow : 2px 2px 3px rgba(200,200,200,0.1);
10
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-navigation-tab-container-background-color': #343537
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .neo-docs-navigation-tab-container
7
- --docs-navigation-tab-container-background-color: #{neo(docs-navigation-tab-container-background-color)};
8
- }
9
- }
1
+ :root .neo-theme-dark { // .neo-docs-navigation-tab-container
2
+ --docs-navigation-tab-container-background-color: #343537;
3
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-classdetails-headercomponent-background-color': #323232,
3
- 'docs-classdetails-headerpanel-border-right' : 0
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark { // .neo-docs-classdetails-headercontainer
8
- --docs-classdetails-headercomponent-background-color: #{neo(docs-classdetails-headercomponent-background-color)};
9
- --docs-classdetails-headerpanel-border-right : #{neo(docs-classdetails-headerpanel-border-right)};
10
- }
11
- }
1
+ :root .neo-theme-dark { // .neo-docs-classdetails-headercontainer
2
+ --docs-classdetails-headercomponent-background-color: #323232;
3
+ --docs-classdetails-headerpanel-border-right : 0;
4
+ }
@@ -1,37 +1,17 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-classhierarchy-memberslist-background-color' : #282b2b,
3
- 'docs-memberlist-group-header-background-color' : #33343d,
4
- 'docs-memberlist-group-header-color' : #bbb,
5
- 'docs-param-table-list-item-background-color' : #323232,
6
- 'docs-param-table-list-item-background-image' : linear-gradient(lighten(#323232, 2%), #323232),
7
- 'docs-param-table-list-item-header-background-clip': text,
8
- 'docs-param-table-list-item-header-text-shadow' : 2px 2px 3px rgba(200,200,200,0.1),
9
- 'docs-param-table-list-item-highlight-search-color': #ccc,
10
- 'docs-param-table-source-link-color' : #555,
11
- 'docs-param-table-source-link-color-hover' : #bbb,
12
- 'docs-param-table-thead-background-color' : #343537,
13
- 'docs-param-table-thead-background-image' : linear-gradient(#414244, #343537),
14
- 'docs-param-table-tr-background-clip' : text,
15
- 'docs-param-table-tr-color' : rgba(0,0,0,0.6),
16
- 'docs-param-table-tr-text-shadow' : 2px 2px 3px rgba(200,200,200,0.1)
17
- ));
18
-
19
- @if $useCssVars == true {
20
- :root .neo-theme-dark { // .docs-classhierarchy-memberslist
21
- --docs-classhierarchy-memberslist-background-color : #{neo(docs-classhierarchy-memberslist-background-color)};
22
- --docs-memberlist-group-header-background-color : #{neo(docs-memberlist-group-header-background-color)};
23
- --docs-memberlist-group-header-color : #{neo(docs-memberlist-group-header-color)};
24
- --docs-param-table-list-item-background-color : #{neo(docs-param-table-list-item-background-color)};
25
- --docs-param-table-list-item-background-image : #{neo(docs-param-table-list-item-background-image)};
26
- --docs-param-table-list-item-header-background-clip: #{neo(docs-param-table-list-item-header-background-clip)};
27
- --docs-param-table-list-item-header-text-shadow : #{neo(docs-param-table-list-item-header-text-shadow)};
28
- --docs-param-table-list-item-highlight-search-color: #{neo(docs-param-table-list-item-highlight-search-color)};
29
- --docs-param-table-source-link-color : #{neo(docs-param-table-source-link-color)};
30
- --docs-param-table-source-link-color-hover : #{neo(docs-param-table-source-link-color-hover)};
31
- --docs-param-table-thead-background-color : #{neo(docs-param-table-thead-background-color)};
32
- --docs-param-table-thead-background-image : #{neo(docs-param-table-thead-background-image)};
33
- --docs-param-table-tr-background-clip : #{neo(docs-param-table-tr-background-clip)};
34
- --docs-param-table-tr-color : #{neo(docs-param-table-tr-color)};
35
- --docs-param-table-tr-text-shadow : #{neo(docs-param-table-tr-text-shadow)};
36
- }
37
- }
1
+ :root .neo-theme-dark { // .docs-classhierarchy-memberslist
2
+ --docs-classhierarchy-memberslist-background-color : #282b2b;
3
+ --docs-memberlist-group-header-background-color : #33343d;
4
+ --docs-memberlist-group-header-color : #bbb;
5
+ --docs-param-table-list-item-background-color : #323232;
6
+ --docs-param-table-list-item-background-image : linear-gradient(#{lighten(#323232, 2%)}, #323232);
7
+ --docs-param-table-list-item-header-background-clip: text;
8
+ --docs-param-table-list-item-header-text-shadow : 2px 2px 3px rgba(200,200,200,0.1);
9
+ --docs-param-table-list-item-highlight-search-color: #ccc;
10
+ --docs-param-table-source-link-color : #555;
11
+ --docs-param-table-source-link-color-hover : #bbb;
12
+ --docs-param-table-thead-background-color : #343537;
13
+ --docs-param-table-thead-background-image : linear-gradient(#414244, #343537);
14
+ --docs-param-table-tr-background-clip : text;
15
+ --docs-param-table-tr-color : rgba(0,0,0,0.6);
16
+ --docs-param-table-tr-text-shadow : 2px 2px 3px rgba(200,200,200,0.1);
17
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'docs-classdetails-tutorialcomponent-background-color': #323232,
3
- 'docs-classdetails-tutorialcomponent-color' : #bbb
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark {
8
- --docs-classdetails-tutorialcomponent-background-color: #{neo(docs-classdetails-tutorialcomponent-background-color)};
9
- --docs-classdetails-tutorialcomponent-color : #{neo(docs-classdetails-tutorialcomponent-color)};
10
- }
11
- }
1
+ :root .neo-theme-dark {
2
+ --docs-classdetails-tutorialcomponent-background-color: #323232;
3
+ --docs-classdetails-tutorialcomponent-color : #bbb;
4
+ }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'website-header-button-background-image': linear-gradient(#999,#111),
3
- 'website-header-button-glyph-color' : #eee,
4
- 'website-header-button-border' : 1px solid #999
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-dark { // .website-header-container
9
- --website-header-button-background-image: #{neo(website-header-button-background-image)};
10
- --website-header-button-glyph-color : #{neo(website-header-button-glyph-color)};
11
- --website-header-button-border : #{neo(website-header-button-border)};
12
- }
13
- }
1
+ :root .neo-theme-dark { // .website-header-container
2
+ --website-header-button-background-image: linear-gradient(#999,#111);
3
+ --website-header-button-glyph-color : #eee;
4
+ --website-header-button-border : 1px solid #999;
5
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'website-background-image' : linear-gradient(#444, #222),
3
- 'website-transition-duration': 300ms
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark { // .website-main-container
8
- --website-background-image : #{neo(website-background-image)};
9
- --website-transition-duration: #{neo(website-transition-duration)};
10
- }
11
- }
1
+ :root .neo-theme-dark { // .website-main-container
2
+ --website-background-image : linear-gradient(#444, #222);
3
+ --website-transition-duration: 300ms;
4
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'website-blog-toolbar-background-color': #323232
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .website-blog-container
7
- --website-blog-toolbar-background-color: #{neo(website-blog-toolbar-background-color)};
8
- }
9
- }
1
+ :root .neo-theme-dark { // .website-blog-container
2
+ --website-blog-toolbar-background-color: #323232;
3
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'website-home-color' : #bbb,
3
- 'website-home-h1-color': #ddd
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark { // .website-home-tab-container
8
- --website-home-color : #{neo(website-home-color)};
9
- --website-home-h1-color: #{neo(website-home-h1-color)};
10
- }
11
- }
1
+ :root .neo-theme-dark { // .website-home-tab-container
2
+ --website-home-color : #bbb;
3
+ --website-home-h1-color: #ddd;
4
+ }