@opendesign-plus-test/components 0.0.1-rc.83 → 0.0.1-rc.85

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.
Files changed (37) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +1 -1
  3. package/dist/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
  4. package/dist/components/config-provider/index.d.ts +3 -3
  5. package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
  6. package/dist/components.cjs.js +36 -35
  7. package/dist/components.css +1 -1
  8. package/dist/components.es.js +4060 -3979
  9. package/dist/treeshaking/components/banner/OBanner.css +37 -37
  10. package/dist/treeshaking/components/banner/OBanner.vue.mjs +1 -1
  11. package/dist/treeshaking/components/banner/OBanner.vue2.mjs +2 -1
  12. package/dist/treeshaking/components/banner/OBanner2.css +10 -10
  13. package/dist/treeshaking/components/common/TooltipText.css +27 -0
  14. package/dist/treeshaking/components/common/TooltipText.vue.mjs +8 -0
  15. package/dist/treeshaking/components/common/TooltipText.vue2.mjs +85 -0
  16. package/dist/treeshaking/components/common/TooltipText2.css +15 -0
  17. package/dist/treeshaking/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
  18. package/dist/treeshaking/components/config-provider/index.d.ts +3 -3
  19. package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue.mjs +1 -1
  20. package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue2.mjs +1 -1
  21. package/dist/treeshaking/components/cookie-notice/OCookieNotice2.css +62 -62
  22. package/dist/treeshaking/components/events/OEventsApply.vue.mjs +1 -1
  23. package/dist/treeshaking/components/header/OHeader.css +12 -12
  24. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  25. package/dist/treeshaking/components/header/OHeader.vue2.mjs +1 -1
  26. package/dist/treeshaking/components/header/components/HeaderContent.css +235 -235
  27. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  28. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +3 -2
  29. package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
  30. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  31. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -1
  32. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +9 -1
  33. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +10 -2
  34. package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
  35. package/dist/treeshaking/i18n/index.mjs +1 -1
  36. package/dist/treeshaking/shared/theme.mjs +13 -0
  37. package/package.json +3 -3
@@ -1,133 +1,133 @@
1
- .hover-icon-rotate .o-icon[data-v-fddea127] {
1
+ .hover-icon-rotate .o-icon[data-v-8cfcc7ff] {
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-fddea127] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-8cfcc7ff] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .home-banner[data-v-fddea127] {
9
+ .home-banner[data-v-8cfcc7ff] {
10
10
  overflow: hidden;
11
11
  position: relative;
12
12
  }
13
- .home-banner.tiny[data-v-fddea127] {
13
+ .home-banner.tiny[data-v-8cfcc7ff] {
14
14
  font-size: 48px;
15
15
  line-height: 64px;
16
16
  }
17
17
  @media (min-width: 1201px) and (max-width: 1680px) {
18
- .home-banner.tiny[data-v-fddea127] {
18
+ .home-banner.tiny[data-v-8cfcc7ff] {
19
19
  font-size: 40px;
20
20
  line-height: 56px;
21
21
  }
22
22
  }
23
23
  @media (min-width: 841px) and (max-width: 1200px) {
24
- .home-banner.tiny[data-v-fddea127] {
24
+ .home-banner.tiny[data-v-8cfcc7ff] {
25
25
  font-size: 32px;
26
26
  line-height: 44px;
27
27
  }
28
28
  }
29
29
  @media (min-width: 601px) and (max-width: 840px) {
30
- .home-banner.tiny[data-v-fddea127] {
30
+ .home-banner.tiny[data-v-8cfcc7ff] {
31
31
  font-size: 32px;
32
32
  line-height: 44px;
33
33
  }
34
34
  }
35
35
  @media (max-width: 600px) {
36
- .home-banner.tiny[data-v-fddea127] {
36
+ .home-banner.tiny[data-v-8cfcc7ff] {
37
37
  font-size: 20px;
38
38
  line-height: 28px;
39
39
  }
40
40
  }
41
- .home-banner.tiny[data-v-fddea127] {
41
+ .home-banner.tiny[data-v-8cfcc7ff] {
42
42
  font-weight: 500;
43
43
  margin: var(--o-gap-8) 0;
44
44
  color: var(--o-color-info1);
45
45
  }
46
- .home-banner .content-height[data-v-fddea127] {
46
+ .home-banner .content-height[data-v-8cfcc7ff] {
47
47
  height: 100%;
48
48
  }
49
- .home-banner.large[data-v-fddea127] {
49
+ .home-banner.large[data-v-8cfcc7ff] {
50
50
  --banner-height: 460px;
51
51
  height: var(--banner-height);
52
52
  }
53
53
  @media (min-width: 1201px) and (max-width: 1680px) {
54
- .home-banner.large[data-v-fddea127] {
54
+ .home-banner.large[data-v-8cfcc7ff] {
55
55
  --banner-height: 400px;
56
56
  }
57
57
  }
58
58
  @media (min-width: 841px) and (max-width: 1200px) {
59
- .home-banner.large[data-v-fddea127] {
59
+ .home-banner.large[data-v-8cfcc7ff] {
60
60
  --banner-height: 360px;
61
61
  }
62
62
  }
63
63
  @media (max-width: 840px) {
64
- .home-banner.large[data-v-fddea127] {
64
+ .home-banner.large[data-v-8cfcc7ff] {
65
65
  --banner-height: 184px;
66
66
  }
67
67
  }
68
- .home-banner.medium[data-v-fddea127] {
68
+ .home-banner.medium[data-v-8cfcc7ff] {
69
69
  --banner-height: 360px;
70
70
  height: var(--banner-height);
71
71
  }
72
72
  @media (min-width: 1201px) and (max-width: 1680px) {
73
- .home-banner.medium[data-v-fddea127] {
73
+ .home-banner.medium[data-v-8cfcc7ff] {
74
74
  --banner-height: 280px;
75
75
  }
76
76
  }
77
77
  @media (min-width: 841px) and (max-width: 1200px) {
78
- .home-banner.medium[data-v-fddea127] {
78
+ .home-banner.medium[data-v-8cfcc7ff] {
79
79
  --banner-height: 220px;
80
80
  }
81
81
  }
82
82
  @media (max-width: 840px) {
83
- .home-banner.medium[data-v-fddea127] {
83
+ .home-banner.medium[data-v-8cfcc7ff] {
84
84
  --banner-height: 120px;
85
85
  }
86
86
  }
87
- .home-banner.small[data-v-fddea127] {
87
+ .home-banner.small[data-v-8cfcc7ff] {
88
88
  --banner-height: 280px;
89
89
  height: var(--banner-height);
90
90
  }
91
91
  @media (min-width: 1201px) and (max-width: 1680px) {
92
- .home-banner.small[data-v-fddea127] {
92
+ .home-banner.small[data-v-8cfcc7ff] {
93
93
  --banner-height: 220px;
94
94
  }
95
95
  }
96
96
  @media (min-width: 841px) and (max-width: 1200px) {
97
- .home-banner.small[data-v-fddea127] {
97
+ .home-banner.small[data-v-8cfcc7ff] {
98
98
  --banner-height: 180px;
99
99
  }
100
100
  }
101
101
  @media (max-width: 840px) {
102
- .home-banner.small[data-v-fddea127] {
102
+ .home-banner.small[data-v-8cfcc7ff] {
103
103
  display: none;
104
104
  }
105
105
  }
106
- .home-banner[data-v-fddea127] .o-btn {
106
+ .home-banner[data-v-8cfcc7ff] .o-btn {
107
107
  border-radius: var(--btn-height);
108
108
  }
109
- .banner-carousel[data-v-fddea127] {
109
+ .banner-carousel[data-v-8cfcc7ff] {
110
110
  width: 100%;
111
111
  height: 100%;
112
112
  }
113
113
  @media (min-width: 841px) {
114
- .banner-carousel[data-v-fddea127] {
114
+ .banner-carousel[data-v-8cfcc7ff] {
115
115
  --carousel-indicator-offset: 53px;
116
116
  }
117
117
  }
118
118
  @media (max-width: 840px) {
119
- .banner-carousel[data-v-fddea127] {
119
+ .banner-carousel[data-v-8cfcc7ff] {
120
120
  --carousel-indicator-offset: 1px;
121
121
  }
122
122
  }
123
- .banner-carousel[data-v-fddea127] .o-carousel-indicator-bar {
123
+ .banner-carousel[data-v-8cfcc7ff] .o-carousel-indicator-bar {
124
124
  height: 24px;
125
125
  }
126
- .banner-item[data-v-fddea127] {
126
+ .banner-item[data-v-8cfcc7ff] {
127
127
  width: 100%;
128
128
  height: 100%;
129
129
  }
130
- @keyframes fade-up-fddea127 {
130
+ @keyframes fade-up-8cfcc7ff {
131
131
  from {
132
132
  transform: translateY(var(--d));
133
133
  opacity: 0;
@@ -137,15 +137,15 @@ to {
137
137
  opacity: 1;
138
138
  }
139
139
  }
140
- .current-slide .banner-title[data-v-fddea127] {
141
- animation: fade-up-fddea127 400ms ease-in;
140
+ .current-slide .banner-title[data-v-8cfcc7ff] {
141
+ animation: fade-up-8cfcc7ff 400ms ease-in;
142
142
  }
143
- .current-slide .banner-subtitle[data-v-fddea127] {
144
- animation: fade-up-fddea127 400ms ease-in;
143
+ .current-slide .banner-subtitle[data-v-8cfcc7ff] {
144
+ animation: fade-up-8cfcc7ff 400ms ease-in;
145
145
  }
146
- .current-slide .banner-text[data-v-fddea127] {
147
- animation: fade-up-fddea127 400ms ease-in;
146
+ .current-slide .banner-text[data-v-8cfcc7ff] {
147
+ animation: fade-up-8cfcc7ff 400ms ease-in;
148
148
  }
149
- .current-slide .banner-opts[data-v-fddea127] {
150
- animation: fade-up-fddea127 400ms ease-in;
149
+ .current-slide .banner-opts[data-v-8cfcc7ff] {
150
+ animation: fade-up-8cfcc7ff 400ms ease-in;
151
151
  }
@@ -2,7 +2,7 @@ import _sfc_main from "./OBanner.vue2.mjs";
2
2
  import './OBanner.css';
3
3
  import './OBanner2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OBanner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fddea127"]]);
5
+ const _OBanner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8cfcc7ff"]]);
6
6
  export {
7
7
  _OBanner as default
8
8
  };
@@ -1,8 +1,9 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, toDisplayString, unref, createBlock, withCtx, createVNode, Fragment, renderList, createElementVNode } from "vue";
2
2
  import { OFigure, OCarousel, OCarouselItem } from "@opensig/opendesign";
3
- import { useTheme, useScreen } from "@opendesign-plus/composables";
3
+ import { useScreen } from "@opendesign-plus/composables";
4
4
  import ContentWrapper from "../common/ContentWrapper.vue.mjs";
5
5
  import _OBannerContent from "./OBannerContent.vue.mjs";
6
+ import { useTheme } from "../../shared/theme.mjs";
6
7
  const _hoisted_1 = {
7
8
  key: 0,
8
9
  class: "content-height"
@@ -1,39 +1,39 @@
1
- .hover-icon-rotate .o-icon[data-v-fddea127] {
1
+ .hover-icon-rotate .o-icon[data-v-8cfcc7ff] {
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-fddea127] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-8cfcc7ff] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .banner-item0 .banner-attach[data-v-fddea127] {
9
+ .banner-item0 .banner-attach[data-v-8cfcc7ff] {
10
10
  height: 120px;
11
11
  }
12
12
  @media (min-width: 601px) and (max-width: 1200px) {
13
- .banner-item0 .banner-attach[data-v-fddea127] {
13
+ .banner-item0 .banner-attach[data-v-8cfcc7ff] {
14
14
  height: 80px;
15
15
  }
16
16
  }
17
- .banner-item1 .banner-attach[data-v-fddea127] {
17
+ .banner-item1 .banner-attach[data-v-8cfcc7ff] {
18
18
  height: 156px;
19
19
  }
20
20
  @media (min-width: 601px) and (max-width: 1200px) {
21
- .banner-item1 .banner-attach[data-v-fddea127] {
21
+ .banner-item1 .banner-attach[data-v-8cfcc7ff] {
22
22
  height: 120px;
23
23
  }
24
24
  }
25
- .banner-item2 .banner-content[data-v-fddea127] {
25
+ .banner-item2 .banner-content[data-v-8cfcc7ff] {
26
26
  width: 100%;
27
27
  justify-content: center;
28
28
  }
29
- .banner-item2 .banner-attach[data-v-fddea127] {
29
+ .banner-item2 .banner-attach[data-v-8cfcc7ff] {
30
30
  height: 38%;
31
31
  margin-top: -60px;
32
32
  object-fit: contain;
33
33
  }
34
- .banner-wrapper[data-v-fddea127] {
34
+ .banner-wrapper[data-v-8cfcc7ff] {
35
35
  height: 100%;
36
36
  }
37
- .banner-wrapper .banner-bg[data-v-fddea127] {
37
+ .banner-wrapper .banner-bg[data-v-8cfcc7ff] {
38
38
  height: 100%;
39
39
  }
@@ -0,0 +1,27 @@
1
+ .hover-icon-rotate .o-icon[data-v-51e2ce78] {
2
+ transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
+ }
4
+ @media (hover: hover) {
5
+ .hover-icon-rotate:hover .o-icon[data-v-51e2ce78] {
6
+ transform: rotate(-180deg);
7
+ }
8
+ }
9
+ .tooltip-text-wrapper .tooltip-text[data-v-51e2ce78] {
10
+ overflow: hidden;
11
+ word-break: keep-all;
12
+ }
13
+ .tooltip-text-wrapper .tooltip-text.ellipsis[data-v-51e2ce78] {
14
+ white-space: nowrap;
15
+ text-overflow: ellipsis;
16
+ }
17
+ .tooltip-text-wrapper .tooltip-text.multi-lines[data-v-51e2ce78] {
18
+ white-space: normal;
19
+ text-overflow: ellipsis;
20
+ display: -webkit-box;
21
+ -webkit-box-orient: vertical;
22
+ -webkit-line-clamp: var(--lines);
23
+ }
24
+ .tooltip-text-wrapper .button[data-v-51e2ce78] {
25
+ color: var(--o-color-primary1);
26
+ cursor: pointer;
27
+ }
@@ -0,0 +1,8 @@
1
+ import _sfc_main from "./TooltipText.vue2.mjs";
2
+ import './TooltipText.css';
3
+ import './TooltipText2.css';
4
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
+ const TooltipText = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-51e2ce78"]]);
6
+ export {
7
+ TooltipText as default
8
+ };
@@ -0,0 +1,85 @@
1
+ import { defineComponent, ref, useSlots, onMounted, onUnmounted, watch, computed, openBlock, createElementBlock, normalizeStyle, createVNode, unref, withCtx, createElementVNode, normalizeClass, toDisplayString, renderSlot } from "vue";
2
+ import { isClient, OPopover } from "@opensig/opendesign";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "TooltipText",
5
+ props: {
6
+ lines: {},
7
+ width: {},
8
+ type: { default: "" },
9
+ size: { default: 14 }
10
+ },
11
+ setup(__props) {
12
+ const contentRef = ref(null);
13
+ const ellipsis = ref(true);
14
+ const props = __props;
15
+ const slots = useSlots();
16
+ let resizeObserver = null;
17
+ const checkOverflow = () => {
18
+ if (!isClient) return;
19
+ const ele = contentRef.value;
20
+ if (!ele) return;
21
+ ellipsis.value = ele.scrollWidth > ele.offsetWidth + 1 || ele.scrollHeight > ele.offsetHeight + 1;
22
+ };
23
+ onMounted(() => {
24
+ checkOverflow();
25
+ if (!isClient || !contentRef.value) return;
26
+ resizeObserver = new ResizeObserver(() => checkOverflow());
27
+ resizeObserver.observe(contentRef.value);
28
+ });
29
+ onUnmounted(() => {
30
+ resizeObserver == null ? void 0 : resizeObserver.disconnect();
31
+ });
32
+ watch(() => [props.lines, props.width], () => {
33
+ if (isClient) requestAnimationFrame(checkOverflow);
34
+ });
35
+ const getTextFromNode = (node) => {
36
+ const children = node.children ?? "";
37
+ if (Array.isArray(children)) {
38
+ return children.map((v) => getTextFromNode(v)).join("");
39
+ }
40
+ return String(children);
41
+ };
42
+ const contentText = computed(() => {
43
+ var _a;
44
+ const nodes = ((_a = slots.default) == null ? void 0 : _a.call(slots)) || [];
45
+ return nodes.map((node) => getTextFromNode(node)).join("\n");
46
+ });
47
+ const wrapperStyle = computed(() => {
48
+ const calcWidth = Number.isNaN(Number(props.width)) ? props.width : `${props.width}px`;
49
+ return { width: calcWidth };
50
+ });
51
+ return (_ctx, _cache) => {
52
+ return openBlock(), createElementBlock("div", {
53
+ class: "tooltip-text-wrapper",
54
+ style: normalizeStyle(wrapperStyle.value)
55
+ }, [
56
+ createVNode(unref(OPopover), {
57
+ anchor: "",
58
+ disabled: !ellipsis.value,
59
+ adjustMinWidth: false,
60
+ adjustWidth: true
61
+ }, {
62
+ target: withCtx(() => [
63
+ createElementVNode("div", {
64
+ class: normalizeClass(["tooltip-text", __props.type, ellipsis.value && "ellipsis", __props.lines > 1 && "multi-lines"]),
65
+ ref_key: "contentRef",
66
+ ref: contentRef,
67
+ style: normalizeStyle(`--lines: ${__props.lines};`)
68
+ }, [
69
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
70
+ ], 6)
71
+ ]),
72
+ default: withCtx(() => [
73
+ createElementVNode("div", {
74
+ class: normalizeClass(["popup-box2", `fz-${__props.size}`])
75
+ }, toDisplayString(contentText.value), 3)
76
+ ]),
77
+ _: 3
78
+ }, 8, ["disabled"])
79
+ ], 4);
80
+ };
81
+ }
82
+ });
83
+ export {
84
+ _sfc_main as default
85
+ };
@@ -0,0 +1,15 @@
1
+ .hover-icon-rotate .o-icon {
2
+ transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
+ }
4
+ @media (hover: hover) {
5
+ .hover-icon-rotate:hover .o-icon {
6
+ transform: rotate(-180deg);
7
+ }
8
+ }
9
+ .tooltip-text-wrapper .popup-box2 {
10
+ color: var(--o-color-info2);
11
+ }
12
+ .tooltip-text-wrapper .popup-box2.fz-14 {
13
+ font-size: 14px;
14
+ line-height: 22px;
15
+ }
@@ -1,5 +1,5 @@
1
1
  export interface OPlusConfigProviderPropsT {
2
- locale?: 'zh' | 'en';
2
+ locale?: string;
3
3
  theme?: 'light' | 'dark';
4
4
  }
5
5
  declare function __VLS_template(): {
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
12
12
  };
13
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
14
  declare const __VLS_component: import('vue').DefineComponent<OPlusConfigProviderPropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OPlusConfigProviderPropsT> & Readonly<{}>, {
15
- locale: "zh" | "en";
15
+ locale: string;
16
16
  theme: "light" | "dark";
17
17
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,7 +1,7 @@
1
1
  import { App } from 'vue';
2
2
  declare const OPlusConfigProvider: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
4
- locale: "zh" | "en";
4
+ locale: string;
5
5
  theme: "light" | "dark";
6
6
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
7
7
  P: {};
@@ -11,14 +11,14 @@ declare const OPlusConfigProvider: {
11
11
  M: {};
12
12
  Defaults: {};
13
13
  }, Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, {
14
- locale: "zh" | "en";
14
+ locale: string;
15
15
  theme: "light" | "dark";
16
16
  }>;
17
17
  __isFragment?: never;
18
18
  __isTeleport?: never;
19
19
  __isSuspense?: never;
20
20
  } & import('vue').ComponentOptionsBase<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
21
- locale: "zh" | "en";
21
+ locale: string;
22
22
  theme: "light" | "dark";
23
23
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
24
24
  $slots: {
@@ -2,7 +2,7 @@ import _sfc_main from "./OCookieNotice.vue2.mjs";
2
2
  import './OCookieNotice.css';
3
3
  import './OCookieNotice2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OCookieNotice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b731c798"]]);
5
+ const _OCookieNotice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f4e92a4b"]]);
6
6
  export {
7
7
  _OCookieNotice as default
8
8
  };
@@ -237,7 +237,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
237
237
  default: withCtx(() => [
238
238
  (openBlock(), createElementBlock("svg", _hoisted_4, [..._cache[4] || (_cache[4] = [
239
239
  createElementVNode("path", {
240
- fill: "#002fa7",
240
+ fill: "var(--o-color-primary1)",
241
241
  d: "M21 12c0 4.971-4.029 9-9 9s-9-4.029-9-9c0-4.971 4.029-9 9-9s9 4.029 9 9z"
242
242
  }, null, -1),
243
243
  createElementVNode("path", {