@genesislcap/foundation-header 14.159.0 → 14.160.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 (2) hide show
  1. package/dist/custom-elements.json +174 -174
  2. 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,78 +54,40 @@
102
54
  },
103
55
  {
104
56
  "kind": "javascript-module",
105
- "path": "src/styles/colors.ts",
57
+ "path": "src/components/components.ts",
106
58
  "declarations": [
107
59
  {
108
60
  "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"
61
+ "name": "loadZeroDesignSystem"
133
62
  },
134
63
  {
135
- "kind": "variable",
136
- "name": "backgroundNavOption"
64
+ "kind": "function",
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."
137
67
  }
138
68
  ],
139
69
  "exports": [
140
70
  {
141
71
  "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",
72
+ "name": "loadZeroDesignSystem",
159
73
  "declaration": {
160
- "name": "defaultBackgroundItem",
161
- "module": "src/styles/colors.ts"
74
+ "name": "loadZeroDesignSystem",
75
+ "module": "src/components/components.ts"
162
76
  }
163
77
  },
164
78
  {
165
79
  "kind": "js",
166
- "name": "backgroundNavOption",
80
+ "name": "loadRemotes",
167
81
  "declaration": {
168
- "name": "backgroundNavOption",
169
- "module": "src/styles/colors.ts"
82
+ "name": "loadRemotes",
83
+ "module": "src/components/components.ts"
170
84
  }
171
85
  }
172
86
  ]
173
87
  },
174
88
  {
175
89
  "kind": "javascript-module",
176
- "path": "src/styles/index.ts",
90
+ "path": "src/components/index.ts",
177
91
  "declarations": [],
178
92
  "exports": [
179
93
  {
@@ -181,82 +95,7 @@
181
95
  "name": "*",
182
96
  "declaration": {
183
97
  "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",
200
- "declarations": [
201
- {
202
- "kind": "function",
203
- "name": "mixinScreen",
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"
225
- },
226
- {
227
- "kind": "function",
228
- "name": "settingsIcon",
229
- "parameters": [
230
- {
231
- "name": "slot",
232
- "default": "'start'"
233
- }
234
- ]
235
- }
236
- ],
237
- "exports": [
238
- {
239
- "kind": "js",
240
- "name": "mixinScreen",
241
- "declaration": {
242
- "name": "mixinScreen",
243
- "module": "src/styles/styles.ts"
244
- }
245
- },
246
- {
247
- "kind": "js",
248
- "name": "genesisLogo",
249
- "declaration": {
250
- "name": "genesisLogo",
251
- "module": "src/styles/styles.ts"
252
- }
253
- },
254
- {
255
- "kind": "js",
256
- "name": "settingsIcon",
257
- "declaration": {
258
- "name": "settingsIcon",
259
- "module": "src/styles/styles.ts"
98
+ "package": "./components"
260
99
  }
261
100
  }
262
101
  ]
@@ -660,6 +499,167 @@
660
499
  }
661
500
  ]
662
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
663
  {
664
664
  "kind": "javascript-module",
665
665
  "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.159.0",
4
+ "version": "14.160.0",
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.159.0",
72
- "@genesislcap/genx": "14.159.0",
73
- "@genesislcap/rollup-builder": "14.159.0",
74
- "@genesislcap/ts-builder": "14.159.0",
75
- "@genesislcap/uvu-playwright-builder": "14.159.0",
76
- "@genesislcap/vite-builder": "14.159.0",
77
- "@genesislcap/webpack-builder": "14.159.0",
71
+ "@genesislcap/foundation-testing": "14.160.0",
72
+ "@genesislcap/genx": "14.160.0",
73
+ "@genesislcap/rollup-builder": "14.160.0",
74
+ "@genesislcap/ts-builder": "14.160.0",
75
+ "@genesislcap/uvu-playwright-builder": "14.160.0",
76
+ "@genesislcap/vite-builder": "14.160.0",
77
+ "@genesislcap/webpack-builder": "14.160.0",
78
78
  "rimraf": "^3.0.2"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.159.0",
82
- "@genesislcap/foundation-events": "14.159.0",
83
- "@genesislcap/foundation-i18n": "14.159.0",
84
- "@genesislcap/foundation-logger": "14.159.0",
85
- "@genesislcap/foundation-shell": "14.159.0",
86
- "@genesislcap/foundation-ui": "14.159.0",
87
- "@genesislcap/foundation-utils": "14.159.0",
88
- "@genesislcap/foundation-zero": "14.159.0",
81
+ "@genesislcap/foundation-comms": "14.160.0",
82
+ "@genesislcap/foundation-events": "14.160.0",
83
+ "@genesislcap/foundation-i18n": "14.160.0",
84
+ "@genesislcap/foundation-logger": "14.160.0",
85
+ "@genesislcap/foundation-shell": "14.160.0",
86
+ "@genesislcap/foundation-ui": "14.160.0",
87
+ "@genesislcap/foundation-utils": "14.160.0",
88
+ "@genesislcap/foundation-zero": "14.160.0",
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": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
104
+ "gitHead": "f8c85f5e0a1928e51aacd7403607bd2e7457f510"
105
105
  }