@genesislcap/foundation-header 14.165.1 → 14.165.2
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 +208 -208
- package/package.json +17 -17
|
@@ -31,54 +31,6 @@
|
|
|
31
31
|
}
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "javascript-module",
|
|
36
|
-
"path": "src/components/components.ts",
|
|
37
|
-
"declarations": [
|
|
38
|
-
{
|
|
39
|
-
"kind": "function",
|
|
40
|
-
"name": "loadZeroDesignSystem"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "function",
|
|
44
|
-
"name": "loadRemotes",
|
|
45
|
-
"description": "Load the wp5 module federation remote versions, or fallback to code split bundled versions.\nYou would really be targeting the client's design system, components etc here. For now just targeting zero."
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"exports": [
|
|
49
|
-
{
|
|
50
|
-
"kind": "js",
|
|
51
|
-
"name": "loadZeroDesignSystem",
|
|
52
|
-
"declaration": {
|
|
53
|
-
"name": "loadZeroDesignSystem",
|
|
54
|
-
"module": "src/components/components.ts"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"kind": "js",
|
|
59
|
-
"name": "loadRemotes",
|
|
60
|
-
"declaration": {
|
|
61
|
-
"name": "loadRemotes",
|
|
62
|
-
"module": "src/components/components.ts"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"kind": "javascript-module",
|
|
69
|
-
"path": "src/components/index.ts",
|
|
70
|
-
"declarations": [],
|
|
71
|
-
"exports": [
|
|
72
|
-
{
|
|
73
|
-
"kind": "js",
|
|
74
|
-
"name": "*",
|
|
75
|
-
"declaration": {
|
|
76
|
-
"name": "*",
|
|
77
|
-
"package": "./components"
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
34
|
{
|
|
83
35
|
"kind": "javascript-module",
|
|
84
36
|
"path": "src/config/index.ts",
|
|
@@ -102,168 +54,40 @@
|
|
|
102
54
|
},
|
|
103
55
|
{
|
|
104
56
|
"kind": "javascript-module",
|
|
105
|
-
"path": "src/
|
|
106
|
-
"declarations": [
|
|
107
|
-
{
|
|
108
|
-
"kind": "function",
|
|
109
|
-
"name": "getWebRGBA",
|
|
110
|
-
"parameters": [
|
|
111
|
-
{
|
|
112
|
-
"name": "rgb",
|
|
113
|
-
"type": {
|
|
114
|
-
"text": "ColorRGBA64"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "alpha",
|
|
119
|
-
"default": "1.0",
|
|
120
|
-
"type": {
|
|
121
|
-
"text": "number"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"kind": "variable",
|
|
128
|
-
"name": "defaultBackgroundHover"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"kind": "variable",
|
|
132
|
-
"name": "defaultBackgroundItem"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"kind": "variable",
|
|
136
|
-
"name": "backgroundNavOption"
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"exports": [
|
|
140
|
-
{
|
|
141
|
-
"kind": "js",
|
|
142
|
-
"name": "getWebRGBA",
|
|
143
|
-
"declaration": {
|
|
144
|
-
"name": "getWebRGBA",
|
|
145
|
-
"module": "src/styles/colors.ts"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"kind": "js",
|
|
150
|
-
"name": "defaultBackgroundHover",
|
|
151
|
-
"declaration": {
|
|
152
|
-
"name": "defaultBackgroundHover",
|
|
153
|
-
"module": "src/styles/colors.ts"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"kind": "js",
|
|
158
|
-
"name": "defaultBackgroundItem",
|
|
159
|
-
"declaration": {
|
|
160
|
-
"name": "defaultBackgroundItem",
|
|
161
|
-
"module": "src/styles/colors.ts"
|
|
162
|
-
}
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"kind": "js",
|
|
166
|
-
"name": "backgroundNavOption",
|
|
167
|
-
"declaration": {
|
|
168
|
-
"name": "backgroundNavOption",
|
|
169
|
-
"module": "src/styles/colors.ts"
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
]
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"kind": "javascript-module",
|
|
176
|
-
"path": "src/styles/index.ts",
|
|
177
|
-
"declarations": [],
|
|
178
|
-
"exports": [
|
|
179
|
-
{
|
|
180
|
-
"kind": "js",
|
|
181
|
-
"name": "*",
|
|
182
|
-
"declaration": {
|
|
183
|
-
"name": "*",
|
|
184
|
-
"package": "./colors"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"kind": "js",
|
|
189
|
-
"name": "*",
|
|
190
|
-
"declaration": {
|
|
191
|
-
"name": "*",
|
|
192
|
-
"package": "./styles"
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"kind": "javascript-module",
|
|
199
|
-
"path": "src/styles/styles.ts",
|
|
57
|
+
"path": "src/components/components.ts",
|
|
200
58
|
"declarations": [
|
|
201
59
|
{
|
|
202
60
|
"kind": "function",
|
|
203
|
-
"name": "
|
|
204
|
-
"parameters": [
|
|
205
|
-
{
|
|
206
|
-
"name": "display",
|
|
207
|
-
"default": "'block'",
|
|
208
|
-
"type": {
|
|
209
|
-
"text": "string"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"kind": "function",
|
|
217
|
-
"name": "genesisLogo",
|
|
218
|
-
"parameters": [
|
|
219
|
-
{
|
|
220
|
-
"name": "slot",
|
|
221
|
-
"default": "'start'"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"description": "TODO"
|
|
61
|
+
"name": "loadZeroDesignSystem"
|
|
225
62
|
},
|
|
226
63
|
{
|
|
227
64
|
"kind": "function",
|
|
228
|
-
"name": "
|
|
229
|
-
"
|
|
230
|
-
{
|
|
231
|
-
"name": "slot",
|
|
232
|
-
"default": "'start'"
|
|
233
|
-
}
|
|
234
|
-
]
|
|
65
|
+
"name": "loadRemotes",
|
|
66
|
+
"description": "Load the wp5 module federation remote versions, or fallback to code split bundled versions.\nYou would really be targeting the client's design system, components etc here. For now just targeting zero."
|
|
235
67
|
}
|
|
236
68
|
],
|
|
237
69
|
"exports": [
|
|
238
70
|
{
|
|
239
71
|
"kind": "js",
|
|
240
|
-
"name": "
|
|
241
|
-
"declaration": {
|
|
242
|
-
"name": "mixinScreen",
|
|
243
|
-
"module": "src/styles/styles.ts"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"kind": "js",
|
|
248
|
-
"name": "genesisLogo",
|
|
72
|
+
"name": "loadZeroDesignSystem",
|
|
249
73
|
"declaration": {
|
|
250
|
-
"name": "
|
|
251
|
-
"module": "src/
|
|
74
|
+
"name": "loadZeroDesignSystem",
|
|
75
|
+
"module": "src/components/components.ts"
|
|
252
76
|
}
|
|
253
77
|
},
|
|
254
78
|
{
|
|
255
79
|
"kind": "js",
|
|
256
|
-
"name": "
|
|
80
|
+
"name": "loadRemotes",
|
|
257
81
|
"declaration": {
|
|
258
|
-
"name": "
|
|
259
|
-
"module": "src/
|
|
82
|
+
"name": "loadRemotes",
|
|
83
|
+
"module": "src/components/components.ts"
|
|
260
84
|
}
|
|
261
85
|
}
|
|
262
86
|
]
|
|
263
87
|
},
|
|
264
88
|
{
|
|
265
89
|
"kind": "javascript-module",
|
|
266
|
-
"path": "src/
|
|
90
|
+
"path": "src/components/index.ts",
|
|
267
91
|
"declarations": [],
|
|
268
92
|
"exports": [
|
|
269
93
|
{
|
|
@@ -271,27 +95,7 @@
|
|
|
271
95
|
"name": "*",
|
|
272
96
|
"declaration": {
|
|
273
97
|
"name": "*",
|
|
274
|
-
"package": "./
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"kind": "javascript-module",
|
|
281
|
-
"path": "src/utils/logger.ts",
|
|
282
|
-
"declarations": [
|
|
283
|
-
{
|
|
284
|
-
"kind": "variable",
|
|
285
|
-
"name": "logger"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"exports": [
|
|
289
|
-
{
|
|
290
|
-
"kind": "js",
|
|
291
|
-
"name": "logger",
|
|
292
|
-
"declaration": {
|
|
293
|
-
"name": "logger",
|
|
294
|
-
"module": "src/utils/logger.ts"
|
|
98
|
+
"package": "./components"
|
|
295
99
|
}
|
|
296
100
|
}
|
|
297
101
|
]
|
|
@@ -694,6 +498,202 @@
|
|
|
694
498
|
}
|
|
695
499
|
}
|
|
696
500
|
]
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"kind": "javascript-module",
|
|
504
|
+
"path": "src/styles/colors.ts",
|
|
505
|
+
"declarations": [
|
|
506
|
+
{
|
|
507
|
+
"kind": "function",
|
|
508
|
+
"name": "getWebRGBA",
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "rgb",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "ColorRGBA64"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "alpha",
|
|
518
|
+
"default": "1.0",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "number"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "variable",
|
|
527
|
+
"name": "defaultBackgroundHover"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "variable",
|
|
531
|
+
"name": "defaultBackgroundItem"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"kind": "variable",
|
|
535
|
+
"name": "backgroundNavOption"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"exports": [
|
|
539
|
+
{
|
|
540
|
+
"kind": "js",
|
|
541
|
+
"name": "getWebRGBA",
|
|
542
|
+
"declaration": {
|
|
543
|
+
"name": "getWebRGBA",
|
|
544
|
+
"module": "src/styles/colors.ts"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"kind": "js",
|
|
549
|
+
"name": "defaultBackgroundHover",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "defaultBackgroundHover",
|
|
552
|
+
"module": "src/styles/colors.ts"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "js",
|
|
557
|
+
"name": "defaultBackgroundItem",
|
|
558
|
+
"declaration": {
|
|
559
|
+
"name": "defaultBackgroundItem",
|
|
560
|
+
"module": "src/styles/colors.ts"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"kind": "js",
|
|
565
|
+
"name": "backgroundNavOption",
|
|
566
|
+
"declaration": {
|
|
567
|
+
"name": "backgroundNavOption",
|
|
568
|
+
"module": "src/styles/colors.ts"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"kind": "javascript-module",
|
|
575
|
+
"path": "src/styles/index.ts",
|
|
576
|
+
"declarations": [],
|
|
577
|
+
"exports": [
|
|
578
|
+
{
|
|
579
|
+
"kind": "js",
|
|
580
|
+
"name": "*",
|
|
581
|
+
"declaration": {
|
|
582
|
+
"name": "*",
|
|
583
|
+
"package": "./colors"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"kind": "js",
|
|
588
|
+
"name": "*",
|
|
589
|
+
"declaration": {
|
|
590
|
+
"name": "*",
|
|
591
|
+
"package": "./styles"
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "javascript-module",
|
|
598
|
+
"path": "src/styles/styles.ts",
|
|
599
|
+
"declarations": [
|
|
600
|
+
{
|
|
601
|
+
"kind": "function",
|
|
602
|
+
"name": "mixinScreen",
|
|
603
|
+
"parameters": [
|
|
604
|
+
{
|
|
605
|
+
"name": "display",
|
|
606
|
+
"default": "'block'",
|
|
607
|
+
"type": {
|
|
608
|
+
"text": "string"
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "function",
|
|
616
|
+
"name": "genesisLogo",
|
|
617
|
+
"parameters": [
|
|
618
|
+
{
|
|
619
|
+
"name": "slot",
|
|
620
|
+
"default": "'start'"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"description": "TODO"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "function",
|
|
627
|
+
"name": "settingsIcon",
|
|
628
|
+
"parameters": [
|
|
629
|
+
{
|
|
630
|
+
"name": "slot",
|
|
631
|
+
"default": "'start'"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"exports": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "js",
|
|
639
|
+
"name": "mixinScreen",
|
|
640
|
+
"declaration": {
|
|
641
|
+
"name": "mixinScreen",
|
|
642
|
+
"module": "src/styles/styles.ts"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "js",
|
|
647
|
+
"name": "genesisLogo",
|
|
648
|
+
"declaration": {
|
|
649
|
+
"name": "genesisLogo",
|
|
650
|
+
"module": "src/styles/styles.ts"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "js",
|
|
655
|
+
"name": "settingsIcon",
|
|
656
|
+
"declaration": {
|
|
657
|
+
"name": "settingsIcon",
|
|
658
|
+
"module": "src/styles/styles.ts"
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "javascript-module",
|
|
665
|
+
"path": "src/utils/index.ts",
|
|
666
|
+
"declarations": [],
|
|
667
|
+
"exports": [
|
|
668
|
+
{
|
|
669
|
+
"kind": "js",
|
|
670
|
+
"name": "*",
|
|
671
|
+
"declaration": {
|
|
672
|
+
"name": "*",
|
|
673
|
+
"package": "./logger"
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
]
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"kind": "javascript-module",
|
|
680
|
+
"path": "src/utils/logger.ts",
|
|
681
|
+
"declarations": [
|
|
682
|
+
{
|
|
683
|
+
"kind": "variable",
|
|
684
|
+
"name": "logger"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"exports": [
|
|
688
|
+
{
|
|
689
|
+
"kind": "js",
|
|
690
|
+
"name": "logger",
|
|
691
|
+
"declaration": {
|
|
692
|
+
"name": "logger",
|
|
693
|
+
"module": "src/utils/logger.ts"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
]
|
|
697
697
|
}
|
|
698
698
|
]
|
|
699
699
|
}
|
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.165.
|
|
4
|
+
"version": "14.165.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -68,24 +68,24 @@
|
|
|
68
68
|
"test:debug": "genx test --debug"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@genesislcap/foundation-testing": "14.165.
|
|
72
|
-
"@genesislcap/genx": "14.165.
|
|
73
|
-
"@genesislcap/rollup-builder": "14.165.
|
|
74
|
-
"@genesislcap/ts-builder": "14.165.
|
|
75
|
-
"@genesislcap/uvu-playwright-builder": "14.165.
|
|
76
|
-
"@genesislcap/vite-builder": "14.165.
|
|
77
|
-
"@genesislcap/webpack-builder": "14.165.
|
|
71
|
+
"@genesislcap/foundation-testing": "14.165.2",
|
|
72
|
+
"@genesislcap/genx": "14.165.2",
|
|
73
|
+
"@genesislcap/rollup-builder": "14.165.2",
|
|
74
|
+
"@genesislcap/ts-builder": "14.165.2",
|
|
75
|
+
"@genesislcap/uvu-playwright-builder": "14.165.2",
|
|
76
|
+
"@genesislcap/vite-builder": "14.165.2",
|
|
77
|
+
"@genesislcap/webpack-builder": "14.165.2",
|
|
78
78
|
"rimraf": "^3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.165.
|
|
82
|
-
"@genesislcap/foundation-events": "14.165.
|
|
83
|
-
"@genesislcap/foundation-i18n": "14.165.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.165.
|
|
85
|
-
"@genesislcap/foundation-shell": "14.165.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.165.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.165.
|
|
88
|
-
"@genesislcap/foundation-zero": "14.165.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.165.2",
|
|
82
|
+
"@genesislcap/foundation-events": "14.165.2",
|
|
83
|
+
"@genesislcap/foundation-i18n": "14.165.2",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.165.2",
|
|
85
|
+
"@genesislcap/foundation-shell": "14.165.2",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.165.2",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.165.2",
|
|
88
|
+
"@genesislcap/foundation-zero": "14.165.2",
|
|
89
89
|
"@microsoft/fast-colors": "^5.3.1",
|
|
90
90
|
"@microsoft/fast-components": "^2.30.6",
|
|
91
91
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
103
|
"customElements": "dist/custom-elements.json",
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "82e64d5c660134bc453fc0171f6f937b5f78848c"
|
|
105
105
|
}
|