Socket
Socket
Sign inDemoInstall

@project44-manifest/react-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project44-manifest/react-tooltip - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

465

dts/Tooltip.styles.d.ts
export declare const StyledTooltip: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
lg: `(min-width: ${string})`;
md: `(min-width: ${string})`;
sm: `(min-width: ${string})`;
xl: `(min-width: ${string})`;
xs: `(min-width: ${string})`;
lg: string;
md: string;
sm: string;
xl: string;
xs: string;
}, import("@stitches/react/types/css-util").CSS<{
lg: `(min-width: ${string})`;
md: `(min-width: ${string})`;
sm: `(min-width: ${string})`;
xl: `(min-width: ${string})`;
xs: `(min-width: ${string})`;
lg: string;
md: string;
sm: string;
xl: string;
xs: string;
}, {
fonts?: {
[x: string]: any;
} | undefined;
fontSizes?: {
[x: string]: any;
} | undefined;
fontWeights?: {
[x: string]: any;
} | undefined;
lineHeights?: {
[x: string]: any;
} | undefined;
letterSpacings?: {
[x: string]: any;
} | undefined;
space?: {
[x: string]: any;
} | undefined;
radii?: {
[x: string]: any;
} | undefined;
zIndices?: {
[x: string]: any;
} | undefined;
borderWeights?: {
[x: string]: any;
} | undefined;
colors?: {
[x: string]: any;
} | undefined;
shadows?: {
[x: string]: any;
} | undefined;
breakpoints?: {
[x: string]: any;
} | undefined;
}, import("@stitches/react/types/config").DefaultThemeMap, {
typography: (variant: "$caption" | "$display" | "$body-bold" | "$body" | "$caption-bold" | "$heading" | "$subtext-bold" | "$subtext" | "$subtitle" | "$title") => import("@stitches/react/types/css-util").CSSProperties;
borderWidths: {
large: string;
medium: string;
small: string;
};
colors: {
'background-danger': string;
'background-primary': string;
'background-secondary': string;
'background-side-nav': string;
'background-success': string;
'background-surface': string;
'background-tertiary': string;
'background-top-nav': string;
'background-warning': string;
'border-danger': string;
'border-disabled': string;
'border-primary': string;
'border-success': string;
'border-warning': string;
'brand-default': string;
'brand-active': string;
'brand-hover': string;
'brand-gradient': string;
'data-viz-danger-fill': string;
'data-viz-danger-hover': string;
'data-viz-danger-line': string;
'data-viz-neutral-fill': string;
'data-viz-neutral-hover': string;
'data-viz-primary-fill': string;
'data-viz-primary-fill-alt': string;
'data-viz-primary-hover': string;
'data-viz-primary-line': string;
'data-viz-secondary-fill': string;
'data-viz-secondary-fill-alt': string;
'data-viz-secondary-hover': string;
'data-viz-secondary-line': string;
'data-viz-tertiary-fill': string;
'data-viz-tertiary-fill-alt': string;
'data-viz-tertiary-hover': string;
'data-viz-tertiary-line': string;
'data-viz-warning-fill': string;
'data-viz-warning-hover': string;
'data-viz-warning-line': string;
'palette-black': string;
'palette-white': string;
'palette-blue-50': string;
'palette-blue-100': string;
'palette-blue-200': string;
'palette-blue-300': string;
'palette-blue-400': string;
'palette-blue-500': string;
'palette-blue-600': string;
'palette-blue-700': string;
'palette-blue-800': string;
'palette-blue-900': string;
'palette-brown-50': string;
'palette-brown-100': string;
'palette-brown-200': string;
'palette-brown-300': string;
'palette-brown-400': string;
'palette-brown-500': string;
'palette-brown-600': string;
'palette-brown-700': string;
'palette-brown-800': string;
'palette-brown-900': string;
'palette-green-50': string;
'palette-green-100': string;
'palette-green-200': string;
'palette-green-300': string;
'palette-green-400': string;
'palette-green-500': string;
'palette-green-600': string;
'palette-green-700': string;
'palette-green-800': string;
'palette-green-900': string;
'palette-grey-50': string;
'palette-grey-100': string;
'palette-grey-200': string;
'palette-grey-300': string;
'palette-grey-400': string;
'palette-grey-500': string;
'palette-grey-600': string;
'palette-grey-700': string;
'palette-grey-800': string;
'palette-grey-900': string;
'palette-indigo-50': string;
'palette-indigo-100': string;
'palette-indigo-200': string;
'palette-indigo-300': string;
'palette-indigo-400': string;
'palette-indigo-500': string;
'palette-indigo-600': string;
'palette-indigo-700': string;
'palette-indigo-800': string;
'palette-indigo-900': string;
'palette-orange-50': string;
'palette-orange-100': string;
'palette-orange-200': string;
'palette-orange-300': string;
'palette-orange-400': string;
'palette-orange-500': string;
'palette-orange-600': string;
'palette-orange-700': string;
'palette-orange-800': string;
'palette-orange-900': string;
'palette-pink-50': string;
'palette-pink-100': string;
'palette-pink-200': string;
'palette-pink-300': string;
'palette-pink-400': string;
'palette-pink-500': string;
'palette-pink-600': string;
'palette-pink-700': string;
'palette-pink-800': string;
'palette-pink-900': string;
'palette-purple-50': string;
'palette-purple-100': string;
'palette-purple-200': string;
'palette-purple-300': string;
'palette-purple-400': string;
'palette-purple-500': string;
'palette-purple-600': string;
'palette-purple-700': string;
'palette-purple-800': string;
'palette-purple-900': string;
'palette-red-50': string;
'palette-red-100': string;
'palette-red-200': string;
'palette-red-300': string;
'palette-red-400': string;
'palette-red-500': string;
'palette-red-600': string;
'palette-red-700': string;
'palette-red-800': string;
'palette-red-900': string;
'palette-yellow-50': string;
'palette-yellow-100': string;
'palette-yellow-200': string;
'palette-yellow-300': string;
'palette-yellow-400': string;
'palette-yellow-500': string;
'palette-yellow-600': string;
'palette-yellow-700': string;
'palette-yellow-800': string;
'palette-yellow-900': string;
'primary-default': string;
'primary-active': string;
'primary-hover': string;
'text-contrast': string;
'text-danger': string;
'text-disabled': string;
'text-primary': string;
'text-secondary': string;
'text-success': string;
'text-tertiary': string;
'text-warning': string;
};
fonts: {
mono: string;
text: string;
};
fontSizes: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
'xx-large': string;
};
fontWeights: {
bold: number;
regular: number;
semibold: number;
};
letterSpacings: {
large: string;
medium: string;
small: string;
'x-small': string;
};
lineHeights: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
'xx-large': string;
};
radii: {
full: string;
small: string;
};
shadows: {
large: string;
medium: string;
small: string;
};
sizes: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
};
space: {
medium: string;
small: string;
large: string;
'x-large': string;
'x-small': string;
};
zIndices: {
dropdown: number;
modal: number;
overlay: number;
popover: number;
sticky: number;
tooltip: number;
};
}, {
gap: "space";
gridGap: "space";
columnGap: "space";
gridColumnGap: "space";
rowGap: "space";
gridRowGap: "space";
inset: "space";
insetBlock: "space";
insetBlockEnd: "space";
insetBlockStart: "space";
insetInline: "space";
insetInlineEnd: "space";
insetInlineStart: "space";
margin: "space";
marginTop: "space";
marginRight: "space";
marginBottom: "space";
marginLeft: "space";
marginBlock: "space";
marginBlockEnd: "space";
marginBlockStart: "space";
marginInline: "space";
marginInlineEnd: "space";
marginInlineStart: "space";
padding: "space";
paddingTop: "space";
paddingRight: "space";
paddingBottom: "space";
paddingLeft: "space";
paddingBlock: "space";
paddingBlockEnd: "space";
paddingBlockStart: "space";
paddingInline: "space";
paddingInlineEnd: "space";
paddingInlineStart: "space";
scrollMargin: "space";
scrollMarginTop: "space";
scrollMarginRight: "space";
scrollMarginBottom: "space";
scrollMarginLeft: "space";
scrollMarginBlock: "space";
scrollMarginBlockEnd: "space";
scrollMarginBlockStart: "space";
scrollMarginInline: "space";
scrollMarginInlineEnd: "space";
scrollMarginInlineStart: "space";
scrollPadding: "space";
scrollPaddingTop: "space";
scrollPaddingRight: "space";
scrollPaddingBottom: "space";
scrollPaddingLeft: "space";
scrollPaddingBlock: "space";
scrollPaddingBlockEnd: "space";
scrollPaddingBlockStart: "space";
scrollPaddingInline: "space";
scrollPaddingInlineEnd: "space";
scrollPaddingInlineStart: "space";
top: "space";
right: "space";
bottom: "space";
left: "space";
fontSize: "fontSizes";
background: "colors";
backgroundColor: "colors";
backgroundImage: "colors";
borderImage: "colors";
border: "colors";
borderBlock: "colors";
borderBlockEnd: "colors";
borderBlockStart: "colors";
borderBottom: "colors";
borderBottomColor: "colors";
borderColor: "colors";
borderInline: "colors";
borderInlineEnd: "colors";
borderInlineStart: "colors";
borderLeft: "colors";
borderLeftColor: "colors";
borderRight: "colors";
borderRightColor: "colors";
borderTop: "colors";
borderTopColor: "colors";
caretColor: "colors";
color: "colors";
columnRuleColor: "colors";
outline: "colors";
outlineColor: "colors";
fill: "colors";
stroke: "colors";
textDecorationColor: "colors";
fontFamily: "fonts";
fontWeight: "fontWeights";
lineHeight: "lineHeights";
letterSpacing: "letterSpacings";
blockSize: "sizes";
minBlockSize: "sizes";
maxBlockSize: "sizes";
inlineSize: "sizes";
minInlineSize: "sizes";
maxInlineSize: "sizes";
width: "sizes";
minWidth: "sizes";
maxWidth: "sizes";
height: "sizes";
minHeight: "sizes";
maxHeight: "sizes";
flexBasis: "sizes";
gridTemplateColumns: "sizes";
gridTemplateRows: "sizes";
borderWidth: "borderWidths";
borderTopWidth: "borderWidths";
borderLeftWidth: "borderWidths";
borderRightWidth: "borderWidths";
borderBottomWidth: "borderWidths";
borderStyle: "borderStyles";
borderTopStyle: "borderStyles";
borderLeftStyle: "borderStyles";
borderRightStyle: "borderStyles";
borderBottomStyle: "borderStyles";
borderRadius: "radii";
borderTopLeftRadius: "radii";
borderTopRightRadius: "radii";
borderBottomRightRadius: "radii";
borderBottomLeftRadius: "radii";
boxShadow: "shadows";
textShadow: "shadows";
transition: "transitions";
zIndex: "zIndices";
}, {
bgColor: (value: {}) => {
backgroundColor: {};
};
d: (value: {}) => {
display: {};
};
h: (value: {}) => {
height: {};
};
maxH: (value: {}) => {
maxHeight: {};
};
maxW: (value: {}) => {
maxWidth: {};
};
minH: (value: {}) => {
minHeight: {};
};
minW: (value: {}) => {
minWidth: {};
};
size: (value: {}) => {
height: {};
width: {};
};
w: (value: {}) => {
width: {};
};
m: (value: {}) => {

@@ -98,31 +438,4 @@ margin: {};

};
d: (value: {}) => {
display: {};
};
h: (value: {}) => {
height: {};
};
maxH: (value: {}) => {
maxHeight: {};
};
maxW: (value: {}) => {
maxWidth: {};
};
minH: (value: {}) => {
minHeight: {};
};
minW: (value: {}) => {
minWidth: {};
};
size: (value: {}) => {
height: {};
width: {};
};
w: (value: {}) => {
width: {};
};
bgColor: (value: {}) => {
backgroundColor: {};
};
typography: (variant: "$caption" | "$body-bold" | "$body" | "$caption-bold" | "$display" | "$heading" | "$subtext-bold" | "$subtext" | "$subtitle" | "$title") => import("@stitches/react/types/css-util").CSSProperties;
}>>;
//# sourceMappingURL=Tooltip.styles.d.ts.map
export declare const StyledTooltipContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
lg: `(min-width: ${string})`;
md: `(min-width: ${string})`;
sm: `(min-width: ${string})`;
xl: `(min-width: ${string})`;
xs: `(min-width: ${string})`;
lg: string;
md: string;
sm: string;
xl: string;
xs: string;
}, import("@stitches/react/types/css-util").CSS<{
lg: `(min-width: ${string})`;
md: `(min-width: ${string})`;
sm: `(min-width: ${string})`;
xl: `(min-width: ${string})`;
xs: `(min-width: ${string})`;
lg: string;
md: string;
sm: string;
xl: string;
xs: string;
}, {
fonts?: {
[x: string]: any;
} | undefined;
fontSizes?: {
[x: string]: any;
} | undefined;
fontWeights?: {
[x: string]: any;
} | undefined;
lineHeights?: {
[x: string]: any;
} | undefined;
letterSpacings?: {
[x: string]: any;
} | undefined;
space?: {
[x: string]: any;
} | undefined;
radii?: {
[x: string]: any;
} | undefined;
zIndices?: {
[x: string]: any;
} | undefined;
borderWeights?: {
[x: string]: any;
} | undefined;
colors?: {
[x: string]: any;
} | undefined;
shadows?: {
[x: string]: any;
} | undefined;
breakpoints?: {
[x: string]: any;
} | undefined;
}, import("@stitches/react/types/config").DefaultThemeMap, {
typography: (variant: "$caption" | "$display" | "$body-bold" | "$body" | "$caption-bold" | "$heading" | "$subtext-bold" | "$subtext" | "$subtitle" | "$title") => import("@stitches/react/types/css-util").CSSProperties;
borderWidths: {
large: string;
medium: string;
small: string;
};
colors: {
'background-danger': string;
'background-primary': string;
'background-secondary': string;
'background-side-nav': string;
'background-success': string;
'background-surface': string;
'background-tertiary': string;
'background-top-nav': string;
'background-warning': string;
'border-danger': string;
'border-disabled': string;
'border-primary': string;
'border-success': string;
'border-warning': string;
'brand-default': string;
'brand-active': string;
'brand-hover': string;
'brand-gradient': string;
'data-viz-danger-fill': string;
'data-viz-danger-hover': string;
'data-viz-danger-line': string;
'data-viz-neutral-fill': string;
'data-viz-neutral-hover': string;
'data-viz-primary-fill': string;
'data-viz-primary-fill-alt': string;
'data-viz-primary-hover': string;
'data-viz-primary-line': string;
'data-viz-secondary-fill': string;
'data-viz-secondary-fill-alt': string;
'data-viz-secondary-hover': string;
'data-viz-secondary-line': string;
'data-viz-tertiary-fill': string;
'data-viz-tertiary-fill-alt': string;
'data-viz-tertiary-hover': string;
'data-viz-tertiary-line': string;
'data-viz-warning-fill': string;
'data-viz-warning-hover': string;
'data-viz-warning-line': string;
'palette-black': string;
'palette-white': string;
'palette-blue-50': string;
'palette-blue-100': string;
'palette-blue-200': string;
'palette-blue-300': string;
'palette-blue-400': string;
'palette-blue-500': string;
'palette-blue-600': string;
'palette-blue-700': string;
'palette-blue-800': string;
'palette-blue-900': string;
'palette-brown-50': string;
'palette-brown-100': string;
'palette-brown-200': string;
'palette-brown-300': string;
'palette-brown-400': string;
'palette-brown-500': string;
'palette-brown-600': string;
'palette-brown-700': string;
'palette-brown-800': string;
'palette-brown-900': string;
'palette-green-50': string;
'palette-green-100': string;
'palette-green-200': string;
'palette-green-300': string;
'palette-green-400': string;
'palette-green-500': string;
'palette-green-600': string;
'palette-green-700': string;
'palette-green-800': string;
'palette-green-900': string;
'palette-grey-50': string;
'palette-grey-100': string;
'palette-grey-200': string;
'palette-grey-300': string;
'palette-grey-400': string;
'palette-grey-500': string;
'palette-grey-600': string;
'palette-grey-700': string;
'palette-grey-800': string;
'palette-grey-900': string;
'palette-indigo-50': string;
'palette-indigo-100': string;
'palette-indigo-200': string;
'palette-indigo-300': string;
'palette-indigo-400': string;
'palette-indigo-500': string;
'palette-indigo-600': string;
'palette-indigo-700': string;
'palette-indigo-800': string;
'palette-indigo-900': string;
'palette-orange-50': string;
'palette-orange-100': string;
'palette-orange-200': string;
'palette-orange-300': string;
'palette-orange-400': string;
'palette-orange-500': string;
'palette-orange-600': string;
'palette-orange-700': string;
'palette-orange-800': string;
'palette-orange-900': string;
'palette-pink-50': string;
'palette-pink-100': string;
'palette-pink-200': string;
'palette-pink-300': string;
'palette-pink-400': string;
'palette-pink-500': string;
'palette-pink-600': string;
'palette-pink-700': string;
'palette-pink-800': string;
'palette-pink-900': string;
'palette-purple-50': string;
'palette-purple-100': string;
'palette-purple-200': string;
'palette-purple-300': string;
'palette-purple-400': string;
'palette-purple-500': string;
'palette-purple-600': string;
'palette-purple-700': string;
'palette-purple-800': string;
'palette-purple-900': string;
'palette-red-50': string;
'palette-red-100': string;
'palette-red-200': string;
'palette-red-300': string;
'palette-red-400': string;
'palette-red-500': string;
'palette-red-600': string;
'palette-red-700': string;
'palette-red-800': string;
'palette-red-900': string;
'palette-yellow-50': string;
'palette-yellow-100': string;
'palette-yellow-200': string;
'palette-yellow-300': string;
'palette-yellow-400': string;
'palette-yellow-500': string;
'palette-yellow-600': string;
'palette-yellow-700': string;
'palette-yellow-800': string;
'palette-yellow-900': string;
'primary-default': string;
'primary-active': string;
'primary-hover': string;
'text-contrast': string;
'text-danger': string;
'text-disabled': string;
'text-primary': string;
'text-secondary': string;
'text-success': string;
'text-tertiary': string;
'text-warning': string;
};
fonts: {
mono: string;
text: string;
};
fontSizes: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
'xx-large': string;
};
fontWeights: {
bold: number;
regular: number;
semibold: number;
};
letterSpacings: {
large: string;
medium: string;
small: string;
'x-small': string;
};
lineHeights: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
'xx-large': string;
};
radii: {
full: string;
small: string;
};
shadows: {
large: string;
medium: string;
small: string;
};
sizes: {
large: string;
medium: string;
small: string;
'x-large': string;
'x-small': string;
};
space: {
medium: string;
small: string;
large: string;
'x-large': string;
'x-small': string;
};
zIndices: {
dropdown: number;
modal: number;
overlay: number;
popover: number;
sticky: number;
tooltip: number;
};
}, {
gap: "space";
gridGap: "space";
columnGap: "space";
gridColumnGap: "space";
rowGap: "space";
gridRowGap: "space";
inset: "space";
insetBlock: "space";
insetBlockEnd: "space";
insetBlockStart: "space";
insetInline: "space";
insetInlineEnd: "space";
insetInlineStart: "space";
margin: "space";
marginTop: "space";
marginRight: "space";
marginBottom: "space";
marginLeft: "space";
marginBlock: "space";
marginBlockEnd: "space";
marginBlockStart: "space";
marginInline: "space";
marginInlineEnd: "space";
marginInlineStart: "space";
padding: "space";
paddingTop: "space";
paddingRight: "space";
paddingBottom: "space";
paddingLeft: "space";
paddingBlock: "space";
paddingBlockEnd: "space";
paddingBlockStart: "space";
paddingInline: "space";
paddingInlineEnd: "space";
paddingInlineStart: "space";
scrollMargin: "space";
scrollMarginTop: "space";
scrollMarginRight: "space";
scrollMarginBottom: "space";
scrollMarginLeft: "space";
scrollMarginBlock: "space";
scrollMarginBlockEnd: "space";
scrollMarginBlockStart: "space";
scrollMarginInline: "space";
scrollMarginInlineEnd: "space";
scrollMarginInlineStart: "space";
scrollPadding: "space";
scrollPaddingTop: "space";
scrollPaddingRight: "space";
scrollPaddingBottom: "space";
scrollPaddingLeft: "space";
scrollPaddingBlock: "space";
scrollPaddingBlockEnd: "space";
scrollPaddingBlockStart: "space";
scrollPaddingInline: "space";
scrollPaddingInlineEnd: "space";
scrollPaddingInlineStart: "space";
top: "space";
right: "space";
bottom: "space";
left: "space";
fontSize: "fontSizes";
background: "colors";
backgroundColor: "colors";
backgroundImage: "colors";
borderImage: "colors";
border: "colors";
borderBlock: "colors";
borderBlockEnd: "colors";
borderBlockStart: "colors";
borderBottom: "colors";
borderBottomColor: "colors";
borderColor: "colors";
borderInline: "colors";
borderInlineEnd: "colors";
borderInlineStart: "colors";
borderLeft: "colors";
borderLeftColor: "colors";
borderRight: "colors";
borderRightColor: "colors";
borderTop: "colors";
borderTopColor: "colors";
caretColor: "colors";
color: "colors";
columnRuleColor: "colors";
outline: "colors";
outlineColor: "colors";
fill: "colors";
stroke: "colors";
textDecorationColor: "colors";
fontFamily: "fonts";
fontWeight: "fontWeights";
lineHeight: "lineHeights";
letterSpacing: "letterSpacings";
blockSize: "sizes";
minBlockSize: "sizes";
maxBlockSize: "sizes";
inlineSize: "sizes";
minInlineSize: "sizes";
maxInlineSize: "sizes";
width: "sizes";
minWidth: "sizes";
maxWidth: "sizes";
height: "sizes";
minHeight: "sizes";
maxHeight: "sizes";
flexBasis: "sizes";
gridTemplateColumns: "sizes";
gridTemplateRows: "sizes";
borderWidth: "borderWidths";
borderTopWidth: "borderWidths";
borderLeftWidth: "borderWidths";
borderRightWidth: "borderWidths";
borderBottomWidth: "borderWidths";
borderStyle: "borderStyles";
borderTopStyle: "borderStyles";
borderLeftStyle: "borderStyles";
borderRightStyle: "borderStyles";
borderBottomStyle: "borderStyles";
borderRadius: "radii";
borderTopLeftRadius: "radii";
borderTopRightRadius: "radii";
borderBottomRightRadius: "radii";
borderBottomLeftRadius: "radii";
boxShadow: "shadows";
textShadow: "shadows";
transition: "transitions";
zIndex: "zIndices";
}, {
bgColor: (value: {}) => {
backgroundColor: {};
};
d: (value: {}) => {
display: {};
};
h: (value: {}) => {
height: {};
};
maxH: (value: {}) => {
maxHeight: {};
};
maxW: (value: {}) => {
maxWidth: {};
};
minH: (value: {}) => {
minHeight: {};
};
minW: (value: {}) => {
minWidth: {};
};
size: (value: {}) => {
height: {};
width: {};
};
w: (value: {}) => {
width: {};
};
m: (value: {}) => {

@@ -98,31 +438,4 @@ margin: {};

};
d: (value: {}) => {
display: {};
};
h: (value: {}) => {
height: {};
};
maxH: (value: {}) => {
maxHeight: {};
};
maxW: (value: {}) => {
maxWidth: {};
};
minH: (value: {}) => {
minHeight: {};
};
minW: (value: {}) => {
minWidth: {};
};
size: (value: {}) => {
height: {};
width: {};
};
w: (value: {}) => {
width: {};
};
bgColor: (value: {}) => {
backgroundColor: {};
};
typography: (variant: "$caption" | "$body-bold" | "$body" | "$caption-bold" | "$display" | "$heading" | "$subtext-bold" | "$subtext" | "$subtitle" | "$title") => import("@stitches/react/types/css-util").CSSProperties;
}>>;
//# sourceMappingURL=TooltipContent.styles.d.ts.map

12

package.json
{
"name": "@project44-manifest/react-tooltip",
"version": "1.1.1",
"version": "1.1.2",
"description": "Manifest Design System react tooltip component",

@@ -37,5 +37,5 @@ "license": "MIT",

"dependencies": {
"@project44-manifest/react-styles": "^1.0.1",
"@project44-manifest/react-transition": "^1.0.0",
"@project44-manifest/react-utils": "^0.2.4",
"@project44-manifest/react-styles": "^1.2.0",
"@project44-manifest/react-transition": "^1.1.0",
"@project44-manifest/react-utils": "^0.3.0",
"@react-aria/interactions": "^3.12.0",

@@ -47,4 +47,4 @@ "@react-aria/overlays": "^3.12.1",

"devDependencies": {
"@project44-manifest/react-button": "^1.0.2",
"@project44-manifest/react-layout": "^1.0.1",
"@project44-manifest/react-button": "^1.1.0",
"@project44-manifest/react-layout": "^1.0.2",
"@project44-manifest/react-types": "^0.2.1",

@@ -51,0 +51,0 @@ "react": "^18.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc