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

@kuma-ui/system

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kuma-ui/system - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

dist/pseudo.d.ts

@@ -21,4 +21,4 @@ import { StyledProps } from './compose.js';

declare const normalizePseudo: (props: string) => string;
declare const isPseudoProps: (props: unknown) => props is "_left" | "_right" | "_marker" | "_paused" | "_default" | "_first" | "_grammar-error" | "_spelling-error" | "_read-only" | "_read-write" | "_after" | "_active" | "_disabled" | "_enabled" | "_cue" | "_cue-region" | "_part" | "_slotted" | "_view-transition-group" | "_view-transition-image-pair" | "_view-transition-new" | "_view-transition-old" | "_dir" | "_has" | "_host" | "_host-context" | "_is" | "_lang" | "_matches()" | "_not" | "_nth-child" | "_nth-last-child" | "_nth-last-of-type" | "_nth-of-type" | "_where" | "_backdrop" | "_before" | "_first-letter" | "_first-line" | "_placeholder" | "_selection" | "_target-text" | "_view-transition" | "_any-link" | "_blank" | "_checked" | "_current" | "_defined" | "_empty" | "_first-child" | "_first-of-type" | "_focus" | "_focus-visible" | "_focus-within" | "_fullscreen" | "_future" | "_hover" | "_in-range" | "_indeterminate" | "_invalid" | "_last-child" | "_last-of-type" | "_link" | "_local-link" | "_nth-col" | "_nth-last-col" | "_only-child" | "_only-of-type" | "_optional" | "_out-of-range" | "_past" | "_picture-in-picture" | "_placeholder-shown" | "_playing" | "_required" | "_root" | "_scope" | "_target" | "_target-within" | "_user-invalid" | "_user-valid" | "_valid" | "_visited";
declare const isPseudoProps: (props: unknown) => props is "_left" | "_right" | "_marker" | "_grammar-error" | "_spelling-error" | "_default" | "_paused" | "_first" | "_read-only" | "_read-write" | "_after" | "_active" | "_disabled" | "_enabled" | "_cue" | "_cue-region" | "_part" | "_slotted" | "_view-transition-group" | "_view-transition-image-pair" | "_view-transition-new" | "_view-transition-old" | "_dir" | "_has" | "_host" | "_host-context" | "_is" | "_lang" | "_matches()" | "_not" | "_nth-child" | "_nth-last-child" | "_nth-last-of-type" | "_nth-of-type" | "_where" | "_backdrop" | "_before" | "_first-letter" | "_first-line" | "_placeholder" | "_selection" | "_target-text" | "_view-transition" | "_any-link" | "_blank" | "_checked" | "_current" | "_defined" | "_empty" | "_first-child" | "_first-of-type" | "_focus" | "_focus-visible" | "_focus-within" | "_fullscreen" | "_future" | "_hover" | "_in-range" | "_indeterminate" | "_invalid" | "_last-child" | "_last-of-type" | "_link" | "_local-link" | "_nth-col" | "_nth-last-col" | "_only-child" | "_only-of-type" | "_optional" | "_out-of-range" | "_past" | "_picture-in-picture" | "_placeholder-shown" | "_playing" | "_required" | "_root" | "_scope" | "_target" | "_target-within" | "_user-invalid" | "_user-valid" | "_valid" | "_visited";
export { PseudoProps, isPseudoProps, normalizePseudo };
{
"name": "@kuma-ui/system",
"version": "0.6.1",
"version": "0.6.2",
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",

@@ -26,3 +26,3 @@ "repository": {

"csstype": "^3.1.2",
"@kuma-ui/sheet": "0.5.0"
"@kuma-ui/sheet": "0.5.1"
},

@@ -29,0 +29,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
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