moverlay 0.0.2 → 0.0.4

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.
@@ -0,0 +1,17 @@
1
+ [
2
+
3
+ [{
4
+ "id": "email",
5
+ "element": "input",
6
+ "label": "Email Address",
7
+ "placeholder": "Your email"
8
+ }],
9
+
10
+ [{
11
+ "id": "password",
12
+ "element": "input",
13
+ "label": "Password",
14
+ "placeholder": "Enter password"
15
+ }]
16
+
17
+ ]
@@ -0,0 +1,17 @@
1
+ [
2
+
3
+ [{
4
+ "id": "email",
5
+ "element": "input",
6
+ "label": "Email Address",
7
+ "placeholder": "Your email"
8
+ }],
9
+
10
+ [{
11
+ "id": "password",
12
+ "element": "input",
13
+ "label": "Password",
14
+ "placeholder": "Enter password"
15
+ }]
16
+
17
+ ]
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="1em" height="1em">
2
+ <path
3
+ d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"
4
+ fill="currentColor"
5
+ />
6
+ </svg>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "moverlay",
4
- "version": "0.0.2",
4
+ "version": "0.0.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "MIT",