layout-emotions
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -122,2 +122,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/layout/container.ts | ||
flex-wrap: wrap; | ||
width: 100%; | ||
margin-top: calc(-1 * var(--gap-y)); | ||
@@ -124,0 +125,0 @@ margin-right: calc(-0.5 * var(--gap-x)); |
{ | ||
"name": "layout-emotions", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Collection of layout emotion components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,2 +9,3 @@ import styled from "@emotion/styled"; | ||
flex-wrap: wrap; | ||
width: 100%; | ||
margin-top: calc(-1 * var(--gap-y)); | ||
@@ -11,0 +12,0 @@ margin-right: calc(-0.5 * var(--gap-x)); |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
276
0
14534
14