@camunda/camunda-composite-components 0.4.0 → 0.4.1
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 +1 -1
- package/lib/esm/package.json +41 -41
- package/lib/esm/src/api/profile.js +2 -2
- package/lib/esm/src/components/c3-cluster-tag/c3-cluster-tag.test.d.ts +1 -0
- package/lib/esm/src/components/c3-cluster-tag/c3-cluster-tag.test.js +8 -0
- package/lib/esm/src/components/c3-help-center/help-center.d.ts +1 -0
- package/lib/esm/src/components/c3-help-center/tabs/tabContent.d.ts +1 -272
- package/lib/esm/src/components/c3-navigation/c3-navigation-sidebar/c3-org-sidebar.js +1 -1
- package/lib/esm/src/components/c3-navigation/c3-navigation-sidebar/components.d.ts +1 -0
- package/lib/esm/src/components/c3-navigation/c3-navigation.types.d.ts +1 -0
- package/lib/esm/src/components/c3-navigation/c3-notification-provider/c3-notification-container.d.ts +3 -816
- package/lib/esm/src/components/c3-navigation/c3-notification-provider/c3-notification-container.js +6 -2
- package/lib/esm/src/components/c3-onboarding-survey/onboardingModal.d.ts +1 -0
- package/lib/esm/src/components/c3-onboarding-survey/step.d.ts +1 -0
- package/lib/esm/src/components/c3-user-configuration/authToken.js +2 -2
- package/lib/esm/src/components/styles.d.ts +2 -544
- package/package.json +41 -41
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "https://github.com/camunda-cloud/camunda-composite-components.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.4.
|
|
7
|
+
"version": "0.4.1",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"clean": "rimraf lib/",
|
|
10
10
|
"build": "yarn clean && tsc",
|
|
@@ -30,69 +30,69 @@
|
|
|
30
30
|
"test": "yarn test:ts && yarn test:storybook && yarn test:visual-regression:docker"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.23.
|
|
34
|
-
"@babel/preset-env": "7.23.
|
|
33
|
+
"@babel/core": "7.23.7",
|
|
34
|
+
"@babel/preset-env": "7.23.8",
|
|
35
35
|
"@babel/preset-react": "7.23.3",
|
|
36
36
|
"@babel/preset-typescript": "7.23.3",
|
|
37
|
-
"@carbon/react": "1.
|
|
38
|
-
"@mdx-js/react": "
|
|
39
|
-
"@playwright/test": "1.
|
|
37
|
+
"@carbon/react": "1.48.1",
|
|
38
|
+
"@mdx-js/react": "3.0.0",
|
|
39
|
+
"@playwright/test": "1.41.1",
|
|
40
40
|
"@semantic-release/changelog": "6.0.3",
|
|
41
41
|
"@semantic-release/git": "10.0.1",
|
|
42
|
-
"@storybook/addon-a11y": "7.
|
|
43
|
-
"@storybook/addon-actions": "7.
|
|
44
|
-
"@storybook/addon-docs": "7.
|
|
45
|
-
"@storybook/addon-essentials": "7.
|
|
46
|
-
"@storybook/addon-interactions": "7.
|
|
47
|
-
"@storybook/addon-links": "7.
|
|
48
|
-
"@storybook/blocks": "7.
|
|
42
|
+
"@storybook/addon-a11y": "7.6.10",
|
|
43
|
+
"@storybook/addon-actions": "7.6.10",
|
|
44
|
+
"@storybook/addon-docs": "7.6.10",
|
|
45
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
46
|
+
"@storybook/addon-interactions": "7.6.10",
|
|
47
|
+
"@storybook/addon-links": "7.6.10",
|
|
48
|
+
"@storybook/blocks": "7.6.10",
|
|
49
49
|
"@storybook/preset-scss": "1.0.3",
|
|
50
|
-
"@storybook/react": "7.
|
|
51
|
-
"@storybook/react-webpack5": "7.
|
|
50
|
+
"@storybook/react": "7.6.10",
|
|
51
|
+
"@storybook/react-webpack5": "7.6.10",
|
|
52
52
|
"@storybook/test-runner": "0.16.0",
|
|
53
53
|
"@storybook/testing-library": "0.2.2",
|
|
54
|
-
"@types/carbon-components-react": "7.55.
|
|
55
|
-
"@types/event-source-polyfill": "1.0.
|
|
56
|
-
"@types/mixpanel-browser": "2.
|
|
57
|
-
"@types/node": "20.
|
|
58
|
-
"@types/react": "18.2.
|
|
59
|
-
"@types/react-dom": "18.2.
|
|
60
|
-
"@types/styled-components": "5.1.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
62
|
-
"@typescript-eslint/parser": "6.
|
|
54
|
+
"@types/carbon-components-react": "7.55.10",
|
|
55
|
+
"@types/event-source-polyfill": "1.0.5",
|
|
56
|
+
"@types/mixpanel-browser": "2.48.1",
|
|
57
|
+
"@types/node": "20.11.13",
|
|
58
|
+
"@types/react": "18.2.48",
|
|
59
|
+
"@types/react-dom": "18.2.18",
|
|
60
|
+
"@types/styled-components": "5.1.34",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
62
|
+
"@typescript-eslint/parser": "6.19.0",
|
|
63
63
|
"axe-playwright": "1.2.3",
|
|
64
64
|
"babel-loader": "9.1.3",
|
|
65
65
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
66
66
|
"copyfiles": "2.4.1",
|
|
67
|
-
"css-loader": "6.
|
|
68
|
-
"eslint": "8.
|
|
69
|
-
"eslint-config-prettier": "9.
|
|
67
|
+
"css-loader": "6.10.0",
|
|
68
|
+
"eslint": "8.56.0",
|
|
69
|
+
"eslint-config-prettier": "9.1.0",
|
|
70
70
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
71
|
-
"eslint-plugin-import": "2.29.
|
|
72
|
-
"eslint-plugin-prettier": "5.
|
|
71
|
+
"eslint-plugin-import": "2.29.1",
|
|
72
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
73
73
|
"eslint-plugin-react": "7.33.2",
|
|
74
74
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
75
75
|
"eslint-plugin-storybook": "0.6.15",
|
|
76
76
|
"event-source-polyfill": "1.0.31",
|
|
77
77
|
"husky": "8.0.3",
|
|
78
|
-
"mixpanel-browser": "2.
|
|
79
|
-
"prettier": "3.
|
|
78
|
+
"mixpanel-browser": "2.48.1",
|
|
79
|
+
"prettier": "3.2.4",
|
|
80
80
|
"react": "18.2.0",
|
|
81
81
|
"react-dom": "18.2.0",
|
|
82
82
|
"rimraf": "5.0.5",
|
|
83
|
-
"sass": "1.
|
|
84
|
-
"sass-loader": "13.3.
|
|
83
|
+
"sass": "1.70.0",
|
|
84
|
+
"sass-loader": "13.3.3",
|
|
85
85
|
"semantic-release": "22.0.12",
|
|
86
86
|
"serve": "14.2.1",
|
|
87
|
-
"storybook": "7.
|
|
88
|
-
"style-loader": "3.3.
|
|
89
|
-
"styled-components": "6.
|
|
90
|
-
"typescript": "5.
|
|
91
|
-
"wait-on": "7.0
|
|
92
|
-
"webpack": "5.
|
|
87
|
+
"storybook": "7.6.10",
|
|
88
|
+
"style-loader": "3.3.4",
|
|
89
|
+
"styled-components": "6.1.8",
|
|
90
|
+
"typescript": "5.3.3",
|
|
91
|
+
"wait-on": "7.2.0",
|
|
92
|
+
"webpack": "5.90.0"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"jwt-decode": "
|
|
95
|
+
"jwt-decode": "4.0.0",
|
|
96
96
|
"react-markdown": "8.0.7"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
],
|
|
111
111
|
"author": "Camunda",
|
|
112
112
|
"license": "Apache-2.0",
|
|
113
|
-
"packageManager": "yarn@
|
|
113
|
+
"packageManager": "yarn@4.0.2"
|
|
114
114
|
}
|