@antsoo-lib/components 0.1.12 → 0.1.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.
@@ -3,6 +3,7 @@ import { ModalFunc, default as Modal } from './Modal';
3
3
  import { default as useModal } from './useModal';
4
4
  export type { ActionButtonProps } from '../_util/ActionButton';
5
5
  export type { ModalFuncProps, ModalProps } from './Modal';
6
+ export type { ModalStaticFunctions } from './confirm';
6
7
  declare const _default: typeof Modal & Plugin & {
7
8
  readonly info: ModalFunc;
8
9
  readonly success: ModalFunc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antsoo-lib/components",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -50,7 +50,7 @@
50
50
  "vue": "^3.5.0",
51
51
  "lodash-es": "^4.17.15",
52
52
  "dayjs": "^1.11.15",
53
- "@antsoo-lib/utils": "0.1.1"
53
+ "@antsoo-lib/utils": "0.1.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ant-design/colors": "^7.2.1",