@trafilea/afrodita-components 5.0.0-beta.281 → 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',
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.281",
6
+ "version": "5.0.0-beta.283",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",