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

@cotype/ui

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cotype/ui - npm Package Compare versions

Comparing version 1.0.0-feature-initial.2e83521 to 1.0.0-feature-initial.3c50170

docs/example.png

11

lib/BaseStyle/index.js

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

import { createGlobalStyle } from 'styled-components';
export const BaseStyle = createGlobalStyle `
import { createGlobalStyle, css } from 'styled-components/macro';
export const baseStyleCss = css `
body,

@@ -12,4 +12,4 @@ html,

html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-size: 14.4px;

@@ -78,2 +78,5 @@ font-weight: 400;

`;
export const BaseStyle = createGlobalStyle `
${baseStyleCss}
`;
//# sourceMappingURL=index.js.map
export * from './BaseStyle';
export * from './Test';
export * from './SimpleElements';
export * from './Button';
export * from './Icon';
export * from './StatusLight';
export * from './ToggleSwitch';
export * from './ImageCircle';
export * from './PopoverMenu';
export * from './ProgressCircle';
//# sourceMappingURL=index.js.map
{
"name": "@cotype/ui",
"version": "1.0.0-feature-initial.2e83521",
"version": "1.0.0-feature-initial.3c50170",
"description": "UI Components for cotype Admin UI",
"main": "lib/",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -11,3 +13,4 @@ "build": "rm -rf lib/ && tsc",

"lint-fix": "eslint . --ext .ts,.tsx --fix",
"storybook": "start-storybook -p 6006 -s public"
"storybook": "start-storybook -p 6006 -s storybookPublic",
"build-storybook": "rm -rf docs && rm -rf storybook-static && build-storybook -s storybookPublic && mv storybook-static docs"
},

@@ -20,7 +23,12 @@ "license": "SEE LICENSE IN LICENSE.md",

"dependencies": {
"color-hash": "^1.0.3",
"decorate-gh-pr": "^1.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0"
"react-circular-progressbar": "^2.0.3",
"react-tiny-popover": "^4.1.0"
},
"perDependencies": {
"react": ">=16",
"react-dom": ">=16",
"styled-components": ">=5"
},
"devDependencies": {

@@ -36,2 +44,3 @@ "@babel/preset-env": "^7.12.16",

"@storybook/react": "^6.1.18",
"@types/color-hash": "^1.0.0",
"@types/styled-components": "^5.1.0",

@@ -42,6 +51,14 @@ "babel-plugin-styled-components": "^1.12.0",

"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"semantic-release": "^17.3.9",
"semantish-prerelease": "^3.1.1",
"styled-components": "^5.2.1",
"typescript": "^4.1.5"
},
"babelMacros": {
"styledComponents": {
"pure": true
}
}
}

@@ -26,2 +26,4 @@ <h2 align="center">

Component Overview: https://cotype.github.io/ui
---

@@ -42,4 +44,3 @@

```ts
// server.ts
import { init, Opts /* ... */ } from "@cotype/ui";
import { Button, buttonClass, ... } from "@cotype/ui";

@@ -55,4 +56,1 @@ ```

to the [contribution guidelines](https://github.com/cotype/core/blob/master/CONTRIBUTING.md)

@@ -10,3 +10,3 @@ module.exports = {

comment:
"<hr /><p><em><date>[<% print(date.toISOString()) %>]</date></em> Pre-released:<br /><code>@cotype/ui@<%= version %></code></p>"
"<hr /><p><em><date>[<% print(date.toISOString()) %>]</date></em> Pre-released: <pre><%= version %></pre><br /><code>npm i @cotype/ui@<%= version %></code></p>"
}

@@ -13,0 +13,0 @@ ],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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