@ukho/admiralty-react 5.5.0 → 5.5.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.
Files changed (2) hide show
  1. package/dist/components.js +56 -0
  2. package/package.json +6 -6
@@ -60,6 +60,7 @@ import React from 'react';
60
60
  export const AdmiraltyAutocomplete = /*@__PURE__*/ createComponent({
61
61
  tagName: 'admiralty-autocomplete',
62
62
  elementClass: AdmiraltyAutocompleteElement,
63
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
63
64
  react: React,
64
65
  events: { onAdmiraltyChange: 'admiraltyChange' },
65
66
  defineCustomElement: defineAdmiraltyAutocomplete
@@ -67,6 +68,7 @@ export const AdmiraltyAutocomplete = /*@__PURE__*/ createComponent({
67
68
  export const AdmiraltyAutocompleteOption = /*@__PURE__*/ createComponent({
68
69
  tagName: 'admiralty-autocomplete-option',
69
70
  elementClass: AdmiraltyAutocompleteOptionElement,
71
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
70
72
  react: React,
71
73
  events: {},
72
74
  defineCustomElement: defineAdmiraltyAutocompleteOption
@@ -74,6 +76,7 @@ export const AdmiraltyAutocompleteOption = /*@__PURE__*/ createComponent({
74
76
  export const AdmiraltyBreadcrumb = /*@__PURE__*/ createComponent({
75
77
  tagName: 'admiralty-breadcrumb',
76
78
  elementClass: AdmiraltyBreadcrumbElement,
79
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
77
80
  react: React,
78
81
  events: {},
79
82
  defineCustomElement: defineAdmiraltyBreadcrumb
@@ -81,6 +84,7 @@ export const AdmiraltyBreadcrumb = /*@__PURE__*/ createComponent({
81
84
  export const AdmiraltyBreadcrumbs = /*@__PURE__*/ createComponent({
82
85
  tagName: 'admiralty-breadcrumbs',
83
86
  elementClass: AdmiraltyBreadcrumbsElement,
87
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
84
88
  react: React,
85
89
  events: {},
86
90
  defineCustomElement: defineAdmiraltyBreadcrumbs
@@ -88,6 +92,7 @@ export const AdmiraltyBreadcrumbs = /*@__PURE__*/ createComponent({
88
92
  export const AdmiraltyButton = /*@__PURE__*/ createComponent({
89
93
  tagName: 'admiralty-button',
90
94
  elementClass: AdmiraltyButtonElement,
95
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
91
96
  react: React,
92
97
  events: {},
93
98
  defineCustomElement: defineAdmiraltyButton
@@ -95,6 +100,7 @@ export const AdmiraltyButton = /*@__PURE__*/ createComponent({
95
100
  export const AdmiraltyCard = /*@__PURE__*/ createComponent({
96
101
  tagName: 'admiralty-card',
97
102
  elementClass: AdmiraltyCardElement,
103
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
98
104
  react: React,
99
105
  events: {},
100
106
  defineCustomElement: defineAdmiraltyCard
@@ -102,6 +108,7 @@ export const AdmiraltyCard = /*@__PURE__*/ createComponent({
102
108
  export const AdmiraltyCheckbox = /*@__PURE__*/ createComponent({
103
109
  tagName: 'admiralty-checkbox',
104
110
  elementClass: AdmiraltyCheckboxElement,
111
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
105
112
  react: React,
106
113
  events: {
107
114
  onAdmiraltyChange: 'admiraltyChange',
@@ -113,6 +120,7 @@ export const AdmiraltyCheckbox = /*@__PURE__*/ createComponent({
113
120
  export const AdmiraltyColourBlock = /*@__PURE__*/ createComponent({
114
121
  tagName: 'admiralty-colour-block',
115
122
  elementClass: AdmiraltyColourBlockElement,
123
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
116
124
  react: React,
117
125
  events: { onColourBlockLinkClicked: 'colourBlockLinkClicked' },
118
126
  defineCustomElement: defineAdmiraltyColourBlock
@@ -120,6 +128,7 @@ export const AdmiraltyColourBlock = /*@__PURE__*/ createComponent({
120
128
  export const AdmiraltyDialogue = /*@__PURE__*/ createComponent({
121
129
  tagName: 'admiralty-dialogue',
122
130
  elementClass: AdmiraltyDialogueElement,
131
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
123
132
  react: React,
124
133
  events: {},
125
134
  defineCustomElement: defineAdmiraltyDialogue
@@ -127,6 +136,7 @@ export const AdmiraltyDialogue = /*@__PURE__*/ createComponent({
127
136
  export const AdmiraltyErrorSummary = /*@__PURE__*/ createComponent({
128
137
  tagName: 'admiralty-error-summary',
129
138
  elementClass: AdmiraltyErrorSummaryElement,
139
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
130
140
  react: React,
131
141
  events: {},
132
142
  defineCustomElement: defineAdmiraltyErrorSummary
@@ -134,6 +144,7 @@ export const AdmiraltyErrorSummary = /*@__PURE__*/ createComponent({
134
144
  export const AdmiraltyExpansion = /*@__PURE__*/ createComponent({
135
145
  tagName: 'admiralty-expansion',
136
146
  elementClass: AdmiraltyExpansionElement,
147
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
137
148
  react: React,
138
149
  events: { onToggled: 'toggled' },
139
150
  defineCustomElement: defineAdmiraltyExpansion
@@ -141,6 +152,7 @@ export const AdmiraltyExpansion = /*@__PURE__*/ createComponent({
141
152
  export const AdmiraltyFileInput = /*@__PURE__*/ createComponent({
142
153
  tagName: 'admiralty-file-input',
143
154
  elementClass: AdmiraltyFileInputElement,
155
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
144
156
  react: React,
145
157
  events: { onFileInputChange: 'fileInputChange' },
146
158
  defineCustomElement: defineAdmiraltyFileInput
@@ -148,6 +160,7 @@ export const AdmiraltyFileInput = /*@__PURE__*/ createComponent({
148
160
  export const AdmiraltyFilter = /*@__PURE__*/ createComponent({
149
161
  tagName: 'admiralty-filter',
150
162
  elementClass: AdmiraltyFilterElement,
163
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
151
164
  react: React,
152
165
  events: {
153
166
  onFilterCleared: 'filterCleared',
@@ -158,6 +171,7 @@ export const AdmiraltyFilter = /*@__PURE__*/ createComponent({
158
171
  export const AdmiraltyFilterGroup = /*@__PURE__*/ createComponent({
159
172
  tagName: 'admiralty-filter-group',
160
173
  elementClass: AdmiraltyFilterGroupElement,
174
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
161
175
  react: React,
162
176
  events: {},
163
177
  defineCustomElement: defineAdmiraltyFilterGroup
@@ -165,6 +179,7 @@ export const AdmiraltyFilterGroup = /*@__PURE__*/ createComponent({
165
179
  export const AdmiraltyFooter = /*@__PURE__*/ createComponent({
166
180
  tagName: 'admiralty-footer',
167
181
  elementClass: AdmiraltyFooterElement,
182
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
168
183
  react: React,
169
184
  events: {},
170
185
  defineCustomElement: defineAdmiraltyFooter
@@ -172,6 +187,7 @@ export const AdmiraltyFooter = /*@__PURE__*/ createComponent({
172
187
  export const AdmiraltyHeader = /*@__PURE__*/ createComponent({
173
188
  tagName: 'admiralty-header',
174
189
  elementClass: AdmiraltyHeaderElement,
190
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
175
191
  react: React,
176
192
  events: { onTitledClicked: 'titledClicked' },
177
193
  defineCustomElement: defineAdmiraltyHeader
@@ -179,6 +195,7 @@ export const AdmiraltyHeader = /*@__PURE__*/ createComponent({
179
195
  export const AdmiraltyHeaderMenuItem = /*@__PURE__*/ createComponent({
180
196
  tagName: 'admiralty-header-menu-item',
181
197
  elementClass: AdmiraltyHeaderMenuItemElement,
198
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
182
199
  react: React,
183
200
  events: { onMenuItemClick: 'menuItemClick' },
184
201
  defineCustomElement: defineAdmiraltyHeaderMenuItem
@@ -186,6 +203,7 @@ export const AdmiraltyHeaderMenuItem = /*@__PURE__*/ createComponent({
186
203
  export const AdmiraltyHeaderMenuLink = /*@__PURE__*/ createComponent({
187
204
  tagName: 'admiralty-header-menu-link',
188
205
  elementClass: AdmiraltyHeaderMenuLinkElement,
206
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
189
207
  react: React,
190
208
  events: { onMenuItemClick: 'menuItemClick' },
191
209
  defineCustomElement: defineAdmiraltyHeaderMenuLink
@@ -193,6 +211,7 @@ export const AdmiraltyHeaderMenuLink = /*@__PURE__*/ createComponent({
193
211
  export const AdmiraltyHeaderProfile = /*@__PURE__*/ createComponent({
194
212
  tagName: 'admiralty-header-profile',
195
213
  elementClass: AdmiraltyHeaderProfileElement,
214
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
196
215
  react: React,
197
216
  events: {
198
217
  onSignInClicked: 'signInClicked',
@@ -204,6 +223,7 @@ export const AdmiraltyHeaderProfile = /*@__PURE__*/ createComponent({
204
223
  export const AdmiraltyHeaderSubMenuItem = /*@__PURE__*/ createComponent({
205
224
  tagName: 'admiralty-header-sub-menu-item',
206
225
  elementClass: AdmiraltyHeaderSubMenuItemElement,
226
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
207
227
  react: React,
208
228
  events: { onSubMenuItemClick: 'subMenuItemClick' },
209
229
  defineCustomElement: defineAdmiraltyHeaderSubMenuItem
@@ -211,6 +231,7 @@ export const AdmiraltyHeaderSubMenuItem = /*@__PURE__*/ createComponent({
211
231
  export const AdmiraltyHint = /*@__PURE__*/ createComponent({
212
232
  tagName: 'admiralty-hint',
213
233
  elementClass: AdmiraltyHintElement,
234
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
214
235
  react: React,
215
236
  events: {},
216
237
  defineCustomElement: defineAdmiraltyHint
@@ -218,6 +239,7 @@ export const AdmiraltyHint = /*@__PURE__*/ createComponent({
218
239
  export const AdmiraltyHr = /*@__PURE__*/ createComponent({
219
240
  tagName: 'admiralty-hr',
220
241
  elementClass: AdmiraltyHrElement,
242
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
221
243
  react: React,
222
244
  events: {},
223
245
  defineCustomElement: defineAdmiraltyHr
@@ -225,6 +247,7 @@ export const AdmiraltyHr = /*@__PURE__*/ createComponent({
225
247
  export const AdmiraltyIcon = /*@__PURE__*/ createComponent({
226
248
  tagName: 'admiralty-icon',
227
249
  elementClass: AdmiraltyIconElement,
250
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
228
251
  react: React,
229
252
  events: {},
230
253
  defineCustomElement: defineAdmiraltyIcon
@@ -232,6 +255,7 @@ export const AdmiraltyIcon = /*@__PURE__*/ createComponent({
232
255
  export const AdmiraltyIconSideBar = /*@__PURE__*/ createComponent({
233
256
  tagName: 'admiralty-icon-side-bar',
234
257
  elementClass: AdmiraltyIconSideBarElement,
258
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
235
259
  react: React,
236
260
  events: {},
237
261
  defineCustomElement: defineAdmiraltyIconSideBar
@@ -239,6 +263,7 @@ export const AdmiraltyIconSideBar = /*@__PURE__*/ createComponent({
239
263
  export const AdmiraltyIconSideBarItem = /*@__PURE__*/ createComponent({
240
264
  tagName: 'admiralty-icon-side-bar-item',
241
265
  elementClass: AdmiraltyIconSideBarItemElement,
266
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
242
267
  react: React,
243
268
  events: {
244
269
  onToggled: 'toggled',
@@ -249,6 +274,7 @@ export const AdmiraltyIconSideBarItem = /*@__PURE__*/ createComponent({
249
274
  export const AdmiraltyInput = /*@__PURE__*/ createComponent({
250
275
  tagName: 'admiralty-input',
251
276
  elementClass: AdmiraltyInputElement,
277
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
252
278
  react: React,
253
279
  events: {
254
280
  onAdmiraltyInput: 'admiraltyInput',
@@ -260,6 +286,7 @@ export const AdmiraltyInput = /*@__PURE__*/ createComponent({
260
286
  export const AdmiraltyInputInvalid = /*@__PURE__*/ createComponent({
261
287
  tagName: 'admiralty-input-invalid',
262
288
  elementClass: AdmiraltyInputInvalidElement,
289
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
263
290
  react: React,
264
291
  events: {},
265
292
  defineCustomElement: defineAdmiraltyInputInvalid
@@ -267,6 +294,7 @@ export const AdmiraltyInputInvalid = /*@__PURE__*/ createComponent({
267
294
  export const AdmiraltyLabel = /*@__PURE__*/ createComponent({
268
295
  tagName: 'admiralty-label',
269
296
  elementClass: AdmiraltyLabelElement,
297
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
270
298
  react: React,
271
299
  events: {},
272
300
  defineCustomElement: defineAdmiraltyLabel
@@ -274,6 +302,7 @@ export const AdmiraltyLabel = /*@__PURE__*/ createComponent({
274
302
  export const AdmiraltyLink = /*@__PURE__*/ createComponent({
275
303
  tagName: 'admiralty-link',
276
304
  elementClass: AdmiraltyLinkElement,
305
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
277
306
  react: React,
278
307
  events: {},
279
308
  defineCustomElement: defineAdmiraltyLink
@@ -281,6 +310,7 @@ export const AdmiraltyLink = /*@__PURE__*/ createComponent({
281
310
  export const AdmiraltyModalDialog = /*@__PURE__*/ createComponent({
282
311
  tagName: 'admiralty-modal-dialog',
283
312
  elementClass: AdmiraltyModalDialogElement,
313
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
284
314
  react: React,
285
315
  events: {},
286
316
  defineCustomElement: defineAdmiraltyModalDialog
@@ -288,6 +318,7 @@ export const AdmiraltyModalDialog = /*@__PURE__*/ createComponent({
288
318
  export const AdmiraltyPaginator = /*@__PURE__*/ createComponent({
289
319
  tagName: 'admiralty-paginator',
290
320
  elementClass: AdmiraltyPaginatorElement,
321
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
291
322
  react: React,
292
323
  events: { onPageChange: 'pageChange' },
293
324
  defineCustomElement: defineAdmiraltyPaginator
@@ -295,6 +326,7 @@ export const AdmiraltyPaginator = /*@__PURE__*/ createComponent({
295
326
  export const AdmiraltyPhaseBanner = /*@__PURE__*/ createComponent({
296
327
  tagName: 'admiralty-phase-banner',
297
328
  elementClass: AdmiraltyPhaseBannerElement,
329
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
298
330
  react: React,
299
331
  events: {},
300
332
  defineCustomElement: defineAdmiraltyPhaseBanner
@@ -302,6 +334,7 @@ export const AdmiraltyPhaseBanner = /*@__PURE__*/ createComponent({
302
334
  export const AdmiraltyPill = /*@__PURE__*/ createComponent({
303
335
  tagName: 'admiralty-pill',
304
336
  elementClass: AdmiraltyPillElement,
337
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
305
338
  react: React,
306
339
  events: {},
307
340
  defineCustomElement: defineAdmiraltyPill
@@ -309,6 +342,7 @@ export const AdmiraltyPill = /*@__PURE__*/ createComponent({
309
342
  export const AdmiraltyProgressBar = /*@__PURE__*/ createComponent({
310
343
  tagName: 'admiralty-progress-bar',
311
344
  elementClass: AdmiraltyProgressBarElement,
345
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
312
346
  react: React,
313
347
  events: {},
314
348
  defineCustomElement: defineAdmiraltyProgressBar
@@ -316,6 +350,7 @@ export const AdmiraltyProgressBar = /*@__PURE__*/ createComponent({
316
350
  export const AdmiraltyProgressTracker = /*@__PURE__*/ createComponent({
317
351
  tagName: 'admiralty-progress-tracker',
318
352
  elementClass: AdmiraltyProgressTrackerElement,
353
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
319
354
  react: React,
320
355
  events: { onStepClicked: 'stepClicked' },
321
356
  defineCustomElement: defineAdmiraltyProgressTracker
@@ -323,6 +358,7 @@ export const AdmiraltyProgressTracker = /*@__PURE__*/ createComponent({
323
358
  export const AdmiraltyProgressTrackerStep = /*@__PURE__*/ createComponent({
324
359
  tagName: 'admiralty-progress-tracker-step',
325
360
  elementClass: AdmiraltyProgressTrackerStepElement,
361
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
326
362
  react: React,
327
363
  events: {},
328
364
  defineCustomElement: defineAdmiraltyProgressTrackerStep
@@ -330,6 +366,7 @@ export const AdmiraltyProgressTrackerStep = /*@__PURE__*/ createComponent({
330
366
  export const AdmiraltyRadio = /*@__PURE__*/ createComponent({
331
367
  tagName: 'admiralty-radio',
332
368
  elementClass: AdmiraltyRadioElement,
369
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
333
370
  react: React,
334
371
  events: {
335
372
  onAdmiraltyFocus: 'admiraltyFocus',
@@ -341,6 +378,7 @@ export const AdmiraltyRadio = /*@__PURE__*/ createComponent({
341
378
  export const AdmiraltyRadioGroup = /*@__PURE__*/ createComponent({
342
379
  tagName: 'admiralty-radio-group',
343
380
  elementClass: AdmiraltyRadioGroupElement,
381
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
344
382
  react: React,
345
383
  events: { onAdmiraltyChange: 'admiraltyChange' },
346
384
  defineCustomElement: defineAdmiraltyRadioGroup
@@ -348,6 +386,7 @@ export const AdmiraltyRadioGroup = /*@__PURE__*/ createComponent({
348
386
  export const AdmiraltyReadMore = /*@__PURE__*/ createComponent({
349
387
  tagName: 'admiralty-read-more',
350
388
  elementClass: AdmiraltyReadMoreElement,
389
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
351
390
  react: React,
352
391
  events: { onAdmiraltyToggled: 'admiraltyToggled' },
353
392
  defineCustomElement: defineAdmiraltyReadMore
@@ -355,6 +394,7 @@ export const AdmiraltyReadMore = /*@__PURE__*/ createComponent({
355
394
  export const AdmiraltySelect = /*@__PURE__*/ createComponent({
356
395
  tagName: 'admiralty-select',
357
396
  elementClass: AdmiraltySelectElement,
397
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
358
398
  react: React,
359
399
  events: {
360
400
  onAdmiraltyChange: 'admiraltyChange',
@@ -365,6 +405,7 @@ export const AdmiraltySelect = /*@__PURE__*/ createComponent({
365
405
  export const AdmiraltySideNav = /*@__PURE__*/ createComponent({
366
406
  tagName: 'admiralty-side-nav',
367
407
  elementClass: AdmiraltySideNavElement,
408
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
368
409
  react: React,
369
410
  events: {},
370
411
  defineCustomElement: defineAdmiraltySideNav
@@ -372,6 +413,7 @@ export const AdmiraltySideNav = /*@__PURE__*/ createComponent({
372
413
  export const AdmiraltySideNavItem = /*@__PURE__*/ createComponent({
373
414
  tagName: 'admiralty-side-nav-item',
374
415
  elementClass: AdmiraltySideNavItemElement,
416
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
375
417
  react: React,
376
418
  events: { onSideNavItemSelected: 'sideNavItemSelected' },
377
419
  defineCustomElement: defineAdmiraltySideNavItem
@@ -379,6 +421,7 @@ export const AdmiraltySideNavItem = /*@__PURE__*/ createComponent({
379
421
  export const AdmiraltySkeleton = /*@__PURE__*/ createComponent({
380
422
  tagName: 'admiralty-skeleton',
381
423
  elementClass: AdmiraltySkeletonElement,
424
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
382
425
  react: React,
383
426
  events: {},
384
427
  defineCustomElement: defineAdmiraltySkeleton
@@ -386,6 +429,7 @@ export const AdmiraltySkeleton = /*@__PURE__*/ createComponent({
386
429
  export const AdmiraltySkipLink = /*@__PURE__*/ createComponent({
387
430
  tagName: 'admiralty-skip-link',
388
431
  elementClass: AdmiraltySkipLinkElement,
432
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
389
433
  react: React,
390
434
  events: {},
391
435
  defineCustomElement: defineAdmiraltySkipLink
@@ -393,6 +437,7 @@ export const AdmiraltySkipLink = /*@__PURE__*/ createComponent({
393
437
  export const AdmiraltyTab = /*@__PURE__*/ createComponent({
394
438
  tagName: 'admiralty-tab',
395
439
  elementClass: AdmiraltyTabElement,
440
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
396
441
  react: React,
397
442
  events: {},
398
443
  defineCustomElement: defineAdmiraltyTab
@@ -400,6 +445,7 @@ export const AdmiraltyTab = /*@__PURE__*/ createComponent({
400
445
  export const AdmiraltyTabGroup = /*@__PURE__*/ createComponent({
401
446
  tagName: 'admiralty-tab-group',
402
447
  elementClass: AdmiraltyTabGroupElement,
448
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
403
449
  react: React,
404
450
  events: { onAdmiraltyTabSelected: 'admiraltyTabSelected' },
405
451
  defineCustomElement: defineAdmiraltyTabGroup
@@ -407,6 +453,7 @@ export const AdmiraltyTabGroup = /*@__PURE__*/ createComponent({
407
453
  export const AdmiraltyTable = /*@__PURE__*/ createComponent({
408
454
  tagName: 'admiralty-table',
409
455
  elementClass: AdmiraltyTableElement,
456
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
410
457
  react: React,
411
458
  events: {},
412
459
  defineCustomElement: defineAdmiraltyTable
@@ -414,6 +461,7 @@ export const AdmiraltyTable = /*@__PURE__*/ createComponent({
414
461
  export const AdmiraltyTableBody = /*@__PURE__*/ createComponent({
415
462
  tagName: 'admiralty-table-body',
416
463
  elementClass: AdmiraltyTableBodyElement,
464
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
417
465
  react: React,
418
466
  events: {},
419
467
  defineCustomElement: defineAdmiraltyTableBody
@@ -421,6 +469,7 @@ export const AdmiraltyTableBody = /*@__PURE__*/ createComponent({
421
469
  export const AdmiraltyTableCell = /*@__PURE__*/ createComponent({
422
470
  tagName: 'admiralty-table-cell',
423
471
  elementClass: AdmiraltyTableCellElement,
472
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
424
473
  react: React,
425
474
  events: {},
426
475
  defineCustomElement: defineAdmiraltyTableCell
@@ -428,6 +477,7 @@ export const AdmiraltyTableCell = /*@__PURE__*/ createComponent({
428
477
  export const AdmiraltyTableHeader = /*@__PURE__*/ createComponent({
429
478
  tagName: 'admiralty-table-header',
430
479
  elementClass: AdmiraltyTableHeaderElement,
480
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
431
481
  react: React,
432
482
  events: {},
433
483
  defineCustomElement: defineAdmiraltyTableHeader
@@ -435,6 +485,7 @@ export const AdmiraltyTableHeader = /*@__PURE__*/ createComponent({
435
485
  export const AdmiraltyTableHeaderCell = /*@__PURE__*/ createComponent({
436
486
  tagName: 'admiralty-table-header-cell',
437
487
  elementClass: AdmiraltyTableHeaderCellElement,
488
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
438
489
  react: React,
439
490
  events: {},
440
491
  defineCustomElement: defineAdmiraltyTableHeaderCell
@@ -442,6 +493,7 @@ export const AdmiraltyTableHeaderCell = /*@__PURE__*/ createComponent({
442
493
  export const AdmiraltyTableRow = /*@__PURE__*/ createComponent({
443
494
  tagName: 'admiralty-table-row',
444
495
  elementClass: AdmiraltyTableRowElement,
496
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
445
497
  react: React,
446
498
  events: {},
447
499
  defineCustomElement: defineAdmiraltyTableRow
@@ -449,6 +501,7 @@ export const AdmiraltyTableRow = /*@__PURE__*/ createComponent({
449
501
  export const AdmiraltyTextSideBar = /*@__PURE__*/ createComponent({
450
502
  tagName: 'admiralty-text-side-bar',
451
503
  elementClass: AdmiraltyTextSideBarElement,
504
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
452
505
  react: React,
453
506
  events: {},
454
507
  defineCustomElement: defineAdmiraltyTextSideBar
@@ -456,6 +509,7 @@ export const AdmiraltyTextSideBar = /*@__PURE__*/ createComponent({
456
509
  export const AdmiraltyTextSideBarItem = /*@__PURE__*/ createComponent({
457
510
  tagName: 'admiralty-text-side-bar-item',
458
511
  elementClass: AdmiraltyTextSideBarItemElement,
512
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
459
513
  react: React,
460
514
  events: {
461
515
  onToggled: 'toggled',
@@ -466,6 +520,7 @@ export const AdmiraltyTextSideBarItem = /*@__PURE__*/ createComponent({
466
520
  export const AdmiraltyTextarea = /*@__PURE__*/ createComponent({
467
521
  tagName: 'admiralty-textarea',
468
522
  elementClass: AdmiraltyTextareaElement,
523
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
469
524
  react: React,
470
525
  events: {
471
526
  onTextareaBlur: 'textareaBlur',
@@ -476,6 +531,7 @@ export const AdmiraltyTextarea = /*@__PURE__*/ createComponent({
476
531
  export const AdmiraltyThemeToggle = /*@__PURE__*/ createComponent({
477
532
  tagName: 'admiralty-theme-toggle',
478
533
  elementClass: AdmiraltyThemeToggleElement,
534
+ // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
479
535
  react: React,
480
536
  events: { onAdmiraltyThemeChange: 'admiraltyThemeChange' },
481
537
  defineCustomElement: defineAdmiraltyThemeToggle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukho/admiralty-react",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "license": "MIT",
5
5
  "url": "https://github.com/UKHO/admiralty-design-system",
6
6
  "repository": "git://github.com/UKHO/admiralty-design-system.git",
@@ -14,19 +14,19 @@
14
14
  "dist"
15
15
  ],
16
16
  "dependencies": {
17
- "@stencil/react-output-target": "^0.7.1",
18
- "@ukho/admiralty-core": "5.5.0"
17
+ "@stencil/react-output-target": "^0.7.4",
18
+ "@ukho/admiralty-core": "5.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=17",
22
22
  "react-dom": ">=17"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/react": "^18.3.7",
25
+ "@types/react": "^18.3.28",
26
26
  "@types/react-dom": "^18.3.7",
27
27
  "react": "^18.3.1",
28
28
  "react-dom": "^18.3.1",
29
- "typescript": "^5.6.2"
29
+ "typescript": "^5.9.3"
30
30
  },
31
- "gitHead": "af2429aca0d46b3614ab237a7edd28afac1e8f9f"
31
+ "gitHead": "2d957a5802e601306d7aba33c6ed2af07f70478d"
32
32
  }