@opentiny/tiny-engine-toolbar-media 2.8.2-alpha.3 → 2.8.2
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/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -943,7 +943,7 @@ function Ce(m, e, l, t, s, x) {
|
|
|
943
943
|
_: 1
|
|
944
944
|
}, 8, ["options"]);
|
|
945
945
|
}
|
|
946
|
-
const ke = /* @__PURE__ */ pe(me, [["render", Ce], ["__scopeId", "data-v-
|
|
946
|
+
const ke = /* @__PURE__ */ pe(me, [["render", Ce], ["__scopeId", "data-v-bd1dda1c"]]), Ne = {
|
|
947
947
|
...J,
|
|
948
948
|
entry: ke
|
|
949
949
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.toolbar-wrap[data-v-
|
|
1
|
+
.toolbar-wrap[data-v-bd1dda1c]{display:flex;align-items:center}.toolbar-wrap .reference-text[data-v-bd1dda1c]{cursor:pointer;height:var(--base-top-panel-height);line-height:var(--base-top-panel-height);padding:0 7px;color:var(--te-toolbars-media-text-color-secondary);display:inline-block}.toolbar-wrap .reference-text>span[data-v-bd1dda1c]:last-child{margin-left:8px}.toolbar-wrap .toolbar-icon-wrap[data-v-bd1dda1c]{display:flex;flex-wrap:nowrap;align-items:center;gap:6px}.toolbar-wrap .toolbar-icon-wrap .icon[data-v-bd1dda1c]{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;border-radius:4px}.toolbar-wrap .toolbar-icon-wrap .icon svg[data-v-bd1dda1c]{cursor:pointer;color:var(--te-toolbars-media-text-color-primary);outline:none;width:18px;height:18px;margin-top:-.5px}.toolbar-wrap .toolbar-icon-wrap .icon.active[data-v-bd1dda1c],.toolbar-wrap .toolbar-icon-wrap .icon[data-v-bd1dda1c]:hover{background:var(--te-toolbars-media-bg-color-active)}.toolbar-wrap .toolbar-icon-wrap .icon.active svg[data-v-bd1dda1c]{color:var(--te-toolbars-media-text-color-checked)}.toolbar-wrap .more-setting .setting-item[data-v-bd1dda1c]{display:flex;justify-content:space-between;padding:12px}.media-content[data-v-bd1dda1c]{line-height:18px}.media-content .media-title[data-v-bd1dda1c]{font-weight:600}.media-content .content[data-v-bd1dda1c]{color:var(--te-toolbars-media-text-color-secondary)}.setting-content[data-v-bd1dda1c]{padding:12px 8px}.content-wrap .title[data-v-bd1dda1c]{font-weight:600;margin-bottom:16px}.content-wrap .setting[data-v-bd1dda1c]{display:flex;flex-direction:column;gap:12px}.content-wrap .setting div[data-v-bd1dda1c]{display:flex;align-items:center;justify-content:space-between}.content-wrap .setting div label[data-v-bd1dda1c]{color:var(--te-toolbars-media-text-color-secondary);min-width:64px}.content-wrap .setting div[data-v-bd1dda1c]:last-child{justify-content:flex-start}:root{--te-toolbars-media-text-color-secondary: var(--te-common-text-secondary);--te-toolbars-media-text-color-primary: var(--te-common-text-primary);--te-toolbars-media-text-color-checked: var(--te-common-text-checked);--te-toolbars-media-bg-color-active: var(--te-common-bg-prompt)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-media",
|
|
3
|
-
"version": "2.8.2
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.8.2
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.8.2
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.8.2",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.8.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.2
|
|
32
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.2",
|
|
33
33
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
34
34
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
35
35
|
"vite": "^5.4.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@opentiny/vue-icon": "^3.20.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "de9ef61b71e32ac134ebd9b92b2f685cecf5d2cd"
|
|
43
43
|
}
|