Socket
Socket
Sign inDemoInstall

@welcome-ui/aspect-ratio

Package Overview
Dependencies
87
Maintainers
12
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.12.0 to 5.13.3-alpha.1

7

dist/index.js

@@ -39,6 +39,5 @@ var __create = Object.create;

// src/styles.ts
var import_styled_components = __toESM(require("@xstyled/styled-components"));
var import_box = require("@welcome-ui/box");
var AspectRatio = (0, import_styled_components.default)(import_box.Box)(
({ ratio }) => import_styled_components.css`
var import_xstyled_styled_components = __toESM(require("@wttj/xstyled-styled-components"));
var AspectRatio = import_xstyled_styled_components.default.divBox(
({ ratio }) => import_xstyled_styled_components.css`
position: relative;

@@ -45,0 +44,0 @@

@@ -1,2 +0,1 @@

import { AspectRatioOptions } from '.';
export declare const AspectRatio: import("styled-components").StyledComponent<import("System/dist/types").CreateWuiComponent<"div", import("@welcome-ui/box").BoxProps>, import("@xstyled/system").Theme, AspectRatioOptions, never>;
export declare const AspectRatio: any;
{
"name": "@welcome-ui/aspect-ratio",
"version": "5.12.0",
"version": "5.13.3-alpha.1",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",

@@ -49,11 +49,10 @@ "main": "dist/index.js",

"dependencies": {
"@welcome-ui/box": "^5.12.0",
"@welcome-ui/system": "^5.12.0"
"@welcome-ui/system": "^5.13.3-alpha.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
"@wttj/xstyled-styled-components": "^4.0.0",
"react": "^18.0.0",
"styled-components": "^5.3.9"
"styled-components": "^6.1.8"
},
"gitHead": "57746ae1c5dd3cef664ce2eecec2ab3465242c0b",
"gitHead": "706dc3b57025e553d802074c572676f2dcc89421",
"sideEffects": false,

@@ -60,0 +59,0 @@ "component": "AspectRatio",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc