@genesislcap/foundation-zero 14.268.1 → 14.268.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.
@@ -13881,6 +13881,17 @@
13881
13881
  "module": "src/file-upload/file-upload.ts"
13882
13882
  }
13883
13883
  },
13884
+ {
13885
+ "kind": "field",
13886
+ "name": "http",
13887
+ "type": {
13888
+ "text": "Http"
13889
+ },
13890
+ "inheritedFrom": {
13891
+ "name": "FileUpload",
13892
+ "module": "src/file-upload/file-upload.ts"
13893
+ }
13894
+ },
13884
13895
  {
13885
13896
  "kind": "field",
13886
13897
  "name": "session",
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.268.1",
4
+ "version": "14.268.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,19 +71,19 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.268.1",
75
- "@genesislcap/rollup-builder": "14.268.1",
76
- "@genesislcap/ts-builder": "14.268.1",
77
- "@genesislcap/uvu-playwright-builder": "14.268.1",
78
- "@genesislcap/vite-builder": "14.268.1",
79
- "@genesislcap/webpack-builder": "14.268.1",
74
+ "@genesislcap/genx": "14.268.3",
75
+ "@genesislcap/rollup-builder": "14.268.3",
76
+ "@genesislcap/ts-builder": "14.268.3",
77
+ "@genesislcap/uvu-playwright-builder": "14.268.3",
78
+ "@genesislcap/vite-builder": "14.268.3",
79
+ "@genesislcap/webpack-builder": "14.268.3",
80
80
  "rimraf": "^5.0.0"
81
81
  },
82
82
  "dependencies": {
83
- "@genesislcap/foundation-comms": "14.268.1",
84
- "@genesislcap/foundation-logger": "14.268.1",
85
- "@genesislcap/foundation-ui": "14.268.1",
86
- "@genesislcap/foundation-utils": "14.268.1",
83
+ "@genesislcap/foundation-comms": "14.268.3",
84
+ "@genesislcap/foundation-logger": "14.268.3",
85
+ "@genesislcap/foundation-ui": "14.268.3",
86
+ "@genesislcap/foundation-utils": "14.268.3",
87
87
  "@microsoft/fast-colors": "5.3.1",
88
88
  "@microsoft/fast-components": "2.30.6",
89
89
  "@microsoft/fast-element": "1.14.0",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "customElements": "dist/custom-elements.json",
103
- "gitHead": "332c27427ed10baf7645b0f93ac77e0317182570"
103
+ "gitHead": "5adc8596d5fe7a96f5c3efe289a40d188f432b0e"
104
104
  }