@orangesk/cms-templates 1.0.0-beta.10 → 1.0.0-beta.11
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/build/assets/find-work-in-central.png +0 -0
- package/build/assets/image-placeholder-black.png +0 -0
- package/build/assets/image-placeholder.png +0 -0
- package/build/assets/recruiter-placeholder.png +0 -0
- package/build/assets/references-dominik.png +0 -0
- package/build/assets/references-kristina.png +0 -0
- package/build/assets/references-marian.png +0 -0
- package/build/assets/video-placeholder.png +0 -0
- package/build/assets/work-on-central-placeholder.png +0 -0
- package/build/changelog/index.html +16 -1
- package/build/components/ContactFormB2B/index.html +1 -1
- package/build/fonts/HelveticaNeue-Bold.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Light.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Roman.woff2 +0 -0
- package/build/index.html +3 -3
- package/build/lib/base.css +1 -1
- package/build/lib/base.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/footer.css +1 -1
- package/build/lib/footer.css.map +1 -1
- package/build/lib/megamenu.css +1 -1
- package/build/lib/megamenu.css.map +1 -1
- package/build/lib/scripts.js +1 -1
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/lib/tsconfig.tsbuildinfo +1 -1
- package/build/pages/basic-page-about-the-brand/index.html +1 -1
- package/build/pages/basic-page-gdpr/index.html +1 -1
- package/build/pages/blog-homepage-clovek/index.html +1 -1
- package/build/pages/blog-news-clovek/index.html +1 -1
- package/build/pages/blog-post-clovek/index.html +1 -1
- package/build/pages/business-trends-homepage/index.html +1 -1
- package/build/pages/business-trends-news/index.html +1 -1
- package/build/pages/business-trends-post/index.html +1 -1
- package/build/pages/career-at-orange/index.html +1 -1
- package/build/pages/device-lp-b2b/index.html +1 -1
- package/build/pages/device-lp-b2c/index.html +1 -1
- package/build/pages/device-lp-dvojicky-b2b/index.html +1 -1
- package/build/pages/device-lp-dvojicky-b2c/index.html +1 -1
- package/build/pages/digital-invoice/index.html +1 -1
- package/build/pages/help-and-support-b2b/index.html +1 -1
- package/build/pages/help-and-support-b2c/index.html +1 -1
- package/build/pages/homepage-b2b/index.html +1 -1
- package/build/pages/homepage-b2c/index.html +1 -1
- package/build/pages/increased-invoice/index.html +1 -1
- package/build/pages/invoices-and-payments/index.html +1 -1
- package/build/pages/job-offer-detail/index.html +44 -0
- package/build/pages/manuals-and-settings/index.html +1 -1
- package/build/pages/manuals-and-settings-general-template/index.html +44 -0
- package/build/pages/navody-a-nastavenia-apple-ios-16/index.html +1 -1
- package/build/pages/orange-tv-box/index.html +1 -1
- package/build/pages/press-and-news-releases/index.html +1 -1
- package/build/pages/press-and-news-releases-post/index.html +1 -1
- package/build/pages/press-center-docs-library/index.html +1 -1
- package/build/pages/press-center-general-terms/index.html +1 -1
- package/build/pages/press-center-informations-for-customers/index.html +1 -1
- package/build/pages/pricelist/index.html +1 -1
- package/build/pages/pricelist-tariff/index.html +1 -1
- package/build/pages/product-page-b2b-market-locator/index.html +1 -1
- package/build/pages/product-page-b2b-microsoft-365/index.html +1 -1
- package/build/pages/product-page-b2b-soc-as-a-service/index.html +1 -1
- package/build/pages/product-page-b2c-equipment-insurance/index.html +1 -1
- package/build/pages/product-page-b2c-online-security/index.html +1 -1
- package/build/pages/product-page-b2c-prima-volba/index.html +1 -1
- package/build/pages/roaming-b2b/index.html +1 -1
- package/build/pages/roaming-b2c/index.html +1 -1
- package/build/pages/roaming-b2c-detail/index.html +1 -1
- package/build/pages/roaming-b2c-overview/index.html +1 -1
- package/build/pages/signpost-insurance/index.html +1 -1
- package/build/pages/signpost-products-and-services/index.html +1 -1
- package/build/pages/tv-first-aid/index.html +1 -1
- package/build/pages/work-on-central/index.html +47 -0
- package/build/readme/index.html +1 -1
- package/build/shame.css +14 -5
- package/package.json +11 -11
package/build/shame.css
CHANGED
|
@@ -40,17 +40,26 @@
|
|
|
40
40
|
background-color: #ec3526;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
+
.tiles {
|
|
44
|
+
overflow-x: auto;
|
|
45
|
+
flex-wrap: nowrap;
|
|
46
|
+
}
|
|
47
|
+
.tiles .grid_col {
|
|
48
|
+
max-width: 7.5rem;
|
|
49
|
+
}
|
|
43
50
|
.tiles .tile__body {
|
|
44
|
-
flex-direction:
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
font-size: 1rem;
|
|
45
53
|
}
|
|
46
|
-
@media screen and (
|
|
54
|
+
@media screen and (max-width: 991.98px) {
|
|
47
55
|
.tiles .tile__body {
|
|
48
|
-
flex-direction:
|
|
56
|
+
flex-direction: row;
|
|
57
|
+
padding: 1rem;
|
|
49
58
|
}
|
|
50
59
|
}
|
|
51
|
-
@media screen and (max-width:
|
|
60
|
+
@media screen and (max-width: 991.98px) {
|
|
52
61
|
.tiles__icon {
|
|
53
|
-
margin-right: 0.
|
|
62
|
+
margin-right: 0.625rem;
|
|
54
63
|
}
|
|
55
64
|
}
|
|
56
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangesk/cms-templates",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -21,26 +21,26 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@11ty/eleventy": "^3.1.2",
|
|
24
|
-
"@orangesk/orange-design-system": "2.0.0-beta.
|
|
24
|
+
"@orangesk/orange-design-system": "2.0.0-beta.22",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
26
|
-
"markdown-to-jsx": "9.
|
|
27
|
-
"react": "^19.2.
|
|
28
|
-
"react-dom": "^19.2.
|
|
29
|
-
"sass": "^1.
|
|
26
|
+
"markdown-to-jsx": "9.3.3",
|
|
27
|
+
"react": "^19.2.1",
|
|
28
|
+
"react-dom": "^19.2.1",
|
|
29
|
+
"sass": "^1.95.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@eslint/eslintrc": "3.3.
|
|
32
|
+
"@eslint/eslintrc": "3.3.3",
|
|
33
33
|
"@jamshop/eleventy-plugin-mdx": "^0.0.17",
|
|
34
34
|
"@mdx-js/mdx": "^3.1.1",
|
|
35
35
|
"@types/react": "^19.2.7",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
38
38
|
"eslint": "latest",
|
|
39
39
|
"eslint-config-prettier": "^10.1.8",
|
|
40
40
|
"eslint-plugin-mdx": "^3.6.2",
|
|
41
41
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
42
|
-
"prettier": "^3.
|
|
43
|
-
"tsx": "^4.
|
|
42
|
+
"prettier": "^3.7.4",
|
|
43
|
+
"tsx": "^4.21.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|