@genesislcap/foundation-zero 14.401.2 → 14.401.3-hide-status-pill.3
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 +58 -31
- package/package.json +12 -12
|
@@ -898,37 +898,6 @@
|
|
|
898
898
|
}
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "javascript-module",
|
|
903
|
-
"path": "src/_config/index.ts",
|
|
904
|
-
"declarations": [],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "*",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "*",
|
|
911
|
-
"package": "./styles"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "js",
|
|
916
|
-
"name": "*",
|
|
917
|
-
"declaration": {
|
|
918
|
-
"name": "*",
|
|
919
|
-
"package": "./tokens"
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./values"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
901
|
{
|
|
933
902
|
"kind": "javascript-module",
|
|
934
903
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1077,6 +1046,37 @@
|
|
|
1077
1046
|
}
|
|
1078
1047
|
]
|
|
1079
1048
|
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "javascript-module",
|
|
1051
|
+
"path": "src/_config/index.ts",
|
|
1052
|
+
"declarations": [],
|
|
1053
|
+
"exports": [
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "js",
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"declaration": {
|
|
1058
|
+
"name": "*",
|
|
1059
|
+
"package": "./styles"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "js",
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"declaration": {
|
|
1066
|
+
"name": "*",
|
|
1067
|
+
"package": "./tokens"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./values"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"kind": "javascript-module",
|
|
1082
1082
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -35582,6 +35582,20 @@
|
|
|
35582
35582
|
"module": "src/status-pill/status-pill.ts"
|
|
35583
35583
|
}
|
|
35584
35584
|
},
|
|
35585
|
+
{
|
|
35586
|
+
"name": "hide-when-countdown-completed",
|
|
35587
|
+
"type": {
|
|
35588
|
+
"text": "boolean"
|
|
35589
|
+
},
|
|
35590
|
+
"default": "false",
|
|
35591
|
+
"attribute": "hide-when-countdown-completed",
|
|
35592
|
+
"fieldName": "hideWhenCountdownCompleted",
|
|
35593
|
+
"description": "if true, the status pill will be removed from the template once the countdown has expired.",
|
|
35594
|
+
"inheritedFrom": {
|
|
35595
|
+
"name": "StatusPill",
|
|
35596
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35597
|
+
}
|
|
35598
|
+
},
|
|
35585
35599
|
{
|
|
35586
35600
|
"name": "icon-initial-background-color",
|
|
35587
35601
|
"type": {
|
|
@@ -35743,6 +35757,19 @@
|
|
|
35743
35757
|
"module": "src/status-pill/status-pill.ts"
|
|
35744
35758
|
}
|
|
35745
35759
|
},
|
|
35760
|
+
{
|
|
35761
|
+
"kind": "field",
|
|
35762
|
+
"name": "hideWhenCountdownCompleted",
|
|
35763
|
+
"type": {
|
|
35764
|
+
"text": "boolean"
|
|
35765
|
+
},
|
|
35766
|
+
"default": "false",
|
|
35767
|
+
"attribute": "hide-when-countdown-completed",
|
|
35768
|
+
"inheritedFrom": {
|
|
35769
|
+
"name": "StatusPill",
|
|
35770
|
+
"module": "src/status-pill/status-pill.ts"
|
|
35771
|
+
}
|
|
35772
|
+
},
|
|
35746
35773
|
{
|
|
35747
35774
|
"kind": "field",
|
|
35748
35775
|
"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.401.
|
|
4
|
+
"version": "14.401.3-hide-status-pill.3",
|
|
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.401.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.401.
|
|
78
|
-
"@genesislcap/ts-builder": "14.401.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.401.
|
|
80
|
-
"@genesislcap/vite-builder": "14.401.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.401.
|
|
76
|
+
"@genesislcap/genx": "14.401.3-hide-status-pill.3",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.401.3-hide-status-pill.3",
|
|
78
|
+
"@genesislcap/ts-builder": "14.401.3-hide-status-pill.3",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.401.3-hide-status-pill.3",
|
|
80
|
+
"@genesislcap/vite-builder": "14.401.3-hide-status-pill.3",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.401.3-hide-status-pill.3"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.401.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.401.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.401.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.401.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.401.3-hide-status-pill.3",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.401.3-hide-status-pill.3",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.401.3-hide-status-pill.3",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.401.3-hide-status-pill.3",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "00d67d0777ef1dc9e87c9c33feb7d3c19c560667"
|
|
104
104
|
}
|