@syncfusion/ej2-splitbuttons 24.1.41 → 24.1.45
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +10 -0
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +10 -0
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/drop-down-button/drop-down-button.js +10 -0
- package/styles/bootstrap-dark.css +14 -0
- package/styles/bootstrap.css +14 -0
- package/styles/bootstrap4.css +14 -0
- package/styles/bootstrap5-dark.css +14 -0
- package/styles/bootstrap5.css +14 -0
- package/styles/fabric-dark.css +14 -0
- package/styles/fabric.css +14 -0
- package/styles/fluent-dark.css +14 -0
- package/styles/fluent.css +14 -0
- package/styles/highcontrast-light.css +14 -0
- package/styles/highcontrast.css +14 -0
- package/styles/material-dark.css +14 -0
- package/styles/material.css +14 -0
- package/styles/material3-dark.css +14 -0
- package/styles/material3.css +14 -0
- package/styles/progress-button/_theme.scss +14 -0
- package/styles/progress-button/bootstrap-dark.css +14 -0
- package/styles/progress-button/bootstrap.css +14 -0
- package/styles/progress-button/bootstrap4.css +14 -0
- package/styles/progress-button/bootstrap5-dark.css +14 -0
- package/styles/progress-button/bootstrap5.css +14 -0
- package/styles/progress-button/fabric-dark.css +14 -0
- package/styles/progress-button/fabric.css +14 -0
- package/styles/progress-button/fluent-dark.css +14 -0
- package/styles/progress-button/fluent.css +14 -0
- package/styles/progress-button/highcontrast-light.css +14 -0
- package/styles/progress-button/highcontrast.css +14 -0
- package/styles/progress-button/material-dark.css +14 -0
- package/styles/progress-button/material.css +14 -0
- package/styles/progress-button/material3-dark.css +14 -0
- package/styles/progress-button/material3.css +14 -0
- package/styles/progress-button/tailwind-dark.css +14 -0
- package/styles/progress-button/tailwind.css +14 -0
- package/styles/tailwind-dark.css +14 -0
- package/styles/tailwind.css +14 -0
|
@@ -609,4 +609,18 @@
|
|
|
609
609
|
*.e-flat.e-danger .e-progress,
|
|
610
610
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
611
611
|
background: rgba(var(--color-sf-error), 0.12);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
615
|
+
fill: rgba(var(--color-sf-on-surface));
|
|
616
|
+
stroke: rgba(var(--color-sf-on-surface));
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
620
|
+
fill: rgba(var(--color-sf-on-surface));
|
|
621
|
+
stroke: rgba(var(--color-sf-on-surface));
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
625
|
+
stroke: rgba(var(--color-sf-on-surface));
|
|
612
626
|
}
|
|
@@ -539,4 +539,18 @@
|
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
541
541
|
background: rgba(248, 113, 113, 0.2);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
545
|
+
fill: #fff;
|
|
546
|
+
stroke: #fff;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
550
|
+
fill: #fff;
|
|
551
|
+
stroke: #fff;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
555
|
+
stroke: #fff;
|
|
542
556
|
}
|
|
@@ -539,4 +539,18 @@
|
|
|
539
539
|
}
|
|
540
540
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
541
541
|
background: rgba(220, 38, 38, 0.2);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
545
|
+
fill: #374151;
|
|
546
|
+
stroke: #374151;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
550
|
+
fill: #374151;
|
|
551
|
+
stroke: #374151;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
555
|
+
stroke: #374151;
|
|
542
556
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1865,4 +1865,18 @@
|
|
|
1865
1865
|
}
|
|
1866
1866
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
1867
1867
|
background: rgba(248, 113, 113, 0.2);
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
1871
|
+
fill: #fff;
|
|
1872
|
+
stroke: #fff;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
1876
|
+
fill: #fff;
|
|
1877
|
+
stroke: #fff;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1881
|
+
stroke: #fff;
|
|
1868
1882
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1865,4 +1865,18 @@
|
|
|
1865
1865
|
}
|
|
1866
1866
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
1867
1867
|
background: rgba(220, 38, 38, 0.2);
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
1871
|
+
fill: #374151;
|
|
1872
|
+
stroke: #374151;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
1876
|
+
fill: #374151;
|
|
1877
|
+
stroke: #374151;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1881
|
+
stroke: #374151;
|
|
1868
1882
|
}
|