sapp-common-package-test-final 1.5.3 → 1.5.5

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
@@ -208,7 +208,7 @@ div._3Yvs5 {
208
208
  display: flex;
209
209
  align-items: center;
210
210
  justify-content: space-between;
211
- border-bottom-width: 10px !important;
211
+ border-bottom-width: 1px !important;
212
212
  border-style: solid !important;
213
213
  --tw-border-opacity: 1;
214
214
  border-color: rgb(241 241 244 / var(--tw-border-opacity, 1));
@@ -757,7 +757,7 @@ button._1GA3p:hover {
757
757
  }
758
758
 
759
759
  div._2Uj7C {
760
- @apply flex justify-between items-center py-4 !border-b-[10px] !border-solid border-[#F1F1F4];
760
+ @apply flex justify-between items-center py-4 !border-b-[1px] !border-solid border-[#F1F1F4];
761
761
  }
762
762
 
763
763
  ._1NX4k {
@@ -865,7 +865,7 @@ div._30qaU {
865
865
  }
866
866
 
867
867
  ._3HaWW {
868
- @apply flex flex-col gap-y-0.5 text-center font-semibold text-xs;
868
+ @apply flex flex-col gap-y-[2px] text-center font-semibold text-[12px];
869
869
  }
870
870
 
871
871
  ._1JsGC thead th:first-child > ._3HaWW {
@@ -877,7 +877,7 @@ div._30qaU {
877
877
  }
878
878
 
879
879
  ._1JsGC tbody td:first-child > div {
880
- @apply text-center text-xs;
880
+ @apply text-center text-[12px];
881
881
  }
882
882
 
883
883
  ._1tvYg {