@genesislcap/foundation-header 14.183.0 → 14.183.1

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.
@@ -1448,6 +1448,62 @@
1448
1448
  }
1449
1449
  ]
1450
1450
  },
1451
+ {
1452
+ "kind": "javascript-module",
1453
+ "path": "src/tags/index.ts",
1454
+ "declarations": [],
1455
+ "exports": [
1456
+ {
1457
+ "kind": "js",
1458
+ "name": "*",
1459
+ "declaration": {
1460
+ "name": "*",
1461
+ "package": "./tags"
1462
+ }
1463
+ }
1464
+ ]
1465
+ },
1466
+ {
1467
+ "kind": "javascript-module",
1468
+ "path": "src/tags/tags.ts",
1469
+ "declarations": [],
1470
+ "exports": []
1471
+ },
1472
+ {
1473
+ "kind": "javascript-module",
1474
+ "path": "src/utils/index.ts",
1475
+ "declarations": [],
1476
+ "exports": [
1477
+ {
1478
+ "kind": "js",
1479
+ "name": "*",
1480
+ "declaration": {
1481
+ "name": "*",
1482
+ "package": "./logger"
1483
+ }
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "kind": "javascript-module",
1489
+ "path": "src/utils/logger.ts",
1490
+ "declarations": [
1491
+ {
1492
+ "kind": "variable",
1493
+ "name": "logger"
1494
+ }
1495
+ ],
1496
+ "exports": [
1497
+ {
1498
+ "kind": "js",
1499
+ "name": "logger",
1500
+ "declaration": {
1501
+ "name": "logger",
1502
+ "module": "src/utils/logger.ts"
1503
+ }
1504
+ }
1505
+ ]
1506
+ },
1451
1507
  {
1452
1508
  "kind": "javascript-module",
1453
1509
  "path": "src/styles/colors.ts",
@@ -1608,62 +1664,6 @@
1608
1664
  }
1609
1665
  }
1610
1666
  ]
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.183.0",
4
+ "version": "14.183.1",
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.183.0",
72
- "@genesislcap/genx": "14.183.0",
73
- "@genesislcap/rollup-builder": "14.183.0",
74
- "@genesislcap/ts-builder": "14.183.0",
75
- "@genesislcap/uvu-playwright-builder": "14.183.0",
76
- "@genesislcap/vite-builder": "14.183.0",
77
- "@genesislcap/webpack-builder": "14.183.0",
71
+ "@genesislcap/foundation-testing": "14.183.1",
72
+ "@genesislcap/genx": "14.183.1",
73
+ "@genesislcap/rollup-builder": "14.183.1",
74
+ "@genesislcap/ts-builder": "14.183.1",
75
+ "@genesislcap/uvu-playwright-builder": "14.183.1",
76
+ "@genesislcap/vite-builder": "14.183.1",
77
+ "@genesislcap/webpack-builder": "14.183.1",
78
78
  "rimraf": "^3.0.2"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.183.0",
82
- "@genesislcap/foundation-events": "14.183.0",
83
- "@genesislcap/foundation-i18n": "14.183.0",
84
- "@genesislcap/foundation-logger": "14.183.0",
85
- "@genesislcap/foundation-shell": "14.183.0",
86
- "@genesislcap/foundation-ui": "14.183.0",
87
- "@genesislcap/foundation-utils": "14.183.0",
88
- "@genesislcap/foundation-zero": "14.183.0",
81
+ "@genesislcap/foundation-comms": "14.183.1",
82
+ "@genesislcap/foundation-events": "14.183.1",
83
+ "@genesislcap/foundation-i18n": "14.183.1",
84
+ "@genesislcap/foundation-logger": "14.183.1",
85
+ "@genesislcap/foundation-shell": "14.183.1",
86
+ "@genesislcap/foundation-ui": "14.183.1",
87
+ "@genesislcap/foundation-utils": "14.183.1",
88
+ "@genesislcap/foundation-zero": "14.183.1",
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": "deecb5a173b5b6bd7042a7699ddb7d24e32d1ce8"
104
+ "gitHead": "3caa32fe960947d43a5a60830f12b85181fe40c1"
105
105
  }