@camunda/camunda-composite-components 0.0.42-rc.0 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -53,4 +53,5 @@ return (
|
|
|
53
53
|
|
|
54
54
|
## <a name="c4list"></a> (incomplete) List of adopters of C3+C4
|
|
55
55
|
|
|
56
|
-
- [
|
|
56
|
+
- [Console team](https://confluence.camunda.com/display/HAN/Console+Team) started this, their C4 repo can be found [here](https://github.com/camunda-cloud/camunda-cloud-management-apps/tree/main/packages/c4)
|
|
57
|
+
- [Identity team](https://github.com/camunda/team-identity): [c4-identity](https://github.com/camunda-cloud/c4-identity)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/camunda-composite-components",
|
|
3
|
-
"version": "0.0.42
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"clean": "rimraf lib/",
|
|
6
6
|
"copy-css-files": "copyfiles -u 1 src/components/**/*.css lib/esm",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"@storybook/addon-essentials": "7.0.18",
|
|
31
31
|
"@storybook/addon-interactions": "7.0.18",
|
|
32
32
|
"@storybook/addon-links": "7.0.18",
|
|
33
|
+
"@storybook/blocks": "7.0.21",
|
|
33
34
|
"@storybook/preset-scss": "1.0.3",
|
|
34
35
|
"@storybook/react": "7.0.18",
|
|
35
36
|
"@storybook/react-webpack5": "7.0.18",
|