@syncfusion/ej2-angular-layouts 23.2.4-ngcc → 23.2.4

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 (230) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +23 -0
  3. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +64 -0
  4. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +34 -0
  5. package/esm2020/src/dashboard-layout/panels.directive.mjs +72 -0
  6. package/esm2020/src/index.mjs +10 -0
  7. package/esm2020/src/splitter/panesettings.directive.mjs +66 -0
  8. package/esm2020/src/splitter/splitter-all.module.mjs +23 -0
  9. package/esm2020/src/splitter/splitter.component.mjs +64 -0
  10. package/esm2020/src/splitter/splitter.module.mjs +34 -0
  11. package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
  12. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +354 -0
  13. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
  14. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +354 -0
  15. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
  16. package/package.json +26 -12
  17. package/src/dashboard-layout/dashboardlayout-all.module.d.ts +6 -0
  18. package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -0
  19. package/src/dashboard-layout/dashboardlayout.module.d.ts +7 -0
  20. package/src/dashboard-layout/panels.directive.d.ts +5 -0
  21. package/src/splitter/panesettings.directive.d.ts +5 -0
  22. package/src/splitter/splitter-all.module.d.ts +6 -0
  23. package/src/splitter/splitter.component.d.ts +3 -0
  24. package/src/splitter/splitter.module.d.ts +7 -0
  25. package/styles/avatar/_all.scss +1 -0
  26. package/styles/avatar/_bootstrap-dark-definition.scss +18 -0
  27. package/styles/avatar/_bootstrap-definition.scss +18 -0
  28. package/styles/avatar/_bootstrap4-definition.scss +18 -0
  29. package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/avatar/_bootstrap5-definition.scss +26 -0
  31. package/styles/avatar/_fabric-dark-definition.scss +18 -0
  32. package/styles/avatar/_fabric-definition.scss +18 -0
  33. package/styles/avatar/_fluent-dark-definition.scss +1 -0
  34. package/styles/avatar/_fluent-definition.scss +25 -0
  35. package/styles/avatar/_fusionnew-definition.scss +26 -0
  36. package/styles/avatar/_highcontrast-definition.scss +18 -0
  37. package/styles/avatar/_highcontrast-light-definition.scss +18 -0
  38. package/styles/avatar/_layout.scss +79 -0
  39. package/styles/avatar/_material-dark-definition.scss +18 -0
  40. package/styles/avatar/_material-definition.scss +18 -0
  41. package/styles/avatar/_material3-dark-definition.scss +1 -0
  42. package/styles/avatar/_material3-definition.scss +26 -0
  43. package/styles/avatar/_tailwind-dark-definition.scss +1 -0
  44. package/styles/avatar/_tailwind-definition.scss +25 -0
  45. package/styles/avatar/_theme.scss +1 -0
  46. package/styles/avatar/bootstrap-dark.scss +3 -1
  47. package/styles/avatar/bootstrap.scss +3 -1
  48. package/styles/avatar/bootstrap4.scss +3 -1
  49. package/styles/avatar/bootstrap5-dark.scss +3 -1
  50. package/styles/avatar/bootstrap5.scss +3 -1
  51. package/styles/avatar/fabric-dark.scss +3 -1
  52. package/styles/avatar/fabric.scss +3 -1
  53. package/styles/avatar/fluent-dark.scss +3 -1
  54. package/styles/avatar/fluent.scss +3 -1
  55. package/styles/avatar/highcontrast-light.scss +3 -1
  56. package/styles/avatar/highcontrast.scss +3 -1
  57. package/styles/avatar/material-dark.scss +3 -1
  58. package/styles/avatar/material.scss +3 -1
  59. package/styles/avatar/material3-dark.scss +3 -1
  60. package/styles/avatar/material3.scss +3 -1
  61. package/styles/avatar/tailwind-dark.scss +3 -1
  62. package/styles/avatar/tailwind.scss +3 -1
  63. package/styles/card/_all.scss +2 -0
  64. package/styles/card/_bootstrap-dark-definition.scss +245 -0
  65. package/styles/card/_bootstrap-definition.scss +125 -0
  66. package/styles/card/_bootstrap4-definition.scss +127 -0
  67. package/styles/card/_bootstrap5-dark-definition.scss +1 -0
  68. package/styles/card/_bootstrap5-definition.scss +125 -0
  69. package/styles/card/_fabric-dark-definition.scss +233 -0
  70. package/styles/card/_fabric-definition.scss +124 -0
  71. package/styles/card/_fluent-dark-definition.scss +1 -0
  72. package/styles/card/_fluent-definition.scss +130 -0
  73. package/styles/card/_fusionnew-definition.scss +125 -0
  74. package/styles/card/_highcontrast-definition.scss +125 -0
  75. package/styles/card/_highcontrast-light-definition.scss +246 -0
  76. package/styles/card/_layout.scss +528 -0
  77. package/styles/card/_material-dark-definition.scss +240 -0
  78. package/styles/card/_material-definition.scss +124 -0
  79. package/styles/card/_material3-dark-definition.scss +1 -0
  80. package/styles/card/_material3-definition.scss +125 -0
  81. package/styles/card/_tailwind-dark-definition.scss +1 -0
  82. package/styles/card/_tailwind-definition.scss +123 -0
  83. package/styles/card/_theme.scss +104 -0
  84. package/styles/card/bootstrap-dark.scss +3 -1
  85. package/styles/card/bootstrap.scss +3 -1
  86. package/styles/card/bootstrap4.scss +3 -1
  87. package/styles/card/bootstrap5-dark.scss +3 -1
  88. package/styles/card/bootstrap5.scss +3 -1
  89. package/styles/card/fabric-dark.scss +3 -1
  90. package/styles/card/fabric.scss +3 -1
  91. package/styles/card/fluent-dark.scss +3 -1
  92. package/styles/card/fluent.scss +3 -1
  93. package/styles/card/highcontrast-light.scss +3 -1
  94. package/styles/card/highcontrast.scss +3 -1
  95. package/styles/card/material-dark.scss +3 -1
  96. package/styles/card/material.scss +3 -1
  97. package/styles/card/material3-dark.scss +3 -1
  98. package/styles/card/material3.scss +3 -1
  99. package/styles/card/tailwind-dark.scss +3 -1
  100. package/styles/card/tailwind.scss +3 -1
  101. package/styles/dashboard-layout/_all.scss +2 -0
  102. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +102 -0
  103. package/styles/dashboard-layout/_bootstrap-definition.scss +102 -0
  104. package/styles/dashboard-layout/_bootstrap4-definition.scss +102 -0
  105. package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
  106. package/styles/dashboard-layout/_bootstrap5-definition.scss +108 -0
  107. package/styles/dashboard-layout/_fabric-dark-definition.scss +103 -0
  108. package/styles/dashboard-layout/_fabric-definition.scss +102 -0
  109. package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
  110. package/styles/dashboard-layout/_fluent-definition.scss +111 -0
  111. package/styles/dashboard-layout/_fusionnew-definition.scss +108 -0
  112. package/styles/dashboard-layout/_highcontrast-definition.scss +100 -0
  113. package/styles/dashboard-layout/_highcontrast-light-definition.scss +100 -0
  114. package/styles/dashboard-layout/_layout.scss +263 -0
  115. package/styles/dashboard-layout/_material-dark-definition.scss +103 -0
  116. package/styles/dashboard-layout/_material-definition.scss +102 -0
  117. package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
  118. package/styles/dashboard-layout/_material3-definition.scss +108 -0
  119. package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -0
  120. package/styles/dashboard-layout/_tailwind-definition.scss +109 -0
  121. package/styles/dashboard-layout/_theme.scss +128 -0
  122. package/styles/dashboard-layout/bootstrap-dark.scss +4 -1
  123. package/styles/dashboard-layout/bootstrap.scss +4 -1
  124. package/styles/dashboard-layout/bootstrap4.scss +4 -1
  125. package/styles/dashboard-layout/bootstrap5-dark.scss +4 -1
  126. package/styles/dashboard-layout/bootstrap5.scss +4 -1
  127. package/styles/dashboard-layout/fabric-dark.scss +4 -1
  128. package/styles/dashboard-layout/fabric.scss +4 -1
  129. package/styles/dashboard-layout/fluent-dark.scss +4 -1
  130. package/styles/dashboard-layout/fluent.scss +4 -1
  131. package/styles/dashboard-layout/highcontrast-light.scss +3 -1
  132. package/styles/dashboard-layout/highcontrast.scss +4 -1
  133. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +80 -0
  134. package/styles/dashboard-layout/icons/_bootstrap.scss +80 -0
  135. package/styles/dashboard-layout/icons/_bootstrap4.scss +80 -0
  136. package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
  137. package/styles/dashboard-layout/icons/_bootstrap5.scss +80 -0
  138. package/styles/dashboard-layout/icons/_fabric-dark.scss +80 -0
  139. package/styles/dashboard-layout/icons/_fabric.scss +80 -0
  140. package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
  141. package/styles/dashboard-layout/icons/_fluent.scss +80 -0
  142. package/styles/dashboard-layout/icons/_fusionnew.scss +80 -0
  143. package/styles/dashboard-layout/icons/_highcontrast.scss +80 -0
  144. package/styles/dashboard-layout/icons/_material-dark.scss +80 -0
  145. package/styles/dashboard-layout/icons/_material.scss +80 -0
  146. package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
  147. package/styles/dashboard-layout/icons/_material3.scss +80 -0
  148. package/styles/dashboard-layout/icons/_tailwind-dark.scss +80 -0
  149. package/styles/dashboard-layout/icons/_tailwind.scss +80 -0
  150. package/styles/dashboard-layout/material-dark.scss +4 -1
  151. package/styles/dashboard-layout/material.scss +4 -1
  152. package/styles/dashboard-layout/material3-dark.scss +4 -1
  153. package/styles/dashboard-layout/material3.scss +4 -1
  154. package/styles/dashboard-layout/tailwind-dark.scss +4 -1
  155. package/styles/dashboard-layout/tailwind.scss +4 -1
  156. package/styles/material3-dark.css +1 -167
  157. package/styles/material3-dark.scss +1 -0
  158. package/styles/material3.css +1 -335
  159. package/styles/material3.scss +1 -0
  160. package/styles/splitter/_all.scss +3 -0
  161. package/styles/splitter/_bootstrap-dark-definition.scss +26 -0
  162. package/styles/splitter/_bootstrap-definition.scss +26 -0
  163. package/styles/splitter/_bootstrap4-definition.scss +26 -0
  164. package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
  165. package/styles/splitter/_bootstrap5-definition.scss +31 -0
  166. package/styles/splitter/_definition.scss +1 -0
  167. package/styles/splitter/_fabric-dark-definition.scss +26 -0
  168. package/styles/splitter/_fabric-definition.scss +26 -0
  169. package/styles/splitter/_fluent-dark-definition.scss +1 -0
  170. package/styles/splitter/_fluent-definition.scss +31 -0
  171. package/styles/splitter/_fusionnew-definition.scss +31 -0
  172. package/styles/splitter/_highcontrast-definition.scss +26 -0
  173. package/styles/splitter/_highcontrast-light-definition.scss +26 -0
  174. package/styles/splitter/_layout.scss +416 -0
  175. package/styles/splitter/_material-dark-definition.scss +26 -0
  176. package/styles/splitter/_material-definition.scss +27 -0
  177. package/styles/splitter/_material3-dark-definition.scss +1 -0
  178. package/styles/splitter/_material3-definition.scss +31 -0
  179. package/styles/splitter/_responsive.scss +1 -0
  180. package/styles/splitter/_tailwind-dark-definition.scss +1 -0
  181. package/styles/splitter/_tailwind-definition.scss +31 -0
  182. package/styles/splitter/_theme.scss +207 -0
  183. package/styles/splitter/bootstrap-dark.scss +4 -1
  184. package/styles/splitter/bootstrap.scss +4 -1
  185. package/styles/splitter/bootstrap4.scss +4 -1
  186. package/styles/splitter/bootstrap5-dark.scss +4 -1
  187. package/styles/splitter/bootstrap5.scss +4 -1
  188. package/styles/splitter/fabric-dark.scss +4 -1
  189. package/styles/splitter/fabric.scss +4 -1
  190. package/styles/splitter/fluent-dark.scss +4 -1
  191. package/styles/splitter/fluent.scss +4 -1
  192. package/styles/splitter/highcontrast-light.scss +4 -1
  193. package/styles/splitter/highcontrast.scss +4 -1
  194. package/styles/splitter/icons/_bootstrap-dark.scss +52 -0
  195. package/styles/splitter/icons/_bootstrap.scss +52 -0
  196. package/styles/splitter/icons/_bootstrap4.scss +51 -0
  197. package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
  198. package/styles/splitter/icons/_bootstrap5.scss +39 -0
  199. package/styles/splitter/icons/_fabric-dark.scss +52 -0
  200. package/styles/splitter/icons/_fabric.scss +52 -0
  201. package/styles/splitter/icons/_fluent-dark.scss +1 -0
  202. package/styles/splitter/icons/_fluent.scss +39 -0
  203. package/styles/splitter/icons/_fusionnew.scss +39 -0
  204. package/styles/splitter/icons/_highcontrast-light.scss +52 -0
  205. package/styles/splitter/icons/_highcontrast.scss +52 -0
  206. package/styles/splitter/icons/_material-dark.scss +51 -0
  207. package/styles/splitter/icons/_material.scss +51 -0
  208. package/styles/splitter/icons/_material3-dark.scss +1 -0
  209. package/styles/splitter/icons/_material3.scss +39 -0
  210. package/styles/splitter/icons/_tailwind-dark.scss +1 -0
  211. package/styles/splitter/icons/_tailwind.scss +39 -0
  212. package/styles/splitter/material-dark.scss +4 -1
  213. package/styles/splitter/material.scss +4 -1
  214. package/styles/splitter/material3-dark.scss +4 -1
  215. package/styles/splitter/material3.scss +4 -1
  216. package/styles/splitter/tailwind-dark.scss +4 -1
  217. package/styles/splitter/tailwind.scss +4 -1
  218. package/syncfusion-ej2-angular-layouts.d.ts +5 -0
  219. package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
  220. package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
  221. package/@syncfusion/ej2-angular-layouts.js +0 -447
  222. package/@syncfusion/ej2-angular-layouts.js.map +0 -1
  223. package/CHANGELOG.md +0 -575
  224. package/dist/ej2-angular-layouts.umd.js +0 -522
  225. package/dist/ej2-angular-layouts.umd.js.map +0 -1
  226. package/dist/ej2-angular-layouts.umd.min.js +0 -11
  227. package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
  228. package/ej2-angular-layouts.d.ts +0 -6
  229. package/ej2-angular-layouts.metadata.json +0 -1
  230. package/postinstall/tagchange.js +0 -18
@@ -112,61 +112,6 @@
112
112
  width: 56px;
113
113
  }
114
114
 
115
- :root {
116
- --color-sf-black: 0, 0, 0;
117
- --color-sf-white: 255, 255, 255;
118
- --color-sf-primary: 208, 188, 255;
119
- --color-sf-primary-container: 79, 55, 139;
120
- --color-sf-secondary: 204, 194, 220;
121
- --color-sf-secondary-container: 74, 68, 88;
122
- --color-sf-tertiary: 239, 184, 200;
123
- --color-sf-tertiary-container: 99, 59, 72;
124
- --color-sf-surface: 28, 27, 31;
125
- --color-sf-surface-variant: 73, 69, 79;
126
- --color-sf-background: var(--color-sf-surface);
127
- --color-sf-on-primary: 55, 30, 115;
128
- --color-sf-on-primary-container: 234, 221, 255;
129
- --color-sf-on-secondary: 51, 45, 65;
130
- --color-sf-on-secondary-container: 232, 222, 248;
131
- --color-sf-on-tertiary: 73, 37, 50;
132
- --color-sf-on-tertiary-containe: 255, 216, 228;
133
- --color-sf-on-surface: 230, 225, 229;
134
- --color-sf-on-surface-variant: 202, 196, 208;
135
- --color-sf-on-background: 230, 225, 229;
136
- --color-sf-outline: 147, 143, 153;
137
- --color-sf-outline-variant: 68, 71, 70;
138
- --color-sf-shadow: 0, 0, 0;
139
- --color-sf-surface-tint-color: 208, 188, 255;
140
- --color-sf-inverse-surface: 230, 225, 229;
141
- --color-sf-inverse-on-surface: 49, 48, 51;
142
- --color-sf-inverse-primary: 103, 80, 164;
143
- --color-sf-scrim: 0, 0, 0;
144
- --color-sf-error: 242, 184, 181;
145
- --color-sf-error-container: 140, 29, 24;
146
- --color-sf-on-error: 96, 20, 16;
147
- --color-sf-on-error-container: 249, 222, 220;
148
- --color-sf-success: 83, 202, 23;
149
- --color-sf-success-container: 22, 62, 2;
150
- --color-sf-on-success: 13, 39, 0;
151
- --color-sf-on-success-container: 183, 250, 150;
152
- --color-sf-info: 71, 172, 251;
153
- --color-sf-info-container: 0, 67, 120;
154
- --color-sf-on-info: 0, 51, 91;
155
- --color-sf-on-info-container: 173, 219, 255;
156
- --color-sf-warning: 245, 180, 130;
157
- --color-sf-warning-container: 123, 65, 0;
158
- --color-sf-on-warning: 99, 52, 0;
159
- --color-sf-on-warning-container: 255, 220, 193;
160
- --color-sf-spreadsheet-gridline: 231, 224, 236;
161
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
162
- --color-sf-success-text: 0, 0, 0;
163
- --color-sf-warning-text: 0, 0, 0;
164
- --color-sf-info-text: 0, 0, 0;
165
- --color-sf-danger-text: 0, 0, 0;
166
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
167
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
168
- }
169
-
170
115
  /*! card layout */
171
116
  .e-bigger .e-card,
172
117
  .e-bigger.e-card {
@@ -679,61 +624,6 @@
679
624
  color: rgba(var(--color-sf-on-surface));
680
625
  }
681
626
 
682
- :root {
683
- --color-sf-black: 0, 0, 0;
684
- --color-sf-white: 255, 255, 255;
685
- --color-sf-primary: 208, 188, 255;
686
- --color-sf-primary-container: 79, 55, 139;
687
- --color-sf-secondary: 204, 194, 220;
688
- --color-sf-secondary-container: 74, 68, 88;
689
- --color-sf-tertiary: 239, 184, 200;
690
- --color-sf-tertiary-container: 99, 59, 72;
691
- --color-sf-surface: 28, 27, 31;
692
- --color-sf-surface-variant: 73, 69, 79;
693
- --color-sf-background: var(--color-sf-surface);
694
- --color-sf-on-primary: 55, 30, 115;
695
- --color-sf-on-primary-container: 234, 221, 255;
696
- --color-sf-on-secondary: 51, 45, 65;
697
- --color-sf-on-secondary-container: 232, 222, 248;
698
- --color-sf-on-tertiary: 73, 37, 50;
699
- --color-sf-on-tertiary-containe: 255, 216, 228;
700
- --color-sf-on-surface: 230, 225, 229;
701
- --color-sf-on-surface-variant: 202, 196, 208;
702
- --color-sf-on-background: 230, 225, 229;
703
- --color-sf-outline: 147, 143, 153;
704
- --color-sf-outline-variant: 68, 71, 70;
705
- --color-sf-shadow: 0, 0, 0;
706
- --color-sf-surface-tint-color: 208, 188, 255;
707
- --color-sf-inverse-surface: 230, 225, 229;
708
- --color-sf-inverse-on-surface: 49, 48, 51;
709
- --color-sf-inverse-primary: 103, 80, 164;
710
- --color-sf-scrim: 0, 0, 0;
711
- --color-sf-error: 242, 184, 181;
712
- --color-sf-error-container: 140, 29, 24;
713
- --color-sf-on-error: 96, 20, 16;
714
- --color-sf-on-error-container: 249, 222, 220;
715
- --color-sf-success: 83, 202, 23;
716
- --color-sf-success-container: 22, 62, 2;
717
- --color-sf-on-success: 13, 39, 0;
718
- --color-sf-on-success-container: 183, 250, 150;
719
- --color-sf-info: 71, 172, 251;
720
- --color-sf-info-container: 0, 67, 120;
721
- --color-sf-on-info: 0, 51, 91;
722
- --color-sf-on-info-container: 173, 219, 255;
723
- --color-sf-warning: 245, 180, 130;
724
- --color-sf-warning-container: 123, 65, 0;
725
- --color-sf-on-warning: 99, 52, 0;
726
- --color-sf-on-warning-container: 255, 220, 193;
727
- --color-sf-spreadsheet-gridline: 231, 224, 236;
728
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
729
- --color-sf-success-text: 0, 0, 0;
730
- --color-sf-warning-text: 0, 0, 0;
731
- --color-sf-info-text: 0, 0, 0;
732
- --color-sf-danger-text: 0, 0, 0;
733
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
734
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
735
- }
736
-
737
627
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
738
628
  content: "\e7e3";
739
629
  font-family: "e-icons";
@@ -1222,63 +1112,7 @@
1222
1112
  pointer-events: none;
1223
1113
  }
1224
1114
 
1225
- /* stylelint-disable-line no-empty-source */
1226
- :root {
1227
- --color-sf-black: 0, 0, 0;
1228
- --color-sf-white: 255, 255, 255;
1229
- --color-sf-primary: 208, 188, 255;
1230
- --color-sf-primary-container: 79, 55, 139;
1231
- --color-sf-secondary: 204, 194, 220;
1232
- --color-sf-secondary-container: 74, 68, 88;
1233
- --color-sf-tertiary: 239, 184, 200;
1234
- --color-sf-tertiary-container: 99, 59, 72;
1235
- --color-sf-surface: 28, 27, 31;
1236
- --color-sf-surface-variant: 73, 69, 79;
1237
- --color-sf-background: var(--color-sf-surface);
1238
- --color-sf-on-primary: 55, 30, 115;
1239
- --color-sf-on-primary-container: 234, 221, 255;
1240
- --color-sf-on-secondary: 51, 45, 65;
1241
- --color-sf-on-secondary-container: 232, 222, 248;
1242
- --color-sf-on-tertiary: 73, 37, 50;
1243
- --color-sf-on-tertiary-containe: 255, 216, 228;
1244
- --color-sf-on-surface: 230, 225, 229;
1245
- --color-sf-on-surface-variant: 202, 196, 208;
1246
- --color-sf-on-background: 230, 225, 229;
1247
- --color-sf-outline: 147, 143, 153;
1248
- --color-sf-outline-variant: 68, 71, 70;
1249
- --color-sf-shadow: 0, 0, 0;
1250
- --color-sf-surface-tint-color: 208, 188, 255;
1251
- --color-sf-inverse-surface: 230, 225, 229;
1252
- --color-sf-inverse-on-surface: 49, 48, 51;
1253
- --color-sf-inverse-primary: 103, 80, 164;
1254
- --color-sf-scrim: 0, 0, 0;
1255
- --color-sf-error: 242, 184, 181;
1256
- --color-sf-error-container: 140, 29, 24;
1257
- --color-sf-on-error: 96, 20, 16;
1258
- --color-sf-on-error-container: 249, 222, 220;
1259
- --color-sf-success: 83, 202, 23;
1260
- --color-sf-success-container: 22, 62, 2;
1261
- --color-sf-on-success: 13, 39, 0;
1262
- --color-sf-on-success-container: 183, 250, 150;
1263
- --color-sf-info: 71, 172, 251;
1264
- --color-sf-info-container: 0, 67, 120;
1265
- --color-sf-on-info: 0, 51, 91;
1266
- --color-sf-on-info-container: 173, 219, 255;
1267
- --color-sf-warning: 245, 180, 130;
1268
- --color-sf-warning-container: 123, 65, 0;
1269
- --color-sf-on-warning: 99, 52, 0;
1270
- --color-sf-on-warning-container: 255, 220, 193;
1271
- --color-sf-spreadsheet-gridline: 231, 224, 236;
1272
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1273
- --color-sf-success-text: 0, 0, 0;
1274
- --color-sf-warning-text: 0, 0, 0;
1275
- --color-sf-info-text: 0, 0, 0;
1276
- --color-sf-danger-text: 0, 0, 0;
1277
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1278
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1279
- }
1280
-
1281
- /*! component's theme wise override material 3 definitions and variables */
1115
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material 3 definitions and variables */
1282
1116
  /* stylelint-disable */
1283
1117
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1284
1118
  height: 100%;
@@ -1,4 +1,5 @@
1
1
 
2
+
2
3
  @import 'avatar/material3-dark.scss';
3
4
  @import 'card/material3-dark.scss';
4
5
  @import 'splitter/material3-dark.scss';
@@ -168,117 +168,6 @@
168
168
  width: 56px;
169
169
  }
170
170
 
171
- :root {
172
- --color-sf-black: 0, 0, 0;
173
- --color-sf-white: 255, 255, 255;
174
- --color-sf-primary: 103, 80, 164;
175
- --color-sf-primary-container: 234, 221, 255;
176
- --color-sf-secondary: 98, 91, 113;
177
- --color-sf-secondary-container: 232, 222, 248;
178
- --color-sf-tertiary: 125, 82, 96;
179
- --color-sf-tertiary-container: 255, 216, 228;
180
- --color-sf-surface: 255, 255, 255;
181
- --color-sf-surface-variant: 231, 224, 236;
182
- --color-sf-background: var(--color-sf-surface);
183
- --color-sf-on-primary: 255, 255, 255;
184
- --color-sf-on-primary-container: 33, 0, 94;
185
- --color-sf-on-secondary: 255, 255, 255;
186
- --color-sf-on-secondary-container: 30, 25, 43;
187
- --color-sf-on-tertiary: 255, 255, 255;
188
- --color-sf-on-tertiary-containe: 55, 11, 30;
189
- --color-sf-on-surface: 28, 27, 31;
190
- --color-sf-on-surface-variant: 73, 69, 78;
191
- --color-sf-on-background: 28, 27, 31;
192
- --color-sf-outline: 121, 116, 126;
193
- --color-sf-outline-variant: 196, 199, 197;
194
- --color-sf-shadow: 0, 0, 0;
195
- --color-sf-surface-tint-color: 103, 80, 164;
196
- --color-sf-inverse-surface: 49, 48, 51;
197
- --color-sf-inverse-on-surface: 244, 239, 244;
198
- --color-sf-inverse-primary: 208, 188, 255;
199
- --color-sf-scrim: 0, 0, 0;
200
- --color-sf-error: 179, 38, 30;
201
- --color-sf-error-container: 249, 222, 220;
202
- --color-sf-on-error: 255, 250, 250;
203
- --color-sf-on-error-container: 65, 14, 11;
204
- --color-sf-success: 32, 81, 7;
205
- --color-sf-success-container: 209, 255, 186;
206
- --color-sf-on-success: 244, 255, 239;
207
- --color-sf-on-success-container: 13, 39, 0;
208
- --color-sf-info: 1, 87, 155;
209
- --color-sf-info-container: 233, 245, 255;
210
- --color-sf-on-info: 250, 253, 255;
211
- --color-sf-on-info-container: 0, 51, 91;
212
- --color-sf-warning: 145, 76, 0;
213
- --color-sf-warning-container: 254, 236, 222;
214
- --color-sf-on-warning: 255, 255, 255;
215
- --color-sf-on-warning-container: 47, 21, 0;
216
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
217
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
218
- --color-sf-diagram-palette-background: --color-sf-white;
219
- --color-sf-success-text: 255, 255, 255;
220
- --color-sf-warning-text: 255, 255, 255;
221
- --color-sf-danger-text: 255, 255, 255;
222
- --color-sf-info-text: 255, 255, 255;
223
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
224
- --color-sf-secondary-bg-color: var(--color-sf-surface);
225
- }
226
-
227
- .e-dark-mode {
228
- --color-sf-black: 0, 0, 0;
229
- --color-sf-white: 255, 255, 255;
230
- --color-sf-primary: 208, 188, 255;
231
- --color-sf-primary-container: 79, 55, 139;
232
- --color-sf-secondary: 204, 194, 220;
233
- --color-sf-secondary-container: 74, 68, 88;
234
- --color-sf-tertiary: 239, 184, 200;
235
- --color-sf-tertiary-container: 99, 59, 72;
236
- --color-sf-surface: 28, 27, 31;
237
- --color-sf-surface-variant: 28, 27, 31;
238
- --color-sf-background: var(--color-sf-surface);
239
- --color-sf-on-primary: 55, 30, 115;
240
- --color-sf-on-primary-container: 234, 221, 255;
241
- --color-sf-on-secondary: 51, 45, 65;
242
- --color-sf-on-secondary-container: 232, 222, 248;
243
- --color-sf-on-tertiary: 73, 37, 50;
244
- --color-sf-on-tertiary-containe: 255, 216, 228;
245
- --color-sf-on-surface: 230, 225, 229;
246
- --color-sf-on-surface-variant: 202, 196, 208;
247
- --color-sf-on-background: 230, 225, 229;
248
- --color-sf-outline: 147, 143, 153;
249
- --color-sf-outline-variant: 68, 71, 70;
250
- --color-sf-shadow: 0, 0, 0;
251
- --color-sf-surface-tint-color: 208, 188, 255;
252
- --color-sf-inverse-surface: 230, 225, 229;
253
- --color-sf-inverse-on-surface: 49, 48, 51;
254
- --color-sf-inverse-primary: 103, 80, 164;
255
- --color-sf-scrim: 0, 0, 0;
256
- --color-sf-error: 242, 184, 181;
257
- --color-sf-error-container: 140, 29, 24;
258
- --color-sf-on-error: 96, 20, 16;
259
- --color-sf-on-error-container: 249, 222, 220;
260
- --color-sf-success: 83, 202, 23;
261
- --color-sf-success-container: 22, 62, 2;
262
- --color-sf-on-success: 13, 39, 0;
263
- --color-sf-on-success-container: 183, 250, 150;
264
- --color-sf-info: 71, 172, 251;
265
- --color-sf-info-container: 0, 67, 120;
266
- --color-sf-on-info: 0, 51, 91;
267
- --color-sf-on-info-container: 173, 219, 255;
268
- --color-sf-warning: 245, 180, 130;
269
- --color-sf-warning-container: 123, 65, 0;
270
- --color-sf-on-warning: 99, 52, 0;
271
- --color-sf-on-warning-container: 255, 220, 193;
272
- --color-sf-spreadsheet-gridline: 231, 224, 236;
273
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
274
- --color-sf-success-text: 0, 0, 0;
275
- --color-sf-warning-text: 0, 0, 0;
276
- --color-sf-info-text: 0, 0, 0;
277
- --color-sf-danger-text: 0, 0, 0;
278
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
279
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
280
- }
281
-
282
171
  /*! card layout */
283
172
  .e-bigger .e-card,
284
173
  .e-bigger.e-card {
@@ -791,117 +680,6 @@
791
680
  color: rgba(var(--color-sf-on-surface));
792
681
  }
793
682
 
794
- :root {
795
- --color-sf-black: 0, 0, 0;
796
- --color-sf-white: 255, 255, 255;
797
- --color-sf-primary: 103, 80, 164;
798
- --color-sf-primary-container: 234, 221, 255;
799
- --color-sf-secondary: 98, 91, 113;
800
- --color-sf-secondary-container: 232, 222, 248;
801
- --color-sf-tertiary: 125, 82, 96;
802
- --color-sf-tertiary-container: 255, 216, 228;
803
- --color-sf-surface: 255, 255, 255;
804
- --color-sf-surface-variant: 231, 224, 236;
805
- --color-sf-background: var(--color-sf-surface);
806
- --color-sf-on-primary: 255, 255, 255;
807
- --color-sf-on-primary-container: 33, 0, 94;
808
- --color-sf-on-secondary: 255, 255, 255;
809
- --color-sf-on-secondary-container: 30, 25, 43;
810
- --color-sf-on-tertiary: 255, 255, 255;
811
- --color-sf-on-tertiary-containe: 55, 11, 30;
812
- --color-sf-on-surface: 28, 27, 31;
813
- --color-sf-on-surface-variant: 73, 69, 78;
814
- --color-sf-on-background: 28, 27, 31;
815
- --color-sf-outline: 121, 116, 126;
816
- --color-sf-outline-variant: 196, 199, 197;
817
- --color-sf-shadow: 0, 0, 0;
818
- --color-sf-surface-tint-color: 103, 80, 164;
819
- --color-sf-inverse-surface: 49, 48, 51;
820
- --color-sf-inverse-on-surface: 244, 239, 244;
821
- --color-sf-inverse-primary: 208, 188, 255;
822
- --color-sf-scrim: 0, 0, 0;
823
- --color-sf-error: 179, 38, 30;
824
- --color-sf-error-container: 249, 222, 220;
825
- --color-sf-on-error: 255, 250, 250;
826
- --color-sf-on-error-container: 65, 14, 11;
827
- --color-sf-success: 32, 81, 7;
828
- --color-sf-success-container: 209, 255, 186;
829
- --color-sf-on-success: 244, 255, 239;
830
- --color-sf-on-success-container: 13, 39, 0;
831
- --color-sf-info: 1, 87, 155;
832
- --color-sf-info-container: 233, 245, 255;
833
- --color-sf-on-info: 250, 253, 255;
834
- --color-sf-on-info-container: 0, 51, 91;
835
- --color-sf-warning: 145, 76, 0;
836
- --color-sf-warning-container: 254, 236, 222;
837
- --color-sf-on-warning: 255, 255, 255;
838
- --color-sf-on-warning-container: 47, 21, 0;
839
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
840
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
841
- --color-sf-diagram-palette-background: --color-sf-white;
842
- --color-sf-success-text: 255, 255, 255;
843
- --color-sf-warning-text: 255, 255, 255;
844
- --color-sf-danger-text: 255, 255, 255;
845
- --color-sf-info-text: 255, 255, 255;
846
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
847
- --color-sf-secondary-bg-color: var(--color-sf-surface);
848
- }
849
-
850
- .e-dark-mode {
851
- --color-sf-black: 0, 0, 0;
852
- --color-sf-white: 255, 255, 255;
853
- --color-sf-primary: 208, 188, 255;
854
- --color-sf-primary-container: 79, 55, 139;
855
- --color-sf-secondary: 204, 194, 220;
856
- --color-sf-secondary-container: 74, 68, 88;
857
- --color-sf-tertiary: 239, 184, 200;
858
- --color-sf-tertiary-container: 99, 59, 72;
859
- --color-sf-surface: 28, 27, 31;
860
- --color-sf-surface-variant: 28, 27, 31;
861
- --color-sf-background: var(--color-sf-surface);
862
- --color-sf-on-primary: 55, 30, 115;
863
- --color-sf-on-primary-container: 234, 221, 255;
864
- --color-sf-on-secondary: 51, 45, 65;
865
- --color-sf-on-secondary-container: 232, 222, 248;
866
- --color-sf-on-tertiary: 73, 37, 50;
867
- --color-sf-on-tertiary-containe: 255, 216, 228;
868
- --color-sf-on-surface: 230, 225, 229;
869
- --color-sf-on-surface-variant: 202, 196, 208;
870
- --color-sf-on-background: 230, 225, 229;
871
- --color-sf-outline: 147, 143, 153;
872
- --color-sf-outline-variant: 68, 71, 70;
873
- --color-sf-shadow: 0, 0, 0;
874
- --color-sf-surface-tint-color: 208, 188, 255;
875
- --color-sf-inverse-surface: 230, 225, 229;
876
- --color-sf-inverse-on-surface: 49, 48, 51;
877
- --color-sf-inverse-primary: 103, 80, 164;
878
- --color-sf-scrim: 0, 0, 0;
879
- --color-sf-error: 242, 184, 181;
880
- --color-sf-error-container: 140, 29, 24;
881
- --color-sf-on-error: 96, 20, 16;
882
- --color-sf-on-error-container: 249, 222, 220;
883
- --color-sf-success: 83, 202, 23;
884
- --color-sf-success-container: 22, 62, 2;
885
- --color-sf-on-success: 13, 39, 0;
886
- --color-sf-on-success-container: 183, 250, 150;
887
- --color-sf-info: 71, 172, 251;
888
- --color-sf-info-container: 0, 67, 120;
889
- --color-sf-on-info: 0, 51, 91;
890
- --color-sf-on-info-container: 173, 219, 255;
891
- --color-sf-warning: 245, 180, 130;
892
- --color-sf-warning-container: 123, 65, 0;
893
- --color-sf-on-warning: 99, 52, 0;
894
- --color-sf-on-warning-container: 255, 220, 193;
895
- --color-sf-spreadsheet-gridline: 231, 224, 236;
896
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
897
- --color-sf-success-text: 0, 0, 0;
898
- --color-sf-warning-text: 0, 0, 0;
899
- --color-sf-info-text: 0, 0, 0;
900
- --color-sf-danger-text: 0, 0, 0;
901
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
902
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
903
- }
904
-
905
683
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
906
684
  content: "\e7e3";
907
685
  font-family: "e-icons";
@@ -1390,119 +1168,7 @@
1390
1168
  pointer-events: none;
1391
1169
  }
1392
1170
 
1393
- /* stylelint-disable-line no-empty-source */
1394
- :root {
1395
- --color-sf-black: 0, 0, 0;
1396
- --color-sf-white: 255, 255, 255;
1397
- --color-sf-primary: 103, 80, 164;
1398
- --color-sf-primary-container: 234, 221, 255;
1399
- --color-sf-secondary: 98, 91, 113;
1400
- --color-sf-secondary-container: 232, 222, 248;
1401
- --color-sf-tertiary: 125, 82, 96;
1402
- --color-sf-tertiary-container: 255, 216, 228;
1403
- --color-sf-surface: 255, 255, 255;
1404
- --color-sf-surface-variant: 231, 224, 236;
1405
- --color-sf-background: var(--color-sf-surface);
1406
- --color-sf-on-primary: 255, 255, 255;
1407
- --color-sf-on-primary-container: 33, 0, 94;
1408
- --color-sf-on-secondary: 255, 255, 255;
1409
- --color-sf-on-secondary-container: 30, 25, 43;
1410
- --color-sf-on-tertiary: 255, 255, 255;
1411
- --color-sf-on-tertiary-containe: 55, 11, 30;
1412
- --color-sf-on-surface: 28, 27, 31;
1413
- --color-sf-on-surface-variant: 73, 69, 78;
1414
- --color-sf-on-background: 28, 27, 31;
1415
- --color-sf-outline: 121, 116, 126;
1416
- --color-sf-outline-variant: 196, 199, 197;
1417
- --color-sf-shadow: 0, 0, 0;
1418
- --color-sf-surface-tint-color: 103, 80, 164;
1419
- --color-sf-inverse-surface: 49, 48, 51;
1420
- --color-sf-inverse-on-surface: 244, 239, 244;
1421
- --color-sf-inverse-primary: 208, 188, 255;
1422
- --color-sf-scrim: 0, 0, 0;
1423
- --color-sf-error: 179, 38, 30;
1424
- --color-sf-error-container: 249, 222, 220;
1425
- --color-sf-on-error: 255, 250, 250;
1426
- --color-sf-on-error-container: 65, 14, 11;
1427
- --color-sf-success: 32, 81, 7;
1428
- --color-sf-success-container: 209, 255, 186;
1429
- --color-sf-on-success: 244, 255, 239;
1430
- --color-sf-on-success-container: 13, 39, 0;
1431
- --color-sf-info: 1, 87, 155;
1432
- --color-sf-info-container: 233, 245, 255;
1433
- --color-sf-on-info: 250, 253, 255;
1434
- --color-sf-on-info-container: 0, 51, 91;
1435
- --color-sf-warning: 145, 76, 0;
1436
- --color-sf-warning-container: 254, 236, 222;
1437
- --color-sf-on-warning: 255, 255, 255;
1438
- --color-sf-on-warning-container: 47, 21, 0;
1439
- --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
1440
- --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
1441
- --color-sf-diagram-palette-background: --color-sf-white;
1442
- --color-sf-success-text: 255, 255, 255;
1443
- --color-sf-warning-text: 255, 255, 255;
1444
- --color-sf-danger-text: 255, 255, 255;
1445
- --color-sf-info-text: 255, 255, 255;
1446
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
1447
- --color-sf-secondary-bg-color: var(--color-sf-surface);
1448
- }
1449
-
1450
- .e-dark-mode {
1451
- --color-sf-black: 0, 0, 0;
1452
- --color-sf-white: 255, 255, 255;
1453
- --color-sf-primary: 208, 188, 255;
1454
- --color-sf-primary-container: 79, 55, 139;
1455
- --color-sf-secondary: 204, 194, 220;
1456
- --color-sf-secondary-container: 74, 68, 88;
1457
- --color-sf-tertiary: 239, 184, 200;
1458
- --color-sf-tertiary-container: 99, 59, 72;
1459
- --color-sf-surface: 28, 27, 31;
1460
- --color-sf-surface-variant: 28, 27, 31;
1461
- --color-sf-background: var(--color-sf-surface);
1462
- --color-sf-on-primary: 55, 30, 115;
1463
- --color-sf-on-primary-container: 234, 221, 255;
1464
- --color-sf-on-secondary: 51, 45, 65;
1465
- --color-sf-on-secondary-container: 232, 222, 248;
1466
- --color-sf-on-tertiary: 73, 37, 50;
1467
- --color-sf-on-tertiary-containe: 255, 216, 228;
1468
- --color-sf-on-surface: 230, 225, 229;
1469
- --color-sf-on-surface-variant: 202, 196, 208;
1470
- --color-sf-on-background: 230, 225, 229;
1471
- --color-sf-outline: 147, 143, 153;
1472
- --color-sf-outline-variant: 68, 71, 70;
1473
- --color-sf-shadow: 0, 0, 0;
1474
- --color-sf-surface-tint-color: 208, 188, 255;
1475
- --color-sf-inverse-surface: 230, 225, 229;
1476
- --color-sf-inverse-on-surface: 49, 48, 51;
1477
- --color-sf-inverse-primary: 103, 80, 164;
1478
- --color-sf-scrim: 0, 0, 0;
1479
- --color-sf-error: 242, 184, 181;
1480
- --color-sf-error-container: 140, 29, 24;
1481
- --color-sf-on-error: 96, 20, 16;
1482
- --color-sf-on-error-container: 249, 222, 220;
1483
- --color-sf-success: 83, 202, 23;
1484
- --color-sf-success-container: 22, 62, 2;
1485
- --color-sf-on-success: 13, 39, 0;
1486
- --color-sf-on-success-container: 183, 250, 150;
1487
- --color-sf-info: 71, 172, 251;
1488
- --color-sf-info-container: 0, 67, 120;
1489
- --color-sf-on-info: 0, 51, 91;
1490
- --color-sf-on-info-container: 173, 219, 255;
1491
- --color-sf-warning: 245, 180, 130;
1492
- --color-sf-warning-container: 123, 65, 0;
1493
- --color-sf-on-warning: 99, 52, 0;
1494
- --color-sf-on-warning-container: 255, 220, 193;
1495
- --color-sf-spreadsheet-gridline: 231, 224, 236;
1496
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
1497
- --color-sf-success-text: 0, 0, 0;
1498
- --color-sf-warning-text: 0, 0, 0;
1499
- --color-sf-info-text: 0, 0, 0;
1500
- --color-sf-danger-text: 0, 0, 0;
1501
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
1502
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
1503
- }
1504
-
1505
- /*! component's theme wise override material 3 definitions and variables */
1171
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material 3 definitions and variables */
1506
1172
  /* stylelint-disable */
1507
1173
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1508
1174
  height: 100%;
@@ -1,4 +1,5 @@
1
1
 
2
+
2
3
  @import 'avatar/material3.scss';
3
4
  @import 'card/material3.scss';
4
5
  @import 'splitter/material3.scss';
@@ -0,0 +1,3 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
3
+ @import 'responsive.scss';
@@ -0,0 +1,26 @@
1
+ $navigation-arrow-background: #fff !default;
2
+ $navigation-icon-background-hover: #0070f0 !default;
3
+ $navigation-icon-border-hover: rgba(0, 112, 240, .5) !default;
4
+ $splitter-border-color: $grey-88 !default;
5
+ $splitter-background-color: #fff !default;
6
+ $splitpane-font-size: 14px !default;
7
+ $splitpane-font-weight: normal !default;
8
+ $splitpane-font-family: $font-family !default;
9
+ $splitpane-font-color: $grey-dark-font !default;
10
+ $splitbar-border-color: $grey-88 !default;
11
+ $splitbar-hover-border-color: $brand-primary !default;
12
+ $resize-icon-hover-color: $splitbar-hover-border-color !default;
13
+ $splitbar-icon-color: $grey-dark-font !default;
14
+ $splitbar-icon-size: 14px !default;
15
+ $collapse-icon-bg-color: $grey-base !default;
16
+ $splitbar-icon-gap: 18px !default;
17
+ $resize-icon-bg-color: $grey-base !default;
18
+ $split-bar-border-left: none !default;
19
+ $split-bar-border-right: none !default;
20
+ $split-bar-hover-border-left: none !default;
21
+ $split-bar-hover-border-right: none !default;
22
+
23
+ // Bigger style
24
+ $bigger-splitbar-icon-gap: 20px !default;
25
+ $bigger-splitpane-font-size: 14px !default;
26
+ $bigger-splitbar-icon-size: 16px !default;
@@ -0,0 +1,26 @@
1
+ $navigation-arrow-background: $grey-white !default;
2
+ $navigation-icon-background-hover: $brand-primary !default;
3
+ $navigation-icon-border-hover: rgba(49, 122, 185, .5) !default;
4
+ $splitter-border-color: $grey-dd !default;
5
+ $splitter-background-color: #fff !default;
6
+ $splitpane-font-size: 14px !default;
7
+ $splitpane-font-weight: normal !default;
8
+ $splitpane-font-family: $font-family !default;
9
+ $splitpane-font-color: $grey !default;
10
+ $splitbar-border-color: $grey-dd !default;
11
+ $splitbar-hover-border-color: $brand-primary !default;
12
+ $resize-icon-hover-color: $splitbar-hover-border-color !default;
13
+ $splitbar-icon-color: $grey-light-font !default;
14
+ $splitbar-icon-size: 14px !default;
15
+ $collapse-icon-bg-color: $grey-white !default;
16
+ $splitbar-icon-gap: 18px !default;
17
+ $resize-icon-bg-color: $grey-white !default;
18
+ $split-bar-border-left: none !default;
19
+ $split-bar-border-right: none !default;
20
+ $split-bar-hover-border-left: none !default;
21
+ $split-bar-hover-border-right: none !default;
22
+
23
+ // Bigger style
24
+ $bigger-splitbar-icon-gap: 20px !default;
25
+ $bigger-splitpane-font-size: 14px !default;
26
+ $bigger-splitbar-icon-size: 16px !default;
@@ -0,0 +1,26 @@
1
+ $navigation-arrow-background: $white !default;
2
+ $navigation-icon-background-hover: $primary !default;
3
+ $navigation-icon-border-hover: rgba(0, 123, 255, .5) !default;
4
+ $splitter-border-color: $gray-300 !default;
5
+ $splitter-background-color: #fff !default;
6
+ $splitpane-font-size: 14px !default;
7
+ $splitpane-font-weight: normal !default;
8
+ $splitpane-font-family: $font-family !default;
9
+ $splitpane-font-color: $gray-900 !default;
10
+ $splitbar-border-color: $gray-300 !default;
11
+ $splitbar-hover-border-color: $primary !default;
12
+ $resize-icon-hover-color: $splitbar-hover-border-color !default;
13
+ $splitbar-icon-color: $gray-700 !default;
14
+ $splitbar-icon-size: 14px !default;
15
+ $collapse-icon-bg-color: $white !default;
16
+ $splitbar-icon-gap: 18px !default;
17
+ $resize-icon-bg-color: $white !default;
18
+ $split-bar-border-left: none !default;
19
+ $split-bar-border-right: none !default;
20
+ $split-bar-hover-border-left: none !default;
21
+ $split-bar-hover-border-right: none !default;
22
+
23
+ // Bigger style
24
+ $bigger-splitbar-icon-gap: 20px !default;
25
+ $bigger-splitpane-font-size: 14px !default;
26
+ $bigger-splitbar-icon-size: 16px !default;
@@ -0,0 +1 @@
1
+ @import './bootstrap5-definition.scss';
@@ -0,0 +1,31 @@
1
+ //Layout Variables Start
2
+ $splitpane-font-size: $text-sm !default;
3
+ $splitpane-font-weight: $font-weight-normal !default;
4
+ $splitpane-font-family: $font-family !default;
5
+ $splitbar-icon-size: 14px !default;
6
+ $splitbar-icon-gap: 18px !default;
7
+ $bigger-splitbar-icon-gap: 20px !default;
8
+ $bigger-splitpane-font-size: $text-base !default;
9
+ $bigger-splitbar-icon-size: 16px !default;
10
+
11
+ //Layout Variables End
12
+
13
+ //Theme Variables Start
14
+ $navigation-arrow-background: $transparent !default;
15
+ $navigation-icon-background-hover: $primary !default;
16
+ $navigation-icon-border-hover: $primary !default;
17
+ $splitter-border-color: $border-light !default;
18
+ $splitter-background-color: $primary-text-color !default;
19
+ $splitpane-font-color: $content-text-color !default;
20
+ $splitbar-border-color: $border-light !default;
21
+ $splitbar-hover-border-color: $primary !default;
22
+ $resize-icon-hover-color: $splitbar-hover-border-color !default;
23
+ $splitbar-icon-color: $icon-color !default;
24
+ $collapse-icon-bg-color: $primary-text-color !default;
25
+ $resize-icon-bg-color: $content-bg-color !default;
26
+ $split-bar-border-left: none !default;
27
+ $split-bar-border-right: none !default;
28
+ $split-bar-hover-border-left: none !default;
29
+ $split-bar-hover-border-right: none !default;
30
+
31
+ //Theme Variables End
@@ -0,0 +1 @@
1
+ /* stylelint-disable-line no-empty-source */