@trafilea/afrodita-components 6.43.0 → 6.43.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.
- package/build/index.d.ts +5 -1
- package/build/index.esm.js +3 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4528,6 +4528,8 @@ var Navigation = /*#__PURE__*/Object.freeze({
|
|
|
4528
4528
|
UserV2: UserV2
|
|
4529
4529
|
});
|
|
4530
4530
|
|
|
4531
|
+
var ArrowOutward = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/arrow_outward" }), void 0); };
|
|
4532
|
+
|
|
4531
4533
|
var BodConLabel = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/bod_con_label" }), void 0); };
|
|
4532
4534
|
|
|
4533
4535
|
var BodConMobileLabel = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/bod_con_mobile_label" }), void 0)); };
|
|
@@ -4592,6 +4594,7 @@ var TheSpaDr = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, p
|
|
|
4592
4594
|
|
|
4593
4595
|
var Other = /*#__PURE__*/Object.freeze({
|
|
4594
4596
|
__proto__: null,
|
|
4597
|
+
ArrowOutward: ArrowOutward,
|
|
4595
4598
|
BodConLabel: BodConLabel,
|
|
4596
4599
|
BodConMobileLabel: BodConMobileLabel,
|
|
4597
4600
|
CallUs: CallUs,
|