@genesislcap/foundation-zero 14.427.1-TAM-8.26-patch.1 → 14.427.1-TAM-8.26-patch.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 +1 -1
- package/package.json +12 -12
|
@@ -26407,7 +26407,7 @@
|
|
|
26407
26407
|
"kind": "field",
|
|
26408
26408
|
"name": "dataSub",
|
|
26409
26409
|
"type": {
|
|
26410
|
-
"text": "Subscription"
|
|
26410
|
+
"text": "Subscription | undefined"
|
|
26411
26411
|
},
|
|
26412
26412
|
"privacy": "protected",
|
|
26413
26413
|
"inheritedFrom": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.427.1-TAM-8.26-patch.
|
|
4
|
+
"version": "14.427.1-TAM-8.26-patch.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.427.1-TAM-8.26-patch.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.427.1-TAM-8.26-patch.
|
|
78
|
-
"@genesislcap/ts-builder": "14.427.1-TAM-8.26-patch.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.427.1-TAM-8.26-patch.
|
|
80
|
-
"@genesislcap/vite-builder": "14.427.1-TAM-8.26-patch.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.427.1-TAM-8.26-patch.
|
|
76
|
+
"@genesislcap/genx": "14.427.1-TAM-8.26-patch.3",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.427.1-TAM-8.26-patch.3",
|
|
78
|
+
"@genesislcap/ts-builder": "14.427.1-TAM-8.26-patch.3",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.427.1-TAM-8.26-patch.3",
|
|
80
|
+
"@genesislcap/vite-builder": "14.427.1-TAM-8.26-patch.3",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.427.1-TAM-8.26-patch.3"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.427.1-TAM-8.26-patch.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.427.1-TAM-8.26-patch.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.427.1-TAM-8.26-patch.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.427.1-TAM-8.26-patch.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.427.1-TAM-8.26-patch.3",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.427.1-TAM-8.26-patch.3",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.427.1-TAM-8.26-patch.3",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.427.1-TAM-8.26-patch.3",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "9fc27f51390d054cf81de0d668392fc1c2f26844"
|
|
115
115
|
}
|