@syncfusion/ej2-material-dark-theme 20.2.44 → 20.2.45
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-material-dark-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-material-dark-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-material-dark-theme@20.2.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-v/p8EYkNj7P56/0/Lt7w3RgGjYDXmmyemZ/+MJiPkTT/kCqOLZlH/DuSiveK4ZMnXElD/6oEzS4m3M4/J6vXqw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-material-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-material-dark-theme/-/ej2-material-dark-theme-20.3.0.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "d8dee4594255c4e5ffb0f44628a07235f9cec6bd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-material-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.
|
|
50
|
+
"version": "20.2.45"
|
|
51
51
|
}
|
|
@@ -69250,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69250
69250
|
border-right-width: 1px;
|
|
69251
69251
|
}
|
|
69252
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69253
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69254
69254
|
}
|
|
69255
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69256
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69257
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69258
69258
|
padding-left: 12px !important;
|
|
69259
69259
|
margin-top: 5px;
|
|
69260
69260
|
}
|
|
@@ -69749,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69749
69749
|
.e-pivotview .e-expand,
|
|
69750
69750
|
.e-pivotview .e-collapse {
|
|
69751
69751
|
cursor: pointer;
|
|
69752
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69753
69753
|
height: 18px;
|
|
69754
69754
|
margin-top: 5px;
|
|
69755
69755
|
text-align: center;
|
package/styles/material-dark.css
CHANGED
|
@@ -69250,11 +69250,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69250
69250
|
border-right-width: 1px;
|
|
69251
69251
|
}
|
|
69252
69252
|
.e-pivotview .e-stackedheadercelldiv {
|
|
69253
|
-
display:
|
|
69253
|
+
display: inline;
|
|
69254
69254
|
}
|
|
69255
69255
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
69256
69256
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
69257
|
-
display: inline
|
|
69257
|
+
display: inline;
|
|
69258
69258
|
padding-left: 12px !important;
|
|
69259
69259
|
margin-top: 5px;
|
|
69260
69260
|
}
|
|
@@ -69749,7 +69749,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
69749
69749
|
.e-pivotview .e-expand,
|
|
69750
69750
|
.e-pivotview .e-collapse {
|
|
69751
69751
|
cursor: pointer;
|
|
69752
|
-
display: inline
|
|
69752
|
+
display: inline;
|
|
69753
69753
|
height: 18px;
|
|
69754
69754
|
margin-top: 5px;
|
|
69755
69755
|
text-align: center;
|