@genesislcap/foundation-zero 14.401.3 → 14.402.0

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +225 -148
  2. package/package.json +12 -12
@@ -929,6 +929,154 @@
929
929
  }
930
930
  ]
931
931
  },
932
+ {
933
+ "kind": "javascript-module",
934
+ "path": "src/accordion/accordion.styles.ts",
935
+ "declarations": [
936
+ {
937
+ "kind": "function",
938
+ "name": "zeroAccordionStyles",
939
+ "return": {
940
+ "type": {
941
+ "text": "ElementStyles"
942
+ }
943
+ },
944
+ "parameters": [
945
+ {
946
+ "name": "context",
947
+ "type": {
948
+ "text": "ElementDefinitionContext"
949
+ }
950
+ },
951
+ {
952
+ "name": "definition",
953
+ "type": {
954
+ "text": "FoundationElementDefinition"
955
+ }
956
+ }
957
+ ]
958
+ }
959
+ ],
960
+ "exports": [
961
+ {
962
+ "kind": "js",
963
+ "name": "zeroAccordionStyles",
964
+ "declaration": {
965
+ "name": "zeroAccordionStyles",
966
+ "module": "src/accordion/accordion.styles.ts"
967
+ }
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "kind": "javascript-module",
973
+ "path": "src/accordion/accordion.template.ts",
974
+ "declarations": [
975
+ {
976
+ "kind": "function",
977
+ "name": "zeroAccordionTemplate",
978
+ "return": {
979
+ "type": {
980
+ "text": "ViewTemplate<Accordion>"
981
+ }
982
+ },
983
+ "parameters": [
984
+ {
985
+ "name": "context",
986
+ "type": {
987
+ "text": "ElementDefinitionContext"
988
+ }
989
+ },
990
+ {
991
+ "name": "definition",
992
+ "type": {
993
+ "text": "FoundationElementDefinition"
994
+ }
995
+ }
996
+ ]
997
+ }
998
+ ],
999
+ "exports": [
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "zeroAccordionTemplate",
1003
+ "declaration": {
1004
+ "name": "zeroAccordionTemplate",
1005
+ "module": "src/accordion/accordion.template.ts"
1006
+ }
1007
+ }
1008
+ ]
1009
+ },
1010
+ {
1011
+ "kind": "javascript-module",
1012
+ "path": "src/accordion/accordion.ts",
1013
+ "declarations": [
1014
+ {
1015
+ "kind": "class",
1016
+ "description": "",
1017
+ "name": "Accordion",
1018
+ "superclass": {
1019
+ "name": "FoundationAccordion",
1020
+ "package": "@genesislcap/foundation-ui"
1021
+ },
1022
+ "tagName": "%%prefix%%-card",
1023
+ "customElement": true
1024
+ },
1025
+ {
1026
+ "kind": "variable",
1027
+ "name": "zeroAccordion"
1028
+ }
1029
+ ],
1030
+ "exports": [
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "Accordion",
1034
+ "declaration": {
1035
+ "name": "Accordion",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "zeroAccordion",
1042
+ "declaration": {
1043
+ "name": "zeroAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion.template"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
932
1080
  {
933
1081
  "kind": "javascript-module",
934
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1289,154 +1437,6 @@
1289
1437
  }
1290
1438
  ]
1291
1439
  },
1292
- {
1293
- "kind": "javascript-module",
1294
- "path": "src/accordion/accordion.styles.ts",
1295
- "declarations": [
1296
- {
1297
- "kind": "function",
1298
- "name": "zeroAccordionStyles",
1299
- "return": {
1300
- "type": {
1301
- "text": "ElementStyles"
1302
- }
1303
- },
1304
- "parameters": [
1305
- {
1306
- "name": "context",
1307
- "type": {
1308
- "text": "ElementDefinitionContext"
1309
- }
1310
- },
1311
- {
1312
- "name": "definition",
1313
- "type": {
1314
- "text": "FoundationElementDefinition"
1315
- }
1316
- }
1317
- ]
1318
- }
1319
- ],
1320
- "exports": [
1321
- {
1322
- "kind": "js",
1323
- "name": "zeroAccordionStyles",
1324
- "declaration": {
1325
- "name": "zeroAccordionStyles",
1326
- "module": "src/accordion/accordion.styles.ts"
1327
- }
1328
- }
1329
- ]
1330
- },
1331
- {
1332
- "kind": "javascript-module",
1333
- "path": "src/accordion/accordion.template.ts",
1334
- "declarations": [
1335
- {
1336
- "kind": "function",
1337
- "name": "zeroAccordionTemplate",
1338
- "return": {
1339
- "type": {
1340
- "text": "ViewTemplate<Accordion>"
1341
- }
1342
- },
1343
- "parameters": [
1344
- {
1345
- "name": "context",
1346
- "type": {
1347
- "text": "ElementDefinitionContext"
1348
- }
1349
- },
1350
- {
1351
- "name": "definition",
1352
- "type": {
1353
- "text": "FoundationElementDefinition"
1354
- }
1355
- }
1356
- ]
1357
- }
1358
- ],
1359
- "exports": [
1360
- {
1361
- "kind": "js",
1362
- "name": "zeroAccordionTemplate",
1363
- "declaration": {
1364
- "name": "zeroAccordionTemplate",
1365
- "module": "src/accordion/accordion.template.ts"
1366
- }
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "kind": "javascript-module",
1372
- "path": "src/accordion/accordion.ts",
1373
- "declarations": [
1374
- {
1375
- "kind": "class",
1376
- "description": "",
1377
- "name": "Accordion",
1378
- "superclass": {
1379
- "name": "FoundationAccordion",
1380
- "package": "@genesislcap/foundation-ui"
1381
- },
1382
- "tagName": "%%prefix%%-card",
1383
- "customElement": true
1384
- },
1385
- {
1386
- "kind": "variable",
1387
- "name": "zeroAccordion"
1388
- }
1389
- ],
1390
- "exports": [
1391
- {
1392
- "kind": "js",
1393
- "name": "Accordion",
1394
- "declaration": {
1395
- "name": "Accordion",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- },
1399
- {
1400
- "kind": "js",
1401
- "name": "zeroAccordion",
1402
- "declaration": {
1403
- "name": "zeroAccordion",
1404
- "module": "src/accordion/accordion.ts"
1405
- }
1406
- }
1407
- ]
1408
- },
1409
- {
1410
- "kind": "javascript-module",
1411
- "path": "src/accordion/index.ts",
1412
- "declarations": [],
1413
- "exports": [
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./accordion"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./accordion.styles"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./accordion.template"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
1440
  {
1441
1441
  "kind": "javascript-module",
1442
1442
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -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.3",
4
+ "version": "14.402.0",
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.3",
77
- "@genesislcap/rollup-builder": "14.401.3",
78
- "@genesislcap/ts-builder": "14.401.3",
79
- "@genesislcap/uvu-playwright-builder": "14.401.3",
80
- "@genesislcap/vite-builder": "14.401.3",
81
- "@genesislcap/webpack-builder": "14.401.3"
76
+ "@genesislcap/genx": "14.402.0",
77
+ "@genesislcap/rollup-builder": "14.402.0",
78
+ "@genesislcap/ts-builder": "14.402.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.402.0",
80
+ "@genesislcap/vite-builder": "14.402.0",
81
+ "@genesislcap/webpack-builder": "14.402.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.401.3",
85
- "@genesislcap/foundation-logger": "14.401.3",
86
- "@genesislcap/foundation-ui": "14.401.3",
87
- "@genesislcap/foundation-utils": "14.401.3",
84
+ "@genesislcap/foundation-comms": "14.402.0",
85
+ "@genesislcap/foundation-logger": "14.402.0",
86
+ "@genesislcap/foundation-ui": "14.402.0",
87
+ "@genesislcap/foundation-utils": "14.402.0",
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": "df71592dce2bc8d1e299fecc412bd193ba75c54f"
103
+ "gitHead": "7ffded0edb096db3e60298c0d0a216071aa1d970"
104
104
  }