@genesislcap/foundation-zero 15.8.1 → 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.
@@ -22515,6 +22515,31 @@
22515
22515
  "module": "src/icon/icon.ts"
22516
22516
  }
22517
22517
  },
22518
+ {
22519
+ "kind": "field",
22520
+ "name": "tooltipElement",
22521
+ "type": {
22522
+ "text": "HTMLElement | undefined"
22523
+ },
22524
+ "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).",
22525
+ "inheritedFrom": {
22526
+ "name": "Icon",
22527
+ "module": "src/icon/icon.ts"
22528
+ }
22529
+ },
22530
+ {
22531
+ "kind": "field",
22532
+ "name": "tooltipShowTimer",
22533
+ "type": {
22534
+ "text": "number | null"
22535
+ },
22536
+ "privacy": "private",
22537
+ "default": "null",
22538
+ "inheritedFrom": {
22539
+ "name": "Icon",
22540
+ "module": "src/icon/icon.ts"
22541
+ }
22542
+ },
22518
22543
  {
22519
22544
  "kind": "field",
22520
22545
  "name": "name",
@@ -22616,6 +22641,24 @@
22616
22641
  "module": "src/icon/icon.ts"
22617
22642
  }
22618
22643
  },
22644
+ {
22645
+ "kind": "field",
22646
+ "name": "showTooltip",
22647
+ "privacy": "private",
22648
+ "inheritedFrom": {
22649
+ "name": "Icon",
22650
+ "module": "src/icon/icon.ts"
22651
+ }
22652
+ },
22653
+ {
22654
+ "kind": "field",
22655
+ "name": "hideTooltip",
22656
+ "privacy": "private",
22657
+ "inheritedFrom": {
22658
+ "name": "Icon",
22659
+ "module": "src/icon/icon.ts"
22660
+ }
22661
+ },
22619
22662
  {
22620
22663
  "kind": "method",
22621
22664
  "name": "getDefaultTooltipConfig",
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.8.1",
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",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "15.8.1",
77
- "@genesislcap/rollup-builder": "15.8.1",
78
- "@genesislcap/ts-builder": "15.8.1",
79
- "@genesislcap/uvu-playwright-builder": "15.8.1",
80
- "@genesislcap/vite-builder": "15.8.1",
81
- "@genesislcap/webpack-builder": "15.8.1"
76
+ "@genesislcap/genx": "15.8.3-PTC-0.2",
77
+ "@genesislcap/rollup-builder": "15.8.3-PTC-0.2",
78
+ "@genesislcap/ts-builder": "15.8.3-PTC-0.2",
79
+ "@genesislcap/uvu-playwright-builder": "15.8.3-PTC-0.2",
80
+ "@genesislcap/vite-builder": "15.8.3-PTC-0.2",
81
+ "@genesislcap/webpack-builder": "15.8.3-PTC-0.2"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.8.1",
85
- "@genesislcap/foundation-logger": "15.8.1",
86
- "@genesislcap/foundation-ui": "15.8.1",
87
- "@genesislcap/foundation-utils": "15.8.1",
84
+ "@genesislcap/foundation-comms": "15.8.3-PTC-0.2",
85
+ "@genesislcap/foundation-logger": "15.8.3-PTC-0.2",
86
+ "@genesislcap/foundation-ui": "15.8.3-PTC-0.2",
87
+ "@genesislcap/foundation-utils": "15.8.3-PTC-0.2",
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": "e9e2b412bf2c21763346f86687698ce2d5d99a56"
114
+ "gitHead": "6381e57d86cc251a7265cefa2fc13df20b4a38fb"
115
115
  }