Socket
Socket
Sign inDemoInstall

@yamada-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
717
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/core - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

6

dist/index.js

@@ -109,3 +109,3 @@ "use strict";

};
var usetStyles = (name, props, isMulti = false) => {
var setStyles = (name, props, isMulti = false) => {
var _a2, _b, _c, _d, _e, _f;

@@ -150,4 +150,4 @@ const { theme } = useTheme();

};
var useComponentStyle = (name, props) => usetStyles(name, props);
var useMultiComponentStyle = (name, props) => usetStyles(name, props, true);
var useComponentStyle = (name, props) => setStyles(name, props);
var useMultiComponentStyle = (name, props) => setStyles(name, props, true);

@@ -154,0 +154,0 @@ // src/styles/utils.ts

{
"name": "@yamada-ui/core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Yamada UI core",

@@ -5,0 +5,0 @@ "keywords": [

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

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