@chainfuse/ui
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
import Counter from "./library/Counter"; | ||
import * as Counter from "./library/Counter"; | ||
export { Counter }; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Counter = void 0; | ||
const Counter_1 = __importDefault(require("./library/Counter")); | ||
exports.Counter = Counter_1.default; | ||
const Counter = __importStar(require("./library/Counter")); | ||
exports.Counter = Counter; |
@@ -5,2 +5,2 @@ declare type Props = { | ||
declare const Counter: ({ value }: Props) => JSX.Element; | ||
export default Counter; | ||
export { Counter, }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Counter = void 0; | ||
const react_1 = require("react"); | ||
@@ -18,2 +19,2 @@ const Counter = ({ value = 0 }) => { | ||
}; | ||
exports.default = Counter; | ||
exports.Counter = Counter; |
@@ -1,2 +0,2 @@ | ||
import Counter from "./library/Counter"; | ||
import * as Counter from "./library/Counter"; | ||
export { Counter }; |
@@ -1,2 +0,2 @@ | ||
import Counter from "./library/Counter"; | ||
import * as Counter from "./library/Counter"; | ||
export { Counter }; |
@@ -5,2 +5,2 @@ declare type Props = { | ||
declare const Counter: ({ value }: Props) => JSX.Element; | ||
export default Counter; | ||
export { Counter, }; |
@@ -16,2 +16,2 @@ import { useState } from 'react'; | ||
}; | ||
export default Counter; | ||
export { Counter, }; |
{ | ||
"name": "@chainfuse/ui", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"packageManager": "yarn@4.0.0-rc.12", | ||
@@ -5,0 +5,0 @@ "description": "UI components for ChainFuse.io", |
Sorry, the diff of this file is not supported yet
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
25203
79