@sps-woodland/core
Advanced tools
Comparing version 8.24.2 to 8.25.0
@@ -1,5 +0,2 @@ | ||
import { Tokens } from "@sps-woodland/tokens"; | ||
type Icons = Record<keyof typeof Tokens.icon, string>; | ||
export declare const icon: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{ | ||
iconName: Icons; | ||
size: { | ||
@@ -12,2 +9,1 @@ xs: string; | ||
}>; | ||
export {}; |
@@ -5,5 +5,6 @@ import type { IconName, IconSize, Color } from "@sps-woodland/tokens"; | ||
export declare function Icon({ className, color, icon: iconName, size, ...rest }: ComponentProps<{ | ||
className?: string; | ||
icon: IconName; | ||
size?: IconSize; | ||
color?: Color; | ||
}, HTMLElement>): React.ReactElement; | ||
}, React.ElementType>): React.ReactElement; |
{ | ||
"name": "@sps-woodland/core", | ||
"description": "SPS Woodland Design System core library code", | ||
"version": "8.24.2", | ||
"version": "8.25.0", | ||
"author": "SPS Commerce", | ||
@@ -32,3 +32,3 @@ "license": "UNLICENSED", | ||
"react-dom": "^16.14.0", | ||
"@sps-woodland/tokens": "8.24.2" | ||
"@sps-woodland/tokens": "8.25.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"react-dom": "^16.14.0", | ||
"@sps-woodland/tokens": "8.24.2" | ||
"@sps-woodland/tokens": "8.25.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
846828
4427
4