Socket
Socket
Sign inDemoInstall

@chakra-ui/theme

Package Overview
Dependencies
Maintainers
3
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/theme - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0-next.0

dist/cjs/components/accordion.js

51

package.json
{
"name": "@chakra-ui/theme",
"version": "0.0.2",
"description": "Chakra UI's theme framework and utilities",
"version": "1.0.0-next.0",
"description": "The default theme for chakra components",
"keywords": [
"chakra",
"ui",
"css",
"react",
"theme"
"theme",
"theming",
"ui mode",
"ui"
],

@@ -15,9 +14,8 @@ "author": "Segun Adebayo <sage@adebayosegun.com>",

"license": "MIT",
"main": "dist/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"files": [
"lib"
"dist"
],

@@ -31,12 +29,29 @@ "publishConfig": {

},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/chakra-ui/chakra-ui/issues"
},
"scripts": {
"prebuild": "rimraf dist",
"start": "nodemon --watch src --exec yarn build -e ts,tsx",
"build": "concurrently yarn:build:*",
"test": "jest --env=jsdom --passWithNoTests",
"lint": "concurrently yarn:lint:*",
"version": "yarn build",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir dist/types",
"test:cov": "yarn test --coverage",
"lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/theme-tools": "^1.0.0-next.0"
},
"peerDependencies": {
"@chakra-ui/system": "1.0.0-next.0"
},
"devDependencies": {
"react-lorem-component": "^0.13.0"
"@chakra-ui/system": "^1.0.0-next.0"
},
"gitHead": "18b9ef6f628168d14715285c6ac14d32be1c5bb1"
"gitHead": "ce6fe489afaddba502a2611f1fb1dcedb991325b"
}

@@ -1,11 +0,3 @@

# `chakra-ui-theme`
# @chakra-ui/theme
> TODO: description
## Usage
```
const chakraUiTheme = require('chakra-ui-theme');
// TODO: DEMONSTRATE API
```
The default theme package for Chakra UI's components.
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