@scm-manager/ui-components 3.4.0 → 3.4.1-20240720-161346
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scm-manager/ui-components",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1-20240720-161346",
|
|
4
4
|
"description": "UI Components for SCM-Manager and its plugins",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"files": [
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@scm-manager/jest-preset": "^2.13.0",
|
|
25
25
|
"@scm-manager/prettier-config": "^2.10.1",
|
|
26
26
|
"@scm-manager/tsconfig": "^2.13.0",
|
|
27
|
-
"@scm-manager/ui-shortcuts": "3.4.
|
|
28
|
-
"@scm-manager/ui-syntaxhighlighting": "3.4.
|
|
29
|
-
"@scm-manager/ui-tests": "3.4.
|
|
30
|
-
"@scm-manager/ui-text": "3.4.
|
|
27
|
+
"@scm-manager/ui-shortcuts": "3.4.1-20240720-161346",
|
|
28
|
+
"@scm-manager/ui-syntaxhighlighting": "3.4.1-20240720-161346",
|
|
29
|
+
"@scm-manager/ui-tests": "3.4.1-20240720-161346",
|
|
30
|
+
"@scm-manager/ui-text": "3.4.1-20240720-161346",
|
|
31
31
|
"@storybook/addon-actions": "^6.4.20",
|
|
32
32
|
"@storybook/addon-essentials": "^6.4.20",
|
|
33
33
|
"@storybook/addon-interactions": "^6.4.20",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@headlessui/react": "^1.4.3",
|
|
68
|
-
"@scm-manager/ui-api": "3.4.
|
|
69
|
-
"@scm-manager/ui-extensions": "3.4.
|
|
70
|
-
"@scm-manager/ui-types": "3.4.
|
|
68
|
+
"@scm-manager/ui-api": "3.4.1-20240720-161346",
|
|
69
|
+
"@scm-manager/ui-extensions": "3.4.1-20240720-161346",
|
|
70
|
+
"@scm-manager/ui-types": "3.4.1-20240720-161346",
|
|
71
71
|
"classnames": "^2.2.6",
|
|
72
72
|
"date-fns": "^2.4.1",
|
|
73
73
|
"deepmerge": "^4.2.2",
|
|
@@ -1698,7 +1698,7 @@ exports[`Storyshots Footer Default 1`] = `
|
|
|
1698
1698
|
<li>
|
|
1699
1699
|
<a
|
|
1700
1700
|
className=""
|
|
1701
|
-
href="https://cloudogu.com/en/
|
|
1701
|
+
href="https://platform.cloudogu.com/en/support/"
|
|
1702
1702
|
rel="noopener noreferrer"
|
|
1703
1703
|
target="_blank"
|
|
1704
1704
|
>
|
|
@@ -1894,7 +1894,7 @@ exports[`Storyshots Footer Full 1`] = `
|
|
|
1894
1894
|
<li>
|
|
1895
1895
|
<a
|
|
1896
1896
|
className=""
|
|
1897
|
-
href="https://cloudogu.com/en/
|
|
1897
|
+
href="https://platform.cloudogu.com/en/support/"
|
|
1898
1898
|
rel="noopener noreferrer"
|
|
1899
1899
|
target="_blank"
|
|
1900
1900
|
>
|
|
@@ -2071,7 +2071,7 @@ exports[`Storyshots Footer With Avatar 1`] = `
|
|
|
2071
2071
|
<li>
|
|
2072
2072
|
<a
|
|
2073
2073
|
className=""
|
|
2074
|
-
href="https://cloudogu.com/en/
|
|
2074
|
+
href="https://platform.cloudogu.com/en/support/"
|
|
2075
2075
|
rel="noopener noreferrer"
|
|
2076
2076
|
target="_blank"
|
|
2077
2077
|
>
|
|
@@ -2259,7 +2259,7 @@ exports[`Storyshots Footer With Plugin Links 1`] = `
|
|
|
2259
2259
|
<li>
|
|
2260
2260
|
<a
|
|
2261
2261
|
className=""
|
|
2262
|
-
href="https://cloudogu.com/en/
|
|
2262
|
+
href="https://platform.cloudogu.com/en/support/"
|
|
2263
2263
|
rel="noopener noreferrer"
|
|
2264
2264
|
target="_blank"
|
|
2265
2265
|
>
|
package/src/layout/Footer.tsx
CHANGED
|
@@ -127,10 +127,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
|
|
|
127
127
|
</FooterSection>
|
|
128
128
|
<FooterSection title={<TitleWithIcon title={t("footer.support.title")} icon="life-ring" />}>
|
|
129
129
|
<ExternalNavLink to="https://scm-manager.org/support/" label={t("footer.support.community")} />
|
|
130
|
-
<ExternalNavLink
|
|
131
|
-
to="https://cloudogu.com/en/scm-manager-enterprise/"
|
|
132
|
-
label={t("footer.support.enterprise")}
|
|
133
|
-
/>
|
|
130
|
+
<ExternalNavLink to="https://platform.cloudogu.com/en/support/" label={t("footer.support.enterprise")} />
|
|
134
131
|
{!(index.data?._embedded?.feedback as Feedback)?.disabled ? (
|
|
135
132
|
<>
|
|
136
133
|
<ExternalNavLink
|