sapp-common-package-test-final 1.5.4 → 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?:  | 
| 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:  | 
| 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-[ | 
| 760 | 
            +
              @apply flex justify-between items-center py-4 !border-b-[1px] !border-solid border-[#F1F1F4];
         | 
| 761 761 | 
             
            }
         | 
| 762 762 |  | 
| 763 763 | 
             
            ._1NX4k {
         |