loon-bulma-react 2026.0.8 → 2026.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.
package/dist/index.js CHANGED
@@ -15268,8 +15268,8 @@ function gI({
15268
15268
  /* @__PURE__ */ y("div", { className: "drag-handle", draggable: !0, onDragStart: (S) => a(S, e, m.current), onDragEnd: f, children: k }, "handle")
15269
15269
  ) : k?.type === ic.Buttons && E.push(
15270
15270
  /* @__PURE__ */ R("div", { className: "is-flex flex-wrap-nowrap", children: [
15271
- /* @__PURE__ */ y("span", { onClick: () => d(e), className: w ? "has-text-grey-light" : "has-text-info", title: w ? "" : "Verschuif naar boven", children: /* @__PURE__ */ y(Qt, { icon: Mi }) }),
15272
- /* @__PURE__ */ y("span", { onClick: () => h(e), className: v ? "has-text-grey-light" : "has-text-info", title: v ? "" : "Verschuif naar beneden", children: /* @__PURE__ */ y(Qt, { icon: Ri }) })
15271
+ /* @__PURE__ */ y("span", { onClick: () => d(e), className: v ? "has-text-grey-light" : "has-text-info", title: v ? "" : "Verschuif naar boven", children: /* @__PURE__ */ y(Qt, { icon: Mi }) }),
15272
+ /* @__PURE__ */ y("span", { onClick: () => h(e), className: w ? "has-text-grey-light" : "has-text-info", title: w ? "" : "Verschuif naar beneden", children: /* @__PURE__ */ y(Qt, { icon: Ri }) })
15273
15273
  ] }, "buttons")
15274
15274
  );
15275
15275
  }), E.push(
@@ -0,0 +1,26 @@
1
+ .drag-drop-list {
2
+ list-style: none;
3
+ margin: 0;
4
+ padding: 0;
5
+
6
+ .drag-drop-item {
7
+ display: flex;
8
+ align-items: center;
9
+
10
+ &.is-dragging {
11
+ opacity: 0.5;
12
+ }
13
+
14
+ &.is-drag-over {
15
+ opacity: 0.5;
16
+ }
17
+
18
+ .drag-handle {
19
+ cursor: grab;
20
+
21
+ &:active {
22
+ cursor: grabbing;
23
+ }
24
+ }
25
+ }
26
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
3
  "private": false,
4
- "version": "2026.0.8",
4
+ "version": "2026.0.10",
5
5
  "description": "Bulma & React componenten voor Loon Salarissoftware",
6
6
  "type": "module",
7
7
  "license": "MIT",