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

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/index.css CHANGED
@@ -270,8 +270,8 @@ div._3kHog {
270
270
  height: 32px;
271
271
  border-right-width: 1px !important;
272
272
  border-style: solid !important;
273
- --tw-border-opacity: 1;
274
- border-color: rgb(23 108 221 / var(--tw-border-opacity, 1))
273
+ --tw-border-opacity: 1 !important;
274
+ border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
275
275
  }
276
276
 
277
277
  ._18t93 thead th,
@@ -355,7 +355,18 @@ div._2hVZ4 {
355
355
  div._1uenJ {
356
356
  border-top-width: 4px !important;
357
357
  --tw-border-opacity: 1;
358
- border-color: rgb(23 108 221 / var(--tw-border-opacity, 1))
358
+ border-color: rgb(31 127 181 / var(--tw-border-opacity, 1))
359
+ }
360
+
361
+ div._1uenJ > div {
362
+ --tw-bg-opacity: 1;
363
+ background-color: rgb(31 127 181 / var(--tw-bg-opacity, 1));
364
+ padding-left: 8px;
365
+ padding-right: 8px;
366
+ padding-bottom: 8px;
367
+ font-weight: 600;
368
+ --tw-text-opacity: 1;
369
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
359
370
  }
360
371
 
361
372
  ._2hVZ4 > div {
@@ -782,7 +793,7 @@ div._2Uj7C {
782
793
  }
783
794
 
784
795
  div._US4AW {
785
- @apply h-8 !border-r-[1px] !border-solid border-[#176CDD];
796
+ @apply h-8 !border-r-[1px] !border-solid !border-[#DCDDDD];
786
797
  }
787
798
 
788
799
  ._2OOkM thead th,
@@ -832,7 +843,10 @@ div._33-xY {
832
843
  }
833
844
 
834
845
  div._30qaU {
835
- @apply border-[#176CDD] !border-t-4;
846
+ @apply border-[#1F7FB5] !border-t-4;
847
+ }
848
+ div._30qaU > div {
849
+ @apply bg-[#1F7FB5] text-white pb-2 px-2 font-semibold;
836
850
  }
837
851
 
838
852
  ._33-xY > div {
package/dist/index.js CHANGED
@@ -1496,6 +1496,15 @@ var SAPPCalendar = function SAPPCalendar(_ref) {
1496
1496
  useEffectAfterMounted(function () {
1497
1497
  onRefetchAPI(startDate.toDate(), endDate.toDate());
1498
1498
  }, [startDate, endDate]);
1499
+ React.useEffect(function () {
1500
+ setFilter(function (prev) {
1501
+ return _extends({}, prev, {
1502
+ courseId: courses ? courses.map(function (item) {
1503
+ return item.id;
1504
+ }) : []
1505
+ });
1506
+ });
1507
+ }, [courses]);
1499
1508
  return React__default.createElement("div", {
1500
1509
  className: styles['sapp-calendar']
1501
1510
  }, filter.isOpen && React__default.createElement(FilterCalendar, {