@welcome-ui/tag
Advanced tools
Comparing version 6.0.0-alpha.0 to 6.0.0
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
331
0
14339
+ Addedelectron-to-chromium@1.5.104(transitive)
- Removedelectron-to-chromium@1.5.103(transitive)
Updated@welcome-ui/core@^6.0.0
Updated@welcome-ui/icon@^6.0.0
Updated@welcome-ui/icons@^6.0.0
Updated@welcome-ui/system@^6.0.0
Updated@welcome-ui/utils@^6.0.0