@trafilea/afrodita-components 6.6.5 → 6.7.0
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/build/index.d.ts +13 -1
- package/build/index.esm.js +10 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +10 -1
- package/build/index.js.map +1 -1
- package/build/theme/shapermint.theme.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -3582,6 +3582,12 @@ var WireFreeComfort = function (props) { return (jsxRuntime.jsx(Icon$1, __assign
|
|
|
3582
3582
|
|
|
3583
3583
|
var WireFreeComfortBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort_bold" }), void 0)); };
|
|
3584
3584
|
|
|
3585
|
+
var FreeShippingTruck = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/free_shipping_truck" }), void 0)); };
|
|
3586
|
+
|
|
3587
|
+
var HigherDiscounts = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/higher_discounts" }), void 0)); };
|
|
3588
|
+
|
|
3589
|
+
var PrioritySupport = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/priority_support" }), void 0)); };
|
|
3590
|
+
|
|
3585
3591
|
var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
3586
3592
|
__proto__: null,
|
|
3587
3593
|
Atom: Atom,
|
|
@@ -3608,7 +3614,10 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
|
|
|
3608
3614
|
TkSixtyDaysBold: TkSixtyDaysBold,
|
|
3609
3615
|
Underwear: Underwear,
|
|
3610
3616
|
WireFreeComfort: WireFreeComfort,
|
|
3611
|
-
WireFreeComfortBold: WireFreeComfortBold
|
|
3617
|
+
WireFreeComfortBold: WireFreeComfortBold,
|
|
3618
|
+
FreeShippingTruck: FreeShippingTruck,
|
|
3619
|
+
HigherDiscounts: HigherDiscounts,
|
|
3620
|
+
PrioritySupport: PrioritySupport
|
|
3612
3621
|
});
|
|
3613
3622
|
|
|
3614
3623
|
var AppleStore = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "download/apple_store" }), void 0); };
|