@opentinyvue/vue-dialog-box 2.22.1 → 2.24.0

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.
@@ -99,7 +99,7 @@ var render = function render2() {
99
99
  "data-tag": "tiny-dialog-box"
100
100
  }
101
101
  }, [_vm.showHeader ? _c("div", {
102
- staticClass: "px-6 py-4 leading-5.5 bg-color-bg-1 flex justify-between items-center border-b border-b-color-bg-3",
102
+ staticClass: "px-6 py-4 leading-5.5 bg-color-bg-1 flex justify-between items-center border-b border-color-fill-1",
103
103
  attrs: {
104
104
  "data-tag": "tiny-dialog-box__header"
105
105
  },
@@ -171,7 +171,7 @@ var render = function render2() {
171
171
  "data-tag": "tiny-dialog-box__body"
172
172
  }
173
173
  }, [_vm._t("default")], 2), _vm.slots.footer ? _c("div", {
174
- staticClass: "pt-4 pr-6 pb-4 pl-6 text-right box-border border-t border-t-color-bg-3 [&_[data-tag=tiny-button]]:mx-1 [&_[data-tag=tiny-button]]:my-0 [&_[data-tag=tiny-toolbar]_[data-tag=tiny-button]]:my-0 [&_[data-tag=tiny-toolbar]_[data-tag=tiny-button]]:mx-1",
174
+ staticClass: "pt-4 pr-6 pb-4 pl-6 text-right box-border border-t border-color-fill-1 [&_[data-tag=tiny-button]]:mx-1 [&_[data-tag=tiny-button]]:my-0 [&_[data-tag=tiny-toolbar]_[data-tag=tiny-button]]:my-0 [&_[data-tag=tiny-toolbar]_[data-tag=tiny-button]]:mx-1",
175
175
  attrs: {
176
176
  "data-tag": "tiny-dialog-box__footer"
177
177
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-dialog-box",
3
- "version": "2.22.1",
3
+ "version": "2.24.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-common": "~2.22.0",
11
- "@opentinyvue/vue-icon": "~2.22.0",
12
- "@opentinyvue/vue-action-sheet": "~2.22.0",
13
- "@opentinyvue/vue-renderless": "~3.22.0",
14
- "@opentinyvue/vue-theme": "~3.22.0"
10
+ "@opentinyvue/vue-common": "~2.24.0",
11
+ "@opentinyvue/vue-icon": "~2.24.0",
12
+ "@opentinyvue/vue-action-sheet": "~2.24.0",
13
+ "@opentinyvue/vue-renderless": "~3.24.0",
14
+ "@opentinyvue/vue-theme": "~3.24.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -140,6 +140,7 @@ export declare const dialogBoxProps: {
140
140
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
141
141
  tiny_renderless: FunctionConstructor;
142
142
  tiny_theme: StringConstructor;
143
+ tiny_mcp_config: ObjectConstructor;
143
144
  tiny_chart_theme: ObjectConstructor;
144
145
  };
145
146
  declare const _default: any;