Socket
Socket
Sign inDemoInstall

@truework/ui

Package Overview
Dependencies
102
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-beta8 to 1.4.0

6

CHANGELOG.md
# @truework/ui
## 1.4.0
### Minor Changes
- 398825f: Build with Vite
## 1.3.0

@@ -4,0 +10,0 @@

24

package.json
{
"name": "@truework/ui",
"version": "1.4.0-beta8",
"version": "1.4.0",
"description": "",

@@ -8,9 +8,2 @@ "main": "dist/ui.cjs.js",

"types": "dist/index.d.ts",
"scripts": {
"watch": "vite",
"build": "vite build && pnpm typegen",
"typegen": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"jest": {

@@ -47,5 +40,2 @@ "verbose": true,

"jest": "^24.5.0",
"react": "16",
"react-dom": "16",
"styled-components": "^5.3.5",
"ts-jest": "^24.0.0",

@@ -64,3 +54,11 @@ "typescript": "4.6.4",

"styled-components": "^5.3.5"
}
}
},
"scripts": {
"watch": "vite",
"build": "vite build && pnpm typegen",
"typegen": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"readme": "# @truework/ui ![npm](https://img.shields.io/npm/v/@truework/ui) [![](https://badgen.net/bundlephobia/minzip/@truework/ui)](https://bundlephobia.com/result?p=@truework/ui)\n\nTruework's React UI toolkit. Built with\n[styled-components](https://github.com/styled-components/styled-components) and\n[styled-system](https://github.com/styled-system/styled-system).\n\n```bash\nnpm i @truework/ui --save\n```\n\n## Usage\n\nFor docs and examples for each component, please refer to the\n[src](https://github.com/truework/ui/tree/master/packages/ui/src) directory.\n\n```jsx\nimport { ThemeProvider, GlobalStyle } from 'styled-components'\nimport { theme, Box, H1, Icon } from '@truework/ui'\n\nexport default () => (\n <ThemeProvider theme={theme}>\n <GlobalStyle />\n\n <Box py=\"sm\">\n <H1>Hello world!</H1>\n <Icon name=\"Heart\" />\n </Box>\n </ThemeProvider>\n)\n```\n\n### License\n\nMIT License © [Truework](https://truework.com)\n"
}
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