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-20231125020358 to 0.0.0-dev-20231125141015

6

dist/extractor/extract.d.ts
import { JsxOpeningElement, JsxSelfClosingElement } from 'ts-morph';
import { componentList } from '@kuma-ui/core/components/componentList';
declare const extractProps: (componentName: (typeof componentList)[keyof typeof componentList], jsx: JsxOpeningElement | JsxSelfClosingElement, propsMap: Record<string, any>) => {
type PropValue = any;
/**
* Extracts props from a component and returns the generated className and css.
*/
declare const extractProps: (componentName: (typeof componentList)[keyof typeof componentList], jsx: JsxOpeningElement | JsxSelfClosingElement, propsMap: Record<string, PropValue>) => {
css: string;

@@ -6,0 +10,0 @@ } | undefined;

6

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

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

"ts-morph": "^19.0.0",
"@kuma-ui/core": "^0.0.0-dev-20231125020358",
"@kuma-ui/core": "^0.0.0-dev-20231125141015",
"@kuma-ui/sheet": "^1.3.0",
"@kuma-ui/system": "^1.7.0"
"@kuma-ui/system": "^0.0.0-dev-20231125141015"
},

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

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