@genesislcap/rapid-design-system 15.8.2 → 15.8.3-PTC-0.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.
@@ -18921,6 +18921,31 @@
18921
18921
  "module": "src/icon/icon.ts"
18922
18922
  }
18923
18923
  },
18924
+ {
18925
+ "kind": "field",
18926
+ "name": "tooltipElement",
18927
+ "type": {
18928
+ "text": "HTMLElement | undefined"
18929
+ },
18930
+ "description": "The tooltip bubble stays in this component's template and shadow root, but is promoted\nto the browser top layer via the Popover API when shown — the top layer escapes ancestor\nstacking contexts, transforms and overflow clipping, which is what lets virtualized\ngrid rows (absolutely-positioned, later-DOM-order siblings) paint over an in-place\nbubble. It is a plain `div` rather than `<%%prefix%%-tooltip>`: FASTTooltip's template\nrenders `<${tagFor(AnchoredRegion)}>`, and that lookup misses for the subclassed\ngenesis components (compose() without `baseClass`), so the tooltip component renders an\nempty shadow root — none of its placement or visibility machinery ever worked here.\nPlacement is manual from the anchor's `getBoundingClientRect()` (see showTooltip).",
18931
+ "inheritedFrom": {
18932
+ "name": "Icon",
18933
+ "module": "src/icon/icon.ts"
18934
+ }
18935
+ },
18936
+ {
18937
+ "kind": "field",
18938
+ "name": "tooltipShowTimer",
18939
+ "type": {
18940
+ "text": "number | null"
18941
+ },
18942
+ "privacy": "private",
18943
+ "default": "null",
18944
+ "inheritedFrom": {
18945
+ "name": "Icon",
18946
+ "module": "src/icon/icon.ts"
18947
+ }
18948
+ },
18924
18949
  {
18925
18950
  "kind": "field",
18926
18951
  "name": "name",
@@ -19022,6 +19047,24 @@
19022
19047
  "module": "src/icon/icon.ts"
19023
19048
  }
19024
19049
  },
19050
+ {
19051
+ "kind": "field",
19052
+ "name": "showTooltip",
19053
+ "privacy": "private",
19054
+ "inheritedFrom": {
19055
+ "name": "Icon",
19056
+ "module": "src/icon/icon.ts"
19057
+ }
19058
+ },
19059
+ {
19060
+ "kind": "field",
19061
+ "name": "hideTooltip",
19062
+ "privacy": "private",
19063
+ "inheritedFrom": {
19064
+ "name": "Icon",
19065
+ "module": "src/icon/icon.ts"
19066
+ }
19067
+ },
19025
19068
  {
19026
19069
  "kind": "method",
19027
19070
  "name": "getDefaultTooltipConfig",
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.8.2",
4
+ "version": "15.8.3-PTC-0.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.8.2",
42
- "@genesislcap/genx": "15.8.2",
43
- "@genesislcap/rollup-builder": "15.8.2",
44
- "@genesislcap/ts-builder": "15.8.2",
45
- "@genesislcap/uvu-playwright-builder": "15.8.2",
46
- "@genesislcap/vite-builder": "15.8.2",
47
- "@genesislcap/webpack-builder": "15.8.2",
41
+ "@genesislcap/foundation-testing": "15.8.3-PTC-0.2",
42
+ "@genesislcap/genx": "15.8.3-PTC-0.2",
43
+ "@genesislcap/rollup-builder": "15.8.3-PTC-0.2",
44
+ "@genesislcap/ts-builder": "15.8.3-PTC-0.2",
45
+ "@genesislcap/uvu-playwright-builder": "15.8.3-PTC-0.2",
46
+ "@genesislcap/vite-builder": "15.8.3-PTC-0.2",
47
+ "@genesislcap/webpack-builder": "15.8.3-PTC-0.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.8.2",
60
- "@genesislcap/foundation-ui": "15.8.2",
61
- "@genesislcap/foundation-utils": "15.8.2",
59
+ "@genesislcap/foundation-logger": "15.8.3-PTC-0.2",
60
+ "@genesislcap/foundation-ui": "15.8.3-PTC-0.2",
61
+ "@genesislcap/foundation-utils": "15.8.3-PTC-0.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",
@@ -94,5 +94,5 @@
94
94
  "require": "./dist/react.cjs"
95
95
  }
96
96
  },
97
- "gitHead": "c62567e4acee7219798579d18a023be909bdd0a0"
97
+ "gitHead": "6381e57d86cc251a7265cefa2fc13df20b4a38fb"
98
98
  }