Socket
Socket
Sign inDemoInstall

@kuma-ui/compiler

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kuma-ui/compiler - npm Package Compare versions

Comparing version 0.0.0-dev-20230905133049 to 0.0.0-dev-20230905135000

dist/chunk-26ARJTRZ.mjs

5

dist/compile.js

@@ -190,6 +190,3 @@ "use strict";

} else if (propName === "variant") {
Object.assign(
baseStyleProps,
variant?.variants?.[propValue]
);
Object.assign(baseStyleProps, variant?.variants?.[propValue]);
jsx.getAttribute("variant")?.remove();

@@ -196,0 +193,0 @@ } else if (propName === "IS_KUMA_DEFAULT") {

@@ -53,6 +53,3 @@ "use strict";

} else if (propName === "variant") {
Object.assign(
baseStyleProps,
variant?.variants?.[propValue]
);
Object.assign(baseStyleProps, variant?.variants?.[propValue]);
jsx.getAttribute("variant")?.remove();

@@ -59,0 +56,0 @@ } else if (propName === "IS_KUMA_DEFAULT") {

@@ -55,6 +55,3 @@ "use strict";

} else if (propName === "variant") {
Object.assign(
baseStyleProps,
variant?.variants?.[propValue]
);
Object.assign(baseStyleProps, variant?.variants?.[propValue]);
jsx.getAttribute("variant")?.remove();

@@ -61,0 +58,0 @@ } else if (propName === "IS_KUMA_DEFAULT") {

@@ -192,6 +192,3 @@ "use strict";

} else if (propName === "variant") {
Object.assign(
baseStyleProps,
variant?.variants?.[propValue]
);
Object.assign(baseStyleProps, variant?.variants?.[propValue]);
jsx.getAttribute("variant")?.remove();

@@ -198,0 +195,0 @@ } else if (propName === "IS_KUMA_DEFAULT") {

8

package.json
{
"name": "@kuma-ui/compiler",
"version": "0.0.0-dev-20230905133049",
"version": "0.0.0-dev-20230905135000",
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",

@@ -34,5 +34,5 @@ "repository": {

"ts-pattern": "^5.0.1",
"@kuma-ui/core": "^0.0.0-dev-20230905133049",
"@kuma-ui/sheet": "^0.0.0-dev-20230905133049",
"@kuma-ui/system": "^0.0.0-dev-20230905133049"
"@kuma-ui/core": "^0.0.0-dev-20230905135000",
"@kuma-ui/sheet": "^0.0.0-dev-20230905135000",
"@kuma-ui/system": "^0.0.0-dev-20230905135000"
},

@@ -39,0 +39,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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