@genesislcap/foundation-zero 14.396.1 → 14.396.2-alpha-c2b8be8.0

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.
@@ -31745,6 +31745,19 @@
31745
31745
  }
31746
31746
  ],
31747
31747
  "members": [
31748
+ {
31749
+ "kind": "field",
31750
+ "name": "_scrollIntoViewRafId",
31751
+ "type": {
31752
+ "text": "number | null"
31753
+ },
31754
+ "privacy": "private",
31755
+ "default": "null",
31756
+ "inheritedFrom": {
31757
+ "name": "Select",
31758
+ "module": "src/select/select.ts"
31759
+ }
31760
+ },
31748
31761
  {
31749
31762
  "kind": "method",
31750
31763
  "name": "openChanged",
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.396.1",
4
+ "version": "14.396.2-alpha-c2b8be8.0",
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": "14.396.1",
77
- "@genesislcap/rollup-builder": "14.396.1",
78
- "@genesislcap/ts-builder": "14.396.1",
79
- "@genesislcap/uvu-playwright-builder": "14.396.1",
80
- "@genesislcap/vite-builder": "14.396.1",
81
- "@genesislcap/webpack-builder": "14.396.1"
76
+ "@genesislcap/genx": "14.396.2-alpha-c2b8be8.0",
77
+ "@genesislcap/rollup-builder": "14.396.2-alpha-c2b8be8.0",
78
+ "@genesislcap/ts-builder": "14.396.2-alpha-c2b8be8.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.396.2-alpha-c2b8be8.0",
80
+ "@genesislcap/vite-builder": "14.396.2-alpha-c2b8be8.0",
81
+ "@genesislcap/webpack-builder": "14.396.2-alpha-c2b8be8.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.396.1",
85
- "@genesislcap/foundation-logger": "14.396.1",
86
- "@genesislcap/foundation-ui": "14.396.1",
87
- "@genesislcap/foundation-utils": "14.396.1",
84
+ "@genesislcap/foundation-comms": "14.396.2-alpha-c2b8be8.0",
85
+ "@genesislcap/foundation-logger": "14.396.2-alpha-c2b8be8.0",
86
+ "@genesislcap/foundation-ui": "14.396.2-alpha-c2b8be8.0",
87
+ "@genesislcap/foundation-utils": "14.396.2-alpha-c2b8be8.0",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@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": "4a6225102f4b6566bff9ec8a91848d661b528588"
103
+ "gitHead": "6ff08935e6901160677daa305e9db55e04aff3e5"
104
104
  }