@genesislcap/foundation-zero 14.401.2 → 14.401.3-hide-status-pill.4

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.
@@ -35582,6 +35582,33 @@
35582
35582
  "module": "src/status-pill/status-pill.ts"
35583
35583
  }
35584
35584
  },
35585
+ {
35586
+ "name": "date-countdown-visible-after",
35587
+ "type": {
35588
+ "text": "number"
35589
+ },
35590
+ "attribute": "date-countdown-visible-after",
35591
+ "fieldName": "dateCountdownVisibleAfter",
35592
+ "description": "a timestamp (in milliseconds) that controls when the countdown (and pill) becomes visible. If present, the pill will only be shown once the current time is equal to or after this timestamp.",
35593
+ "inheritedFrom": {
35594
+ "name": "StatusPill",
35595
+ "module": "src/status-pill/status-pill.ts"
35596
+ }
35597
+ },
35598
+ {
35599
+ "name": "hide-when-countdown-completed",
35600
+ "type": {
35601
+ "text": "boolean"
35602
+ },
35603
+ "default": "false",
35604
+ "attribute": "hide-when-countdown-completed",
35605
+ "fieldName": "hideWhenCountdownCompleted",
35606
+ "description": "if true, the status pill will be removed from the template once the countdown has expired.",
35607
+ "inheritedFrom": {
35608
+ "name": "StatusPill",
35609
+ "module": "src/status-pill/status-pill.ts"
35610
+ }
35611
+ },
35585
35612
  {
35586
35613
  "name": "icon-initial-background-color",
35587
35614
  "type": {
@@ -35743,6 +35770,31 @@
35743
35770
  "module": "src/status-pill/status-pill.ts"
35744
35771
  }
35745
35772
  },
35773
+ {
35774
+ "kind": "field",
35775
+ "name": "dateCountdownVisibleAfter",
35776
+ "type": {
35777
+ "text": "number"
35778
+ },
35779
+ "attribute": "date-countdown-visible-after",
35780
+ "inheritedFrom": {
35781
+ "name": "StatusPill",
35782
+ "module": "src/status-pill/status-pill.ts"
35783
+ }
35784
+ },
35785
+ {
35786
+ "kind": "field",
35787
+ "name": "hideWhenCountdownCompleted",
35788
+ "type": {
35789
+ "text": "boolean"
35790
+ },
35791
+ "default": "false",
35792
+ "attribute": "hide-when-countdown-completed",
35793
+ "inheritedFrom": {
35794
+ "name": "StatusPill",
35795
+ "module": "src/status-pill/status-pill.ts"
35796
+ }
35797
+ },
35746
35798
  {
35747
35799
  "kind": "field",
35748
35800
  "name": "dateInterval",
@@ -35752,6 +35804,22 @@
35752
35804
  "module": "src/status-pill/status-pill.ts"
35753
35805
  }
35754
35806
  },
35807
+ {
35808
+ "kind": "method",
35809
+ "name": "dateCountdownVisibleAfterChanged",
35810
+ "parameters": [
35811
+ {
35812
+ "name": "oldValue"
35813
+ },
35814
+ {
35815
+ "name": "newValue"
35816
+ }
35817
+ ],
35818
+ "inheritedFrom": {
35819
+ "name": "StatusPill",
35820
+ "module": "src/status-pill/status-pill.ts"
35821
+ }
35822
+ },
35755
35823
  {
35756
35824
  "kind": "method",
35757
35825
  "name": "setUpDateCountdown",
@@ -35791,6 +35859,15 @@
35791
35859
  "module": "src/status-pill/status-pill.ts"
35792
35860
  }
35793
35861
  },
35862
+ {
35863
+ "kind": "method",
35864
+ "name": "updateVisibilityFromStartTime",
35865
+ "privacy": "private",
35866
+ "inheritedFrom": {
35867
+ "name": "StatusPill",
35868
+ "module": "src/status-pill/status-pill.ts"
35869
+ }
35870
+ },
35794
35871
  {
35795
35872
  "kind": "method",
35796
35873
  "name": "clearCountdownTimer",
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.2",
4
+ "version": "14.401.3-hide-status-pill.4",
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.2",
77
- "@genesislcap/rollup-builder": "14.401.2",
78
- "@genesislcap/ts-builder": "14.401.2",
79
- "@genesislcap/uvu-playwright-builder": "14.401.2",
80
- "@genesislcap/vite-builder": "14.401.2",
81
- "@genesislcap/webpack-builder": "14.401.2"
76
+ "@genesislcap/genx": "14.401.3-hide-status-pill.4",
77
+ "@genesislcap/rollup-builder": "14.401.3-hide-status-pill.4",
78
+ "@genesislcap/ts-builder": "14.401.3-hide-status-pill.4",
79
+ "@genesislcap/uvu-playwright-builder": "14.401.3-hide-status-pill.4",
80
+ "@genesislcap/vite-builder": "14.401.3-hide-status-pill.4",
81
+ "@genesislcap/webpack-builder": "14.401.3-hide-status-pill.4"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.401.2",
85
- "@genesislcap/foundation-logger": "14.401.2",
86
- "@genesislcap/foundation-ui": "14.401.2",
87
- "@genesislcap/foundation-utils": "14.401.2",
84
+ "@genesislcap/foundation-comms": "14.401.3-hide-status-pill.4",
85
+ "@genesislcap/foundation-logger": "14.401.3-hide-status-pill.4",
86
+ "@genesislcap/foundation-ui": "14.401.3-hide-status-pill.4",
87
+ "@genesislcap/foundation-utils": "14.401.3-hide-status-pill.4",
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": "962c621bc4517795517825d5d8c932aad5f350fd"
103
+ "gitHead": "68f28a8ffdfb5417294d4819eed93684a9bf3819"
104
104
  }