@syncfusion/ej2-react-navigations 26.1.35 → 26.1.39
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-react-navigations.min.js +1 -1
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/accordion/bootstrap-dark.css +3 -3
- package/styles/accordion/bootstrap.css +3 -3
- package/styles/accordion/bootstrap4.css +3 -3
- package/styles/accordion/bootstrap5-dark.css +3 -3
- package/styles/accordion/bootstrap5.css +3 -3
- package/styles/accordion/fabric-dark.css +3 -3
- package/styles/accordion/fabric.css +3 -3
- package/styles/accordion/fluent-dark.css +3 -3
- package/styles/accordion/fluent.css +3 -3
- package/styles/accordion/fluent2.css +17 -9
- package/styles/accordion/highcontrast-light.css +3 -3
- package/styles/accordion/highcontrast.css +3 -3
- package/styles/accordion/material-dark.css +3 -3
- package/styles/accordion/material.css +3 -3
- package/styles/accordion/material3-dark.css +3 -3
- package/styles/accordion/material3.css +3 -3
- package/styles/accordion/tailwind-dark.css +3 -3
- package/styles/accordion/tailwind.css +3 -3
- package/styles/appbar/fluent2.css +5 -5
- package/styles/bootstrap-dark.css +11 -3
- package/styles/bootstrap.css +11 -3
- package/styles/bootstrap4.css +11 -3
- package/styles/bootstrap5-dark.css +11 -3
- package/styles/bootstrap5.css +11 -3
- package/styles/breadcrumb/fluent2.css +5 -5
- package/styles/carousel/fluent2.css +5 -5
- package/styles/context-menu/fluent2.css +5 -5
- package/styles/fabric-dark.css +11 -3
- package/styles/fabric.css +11 -3
- package/styles/fluent-dark.css +11 -3
- package/styles/fluent.css +11 -3
- package/styles/fluent2.css +102 -80
- package/styles/h-scroll/fluent2.css +5 -5
- package/styles/highcontrast-light.css +11 -3
- package/styles/highcontrast.css +11 -3
- package/styles/material-dark.css +11 -3
- package/styles/material.css +11 -3
- package/styles/material3-dark.css +11 -3
- package/styles/material3.css +11 -3
- package/styles/menu/fluent2.css +5 -5
- package/styles/pager/fluent2.css +5 -5
- package/styles/sidebar/fluent2.css +5 -5
- package/styles/stepper/bootstrap-dark.css +8 -0
- package/styles/stepper/bootstrap.css +8 -0
- package/styles/stepper/bootstrap4.css +8 -0
- package/styles/stepper/bootstrap5-dark.css +8 -0
- package/styles/stepper/bootstrap5.css +8 -0
- package/styles/stepper/fabric-dark.css +8 -0
- package/styles/stepper/fabric.css +8 -0
- package/styles/stepper/fluent-dark.css +8 -0
- package/styles/stepper/fluent.css +8 -0
- package/styles/stepper/fluent2.css +13 -5
- package/styles/stepper/highcontrast-light.css +8 -0
- package/styles/stepper/highcontrast.css +8 -0
- package/styles/stepper/material-dark.css +8 -0
- package/styles/stepper/material.css +8 -0
- package/styles/stepper/material3-dark.css +8 -0
- package/styles/stepper/material3.css +8 -0
- package/styles/stepper/tailwind-dark.css +8 -0
- package/styles/stepper/tailwind.css +8 -0
- package/styles/tab/fluent2.css +5 -5
- package/styles/tailwind-dark.css +11 -3
- package/styles/tailwind.css +11 -3
- package/styles/toolbar/fluent2.css +5 -5
- package/styles/treeview/fluent2.css +17 -11
- package/styles/v-scroll/fluent2.css +5 -5
package/styles/bootstrap.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: transparent;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: transparent;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #333;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #ddd;
|
|
@@ -10628,6 +10628,14 @@ ejs-sidebar {
|
|
|
10628
10628
|
.e-stepper .e-step-selected .e-label {
|
|
10629
10629
|
font-weight: 600;
|
|
10630
10630
|
}
|
|
10631
|
+
.e-stepper.e-linear .e-step-container {
|
|
10632
|
+
pointer-events: none;
|
|
10633
|
+
}
|
|
10634
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10635
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10636
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10637
|
+
pointer-events: auto;
|
|
10638
|
+
}
|
|
10631
10639
|
.e-stepper.e-stepper-readonly,
|
|
10632
10640
|
.e-stepper .e-step-disabled {
|
|
10633
10641
|
cursor: default;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
}
|
|
2824
2824
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2825
2825
|
border: 0;
|
|
2826
|
+
background: #f8f9fa;
|
|
2826
2827
|
-webkit-box-shadow: none;
|
|
2827
2828
|
box-shadow: none;
|
|
2828
|
-
background: #f8f9fa;
|
|
2829
2829
|
}
|
|
2830
2830
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2831
2831
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2902,10 +2902,10 @@
|
|
|
2902
2902
|
color: #007bff;
|
|
2903
2903
|
}
|
|
2904
2904
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2905
|
-
-webkit-box-shadow: none;
|
|
2906
|
-
box-shadow: none;
|
|
2907
2905
|
position: relative;
|
|
2908
2906
|
z-index: 2;
|
|
2907
|
+
-webkit-box-shadow: none;
|
|
2908
|
+
box-shadow: none;
|
|
2909
2909
|
}
|
|
2910
2910
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2911
2911
|
border-color: #000 #000 rgba(0, 0, 0, 0.13);
|
|
@@ -10746,6 +10746,14 @@ ejs-sidebar {
|
|
|
10746
10746
|
.e-stepper .e-step-selected .e-label {
|
|
10747
10747
|
font-weight: 600;
|
|
10748
10748
|
}
|
|
10749
|
+
.e-stepper.e-linear .e-step-container {
|
|
10750
|
+
pointer-events: none;
|
|
10751
|
+
}
|
|
10752
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10753
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10754
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10755
|
+
pointer-events: auto;
|
|
10756
|
+
}
|
|
10749
10757
|
.e-stepper.e-stepper-readonly,
|
|
10750
10758
|
.e-stepper .e-step-disabled {
|
|
10751
10759
|
cursor: default;
|
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #6ea8fe;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #444c54;
|
|
@@ -10800,6 +10800,14 @@ ejs-sidebar {
|
|
|
10800
10800
|
.e-stepper .e-step-selected .e-label {
|
|
10801
10801
|
font-weight: 600;
|
|
10802
10802
|
}
|
|
10803
|
+
.e-stepper.e-linear .e-step-container {
|
|
10804
|
+
pointer-events: none;
|
|
10805
|
+
}
|
|
10806
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10807
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10808
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10809
|
+
pointer-events: auto;
|
|
10810
|
+
}
|
|
10803
10811
|
.e-stepper.e-stepper-readonly,
|
|
10804
10812
|
.e-stepper .e-step-disabled {
|
|
10805
10813
|
cursor: default;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,9 +2899,9 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2901
2901
|
border: 0;
|
|
2902
|
+
background: none;
|
|
2902
2903
|
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2903
2904
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2904
|
-
background: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2907
2907
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2978,10 +2978,10 @@
|
|
|
2978
2978
|
color: #0c63e4;
|
|
2979
2979
|
}
|
|
2980
2980
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2981
|
-
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2982
|
-
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2983
2981
|
position: relative;
|
|
2984
2982
|
z-index: 2;
|
|
2983
|
+
-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2984
|
+
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
2985
2985
|
}
|
|
2986
2986
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2987
2987
|
border-color: #dee2e6;
|
|
@@ -10800,6 +10800,14 @@ ejs-sidebar {
|
|
|
10800
10800
|
.e-stepper .e-step-selected .e-label {
|
|
10801
10801
|
font-weight: 600;
|
|
10802
10802
|
}
|
|
10803
|
+
.e-stepper.e-linear .e-step-container {
|
|
10804
|
+
pointer-events: none;
|
|
10805
|
+
}
|
|
10806
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10807
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10808
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10809
|
+
pointer-events: auto;
|
|
10810
|
+
}
|
|
10803
10811
|
.e-stepper.e-stepper-readonly,
|
|
10804
10812
|
.e-stepper .e-step-disabled {
|
|
10805
10813
|
cursor: default;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2819,9 +2819,9 @@
|
|
|
2819
2819
|
}
|
|
2820
2820
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2821
2821
|
border: 1px solid #414040;
|
|
2822
|
+
background: #414040;
|
|
2822
2823
|
-webkit-box-shadow: none;
|
|
2823
2824
|
box-shadow: none;
|
|
2824
|
-
background: #414040;
|
|
2825
2825
|
}
|
|
2826
2826
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2827
2827
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2898,10 +2898,10 @@
|
|
|
2898
2898
|
color: #dadada;
|
|
2899
2899
|
}
|
|
2900
2900
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2901
|
-
-webkit-box-shadow: none;
|
|
2902
|
-
box-shadow: none;
|
|
2903
2901
|
position: relative;
|
|
2904
2902
|
z-index: 2;
|
|
2903
|
+
-webkit-box-shadow: none;
|
|
2904
|
+
box-shadow: none;
|
|
2905
2905
|
}
|
|
2906
2906
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2907
2907
|
border-color: #414040;
|
|
@@ -10611,6 +10611,14 @@ ejs-sidebar {
|
|
|
10611
10611
|
.e-stepper .e-step-selected .e-label {
|
|
10612
10612
|
font-weight: 600;
|
|
10613
10613
|
}
|
|
10614
|
+
.e-stepper.e-linear .e-step-container {
|
|
10615
|
+
pointer-events: none;
|
|
10616
|
+
}
|
|
10617
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10618
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10619
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10620
|
+
pointer-events: auto;
|
|
10621
|
+
}
|
|
10614
10622
|
.e-stepper.e-stepper-readonly,
|
|
10615
10623
|
.e-stepper .e-step-disabled {
|
|
10616
10624
|
cursor: default;
|
package/styles/fabric.css
CHANGED
|
@@ -2821,9 +2821,9 @@
|
|
|
2821
2821
|
}
|
|
2822
2822
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2823
2823
|
border: 1px solid #f4f4f4;
|
|
2824
|
+
background: #f4f4f4;
|
|
2824
2825
|
-webkit-box-shadow: none;
|
|
2825
2826
|
box-shadow: none;
|
|
2826
|
-
background: #f4f4f4;
|
|
2827
2827
|
}
|
|
2828
2828
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2829
2829
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2900,10 +2900,10 @@
|
|
|
2900
2900
|
color: #333;
|
|
2901
2901
|
}
|
|
2902
2902
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2903
|
-
-webkit-box-shadow: none;
|
|
2904
|
-
box-shadow: none;
|
|
2905
2903
|
position: relative;
|
|
2906
2904
|
z-index: 2;
|
|
2905
|
+
-webkit-box-shadow: none;
|
|
2906
|
+
box-shadow: none;
|
|
2907
2907
|
}
|
|
2908
2908
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2909
2909
|
border-color: #eaeaea;
|
|
@@ -10616,6 +10616,14 @@ ejs-sidebar {
|
|
|
10616
10616
|
.e-stepper .e-step-selected .e-label {
|
|
10617
10617
|
font-weight: 600;
|
|
10618
10618
|
}
|
|
10619
|
+
.e-stepper.e-linear .e-step-container {
|
|
10620
|
+
pointer-events: none;
|
|
10621
|
+
}
|
|
10622
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10623
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10624
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10625
|
+
pointer-events: auto;
|
|
10626
|
+
}
|
|
10619
10627
|
.e-stepper.e-stepper-readonly,
|
|
10620
10628
|
.e-stepper .e-step-disabled {
|
|
10621
10629
|
cursor: default;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #f3f2f1;
|
|
2875
|
+
background: #252423;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #252423;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #a19f9d;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #292827;
|
|
@@ -10773,6 +10773,14 @@ ejs-sidebar {
|
|
|
10773
10773
|
.e-stepper .e-step-selected .e-label {
|
|
10774
10774
|
font-weight: 600;
|
|
10775
10775
|
}
|
|
10776
|
+
.e-stepper.e-linear .e-step-container {
|
|
10777
|
+
pointer-events: none;
|
|
10778
|
+
}
|
|
10779
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10780
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10781
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10782
|
+
pointer-events: auto;
|
|
10783
|
+
}
|
|
10776
10784
|
.e-stepper.e-stepper-readonly,
|
|
10777
10785
|
.e-stepper .e-step-disabled {
|
|
10778
10786
|
cursor: default;
|
package/styles/fluent.css
CHANGED
|
@@ -2872,9 +2872,9 @@
|
|
|
2872
2872
|
}
|
|
2873
2873
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus {
|
|
2874
2874
|
border: 1px solid #201f1e;
|
|
2875
|
+
background: #f3f2f1;
|
|
2875
2876
|
-webkit-box-shadow: none;
|
|
2876
2877
|
box-shadow: none;
|
|
2877
|
-
background: #f3f2f1;
|
|
2878
2878
|
}
|
|
2879
2879
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
|
|
2880
2880
|
.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
|
|
@@ -2951,10 +2951,10 @@
|
|
|
2951
2951
|
color: #605e5c;
|
|
2952
2952
|
}
|
|
2953
2953
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
|
|
2954
|
-
-webkit-box-shadow: none;
|
|
2955
|
-
box-shadow: none;
|
|
2956
2954
|
position: relative;
|
|
2957
2955
|
z-index: 2;
|
|
2956
|
+
-webkit-box-shadow: none;
|
|
2957
|
+
box-shadow: none;
|
|
2958
2958
|
}
|
|
2959
2959
|
.e-accordion .e-acrdn-item.e-selected + .e-selected {
|
|
2960
2960
|
border-color: #edebe9;
|
|
@@ -10773,6 +10773,14 @@ ejs-sidebar {
|
|
|
10773
10773
|
.e-stepper .e-step-selected .e-label {
|
|
10774
10774
|
font-weight: 600;
|
|
10775
10775
|
}
|
|
10776
|
+
.e-stepper.e-linear .e-step-container {
|
|
10777
|
+
pointer-events: none;
|
|
10778
|
+
}
|
|
10779
|
+
.e-stepper.e-linear .e-previous:not(.e-step-disabled),
|
|
10780
|
+
.e-stepper.e-linear .e-next:not(.e-step-disabled),
|
|
10781
|
+
.e-stepper.e-linear .e-step-selected:not(.e-step-disabled) {
|
|
10782
|
+
pointer-events: auto;
|
|
10783
|
+
}
|
|
10776
10784
|
.e-stepper.e-stepper-readonly,
|
|
10777
10785
|
.e-stepper .e-step-disabled {
|
|
10778
10786
|
cursor: default;
|