@particle-network/ui-react 0.1.4-beta.8 → 0.1.4-beta.9
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.
|
@@ -3,14 +3,20 @@ import { Tooltip } from "@heroui/tooltip";
|
|
|
3
3
|
const ExtendedTooltip = extendVariants(Tooltip, {
|
|
4
4
|
variants: {
|
|
5
5
|
size: {
|
|
6
|
+
sm: {
|
|
7
|
+
content: '!p-sm max-w-[300px]'
|
|
8
|
+
},
|
|
6
9
|
md: {
|
|
7
|
-
content: '
|
|
10
|
+
content: '!p-md max-w-[300px]'
|
|
11
|
+
},
|
|
12
|
+
lg: {
|
|
13
|
+
content: '!p-lg max-w-[300px]'
|
|
8
14
|
}
|
|
9
15
|
},
|
|
10
16
|
color: {
|
|
11
17
|
default: {
|
|
12
18
|
base: 'before:bg-content1 before:shadow-box',
|
|
13
|
-
content: 'bg-content1 text-foreground-300 shadow-box'
|
|
19
|
+
content: 'bg-content1 text-foreground-300 shadow-box text-tiny leading-1.4 break-all hyphens-manual wrap-break-word'
|
|
14
20
|
}
|
|
15
21
|
}
|
|
16
22
|
},
|