@purpurds/tooltip 5.1.1 → 5.2.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/.rush/temp/ci_build/@purpurds/tooltip/{63ed72b1779010d917fe077008585ea25dd93ea2.untar.log → 94d375f46adc7c53ab60078f80dde35c1a95663b.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +4 -10
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +3 -3
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/dist/LICENSE.txt +5 -5
- package/dist/tooltip.cjs.js +3 -3
- package/dist/tooltip.cjs.js.map +1 -1
- package/dist/tooltip.es.js +136 -139
- package/dist/tooltip.es.js.map +1 -1
- package/package.json +6 -6
- package/readme.mdx +2 -1
- package/.rush/temp/operation/ci_build/error.log +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/tooltip",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/tooltip.cjs.js",
|
|
6
6
|
"types": "./dist/tooltip.d.ts",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@radix-ui/react-tooltip": "~1.0.7",
|
|
18
18
|
"classnames": "~2.5.0",
|
|
19
|
-
"@purpurds/button": "5.
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/
|
|
19
|
+
"@purpurds/button": "5.2.0",
|
|
20
|
+
"@purpurds/paragraph": "5.2.0",
|
|
21
|
+
"@purpurds/action": "5.2.0",
|
|
22
|
+
"@purpurds/icon": "5.2.0",
|
|
23
|
+
"@purpurds/tokens": "5.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@rushstack/eslint-patch": "~1.10.0",
|
package/readme.mdx
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
src/tooltip.tsx:72:9 - error TS2322: Type '{ children: Element; ref: ForwardedRef<HTMLButtonElement>; "aria-label": string; variant: "tertiary-purple"; negative: boolean; iconOnly: true; "data-testid": string; size: Size; }' is not assignable to type 'IntrinsicAttributes & (ButtonProps & RefAttributes<HTMLButtonElement>)'.
|
|
2
|
-
Property 'negative' does not exist on type 'IntrinsicAttributes & { children?: ReactNode; className?: string | undefined; "data-testid"?: string | undefined; fullWidth?: boolean | undefined; size?: Size | undefined; variant: "primary" | ... 7 more ... | "text"; } & ... 4 more ... & RefAttributes<...>'.
|
|
3
|
-
|
|
4
|
-
72 negative={negative}
|
|
5
|
-
~~~~~~~~
|
|
6
|
-
|