@aotearoan/neon 25.0.2 → 25.2.0

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.
Files changed (109) hide show
  1. package/dist/common/icons/first-page.svg.cjs.js +7 -0
  2. package/dist/common/icons/first-page.svg.cjs.js.map +1 -0
  3. package/dist/common/icons/first-page.svg.es.js +10 -0
  4. package/dist/common/icons/first-page.svg.es.js.map +1 -0
  5. package/dist/common/icons/last-page.svg.cjs.js +7 -0
  6. package/dist/common/icons/last-page.svg.cjs.js.map +1 -0
  7. package/dist/common/icons/last-page.svg.es.js +10 -0
  8. package/dist/common/icons/last-page.svg.es.js.map +1 -0
  9. package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
  10. package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
  11. package/dist/common/utils/NeonDateUtils.es.js +58 -41
  12. package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
  13. package/dist/common/utils/RegisterIcons.cjs.js +1 -1
  14. package/dist/common/utils/RegisterIcons.cjs.js.map +1 -1
  15. package/dist/common/utils/RegisterIcons.es.js +36 -34
  16. package/dist/common/utils/RegisterIcons.es.js.map +1 -1
  17. package/dist/components/layout/card-list/NeonCardList.cjs.js +1 -1
  18. package/dist/components/layout/card-list/NeonCardList.cjs.js.map +1 -1
  19. package/dist/components/layout/card-list/NeonCardList.es.js +51 -50
  20. package/dist/components/layout/card-list/NeonCardList.es.js.map +1 -1
  21. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
  22. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
  23. package/dist/components/layout/card-list/NeonCardList.vue.es.js +47 -46
  24. package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
  25. package/dist/components/layout/page-header/NeonPageHeader.cjs.js +2 -0
  26. package/dist/components/layout/page-header/NeonPageHeader.cjs.js.map +1 -0
  27. package/dist/components/layout/page-header/NeonPageHeader.es.js +24 -0
  28. package/dist/components/layout/page-header/NeonPageHeader.es.js.map +1 -0
  29. package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js +2 -0
  30. package/dist/components/layout/page-header/NeonPageHeader.vue.cjs.js.map +1 -0
  31. package/dist/components/layout/page-header/NeonPageHeader.vue.es.js +43 -0
  32. package/dist/components/layout/page-header/NeonPageHeader.vue.es.js.map +1 -0
  33. package/dist/components/layout/page-section/NeonPageSection.cjs.js +2 -0
  34. package/dist/components/layout/page-section/NeonPageSection.cjs.js.map +1 -0
  35. package/dist/components/layout/page-section/NeonPageSection.es.js +14 -0
  36. package/dist/components/layout/page-section/NeonPageSection.es.js.map +1 -0
  37. package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js +2 -0
  38. package/dist/components/layout/page-section/NeonPageSection.vue.cjs.js.map +1 -0
  39. package/dist/components/layout/page-section/NeonPageSection.vue.es.js +18 -0
  40. package/dist/components/layout/page-section/NeonPageSection.vue.es.js.map +1 -0
  41. package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js +2 -0
  42. package/dist/components/layout/sticky-buttons/NeonStickyButtons.cjs.js.map +1 -0
  43. package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js +8 -0
  44. package/dist/components/layout/sticky-buttons/NeonStickyButtons.es.js.map +1 -0
  45. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js +2 -0
  46. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.cjs.js.map +1 -0
  47. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js +16 -0
  48. package/dist/components/layout/sticky-buttons/NeonStickyButtons.vue.es.js.map +1 -0
  49. package/dist/components/navigation/pagination/NeonPagination.cjs.js +2 -0
  50. package/dist/components/navigation/pagination/NeonPagination.cjs.js.map +1 -0
  51. package/dist/components/navigation/pagination/NeonPagination.es.js +71 -0
  52. package/dist/components/navigation/pagination/NeonPagination.es.js.map +1 -0
  53. package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js +2 -0
  54. package/dist/components/navigation/pagination/NeonPagination.vue.cjs.js.map +1 -0
  55. package/dist/components/navigation/pagination/NeonPagination.vue.es.js +101 -0
  56. package/dist/components/navigation/pagination/NeonPagination.vue.es.js.map +1 -0
  57. package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js +2 -0
  58. package/dist/components/presentation/labelled-content/NeonLabelledContent.cjs.js.map +1 -0
  59. package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js +26 -0
  60. package/dist/components/presentation/labelled-content/NeonLabelledContent.es.js.map +1 -0
  61. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js +2 -0
  62. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.cjs.js.map +1 -0
  63. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js +22 -0
  64. package/dist/components/presentation/labelled-content/NeonLabelledContent.vue.es.js.map +1 -0
  65. package/dist/neon.cjs.js +1 -1
  66. package/dist/neon.es.js +189 -179
  67. package/dist/neon.es.js.map +1 -1
  68. package/dist/src/common/models/NeonCardListModel.d.ts +5 -11
  69. package/dist/src/common/models/NeonIdentifiable.d.ts +9 -0
  70. package/dist/src/common/models/NeonLoadOnDemandModel.d.ts +22 -0
  71. package/dist/src/common/models/NeonNoteModel.d.ts +6 -0
  72. package/dist/src/common/models/NeonPaginationModel.d.ts +26 -0
  73. package/dist/src/common/utils/NeonDateUtils.d.ts +11 -0
  74. package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +1 -1
  75. package/dist/src/components/layout/card-list/NeonCardList.d.ts +556 -215
  76. package/dist/src/components/layout/page-header/NeonPageHeader.d.ts +592 -0
  77. package/dist/src/components/layout/page-header/NeonPageHeader.vue.d.ts +2 -0
  78. package/dist/src/components/layout/page-section/NeonPageSection.d.ts +21 -0
  79. package/dist/src/components/layout/page-section/NeonPageSection.vue.d.ts +2 -0
  80. package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.d.ts +6 -0
  81. package/dist/src/components/layout/sticky-buttons/NeonStickyButtons.vue.d.ts +2 -0
  82. package/dist/src/components/navigation/pagination/NeonPagination.d.ts +565 -0
  83. package/dist/src/components/navigation/pagination/NeonPagination.vue.d.ts +2 -0
  84. package/dist/src/components/presentation/labelled-content/NeonLabelledContent.d.ts +64 -0
  85. package/dist/src/components/presentation/labelled-content/NeonLabelledContent.vue.d.ts +2 -0
  86. package/dist/src/neon.d.ts +9 -0
  87. package/package.json +1 -1
  88. package/src/sass/components/_card-list.scss +14 -33
  89. package/src/sass/components/_footer.scss +5 -0
  90. package/src/sass/components/_labelled-content.scss +25 -0
  91. package/src/sass/components/_page-header.scss +36 -0
  92. package/src/sass/components/_page-section.scss +13 -0
  93. package/src/sass/components/_pagination.scss +102 -0
  94. package/src/sass/components/_skeleton-loader.scss +3 -1
  95. package/src/sass/components/_sticky-buttons.scss +43 -0
  96. package/src/sass/components/components.scss +5 -0
  97. package/src/sass/includes/_dependencies.scss +5 -0
  98. package/src/sass/theme.scss +20 -0
  99. package/src/sass/variables.scss +9 -11
  100. package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js +0 -2
  101. package/dist/components/layout/card-list/card/NeonCardListCard.cjs.js.map +0 -1
  102. package/dist/components/layout/card-list/card/NeonCardListCard.es.js +0 -43
  103. package/dist/components/layout/card-list/card/NeonCardListCard.es.js.map +0 -1
  104. package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js +0 -2
  105. package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js.map +0 -1
  106. package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js +0 -32
  107. package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js.map +0 -1
  108. package/dist/src/components/layout/card-list/card/NeonCardListCard.d.ts +0 -129
  109. package/dist/src/components/layout/card-list/card/NeonCardListCard.vue.d.ts +0 -2
@@ -0,0 +1,592 @@
1
+ import type { NeonNoteModel } from '@/common/models/NeonNoteModel';
2
+ /**
3
+ * A component for rendering a page header with slots for a subtitle and actions and the possibility to render an on
4
+ * page note.
5
+ */
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ /**
8
+ * The title of the page.
9
+ */
10
+ title: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ /**
15
+ * A note to display on the page.
16
+ */
17
+ note: {
18
+ type: () => NeonNoteModel;
19
+ };
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ /**
22
+ * The title of the page.
23
+ */
24
+ title: {
25
+ type: StringConstructor;
26
+ required: true;
27
+ };
28
+ /**
29
+ * A note to display on the page.
30
+ */
31
+ note: {
32
+ type: () => NeonNoteModel;
33
+ };
34
+ }>> & Readonly<{}>, {}, {}, {
35
+ NeonNote: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
36
+ title: {
37
+ type: StringConstructor;
38
+ };
39
+ color: {
40
+ type: () => import("../../../neon").NeonFunctionalColor;
41
+ default: import("../../../neon").NeonFunctionalColor;
42
+ };
43
+ closable: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ icon: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ ariaLabelCloseNote: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ }>, {
56
+ iconName: import("vue").ComputedRef<"info-circle" | "check-circle" | "exclamation-circle" | "times-circle" | undefined>;
57
+ slots: Readonly<{
58
+ [name: string]: import("vue").Slot<any> | undefined;
59
+ }>;
60
+ closeNote: () => void;
61
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close-note"[], "close-note", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
+ title: {
63
+ type: StringConstructor;
64
+ };
65
+ color: {
66
+ type: () => import("../../../neon").NeonFunctionalColor;
67
+ default: import("../../../neon").NeonFunctionalColor;
68
+ };
69
+ closable: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ icon: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ ariaLabelCloseNote: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ }>> & Readonly<{
82
+ "onClose-note"?: ((...args: any[]) => any) | undefined;
83
+ }>, {
84
+ color: import("../../../neon").NeonFunctionalColor;
85
+ icon: boolean;
86
+ closable: boolean;
87
+ ariaLabelCloseNote: string;
88
+ }, {}, {
89
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
90
+ href: {
91
+ type: StringConstructor;
92
+ default: null;
93
+ };
94
+ label: {
95
+ type: StringConstructor;
96
+ default: null;
97
+ };
98
+ size: {
99
+ type: () => import("../../../neon").NeonButtonSize;
100
+ default: import("../../../neon").NeonButtonSize;
101
+ };
102
+ color: {
103
+ type: () => import("../../../neon").NeonFunctionalColor;
104
+ default: import("../../../neon").NeonFunctionalColor;
105
+ };
106
+ inverse: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ alternateColor: {
111
+ type: () => import("../../../neon").NeonFunctionalColor;
112
+ default: null;
113
+ };
114
+ icon: {
115
+ type: StringConstructor;
116
+ default: null;
117
+ };
118
+ iconAriaLabel: {
119
+ type: StringConstructor;
120
+ };
121
+ iconPosition: {
122
+ type: () => import("../../../neon").NeonHorizontalPosition;
123
+ default: import("../../../neon").NeonHorizontalPosition;
124
+ };
125
+ buttonStyle: {
126
+ type: () => import("../../../neon").NeonButtonStyle;
127
+ default: import("../../../neon").NeonButtonStyle;
128
+ };
129
+ buttonType: {
130
+ type: () => import("../../../neon").NeonButtonType;
131
+ default: import("../../../neon").NeonButtonType;
132
+ };
133
+ state: {
134
+ type: () => import("../../../neon").NeonState;
135
+ default: import("../../../neon").NeonState;
136
+ };
137
+ disabled: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ transparent: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ outline: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ circular: {
150
+ type: BooleanConstructor;
151
+ default: null;
152
+ };
153
+ fullWidth: {
154
+ type: BooleanConstructor;
155
+ default: null;
156
+ };
157
+ indicator: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ indicatorExpanded: {
162
+ type: BooleanConstructor;
163
+ default: null;
164
+ };
165
+ }>, {
166
+ iconName: import("vue").ComputedRef<string>;
167
+ classes: import("vue").ComputedRef<(string | false | {
168
+ [x: string]: boolean | "" | import("../../../neon").NeonFunctionalColor;
169
+ 'neon-button--text-transparent': boolean;
170
+ 'neon-button--disabled': boolean;
171
+ 'neon-button--inverse': boolean;
172
+ 'neon-button--circular': boolean;
173
+ 'neon-button--no-outline': boolean;
174
+ 'neon-button--full-width': boolean;
175
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
176
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
177
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
178
+ })[]>;
179
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
180
+ attrs: {
181
+ [x: string]: unknown;
182
+ };
183
+ sanitizedAttributes: import("vue").ComputedRef<{
184
+ [x: string]: unknown;
185
+ }>;
186
+ clickLink: () => void | undefined;
187
+ clickButton: () => void;
188
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
189
+ href: {
190
+ type: StringConstructor;
191
+ default: null;
192
+ };
193
+ label: {
194
+ type: StringConstructor;
195
+ default: null;
196
+ };
197
+ size: {
198
+ type: () => import("../../../neon").NeonButtonSize;
199
+ default: import("../../../neon").NeonButtonSize;
200
+ };
201
+ color: {
202
+ type: () => import("../../../neon").NeonFunctionalColor;
203
+ default: import("../../../neon").NeonFunctionalColor;
204
+ };
205
+ inverse: {
206
+ type: BooleanConstructor;
207
+ default: boolean;
208
+ };
209
+ alternateColor: {
210
+ type: () => import("../../../neon").NeonFunctionalColor;
211
+ default: null;
212
+ };
213
+ icon: {
214
+ type: StringConstructor;
215
+ default: null;
216
+ };
217
+ iconAriaLabel: {
218
+ type: StringConstructor;
219
+ };
220
+ iconPosition: {
221
+ type: () => import("../../../neon").NeonHorizontalPosition;
222
+ default: import("../../../neon").NeonHorizontalPosition;
223
+ };
224
+ buttonStyle: {
225
+ type: () => import("../../../neon").NeonButtonStyle;
226
+ default: import("../../../neon").NeonButtonStyle;
227
+ };
228
+ buttonType: {
229
+ type: () => import("../../../neon").NeonButtonType;
230
+ default: import("../../../neon").NeonButtonType;
231
+ };
232
+ state: {
233
+ type: () => import("../../../neon").NeonState;
234
+ default: import("../../../neon").NeonState;
235
+ };
236
+ disabled: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
240
+ transparent: {
241
+ type: BooleanConstructor;
242
+ default: boolean;
243
+ };
244
+ outline: {
245
+ type: BooleanConstructor;
246
+ default: boolean;
247
+ };
248
+ circular: {
249
+ type: BooleanConstructor;
250
+ default: null;
251
+ };
252
+ fullWidth: {
253
+ type: BooleanConstructor;
254
+ default: null;
255
+ };
256
+ indicator: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
260
+ indicatorExpanded: {
261
+ type: BooleanConstructor;
262
+ default: null;
263
+ };
264
+ }>> & Readonly<{
265
+ onClick?: ((...args: any[]) => any) | undefined;
266
+ }>, {
267
+ color: import("../../../neon").NeonFunctionalColor;
268
+ icon: string;
269
+ label: string;
270
+ inverse: boolean;
271
+ disabled: boolean;
272
+ href: string;
273
+ size: import("../../../neon").NeonButtonSize;
274
+ outline: boolean;
275
+ alternateColor: import("../../../neon").NeonFunctionalColor;
276
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
277
+ buttonStyle: import("../../../neon").NeonButtonStyle;
278
+ buttonType: import("../../../neon").NeonButtonType;
279
+ state: import("../../../neon").NeonState;
280
+ transparent: boolean;
281
+ circular: boolean;
282
+ fullWidth: boolean;
283
+ indicator: boolean;
284
+ indicatorExpanded: boolean;
285
+ }, {}, {
286
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
287
+ expanded: {
288
+ type: BooleanConstructor;
289
+ default: boolean;
290
+ };
291
+ inverse: {
292
+ type: BooleanConstructor;
293
+ default: boolean;
294
+ };
295
+ disabled: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ color: {
300
+ type: () => import("../../../neon").NeonFunctionalColor;
301
+ default: null;
302
+ };
303
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
304
+ expanded: {
305
+ type: BooleanConstructor;
306
+ default: boolean;
307
+ };
308
+ inverse: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
312
+ disabled: {
313
+ type: BooleanConstructor;
314
+ default: boolean;
315
+ };
316
+ color: {
317
+ type: () => import("../../../neon").NeonFunctionalColor;
318
+ default: null;
319
+ };
320
+ }>> & Readonly<{}>, {
321
+ color: import("../../../neon").NeonFunctionalColor;
322
+ inverse: boolean;
323
+ disabled: boolean;
324
+ expanded: boolean;
325
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
326
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
327
+ name: {
328
+ type: StringConstructor;
329
+ required: true;
330
+ };
331
+ id: {
332
+ type: StringConstructor;
333
+ default: null;
334
+ };
335
+ color: {
336
+ type: () => import("../../../neon").NeonFunctionalColor;
337
+ default: null;
338
+ };
339
+ inverse: {
340
+ type: BooleanConstructor;
341
+ default: boolean;
342
+ };
343
+ disabled: {
344
+ type: BooleanConstructor;
345
+ default: boolean;
346
+ };
347
+ }>, {
348
+ sanitizedAttributes: import("vue").ComputedRef<{
349
+ [x: string]: unknown;
350
+ }>;
351
+ icon: import("vue").ComputedRef<string | undefined>;
352
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
353
+ name: {
354
+ type: StringConstructor;
355
+ required: true;
356
+ };
357
+ id: {
358
+ type: StringConstructor;
359
+ default: null;
360
+ };
361
+ color: {
362
+ type: () => import("../../../neon").NeonFunctionalColor;
363
+ default: null;
364
+ };
365
+ inverse: {
366
+ type: BooleanConstructor;
367
+ default: boolean;
368
+ };
369
+ disabled: {
370
+ type: BooleanConstructor;
371
+ default: boolean;
372
+ };
373
+ }>> & Readonly<{}>, {
374
+ color: import("../../../neon").NeonFunctionalColor;
375
+ id: string;
376
+ inverse: boolean;
377
+ disabled: boolean;
378
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
379
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
380
+ href: {
381
+ type: StringConstructor;
382
+ default: null;
383
+ };
384
+ noStyle: {
385
+ type: BooleanConstructor;
386
+ default: boolean;
387
+ };
388
+ outlineStyle: {
389
+ type: () => import("../../../neon").NeonOutlineStyle;
390
+ default: import("../../../neon").NeonOutlineStyle;
391
+ };
392
+ externalIndicator: {
393
+ type: BooleanConstructor;
394
+ default: boolean;
395
+ };
396
+ }>, {
397
+ neonLink: import("vue").Ref<HTMLAnchorElement | null, HTMLAnchorElement | null>;
398
+ routerUrl: import("vue").ComputedRef<string | undefined>;
399
+ sanitizedAttributes: import("vue").ComputedRef<{
400
+ [x: string]: unknown;
401
+ }>;
402
+ activeRoute: import("vue").ComputedRef<boolean | "">;
403
+ exactRoute: import("vue").ComputedRef<boolean | "">;
404
+ onClick: () => void;
405
+ onSpace: () => Promise<void>;
406
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
407
+ href: {
408
+ type: StringConstructor;
409
+ default: null;
410
+ };
411
+ noStyle: {
412
+ type: BooleanConstructor;
413
+ default: boolean;
414
+ };
415
+ outlineStyle: {
416
+ type: () => import("../../../neon").NeonOutlineStyle;
417
+ default: import("../../../neon").NeonOutlineStyle;
418
+ };
419
+ externalIndicator: {
420
+ type: BooleanConstructor;
421
+ default: boolean;
422
+ };
423
+ }>> & Readonly<{
424
+ onClick?: ((...args: any[]) => any) | undefined;
425
+ }>, {
426
+ href: string;
427
+ noStyle: boolean;
428
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
429
+ externalIndicator: boolean;
430
+ }, {}, {
431
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
432
+ name: {
433
+ type: StringConstructor;
434
+ required: true;
435
+ };
436
+ id: {
437
+ type: StringConstructor;
438
+ default: null;
439
+ };
440
+ color: {
441
+ type: () => import("../../../neon").NeonFunctionalColor;
442
+ default: null;
443
+ };
444
+ inverse: {
445
+ type: BooleanConstructor;
446
+ default: boolean;
447
+ };
448
+ disabled: {
449
+ type: BooleanConstructor;
450
+ default: boolean;
451
+ };
452
+ }>, {
453
+ sanitizedAttributes: import("vue").ComputedRef<{
454
+ [x: string]: unknown;
455
+ }>;
456
+ icon: import("vue").ComputedRef<string | undefined>;
457
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
458
+ name: {
459
+ type: StringConstructor;
460
+ required: true;
461
+ };
462
+ id: {
463
+ type: StringConstructor;
464
+ default: null;
465
+ };
466
+ color: {
467
+ type: () => import("../../../neon").NeonFunctionalColor;
468
+ default: null;
469
+ };
470
+ inverse: {
471
+ type: BooleanConstructor;
472
+ default: boolean;
473
+ };
474
+ disabled: {
475
+ type: BooleanConstructor;
476
+ default: boolean;
477
+ };
478
+ }>> & Readonly<{}>, {
479
+ color: import("../../../neon").NeonFunctionalColor;
480
+ id: string;
481
+ inverse: boolean;
482
+ disabled: boolean;
483
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
484
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
485
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
486
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
487
+ name: {
488
+ type: StringConstructor;
489
+ required: true;
490
+ };
491
+ id: {
492
+ type: StringConstructor;
493
+ default: null;
494
+ };
495
+ color: {
496
+ type: () => import("../../../neon").NeonFunctionalColor;
497
+ default: null;
498
+ };
499
+ inverse: {
500
+ type: BooleanConstructor;
501
+ default: boolean;
502
+ };
503
+ disabled: {
504
+ type: BooleanConstructor;
505
+ default: boolean;
506
+ };
507
+ }>, {
508
+ sanitizedAttributes: import("vue").ComputedRef<{
509
+ [x: string]: unknown;
510
+ }>;
511
+ icon: import("vue").ComputedRef<string | undefined>;
512
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
513
+ name: {
514
+ type: StringConstructor;
515
+ required: true;
516
+ };
517
+ id: {
518
+ type: StringConstructor;
519
+ default: null;
520
+ };
521
+ color: {
522
+ type: () => import("../../../neon").NeonFunctionalColor;
523
+ default: null;
524
+ };
525
+ inverse: {
526
+ type: BooleanConstructor;
527
+ default: boolean;
528
+ };
529
+ disabled: {
530
+ type: BooleanConstructor;
531
+ default: boolean;
532
+ };
533
+ }>> & Readonly<{}>, {
534
+ color: import("../../../neon").NeonFunctionalColor;
535
+ id: string;
536
+ inverse: boolean;
537
+ disabled: boolean;
538
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
539
+ NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
540
+ gap: {
541
+ type: () => import("../../../neon").NeonLayoutSize;
542
+ default: () => import("../../../neon").NeonLayoutSize;
543
+ };
544
+ breakpoint: {
545
+ type: () => import("../../../neon").NeonResponsive;
546
+ };
547
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
548
+ gap: {
549
+ type: () => import("../../../neon").NeonLayoutSize;
550
+ default: () => import("../../../neon").NeonLayoutSize;
551
+ };
552
+ breakpoint: {
553
+ type: () => import("../../../neon").NeonResponsive;
554
+ };
555
+ }>> & Readonly<{}>, {
556
+ gap: import("../../../neon").NeonLayoutSize;
557
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
558
+ NeonStack: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
559
+ gap: {
560
+ type: () => import("../../../neon").NeonLayoutSize;
561
+ default: () => import("../../../neon").NeonLayoutSize;
562
+ };
563
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
564
+ gap: {
565
+ type: () => import("../../../neon").NeonLayoutSize;
566
+ default: () => import("../../../neon").NeonLayoutSize;
567
+ };
568
+ }>> & Readonly<{}>, {
569
+ gap: import("../../../neon").NeonLayoutSize;
570
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
571
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
572
+ NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
573
+ gap: {
574
+ type: () => import("../../../neon").NeonLayoutSize;
575
+ default: () => import("../../../neon").NeonLayoutSize;
576
+ };
577
+ breakpoint: {
578
+ type: () => import("../../../neon").NeonResponsive;
579
+ };
580
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
581
+ gap: {
582
+ type: () => import("../../../neon").NeonLayoutSize;
583
+ default: () => import("../../../neon").NeonLayoutSize;
584
+ };
585
+ breakpoint: {
586
+ type: () => import("../../../neon").NeonResponsive;
587
+ };
588
+ }>> & Readonly<{}>, {
589
+ gap: import("../../../neon").NeonLayoutSize;
590
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
591
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
592
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from './NeonPageHeader.js';
2
+ export { default } from './NeonPageHeader.js';
@@ -0,0 +1,21 @@
1
+ /**
2
+ * A component for rendering a page section including a title, content and an hr.
3
+ */
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ /**
6
+ * The title of the section.
7
+ */
8
+ title: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ /**
14
+ * The title of the section.
15
+ */
16
+ title: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
20
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from './NeonPageSection.js';
2
+ export { default } from './NeonPageSection.js';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * A container for placing buttons that becomes sticky at the bottom of the page
3
+ * on mobile.
4
+ */
5
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from './NeonStickyButtons.js';
2
+ export { default } from './NeonStickyButtons.js';