sapp-common-package-test-final 1.5.4 → 1.5.6

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.
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
2
  import { ICourse, IEvent, IFilter, INorm } from '../../types';
3
- import { CALENDAR_TYPE } from '../../constants';
4
3
  interface IAntdCalendarProps {
5
4
  events: IEvent[];
6
5
  norms?: INorm[];
@@ -16,7 +15,7 @@ interface IAntdCalendarProps {
16
15
  courses?: ICourse[];
17
16
  onfilter?: (filter: IFilter) => void;
18
17
  hasFilter?: boolean;
19
- headerType?: CALENDAR_TYPE.OPS | CALENDAR_TYPE.LMS;
18
+ headerType?: string;
20
19
  }
21
20
  declare const SAPPCalendar: ({ teacherName, events, norms, showTeacherName, showWeeklyNorm, onOpenDetail, onOpenCreate, onRefetchAPI, onEventDetail, loading, type, courses, onfilter, hasFilter, headerType }: IAntdCalendarProps) => React.JSX.Element;
22
21
  export default SAPPCalendar;
package/dist/index.css CHANGED
@@ -74,7 +74,8 @@
74
74
  display: flex;
75
75
  width: 100%;
76
76
  -moz-column-gap: 24px;
77
- column-gap: 24px
77
+ column-gap: 24px;
78
+ overflow: auto
78
79
  }
79
80
 
80
81
  ._18t93 * {
@@ -208,7 +209,7 @@ div._3Yvs5 {
208
209
  display: flex;
209
210
  align-items: center;
210
211
  justify-content: space-between;
211
- border-bottom-width: 10px !important;
212
+ border-bottom-width: 1px !important;
212
213
  border-style: solid !important;
213
214
  --tw-border-opacity: 1;
214
215
  border-color: rgb(241 241 244 / var(--tw-border-opacity, 1));
@@ -692,7 +693,7 @@ button._1GA3p:hover {
692
693
  @tailwind utilities;
693
694
 
694
695
  ._2OOkM {
695
- @apply w-full flex gap-x-6;
696
+ @apply w-full flex gap-x-6 overflow-auto;
696
697
  }
697
698
 
698
699
  ._2OOkM * {
@@ -757,7 +758,7 @@ button._1GA3p:hover {
757
758
  }
758
759
 
759
760
  div._2Uj7C {
760
- @apply flex justify-between items-center py-4 !border-b-[10px] !border-solid border-[#F1F1F4];
761
+ @apply flex justify-between items-center py-4 !border-b-[1px] !border-solid border-[#F1F1F4];
761
762
  }
762
763
 
763
764
  ._1NX4k {