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

@lightspeed/cirrus

Package Overview
Dependencies
Maintainers
10
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus

Cirrus, all inclusive

  • 7.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
62
decreased by-6.06%
Maintainers
10
Weekly downloads
 
Created
Source

Cirrus components

A package containing all Cirrus React components.

Refer to main README for usage.

Building Cirrus for production

Both steps are self contained in their own command.

To build, run the following command:

yarn build

This will do the followng in order:

  • automatically flush the dist folder
  • generate icons/flags into their respective component folder
  • transpile any files within the src folder
  • copy straggler files based on a pre-defined whitelist (e.g: json files)

Please note, that during the transpilation phase, the story.js file and whatever files contained within a folder named examples will be ignored.

You may notice that there are empty folders that get outputted into the dist folder. These will get auto ignored during the publish phase.

Publishing Cirrus

First, make sure you've went through the release workflow, skip step 3 (npm publish)

Then, to publish, run the following command:

yarn release

This will build and publish the recently built components.

If you didn't properly bump the version, npm will throw an error. So no need to worry of squashing a previously published version.

Styled System Props

Component Namestyled-system props
Alertspace
Bonespace
width
bgColor
Buttonspace
Cardcolors
CardSectionspace
Boxspace
width
fontSize
colors
Flex (extends Box)flex, flexWrap, flexDirection, alignItems, justifyContent
Dividerspace
Groupflex, justifyContent
GroupItemflex
width
GroupAddonwidth
Logowidth
TextfontSize
space
fontFamily, textAlign, fontWeight, letterSpacing, lineHeight
textTransform (custom property that takes any text-transform values)
fontSize
textColor
fontSize

FAQs

Package last updated on 11 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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