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.cjs.js +12 -12
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
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:
|
|
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:
|
|
11221
|
+
background-color: ${x.value.dragSourceBackground};
|
|
11222
11222
|
font-family: 'Work Sans', sans-serif;
|
|
11223
11223
|
`, document.body.appendChild(ot), le = ot;
|
|
11224
11224
|
}
|