@ornikar/kitt-universal 32.5.3-canary.00f8f98ae6299285821fb6a87eab9440995c7566.0 → 32.5.3-canary.f3d9b69069a5f00edad9110e1f71513d5e1ba86a.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.
- package/CHANGELOG.md +6 -4
- package/dist/definitions/Picker/Picker.web.d.ts.map +1 -1
- package/dist/definitions/Tooltip/Tooltip.web.d.ts.map +1 -1
- package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -1
- package/dist/index-node-22.17.cjs.web.css +10 -1
- package/dist/index-node-22.17.cjs.web.js +127 -155
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.web.css +10 -1
- package/dist/index-node-22.17.es.web.mjs +127 -155
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.web.js +124 -151
- package/dist/index.es.web.js.map +1 -1
- package/dist/styles.css +10 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/definitions/Portal/Portal.d.ts +0 -8
- package/dist/definitions/Portal/Portal.d.ts.map +0 -1
- package/dist/definitions/Portal/Portal.web.d.ts +0 -4
- package/dist/definitions/Portal/Portal.web.d.ts.map +0 -1
- package/dist/definitions/Portal/utils/getDocumentBodyIfExists.web.d.ts +0 -7
- package/dist/definitions/Portal/utils/getDocumentBodyIfExists.web.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { PropsWithChildren } from 'react';
|
|
2
|
-
export interface PortalProps extends PropsWithChildren {
|
|
3
|
-
}
|
|
4
|
-
/**
|
|
5
|
-
* @description Should only be used on web. Renders nothing on native platforms.
|
|
6
|
-
*/
|
|
7
|
-
export declare function Portal({ children }: PortalProps): null;
|
|
8
|
-
//# sourceMappingURL=Portal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/Portal/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,WAAW,WAAY,SAAQ,iBAAiB;CAAG;AAEzD;;GAEG;AACH,wBAAgB,MAAM,CAAC,EAAE,QAAQ,EAAE,EAAE,WAAW,GAAG,IAAI,CAEtD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Portal.web.d.ts","sourceRoot":"","sources":["../../../src/Portal/Portal.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAG5C,wBAAgB,MAAM,CAAC,EAAE,QAAQ,EAAE,EAAE,WAAW,GAAG,WAAW,GAAG,IAAI,CAMpE"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Returns document.body if it exists, or null otherwise.
|
|
3
|
-
* This is useful when document.body might not be available, such as when document.write() is called
|
|
4
|
-
* which destroys the DOM and causes React portals to fail with "Target container is not a DOM element" error.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getDocumentBodyIfExists(): HTMLBodyElement | null;
|
|
7
|
-
//# sourceMappingURL=getDocumentBodyIfExists.web.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getDocumentBodyIfExists.web.d.ts","sourceRoot":"","sources":["../../../../src/Portal/utils/getDocumentBodyIfExists.web.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,eAAe,GAAG,IAAI,CAIhE"}
|