@syncfusion/ej2-fabric-theme 20.2.46 → 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-theme@*",
3
- "_id": "@syncfusion/ej2-fabric-theme@20.2.46",
3
+ "_id": "@syncfusion/ej2-fabric-theme@20.2.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LT2Ogl7vZtruqDpbG8bTc408qRrK5k4yv9qaU6oomVxMMuPbH/PkUtrUU/G57gSzJpZvLNe3npnQO1BrZAh49w==",
5
+ "_integrity": "sha512-v48Xf0nCS0gWE08hM50vzQHhtlr1xFwHM//lgq2P5MdXMPk8gb5s5l+0cPTyq/3Gxgchskn0SrkoXhcCdF8iSw==",
6
6
  "_location": "/@syncfusion/ej2-fabric-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-theme/-/ej2-fabric-theme-20.3.0.tgz",
23
- "_shasum": "77869d1cfd66a83ffa7e9eefb8aa77f23454c185",
23
+ "_shasum": "5df33a403dc77977642dcc082467dfa712b108d4",
24
24
  "_spec": "@syncfusion/ej2-fabric-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.46"
50
+ "version": "20.2.48"
51
51
  }
@@ -21182,28 +21182,28 @@ body.e-colorpicker-overflow {
21182
21182
  @media (min-width: 768px) {
21183
21183
  .e-alert-dialog.e-dialog.e-popup,
21184
21184
  .e-confirm-dialog.e-dialog.e-popup {
21185
- margin: 30px auto;
21185
+ margin: 30px;
21186
21186
  width: 600px;
21187
21187
  }
21188
21188
  }
21189
21189
  @media (max-width: 768px) {
21190
21190
  .e-alert-dialog.e-dialog.e-popup,
21191
21191
  .e-confirm-dialog.e-dialog.e-popup {
21192
- margin: 30px auto;
21192
+ margin: 30px;
21193
21193
  width: auto;
21194
21194
  }
21195
21195
  }
21196
21196
  @media (max-width: 768px) {
21197
21197
  .e-prompt-dialog.e-dialog.e-popup,
21198
21198
  .e-prompt-dialog.e-dialog.e-popup {
21199
- margin: 30px auto;
21199
+ margin: 30px;
21200
21200
  width: auto;
21201
21201
  }
21202
21202
  }
21203
21203
  @media (min-width: 768px) {
21204
21204
  .e-prompt-dialog.e-dialog.e-popup,
21205
21205
  .e-prompt-dialog.e-dialog.e-popup {
21206
- margin: 30px auto;
21206
+ margin: 30px;
21207
21207
  width: 600px;
21208
21208
  }
21209
21209
  }
package/styles/fabric.css CHANGED
@@ -21542,28 +21542,28 @@ body.e-colorpicker-overflow {
21542
21542
  @media (min-width: 768px) {
21543
21543
  .e-alert-dialog.e-dialog.e-popup,
21544
21544
  .e-confirm-dialog.e-dialog.e-popup {
21545
- margin: 30px auto;
21545
+ margin: 30px;
21546
21546
  width: 600px;
21547
21547
  }
21548
21548
  }
21549
21549
  @media (max-width: 768px) {
21550
21550
  .e-alert-dialog.e-dialog.e-popup,
21551
21551
  .e-confirm-dialog.e-dialog.e-popup {
21552
- margin: 30px auto;
21552
+ margin: 30px;
21553
21553
  width: auto;
21554
21554
  }
21555
21555
  }
21556
21556
  @media (max-width: 768px) {
21557
21557
  .e-prompt-dialog.e-dialog.e-popup,
21558
21558
  .e-prompt-dialog.e-dialog.e-popup {
21559
- margin: 30px auto;
21559
+ margin: 30px;
21560
21560
  width: auto;
21561
21561
  }
21562
21562
  }
21563
21563
  @media (min-width: 768px) {
21564
21564
  .e-prompt-dialog.e-dialog.e-popup,
21565
21565
  .e-prompt-dialog.e-dialog.e-popup {
21566
- margin: 30px auto;
21566
+ margin: 30px;
21567
21567
  width: 600px;
21568
21568
  }
21569
21569
  }