@syncfusion/ej2-angular-spreadsheet 20.3.59-ngcc → 20.3.59

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 (179) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +27 -13
  21. package/schematics/utils/lib-details.d.ts +2 -2
  22. package/src/spreadsheet/cells.directive.d.ts +5 -0
  23. package/src/spreadsheet/chart.directive.d.ts +5 -0
  24. package/src/spreadsheet/columns.directive.d.ts +5 -0
  25. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  26. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  27. package/src/spreadsheet/image.directive.d.ts +5 -0
  28. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  29. package/src/spreadsheet/rows.directive.d.ts +5 -0
  30. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  31. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  32. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  33. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  34. package/styles/bootstrap-dark.css +9 -12
  35. package/styles/bootstrap.css +9 -12
  36. package/styles/bootstrap4.css +9 -12
  37. package/styles/bootstrap5-dark.css +9 -12
  38. package/styles/bootstrap5.css +9 -12
  39. package/styles/fabric-dark.css +9 -12
  40. package/styles/fabric.css +9 -12
  41. package/styles/fluent-dark.css +9 -12
  42. package/styles/fluent.css +9 -12
  43. package/styles/highcontrast-light.css +9 -12
  44. package/styles/highcontrast.css +9 -12
  45. package/styles/material-dark.css +9 -12
  46. package/styles/material.css +9 -12
  47. package/styles/ribbon/_all.scss +2 -0
  48. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  49. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  50. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  51. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  52. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  54. package/styles/ribbon/_fabric-definition.scss +14 -0
  55. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  56. package/styles/ribbon/_fluent-definition.scss +14 -0
  57. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  58. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  59. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  60. package/styles/ribbon/_layout.scss +241 -0
  61. package/styles/ribbon/_material-dark-definition.scss +15 -0
  62. package/styles/ribbon/_material-definition.scss +12 -0
  63. package/styles/ribbon/_material3-definition.scss +15 -0
  64. package/styles/ribbon/_mixin.scss +89 -0
  65. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  66. package/styles/ribbon/_tailwind-definition.scss +13 -0
  67. package/styles/ribbon/_theme.scss +154 -0
  68. package/styles/ribbon/bootstrap-dark.scss +4 -1
  69. package/styles/ribbon/bootstrap.scss +4 -1
  70. package/styles/ribbon/bootstrap4.scss +4 -1
  71. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  72. package/styles/ribbon/bootstrap5.scss +4 -1
  73. package/styles/ribbon/fabric-dark.scss +4 -1
  74. package/styles/ribbon/fabric.scss +4 -1
  75. package/styles/ribbon/fluent-dark.scss +4 -1
  76. package/styles/ribbon/fluent.scss +4 -1
  77. package/styles/ribbon/highcontrast-light.scss +3 -1
  78. package/styles/ribbon/highcontrast.scss +4 -1
  79. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  80. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  81. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  82. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  84. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  85. package/styles/ribbon/icons/_fabric.scss +9 -0
  86. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  87. package/styles/ribbon/icons/_fluent.scss +15 -0
  88. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  89. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  90. package/styles/ribbon/icons/_material-dark.scss +15 -0
  91. package/styles/ribbon/icons/_material.scss +15 -0
  92. package/styles/ribbon/icons/_material3.scss +15 -0
  93. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  94. package/styles/ribbon/icons/_tailwind.scss +15 -0
  95. package/styles/ribbon/material-dark.scss +4 -1
  96. package/styles/ribbon/material.scss +4 -1
  97. package/styles/ribbon/tailwind-dark.scss +4 -1
  98. package/styles/ribbon/tailwind.scss +4 -1
  99. package/styles/spreadsheet/_all.scss +2 -0
  100. package/styles/spreadsheet/_bootstrap-dark-definition.scss +154 -0
  101. package/styles/spreadsheet/_bootstrap-definition.scss +154 -0
  102. package/styles/spreadsheet/_bootstrap4-definition.scss +153 -0
  103. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  104. package/styles/spreadsheet/_bootstrap5-definition.scss +156 -0
  105. package/styles/spreadsheet/_fabric-dark-definition.scss +151 -0
  106. package/styles/spreadsheet/_fabric-definition.scss +151 -0
  107. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  108. package/styles/spreadsheet/_fluent-definition.scss +152 -0
  109. package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
  110. package/styles/spreadsheet/_highcontrast-definition.scss +150 -0
  111. package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
  112. package/styles/spreadsheet/_layout.scss +3015 -0
  113. package/styles/spreadsheet/_material-dark-definition.scss +153 -0
  114. package/styles/spreadsheet/_material-definition.scss +151 -0
  115. package/styles/spreadsheet/_material3-definition.scss +151 -0
  116. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  117. package/styles/spreadsheet/_tailwind-definition.scss +158 -0
  118. package/styles/spreadsheet/_theme.scss +1365 -0
  119. package/styles/spreadsheet/bootstrap-dark.css +9 -12
  120. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  121. package/styles/spreadsheet/bootstrap.css +9 -12
  122. package/styles/spreadsheet/bootstrap.scss +23 -1
  123. package/styles/spreadsheet/bootstrap4.css +9 -12
  124. package/styles/spreadsheet/bootstrap4.scss +23 -1
  125. package/styles/spreadsheet/bootstrap5-dark.css +9 -12
  126. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  127. package/styles/spreadsheet/bootstrap5.css +9 -12
  128. package/styles/spreadsheet/bootstrap5.scss +23 -1
  129. package/styles/spreadsheet/fabric-dark.css +9 -12
  130. package/styles/spreadsheet/fabric-dark.scss +23 -1
  131. package/styles/spreadsheet/fabric.css +9 -12
  132. package/styles/spreadsheet/fabric.scss +23 -1
  133. package/styles/spreadsheet/fluent-dark.css +9 -12
  134. package/styles/spreadsheet/fluent-dark.scss +22 -1
  135. package/styles/spreadsheet/fluent.css +9 -12
  136. package/styles/spreadsheet/fluent.scss +23 -1
  137. package/styles/spreadsheet/highcontrast-light.css +9 -12
  138. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  139. package/styles/spreadsheet/highcontrast.css +9 -12
  140. package/styles/spreadsheet/highcontrast.scss +23 -1
  141. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  142. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  143. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  144. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  145. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  146. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  147. package/styles/spreadsheet/icons/_fabric.scss +994 -0
  148. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  149. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  150. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  151. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  152. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  153. package/styles/spreadsheet/icons/_material.scss +995 -0
  154. package/styles/spreadsheet/icons/_material3.scss +996 -0
  155. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  156. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  157. package/styles/spreadsheet/material-dark.css +9 -12
  158. package/styles/spreadsheet/material-dark.scss +23 -1
  159. package/styles/spreadsheet/material.css +9 -12
  160. package/styles/spreadsheet/material.scss +23 -1
  161. package/styles/spreadsheet/tailwind-dark.css +9 -12
  162. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  163. package/styles/spreadsheet/tailwind.css +9 -12
  164. package/styles/spreadsheet/tailwind.scss +23 -1
  165. package/styles/tailwind-dark.css +9 -12
  166. package/styles/tailwind.css +9 -12
  167. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  168. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  169. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  170. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  171. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  172. package/CHANGELOG.md +0 -1344
  173. package/dist/ej2-angular-spreadsheet.umd.js +0 -1586
  174. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  175. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  176. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  177. package/ej2-angular-spreadsheet.d.ts +0 -5
  178. package/ej2-angular-spreadsheet.metadata.json +0 -1
  179. package/postinstall/tagchange.js +0 -18
@@ -2117,36 +2117,33 @@
2117
2117
  font-family: "Calibri";
2118
2118
  }
2119
2119
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2120
- font-family: "Comic Sans MS";
2121
- }
2122
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2123
2120
  font-family: "Courier";
2124
2121
  }
2125
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2122
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2126
2123
  font-family: "Courier New";
2127
2124
  }
2128
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2125
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2129
2126
  font-family: "Din Condensed";
2130
2127
  }
2131
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2128
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2132
2129
  font-family: "Georgia";
2133
2130
  }
2134
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2131
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2135
2132
  font-family: "Helvetica";
2136
2133
  }
2137
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2134
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2138
2135
  font-family: "Helvetica New";
2139
2136
  }
2140
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2137
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2141
2138
  font-family: "Roboto";
2142
2139
  }
2143
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2140
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2144
2141
  font-family: "Tahoma";
2145
2142
  }
2146
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2143
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2147
2144
  font-family: "Times New Roman";
2148
2145
  }
2149
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2146
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2150
2147
  font-family: "Verdana";
2151
2148
  }
2152
2149
  .e-dropdown-popup.e-aggregate-list {
@@ -2165,36 +2165,33 @@
2165
2165
  font-family: "Calibri";
2166
2166
  }
2167
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2168
- font-family: "Comic Sans MS";
2169
- }
2170
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2171
2168
  font-family: "Courier";
2172
2169
  }
2173
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2170
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2174
2171
  font-family: "Courier New";
2175
2172
  }
2176
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2173
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2177
2174
  font-family: "Din Condensed";
2178
2175
  }
2179
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2176
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2180
2177
  font-family: "Georgia";
2181
2178
  }
2182
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2179
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2183
2180
  font-family: "Helvetica";
2184
2181
  }
2185
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2182
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2186
2183
  font-family: "Helvetica New";
2187
2184
  }
2188
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2185
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2189
2186
  font-family: "Roboto";
2190
2187
  }
2191
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2188
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2192
2189
  font-family: "Tahoma";
2193
2190
  }
2194
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2191
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2195
2192
  font-family: "Times New Roman";
2196
2193
  }
2197
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2194
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2198
2195
  font-family: "Verdana";
2199
2196
  }
2200
2197
  .e-dropdown-popup.e-aggregate-list {
@@ -2149,36 +2149,33 @@
2149
2149
  font-family: "Calibri";
2150
2150
  }
2151
2151
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2152
- font-family: "Comic Sans MS";
2153
- }
2154
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2155
2152
  font-family: "Courier";
2156
2153
  }
2157
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2158
2155
  font-family: "Courier New";
2159
2156
  }
2160
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2161
2158
  font-family: "Din Condensed";
2162
2159
  }
2163
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2160
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2164
2161
  font-family: "Georgia";
2165
2162
  }
2166
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2163
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2167
2164
  font-family: "Helvetica";
2168
2165
  }
2169
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2166
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2170
2167
  font-family: "Helvetica New";
2171
2168
  }
2172
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2169
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2173
2170
  font-family: "Roboto";
2174
2171
  }
2175
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2172
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2176
2173
  font-family: "Tahoma";
2177
2174
  }
2178
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2175
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2179
2176
  font-family: "Times New Roman";
2180
2177
  }
2181
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2178
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2182
2179
  font-family: "Verdana";
2183
2180
  }
2184
2181
  .e-dropdown-popup.e-aggregate-list {
@@ -2149,36 +2149,33 @@
2149
2149
  font-family: "Calibri";
2150
2150
  }
2151
2151
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2152
- font-family: "Comic Sans MS";
2153
- }
2154
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2155
2152
  font-family: "Courier";
2156
2153
  }
2157
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2158
2155
  font-family: "Courier New";
2159
2156
  }
2160
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2161
2158
  font-family: "Din Condensed";
2162
2159
  }
2163
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2160
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2164
2161
  font-family: "Georgia";
2165
2162
  }
2166
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2163
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2167
2164
  font-family: "Helvetica";
2168
2165
  }
2169
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2166
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2170
2167
  font-family: "Helvetica New";
2171
2168
  }
2172
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2169
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2173
2170
  font-family: "Roboto";
2174
2171
  }
2175
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2172
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2176
2173
  font-family: "Tahoma";
2177
2174
  }
2178
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2175
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2179
2176
  font-family: "Times New Roman";
2180
2177
  }
2181
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2178
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2182
2179
  font-family: "Verdana";
2183
2180
  }
2184
2181
  .e-dropdown-popup.e-aggregate-list {
@@ -2071,36 +2071,33 @@
2071
2071
  font-family: "Calibri";
2072
2072
  }
2073
2073
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2074
- font-family: "Comic Sans MS";
2075
- }
2076
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2077
2074
  font-family: "Courier";
2078
2075
  }
2079
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2076
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2080
2077
  font-family: "Courier New";
2081
2078
  }
2082
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2079
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2083
2080
  font-family: "Din Condensed";
2084
2081
  }
2085
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2082
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2086
2083
  font-family: "Georgia";
2087
2084
  }
2088
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2085
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2089
2086
  font-family: "Helvetica";
2090
2087
  }
2091
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2088
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2092
2089
  font-family: "Helvetica New";
2093
2090
  }
2094
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2091
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2095
2092
  font-family: "Roboto";
2096
2093
  }
2097
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2094
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2098
2095
  font-family: "Tahoma";
2099
2096
  }
2100
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2097
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2101
2098
  font-family: "Times New Roman";
2102
2099
  }
2103
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2104
2101
  font-family: "Verdana";
2105
2102
  }
2106
2103
  .e-dropdown-popup.e-aggregate-list {
package/styles/fabric.css CHANGED
@@ -2079,36 +2079,33 @@
2079
2079
  font-family: "Calibri";
2080
2080
  }
2081
2081
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2082
- font-family: "Comic Sans MS";
2083
- }
2084
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2085
2082
  font-family: "Courier";
2086
2083
  }
2087
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2084
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2088
2085
  font-family: "Courier New";
2089
2086
  }
2090
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2087
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2091
2088
  font-family: "Din Condensed";
2092
2089
  }
2093
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2090
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2094
2091
  font-family: "Georgia";
2095
2092
  }
2096
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2093
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2097
2094
  font-family: "Helvetica";
2098
2095
  }
2099
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2096
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2100
2097
  font-family: "Helvetica New";
2101
2098
  }
2102
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2099
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2103
2100
  font-family: "Roboto";
2104
2101
  }
2105
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2102
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2106
2103
  font-family: "Tahoma";
2107
2104
  }
2108
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2105
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2109
2106
  font-family: "Times New Roman";
2110
2107
  }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2108
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2112
2109
  font-family: "Verdana";
2113
2110
  }
2114
2111
  .e-dropdown-popup.e-aggregate-list {
@@ -2128,36 +2128,33 @@
2128
2128
  font-family: "Calibri";
2129
2129
  }
2130
2130
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2131
- font-family: "Comic Sans MS";
2132
- }
2133
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2134
2131
  font-family: "Courier";
2135
2132
  }
2136
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2137
2134
  font-family: "Courier New";
2138
2135
  }
2139
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2140
2137
  font-family: "Din Condensed";
2141
2138
  }
2142
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2139
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2143
2140
  font-family: "Georgia";
2144
2141
  }
2145
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2142
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2146
2143
  font-family: "Helvetica";
2147
2144
  }
2148
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2145
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2149
2146
  font-family: "Helvetica New";
2150
2147
  }
2151
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2148
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2152
2149
  font-family: "Roboto";
2153
2150
  }
2154
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2151
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2155
2152
  font-family: "Tahoma";
2156
2153
  }
2157
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2158
2155
  font-family: "Times New Roman";
2159
2156
  }
2160
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2161
2158
  font-family: "Verdana";
2162
2159
  }
2163
2160
  .e-dropdown-popup.e-aggregate-list {
package/styles/fluent.css CHANGED
@@ -2128,36 +2128,33 @@
2128
2128
  font-family: "Calibri";
2129
2129
  }
2130
2130
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2131
- font-family: "Comic Sans MS";
2132
- }
2133
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2134
2131
  font-family: "Courier";
2135
2132
  }
2136
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2133
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2137
2134
  font-family: "Courier New";
2138
2135
  }
2139
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2136
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2140
2137
  font-family: "Din Condensed";
2141
2138
  }
2142
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2139
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2143
2140
  font-family: "Georgia";
2144
2141
  }
2145
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2142
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2146
2143
  font-family: "Helvetica";
2147
2144
  }
2148
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2145
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2149
2146
  font-family: "Helvetica New";
2150
2147
  }
2151
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2148
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2152
2149
  font-family: "Roboto";
2153
2150
  }
2154
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2151
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2155
2152
  font-family: "Tahoma";
2156
2153
  }
2157
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2154
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2158
2155
  font-family: "Times New Roman";
2159
2156
  }
2160
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2157
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2161
2158
  font-family: "Verdana";
2162
2159
  }
2163
2160
  .e-dropdown-popup.e-aggregate-list {
@@ -1513,36 +1513,33 @@
1513
1513
  font-family: "Calibri";
1514
1514
  }
1515
1515
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
1516
- font-family: "Comic Sans MS";
1517
- }
1518
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1519
1516
  font-family: "Courier";
1520
1517
  }
1521
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1518
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1522
1519
  font-family: "Courier New";
1523
1520
  }
1524
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1521
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1525
1522
  font-family: "Din Condensed";
1526
1523
  }
1527
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1524
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1528
1525
  font-family: "Georgia";
1529
1526
  }
1530
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1527
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1531
1528
  font-family: "Helvetica";
1532
1529
  }
1533
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1530
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1534
1531
  font-family: "Helvetica New";
1535
1532
  }
1536
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1533
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1537
1534
  font-family: "Roboto";
1538
1535
  }
1539
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1536
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1540
1537
  font-family: "Tahoma";
1541
1538
  }
1542
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1539
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1543
1540
  font-family: "Times New Roman";
1544
1541
  }
1545
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
1542
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1546
1543
  font-family: "Verdana";
1547
1544
  }
1548
1545
  .e-dropdown-popup.e-aggregate-list {
@@ -2080,36 +2080,33 @@
2080
2080
  font-family: "Calibri";
2081
2081
  }
2082
2082
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2083
- font-family: "Comic Sans MS";
2084
- }
2085
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2086
2083
  font-family: "Courier";
2087
2084
  }
2088
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2085
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2089
2086
  font-family: "Courier New";
2090
2087
  }
2091
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2088
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2092
2089
  font-family: "Din Condensed";
2093
2090
  }
2094
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2091
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2095
2092
  font-family: "Georgia";
2096
2093
  }
2097
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2094
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2098
2095
  font-family: "Helvetica";
2099
2096
  }
2100
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2097
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2101
2098
  font-family: "Helvetica New";
2102
2099
  }
2103
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2104
2101
  font-family: "Roboto";
2105
2102
  }
2106
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2103
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2107
2104
  font-family: "Tahoma";
2108
2105
  }
2109
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2106
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2110
2107
  font-family: "Times New Roman";
2111
2108
  }
2112
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2109
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2113
2110
  font-family: "Verdana";
2114
2111
  }
2115
2112
  .e-dropdown-popup.e-aggregate-list {
@@ -2123,36 +2123,33 @@
2123
2123
  font-family: "Calibri";
2124
2124
  }
2125
2125
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2126
- font-family: "Comic Sans MS";
2127
- }
2128
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2129
2126
  font-family: "Courier";
2130
2127
  }
2131
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2128
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2132
2129
  font-family: "Courier New";
2133
2130
  }
2134
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2131
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2135
2132
  font-family: "Din Condensed";
2136
2133
  }
2137
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2134
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2138
2135
  font-family: "Georgia";
2139
2136
  }
2140
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2137
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2141
2138
  font-family: "Helvetica";
2142
2139
  }
2143
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2140
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2144
2141
  font-family: "Helvetica New";
2145
2142
  }
2146
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2143
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2147
2144
  font-family: "Roboto";
2148
2145
  }
2149
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2146
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2150
2147
  font-family: "Tahoma";
2151
2148
  }
2152
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2149
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2153
2150
  font-family: "Times New Roman";
2154
2151
  }
2155
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2152
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2156
2153
  font-family: "Verdana";
2157
2154
  }
2158
2155
  .e-dropdown-popup.e-aggregate-list {
@@ -2161,36 +2161,33 @@
2161
2161
  font-family: "Calibri";
2162
2162
  }
2163
2163
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2164
- font-family: "Comic Sans MS";
2165
- }
2166
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2167
2164
  font-family: "Courier";
2168
2165
  }
2169
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2166
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2170
2167
  font-family: "Courier New";
2171
2168
  }
2172
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2169
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2173
2170
  font-family: "Din Condensed";
2174
2171
  }
2175
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2172
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2176
2173
  font-family: "Georgia";
2177
2174
  }
2178
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2175
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2179
2176
  font-family: "Helvetica";
2180
2177
  }
2181
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2178
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2182
2179
  font-family: "Helvetica New";
2183
2180
  }
2184
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2181
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2185
2182
  font-family: "Roboto";
2186
2183
  }
2187
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2184
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2188
2185
  font-family: "Tahoma";
2189
2186
  }
2190
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2187
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2191
2188
  font-family: "Times New Roman";
2192
2189
  }
2193
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2190
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2194
2191
  font-family: "Verdana";
2195
2192
  }
2196
2193
  .e-dropdown-popup.e-aggregate-list {
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
@@ -0,0 +1,13 @@
1
+ $ribbon-skin: 'bootstrap' !default;
2
+ $ribbon-border-color: $grey-88 !default;
3
+ $ribbon-border: 1px solid $ribbon-border-color !default;
4
+ $ribbon-content-bg-color: $gray-darker !default;
5
+ $ribbon-header-bg-color: #191919 !default;
6
+ $file-menu-wrap-padding: 0 !default;
7
+ $drop-icon-margin: 16.5px 4px 17.5px !default;
8
+ $bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
9
+ $expand-icon-color: $grey-dark-font !default;
10
+ $ribbon-header-height: 45px !default;
11
+ $ribbon-focus-text-color: $grey-dark-font !default;
12
+ $ribbon-focus-bg-color: $grey-44 !default;
13
+ $ribbon-comb-icon-color: $grey-dark-font !default;
@@ -0,0 +1,12 @@
1
+ $ribbon-skin: 'bootstrap' !default;
2
+ $ribbon-border-color: #e5e5e5 !default;
3
+ $ribbon-border: 1px solid $ribbon-border-color !default;
4
+ $ribbon-content-bg-color: $grey-white !default;
5
+ $ribbon-header-bg-color: $grey-f9 !default;
6
+ $file-menu-wrap-padding: 0 !default;
7
+ $drop-icon-margin: 16.5px 4px 17.5px !default;
8
+ $bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
9
+ $expand-icon-color: $gray-light !default;
10
+ $ribbon-header-height: 45px !default;
11
+ $ribbon-focus-bg-color: $grey-lighter !default;
12
+ $ribbon-focus-text-color: $brand-primary-darken-25 !default;
@@ -0,0 +1,13 @@
1
+ $ribbon-skin: 'bootstrap4' !default;
2
+ $ribbon-border-color: $gray-300 !default;
3
+ $ribbon-border: 1px solid $ribbon-border-color !default;
4
+ $ribbon-header-bg-color: $gray-100 !default;
5
+ $ribbon-content-bg-color: $white !default;
6
+ $file-menu-wrap-padding: 0 !default;
7
+ $drop-icon-margin: 15px 5px !default;
8
+ $ribbon-comb-icon-color: $gray-700 !default;
9
+ $bigger-drop-icon-margin: 18.5px 5px 19.5px !default;
10
+ $expand-icon-color: $gray-600 !default;
11
+ $ribbon-header-height: 41px !default;
12
+ $ribbon-focus-text-color: darken($primary, 15%) !default;
13
+ $ribbon-focus-bg-color: #eee !default;
@@ -0,0 +1 @@
1
+ @import './bootstrap5-definition.scss';
@@ -0,0 +1,14 @@
1
+ $ribbon-skin: 'bootstrap5' !default;
2
+ $file-menu-wrap-padding: 0 !default;
3
+ $drop-icon-margin: 8px 4px !default;
4
+ $bigger-drop-icon-margin: 16px 5px !default;
5
+ $ribbon-border-color: $border-light !default;
6
+ $ribbon-border: 1px solid $ribbon-border-color !default;
7
+ $ribbon-content-bg-color: $content-bg-color !default;
8
+ $ribbon-header-bg-color: $content-bg-color-alt1 !default;
9
+ $separator-border-color: $border-light !default;
10
+ $expand-icon-color: $icon-color !default;
11
+ $ribbon-comb-icon-color: $icon-color !default;
12
+ $ribbon-focus-text-color: $primary-bg-color-pressed !default;
13
+ $ribbon-focused-wrap-focus-border-color: $icon-color !default;
14
+ $ribbon-focus-bg-color: rgba($content-bg-color-alt2, .12) !default;
@@ -0,0 +1,14 @@
1
+ $ribbon-skin: 'fabric' !default;
2
+ $border-color: $neutral-quintenary !default;
3
+ $ribbon-border: 1px solid $border-color !default;
4
+ $tab-header-height: 38px !default;
5
+ $bigger-tab-header-height: 48px !default;
6
+ $ribbon-header-bg-color: $neutral-lighter !default;
7
+ $file-menu-wrap-padding: 0 0 0 8px !default;
8
+ $drop-icon-margin: 12.5px 4px !default;
9
+ $bigger-drop-icon-margin: 14.5px 5px !default;
10
+ $ribbon-comb-icon-color: $neutral-light-font !default;
11
+ $expand-icon-color: $neutral-light-font !default;
12
+ $ribbon-focus-bg-color: initial !default;
13
+ $ribbon-focus-text-color: $neutral-light-fontalt !default;
14
+ $ribbon-focused-wrap-focus-border-color: $neutral-secondary-alt !default;
@@ -0,0 +1,14 @@
1
+ $ribbon-skin: 'fabric' !default;
2
+ $border-color: $neutral-light !default;
3
+ $ribbon-border: 1px solid $border-color !default;
4
+ $tab-header-height: 38px !default;
5
+ $bigger-tab-header-height: 48px !default;
6
+ $ribbon-header-bg-color: $neutral-white !default;
7
+ $ribbon-focused-wrap-focus-border-color: $neutral-secondary-alt !default;
8
+ $file-menu-wrap-padding: 0 0 0 8px !default;
9
+ $drop-icon-margin: 12.5px 4px !default;
10
+ $bigger-drop-icon-margin: 14.5px 5px !default;
11
+ $ribbon-comb-icon-color: $neutral-light-font !default;
12
+ $expand-icon-color: $neutral-secondary !default;
13
+ $ribbon-focus-bg-color: initial !default;
14
+ $ribbon-focus-text-color: $neutral-light-font !default;