@syncfusion/ej2-bootstrap-dark-theme 20.2.44 → 20.2.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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-bootstrap-dark-theme@*",
3
- "_id": "@syncfusion/ej2-bootstrap-dark-theme@20.2.44",
3
+ "_id": "@syncfusion/ej2-bootstrap-dark-theme@20.2.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NOekU92v9gaGMlO/4H03QVhsE2TNp2cbhOSlq+37IbWw4W5pGNhHw98MH6xZI4pU4XzXkL42uZNfcBG9sGdwpA==",
5
+ "_integrity": "sha512-fEpFlWJRljza0sCbEw1PavgjxJtMXsthPF0Kx4rcL3/DrQH5jcNvgi2ma7fAbRmO40+fUcd8QbPIBTqQJkjRwg==",
6
6
  "_location": "/@syncfusion/ej2-bootstrap-dark-theme",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -20,7 +20,7 @@
20
20
  "/"
21
21
  ],
22
22
  "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-bootstrap-dark-theme/-/ej2-bootstrap-dark-theme-20.3.0.tgz",
23
- "_shasum": "a21940b36d265f0fd73912c5c948c5c4b15f3b78",
23
+ "_shasum": "f29072beae1372f4aeddc72aa354f17865fb08f0",
24
24
  "_spec": "@syncfusion/ej2-bootstrap-dark-theme@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/themes",
26
26
  "author": {
@@ -47,5 +47,5 @@
47
47
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
48
48
  },
49
49
  "typings": "index.d.ts",
50
- "version": "20.2.44"
50
+ "version": "20.2.48"
51
51
  }
@@ -21636,28 +21636,28 @@ body.e-colorpicker-overflow {
21636
21636
  @media (min-width: 768px) {
21637
21637
  .e-alert-dialog.e-dialog.e-popup,
21638
21638
  .e-confirm-dialog.e-dialog.e-popup {
21639
- margin: 30px auto;
21639
+ margin: 30px;
21640
21640
  width: 600px;
21641
21641
  }
21642
21642
  }
21643
21643
  @media (max-width: 768px) {
21644
21644
  .e-alert-dialog.e-dialog.e-popup,
21645
21645
  .e-confirm-dialog.e-dialog.e-popup {
21646
- margin: 30px auto;
21646
+ margin: 30px;
21647
21647
  width: auto;
21648
21648
  }
21649
21649
  }
21650
21650
  @media (max-width: 768px) {
21651
21651
  .e-prompt-dialog.e-dialog.e-popup,
21652
21652
  .e-prompt-dialog.e-dialog.e-popup {
21653
- margin: 30px auto;
21653
+ margin: 30px;
21654
21654
  width: auto;
21655
21655
  }
21656
21656
  }
21657
21657
  @media (min-width: 768px) {
21658
21658
  .e-prompt-dialog.e-dialog.e-popup,
21659
21659
  .e-prompt-dialog.e-dialog.e-popup {
21660
- margin: 30px auto;
21660
+ margin: 30px;
21661
21661
  width: 600px;
21662
21662
  }
21663
21663
  }
@@ -59767,11 +59767,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59767
59767
  border-right-width: 1px;
59768
59768
  }
59769
59769
  .e-pivotview .e-stackedheadercelldiv {
59770
- display: block;
59770
+ display: inline;
59771
59771
  }
59772
59772
  .e-pivotview .e-stackedheadertext.e-cellvalue,
59773
59773
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
59774
- display: inline-block;
59774
+ display: inline;
59775
59775
  padding-left: 12px !important;
59776
59776
  margin-top: 5px;
59777
59777
  }
@@ -60266,7 +60266,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60266
60266
  .e-pivotview .e-expand,
60267
60267
  .e-pivotview .e-collapse {
60268
60268
  cursor: pointer;
60269
- display: inline-block;
60269
+ display: inline;
60270
60270
  height: 18px;
60271
60271
  margin-top: 5px;
60272
60272
  text-align: center;