@genesislcap/foundation-header 14.216.0 → 14.217.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 +182 -182
- package/package.json +17 -17
|
@@ -172,6 +172,188 @@
|
|
|
172
172
|
}
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
+
{
|
|
176
|
+
"kind": "javascript-module",
|
|
177
|
+
"path": "src/styles/colors.ts",
|
|
178
|
+
"declarations": [
|
|
179
|
+
{
|
|
180
|
+
"kind": "function",
|
|
181
|
+
"name": "getWebRGBA",
|
|
182
|
+
"parameters": [
|
|
183
|
+
{
|
|
184
|
+
"name": "rgb",
|
|
185
|
+
"type": {
|
|
186
|
+
"text": "ColorRGBA64"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "alpha",
|
|
191
|
+
"default": "1.0",
|
|
192
|
+
"type": {
|
|
193
|
+
"text": "number"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"kind": "variable",
|
|
200
|
+
"name": "defaultBackgroundHover"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "variable",
|
|
204
|
+
"name": "defaultBackgroundItem"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"kind": "variable",
|
|
208
|
+
"name": "backgroundNavOption"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"exports": [
|
|
212
|
+
{
|
|
213
|
+
"kind": "js",
|
|
214
|
+
"name": "getWebRGBA",
|
|
215
|
+
"declaration": {
|
|
216
|
+
"name": "getWebRGBA",
|
|
217
|
+
"module": "src/styles/colors.ts"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"kind": "js",
|
|
222
|
+
"name": "defaultBackgroundHover",
|
|
223
|
+
"declaration": {
|
|
224
|
+
"name": "defaultBackgroundHover",
|
|
225
|
+
"module": "src/styles/colors.ts"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "js",
|
|
230
|
+
"name": "defaultBackgroundItem",
|
|
231
|
+
"declaration": {
|
|
232
|
+
"name": "defaultBackgroundItem",
|
|
233
|
+
"module": "src/styles/colors.ts"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"kind": "js",
|
|
238
|
+
"name": "backgroundNavOption",
|
|
239
|
+
"declaration": {
|
|
240
|
+
"name": "backgroundNavOption",
|
|
241
|
+
"module": "src/styles/colors.ts"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"kind": "javascript-module",
|
|
248
|
+
"path": "src/styles/index.ts",
|
|
249
|
+
"declarations": [],
|
|
250
|
+
"exports": [
|
|
251
|
+
{
|
|
252
|
+
"kind": "js",
|
|
253
|
+
"name": "*",
|
|
254
|
+
"declaration": {
|
|
255
|
+
"name": "*",
|
|
256
|
+
"package": "./colors"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"kind": "js",
|
|
261
|
+
"name": "*",
|
|
262
|
+
"declaration": {
|
|
263
|
+
"name": "*",
|
|
264
|
+
"package": "./styles"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"kind": "javascript-module",
|
|
271
|
+
"path": "src/styles/styles.ts",
|
|
272
|
+
"declarations": [
|
|
273
|
+
{
|
|
274
|
+
"kind": "function",
|
|
275
|
+
"name": "mixinScreen",
|
|
276
|
+
"parameters": [
|
|
277
|
+
{
|
|
278
|
+
"name": "display",
|
|
279
|
+
"default": "'block'",
|
|
280
|
+
"type": {
|
|
281
|
+
"text": "string"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"kind": "function",
|
|
289
|
+
"name": "genesisLogo",
|
|
290
|
+
"parameters": [
|
|
291
|
+
{
|
|
292
|
+
"name": "slot",
|
|
293
|
+
"default": "'start'"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"description": "TODO"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "function",
|
|
300
|
+
"name": "settingsIcon",
|
|
301
|
+
"parameters": [
|
|
302
|
+
{
|
|
303
|
+
"name": "slot",
|
|
304
|
+
"default": "'start'"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"exports": [
|
|
310
|
+
{
|
|
311
|
+
"kind": "js",
|
|
312
|
+
"name": "mixinScreen",
|
|
313
|
+
"declaration": {
|
|
314
|
+
"name": "mixinScreen",
|
|
315
|
+
"module": "src/styles/styles.ts"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "js",
|
|
320
|
+
"name": "genesisLogo",
|
|
321
|
+
"declaration": {
|
|
322
|
+
"name": "genesisLogo",
|
|
323
|
+
"module": "src/styles/styles.ts"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"kind": "js",
|
|
328
|
+
"name": "settingsIcon",
|
|
329
|
+
"declaration": {
|
|
330
|
+
"name": "settingsIcon",
|
|
331
|
+
"module": "src/styles/styles.ts"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"kind": "javascript-module",
|
|
338
|
+
"path": "src/tags/index.ts",
|
|
339
|
+
"declarations": [],
|
|
340
|
+
"exports": [
|
|
341
|
+
{
|
|
342
|
+
"kind": "js",
|
|
343
|
+
"name": "*",
|
|
344
|
+
"declaration": {
|
|
345
|
+
"name": "*",
|
|
346
|
+
"package": "./tags"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"kind": "javascript-module",
|
|
353
|
+
"path": "src/tags/tags.ts",
|
|
354
|
+
"declarations": [],
|
|
355
|
+
"exports": []
|
|
356
|
+
},
|
|
175
357
|
{
|
|
176
358
|
"kind": "javascript-module",
|
|
177
359
|
"path": "src/main/index.ts",
|
|
@@ -1512,188 +1694,6 @@
|
|
|
1512
1694
|
}
|
|
1513
1695
|
]
|
|
1514
1696
|
},
|
|
1515
|
-
{
|
|
1516
|
-
"kind": "javascript-module",
|
|
1517
|
-
"path": "src/styles/colors.ts",
|
|
1518
|
-
"declarations": [
|
|
1519
|
-
{
|
|
1520
|
-
"kind": "function",
|
|
1521
|
-
"name": "getWebRGBA",
|
|
1522
|
-
"parameters": [
|
|
1523
|
-
{
|
|
1524
|
-
"name": "rgb",
|
|
1525
|
-
"type": {
|
|
1526
|
-
"text": "ColorRGBA64"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "alpha",
|
|
1531
|
-
"default": "1.0",
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "number"
|
|
1534
|
-
}
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "variable",
|
|
1540
|
-
"name": "defaultBackgroundHover"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "variable",
|
|
1544
|
-
"name": "defaultBackgroundItem"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"kind": "variable",
|
|
1548
|
-
"name": "backgroundNavOption"
|
|
1549
|
-
}
|
|
1550
|
-
],
|
|
1551
|
-
"exports": [
|
|
1552
|
-
{
|
|
1553
|
-
"kind": "js",
|
|
1554
|
-
"name": "getWebRGBA",
|
|
1555
|
-
"declaration": {
|
|
1556
|
-
"name": "getWebRGBA",
|
|
1557
|
-
"module": "src/styles/colors.ts"
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"kind": "js",
|
|
1562
|
-
"name": "defaultBackgroundHover",
|
|
1563
|
-
"declaration": {
|
|
1564
|
-
"name": "defaultBackgroundHover",
|
|
1565
|
-
"module": "src/styles/colors.ts"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "js",
|
|
1570
|
-
"name": "defaultBackgroundItem",
|
|
1571
|
-
"declaration": {
|
|
1572
|
-
"name": "defaultBackgroundItem",
|
|
1573
|
-
"module": "src/styles/colors.ts"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "js",
|
|
1578
|
-
"name": "backgroundNavOption",
|
|
1579
|
-
"declaration": {
|
|
1580
|
-
"name": "backgroundNavOption",
|
|
1581
|
-
"module": "src/styles/colors.ts"
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
]
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "javascript-module",
|
|
1588
|
-
"path": "src/styles/index.ts",
|
|
1589
|
-
"declarations": [],
|
|
1590
|
-
"exports": [
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "js",
|
|
1593
|
-
"name": "*",
|
|
1594
|
-
"declaration": {
|
|
1595
|
-
"name": "*",
|
|
1596
|
-
"package": "./colors"
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "js",
|
|
1601
|
-
"name": "*",
|
|
1602
|
-
"declaration": {
|
|
1603
|
-
"name": "*",
|
|
1604
|
-
"package": "./styles"
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
]
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "javascript-module",
|
|
1611
|
-
"path": "src/styles/styles.ts",
|
|
1612
|
-
"declarations": [
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "function",
|
|
1615
|
-
"name": "mixinScreen",
|
|
1616
|
-
"parameters": [
|
|
1617
|
-
{
|
|
1618
|
-
"name": "display",
|
|
1619
|
-
"default": "'block'",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "string"
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
],
|
|
1625
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "function",
|
|
1629
|
-
"name": "genesisLogo",
|
|
1630
|
-
"parameters": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "slot",
|
|
1633
|
-
"default": "'start'"
|
|
1634
|
-
}
|
|
1635
|
-
],
|
|
1636
|
-
"description": "TODO"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"kind": "function",
|
|
1640
|
-
"name": "settingsIcon",
|
|
1641
|
-
"parameters": [
|
|
1642
|
-
{
|
|
1643
|
-
"name": "slot",
|
|
1644
|
-
"default": "'start'"
|
|
1645
|
-
}
|
|
1646
|
-
]
|
|
1647
|
-
}
|
|
1648
|
-
],
|
|
1649
|
-
"exports": [
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "js",
|
|
1652
|
-
"name": "mixinScreen",
|
|
1653
|
-
"declaration": {
|
|
1654
|
-
"name": "mixinScreen",
|
|
1655
|
-
"module": "src/styles/styles.ts"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "js",
|
|
1660
|
-
"name": "genesisLogo",
|
|
1661
|
-
"declaration": {
|
|
1662
|
-
"name": "genesisLogo",
|
|
1663
|
-
"module": "src/styles/styles.ts"
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"kind": "js",
|
|
1668
|
-
"name": "settingsIcon",
|
|
1669
|
-
"declaration": {
|
|
1670
|
-
"name": "settingsIcon",
|
|
1671
|
-
"module": "src/styles/styles.ts"
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
]
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "javascript-module",
|
|
1678
|
-
"path": "src/tags/index.ts",
|
|
1679
|
-
"declarations": [],
|
|
1680
|
-
"exports": [
|
|
1681
|
-
{
|
|
1682
|
-
"kind": "js",
|
|
1683
|
-
"name": "*",
|
|
1684
|
-
"declaration": {
|
|
1685
|
-
"name": "*",
|
|
1686
|
-
"package": "./tags"
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
]
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"kind": "javascript-module",
|
|
1693
|
-
"path": "src/tags/tags.ts",
|
|
1694
|
-
"declarations": [],
|
|
1695
|
-
"exports": []
|
|
1696
|
-
},
|
|
1697
1697
|
{
|
|
1698
1698
|
"kind": "javascript-module",
|
|
1699
1699
|
"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.217.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -76,24 +76,24 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@genesislcap/foundation-testing": "14.
|
|
80
|
-
"@genesislcap/genx": "14.
|
|
81
|
-
"@genesislcap/rollup-builder": "14.
|
|
82
|
-
"@genesislcap/ts-builder": "14.
|
|
83
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
84
|
-
"@genesislcap/vite-builder": "14.
|
|
85
|
-
"@genesislcap/webpack-builder": "14.
|
|
79
|
+
"@genesislcap/foundation-testing": "14.217.0",
|
|
80
|
+
"@genesislcap/genx": "14.217.0",
|
|
81
|
+
"@genesislcap/rollup-builder": "14.217.0",
|
|
82
|
+
"@genesislcap/ts-builder": "14.217.0",
|
|
83
|
+
"@genesislcap/uvu-playwright-builder": "14.217.0",
|
|
84
|
+
"@genesislcap/vite-builder": "14.217.0",
|
|
85
|
+
"@genesislcap/webpack-builder": "14.217.0",
|
|
86
86
|
"rimraf": "^5.0.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.
|
|
90
|
-
"@genesislcap/foundation-events": "14.
|
|
91
|
-
"@genesislcap/foundation-i18n": "14.
|
|
92
|
-
"@genesislcap/foundation-logger": "14.
|
|
93
|
-
"@genesislcap/foundation-shell": "14.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.
|
|
96
|
-
"@genesislcap/foundation-zero": "14.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.217.0",
|
|
90
|
+
"@genesislcap/foundation-events": "14.217.0",
|
|
91
|
+
"@genesislcap/foundation-i18n": "14.217.0",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.217.0",
|
|
93
|
+
"@genesislcap/foundation-shell": "14.217.0",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.217.0",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.217.0",
|
|
96
|
+
"@genesislcap/foundation-zero": "14.217.0",
|
|
97
97
|
"@microsoft/fast-colors": "^5.3.1",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
99
99
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "3d119baa8d1ec42f681d17de1f605a98b1a9a464"
|
|
113
113
|
}
|