@genesislcap/foundation-zero 14.306.1-alpha-0284973.0 → 14.306.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 +0 -28
- package/package.json +12 -12
|
@@ -23432,18 +23432,6 @@
|
|
|
23432
23432
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23433
23433
|
}
|
|
23434
23434
|
},
|
|
23435
|
-
{
|
|
23436
|
-
"kind": "field",
|
|
23437
|
-
"name": "subscribeTimeout",
|
|
23438
|
-
"type": {
|
|
23439
|
-
"text": "number | undefined"
|
|
23440
|
-
},
|
|
23441
|
-
"privacy": "private",
|
|
23442
|
-
"inheritedFrom": {
|
|
23443
|
-
"name": "NotificationListener",
|
|
23444
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
23445
|
-
}
|
|
23446
|
-
},
|
|
23447
23435
|
{
|
|
23448
23436
|
"kind": "field",
|
|
23449
23437
|
"name": "datasource",
|
|
@@ -23456,22 +23444,6 @@
|
|
|
23456
23444
|
"module": "src/notification-listener/notification-listener.ts"
|
|
23457
23445
|
}
|
|
23458
23446
|
},
|
|
23459
|
-
{
|
|
23460
|
-
"kind": "method",
|
|
23461
|
-
"name": "subscribeToStream",
|
|
23462
|
-
"inheritedFrom": {
|
|
23463
|
-
"name": "NotificationListener",
|
|
23464
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
23465
|
-
}
|
|
23466
|
-
},
|
|
23467
|
-
{
|
|
23468
|
-
"kind": "method",
|
|
23469
|
-
"name": "cleanUpResources",
|
|
23470
|
-
"inheritedFrom": {
|
|
23471
|
-
"name": "NotificationListener",
|
|
23472
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
23473
|
-
}
|
|
23474
|
-
},
|
|
23475
23447
|
{
|
|
23476
23448
|
"kind": "method",
|
|
23477
23449
|
"name": "handleStreamUpdate",
|
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.306.1
|
|
4
|
+
"version": "14.306.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.306.1
|
|
75
|
-
"@genesislcap/rollup-builder": "14.306.1
|
|
76
|
-
"@genesislcap/ts-builder": "14.306.1
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.306.1
|
|
78
|
-
"@genesislcap/vite-builder": "14.306.1
|
|
79
|
-
"@genesislcap/webpack-builder": "14.306.1
|
|
74
|
+
"@genesislcap/genx": "14.306.1",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.306.1",
|
|
76
|
+
"@genesislcap/ts-builder": "14.306.1",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.306.1",
|
|
78
|
+
"@genesislcap/vite-builder": "14.306.1",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.306.1"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.306.1
|
|
83
|
-
"@genesislcap/foundation-logger": "14.306.1
|
|
84
|
-
"@genesislcap/foundation-ui": "14.306.1
|
|
85
|
-
"@genesislcap/foundation-utils": "14.306.1
|
|
82
|
+
"@genesislcap/foundation-comms": "14.306.1",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.306.1",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.306.1",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.306.1",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "796b1d47ed23c0c4036b8b5af79268f4b0355ce3"
|
|
102
102
|
}
|