@genesislcap/foundation-zero 14.127.0 → 14.127.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 +22 -0
- package/package.json +7 -7
|
@@ -10416,6 +10416,17 @@
|
|
|
10416
10416
|
"module": "src/date-picker/date-picker.ts"
|
|
10417
10417
|
}
|
|
10418
10418
|
},
|
|
10419
|
+
{
|
|
10420
|
+
"name": "label",
|
|
10421
|
+
"type": {
|
|
10422
|
+
"text": "string"
|
|
10423
|
+
},
|
|
10424
|
+
"fieldName": "label",
|
|
10425
|
+
"inheritedFrom": {
|
|
10426
|
+
"name": "DatePicker",
|
|
10427
|
+
"module": "src/date-picker/date-picker.ts"
|
|
10428
|
+
}
|
|
10429
|
+
},
|
|
10419
10430
|
{
|
|
10420
10431
|
"name": "value",
|
|
10421
10432
|
"type": {
|
|
@@ -10499,6 +10510,17 @@
|
|
|
10499
10510
|
"module": "src/date-picker/date-picker.ts"
|
|
10500
10511
|
}
|
|
10501
10512
|
},
|
|
10513
|
+
{
|
|
10514
|
+
"kind": "field",
|
|
10515
|
+
"name": "label",
|
|
10516
|
+
"type": {
|
|
10517
|
+
"text": "string"
|
|
10518
|
+
},
|
|
10519
|
+
"inheritedFrom": {
|
|
10520
|
+
"name": "DatePicker",
|
|
10521
|
+
"module": "src/date-picker/date-picker.ts"
|
|
10522
|
+
}
|
|
10523
|
+
},
|
|
10502
10524
|
{
|
|
10503
10525
|
"kind": "field",
|
|
10504
10526
|
"name": "value",
|
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.127.
|
|
4
|
+
"version": "14.127.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.127.
|
|
70
|
+
"@genesislcap/genx": "14.127.2",
|
|
71
71
|
"@storybook/addon-coverage": "^1.0.0",
|
|
72
72
|
"@storybook/addon-essentials": "^7.5.3",
|
|
73
73
|
"@storybook/addon-links": "^7.5.3",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"storybook": "^7.5.3"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@genesislcap/foundation-comms": "14.127.
|
|
86
|
-
"@genesislcap/foundation-logger": "14.127.
|
|
87
|
-
"@genesislcap/foundation-ui": "14.127.
|
|
88
|
-
"@genesislcap/foundation-utils": "14.127.
|
|
85
|
+
"@genesislcap/foundation-comms": "14.127.2",
|
|
86
|
+
"@genesislcap/foundation-logger": "14.127.2",
|
|
87
|
+
"@genesislcap/foundation-ui": "14.127.2",
|
|
88
|
+
"@genesislcap/foundation-utils": "14.127.2",
|
|
89
89
|
"@microsoft/fast-colors": "^5.3.1",
|
|
90
90
|
"@microsoft/fast-components": "^2.30.6",
|
|
91
91
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"customElements": "dist/custom-elements.json",
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "80ea1376a014bd79ecb63f650a1f2472d2fe1fd4"
|
|
106
106
|
}
|