@syncfusion/ej2-vue-splitbuttons 19.4.38 → 19.4.52

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-splitbuttons.umd.min.js +9 -0
  4. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +1 -1
  7. package/styles/bootstrap.css +1 -1
  8. package/styles/bootstrap5-dark.css +12 -12
  9. package/styles/bootstrap5.css +12 -12
  10. package/styles/drop-down-button/bootstrap5-dark.css +3 -3
  11. package/styles/drop-down-button/bootstrap5.css +3 -3
  12. package/styles/drop-down-button/tailwind-dark.css +3 -3
  13. package/styles/drop-down-button/tailwind.css +3 -3
  14. package/styles/fabric-dark.css +1 -1
  15. package/styles/fabric.css +1 -1
  16. package/styles/highcontrast-light.css +1 -1
  17. package/styles/highcontrast.css +1 -1
  18. package/styles/material-dark.css +1 -1
  19. package/styles/material.css +1 -1
  20. package/styles/progress-button/bootstrap5-dark.css +8 -8
  21. package/styles/progress-button/bootstrap5.css +8 -8
  22. package/styles/progress-button/tailwind-dark.css +8 -8
  23. package/styles/progress-button/tailwind.css +8 -8
  24. package/styles/split-button/bootstrap-dark.css +1 -1
  25. package/styles/split-button/bootstrap.css +1 -1
  26. package/styles/split-button/bootstrap5-dark.css +1 -1
  27. package/styles/split-button/bootstrap5.css +1 -1
  28. package/styles/split-button/fabric-dark.css +1 -1
  29. package/styles/split-button/fabric.css +1 -1
  30. package/styles/split-button/highcontrast-light.css +1 -1
  31. package/styles/split-button/highcontrast.css +1 -1
  32. package/styles/split-button/material-dark.css +1 -1
  33. package/styles/split-button/material.css +1 -1
  34. package/styles/tailwind-dark.css +11 -11
  35. package/styles/tailwind.css +11 -11
@@ -118,8 +118,8 @@
118
118
  cursor: pointer;
119
119
  display: -ms-flexbox;
120
120
  display: flex;
121
- height: 30px;
122
- line-height: 30px;
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: 30px;
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(255, 255, 255, 0.2);
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(255, 255, 255, 0.2);
2091
+ background-color: rgba(209, 213, 219, 0.2);
2092
2092
  }
2093
2093
 
2094
2094
  *.e-warning .e-progress {
2095
- background-color: rgba(255, 255, 255, 0.2);
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(0, 0, 0, 0.2);
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(0, 0, 0, 0.2);
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(0, 0, 0, 0.2);
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(0, 0, 0, 0.2);
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(0, 0, 0, 0.2);
2115
+ background-color: rgba(248, 113, 113, 0.2);
2116
2116
  }
2117
2117
 
2118
2118
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -118,8 +118,8 @@
118
118
  cursor: pointer;
119
119
  display: -ms-flexbox;
120
120
  display: flex;
121
- height: 30px;
122
- line-height: 30px;
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: 30px;
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(55, 65, 81, 0.2);
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(55, 65, 81, 0.2);
2091
+ background-color: rgba(107, 114, 128, 0.2);
2092
2092
  }
2093
2093
 
2094
2094
  *.e-warning .e-progress {
2095
- background-color: rgba(55, 65, 81, 0.2);
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(255, 255, 255, 0.2);
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(255, 255, 255, 0.2);
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(255, 255, 255, 0.2);
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(255, 255, 255, 0.2);
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(255, 255, 255, 0.2);
2115
+ background-color: rgba(220, 38, 38, 0.2);
2116
2116
  }
2117
2117
 
2118
2118
  *.e-outline:not(:focus).e-primary .e-progress {