@floegence/floe-webapp-core 0.36.58 → 0.36.59

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.
@@ -239,6 +239,16 @@
239
239
  0 18px 44px -22px color-mix(in srgb, var(--primary, #3b82f6) 42%, transparent),
240
240
  0 0 0 1px color-mix(in srgb, white 36%, transparent) inset;
241
241
  will-change: transform, width, height;
242
+ opacity: 0.72;
243
+ transition:
244
+ opacity 120ms ease,
245
+ border-color 120ms ease,
246
+ background 120ms ease,
247
+ box-shadow 120ms ease;
248
+ }
249
+
250
+ .workbench-placement-preview.is-drop-armed {
251
+ opacity: 1;
242
252
  }
243
253
 
244
254
  .workbench-placement-preview.is-sticky-note {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.58",
3
+ "version": "0.36.59",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",