@zag-js/popper 0.0.0-dev-20220412162814 → 0.0.0-dev-20220413174154

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/README.md CHANGED
@@ -12,8 +12,8 @@ npm i @zag-js/popper
12
12
 
13
13
  ## Contribution
14
14
 
15
- Yes please! See the [contributing guidelines](https://github.com/chakra-ui/core/blob/main/CONTRIBUTING.md) for details.
15
+ Yes please! See the [contributing guidelines](https://github.com/chakra-ui/zag/blob/main/CONTRIBUTING.md) for details.
16
16
 
17
17
  ## Licence
18
18
 
19
- This project is licensed under the terms of the [MIT license](https://github.com/chakra-ui/core/blob/main/LICENSE).
19
+ This project is licensed under the terms of the [MIT license](https://github.com/chakra-ui/zag/blob/main/LICENSE).
@@ -6,3 +6,4 @@ export declare type AutoUpdateOptions = {
6
6
  referenceResize?: boolean;
7
7
  };
8
8
  export declare function autoUpdate(reference: ReferenceElement, floating: HTMLElement, update: () => void, options?: boolean | AutoUpdateOptions): (v: void) => void;
9
+ //# sourceMappingURL=auto-update.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-update.d.ts","sourceRoot":"","sources":["../src/auto-update.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAKnE,YAAY,EAAE,SAAS,EAAE,CAAA;AAEzB,oBAAY,iBAAiB,GAAG;IAAE,cAAc,CAAC,EAAE,OAAO,CAAC;IAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAAE,CAAA;AAQjH,wBAAgB,UAAU,CACxB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,WAAW,EACrB,MAAM,EAAE,MAAM,IAAI,EAClB,OAAO,GAAE,OAAO,GAAG,iBAAyB,qBAyB7C"}
@@ -1,3 +1,4 @@
1
1
  import type { VirtualElement } from "@floating-ui/dom";
2
2
  import { PositioningOptions } from "./types";
3
3
  export declare function getPlacement(reference: HTMLElement | VirtualElement | null, floating: HTMLElement | null, options?: PositioningOptions): (v: void) => void;
4
+ //# sourceMappingURL=get-placement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-placement.d.ts","sourceRoot":"","sources":["../src/get-placement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAMtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAW5C,wBAAgB,YAAY,CAC1B,SAAS,EAAE,WAAW,GAAG,cAAc,GAAG,IAAI,EAC9C,QAAQ,EAAE,WAAW,GAAG,IAAI,EAC5B,OAAO,GAAE,kBAAuB,qBAkEjC"}
@@ -31,3 +31,4 @@ export declare function getPlacementStyles(options: Options): {
31
31
  };
32
32
  };
33
33
  export {};
34
+ //# sourceMappingURL=get-styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-styles.d.ts","sourceRoot":"","sources":["../src/get-styles.ts"],"names":[],"mappings":"AAEA,aAAK,OAAO,GAAG;IACb,QAAQ,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;CAChC,CAAA;AAWD,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8BlD"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export { getPlacement } from "./get-placement";
2
2
  export { getPlacementStyles } from "./get-styles";
3
3
  export type { Placement, PositioningOptions } from "./types";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AACjD,YAAY,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA"}