@genesislcap/foundation-header 14.193.4-alpha-17d5b15.0 → 14.194.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 +161 -161
  2. 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",
@@ -1533,167 +1694,6 @@
1533
1694
  "declarations": [],
1534
1695
  "exports": []
1535
1696
  },
1536
- {
1537
- "kind": "javascript-module",
1538
- "path": "src/styles/colors.ts",
1539
- "declarations": [
1540
- {
1541
- "kind": "function",
1542
- "name": "getWebRGBA",
1543
- "parameters": [
1544
- {
1545
- "name": "rgb",
1546
- "type": {
1547
- "text": "ColorRGBA64"
1548
- }
1549
- },
1550
- {
1551
- "name": "alpha",
1552
- "default": "1.0",
1553
- "type": {
1554
- "text": "number"
1555
- }
1556
- }
1557
- ]
1558
- },
1559
- {
1560
- "kind": "variable",
1561
- "name": "defaultBackgroundHover"
1562
- },
1563
- {
1564
- "kind": "variable",
1565
- "name": "defaultBackgroundItem"
1566
- },
1567
- {
1568
- "kind": "variable",
1569
- "name": "backgroundNavOption"
1570
- }
1571
- ],
1572
- "exports": [
1573
- {
1574
- "kind": "js",
1575
- "name": "getWebRGBA",
1576
- "declaration": {
1577
- "name": "getWebRGBA",
1578
- "module": "src/styles/colors.ts"
1579
- }
1580
- },
1581
- {
1582
- "kind": "js",
1583
- "name": "defaultBackgroundHover",
1584
- "declaration": {
1585
- "name": "defaultBackgroundHover",
1586
- "module": "src/styles/colors.ts"
1587
- }
1588
- },
1589
- {
1590
- "kind": "js",
1591
- "name": "defaultBackgroundItem",
1592
- "declaration": {
1593
- "name": "defaultBackgroundItem",
1594
- "module": "src/styles/colors.ts"
1595
- }
1596
- },
1597
- {
1598
- "kind": "js",
1599
- "name": "backgroundNavOption",
1600
- "declaration": {
1601
- "name": "backgroundNavOption",
1602
- "module": "src/styles/colors.ts"
1603
- }
1604
- }
1605
- ]
1606
- },
1607
- {
1608
- "kind": "javascript-module",
1609
- "path": "src/styles/index.ts",
1610
- "declarations": [],
1611
- "exports": [
1612
- {
1613
- "kind": "js",
1614
- "name": "*",
1615
- "declaration": {
1616
- "name": "*",
1617
- "package": "./colors"
1618
- }
1619
- },
1620
- {
1621
- "kind": "js",
1622
- "name": "*",
1623
- "declaration": {
1624
- "name": "*",
1625
- "package": "./styles"
1626
- }
1627
- }
1628
- ]
1629
- },
1630
- {
1631
- "kind": "javascript-module",
1632
- "path": "src/styles/styles.ts",
1633
- "declarations": [
1634
- {
1635
- "kind": "function",
1636
- "name": "mixinScreen",
1637
- "parameters": [
1638
- {
1639
- "name": "display",
1640
- "default": "'block'",
1641
- "type": {
1642
- "text": "string"
1643
- }
1644
- }
1645
- ],
1646
- "description": "TODO: Bring all the style and typography mixins into the design system package"
1647
- },
1648
- {
1649
- "kind": "function",
1650
- "name": "genesisLogo",
1651
- "parameters": [
1652
- {
1653
- "name": "slot",
1654
- "default": "'start'"
1655
- }
1656
- ],
1657
- "description": "TODO"
1658
- },
1659
- {
1660
- "kind": "function",
1661
- "name": "settingsIcon",
1662
- "parameters": [
1663
- {
1664
- "name": "slot",
1665
- "default": "'start'"
1666
- }
1667
- ]
1668
- }
1669
- ],
1670
- "exports": [
1671
- {
1672
- "kind": "js",
1673
- "name": "mixinScreen",
1674
- "declaration": {
1675
- "name": "mixinScreen",
1676
- "module": "src/styles/styles.ts"
1677
- }
1678
- },
1679
- {
1680
- "kind": "js",
1681
- "name": "genesisLogo",
1682
- "declaration": {
1683
- "name": "genesisLogo",
1684
- "module": "src/styles/styles.ts"
1685
- }
1686
- },
1687
- {
1688
- "kind": "js",
1689
- "name": "settingsIcon",
1690
- "declaration": {
1691
- "name": "settingsIcon",
1692
- "module": "src/styles/styles.ts"
1693
- }
1694
- }
1695
- ]
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.193.4-alpha-17d5b15.0",
4
+ "version": "14.194.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.193.4-alpha-17d5b15.0",
80
- "@genesislcap/genx": "14.193.4-alpha-17d5b15.0",
81
- "@genesislcap/rollup-builder": "14.193.4-alpha-17d5b15.0",
82
- "@genesislcap/ts-builder": "14.193.4-alpha-17d5b15.0",
83
- "@genesislcap/uvu-playwright-builder": "14.193.4-alpha-17d5b15.0",
84
- "@genesislcap/vite-builder": "14.193.4-alpha-17d5b15.0",
85
- "@genesislcap/webpack-builder": "14.193.4-alpha-17d5b15.0",
79
+ "@genesislcap/foundation-testing": "14.194.0",
80
+ "@genesislcap/genx": "14.194.0",
81
+ "@genesislcap/rollup-builder": "14.194.0",
82
+ "@genesislcap/ts-builder": "14.194.0",
83
+ "@genesislcap/uvu-playwright-builder": "14.194.0",
84
+ "@genesislcap/vite-builder": "14.194.0",
85
+ "@genesislcap/webpack-builder": "14.194.0",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.193.4-alpha-17d5b15.0",
90
- "@genesislcap/foundation-events": "14.193.4-alpha-17d5b15.0",
91
- "@genesislcap/foundation-i18n": "14.193.4-alpha-17d5b15.0",
92
- "@genesislcap/foundation-logger": "14.193.4-alpha-17d5b15.0",
93
- "@genesislcap/foundation-shell": "14.193.4-alpha-17d5b15.0",
94
- "@genesislcap/foundation-ui": "14.193.4-alpha-17d5b15.0",
95
- "@genesislcap/foundation-utils": "14.193.4-alpha-17d5b15.0",
96
- "@genesislcap/foundation-zero": "14.193.4-alpha-17d5b15.0",
89
+ "@genesislcap/foundation-comms": "14.194.0",
90
+ "@genesislcap/foundation-events": "14.194.0",
91
+ "@genesislcap/foundation-i18n": "14.194.0",
92
+ "@genesislcap/foundation-logger": "14.194.0",
93
+ "@genesislcap/foundation-shell": "14.194.0",
94
+ "@genesislcap/foundation-ui": "14.194.0",
95
+ "@genesislcap/foundation-utils": "14.194.0",
96
+ "@genesislcap/foundation-zero": "14.194.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": "6e85fa7966caa0929d8ffa1d7d78de16cd30904a"
112
+ "gitHead": "8820d1e55e6cd53e293e819bb3a629c70fda5b76"
113
113
  }