@camunda/c4-identity
v0.0.44
Published
C4 library for Camunda C8 Identity
Maintainers
Keywords
Readme
C4 Identity library
Design system compat mode
Components in this library render Carbon (@carbon/react) by default. Consuming apps can opt into
Camunda's new design system by passing designSystem="ds" to C4IdentityContextProvider. Consumers
must bring their own @camunda/design-system/styles.css import when using "ds" mode, the same way
they already bring their own Carbon theme/CSS setup for the default mode — this library does not ship
CSS to consumers.
Customization
- Just update the name in
package.json. - If you want to automatically publish the storybook to Github Pages, enable the Github Action
publish-storybook.yml.disabled. - If you want to publish package to Github Package registry, enable the Github Action
publish-github-package.yaml.disabled.
Dev
# install
yarn
# start storybook
yarn storybook
# build components
yarn buildRelease
To release a new version of this library, follow these steps:
- Update the version in
package.jsononmain - Create a new release via GitHub UI, tag name being the exact version number, no prepended "v"
