@genesislcap/foundation-header 14.168.0 → 14.169.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.
- package/dist/custom-elements.json +161 -161
- package/package.json +17 -17
|
@@ -100,6 +100,167 @@
|
|
|
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
|
+
},
|
|
103
264
|
{
|
|
104
265
|
"kind": "javascript-module",
|
|
105
266
|
"path": "src/main/index.ts",
|
|
@@ -499,167 +660,6 @@
|
|
|
499
660
|
}
|
|
500
661
|
]
|
|
501
662
|
},
|
|
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.
|
|
4
|
+
"version": "14.169.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.
|
|
72
|
-
"@genesislcap/genx": "14.
|
|
73
|
-
"@genesislcap/rollup-builder": "14.
|
|
74
|
-
"@genesislcap/ts-builder": "14.
|
|
75
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
76
|
-
"@genesislcap/vite-builder": "14.
|
|
77
|
-
"@genesislcap/webpack-builder": "14.
|
|
71
|
+
"@genesislcap/foundation-testing": "14.169.0",
|
|
72
|
+
"@genesislcap/genx": "14.169.0",
|
|
73
|
+
"@genesislcap/rollup-builder": "14.169.0",
|
|
74
|
+
"@genesislcap/ts-builder": "14.169.0",
|
|
75
|
+
"@genesislcap/uvu-playwright-builder": "14.169.0",
|
|
76
|
+
"@genesislcap/vite-builder": "14.169.0",
|
|
77
|
+
"@genesislcap/webpack-builder": "14.169.0",
|
|
78
78
|
"rimraf": "^3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.
|
|
82
|
-
"@genesislcap/foundation-events": "14.
|
|
83
|
-
"@genesislcap/foundation-i18n": "14.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.
|
|
85
|
-
"@genesislcap/foundation-shell": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
88
|
-
"@genesislcap/foundation-zero": "14.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.169.0",
|
|
82
|
+
"@genesislcap/foundation-events": "14.169.0",
|
|
83
|
+
"@genesislcap/foundation-i18n": "14.169.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.169.0",
|
|
85
|
+
"@genesislcap/foundation-shell": "14.169.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.169.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.169.0",
|
|
88
|
+
"@genesislcap/foundation-zero": "14.169.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": "
|
|
104
|
+
"gitHead": "59695045bb3be9f8f42679be27fc88cd911e5136"
|
|
105
105
|
}
|