@syncfusion/ej2-react-splitbuttons 20.2.45 → 20.3.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 (70) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/ej2-react-splitbuttons.min.js +10 -0
  3. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +26 -5
  6. package/styles/bootstrap.css +21 -0
  7. package/styles/bootstrap4.css +22 -1
  8. package/styles/bootstrap5-dark.css +23 -0
  9. package/styles/bootstrap5.css +23 -0
  10. package/styles/button-group/bootstrap-dark.css +2 -0
  11. package/styles/button-group/bootstrap.css +2 -0
  12. package/styles/button-group/bootstrap4.css +2 -0
  13. package/styles/button-group/bootstrap5-dark.css +2 -0
  14. package/styles/button-group/bootstrap5.css +2 -0
  15. package/styles/button-group/fabric-dark.css +2 -0
  16. package/styles/button-group/fabric.css +2 -0
  17. package/styles/button-group/fluent-dark.css +2 -0
  18. package/styles/button-group/fluent.css +2 -0
  19. package/styles/button-group/highcontrast-light.css +2 -0
  20. package/styles/button-group/highcontrast.css +2 -0
  21. package/styles/button-group/material-dark.css +2 -0
  22. package/styles/button-group/material.css +2 -0
  23. package/styles/button-group/tailwind-dark.css +2 -0
  24. package/styles/button-group/tailwind.css +2 -0
  25. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  26. package/styles/drop-down-button/bootstrap.css +18 -0
  27. package/styles/drop-down-button/bootstrap4.css +18 -0
  28. package/styles/drop-down-button/bootstrap5-dark.css +19 -0
  29. package/styles/drop-down-button/bootstrap5.css +19 -0
  30. package/styles/drop-down-button/fabric-dark.css +18 -0
  31. package/styles/drop-down-button/fabric.css +18 -0
  32. package/styles/drop-down-button/fluent-dark.css +19 -0
  33. package/styles/drop-down-button/fluent.css +19 -0
  34. package/styles/drop-down-button/highcontrast-light.css +18 -0
  35. package/styles/drop-down-button/highcontrast.css +18 -0
  36. package/styles/drop-down-button/material-dark.css +18 -0
  37. package/styles/drop-down-button/material.css +18 -0
  38. package/styles/drop-down-button/tailwind-dark.css +19 -0
  39. package/styles/drop-down-button/tailwind.css +19 -0
  40. package/styles/fabric-dark.css +21 -0
  41. package/styles/fabric.css +21 -0
  42. package/styles/fluent-dark.css +23 -0
  43. package/styles/fluent.css +23 -0
  44. package/styles/highcontrast-light.css +21 -0
  45. package/styles/highcontrast.css +23 -2
  46. package/styles/material-dark.css +21 -0
  47. package/styles/material.css +21 -0
  48. package/styles/progress-button/bootstrap-dark.css +6 -5
  49. package/styles/progress-button/bootstrap.css +1 -0
  50. package/styles/progress-button/bootstrap4.css +2 -1
  51. package/styles/progress-button/bootstrap5-dark.css +1 -0
  52. package/styles/progress-button/bootstrap5.css +1 -0
  53. package/styles/progress-button/fabric-dark.css +1 -0
  54. package/styles/progress-button/fabric.css +1 -0
  55. package/styles/progress-button/fluent-dark.css +1 -0
  56. package/styles/progress-button/fluent.css +1 -0
  57. package/styles/progress-button/highcontrast-light.css +1 -0
  58. package/styles/progress-button/highcontrast.css +3 -2
  59. package/styles/progress-button/material-dark.css +1 -0
  60. package/styles/progress-button/material.css +1 -0
  61. package/styles/progress-button/tailwind-dark.css +1 -0
  62. package/styles/progress-button/tailwind.css +1 -0
  63. package/styles/split-button/bootstrap5-dark.css +1 -0
  64. package/styles/split-button/bootstrap5.css +1 -0
  65. package/styles/split-button/fluent-dark.css +1 -0
  66. package/styles/split-button/fluent.css +1 -0
  67. package/styles/split-button/tailwind-dark.css +1 -0
  68. package/styles/split-button/tailwind.css +1 -0
  69. package/styles/tailwind-dark.css +23 -0
  70. package/styles/tailwind.css +23 -0
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  #### New Features
8
8
 
9
- - `#I375776` - Provided the focusout event support to DropDownButton component.
9
+ - `#I375776` - Provided the focusout event support to the DropDownButton component.
10
10
 
11
11
  ### DropDownButton
12
12
 
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-splitbuttons.min.js
3
+ * version : 20.3.52
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n(require("SyncfusionReactBase"),require("SyncfusionSplitbuttons"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionSplitbuttons","React"],n):"object"==typeof exports?exports.SyncfusionReactSplitbuttons=n(require("SyncfusionReactBase"),require("SyncfusionSplitbuttons"),require("React")):t.SyncfusionReactSplitbuttons=n(t.SyncfusionReactBase,t.SyncfusionSplitbuttons,t.React)}(this,function(t,n,e){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.i=function(t){return t},n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=8)}([function(n,e){n.exports=t},function(t,e){t.exports=n},function(t,n){t.exports=e},function(t,n,e){"use strict";var r=e(7);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(6);e.d(n,"c",function(){return o.a})},function(t,n,e){"use strict";var r=e(9);e.d(n,"a",function(){return r.a})},function(t,n,e){"use strict";var r=e(10);e.d(n,"a",function(){return r.a}),e.d(n,"b",function(){return r.b});var o=e(11);e.d(n,"c",function(){return o.a})},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!1,e.directivekeys={dropDownButtonItems:"dropDownButtonItem"},e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.DropDownButton);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="dropDownButtonItem",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="items",n.moduleName="dropDownButtonItems",n}(r.ComplexBase)},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(3);e.d(n,"DropDownButtonItemDirective",function(){return r.a}),e.d(n,"DropDownButtonItemsDirective",function(){return r.b}),e.d(n,"DropDownButtonComponent",function(){return r.c});var o=e(5);e.d(n,"SplitButtonItemDirective",function(){return o.a}),e.d(n,"SplitButtonItemsDirective",function(){return o.b}),e.d(n,"SplitButtonComponent",function(){return o.c});var i=e(4);e.d(n,"ProgressButtonComponent",function(){return i.a});var u=e(1);e.n(u);for(var c in u)["DropDownButtonItemDirective","DropDownButtonItemsDirective","DropDownButtonComponent","SplitButtonItemDirective","SplitButtonItemsDirective","SplitButtonComponent","ProgressButtonComponent","default"].indexOf(c)<0&&function(t){e.d(n,t,function(){return u[t]})}(c)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!1,e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.ProgressButton);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])},function(t,n,e){"use strict";e.d(n,"a",function(){return i}),e.d(n,"b",function(){return u});var r=e(0),o=(e.n(r),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),i=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.moduleName="splitButtonItem",n}(r.ComplexBase),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.propertyName="items",n.moduleName="splitButtonItems",n}(r.ComplexBase)},function(t,n,e){"use strict";e.d(n,"a",function(){return c});var r=e(2),o=(e.n(r),e(1)),i=(e.n(o),e(0)),u=(e.n(i),this&&this.__extends||function(){var t=function(n,e){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(n,e)};return function(n,e){function r(){this.constructor=n}t(n,e),n.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}}()),c=function(t){function n(n){var e=t.call(this,n)||this;return e.initRenderCalled=!1,e.checkInjectedModules=!1,e.directivekeys={splitButtonItems:"splitButtonItem"},e.immediateRender=!0,e.portals=[],e}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(o.SplitButton);e.i(i.applyMixins)(c,[i.ComponentBase,r.Component])}])});
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-splitbuttons.umd.min.js
3
- * version : 20.2.45
3
+ * version : 20.3.52
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@20.2.38",
3
+ "_id": "@syncfusion/ej2-react-splitbuttons@20.3.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Wq6TpSYnxL4hlZEetN9BUj24HdHrkkArZPsvsToLQiWIeclfvhuK0w0DWyyR3Opwj5B0742yPUbdwQGwE4FuZg==",
5
+ "_integrity": "sha512-GA5M4sMnrD+CeA5eX4dJPNxMHkbX6gb7DE2Mc4l2QKZcsjhsyUDUKQshZhw1KG47sEI56hcIqZT9Ng0aQLII6Q==",
6
6
  "_location": "/@syncfusion/ej2-react-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.2.38.tgz",
23
- "_shasum": "23c35a1063aa717d421f185cbe1e260383c51b8b",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-splitbuttons/-/ej2-react-splitbuttons-20.3.1.tgz",
23
+ "_shasum": "58f22b9aabd52ed91a99df12b43503e2296fec67",
24
24
  "_spec": "@syncfusion/ej2-react-splitbuttons@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.45",
35
- "@syncfusion/ej2-react-base": "~20.2.45",
36
- "@syncfusion/ej2-splitbuttons": "20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.50",
35
+ "@syncfusion/ej2-react-base": "~20.3.47",
36
+ "@syncfusion/ej2-splitbuttons": "20.3.52"
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": "20.2.45",
86
+ "version": "20.3.52",
87
87
  "sideEffects": false
88
88
  }
@@ -212,6 +212,24 @@
212
212
  border-bottom-color: #414141;
213
213
  }
214
214
 
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
231
+ }
232
+
215
233
  /*! splitbutton layout */
216
234
  .e-split-btn-wrapper {
217
235
  display: -ms-inline-flexbox;
@@ -522,6 +540,7 @@
522
540
  border-left-color: #676767;
523
541
  }
524
542
 
543
+ /* stylelint-disable */
525
544
  *.e-btn-group,
526
545
  *.e-css.e-btn-group {
527
546
  display: -ms-inline-flexbox;
@@ -758,6 +777,7 @@
758
777
  font-size: 14px;
759
778
  }
760
779
 
780
+ /* stylelint-disable */
761
781
  .e-btn-group:not(.e-outline),
762
782
  .e-css.e-btn-group:not(.e-outline) {
763
783
  box-shadow: none;
@@ -1273,6 +1293,7 @@
1273
1293
  border-right: transparent;
1274
1294
  }
1275
1295
 
1296
+ /* stylelint-disable property-no-vendor-prefix */
1276
1297
  @keyframes material-spinner-rotate {
1277
1298
  0% {
1278
1299
  transform: rotate(0);
@@ -1771,19 +1792,19 @@
1771
1792
  }
1772
1793
 
1773
1794
  *.e-flat.e-primary .e-progress {
1774
- background-color: rgba(255, 255, 255, 0.2);
1795
+ background-color: rgba(255, 64, 129, 0.2);
1775
1796
  }
1776
1797
  *.e-flat.e-success .e-progress {
1777
- background-color: rgba(255, 255, 255, 0.2);
1798
+ background-color: rgba(77, 132, 29, 0.2);
1778
1799
  }
1779
1800
  *.e-flat.e-info .e-progress {
1780
- background-color: rgba(255, 255, 255, 0.2);
1801
+ background-color: rgba(3, 120, 213, 0.2);
1781
1802
  }
1782
1803
  *.e-flat.e-warning .e-progress {
1783
- background-color: rgba(255, 255, 255, 0.2);
1804
+ background-color: rgba(193, 87, 0, 0.2);
1784
1805
  }
1785
1806
  *.e-flat.e-danger .e-progress {
1786
- background-color: rgba(255, 255, 255, 0.2);
1807
+ background-color: rgba(214, 65, 19, 0.2);
1787
1808
  }
1788
1809
 
1789
1810
  *.e-outline:not(:focus).e-primary .e-progress {
@@ -212,6 +212,24 @@
212
212
  border-bottom-color: #e6e6e6;
213
213
  }
214
214
 
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
231
+ }
232
+
215
233
  /*! splitbutton layout */
216
234
  .e-split-btn-wrapper {
217
235
  display: -ms-inline-flexbox;
@@ -522,6 +540,7 @@
522
540
  border-left-color: #adadad;
523
541
  }
524
542
 
543
+ /* stylelint-disable */
525
544
  *.e-btn-group,
526
545
  *.e-css.e-btn-group {
527
546
  display: -ms-inline-flexbox;
@@ -758,6 +777,7 @@
758
777
  font-size: 14px;
759
778
  }
760
779
 
780
+ /* stylelint-disable */
761
781
  .e-btn-group:not(.e-outline),
762
782
  .e-css.e-btn-group:not(.e-outline) {
763
783
  box-shadow: none;
@@ -1246,6 +1266,7 @@
1246
1266
  border-color: #4e0d14;
1247
1267
  outline-color: inherit;
1248
1268
  }
1269
+ /* stylelint-disable property-no-vendor-prefix */
1249
1270
  @keyframes material-spinner-rotate {
1250
1271
  0% {
1251
1272
  transform: rotate(0);
@@ -207,6 +207,24 @@
207
207
  border-bottom-color: #6c757d;
208
208
  }
209
209
 
210
+ .e-dropdown-btn.e-inherit,
211
+ .e-dropdown-btn.e-btn.e-inherit {
212
+ background: inherit;
213
+ border-color: transparent;
214
+ box-shadow: none;
215
+ color: inherit;
216
+ }
217
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
218
+ .e-dropdown-btn.e-btn.e-inherit:hover,
219
+ .e-dropdown-btn.e-btn.e-inherit:focus,
220
+ .e-dropdown-btn.e-btn.e-inherit:active,
221
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
222
+ background-color: rgba(0, 0, 0, 0.056);
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+
210
228
  /*! splitbutton layout */
211
229
  .e-split-btn-wrapper {
212
230
  display: -ms-inline-flexbox;
@@ -505,6 +523,7 @@
505
523
  border-left-color: #545b62;
506
524
  }
507
525
 
526
+ /* stylelint-disable */
508
527
  *.e-btn-group,
509
528
  *.e-css.e-btn-group {
510
529
  display: -ms-inline-flexbox;
@@ -741,6 +760,7 @@
741
760
  font-size: 16px;
742
761
  }
743
762
 
763
+ /* stylelint-disable */
744
764
  .e-btn-group:not(.e-outline),
745
765
  .e-css.e-btn-group:not(.e-outline) {
746
766
  box-shadow: none;
@@ -1260,6 +1280,7 @@
1260
1280
  border-right: transparent;
1261
1281
  }
1262
1282
 
1283
+ /* stylelint-disable property-no-vendor-prefix */
1263
1284
  @keyframes material-spinner-rotate {
1264
1285
  0% {
1265
1286
  transform: rotate(0);
@@ -1751,7 +1772,7 @@
1751
1772
  *.e-success .e-progress,
1752
1773
  *.e-danger .e-progress,
1753
1774
  *.e-info .e-progress {
1754
- background-color: rgba(73, 80, 87, 0.2);
1775
+ background-color: rgba(255, 255, 255, 0.25);
1755
1776
  }
1756
1777
 
1757
1778
  *.e-warning .e-progress {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #444c54;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -216,6 +217,25 @@
216
217
  border-bottom-color: #dee2e6;
217
218
  }
218
219
 
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
236
+ }
237
+
238
+ /* stylelint-disable-line no-empty-source */
219
239
  /*! splitbutton layout */
220
240
  .e-split-btn-wrapper {
221
241
  display: -ms-inline-flexbox;
@@ -518,6 +538,7 @@
518
538
  border-left-color: #6c757d;
519
539
  }
520
540
 
541
+ /* stylelint-disable */
521
542
  *.e-btn-group,
522
543
  *.e-css.e-btn-group {
523
544
  display: -ms-inline-flexbox;
@@ -762,6 +783,7 @@
762
783
  font-size: 20px;
763
784
  }
764
785
 
786
+ /* stylelint-disable */
765
787
  .e-btn-group:not(.e-outline),
766
788
  .e-css.e-btn-group:not(.e-outline) {
767
789
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1268,6 +1290,7 @@
1268
1290
  border-right: transparent;
1269
1291
  }
1270
1292
 
1293
+ /* stylelint-disable property-no-vendor-prefix */
1271
1294
  @keyframes material-spinner-rotate {
1272
1295
  0% {
1273
1296
  transform: rotate(0);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 14px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #414141;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #e6e6e6;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -205,4 +205,22 @@
205
205
  }
206
206
  .e-dropdown-popup ul .e-separator {
207
207
  border-bottom-color: #6c757d;
208
+ }
209
+
210
+ .e-dropdown-btn.e-inherit,
211
+ .e-dropdown-btn.e-btn.e-inherit {
212
+ background: inherit;
213
+ border-color: transparent;
214
+ box-shadow: none;
215
+ color: inherit;
216
+ }
217
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
218
+ .e-dropdown-btn.e-btn.e-inherit:hover,
219
+ .e-dropdown-btn.e-btn.e-inherit:focus,
220
+ .e-dropdown-btn.e-btn.e-inherit:active,
221
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
222
+ background-color: rgba(0, 0, 0, 0.056);
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
208
226
  }