@mobileaction/action-kit 1.55.11-beta.1 → 1.55.11-beta.2

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.d.ts CHANGED
@@ -126,7 +126,10 @@ export * from './components/typography/types';
126
126
  export { default as MaUpload } from './components/upload/index.vue';
127
127
  export * from './components/upload/types';
128
128
  export { default as MaWatchlistButton } from './components/watchlist-button/index.vue';
129
- export * from './config';
129
+ export { ActionKitSymbol } from './config/constants';
130
+ export { default as ActionKit } from './config/plugin';
131
+ export * from './config/types';
132
+ export { useActionKit } from './config/use-action-kit';
130
133
  export { maCountry } from './lib/country/country';
131
134
  export * from './locales';
132
135
  export { SelectOptGroup as MaSelectOptGroup } from 'ant-design-vue';
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-BzW0O3he.js";
1
+ import { g as tr } from "./index-BTam3Ain.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as it } from "./index-BzW0O3he.js";
1
+ import { g as it } from "./index-BTam3Ain.js";
2
2
  function lt(O, B) {
3
3
  for (var m = 0; m < B.length; m++) {
4
4
  const x = B[m];
@@ -1,4 +1,4 @@
1
- import { g as fa } from "./index-BzW0O3he.js";
1
+ import { g as fa } from "./index-BTam3Ain.js";
2
2
  function ma(Dt, ee) {
3
3
  for (var H = 0; H < ee.length; H++) {
4
4
  const et = ee[H];
@@ -1,4 +1,4 @@
1
- import { g as Ut } from "./index-BzW0O3he.js";
1
+ import { g as Ut } from "./index-BTam3Ain.js";
2
2
  function qt(S, q) {
3
3
  for (var M = 0; M < q.length; M++) {
4
4
  const P = q[M];
@@ -1,4 +1,4 @@
1
- import { g as Ct } from "./index-BzW0O3he.js";
1
+ import { g as Ct } from "./index-BTam3Ain.js";
2
2
  function _t(W, R) {
3
3
  for (var T = 0; T < R.length; T++) {
4
4
  const v = R[T];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.55.11-beta.1",
4
+ "version": "1.55.11-beta.2",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -1,4 +0,0 @@
1
- export type { ActionKitConfigOptions, UseActionKitConfig } from '@/config/config';
2
- export { ActionKitSymbol } from '@/config/constants';
3
- export { default as ActionKit } from '@/config/plugin';
4
- export { useActionKit } from '@/config/use-action-kit';