@gmana/core
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,2 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as React from 'react'; | ||
@@ -7,3 +8,3 @@ | ||
} | ||
declare function Button(props: ButtonProps): JSX.Element; | ||
declare function Button(props: ButtonProps): react_jsx_runtime.JSX.Element; | ||
declare namespace Button { | ||
@@ -10,0 +11,0 @@ var displayName: string; |
@@ -0,3 +1,3 @@ | ||
'use client' | ||
"use strict"; | ||
'use client' | ||
var __defProp = Object.defineProperty; | ||
@@ -31,6 +31,3 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
function Button(props) { | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { | ||
className: props.className, | ||
children: props.children | ||
}); | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { className: props.className, children: props.children }); | ||
} | ||
@@ -37,0 +34,0 @@ Button.displayName = "Button"; |
{ | ||
"name": "@gmana/core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./dist/index.js", | ||
@@ -13,10 +13,10 @@ "module": "./dist/index.mjs", | ||
"devDependencies": { | ||
"@types/react": "^18.2.13", | ||
"@types/react-dom": "^18.2.6", | ||
"eslint": "^8.43.0", | ||
"react": "^18.2.0", | ||
"tsup": "^7.0.0", | ||
"typescript": "^5.1.3", | ||
"@gmana/tsconfig": "0.0.2", | ||
"eslint": "^7.32.0", | ||
"eslint-config-gmana": "0.0.2", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"react": "^17.0.2", | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3" | ||
"eslint-config-gmana": "0.0.3" | ||
}, | ||
@@ -23,0 +23,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3999
5
91