parse-dashboard 5.0.0-alpha.2 → 5.0.0-alpha.3
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.
|
@@ -241,6 +241,11 @@
|
|
|
241
241
|
<symbol id="locked-solid" viewBox="0 0 100 100">
|
|
242
242
|
<path d="M19.096 71.097v21.885c0 3.876 3.143 7.02 7.02 7.02h47.77c3.875 0 7.018-3.143 7.018-7.02V71.097H19.096zM80.904 66V51.055H73.29V29.6C73.287 16.76 62.84 6.314 50 6.314S26.712 16.76 26.712 29.6v21.454h-7.616V66h61.808zm-42.36-36.4c0-6.317 5.138-11.456 11.456-11.456s11.457 5.14 11.457 11.457V51.06H38.543V29.6z"/>
|
|
243
243
|
</symbol>
|
|
244
|
+
<symbol id="logout" viewBox="0 0 34 30">
|
|
245
|
+
<g transform="matrix(0.8248,0,0,0.8248,-2.79521,-4.64161)">
|
|
246
|
+
<path d="M9,42C8.2,42 7.5,41.7 6.9,41.1C6.3,40.5 6,39.8 6,39L6,9C6,8.2 6.3,7.5 6.9,6.9C7.5,6.3 8.2,6 9,6L23.55,6L23.55,9L9,9L9,39L23.55,39L23.55,42L9,42ZM33.3,32.75L31.15,30.6L36.25,25.5L18.75,25.5L18.75,22.5L36.15,22.5L31.05,17.4L33.2,15.25L42,24.05L33.3,32.75Z"/>
|
|
247
|
+
</g>
|
|
248
|
+
</symbol>
|
|
244
249
|
<symbol id="mail-outline" viewBox="0 0 100 100">
|
|
245
250
|
<path d="M0 14.04v61.72c0 5.624 4.575 10.2 10.2 10.2h79.6c5.624 0 10.2-4.576 10.2-10.2V14.04H0zm65.32 31.846L91 25.76v42.05L65.32 45.887zM8 68.716V25.76l27.244 20.558L8 68.715zM15.277 22h69.446L50 49.123 15.277 22zM89.8 78H10.2c-.46 0-.868-.672-1.18-.96l31.717-26.508L50 57.638l9.826-7.538L91.39 76.48c-.275.606-.88 1.52-1.59 1.52z"/>
|
|
246
251
|
</symbol>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/ParsePlatform/parse-dashboard"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@semantic-release/npm": "7.1.3",
|
|
92
92
|
"@semantic-release/release-notes-generator": "9.0.3",
|
|
93
93
|
"@types/jest": "27.4.0",
|
|
94
|
-
"all-node-versions": "
|
|
94
|
+
"all-node-versions": "11.0.1",
|
|
95
95
|
"babel-eslint": "10.1.0",
|
|
96
96
|
"babel-loader": "8.2.3",
|
|
97
97
|
"cross-env": "7.0.2",
|