Skip to content

Commit 35fb674

Browse files
authored
277 update packages (#321)
1 parent 58cf646 commit 35fb674

File tree

8 files changed

+5728
-4359
lines changed

8 files changed

+5728
-4359
lines changed

docusaurus.config.ts

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,16 @@ const config: Config = {
111111
className: 'navbar--terminal-link',
112112
"aria-label": 'Open Telekom Cloud Console',
113113
},
114+
// {
115+
// href: 'https://status.otc-service.com/',
116+
// position: 'right',
117+
// className: 'navbar--github-link',
118+
// "aria-label": 'Status Dashboard',
119+
// },
114120
{
115-
href: 'https://github.com/opentelekomcloud/docs-next',
121+
href: 'https://status.otc-service.com/',
116122
position: 'right',
117-
className: 'navbar--github-link',
123+
className: 'navbar--sd-link',
118124
"aria-label": 'GitHub',
119125
},
120126
// {
@@ -224,9 +230,22 @@ const config: Config = {
224230
to: 'https://docs.otc.t-systems.com/developer/api_guidelines/index.html',
225231
},
226232
{
227-
label: 'Endpoints',
233+
label: 'Regions & Endpoints',
228234
to: 'https://docs.otc.t-systems.com/regions-and-endpoints/index.html',
229235
},
236+
],
237+
},
238+
{
239+
title: 'Tools',
240+
items: [
241+
{
242+
label: 'Enterprise Dashboard',
243+
to: 'https://enterprise-dashboard.otc-service.com',
244+
},
245+
{
246+
label: 'Price Calculator',
247+
to: 'https://www.open-telekom-cloud.com/en/prices/price-calculator',
248+
},
230249
{
231250
label: 'Status Dashboard',
232251
to: 'https://status.otc-service.com/',

package-lock.json

Lines changed: 3919 additions & 2644 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,32 @@
1717
},
1818
"dependencies": {
1919
"@dipakparmar/docusaurus-plugin-umami": "^2.1.7",
20-
"@docusaurus/core": "^3.7.0",
21-
"@docusaurus/preset-classic": "^3.7.0",
22-
"@mdx-js/react": "^3.1.0",
20+
"@docusaurus/core": "^3.9.1",
21+
"@docusaurus/plugin-content-docs": "^3.9.1",
22+
"@docusaurus/preset-classic": "^3.9.1",
23+
"@mdx-js/react": "^3.1.1",
2324
"@telekom/scale-components": "^3.0.0-beta.151",
2425
"@telekom/scale-components-react": "^3.0.0-beta.56",
2526
"clsx": "^2.1.1",
2627
"docusaurus-plugin-zooming": "^1.0.0",
27-
"docusaurus-theme-search-typesense": "^0.23.0",
28+
"docusaurus-theme-search-typesense": "^0.25.0",
2829
"flag-icons": "^7.5.0",
29-
"lucide-react": "^0.525.0",
30+
"lucide-react": "^0.544.0",
3031
"prism-react-renderer": "^2.4.1",
3132
"react": "^18.3.1",
3233
"react-dom": "^18.3.1"
3334
},
3435
"devDependencies": {
35-
"@docusaurus/module-type-aliases": "^3.7.0",
36-
"@docusaurus/tsconfig": "^3.7.0",
37-
"@docusaurus/types": "^3.7.0",
38-
"@typescript-eslint/eslint-plugin": "^8.21.0",
39-
"@typescript-eslint/parser": "^8.21.0",
40-
"eslint": "^9.18.0",
41-
"eslint-plugin-react": "^7.37.4",
42-
"globals": "^15.14.0",
43-
"typescript": "~5.7.3",
44-
"typescript-eslint": "^8.21.0"
36+
"@docusaurus/module-type-aliases": "^3.9.1",
37+
"@docusaurus/tsconfig": "^3.9.1",
38+
"@docusaurus/types": "^3.9.1",
39+
"@typescript-eslint/eslint-plugin": "^8.45.0",
40+
"@typescript-eslint/parser": "^8.45.0",
41+
"eslint": "^9.36.0",
42+
"eslint-plugin-react": "^7.37.5",
43+
"globals": "^16.4.0",
44+
"typescript": "^5.9.3",
45+
"typescript-eslint": "^8.45.0"
4546
},
4647
"browserslist": {
4748
"production": [

src/components/PortfolioNavigator/styles.module.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
--shadow-hover: rgba(0, 0, 0, 0.1);
2222
}
2323

24+
:root { --ifm-background-surface-color: #fbfbfb; }
25+
html[data-theme='dark'] { --ifm-background-surface-color: #1c1c1e; }
26+
27+
2428
*{box-sizing:border-box}
2529
body{color:var(--ink)}
2630

@@ -114,20 +118,22 @@ html[data-theme='dark'] .empty{
114118
/* tile */
115119
.tile{
116120
/* --accent: #e2e8f0; */
117-
background:var(--panel);border:1px solid var(--line);border-radius:10px;
118-
border: 1px solid var(--card-border, var(--ifm-color-emphasis-200));
121+
background:var(--panel);
122+
border: 1px solid var(--card-border, var(--ifm-color-emphasis-200));border-radius:10px;
119123
padding:8px;display:flex;flex-direction:column;box-shadow:var(--shadow);
120124
cursor:pointer;position:relative;transition:transform .15s ease, box-shadow .15s ease;
121125
box-shadow: var(--shadow), inset 0 2px 0 var(--accent);
122126
}
123127

124128
html[data-theme='dark'] .tile{
125129
/* --accent: #e2e8f0; */
126-
background:var(--ifm-background-surface-color);border:1px solid var(--ifm-color-emphasis-200);border-radius:10px;
130+
background:var(--ifm-background-surface-color);
131+
border:1px solid var(--ifm-color-emphasis-200);border-radius:10px;
127132
padding:8px;display:flex;flex-direction:column;box-shadow:var(--shadow);
128133
cursor:pointer;position:relative;transition:transform .15s ease, box-shadow .15s ease;
129134
box-shadow: var(--shadow), inset 0 2px 0 var(--accent);
130135
}
136+
131137
.tile:hover {
132138
text-decoration: none;
133139
box-shadow:

src/components/Templates/styles.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
--shadow-hover: rgba(0, 0, 0, 0.1);
99
}
1010

11+
:root { --ifm-background-surface-color: #fbfbfb; }
12+
html[data-theme='dark'] { --ifm-background-surface-color: #1c1c1e; }
13+
1114
.grid {
1215
display: grid;
1316
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

src/components/YouTubeWebinars/styles.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
--shadow-hover: rgba(0, 0, 0, 0.1);
1010
}
1111

12+
:root { --ifm-background-surface-color: #fbfbfb; }
13+
html[data-theme='dark'] { --ifm-background-surface-color: #1c1c1e; }
14+
1215
.container {
1316
padding: 2rem;
1417
}

src/css/custom.css

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,37 @@ html[data-theme='dark'] .navbar--github-link:before {
242242
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 25' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E") no-repeat;
243243
}
244244

245+
/* Status Dashboard */
246+
247+
.navbar--sd-link {
248+
width: 36px;
249+
height: 36px;
250+
padding: 6px;
251+
margin-right: 6px;
252+
margin-left: 6px;
253+
border-radius: 50%;
254+
transition: background var(--ifm-transition-fast);
255+
}
256+
257+
.navbar--sd-link:hover {
258+
background: var(--ifm-color-emphasis-200);
259+
}
260+
261+
.navbar--sd-link:before {
262+
content: '';
263+
height: 100%;
264+
display: block;
265+
background:
266+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c1e21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM17 12h-2l-2 5-2-10-2 5H7'/%3E%3C/svg%3E")
267+
no-repeat;
268+
}
269+
270+
html[data-theme='dark'] .navbar--sd-link:before {
271+
background:
272+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3e3e3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM17 12h-2l-2 5-2-10-2 5H7'/%3E%3C/svg%3E")
273+
no-repeat center/contain;
274+
}
275+
245276

246277
/* Terminal */
247278

@@ -263,11 +294,15 @@ html[data-theme='dark'] .navbar--github-link:before {
263294
content: '';
264295
height: 100%;
265296
display: block;
266-
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M649 983l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23zm1079 457v64q0 14-9 23t-23 9h-960q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h960q14 0 23 9t9 23z'/%3E%3C/svg%3E") no-repeat;
297+
background:
298+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c1e21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 11h4M8 9v4M15 12h.01M18 10h.01M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z'/%3E%3C/svg%3E")
299+
no-repeat center/contain;
267300
}
268301

269302
html[data-theme='dark'] .navbar--terminal-link:before {
270-
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M649 983l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23zm1079 457v64q0 14-9 23t-23 9h-960q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h960q14 0 23 9t9 23z'/%3E%3C/svg%3E")
303+
background:
304+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3e3e3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 11h4M8 9v4M15 12h.01M18 10h.01M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z'/%3E%3C/svg%3E")
305+
no-repeat center/contain;
271306
}
272307

273308
/* Gitlab */

0 commit comments

Comments
 (0)