@mobileaction/action-kit 1.59.0 → 1.59.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.
Files changed (29) hide show
  1. package/dist/action-kit.mjs +1 -1
  2. package/dist/{annotations-_HF0EUDU.js → annotations-BotVbqYk.js} +1 -1
  3. package/dist/components/badge/stories/basic.stories.d.ts +2 -2
  4. package/dist/components/badge/stories/blue.stories.d.ts +2 -2
  5. package/dist/components/badge/stories/dark.stories.d.ts +2 -2
  6. package/dist/components/badge/stories/green.stories.d.ts +2 -2
  7. package/dist/components/badge/stories/orange.stories.d.ts +2 -2
  8. package/dist/components/badge/stories/pink.stories.d.ts +2 -2
  9. package/dist/components/badge/stories/purple.stories.d.ts +2 -2
  10. package/dist/components/badge/stories/red.stories.d.ts +2 -2
  11. package/dist/components/badge/stories/teal.stories.d.ts +2 -2
  12. package/dist/components/badge/stories/yellow.stories.d.ts +2 -2
  13. package/dist/components/card/stories/nested-prop-usages.stories.d.ts +10 -0
  14. package/dist/components/cascader/stories/default.stories.d.ts +16 -16
  15. package/dist/components/pagination/index.vue.d.ts +16 -1
  16. package/dist/components/pagination/types.d.ts +18 -0
  17. package/dist/components/table/stories/nested-prop-usages.stories.d.ts +15 -0
  18. package/dist/{export-data-k203PBHs.js → export-data-BR_-2Q3f.js} +1 -1
  19. package/dist/{exporting-Bv-HOk7C.js → exporting-DR0s0ify.js} +1 -1
  20. package/dist/{funnel-D4WRDOvu.js → funnel-DL7kiG31.js} +1 -1
  21. package/dist/{index-B1Ok1SUF.js → index-CBkR2AwI.js} +2191 -2179
  22. package/dist/{map-BemxlrMk.js → map-CMb83okh.js} +1 -1
  23. package/dist/{offline-exporting-BtzFFfzu.js → offline-exporting-YDP5IlMX.js} +1 -1
  24. package/dist/{stock-DmeSrAuZ.js → stock-CBVAQBFc.js} +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/table.css +9 -3
  27. package/dist/{venn-BIzdo2_w.js → venn-D6eKe_-O.js} +1 -1
  28. package/dist/{wordcloud-DmFzwS8p.js → wordcloud-t7GdM2hM.js} +1 -1
  29. package/package.json +30 -15
package/dist/table.css CHANGED
@@ -9,6 +9,15 @@
9
9
  --ag-list-item-height: 32px;
10
10
  --ag-border-radius: 8px;
11
11
  --ag-checkbox-border-radius: 4px;
12
+ --ag-wrapper-border: solid var(--ag-border-width, 1px) var(--ag-border-color);
13
+ --ag-wrapper-border-radius: var(--ag-border-radius);
14
+ --ag-spacing: 8px;
15
+ --ag-row-height: initial;
16
+ --ag-header-height: initial;
17
+ --ag-cell-horizontal-padding: initial;
18
+ --ag-cell-widget-spacing: initial;
19
+ --ag-pagination-panel-height: initial;
20
+ --ag-row-group-indent-size: initial;
12
21
  }
13
22
  .ag-theme-ma--borderless {
14
23
  --ag-wrapper-border: none;
@@ -22,9 +31,6 @@
22
31
  --ag-wrapper-border: none;
23
32
  }
24
33
  .ag-theme-ma--sub {
25
- --ag-wrapper-border: 1px solid var(--ag-border-color);
26
- --ag-wrapper-border-radius: var(--ag-border-radius);
27
- --ag-spacing: 8px;
28
34
  padding: calc(var(--ag-spacing) * 3.75);
29
35
  }
30
36
  .ag-theme-ma .ag-menu .ag-menu-list .ag-menu-option {
@@ -1,4 +1,4 @@
1
- import { g as Wt } from "./index-B1Ok1SUF.js";
1
+ import { g as Wt } from "./index-CBkR2AwI.js";
2
2
  function Ht(L, 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-B1Ok1SUF.js";
1
+ import { g as Ct } from "./index-CBkR2AwI.js";
2
2
  function _t(W, R) {
3
3
  for (var X = 0; X < R.length; X++) {
4
4
  const F = R[X];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.59.0",
4
+ "version": "1.59.1",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  "@vueuse/core": "^10.9.0",
63
63
  "ant-design-vue": "3.2.16",
64
64
  "dayjs": "^1.11.10",
65
- "dompurify": "^3.4.2",
65
+ "dompurify": "^3.4.14",
66
66
  "floating-vue": "^5.2.2",
67
67
  "highcharts": "^12.5.0",
68
68
  "lottie-web": "^5.12.2",
@@ -73,14 +73,14 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@antfu/eslint-config": "^4.15.0",
76
- "@babel/core": "^7.21.0",
76
+ "@babel/core": "^7.29.7",
77
77
  "@changesets/changelog-github": "^0.5.2",
78
78
  "@changesets/cli": "^2.29.8",
79
79
  "@rushstack/eslint-patch": "^1.2.0",
80
- "@storybook/addon-docs": "10.2.10",
81
- "@storybook/addon-links": "10.2.10",
82
- "@storybook/builder-vite": "10.2.10",
83
- "@storybook/vue3-vite": "10.2.10",
80
+ "@storybook/addon-docs": "10.5.10",
81
+ "@storybook/addon-links": "10.5.10",
82
+ "@storybook/builder-vite": "10.5.10",
83
+ "@storybook/vue3-vite": "10.5.10",
84
84
  "@svgr/webpack": "^8.1.0",
85
85
  "@tailwindcss/container-queries": "^0.1.1",
86
86
  "@testing-library/jest-dom": "^5.16.5",
@@ -107,45 +107,60 @@
107
107
  "lint-staged": "^16.1.2",
108
108
  "lodash": "^4.18.1",
109
109
  "npm-run-all": "^4.1.5",
110
- "postcss": "^8.4.21",
110
+ "postcss": "^8.5.26",
111
111
  "postcss-import": "^16.1.0",
112
112
  "postcss-nesting": "^11.2.1",
113
113
  "prettier": "^2.8.4",
114
114
  "sass": "^1.89.0",
115
115
  "sass-loader": "^13.2.0",
116
116
  "simple-git-hooks": "^2.13.0",
117
- "storybook": "10.2.10",
117
+ "storybook": "10.5.10",
118
118
  "tailwindcss": "^3.4.3",
119
119
  "typescript": "^5.6.3",
120
- "vite": "7.3.2",
120
+ "vite": "7.3.6",
121
121
  "vite-plugin-dts": "^4.3.0",
122
122
  "vite-svg-loader": "^5.1.0",
123
- "vitest": "^3.2.1",
123
+ "vitest": "^3.2.7",
124
124
  "vue-loader": "^16.8.3",
125
125
  "vue-tsc": "^2.1.10"
126
126
  },
127
127
  "resolutions": {
128
+ "**/@changesets/parse/js-yaml": ">=4.3.1 <5",
129
+ "**/@eslint/eslintrc/js-yaml": ">=4.3.1 <5",
128
130
  "**/anymatch/picomatch": ">=2.3.2",
129
131
  "**/api-extractor-model/**/ajv": ">=8.18.0",
130
132
  "**/api-extractor/**/ajv": ">=8.18.0",
133
+ "**/cosmiconfig/js-yaml": ">=4.3.1 <5",
131
134
  "**/eslint/ajv": ">=6.14.0 <7",
132
135
  "**/fast-glob/**/picomatch": ">=2.3.2",
133
136
  "**/micromatch/picomatch": ">=2.3.2",
137
+ "**/read-yaml-file/js-yaml": ">=3.15.1 <4",
134
138
  "**/readdirp/picomatch": ">=2.3.2",
135
139
  "**/rushstack/**/ajv": ">=8.18.0",
136
140
  "**/schema-utils/ajv": ">=6.14.0 <7",
141
+ "@babel/core": ">=7.29.7 <8",
142
+ "@babel/plugin-transform-modules-systemjs": ">=7.29.8 <8",
137
143
  "@eslint/plugin-kit": ">=0.3.4",
138
- "brace-expansion": ">=5.0.5",
144
+ "brace-expansion": ">=5.0.9",
145
+ "esbuild": ">=0.28.2",
146
+ "fast-uri": ">=3.1.6 <4",
139
147
  "flatted": ">=3.4.2",
148
+ "form-data": ">=4.0.6",
140
149
  "glob": "^10.5.0",
141
- "immutable": ">=5.1.5",
150
+ "immutable": ">=5.1.9",
151
+ "js-cookie": ">=3.0.8",
142
152
  "lodash": "^4.18.1",
143
153
  "lodash-es": "^4.18.1",
144
154
  "minimatch": ">=5.1.7",
155
+ "nanoid": ">=3.3.18 <4",
145
156
  "picomatch": ">=4.0.4",
157
+ "postcss": ">=8.5.26",
146
158
  "rollup": ">=4.59.0",
147
- "svgo": ">=3.3.3",
148
- "vite": ">=7.3.2",
159
+ "shell-quote": ">=1.10.0",
160
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
161
+ "svgo": ">=4.0.2",
162
+ "vite": ">=7.3.6 <8",
163
+ "ws": ">=8.21.3",
149
164
  "yaml": ">=2.8.3"
150
165
  },
151
166
  "simple-git-hooks": {