@opendesign-plus-test/components 0.0.1-rc.108 → 0.0.1-rc.111

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.
@@ -44001,6 +44001,7 @@ const v9 = { name: "events-icon-checked", render: g9 }, y9 = { class: "o-events-
44001
44001
  position: s.position,
44002
44002
  trigger: "hover",
44003
44003
  style: {
44004
+ "--popup-shadow": "var(--o-shadow-2)",
44004
44005
  "--popup-bg-color": "var(--o-color-fill2)",
44005
44006
  "--popup-padding": "12px",
44006
44007
  "--popup-min-width": "240px"
@@ -44028,7 +44029,7 @@ const v9 = { name: "events-icon-checked", render: g9 }, y9 = { class: "o-events-
44028
44029
  _: 1
44029
44030
  }, 8, ["visible", "target", "auto-hide", "body-class", "wrapper", "position"]));
44030
44031
  }
44031
- }), Lu = /* @__PURE__ */ Pt(B9, [["__scopeId", "data-v-bd8c2fb2"]]), Vu = /* @__PURE__ */ lt({
44032
+ }), Lu = /* @__PURE__ */ Pt(B9, [["__scopeId", "data-v-b1ae5f23"]]), Vu = /* @__PURE__ */ lt({
44032
44033
  __name: "OFeedbackDocDialog",
44033
44034
  props: /* @__PURE__ */ kn({
44034
44035
  disableTip: { type: Boolean },
@@ -1,15 +1,15 @@
1
- .hover-icon-rotate .o-icon[data-v-bd8c2fb2] {
1
+ .hover-icon-rotate .o-icon[data-v-b1ae5f23] {
2
2
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
3
  }
4
4
  @media (hover: hover) {
5
- .hover-icon-rotate:hover .o-icon[data-v-bd8c2fb2] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-b1ae5f23] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .o-popup[data-v-bd8c2fb2] {
9
+ .o-popup[data-v-b1ae5f23] {
10
10
  cursor: default;
11
11
  }
12
- .o-popup .o-feedback-doc-popup[data-v-bd8c2fb2] {
12
+ .o-popup .o-feedback-doc-popup[data-v-b1ae5f23] {
13
13
  top: 12px;
14
14
  width: 240px;
15
15
  padding: 12px;
@@ -17,6 +17,6 @@
17
17
  box-shadow: var(--o-shadow-2);
18
18
  border-radius: var(--o-radius-xs);
19
19
  }
20
- .o-popup .o-feedback-doc-popup-en[data-v-bd8c2fb2] {
20
+ .o-popup .o-feedback-doc-popup-en[data-v-b1ae5f23] {
21
21
  width: 296px;
22
22
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./OFeedbackDocPopup.vue2.mjs";
2
2
  import './OFeedbackDocPopup.css';
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const _OFeedbackDocPopup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bd8c2fb2"]]);
4
+ const _OFeedbackDocPopup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b1ae5f23"]]);
5
5
  export {
6
6
  _OFeedbackDocPopup as default
7
7
  };
@@ -55,6 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
55
  position: __props.position,
56
56
  trigger: "hover",
57
57
  style: {
58
+ "--popup-shadow": "var(--o-shadow-2)",
58
59
  "--popup-bg-color": "var(--o-color-fill2)",
59
60
  "--popup-padding": "12px",
60
61
  "--popup-min-width": "240px"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.108",
3
+ "version": "0.0.1-rc.111",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",