@syncfusion/ej2-fabric-theme 20.2.48 → 20.2.49
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.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-w26ve91RSkEgFVZ53oyoCQB2RXHU+qCse4ig4PGCJq7tGSbHtzTt2IQBSlHtdzFVOX6Kkp85ylfX389Fn5rr7g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-fabric-theme",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-fabric-theme/-/ej2-fabric-theme-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-fabric-theme/-/ej2-fabric-theme-20.2.48.tgz",
|
|
23
|
+
"_shasum": "60e80010b79ff10b6f11b3150468583c30c53743",
|
|
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.49"
|
|
51
51
|
}
|
|
@@ -54055,7 +54055,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54055
54055
|
}
|
|
54056
54056
|
|
|
54057
54057
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54058
|
-
display:
|
|
54058
|
+
display: block;
|
|
54059
|
+
padding-left: 10px;
|
|
54060
|
+
padding-right: 10px;
|
|
54061
|
+
width: auto;
|
|
54059
54062
|
}
|
|
54060
54063
|
|
|
54061
54064
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/fabric.css
CHANGED
|
@@ -54479,7 +54479,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
54479
54479
|
}
|
|
54480
54480
|
|
|
54481
54481
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
54482
|
-
display:
|
|
54482
|
+
display: block;
|
|
54483
|
+
padding-left: 10px;
|
|
54484
|
+
padding-right: 10px;
|
|
54485
|
+
width: auto;
|
|
54483
54486
|
}
|
|
54484
54487
|
|
|
54485
54488
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|