@genesislcap/foundation-header 14.192.0 → 14.192.2-axes.2

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 +238 -238
  2. package/package.json +17 -17
@@ -31,27 +31,6 @@
31
31
  }
32
32
  ]
33
33
  },
34
- {
35
- "kind": "javascript-module",
36
- "path": "src/components/zero-components.ts",
37
- "declarations": [
38
- {
39
- "kind": "function",
40
- "name": "registerCommonZeroComponents",
41
- "privacy": "public"
42
- }
43
- ],
44
- "exports": [
45
- {
46
- "kind": "js",
47
- "name": "registerCommonZeroComponents",
48
- "declaration": {
49
- "name": "registerCommonZeroComponents",
50
- "module": "src/components/zero-components.ts"
51
- }
52
- }
53
- ]
54
- },
55
34
  {
56
35
  "kind": "javascript-module",
57
36
  "path": "src/config/config.ts",
@@ -172,6 +151,244 @@
172
151
  }
173
152
  ]
174
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/components/zero-components.ts",
157
+ "declarations": [
158
+ {
159
+ "kind": "function",
160
+ "name": "registerCommonZeroComponents",
161
+ "privacy": "public"
162
+ }
163
+ ],
164
+ "exports": [
165
+ {
166
+ "kind": "js",
167
+ "name": "registerCommonZeroComponents",
168
+ "declaration": {
169
+ "name": "registerCommonZeroComponents",
170
+ "module": "src/components/zero-components.ts"
171
+ }
172
+ }
173
+ ]
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
+ },
357
+ {
358
+ "kind": "javascript-module",
359
+ "path": "src/utils/index.ts",
360
+ "declarations": [],
361
+ "exports": [
362
+ {
363
+ "kind": "js",
364
+ "name": "*",
365
+ "declaration": {
366
+ "name": "*",
367
+ "package": "./logger"
368
+ }
369
+ }
370
+ ]
371
+ },
372
+ {
373
+ "kind": "javascript-module",
374
+ "path": "src/utils/logger.ts",
375
+ "declarations": [
376
+ {
377
+ "kind": "variable",
378
+ "name": "logger"
379
+ }
380
+ ],
381
+ "exports": [
382
+ {
383
+ "kind": "js",
384
+ "name": "logger",
385
+ "declaration": {
386
+ "name": "logger",
387
+ "module": "src/utils/logger.ts"
388
+ }
389
+ }
390
+ ]
391
+ },
175
392
  {
176
393
  "kind": "javascript-module",
177
394
  "path": "src/main/index.ts",
@@ -1447,223 +1664,6 @@
1447
1664
  }
1448
1665
  }
1449
1666
  ]
1450
- },
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
- {
1613
- "kind": "javascript-module",
1614
- "path": "src/tags/index.ts",
1615
- "declarations": [],
1616
- "exports": [
1617
- {
1618
- "kind": "js",
1619
- "name": "*",
1620
- "declaration": {
1621
- "name": "*",
1622
- "package": "./tags"
1623
- }
1624
- }
1625
- ]
1626
- },
1627
- {
1628
- "kind": "javascript-module",
1629
- "path": "src/tags/tags.ts",
1630
- "declarations": [],
1631
- "exports": []
1632
- },
1633
- {
1634
- "kind": "javascript-module",
1635
- "path": "src/utils/index.ts",
1636
- "declarations": [],
1637
- "exports": [
1638
- {
1639
- "kind": "js",
1640
- "name": "*",
1641
- "declaration": {
1642
- "name": "*",
1643
- "package": "./logger"
1644
- }
1645
- }
1646
- ]
1647
- },
1648
- {
1649
- "kind": "javascript-module",
1650
- "path": "src/utils/logger.ts",
1651
- "declarations": [
1652
- {
1653
- "kind": "variable",
1654
- "name": "logger"
1655
- }
1656
- ],
1657
- "exports": [
1658
- {
1659
- "kind": "js",
1660
- "name": "logger",
1661
- "declaration": {
1662
- "name": "logger",
1663
- "module": "src/utils/logger.ts"
1664
- }
1665
- }
1666
- ]
1667
1667
  }
1668
1668
  ]
1669
1669
  }
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.192.0",
4
+ "version": "14.192.2-axes.2",
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.192.0",
80
- "@genesislcap/genx": "14.192.0",
81
- "@genesislcap/rollup-builder": "14.192.0",
82
- "@genesislcap/ts-builder": "14.192.0",
83
- "@genesislcap/uvu-playwright-builder": "14.192.0",
84
- "@genesislcap/vite-builder": "14.192.0",
85
- "@genesislcap/webpack-builder": "14.192.0",
79
+ "@genesislcap/foundation-testing": "14.192.2-axes.2",
80
+ "@genesislcap/genx": "14.192.2-axes.2",
81
+ "@genesislcap/rollup-builder": "14.192.2-axes.2",
82
+ "@genesislcap/ts-builder": "14.192.2-axes.2",
83
+ "@genesislcap/uvu-playwright-builder": "14.192.2-axes.2",
84
+ "@genesislcap/vite-builder": "14.192.2-axes.2",
85
+ "@genesislcap/webpack-builder": "14.192.2-axes.2",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.192.0",
90
- "@genesislcap/foundation-events": "14.192.0",
91
- "@genesislcap/foundation-i18n": "14.192.0",
92
- "@genesislcap/foundation-logger": "14.192.0",
93
- "@genesislcap/foundation-shell": "14.192.0",
94
- "@genesislcap/foundation-ui": "14.192.0",
95
- "@genesislcap/foundation-utils": "14.192.0",
96
- "@genesislcap/foundation-zero": "14.192.0",
89
+ "@genesislcap/foundation-comms": "14.192.2-axes.2",
90
+ "@genesislcap/foundation-events": "14.192.2-axes.2",
91
+ "@genesislcap/foundation-i18n": "14.192.2-axes.2",
92
+ "@genesislcap/foundation-logger": "14.192.2-axes.2",
93
+ "@genesislcap/foundation-shell": "14.192.2-axes.2",
94
+ "@genesislcap/foundation-ui": "14.192.2-axes.2",
95
+ "@genesislcap/foundation-utils": "14.192.2-axes.2",
96
+ "@genesislcap/foundation-zero": "14.192.2-axes.2",
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": "655e23ada5211eb8986f1bead581ea9d0b772732"
112
+ "gitHead": "b7ee0f6f803626c4a575826bea4e2df5f8905533"
113
113
  }