Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/components/container.d.ts

10

build/components/container.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc