@genesislcap/foundation-zero 14.496.2-alpha-2c4a633.0 → 14.498.0
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 +10 -0
- package/package.json +12 -12
|
@@ -26646,6 +26646,16 @@
|
|
|
26646
26646
|
"module": "src/multiselect/multiselect.ts"
|
|
26647
26647
|
}
|
|
26648
26648
|
},
|
|
26649
|
+
{
|
|
26650
|
+
"kind": "field",
|
|
26651
|
+
"name": "areAllOptionsSelected",
|
|
26652
|
+
"description": "True when every enabled option is currently selected.\nUsed to toggle the \"Select All\" / \"Deselect All\" control label.",
|
|
26653
|
+
"readonly": true,
|
|
26654
|
+
"inheritedFrom": {
|
|
26655
|
+
"name": "Multiselect",
|
|
26656
|
+
"module": "src/multiselect/multiselect.ts"
|
|
26657
|
+
}
|
|
26658
|
+
},
|
|
26649
26659
|
{
|
|
26650
26660
|
"kind": "field",
|
|
26651
26661
|
"name": "showCreatable",
|
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.498.0",
|
|
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.498.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.498.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.498.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.498.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.498.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.498.0"
|
|
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.498.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.498.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.498.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.498.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "88a07e46851fa94efc9399c50975c9eb2c21168c"
|
|
115
115
|
}
|