@mailstep/design-system 0.1.15 → 0.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsx } from 'react/jsx-runtime';
3
+
4
+ var Product = function (props) { return (jsx("svg", __assign({ width: "43", height: "32", viewBox: "0 0 43 32", stroke: "black", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M5.88054 9.67078V28.466C5.88054 29.5294 6.74264 30.3916 7.80611 30.3916H21.8425M37.2723 9.04288V9.67078V28.466C37.2723 29.5295 36.4102 30.3916 35.3468 30.3916H21.8425M37.2723 9.04288H39.1538C40.5328 9.04288 41.4648 7.63584 40.9268 6.36613L39.3661 2.68243C39.0645 1.97052 38.3663 1.50806 37.5931 1.50806H21.8425M37.2723 9.04288H26.3103C25.5371 9.04288 24.8389 8.58042 24.5373 7.86851L21.8425 1.50806M21.8425 1.50806L5.2093 1.50806C4.34742 1.50806 3.59051 2.08079 3.35623 2.91021L2.31575 6.59391C1.96867 7.82272 2.89193 9.04288 4.16882 9.04288H17.3747C18.1478 9.04288 18.846 8.58042 19.1477 7.86851L21.8425 1.50806ZM21.8425 1.50806V16.5777M21.8425 21.6009V30.3916M10.1371 25.3683H14.3936M10.1371 20.3451H16.7879", strokeWidth: "2.88835" }) }))); };
5
+
6
+ export { Product };
7
+ //# sourceMappingURL=Product.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Product.js","sources":["../../../../../packages/ui/Elements/Icon/icons/Product.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport var Product = function (props) { return (_jsx(\"svg\", __assign({ width: \"43\", height: \"32\", viewBox: \"0 0 43 32\", stroke: \"black\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props, { children: _jsx(\"path\", { d: \"M5.88054 9.67078V28.466C5.88054 29.5294 6.74264 30.3916 7.80611 30.3916H21.8425M37.2723 9.04288V9.67078V28.466C37.2723 29.5295 36.4102 30.3916 35.3468 30.3916H21.8425M37.2723 9.04288H39.1538C40.5328 9.04288 41.4648 7.63584 40.9268 6.36613L39.3661 2.68243C39.0645 1.97052 38.3663 1.50806 37.5931 1.50806H21.8425M37.2723 9.04288H26.3103C25.5371 9.04288 24.8389 8.58042 24.5373 7.86851L21.8425 1.50806M21.8425 1.50806L5.2093 1.50806C4.34742 1.50806 3.59051 2.08079 3.35623 2.91021L2.31575 6.59391C1.96867 7.82272 2.89193 9.04288 4.16882 9.04288H17.3747C18.1478 9.04288 18.846 8.58042 19.1477 7.86851L21.8425 1.50806ZM21.8425 1.50806V16.5777M21.8425 21.6009V30.3916M10.1371 25.3683H14.3936M10.1371 20.3451H16.7879\", strokeWidth: \"2.88835\" }) }))); };\n//# sourceMappingURL=Product.js.map"],"names":["_jsx"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,GAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,4BAA4B,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,usBAAusB,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -19,5 +19,6 @@ declare const Profile: FC<SvgProps>
19
19
  declare const Return: FC<SvgProps>
20
20
  declare const Settings2: FC<SvgProps>
21
21
  declare const Transfer: FC<SvgProps>
22
+ declare const Product: FC<SvgProps>
22
23
 
23
- export { Complaint, Expeditions, FlagCZ, FlagUSA, HamburgerMenu, HelpCircle1, IIcon, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Products, Profile, Return, Settings2, Transfer, Icon as default };
24
+ export { Complaint, Expeditions, FlagCZ, FlagUSA, HamburgerMenu, HelpCircle1, IIcon, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Product, Products, Profile, Return, Settings2, Transfer, Icon as default };
@@ -0,0 +1,3 @@
1
+ import { SvgProps } from '../types';
2
+ import { FC } from 'react';
3
+ export declare const Product: FC<SvgProps>;
@@ -15,3 +15,4 @@ export { Profile } from './Profile';
15
15
  export { Return } from './Return';
16
16
  export { Settings2 } from './Settings2';
17
17
  export { Transfer } from './Transfer';
18
+ export { Product } from './Product';
@@ -1,6 +1,6 @@
1
1
  import Icon from './Icon';
2
2
  export type { IconProps } from './types';
3
- export { FlagCZ, FlagUSA, Complaint, Expeditions, HamburgerMenu, HelpCircle1, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Products, Profile, Return, Settings2, Transfer, } from './icons';
3
+ export { FlagCZ, FlagUSA, Complaint, Expeditions, HamburgerMenu, HelpCircle1, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Products, Profile, Return, Settings2, Transfer, Product, } from './icons';
4
4
  export { iconDictionary } from './Icon';
5
5
  export { Icon };
6
6
  export default Icon;
package/ui/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export { default as Button } from './Elements/Button/index.js';
11
11
  export { default as Card } from './Elements/Card/index.js';
12
12
  export { default as Dropdown } from './Elements/Dropdown/Dropdown.js';
13
13
  export { default as ErrorMessage } from './Elements/ErrorMessage/index.js';
14
- export { Complaint, Expeditions, FlagCZ, FlagUSA, HamburgerMenu, HelpCircle1, default as Icon, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Products, Profile, Return, Settings2, Transfer } from './Elements/Icon/index.js';
14
+ export { Complaint, Expeditions, FlagCZ, FlagUSA, HamburgerMenu, HelpCircle1, default as Icon, Income, Inventory, MenuItems, MobileCancel, Notification2, Plus1, Product, Products, Profile, Return, Settings2, Transfer } from './Elements/Icon/index.js';
15
15
  export { default as Image } from './Elements/Image/Image.js';
16
16
  export { FieldLabel, Label } from './Elements/Label/Label.js';
17
17
  export { default as Line } from './Elements/Line/index.js';
package/ui/index.js CHANGED
@@ -34,6 +34,7 @@ export { Profile } from './Elements/Icon/icons/Profile.js';
34
34
  export { Return } from './Elements/Icon/icons/Return.js';
35
35
  export { Settings2 } from './Elements/Icon/icons/Settings2.js';
36
36
  export { Transfer } from './Elements/Icon/icons/Transfer.js';
37
+ export { Product } from './Elements/Icon/icons/Product.js';
37
38
  export { default as Image } from './Elements/Image/Image.js';
38
39
  export { FieldLabel, Label } from './Elements/Label/Label.js';
39
40
  export { default as Line } from './Elements/Line/Line.js';
package/ui/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}