@woovi/ui 0.0.9 → 0.1.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/dist/index.cjs +23 -23
- package/dist/index.d.ts +3 -0
- package/dist/index.js +26 -26
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -192,6 +192,9 @@ export { WooviLink } from "./link/WooviLink.tsx";
|
|
|
192
192
|
export { default as Typography } from "./mui/Typography.tsx";
|
|
193
193
|
export type { MultiFactorConfirmModalProps } from "./multifactor/MultiFactorConfirmModal.tsx";
|
|
194
194
|
export { default as MultiFactorConfirmModal } from "./multifactor/MultiFactorConfirmModal.tsx";
|
|
195
|
+
export { default as MultiFactorPixPaymentMatch } from "./multifactor/MultiFactorPixPaymentMatch.tsx";
|
|
196
|
+
export { default as MultiFactorPixPaymentMismatch } from "./multifactor/MultiFactorPixPaymentMismatch.tsx";
|
|
197
|
+
export { default as MultiFactorPixPaymentView } from "./multifactor/MultiFactorPixPaymentView.tsx";
|
|
195
198
|
export { CobrTagStatus, CobrTryTagStatus, } from "./openpix/cobr/CobrTagStatus.tsx";
|
|
196
199
|
export { default as CheckIcon } from "./openpix/order/CheckIcon.tsx";
|
|
197
200
|
export { default as ConfirmedIcon } from "./openpix/order/ConfirmedIcon.tsx";
|