@syncfusion/ej2-ribbon 26.2.10 → 27.1.48
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.
- package/dist/ej2-ribbon.umd.min.js +2 -2
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +18 -26
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +18 -92
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +2 -2
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -13
- package/src/ribbon/items/ribbon-button.js +3 -15
- package/src/ribbon/items/ribbon-checkbox.js +3 -16
- package/src/ribbon/items/ribbon-colorpicker.js +3 -15
- package/src/ribbon/items/ribbon-combobox.js +3 -16
- package/src/ribbon/items/ribbon-dropdown.js +3 -15
- package/src/ribbon/items/ribbon-splitbutton.js +3 -15
- package/styles/bootstrap-dark-lite.css +2136 -0
- package/styles/bootstrap-dark-lite.scss +18 -0
- package/styles/bootstrap-dark.css +1174 -1244
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +2138 -0
- package/styles/bootstrap-lite.scss +18 -0
- package/styles/bootstrap.css +1179 -1249
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +2180 -0
- package/styles/bootstrap4-lite.scss +18 -0
- package/styles/bootstrap4.css +1181 -1273
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +2211 -0
- package/styles/bootstrap5-dark-lite.scss +18 -0
- package/styles/bootstrap5-dark.css +1175 -1263
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +2211 -0
- package/styles/bootstrap5-lite.scss +18 -0
- package/styles/bootstrap5.3-lite.css +2215 -0
- package/styles/bootstrap5.3-lite.scss +18 -0
- package/styles/bootstrap5.3.css +2841 -0
- package/styles/bootstrap5.3.scss +19 -0
- package/styles/bootstrap5.css +1173 -1261
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark-lite.css +2112 -0
- package/styles/fabric-dark-lite.scss +18 -0
- package/styles/fabric-dark.css +1176 -1245
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +2113 -0
- package/styles/fabric-lite.scss +18 -0
- package/styles/fabric.css +1176 -1238
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +2203 -0
- package/styles/fluent-dark-lite.scss +18 -0
- package/styles/fluent-dark.css +1179 -1254
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +2203 -0
- package/styles/fluent-lite.scss +18 -0
- package/styles/fluent.css +1177 -1252
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +2301 -0
- package/styles/fluent2-lite.scss +18 -0
- package/styles/fluent2.css +1264 -1250
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +2129 -0
- package/styles/highcontrast-light-lite.scss +17 -0
- package/styles/highcontrast-light.css +1163 -1222
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +2134 -0
- package/styles/highcontrast-lite.scss +18 -0
- package/styles/highcontrast.css +1162 -1221
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark-lite.css +2272 -0
- package/styles/material-dark-lite.scss +18 -0
- package/styles/material-dark.css +1176 -1229
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +2278 -0
- package/styles/material-lite.scss +18 -0
- package/styles/material.css +1176 -1250
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +2214 -0
- package/styles/material3-dark-lite.scss +18 -0
- package/styles/material3-dark.css +1199 -1278
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +2216 -0
- package/styles/material3-lite.scss +18 -0
- package/styles/material3.css +1199 -1278
- package/styles/material3.scss +1 -0
- package/styles/ribbon/_bds-definition.scss +2 -0
- package/styles/ribbon/_bigger.scss +530 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +2 -0
- package/styles/ribbon/_bootstrap-definition.scss +2 -0
- package/styles/ribbon/_bootstrap4-definition.scss +2 -0
- package/styles/ribbon/_bootstrap5-definition.scss +2 -0
- package/styles/ribbon/_bootstrap5.3-definition.scss +130 -129
- package/styles/ribbon/_fabric-dark-definition.scss +2 -0
- package/styles/ribbon/_fabric-definition.scss +2 -0
- package/styles/ribbon/_fluent-definition.scss +2 -0
- package/styles/ribbon/_fluent2-definition.scss +11 -9
- package/styles/ribbon/_fusionnew-definition.scss +2 -0
- package/styles/ribbon/_highcontrast-definition.scss +2 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +2 -0
- package/styles/ribbon/_layout.scss +75 -493
- package/styles/ribbon/_material-dark-definition.scss +2 -0
- package/styles/ribbon/_material-definition.scss +2 -0
- package/styles/ribbon/_material3-definition.scss +2 -0
- package/styles/ribbon/_tailwind-definition.scss +2 -0
- package/styles/ribbon/_theme.scss +15 -22
- package/styles/ribbon/bootstrap-dark.css +1174 -1244
- package/styles/ribbon/bootstrap-dark.scss +1 -0
- package/styles/ribbon/bootstrap.css +1179 -1249
- package/styles/ribbon/bootstrap.scss +1 -0
- package/styles/ribbon/bootstrap4.css +1181 -1273
- package/styles/ribbon/bootstrap4.scss +1 -0
- package/styles/ribbon/bootstrap5-dark.css +1175 -1263
- package/styles/ribbon/bootstrap5-dark.scss +1 -0
- package/styles/ribbon/bootstrap5.3.css +2841 -0
- package/styles/ribbon/bootstrap5.3.scss +19 -0
- package/styles/ribbon/bootstrap5.css +1173 -1261
- package/styles/ribbon/bootstrap5.scss +1 -0
- package/styles/ribbon/fabric-dark.css +1176 -1245
- package/styles/ribbon/fabric-dark.scss +1 -0
- package/styles/ribbon/fabric.css +1176 -1238
- package/styles/ribbon/fabric.scss +1 -0
- package/styles/ribbon/fluent-dark.css +1179 -1254
- package/styles/ribbon/fluent-dark.scss +1 -0
- package/styles/ribbon/fluent.css +1177 -1252
- package/styles/ribbon/fluent.scss +1 -0
- package/styles/ribbon/fluent2.css +1264 -1250
- package/styles/ribbon/fluent2.scss +1 -0
- package/styles/ribbon/highcontrast-light.css +1163 -1222
- package/styles/ribbon/highcontrast-light.scss +1 -0
- package/styles/ribbon/highcontrast.css +1162 -1221
- package/styles/ribbon/highcontrast.scss +1 -0
- package/styles/ribbon/material-dark.css +1176 -1229
- package/styles/ribbon/material-dark.scss +1 -0
- package/styles/ribbon/material.css +1176 -1250
- package/styles/ribbon/material.scss +1 -0
- package/styles/ribbon/material3-dark.css +1199 -1278
- package/styles/ribbon/material3-dark.scss +1 -0
- package/styles/ribbon/material3.css +1199 -1278
- package/styles/ribbon/material3.scss +1 -0
- package/styles/ribbon/tailwind-dark.css +1177 -1249
- package/styles/ribbon/tailwind-dark.scss +1 -0
- package/styles/ribbon/tailwind.css +1179 -1251
- package/styles/ribbon/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +2234 -0
- package/styles/tailwind-dark-lite.scss +18 -0
- package/styles/tailwind-dark.css +1177 -1249
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +2234 -0
- package/styles/tailwind-lite.scss +18 -0
- package/styles/tailwind.css +1179 -1251
- package/styles/tailwind.scss +1 -0
- package/hotfix/26.1.35_Vol2.txt +0 -1
|
@@ -74,6 +74,8 @@ $ribbon-items-margin: 4px !default;
|
|
|
74
74
|
$ribbon-checkbox-margin: 8px 0 8px 12px !default;
|
|
75
75
|
$ribbon-rtl-checkbox-margin: 8px 12px 8px 0 !default;
|
|
76
76
|
$ribbon-items-height: 15px !default;
|
|
77
|
+
$ribbon-items-btn-padding: 0 4px 0 0 !default;
|
|
78
|
+
$ribbon-items-btn-rtl-padding: 0 0 0 4px !default;
|
|
77
79
|
$ribbon-items-min-width-height: 16px !default;
|
|
78
80
|
$ribbon-items-checkbox-size: $text-xs !default;
|
|
79
81
|
$ribbon-items-checkbox-padding: 0 4px !default;
|
|
@@ -74,6 +74,8 @@ $ribbon-items-margin: 5px !default;
|
|
|
74
74
|
$ribbon-checkbox-margin: 7px 0 7px 12px !default;
|
|
75
75
|
$ribbon-rtl-checkbox-margin: 7px 12px 7px 0 !default;
|
|
76
76
|
$ribbon-items-height: 18px !default;
|
|
77
|
+
$ribbon-items-btn-padding: 0 4px 0 0 !default;
|
|
78
|
+
$ribbon-items-btn-rtl-padding: 0 0 0 4px !default;
|
|
77
79
|
$ribbon-items-min-width-height: 16px !default;
|
|
78
80
|
$ribbon-items-checkbox-size: $text-xs !default;
|
|
79
81
|
$ribbon-items-checkbox-padding: 0 5px !default;
|
|
@@ -55,6 +55,12 @@
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
@if ($skin-name == 'fluent2') {
|
|
59
|
+
&.e-active::before {
|
|
60
|
+
background: $ribbon-active-tab-indicator-color;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
&.e-active .e-tab-wrap .e-tab-text {
|
|
59
65
|
color: $ribbon-active-tab-color;
|
|
60
66
|
}
|
|
@@ -234,6 +240,7 @@
|
|
|
234
240
|
.e-colorpicker-wrapper,
|
|
235
241
|
.e-split-btn-wrapper {
|
|
236
242
|
&.e-ribbon-hover,
|
|
243
|
+
&:not(.e-ribbon-hover):hover,
|
|
237
244
|
&.e-ribbon-open {
|
|
238
245
|
border-color: $ribbon-items-hover-background-color;
|
|
239
246
|
}
|
|
@@ -353,28 +360,6 @@
|
|
|
353
360
|
}
|
|
354
361
|
}
|
|
355
362
|
|
|
356
|
-
.e-bigger.e-ribbon.e-rbn,
|
|
357
|
-
.e-bigger .e-ribbon.e-rbn,
|
|
358
|
-
.e-bigger .e-ribbon-group-overflow-ddb,
|
|
359
|
-
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
360
|
-
.e-ribbon-item .e-split-colorpicker.e-split-btn {
|
|
361
|
-
background: $ribbon-items-background-color;
|
|
362
|
-
|
|
363
|
-
&:hover {
|
|
364
|
-
background: $ribbon-items-hover-background-color;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
&.e-active,
|
|
368
|
-
&:active {
|
|
369
|
-
background: $ribbon-items-active-background-color;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
&:focus {
|
|
373
|
-
background: $ribbon-items-focus-background-color;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
|
|
378
363
|
.e-ribbon-file-menu,
|
|
379
364
|
.e-ribbon-vertical-center,
|
|
380
365
|
.e-ribbon-group-overflow-ddb,
|
|
@@ -424,6 +409,9 @@
|
|
|
424
409
|
.e-ribbon-gallery-item {
|
|
425
410
|
&:hover {
|
|
426
411
|
background: $ribbon-gallery-hover-background-color;
|
|
412
|
+
@if ($skin-name == 'fluent2') {
|
|
413
|
+
@include ribbon-gallery-text-icon-colors($content-text-color-hover, $content-text-color-hover);
|
|
414
|
+
}
|
|
427
415
|
}
|
|
428
416
|
&.e-ribbon-gallery-selected {
|
|
429
417
|
background: $ribbon-gallery-item-selected-color;
|
|
@@ -519,6 +507,11 @@
|
|
|
519
507
|
&.e-focused {
|
|
520
508
|
background: $ribbon-menu-hover-background-color;
|
|
521
509
|
color: $ribbon-menu-items-color;
|
|
510
|
+
@if ($skin-name == 'fluent2') {
|
|
511
|
+
.e-menu-icon {
|
|
512
|
+
color: $ribbon-menu-items-color;
|
|
513
|
+
}
|
|
514
|
+
}
|
|
522
515
|
}
|
|
523
516
|
}
|
|
524
517
|
}
|