@myelmut/design-system 0.1.78 → 0.1.80

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.
@@ -12,8 +12,8 @@ import { ReactComponent as DoubleArrowIcon } from './double-arrow.svg';
12
12
  import { ReactComponent as FacebookIcon } from './Facebook.svg';
13
13
  import { ReactComponent as FiltersIcon } from './filters.svg';
14
14
  import { ForwardRefExoticComponent } from 'react';
15
- import { ReactComponent as FreshHeroShapeIcon } from './fresh-hero-shape.svg';
16
- import { ReactComponent as FreshHeroShapeSmallIcon } from './fresh-hero-shape-mobile.svg';
15
+ import { ReactComponent as FreshHeroShape } from './fresh-hero-shape.svg';
16
+ import { ReactComponent as FreshHeroShapeSmall } from './fresh-hero-shape-mobile.svg';
17
17
  import { ReactComponent as HatCookIcon } from './hat-cook.svg';
18
18
  import { ReactComponent as HomeHeroShape } from './home-hero-shape.svg';
19
19
  import { ReactComponent as HomeHeroShapeMobile } from './home-hero-shape-mobile.svg';
@@ -356,9 +356,9 @@ declare interface FrequencySelectorCardProps {
356
356
  imageAlt: string;
357
357
  }
358
358
 
359
- export { FreshHeroShapeIcon }
359
+ export { FreshHeroShape }
360
360
 
361
- export { FreshHeroShapeSmallIcon }
361
+ export { FreshHeroShapeSmall }
362
362
 
363
363
  export declare const H1: default_2.ForwardRefExoticComponent<Omit<TitleProps, "variant"> & default_2.RefAttributes<HTMLHeadingElement>>;
364
364
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myelmut/design-system",
3
- "version": "0.1.78",
3
+ "version": "0.1.80",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,3 @@
1
- <svg width="320" height="500" viewBox="0 0 320 500" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 320 500" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M320 500C320 453.019 320 33.8718 320 33.8718C276.107 6.12228 243.407 -6.69599e-06 155.79 -1.43557e-05C68.1724 -2.20155e-05 17.2193 22.9514 -0.00026398 28.7754C-0.00026398 28.7754 -5.73964e-05 458.377 -6.10352e-05 500L320 500Z" fill="#EEAEB4"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg width="1512" height="906" viewBox="0 0 1512 906" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 1512 906" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M1511.01 905.499C1511.01 684.266 1511.01 159.5 1511.01 159.5C1303.69 28.8298 1149.23 2.94069e-05 735.371 -6.77369e-06C321.513 -4.29543e-05 80.8367 108.075 -0.499566 135.5C-0.499566 135.5 -0.499983 709.499 -0.5 905.499L1511.01 905.499Z" fill="#EEAEB4"/>
3
3
  </svg>
@@ -12,8 +12,8 @@ import { ReactComponent as DollarRoundedIcon } from './dollar-rounded.svg';
12
12
  import { ReactComponent as DoubleArrowIcon } from './double-arrow.svg';
13
13
  import { ReactComponent as FacebookIcon } from './Facebook.svg';
14
14
  import { ReactComponent as FiltersIcon } from './filters.svg';
15
- import { ReactComponent as FreshHeroShapeSmallIcon } from './fresh-hero-shape-mobile.svg';
16
- import { ReactComponent as FreshHeroShapeIcon } from './fresh-hero-shape.svg';
15
+ import { ReactComponent as FreshHeroShapeSmall } from './fresh-hero-shape-mobile.svg';
16
+ import { ReactComponent as FreshHeroShape } from './fresh-hero-shape.svg';
17
17
  import { ReactComponent as HatCookIcon } from './hat-cook.svg';
18
18
  import { ReactComponent as HomeHeroShapeMobile } from './home-hero-shape-mobile.svg';
19
19
  import { ReactComponent as HomeHeroShapeSmall } from './home-hero-shape-small.svg';
@@ -39,8 +39,8 @@ import { ReactComponent as TrustpilotIcon } from './trustpilot.svg';
39
39
  import { ReactComponent as UnmuteIcon } from './unmute.svg';
40
40
 
41
41
  export {
42
- FreshHeroShapeIcon,
43
- FreshHeroShapeSmallIcon,
42
+ FreshHeroShape,
43
+ FreshHeroShapeSmall,
44
44
  FacebookIcon,
45
45
  InstagramIcon,
46
46
  LinkedinIcon,