@syncfusion/ej2-fabric-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-fabric-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-fabric-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-fabric-theme@20.2.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-LT2Ogl7vZtruqDpbG8bTc408qRrK5k4yv9qaU6oomVxMMuPbH/PkUtrUU/G57gSzJpZvLNe3npnQO1BrZAh49w==",
|
|
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": "
|
|
23
|
+
"_shasum": "77869d1cfd66a83ffa7e9eefb8aa77f23454c185",
|
|
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.
|
|
50
|
+
"version": "20.2.45"
|
|
51
51
|
}
|
|
@@ -61260,11 +61260,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61260
61260
|
border-right-width: 1px;
|
|
61261
61261
|
}
|
|
61262
61262
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61263
|
-
display:
|
|
61263
|
+
display: inline;
|
|
61264
61264
|
}
|
|
61265
61265
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61266
61266
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61267
|
-
display: inline
|
|
61267
|
+
display: inline;
|
|
61268
61268
|
padding-left: 12px !important;
|
|
61269
61269
|
margin-top: 5px;
|
|
61270
61270
|
}
|
|
@@ -61756,7 +61756,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61756
61756
|
.e-pivotview .e-expand,
|
|
61757
61757
|
.e-pivotview .e-collapse {
|
|
61758
61758
|
cursor: pointer;
|
|
61759
|
-
display: inline
|
|
61759
|
+
display: inline;
|
|
61760
61760
|
height: 18px;
|
|
61761
61761
|
margin-top: 5px;
|
|
61762
61762
|
text-align: center;
|
package/styles/fabric.css
CHANGED
|
@@ -61704,11 +61704,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
61704
61704
|
border-right-width: 1px;
|
|
61705
61705
|
}
|
|
61706
61706
|
.e-pivotview .e-stackedheadercelldiv {
|
|
61707
|
-
display:
|
|
61707
|
+
display: inline;
|
|
61708
61708
|
}
|
|
61709
61709
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
61710
61710
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
61711
|
-
display: inline
|
|
61711
|
+
display: inline;
|
|
61712
61712
|
padding-left: 12px !important;
|
|
61713
61713
|
margin-top: 5px;
|
|
61714
61714
|
}
|
|
@@ -62200,7 +62200,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
62200
62200
|
.e-pivotview .e-expand,
|
|
62201
62201
|
.e-pivotview .e-collapse {
|
|
62202
62202
|
cursor: pointer;
|
|
62203
|
-
display: inline
|
|
62203
|
+
display: inline;
|
|
62204
62204
|
height: 18px;
|
|
62205
62205
|
margin-top: 5px;
|
|
62206
62206
|
text-align: center;
|