@syncfusion/ej2-material-dark-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-material-dark-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-material-dark-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-material-dark-theme@20.2.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-lMGVHXBOBmxpnJ+phlqUUDrrTtlFt2SoL52aprAN3p5qA52A8M5z2ADvOXIvKhcw7uemZDPieSL73V+NXHNsyg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-material-dark-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-material-dark-theme/-/ej2-material-dark-theme-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-material-dark-theme/-/ej2-material-dark-theme-20.2.48.tgz",
|
|
23
|
+
"_shasum": "c80424d34864794b9adaa9070067b47f1a25ea43",
|
|
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.49"
|
|
51
51
|
}
|
|
@@ -61986,7 +61986,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
61986
61986
|
}
|
|
61987
61987
|
|
|
61988
61988
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
61989
|
-
display:
|
|
61989
|
+
display: block;
|
|
61990
|
+
padding-left: 10px;
|
|
61991
|
+
padding-right: 10px;
|
|
61992
|
+
width: auto;
|
|
61990
61993
|
}
|
|
61991
61994
|
|
|
61992
61995
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/material-dark.css
CHANGED
|
@@ -61986,7 +61986,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
61986
61986
|
}
|
|
61987
61987
|
|
|
61988
61988
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
61989
|
-
display:
|
|
61989
|
+
display: block;
|
|
61990
|
+
padding-left: 10px;
|
|
61991
|
+
padding-right: 10px;
|
|
61992
|
+
width: auto;
|
|
61990
61993
|
}
|
|
61991
61994
|
|
|
61992
61995
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|