@steedos-widgets/fullcalendar 6.10.23 → 6.10.25
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/assets.json +5 -5
- package/dist/fullcalendar.umd.css +6 -4
- package/package.json +2 -2
package/dist/assets.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"https://unpkg.com/fullcalendar@5.11.4/main.min.js",
|
|
7
7
|
"https://unpkg.com/fullcalendar@5.11.4/locales-all.min.js",
|
|
8
8
|
"https://unpkg.com/fullcalendar@5.11.4/main.min.css",
|
|
9
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
10
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
9
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.25/dist/fullcalendar.umd.js",
|
|
10
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@6.10.25/dist/fullcalendar.umd.css"
|
|
11
11
|
],
|
|
12
12
|
"library": "BuilderFullCalendar"
|
|
13
13
|
}
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"npm": {
|
|
19
19
|
"package": "@steedos-widgets/fullcalendar"
|
|
20
20
|
},
|
|
21
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
21
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.25/dist/meta.js",
|
|
22
22
|
"urls": {
|
|
23
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
24
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.
|
|
23
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.25/dist/meta.js",
|
|
24
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@6.10.25/dist/meta.js"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
]
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
--fc-small-font-size: var(--link-fontSize);
|
|
2
3
|
--fc-button-text-color: #0176d3;
|
|
3
4
|
--fc-button-bg-color: #fff;
|
|
4
5
|
--fc-button-border-color: #c9c9c9;
|
|
@@ -8,10 +9,10 @@
|
|
|
8
9
|
--fc-button-active-border-color: #c9c9c9;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
|
-
.steedos-object-listview .fc-media-screen{
|
|
12
|
+
/* .steedos-object-listview .fc-media-screen{
|
|
12
13
|
--tw-bg-opacity: 1;
|
|
13
14
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
14
|
-
}
|
|
15
|
+
} */
|
|
15
16
|
.steedos-object-listview .fc-media-screen .fc-view-harness{
|
|
16
17
|
background: #fff;
|
|
17
18
|
max-height: calc(100vh - 240px);
|
|
@@ -30,8 +31,9 @@
|
|
|
30
31
|
border-right-width: 0;
|
|
31
32
|
}
|
|
32
33
|
.steedos-object-listview .fc .fc-toolbar.fc-header-toolbar{
|
|
33
|
-
margin: var(--gap-md);
|
|
34
|
-
margin-top: var(--gap-sm);
|
|
34
|
+
/* margin-left: var(--gap-md);
|
|
35
|
+
margin-top: var(--gap-sm); */
|
|
36
|
+
margin-bottom: var(--gap-md);
|
|
35
37
|
}
|
|
36
38
|
.fc-media-screen a:hover{
|
|
37
39
|
background-color: var(--fc-event-bg-color, #3788d8) !important;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/fullcalendar",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.
|
|
4
|
+
"version": "6.10.25",
|
|
5
5
|
"main": "dist/fullcalendar.cjs.js",
|
|
6
6
|
"module": "dist/fullcalendar.esm.js",
|
|
7
7
|
"unpkg": "dist/fullcalendar.umd.js",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"rollup-plugin-tslib-resolve-id": "^0.0.0",
|
|
48
48
|
"rollup-plugin-visualizer": "^5.8.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0652b002b88b02662de1f64ef6d4bf93ffcf1ca7"
|
|
51
51
|
}
|