@canaia/ui-kit 0.0.12-alpha.12 → 0.0.12-alpha.13

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.
@@ -1,4 +1,4 @@
1
1
  import { default as React } from 'react';
2
- import { ModalErrorProps } from './ModalError.types.tsx';
3
- declare const ModalError: React.FC<ModalErrorProps>;
4
- export default ModalError;
2
+ import { ModalAccountErrorProps } from './ModalError.types.tsx';
3
+ declare const ModalAccountError: React.FC<ModalAccountErrorProps>;
4
+ export default ModalAccountError;
@@ -1,4 +1,4 @@
1
- export type ModalErrorProps = {
1
+ export type ModalAccountErrorProps = {
2
2
  isOpen: boolean;
3
3
  onClose: () => void;
4
4
  onClickButton2?: () => void;
@@ -1,2 +1,2 @@
1
1
  export { default } from './ModalError';
2
- export type { ModalErrorProps } from './ModalError.types.tsx';
2
+ export type { ModalAccountErrorProps } from './ModalError.types.tsx';
@@ -48,3 +48,4 @@ export { default as ModalPermission } from './components/ModalPermission';
48
48
  export { default as SpinnerLittle } from './components/SpinnerLittle';
49
49
  export { default as ChaHelpCanaia } from './components/ChatHelpCanaia';
50
50
  export { default as ModalError } from './components/ModalError';
51
+ export { default as ModalEliminatedSuccess } from './components/ModalEliminate';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canaia/ui-kit",
3
- "version": "0.0.12-alpha.12",
3
+ "version": "0.0.12-alpha.13",
4
4
  "main": "dist/canaia-ui-kit.umd.js",
5
5
  "module": "dist/canaia-ui-kit.es.js",
6
6
  "type": "module",