@syncfusion/ej2-ribbon 32.2.3 → 33.1.49
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 +12 -1
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +12 -1
- 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 +8 -8
- package/src/ribbon/base/ribbon-model.d.ts +1 -1
- package/src/ribbon/base/ribbon.d.ts +2 -0
- package/src/ribbon/base/ribbon.js +12 -1
- package/styles/bds-lite.css +4 -3
- package/styles/bds.css +4 -3
- package/styles/bootstrap-dark-lite.css +4 -2
- package/styles/bootstrap-dark.css +4 -2
- package/styles/bootstrap-lite.css +4 -2
- package/styles/bootstrap.css +4 -2
- package/styles/bootstrap4-lite.css +4 -2
- package/styles/bootstrap4.css +4 -2
- package/styles/bootstrap5-dark-lite.css +4 -2
- package/styles/bootstrap5-dark.css +4 -2
- package/styles/bootstrap5-lite.css +4 -2
- package/styles/bootstrap5.3-lite.css +4 -3
- package/styles/bootstrap5.3.css +4 -3
- package/styles/bootstrap5.css +4 -2
- package/styles/fabric-dark-lite.css +4 -2
- package/styles/fabric-dark.css +4 -2
- package/styles/fabric-lite.css +4 -2
- package/styles/fabric.css +4 -2
- package/styles/fluent-dark-lite.css +4 -2
- package/styles/fluent-dark.css +4 -2
- package/styles/fluent-lite.css +4 -2
- package/styles/fluent.css +4 -2
- package/styles/fluent2-lite.css +4 -2
- package/styles/fluent2.css +4 -2
- package/styles/highcontrast-light-lite.css +4 -2
- package/styles/highcontrast-light.css +4 -2
- package/styles/highcontrast-lite.css +4 -2
- package/styles/highcontrast.css +4 -2
- package/styles/material-dark-lite.css +4 -2
- package/styles/material-dark.css +4 -2
- package/styles/material-lite.css +4 -2
- package/styles/material.css +4 -2
- package/styles/material3-dark-lite.css +4 -20
- package/styles/material3-dark.css +4 -20
- package/styles/material3-lite.css +4 -20
- package/styles/material3.css +4 -20
- package/styles/ribbon/bds.css +4 -3
- package/styles/ribbon/bootstrap-dark.css +4 -2
- package/styles/ribbon/bootstrap.css +4 -2
- package/styles/ribbon/bootstrap4.css +4 -2
- package/styles/ribbon/bootstrap5-dark.css +4 -2
- package/styles/ribbon/bootstrap5.3.css +4 -3
- package/styles/ribbon/bootstrap5.css +4 -2
- package/styles/ribbon/fabric-dark.css +4 -2
- package/styles/ribbon/fabric.css +4 -2
- package/styles/ribbon/fluent-dark.css +4 -2
- package/styles/ribbon/fluent.css +4 -2
- package/styles/ribbon/fluent2.css +4 -2
- package/styles/ribbon/highcontrast-light.css +4 -2
- package/styles/ribbon/highcontrast.css +4 -2
- package/styles/ribbon/material-dark.css +4 -2
- package/styles/ribbon/material.css +4 -2
- package/styles/ribbon/material3-dark.css +4 -20
- package/styles/ribbon/material3.css +4 -20
- package/styles/ribbon/tailwind-dark.css +4 -2
- package/styles/ribbon/tailwind.css +4 -2
- package/styles/ribbon/tailwind3.css +4 -3
- package/styles/tailwind-dark-lite.css +4 -2
- package/styles/tailwind-dark.css +4 -2
- package/styles/tailwind-lite.css +4 -2
- package/styles/tailwind.css +4 -2
- package/styles/tailwind3-lite.css +4 -3
- package/styles/tailwind3.css +4 -3
package/styles/tailwind.css
CHANGED
|
@@ -17,11 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
20
|
-
padding:
|
|
20
|
+
-webkit-padding-end: 8px;
|
|
21
|
+
padding-inline-end: 8px;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
|
-
padding:
|
|
25
|
+
-webkit-padding-end: 4px;
|
|
26
|
+
padding-inline-end: 4px;
|
|
25
27
|
}
|
|
26
28
|
|
|
27
29
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
@@ -85,11 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
88
|
-
padding:
|
|
88
|
+
-webkit-padding-end: 8px;
|
|
89
|
+
padding-inline-end: 8px;
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
92
|
-
padding:
|
|
93
|
+
-webkit-padding-end: 6px;
|
|
94
|
+
padding-inline-end: 6px;
|
|
93
95
|
}
|
|
94
96
|
|
|
95
97
|
.e-popup.e-ddl {
|
|
@@ -1781,7 +1783,6 @@
|
|
|
1781
1783
|
background-color: var(--color-sf-content-bg-color-alt3);
|
|
1782
1784
|
}
|
|
1783
1785
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay .e-ribbon-skeleton.e-skeleton.e-shimmer-wave::after {
|
|
1784
|
-
background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(var(--color-sf-white), 0.25)), color-stop(70%, rgba(255, 255, 255, 0)));
|
|
1785
1786
|
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(var(--color-sf-white), 0.25) 50%, rgba(255, 255, 255, 0) 70%);
|
|
1786
1787
|
}
|
|
1787
1788
|
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header {
|
package/styles/tailwind3.css
CHANGED
|
@@ -85,11 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
88
|
-
padding:
|
|
88
|
+
-webkit-padding-end: 8px;
|
|
89
|
+
padding-inline-end: 8px;
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
92
|
-
padding:
|
|
93
|
+
-webkit-padding-end: 6px;
|
|
94
|
+
padding-inline-end: 6px;
|
|
93
95
|
}
|
|
94
96
|
|
|
95
97
|
.e-popup.e-ddl {
|
|
@@ -1781,7 +1783,6 @@
|
|
|
1781
1783
|
background-color: var(--color-sf-content-bg-color-alt3);
|
|
1782
1784
|
}
|
|
1783
1785
|
.e-ribbon.e-rbn.e-ribbon-container .e-ribbon-overlay .e-ribbon-skeleton.e-skeleton.e-shimmer-wave::after {
|
|
1784
|
-
background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(var(--color-sf-white), 0.25)), color-stop(70%, rgba(255, 255, 255, 0)));
|
|
1785
1786
|
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(var(--color-sf-white), 0.25) 50%, rgba(255, 255, 255, 0) 70%);
|
|
1786
1787
|
}
|
|
1787
1788
|
.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header {
|