@genesislcap/foundation-zero 14.210.1-alpha-1717fac.0 → 14.210.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.
@@ -26776,7 +26776,7 @@
26776
26776
  }
26777
26777
  },
26778
26778
  {
26779
- "kind": "method",
26779
+ "kind": "field",
26780
26780
  "name": "resetCombobox",
26781
26781
  "inheritedFrom": {
26782
26782
  "name": "Combobox",
@@ -26786,14 +26786,11 @@
26786
26786
  ],
26787
26787
  "events": [
26788
26788
  {
26789
- "name": "change",
26790
- "type": {
26791
- "text": "Event"
26792
- },
26793
26789
  "description": "Fires a custom 'change' event when the value updates",
26790
+ "name": "change",
26794
26791
  "inheritedFrom": {
26795
- "name": "Combobox",
26796
- "module": "src/combobox/combobox.ts"
26792
+ "name": "SearchBarCombobox",
26793
+ "module": "src/search-bar/search-bar-combobox.ts"
26797
26794
  }
26798
26795
  }
26799
26796
  ]
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.210.1-alpha-1717fac.0",
4
+ "version": "14.210.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,12 +75,12 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
78
- "@genesislcap/genx": "14.210.1-alpha-1717fac.0",
79
- "@genesislcap/rollup-builder": "14.210.1-alpha-1717fac.0",
80
- "@genesislcap/ts-builder": "14.210.1-alpha-1717fac.0",
81
- "@genesislcap/uvu-playwright-builder": "14.210.1-alpha-1717fac.0",
82
- "@genesislcap/vite-builder": "14.210.1-alpha-1717fac.0",
83
- "@genesislcap/webpack-builder": "14.210.1-alpha-1717fac.0",
78
+ "@genesislcap/genx": "14.210.1",
79
+ "@genesislcap/rollup-builder": "14.210.1",
80
+ "@genesislcap/ts-builder": "14.210.1",
81
+ "@genesislcap/uvu-playwright-builder": "14.210.1",
82
+ "@genesislcap/vite-builder": "14.210.1",
83
+ "@genesislcap/webpack-builder": "14.210.1",
84
84
  "@storybook/addon-coverage": "^1.0.1",
85
85
  "@storybook/addon-essentials": "^8.0.0",
86
86
  "@storybook/addon-links": "^8.0.0",
@@ -98,10 +98,10 @@
98
98
  "storybook": "^8.0.0"
99
99
  },
100
100
  "dependencies": {
101
- "@genesislcap/foundation-comms": "14.210.1-alpha-1717fac.0",
102
- "@genesislcap/foundation-logger": "14.210.1-alpha-1717fac.0",
103
- "@genesislcap/foundation-ui": "14.210.1-alpha-1717fac.0",
104
- "@genesislcap/foundation-utils": "14.210.1-alpha-1717fac.0",
101
+ "@genesislcap/foundation-comms": "14.210.1",
102
+ "@genesislcap/foundation-logger": "14.210.1",
103
+ "@genesislcap/foundation-ui": "14.210.1",
104
+ "@genesislcap/foundation-utils": "14.210.1",
105
105
  "@microsoft/fast-colors": "^5.3.1",
106
106
  "@microsoft/fast-components": "^2.30.6",
107
107
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "876ef746e336dd6d007d89a83eab537b8e0193f2"
121
+ "gitHead": "6013d99ff5de13a1758da3f36d1ac9fdf85ead46"
122
122
  }