@genesislcap/foundation-header 14.136.0 → 14.137.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 +196 -196
  2. package/package.json +11 -11
@@ -100,6 +100,202 @@
100
100
  "declarations": [],
101
101
  "exports": []
102
102
  },
103
+ {
104
+ "kind": "javascript-module",
105
+ "path": "src/styles/colors.ts",
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",
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"
260
+ }
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "kind": "javascript-module",
266
+ "path": "src/utils/index.ts",
267
+ "declarations": [],
268
+ "exports": [
269
+ {
270
+ "kind": "js",
271
+ "name": "*",
272
+ "declaration": {
273
+ "name": "*",
274
+ "package": "./logger"
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"
295
+ }
296
+ }
297
+ ]
298
+ },
103
299
  {
104
300
  "kind": "javascript-module",
105
301
  "path": "src/main/index.ts",
@@ -498,202 +694,6 @@
498
694
  }
499
695
  }
500
696
  ]
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.136.0",
4
+ "version": "14.137.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,18 +68,18 @@
68
68
  "test:debug": "genx test --debug"
69
69
  },
70
70
  "devDependencies": {
71
- "@genesislcap/foundation-testing": "14.136.0",
72
- "@genesislcap/genx": "14.136.0",
71
+ "@genesislcap/foundation-testing": "14.137.0",
72
+ "@genesislcap/genx": "14.137.0",
73
73
  "rimraf": "^3.0.2"
74
74
  },
75
75
  "dependencies": {
76
- "@genesislcap/foundation-comms": "14.136.0",
77
- "@genesislcap/foundation-events": "14.136.0",
78
- "@genesislcap/foundation-i18n": "14.136.0",
79
- "@genesislcap/foundation-logger": "14.136.0",
80
- "@genesislcap/foundation-shell": "14.136.0",
81
- "@genesislcap/foundation-ui": "14.136.0",
82
- "@genesislcap/foundation-zero": "14.136.0",
76
+ "@genesislcap/foundation-comms": "14.137.0",
77
+ "@genesislcap/foundation-events": "14.137.0",
78
+ "@genesislcap/foundation-i18n": "14.137.0",
79
+ "@genesislcap/foundation-logger": "14.137.0",
80
+ "@genesislcap/foundation-shell": "14.137.0",
81
+ "@genesislcap/foundation-ui": "14.137.0",
82
+ "@genesislcap/foundation-zero": "14.137.0",
83
83
  "@microsoft/fast-colors": "^5.3.1",
84
84
  "@microsoft/fast-components": "^2.30.6",
85
85
  "@microsoft/fast-element": "^1.12.0",
@@ -95,5 +95,5 @@
95
95
  "access": "public"
96
96
  },
97
97
  "customElements": "dist/custom-elements.json",
98
- "gitHead": "0056e1c9602a30db4d30802cdfe48e7489d0abcd"
98
+ "gitHead": "e858204084c3ab29fa83c92dd9532c539e113f16"
99
99
  }