New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arconnect/components

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arconnect/components - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

dist/ButtonV2/index.d.ts

5

dist/index.d.ts
export * from "./hooks";
export * from "./Button";
export * from "./ButtonV2";
export * from "./Card";
export * from "./Checkbox";
export * from "./Input";
export * from "./InputV2";
export * from "./ListItem";
export * from "./Popover";

@@ -12,2 +15,3 @@ export * from "./Provider";

export * from "./Tooltip";
export * from "./TooltipV2";
export * from "./Spacer";

@@ -17,2 +21,3 @@ export * from "./FileInput";

export * from "./Modal";
export * from "./ModalV2";
export { useToasts } from "./Toast/utils";

2

dist/Tooltip/index.d.ts

@@ -0,3 +1,3 @@

import { Position } from "../Tooltip/position";
import { PropsWithChildren, ReactNode } from "react";
import { Position } from "./position";
export declare function Tooltip({ children, content, underline, position, ...props }: PropsWithChildren<TooltipProps>): JSX.Element;

@@ -4,0 +4,0 @@ export interface TooltipProps {

{
"name": "@arconnect/components",
"version": "0.2.6",
"version": "0.2.7",
"private": false,

@@ -11,3 +11,5 @@ "publishConfig": {

"build": "tsc && vite build",
"storybook": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006 -s assets",
"build-storybook": "build-storybook -s assets",
"serve-storybook": "serve storybook-static",
"fmt": "prettier . --write"

@@ -29,4 +31,6 @@ },

"@iconicicons/react": "^1.5.1",
"axios": "^1.6.7",
"framer-motion": "^10.5.0",
"nanoid": "^4.0.1"
"nanoid": "^4.0.1",
"uuid": "^9.0.1"
},

@@ -45,2 +49,3 @@ "devDependencies": {

"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^3.1.0",

@@ -47,0 +52,0 @@ "babel-loader": "^8.3.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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