@event-calendar/build 2.7.1 → 2.7.2

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/README.md CHANGED
@@ -200,8 +200,8 @@ import '@event-calendar/core/index.css';
200
200
  ### Pre-built browser ready bundle
201
201
  Include the following lines of code in the `<head>` section of your page:
202
202
  ```html
203
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.1/event-calendar.min.css">
204
- <script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.1/event-calendar.min.js"></script>
203
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.2/event-calendar.min.css">
204
+ <script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@2.7.2/event-calendar.min.js"></script>
205
205
  ```
206
206
 
207
207
  <details>
@@ -324,7 +324,7 @@ function (text) {
324
324
 
325
325
  ### customButtons
326
326
  - Type `object`
327
- - Default `undefined`
327
+ - Default `{}`
328
328
 
329
329
  Defines custom buttons that can be used in the [headerToolbar](#headertoolbar).
330
330