@genesislcap/foundation-zero 14.307.0 → 14.307.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 +27 -0
- package/package.json +12 -12
|
@@ -31795,6 +31795,20 @@
|
|
|
31795
31795
|
"module": "src/status-pill/status-pill.ts"
|
|
31796
31796
|
}
|
|
31797
31797
|
},
|
|
31798
|
+
{
|
|
31799
|
+
"name": "date-countdown-unit",
|
|
31800
|
+
"type": {
|
|
31801
|
+
"text": "CountdownUnit"
|
|
31802
|
+
},
|
|
31803
|
+
"default": "'second'",
|
|
31804
|
+
"attribute": "date-countdown-unit",
|
|
31805
|
+
"fieldName": "dateCountdownUnit",
|
|
31806
|
+
"description": "the minimum unit of time shown in the countdown. Defaults to 'seconds'",
|
|
31807
|
+
"inheritedFrom": {
|
|
31808
|
+
"name": "StatusPill",
|
|
31809
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31810
|
+
}
|
|
31811
|
+
},
|
|
31798
31812
|
{
|
|
31799
31813
|
"name": "icon-initial-background-color",
|
|
31800
31814
|
"type": {
|
|
@@ -31943,6 +31957,19 @@
|
|
|
31943
31957
|
"module": "src/status-pill/status-pill.ts"
|
|
31944
31958
|
}
|
|
31945
31959
|
},
|
|
31960
|
+
{
|
|
31961
|
+
"kind": "field",
|
|
31962
|
+
"name": "dateCountdownUnit",
|
|
31963
|
+
"type": {
|
|
31964
|
+
"text": "CountdownUnit"
|
|
31965
|
+
},
|
|
31966
|
+
"default": "'second'",
|
|
31967
|
+
"attribute": "date-countdown-unit",
|
|
31968
|
+
"inheritedFrom": {
|
|
31969
|
+
"name": "StatusPill",
|
|
31970
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31971
|
+
}
|
|
31972
|
+
},
|
|
31946
31973
|
{
|
|
31947
31974
|
"kind": "field",
|
|
31948
31975
|
"name": "dateInterval",
|
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.307.
|
|
4
|
+
"version": "14.307.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.307.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.307.
|
|
76
|
-
"@genesislcap/ts-builder": "14.307.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.307.
|
|
78
|
-
"@genesislcap/vite-builder": "14.307.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.307.
|
|
74
|
+
"@genesislcap/genx": "14.307.1",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.307.1",
|
|
76
|
+
"@genesislcap/ts-builder": "14.307.1",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.307.1",
|
|
78
|
+
"@genesislcap/vite-builder": "14.307.1",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.307.1"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.307.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.307.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.307.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.307.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.307.1",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.307.1",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.307.1",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.307.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": "3316d0415337b2bcb033eae8fcead5a550920cf9"
|
|
102
102
|
}
|