scu-web-components 1.0.0 → 1.0.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.
Files changed (56) hide show
  1. package/dist/custom-elements.json +503 -503
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/manifest.json +122 -122
  4. package/dist/docs/config.json +5 -5
  5. package/dist/scw-components.js +128 -128
  6. package/dist/scw-components.js.gz +0 -0
  7. package/dist/scw.js +128 -128
  8. package/dist/scw.js.gz +0 -0
  9. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-mixins.scss +1 -1
  10. package/dist/tokens/segments/comp-scw-testimonial-card/_default-testimonial-container-vars.scss +3 -3
  11. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  12. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  13. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  14. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  15. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  16. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  17. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  18. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  19. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  20. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  21. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  22. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  23. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  24. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  25. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  26. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  27. package/dist/tokens/source/assets/icon-atm-circle.js +1 -0
  28. package/dist/tokens/source/assets/icon-atm-circle.js.gz +0 -0
  29. package/dist/tokens/source/assets/icon-atm-circle.svg +1 -0
  30. package/dist/tokens/source/assets/icon-atm-circle.svg.gz +0 -0
  31. package/dist/tokens/source/assets/svgs.js +2 -0
  32. package/dist/tokens/source/assets/svgs.js.gz +0 -0
  33. package/dist/tokens/source/assets/svgsSSR.js +3 -0
  34. package/dist/tokens/source/assets/svgsSSR.js.gz +0 -0
  35. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-.json +2 -2
  36. package/dist/tokens/source/componentScssMixins/components-scw-testimonial-card-default-testimonial-container-.json.gz +0 -0
  37. package/dist/tokens/source/componentScssMixins.json +2 -2
  38. package/dist/tokens/source/componentScssMixins.json.gz +0 -0
  39. package/dist/tokens/source/componentScssMixins.scss +1 -1
  40. package/dist/tokens/source/jsCss.js +1 -1
  41. package/dist/tokens/source/jsCss.js.gz +0 -0
  42. package/dist/tokens/source/jsCssGenerator.js +2 -2
  43. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  44. package/dist/tokens/source/jsCssGeneratorSansAssets.js +2 -2
  45. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  46. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-.json +6 -6
  47. package/dist/tokens/source/scssVariables/components-scw-testimonial-card-default-testimonial-container-.json.gz +0 -0
  48. package/dist/tokens/source/scssVariables.json +6 -6
  49. package/dist/tokens/source/scssVariables.json.gz +0 -0
  50. package/dist/tokens/source/scssVariables.scss +3 -3
  51. package/dist/tokens/source/tokens.json +28 -8
  52. package/dist/tokens/source/tokens.json.gz +0 -0
  53. package/dist-node/scw-components.js +153 -153
  54. package/dist-node/scw.js +153 -153
  55. package/package.json +1 -1
  56. package/scripts/publish/releaseNotes.mjs +5 -0
@@ -1140,116 +1140,117 @@
1140
1140
  },
1141
1141
  {
1142
1142
  "kind": "javascript-module",
1143
- "path": "src/scw-callout/ScwCallout.ts",
1143
+ "path": "src/scw-button/ScwButton.ts",
1144
1144
  "declarations": [
1145
1145
  {
1146
1146
  "kind": "class",
1147
- "description": "ScwBlock",
1148
- "name": "ScwCallout",
1147
+ "description": "ScwButton",
1148
+ "name": "ScwButton",
1149
+ "slots": [
1150
+ {
1151
+ "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
1152
+ "name": "default",
1153
+ "default": "\"<a href target />\""
1154
+ },
1155
+ {
1156
+ "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
1157
+ "name": "default",
1158
+ "default": "\"<... />\""
1159
+ }
1160
+ ],
1149
1161
  "members": [
1150
1162
  {
1151
1163
  "kind": "field",
1152
- "name": "heading",
1164
+ "name": "submitType",
1153
1165
  "type": {
1154
- "text": "string | undefined"
1166
+ "text": "ScwFormComponentSubmitTypes"
1155
1167
  },
1156
- "description": "(ScwCallout) The heading",
1157
- "attribute": "heading",
1168
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1169
+ "attribute": "submit-type",
1158
1170
  "reflects": true
1159
1171
  },
1160
1172
  {
1161
1173
  "kind": "field",
1162
- "name": "align",
1174
+ "name": "element",
1163
1175
  "type": {
1164
- "text": "string | undefined"
1176
+ "text": "string"
1165
1177
  },
1166
- "description": "(ScwCallout) Alignment of the callout",
1167
- "attribute": "alignment",
1168
- "reflects": true
1178
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1179
+ "attribute": "element",
1180
+ "reflects": true,
1181
+ "inheritedFrom": {
1182
+ "name": "ScwComponent",
1183
+ "module": "src/scw-component/ScwComponent.ts"
1184
+ }
1169
1185
  },
1170
1186
  {
1171
1187
  "kind": "field",
1172
- "name": "primaryLink",
1188
+ "name": "href",
1173
1189
  "type": {
1174
- "text": "string | undefined"
1190
+ "text": "string"
1175
1191
  },
1176
- "description": "(ScwCallout) Primary link href",
1177
- "attribute": "primary-cta-link",
1178
- "reflects": true
1192
+ "default": "'javascript:'",
1193
+ "description": "(ScwLink) Link url",
1194
+ "attribute": "href",
1195
+ "inheritedFrom": {
1196
+ "name": "ScwLink",
1197
+ "module": "src/scw-link/ScwLink.ts"
1198
+ }
1179
1199
  },
1180
1200
  {
1181
1201
  "kind": "field",
1182
- "name": "primaryLabel",
1202
+ "name": "icon",
1183
1203
  "type": {
1184
- "text": "string | undefined"
1204
+ "text": "string"
1185
1205
  },
1186
- "description": "(ScwCallout) Primary link label",
1187
- "attribute": "primary-cta-label",
1188
- "reflects": true
1206
+ "default": "''",
1207
+ "description": "(ScwLink) Design system icon",
1208
+ "attribute": "icon",
1209
+ "inheritedFrom": {
1210
+ "name": "ScwLink",
1211
+ "module": "src/scw-link/ScwLink.ts"
1212
+ }
1189
1213
  },
1190
1214
  {
1191
1215
  "kind": "field",
1192
- "name": "secondaryLink",
1216
+ "name": "iconSide",
1193
1217
  "type": {
1194
- "text": "string | undefined"
1218
+ "text": "string"
1195
1219
  },
1196
- "description": "(ScwCallout) Secondary link href",
1197
- "attribute": "secondary-cta-link",
1198
- "reflects": true
1220
+ "default": "''",
1221
+ "description": "(ScwLink) Side you want the icon displayed",
1222
+ "attribute": "icon-side",
1223
+ "inheritedFrom": {
1224
+ "name": "ScwLink",
1225
+ "module": "src/scw-link/ScwLink.ts"
1226
+ }
1199
1227
  },
1200
1228
  {
1201
1229
  "kind": "field",
1202
- "name": "secondaryLabel",
1230
+ "name": "design",
1203
1231
  "type": {
1204
- "text": "string | undefined"
1205
- },
1206
- "description": "(ScwCallout) Secondary link label",
1207
- "attribute": "secondary-cta-label",
1208
- "reflects": true
1209
- },
1210
- {
1211
- "kind": "method",
1212
- "name": "renderLink",
1213
- "return": {
1214
- "type": {
1215
- "text": "object"
1216
- }
1232
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1217
1233
  },
1218
- "parameters": [
1219
- {
1220
- "name": "label",
1221
- "type": {
1222
- "text": "string"
1223
- }
1224
- },
1225
- {
1226
- "name": "link",
1227
- "type": {
1228
- "text": "string"
1229
- }
1230
- },
1231
- {
1232
- "name": "design",
1233
- "default": "'solid'",
1234
- "type": {
1235
- "text": "string"
1236
- }
1237
- }
1238
- ],
1239
- "description": "renderLink"
1234
+ "default": "'solid'",
1235
+ "description": "(ScwLink) Link design",
1236
+ "attribute": "design",
1237
+ "reflects": true,
1238
+ "inheritedFrom": {
1239
+ "name": "ScwLink",
1240
+ "module": "src/scw-link/ScwLink.ts"
1241
+ }
1240
1242
  },
1241
1243
  {
1242
1244
  "kind": "field",
1243
- "name": "element",
1245
+ "name": "target",
1244
1246
  "type": {
1245
- "text": "string"
1247
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1246
1248
  },
1247
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1248
- "attribute": "element",
1249
- "reflects": true,
1249
+ "description": "(ScwLink) Link target",
1250
+ "attribute": "target",
1250
1251
  "inheritedFrom": {
1251
- "name": "ScwComponent",
1252
- "module": "src/scw-component/ScwComponent.ts"
1252
+ "name": "ScwLink",
1253
+ "module": "src/scw-link/ScwLink.ts"
1253
1254
  }
1254
1255
  },
1255
1256
  {
@@ -1259,7 +1260,7 @@
1259
1260
  "text": "string"
1260
1261
  },
1261
1262
  "default": "''",
1262
- "description": "(ScwComponent) Main text within component",
1263
+ "description": "(ScwLink) Link label",
1263
1264
  "attribute": "aria-label",
1264
1265
  "reflects": true,
1265
1266
  "inheritedFrom": {
@@ -1267,6 +1268,20 @@
1267
1268
  "module": "src/scw-component/ScwComponent.ts"
1268
1269
  }
1269
1270
  },
1271
+ {
1272
+ "kind": "field",
1273
+ "name": "size",
1274
+ "type": {
1275
+ "text": "'small' | 'medium' | 'large'"
1276
+ },
1277
+ "default": "'medium'",
1278
+ "description": "(ScwLink) Link label",
1279
+ "attribute": "size",
1280
+ "inheritedFrom": {
1281
+ "name": "ScwLink",
1282
+ "module": "src/scw-link/ScwLink.ts"
1283
+ }
1284
+ },
1270
1285
  {
1271
1286
  "kind": "field",
1272
1287
  "name": "ariaDisabled",
@@ -1274,20 +1289,88 @@
1274
1289
  "text": "string"
1275
1290
  },
1276
1291
  "default": "'false'",
1277
- "description": "(ScwComponent) Disables the component however it disables",
1292
+ "description": "(ScwLink) If the link is disabled",
1278
1293
  "attribute": "aria-disabled",
1279
1294
  "inheritedFrom": {
1280
1295
  "name": "ScwComponent",
1281
1296
  "module": "src/scw-component/ScwComponent.ts"
1282
1297
  }
1283
1298
  },
1299
+ {
1300
+ "kind": "field",
1301
+ "name": "underline",
1302
+ "type": {
1303
+ "text": "string"
1304
+ },
1305
+ "default": "'true'",
1306
+ "description": "(ScwLink) If a regular link should be underlined",
1307
+ "attribute": "underline",
1308
+ "inheritedFrom": {
1309
+ "name": "ScwLink",
1310
+ "module": "src/scw-link/ScwLink.ts"
1311
+ }
1312
+ },
1313
+ {
1314
+ "kind": "field",
1315
+ "name": "linkAnchor",
1316
+ "type": {
1317
+ "text": "HTMLAnchorElement | undefined"
1318
+ },
1319
+ "inheritedFrom": {
1320
+ "name": "ScwLink",
1321
+ "module": "src/scw-link/ScwLink.ts"
1322
+ }
1323
+ },
1324
+ {
1325
+ "kind": "method",
1326
+ "name": "focus",
1327
+ "return": {
1328
+ "type": {
1329
+ "text": "void"
1330
+ }
1331
+ },
1332
+ "description": "focus",
1333
+ "inheritedFrom": {
1334
+ "name": "ScwLink",
1335
+ "module": "src/scw-link/ScwLink.ts"
1336
+ }
1337
+ },
1338
+ {
1339
+ "kind": "method",
1340
+ "name": "renderIcon",
1341
+ "privacy": "private",
1342
+ "return": {
1343
+ "type": {
1344
+ "text": "object"
1345
+ }
1346
+ },
1347
+ "description": "renderIcon",
1348
+ "inheritedFrom": {
1349
+ "name": "ScwLink",
1350
+ "module": "src/scw-link/ScwLink.ts"
1351
+ }
1352
+ },
1353
+ {
1354
+ "kind": "method",
1355
+ "name": "renderContent",
1356
+ "return": {
1357
+ "type": {
1358
+ "text": "object"
1359
+ }
1360
+ },
1361
+ "description": "renderContent",
1362
+ "inheritedFrom": {
1363
+ "name": "ScwLink",
1364
+ "module": "src/scw-link/ScwLink.ts"
1365
+ }
1366
+ },
1284
1367
  {
1285
1368
  "kind": "field",
1286
1369
  "name": "isLink",
1287
1370
  "type": {
1288
1371
  "text": "boolean"
1289
1372
  },
1290
- "default": "false",
1373
+ "default": "true",
1291
1374
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1292
1375
  "attribute": "is-link",
1293
1376
  "reflects": true,
@@ -1373,52 +1456,76 @@
1373
1456
  ],
1374
1457
  "attributes": [
1375
1458
  {
1376
- "name": "heading",
1459
+ "name": "submit-type",
1377
1460
  "type": {
1378
- "text": "string | undefined"
1461
+ "text": "ScwFormComponentSubmitTypes"
1379
1462
  },
1380
- "description": "(ScwCallout) The heading",
1381
- "fieldName": "heading"
1463
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1464
+ "fieldName": "submitType"
1382
1465
  },
1383
1466
  {
1384
- "name": "alignment",
1467
+ "name": "icon",
1385
1468
  "type": {
1386
- "text": "string | undefined"
1469
+ "text": "string"
1387
1470
  },
1388
- "description": "(ScwCallout) Alignment of the callout",
1389
- "fieldName": "align"
1471
+ "default": "''",
1472
+ "description": "(ScwLink) Design system icon",
1473
+ "fieldName": "icon",
1474
+ "inheritedFrom": {
1475
+ "name": "ScwLink",
1476
+ "module": "src/scw-link/ScwLink.ts"
1477
+ }
1390
1478
  },
1391
1479
  {
1392
- "name": "primary-cta-link",
1480
+ "name": "icon-side",
1393
1481
  "type": {
1394
- "text": "string | undefined"
1482
+ "text": "string"
1395
1483
  },
1396
- "description": "(ScwCallout) Primary link href",
1397
- "fieldName": "primaryLink"
1484
+ "default": "''",
1485
+ "description": "(ScwLink) Side you want the icon displayed",
1486
+ "fieldName": "iconSide",
1487
+ "inheritedFrom": {
1488
+ "name": "ScwLink",
1489
+ "module": "src/scw-link/ScwLink.ts"
1490
+ }
1398
1491
  },
1399
1492
  {
1400
- "name": "primary-cta-label",
1493
+ "name": "design",
1401
1494
  "type": {
1402
- "text": "string | undefined"
1495
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1403
1496
  },
1404
- "description": "(ScwCallout) Primary link label",
1405
- "fieldName": "primaryLabel"
1497
+ "default": "'solid'",
1498
+ "description": "(ScwLink) Link design",
1499
+ "fieldName": "design",
1500
+ "inheritedFrom": {
1501
+ "name": "ScwLink",
1502
+ "module": "src/scw-link/ScwLink.ts"
1503
+ }
1406
1504
  },
1407
1505
  {
1408
- "name": "secondary-cta-link",
1506
+ "name": "href",
1409
1507
  "type": {
1410
- "text": "string | undefined"
1508
+ "text": "string"
1411
1509
  },
1412
- "description": "(ScwCallout) Secondary link href",
1413
- "fieldName": "secondaryLink"
1510
+ "default": "''",
1511
+ "description": "(ScwLink) Link url",
1512
+ "fieldName": "href",
1513
+ "inheritedFrom": {
1514
+ "name": "ScwLink",
1515
+ "module": "src/scw-link/ScwLink.ts"
1516
+ }
1414
1517
  },
1415
1518
  {
1416
- "name": "secondary-cta-label",
1519
+ "name": "target",
1417
1520
  "type": {
1418
- "text": "string | undefined"
1521
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1419
1522
  },
1420
- "description": "(ScwCallout) Secondary link label",
1421
- "fieldName": "secondaryLabel"
1523
+ "description": "(ScwLink) Link target",
1524
+ "fieldName": "target",
1525
+ "inheritedFrom": {
1526
+ "name": "ScwLink",
1527
+ "module": "src/scw-link/ScwLink.ts"
1528
+ }
1422
1529
  },
1423
1530
  {
1424
1531
  "name": "aria-label",
@@ -1426,26 +1533,52 @@
1426
1533
  "text": "string"
1427
1534
  },
1428
1535
  "default": "''",
1429
- "description": "(ScwComponent) Main text within component",
1536
+ "description": "(ScwLink) Link label",
1430
1537
  "fieldName": "ariaLabel",
1431
1538
  "inheritedFrom": {
1432
1539
  "name": "ScwComponent",
1433
1540
  "module": "src/scw-component/ScwComponent.ts"
1434
1541
  }
1435
1542
  },
1543
+ {
1544
+ "name": "size",
1545
+ "type": {
1546
+ "text": "'small' | 'medium' | 'large'"
1547
+ },
1548
+ "default": "'medium'",
1549
+ "description": "(ScwLink) Link label",
1550
+ "fieldName": "size",
1551
+ "inheritedFrom": {
1552
+ "name": "ScwLink",
1553
+ "module": "src/scw-link/ScwLink.ts"
1554
+ }
1555
+ },
1436
1556
  {
1437
1557
  "name": "aria-disabled",
1438
1558
  "type": {
1439
1559
  "text": "string"
1440
1560
  },
1441
1561
  "default": "'false'",
1442
- "description": "(ScwComponent) Disables the component however it disables",
1562
+ "description": "(ScwLink) If the link is disabled",
1443
1563
  "fieldName": "ariaDisabled",
1444
1564
  "inheritedFrom": {
1445
1565
  "name": "ScwComponent",
1446
1566
  "module": "src/scw-component/ScwComponent.ts"
1447
1567
  }
1448
1568
  },
1569
+ {
1570
+ "name": "underline",
1571
+ "type": {
1572
+ "text": "string"
1573
+ },
1574
+ "default": "'true'",
1575
+ "description": "(ScwLink) If a regular link should be underlined",
1576
+ "fieldName": "underline",
1577
+ "inheritedFrom": {
1578
+ "name": "ScwLink",
1579
+ "module": "src/scw-link/ScwLink.ts"
1580
+ }
1581
+ },
1449
1582
  {
1450
1583
  "name": "is-link",
1451
1584
  "type": {
@@ -1486,10 +1619,10 @@
1486
1619
  }
1487
1620
  ],
1488
1621
  "superclass": {
1489
- "name": "ScwComponent",
1490
- "package": "scw-component/ScwComponent"
1622
+ "name": "ScwLink",
1623
+ "module": "/src/scw-link/ScwLink"
1491
1624
  },
1492
- "tagName": "scw-callout",
1625
+ "tagName": "scw-button",
1493
1626
  "customElement": true
1494
1627
  }
1495
1628
  ],
@@ -1498,251 +1631,251 @@
1498
1631
  "kind": "js",
1499
1632
  "name": "default",
1500
1633
  "declaration": {
1501
- "name": "ScwCallout",
1502
- "module": "src/scw-callout/ScwCallout.ts"
1634
+ "name": "ScwButton",
1635
+ "module": "src/scw-button/ScwButton.ts"
1503
1636
  }
1504
1637
  }
1505
1638
  ]
1506
1639
  },
1507
1640
  {
1508
1641
  "kind": "javascript-module",
1509
- "path": "src/scw-callout/scw-callout.ts",
1642
+ "path": "src/scw-button/scw-button.ts",
1510
1643
  "declarations": [],
1511
1644
  "exports": [
1512
1645
  {
1513
1646
  "kind": "custom-element-definition",
1514
- "name": "scw-callout",
1647
+ "name": "scw-button",
1515
1648
  "declaration": {
1516
- "name": "ScwCallout",
1517
- "module": "/src/scw-callout/ScwCallout"
1649
+ "name": "ScwButton",
1650
+ "module": "/src/scw-button/ScwButton.js"
1518
1651
  }
1519
1652
  }
1520
1653
  ]
1521
1654
  },
1522
1655
  {
1523
1656
  "kind": "javascript-module",
1524
- "path": "src/scw-button/ScwButton.ts",
1657
+ "path": "src/scw-card/ScwCard.ts",
1525
1658
  "declarations": [
1526
1659
  {
1527
1660
  "kind": "class",
1528
- "description": "ScwButton",
1529
- "name": "ScwButton",
1661
+ "description": "ScwCard a first LitElement web component",
1662
+ "name": "ScwCard",
1530
1663
  "slots": [
1531
1664
  {
1532
- "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
1533
- "name": "default",
1534
- "default": "\"<a href target />\""
1665
+ "description": "List of tags to display on the card",
1666
+ "name": "image",
1667
+ "default": "\"<scw-image />...\""
1535
1668
  },
1536
1669
  {
1537
- "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
1538
- "name": "default",
1539
- "default": "\"<... />\""
1670
+ "description": "List of tags to display on the card",
1671
+ "name": "tags",
1672
+ "default": "\"<scw-link design=\"link\" />...\""
1540
1673
  }
1541
1674
  ],
1542
1675
  "members": [
1543
1676
  {
1544
1677
  "kind": "field",
1545
- "name": "submitType",
1678
+ "name": "heading",
1546
1679
  "type": {
1547
- "text": "ScwFormComponentSubmitTypes"
1680
+ "text": "string | undefined"
1548
1681
  },
1549
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1550
- "attribute": "submit-type",
1551
- "reflects": true
1682
+ "description": "(ScwCard) Main title or header of the card",
1683
+ "attribute": "heading"
1552
1684
  },
1553
1685
  {
1554
1686
  "kind": "field",
1555
- "name": "element",
1687
+ "name": "date",
1556
1688
  "type": {
1557
- "text": "string"
1689
+ "text": "string | undefined"
1558
1690
  },
1559
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1560
- "attribute": "element",
1561
- "reflects": true,
1562
- "inheritedFrom": {
1563
- "name": "ScwComponent",
1564
- "module": "src/scw-component/ScwComponent.ts"
1565
- }
1691
+ "description": "(ScwCard) Date field for articles",
1692
+ "attribute": "date"
1566
1693
  },
1567
1694
  {
1568
1695
  "kind": "field",
1569
- "name": "href",
1696
+ "name": "border",
1570
1697
  "type": {
1571
- "text": "string"
1698
+ "text": "boolean | undefined"
1572
1699
  },
1573
- "default": "'javascript:'",
1574
- "description": "(ScwLink) Link url",
1575
- "attribute": "href",
1576
- "inheritedFrom": {
1577
- "name": "ScwLink",
1578
- "module": "src/scw-link/ScwLink.ts"
1579
- }
1700
+ "description": "(ScwCard) If card should have border",
1701
+ "attribute": "show-border"
1580
1702
  },
1581
1703
  {
1582
1704
  "kind": "field",
1583
- "name": "icon",
1705
+ "name": "align",
1584
1706
  "type": {
1585
1707
  "text": "string"
1586
1708
  },
1587
- "default": "''",
1588
- "description": "(ScwLink) Design system icon",
1589
- "attribute": "icon",
1590
- "inheritedFrom": {
1591
- "name": "ScwLink",
1592
- "module": "src/scw-link/ScwLink.ts"
1593
- }
1709
+ "default": "'vertical'",
1710
+ "description": "(ScwCard) Alignment of the card",
1711
+ "attribute": "align"
1594
1712
  },
1595
1713
  {
1596
1714
  "kind": "field",
1597
- "name": "iconSide",
1715
+ "name": "superHeading",
1598
1716
  "type": {
1599
- "text": "string"
1717
+ "text": "string | undefined"
1600
1718
  },
1601
- "default": "''",
1602
- "description": "(ScwLink) Side you want the icon displayed",
1603
- "attribute": "icon-side",
1604
- "inheritedFrom": {
1605
- "name": "ScwLink",
1606
- "module": "src/scw-link/ScwLink.ts"
1607
- }
1719
+ "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
1720
+ "attribute": "super-heading"
1608
1721
  },
1609
1722
  {
1610
1723
  "kind": "field",
1611
- "name": "design",
1724
+ "name": "primaryLink",
1612
1725
  "type": {
1613
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1726
+ "text": "string | undefined"
1614
1727
  },
1615
- "default": "'solid'",
1616
- "description": "(ScwLink) Link design",
1617
- "attribute": "design",
1618
- "reflects": true,
1619
- "inheritedFrom": {
1620
- "name": "ScwLink",
1621
- "module": "src/scw-link/ScwLink.ts"
1622
- }
1728
+ "description": "(ScwCard) The link for the primary button",
1729
+ "attribute": "primary-cta-link"
1623
1730
  },
1624
1731
  {
1625
1732
  "kind": "field",
1626
- "name": "target",
1733
+ "name": "primaryLabel",
1627
1734
  "type": {
1628
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1735
+ "text": "string | undefined"
1629
1736
  },
1630
- "description": "(ScwLink) Link target",
1631
- "attribute": "target",
1632
- "inheritedFrom": {
1633
- "name": "ScwLink",
1634
- "module": "src/scw-link/ScwLink.ts"
1635
- }
1737
+ "description": "(ScwCard) The label for the primary button",
1738
+ "attribute": "primary-cta-label"
1636
1739
  },
1637
1740
  {
1638
1741
  "kind": "field",
1639
- "name": "ariaLabel",
1742
+ "name": "secondaryLink",
1640
1743
  "type": {
1641
- "text": "string"
1744
+ "text": "string | undefined"
1642
1745
  },
1643
- "default": "''",
1644
- "description": "(ScwLink) Link label",
1645
- "attribute": "aria-label",
1646
- "reflects": true,
1647
- "inheritedFrom": {
1648
- "name": "ScwComponent",
1649
- "module": "src/scw-component/ScwComponent.ts"
1650
- }
1746
+ "description": "(ScwCard) The link for the secondary button",
1747
+ "attribute": "secondary-cta-link"
1651
1748
  },
1652
1749
  {
1653
1750
  "kind": "field",
1654
- "name": "size",
1751
+ "name": "secondaryLabel",
1655
1752
  "type": {
1656
- "text": "'small' | 'medium' | 'large'"
1753
+ "text": "string | undefined"
1657
1754
  },
1658
- "default": "'medium'",
1659
- "description": "(ScwLink) Link label",
1660
- "attribute": "size",
1661
- "inheritedFrom": {
1662
- "name": "ScwLink",
1663
- "module": "src/scw-link/ScwLink.ts"
1664
- }
1755
+ "description": "(ScwCard) The label for the secondary button",
1756
+ "attribute": "secondary-cta-label"
1665
1757
  },
1666
1758
  {
1667
1759
  "kind": "field",
1668
- "name": "ariaDisabled",
1760
+ "name": "tags",
1669
1761
  "type": {
1670
- "text": "string"
1762
+ "text": "string[]"
1671
1763
  },
1672
- "default": "'false'",
1673
- "description": "(ScwLink) If the link is disabled",
1674
- "attribute": "aria-disabled",
1675
- "inheritedFrom": {
1676
- "name": "ScwComponent",
1677
- "module": "src/scw-component/ScwComponent.ts"
1678
- }
1764
+ "default": "[]",
1765
+ "description": "(ScwCard) An array of tag labels",
1766
+ "attribute": "tag-name"
1679
1767
  },
1680
1768
  {
1681
1769
  "kind": "field",
1682
- "name": "underline",
1770
+ "name": "tagUrl",
1683
1771
  "type": {
1684
- "text": "string"
1772
+ "text": "string[] | undefined"
1685
1773
  },
1686
- "default": "'true'",
1687
- "description": "(ScwLink) If a regular link should be underlined",
1688
- "attribute": "underline",
1689
- "inheritedFrom": {
1690
- "name": "ScwLink",
1691
- "module": "src/scw-link/ScwLink.ts"
1692
- }
1774
+ "description": "(ScwCard) An array of tag urls",
1775
+ "attribute": "tag-url"
1693
1776
  },
1694
1777
  {
1695
1778
  "kind": "field",
1696
- "name": "linkAnchor",
1779
+ "name": "linkCard",
1697
1780
  "type": {
1698
- "text": "HTMLAnchorElement | undefined"
1781
+ "text": "boolean"
1699
1782
  },
1700
- "inheritedFrom": {
1701
- "name": "ScwLink",
1702
- "module": "src/scw-link/ScwLink.ts"
1703
- }
1783
+ "default": "false",
1784
+ "description": "(ScwCard) If the card should be the link, hides CTA buttons",
1785
+ "attribute": "link-card"
1786
+ },
1787
+ {
1788
+ "kind": "field",
1789
+ "name": "hideBody",
1790
+ "type": {
1791
+ "text": "boolean"
1792
+ },
1793
+ "default": "false",
1794
+ "description": "(ScwCard) If the body should be removed",
1795
+ "attribute": "hide-body"
1704
1796
  },
1705
1797
  {
1706
1798
  "kind": "method",
1707
- "name": "focus",
1799
+ "name": "renderLink",
1708
1800
  "return": {
1709
1801
  "type": {
1710
- "text": "void"
1802
+ "text": "object"
1711
1803
  }
1712
1804
  },
1713
- "description": "focus",
1714
- "inheritedFrom": {
1715
- "name": "ScwLink",
1716
- "module": "src/scw-link/ScwLink.ts"
1717
- }
1805
+ "parameters": [
1806
+ {
1807
+ "name": "label",
1808
+ "type": {
1809
+ "text": "string"
1810
+ }
1811
+ },
1812
+ {
1813
+ "name": "link",
1814
+ "type": {
1815
+ "text": "string"
1816
+ }
1817
+ },
1818
+ {
1819
+ "name": "design",
1820
+ "default": "'solid'",
1821
+ "type": {
1822
+ "text": "string"
1823
+ }
1824
+ }
1825
+ ],
1826
+ "description": "renderLink"
1718
1827
  },
1719
1828
  {
1720
1829
  "kind": "method",
1721
- "name": "renderIcon",
1722
- "privacy": "private",
1830
+ "name": "renderTags",
1723
1831
  "return": {
1724
1832
  "type": {
1725
1833
  "text": "object"
1726
1834
  }
1727
1835
  },
1728
- "description": "renderIcon",
1836
+ "description": "render tag"
1837
+ },
1838
+ {
1839
+ "kind": "field",
1840
+ "name": "element",
1841
+ "type": {
1842
+ "text": "string"
1843
+ },
1844
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1845
+ "attribute": "element",
1846
+ "reflects": true,
1729
1847
  "inheritedFrom": {
1730
- "name": "ScwLink",
1731
- "module": "src/scw-link/ScwLink.ts"
1848
+ "name": "ScwComponent",
1849
+ "module": "src/scw-component/ScwComponent.ts"
1732
1850
  }
1733
1851
  },
1734
1852
  {
1735
- "kind": "method",
1736
- "name": "renderContent",
1737
- "return": {
1738
- "type": {
1739
- "text": "object"
1740
- }
1853
+ "kind": "field",
1854
+ "name": "ariaLabel",
1855
+ "type": {
1856
+ "text": "string"
1741
1857
  },
1742
- "description": "renderContent",
1858
+ "default": "''",
1859
+ "description": "(ScwComponent) Main text within component",
1860
+ "attribute": "aria-label",
1861
+ "reflects": true,
1743
1862
  "inheritedFrom": {
1744
- "name": "ScwLink",
1745
- "module": "src/scw-link/ScwLink.ts"
1863
+ "name": "ScwComponent",
1864
+ "module": "src/scw-component/ScwComponent.ts"
1865
+ }
1866
+ },
1867
+ {
1868
+ "kind": "field",
1869
+ "name": "ariaDisabled",
1870
+ "type": {
1871
+ "text": "string"
1872
+ },
1873
+ "default": "'false'",
1874
+ "description": "(ScwComponent) Disables the component however it disables",
1875
+ "attribute": "aria-disabled",
1876
+ "inheritedFrom": {
1877
+ "name": "ScwComponent",
1878
+ "module": "src/scw-component/ScwComponent.ts"
1746
1879
  }
1747
1880
  },
1748
1881
  {
@@ -1751,7 +1884,7 @@
1751
1884
  "type": {
1752
1885
  "text": "boolean"
1753
1886
  },
1754
- "default": "true",
1887
+ "default": "false",
1755
1888
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1756
1889
  "attribute": "is-link",
1757
1890
  "reflects": true,
@@ -1837,127 +1970,137 @@
1837
1970
  ],
1838
1971
  "attributes": [
1839
1972
  {
1840
- "name": "submit-type",
1973
+ "name": "heading",
1841
1974
  "type": {
1842
- "text": "ScwFormComponentSubmitTypes"
1975
+ "text": "string | undefined"
1843
1976
  },
1844
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1845
- "fieldName": "submitType"
1977
+ "description": "(ScwCard) Main title or header of the card",
1978
+ "fieldName": "heading"
1846
1979
  },
1847
1980
  {
1848
- "name": "icon",
1981
+ "name": "date",
1849
1982
  "type": {
1850
- "text": "string"
1983
+ "text": "string | undefined"
1851
1984
  },
1852
- "default": "''",
1853
- "description": "(ScwLink) Design system icon",
1854
- "fieldName": "icon",
1855
- "inheritedFrom": {
1856
- "name": "ScwLink",
1857
- "module": "src/scw-link/ScwLink.ts"
1858
- }
1985
+ "description": "(ScwCard) Date field for articles",
1986
+ "fieldName": "date"
1859
1987
  },
1860
1988
  {
1861
- "name": "icon-side",
1989
+ "name": "show-border",
1990
+ "type": {
1991
+ "text": "boolean | undefined"
1992
+ },
1993
+ "description": "(ScwCard) If card should have border",
1994
+ "fieldName": "border"
1995
+ },
1996
+ {
1997
+ "name": "align",
1862
1998
  "type": {
1863
1999
  "text": "string"
1864
2000
  },
1865
- "default": "''",
1866
- "description": "(ScwLink) Side you want the icon displayed",
1867
- "fieldName": "iconSide",
1868
- "inheritedFrom": {
1869
- "name": "ScwLink",
1870
- "module": "src/scw-link/ScwLink.ts"
1871
- }
2001
+ "default": "'vertical'",
2002
+ "description": "(ScwCard) Alignment of the card",
2003
+ "fieldName": "align"
1872
2004
  },
1873
2005
  {
1874
- "name": "design",
2006
+ "name": "super-heading",
1875
2007
  "type": {
1876
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
2008
+ "text": "string | undefined"
1877
2009
  },
1878
- "default": "'solid'",
1879
- "description": "(ScwLink) Link design",
1880
- "fieldName": "design",
1881
- "inheritedFrom": {
1882
- "name": "ScwLink",
1883
- "module": "src/scw-link/ScwLink.ts"
1884
- }
2010
+ "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
2011
+ "fieldName": "superHeading"
1885
2012
  },
1886
2013
  {
1887
- "name": "href",
2014
+ "name": "primary-cta-link",
1888
2015
  "type": {
1889
- "text": "string"
2016
+ "text": "string | undefined"
1890
2017
  },
1891
- "default": "''",
1892
- "description": "(ScwLink) Link url",
1893
- "fieldName": "href",
1894
- "inheritedFrom": {
1895
- "name": "ScwLink",
1896
- "module": "src/scw-link/ScwLink.ts"
1897
- }
2018
+ "description": "(ScwCard) The link for the primary button",
2019
+ "fieldName": "primaryLink"
1898
2020
  },
1899
2021
  {
1900
- "name": "target",
2022
+ "name": "primary-cta-label",
1901
2023
  "type": {
1902
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
2024
+ "text": "string | undefined"
1903
2025
  },
1904
- "description": "(ScwLink) Link target",
1905
- "fieldName": "target",
1906
- "inheritedFrom": {
1907
- "name": "ScwLink",
1908
- "module": "src/scw-link/ScwLink.ts"
1909
- }
2026
+ "description": "(ScwCard) The label for the primary button",
2027
+ "fieldName": "primaryLabel"
1910
2028
  },
1911
2029
  {
1912
- "name": "aria-label",
2030
+ "name": "secondary-cta-link",
1913
2031
  "type": {
1914
- "text": "string"
2032
+ "text": "string | undefined"
1915
2033
  },
1916
- "default": "''",
1917
- "description": "(ScwLink) Link label",
1918
- "fieldName": "ariaLabel",
1919
- "inheritedFrom": {
1920
- "name": "ScwComponent",
1921
- "module": "src/scw-component/ScwComponent.ts"
1922
- }
2034
+ "description": "(ScwCard) The link for the secondary button",
2035
+ "fieldName": "secondaryLink"
1923
2036
  },
1924
2037
  {
1925
- "name": "size",
2038
+ "name": "secondary-cta-label",
1926
2039
  "type": {
1927
- "text": "'small' | 'medium' | 'large'"
2040
+ "text": "string | undefined"
1928
2041
  },
1929
- "default": "'medium'",
1930
- "description": "(ScwLink) Link label",
1931
- "fieldName": "size",
1932
- "inheritedFrom": {
1933
- "name": "ScwLink",
1934
- "module": "src/scw-link/ScwLink.ts"
1935
- }
2042
+ "description": "(ScwCard) The label for the secondary button",
2043
+ "fieldName": "secondaryLabel"
2044
+ },
2045
+ {
2046
+ "name": "tag-name",
2047
+ "type": {
2048
+ "text": "string[]"
2049
+ },
2050
+ "default": "[]",
2051
+ "description": "(ScwCard) An array of tag labels",
2052
+ "fieldName": "tags"
2053
+ },
2054
+ {
2055
+ "name": "tag-url",
2056
+ "type": {
2057
+ "text": "string[] | undefined"
2058
+ },
2059
+ "description": "(ScwCard) An array of tag urls",
2060
+ "fieldName": "tagUrl"
2061
+ },
2062
+ {
2063
+ "name": "link-card",
2064
+ "type": {
2065
+ "text": "boolean"
2066
+ },
2067
+ "default": "false",
2068
+ "description": "(ScwCard) If the card should be the link, hides CTA buttons",
2069
+ "fieldName": "linkCard"
2070
+ },
2071
+ {
2072
+ "name": "hide-body",
2073
+ "type": {
2074
+ "text": "boolean"
2075
+ },
2076
+ "default": "false",
2077
+ "description": "(ScwCard) If the body should be removed",
2078
+ "fieldName": "hideBody"
1936
2079
  },
1937
2080
  {
1938
- "name": "aria-disabled",
2081
+ "name": "aria-label",
1939
2082
  "type": {
1940
2083
  "text": "string"
1941
2084
  },
1942
- "default": "'false'",
1943
- "description": "(ScwLink) If the link is disabled",
1944
- "fieldName": "ariaDisabled",
2085
+ "default": "''",
2086
+ "description": "(ScwComponent) Main text within component",
2087
+ "fieldName": "ariaLabel",
1945
2088
  "inheritedFrom": {
1946
2089
  "name": "ScwComponent",
1947
2090
  "module": "src/scw-component/ScwComponent.ts"
1948
2091
  }
1949
2092
  },
1950
2093
  {
1951
- "name": "underline",
2094
+ "name": "aria-disabled",
1952
2095
  "type": {
1953
2096
  "text": "string"
1954
2097
  },
1955
- "default": "'true'",
1956
- "description": "(ScwLink) If a regular link should be underlined",
1957
- "fieldName": "underline",
2098
+ "default": "'false'",
2099
+ "description": "(ScwComponent) Disables the component however it disables",
2100
+ "fieldName": "ariaDisabled",
1958
2101
  "inheritedFrom": {
1959
- "name": "ScwLink",
1960
- "module": "src/scw-link/ScwLink.ts"
2102
+ "name": "ScwComponent",
2103
+ "module": "src/scw-component/ScwComponent.ts"
1961
2104
  }
1962
2105
  },
1963
2106
  {
@@ -2000,10 +2143,10 @@
2000
2143
  }
2001
2144
  ],
2002
2145
  "superclass": {
2003
- "name": "ScwLink",
2004
- "module": "/src/scw-link/ScwLink"
2146
+ "name": "ScwComponent",
2147
+ "module": "/src/scw-component/ScwComponent"
2005
2148
  },
2006
- "tagName": "scw-button",
2149
+ "tagName": "scw-card",
2007
2150
  "customElement": true
2008
2151
  }
2009
2152
  ],
@@ -2012,47 +2155,35 @@
2012
2155
  "kind": "js",
2013
2156
  "name": "default",
2014
2157
  "declaration": {
2015
- "name": "ScwButton",
2016
- "module": "src/scw-button/ScwButton.ts"
2158
+ "name": "ScwCard",
2159
+ "module": "src/scw-card/ScwCard.ts"
2017
2160
  }
2018
2161
  }
2019
2162
  ]
2020
2163
  },
2021
2164
  {
2022
2165
  "kind": "javascript-module",
2023
- "path": "src/scw-button/scw-button.ts",
2166
+ "path": "src/scw-card/scw-card.ts",
2024
2167
  "declarations": [],
2025
2168
  "exports": [
2026
2169
  {
2027
2170
  "kind": "custom-element-definition",
2028
- "name": "scw-button",
2171
+ "name": "scw-card",
2029
2172
  "declaration": {
2030
- "name": "ScwButton",
2031
- "module": "/src/scw-button/ScwButton.js"
2173
+ "name": "ScwCard",
2174
+ "module": "/src/scw-card/ScwCard"
2032
2175
  }
2033
2176
  }
2034
2177
  ]
2035
2178
  },
2036
2179
  {
2037
2180
  "kind": "javascript-module",
2038
- "path": "src/scw-card/ScwCard.ts",
2181
+ "path": "src/scw-callout/ScwCallout.ts",
2039
2182
  "declarations": [
2040
2183
  {
2041
2184
  "kind": "class",
2042
- "description": "ScwCard a first LitElement web component",
2043
- "name": "ScwCard",
2044
- "slots": [
2045
- {
2046
- "description": "List of tags to display on the card",
2047
- "name": "image",
2048
- "default": "\"<scw-image />...\""
2049
- },
2050
- {
2051
- "description": "List of tags to display on the card",
2052
- "name": "tags",
2053
- "default": "\"<scw-link design=\"link\" />...\""
2054
- }
2055
- ],
2185
+ "description": "ScwBlock",
2186
+ "name": "ScwCallout",
2056
2187
  "members": [
2057
2188
  {
2058
2189
  "kind": "field",
@@ -2060,45 +2191,19 @@
2060
2191
  "type": {
2061
2192
  "text": "string | undefined"
2062
2193
  },
2063
- "description": "(ScwCard) Main title or header of the card",
2064
- "attribute": "heading"
2065
- },
2066
- {
2067
- "kind": "field",
2068
- "name": "date",
2069
- "type": {
2070
- "text": "string | undefined"
2071
- },
2072
- "description": "(ScwCard) Date field for articles",
2073
- "attribute": "date"
2074
- },
2075
- {
2076
- "kind": "field",
2077
- "name": "border",
2078
- "type": {
2079
- "text": "boolean | undefined"
2080
- },
2081
- "description": "(ScwCard) If card should have border",
2082
- "attribute": "show-border"
2194
+ "description": "(ScwCallout) The heading",
2195
+ "attribute": "heading",
2196
+ "reflects": true
2083
2197
  },
2084
2198
  {
2085
2199
  "kind": "field",
2086
2200
  "name": "align",
2087
- "type": {
2088
- "text": "string"
2089
- },
2090
- "default": "'vertical'",
2091
- "description": "(ScwCard) Alignment of the card",
2092
- "attribute": "align"
2093
- },
2094
- {
2095
- "kind": "field",
2096
- "name": "superHeading",
2097
2201
  "type": {
2098
2202
  "text": "string | undefined"
2099
2203
  },
2100
- "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
2101
- "attribute": "super-heading"
2204
+ "description": "(ScwCallout) Alignment of the callout",
2205
+ "attribute": "alignment",
2206
+ "reflects": true
2102
2207
  },
2103
2208
  {
2104
2209
  "kind": "field",
@@ -2106,8 +2211,9 @@
2106
2211
  "type": {
2107
2212
  "text": "string | undefined"
2108
2213
  },
2109
- "description": "(ScwCard) The link for the primary button",
2110
- "attribute": "primary-cta-link"
2214
+ "description": "(ScwCallout) Primary link href",
2215
+ "attribute": "primary-cta-link",
2216
+ "reflects": true
2111
2217
  },
2112
2218
  {
2113
2219
  "kind": "field",
@@ -2115,8 +2221,9 @@
2115
2221
  "type": {
2116
2222
  "text": "string | undefined"
2117
2223
  },
2118
- "description": "(ScwCard) The label for the primary button",
2119
- "attribute": "primary-cta-label"
2224
+ "description": "(ScwCallout) Primary link label",
2225
+ "attribute": "primary-cta-label",
2226
+ "reflects": true
2120
2227
  },
2121
2228
  {
2122
2229
  "kind": "field",
@@ -2124,8 +2231,9 @@
2124
2231
  "type": {
2125
2232
  "text": "string | undefined"
2126
2233
  },
2127
- "description": "(ScwCard) The link for the secondary button",
2128
- "attribute": "secondary-cta-link"
2234
+ "description": "(ScwCallout) Secondary link href",
2235
+ "attribute": "secondary-cta-link",
2236
+ "reflects": true
2129
2237
  },
2130
2238
  {
2131
2239
  "kind": "field",
@@ -2133,47 +2241,9 @@
2133
2241
  "type": {
2134
2242
  "text": "string | undefined"
2135
2243
  },
2136
- "description": "(ScwCard) The label for the secondary button",
2137
- "attribute": "secondary-cta-label"
2138
- },
2139
- {
2140
- "kind": "field",
2141
- "name": "tags",
2142
- "type": {
2143
- "text": "string[]"
2144
- },
2145
- "default": "[]",
2146
- "description": "(ScwCard) An array of tag labels",
2147
- "attribute": "tag-name"
2148
- },
2149
- {
2150
- "kind": "field",
2151
- "name": "tagUrl",
2152
- "type": {
2153
- "text": "string[] | undefined"
2154
- },
2155
- "description": "(ScwCard) An array of tag urls",
2156
- "attribute": "tag-url"
2157
- },
2158
- {
2159
- "kind": "field",
2160
- "name": "linkCard",
2161
- "type": {
2162
- "text": "boolean"
2163
- },
2164
- "default": "false",
2165
- "description": "(ScwCard) If the card should be the link, hides CTA buttons",
2166
- "attribute": "link-card"
2167
- },
2168
- {
2169
- "kind": "field",
2170
- "name": "hideBody",
2171
- "type": {
2172
- "text": "boolean"
2173
- },
2174
- "default": "false",
2175
- "description": "(ScwCard) If the body should be removed",
2176
- "attribute": "hide-body"
2244
+ "description": "(ScwCallout) Secondary link label",
2245
+ "attribute": "secondary-cta-label",
2246
+ "reflects": true
2177
2247
  },
2178
2248
  {
2179
2249
  "kind": "method",
@@ -2206,16 +2276,6 @@
2206
2276
  ],
2207
2277
  "description": "renderLink"
2208
2278
  },
2209
- {
2210
- "kind": "method",
2211
- "name": "renderTags",
2212
- "return": {
2213
- "type": {
2214
- "text": "object"
2215
- }
2216
- },
2217
- "description": "render tag"
2218
- },
2219
2279
  {
2220
2280
  "kind": "field",
2221
2281
  "name": "element",
@@ -2355,48 +2415,23 @@
2355
2415
  "type": {
2356
2416
  "text": "string | undefined"
2357
2417
  },
2358
- "description": "(ScwCard) Main title or header of the card",
2418
+ "description": "(ScwCallout) The heading",
2359
2419
  "fieldName": "heading"
2360
2420
  },
2361
2421
  {
2362
- "name": "date",
2422
+ "name": "alignment",
2363
2423
  "type": {
2364
2424
  "text": "string | undefined"
2365
2425
  },
2366
- "description": "(ScwCard) Date field for articles",
2367
- "fieldName": "date"
2368
- },
2369
- {
2370
- "name": "show-border",
2371
- "type": {
2372
- "text": "boolean | undefined"
2373
- },
2374
- "description": "(ScwCard) If card should have border",
2375
- "fieldName": "border"
2376
- },
2377
- {
2378
- "name": "align",
2379
- "type": {
2380
- "text": "string"
2381
- },
2382
- "default": "'vertical'",
2383
- "description": "(ScwCard) Alignment of the card",
2426
+ "description": "(ScwCallout) Alignment of the callout",
2384
2427
  "fieldName": "align"
2385
2428
  },
2386
- {
2387
- "name": "super-heading",
2388
- "type": {
2389
- "text": "string | undefined"
2390
- },
2391
- "description": "(ScwCard) Super heading, describing a category or area pertaining to\ntitle",
2392
- "fieldName": "superHeading"
2393
- },
2394
2429
  {
2395
2430
  "name": "primary-cta-link",
2396
2431
  "type": {
2397
2432
  "text": "string | undefined"
2398
2433
  },
2399
- "description": "(ScwCard) The link for the primary button",
2434
+ "description": "(ScwCallout) Primary link href",
2400
2435
  "fieldName": "primaryLink"
2401
2436
  },
2402
2437
  {
@@ -2404,7 +2439,7 @@
2404
2439
  "type": {
2405
2440
  "text": "string | undefined"
2406
2441
  },
2407
- "description": "(ScwCard) The label for the primary button",
2442
+ "description": "(ScwCallout) Primary link label",
2408
2443
  "fieldName": "primaryLabel"
2409
2444
  },
2410
2445
  {
@@ -2412,7 +2447,7 @@
2412
2447
  "type": {
2413
2448
  "text": "string | undefined"
2414
2449
  },
2415
- "description": "(ScwCard) The link for the secondary button",
2450
+ "description": "(ScwCallout) Secondary link href",
2416
2451
  "fieldName": "secondaryLink"
2417
2452
  },
2418
2453
  {
@@ -2420,44 +2455,9 @@
2420
2455
  "type": {
2421
2456
  "text": "string | undefined"
2422
2457
  },
2423
- "description": "(ScwCard) The label for the secondary button",
2458
+ "description": "(ScwCallout) Secondary link label",
2424
2459
  "fieldName": "secondaryLabel"
2425
2460
  },
2426
- {
2427
- "name": "tag-name",
2428
- "type": {
2429
- "text": "string[]"
2430
- },
2431
- "default": "[]",
2432
- "description": "(ScwCard) An array of tag labels",
2433
- "fieldName": "tags"
2434
- },
2435
- {
2436
- "name": "tag-url",
2437
- "type": {
2438
- "text": "string[] | undefined"
2439
- },
2440
- "description": "(ScwCard) An array of tag urls",
2441
- "fieldName": "tagUrl"
2442
- },
2443
- {
2444
- "name": "link-card",
2445
- "type": {
2446
- "text": "boolean"
2447
- },
2448
- "default": "false",
2449
- "description": "(ScwCard) If the card should be the link, hides CTA buttons",
2450
- "fieldName": "linkCard"
2451
- },
2452
- {
2453
- "name": "hide-body",
2454
- "type": {
2455
- "text": "boolean"
2456
- },
2457
- "default": "false",
2458
- "description": "(ScwCard) If the body should be removed",
2459
- "fieldName": "hideBody"
2460
- },
2461
2461
  {
2462
2462
  "name": "aria-label",
2463
2463
  "type": {
@@ -2525,9 +2525,9 @@
2525
2525
  ],
2526
2526
  "superclass": {
2527
2527
  "name": "ScwComponent",
2528
- "module": "/src/scw-component/ScwComponent"
2528
+ "package": "scw-component/ScwComponent"
2529
2529
  },
2530
- "tagName": "scw-card",
2530
+ "tagName": "scw-callout",
2531
2531
  "customElement": true
2532
2532
  }
2533
2533
  ],
@@ -2536,23 +2536,23 @@
2536
2536
  "kind": "js",
2537
2537
  "name": "default",
2538
2538
  "declaration": {
2539
- "name": "ScwCard",
2540
- "module": "src/scw-card/ScwCard.ts"
2539
+ "name": "ScwCallout",
2540
+ "module": "src/scw-callout/ScwCallout.ts"
2541
2541
  }
2542
2542
  }
2543
2543
  ]
2544
2544
  },
2545
2545
  {
2546
2546
  "kind": "javascript-module",
2547
- "path": "src/scw-card/scw-card.ts",
2547
+ "path": "src/scw-callout/scw-callout.ts",
2548
2548
  "declarations": [],
2549
2549
  "exports": [
2550
2550
  {
2551
2551
  "kind": "custom-element-definition",
2552
- "name": "scw-card",
2552
+ "name": "scw-callout",
2553
2553
  "declaration": {
2554
- "name": "ScwCard",
2555
- "module": "/src/scw-card/ScwCard"
2554
+ "name": "ScwCallout",
2555
+ "module": "/src/scw-callout/ScwCallout"
2556
2556
  }
2557
2557
  }
2558
2558
  ]