@genesislcap/foundation-header 14.372.0 → 14.373.1-FUI-2457.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.
- package/dist/custom-elements.json +336 -336
- package/package.json +22 -22
|
@@ -33,228 +33,6 @@
|
|
|
33
33
|
}
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
|
-
{
|
|
37
|
-
"kind": "javascript-module",
|
|
38
|
-
"path": "src/components/control-panel.ts",
|
|
39
|
-
"declarations": [
|
|
40
|
-
{
|
|
41
|
-
"kind": "class",
|
|
42
|
-
"description": "control-panel",
|
|
43
|
-
"name": "ControlPanel",
|
|
44
|
-
"members": [
|
|
45
|
-
{
|
|
46
|
-
"kind": "field",
|
|
47
|
-
"name": "handleKeyDown",
|
|
48
|
-
"privacy": "private"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "field",
|
|
52
|
-
"name": "handleKeyDownBound",
|
|
53
|
-
"privacy": "private"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"kind": "method",
|
|
57
|
-
"name": "toggleSelection",
|
|
58
|
-
"privacy": "private",
|
|
59
|
-
"return": {
|
|
60
|
-
"type": {
|
|
61
|
-
"text": "SelectableKey[]"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"parameters": [
|
|
65
|
-
{
|
|
66
|
-
"name": "key",
|
|
67
|
-
"type": {
|
|
68
|
-
"text": "string"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "keys",
|
|
73
|
-
"type": {
|
|
74
|
-
"text": "SelectableKey[]"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"kind": "method",
|
|
81
|
-
"name": "deleteKeysFromSessionStorage",
|
|
82
|
-
"privacy": "private",
|
|
83
|
-
"parameters": [
|
|
84
|
-
{
|
|
85
|
-
"name": "storageKey",
|
|
86
|
-
"type": {
|
|
87
|
-
"text": "string"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "keysToDelete",
|
|
92
|
-
"type": {
|
|
93
|
-
"text": "string[]"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"kind": "method",
|
|
100
|
-
"name": "deleteKeysFromLocalStorage",
|
|
101
|
-
"privacy": "private",
|
|
102
|
-
"parameters": [
|
|
103
|
-
{
|
|
104
|
-
"name": "storageKey",
|
|
105
|
-
"type": {
|
|
106
|
-
"text": "string"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "keys",
|
|
111
|
-
"type": {
|
|
112
|
-
"text": "SelectableKey[]"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
]
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"kind": "method",
|
|
119
|
-
"name": "getKeysForSessionStorageItem",
|
|
120
|
-
"privacy": "private",
|
|
121
|
-
"return": {
|
|
122
|
-
"type": {
|
|
123
|
-
"text": "SelectableKey[]"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"parameters": [
|
|
127
|
-
{
|
|
128
|
-
"name": "storageKey",
|
|
129
|
-
"type": {
|
|
130
|
-
"text": "string"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"kind": "method",
|
|
137
|
-
"name": "getKeysForStorageItem",
|
|
138
|
-
"privacy": "private",
|
|
139
|
-
"return": {
|
|
140
|
-
"type": {
|
|
141
|
-
"text": "SelectableKey[]"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"parameters": [
|
|
145
|
-
{
|
|
146
|
-
"name": "storageKey",
|
|
147
|
-
"type": {
|
|
148
|
-
"text": "string"
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"kind": "method",
|
|
155
|
-
"name": "getKeysForKVStorage",
|
|
156
|
-
"privacy": "private",
|
|
157
|
-
"return": {
|
|
158
|
-
"type": {
|
|
159
|
-
"text": "Promise<SelectableKey[]>"
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"kind": "method",
|
|
165
|
-
"name": "deleteKeysFromKVStorage",
|
|
166
|
-
"privacy": "private",
|
|
167
|
-
"return": {
|
|
168
|
-
"type": {
|
|
169
|
-
"text": "Promise<void>"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"parameters": [
|
|
173
|
-
{
|
|
174
|
-
"name": "keysToDelete",
|
|
175
|
-
"type": {
|
|
176
|
-
"text": "string[]"
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
]
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"superclass": {
|
|
183
|
-
"name": "GenesisElement",
|
|
184
|
-
"package": "@genesislcap/web-core"
|
|
185
|
-
},
|
|
186
|
-
"tagName": "control-panel",
|
|
187
|
-
"customElement": true
|
|
188
|
-
}
|
|
189
|
-
],
|
|
190
|
-
"exports": [
|
|
191
|
-
{
|
|
192
|
-
"kind": "custom-element-definition",
|
|
193
|
-
"name": "control-panel",
|
|
194
|
-
"declaration": {
|
|
195
|
-
"name": "ControlPanel",
|
|
196
|
-
"module": "src/components/control-panel.ts"
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"kind": "javascript-module",
|
|
203
|
-
"path": "src/components/index.ts",
|
|
204
|
-
"declarations": [],
|
|
205
|
-
"exports": [
|
|
206
|
-
{
|
|
207
|
-
"kind": "js",
|
|
208
|
-
"name": "*",
|
|
209
|
-
"declaration": {
|
|
210
|
-
"name": "*",
|
|
211
|
-
"package": "./control-panel"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"kind": "javascript-module",
|
|
218
|
-
"path": "src/components/rapid-components.ts",
|
|
219
|
-
"declarations": [
|
|
220
|
-
{
|
|
221
|
-
"kind": "function",
|
|
222
|
-
"name": "registerCommonRapidComponents",
|
|
223
|
-
"privacy": "public"
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
"exports": [
|
|
227
|
-
{
|
|
228
|
-
"kind": "js",
|
|
229
|
-
"name": "registerCommonRapidComponents",
|
|
230
|
-
"declaration": {
|
|
231
|
-
"name": "registerCommonRapidComponents",
|
|
232
|
-
"module": "src/components/rapid-components.ts"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"kind": "javascript-module",
|
|
239
|
-
"path": "src/components/zero-components.ts",
|
|
240
|
-
"declarations": [
|
|
241
|
-
{
|
|
242
|
-
"kind": "function",
|
|
243
|
-
"name": "registerCommonZeroComponents",
|
|
244
|
-
"privacy": "public"
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"exports": [
|
|
248
|
-
{
|
|
249
|
-
"kind": "js",
|
|
250
|
-
"name": "registerCommonZeroComponents",
|
|
251
|
-
"declaration": {
|
|
252
|
-
"name": "registerCommonZeroComponents",
|
|
253
|
-
"module": "src/components/zero-components.ts"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
]
|
|
257
|
-
},
|
|
258
36
|
{
|
|
259
37
|
"kind": "javascript-module",
|
|
260
38
|
"path": "src/config/config.ts",
|
|
@@ -412,78 +190,172 @@
|
|
|
412
190
|
},
|
|
413
191
|
{
|
|
414
192
|
"kind": "javascript-module",
|
|
415
|
-
"path": "src/
|
|
193
|
+
"path": "src/components/control-panel.ts",
|
|
416
194
|
"declarations": [
|
|
417
195
|
{
|
|
418
|
-
"kind": "
|
|
419
|
-
"
|
|
420
|
-
"
|
|
196
|
+
"kind": "class",
|
|
197
|
+
"description": "control-panel",
|
|
198
|
+
"name": "ControlPanel",
|
|
199
|
+
"members": [
|
|
421
200
|
{
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
|
|
425
|
-
}
|
|
201
|
+
"kind": "field",
|
|
202
|
+
"name": "handleKeyDown",
|
|
203
|
+
"privacy": "private"
|
|
426
204
|
},
|
|
427
205
|
{
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
|
|
206
|
+
"kind": "field",
|
|
207
|
+
"name": "handleKeyDownBound",
|
|
208
|
+
"privacy": "private"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"kind": "method",
|
|
212
|
+
"name": "toggleSelection",
|
|
213
|
+
"privacy": "private",
|
|
214
|
+
"return": {
|
|
215
|
+
"type": {
|
|
216
|
+
"text": "SelectableKey[]"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"parameters": [
|
|
220
|
+
{
|
|
221
|
+
"name": "key",
|
|
222
|
+
"type": {
|
|
223
|
+
"text": "string"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "keys",
|
|
228
|
+
"type": {
|
|
229
|
+
"text": "SelectableKey[]"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"kind": "method",
|
|
236
|
+
"name": "deleteKeysFromSessionStorage",
|
|
237
|
+
"privacy": "private",
|
|
238
|
+
"parameters": [
|
|
239
|
+
{
|
|
240
|
+
"name": "storageKey",
|
|
241
|
+
"type": {
|
|
242
|
+
"text": "string"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "keysToDelete",
|
|
247
|
+
"type": {
|
|
248
|
+
"text": "string[]"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "method",
|
|
255
|
+
"name": "deleteKeysFromLocalStorage",
|
|
256
|
+
"privacy": "private",
|
|
257
|
+
"parameters": [
|
|
258
|
+
{
|
|
259
|
+
"name": "storageKey",
|
|
260
|
+
"type": {
|
|
261
|
+
"text": "string"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "keys",
|
|
266
|
+
"type": {
|
|
267
|
+
"text": "SelectableKey[]"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"kind": "method",
|
|
274
|
+
"name": "getKeysForSessionStorageItem",
|
|
275
|
+
"privacy": "private",
|
|
276
|
+
"return": {
|
|
277
|
+
"type": {
|
|
278
|
+
"text": "SelectableKey[]"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"parameters": [
|
|
282
|
+
{
|
|
283
|
+
"name": "storageKey",
|
|
284
|
+
"type": {
|
|
285
|
+
"text": "string"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"kind": "method",
|
|
292
|
+
"name": "getKeysForStorageItem",
|
|
293
|
+
"privacy": "private",
|
|
294
|
+
"return": {
|
|
295
|
+
"type": {
|
|
296
|
+
"text": "SelectableKey[]"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"parameters": [
|
|
300
|
+
{
|
|
301
|
+
"name": "storageKey",
|
|
302
|
+
"type": {
|
|
303
|
+
"text": "string"
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"kind": "method",
|
|
310
|
+
"name": "getKeysForKVStorage",
|
|
311
|
+
"privacy": "private",
|
|
312
|
+
"return": {
|
|
313
|
+
"type": {
|
|
314
|
+
"text": "Promise<SelectableKey[]>"
|
|
315
|
+
}
|
|
432
316
|
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "method",
|
|
320
|
+
"name": "deleteKeysFromKVStorage",
|
|
321
|
+
"privacy": "private",
|
|
322
|
+
"return": {
|
|
323
|
+
"type": {
|
|
324
|
+
"text": "Promise<void>"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"parameters": [
|
|
328
|
+
{
|
|
329
|
+
"name": "keysToDelete",
|
|
330
|
+
"type": {
|
|
331
|
+
"text": "string[]"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
]
|
|
433
335
|
}
|
|
434
|
-
]
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
"kind": "variable",
|
|
442
|
-
"name": "defaultBackgroundItem"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"kind": "variable",
|
|
446
|
-
"name": "backgroundNavOption"
|
|
336
|
+
],
|
|
337
|
+
"superclass": {
|
|
338
|
+
"name": "GenesisElement",
|
|
339
|
+
"package": "@genesislcap/web-core"
|
|
340
|
+
},
|
|
341
|
+
"tagName": "control-panel",
|
|
342
|
+
"customElement": true
|
|
447
343
|
}
|
|
448
|
-
],
|
|
449
|
-
"exports": [
|
|
450
|
-
{
|
|
451
|
-
"kind": "js",
|
|
452
|
-
"name": "getWebRGBA",
|
|
453
|
-
"declaration": {
|
|
454
|
-
"name": "getWebRGBA",
|
|
455
|
-
"module": "src/styles/colors.ts"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"kind": "js",
|
|
460
|
-
"name": "defaultBackgroundHover",
|
|
461
|
-
"declaration": {
|
|
462
|
-
"name": "defaultBackgroundHover",
|
|
463
|
-
"module": "src/styles/colors.ts"
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"kind": "js",
|
|
468
|
-
"name": "defaultBackgroundItem",
|
|
469
|
-
"declaration": {
|
|
470
|
-
"name": "defaultBackgroundItem",
|
|
471
|
-
"module": "src/styles/colors.ts"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
344
|
+
],
|
|
345
|
+
"exports": [
|
|
474
346
|
{
|
|
475
|
-
"kind": "
|
|
476
|
-
"name": "
|
|
347
|
+
"kind": "custom-element-definition",
|
|
348
|
+
"name": "control-panel",
|
|
477
349
|
"declaration": {
|
|
478
|
-
"name": "
|
|
479
|
-
"module": "src/
|
|
350
|
+
"name": "ControlPanel",
|
|
351
|
+
"module": "src/components/control-panel.ts"
|
|
480
352
|
}
|
|
481
353
|
}
|
|
482
354
|
]
|
|
483
355
|
},
|
|
484
356
|
{
|
|
485
357
|
"kind": "javascript-module",
|
|
486
|
-
"path": "src/
|
|
358
|
+
"path": "src/components/index.ts",
|
|
487
359
|
"declarations": [],
|
|
488
360
|
"exports": [
|
|
489
361
|
{
|
|
@@ -491,82 +363,49 @@
|
|
|
491
363
|
"name": "*",
|
|
492
364
|
"declaration": {
|
|
493
365
|
"name": "*",
|
|
494
|
-
"package": "./
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"kind": "js",
|
|
499
|
-
"name": "*",
|
|
500
|
-
"declaration": {
|
|
501
|
-
"name": "*",
|
|
502
|
-
"package": "./styles"
|
|
366
|
+
"package": "./control-panel"
|
|
503
367
|
}
|
|
504
368
|
}
|
|
505
369
|
]
|
|
506
370
|
},
|
|
507
371
|
{
|
|
508
372
|
"kind": "javascript-module",
|
|
509
|
-
"path": "src/
|
|
373
|
+
"path": "src/components/rapid-components.ts",
|
|
510
374
|
"declarations": [
|
|
511
375
|
{
|
|
512
376
|
"kind": "function",
|
|
513
|
-
"name": "
|
|
514
|
-
"
|
|
515
|
-
{
|
|
516
|
-
"name": "display",
|
|
517
|
-
"default": "'block'",
|
|
518
|
-
"type": {
|
|
519
|
-
"text": "string"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
],
|
|
523
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"kind": "function",
|
|
527
|
-
"name": "genesisLogo",
|
|
528
|
-
"parameters": [
|
|
529
|
-
{
|
|
530
|
-
"name": "slot",
|
|
531
|
-
"default": "'start'"
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
"description": "TODO"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"kind": "function",
|
|
538
|
-
"name": "settingsIcon",
|
|
539
|
-
"parameters": [
|
|
540
|
-
{
|
|
541
|
-
"name": "slot",
|
|
542
|
-
"default": "'start'"
|
|
543
|
-
}
|
|
544
|
-
]
|
|
377
|
+
"name": "registerCommonRapidComponents",
|
|
378
|
+
"privacy": "public"
|
|
545
379
|
}
|
|
546
380
|
],
|
|
547
381
|
"exports": [
|
|
548
382
|
{
|
|
549
383
|
"kind": "js",
|
|
550
|
-
"name": "
|
|
384
|
+
"name": "registerCommonRapidComponents",
|
|
551
385
|
"declaration": {
|
|
552
|
-
"name": "
|
|
553
|
-
"module": "src/
|
|
386
|
+
"name": "registerCommonRapidComponents",
|
|
387
|
+
"module": "src/components/rapid-components.ts"
|
|
554
388
|
}
|
|
555
|
-
}
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "javascript-module",
|
|
394
|
+
"path": "src/components/zero-components.ts",
|
|
395
|
+
"declarations": [
|
|
556
396
|
{
|
|
557
|
-
"kind": "
|
|
558
|
-
"name": "
|
|
559
|
-
"
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
},
|
|
397
|
+
"kind": "function",
|
|
398
|
+
"name": "registerCommonZeroComponents",
|
|
399
|
+
"privacy": "public"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"exports": [
|
|
564
403
|
{
|
|
565
404
|
"kind": "js",
|
|
566
|
-
"name": "
|
|
405
|
+
"name": "registerCommonZeroComponents",
|
|
567
406
|
"declaration": {
|
|
568
|
-
"name": "
|
|
569
|
-
"module": "src/
|
|
407
|
+
"name": "registerCommonZeroComponents",
|
|
408
|
+
"module": "src/components/zero-components.ts"
|
|
570
409
|
}
|
|
571
410
|
}
|
|
572
411
|
]
|
|
@@ -3665,9 +3504,164 @@
|
|
|
3665
3504
|
},
|
|
3666
3505
|
{
|
|
3667
3506
|
"kind": "javascript-module",
|
|
3668
|
-
"path": "src/
|
|
3507
|
+
"path": "src/styles/colors.ts",
|
|
3508
|
+
"declarations": [
|
|
3509
|
+
{
|
|
3510
|
+
"kind": "function",
|
|
3511
|
+
"name": "getWebRGBA",
|
|
3512
|
+
"parameters": [
|
|
3513
|
+
{
|
|
3514
|
+
"name": "rgb",
|
|
3515
|
+
"type": {
|
|
3516
|
+
"text": "ColorRGBA64"
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "alpha",
|
|
3521
|
+
"default": "1.0",
|
|
3522
|
+
"type": {
|
|
3523
|
+
"text": "number"
|
|
3524
|
+
}
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "variable",
|
|
3530
|
+
"name": "defaultBackgroundHover"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "variable",
|
|
3534
|
+
"name": "defaultBackgroundItem"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"kind": "variable",
|
|
3538
|
+
"name": "backgroundNavOption"
|
|
3539
|
+
}
|
|
3540
|
+
],
|
|
3541
|
+
"exports": [
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "js",
|
|
3544
|
+
"name": "getWebRGBA",
|
|
3545
|
+
"declaration": {
|
|
3546
|
+
"name": "getWebRGBA",
|
|
3547
|
+
"module": "src/styles/colors.ts"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"kind": "js",
|
|
3552
|
+
"name": "defaultBackgroundHover",
|
|
3553
|
+
"declaration": {
|
|
3554
|
+
"name": "defaultBackgroundHover",
|
|
3555
|
+
"module": "src/styles/colors.ts"
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"kind": "js",
|
|
3560
|
+
"name": "defaultBackgroundItem",
|
|
3561
|
+
"declaration": {
|
|
3562
|
+
"name": "defaultBackgroundItem",
|
|
3563
|
+
"module": "src/styles/colors.ts"
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "js",
|
|
3568
|
+
"name": "backgroundNavOption",
|
|
3569
|
+
"declaration": {
|
|
3570
|
+
"name": "backgroundNavOption",
|
|
3571
|
+
"module": "src/styles/colors.ts"
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
]
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "javascript-module",
|
|
3578
|
+
"path": "src/styles/index.ts",
|
|
3669
3579
|
"declarations": [],
|
|
3670
|
-
"exports": [
|
|
3580
|
+
"exports": [
|
|
3581
|
+
{
|
|
3582
|
+
"kind": "js",
|
|
3583
|
+
"name": "*",
|
|
3584
|
+
"declaration": {
|
|
3585
|
+
"name": "*",
|
|
3586
|
+
"package": "./colors"
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"kind": "js",
|
|
3591
|
+
"name": "*",
|
|
3592
|
+
"declaration": {
|
|
3593
|
+
"name": "*",
|
|
3594
|
+
"package": "./styles"
|
|
3595
|
+
}
|
|
3596
|
+
}
|
|
3597
|
+
]
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "javascript-module",
|
|
3601
|
+
"path": "src/styles/styles.ts",
|
|
3602
|
+
"declarations": [
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "function",
|
|
3605
|
+
"name": "mixinScreen",
|
|
3606
|
+
"parameters": [
|
|
3607
|
+
{
|
|
3608
|
+
"name": "display",
|
|
3609
|
+
"default": "'block'",
|
|
3610
|
+
"type": {
|
|
3611
|
+
"text": "string"
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "function",
|
|
3619
|
+
"name": "genesisLogo",
|
|
3620
|
+
"parameters": [
|
|
3621
|
+
{
|
|
3622
|
+
"name": "slot",
|
|
3623
|
+
"default": "'start'"
|
|
3624
|
+
}
|
|
3625
|
+
],
|
|
3626
|
+
"description": "TODO"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"kind": "function",
|
|
3630
|
+
"name": "settingsIcon",
|
|
3631
|
+
"parameters": [
|
|
3632
|
+
{
|
|
3633
|
+
"name": "slot",
|
|
3634
|
+
"default": "'start'"
|
|
3635
|
+
}
|
|
3636
|
+
]
|
|
3637
|
+
}
|
|
3638
|
+
],
|
|
3639
|
+
"exports": [
|
|
3640
|
+
{
|
|
3641
|
+
"kind": "js",
|
|
3642
|
+
"name": "mixinScreen",
|
|
3643
|
+
"declaration": {
|
|
3644
|
+
"name": "mixinScreen",
|
|
3645
|
+
"module": "src/styles/styles.ts"
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"kind": "js",
|
|
3650
|
+
"name": "genesisLogo",
|
|
3651
|
+
"declaration": {
|
|
3652
|
+
"name": "genesisLogo",
|
|
3653
|
+
"module": "src/styles/styles.ts"
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"kind": "js",
|
|
3658
|
+
"name": "settingsIcon",
|
|
3659
|
+
"declaration": {
|
|
3660
|
+
"name": "settingsIcon",
|
|
3661
|
+
"module": "src/styles/styles.ts"
|
|
3662
|
+
}
|
|
3663
|
+
}
|
|
3664
|
+
]
|
|
3671
3665
|
},
|
|
3672
3666
|
{
|
|
3673
3667
|
"kind": "javascript-module",
|
|
@@ -3690,6 +3684,12 @@
|
|
|
3690
3684
|
"declarations": [],
|
|
3691
3685
|
"exports": []
|
|
3692
3686
|
},
|
|
3687
|
+
{
|
|
3688
|
+
"kind": "javascript-module",
|
|
3689
|
+
"path": "src/templates/rapid.template.ts",
|
|
3690
|
+
"declarations": [],
|
|
3691
|
+
"exports": []
|
|
3692
|
+
},
|
|
3693
3693
|
{
|
|
3694
3694
|
"kind": "javascript-module",
|
|
3695
3695
|
"path": "src/utils/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.373.1-FUI-2457.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@genesislcap/foundation-testing": "14.
|
|
81
|
-
"@genesislcap/genx": "14.
|
|
82
|
-
"@genesislcap/rollup-builder": "14.
|
|
83
|
-
"@genesislcap/ts-builder": "14.
|
|
84
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
85
|
-
"@genesislcap/vite-builder": "14.
|
|
86
|
-
"@genesislcap/webpack-builder": "14.
|
|
80
|
+
"@genesislcap/foundation-testing": "14.373.1-FUI-2457.1",
|
|
81
|
+
"@genesislcap/genx": "14.373.1-FUI-2457.1",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.373.1-FUI-2457.1",
|
|
83
|
+
"@genesislcap/ts-builder": "14.373.1-FUI-2457.1",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.373.1-FUI-2457.1",
|
|
85
|
+
"@genesislcap/vite-builder": "14.373.1-FUI-2457.1",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.373.1-FUI-2457.1"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-auth": "14.
|
|
90
|
-
"@genesislcap/foundation-comms": "14.
|
|
91
|
-
"@genesislcap/foundation-events": "14.
|
|
92
|
-
"@genesislcap/foundation-i18n": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-login": "14.
|
|
95
|
-
"@genesislcap/foundation-shell": "14.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.
|
|
97
|
-
"@genesislcap/foundation-user": "14.
|
|
98
|
-
"@genesislcap/foundation-utils": "14.
|
|
99
|
-
"@genesislcap/foundation-zero": "14.
|
|
100
|
-
"@genesislcap/rapid-design-system": "14.
|
|
101
|
-
"@genesislcap/web-core": "14.
|
|
89
|
+
"@genesislcap/foundation-auth": "14.373.1-FUI-2457.1",
|
|
90
|
+
"@genesislcap/foundation-comms": "14.373.1-FUI-2457.1",
|
|
91
|
+
"@genesislcap/foundation-events": "14.373.1-FUI-2457.1",
|
|
92
|
+
"@genesislcap/foundation-i18n": "14.373.1-FUI-2457.1",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.373.1-FUI-2457.1",
|
|
94
|
+
"@genesislcap/foundation-login": "14.373.1-FUI-2457.1",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.373.1-FUI-2457.1",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.373.1-FUI-2457.1",
|
|
97
|
+
"@genesislcap/foundation-user": "14.373.1-FUI-2457.1",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.373.1-FUI-2457.1",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.373.1-FUI-2457.1",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.373.1-FUI-2457.1",
|
|
101
|
+
"@genesislcap/web-core": "14.373.1-FUI-2457.1"
|
|
102
102
|
},
|
|
103
103
|
"repository": {
|
|
104
104
|
"type": "git",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "e90b6462c1782f491ef86a83a1b6f9fd43f42c10"
|
|
113
113
|
}
|