@syncfusion/ej2-react-splitbuttons 19.3.53 → 19.4.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/CHANGELOG.md +18 -0
- package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap5-dark.css +12 -12
- package/styles/bootstrap5.css +12 -12
- package/styles/drop-down-button/bootstrap5-dark.css +3 -3
- package/styles/drop-down-button/bootstrap5.css +3 -3
- package/styles/drop-down-button/tailwind-dark.css +3 -3
- package/styles/drop-down-button/tailwind.css +3 -3
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/progress-button/bootstrap5-dark.css +8 -8
- package/styles/progress-button/bootstrap5.css +8 -8
- package/styles/progress-button/tailwind-dark.css +8 -8
- package/styles/progress-button/tailwind.css +8 -8
- package/styles/split-button/bootstrap-dark.css +1 -1
- package/styles/split-button/bootstrap.css +1 -1
- package/styles/split-button/bootstrap5-dark.css +1 -1
- package/styles/split-button/bootstrap5.css +1 -1
- package/styles/split-button/fabric-dark.css +1 -1
- package/styles/split-button/fabric.css +1 -1
- package/styles/split-button/highcontrast-light.css +1 -1
- package/styles/split-button/highcontrast.css +1 -1
- package/styles/split-button/material-dark.css +1 -1
- package/styles/split-button/material.css +1 -1
- package/styles/tailwind-dark.css +11 -11
- package/styles/tailwind.css +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### DropDownButton
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `I339589` - Resolved the `DropdownButton` issue with react component as target.
|
|
12
|
+
|
|
13
|
+
## 19.4.40 (2021-12-28)
|
|
14
|
+
|
|
15
|
+
### DropDownButton
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
|
|
20
|
+
|
|
21
|
+
## 19.4.38 (2021-12-17)
|
|
22
|
+
|
|
5
23
|
### DropDownButton
|
|
6
24
|
|
|
7
25
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-splitbuttons.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-splitbuttons@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-splitbuttons@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-dHVt3h/muBXc3QMSE4/ff5FWpAc3m9A8Ui6Dhq3tgCh7Gmu2HkmxEsLThkauYyUb58fPi0113jDfvuk81ijuJw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-19.4.47.tgz",
|
|
23
|
+
"_shasum": "e2e1b502fb6a70aba03f1e47b7204b426a989aaa",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-splitbuttons@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
36
|
-
"@syncfusion/ej2-splitbuttons": "19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~19.4.48",
|
|
36
|
+
"@syncfusion/ej2-splitbuttons": "19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
|
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"type": "git",
|
|
84
84
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
85
85
|
},
|
|
86
|
-
"version": "19.
|
|
86
|
+
"version": "19.4.48",
|
|
87
87
|
"sideEffects": false
|
|
88
88
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
text-transform: none;
|
|
262
262
|
z-index: 1;
|
|
263
263
|
padding-left: 10px;
|
|
264
|
-
padding-right:
|
|
264
|
+
padding-right: 10px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
@@ -2050,38 +2050,38 @@
|
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
2052
|
.e-progress {
|
|
2053
|
-
background-color: rgba(
|
|
2053
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
2056
|
*.e-primary .e-progress,
|
|
2057
2057
|
*.e-success .e-progress,
|
|
2058
2058
|
*.e-danger .e-progress,
|
|
2059
2059
|
*.e-info .e-progress {
|
|
2060
|
-
background-color: rgba(
|
|
2060
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
2063
|
*.e-warning .e-progress {
|
|
2064
|
-
background-color: rgba(
|
|
2064
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
2067
|
*.e-flat.e-primary .e-progress {
|
|
2068
|
-
background-color: rgba(
|
|
2068
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
*.e-flat.e-success .e-progress {
|
|
2072
|
-
background-color: rgba(
|
|
2072
|
+
background-color: rgba(33, 178, 111, 0.2);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
*.e-flat.e-info .e-progress {
|
|
2076
|
-
background-color: rgba(
|
|
2076
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
2079
|
*.e-flat.e-warning .e-progress {
|
|
2080
|
-
background-color: rgba(
|
|
2080
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
*.e-flat.e-danger .e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(228, 96, 109, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
text-transform: none;
|
|
262
262
|
z-index: 1;
|
|
263
263
|
padding-left: 10px;
|
|
264
|
-
padding-right:
|
|
264
|
+
padding-right: 10px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
@@ -2050,38 +2050,38 @@
|
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
2052
|
.e-progress {
|
|
2053
|
-
background-color: rgba(
|
|
2053
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
2056
|
*.e-primary .e-progress,
|
|
2057
2057
|
*.e-success .e-progress,
|
|
2058
2058
|
*.e-danger .e-progress,
|
|
2059
2059
|
*.e-info .e-progress {
|
|
2060
|
-
background-color: rgba(
|
|
2060
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
2063
|
*.e-warning .e-progress {
|
|
2064
|
-
background-color: rgba(
|
|
2064
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
2067
|
*.e-flat.e-primary .e-progress {
|
|
2068
|
-
background-color: rgba(
|
|
2068
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
*.e-flat.e-success .e-progress {
|
|
2072
|
-
background-color: rgba(
|
|
2072
|
+
background-color: rgba(25, 135, 84, 0.2);
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
2075
|
*.e-flat.e-info .e-progress {
|
|
2076
|
-
background-color: rgba(
|
|
2076
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
2079
|
*.e-flat.e-warning .e-progress {
|
|
2080
|
-
background-color: rgba(
|
|
2080
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
*.e-flat.e-danger .e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(220, 53, 69, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
display: -ms-flexbox;
|
|
110
110
|
display: flex;
|
|
111
|
-
height:
|
|
112
|
-
line-height:
|
|
111
|
+
height: 26px;
|
|
112
|
+
line-height: 26px;
|
|
113
113
|
padding: 0 12px;
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
128
128
|
float: left;
|
|
129
129
|
font-size: 18px;
|
|
130
|
-
line-height:
|
|
130
|
+
line-height: 26px;
|
|
131
131
|
margin-right: 11px;
|
|
132
132
|
vertical-align: middle;
|
|
133
133
|
width: 1em;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
cursor: pointer;
|
|
116
116
|
display: -ms-flexbox;
|
|
117
117
|
display: flex;
|
|
118
|
-
height:
|
|
119
|
-
line-height:
|
|
118
|
+
height: 28px;
|
|
119
|
+
line-height: 28px;
|
|
120
120
|
padding: 0 12px;
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
135
135
|
float: left;
|
|
136
136
|
font-size: 18px;
|
|
137
|
-
line-height:
|
|
137
|
+
line-height: 28px;
|
|
138
138
|
margin-right: 11px;
|
|
139
139
|
vertical-align: middle;
|
|
140
140
|
width: 1em;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
cursor: pointer;
|
|
116
116
|
display: -ms-flexbox;
|
|
117
117
|
display: flex;
|
|
118
|
-
height:
|
|
119
|
-
line-height:
|
|
118
|
+
height: 28px;
|
|
119
|
+
line-height: 28px;
|
|
120
120
|
padding: 0 12px;
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
135
135
|
float: left;
|
|
136
136
|
font-size: 18px;
|
|
137
|
-
line-height:
|
|
137
|
+
line-height: 28px;
|
|
138
138
|
margin-right: 11px;
|
|
139
139
|
vertical-align: middle;
|
|
140
140
|
width: 1em;
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -590,38 +590,38 @@
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
.e-progress {
|
|
593
|
-
background-color: rgba(
|
|
593
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
*.e-primary .e-progress,
|
|
597
597
|
*.e-success .e-progress,
|
|
598
598
|
*.e-danger .e-progress,
|
|
599
599
|
*.e-info .e-progress {
|
|
600
|
-
background-color: rgba(
|
|
600
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
*.e-warning .e-progress {
|
|
604
|
-
background-color: rgba(
|
|
604
|
+
background-color: rgba(173, 181, 189, 0.2);
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
*.e-flat.e-primary .e-progress {
|
|
608
|
-
background-color: rgba(
|
|
608
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
*.e-flat.e-success .e-progress {
|
|
612
|
-
background-color: rgba(
|
|
612
|
+
background-color: rgba(33, 178, 111, 0.2);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
*.e-flat.e-info .e-progress {
|
|
616
|
-
background-color: rgba(
|
|
616
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
*.e-flat.e-warning .e-progress {
|
|
620
|
-
background-color: rgba(
|
|
620
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
*.e-flat.e-danger .e-progress {
|
|
624
|
-
background-color: rgba(
|
|
624
|
+
background-color: rgba(228, 96, 109, 0.2);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -590,38 +590,38 @@
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
.e-progress {
|
|
593
|
-
background-color: rgba(
|
|
593
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
596
|
*.e-primary .e-progress,
|
|
597
597
|
*.e-success .e-progress,
|
|
598
598
|
*.e-danger .e-progress,
|
|
599
599
|
*.e-info .e-progress {
|
|
600
|
-
background-color: rgba(
|
|
600
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
*.e-warning .e-progress {
|
|
604
|
-
background-color: rgba(
|
|
604
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
*.e-flat.e-primary .e-progress {
|
|
608
|
-
background-color: rgba(
|
|
608
|
+
background-color: rgba(13, 110, 253, 0.2);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
*.e-flat.e-success .e-progress {
|
|
612
|
-
background-color: rgba(
|
|
612
|
+
background-color: rgba(25, 135, 84, 0.2);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
*.e-flat.e-info .e-progress {
|
|
616
|
-
background-color: rgba(
|
|
616
|
+
background-color: rgba(13, 202, 240, 0.2);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
*.e-flat.e-warning .e-progress {
|
|
620
|
-
background-color: rgba(
|
|
620
|
+
background-color: rgba(255, 193, 7, 0.2);
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
*.e-flat.e-danger .e-progress {
|
|
624
|
-
background-color: rgba(
|
|
624
|
+
background-color: rgba(220, 53, 69, 0.2);
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -593,38 +593,38 @@
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
.e-progress {
|
|
596
|
-
background-color: rgba(
|
|
596
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
*.e-primary .e-progress,
|
|
600
600
|
*.e-success .e-progress,
|
|
601
601
|
*.e-danger .e-progress,
|
|
602
602
|
*.e-info .e-progress {
|
|
603
|
-
background-color: rgba(
|
|
603
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
*.e-warning .e-progress {
|
|
607
|
-
background-color: rgba(
|
|
607
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
*.e-flat.e-primary .e-progress {
|
|
611
|
-
background-color: rgba(
|
|
611
|
+
background-color: rgba(34, 211, 238, 0.2);
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
*.e-flat.e-success .e-progress {
|
|
615
|
-
background-color: rgba(
|
|
615
|
+
background-color: rgba(34, 197, 94, 0.2);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
*.e-flat.e-info .e-progress {
|
|
619
|
-
background-color: rgba(
|
|
619
|
+
background-color: rgba(56, 189, 248, 0.2);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
*.e-flat.e-warning .e-progress {
|
|
623
|
-
background-color: rgba(
|
|
623
|
+
background-color: rgba(249, 115, 22, 0.2);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
*.e-flat.e-danger .e-progress {
|
|
627
|
-
background-color: rgba(
|
|
627
|
+
background-color: rgba(248, 113, 113, 0.2);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
@@ -593,38 +593,38 @@
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
.e-progress {
|
|
596
|
-
background-color: rgba(
|
|
596
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
*.e-primary .e-progress,
|
|
600
600
|
*.e-success .e-progress,
|
|
601
601
|
*.e-danger .e-progress,
|
|
602
602
|
*.e-info .e-progress {
|
|
603
|
-
background-color: rgba(
|
|
603
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
*.e-warning .e-progress {
|
|
607
|
-
background-color: rgba(
|
|
607
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
*.e-flat.e-primary .e-progress {
|
|
611
|
-
background-color: rgba(
|
|
611
|
+
background-color: rgba(79, 70, 229, 0.2);
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
*.e-flat.e-success .e-progress {
|
|
615
|
-
background-color: rgba(
|
|
615
|
+
background-color: rgba(21, 128, 61, 0.2);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
*.e-flat.e-info .e-progress {
|
|
619
|
-
background-color: rgba(
|
|
619
|
+
background-color: rgba(14, 116, 144, 0.2);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
*.e-flat.e-warning .e-progress {
|
|
623
|
-
background-color: rgba(
|
|
623
|
+
background-color: rgba(194, 65, 12, 0.2);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
*.e-flat.e-danger .e-progress {
|
|
627
|
-
background-color: rgba(
|
|
627
|
+
background-color: rgba(220, 38, 38, 0.2);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
cursor: pointer;
|
|
119
119
|
display: -ms-flexbox;
|
|
120
120
|
display: flex;
|
|
121
|
-
height:
|
|
122
|
-
line-height:
|
|
121
|
+
height: 28px;
|
|
122
|
+
line-height: 28px;
|
|
123
123
|
padding: 0 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
138
138
|
float: left;
|
|
139
139
|
font-size: 18px;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 28px;
|
|
141
141
|
margin-right: 11px;
|
|
142
142
|
vertical-align: middle;
|
|
143
143
|
width: 1em;
|
|
@@ -2081,38 +2081,38 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
.e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-primary .e-progress,
|
|
2088
2088
|
*.e-success .e-progress,
|
|
2089
2089
|
*.e-danger .e-progress,
|
|
2090
2090
|
*.e-info .e-progress {
|
|
2091
|
-
background-color: rgba(
|
|
2091
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
*.e-warning .e-progress {
|
|
2095
|
-
background-color: rgba(
|
|
2095
|
+
background-color: rgba(209, 213, 219, 0.2);
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
*.e-flat.e-primary .e-progress {
|
|
2099
|
-
background-color: rgba(
|
|
2099
|
+
background-color: rgba(34, 211, 238, 0.2);
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
*.e-flat.e-success .e-progress {
|
|
2103
|
-
background-color: rgba(
|
|
2103
|
+
background-color: rgba(34, 197, 94, 0.2);
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
*.e-flat.e-info .e-progress {
|
|
2107
|
-
background-color: rgba(
|
|
2107
|
+
background-color: rgba(56, 189, 248, 0.2);
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
2110
|
*.e-flat.e-warning .e-progress {
|
|
2111
|
-
background-color: rgba(
|
|
2111
|
+
background-color: rgba(249, 115, 22, 0.2);
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
2114
|
*.e-flat.e-danger .e-progress {
|
|
2115
|
-
background-color: rgba(
|
|
2115
|
+
background-color: rgba(248, 113, 113, 0.2);
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
2118
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/tailwind.css
CHANGED
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
cursor: pointer;
|
|
119
119
|
display: -ms-flexbox;
|
|
120
120
|
display: flex;
|
|
121
|
-
height:
|
|
122
|
-
line-height:
|
|
121
|
+
height: 28px;
|
|
122
|
+
line-height: 28px;
|
|
123
123
|
padding: 0 12px;
|
|
124
124
|
}
|
|
125
125
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
138
138
|
float: left;
|
|
139
139
|
font-size: 18px;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 28px;
|
|
141
141
|
margin-right: 11px;
|
|
142
142
|
vertical-align: middle;
|
|
143
143
|
width: 1em;
|
|
@@ -2081,38 +2081,38 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
.e-progress {
|
|
2084
|
-
background-color: rgba(
|
|
2084
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
*.e-primary .e-progress,
|
|
2088
2088
|
*.e-success .e-progress,
|
|
2089
2089
|
*.e-danger .e-progress,
|
|
2090
2090
|
*.e-info .e-progress {
|
|
2091
|
-
background-color: rgba(
|
|
2091
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
*.e-warning .e-progress {
|
|
2095
|
-
background-color: rgba(
|
|
2095
|
+
background-color: rgba(107, 114, 128, 0.2);
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
*.e-flat.e-primary .e-progress {
|
|
2099
|
-
background-color: rgba(
|
|
2099
|
+
background-color: rgba(79, 70, 229, 0.2);
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
*.e-flat.e-success .e-progress {
|
|
2103
|
-
background-color: rgba(
|
|
2103
|
+
background-color: rgba(21, 128, 61, 0.2);
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
*.e-flat.e-info .e-progress {
|
|
2107
|
-
background-color: rgba(
|
|
2107
|
+
background-color: rgba(14, 116, 144, 0.2);
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
2110
2110
|
*.e-flat.e-warning .e-progress {
|
|
2111
|
-
background-color: rgba(
|
|
2111
|
+
background-color: rgba(194, 65, 12, 0.2);
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
2114
|
*.e-flat.e-danger .e-progress {
|
|
2115
|
-
background-color: rgba(
|
|
2115
|
+
background-color: rgba(220, 38, 38, 0.2);
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
2118
|
*.e-outline:not(:focus).e-primary .e-progress {
|