@syncfusion/ej2-fabric-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-fabric-dark-theme@*",
3
- "_id": "@syncfusion/ej2-fabric-dark-theme@20.2.44",
3
+ "_id": "@syncfusion/ej2-fabric-dark-theme@20.2.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ZyuxYs2ixQCCY75LgZgg5bd3mtPGt0bGTadRxFw+1kYxuN2CvenfIHzowrRyYYmoP8yfP7RG9imzphBYHhcctA==",
5
+ "_integrity": "sha512-fimeMeDTgtXhW84aEy4bFcbg/GWPyxWQKk6FuQaetIDKX5nd+KorSAXB6x5X+/Kly4EL9GFgciENo+edSc9A6w==",
6
6
  "_location": "/@syncfusion/ej2-fabric-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-fabric-dark-theme/-/ej2-fabric-dark-theme-20.3.0.tgz",
23
- "_shasum": "bcdb8908b8c0a29934e4c325aa394dbd9f620f8a",
23
+ "_shasum": "8e8ddbac6805b067bf23f13cdf57fb5719e846b8",
24
24
  "_spec": "@syncfusion/ej2-fabric-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
  }
@@ -21543,28 +21543,28 @@ body.e-colorpicker-overflow {
21543
21543
  @media (min-width: 768px) {
21544
21544
  .e-alert-dialog.e-dialog.e-popup,
21545
21545
  .e-confirm-dialog.e-dialog.e-popup {
21546
- margin: 30px auto;
21546
+ margin: 30px;
21547
21547
  width: 600px;
21548
21548
  }
21549
21549
  }
21550
21550
  @media (max-width: 768px) {
21551
21551
  .e-alert-dialog.e-dialog.e-popup,
21552
21552
  .e-confirm-dialog.e-dialog.e-popup {
21553
- margin: 30px auto;
21553
+ margin: 30px;
21554
21554
  width: auto;
21555
21555
  }
21556
21556
  }
21557
21557
  @media (max-width: 768px) {
21558
21558
  .e-prompt-dialog.e-dialog.e-popup,
21559
21559
  .e-prompt-dialog.e-dialog.e-popup {
21560
- margin: 30px auto;
21560
+ margin: 30px;
21561
21561
  width: auto;
21562
21562
  }
21563
21563
  }
21564
21564
  @media (min-width: 768px) {
21565
21565
  .e-prompt-dialog.e-dialog.e-popup,
21566
21566
  .e-prompt-dialog.e-dialog.e-popup {
21567
- margin: 30px auto;
21567
+ margin: 30px;
21568
21568
  width: 600px;
21569
21569
  }
21570
21570
  }
@@ -59688,11 +59688,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59688
59688
  border-right-width: 1px;
59689
59689
  }
59690
59690
  .e-pivotview .e-stackedheadercelldiv {
59691
- display: block;
59691
+ display: inline;
59692
59692
  }
59693
59693
  .e-pivotview .e-stackedheadertext.e-cellvalue,
59694
59694
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
59695
- display: inline-block;
59695
+ display: inline;
59696
59696
  padding-left: 12px !important;
59697
59697
  margin-top: 5px;
59698
59698
  margin-top: 2px;
@@ -60186,7 +60186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60186
60186
  .e-pivotview .e-expand,
60187
60187
  .e-pivotview .e-collapse {
60188
60188
  cursor: pointer;
60189
- display: inline-block;
60189
+ display: inline;
60190
60190
  height: 18px;
60191
60191
  margin-top: 5px;
60192
60192
  text-align: center;