@opendesign-plus-test/components 0.0.1-rc.123 → 0.0.1-rc.124
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/components.cjs.js +41 -33
- package/dist/components.css +1 -1
- package/dist/components.es.js +4755 -4732
- package/dist/treeshaking/_virtual/vue-router/dist/devtools-EWN81iOl.mjs.mjs +15 -0
- package/dist/treeshaking/_virtual/vue-router/dist/vue-router.mjs.mjs +14 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +1 -1
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +4 -4
- package/dist/treeshaking/components/events/OEventsApply.css +2 -2
- package/dist/treeshaking/components/events/OEventsCalendar.css +4 -4
- package/dist/treeshaking/components/events/OEventsList.css +2 -1
- package/dist/treeshaking/components/footer/OFooter.css +5 -5
- package/dist/treeshaking/components/header/OHeader.css +15 -15
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +10 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +2 -2
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +1 -1
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +9 -2
- package/dist/treeshaking/components/meeting/OMeetingCalendar.vue.mjs +4 -6
- package/dist/treeshaking/components/meeting/OMeetingForm.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +3 -3
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +2 -2
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +7 -8
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +6 -9
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +2 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +2 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingSigAside.css +1 -1
- package/dist/treeshaking/components/search/OSearchInput.css +2 -2
- package/dist/treeshaking/components/search/internal/SearchPanel.css +5 -5
- package/package.json +3 -3
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
78
78
|
.o-search-input-suggest-list-row[data-v-18e8aec0] {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 14px;
|
|
80
80
|
line-height: 18px;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
111
111
|
.o-search-input-suggest-list-label[data-v-18e8aec0] {
|
|
112
|
-
font-size:
|
|
112
|
+
font-size: 14px;
|
|
113
113
|
line-height: 18px;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
22
22
|
.o-search-panel-section-title[data-v-872f0035] {
|
|
23
|
-
font-size:
|
|
23
|
+
font-size: 14px;
|
|
24
24
|
line-height: 18px;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
114
114
|
.o-search-panel-item[data-v-872f0035] {
|
|
115
|
-
font-size:
|
|
115
|
+
font-size: 14px;
|
|
116
116
|
line-height: 18px;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
}
|
|
326
326
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
327
327
|
.o-search-panel-recommend-item[data-v-872f0035] {
|
|
328
|
-
font-size:
|
|
328
|
+
font-size: 14px;
|
|
329
329
|
line-height: 18px;
|
|
330
330
|
}
|
|
331
331
|
}
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
}
|
|
507
507
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
508
508
|
.o-search-panel-history-row[data-v-872f0035] {
|
|
509
|
-
font-size:
|
|
509
|
+
font-size: 14px;
|
|
510
510
|
line-height: 18px;
|
|
511
511
|
}
|
|
512
512
|
}
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
}
|
|
551
551
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
552
552
|
.o-search-panel-hot-list[data-v-872f0035] {
|
|
553
|
-
font-size:
|
|
553
|
+
font-size: 14px;
|
|
554
554
|
line-height: 18px;
|
|
555
555
|
}
|
|
556
556
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendesign-plus-test/components",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.124",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"vue-dompurify-html": "^3.1.2",
|
|
46
46
|
"vue": "^3.5.13",
|
|
47
47
|
"element-plus": "2.13.1",
|
|
48
|
-
"@opendesign-plus/
|
|
49
|
-
"@opendesign-plus/
|
|
48
|
+
"@opendesign-plus/composables": "0.0.1-rc.10",
|
|
49
|
+
"@opendesign-plus/styles": "0.0.1-rc.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@vitejs/plugin-vue": "^5.2.1",
|