@plurix/onboarding
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -1,6 +0,2 @@ | ||
import React from 'react'; | ||
interface OnboardingProps { | ||
isOpen: boolean; | ||
} | ||
export declare const Onboarding: ({ isOpen }: OnboardingProps) => React.JSX.Element; | ||
export {}; | ||
import * as React from 'react'; | ||
export declare const Thing: () => React.JSX.Element; |
@@ -5,15 +5,10 @@ 'use strict'; | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var React = require('react'); | ||
var React = _interopDefault(require('react')); | ||
var Onboarding = function Onboarding(_ref) { | ||
var isOpen = _ref.isOpen; | ||
if (!isOpen) { | ||
return React.createElement(React.Fragment, null); | ||
} | ||
return React.createElement("p", null, "Modal Onboarding"); | ||
// Delete me | ||
var Thing = function Thing() { | ||
return React.createElement("div", null, "Onboarding"); | ||
}; | ||
exports.Onboarding = Onboarding; | ||
exports.Thing = Thing; | ||
//# sourceMappingURL=onboarding.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e;exports.Onboarding=function(e){return e.isOpen?t.createElement("p",null,"Modal Onboarding"):t.createElement(t.Fragment,null)}; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react");exports.Thing=function(){return e.createElement("div",null,"Onboarding")}; | ||
//# sourceMappingURL=onboarding.cjs.production.min.js.map |
@@ -1,12 +0,9 @@ | ||
import React from 'react'; | ||
import { createElement } from 'react'; | ||
var Onboarding = function Onboarding(_ref) { | ||
var isOpen = _ref.isOpen; | ||
if (!isOpen) { | ||
return React.createElement(React.Fragment, null); | ||
} | ||
return React.createElement("p", null, "Modal Onboarding"); | ||
// Delete me | ||
var Thing = function Thing() { | ||
return createElement("div", null, "Onboarding"); | ||
}; | ||
export { Onboarding }; | ||
export { Thing }; | ||
//# sourceMappingURL=onboarding.esm.js.map |
{ | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
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
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
10523
31