@timum/booking 1.6.8 → 1.6.9

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/build/booking.js CHANGED
@@ -66470,6 +66470,10 @@ const uKe = Hf`
66470
66470
  --fc-today-bg-color: transparent !important;
66471
66471
  --fc-event-shadow-color: #d0d0d0 !important;
66472
66472
  }
66473
+
66474
+ .fc {
66475
+ font-size: 1rem !important;
66476
+ }
66473
66477
  .fc .fc-today-button {
66474
66478
  border: 0px !important;
66475
66479
  }
@@ -1189,6 +1189,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1189
1189
  --fc-today-bg-color: transparent !important;
1190
1190
  --fc-event-shadow-color: #d0d0d0 !important;
1191
1191
  }
1192
+
1193
+ .fc {
1194
+ font-size: 1rem !important;
1195
+ }
1192
1196
  .fc .fc-today-button {
1193
1197
  border: 0px !important;
1194
1198
  }
@@ -60293,6 +60293,10 @@ const dLe = ku`
60293
60293
  --fc-today-bg-color: transparent !important;
60294
60294
  --fc-event-shadow-color: #d0d0d0 !important;
60295
60295
  }
60296
+
60297
+ .fc {
60298
+ font-size: 1rem !important;
60299
+ }
60296
60300
  .fc .fc-today-button {
60297
60301
  border: 0px !important;
60298
60302
  }
@@ -1158,6 +1158,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1158
1158
  --fc-today-bg-color: transparent !important;
1159
1159
  --fc-event-shadow-color: #d0d0d0 !important;
1160
1160
  }
1161
+
1162
+ .fc {
1163
+ font-size: 1rem !important;
1164
+ }
1161
1165
  .fc .fc-today-button {
1162
1166
  border: 0px !important;
1163
1167
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timum/booking",
3
- "version": "1.6.8",
4
- "next_version": "1.6.8",
3
+ "version": "1.6.9",
4
+ "next_version": "1.6.9",
5
5
  "current_major_version": "1",
6
6
  "license": "CC-BY-ND-4.0",
7
7
  "type": "module",