@pzdralewicz/components
Advanced tools
Comparing version
import { Logo } from './Logo/Logo'; | ||
import { ParticlesBackground } from './Background/Background'; | ||
export { Logo, ParticlesBackground }; | ||
import { Container } from './Container/Container'; | ||
export { Logo, ParticlesBackground, Container }; |
@@ -137,4 +137,14 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var styles$2 = {"pzdralewiczContainer":"_3FPi1"}; | ||
var Container = function Container(_ref) { | ||
var children = _ref.children; | ||
return React.createElement("div", { | ||
className: styles$2.pzdralewiczContainer | ||
}, children); | ||
}; | ||
exports.Container = Container; | ||
exports.Logo = Logo; | ||
exports.ParticlesBackground = ParticlesBackground; | ||
//# sourceMappingURL=index.js.map |
@@ -135,3 +135,12 @@ import React from 'react'; | ||
export { Logo, ParticlesBackground }; | ||
var styles$2 = {"pzdralewiczContainer":"_3FPi1"}; | ||
var Container = function Container(_ref) { | ||
var children = _ref.children; | ||
return React.createElement("div", { | ||
className: styles$2.pzdralewiczContainer | ||
}, children); | ||
}; | ||
export { Container, Logo, ParticlesBackground }; | ||
//# sourceMappingURL=index.modern.js.map |
{ | ||
"name": "@pzdralewicz/components", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Made with create-react-library", | ||
@@ -15,3 +15,3 @@ "author": "pzdralewicz", | ||
"scripts": { | ||
"build": "microbundle-crl --css-modules true --no-compress --format modern,cjs", | ||
"build": "microbundle-crl --no-compress --format modern,cjs", | ||
"start": "microbundle-crl watch --no-compress --format modern,cjs", | ||
@@ -18,0 +18,0 @@ "prepublish": "run-s build", |
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
26950
7.03%16
6.67%434
8.23%