@myelmut/design-system 0.1.78 → 0.1.79

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.es.js CHANGED
@@ -1853,8 +1853,8 @@ export {
1853
1853
  I5 as Footer,
1854
1854
  Ne as FooterTips,
1855
1855
  r2 as FrequencySelectorCard,
1856
- K5 as FreshHeroShapeIcon,
1857
- X5 as FreshHeroShapeSmallIcon,
1856
+ K5 as FreshHeroShape,
1857
+ X5 as FreshHeroShapeSmall,
1858
1858
  t1 as H1,
1859
1859
  l1 as H2,
1860
1860
  a1 as H3,
@@ -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.79",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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,