@manamerge/mana-atomic-ui 1.0.185 → 1.0.186

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
@@ -1390,15 +1390,18 @@ const Card = styled.div `
1390
1390
  }}
1391
1391
  `;
1392
1392
  const AtomHeading$1 = styled(Heading).attrs(({ theme, moleculeVariant }) => {
1393
- var _a, _b, _c;
1393
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1394
1394
  return ({
1395
- variant: (_c = (_b = (_a = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _a === void 0 ? void 0 : _a[moleculeVariant]) === null || _b === void 0 ? void 0 : _b.atomHeading) === null || _c === void 0 ? void 0 : _c.variant
1395
+ variant: (_c = (_b = (_a = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _a === void 0 ? void 0 : _a[moleculeVariant]) === null || _b === void 0 ? void 0 : _b.atomHeading) === null || _c === void 0 ? void 0 : _c.variant,
1396
+ asTag: (_f = (_e = (_d = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _d === void 0 ? void 0 : _d[moleculeVariant]) === null || _e === void 0 ? void 0 : _e.atomHeading) === null || _f === void 0 ? void 0 : _f.asTag,
1397
+ vColor: (_j = (_h = (_g = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _g === void 0 ? void 0 : _g[moleculeVariant]) === null || _h === void 0 ? void 0 : _h.atomHeading) === null || _j === void 0 ? void 0 : _j.vColor
1396
1398
  });
1397
1399
  }) ``;
1398
1400
  const AtomText$1 = styled(Text).attrs(({ theme, moleculeVariant }) => {
1399
- var _a, _b, _c;
1401
+ var _a, _b, _c, _d, _e, _f;
1400
1402
  return ({
1401
- variant: (_c = (_b = (_a = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _a === void 0 ? void 0 : _a[moleculeVariant]) === null || _b === void 0 ? void 0 : _b.atomText) === null || _c === void 0 ? void 0 : _c.variant
1403
+ variant: (_c = (_b = (_a = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _a === void 0 ? void 0 : _a[moleculeVariant]) === null || _b === void 0 ? void 0 : _b.atomText) === null || _c === void 0 ? void 0 : _c.variant,
1404
+ vColor: (_f = (_e = (_d = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _d === void 0 ? void 0 : _d[moleculeVariant]) === null || _e === void 0 ? void 0 : _e.atomText) === null || _f === void 0 ? void 0 : _f.vColor
1402
1405
  });
1403
1406
  }) ``;
1404
1407
  const AtomButton = styled(Button).attrs(({ theme, moleculeVariant }) => {
@@ -1408,11 +1411,12 @@ const AtomButton = styled(Button).attrs(({ theme, moleculeVariant }) => {
1408
1411
  });
1409
1412
  }) ``;
1410
1413
  const AtomIcon$1 = styled(Icon).attrs(({ theme, moleculeVariant }) => {
1411
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1414
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
1412
1415
  return ({
1413
1416
  variant: (_c = (_b = (_a = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _a === void 0 ? void 0 : _a[moleculeVariant]) === null || _b === void 0 ? void 0 : _b.atomIcon) === null || _c === void 0 ? void 0 : _c.variant,
1414
1417
  stroke: (_f = (_e = (_d = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _d === void 0 ? void 0 : _d[moleculeVariant]) === null || _e === void 0 ? void 0 : _e.atomIcon) === null || _f === void 0 ? void 0 : _f.stroke,
1415
- color: (_j = (_h = (_g = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _g === void 0 ? void 0 : _g[moleculeVariant]) === null || _h === void 0 ? void 0 : _h.atomIcon) === null || _j === void 0 ? void 0 : _j.color
1418
+ fill: (_j = (_h = (_g = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _g === void 0 ? void 0 : _g[moleculeVariant]) === null || _h === void 0 ? void 0 : _h.atomIcon) === null || _j === void 0 ? void 0 : _j.fill,
1419
+ color: (_m = (_l = (_k = theme === null || theme === void 0 ? void 0 : theme.cardBanner) === null || _k === void 0 ? void 0 : _k[moleculeVariant]) === null || _l === void 0 ? void 0 : _l.atomIcon) === null || _m === void 0 ? void 0 : _m.color
1416
1420
  });
1417
1421
  }) ``;
1418
1422