@opentinyvue/vue-dialog-box 3.22.0 → 3.23.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.
package/lib/index.js CHANGED
@@ -200,7 +200,7 @@ var DialogBox = defineComponent({
200
200
  });
201
201
  }
202
202
  });
203
- var version = "3.22.0";
203
+ var version = "3.23.0";
204
204
  DialogBox.install = function(Vue) {
205
205
  Vue.component(DialogBox.name, DialogBox);
206
206
  };
@@ -69,7 +69,7 @@ var _hoisted_2 = {
69
69
  var _hoisted_3 = {
70
70
  key: 1,
71
71
  "data-tag": "tiny-dialog-box__footer",
72
- class: "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"
72
+ class: "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"
73
73
  };
74
74
  var _hoisted_4 = {
75
75
  key: 1
@@ -114,7 +114,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
114
114
  {
115
115
  key: 0,
116
116
  "data-tag": "tiny-dialog-box__header",
117
- class: "px-6 py-4 leading-5.5 bg-color-bg-1 flex justify-between items-center border-b border-b-color-bg-3",
117
+ class: "px-6 py-4 leading-5.5 bg-color-bg-1 flex justify-between items-center border-b border-color-fill-1",
118
118
  onMousedown: _cache[3] || (_cache[3] = function() {
119
119
  return _ctx.handleDrag && _ctx.handleDrag.apply(_ctx, arguments);
120
120
  })
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-dialog-box",
3
- "version": "3.22.0",
3
+ "version": "3.23.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": "~3.22.0",
11
- "@opentinyvue/vue-icon": "~3.22.0",
12
- "@opentinyvue/vue-action-sheet": "~3.22.0",
13
- "@opentinyvue/vue-renderless": "~3.22.0",
14
- "@opentinyvue/vue-theme": "~3.22.0"
10
+ "@opentinyvue/vue-common": "~3.23.0",
11
+ "@opentinyvue/vue-icon": "~3.23.0",
12
+ "@opentinyvue/vue-action-sheet": "~3.23.0",
13
+ "@opentinyvue/vue-renderless": "~3.23.0",
14
+ "@opentinyvue/vue-theme": "~3.23.0"
15
15
  },
16
16
  "license": "MIT",
17
17
  "types": "index.d.ts",