Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brighthr/component-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brighthr/component-tooltip - npm Package Compare versions

Comparing version 0.0.16 to 1.0.0

dist/index.d.cts

9

dist/index.d.ts
import React from 'react';
export declare type TooltipProps = React.HTMLAttributes<HTMLDivElement> & {
import { IconName } from '@brighthr/component-icon';
declare type TooltipProps = React.HTMLAttributes<HTMLDivElement> & {
className?: string;
iconName?: string;
iconName?: IconName;
label?: string;
};
declare const Tooltip: ({ className, iconName, label, children, }: TooltipProps) => React.ReactElement;
export default Tooltip;
export { TooltipProps, Tooltip as default };
{
"name": "@brighthr/component-tooltip",
"version": "0.0.16",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"source": "src/index.tsx",
"exports": "./dist/index.modern.js",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {

@@ -15,4 +16,4 @@ "access": "public"

"scripts": {
"start": "microbundle watch --jsx React.createElement --jsxFragment React.Fragment",
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment"
"start": "tsup --watch",
"build": "tsup"
},

@@ -38,7 +39,7 @@ "eslintConfig": {

"dependencies": {
"@brighthr/component-icon": "^1.1.26",
"@brighthr/component-icon": "^2.0.0",
"@testing-library/user-event": "^14.4.3",
"classnames": "^2.3.1"
},
"gitHead": "0fb1231fb99f81852dc13294853ce35610681077"
"gitHead": "1b82cedd964ef0ee483494eba535cdd0e48716ea"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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