@genesislcap/foundation-header 14.354.0 → 14.354.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.
- package/dist/custom-elements.json +21 -21
- package/package.json +22 -22
|
@@ -3178,6 +3178,27 @@
|
|
|
3178
3178
|
}
|
|
3179
3179
|
]
|
|
3180
3180
|
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "javascript-module",
|
|
3183
|
+
"path": "src/tags/index.ts",
|
|
3184
|
+
"declarations": [],
|
|
3185
|
+
"exports": [
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "js",
|
|
3188
|
+
"name": "*",
|
|
3189
|
+
"declaration": {
|
|
3190
|
+
"name": "*",
|
|
3191
|
+
"package": "./tags"
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
]
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "javascript-module",
|
|
3198
|
+
"path": "src/tags/tags.ts",
|
|
3199
|
+
"declarations": [],
|
|
3200
|
+
"exports": []
|
|
3201
|
+
},
|
|
3181
3202
|
{
|
|
3182
3203
|
"kind": "javascript-module",
|
|
3183
3204
|
"path": "src/styles/colors.ts",
|
|
@@ -3339,27 +3360,6 @@
|
|
|
3339
3360
|
}
|
|
3340
3361
|
]
|
|
3341
3362
|
},
|
|
3342
|
-
{
|
|
3343
|
-
"kind": "javascript-module",
|
|
3344
|
-
"path": "src/tags/index.ts",
|
|
3345
|
-
"declarations": [],
|
|
3346
|
-
"exports": [
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "js",
|
|
3349
|
-
"name": "*",
|
|
3350
|
-
"declaration": {
|
|
3351
|
-
"name": "*",
|
|
3352
|
-
"package": "./tags"
|
|
3353
|
-
}
|
|
3354
|
-
}
|
|
3355
|
-
]
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "javascript-module",
|
|
3359
|
-
"path": "src/tags/tags.ts",
|
|
3360
|
-
"declarations": [],
|
|
3361
|
-
"exports": []
|
|
3362
|
-
},
|
|
3363
3363
|
{
|
|
3364
3364
|
"kind": "javascript-module",
|
|
3365
3365
|
"path": "src/templates/rapid.template.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.354.
|
|
4
|
+
"version": "14.354.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@genesislcap/foundation-testing": "14.354.
|
|
81
|
-
"@genesislcap/genx": "14.354.
|
|
82
|
-
"@genesislcap/rollup-builder": "14.354.
|
|
83
|
-
"@genesislcap/ts-builder": "14.354.
|
|
84
|
-
"@genesislcap/uvu-playwright-builder": "14.354.
|
|
85
|
-
"@genesislcap/vite-builder": "14.354.
|
|
86
|
-
"@genesislcap/webpack-builder": "14.354.
|
|
80
|
+
"@genesislcap/foundation-testing": "14.354.2",
|
|
81
|
+
"@genesislcap/genx": "14.354.2",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.354.2",
|
|
83
|
+
"@genesislcap/ts-builder": "14.354.2",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.354.2",
|
|
85
|
+
"@genesislcap/vite-builder": "14.354.2",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.354.2"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-auth": "14.354.
|
|
90
|
-
"@genesislcap/foundation-comms": "14.354.
|
|
91
|
-
"@genesislcap/foundation-events": "14.354.
|
|
92
|
-
"@genesislcap/foundation-i18n": "14.354.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.354.
|
|
94
|
-
"@genesislcap/foundation-login": "14.354.
|
|
95
|
-
"@genesislcap/foundation-shell": "14.354.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.354.
|
|
97
|
-
"@genesislcap/foundation-user": "14.354.
|
|
98
|
-
"@genesislcap/foundation-utils": "14.354.
|
|
99
|
-
"@genesislcap/foundation-zero": "14.354.
|
|
100
|
-
"@genesislcap/rapid-design-system": "14.354.
|
|
101
|
-
"@genesislcap/web-core": "14.354.
|
|
89
|
+
"@genesislcap/foundation-auth": "14.354.2",
|
|
90
|
+
"@genesislcap/foundation-comms": "14.354.2",
|
|
91
|
+
"@genesislcap/foundation-events": "14.354.2",
|
|
92
|
+
"@genesislcap/foundation-i18n": "14.354.2",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.354.2",
|
|
94
|
+
"@genesislcap/foundation-login": "14.354.2",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.354.2",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.354.2",
|
|
97
|
+
"@genesislcap/foundation-user": "14.354.2",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.354.2",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.354.2",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.354.2",
|
|
101
|
+
"@genesislcap/web-core": "14.354.2"
|
|
102
102
|
},
|
|
103
103
|
"repository": {
|
|
104
104
|
"type": "git",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "6736ae7e39fd72cd8e8c42a524b7fe0ed13d4a83"
|
|
113
113
|
}
|