@emotion/unitless
Advanced tools
Comparing version 0.9.0 to 0.10.0
export * from "./declarations/src/index"; | ||
export { default } from "./declarations/src/index"; | ||
//# sourceMappingURL=emotion-unitless.cjs.d.ts.map | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1vdGlvbi11bml0bGVzcy5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0= |
'use strict'; | ||
if (process.env.NODE_ENV === "production") { | ||
module.exports = require("./emotion-unitless.cjs.prod.js"); | ||
} else { | ||
module.exports = require("./emotion-unitless.cjs.dev.js"); | ||
} | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var unitlessKeys = { | ||
animationIterationCount: 1, | ||
aspectRatio: 1, | ||
borderImageOutset: 1, | ||
borderImageSlice: 1, | ||
borderImageWidth: 1, | ||
boxFlex: 1, | ||
boxFlexGroup: 1, | ||
boxOrdinalGroup: 1, | ||
columnCount: 1, | ||
columns: 1, | ||
flex: 1, | ||
flexGrow: 1, | ||
flexPositive: 1, | ||
flexShrink: 1, | ||
flexNegative: 1, | ||
flexOrder: 1, | ||
gridRow: 1, | ||
gridRowEnd: 1, | ||
gridRowSpan: 1, | ||
gridRowStart: 1, | ||
gridColumn: 1, | ||
gridColumnEnd: 1, | ||
gridColumnSpan: 1, | ||
gridColumnStart: 1, | ||
msGridRow: 1, | ||
msGridRowSpan: 1, | ||
msGridColumn: 1, | ||
msGridColumnSpan: 1, | ||
fontWeight: 1, | ||
lineHeight: 1, | ||
opacity: 1, | ||
order: 1, | ||
orphans: 1, | ||
scale: 1, | ||
tabSize: 1, | ||
widows: 1, | ||
zIndex: 1, | ||
zoom: 1, | ||
WebkitLineClamp: 1, | ||
// SVG-related properties | ||
fillOpacity: 1, | ||
floodOpacity: 1, | ||
stopOpacity: 1, | ||
strokeDasharray: 1, | ||
strokeDashoffset: 1, | ||
strokeMiterlimit: 1, | ||
strokeOpacity: 1, | ||
strokeWidth: 1 | ||
}; | ||
exports["default"] = unitlessKeys; |
@@ -35,2 +35,3 @@ var unitlessKeys = { | ||
orphans: 1, | ||
scale: 1, | ||
tabSize: 1, | ||
@@ -37,0 +38,0 @@ widows: 1, |
{ | ||
"name": "@emotion/unitless", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "An object of css properties that don't accept values with units", | ||
@@ -19,2 +19,6 @@ "main": "dist/emotion-unitless.cjs.js", | ||
".": { | ||
"types": { | ||
"import": "./dist/emotion-unitless.cjs.mjs", | ||
"default": "./dist/emotion-unitless.cjs.js" | ||
}, | ||
"module": "./dist/emotion-unitless.esm.js", | ||
@@ -21,0 +25,0 @@ "import": "./dist/emotion-unitless.cjs.mjs", |
@@ -35,2 +35,3 @@ let unitlessKeys: Record<string, 1> = { | ||
orphans: 1, | ||
scale: 1, | ||
tabSize: 1, | ||
@@ -37,0 +38,0 @@ widows: 1, |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
6026
12
164