dsp-semactic 0.6.14 → 0.6.15

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.es.js CHANGED
@@ -11215,10 +11215,10 @@ const Hs = ["data-chart-type"], As = { class: "dss-chart-header-titles" }, Ls =
11215
11215
  height: ${he.height}px;
11216
11216
  z-index: 9999;
11217
11217
  pointer-events: none;
11218
- opacity: 1;
11218
+ opacity: ${x.value.dragGhostOpacity};
11219
11219
  box-sizing: border-box;
11220
11220
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
11221
- background-color: #fafafa;
11221
+ background-color: ${x.value.dragSourceBackground};
11222
11222
  font-family: 'Work Sans', sans-serif;
11223
11223
  `, document.body.appendChild(ot), le = ot;
11224
11224
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsp-semactic",
3
3
  "private": false,
4
- "version": "0.6.14",
4
+ "version": "0.6.15",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",