@khanacademy/wonder-blocks-tooltip 2.0.7 → 2.0.8
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 +8 -0
- package/dist/components/tooltip.js.flow +1 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -143,9 +143,7 @@ declare export default class Tooltip extends React.Component<Props, State> {
|
|
|
143
143
|
state: State;
|
|
144
144
|
static ariaContentId: string;
|
|
145
145
|
_updateAnchorElement(ref?: Element | null): void;
|
|
146
|
-
_renderBubbleContent(): React.Element<
|
|
147
|
-
React.ElementProps<typeof TooltipContent>
|
|
148
|
-
>;
|
|
146
|
+
_renderBubbleContent(): React.Element<typeof TooltipContent>;
|
|
149
147
|
_renderPopper(ids?: IIdentifierFactory): React.Node;
|
|
150
148
|
_getHost(): Element | null | void;
|
|
151
149
|
_renderTooltipAnchor(ids?: IIdentifierFactory): React.Node;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-tooltip",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
19
|
"@khanacademy/wonder-blocks-color": "^2.0.1",
|
|
20
20
|
"@khanacademy/wonder-blocks-core": "^5.0.4",
|
|
21
|
-
"@khanacademy/wonder-blocks-layout": "^2.0.
|
|
22
|
-
"@khanacademy/wonder-blocks-modal": "^4.0.
|
|
21
|
+
"@khanacademy/wonder-blocks-layout": "^2.0.8",
|
|
22
|
+
"@khanacademy/wonder-blocks-modal": "^4.0.8",
|
|
23
23
|
"@khanacademy/wonder-blocks-spacing": "^4.0.1",
|
|
24
|
-
"@khanacademy/wonder-blocks-typography": "^2.0.
|
|
24
|
+
"@khanacademy/wonder-blocks-typography": "^2.0.8"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@popperjs/core": "^2.10.1",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"react-popper": "^2.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"wb-dev-build-settings": "^0.9.
|
|
34
|
+
"wb-dev-build-settings": "^0.9.7"
|
|
35
35
|
}
|
|
36
36
|
}
|