@genesislcap/foundation-header 14.180.3 → 14.180.5
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
|
@@ -172,6 +172,167 @@
|
|
|
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
|
+
},
|
|
175
336
|
{
|
|
176
337
|
"kind": "javascript-module",
|
|
177
338
|
"path": "src/main/index.ts",
|
|
@@ -1448,167 +1609,6 @@
|
|
|
1448
1609
|
}
|
|
1449
1610
|
]
|
|
1450
1611
|
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "javascript-module",
|
|
1453
|
-
"path": "src/styles/colors.ts",
|
|
1454
|
-
"declarations": [
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "function",
|
|
1457
|
-
"name": "getWebRGBA",
|
|
1458
|
-
"parameters": [
|
|
1459
|
-
{
|
|
1460
|
-
"name": "rgb",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "ColorRGBA64"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"name": "alpha",
|
|
1467
|
-
"default": "1.0",
|
|
1468
|
-
"type": {
|
|
1469
|
-
"text": "number"
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
]
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"kind": "variable",
|
|
1476
|
-
"name": "defaultBackgroundHover"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"kind": "variable",
|
|
1480
|
-
"name": "defaultBackgroundItem"
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "variable",
|
|
1484
|
-
"name": "backgroundNavOption"
|
|
1485
|
-
}
|
|
1486
|
-
],
|
|
1487
|
-
"exports": [
|
|
1488
|
-
{
|
|
1489
|
-
"kind": "js",
|
|
1490
|
-
"name": "getWebRGBA",
|
|
1491
|
-
"declaration": {
|
|
1492
|
-
"name": "getWebRGBA",
|
|
1493
|
-
"module": "src/styles/colors.ts"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "js",
|
|
1498
|
-
"name": "defaultBackgroundHover",
|
|
1499
|
-
"declaration": {
|
|
1500
|
-
"name": "defaultBackgroundHover",
|
|
1501
|
-
"module": "src/styles/colors.ts"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "js",
|
|
1506
|
-
"name": "defaultBackgroundItem",
|
|
1507
|
-
"declaration": {
|
|
1508
|
-
"name": "defaultBackgroundItem",
|
|
1509
|
-
"module": "src/styles/colors.ts"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "js",
|
|
1514
|
-
"name": "backgroundNavOption",
|
|
1515
|
-
"declaration": {
|
|
1516
|
-
"name": "backgroundNavOption",
|
|
1517
|
-
"module": "src/styles/colors.ts"
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
]
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "javascript-module",
|
|
1524
|
-
"path": "src/styles/index.ts",
|
|
1525
|
-
"declarations": [],
|
|
1526
|
-
"exports": [
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "js",
|
|
1529
|
-
"name": "*",
|
|
1530
|
-
"declaration": {
|
|
1531
|
-
"name": "*",
|
|
1532
|
-
"package": "./colors"
|
|
1533
|
-
}
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "js",
|
|
1537
|
-
"name": "*",
|
|
1538
|
-
"declaration": {
|
|
1539
|
-
"name": "*",
|
|
1540
|
-
"package": "./styles"
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
]
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "javascript-module",
|
|
1547
|
-
"path": "src/styles/styles.ts",
|
|
1548
|
-
"declarations": [
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "function",
|
|
1551
|
-
"name": "mixinScreen",
|
|
1552
|
-
"parameters": [
|
|
1553
|
-
{
|
|
1554
|
-
"name": "display",
|
|
1555
|
-
"default": "'block'",
|
|
1556
|
-
"type": {
|
|
1557
|
-
"text": "string"
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
],
|
|
1561
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "function",
|
|
1565
|
-
"name": "genesisLogo",
|
|
1566
|
-
"parameters": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "slot",
|
|
1569
|
-
"default": "'start'"
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
"description": "TODO"
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"kind": "function",
|
|
1576
|
-
"name": "settingsIcon",
|
|
1577
|
-
"parameters": [
|
|
1578
|
-
{
|
|
1579
|
-
"name": "slot",
|
|
1580
|
-
"default": "'start'"
|
|
1581
|
-
}
|
|
1582
|
-
]
|
|
1583
|
-
}
|
|
1584
|
-
],
|
|
1585
|
-
"exports": [
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "js",
|
|
1588
|
-
"name": "mixinScreen",
|
|
1589
|
-
"declaration": {
|
|
1590
|
-
"name": "mixinScreen",
|
|
1591
|
-
"module": "src/styles/styles.ts"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "js",
|
|
1596
|
-
"name": "genesisLogo",
|
|
1597
|
-
"declaration": {
|
|
1598
|
-
"name": "genesisLogo",
|
|
1599
|
-
"module": "src/styles/styles.ts"
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "js",
|
|
1604
|
-
"name": "settingsIcon",
|
|
1605
|
-
"declaration": {
|
|
1606
|
-
"name": "settingsIcon",
|
|
1607
|
-
"module": "src/styles/styles.ts"
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
]
|
|
1611
|
-
},
|
|
1612
1612
|
{
|
|
1613
1613
|
"kind": "javascript-module",
|
|
1614
1614
|
"path": "src/tags/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.180.
|
|
4
|
+
"version": "14.180.5",
|
|
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.180.
|
|
72
|
-
"@genesislcap/genx": "14.180.
|
|
73
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
74
|
-
"@genesislcap/ts-builder": "14.180.
|
|
75
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
76
|
-
"@genesislcap/vite-builder": "14.180.
|
|
77
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
71
|
+
"@genesislcap/foundation-testing": "14.180.5",
|
|
72
|
+
"@genesislcap/genx": "14.180.5",
|
|
73
|
+
"@genesislcap/rollup-builder": "14.180.5",
|
|
74
|
+
"@genesislcap/ts-builder": "14.180.5",
|
|
75
|
+
"@genesislcap/uvu-playwright-builder": "14.180.5",
|
|
76
|
+
"@genesislcap/vite-builder": "14.180.5",
|
|
77
|
+
"@genesislcap/webpack-builder": "14.180.5",
|
|
78
78
|
"rimraf": "^3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.180.
|
|
82
|
-
"@genesislcap/foundation-events": "14.180.
|
|
83
|
-
"@genesislcap/foundation-i18n": "14.180.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
85
|
-
"@genesislcap/foundation-shell": "14.180.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.180.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.180.
|
|
88
|
-
"@genesislcap/foundation-zero": "14.180.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.180.5",
|
|
82
|
+
"@genesislcap/foundation-events": "14.180.5",
|
|
83
|
+
"@genesislcap/foundation-i18n": "14.180.5",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.180.5",
|
|
85
|
+
"@genesislcap/foundation-shell": "14.180.5",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.180.5",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.180.5",
|
|
88
|
+
"@genesislcap/foundation-zero": "14.180.5",
|
|
89
89
|
"@microsoft/fast-colors": "^5.3.1",
|
|
90
90
|
"@microsoft/fast-element": "^1.12.0",
|
|
91
91
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
103
|
"customElements": "dist/custom-elements.json",
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "6ecb126c94200e9e7c2735359dc6efe0bc743f9d"
|
|
105
105
|
}
|