@tlon/indigo-light
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -179,6 +179,7 @@ import baseStyled, { ThemedStyledInterface } from 'styled-components'; | ||
zIndices: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], | ||
breakpoints: ['768px', '1024px', '1440px', '2200px'], | ||
breakpoints: ['550px', '750px', '960px'], | ||
}; | ||
export type Theme = typeof theme; | ||
export const styled = baseStyled as ThemedStyledInterface<Theme>; | ||
export default theme; |
{ | ||
"name": "@tlon/indigo-light", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Light theme for Indigo React", | ||
@@ -8,10 +8,12 @@ "author": "tlon", | ||
"repository": "urbit/indigo-light", | ||
"main": "index.ts", | ||
"module": "index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"devDependencies": { | ||
"@types/styled-components": "^4.4.3", | ||
"esbuild": "^0.6.29", | ||
"husky": "^4.2.2", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"styled-components": "^5.0.1" | ||
"styled-components": "^5.0.1", | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -28,3 +30,14 @@ "husky": { | ||
"trailingComma": "es5" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"tsc": "tsc", | ||
"esbuild": "esbuild index.ts --bundle --external:styled-system --external:styled-components --outdir=dist --format=esm --splitting --sourcemap", | ||
"esbuild:prod": "esbuild index.ts --bundle --external:styled-system --external:styled-components --outdir=dist --format=esm --splitting --sourcemap", | ||
"clear": "rm -rf dist", | ||
"reset": "rm -rf node_modules package-lock.json && npm install", | ||
"build": "npm run tsc && npm run esbuild", | ||
"build:prod": "npm run tsc && npm run esbuild:prod", | ||
"format": "prettier --write ./src/*" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
26771
8
608
7
2
1