@genesislcap/foundation-header 14.194.5 → 14.194.6
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",
|
|
@@ -1512,27 +1512,6 @@
|
|
|
1512
1512
|
}
|
|
1513
1513
|
]
|
|
1514
1514
|
},
|
|
1515
|
-
{
|
|
1516
|
-
"kind": "javascript-module",
|
|
1517
|
-
"path": "src/tags/index.ts",
|
|
1518
|
-
"declarations": [],
|
|
1519
|
-
"exports": [
|
|
1520
|
-
{
|
|
1521
|
-
"kind": "js",
|
|
1522
|
-
"name": "*",
|
|
1523
|
-
"declaration": {
|
|
1524
|
-
"name": "*",
|
|
1525
|
-
"package": "./tags"
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
]
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"kind": "javascript-module",
|
|
1532
|
-
"path": "src/tags/tags.ts",
|
|
1533
|
-
"declarations": [],
|
|
1534
|
-
"exports": []
|
|
1535
|
-
},
|
|
1536
1515
|
{
|
|
1537
1516
|
"kind": "javascript-module",
|
|
1538
1517
|
"path": "src/styles/colors.ts",
|
|
@@ -1694,6 +1673,27 @@
|
|
|
1694
1673
|
}
|
|
1695
1674
|
]
|
|
1696
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "javascript-module",
|
|
1678
|
+
"path": "src/tags/index.ts",
|
|
1679
|
+
"declarations": [],
|
|
1680
|
+
"exports": [
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "js",
|
|
1683
|
+
"name": "*",
|
|
1684
|
+
"declaration": {
|
|
1685
|
+
"name": "*",
|
|
1686
|
+
"package": "./tags"
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "javascript-module",
|
|
1693
|
+
"path": "src/tags/tags.ts",
|
|
1694
|
+
"declarations": [],
|
|
1695
|
+
"exports": []
|
|
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.194.
|
|
4
|
+
"version": "14.194.6",
|
|
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.194.
|
|
80
|
-
"@genesislcap/genx": "14.194.
|
|
81
|
-
"@genesislcap/rollup-builder": "14.194.
|
|
82
|
-
"@genesislcap/ts-builder": "14.194.
|
|
83
|
-
"@genesislcap/uvu-playwright-builder": "14.194.
|
|
84
|
-
"@genesislcap/vite-builder": "14.194.
|
|
85
|
-
"@genesislcap/webpack-builder": "14.194.
|
|
79
|
+
"@genesislcap/foundation-testing": "14.194.6",
|
|
80
|
+
"@genesislcap/genx": "14.194.6",
|
|
81
|
+
"@genesislcap/rollup-builder": "14.194.6",
|
|
82
|
+
"@genesislcap/ts-builder": "14.194.6",
|
|
83
|
+
"@genesislcap/uvu-playwright-builder": "14.194.6",
|
|
84
|
+
"@genesislcap/vite-builder": "14.194.6",
|
|
85
|
+
"@genesislcap/webpack-builder": "14.194.6",
|
|
86
86
|
"rimraf": "^5.0.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.194.
|
|
90
|
-
"@genesislcap/foundation-events": "14.194.
|
|
91
|
-
"@genesislcap/foundation-i18n": "14.194.
|
|
92
|
-
"@genesislcap/foundation-logger": "14.194.
|
|
93
|
-
"@genesislcap/foundation-shell": "14.194.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.194.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.194.
|
|
96
|
-
"@genesislcap/foundation-zero": "14.194.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.194.6",
|
|
90
|
+
"@genesislcap/foundation-events": "14.194.6",
|
|
91
|
+
"@genesislcap/foundation-i18n": "14.194.6",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.194.6",
|
|
93
|
+
"@genesislcap/foundation-shell": "14.194.6",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.194.6",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.194.6",
|
|
96
|
+
"@genesislcap/foundation-zero": "14.194.6",
|
|
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": "
|
|
112
|
+
"gitHead": "0b3c1bca850d1c06169e8184619724394b8a73ca"
|
|
113
113
|
}
|