@chakra-ui/stat
Advanced tools
Comparing version 0.0.0-dev-20220620653 to 0.0.0-dev-20220804193103
{ | ||
"name": "@chakra-ui/stat", | ||
"version": "0.0.0-dev-20220620653", | ||
"version": "0.0.0-dev-20220804193103", | ||
"description": "A React component for displaying statistics", | ||
@@ -18,8 +18,7 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/chakra-ui-stat.cjs.js", | ||
"module": "dist/chakra-ui-stat.esm.js", | ||
"types": "dist/chakra-ui-stat.cjs.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist" | ||
], | ||
@@ -38,14 +37,23 @@ "publishConfig": { | ||
"dependencies": { | ||
"@chakra-ui/icon": "0.0.0-dev-20220620653", | ||
"@chakra-ui/utils": "1.9.1", | ||
"@chakra-ui/visually-hidden": "0.0.0-dev-20220620653" | ||
"@chakra-ui/icon": "0.0.0-dev-20220804193103", | ||
"@chakra-ui/utils": "0.0.0-dev-20220804193103", | ||
"@chakra-ui/react-utils": "0.0.0-dev-20220804193103", | ||
"@chakra-ui/visually-hidden": "0.0.0-dev-20220804193103" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20220620653", | ||
"react": "^17.0.1" | ||
"@chakra-ui/system": "0.0.0-dev-20220804193103", | ||
"react": "^18.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": ">=0.0.0-dev-20220620653", | ||
"react": ">=16.8.6" | ||
} | ||
} | ||
"@chakra-ui/system": "0.0.0-dev-20220804193103", | ||
"react": ">=18" | ||
}, | ||
"scripts": { | ||
"build": "JSX=1 tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "JSX=1 tsup src/index.ts" | ||
}, | ||
"readme": "# Stat\n\nAs the name implies, the Stat component is used to display some statistics.\n\n## Installation\n\n```sh\nyarn add @chakra-ui/stat\n\n# or\n\nnpm i @chakra-ui/stat\n```\n\n## Import components\n\n```jsx\nimport {\n Stat,\n StatArrow,\n StatLabel,\n StatGroup,\n StatNumber,\n StatUpArrow,\n StatHelpText,\n StatDownArrow,\n} from \"@chakra-ui/stat\"\n```\n\n## Usage\n\n```jsx\n<Stat>\n <StatLabel>Collected Fees</StatLabel>\n <StatNumber>£0.00</StatNumber>\n <StatHelpText>Feb 12 - Feb 28</StatHelpText>\n</Stat>\n\n\n<StatGroup>\n <Stat>\n <StatLabel>Sent</StatLabel>\n <StatNumber>345,670</StatNumber>\n <StatHelpText>\n 23.36%\n </StatHelpText>\n </Stat>\n\n <Stat>\n <StatLabel>Clicked</StatLabel>\n <StatNumber>45</StatNumber>\n <StatHelpText>\n 9.05%\n </StatHelpText>\n </Stat>\n</StatGroup>\n```\n\n## Stat with Indicator\n\n```jsx\n<StatGroup>\n <Stat>\n <StatLabel>Sent</StatLabel>\n <StatNumber>345,670</StatNumber>\n <StatHelpText>\n <StatArrow type=\"increase\" />\n 23.36%\n </StatHelpText>\n </Stat>\n</StatGroup>\n```\n" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
17382
6
6
348
1
+ Added@chakra-ui/color-mode@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/hooks@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/icon@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/react-utils@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/styled-system@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/system@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/utils@0.0.0-dev-20220804193103(transitive)
+ Added@chakra-ui/visually-hidden@0.0.0-dev-20220804193103(transitive)
+ Addedcompute-scroll-into-view@1.0.14(transitive)
+ Addedcopy-to-clipboard@3.3.1(transitive)
+ Addedreact-fast-compare@3.2.0(transitive)
+ Addedtoggle-selection@1.0.6(transitive)
- Removed@chakra-ui/anatomy@2.2.2(transitive)
- Removed@chakra-ui/color-mode@2.2.0(transitive)
- Removed@chakra-ui/icon@0.0.0-dev-20220620653(transitive)
- Removed@chakra-ui/object-utils@2.1.0(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@2.1.0(transitive)
- Removed@chakra-ui/react-utils@2.0.12(transitive)
- Removed@chakra-ui/shared-utils@2.0.5(transitive)
- Removed@chakra-ui/styled-system@2.9.2(transitive)
- Removed@chakra-ui/system@2.6.2(transitive)
- Removed@chakra-ui/theme@3.3.1(transitive)
- Removed@chakra-ui/theme-tools@2.1.2(transitive)
- Removed@chakra-ui/theme-utils@2.0.21(transitive)
- Removed@chakra-ui/utils@1.9.12.0.15(transitive)
- Removed@chakra-ui/visually-hidden@0.0.0-dev-20220620653(transitive)
- Removed@types/lodash.mergewith@4.6.7(transitive)
- Removedcolor2k@2.0.3(transitive)
- Removedframesync@6.1.2(transitive)
- Removedreact-fast-compare@3.2.2(transitive)
- Removedtslib@2.4.0(transitive)