@croquiscom/pds 0.33.0 → 0.33.1
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 -0
- package/dist/components/tooltip/Tooltip.stories.d.ts +1 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,3 +7,4 @@ export declare const Placement: any;
|
|
|
7
7
|
export declare const MaxWidth: () => JSX.Element;
|
|
8
8
|
export declare const Trigger: () => JSX.Element;
|
|
9
9
|
export declare const ContentWithCloseButton: () => JSX.Element;
|
|
10
|
+
export declare const HidingFullyClippedReferenceElements: () => JSX.Element;
|