mvframe 1.1.2 → 1.1.3

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/vendor.js CHANGED
@@ -9748,7 +9748,7 @@ function sn() {
9748
9748
  }
9749
9749
  .mvframeTopToastItem {
9750
9750
  pointer-events: auto;
9751
- min-width: 18.75rem;
9751
+ min-width: 1rem;
9752
9752
  max-width: min(90vw, 35rem);
9753
9753
  padding: 0.625rem 1rem;
9754
9754
  border-radius: 0.25rem;
@@ -13477,7 +13477,7 @@ const xr = (e, o = {}) => {
13477
13477
  }, Nr = {
13478
13478
  name: "Matt Avias Frame",
13479
13479
  copyright: "©2026",
13480
- version: "1.1.2",
13480
+ version: "1.1.3",
13481
13481
  author: "Matt Avias",
13482
13482
  date: "2026-02-26",
13483
13483
  /** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mvframe",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",