@scm-manager/ui-components 2.25.0 → 2.25.1-20210928-093737

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": "2.25.0",
3
+ "version": "2.25.1-20210928-093737",
4
4
  "description": "UI Components for SCM-Manager and its plugins",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "@scm-manager/jest-preset": "^2.12.7",
26
26
  "@scm-manager/prettier-config": "^2.10.1",
27
27
  "@scm-manager/tsconfig": "^2.12.0",
28
- "@scm-manager/ui-tests": "^2.25.0",
28
+ "@scm-manager/ui-tests": "^2.25.1-20210928-093737",
29
29
  "@storybook/addon-actions": "^6.1.17",
30
30
  "@storybook/addon-storyshots": "^6.1.17",
31
31
  "@storybook/react": "^6.1.17",
@@ -59,9 +59,9 @@
59
59
  "worker-plugin": "^3.2.0"
60
60
  },
61
61
  "dependencies": {
62
- "@scm-manager/ui-api": "^2.25.0",
63
- "@scm-manager/ui-extensions": "^2.25.0",
64
- "@scm-manager/ui-types": "^2.25.0",
62
+ "@scm-manager/ui-api": "^2.25.1-20210928-093737",
63
+ "@scm-manager/ui-extensions": "^2.25.1-20210928-093737",
64
+ "@scm-manager/ui-types": "^2.25.1-20210928-093737",
65
65
  "classnames": "^2.2.6",
66
66
  "date-fns": "^2.4.1",
67
67
  "deepmerge": "^4.2.2",
@@ -57741,7 +57741,7 @@ exports[`Storyshots Layout|Footer Default 1`] = `
57741
57741
  <li>
57742
57742
  <a
57743
57743
  className=""
57744
- href="https://www.scm-manager.org/"
57744
+ href="https://scm-manager.org/"
57745
57745
  rel="noopener noreferrer"
57746
57746
  target="_blank"
57747
57747
  >
@@ -57769,7 +57769,7 @@ exports[`Storyshots Layout|Footer Default 1`] = `
57769
57769
  <li>
57770
57770
  <a
57771
57771
  className=""
57772
- href="https://www.scm-manager.org/support/"
57772
+ href="https://scm-manager.org/support/"
57773
57773
  rel="noopener noreferrer"
57774
57774
  target="_blank"
57775
57775
  >
@@ -57867,7 +57867,7 @@ exports[`Storyshots Layout|Footer Full 1`] = `
57867
57867
  <li>
57868
57868
  <a
57869
57869
  className=""
57870
- href="https://www.scm-manager.org/"
57870
+ href="https://scm-manager.org/"
57871
57871
  rel="noopener noreferrer"
57872
57872
  target="_blank"
57873
57873
  >
@@ -57915,7 +57915,7 @@ exports[`Storyshots Layout|Footer Full 1`] = `
57915
57915
  <li>
57916
57916
  <a
57917
57917
  className=""
57918
- href="https://www.scm-manager.org/support/"
57918
+ href="https://scm-manager.org/support/"
57919
57919
  rel="noopener noreferrer"
57920
57920
  target="_blank"
57921
57921
  >
@@ -58014,7 +58014,7 @@ exports[`Storyshots Layout|Footer With Avatar 1`] = `
58014
58014
  <li>
58015
58015
  <a
58016
58016
  className=""
58017
- href="https://www.scm-manager.org/"
58017
+ href="https://scm-manager.org/"
58018
58018
  rel="noopener noreferrer"
58019
58019
  target="_blank"
58020
58020
  >
@@ -58042,7 +58042,7 @@ exports[`Storyshots Layout|Footer With Avatar 1`] = `
58042
58042
  <li>
58043
58043
  <a
58044
58044
  className=""
58045
- href="https://www.scm-manager.org/support/"
58045
+ href="https://scm-manager.org/support/"
58046
58046
  rel="noopener noreferrer"
58047
58047
  target="_blank"
58048
58048
  >
@@ -58132,7 +58132,7 @@ exports[`Storyshots Layout|Footer With Plugin Links 1`] = `
58132
58132
  <li>
58133
58133
  <a
58134
58134
  className=""
58135
- href="https://www.scm-manager.org/"
58135
+ href="https://scm-manager.org/"
58136
58136
  rel="noopener noreferrer"
58137
58137
  target="_blank"
58138
58138
  >
@@ -58180,7 +58180,7 @@ exports[`Storyshots Layout|Footer With Plugin Links 1`] = `
58180
58180
  <li>
58181
58181
  <a
58182
58182
  className=""
58183
- href="https://www.scm-manager.org/support/"
58183
+ href="https://scm-manager.org/support/"
58184
58184
  rel="noopener noreferrer"
58185
58185
  target="_blank"
58186
58186
  >
@@ -109,11 +109,11 @@ const Footer: FC<Props> = ({ me, version, links }) => {
109
109
  </FooterSection>
110
110
  ) : null}
111
111
  <FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
112
- <ExternalNavLink to="https://www.scm-manager.org/" label={`SCM-Manager ${version}`} />
112
+ <ExternalNavLink to="https://scm-manager.org/" label={`SCM-Manager ${version}`} />
113
113
  <ExtensionPoint name="footer.information" props={extensionProps} renderAll={true} />
114
114
  </FooterSection>
115
115
  <FooterSection title={<TitleWithIcon title={t("footer.support.title")} icon="life-ring" />}>
116
- <ExternalNavLink to="https://www.scm-manager.org/support/" label={t("footer.support.community")} />
116
+ <ExternalNavLink to="https://scm-manager.org/support/" label={t("footer.support.community")} />
117
117
  <ExternalNavLink
118
118
  to="https://cloudogu.com/en/scm-manager-enterprise/"
119
119
  label={t("footer.support.enterprise")}