@genesislcap/foundation-zero 14.195.2 → 14.195.3

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.
@@ -31072,15 +31072,6 @@
31072
31072
  "module": "src/stepper/stepper.ts"
31073
31073
  }
31074
31074
  },
31075
- {
31076
- "kind": "field",
31077
- "name": "completedIds",
31078
- "default": "new Map()",
31079
- "inheritedFrom": {
31080
- "name": "Stepper",
31081
- "module": "src/stepper/stepper.ts"
31082
- }
31083
- },
31084
31075
  {
31085
31076
  "kind": "field",
31086
31077
  "name": "tabIds",
@@ -31239,6 +31230,15 @@
31239
31230
  "module": "src/stepper/stepper.ts"
31240
31231
  }
31241
31232
  },
31233
+ {
31234
+ "kind": "method",
31235
+ "name": "resetCompletedState",
31236
+ "privacy": "private",
31237
+ "inheritedFrom": {
31238
+ "name": "Stepper",
31239
+ "module": "src/stepper/stepper.ts"
31240
+ }
31241
+ },
31242
31242
  {
31243
31243
  "kind": "field",
31244
31244
  "name": "_presentation",
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.195.2",
4
+ "version": "14.195.3",
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.195.2",
79
- "@genesislcap/rollup-builder": "14.195.2",
80
- "@genesislcap/ts-builder": "14.195.2",
81
- "@genesislcap/uvu-playwright-builder": "14.195.2",
82
- "@genesislcap/vite-builder": "14.195.2",
83
- "@genesislcap/webpack-builder": "14.195.2",
78
+ "@genesislcap/genx": "14.195.3",
79
+ "@genesislcap/rollup-builder": "14.195.3",
80
+ "@genesislcap/ts-builder": "14.195.3",
81
+ "@genesislcap/uvu-playwright-builder": "14.195.3",
82
+ "@genesislcap/vite-builder": "14.195.3",
83
+ "@genesislcap/webpack-builder": "14.195.3",
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.195.2",
102
- "@genesislcap/foundation-logger": "14.195.2",
103
- "@genesislcap/foundation-ui": "14.195.2",
104
- "@genesislcap/foundation-utils": "14.195.2",
101
+ "@genesislcap/foundation-comms": "14.195.3",
102
+ "@genesislcap/foundation-logger": "14.195.3",
103
+ "@genesislcap/foundation-ui": "14.195.3",
104
+ "@genesislcap/foundation-utils": "14.195.3",
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": "d1f39d203ff91667eb1ca4da4d4741d42cfb5fcc"
121
+ "gitHead": "2281f5fffabfc93ea27ce8355160b271cac93882"
122
122
  }