Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kuma-ui/sheet

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kuma-ui/sheet - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "@kuma-ui/sheet",
"version": "0.5.0",
"version": "0.5.1",
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",

@@ -5,0 +5,0 @@ "repository": {

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc