@genesislcap/foundation-zero 14.234.2 → 14.235.0-FUI-2290.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 +12 -0
- package/package.json +12 -12
|
@@ -11332,6 +11332,18 @@
|
|
|
11332
11332
|
"module": "src/date-picker/date-picker.ts"
|
|
11333
11333
|
}
|
|
11334
11334
|
},
|
|
11335
|
+
{
|
|
11336
|
+
"kind": "field",
|
|
11337
|
+
"name": "disabledDaysOfWeek",
|
|
11338
|
+
"type": {
|
|
11339
|
+
"text": "number[]"
|
|
11340
|
+
},
|
|
11341
|
+
"default": "[]",
|
|
11342
|
+
"inheritedFrom": {
|
|
11343
|
+
"name": "DatePicker",
|
|
11344
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11345
|
+
}
|
|
11346
|
+
},
|
|
11335
11347
|
{
|
|
11336
11348
|
"kind": "field",
|
|
11337
11349
|
"name": "calendar",
|
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.235.0-FUI-2290.1",
|
|
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.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.
|
|
80
|
-
"@genesislcap/ts-builder": "14.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
82
|
-
"@genesislcap/vite-builder": "14.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.
|
|
78
|
+
"@genesislcap/genx": "14.235.0-FUI-2290.1",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.235.0-FUI-2290.1",
|
|
80
|
+
"@genesislcap/ts-builder": "14.235.0-FUI-2290.1",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.235.0-FUI-2290.1",
|
|
82
|
+
"@genesislcap/vite-builder": "14.235.0-FUI-2290.1",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.235.0-FUI-2290.1",
|
|
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.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.235.0-FUI-2290.1",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.235.0-FUI-2290.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.235.0-FUI-2290.1",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.235.0-FUI-2290.1",
|
|
105
105
|
"@microsoft/fast-colors": "5.3.1",
|
|
106
106
|
"@microsoft/fast-components": "2.30.6",
|
|
107
107
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "e8ca4ba84d70a3f96aa9235eaa5c7ea884b9f096"
|
|
122
122
|
}
|