@steedos-widgets/fullcalendar 1.0.8 → 1.0.10
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.
|
@@ -1467,4 +1467,29 @@ A VERTICAL event
|
|
|
1467
1467
|
--fc-button-hover-border-color: #c9c9c9;
|
|
1468
1468
|
--fc-button-active-bg-color: #eeeeee;
|
|
1469
1469
|
--fc-button-active-border-color: #c9c9c9;
|
|
1470
|
-
}
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.steedos-listview .fc-media-screen{
|
|
1473
|
+
--tw-bg-opacity: 1;
|
|
1474
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1475
|
+
}
|
|
1476
|
+
.steedos-listview .fc-media-screen .fc-view-harness{
|
|
1477
|
+
background: #fff;
|
|
1478
|
+
}
|
|
1479
|
+
.steedos-listview .fc-theme-standard .fc-scrollgrid{
|
|
1480
|
+
border-left: none;
|
|
1481
|
+
border-right: none;
|
|
1482
|
+
}
|
|
1483
|
+
.steedos-listview .fc .fc-scrollgrid-section > *{
|
|
1484
|
+
border-right-width: 0;
|
|
1485
|
+
}
|
|
1486
|
+
.steedos-listview .fc .fc-scrollgrid-section-liquid > td{
|
|
1487
|
+
border-right-width: 0;
|
|
1488
|
+
}
|
|
1489
|
+
.steedos-listview .fc .fc-scrollgrid-section > td{
|
|
1490
|
+
border-right-width: 0;
|
|
1491
|
+
}
|
|
1492
|
+
.steedos-listview .fc .fc-toolbar.fc-header-toolbar{
|
|
1493
|
+
margin: var(--gap-md);
|
|
1494
|
+
margin-top: var(--gap-sm);
|
|
1495
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/fullcalendar",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.10",
|
|
5
5
|
"main": "dist/fullcalendar.cjs.js",
|
|
6
6
|
"module": "dist/fullcalendar.esm.js",
|
|
7
7
|
"unpkg": "dist/fullcalendar.umd.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@fullcalendar/list": "^5.11.3",
|
|
55
55
|
"@fullcalendar/react": "^5.11.3",
|
|
56
56
|
"@fullcalendar/timegrid": "^5.11.3",
|
|
57
|
-
"@steedos-widgets/amis-lib": "1.0.
|
|
57
|
+
"@steedos-widgets/amis-lib": "1.0.10"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "3defe3a689449557ec240adaf3a9db146cb523ff"
|
|
60
60
|
}
|