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

@livekit/livekit-chakra-theme

Package Overview
Dependencies
Maintainers
20
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livekit/livekit-chakra-theme

A Chakra-UI theme for LiveKit applications and sites

  • 2.0.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
61
decreased by-70.67%
Maintainers
20
Weekly downloads
 
Created
Source

livekit-chakra-theme

First-time setup:

  1. Get @dsa to add you to this repo on GitHub
  2. git clone git@github.com:livekit/livekit-chakra-theme.git
  3. pnpm install

To make changes:

  1. Edit files in src/
  2. pnpm build
  3. Bump the version number in package.json
  4. Commit and push changes back to the repo
  5. git tag vx.x.x
  6. git push --tags

Upon tagging, CI will publish that version to NPM.

To use your changes, run pnpm update @livekit/livekit-chakra-theme --latest in the repo that’s using the theme.

Local development without publishing the theme to npm:

To validate your changes locally without publishing the package to npm, you can use yalc.js. This will allow you to use the local, unpublished version of your package in any other local repo. For example, you can see how changes to the theme affect other projects that depend on it before you publish the new theme and update the other repos that depend on it.

  1. run yarn watch to publish and automatically update the package in the local yalc store.
  2. (For the next step you may need to install yalc globally. npm i yalc -g or yarn global add yalc.)
  3. Go to a repo that depends on the @livekit/livekit-chakra-theme and run yalc link @livekit/livekit-chakra-theme. The repo should now use the local version of the theme from the Yalc store. You can find more information in the docs.

Remove local yalc package version: To return to the state before you ran yalc link ..., you must remove the link to the local yalc store with yalc remove @livekit/livekit-chakra-theme.

FAQs

Package last updated on 30 May 2024

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