inzane-test-package
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,7 +5,7 @@ 'use strict'; | ||
var React$1 = require('react'); | ||
var React = require('react'); | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var React__default = /*#__PURE__*/_interopDefaultLegacy(React$1); | ||
var React__default = /*#__PURE__*/_interopDefaultLegacy(React); | ||
@@ -16,32 +16,5 @@ function Button(props) { | ||
// import { ArrowSmDownIcon, ArrowSmUpIcon } from '@heroicons/react/solid' | ||
// function classNames(...classes) { | ||
// return classes.filter(Boolean).join(' ') | ||
// } | ||
function BasicCard(props) { | ||
return /*#__PURE__*/React.createElement("div", null, props.data); | ||
return /*#__PURE__*/React__default["default"].createElement("div", null, props.data); | ||
} | ||
// <dd className="self-start flex justify-between md:flex lg:flex"> | ||
// <div className="pb-6"> | ||
// <p className="text-sm font-normal text-gray-400">{data.name}</p> | ||
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p> | ||
// </div> | ||
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2"> | ||
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" /> | ||
// </div> | ||
// </dd> | ||
// <p className={classNames( | ||
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600', | ||
// 'flex items-baseline text-sm font-semibold')} | ||
// > | ||
// {data.changeType === 'increase' ? ( | ||
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" /> | ||
// ) : ( | ||
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" /> | ||
// )} | ||
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span> | ||
// {data.change} | ||
// <span className="text-gray-400 font-normal ml-3">Since last month</span> | ||
// </p> | ||
// </div> | ||
@@ -48,0 +21,0 @@ exports.BasicCard = BasicCard; |
@@ -1,39 +0,12 @@ | ||
import React$1 from 'react'; | ||
import React from 'react'; | ||
function Button(props) { | ||
return /*#__PURE__*/React$1.createElement("div", null, props.data); | ||
return /*#__PURE__*/React.createElement("div", null, props.data); | ||
} | ||
// import { ArrowSmDownIcon, ArrowSmUpIcon } from '@heroicons/react/solid' | ||
// function classNames(...classes) { | ||
// return classes.filter(Boolean).join(' ') | ||
// } | ||
function BasicCard(props) { | ||
return /*#__PURE__*/React.createElement("div", null, props.data); | ||
} | ||
// <dd className="self-start flex justify-between md:flex lg:flex"> | ||
// <div className="pb-6"> | ||
// <p className="text-sm font-normal text-gray-400">{data.name}</p> | ||
// <p className="text-xl font-semibold text-gray-600">{data.stat}</p> | ||
// </div> | ||
// <div className="self-start inline-flex items-baseline bg-blue-100 rounded-md p-2"> | ||
// <data.icon className="h-4 w-4 text-blue-600" aria-hidden="true" /> | ||
// </div> | ||
// </dd> | ||
// <p className={classNames( | ||
// data.changeType === 'increase' ? 'text-green-500' : 'text-red-600', | ||
// 'flex items-baseline text-sm font-semibold')} | ||
// > | ||
// {data.changeType === 'increase' ? ( | ||
// <ArrowSmUpIcon className="self-center flex-shrink-0 h-5 w-5 text-green-500" aria-hidden="true" /> | ||
// ) : ( | ||
// <ArrowSmDownIcon className="self-center flex-shrink-0 h-5 w-5 text-red-500" aria-hidden="true" /> | ||
// )} | ||
// <span className="sr-only">{data.changeType === 'increase' ? 'Increased' : 'Decreased'} by</span> | ||
// {data.change} | ||
// <span className="text-gray-400 font-normal ml-3">Since last month</span> | ||
// </p> | ||
// </div> | ||
export { BasicCard, Button }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "inzane-test-package", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Inzane Test", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
3157
23