@zag-js/popper 0.0.0-dev-20220704094417 → 0.0.0-dev-20220704111810

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.
@@ -1,4 +1,4 @@
1
- import { Placement } from "@floating-ui/dom";
1
+ import type { Placement } from "@floating-ui/dom";
2
2
  declare type Options = {
3
3
  measured: boolean;
4
4
  strategy?: "absolute" | "fixed";
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __defProps = Object.defineProperties;
4
3
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -1,4 +1,4 @@
1
- import { Middleware } from "@floating-ui/dom";
1
+ import type { Middleware } from "@floating-ui/dom";
2
2
  export declare const cssVars: {
3
3
  arrowSize: {
4
4
  variable: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/popper",
3
- "version": "0.0.0-dev-20220704094417",
3
+ "version": "0.0.0-dev-20220704111810",
4
4
  "description": "Dynamic positioning logic for ui machines",
5
5
  "keywords": [
6
6
  "js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@floating-ui/dom": "0.5.4",
29
- "@zag-js/dom-utils": "0.0.0-dev-20220704094417",
29
+ "@zag-js/dom-utils": "0.0.0-dev-20220704111810",
30
30
  "@zag-js/utils": "0.1.2"
31
31
  },
32
32
  "scripts": {