@shopgate/pwa-ui-shared 7.30.0-alpha.8 → 7.30.0-beta.1

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.
Files changed (189) hide show
  1. package/AccordionContainer/index.js +17 -11
  2. package/AccordionContainer/spec.js +12 -3
  3. package/ActionButton/index.js +51 -32
  4. package/ActionButton/spec.js +13 -5
  5. package/AddToCartButton/index.js +44 -33
  6. package/AddToCartButton/mock.js +20 -8
  7. package/AddToCartButton/spec.js +29 -14
  8. package/Availability/index.js +5 -3
  9. package/Availability/spec.js +6 -5
  10. package/Button/index.js +73 -58
  11. package/Button/spec.js +16 -10
  12. package/ButtonLink/index.js +20 -12
  13. package/ButtonLink/spec.js +5 -3
  14. package/Card/index.js +5 -3
  15. package/CardList/components/Item/index.js +5 -3
  16. package/CardList/index.js +21 -12
  17. package/CartTotalLine/components/Amount/index.js +10 -8
  18. package/CartTotalLine/components/Hint/index.js +7 -5
  19. package/CartTotalLine/components/Label/index.js +12 -10
  20. package/CartTotalLine/components/Spacer/index.js +5 -3
  21. package/CartTotalLine/index.js +5 -3
  22. package/Checkbox/index.js +6 -5
  23. package/Chip/index.js +28 -22
  24. package/Chip/spec.js +9 -6
  25. package/ContextMenu/ContextMenuProvider.js +5 -3
  26. package/ContextMenu/components/Item/index.js +14 -11
  27. package/ContextMenu/components/Position/index.js +20 -12
  28. package/ContextMenu/index.js +54 -44
  29. package/ContextMenu/spec.js +31 -20
  30. package/Dialog/components/HtmlContentDialog/index.js +9 -7
  31. package/Dialog/components/HtmlContentDialog/spec.js +9 -6
  32. package/Dialog/components/PipelineErrorDialog/index.js +106 -47
  33. package/Dialog/components/PipelineErrorDialog/spec.js +5 -4
  34. package/Dialog/components/TextMessageDialog/index.js +9 -7
  35. package/Dialog/components/TextMessageDialog/spec.js +9 -6
  36. package/Dialog/components/VariantSelectModal/index.js +7 -5
  37. package/Dialog/components/VariantSelectModal/spec.js +6 -3
  38. package/Dialog/index.js +12 -8
  39. package/Dialog/spec.js +7 -6
  40. package/DiscountBadge/index.js +10 -8
  41. package/DiscountBadge/spec.js +3 -2
  42. package/FavoritesButton/index.js +40 -31
  43. package/FavoritesButton/spec.js +7 -3
  44. package/Form/Builder/classes/ActionListener/index.js +400 -401
  45. package/Form/Builder/components/CheckboxElement.js +13 -5
  46. package/Form/Builder/components/CountryElement.js +13 -5
  47. package/Form/Builder/components/ProvinceElement.js +13 -5
  48. package/Form/Builder/components/RadioElement.js +19 -11
  49. package/Form/Builder/components/SelectElement.js +26 -16
  50. package/Form/Builder/components/TextElement.js +13 -5
  51. package/Form/Builder/index.js +70 -60
  52. package/Form/Builder/spec.js +27 -18
  53. package/Form/Checkbox/index.js +31 -21
  54. package/Form/InfoField/index.js +19 -12
  55. package/Form/InfoField/spec.js +4 -1
  56. package/Form/Password/index.js +22 -15
  57. package/Form/Password/spec.js +10 -5
  58. package/Form/RadioGroup/components/Item/index.js +34 -25
  59. package/Form/RadioGroup/index.js +37 -28
  60. package/Form/RadioGroup/spec.js +45 -31
  61. package/Form/Select/index.js +52 -43
  62. package/Form/Select/spec.js +5 -2
  63. package/Form/SelectContextChoices/index.js +26 -22
  64. package/Form/SelectContextChoices/spec.js +4 -1
  65. package/Form/TextField/index.js +40 -27
  66. package/Form/TextField/spec.js +34 -21
  67. package/Form/index.js +23 -15
  68. package/FormElement/components/ErrorText/index.js +7 -5
  69. package/FormElement/components/Label/index.js +6 -4
  70. package/FormElement/components/Placeholder/index.js +7 -5
  71. package/FormElement/components/Underline/index.js +8 -6
  72. package/FormElement/index.js +62 -46
  73. package/FormElement/spec.js +10 -9
  74. package/Glow/index.js +30 -22
  75. package/Glow/spec.js +6 -1
  76. package/IndicatorCircle/index.js +10 -8
  77. package/IndicatorCircle/spec.js +3 -2
  78. package/LoadingIndicator/index.js +8 -6
  79. package/Manufacturer/index.js +9 -7
  80. package/MessageBar/index.js +20 -17
  81. package/MessageBar/spec.js +6 -5
  82. package/NoResults/components/Icon/index.js +134 -110
  83. package/NoResults/index.js +27 -21
  84. package/Placeholder/index.js +13 -5
  85. package/PlaceholderLabel/index.js +2 -1
  86. package/PlaceholderLabel/spec.js +13 -6
  87. package/PlaceholderParagraph/index.js +13 -12
  88. package/PlaceholderParagraph/spec.js +13 -6
  89. package/Price/index.js +46 -28
  90. package/PriceInfo/index.js +2 -1
  91. package/PriceStriked/index.js +41 -29
  92. package/ProductProperties/index.js +13 -10
  93. package/ProgressBar/index.js +28 -19
  94. package/ProgressBar/spec.js +2 -1
  95. package/RadioButton/index.js +6 -5
  96. package/RadioButton/spec.js +3 -2
  97. package/RatingNumber/index.js +2 -1
  98. package/RatingStars/index.js +50 -34
  99. package/RatingStars/spec.js +7 -6
  100. package/Ripple/components/RippleAnimation/index.js +48 -52
  101. package/Ripple/index.js +72 -62
  102. package/RippleButton/index.js +44 -27
  103. package/RippleButton/spec.js +20 -13
  104. package/ScannerOverlay/components/CameraOverlay/index.js +8 -5
  105. package/ScannerOverlay/components/CameraOverlay/style.js +0 -1
  106. package/ScannerOverlay/components/ScannerBar/components/FlashlightButton/index.js +25 -21
  107. package/ScannerOverlay/components/ScannerBar/components/ScannerInstructions/index.js +7 -5
  108. package/ScannerOverlay/components/ScannerBar/index.js +17 -12
  109. package/ScannerOverlay/index.js +24 -15
  110. package/Sheet/components/Header/components/SearchBar/index.js +35 -28
  111. package/Sheet/components/Header/components/SearchBar/spec.js +2 -1
  112. package/Sheet/components/Header/index.js +47 -34
  113. package/Sheet/components/Header/spec.js +2 -1
  114. package/Sheet/index.js +80 -65
  115. package/Sheet/spec.js +27 -14
  116. package/TaxDisclaimer/index.js +13 -10
  117. package/TaxDisclaimer/spec.js +3 -2
  118. package/TextField/components/ErrorText/index.js +7 -5
  119. package/TextField/components/FormElement/index.js +4 -3
  120. package/TextField/components/Hint/index.js +7 -5
  121. package/TextField/components/Label/index.js +6 -4
  122. package/TextField/components/Underline/index.js +8 -6
  123. package/TextField/index.js +102 -85
  124. package/TextField/spec.js +37 -23
  125. package/ToggleIcon/index.js +23 -15
  126. package/ToggleIcon/spec.js +12 -8
  127. package/icons/AccountBoxIcon.js +5 -4
  128. package/icons/AddMoreIcon.js +5 -4
  129. package/icons/ArrowDropIcon.js +5 -4
  130. package/icons/ArrowIcon.js +5 -4
  131. package/icons/BarcodeScannerIcon.js +5 -4
  132. package/icons/BoxIcon.js +5 -4
  133. package/icons/BrowseIcon.js +5 -4
  134. package/icons/BurgerIcon.js +5 -4
  135. package/icons/CalendarIcon.js +5 -5
  136. package/icons/CartCouponIcon.js +5 -4
  137. package/icons/CartIcon.js +5 -4
  138. package/icons/CartPlusIcon.js +5 -4
  139. package/icons/CheckIcon.js +5 -4
  140. package/icons/CheckedIcon.js +5 -4
  141. package/icons/ChevronIcon.js +5 -4
  142. package/icons/CreditCardIcon.js +5 -4
  143. package/icons/CrossIcon.js +5 -4
  144. package/icons/DescriptionIcon.js +5 -4
  145. package/icons/FilterIcon.js +5 -4
  146. package/icons/FlashDisabledIcon.js +5 -4
  147. package/icons/FlashEnabledIcon.js +5 -4
  148. package/icons/GridIcon.js +5 -4
  149. package/icons/HeartIcon.js +5 -4
  150. package/icons/HeartOutlineIcon.js +5 -4
  151. package/icons/HeartPlusIcon.js +5 -4
  152. package/icons/HeartPlusOutlineIcon.js +5 -4
  153. package/icons/HomeIcon.js +5 -4
  154. package/icons/InfoIcon.js +5 -4
  155. package/icons/InfoOutlineIcon.js +5 -4
  156. package/icons/ListIcon.js +5 -4
  157. package/icons/LocalShippingIcon.js +5 -4
  158. package/icons/LocationIcon.js +5 -4
  159. package/icons/LocatorIcon.js +5 -4
  160. package/icons/LockIcon.js +5 -4
  161. package/icons/LogoutIcon.js +5 -4
  162. package/icons/MagnifierIcon.js +5 -4
  163. package/icons/MapMarkerIcon.js +5 -4
  164. package/icons/MoreIcon.js +5 -4
  165. package/icons/MoreVertIcon.js +5 -4
  166. package/icons/NotificationIcon.js +5 -4
  167. package/icons/PersonIcon.js +5 -4
  168. package/icons/PhoneIcon.js +5 -4
  169. package/icons/PlaceholderIcon.js +5 -4
  170. package/icons/RadioCheckedIcon.js +5 -4
  171. package/icons/RadioUncheckedIcon.js +5 -4
  172. package/icons/SecurityIcon.js +5 -4
  173. package/icons/ShippingMethodIcon.js +5 -4
  174. package/icons/ShoppingCartIcon.js +5 -4
  175. package/icons/SortIcon.js +5 -4
  176. package/icons/StarHalfIcon.js +5 -4
  177. package/icons/StarIcon.js +5 -4
  178. package/icons/StarOutlineIcon.js +5 -4
  179. package/icons/StopIcon.js +5 -4
  180. package/icons/TickIcon.js +5 -4
  181. package/icons/TimeIcon.js +5 -4
  182. package/icons/TrashIcon.js +5 -4
  183. package/icons/TrashOutlineIcon.js +5 -4
  184. package/icons/UncheckedIcon.js +5 -4
  185. package/icons/ViewListIcon.js +5 -4
  186. package/icons/VisibilityIcon.js +5 -4
  187. package/icons/VisibilityOffIcon.js +5 -4
  188. package/icons/WarningIcon.js +5 -4
  189. package/package.json +7 -8
package/icons/HomeIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Home = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.home
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Home = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.home,
13
+ ...props
14
+ });
14
15
  export default Home;
package/icons/InfoIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const InfoIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.info
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const InfoIcon = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.info,
13
+ ...props
14
+ });
14
15
  export default InfoIcon;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const InfoOutline = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.infoOutline
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const InfoOutline = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.infoOutline,
13
+ ...props
14
+ });
14
15
  export default InfoOutline;
package/icons/ListIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const List = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.list
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const List = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.list,
13
+ ...props
14
+ });
14
15
  export default List;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const LocalShipping = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.localShipping
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const LocalShipping = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.localShipping,
13
+ ...props
14
+ });
14
15
  export default LocalShipping;
@@ -1,8 +1,8 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
 
5
4
  // SVG Content
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
6
  const content = '<path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/><path fill="none" d="M0 0h24v24H0z"/>';
7
7
 
8
8
  /**
@@ -10,7 +10,8 @@ const content = '<path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm
10
10
  * @param {Object} props The component properties.
11
11
  * @returns {JSX}
12
12
  */
13
- const Location = props => /*#__PURE__*/React.createElement(Icon, _extends({
14
- content: content
15
- }, props));
13
+ const Location = props => /*#__PURE__*/_jsx(Icon, {
14
+ content: content,
15
+ ...props
16
+ });
16
17
  export default Location;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Locator = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.locator
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Locator = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.locator,
13
+ ...props
14
+ });
14
15
  export default Locator;
package/icons/LockIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -9,7 +8,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
9
8
  * @param {Object} props The icon component properties.
10
9
  * @returns {JSX}
11
10
  */
12
- const LockIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
13
- content: themeConfig.icons.lock
14
- }, props));
11
+ import { jsx as _jsx } from "react/jsx-runtime";
12
+ const LockIcon = props => /*#__PURE__*/_jsx(Icon, {
13
+ content: themeConfig.icons.lock,
14
+ ...props
15
+ });
15
16
  export default LockIcon;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Logout = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.logout
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Logout = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.logout,
13
+ ...props
14
+ });
14
15
  export default Logout;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Magnifier = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.magnifier
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Magnifier = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.magnifier,
13
+ ...props
14
+ });
14
15
  export default Magnifier;
@@ -1,9 +1,9 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
5
4
 
6
5
  // SVG Content
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
7
  const content = `
8
8
  <g>
9
9
  <defs>
@@ -21,7 +21,8 @@ const content = `
21
21
  * @param {Object} props The component properties.
22
22
  * @returns {JSX}
23
23
  */
24
- const MapMarkerIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
25
- content: themeConfig.icons.mapMarker || content
26
- }, props));
24
+ const MapMarkerIcon = props => /*#__PURE__*/_jsx(Icon, {
25
+ content: themeConfig.icons.mapMarker || content,
26
+ ...props
27
+ });
27
28
  export default MapMarkerIcon;
package/icons/MoreIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const More = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.more
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const More = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.more,
13
+ ...props
14
+ });
14
15
  export default More;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const MoreVert = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.moreVert
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const MoreVert = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.moreVert,
13
+ ...props
14
+ });
14
15
  export default MoreVert;
@@ -1,9 +1,9 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
5
4
 
6
5
  // SVG Content
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
7
  const content = '<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/>';
8
8
 
9
9
  /**
@@ -11,7 +11,8 @@ const content = '<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07
11
11
  * @param {Object} props The icon component properties.
12
12
  * @returns {JSX}
13
13
  */
14
- const Notification = props => /*#__PURE__*/React.createElement(Icon, _extends({
15
- content: themeConfig.icons.notification || content
16
- }, props));
14
+ const Notification = props => /*#__PURE__*/_jsx(Icon, {
15
+ content: themeConfig.icons.notification || content,
16
+ ...props
17
+ });
17
18
  export default Notification;
@@ -1,7 +1,7 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  const fallback = '<path d="M0 0h24v24H0z" fill="none"/><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>';
6
6
 
7
7
  /**
@@ -12,7 +12,8 @@ const fallback = '<path d="M0 0h24v24H0z" fill="none"/><path d="M12 12c2.21 0 4-
12
12
  * @param {Object} props - Icon component props.
13
13
  * @returns {JSX.Element}
14
14
  */
15
- const PersonIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
16
- content: themeConfig.icons.person || fallback
17
- }, props));
15
+ const PersonIcon = props => /*#__PURE__*/_jsx(Icon, {
16
+ content: themeConfig.icons.person || fallback,
17
+ ...props
18
+ });
18
19
  export default PersonIcon;
@@ -1,8 +1,8 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
 
5
4
  // SVG Content
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
6
  const content = '<path fill="none" d="M0 0h24v24H0z"/><path d="M7 11c1 3 3 5 6 6l2-2h1l4 1 1 1v3l-1 1C11 21 3 13 3 4l1-1h4l1 1v5l-2 2z"/>';
7
7
 
8
8
  /**
@@ -10,7 +10,8 @@ const content = '<path fill="none" d="M0 0h24v24H0z"/><path d="M7 11c1 3 3 5 6 6
10
10
  * @param {Object} props The component properties.
11
11
  * @returns {JSX}
12
12
  */
13
- const Phone = props => /*#__PURE__*/React.createElement(Icon, _extends({
14
- content: content
15
- }, props));
13
+ const Phone = props => /*#__PURE__*/_jsx(Icon, {
14
+ content: content,
15
+ ...props
16
+ });
16
17
  export default Phone;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Placeholder = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.placeholder
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Placeholder = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.placeholder,
13
+ ...props
14
+ });
14
15
  export default Placeholder;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -11,7 +10,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
11
10
  * @param {Object} props The icon component properties.
12
11
  * @returns {JSX}
13
12
  */
14
- const RadioChecked = props => /*#__PURE__*/React.createElement(Icon, _extends({
15
- content: themeConfig.icons.radioChecked
16
- }, props));
13
+ import { jsx as _jsx } from "react/jsx-runtime";
14
+ const RadioChecked = props => /*#__PURE__*/_jsx(Icon, {
15
+ content: themeConfig.icons.radioChecked,
16
+ ...props
17
+ });
17
18
  export default RadioChecked;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -11,7 +10,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
11
10
  * @param {Object} props The icon component properties.
12
11
  * @returns {JSX}
13
12
  */
14
- const RadioUnchecked = props => /*#__PURE__*/React.createElement(Icon, _extends({
15
- content: themeConfig.icons.radioUnchecked
16
- }, props));
13
+ import { jsx as _jsx } from "react/jsx-runtime";
14
+ const RadioUnchecked = props => /*#__PURE__*/_jsx(Icon, {
15
+ content: themeConfig.icons.radioUnchecked,
16
+ ...props
17
+ });
17
18
  export default RadioUnchecked;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Security = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.security
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Security = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.security,
13
+ ...props
14
+ });
14
15
  export default Security;
@@ -1,9 +1,9 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
5
4
 
6
5
  // SVG Content
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
7
  const content = `
8
8
  <g fill="none" fill-rule="evenodd" transform="translate(0,4.5)">
9
9
  <path d="M-1-4h24v24H-1z"/>
@@ -15,7 +15,8 @@ const content = `
15
15
  * @param {Object} props The component properties.
16
16
  * @returns {JSX}
17
17
  */
18
- const ShippingMethodIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
19
- content: themeConfig.icons.shippingMethod || content
20
- }, props));
18
+ const ShippingMethodIcon = props => /*#__PURE__*/_jsx(Icon, {
19
+ content: themeConfig.icons.shippingMethod || content,
20
+ ...props
21
+ });
21
22
  export default ShippingMethodIcon;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const ShoppingCart = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.shoppingCart
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const ShoppingCart = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.shoppingCart,
13
+ ...props
14
+ });
14
15
  export default ShoppingCart;
package/icons/SortIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Sort = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.sort
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Sort = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.sort,
13
+ ...props
14
+ });
14
15
  export default Sort;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import PropTypes from 'prop-types';
4
3
  import Icon from '@shopgate/pwa-common/components/Icon';
@@ -9,9 +8,11 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
9
8
  * @param {Object} props The icon component properties.
10
9
  * @returns {JSX}
11
10
  */
12
- const StarHalfIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
13
- content: themeConfig.icons.starHalf
14
- }, props));
11
+ import { jsx as _jsx } from "react/jsx-runtime";
12
+ const StarHalfIcon = props => /*#__PURE__*/_jsx(Icon, {
13
+ content: themeConfig.icons.starHalf,
14
+ ...props
15
+ });
15
16
  StarHalfIcon.defaultProps = {
16
17
  className: '',
17
18
  color: null,
package/icons/StarIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import PropTypes from 'prop-types';
4
3
  import Icon from '@shopgate/pwa-common/components/Icon';
@@ -9,9 +8,11 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
9
8
  * @param {Object} props The icon component properties.
10
9
  * @returns {JSX}
11
10
  */
12
- const Star = props => /*#__PURE__*/React.createElement(Icon, _extends({
13
- content: themeConfig.icons.star
14
- }, props));
11
+ import { jsx as _jsx } from "react/jsx-runtime";
12
+ const Star = props => /*#__PURE__*/_jsx(Icon, {
13
+ content: themeConfig.icons.star,
14
+ ...props
15
+ });
15
16
  Star.defaultProps = {
16
17
  className: '',
17
18
  color: null,
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const StarOutline = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.starOutline
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const StarOutline = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.starOutline,
13
+ ...props
14
+ });
14
15
  export default StarOutline;
package/icons/StopIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const StopIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.stop
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const StopIcon = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.stop,
13
+ ...props
14
+ });
14
15
  export default StopIcon;
package/icons/TickIcon.js CHANGED
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Tick = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.tick
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Tick = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.tick,
13
+ ...props
14
+ });
14
15
  export default Tick;
package/icons/TimeIcon.js CHANGED
@@ -1,9 +1,9 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
5
4
 
6
5
  // SVG Content
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
7
  const content = '<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M0 0h24v24H0z" fill="none"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>\n';
8
8
 
9
9
  /**
@@ -11,7 +11,8 @@ const content = '<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 2
11
11
  * @param {Object} props The component properties.
12
12
  * @returns {JSX}
13
13
  */
14
- const TimeIcon = props => /*#__PURE__*/React.createElement(Icon, _extends({
15
- content: themeConfig.icons.time || content
16
- }, props));
14
+ const TimeIcon = props => /*#__PURE__*/_jsx(Icon, {
15
+ content: themeConfig.icons.time || content,
16
+ ...props
17
+ });
17
18
  export default TimeIcon;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Trash = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.trash
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Trash = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.trash,
13
+ ...props
14
+ });
14
15
  export default Trash;
@@ -1,7 +1,7 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  const fallback = '<path d="M0 0h24v24H0V0z" fill="none"/><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"/>';
6
6
 
7
7
  /**
@@ -10,7 +10,8 @@ const fallback = '<path d="M0 0h24v24H0V0z" fill="none"/><path d="M6 19c0 1.1.9
10
10
  * @param {Object} props The icon component properties.
11
11
  * @returns {JSX}
12
12
  */
13
- const TrashOutline = props => /*#__PURE__*/React.createElement(Icon, _extends({
14
- content: themeConfig.icons.trashOutline || fallback
15
- }, props));
13
+ const TrashOutline = props => /*#__PURE__*/_jsx(Icon, {
14
+ content: themeConfig.icons.trashOutline || fallback,
15
+ ...props
16
+ });
16
17
  export default TrashOutline;
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import React from 'react';
3
2
  import Icon from '@shopgate/pwa-common/components/Icon';
4
3
  import { themeConfig } from '@shopgate/pwa-common/helpers/config';
@@ -8,7 +7,9 @@ import { themeConfig } from '@shopgate/pwa-common/helpers/config';
8
7
  * @param {Object} props The icon component properties.
9
8
  * @returns {JSX}
10
9
  */
11
- const Unchecked = props => /*#__PURE__*/React.createElement(Icon, _extends({
12
- content: themeConfig.icons.unchecked
13
- }, props));
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const Unchecked = props => /*#__PURE__*/_jsx(Icon, {
12
+ content: themeConfig.icons.unchecked,
13
+ ...props
14
+ });
14
15
  export default Unchecked;