@capsizecss/core
Advanced tools
Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "@capsizecss/core", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "Flipping how we define typography", | ||
"main": "dist/capsizecss-core.cjs.js", | ||
"module": "dist/capsizecss-core.esm.js", | ||
"browser": { | ||
"./dist/capsizecss-core.cjs.js": "./dist/capsizecss-core.browser.cjs.js", | ||
"./dist/capsizecss-core.esm.js": "./dist/capsizecss-core.browser.esm.js" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts" | ||
] | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"author": { | ||
"name": "Michael Taranto", | ||
"homepage": "https://github.com/michaeltaranto" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seek-oss/capsize.git", | ||
"directory": "packages/core" | ||
}, | ||
"keywords": [ | ||
@@ -47,3 +24,29 @@ "capsize", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seek-oss/capsize.git", | ||
"directory": "packages/core" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Michael Taranto", | ||
"homepage": "https://github.com/michaeltaranto" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/index.d.mts", | ||
"require": "./dist/index.d.ts" | ||
}, | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
@@ -53,5 +56,8 @@ "csstype": "^3.1.1" | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@emotion/css": "^11.1.3" | ||
"@emotion/css": "^11.11.2" | ||
}, | ||
"scripts": { | ||
"build": "crackle package", | ||
"dev": "crackle dev --shim=none" | ||
} | ||
} |
@@ -84,2 +84,4 @@ <img src="https://raw.githubusercontent.com/seek-oss/capsize/HEAD/images/capsize-header.png#gh-light-mode-only" alt="Capsize" title="Capsize" width="443px" /> | ||
> ⚠️ Note: It is not recommended to apply further layout-related styles to the same element, as this will risk interfering with the styles used for the trim. Instead consider using a nested element. | ||
### `createStyleString` | ||
@@ -115,2 +117,4 @@ | ||
> ⚠️ Note: It is not recommended to apply further layout-related styles to the same element, as this will risk interfering with the styles used for the trim. Instead consider using a nested element. | ||
## Options | ||
@@ -229,3 +233,3 @@ | ||
font-family: Lobster, 'Lobster Fallback: Helvetica Neue', | ||
'Lobster Fallback: Arial'; | ||
'Lobster Fallback: Arial', 'Helvetica Neue', Arial; | ||
} | ||
@@ -232,0 +236,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
387
0
39092
7
545
1