1.5.5 • Published 9 months ago

@lavender-ai/lav-components v1.5.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Lavender-Component-Library

React components for use in Lavender Dashboard and Extension

Install Instructions

npm i;
npm run storybook;

Publish a Version of this Library for internal use

  1. Update the package.json with a new version number. Please follow common numbering practices, follows the format MAJOR.MINOR.PATCH, where:
-  MAJOR version should be incremented for incompatible changes.
-  MINOR version should be incremented for backwards-compatible functionality additions.
-  PATCH version should be incremented for backwards-compatible bug fixes.
  1. In the terminal run the command
npm publish

This will publish the repo to the teams npm Organization under @lavender-ai

Errors in publishing

If you can not publish make sure you have the following.

  1. Do you have a NPM_TOKEN? This is created with your https://www.npmjs.com/settings/<your_account_name>/tokensaccount

  2. In your shell profile do you have your NPM_TOKEN set? In your .zshrc or .bashrc shell profile make sure you have the flowing

export NPM_TOKEN="<Your token>"

if you change this make sure you run source to for your terminal picks up the value.

source ~/.zshrc

or just close and open a new terminal window.

The top level .npmrc file in this repo will pickup that token to publish.

  1. Are you login to npm in the terminal?

To check if you are login to npm in your terminal run

npm whoami

If this errors out then you need to login via

npm login
  1. Are you invited to the npm Organization? Check with the Casey to see if you are invited

Adding a Custom Icon

Instructions listed in src/particles/Icon/README.md

1.5.5

9 months ago

1.5.4

9 months ago

1.5.3

9 months ago

1.5.2

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

1.4.20

12 months ago

1.4.22

11 months ago

1.4.21

11 months ago

1.4.24

11 months ago

1.4.23

11 months ago

1.4.26

11 months ago

1.4.25

11 months ago

1.4.9

1 year ago

1.4.11

1 year ago

1.4.10

1 year ago

1.4.13

1 year ago

1.4.12

1 year ago

1.4.15

1 year ago

1.4.14

1 year ago

1.4.17

12 months ago

1.4.16

1 year ago

1.4.19

12 months ago

1.4.18

12 months ago

1.4.8

1 year ago

1.4.7

1 year ago

1.4.6

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago