@genesislcap/foundation-zero 14.400.0 → 14.401.0-TPD-4881.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.
- package/dist/custom-elements.json +13 -0
- package/package.json +12 -12
|
@@ -40524,6 +40524,19 @@
|
|
|
40524
40524
|
"module": "src/toast/toast.ts"
|
|
40525
40525
|
}
|
|
40526
40526
|
},
|
|
40527
|
+
{
|
|
40528
|
+
"kind": "field",
|
|
40529
|
+
"name": "closeTimer",
|
|
40530
|
+
"type": {
|
|
40531
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
40532
|
+
},
|
|
40533
|
+
"privacy": "private",
|
|
40534
|
+
"default": "null",
|
|
40535
|
+
"inheritedFrom": {
|
|
40536
|
+
"name": "Toast",
|
|
40537
|
+
"module": "src/toast/toast.ts"
|
|
40538
|
+
}
|
|
40539
|
+
},
|
|
40527
40540
|
{
|
|
40528
40541
|
"kind": "method",
|
|
40529
40542
|
"name": "close",
|
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.
|
|
4
|
+
"version": "14.401.0-TPD-4881.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": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.401.0-TPD-4881.2",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.401.0-TPD-4881.2",
|
|
78
|
+
"@genesislcap/ts-builder": "14.401.0-TPD-4881.2",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.401.0-TPD-4881.2",
|
|
80
|
+
"@genesislcap/vite-builder": "14.401.0-TPD-4881.2",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.401.0-TPD-4881.2"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.401.0-TPD-4881.2",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.401.0-TPD-4881.2",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.401.0-TPD-4881.2",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.401.0-TPD-4881.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",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "b04ce3374bb32a3b3bba570092d8c961b3da9df4"
|
|
104
104
|
}
|