@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.cjs +1 -1
- package/dist/index.es.js +2 -2
- package/dist/types/index.d.ts +4 -4
- package/package.json +1 -1
- package/src/components/SVG/index.ts +4 -4
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
|
|
1857
|
-
X5 as
|
|
1856
|
+
K5 as FreshHeroShape,
|
|
1857
|
+
X5 as FreshHeroShapeSmall,
|
|
1858
1858
|
t1 as H1,
|
|
1859
1859
|
l1 as H2,
|
|
1860
1860
|
a1 as H3,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
16
|
-
import { ReactComponent as
|
|
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 {
|
|
359
|
+
export { FreshHeroShape }
|
|
360
360
|
|
|
361
|
-
export {
|
|
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
|
@@ -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
|
|
16
|
-
import { ReactComponent as
|
|
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
|
-
|
|
43
|
-
|
|
42
|
+
FreshHeroShape,
|
|
43
|
+
FreshHeroShapeSmall,
|
|
44
44
|
FacebookIcon,
|
|
45
45
|
InstagramIcon,
|
|
46
46
|
LinkedinIcon,
|