@genesislcap/rapid-design-system 14.195.2 → 14.195.3-FUI-2102.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.
- package/dist/custom-elements.json +9 -9
- package/package.json +10 -10
|
@@ -27773,15 +27773,6 @@
|
|
|
27773
27773
|
"module": "src/stepper/stepper.ts"
|
|
27774
27774
|
}
|
|
27775
27775
|
},
|
|
27776
|
-
{
|
|
27777
|
-
"kind": "field",
|
|
27778
|
-
"name": "completedIds",
|
|
27779
|
-
"default": "new Map()",
|
|
27780
|
-
"inheritedFrom": {
|
|
27781
|
-
"name": "Stepper",
|
|
27782
|
-
"module": "src/stepper/stepper.ts"
|
|
27783
|
-
}
|
|
27784
|
-
},
|
|
27785
27776
|
{
|
|
27786
27777
|
"kind": "field",
|
|
27787
27778
|
"name": "tabIds",
|
|
@@ -27940,6 +27931,15 @@
|
|
|
27940
27931
|
"module": "src/stepper/stepper.ts"
|
|
27941
27932
|
}
|
|
27942
27933
|
},
|
|
27934
|
+
{
|
|
27935
|
+
"kind": "method",
|
|
27936
|
+
"name": "resetCompletedState",
|
|
27937
|
+
"privacy": "private",
|
|
27938
|
+
"inheritedFrom": {
|
|
27939
|
+
"name": "Stepper",
|
|
27940
|
+
"module": "src/stepper/stepper.ts"
|
|
27941
|
+
}
|
|
27942
|
+
},
|
|
27943
27943
|
{
|
|
27944
27944
|
"kind": "field",
|
|
27945
27945
|
"name": "_presentation",
|
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": "14.195.
|
|
4
|
+
"version": "14.195.3-FUI-2102.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.195.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.195.
|
|
42
|
-
"@genesislcap/ts-builder": "14.195.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.195.
|
|
44
|
-
"@genesislcap/vite-builder": "14.195.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.195.
|
|
40
|
+
"@genesislcap/genx": "14.195.3-FUI-2102.1",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.195.3-FUI-2102.1",
|
|
42
|
+
"@genesislcap/ts-builder": "14.195.3-FUI-2102.1",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.1",
|
|
44
|
+
"@genesislcap/vite-builder": "14.195.3-FUI-2102.1",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.195.3-FUI-2102.1",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.195.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.195.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.195.3-FUI-2102.1",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.195.3-FUI-2102.1",
|
|
65
65
|
"@microsoft/fast-colors": "^5.3.1",
|
|
66
66
|
"@microsoft/fast-components": "^2.30.6",
|
|
67
67
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
81
|
"customElements": "dist/custom-elements.json",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "2dd2faaee2b39b1265008661fa46493e31183e4d"
|
|
83
83
|
}
|