@croquiscom/pds 0.40.3 → 0.42.0

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,6 +1,6 @@
1
1
  declare const ZIndexOrder: {
2
- readonly bottomSheet: 1010;
3
- readonly modal: 1020;
2
+ readonly modal: 1010;
3
+ readonly bottomSheet: 1020;
4
4
  readonly dropdown: 1030;
5
5
  readonly picker: 1035;
6
6
  readonly notification: 1040;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croquiscom/pds",
3
- "version": "0.40.3",
3
+ "version": "0.42.0",
4
4
  "description": "Design system for Zigzag's Partner Center",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.es.js",
@@ -1,3 +0,0 @@
1
- import { Root } from 'react-dom/client';
2
- export declare function getFloatingModalPortal(id: string): HTMLElement;
3
- export declare function removeFloatingModalPortal(target: HTMLElement, root: Root, unmountDelay?: number): void;