@vanduo-oss/framework 1.3.2 → 1.3.3

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/vanduo.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Vanduo v1.3.2 | Built: 2026-04-06T19:04:41.601Z | git:8e08b38 | development */
1
+ /*! Vanduo v1.3.3 | Built: 2026-04-10T21:45:12.664Z | git:281f4f6 | development */
2
2
  *, :before, :after {
3
3
  box-sizing: border-box;
4
4
  }
@@ -61863,6 +61863,8 @@ input.vd-doc-search-input {
61863
61863
  border: 1px solid var(--draggable-border-color);
61864
61864
  border-radius: var(--btn-border-radius);
61865
61865
  cursor: grab;
61866
+ user-select: none;
61867
+ touch-action: none;
61866
61868
  transition: var(--draggable-transition);
61867
61869
  flex: none;
61868
61870
  }
@@ -61899,7 +61901,7 @@ input.vd-doc-search-input {
61899
61901
  opacity: .9;
61900
61902
  transition: opacity .2s;
61901
61903
  position: fixed;
61902
- transform: scale(.8);
61904
+ transform: none;
61903
61905
  }
61904
61906
 
61905
61907
  .vd-drag-feedback.hidden {