@genesislcap/rapid-design-system 15.3.1 → 15.3.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.
@@ -1481,6 +1481,26 @@
1481
1481
  "module": "src/actions-menu/actions-menu.ts"
1482
1482
  }
1483
1483
  },
1484
+ {
1485
+ "kind": "field",
1486
+ "name": "actionsOpener",
1487
+ "type": {
1488
+ "text": "HTMLElement"
1489
+ },
1490
+ "inheritedFrom": {
1491
+ "name": "ActionsMenu",
1492
+ "module": "src/actions-menu/actions-menu.ts"
1493
+ }
1494
+ },
1495
+ {
1496
+ "kind": "method",
1497
+ "name": "updateMenuPosition",
1498
+ "privacy": "private",
1499
+ "inheritedFrom": {
1500
+ "name": "ActionsMenu",
1501
+ "module": "src/actions-menu/actions-menu.ts"
1502
+ }
1503
+ },
1484
1504
  {
1485
1505
  "kind": "method",
1486
1506
  "name": "definitionChanged",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "15.3.1",
4
+ "version": "15.3.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
41
- "@genesislcap/foundation-testing": "15.3.1",
42
- "@genesislcap/genx": "15.3.1",
43
- "@genesislcap/rollup-builder": "15.3.1",
44
- "@genesislcap/ts-builder": "15.3.1",
45
- "@genesislcap/uvu-playwright-builder": "15.3.1",
46
- "@genesislcap/vite-builder": "15.3.1",
47
- "@genesislcap/webpack-builder": "15.3.1",
41
+ "@genesislcap/foundation-testing": "15.3.2",
42
+ "@genesislcap/genx": "15.3.2",
43
+ "@genesislcap/rollup-builder": "15.3.2",
44
+ "@genesislcap/ts-builder": "15.3.2",
45
+ "@genesislcap/uvu-playwright-builder": "15.3.2",
46
+ "@genesislcap/vite-builder": "15.3.2",
47
+ "@genesislcap/webpack-builder": "15.3.2",
48
48
  "flexlayout-react": "^0.8.19"
49
49
  },
50
50
  "peerDependencies": {
@@ -56,9 +56,9 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-logger": "15.3.1",
60
- "@genesislcap/foundation-ui": "15.3.1",
61
- "@genesislcap/foundation-utils": "15.3.1",
59
+ "@genesislcap/foundation-logger": "15.3.2",
60
+ "@genesislcap/foundation-ui": "15.3.2",
61
+ "@genesislcap/foundation-utils": "15.3.2",
62
62
  "@microsoft/fast-colors": "5.3.1",
63
63
  "@microsoft/fast-components": "2.30.6",
64
64
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "1c3a33f7d56acec166f832b9610e83343a8873e6"
89
+ "gitHead": "9b3b32a9d7642518469a81d1ed9cc79b3a6c0ece"
90
90
  }