@common-origin/design-system 1.8.5 → 1.9.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.
package/dist/index.js CHANGED
@@ -4,7 +4,6 @@ var React = require('react');
4
4
  var styled = require('styled-components');
5
5
  var Link = require('next/link');
6
6
  var dateFns = require('date-fns');
7
- var Image = require('next/image');
8
7
 
9
8
  function _extends() {
10
9
  return _extends = Object.assign ? Object.assign.bind() : function (n) {
@@ -1951,7 +1950,7 @@ var Picture = function Picture(_a) {
1951
1950
  dataTestId = _a["data-testid"];
1952
1951
  var image = /*#__PURE__*/React.createElement(StyledImage, {
1953
1952
  src: src,
1954
- alt: "Cover Image for ".concat(title),
1953
+ alt: title,
1955
1954
  width: width,
1956
1955
  height: height
1957
1956
  });
@@ -2343,65 +2342,12 @@ var Stack = function Stack(_a) {
2343
2342
  };
2344
2343
  var templateObject_1$9;
2345
2344
 
2346
- React.createElement;
2347
- var border$3 = tokens.base.border;
2348
- var ArtCardStyled = styled.div.withConfig({
2349
- displayName: "ArtCard__ArtCardStyled",
2350
- componentId: "sc-1788cyb-0"
2351
- })(templateObject_1$8 || (templateObject_1$8 = __makeTemplateObject(["\n max-width: 768px;\n\n a {\n text-decoration: none;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n }\n"], ["\n max-width: 768px;\n\n a {\n text-decoration: none;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n }\n"])), border$3.radius[6]);
2352
- var ArtCard = function ArtCard(_a) {
2353
- var title = _a.title;
2354
- _a.excerpt;
2355
- var tag = _a.tag,
2356
- artist = _a.artist,
2357
- labels = _a.labels,
2358
- coverImage = _a.coverImage,
2359
- onImageClick = _a.onImageClick,
2360
- imageHref = _a.imageHref;
2361
- if (tag === 'art') {
2362
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ArtCardStyled, null, /*#__PURE__*/React.createElement(Stack, {
2363
- direction: "column",
2364
- gap: "md"
2365
- }, /*#__PURE__*/React.createElement(Picture, {
2366
- title: title,
2367
- src: coverImage,
2368
- onClick: onImageClick,
2369
- href: imageHref
2370
- }), /*#__PURE__*/React.createElement(Stack, {
2371
- direction: "row",
2372
- alignItems: "flex-start",
2373
- justifyContent: "space-between",
2374
- gap: "xs"
2375
- }, /*#__PURE__*/React.createElement(Stack, {
2376
- direction: "column",
2377
- gap: "xs"
2378
- }, /*#__PURE__*/React.createElement(Typography, {
2379
- variant: "h6"
2380
- }, title), /*#__PURE__*/React.createElement(Typography, {
2381
- variant: "small",
2382
- color: "subdued"
2383
- }, artist)), /*#__PURE__*/React.createElement(Stack, {
2384
- direction: "row",
2385
- alignItems: "center",
2386
- gap: "xs"
2387
- }, Array.isArray(labels) && labels.map(function (label, index) {
2388
- return /*#__PURE__*/React.createElement(Chip, {
2389
- key: index,
2390
- title: label,
2391
- variant: "default"
2392
- });
2393
- }))))));
2394
- }
2395
- return null;
2396
- };
2397
- var templateObject_1$8;
2398
-
2399
2345
  React.createElement;
2400
2346
  var _a$3, _b$1, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
2401
2347
  var BreadcrumbNavStyled = styled.nav.withConfig({
2402
2348
  displayName: "Breadcrumbs__BreadcrumbNavStyled",
2403
2349
  componentId: "sc-7ouzg5-0"
2404
- })(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject(["\n border-bottom: ", ";\n\n ol {\n display: flex;\n align-items: center;\n list-style: none;\n margin: 0;\n padding: 0;\n }\n"], ["\n border-bottom: ", ";\n\n ol {\n display: flex;\n align-items: center;\n list-style: none;\n margin: 0;\n padding: 0;\n }\n"])), ((_b$1 = (_a$3 = tokens.semantic) === null || _a$3 === void 0 ? void 0 : _a$3.border) === null || _b$1 === void 0 ? void 0 : _b$1["default"]) || '0.0625rem solid #e9ecef');
2350
+ })(templateObject_1$8 || (templateObject_1$8 = __makeTemplateObject(["\n border-bottom: ", ";\n\n ol {\n display: flex;\n align-items: center;\n list-style: none;\n margin: 0;\n padding: 0;\n }\n"], ["\n border-bottom: ", ";\n\n ol {\n display: flex;\n align-items: center;\n list-style: none;\n margin: 0;\n padding: 0;\n }\n"])), ((_b$1 = (_a$3 = tokens.semantic) === null || _a$3 === void 0 ? void 0 : _a$3.border) === null || _b$1 === void 0 ? void 0 : _b$1["default"]) || '0.0625rem solid #e9ecef');
2405
2351
  var BreadcrumbStyled = styled.li.withConfig({
2406
2352
  displayName: "Breadcrumbs__BreadcrumbStyled",
2407
2353
  componentId: "sc-7ouzg5-1"
@@ -2431,13 +2377,105 @@ var Breadcrumbs = function Breadcrumbs(_a) {
2431
2377
  }, breadcrumb.label)));
2432
2378
  }))));
2433
2379
  };
2434
- var templateObject_1$7, templateObject_2$4;
2380
+ var templateObject_1$8, templateObject_2$4;
2381
+
2382
+ React.createElement;
2383
+ var CardSmallStyled = styled.div.withConfig({
2384
+ displayName: "CardSmall__CardSmallStyled",
2385
+ componentId: "sc-jpcqvd-0"
2386
+ })(templateObject_1$7 || (templateObject_1$7 = __makeTemplateObject(["\n a {\n text-decoration: none;\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n height: auto;\n display: block;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n &:focus-within {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n"], ["\n a {\n text-decoration: none;\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n height: auto;\n display: block;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n &:focus-within {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n"])), tokens.base.border.radius[2], tokens.semantic.color.border.strong);
2387
+ var CardSmall = function CardSmall(_a) {
2388
+ var title = _a.title,
2389
+ picture = _a.picture,
2390
+ subtitle = _a.subtitle,
2391
+ meta = _a.meta,
2392
+ href = _a.href;
2393
+ if (!picture || !meta) {
2394
+ return null;
2395
+ }
2396
+ return /*#__PURE__*/React.createElement(CardSmallStyled, null, /*#__PURE__*/React.createElement(Link, {
2397
+ href: href || '#',
2398
+ "aria-label": title
2399
+ }, /*#__PURE__*/React.createElement(Stack, {
2400
+ direction: "column",
2401
+ gap: "sm"
2402
+ }, /*#__PURE__*/React.createElement(Picture, {
2403
+ title: title,
2404
+ src: picture,
2405
+ width: 300,
2406
+ height: 300
2407
+ }), /*#__PURE__*/React.createElement(Stack, {
2408
+ direction: "column",
2409
+ gap: "none"
2410
+ }, /*#__PURE__*/React.createElement(Typography, {
2411
+ variant: "small"
2412
+ }, title), subtitle && /*#__PURE__*/React.createElement(Typography, {
2413
+ variant: "label",
2414
+ color: "subdued"
2415
+ }, subtitle), meta && /*#__PURE__*/React.createElement(Typography, {
2416
+ variant: "label",
2417
+ color: "subdued"
2418
+ }, meta)))));
2419
+ };
2420
+ var templateObject_1$7;
2421
+
2422
+ React.createElement;
2423
+ var border$3 = tokens.base.border;
2424
+ var CardLargeStyled = styled.div.withConfig({
2425
+ displayName: "CardLarge__CardLargeStyled",
2426
+ componentId: "sc-1rfgdzl-0"
2427
+ })(templateObject_1$6 || (templateObject_1$6 = __makeTemplateObject(["\n max-width: 768px;\n\n a {\n text-decoration: none;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n }\n"], ["\n max-width: 768px;\n\n a {\n text-decoration: none;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n }\n"])), border$3.radius[6]);
2428
+ var CardLarge = function CardLarge(_a) {
2429
+ var title = _a.title,
2430
+ excerpt = _a.excerpt,
2431
+ subtitle = _a.subtitle,
2432
+ _b = _a.labels,
2433
+ labels = _b === void 0 ? [] : _b,
2434
+ picture = _a.picture,
2435
+ onImageClick = _a.onImageClick,
2436
+ imageHref = _a.imageHref;
2437
+ return /*#__PURE__*/React.createElement(CardLargeStyled, null, /*#__PURE__*/React.createElement(Stack, {
2438
+ direction: "column",
2439
+ gap: "md"
2440
+ }, /*#__PURE__*/React.createElement(Picture, {
2441
+ title: title,
2442
+ src: picture,
2443
+ onClick: onImageClick,
2444
+ href: imageHref
2445
+ }), /*#__PURE__*/React.createElement(Stack, {
2446
+ direction: "row",
2447
+ alignItems: "flex-start",
2448
+ justifyContent: "space-between",
2449
+ gap: "xs"
2450
+ }, /*#__PURE__*/React.createElement(Stack, {
2451
+ direction: "column",
2452
+ gap: "xs"
2453
+ }, /*#__PURE__*/React.createElement(Typography, {
2454
+ variant: "h5"
2455
+ }, title), subtitle && /*#__PURE__*/React.createElement(Typography, {
2456
+ variant: "small",
2457
+ color: "subdued"
2458
+ }, subtitle), excerpt && /*#__PURE__*/React.createElement(Typography, {
2459
+ variant: "body"
2460
+ }, excerpt)), /*#__PURE__*/React.createElement(Stack, {
2461
+ direction: "row",
2462
+ alignItems: "center",
2463
+ gap: "xs"
2464
+ }, Array.isArray(labels) && labels.map(function (label, index) {
2465
+ return /*#__PURE__*/React.createElement(Chip, {
2466
+ key: index,
2467
+ title: label,
2468
+ variant: "default"
2469
+ });
2470
+ })))));
2471
+ };
2472
+ var templateObject_1$6;
2435
2473
 
2436
2474
  React.createElement;
2437
2475
  var ChipGroupWrapper = styled.div.withConfig({
2438
2476
  displayName: "ChipGroup__ChipGroupWrapper",
2439
2477
  componentId: "sc-ae049w-0"
2440
- })(templateObject_1$6 || (templateObject_1$6 = __makeTemplateObject(["\n > div {\n display: flex;\n flex-wrap: wrap;\n }\n"], ["\n > div {\n display: flex;\n flex-wrap: wrap;\n }\n"])));
2478
+ })(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n > div {\n display: flex;\n flex-wrap: wrap;\n }\n"], ["\n > div {\n display: flex;\n flex-wrap: wrap;\n }\n"])));
2441
2479
  var ChipGroup = function ChipGroup(_a) {
2442
2480
  var labels = _a.labels,
2443
2481
  _b = _a.variant,
@@ -2456,7 +2494,7 @@ var ChipGroup = function ChipGroup(_a) {
2456
2494
  });
2457
2495
  })));
2458
2496
  };
2459
- var templateObject_1$6;
2497
+ var templateObject_1$5;
2460
2498
 
2461
2499
  React.createElement;
2462
2500
  var _a$2 = tokens.semantic,
@@ -2466,7 +2504,7 @@ var _a$2 = tokens.semantic,
2466
2504
  var StyledCodeBlock = styled.pre.withConfig({
2467
2505
  displayName: "CodeBlock__StyledCodeBlock",
2468
2506
  componentId: "sc-1p1t0kp-0"
2469
- })(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n padding: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n overflow-x: auto;\n margin: ", " 0;\n position: relative;\n"], ["\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n padding: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n overflow-x: auto;\n margin: ", " 0;\n position: relative;\n"])), color$1.background.subtle, border$2.subtle, tokens.base.border.radius[2], spacing$2.layout.md, tokens.base.fontFamily.monospace, tokens.base.fontSize[1], tokens.base.lineHeight[3], color$1.text["default"], spacing$2.layout.sm);
2507
+ })(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n padding: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n overflow-x: auto;\n margin: ", " 0;\n position: relative;\n"], ["\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n padding: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n overflow-x: auto;\n margin: ", " 0;\n position: relative;\n"])), color$1.background.subtle, border$2.subtle, tokens.base.border.radius[2], spacing$2.layout.md, tokens.base.fontFamily.monospace, tokens.base.fontSize[1], tokens.base.lineHeight[3], color$1.text["default"], spacing$2.layout.sm);
2470
2508
  var CodeBlockWrapper = styled.div.withConfig({
2471
2509
  displayName: "CodeBlock__CodeBlockWrapper",
2472
2510
  componentId: "sc-1p1t0kp-1"
@@ -2551,7 +2589,7 @@ var CodeBlock = function CodeBlock(_a) {
2551
2589
  onCopy: onCopy
2552
2590
  }));
2553
2591
  };
2554
- var templateObject_1$5, templateObject_2$3, templateObject_3$3;
2592
+ var templateObject_1$4, templateObject_2$3, templateObject_3$3;
2555
2593
 
2556
2594
  React.createElement;
2557
2595
  var _a$1 = tokens.base,
@@ -2560,7 +2598,7 @@ var _a$1 = tokens.base,
2560
2598
  var DesignCardStyled = styled.div.withConfig({
2561
2599
  displayName: "DesignCard__DesignCardStyled",
2562
2600
  componentId: "sc-1lah9zd-0"
2563
- })(templateObject_1$4 || (templateObject_1$4 = __makeTemplateObject(["\n @media (min-width: ", ") {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n }\n\n @media (min-width: ", ") {\n gap: ", ";\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n\n &:hover {\n opacity: 0.8;\n }\n }\n\n a {\n text-decoration: none;\n }\n"], ["\n @media (min-width: ", ") {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n }\n\n @media (min-width: ", ") {\n gap: ", ";\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n\n &:hover {\n opacity: 0.8;\n }\n }\n\n a {\n text-decoration: none;\n }\n"])), tokens.base.breakpoint.md, tokens.base.breakpoint.lg, spacing$1[12], border$1.radius[6]);
2601
+ })(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n @media (min-width: ", ") {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n }\n\n @media (min-width: ", ") {\n gap: ", ";\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n\n &:hover {\n opacity: 0.8;\n }\n }\n\n a {\n text-decoration: none;\n }\n"], ["\n @media (min-width: ", ") {\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n }\n\n @media (min-width: ", ") {\n gap: ", ";\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n\n &:hover {\n opacity: 0.8;\n }\n }\n\n a {\n text-decoration: none;\n }\n"])), tokens.base.breakpoint.md, tokens.base.breakpoint.lg, spacing$1[12], border$1.radius[6]);
2564
2602
  var ImageWrapper = styled.div.withConfig({
2565
2603
  displayName: "DesignCard__ImageWrapper",
2566
2604
  componentId: "sc-1lah9zd-1"
@@ -2620,7 +2658,7 @@ var DesignCard = function DesignCard(_a) {
2620
2658
  }
2621
2659
  return null;
2622
2660
  };
2623
- var templateObject_1$4, templateObject_2$2, templateObject_3$2, templateObject_4$2, templateObject_5$2;
2661
+ var templateObject_1$3, templateObject_2$2, templateObject_3$2, templateObject_4$2, templateObject_5$2;
2624
2662
 
2625
2663
  React.createElement;
2626
2664
  var _a = tokens.base,
@@ -2634,7 +2672,7 @@ var _a = tokens.base,
2634
2672
  var DropdownContainer = styled.div.withConfig({
2635
2673
  displayName: "Dropdown__DropdownContainer",
2636
2674
  componentId: "sc-kz07c4-0"
2637
- })(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n position: relative;\n width: 100%;\n"], ["\n position: relative;\n width: 100%;\n"])));
2675
+ })(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n position: relative;\n width: 100%;\n"], ["\n position: relative;\n width: 100%;\n"])));
2638
2676
  var DropdownTrigger = styled.button.withConfig({
2639
2677
  shouldForwardProp: function shouldForwardProp(prop) {
2640
2678
  return !prop.startsWith('$');
@@ -2831,7 +2869,7 @@ var Dropdown = function Dropdown(_a) {
2831
2869
  }, option.label);
2832
2870
  })));
2833
2871
  };
2834
- var templateObject_1$3, templateObject_2$1, templateObject_3$1, templateObject_4$1, templateObject_5$1;
2872
+ var templateObject_1$2, templateObject_2$1, templateObject_3$1, templateObject_4$1, templateObject_5$1;
2835
2873
 
2836
2874
  React.createElement;
2837
2875
  var PageTitleStyled = styled.div.withConfig({
@@ -2840,7 +2878,7 @@ var PageTitleStyled = styled.div.withConfig({
2840
2878
  },
2841
2879
  displayName: "PageTitle__PageTitleStyled",
2842
2880
  componentId: "sc-16h256f-0"
2843
- })(templateObject_1$2 || (templateObject_1$2 = __makeTemplateObject(["\n margin-bottom: ", ";\n margin-top: ", ";\n"], ["\n margin-bottom: ", ";\n margin-top: ", ";\n"])), tokens.base.spacing[6], function (_a) {
2881
+ })(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n margin-bottom: ", ";\n margin-top: ", ";\n"], ["\n margin-bottom: ", ";\n margin-top: ", ";\n"])), tokens.base.spacing[6], function (_a) {
2844
2882
  var $hasBackButton = _a.$hasBackButton;
2845
2883
  return $hasBackButton ? tokens.base.spacing[0] : tokens.base.spacing[12];
2846
2884
  });
@@ -2867,52 +2905,6 @@ var PageTitle = function PageTitle(_a) {
2867
2905
  color: "subdued"
2868
2906
  }, subtitle)));
2869
2907
  };
2870
- var templateObject_1$2;
2871
-
2872
- React.createElement;
2873
- var ReleaseCardStyled = styled.div.withConfig({
2874
- displayName: "ReleaseCard__ReleaseCardStyled",
2875
- componentId: "sc-44tbzg-0"
2876
- })(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject(["\n a {\n text-decoration: none;\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n height: auto;\n display: block;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n &:focus-within {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n"], ["\n a {\n text-decoration: none;\n }\n\n img {\n border-radius: ", ";\n transition: ease opacity 0.2s;\n width: 100%;\n height: auto;\n display: block;\n }\n\n &:hover {\n img {\n opacity: 0.8;\n }\n }\n\n &:focus-within {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n"])), tokens.base.border.radius[2], tokens.semantic.color.border.strong);
2877
- var ReleaseCard = function ReleaseCard(_a) {
2878
- var title = _a.title,
2879
- coverImage = _a.coverImage,
2880
- artist = _a.artist,
2881
- date = _a.date,
2882
- slug = _a.slug;
2883
- if (!coverImage || !date) {
2884
- return null;
2885
- }
2886
- return /*#__PURE__*/React.createElement(ReleaseCardStyled, null, /*#__PURE__*/React.createElement(Link, {
2887
- href: "/releases/".concat(slug),
2888
- "aria-label": title
2889
- }, /*#__PURE__*/React.createElement(Stack, {
2890
- direction: "column",
2891
- gap: "sm"
2892
- }, /*#__PURE__*/React.createElement(Image, {
2893
- alt: title,
2894
- src: coverImage,
2895
- width: 300,
2896
- height: 300,
2897
- sizes: "(max-width: 640px) 50vw, (max-width: 1024px) 25vw, (max-width: 1280px) 16.66vw, 14.28vw",
2898
- placeholder: "blur",
2899
- blurDataURL: coverImage,
2900
- style: {
2901
- width: '100%',
2902
- height: 'auto'
2903
- }
2904
- }), /*#__PURE__*/React.createElement(Stack, {
2905
- direction: "column",
2906
- gap: "none"
2907
- }, /*#__PURE__*/React.createElement(Typography, {
2908
- variant: "small"
2909
- }, title), /*#__PURE__*/React.createElement(Typography, {
2910
- variant: "label",
2911
- color: "subdued"
2912
- }, artist), /*#__PURE__*/React.createElement(DateFormatter, {
2913
- dateString: date
2914
- })))));
2915
- };
2916
2908
  var templateObject_1$1;
2917
2909
 
2918
2910
  React.createElement;
@@ -3115,13 +3107,14 @@ var ResponsiveGrid = function ResponsiveGrid(_a) {
3115
3107
  };
3116
3108
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35;
3117
3109
 
3118
- exports.ArtCard = ArtCard;
3119
3110
  exports.Avatar = Avatar;
3120
3111
  exports.Badge = Badge;
3121
3112
  exports.BooleanChip = BooleanChip;
3122
3113
  exports.Box = Box;
3123
3114
  exports.Breadcrumbs = Breadcrumbs;
3124
3115
  exports.Button = Button;
3116
+ exports.CardLarge = CardLarge;
3117
+ exports.CardSmall = CardSmall;
3125
3118
  exports.Chip = Chip;
3126
3119
  exports.ChipGroup = ChipGroup;
3127
3120
  exports.CodeBlock = CodeBlock;
@@ -3139,7 +3132,6 @@ exports.LegacyChip = LegacyChip;
3139
3132
  exports.PageTitle = PageTitle;
3140
3133
  exports.Picture = Picture;
3141
3134
  exports.ProgressBar = ProgressBar;
3142
- exports.ReleaseCard = ReleaseCard;
3143
3135
  exports.ResponsiveGrid = ResponsiveGrid;
3144
3136
  exports.Stack = Stack;
3145
3137
  exports.Typography = Typography;