@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __assign = (this && this.__assign) || function () { | ||
@@ -12,7 +13,10 @@ __assign = Object.assign || function(t) { | ||
}; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Container = void 0; | ||
var jsx_runtime_1 = require("react/jsx-runtime"); | ||
; | ||
export var Container = function (props) { | ||
return (_jsx("section", __assign({ className: "Container flex xl:w-5/6 md:w-full bg-gray-700" }, { children: props.children }), void 0)); | ||
var Container = function (props) { | ||
return ((0, jsx_runtime_1.jsx)("section", __assign({ className: "Container flex xl:w-5/6 md:w-full bg-gray-700" }, { children: props.children }), void 0)); | ||
}; | ||
exports.Container = Container; | ||
//# sourceMappingURL=container.js.map |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __assign = (this && this.__assign) || function () { | ||
@@ -12,6 +13,9 @@ __assign = Object.assign || function(t) { | ||
}; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
export var Screen = function (props) { | ||
return (_jsx("section", __assign({ className: "Screen h-screen w-full flex flex-col items-center bg-app-screen-background" }, props, { children: props.children }), void 0)); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Screen = void 0; | ||
var jsx_runtime_1 = require("react/jsx-runtime"); | ||
var Screen = function (props) { | ||
return ((0, jsx_runtime_1.jsx)("section", __assign({ className: "Screen h-screen w-full flex flex-col items-center bg-app-screen-background" }, props, { children: props.children }), void 0)); | ||
}; | ||
exports.Screen = Screen; | ||
//# sourceMappingURL=screen.js.map |
@@ -1,4 +0,16 @@ | ||
export * from './components/screen'; | ||
export * from './components/container'; | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./components/screen"), exports); | ||
__exportStar(require("./components/container"), exports); | ||
// | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./build/index.d.ts", |
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
4072
10
60