loon-bulma-react 2026.0.55 → 2026.0.57

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.
@@ -54,8 +54,8 @@ export type EventOptions<T extends BaseEventProps> = {
54
54
  /** Background color for event (hex color, default = #ff8000) */
55
55
  evtColor?: (evt: T, hovered: boolean) => HexColor | ColorProp;
56
56
  /** Wil je bij allday-events de start-tijd laten zien?
57
- * - `none` = geen tijd (default)
58
- * - `start` = toon de starttijd
57
+ * - `none` = geen tijd
58
+ * - `start` = toon de starttijd (default)
59
59
  * - `oneDay` = toon de starttijd als het event op dezelfde dag begint en eindigt
60
60
  */
61
61
  allDayEventTime?: 'none' | 'start' | 'oneDay';
package/dist/index.js CHANGED
@@ -3085,7 +3085,16 @@ var vo = "searchPseudoElementsFullScan" in ro && typeof ro.searchPseudoElementsF
3085
3085
  spin: "fa-spin",
3086
3086
  spinPulse: "fa-spin-pulse",
3087
3087
  spinReverse: "fa-spin-reverse",
3088
- pulse: "fa-pulse"
3088
+ pulse: "fa-pulse",
3089
+ flip360: "fa-flip-360",
3090
+ buzz: "fa-buzz",
3091
+ float: "fa-float",
3092
+ jello: "fa-jello",
3093
+ spinSnap: "fa-spin-snap",
3094
+ spinSnap4: "fa-spin-snap-4",
3095
+ spinSnap8: "fa-spin-snap-8",
3096
+ swing: "fa-swing",
3097
+ wag: "fa-wag"
3089
3098
  }, Co = {
3090
3099
  left: "fa-pull-left",
3091
3100
  right: "fa-pull-right"
@@ -3126,8 +3135,8 @@ function Oo(e) {
3126
3135
  return t === xo ? e : e.replace(new RegExp(String.raw`(?<=^|\s)${xo}-`, "g"), `${t}-`);
3127
3136
  }
3128
3137
  function ko(e) {
3129
- let { beat: t, fade: n, beatFade: r, bounce: i, shake: a, spin: o, spinPulse: s, spinReverse: c, pulse: l, fixedWidth: u, inverse: d, border: f, flip: p, size: m, rotation: h, pull: g, swapOpacity: _, rotateBy: v, widthAuto: y, className: b } = e, x = [];
3130
- return b && x.push(...b.split(" ")), t && x.push(So.beat), n && x.push(So.fade), r && x.push(So.beatFade), i && x.push(So.bounce), a && x.push(So.shake), o && x.push(So.spin), c && x.push(So.spinReverse), s && x.push(So.spinPulse), l && x.push(So.pulse), u && x.push(Eo.fixedWidth), d && x.push(Eo.inverse), f && x.push(Eo.border), p === !0 && x.push(Eo.flip), (p === "horizontal" || p === "both") && x.push(Eo.flipHorizontal), (p === "vertical" || p === "both") && x.push(Eo.flipVertical), m != null && x.push(To[m]), h != null && h !== 0 && x.push(wo[h]), g != null && x.push(Co[g]), _ && x.push(Eo.swapOpacity), bo() ? (v && x.push(Eo.rotateBy), y && x.push(Eo.widthAuto), (ro.cssPrefix || ro.familyPrefix || xo) === xo ? x : x.map(Oo)) : x;
3138
+ let { beat: t, fade: n, beatFade: r, bounce: i, shake: a, spin: o, spinPulse: s, spinReverse: c, pulse: l, fixedWidth: u, inverse: d, border: f, flip: p, size: m, rotation: h, pull: g, swapOpacity: _, rotateBy: v, widthAuto: y, flip360: b, buzz: x, float: S, jello: C, spinSnap: w, spinSnap4: T, spinSnap8: E, swing: D, wag: O, className: k } = e, A = [];
3139
+ return k && A.push(...k.split(" ")), t && A.push(So.beat), n && A.push(So.fade), r && A.push(So.beatFade), i && A.push(So.bounce), a && A.push(So.shake), o && A.push(So.spin), c && A.push(So.spinReverse), s && A.push(So.spinPulse), l && A.push(So.pulse), u && A.push(Eo.fixedWidth), d && A.push(Eo.inverse), f && A.push(Eo.border), p === !0 && A.push(Eo.flip), (p === "horizontal" || p === "both") && A.push(Eo.flipHorizontal), (p === "vertical" || p === "both") && A.push(Eo.flipVertical), m != null && A.push(To[m]), h != null && h !== 0 && A.push(wo[h]), g != null && A.push(Co[g]), _ && A.push(Eo.swapOpacity), bo() ? (v && A.push(Eo.rotateBy), y && A.push(Eo.widthAuto), b && A.push(So.flip360), x && A.push(So.buzz), S && A.push(So.float), C && A.push(So.jello), w && A.push(So.spinSnap), T && A.push(So.spinSnap4), E && A.push(So.spinSnap8), D && A.push(So.swing), O && A.push(So.wag), (ro.cssPrefix || ro.familyPrefix || xo) === xo ? A : A.map(Oo)) : A;
3131
3140
  }
3132
3141
  var Ao = (e) => typeof e == "object" && "icon" in e && !!e.icon;
3133
3142
  function jo(e) {
@@ -3164,7 +3173,16 @@ var No = new _o("FontAwesomeIcon"), Po = {
3164
3173
  titleId: void 0,
3165
3174
  transform: void 0,
3166
3175
  swapOpacity: !1,
3167
- widthAuto: !1
3176
+ widthAuto: !1,
3177
+ flip360: !1,
3178
+ buzz: !1,
3179
+ float: !1,
3180
+ jello: !1,
3181
+ spinSnap: !1,
3182
+ spinSnap4: !1,
3183
+ spinSnap8: !1,
3184
+ swing: !1,
3185
+ wag: !1
3168
3186
  }, Fo = new Set(Object.keys(Po)), Io = t.forwardRef((e, t) => {
3169
3187
  let n = {
3170
3188
  ...Po,
@@ -15988,7 +16006,7 @@ function hy(e, t) {
15988
16006
  }, t) : e.startOf("day");
15989
16007
  }
15990
16008
  function gy(e, t, n) {
15991
- return !n._startDateTime || !n._endDateTime ? !1 : n._startDateTime.isBefore(t) && n._endDateTime.isAfter(e);
16009
+ return !n._startDateTime || !n._endDateTime ? !1 : n._startDateTime.isBefore(t, !0) && n._endDateTime.isAfter(e);
15992
16010
  }
15993
16011
  function _y(e, t) {
15994
16012
  return e.allDay === void 0 && (e.allDay = !1), e._startDateTime ||= e.startDateTime instanceof Date ? r_.fromDate(e.startDateTime, t?.locale) : e.startDateTime.clone(), e.endDateTime && !e._endDateTime && (e._endDateTime = e.endDateTime instanceof Date ? r_.fromDate(e.endDateTime, t?.locale) : e.endDateTime?.clone()), e.allDay ? (e._startDateTime = hy(e._startDateTime, t?.locale), e._endDateTime ? e._endDateTime = hy(e._endDateTime, t?.locale) : e._endDateTime = e._startDateTime.clone().plus({ days: 1 })) : !e._endDateTime && !e.endDateTime && (e._endDateTime = e._startDateTime.clone().plus({ hours: 1 })), e;
@@ -16069,7 +16087,8 @@ function xy({ evt: e, options: n, calendarType: r, isHovered: i = !1 }) {
16069
16087
  e,
16070
16088
  n,
16071
16089
  i
16072
- ]), o = t.useMemo(() => n?.allDayEventTime === "start" || n?.allDayEventTime === "oneDay" && e._endDateTime.hasSame(e._startDateTime ?? r_.epoch(), "day") ? e._startDateTime.timeHM : "", [
16090
+ ]), o = t.useMemo(() => !e.allDay && e._endDateTime.hasSame(e._startDateTime ?? r_.epoch(), "day") || n?.allDayEventTime === "start" || n?.allDayEventTime === "oneDay" && e._endDateTime.hasSame(e._startDateTime ?? r_.epoch(), "day") ? e._startDateTime.timeHM : "", [
16091
+ e.allDay,
16073
16092
  e._startDateTime,
16074
16093
  e._endDateTime,
16075
16094
  n?.allDayEventTime
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
3
  "private": false,
4
- "version": "2026.0.55",
4
+ "version": "2026.0.57",
5
5
  "description": "Bulma &amp; React componenten voor Loon Salarissoftware",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@fortawesome/fontawesome-svg-core": "^7.3.0",
30
30
  "@fortawesome/free-solid-svg-icons": "^7.3.0",
31
- "@fortawesome/react-fontawesome": "^3.3.1",
31
+ "@fortawesome/react-fontawesome": "^3.4.0",
32
32
  "@tiptap/extension-bold": "^3.22.4",
33
33
  "@tiptap/extension-bullet-list": "^3.22.4",
34
34
  "@tiptap/extension-color": "^3.22.4",
@@ -59,7 +59,7 @@
59
59
  "@vitejs/plugin-react": "^6.0.3",
60
60
  "bulma": "^1.0.4",
61
61
  "date-fns": "^4.4.0",
62
- "npm": "^11.18.0",
62
+ "npm": "^12.0.0",
63
63
  "rc-tooltip": "^6.4.0",
64
64
  "react-is": "^19.2.7",
65
65
  "react-syntax-highlighter": "^16.1.1"
@@ -71,7 +71,7 @@
71
71
  "@testing-library/jest-dom": "^6.9.1",
72
72
  "@testing-library/react": "^16.3.2",
73
73
  "@testing-library/user-event": "^14.6.1",
74
- "@types/node": "^26.1.0",
74
+ "@types/node": "^26.1.1",
75
75
  "@types/react": "^19.2.17",
76
76
  "@types/react-dom": "^19.2.3",
77
77
  "@types/react-is": "^19.2.0",
@@ -93,14 +93,14 @@
93
93
  "eslint-plugin-testing-library": "^7.16.0",
94
94
  "globals": "^17.7.0",
95
95
  "happy-dom": "^20.10.6",
96
- "prettier": "^3.9.4",
96
+ "prettier": "^3.9.5",
97
97
  "react": "^19.2.7",
98
98
  "react-dom": "^19.2.7",
99
99
  "rollup-plugin-copy": "^3.5.0",
100
100
  "sass": "^1.101.0",
101
101
  "typescript": "^6.0.3",
102
102
  "typescript-eslint": "^8.63.0",
103
- "vite": "^8.1.3",
103
+ "vite": "^8.1.4",
104
104
  "vite-plugin-lib-inject-css": "^2.2.2",
105
105
  "vite-tsconfig-paths": "^6.1.1",
106
106
  "vitest": "^4.1.10"