@deque/cauldron-react 6.15.0-canary.bf104418 → 6.15.0-canary.db12983a
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.
|
@@ -5,7 +5,7 @@ interface TextEllipsisProps extends PolymorphicProps<React.HTMLAttributes<HTMLEl
|
|
|
5
5
|
children: string;
|
|
6
6
|
maxLines?: number;
|
|
7
7
|
refProp?: string;
|
|
8
|
-
tooltipProps?: Omit<TooltipProps, 'target' | 'association'>;
|
|
8
|
+
tooltipProps?: Omit<TooltipProps, 'target' | 'association' | 'children'>;
|
|
9
9
|
}
|
|
10
10
|
declare const TextEllipsis: PolymorphicComponent<TextEllipsisProps>;
|
|
11
11
|
export default TextEllipsis;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-react",
|
|
3
|
-
"version": "6.15.0-canary.
|
|
3
|
+
"version": "6.15.0-canary.db12983a",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Fully accessible react components library for Deque Cauldron",
|
|
6
6
|
"homepage": "https://cauldron.dequelabs.com/",
|