@syncfusion/ej2-material-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-theme@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-material-theme@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-material-theme@20.2.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-nTQIncX8Nz5uJUMwFJSyWQtiCEi573zHmuo2moDMNF+rlEE83lUkTySZLhqDbGdjkCRSASeAsyVwwyeWh5xbvw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-material-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-theme/-/ej2-material-theme-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-material-theme/-/ej2-material-theme-20.2.48.tgz",
|
|
23
|
+
"_shasum": "6877d66541fe1e8a0e50bd93f8b9aca370a98ddd",
|
|
24
24
|
"_spec": "@syncfusion/ej2-material-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
|
}
|
|
@@ -63743,7 +63743,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
63743
63743
|
}
|
|
63744
63744
|
|
|
63745
63745
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
63746
|
-
display:
|
|
63746
|
+
display: block;
|
|
63747
|
+
padding-left: 10px;
|
|
63748
|
+
padding-right: 10px;
|
|
63749
|
+
width: auto;
|
|
63747
63750
|
}
|
|
63748
63751
|
|
|
63749
63752
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -63743,7 +63743,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
63743
63743
|
}
|
|
63744
63744
|
|
|
63745
63745
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
63746
|
-
display:
|
|
63746
|
+
display: block;
|
|
63747
|
+
padding-left: 10px;
|
|
63748
|
+
padding-right: 10px;
|
|
63749
|
+
width: auto;
|
|
63747
63750
|
}
|
|
63748
63751
|
|
|
63749
63752
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
|
@@ -64167,7 +64167,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
64167
64167
|
}
|
|
64168
64168
|
|
|
64169
64169
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
64170
|
-
display:
|
|
64170
|
+
display: block;
|
|
64171
|
+
padding-left: 10px;
|
|
64172
|
+
padding-right: 10px;
|
|
64173
|
+
width: auto;
|
|
64171
64174
|
}
|
|
64172
64175
|
|
|
64173
64176
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|
package/styles/material.css
CHANGED
|
@@ -64167,7 +64167,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
64167
64167
|
}
|
|
64168
64168
|
|
|
64169
64169
|
.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
|
|
64170
|
-
display:
|
|
64170
|
+
display: block;
|
|
64171
|
+
padding-left: 10px;
|
|
64172
|
+
padding-right: 10px;
|
|
64173
|
+
width: auto;
|
|
64171
64174
|
}
|
|
64172
64175
|
|
|
64173
64176
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
|