@genesislcap/foundation-header 14.183.2 → 14.183.3
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 +42 -42
- 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,27 @@
|
|
|
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
175
|
{
|
|
176
176
|
"kind": "javascript-module",
|
|
177
177
|
"path": "src/main/index.ts",
|
|
@@ -1448,27 +1448,6 @@
|
|
|
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
1451
|
{
|
|
1473
1452
|
"kind": "javascript-module",
|
|
1474
1453
|
"path": "src/styles/colors.ts",
|
|
@@ -1630,6 +1609,27 @@
|
|
|
1630
1609
|
}
|
|
1631
1610
|
]
|
|
1632
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
1633
|
{
|
|
1634
1634
|
"kind": "javascript-module",
|
|
1635
1635
|
"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.183.
|
|
4
|
+
"version": "14.183.3",
|
|
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.
|
|
72
|
-
"@genesislcap/genx": "14.183.
|
|
73
|
-
"@genesislcap/rollup-builder": "14.183.
|
|
74
|
-
"@genesislcap/ts-builder": "14.183.
|
|
75
|
-
"@genesislcap/uvu-playwright-builder": "14.183.
|
|
76
|
-
"@genesislcap/vite-builder": "14.183.
|
|
77
|
-
"@genesislcap/webpack-builder": "14.183.
|
|
71
|
+
"@genesislcap/foundation-testing": "14.183.3",
|
|
72
|
+
"@genesislcap/genx": "14.183.3",
|
|
73
|
+
"@genesislcap/rollup-builder": "14.183.3",
|
|
74
|
+
"@genesislcap/ts-builder": "14.183.3",
|
|
75
|
+
"@genesislcap/uvu-playwright-builder": "14.183.3",
|
|
76
|
+
"@genesislcap/vite-builder": "14.183.3",
|
|
77
|
+
"@genesislcap/webpack-builder": "14.183.3",
|
|
78
78
|
"rimraf": "^3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.183.
|
|
82
|
-
"@genesislcap/foundation-events": "14.183.
|
|
83
|
-
"@genesislcap/foundation-i18n": "14.183.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.183.
|
|
85
|
-
"@genesislcap/foundation-shell": "14.183.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.183.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.183.
|
|
88
|
-
"@genesislcap/foundation-zero": "14.183.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.183.3",
|
|
82
|
+
"@genesislcap/foundation-events": "14.183.3",
|
|
83
|
+
"@genesislcap/foundation-i18n": "14.183.3",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.183.3",
|
|
85
|
+
"@genesislcap/foundation-shell": "14.183.3",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.183.3",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.183.3",
|
|
88
|
+
"@genesislcap/foundation-zero": "14.183.3",
|
|
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": "ffef17c6fd8f87716f8a5b1a86fa060016d927b4"
|
|
105
105
|
}
|