@trafilea/afrodita-components 6.57.2 → 6.57.3
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
|
@@ -4968,6 +4968,8 @@ var LightBulb = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
|
|
|
4968
4968
|
|
|
4969
4969
|
var LoadingTrafisizy = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/loading_trafisizy" }), void 0); };
|
|
4970
4970
|
|
|
4971
|
+
var TapeMeasure = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/tape_measure" }), void 0)); };
|
|
4972
|
+
|
|
4971
4973
|
var Minus = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/minus" }), void 0); };
|
|
4972
4974
|
|
|
4973
4975
|
var Moon = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/moon" }), void 0); };
|
|
@@ -5027,6 +5029,7 @@ var PDP = /*#__PURE__*/Object.freeze({
|
|
|
5027
5029
|
KlarnaLogo: KlarnaLogo,
|
|
5028
5030
|
LightBulb: LightBulb,
|
|
5029
5031
|
LoadingTrafisizy: LoadingTrafisizy,
|
|
5032
|
+
TapeMeasure: TapeMeasure,
|
|
5030
5033
|
Minus: Minus,
|
|
5031
5034
|
Moon: Moon,
|
|
5032
5035
|
NewClock: NewClock,
|