@hkdigital/lib-core 0.4.83 → 0.4.85

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.
@@ -124,6 +124,7 @@
124
124
  !canDropInActiveZone
125
125
  });
126
126
 
127
+ // @ts-ignore
127
128
  let stateClasses = $derived(toStateClasses(stateObject));
128
129
 
129
130
  // Update bindable props
@@ -531,14 +532,14 @@
531
532
  pointer-events: auto;
532
533
  }
533
534
 
534
- /* Prevent ALL child elements from interfering with drag */
535
+ /* Prevent ALL descendant elements from interfering with drag */
535
536
  [data-component='draggable'] :global(*) {
536
- -webkit-user-drag: none !important;
537
- -moz-user-select: none !important;
538
- -webkit-user-select: none !important;
539
- user-select: none !important;
540
- /* Override any pointer-events: auto that child components might have */
541
- pointer-events: none !important;
537
+ -webkit-user-drag: none;
538
+ -moz-user-select: none;
539
+ -webkit-user-select: none;
540
+ user-select: none;
541
+ /* On windows child components with pointer events might interfere drag */
542
+ pointer-events: none;
542
543
  }
543
544
 
544
545
  /* Provide proper drag cursors */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.4.83",
3
+ "version": "0.4.85",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"
@@ -77,7 +77,7 @@
77
77
  "@eslint/js": "^9.33.0",
78
78
  "@skeletonlabs/skeleton": "^3.1.7",
79
79
  "@steeze-ui/heroicons": "^2.4.2",
80
- "@sveltejs/kit": "^2.28.0",
80
+ "@sveltejs/kit": "^2.37.1",
81
81
  "@tailwindcss/postcss": "^4.1.11",
82
82
  "autoprefixer": "^10.4.21",
83
83
  "eslint-plugin-import": "^2.32.0",
@@ -99,6 +99,7 @@
99
99
  "@skeletonlabs/skeleton-svelte": "1.3.1",
100
100
  "@steeze-ui/heroicons": "^2.4.2",
101
101
  "@sveltejs/adapter-auto": "^6.1.1",
102
+ "@sveltejs/kit": "^2.37.1",
102
103
  "@sveltejs/package": "^2.5.4",
103
104
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
104
105
  "@tailwindcss/postcss": "^4.1.14",