@gr4vy/poutine-react
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -1,1 +0,2 @@ | ||
export { Box, BoxProps } from './Box'; | ||
export { Box } from './Box'; | ||
export type { BoxProps } from './Box'; |
@@ -0,3 +1,3 @@ | ||
import './global.css'; | ||
export * from './components'; | ||
import './reset.css'; | ||
export { atoms } from './atoms.css'; |
{ | ||
"name": "@gr4vy/poutine-react", | ||
"version": "0.0.5", | ||
"main": "dist/index.js", | ||
"version": "0.1.0", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
@@ -14,2 +15,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@fontsource/inter": "^4.5.1", | ||
"@fontsource/jetbrains-mono": "^4.5.0", | ||
"react": "^17.0.2", | ||
@@ -31,3 +34,3 @@ "react-dom": "^17.0.2" | ||
"@vanilla-extract/css": "^1.6.8", | ||
"@vanilla-extract/esbuild-plugin": "^2.0.2", | ||
"@vanilla-extract/vite-plugin": "^3.1.2", | ||
"@vanilla-extract/webpack-plugin": "^2.1.5", | ||
@@ -38,3 +41,5 @@ "babel-loader": "^8.2.2", | ||
"react-dom": "^17.0.2", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"typescript": "^4.5.0", | ||
"vite": "^2.7.12", | ||
"webpack": "^5.66.0" | ||
@@ -52,13 +57,10 @@ }, | ||
"build-storybook": "build-storybook", | ||
"build": "node scripts/build; yarn types", | ||
"build": "vite build; yarn types", | ||
"dev": "node scripts/dev", | ||
"lint": "eslint src/ --ext ts,tsx" | ||
}, | ||
"optionalDependencies": { | ||
"inter-ui": "^3.19.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "a423c52267f8f552ca258b46145b04bae8ef76e8" | ||
"gitHead": "281e9a0ecacfe4b20be6df1e5d4aaccda28efde0" | ||
} |
@@ -11,2 +11,28 @@ # Poutine React | ||
### Import CSS (Required) | ||
```ts | ||
import '@gr4vy/poutine-react/style.css' | ||
``` | ||
### Import Fonts (Recommended) | ||
```ts | ||
// Inter | ||
import '@fontsource/inter' | ||
import '@fontsource/inter/500.css' | ||
import '@fontsource/inter/700.css' | ||
// JetBrains | ||
import '@fontsource/jetbrains-mono' | ||
import '@fontsource/jetbrains-mono/500.css' | ||
import '@fontsource/jetbrains-mono/700.css' | ||
``` | ||
### Reset (Optional) | ||
```ts | ||
import '@gr4vy/poutine-react/reset.css' | ||
``` | ||
### Box, Flex, Stack | ||
@@ -13,0 +39,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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
194089
30
3990
82
0
8
22
3