@kuma-ui/babel-plugin
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "@kuma-ui/babel-plugin", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", | ||
@@ -26,4 +26,4 @@ "repository": { | ||
"@babel/core": "^7.21.4", | ||
"@kuma-ui/sheet": "^0.5.0", | ||
"@kuma-ui/system": "^0.6.1" | ||
"@kuma-ui/system": "^0.6.2", | ||
"@kuma-ui/sheet": "^0.5.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -7,3 +7,2 @@ <div align="center"> | ||
**[Documentation](https://kuma-ui.com)** | ||
@@ -24,3 +23,2 @@ | ||
## Features | ||
@@ -43,9 +41,9 @@ | ||
```sh | ||
npm install @kuma-ui/core | ||
npm install -D @kuma-ui/core | ||
``` | ||
or | ||
or | ||
```sh | ||
yarn add @kuma-ui/core | ||
yarn add @kuma-ui/core -D | ||
``` | ||
@@ -68,3 +66,3 @@ | ||
@media (max-width: 768px) { | ||
flex-direction: column; | ||
flex-direction: column; | ||
} | ||
@@ -74,3 +72,3 @@ `; | ||
// Then use it like so: | ||
<Box>Hello, world!</Box> | ||
<Box>Hello, world!</Box>; | ||
``` | ||
@@ -101,3 +99,3 @@ | ||
const styles = css({ color: 'red', fontSize: '24px' }); | ||
const styles = css({ color: "red", fontSize: "24px" }); | ||
@@ -114,3 +112,3 @@ function App() { | ||
```sh | ||
yarn add @kuma-ui/next-plugin | ||
yarn add @kuma-ui/next-plugin -D | ||
``` | ||
@@ -154,3 +152,3 @@ | ||
```sh | ||
yarn add @kuma-ui/vite | ||
yarn add @kuma-ui/vite -D | ||
``` | ||
@@ -168,5 +166,3 @@ | ||
plugins: [ | ||
react({ | ||
jsxRuntime: "classic", | ||
}), | ||
react(), | ||
KumaUI(), | ||
@@ -198,3 +194,10 @@ ], | ||
### Adding a changeset | ||
Don't forget to include a changeset as well, by running this command at the root of the project: | ||
```sh | ||
pnpm changeset | ||
``` | ||
## License | ||
MIT |
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
160977
194
Updated@kuma-ui/sheet@^0.5.1
Updated@kuma-ui/system@^0.6.2