@genesislcap/foundation-zero 15.3.1 → 15.3.2-FUI-2591.1

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.
@@ -2087,6 +2087,26 @@
2087
2087
  "module": "src/actions-menu/actions-menu.ts"
2088
2088
  }
2089
2089
  },
2090
+ {
2091
+ "kind": "field",
2092
+ "name": "actionsOpener",
2093
+ "type": {
2094
+ "text": "HTMLElement"
2095
+ },
2096
+ "inheritedFrom": {
2097
+ "name": "ActionsMenu",
2098
+ "module": "src/actions-menu/actions-menu.ts"
2099
+ }
2100
+ },
2101
+ {
2102
+ "kind": "method",
2103
+ "name": "updateMenuPosition",
2104
+ "privacy": "private",
2105
+ "inheritedFrom": {
2106
+ "name": "ActionsMenu",
2107
+ "module": "src/actions-menu/actions-menu.ts"
2108
+ }
2109
+ },
2090
2110
  {
2091
2111
  "kind": "method",
2092
2112
  "name": "definitionChanged",
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": "15.3.1",
4
+ "version": "15.3.2-FUI-2591.1",
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": "15.3.1",
77
- "@genesislcap/rollup-builder": "15.3.1",
78
- "@genesislcap/ts-builder": "15.3.1",
79
- "@genesislcap/uvu-playwright-builder": "15.3.1",
80
- "@genesislcap/vite-builder": "15.3.1",
81
- "@genesislcap/webpack-builder": "15.3.1"
76
+ "@genesislcap/genx": "15.3.2-FUI-2591.1",
77
+ "@genesislcap/rollup-builder": "15.3.2-FUI-2591.1",
78
+ "@genesislcap/ts-builder": "15.3.2-FUI-2591.1",
79
+ "@genesislcap/uvu-playwright-builder": "15.3.2-FUI-2591.1",
80
+ "@genesislcap/vite-builder": "15.3.2-FUI-2591.1",
81
+ "@genesislcap/webpack-builder": "15.3.2-FUI-2591.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.3.1",
85
- "@genesislcap/foundation-logger": "15.3.1",
86
- "@genesislcap/foundation-ui": "15.3.1",
87
- "@genesislcap/foundation-utils": "15.3.1",
84
+ "@genesislcap/foundation-comms": "15.3.2-FUI-2591.1",
85
+ "@genesislcap/foundation-logger": "15.3.2-FUI-2591.1",
86
+ "@genesislcap/foundation-ui": "15.3.2-FUI-2591.1",
87
+ "@genesislcap/foundation-utils": "15.3.2-FUI-2591.1",
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": "1c3a33f7d56acec166f832b9610e83343a8873e6"
114
+ "gitHead": "36595b8ce13d31fda4bb2638948c78931133159a"
115
115
  }