@opentinyvue/vue-dialog-box 2.22.0 → 2.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 +1 -1
- package/lib/mobile-first.js +2 -2
- package/package.json +6 -6
package/lib/index.js
CHANGED
package/lib/mobile-first.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "2.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": "~2.
|
|
11
|
-
"@opentinyvue/vue-icon": "~2.
|
|
12
|
-
"@opentinyvue/vue-action-sheet": "~2.
|
|
13
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
14
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~2.23.0",
|
|
11
|
+
"@opentinyvue/vue-icon": "~2.23.0",
|
|
12
|
+
"@opentinyvue/vue-action-sheet": "~2.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",
|