@aotearoan/neon 18.2.11 → 18.2.13
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/dist/components/layout/inline/NeonInline.cjs.js.map +1 -1
- package/dist/components/layout/inline/NeonInline.es.js.map +1 -1
- package/dist/src/components/layout/inline/NeonInline.d.ts +1 -1
- package/package.json +1 -1
- package/src/sass/components/_alert-container.scss +1 -1
- package/src/sass/components/_button.scss +1 -1
- package/src/sass/components/_input.scss +2 -2
- package/src/sass/components/_menu.scss +3 -3
- package/src/sass/global/_base-html.scss +1 -1
- package/src/sass/global/_typography.scss +9 -9
- package/src/sass/variables.scss +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonInline.cjs.js","sources":["../../../../src/components/layout/inline/NeonInline.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonResponsive } from '@/
|
|
1
|
+
{"version":3,"file":"NeonInline.cjs.js","sources":["../../../../src/components/layout/inline/NeonInline.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonResponsive } from '@/common/enums/NeonResponsive';\n\n/**\n * A horizontal layout component. NeonInline provides a way of laying out it's contents with standard gaps. At the\n * specified breakpoint the layout will wrap to vertical.\n */\nexport default defineComponent({\n name: 'NeonInline',\n props: {\n /**\n * Size of the gap between items\n */\n gap: { type: String as () => NeonSize, default: () => NeonSize.Large },\n /**\n * Breakpoint at which to layout switches to vertical. TIP: Pass <em>breakpoint=\"\"</em> to override the default\n * breakpoint & prevent switching to a vertical layout.\n */\n breakpoint: { type: String as () => NeonSize, default: () => NeonResponsive.MobileLarge },\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonSize","NeonResponsive"],"mappings":"gJAQAA,EAAeC,kBAAgB,CAC7B,KAAM,aACN,MAAO,CAIL,IAAK,CAAE,KAAM,OAA0B,QAAS,IAAMC,EAAAA,SAAS,KAAA,EAK/D,WAAY,CAAE,KAAM,OAA0B,QAAS,IAAMC,EAAAA,eAAe,WAAA,CAAY,CAE5F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonInline.es.js","sources":["../../../../src/components/layout/inline/NeonInline.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonResponsive } from '@/
|
|
1
|
+
{"version":3,"file":"NeonInline.es.js","sources":["../../../../src/components/layout/inline/NeonInline.ts?vue&type=script&src=true&lang.ts"],"sourcesContent":["import { defineComponent } from 'vue';\nimport { NeonSize } from '@/common/enums/NeonSize';\nimport { NeonResponsive } from '@/common/enums/NeonResponsive';\n\n/**\n * A horizontal layout component. NeonInline provides a way of laying out it's contents with standard gaps. At the\n * specified breakpoint the layout will wrap to vertical.\n */\nexport default defineComponent({\n name: 'NeonInline',\n props: {\n /**\n * Size of the gap between items\n */\n gap: { type: String as () => NeonSize, default: () => NeonSize.Large },\n /**\n * Breakpoint at which to layout switches to vertical. TIP: Pass <em>breakpoint=\"\"</em> to override the default\n * breakpoint & prevent switching to a vertical layout.\n */\n breakpoint: { type: String as () => NeonSize, default: () => NeonResponsive.MobileLarge },\n },\n});\n"],"names":["_sfc_main","defineComponent","NeonSize","NeonResponsive"],"mappings":";;;AAQA,MAAAA,IAAeC,EAAgB;AAAA,EAC7B,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,KAAK,EAAE,MAAM,QAA0B,SAAS,MAAMC,EAAS,MAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAK/D,YAAY,EAAE,MAAM,QAA0B,SAAS,MAAMC,EAAe,YAAA;AAAA,EAAY;AAE5F,CAAC;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NeonSize } from '@/common/enums/NeonSize';
|
|
2
|
-
import { NeonResponsive } from '@/
|
|
2
|
+
import { NeonResponsive } from '@/common/enums/NeonResponsive';
|
|
3
3
|
/**
|
|
4
4
|
* A horizontal layout component. NeonInline provides a way of laying out it's contents with standard gaps. At the
|
|
5
5
|
* specified breakpoint the layout will wrap to vertical.
|
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 Vue 3 components with minimal dependencies.",
|
|
4
|
-
"version": "18.2.
|
|
4
|
+
"version": "18.2.13",
|
|
5
5
|
"main": "./dist/neon.cjs.js",
|
|
6
6
|
"module": "./dist/neon.es.js",
|
|
7
7
|
"types": "./dist/src/neon.d.ts",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
line-height: var(--neon-line-height-one);
|
|
131
131
|
font-size: var(--neon-font-size-m);
|
|
132
132
|
font-weight: var(--neon-font-weight-bold);
|
|
133
|
-
font-family: var(--neon-
|
|
133
|
+
font-family: var(--neon-font-family-heading);
|
|
134
134
|
letter-spacing: var(--neon-letter-spacing-m);
|
|
135
135
|
}
|
|
136
136
|
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
padding: var(--neon-space-4) var(--neon-space-10);
|
|
137
137
|
line-height: var(--neon-line-height-one);
|
|
138
138
|
outline: none;
|
|
139
|
-
font-family: var(--neon-
|
|
139
|
+
font-family: var(--neon-font-family-body);
|
|
140
140
|
width: 100%;
|
|
141
141
|
border-color: var(--neon-border-color-input);
|
|
142
142
|
color: var(--neon-color-text);
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
box-shadow: var(--neon-inset-shadow);
|
|
145
145
|
|
|
146
146
|
&::placeholder {
|
|
147
|
-
font-family: var(--neon-
|
|
147
|
+
font-family: var(--neon-font-family-body);
|
|
148
148
|
letter-spacing: var(--neon-letter-spacing-s);
|
|
149
149
|
color: var(--neon-color-placeholder);
|
|
150
150
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
&__responsive-menu {
|
|
126
|
-
font-family: var(
|
|
126
|
+
font-family: var(---neon-font-family-heading);
|
|
127
127
|
|
|
128
128
|
&.neon-menu__responsive-menu:not(:first-child) {
|
|
129
129
|
margin-left: var(--neon-space-20);
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
&__label {
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
157
|
-
font-family: var(
|
|
157
|
+
font-family: var(---neon-font-family-heading);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.neon-dropdown .neon-dropdown__button {
|
|
169
|
-
font-family: var(
|
|
169
|
+
font-family: var(---neon-font-family-heading);
|
|
170
170
|
font-weight: var(--neon-font-weight-normal);
|
|
171
171
|
letter-spacing: var(--neon-letter-spacing-m);
|
|
172
172
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
@mixin typography {
|
|
5
5
|
body {
|
|
6
|
-
font-family: var(--neon-
|
|
7
|
-
font-weight: var(--neon-
|
|
6
|
+
font-family: var(--neon-font-family-body);
|
|
7
|
+
font-weight: var(--neon-font-weight-body);
|
|
8
8
|
font-size: 16px;
|
|
9
9
|
line-height: var(--neon-line-height-ratio);
|
|
10
10
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.neon-h0 {
|
|
33
|
-
font-family: var(--neon-
|
|
33
|
+
font-family: var(--neon-font-family-heading);
|
|
34
34
|
line-height: var(--neon-line-height-headings-ratio);
|
|
35
35
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
36
36
|
@include typography.neon-h0;
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
.neon-h1,
|
|
40
40
|
h1 {
|
|
41
|
-
font-family: var(--neon-
|
|
41
|
+
font-family: var(--neon-font-family-heading);
|
|
42
42
|
line-height: var(--neon-line-height-headings-ratio);
|
|
43
43
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
44
44
|
@include typography.neon-h1;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
.neon-h2,
|
|
48
48
|
h2 {
|
|
49
|
-
font-family: var(--neon-
|
|
49
|
+
font-family: var(--neon-font-family-heading);
|
|
50
50
|
line-height: var(--neon-line-height-headings-ratio);
|
|
51
51
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
52
52
|
@include typography.neon-h2;
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
|
|
55
55
|
.neon-h3,
|
|
56
56
|
h3 {
|
|
57
|
-
font-family: var(--neon-
|
|
57
|
+
font-family: var(--neon-font-family-heading);
|
|
58
58
|
line-height: var(--neon-line-height-headings-ratio);
|
|
59
59
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
60
60
|
@include typography.neon-h3;
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
|
|
63
63
|
.neon-h4,
|
|
64
64
|
h4 {
|
|
65
|
-
font-family: var(--neon-
|
|
65
|
+
font-family: var(--neon-font-family-heading);
|
|
66
66
|
line-height: var(--neon-line-height-headings-ratio);
|
|
67
67
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
68
68
|
@include typography.neon-h4;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
.neon-h5,
|
|
72
72
|
h5 {
|
|
73
|
-
font-family: var(--neon-
|
|
73
|
+
font-family: var(--neon-font-family-heading);
|
|
74
74
|
line-height: var(--neon-line-height-headings-ratio);
|
|
75
75
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
76
76
|
@include typography.neon-h5;
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
|
|
79
79
|
.neon-h6,
|
|
80
80
|
h6 {
|
|
81
|
-
font-family: var(--neon-
|
|
81
|
+
font-family: var(--neon-font-family-heading);
|
|
82
82
|
line-height: var(--neon-line-height-headings-ratio);
|
|
83
83
|
letter-spacing: var(--neon-letter-spacing-headings);
|
|
84
84
|
@include typography.neon-h6;
|
package/src/sass/variables.scss
CHANGED
|
@@ -140,13 +140,13 @@
|
|
|
140
140
|
--neon-system-font-stack: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
|
|
141
141
|
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
142
142
|
|
|
143
|
-
--neon-
|
|
144
|
-
--neon-
|
|
143
|
+
--neon-font-family-body: var(--neon-system-font-stack);
|
|
144
|
+
--neon-font-weight-body: var(--neon-font-weight-normal);
|
|
145
145
|
|
|
146
|
-
--neon-
|
|
146
|
+
--neon-font-family-heading: var(--neon-font-family-body);
|
|
147
147
|
--neon-font-style-headings: normal;
|
|
148
148
|
|
|
149
|
-
--neon-font-family-paragraph: var(--neon-
|
|
149
|
+
--neon-font-family-paragraph: var(--neon-font-family-body);
|
|
150
150
|
--neon-font-family-monospaced: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', Courier, monospace;
|
|
151
151
|
|
|
152
152
|
/* gradient config */
|