neo.mjs 5.18.0 → 6.0.1

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 (304) 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/fieldWithPrefix/MainContainer.mjs +151 -0
  7. package/examples/fieldWithPrefix/app.mjs +6 -0
  8. package/examples/fieldWithPrefix/index.html +11 -0
  9. package/examples/fieldWithPrefix/neo-config.json +7 -0
  10. package/examples/form/field/fileupload/MainContainer.mjs +1 -1
  11. package/examples/form/field/fileupload/server.mjs +2 -2
  12. package/package.json +2 -2
  13. package/resources/scss/src/Global.scss +7 -7
  14. package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
  15. package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
  16. package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
  17. package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
  18. package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
  19. package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
  20. package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
  21. package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
  22. package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
  23. package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
  24. package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
  25. package/resources/scss/src/apps/website/MainContainer.scss +3 -3
  26. package/resources/scss/src/apps/website/blog/Container.scss +3 -3
  27. package/resources/scss/src/apps/website/blog/List.scss +8 -8
  28. package/resources/scss/src/apps/website/examples/List.scss +7 -7
  29. package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
  30. package/resources/scss/src/button/Base.scss +101 -101
  31. package/resources/scss/src/button/Split.scss +3 -3
  32. package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
  33. package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
  34. package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
  35. package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
  36. package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
  37. package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
  38. package/resources/scss/src/calendar/view/month/Component.scss +15 -13
  39. package/resources/scss/src/calendar/view/week/Component.scss +12 -12
  40. package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
  41. package/resources/scss/src/component/BoxLabel.scss +5 -5
  42. package/resources/scss/src/component/Chip.scss +13 -13
  43. package/resources/scss/src/component/Circle.scss +2 -2
  44. package/resources/scss/src/component/DateSelector.scss +28 -28
  45. package/resources/scss/src/component/Helix.scss +1 -1
  46. package/resources/scss/src/component/Process.scss +17 -17
  47. package/resources/scss/src/component/Progress.scss +2 -2
  48. package/resources/scss/src/component/Splitter.scss +6 -6
  49. package/resources/scss/src/component/StatusBadge.scss +21 -21
  50. package/resources/scss/src/component/Timer.scss +9 -9
  51. package/resources/scss/src/component/Toast.scss +10 -10
  52. package/resources/scss/src/component/Video.scss +5 -5
  53. package/resources/scss/src/container/Accordion.scss +3 -3
  54. package/resources/scss/src/container/AccordionItem.scss +15 -15
  55. package/resources/scss/src/container/Base.scss +3 -3
  56. package/resources/scss/src/container/Panel.scss +4 -4
  57. package/resources/scss/src/container/Viewport.scss +2 -2
  58. package/resources/scss/src/dialog/Base.scss +8 -8
  59. package/resources/scss/src/draggable/list/DragZone.scss +2 -2
  60. package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
  61. package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
  62. package/resources/scss/src/examples/fieldWithPrefix/MainContainer.scss +25 -0
  63. package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
  64. package/resources/scss/src/form/Fieldset.scss +4 -4
  65. package/resources/scss/src/form/field/CheckBox.scss +10 -10
  66. package/resources/scss/src/form/field/FileUpload.scss +25 -12
  67. package/resources/scss/src/form/field/Number.scss +5 -5
  68. package/resources/scss/src/form/field/Picker.scss +3 -3
  69. package/resources/scss/src/form/field/Range.scss +5 -5
  70. package/resources/scss/src/form/field/Search.scss +1 -1
  71. package/resources/scss/src/form/field/Select.scss +8 -8
  72. package/resources/scss/src/form/field/Switch.scss +6 -6
  73. package/resources/scss/src/form/field/Text.scss +78 -78
  74. package/resources/scss/src/form/field/TextArea.scss +1 -1
  75. package/resources/scss/src/form/field/trigger/Base.scss +6 -6
  76. package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
  77. package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
  78. package/resources/scss/src/form/field/trigger/Time.scss +5 -5
  79. package/resources/scss/src/grid/Container.scss +6 -6
  80. package/resources/scss/src/grid/View.scss +11 -11
  81. package/resources/scss/src/grid/header/Button.scss +5 -5
  82. package/resources/scss/src/grid/header/Toolbar.scss +2 -2
  83. package/resources/scss/src/list/Base.scss +11 -11
  84. package/resources/scss/src/list/Chip.scss +3 -3
  85. package/resources/scss/src/list/Circle.scss +2 -2
  86. package/resources/scss/src/menu/List.scss +21 -21
  87. package/resources/scss/src/menu/Panel.scss +1 -1
  88. package/resources/scss/src/plugin/PrefixField.scss +5 -0
  89. package/resources/scss/src/sitemap/Component.scss +2 -2
  90. package/resources/scss/src/tab/Container.scss +1 -1
  91. package/resources/scss/src/tab/Strip.scss +7 -7
  92. package/resources/scss/src/tab/header/Button.scss +26 -26
  93. package/resources/scss/src/tab/header/Toolbar.scss +18 -18
  94. package/resources/scss/src/table/Container.scss +16 -16
  95. package/resources/scss/src/table/View.scss +11 -11
  96. package/resources/scss/src/table/header/Button.scss +5 -5
  97. package/resources/scss/src/toolbar/Base.scss +20 -20
  98. package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
  99. package/resources/scss/src/tree/List.scss +5 -5
  100. package/resources/scss/theme-dark/Global.scss +7 -17
  101. package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
  102. package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
  103. package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
  104. package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
  105. package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
  106. package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
  107. package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
  108. package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
  109. package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
  110. package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
  111. package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
  112. package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
  113. package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
  114. package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
  115. package/resources/scss/theme-dark/button/Base.scss +108 -219
  116. package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
  117. package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
  118. package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
  119. package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
  120. package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
  121. package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
  122. package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
  123. package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
  124. package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
  125. package/resources/scss/theme-dark/component/Chip.scss +14 -31
  126. package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
  127. package/resources/scss/theme-dark/component/Process.scss +9 -21
  128. package/resources/scss/theme-dark/component/Progress.scss +3 -9
  129. package/resources/scss/theme-dark/component/Splitter.scss +4 -12
  130. package/resources/scss/theme-dark/component/StatusBadge.scss +19 -41
  131. package/resources/scss/theme-dark/component/Timer.scss +4 -13
  132. package/resources/scss/theme-dark/component/Toast.scss +8 -20
  133. package/resources/scss/theme-dark/component/Video.scss +3 -10
  134. package/resources/scss/theme-dark/container/Accordion.scss +5 -13
  135. package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
  136. package/resources/scss/theme-dark/container/Base.scss +4 -11
  137. package/resources/scss/theme-dark/container/Panel.scss +5 -13
  138. package/resources/scss/theme-dark/container/Viewport.scss +3 -9
  139. package/resources/scss/theme-dark/dialog/Base.scss +5 -13
  140. package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
  141. package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
  142. package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
  143. package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
  144. package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
  145. package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
  146. package/resources/scss/theme-dark/form/field/Range.scss +4 -11
  147. package/resources/scss/theme-dark/form/field/Search.scss +3 -9
  148. package/resources/scss/theme-dark/form/field/Select.scss +8 -20
  149. package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
  150. package/resources/scss/theme-dark/form/field/Text.scss +31 -66
  151. package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
  152. package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
  153. package/resources/scss/theme-dark/grid/Container.scss +6 -16
  154. package/resources/scss/theme-dark/grid/View.scss +12 -28
  155. package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
  156. package/resources/scss/theme-dark/list/Base.scss +11 -26
  157. package/resources/scss/theme-dark/menu/List.scss +20 -44
  158. package/resources/scss/theme-dark/menu/Panel.scss +2 -8
  159. package/resources/scss/theme-dark/tab/Container.scss +3 -9
  160. package/resources/scss/theme-dark/tab/Strip.scss +5 -13
  161. package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
  162. package/resources/scss/theme-dark/table/Container.scss +9 -22
  163. package/resources/scss/theme-dark/table/View.scss +13 -29
  164. package/resources/scss/theme-dark/table/header/Button.scss +6 -16
  165. package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
  166. package/resources/scss/theme-dark/tree/List.scss +4 -11
  167. package/resources/scss/theme-light/Global.scss +7 -17
  168. package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
  169. package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
  170. package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
  171. package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
  172. package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
  173. package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
  174. package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
  175. package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
  176. package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
  177. package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
  178. package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
  179. package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
  180. package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
  181. package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
  182. package/resources/scss/theme-light/button/Base.scss +107 -218
  183. package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
  184. package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
  185. package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
  186. package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
  187. package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
  188. package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
  189. package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
  190. package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
  191. package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
  192. package/resources/scss/theme-light/component/Chip.scss +14 -31
  193. package/resources/scss/theme-light/component/DateSelector.scss +24 -52
  194. package/resources/scss/theme-light/component/Process.scss +9 -21
  195. package/resources/scss/theme-light/component/Progress.scss +3 -9
  196. package/resources/scss/theme-light/component/Splitter.scss +4 -12
  197. package/resources/scss/theme-light/component/StatusBadge.scss +19 -41
  198. package/resources/scss/theme-light/component/Timer.scss +5 -14
  199. package/resources/scss/theme-light/component/Toast.scss +8 -20
  200. package/resources/scss/theme-light/component/Video.scss +3 -10
  201. package/resources/scss/theme-light/container/Accordion.scss +5 -13
  202. package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
  203. package/resources/scss/theme-light/container/Base.scss +4 -11
  204. package/resources/scss/theme-light/container/Panel.scss +5 -13
  205. package/resources/scss/theme-light/container/Viewport.scss +3 -9
  206. package/resources/scss/theme-light/dialog/Base.scss +5 -13
  207. package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
  208. package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
  209. package/resources/scss/theme-light/form/Fieldset.scss +5 -14
  210. package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
  211. package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
  212. package/resources/scss/theme-light/form/field/Picker.scss +5 -13
  213. package/resources/scss/theme-light/form/field/Range.scss +4 -11
  214. package/resources/scss/theme-light/form/field/Search.scss +3 -9
  215. package/resources/scss/theme-light/form/field/Select.scss +9 -21
  216. package/resources/scss/theme-light/form/field/Switch.scss +6 -16
  217. package/resources/scss/theme-light/form/field/Text.scss +31 -66
  218. package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
  219. package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
  220. package/resources/scss/theme-light/grid/Container.scss +6 -16
  221. package/resources/scss/theme-light/grid/View.scss +12 -28
  222. package/resources/scss/theme-light/grid/header/Button.scss +5 -14
  223. package/resources/scss/theme-light/list/Base.scss +12 -27
  224. package/resources/scss/theme-light/menu/List.scss +20 -44
  225. package/resources/scss/theme-light/menu/Panel.scss +2 -8
  226. package/resources/scss/theme-light/tab/Container.scss +3 -9
  227. package/resources/scss/theme-light/tab/Strip.scss +5 -13
  228. package/resources/scss/theme-light/tab/header/Button.scss +29 -62
  229. package/resources/scss/theme-light/table/Container.scss +9 -22
  230. package/resources/scss/theme-light/table/View.scss +13 -29
  231. package/resources/scss/theme-light/table/header/Button.scss +6 -16
  232. package/resources/scss/theme-light/toolbar/Base.scss +4 -11
  233. package/resources/scss/theme-light/tree/List.scss +4 -11
  234. package/src/DefaultConfig.mjs +2 -2
  235. package/src/component/Splitter.mjs +0 -1
  236. package/src/draggable/tab/header/toolbar/SortZone.mjs +3 -3
  237. package/src/form/field/FileUpload.mjs +32 -5
  238. package/src/form/field/Text.mjs +1 -1
  239. package/src/main/DomAccess.mjs +2 -2
  240. package/src/main/DomEvents.mjs +50 -12
  241. package/src/manager/DomEvent.mjs +1 -0
  242. package/src/plugin/PrefixField.mjs +304 -0
  243. package/src/tab/header/Toolbar.mjs +8 -8
  244. package/resources/scss/mixins/_all.scss +0 -31
  245. package/resources/scss/theme-dark/_all.scss +0 -15
  246. package/resources/scss/theme-dark/apps/_all.scss +0 -3
  247. package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
  248. package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
  249. package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
  250. package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
  251. package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  252. package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
  253. package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
  254. package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
  255. package/resources/scss/theme-dark/button/_all.scss +0 -1
  256. package/resources/scss/theme-dark/calendar/_all.scss +0 -8
  257. package/resources/scss/theme-dark/component/Circle.scss +0 -0
  258. package/resources/scss/theme-dark/component/_all.scss +0 -5
  259. package/resources/scss/theme-dark/container/_all.scss +0 -3
  260. package/resources/scss/theme-dark/dialog/_all.scss +0 -1
  261. package/resources/scss/theme-dark/examples/_all.scss +0 -2
  262. package/resources/scss/theme-dark/form/_all.scss +0 -9
  263. package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
  264. package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
  265. package/resources/scss/theme-dark/grid/_all.scss +0 -3
  266. package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
  267. package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
  268. package/resources/scss/theme-dark/list/_all.scss +0 -1
  269. package/resources/scss/theme-dark/menu/_all.scss +0 -2
  270. package/resources/scss/theme-dark/tab/_all.scss +0 -3
  271. package/resources/scss/theme-dark/table/_all.scss +0 -3
  272. package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
  273. package/resources/scss/theme-dark/table/header/_all.scss +0 -2
  274. package/resources/scss/theme-dark/tree/_all.scss +0 -1
  275. package/resources/scss/theme-light/_all.scss +0 -15
  276. package/resources/scss/theme-light/apps/_all.scss +0 -3
  277. package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
  278. package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
  279. package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
  280. package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
  281. package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  282. package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
  283. package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
  284. package/resources/scss/theme-light/apps/website/_all.scss +0 -4
  285. package/resources/scss/theme-light/button/_all.scss +0 -1
  286. package/resources/scss/theme-light/calendar/_all.scss +0 -8
  287. package/resources/scss/theme-light/component/Circle.scss +0 -0
  288. package/resources/scss/theme-light/component/_all.scss +0 -5
  289. package/resources/scss/theme-light/container/_all.scss +0 -3
  290. package/resources/scss/theme-light/dialog/_all.scss +0 -1
  291. package/resources/scss/theme-light/examples/_all.scss +0 -2
  292. package/resources/scss/theme-light/form/_all.scss +0 -9
  293. package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
  294. package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
  295. package/resources/scss/theme-light/grid/_all.scss +0 -3
  296. package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
  297. package/resources/scss/theme-light/grid/header/_all.scss +0 -2
  298. package/resources/scss/theme-light/list/_all.scss +0 -1
  299. package/resources/scss/theme-light/menu/_all.scss +0 -2
  300. package/resources/scss/theme-light/tab/_all.scss +0 -3
  301. package/resources/scss/theme-light/table/_all.scss +0 -3
  302. package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
  303. package/resources/scss/theme-light/table/header/_all.scss +0 -2
  304. package/resources/scss/theme-light/tree/_all.scss +0 -1
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'boxlabel-background-color': #fff,
3
- 'boxlabel-border' : 1px solid #ddd,
4
- 'boxlabel-color' : #000
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-box-label
9
- --boxlabel-background-color: #{neo(boxlabel-background-color)};
10
- --boxlabel-border : #{neo(boxlabel-border)};
11
- --boxlabel-color : #{neo(boxlabel-color)};
12
- }
13
- }
1
+ :root .neo-theme-light { // .neo-box-label
2
+ --boxlabel-background-color: #fff;
3
+ --boxlabel-border : 1px solid #ddd;
4
+ --boxlabel-color : #000;
5
+ }
@@ -1,31 +1,14 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'chip-align-items' : center,
3
- 'chip-border' : 1px solid #ddd,
4
- 'chip-border-color-focus' : #1c60a0,
5
- 'chip-border-radius' : 15px,
6
- 'chip-close-button-color' : #ddd,
7
- 'chip-close-button-color-hover': #1c60a0,
8
- 'chip-glyph-color' : #1c60a0,
9
- 'chip-height' : 30px,
10
- 'chip-justify-content' : center,
11
- 'chip-text-align' : left,
12
- 'chip-text-color' : #000,
13
- 'chip-text-font-size' : 12px
14
- ));
15
-
16
- @if $useCssVars == true {
17
- :root .neo-theme-light { // .neo-chip
18
- --chip-align-items : #{neo(chip-align-items)};
19
- --chip-border : #{neo(chip-border)};
20
- --chip-border-color-focus : #{neo(chip-border-color-focus)};
21
- --chip-border-radius : #{neo(chip-border-radius)};
22
- --chip-close-button-color : #{neo(chip-close-button-color)};
23
- --chip-close-button-color-hover: #{neo(chip-close-button-color-hover)};
24
- --chip-glyph-color : #{neo(chip-glyph-color)};
25
- --chip-height : #{neo(chip-height)};
26
- --chip-justify-content : #{neo(chip-justify-content)};
27
- --chip-text-align : #{neo(chip-text-align)};
28
- --chip-text-color : #{neo(chip-text-color)};
29
- --chip-text-font-size : #{neo(chip-text-font-size)};
30
- }
31
- }
1
+ :root .neo-theme-light { // .neo-chip
2
+ --chip-align-items : center;
3
+ --chip-border : 1px solid #ddd;
4
+ --chip-border-color-focus : #1c60a0;
5
+ --chip-border-radius : 15px;
6
+ --chip-close-button-color : #ddd;
7
+ --chip-close-button-color-hover: #1c60a0;
8
+ --chip-glyph-color : #1c60a0;
9
+ --chip-height : 30px;
10
+ --chip-justify-content : center;
11
+ --chip-text-align : left;
12
+ --chip-text-color : #000;
13
+ --chip-text-font-size : 12px;
14
+ }
@@ -1,52 +1,24 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'dateselector-background-color' : #323232,
3
- 'dateselector-border-color' : #ddd,
4
- 'dateselector-cell-background-color' : #fff,
5
- 'dateselector-cell-background-color-disabled': #fff,
6
- 'dateselector-cell-color' : #000,
7
- 'dateselector-cell-color-disabled' : #999,
8
- 'dateselector-cell-color-selected' : #fff,
9
- 'dateselector-cell-opacity-disabled' : 1,
10
- 'dateselector-cell-today-border-color' : #5d83a7,
11
- 'dateselector-color' : #000,
12
- 'dateselector-content-border-top' : none,
13
- 'dateselector-header-background-color' : #fff,
14
- 'dateselector-header-border-bottom' : none,
15
- 'dateselector-header-cell-background-color' : #5d83a7,
16
- 'dateselector-header-cell-border-bottom' : none,
17
- 'dateselector-header-cell-color' : #fff,
18
- 'dateselector-header-month-text-color' : #000,
19
- 'dateselector-header-year-text-color' : #1c60a0,
20
- 'dateselector-nav-button-background-color' : #fff,
21
- 'dateselector-nav-button-color' : #bbb,
22
- 'dateselector-nav-button-color-hover' : #1c60a0,
23
- 'dateselector-nav-button-inner-border' : none
24
- ));
25
-
26
- @if $useCssVars == true {
27
- :root .neo-theme-light { // .neo-dateselector
28
- --dateselector-background-color : #{neo(dateselector-background-color)};
29
- --dateselector-border-color : #{neo(dateselector-border-color)};
30
- --dateselector-cell-background-color : #{neo(dateselector-cell-background-color)};
31
- --dateselector-cell-background-color-disabled: #{neo(dateselector-cell-background-color-disabled)};
32
- --dateselector-cell-color : #{neo(dateselector-cell-color)};
33
- --dateselector-cell-color-disabled : #{neo(dateselector-cell-color-disabled)};
34
- --dateselector-cell-color-selected : #{neo(dateselector-cell-color-selected)};
35
- --dateselector-cell-opacity-disabled : #{neo(dateselector-cell-opacity-disabled)};
36
- --dateselector-cell-today-border-color : #{neo(dateselector-cell-today-border-color)};
37
- --dateselector-color : #{neo(dateselector-color)};
38
- --dateselector-content-border-top : #{neo(dateselector-content-border-top)};
39
- --dateselector-header-background-color : #{neo(dateselector-header-background-color)};
40
- --dateselector-header-border-bottom : #{neo(dateselector-header-border-bottom)};
41
- --dateselector-header-cell-background-color : #{neo(dateselector-header-cell-background-color)};
42
- --dateselector-header-cell-border-bottom : #{neo(dateselector-header-cell-border-bottom)};
43
- --dateselector-header-cell-color : #{neo(dateselector-header-cell-color)};
44
- --dateselector-header-month-text-color : #{neo(dateselector-header-month-text-color)};
45
- --dateselector-header-year-text-color : #{neo(dateselector-header-year-text-color)};
46
- --dateselector-nav-button-background-color : #{neo(dateselector-nav-button-background-color)};
47
- --dateselector-nav-button-border : #{neo(dateselector-nav-button-border)};
48
- --dateselector-nav-button-color : #{neo(dateselector-nav-button-color)};
49
- --dateselector-nav-button-color-hover : #{neo(dateselector-nav-button-color-hover)};
50
- --dateselector-nav-button-inner-border : #{neo(dateselector-nav-button-inner-border)};
51
- }
52
- }
1
+ :root .neo-theme-light { // .neo-dateselector
2
+ --dateselector-background-color : #323232;
3
+ --dateselector-border-color : #ddd;
4
+ --dateselector-cell-background-color : #fff;
5
+ --dateselector-cell-background-color-disabled: #fff;
6
+ --dateselector-cell-color : #000;
7
+ --dateselector-cell-color-disabled : #999;
8
+ --dateselector-cell-color-selected : #fff;
9
+ --dateselector-cell-opacity-disabled : 1;
10
+ --dateselector-cell-today-border-color : #5d83a7;
11
+ --dateselector-color : #000;
12
+ --dateselector-content-border-top : none;
13
+ --dateselector-header-background-color : #fff;
14
+ --dateselector-header-border-bottom : none;
15
+ --dateselector-header-cell-background-color : #5d83a7;
16
+ --dateselector-header-cell-border-bottom : none;
17
+ --dateselector-header-cell-color : #fff;
18
+ --dateselector-header-month-text-color : #000;
19
+ --dateselector-header-year-text-color : #1c60a0;
20
+ --dateselector-nav-button-background-color : #fff;
21
+ --dateselector-nav-button-color : #bbb;
22
+ --dateselector-nav-button-color-hover : #1c60a0;
23
+ --dateselector-nav-button-inner-border : none;
24
+ }
@@ -1,21 +1,9 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'process-arrow-color' : #6d5f28,
3
- 'process-background-color': #fff,
4
- 'process-icon-color' : #a3996f,
5
- 'process-icon-size' : 2rem,
6
- 'process-shadow-color' : rgba(0, 0, 0, .5),
7
- 'process-title-color' : #363636,
8
- 'process-text-color' : #444444
9
- ));
10
-
11
- @if $useCssVars == true {
12
- :root .neo-theme-light {
13
- --process-arrow-color : #{neo(process-arrow-color)};
14
- --process-background-color: #{neo(process-background-color)};
15
- --process-icon-color : #{neo(process-icon-color)};
16
- --process-icon-size : #{neo(process-icon-size)};
17
- --process-shadow-color : #{neo(process-shadow-color)};
18
- --process-title-color : #{neo(process-title-color)};
19
- --process-text-color : #{neo(process-text-color)};
20
- }
21
- }
1
+ :root .neo-theme-light {
2
+ --process-arrow-color : #6d5f28;
3
+ --process-background-color: #fff;
4
+ --process-icon-color : #a3996f;
5
+ --process-icon-size : 2rem;
6
+ --process-shadow-color : rgba(0, 0, 0, .5);
7
+ --process-text-color : #444444;
8
+ --process-title-color : #363636;
9
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'progress-label-color': #000
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-light {
7
- --progress-label-color: #{neo(progress-label-color)};
8
- }
9
- }
1
+ :root .neo-theme-light {
2
+ --progress-label-color: #000;
3
+ }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'splitter-background-color': #f2f2f2,
3
- 'splitter-border' : 1px solid #ddd,
4
- 'splitter-hover-color' : #5d83a7
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-splitter
9
- --splitter-background-color: #{neo(splitter-background-color)};
10
- --splitter-border : #{neo(splitter-border)};
11
- --splitter-hover-color : #{neo(splitter-hover-color)};
12
- }
1
+ :root .neo-theme-light { // .neo-splitter
2
+ --splitter-background-color: #f2f2f2;
3
+ --splitter-border : 1px solid #ddd;
4
+ --splitter-hover-color : #5d83a7
13
5
  }
@@ -1,41 +1,19 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'status-badge-padding' : 0px 5px 0px 5px,
3
- 'status-badge-align-items' : center,
4
- 'status-badge-state-alert-background-color' : orange,
5
- 'status-badge-state-alert-text-color' : black,
6
- 'status-badge-state-error-background-color' : red,
7
- 'status-badge-state-error-text-color' : white,
8
- 'status-badge-state-info-background-color' : lightblue,
9
- 'status-badge-state-info-text-color' : black,
10
- 'status-badge-state-neutral-background-color' : white,
11
- 'status-badge-state-neutral-text-color' : black,
12
- 'status-badge-state-success-background-color' : green,
13
- 'status-badge-state-success-text-color' : white,
14
- 'status-badge-font-size' : 11px,
15
- 'status-badge-font-family' : #{neo(neo-font-family)},
16
- 'status-badge-font-weight' : 600,
17
- 'status-badge-line-height' : 11px,
18
- 'status-badge-transform' : none
19
- ));
20
-
21
- @if $useCssVars == true {
22
- :root .neo-theme-light {
23
- --status-badge-padding : #{neo(status-badge-padding)};
24
- --status-badge-align-items : #{neo(status-badge-align-items)};
25
- --status-badge-state-alert-background-color : #{neo(status-badge-state-alert-background-color)};
26
- --status-badge-state-alert-text-color : #{neo(status-badge-state-alert-text-color)};
27
- --status-badge-state-error-background-color : #{neo(status-badge-state-error-background-color)};
28
- --status-badge-state-error-text-color : #{neo(status-badge-state-error-text-color)};
29
- --status-badge-state-info-background-color : #{neo(status-badge-state-info-background-color)};
30
- --status-badge-state-info-text-color : #{neo(status-badge-state-info-text-color)};
31
- --status-badge-state-neutral-background-color : #{neo(status-badge-state-neutral-background-color)};
32
- --status-badge-state-neutral-text-color : #{neo(status-badge-state-neutral-text-color)};
33
- --status-badge-state-success-background-color : #{neo(status-badge-state-success-background-color)};
34
- --status-badge-state-success-text-color : #{neo(status-badge-state-success-text-color)};
35
- --status-badge-font-size : #{neo(status-badge-font-size)};
36
- --status-badge-font-family : #{neo(status-badge-font-family)};
37
- --status-badge-font-weight : #{neo(status-badge-font-weight)};
38
- --status-badge-line-height : #{neo(status-badge-line-height)};
39
- --status-badge-transform : #{neo(status-badge-transform)};
40
- }
41
- }
1
+ :root .neo-theme-light {
2
+ --status-badge-align-items : center;
3
+ --status-badge-font-size : 11px;
4
+ --status-badge-font-family : var(--neo-font-family);
5
+ --status-badge-font-weight : 600;
6
+ --status-badge-line-height : 11px;
7
+ --status-badge-padding : 0px 5px 0px 5px;
8
+ --status-badge-state-alert-background-color : orange;
9
+ --status-badge-state-alert-text-color : black;
10
+ --status-badge-state-error-background-color : red;
11
+ --status-badge-state-error-text-color : white;
12
+ --status-badge-state-info-background-color : lightblue;
13
+ --status-badge-state-info-text-color : black;
14
+ --status-badge-state-neutral-background-color : white;
15
+ --status-badge-state-neutral-text-color : black;
16
+ --status-badge-state-success-background-color : green;
17
+ --status-badge-state-success-text-color : white;
18
+ --status-badge-transform : none;
19
+ }
@@ -1,15 +1,6 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'timer-color-start': #8a9b0f,
3
- 'timer-color-end': #940a3d,
4
- 'timer-dimension': '6rem',
5
- 'timer-button-color': #cde8e7
6
- ));
7
-
8
- @if $useCssVars == true {
9
- :root .neo-theme-light { // .neo-timer
10
- --timer-color-start : #{neo(timer-color-start)};
11
- --timer-color-end : #{neo(timer-color-end)};
12
- --timer-dimension : #{neo(timer-dimension)};
13
- --timer-button-color : #{neo(timer-button-color)};
14
- }
1
+ :root .neo-theme-light { // .neo-timer
2
+ --timer-button-color: #cde8e7;
3
+ --timer-color-end : #940a3d;
4
+ --timer-color-start : #8a9b0f;
5
+ --timer-dimension : --6rem;
15
6
  }
@@ -1,21 +1,9 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'toast-background-color' : lightblue,
3
- 'toast-color' : #083741,
4
- 'toast-danger-background-color' : #e6adad,
5
- 'toast-danger-color' : #410808,
6
- 'toast-shadow-color' : rgba(0, 0, 0, 0.15),
7
- 'toast-success-background-color': #b7e6ad,
8
- 'toast-success-color' : #124108
9
- ));
10
-
11
- @if $useCssVars == true {
12
- :root .neo-theme-light { // .neo-toast
13
- --toast-background-color : #{neo(toast-background-color)};
14
- --toast-color : #{neo(toast-color)};
15
- --toast-shadow-color : #{neo(toast-shadow-color)};
16
- --toast-danger-background-color : #{neo(toast-danger-background-color)};
17
- --toast-danger-color : #{neo(toast-danger-color)};
18
- --toast-success-background-color: #{neo(toast-success-background-color)};
19
- --toast-success-color : #{neo(toast-success-color)};
20
- }
1
+ :root .neo-theme-light { // .neo-toast
2
+ --toast-background-color : lightblue;
3
+ --toast-color : #083741;
4
+ --toast-danger-background-color : #e6adad;
5
+ --toast-danger-color : #410808;
6
+ --toast-shadow-color : rgba(0, 0, 0, 0.15);
7
+ --toast-success-background-color: #b7e6ad;
8
+ --toast-success-color : #124108;
21
9
  }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'video-ghost-color': rgba(50, 50, 50, 0.3),
3
- 'video-ghost-size' : 30px
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-light { // .neo-video
8
- --video-ghost-color: #{neo(video-ghost-color)};
9
- --video-ghost-size: #{neo(video-ghost-size)};
10
- }
1
+ :root .neo-theme-light { // .neo-video
2
+ --video-ghost-color: rgba(50, 50, 50, 0.3);
3
+ --video-ghost-size : 30px;
11
4
  }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'accordion-title-bg-color': #292929,
3
- 'accordion-title-color' : #fff,
4
- 'accordion-item-radius' : 5px
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-accordion
9
- --accordion-title-bg-color: #{neo(accordion-title-bg-color)};
10
- --accordion-title-color: #{neo(accordion-title-color)};
11
- --accordion-item-radius: #{neo(accordion-item-radius)};
12
- }
13
- }
1
+ :root .neo-theme-light { // .neo-accordion
2
+ --accordion-item-radius : 5px;
3
+ --accordion-title-bg-color: #292929;
4
+ --accordion-title-color : #fff;
5
+ }
@@ -1,23 +1,10 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'accordion-item-bg-color' : #f9f9f9,
3
- 'accordion-item-content-bg-color': #ffffff,
4
- 'accordion-item-arrow-bg-color' : #dedede,
5
- 'accordion-item-border-color' : #ddd,
6
- 'accordion-item-shadow' : 0 4px 16px rgba(0 0 0 / .1),
7
- 'accordion-item-arrow-shadow' : 0 4px 16px rgba(0 0 0 / .1),
8
- 'accordion-item-radius' : 5px,
9
- 'accordion-item-header-height' : 50px
10
- ));
11
-
12
- @if $useCssVars == true {
13
- :root .neo-theme-light { // .neo-accordion-item
14
- --accordion-item-bg-color : #{neo(accordion-item-bg-color)};
15
- --accordion-item-content-bg-color: #{neo(accordion-item-content-bg-color)};
16
- --accordion-item-arrow-bg-color : #{neo(accordion-item-arrow-bg-color)};
17
- --accordion-item-border-color : #{neo(accordion-item-border-color)};
18
- --accordion-item-shadow : #{neo(accordion-item-shadow)};
19
- --accordion-item-arrow-shadow : #{neo(accordion-item-arrow-shadow)};
20
- --accordion-item-radius : #{neo(accordion-item-radius)};
21
- --accordion-item-header-height : #{neo(accordion-item-header-height)};
22
- }
23
- }
1
+ :root .neo-theme-light { // .neo-accordion-item
2
+ --accordion-item-arrow-bg-color : #dedede;
3
+ --accordion-item-arrow-shadow : 0 4px 16px rgba(0 0 0 / .1);
4
+ --accordion-item-bg-color : #f9f9f9;
5
+ --accordion-item-border-color : #ddd;
6
+ --accordion-item-content-bg-color: #ffffff;
7
+ --accordion-item-header-height : 50px;
8
+ --accordion-item-radius : 5px;
9
+ --accordion-item-shadow : 0 4px 16px rgba(0 0 0 / .1);
10
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'container-background-color': #fff,
3
- 'container-color' : #000
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-light { // .neo-container
8
- --container-background-color: #{neo(container-background-color)};
9
- --container-color : #{neo(container-color)};
10
- }
11
- }
1
+ :root .neo-theme-light { // .neo-container
2
+ --container-background-color: #fff;
3
+ --container-color : #000;
4
+ }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'panel-border-color' : #ddd,
3
- 'panel-header-border-color': #ddd,
4
- 'panel-header-text-color' : #666
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-panel
9
- --panel-border-color : #{neo(panel-border-color)};
10
- --panel-header-border-color: #{neo(panel-header-border-color)};
11
- --panel-header-text-color : #{neo(panel-header-text-color)};
12
- }
13
- }
1
+ :root .neo-theme-light { // .neo-panel
2
+ --panel-border-color : #ddd;
3
+ --panel-header-border-color: #ddd;
4
+ --panel-header-text-color : #666;
5
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'viewport-background-color': #fff
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-light { // .neo-viewport
7
- --viewport-background-color: #{neo(viewport-background-color)};
8
- }
9
- }
1
+ :root .neo-theme-light { // .neo-viewport
2
+ --viewport-background-color: #fff;
3
+ }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'dialog-border-color': #ddd,
3
- 'dialog-header-color': #1c60a0,
4
- 'dialog-icon-color' : #1c60a0
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-dialog
9
- --dialog-border-color: #{neo(dialog-border-color)};
10
- --dialog-header-color: #{neo(dialog-header-color)};
11
- --dialog-icon-color : #{neo(dialog-icon-color)};
12
- }
13
- }
1
+ :root .neo-theme-light { // .neo-dialog
2
+ --dialog-border-color: #ddd;
3
+ --dialog-header-color: #1c60a0;
4
+ --dialog-icon-color : #1c60a0;
5
+ }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'examples-tab-component-background-color': #fff
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-light {
7
- --examples-tab-component-background-color: #{neo(examples-tab-component-background-color)};
8
- }
9
- }
1
+ :root .neo-theme-light {
2
+ --examples-tab-component-background-color: #fff;
3
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'examples-calendar-basic-header-background-color': #f2f2f2,
3
- 'examples-calendar-basic-header-color' : #1c60a0
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-light { // .neo-examples-calendar-maincontainer
8
- --examples-calendar-basic-header-background-color: #{neo(examples-calendar-basic-header-background-color)};
9
- --examples-calendar-basic-header-color : #{neo(examples-calendar-basic-header-color)};
10
- }
1
+ :root .neo-theme-light { // .neo-examples-calendar-maincontainer
2
+ --examples-calendar-basic-header-background-color: #f2f2f2;
3
+ --examples-calendar-basic-header-color : #1c60a0;
11
4
  }
@@ -1,15 +1,6 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'fieldset-background-color' : '#f9f9f9',
3
- 'fieldset-border' : 1px solid #ddd,
4
- 'fieldset-legend-color' : #1c60a0,
5
- 'fieldset-legend-icon-color': #1c60a0
6
- ));
7
-
8
- @if $useCssVars == true {
9
- :root .neo-theme-light { // .neo-fieldset
10
- --fieldset-background-color : #{neo(fieldset-background-color)};
11
- --fieldset-border : #{neo(fieldset-border)};
12
- --fieldset-legend-color : #{neo(fieldset-legend-color)};
13
- --fieldset-legend-icon-color: #{neo(fieldset-legend-icon-color)};
14
- }
1
+ :root .neo-theme-light { // .neo-fieldset
2
+ --fieldset-background-color : #f9f9f9;
3
+ --fieldset-border : 1px solid #ddd;
4
+ --fieldset-legend-color : #1c60a0;
5
+ --fieldset-legend-icon-color: #1c60a0;
15
6
  }
@@ -1,19 +1,8 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'checkboxfield-color' : #aaa,
3
- 'checkboxfield-color-checked' : #1c60a0,
4
- 'checkboxfield-icon-font-family': var(--fa-style-family-classic),
5
- 'checkboxfield-icon-font-size' : 14px,
6
- 'checkboxfield-icon-margin' : 0,
7
- 'checkboxfield-label-top-margin': 0 0 3px
8
- ));
9
-
10
- @if $useCssVars == true {
11
- :root .neo-theme-light { // .neo-checkboxfield
12
- --checkboxfield-color : #{neo(checkboxfield-color)};
13
- --checkboxfield-color-checked : #{neo(checkboxfield-color-checked)};
14
- --checkboxfield-icon-font-family: #{neo(checkboxfield-icon-font-family)};
15
- --checkboxfield-icon-font-size : #{neo(checkboxfield-icon-font-size)};
16
- --checkboxfield-icon-margin : #{neo(checkboxfield-icon-margin)};
17
- --checkboxfield-label-top-margin: #{neo(checkboxfield-label-top-margin)};
18
- }
1
+ :root .neo-theme-light { // .neo-checkboxfield
2
+ --checkboxfield-color : #aaa;
3
+ --checkboxfield-color-checked : #1c60a0;
4
+ --checkboxfield-icon-font-family: var(--fa-style-family-classic);
5
+ --checkboxfield-icon-font-size : 14px;
6
+ --checkboxfield-icon-margin : 0;
7
+ --checkboxfield-label-top-margin: 0 0 3px;
19
8
  }
@@ -1,27 +1,12 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'fileuploadfield-background-color' : #fff,
3
- 'fileuploadfield-color' : #000,
4
- 'fileuploadfield-border-color' : #d5d5d5,
5
- 'fileuploadfield-progress-color' : #5d94f3,
6
- 'fileuploadfield-error-color' : #f00,
7
- 'fileuploadfield-success-color' : rgb(112, 169, 112),
8
- 'fileuploadfield-hover-color' : #f0f0f0,
9
- 'fileuploadfield-pressed-color' : #e0e0e0,
10
- 'fileuploadfield-downloadable-state-color' : #d9d9d9,
11
- 'fileuploadfield-focus-color' : #80d3f4
12
- ));
13
-
14
- @if $useCssVars == true {
15
- :root .neo-theme-light { // .neo-fileuploadfield
16
- --fileuploadfield-background-color : #{neo(fileuploadfield-background-color)};
17
- --fileuploadfield-color : #{neo(fileuploadfield-color)};
18
- --fileuploadfield-border-color : #{neo(fileuploadfield-border-color)};
19
- --fileuploadfield-progress-color : #{neo(fileuploadfield-progress-color)};
20
- --fileuploadfield-error-color : #{neo(fileuploadfield-error-color)};
21
- --fileuploadfield-success-color : #{neo(fileuploadfield-success-color)};
22
- --fileuploadfield-hover-color : #{neo(fileuploadfield-hover-color)};
23
- --fileuploadfield-pressed-color : #{neo(fileuploadfield-pressed-color)};
24
- --fileuploadfield-downloadable-state-color : #{neo(fileuploadfield-pressed-color)};
25
- --fileuploadfield-focus-color : #{neo(fileuploadfield-focus-color)};
26
- }
1
+ :root .neo-theme-light { // .neo-fileuploadfield
2
+ --fileuploadfield-background-color : #fff;
3
+ --fileuploadfield-border-color : #d5d5d5;
4
+ --fileuploadfield-color : #000;
5
+ --fileuploadfield-downloadable-state-color: #d9d9d9;
6
+ --fileuploadfield-error-color : #f00;
7
+ --fileuploadfield-focus-color : #80d3f4;
8
+ --fileuploadfield-hover-color : #f0f0f0;
9
+ --fileuploadfield-pressed-color : #e0e0e0;
10
+ --fileuploadfield-progress-color : #5d94f3;
11
+ --fileuploadfield-success-color : rgb(112, 169, 112);
27
12
  }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'pickerfield-container-background-color': #fff,
3
- 'pickerfield-container-border' : none,
4
- 'pickerfield-container-box-shadow' : 0 5px 10px rgba(0,0,0,.4)
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-light { // .neo-pickerfield
9
- --pickerfield-container-background-color: #{neo(pickerfield-container-background-color)};
10
- --pickerfield-container-border : #{neo(pickerfield-container-border)};
11
- --pickerfield-container-box-shadow : #{neo(pickerfield-container-box-shadow)};
12
- }
13
- }
1
+ :root .neo-theme-light { // .neo-pickerfield
2
+ --pickerfield-container-background-color: #fff;
3
+ --pickerfield-container-border : none;
4
+ --pickerfield-container-box-shadow : 0 5px 10px rgba(0,0,0,.4);
5
+ }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'rangefield-thumb-background': #1c60a0,
3
- 'rangefield-track-background': #ddd
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-light { // .neo-rangefield
8
- --rangefield-thumb-background: #{neo(rangefield-thumb-background)};
9
- --rangefield-track-background: #{neo(rangefield-track-background)};
10
- }
11
- }
1
+ :root .neo-theme-light { // .neo-rangefield
2
+ --rangefield-thumb-background: #1c60a0;
3
+ --rangefield-track-background: #ddd;
4
+ }