@opendesign-plus-test/components 0.0.1-rc.45 → 0.0.1-rc.46

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 (78) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +47 -67
  3. package/dist/components/OHeaderSearch.vue.d.ts +534 -812
  4. package/dist/components.cjs.js +41 -41
  5. package/dist/components.css +1 -1
  6. package/dist/components.es.js +10253 -11228
  7. package/dist/index.d.ts +0 -1
  8. package/package.json +2 -2
  9. package/src/assets/svg-icons/icon-delete.svg +1 -5
  10. package/src/components/OBanner.vue +18 -18
  11. package/src/components/OCookieNotice.vue +21 -21
  12. package/src/components/OFooter.vue +17 -18
  13. package/src/components/OHeaderSearch.vue +420 -402
  14. package/src/components/OHeaderUser.vue +2 -3
  15. package/src/components/OSection.vue +4 -4
  16. package/src/components/activity/OActivityApproval.vue +4 -4
  17. package/src/components/activity/OActivityForm.vue +2 -2
  18. package/src/components/activity/OMyActivityCalendar.vue +26 -26
  19. package/src/components/common/ContentWrapper.vue +3 -3
  20. package/src/components/element-plus/OElCookieNotice.vue +26 -26
  21. package/src/components/events/OEventsApply.vue +44 -44
  22. package/src/components/events/OEventsCalendar.vue +14 -14
  23. package/src/components/events/OEventsList.vue +16 -16
  24. package/src/components/header/OHeader.vue +2 -2
  25. package/src/components/header/components/HeaderContent.vue +60 -60
  26. package/src/components/header/components/HeaderNav.vue +4 -4
  27. package/src/components/header/components/HeaderNavMobile.vue +3 -3
  28. package/src/components/meeting/OMeetingCalendar.vue +27 -27
  29. package/src/components/meeting/OMeetingForm.vue +16 -16
  30. package/src/components/meeting/OMeetingPlayback.vue +4 -4
  31. package/src/components/meeting/OMyMeetingCalendar.vue +25 -25
  32. package/src/components/meeting/OSigMeetingCalendar.vue +3 -3
  33. package/src/components/meeting/components/OMeetingCalendarList.vue +9 -9
  34. package/src/components/meeting/components/OMeetingDetail.vue +2 -2
  35. package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +1 -1
  36. package/src/components/meeting/components/OMeetingPlaybackVideo.vue +5 -5
  37. package/src/components/meeting/components/OSigMeetingAside.vue +6 -6
  38. package/src/draft/Banner.vue +6 -6
  39. package/src/draft/ButtonCards.vue +1 -1
  40. package/src/draft/Feature.vue +6 -6
  41. package/src/draft/Footer.vue +22 -29
  42. package/src/draft/HorizontalAnchor.vue +4 -4
  43. package/src/draft/ItemSwiper.vue +2 -2
  44. package/src/draft/Logo.vue +3 -3
  45. package/src/draft/LogoCard.vue +2 -2
  46. package/src/draft/MultiCard.vue +1 -1
  47. package/src/draft/MultiIconCard.vue +1 -1
  48. package/src/draft/OInfoCard.vue +4 -4
  49. package/src/draft/Section.vue +4 -4
  50. package/src/draft/SingleTabCard.vue +1 -1
  51. package/src/draft/SliderCard.vue +3 -4
  52. package/src/i18n/en.ts +0 -10
  53. package/src/i18n/zh.ts +0 -10
  54. package/src/index.ts +0 -1
  55. package/vite.config.ts +1 -1
  56. package/dist/components/search/OSearchInput.vue.d.ts +0 -1003
  57. package/dist/components/search/composables/useImageSearch.d.ts +0 -48
  58. package/dist/components/search/composables/useKeywordHighlight.d.ts +0 -2
  59. package/dist/components/search/composables/useSearchHistory.d.ts +0 -14
  60. package/dist/components/search/index.d.ts +0 -590
  61. package/dist/components/search/internal/HighlightText.vue.d.ts +0 -9
  62. package/dist/components/search/internal/SearchImageInput.vue.d.ts +0 -716
  63. package/dist/components/search/internal/SearchPanel.vue.d.ts +0 -100
  64. package/dist/components/search/types.d.ts +0 -20
  65. package/src/assets/svg-icons/icon-delete-hover.svg +0 -4
  66. package/src/assets/svg-icons/icon-image-close.svg +0 -4
  67. package/src/assets/svg-icons/icon-image-upload.svg +0 -3
  68. package/src/assets/svg-icons/icon-image-zoomin.svg +0 -3
  69. package/src/assets/svg-icons/icon-refresh.svg +0 -3
  70. package/src/components/search/OSearchInput.vue +0 -463
  71. package/src/components/search/composables/useImageSearch.ts +0 -157
  72. package/src/components/search/composables/useKeywordHighlight.ts +0 -30
  73. package/src/components/search/composables/useSearchHistory.ts +0 -75
  74. package/src/components/search/index.ts +0 -23
  75. package/src/components/search/internal/HighlightText.vue +0 -37
  76. package/src/components/search/internal/SearchImageInput.vue +0 -488
  77. package/src/components/search/internal/SearchPanel.vue +0 -430
  78. package/src/components/search/types.ts +0 -25
@@ -420,7 +420,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
420
420
  border-radius: var(--o-radius-xs);
421
421
  background-color: var(--o-color-fill2);
422
422
  overflow: hidden;
423
- @include respond('<=pad_v') {
423
+ @include respond-to('<=pad_v') {
424
424
  background-color: transparent;
425
425
  flex-direction: column;
426
426
  }
@@ -429,7 +429,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
429
429
  width: 56%;
430
430
  --el-calendar-borde: none;
431
431
  --el-calendar-selected-bg-color: none;
432
- @include respond('<=pad_v') {
432
+ @include respond-to('<=pad_v') {
433
433
  width: 100%;
434
434
  flex-direction: column;
435
435
  background-color: var(--o-color-fill2);
@@ -445,7 +445,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
445
445
  gap: var(--o-gap-6);
446
446
  border-bottom: 1px solid var(--o-color-control4);
447
447
  background: var(--o-color-fill2);
448
- @include respond('<=pad_v') {
448
+ @include respond-to('<=pad_v') {
449
449
  justify-content: center;
450
450
  border-bottom: none;
451
451
  height: 52px;
@@ -459,7 +459,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
459
459
 
460
460
  .o-select {
461
461
  max-width: 240px;
462
- @include respond('<=pad_v') {
462
+ @include respond-to('<=pad_v') {
463
463
  display: none;
464
464
  }
465
465
  }
@@ -471,7 +471,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
471
471
  flex-shrink: 0;
472
472
  color: var(--o-color-info1);
473
473
  @include text2;
474
- @include respond('<=pad_v') {
474
+ @include respond-to('<=pad_v') {
475
475
  @include h3;
476
476
  }
477
477
 
@@ -492,7 +492,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
492
492
  color: var(--o-color-info2);
493
493
  word-break: keep-all;
494
494
  @include text2;
495
- @include respond('<=pad_v') {
495
+ @include respond-to('<=pad_v') {
496
496
  display: none;
497
497
  }
498
498
  }
@@ -512,7 +512,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
512
512
  background: none;
513
513
  border: none;
514
514
  @include text1;
515
- @include respond('<=pad_v') {
515
+ @include respond-to('<=pad_v') {
516
516
  padding: 0;
517
517
  text-align: center;
518
518
  }
@@ -536,7 +536,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
536
536
  }
537
537
  }
538
538
 
539
- @include respond('<=pad_v') {
539
+ @include respond-to('<=pad_v') {
540
540
  border: none;
541
541
  padding: 0 16px 16px;
542
542
  thead {
@@ -575,7 +575,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
575
575
  margin-bottom: var(--o-gap-2);
576
576
  height: 64px;
577
577
  color: var(--o-color-info1);
578
- @include respond('<=pad_v') {
578
+ @include respond-to('<=pad_v') {
579
579
  display: flex;
580
580
  justify-content: center;
581
581
  padding: 0;
@@ -593,7 +593,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
593
593
  @include tip1;
594
594
  @include hover {
595
595
  background-color: var(--o-color-control3-light);
596
- @include respond('<=pad_v') {
596
+ @include respond-to('<=pad_v') {
597
597
  @include hover {
598
598
  background-color: inherit;
599
599
  border: 1px solid transparent;
@@ -624,7 +624,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
624
624
  font-size: 12px;
625
625
  margin-left: -4px;
626
626
  margin-top: 0;
627
- @include respond('<=pad_v') {
627
+ @include respond-to('<=pad_v') {
628
628
  height: 6px;
629
629
  width: 6px;
630
630
  margin-left: -2px;
@@ -642,7 +642,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
642
642
  }
643
643
  }
644
644
 
645
- @include respond('<=pad_v') {
645
+ @include respond-to('<=pad_v') {
646
646
  background-color: transparent;
647
647
  padding: 0;
648
648
  margin: 6px 8px;
@@ -697,7 +697,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
697
697
  .out-box {
698
698
  background-color: var(--o-color-control3-light);
699
699
  border: 1px solid var(--o-color-primary1);
700
- @include respond('<=pad_v') {
700
+ @include respond-to('<=pad_v') {
701
701
  background-color: transparent;
702
702
  border: 1px solid transparent;
703
703
  .date-calender {
@@ -734,7 +734,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
734
734
  border-radius: 50%;
735
735
  }
736
736
 
737
- @include respond('<=pad_v') {
737
+ @include respond-to('<=pad_v') {
738
738
  height: auto;
739
739
  width: auto;
740
740
  &::after {
@@ -757,14 +757,14 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
757
757
  width: 44%;
758
758
 
759
759
 
760
- @include respond('<=pad_v') {
760
+ @include respond-to('<=pad_v') {
761
761
  margin-top: 12px;
762
762
  padding-top: 16px;
763
763
  background-color: var(--o-color-fill2);
764
764
  width: 100%;
765
765
  border-radius: var(--o-radius-xs);
766
766
  }
767
- @include respond('phone') {
767
+ @include respond-to('phone') {
768
768
 
769
769
  margin-top: 16px;
770
770
  padding-top: 12px;
@@ -772,10 +772,10 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
772
772
 
773
773
  .current-day {
774
774
  color: var(--o-color-info2);
775
- @include respond('>pad_v') {
775
+ @include respond-to('>pad_v') {
776
776
  display: none;
777
777
  }
778
- @include respond('<=pad_v') {
778
+ @include respond-to('<=pad_v') {
779
779
  display: flex;
780
780
  margin: 16px 16px 12px;
781
781
  padding: 7px 12px;
@@ -794,14 +794,14 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
794
794
  position: relative;
795
795
  height: 60px;
796
796
 
797
- @include respond('<=pad_v') {
797
+ @include respond-to('<=pad_v') {
798
798
  justify-content: space-between;
799
799
  padding: 0 16px;
800
800
  gap: 24px;
801
801
  height: auto;
802
802
  align-items: flex-start;
803
803
  }
804
- @include respond('phone') {
804
+ @include respond-to('phone') {
805
805
  flex-direction: column;
806
806
  align-items: center;
807
807
  gap: 8px;
@@ -819,10 +819,10 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
819
819
 
820
820
  .o-select {
821
821
  display: none;
822
- @include respond('<=pad_v') {
822
+ @include respond-to('<=pad_v') {
823
823
  display: inline-flex;
824
824
  }
825
- @include respond('phone') {
825
+ @include respond-to('phone') {
826
826
  display: flex;
827
827
  width: 100%;
828
828
  max-width: 100%;
@@ -845,10 +845,10 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
845
845
  }
846
846
  }
847
847
 
848
- @include respond('pad_v-laptop') {
848
+ @include respond-to('pad_v-laptop') {
849
849
  --tab-nav-padding: 0 0 14px;
850
850
  }
851
- @include respond('<=pad_v') {
851
+ @include respond-to('<=pad_v') {
852
852
  border-bottom: none;
853
853
  height: auto;
854
854
  .o-icon {
@@ -862,7 +862,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
862
862
  }
863
863
  }
864
864
  }
865
- @include respond('phone') {
865
+ @include respond-to('phone') {
866
866
  .o-tab-navs-wrap {
867
867
  height: auto;
868
868
  }
@@ -871,7 +871,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
871
871
  .o-tab-nav-anchor {
872
872
  .o-tab-nav-anchor-line {
873
873
  width: 100%;
874
- @include respond('<=pad_v') {
874
+ @include respond-to('<=pad_v') {
875
875
  width: 16px;
876
876
  }
877
877
  }
@@ -881,7 +881,7 @@ const checkSelectedDay = (type: CalendarDataType, date: string) => {
881
881
 
882
882
  .meeting-list {
883
883
  height: var(--height);
884
- @include respond('<=pad_v') {
884
+ @include respond-to('<=pad_v') {
885
885
  height: auto;
886
886
  }
887
887
  }
@@ -760,7 +760,7 @@ defineExpose({
760
760
  align-items: center;
761
761
  --form-label-gap-top: 0;
762
762
  color: var(--o-color-info2);
763
- @include respond('<=pad_v') {
763
+ @include respond-to('<=pad_v') {
764
764
  height: fit-content;
765
765
  @include text2;
766
766
  }
@@ -774,13 +774,13 @@ defineExpose({
774
774
  align-items: center;
775
775
 
776
776
  .o-form-item-main-wrap {
777
- @include respond('<=pad_v') {
777
+ @include respond-to('<=pad_v') {
778
778
  @include text2;
779
779
  }
780
780
  }
781
781
  }
782
782
  .record-item {
783
- @include respond('<=pad_v') {
783
+ @include respond-to('<=pad_v') {
784
784
  display: flex;
785
785
  align-items: center;
786
786
  justify-content: space-between;
@@ -793,7 +793,7 @@ defineExpose({
793
793
  }
794
794
 
795
795
  .o-form-item-main {
796
- @include respond('<=pad_v') {
796
+ @include respond-to('<=pad_v') {
797
797
  flex-grow: 0;
798
798
  }
799
799
  }
@@ -805,7 +805,7 @@ defineExpose({
805
805
  column-gap: var(--o-gap-4);
806
806
  row-gap: var(--o-gap-2);
807
807
 
808
- @include respond('<=pad_v') {
808
+ @include respond-to('<=pad_v') {
809
809
  margin-bottom: var(--o-gap-3);
810
810
  flex-direction: column;
811
811
  align-items: flex-start;
@@ -879,7 +879,7 @@ defineExpose({
879
879
  border-color: var(--o-color-primary2);
880
880
  }
881
881
 
882
- @include respond('phone') {
882
+ @include respond-to('phone') {
883
883
  background-color: var(--o-color-fill2);
884
884
  }
885
885
 
@@ -910,7 +910,7 @@ defineExpose({
910
910
 
911
911
  div.o-form-item-main {
912
912
  margin-left: 0;
913
- @include respond('phone') {
913
+ @include respond-to('phone') {
914
914
  margin-top: 0;
915
915
  }
916
916
  }
@@ -923,7 +923,7 @@ defineExpose({
923
923
  }
924
924
  }
925
925
 
926
- @include respond('phone') {
926
+ @include respond-to('phone') {
927
927
  width: auto;
928
928
  .o-form {
929
929
  .o-form-item-main {
@@ -944,10 +944,10 @@ defineExpose({
944
944
  margin-left: 0;
945
945
  }
946
946
 
947
- @include respond('pad_v') {
947
+ @include respond-to('pad_v') {
948
948
  margin-bottom: var(--o-gap-4);
949
949
  }
950
- @include respond('phone') {
950
+ @include respond-to('phone') {
951
951
  margin-bottom: var(--o-gap-3);
952
952
  }
953
953
  }
@@ -956,7 +956,7 @@ defineExpose({
956
956
  background-color: color-mix(in srgb, var(--o-color-control2-light) 40%, transparent);
957
957
  padding: var(--o-gap-5);
958
958
  border-radius: var(--o-radius-xs);
959
- @include respond('<=pad_v') {
959
+ @include respond-to('<=pad_v') {
960
960
  padding: var(--o-gap-4);
961
961
  }
962
962
 
@@ -974,10 +974,10 @@ defineExpose({
974
974
 
975
975
  .o-form-item-main {
976
976
  margin-left: var(--o-gap-6);
977
- @include respond('pad_v') {
977
+ @include respond-to('pad_v') {
978
978
  margin-left: 0;
979
979
  }
980
- @include respond('phone') {
980
+ @include respond-to('phone') {
981
981
  margin-left: 0;
982
982
  max-width: 100%;
983
983
  }
@@ -1025,8 +1025,8 @@ defineExpose({
1025
1025
  --el-color-primary: var(--o-color-primary1);
1026
1026
  --el-datepicker-active-color: var(--o-color-primary1);
1027
1027
  --el-fill-color-light: var(--o-color-control2-light);
1028
- --el-input-bg-color: var(--o-color-control5-light);
1029
- --el-fill-color-blank: var(--o-color-control5-light);
1028
+ --el-input-bg-color: var(--o-color-control-light);
1029
+ --el-fill-color-blank: var(--o-color-control-light);
1030
1030
  }
1031
1031
 
1032
1032
  .o-meeting-form-popover-content {
@@ -1051,7 +1051,7 @@ defineExpose({
1051
1051
  }
1052
1052
 
1053
1053
  .o-meeting-form-date-picker-popper {
1054
- @include respond('phone') {
1054
+ @include respond-to('phone') {
1055
1055
  .el-picker-panel {
1056
1056
  width: min(var(--grid-content-width), 400px);
1057
1057
 
@@ -272,7 +272,7 @@ onUnmounted(() => {
272
272
  gap: var(--grid-column-gutter);
273
273
  align-items: flex-start;
274
274
 
275
- @include respond('<=pad_v') {
275
+ @include respond-to('<=pad_v') {
276
276
  flex-wrap: wrap;
277
277
  }
278
278
 
@@ -284,7 +284,7 @@ onUnmounted(() => {
284
284
 
285
285
  .left-card {
286
286
  width: 60%;
287
- @include respond('<=pad_v') {
287
+ @include respond-to('<=pad_v') {
288
288
  width: 100%;
289
289
  }
290
290
 
@@ -317,7 +317,7 @@ onUnmounted(() => {
317
317
 
318
318
  .o-tab-nav {
319
319
  padding-bottom: var(--o-gap-4);
320
- @include respond('<=pad_v') {
320
+ @include respond-to('<=pad_v') {
321
321
  padding-bottom: var(--o-gap-2);
322
322
  }
323
323
  }
@@ -431,7 +431,7 @@ onUnmounted(() => {
431
431
 
432
432
  .right-card {
433
433
  width: 40%;
434
- @include respond('<=pad_v') {
434
+ @include respond-to('<=pad_v') {
435
435
  width: 100%;
436
436
  }
437
437
  }
@@ -787,11 +787,11 @@ const cancelActions = computed<DialogActionT[]>(() => {
787
787
  gap: var(--o-gap-4);
788
788
  height: 100%;
789
789
  --phone-padding-top: 0;
790
- @include respond('pad_v') {
790
+ @include respond-to('pad_v') {
791
791
  flex-direction: column;
792
792
  gap: var(--o-gap-4);
793
793
  }
794
- @include respond('phone') {
794
+ @include respond-to('phone') {
795
795
  flex-direction: column;
796
796
  gap: var(--o-gap-3);
797
797
  --phone-padding-top: calc(var(--o-gap-5) + var(--o-gap-3) + var(--o-gap-3));
@@ -831,7 +831,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
831
831
  }
832
832
  }
833
833
 
834
- @include respond('phone') {
834
+ @include respond-to('phone') {
835
835
  padding-top: var(--o-gap-7);
836
836
  background-color: var(--o-color-fill1);
837
837
  padding-bottom: var(--o-gap-4);
@@ -850,7 +850,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
850
850
  width: 334px;
851
851
  background-color: color-mix(in srgb, var(--o-color-control2-light) 40%, transparent);
852
852
 
853
- @include respond('pad_h') {
853
+ @include respond-to('pad_h') {
854
854
  .el-calendar {
855
855
  .el-calendar__body {
856
856
  padding-left: 12px;
@@ -868,10 +868,10 @@ const cancelActions = computed<DialogActionT[]>(() => {
868
868
  }
869
869
  }
870
870
  }
871
- @include respond('pad_v') {
871
+ @include respond-to('pad_v') {
872
872
  width: 100%;
873
873
  }
874
- @include respond('phone') {
874
+ @include respond-to('phone') {
875
875
  display: none;
876
876
  }
877
877
  .el-calendar {
@@ -1006,11 +1006,11 @@ const cancelActions = computed<DialogActionT[]>(() => {
1006
1006
  }
1007
1007
 
1008
1008
  &.expired::after {
1009
- background-color: rgb(var(--o-grey-6));
1009
+ background-color: rgb(var(--o-mixedgray-6));
1010
1010
  }
1011
1011
 
1012
1012
  &.all-deleted::after {
1013
- background-color: rgb(var(--o-grey-6));
1013
+ background-color: rgb(var(--o-mixedgray-6));
1014
1014
  }
1015
1015
  }
1016
1016
  }
@@ -1028,7 +1028,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1028
1028
  flex-grow: 1;
1029
1029
  background-color: var(--o-color-fill2);
1030
1030
 
1031
- @include respond('phone') {
1031
+ @include respond-to('phone') {
1032
1032
  margin-top: calc(var(--phone-padding-top) - var(--o-gap-4));
1033
1033
  }
1034
1034
  &.is-empty {
@@ -1049,7 +1049,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1049
1049
  height: 100%;
1050
1050
  max-height: calc(var(--layout-left-height, 900px) - 4 * var(--o-gap-5) - var(--header-height) * 1px);
1051
1051
 
1052
- @include respond('phone') {
1052
+ @include respond-to('phone') {
1053
1053
  max-height: fit-content;
1054
1054
  }
1055
1055
 
@@ -1061,7 +1061,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1061
1061
  flex-grow: 1;
1062
1062
  }
1063
1063
 
1064
- @include respond('phone') {
1064
+ @include respond-to('phone') {
1065
1065
  padding-left: var(--o-gap-2);
1066
1066
  }
1067
1067
 
@@ -1090,13 +1090,13 @@ const cancelActions = computed<DialogActionT[]>(() => {
1090
1090
  width: 16px;
1091
1091
  height: 26px;
1092
1092
  position: relative;
1093
- @include respond('laptop') {
1093
+ @include respond-to('laptop') {
1094
1094
  height: 24px;
1095
1095
  }
1096
- @include respond('pad_h') {
1096
+ @include respond-to('pad_h') {
1097
1097
  height: 22px;
1098
1098
  }
1099
- @include respond('<=pad_v') {
1099
+ @include respond-to('<=pad_v') {
1100
1100
  height: 22px;
1101
1101
  }
1102
1102
 
@@ -1145,7 +1145,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1145
1145
  margin-bottom: var(--o-gap-2);
1146
1146
  color: var(--o-color-info1);
1147
1147
  @include text2;
1148
- @include respond('phone') {
1148
+ @include respond-to('phone') {
1149
1149
  padding-left: var(--o-gap-5);
1150
1150
  }
1151
1151
 
@@ -1160,7 +1160,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1160
1160
  .list-body {
1161
1161
  height: 100%;
1162
1162
 
1163
- @include respond('phone') {
1163
+ @include respond-to('phone') {
1164
1164
  height: fit-content;
1165
1165
  padding: var(--o-gap-4) !important;
1166
1166
  }
@@ -1176,7 +1176,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1176
1176
  --btn-color: var(--o-color-primary2);
1177
1177
  }
1178
1178
 
1179
- @include respond('phone') {
1179
+ @include respond-to('phone') {
1180
1180
  display: none;
1181
1181
  }
1182
1182
 
@@ -1235,21 +1235,21 @@ const cancelActions = computed<DialogActionT[]>(() => {
1235
1235
  transition: margin var(--o-easing-standard) var(--o-duration-s);
1236
1236
  --copy-display: none;
1237
1237
  --icon-size: 24px;
1238
- @include respond('<=pad_v') {
1238
+ @include respond-to('<=pad_v') {
1239
1239
  padding: var(--o-gap-3) var(--o-gap-4);
1240
1240
  }
1241
1241
 
1242
1242
  &:hover {
1243
- @include respond('>pad_v') {
1243
+ @include respond-to('>pad_v') {
1244
1244
  --copy-display: inline-flex;
1245
1245
  }
1246
1246
  }
1247
1247
 
1248
- @include respond('phone') {
1248
+ @include respond-to('phone') {
1249
1249
  --icon-size: 20px;
1250
1250
  }
1251
1251
  &.o-collapse-item-expanded {
1252
- @include respond('<=pad_v') {
1252
+ @include respond-to('<=pad_v') {
1253
1253
  --copy-display: inline-flex;
1254
1254
  }
1255
1255
  }
@@ -1272,7 +1272,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1272
1272
  position: relative;
1273
1273
  top: 4px;
1274
1274
  flex-shrink: 0;
1275
- @include respond('phone') {
1275
+ @include respond-to('phone') {
1276
1276
  position: absolute;
1277
1277
  right: 0;
1278
1278
  width: 20px;
@@ -1297,7 +1297,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1297
1297
  gap: var(--o-gap-3);
1298
1298
  width: 100%;
1299
1299
  margin-bottom: var(--o-gap-2);
1300
- @include respond('phone') {
1300
+ @include respond-to('phone') {
1301
1301
  flex-grow: 1;
1302
1302
  width: 100%;
1303
1303
  align-self: stretch;
@@ -1399,7 +1399,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1399
1399
  height: 18px;
1400
1400
  width: 18px;
1401
1401
  display: var(--copy-display);
1402
- @include respond('phone') {
1402
+ @include respond-to('phone') {
1403
1403
  bottom: var(--o-gap-2);
1404
1404
  right: calc(20px + var(--o-gap-2))
1405
1405
  }
@@ -1423,7 +1423,7 @@ const cancelActions = computed<DialogActionT[]>(() => {
1423
1423
  .meeting-detail {
1424
1424
  padding-left: calc(var(--o-gap-3) + var(--icon-size));
1425
1425
 
1426
- @include respond('phone') {
1426
+ @include respond-to('phone') {
1427
1427
  padding-left: 0;
1428
1428
  }
1429
1429
 
@@ -312,7 +312,7 @@ onMounted(() => {
312
312
  background-color: var(--o-color-fill2);
313
313
  border-radius: var(--o-radius-xs);
314
314
  margin-top: var(--o-gap-5);
315
- @include respond('phone') {
315
+ @include respond-to('phone') {
316
316
  .meeting-card-header {
317
317
  padding: 12px 16px 0;
318
318
 
@@ -339,7 +339,7 @@ onMounted(() => {
339
339
  align-items: center;
340
340
  padding: 12px 32px 0;
341
341
  @include text1;
342
- @include respond('<=pad') {
342
+ @include respond-to('<=pad') {
343
343
  padding: 12px 16px 0;
344
344
  }
345
345
 
@@ -405,7 +405,7 @@ onMounted(() => {
405
405
  .list-content {
406
406
  flex-grow: 1;
407
407
  height: 400px;
408
- @include respond('<=pad_v') {
408
+ @include respond-to('<=pad_v') {
409
409
  height: auto;
410
410
  }
411
411
  }
@@ -251,13 +251,13 @@ const computedList = computed<any[]>(() => {
251
251
  .o-collapse {
252
252
  --icon-size2: 24px;
253
253
  --icon-right: 12px;
254
- @include respond('<=pad') {
254
+ @include respond-to('<=pad') {
255
255
  --icon-size2: 20px;
256
256
  }
257
- @include respond('<=pad_v') {
257
+ @include respond-to('<=pad_v') {
258
258
  --icon-right: 8px;
259
259
  }
260
- @include respond('phone') {
260
+ @include respond-to('phone') {
261
261
  --icon-right: 4px;
262
262
  }
263
263
 
@@ -285,7 +285,7 @@ const computedList = computed<any[]>(() => {
285
285
  color: var(--o-color-primary1);
286
286
  }
287
287
  }
288
- @include respond('<=pad_v') {
288
+ @include respond-to('<=pad_v') {
289
289
  &::after {
290
290
  width: calc(100% - 2 * 16px);
291
291
  }
@@ -320,7 +320,7 @@ const computedList = computed<any[]>(() => {
320
320
  padding: var(--o-gap-4) var(--o-gap-5);
321
321
  position: relative;
322
322
 
323
- @include respond('>pad_v') {
323
+ @include respond-to('>pad_v') {
324
324
  &:hover {
325
325
  .o-collapse-item-title {
326
326
  .copy-icon {
@@ -330,7 +330,7 @@ const computedList = computed<any[]>(() => {
330
330
  }
331
331
  }
332
332
  }
333
- @include respond('<=pad_v') {
333
+ @include respond-to('<=pad_v') {
334
334
  padding: 12px 16px;
335
335
  }
336
336
 
@@ -392,11 +392,11 @@ const computedList = computed<any[]>(() => {
392
392
  border-radius: var(--o-radius-xs);
393
393
  @include tip1;
394
394
 
395
- @include respond('<=pad_v') {
395
+ @include respond-to('<=pad_v') {
396
396
  padding: 16px 16px 16px calc(var(--icon-right) + var(--icon-size2) + 16px - 12px);
397
397
 
398
398
  }
399
- @include respond('phone') {
399
+ @include respond-to('phone') {
400
400
  padding: 12px 16px;
401
401
  }
402
402
 
@@ -446,7 +446,7 @@ const computedList = computed<any[]>(() => {
446
446
  color: var(--o-color-info2);
447
447
  @include text2;
448
448
 
449
- @include respond('<=pad_v') {
449
+ @include respond-to('<=pad_v') {
450
450
  @include h3;
451
451
  }
452
452
 
@@ -156,7 +156,7 @@ defineExpose({ copyInfo });
156
156
  font-size: 14px;
157
157
  gap: var(--o-gap-5);
158
158
 
159
- @include respond('<=pad_v') {
159
+ @include respond-to('<=pad_v') {
160
160
  font-size: 12px;
161
161
  gap: var(--o-gap-2);
162
162
  }
@@ -233,7 +233,7 @@ defineExpose({ copyInfo });
233
233
  justify-content: flex-end;
234
234
  gap: var(--o-gap-2);
235
235
 
236
- @include respond('phone') {
236
+ @include respond-to('phone') {
237
237
  border-top: 1px solid var(--o-color-control4);
238
238
  padding-top: var(--o-gap-2);
239
239
  position: static;
@@ -475,7 +475,7 @@ watch(
475
475
 
476
476
  .captions-tab {
477
477
  .captions-scroller {
478
- @include respond('<=pad_v') {
478
+ @include respond-to('<=pad_v') {
479
479
  max-height: 600px;
480
480
  }
481
481
  }