@trafilea/afrodita-components 5.0.0-beta.280 → 5.0.0-beta.283

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/build/index.d.ts CHANGED
@@ -2680,6 +2680,7 @@ declare type ModalProps = {
2680
2680
  dismissable?: boolean;
2681
2681
  maxFullScreen?: boolean;
2682
2682
  padding?: string;
2683
+ children: React.ReactNode;
2683
2684
  };
2684
2685
  interface ContainerProps {
2685
2686
  maxFullScreen: boolean;
@@ -991,7 +991,7 @@ var shapermint = {
991
991
  },
992
992
  assets: {
993
993
  images: {
994
- favicon: 'https://cdn.shopify.com/s/files/1/2679/8624/files/shapermint_favicon-128x128.png',
994
+ favicon: 'https://cdn.shopify.com/s/files/1/0021/4889/2732/files/Favicon_pink_196x_fedce07d-d19c-4ca4-a53a-5a55869cfc1e.png?v=1619463864',
995
995
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
996
996
  logoSize: {
997
997
  width: '204',
@@ -310,16 +310,16 @@ var truekind = {
310
310
  minHeight: 'unset',
311
311
  size: {
312
312
  small: {
313
- fontSize: '1rem',
314
- padding: '0.75rem 3rem',
313
+ fontSize: '0.75rem',
314
+ padding: '0.25rem 2rem',
315
315
  },
316
316
  medium: {
317
317
  fontSize: '0.875rem',
318
318
  padding: '0.5rem 2.5rem',
319
319
  },
320
320
  large: {
321
- fontSize: '0.75rem',
322
- padding: '0.25rem 2rem',
321
+ fontSize: '1rem',
322
+ padding: '0.75rem 3rem',
323
323
  },
324
324
  },
325
325
  primary: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.280",
6
+ "version": "5.0.0-beta.283",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",