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

@welcome-ui/tag

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welcome-ui/tag - npm Package Compare versions

Comparing version 6.0.0-alpha.0 to 6.0.0

3

dist/index.js

@@ -85,3 +85,4 @@ "use client"

&:hover {
&:hover,
&:focus {
${(0, import_styled_components.th)(`tags.hover.${variant}`)};

@@ -88,0 +89,0 @@ }

@@ -1,7 +0,6 @@

import { SecondaryColors } from '@welcome-ui/core';
import { ThemeSecondaryColors } from '@welcome-ui/core';
import { CreateWuiProps } from '@welcome-ui/system';
import { Variant as VariantUtils } from '@welcome-ui/utils';
import * as S from './styles';
export type Size = 'xs' | 'sm' | 'md';
export type Variant = keyof typeof SecondaryColors | VariantUtils | 'default' | 'primary';
export type Variant = ThemeSecondaryColors | 'default' | 'info' | 'success' | 'danger' | 'warning';
export interface TagOptions {

@@ -8,0 +7,0 @@ href?: string;

{
"name": "@welcome-ui/tag",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",

@@ -49,7 +49,7 @@ "main": "dist/index.js",

"dependencies": {
"@welcome-ui/core": "^6.0.0-alpha.0",
"@welcome-ui/icon": "^6.0.0-alpha.0",
"@welcome-ui/icons": "^6.0.0-alpha.0",
"@welcome-ui/system": "^6.0.0-alpha.0",
"@welcome-ui/utils": "^6.0.0-alpha.0"
"@welcome-ui/core": "^6.0.0",
"@welcome-ui/icon": "^6.0.0",
"@welcome-ui/icons": "^6.0.0",
"@welcome-ui/system": "^6.0.0",
"@welcome-ui/utils": "^6.0.0"
},

@@ -61,5 +61,5 @@ "peerDependencies": {

},
"gitHead": "f52b627536c43fc999c0132b6cd726f724d12230",
"gitHead": "5758b2a4b81b4a7a3b12b321f0fc5bbac53ac870",
"sideEffects": false,
"homepage": "https://welcome-ui.com/components/tag"
}

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