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

@welcome-ui/core

Package Overview
Dependencies
Maintainers
12
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welcome-ui/core - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

28

dist/index.js

@@ -1124,5 +1124,5 @@ var __create = Object.create;

default: {
width: toRem(26),
width: toRem(24),
height: toRem(16),
borderRadius: toRem(9),
borderRadius: toRem(16),
backgroundColor: colors2["light-900"],

@@ -1311,3 +1311,3 @@ borderColor: colors2.border,

var getRadios = (theme) => {
const { colors: colors2, fontSizes, space, toRem } = theme;
const { colors: colors2, toRem } = theme;
return {

@@ -1325,11 +1325,2 @@ default: {

disabled: colors2["nude-600"]
},
withHint: {
default: {
fontSize: fontSizes.md,
color: colors2["dark-900"]
},
hint: {
marginTop: space.xs
}
}

@@ -1901,3 +1892,11 @@ };

name,
variation: { display = "swap", extension = "woff2", isVariable, style, url, weight }
variation: {
display = "swap",
extension = "woff2",
isVariable,
style,
unicodeRange,
url,
weight
}
}) {

@@ -1915,2 +1914,5 @@ return import_styled_components3.css`

`}
${unicodeRange && import_styled_components3.css`
unicode-range: ${unicodeRange};
`}
}

@@ -1917,0 +1919,0 @@ `;

@@ -10,7 +10,3 @@ import { CSSObject } from '@xstyled/styled-components';

};
withHint: {
default: CSSObject;
hint: CSSObject;
};
};
export declare const getRadios: (theme: WuiTheme) => ThemeRadios;
{
"name": "@welcome-ui/core",
"version": "5.0.0",
"version": "5.1.0",
"description": "welcome-ui: Core utils",

@@ -55,3 +55,3 @@ "main": "dist/index.js",

},
"gitHead": "2db5387078accbf3a43e89baf17de19559edd0b3",
"gitHead": "2d37441165e164dc94b6119fd4d0391b43c3b27b",
"sideEffects": false,

@@ -58,0 +58,0 @@ "component": "Core",

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