Socket
Socket
Sign inDemoInstall

@chakra-ui/progress

Package Overview
Dependencies
85
Maintainers
3
Versions
421
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-202212083710 to 0.0.0-dev-20221223180742

dist/chunk-33PGJX5B.mjs

51

package.json
{
"name": "@chakra-ui/progress",
"version": "0.0.0-dev-202212083710",
"version": "0.0.0-dev-20221223180742",
"description": "Progress bar component for Chakra UI",

@@ -16,8 +16,5 @@ "keywords": [

"license": "MIT",
"main": "dist/chakra-ui-progress.cjs.js",
"module": "dist/chakra-ui-progress.esm.js",
"types": "dist/chakra-ui-progress.cjs.d.ts",
"main": "dist/index.js",
"files": [
"dist",
"src"
"dist"
],

@@ -30,3 +27,3 @@ "publishConfig": {

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/progress"
"directory": "packages/components/progress"
},

@@ -37,13 +34,39 @@ "bugs": {

"dependencies": {
"@chakra-ui/theme-tools": "0.0.0-dev-202212083710",
"@chakra-ui/utils": "0.0.0-dev-202212083710"
"@chakra-ui/react-context": "0.0.0-dev-20221223180742"
},
"devDependencies": {
"@chakra-ui/system": "0.0.0-dev-202212083710",
"react": "^17.0.1"
"react": "^18.0.0",
"clean-package": "2.1.1",
"@chakra-ui/system": "0.0.0-dev-20221223180742"
},
"peerDependencies": {
"@chakra-ui/system": ">=0.0.0-dev-202212083710",
"react": ">=16.8.6"
"@chakra-ui/system": "0.0.0-dev-20221223180742",
"react": ">=18"
},
"clean-package": "../../../clean-package.config.json",
"tsup": {
"clean": true,
"target": "es2019",
"format": [
"cjs",
"esm"
]
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup src"
}
}
}

@@ -162,6 +162,6 @@ # Progress

It is more of a “presentational” loading indicator you can use on a page or a
component, while it’s loading or before it renders. It doesn’t have any semantic
meaning.
component, while it’s loading, or before it renders. It doesn't have any
semantic meaning.
To give meaning to a Spinner/loading indicator, ARIA standards require that you
mark the area of the component/page that’s loading with `aria-busy=true`.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc