@opentiny/tiny-engine-toolbar-redoundo 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 CHANGED
@@ -82,7 +82,7 @@ function I(e, r, c, u, x, q) {
82
82
  _: 1
83
83
  }, 8, ["options"]);
84
84
  }
85
- const K = /* @__PURE__ */ z($, [["render", I], ["__scopeId", "data-v-5e307ba5"]]), d = g((e) => (T(e) && (e = j(e)), JSON.stringify(e)), {
85
+ const K = /* @__PURE__ */ z($, [["render", I], ["__scopeId", "data-v-ffef0357"]]), d = g((e) => (T(e) && (e = j(e)), JSON.stringify(e)), {
86
86
  metaData: {
87
87
  id: "engine.service.history.useHistory.schema2String"
88
88
  },
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .redo-undo-wrap[data-v-5e307ba5]{display:flex}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:6px}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap svg{color:var(--te-toolbars-redoundo-text-color);font-size:20px}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap.disabled{cursor:not-allowed}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap.disabled svg{color:var(--te-toolbars-redoundo-text-color-disabled)}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap:not(.disabled):hover{background:var(--te-toolbars-redoundo-bg-color-active)}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap:not(.disabled):hover svg{color:var(--te-toolbars-redoundo-icon-color-hover)}.redo-undo-wrap[data-v-5e307ba5] .icon-wrap.redo{margin-left:-5px}:root{--te-toolbars-redoundo-text-color: var(--te-common-text-primary);--te-toolbars-redoundo-text-color-disabled: var(--te-common-text-disabled);--te-toolbars-redoundo-bg-color-active: var(--te-common-bg-prompt);--te-toolbars-redoundo-icon-color-hover: var(--te-common-icon-hover)}
1
+ .redo-undo-wrap[data-v-ffef0357]{display:flex}.redo-undo-wrap[data-v-ffef0357] .icon-wrap{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:6px}.redo-undo-wrap[data-v-ffef0357] .icon-wrap svg{color:var(--te-toolbars-redoundo-text-color);font-size:20px}.redo-undo-wrap[data-v-ffef0357] .icon-wrap.disabled{cursor:not-allowed}.redo-undo-wrap[data-v-ffef0357] .icon-wrap.disabled svg{color:var(--te-toolbars-redoundo-text-color-disabled)}.redo-undo-wrap[data-v-ffef0357] .icon-wrap:not(.disabled):hover{background:var(--te-toolbars-redoundo-bg-color-active)}.redo-undo-wrap[data-v-ffef0357] .icon-wrap:not(.disabled):hover svg{color:var(--te-toolbars-redoundo-icon-color-hover)}.redo-undo-wrap[data-v-ffef0357] .icon-wrap.redo{margin-left:-5px}:root{--te-toolbars-redoundo-text-color: var(--te-common-text-primary);--te-toolbars-redoundo-text-color-disabled: var(--te-common-text-disabled);--te-toolbars-redoundo-bg-color-active: var(--te-common-bg-prompt);--te-toolbars-redoundo-icon-color-hover: var(--te-common-icon-hover)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-redoundo",
3
- "version": "2.8.2-alpha.3",
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-alpha.3",
29
- "@opentiny/tiny-engine-meta-register": "2.8.2-alpha.3"
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-alpha.3",
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"
@@ -38,5 +38,5 @@
38
38
  "@opentiny/vue": "^3.20.0",
39
39
  "vue": "^3.4.15"
40
40
  },
41
- "gitHead": "f1e69f7edb63a47b92f9fde6e75b5da6b8b168dd"
41
+ "gitHead": "de9ef61b71e32ac134ebd9b92b2f685cecf5d2cd"
42
42
  }