@trafilea/afrodita-components 6.45.4 → 6.45.5
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
|
@@ -4555,6 +4555,8 @@ var Loading = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ tes
|
|
|
4555
4555
|
|
|
4556
4556
|
var McAfee = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/mc_afee" }), void 0); };
|
|
4557
4557
|
|
|
4558
|
+
var Megafone = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/megafone" }), void 0); };
|
|
4559
|
+
|
|
4558
4560
|
var Play = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/play" }), void 0); };
|
|
4559
4561
|
|
|
4560
4562
|
var QrCode = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/qr_code" }), void 0); };
|
|
@@ -4605,6 +4607,7 @@ var Other = /*#__PURE__*/Object.freeze({
|
|
|
4605
4607
|
HelpCenter: HelpCenter,
|
|
4606
4608
|
Loading: Loading,
|
|
4607
4609
|
McAfee: McAfee,
|
|
4610
|
+
Megafone: Megafone,
|
|
4608
4611
|
Play: Play,
|
|
4609
4612
|
QrCode: QrCode,
|
|
4610
4613
|
QuestionWithCircle: QuestionWithCircle,
|