@aotearoan/neon 7.3.0-beta.1 → 7.3.2-beta.1
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,2 @@
|
|
|
1
|
+
var neonLogo = '<svg width="100%" height="100%" viewBox="0 0 1289 335"\n xmlns="http://www.w3.org/2000/svg" xml:space="preserve"\n style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:2;">\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M54.328,318.534c-4.431,-0 -8.081,-1.434 -10.948,-4.301c-2.867,-2.868 -4.301,-6.517 -4.301,-10.948l0,-274.873c0,-4.432 1.434,-8.081 4.301,-10.948c2.867,-2.868 6.517,-4.301 10.948,-4.301c4.692,-0 8.602,1.824 11.73,5.474l186.898,245.548l0,-235.773c0,-4.432 1.434,-8.081 4.301,-10.948c2.867,-2.868 6.517,-4.301 10.948,-4.301c4.171,-0 7.755,1.433 10.753,4.301c2.997,2.867 4.496,6.516 4.496,10.948l0,274.873c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301c-2.085,-0 -4.171,-0.391 -6.256,-1.173c-2.085,-0.782 -3.78,-2.086 -5.083,-3.91l-187.289,-245.548l0,235.382c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301Z"\n style="fill-rule:nonzero;"/>\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M356.962,43.661c-4.171,-0 -7.755,-1.499 -10.752,-4.497c-2.998,-2.998 -4.497,-6.582 -4.497,-10.752c0,-4.432 1.499,-8.081 4.497,-10.948c2.997,-2.868 6.581,-4.301 10.752,-4.301l228.735,-0c4.171,-0 7.755,1.433 10.753,4.301c2.997,2.867 4.496,6.516 4.496,10.948c0,4.17 -1.499,7.754 -4.496,10.752c-2.998,2.998 -6.582,4.497 -10.753,4.497l-228.735,-0Zm33.235,137.632c-3.649,-0.261 -7.038,-1.825 -10.166,-4.692c-3.128,-2.868 -4.692,-6.517 -4.692,-10.948c0,-3.91 1.434,-7.299 4.301,-10.166c2.867,-2.868 6.386,-4.562 10.557,-5.083l162.265,-0c4.171,-0 7.755,1.498 10.753,4.496c2.997,2.998 4.496,6.582 4.496,10.753c0,4.431 -1.499,8.145 -4.496,11.143c-2.998,2.998 -6.582,4.497 -10.753,4.497l-162.265,-0Zm-33.235,137.241c-4.171,-0 -7.755,-1.434 -10.752,-4.301c-2.998,-2.868 -4.497,-6.517 -4.497,-10.948c0,-4.171 1.499,-7.755 4.497,-10.753c2.997,-2.998 6.581,-4.496 10.752,-4.496l228.735,-0c4.171,-0 7.755,1.498 10.753,4.496c2.997,2.998 4.496,6.582 4.496,10.753c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301l-228.735,-0Z"\n style="fill-rule:nonzero;"/>\n <circle class="neon-svg--fill" r="165" cx="790" cy="167.5"/>\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M1018.14,318.534c-4.171,-0 -7.755,-1.499 -10.752,-4.497c-2.998,-2.998 -4.497,-6.582 -4.497,-10.752l0,-274.873c0,-4.171 1.499,-7.755 4.497,-10.753c2.997,-2.998 6.581,-4.496 10.752,-4.496l213.486,-0c4.171,-0 7.69,1.433 10.557,4.301c2.867,2.867 4.301,6.516 4.301,10.948l0,274.873c0,4.431 -1.434,8.08 -4.301,10.948c-2.867,2.867 -6.386,4.301 -10.557,4.301c-4.431,-0 -8.081,-1.434 -10.948,-4.301c-2.867,-2.868 -4.301,-6.517 -4.301,-10.948l0,-262.752l-182.988,-0l0,262.752c0,4.17 -1.499,7.754 -4.496,10.752c-2.998,2.998 -6.582,4.497 -10.753,4.497Z"\n style="fill-rule:nonzero;"/>\n </svg>\n';
|
|
2
|
+
export { neonLogo as default };
|
|
@@ -26,11 +26,13 @@ import htmlLogo from "../icons/html-logo.js";
|
|
|
26
26
|
import images from "../icons/images.js";
|
|
27
27
|
import infoCircle from "../icons/info-circle.js";
|
|
28
28
|
import linkExternal from "../icons/link-external.js";
|
|
29
|
+
import loading from "../icons/loading.js";
|
|
29
30
|
import lock from "../icons/lock.js";
|
|
30
31
|
import mail from "../icons/mail.js";
|
|
31
32
|
import menu from "../icons/menu.js";
|
|
32
33
|
import minus from "../icons/minus.js";
|
|
33
34
|
import moon from "../icons/moon.js";
|
|
35
|
+
import neonLogo from "../icons/neon-logo.js";
|
|
34
36
|
import palette from "../icons/palette.js";
|
|
35
37
|
import plus from "../icons/plus.js";
|
|
36
38
|
import send from "../icons/send.js";
|
|
@@ -41,8 +43,6 @@ import timesCircle from "../icons/times-circle.js";
|
|
|
41
43
|
import user from "../icons/user.js";
|
|
42
44
|
import visibilityOff from "../icons/visibility-off.js";
|
|
43
45
|
import visibilityOn from "../icons/visibility-on.js";
|
|
44
|
-
import loading from "../icons/loading.js";
|
|
45
|
-
import logo from "../icons/logo.js";
|
|
46
46
|
class RegisterIcons {
|
|
47
47
|
static register() {
|
|
48
48
|
NeonIconRegistry.addIcon("align-center", alignCenter);
|
|
@@ -72,12 +72,13 @@ class RegisterIcons {
|
|
|
72
72
|
NeonIconRegistry.addIcon("images", images);
|
|
73
73
|
NeonIconRegistry.addIcon("info-circle", infoCircle);
|
|
74
74
|
NeonIconRegistry.addIcon("link-external", linkExternal);
|
|
75
|
+
NeonIconRegistry.addIcon("loading", loading);
|
|
75
76
|
NeonIconRegistry.addIcon("lock", lock);
|
|
76
|
-
NeonIconRegistry.addIcon("logo", logo);
|
|
77
77
|
NeonIconRegistry.addIcon("mail", mail);
|
|
78
78
|
NeonIconRegistry.addIcon("menu", menu);
|
|
79
79
|
NeonIconRegistry.addIcon("minus", minus);
|
|
80
80
|
NeonIconRegistry.addIcon("moon", moon);
|
|
81
|
+
NeonIconRegistry.addIcon("neon-logo", neonLogo);
|
|
81
82
|
NeonIconRegistry.addIcon("palette", palette);
|
|
82
83
|
NeonIconRegistry.addIcon("plus", plus);
|
|
83
84
|
NeonIconRegistry.addIcon("send", send);
|
|
@@ -88,7 +89,6 @@ class RegisterIcons {
|
|
|
88
89
|
NeonIconRegistry.addIcon("user", user);
|
|
89
90
|
NeonIconRegistry.addIcon("visibility-off", visibilityOff);
|
|
90
91
|
NeonIconRegistry.addIcon("visibility-on", visibilityOn);
|
|
91
|
-
NeonIconRegistry.addIcon("loading", loading);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
export { RegisterIcons };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aotearoan/neon",
|
|
3
3
|
"description": "Neon is a lightweight design library of VueJS components with minimal dependencies. It supports light and dark modes and can be extended to support multiple themes",
|
|
4
|
-
"version": "7.3.
|
|
4
|
+
"version": "7.3.2-beta.1",
|
|
5
5
|
"module": "dist/neon.js",
|
|
6
6
|
"types": "dist/neon.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var logo = '<svg width="100%" height="100%" viewBox="0 0 1289 335"\n xmlns="http://www.w3.org/2000/svg" xml:space="preserve"\n style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:2;">\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M54.328,318.534c-4.431,-0 -8.081,-1.434 -10.948,-4.301c-2.867,-2.868 -4.301,-6.517 -4.301,-10.948l0,-274.873c0,-4.432 1.434,-8.081 4.301,-10.948c2.867,-2.868 6.517,-4.301 10.948,-4.301c4.692,-0 8.602,1.824 11.73,5.474l186.898,245.548l0,-235.773c0,-4.432 1.434,-8.081 4.301,-10.948c2.867,-2.868 6.517,-4.301 10.948,-4.301c4.171,-0 7.755,1.433 10.753,4.301c2.997,2.867 4.496,6.516 4.496,10.948l0,274.873c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301c-2.085,-0 -4.171,-0.391 -6.256,-1.173c-2.085,-0.782 -3.78,-2.086 -5.083,-3.91l-187.289,-245.548l0,235.382c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301Z"\n style="fill-rule:nonzero;"/>\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M356.962,43.661c-4.171,-0 -7.755,-1.499 -10.752,-4.497c-2.998,-2.998 -4.497,-6.582 -4.497,-10.752c0,-4.432 1.499,-8.081 4.497,-10.948c2.997,-2.868 6.581,-4.301 10.752,-4.301l228.735,-0c4.171,-0 7.755,1.433 10.753,4.301c2.997,2.867 4.496,6.516 4.496,10.948c0,4.17 -1.499,7.754 -4.496,10.752c-2.998,2.998 -6.582,4.497 -10.753,4.497l-228.735,-0Zm33.235,137.632c-3.649,-0.261 -7.038,-1.825 -10.166,-4.692c-3.128,-2.868 -4.692,-6.517 -4.692,-10.948c0,-3.91 1.434,-7.299 4.301,-10.166c2.867,-2.868 6.386,-4.562 10.557,-5.083l162.265,-0c4.171,-0 7.755,1.498 10.753,4.496c2.997,2.998 4.496,6.582 4.496,10.753c0,4.431 -1.499,8.145 -4.496,11.143c-2.998,2.998 -6.582,4.497 -10.753,4.497l-162.265,-0Zm-33.235,137.241c-4.171,-0 -7.755,-1.434 -10.752,-4.301c-2.998,-2.868 -4.497,-6.517 -4.497,-10.948c0,-4.171 1.499,-7.755 4.497,-10.753c2.997,-2.998 6.581,-4.496 10.752,-4.496l228.735,-0c4.171,-0 7.755,1.498 10.753,4.496c2.997,2.998 4.496,6.582 4.496,10.753c0,4.431 -1.499,8.08 -4.496,10.948c-2.998,2.867 -6.582,4.301 -10.753,4.301l-228.735,-0Z"\n style="fill-rule:nonzero;"/>\n <circle class="neon-svg--fill" r="165" cx="790" cy="167.5"/>\n <path class="neon-svg--fill"\n stroke-linecap="square"\n d="M1018.14,318.534c-4.171,-0 -7.755,-1.499 -10.752,-4.497c-2.998,-2.998 -4.497,-6.582 -4.497,-10.752l0,-274.873c0,-4.171 1.499,-7.755 4.497,-10.753c2.997,-2.998 6.581,-4.496 10.752,-4.496l213.486,-0c4.171,-0 7.69,1.433 10.557,4.301c2.867,2.867 4.301,6.516 4.301,10.948l0,274.873c0,4.431 -1.434,8.08 -4.301,10.948c-2.867,2.867 -6.386,4.301 -10.557,4.301c-4.431,-0 -8.081,-1.434 -10.948,-4.301c-2.867,-2.868 -4.301,-6.517 -4.301,-10.948l0,-262.752l-182.988,-0l0,262.752c0,4.17 -1.499,7.754 -4.496,10.752c-2.998,2.998 -6.582,4.497 -10.753,4.497Z"\n style="fill-rule:nonzero;"/>\n </svg>\n';
|
|
2
|
-
export { logo as default };
|