@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 +10 -6
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/manamerge/atoms/button.ts +50 -0
- package/dist/themes/themes/manamerge/molecules/cardBanner.ts +11 -7
- package/dist/types/components/Atoms/Button/Button.stories.d.ts +2 -0
- package/dist/types/themes/ManamergeTheme.d.ts +52 -1
- package/dist/types/themes/manamerge/atoms/button.d.ts +48 -0
- package/dist/types/themes/manamerge/molecules/cardBanner.d.ts +4 -1
- package/package.json +1 -1
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Italic.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Springwood/SpringwoodBrush-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts +0 -11
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
|
-
|
|
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
|
|