@orangesk/cms-templates 1.0.0-beta.16 → 1.0.0-beta.18
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/appstore.svg +31 -0
- package/build/assets/googleplay.svg +52 -0
- package/build/changelog/index.html +45 -2
- package/build/components/ContactFormB2B/index.html +2 -1
- package/build/index.html +3 -2
- 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/footer.js +2 -0
- package/build/lib/footer.js.map +1 -0
- package/build/lib/megamenu.css +1 -1
- package/build/lib/megamenu.css.map +1 -1
- package/build/lib/megamenu.js +1 -1
- package/build/lib/megamenu.js.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/lib/utilities.css +1 -1
- package/build/lib/utilities.css.map +1 -1
- package/build/pages/basic-page-about-the-brand/index.html +2 -1
- package/build/pages/basic-page-gdpr/index.html +2 -1
- package/build/pages/blog-homepage-clovek/index.html +2 -1
- package/build/pages/blog-news-clovek/index.html +2 -1
- package/build/pages/blog-post-clovek/index.html +2 -1
- package/build/pages/business-trends-homepage/index.html +2 -1
- package/build/pages/business-trends-news/index.html +2 -1
- package/build/pages/business-trends-post/index.html +2 -1
- package/build/pages/career-at-orange/index.html +2 -1
- package/build/pages/device-lp-b2b/index.html +2 -1
- package/build/pages/device-lp-b2c/index.html +2 -1
- package/build/pages/device-lp-dvojicky-b2b/index.html +2 -1
- package/build/pages/device-lp-dvojicky-b2c/index.html +2 -1
- package/build/pages/digital-invoice/index.html +2 -1
- package/build/pages/help-and-support-b2b/index.html +2 -1
- package/build/pages/help-and-support-b2c/index.html +2 -1
- package/build/pages/homepage-b2b/index.html +2 -1
- package/build/pages/homepage-b2c/index.html +2 -1
- package/build/pages/increased-invoice/index.html +3 -2
- package/build/pages/invoices-and-payments/index.html +2 -1
- package/build/pages/job-offer-detail/index.html +2 -1
- package/build/pages/manuals-and-settings/index.html +2 -1
- package/build/pages/manuals-and-settings-general-template/index.html +2 -1
- package/build/pages/navody-a-nastavenia-apple-ios-16/index.html +2 -1
- package/build/pages/orange-tv-box/index.html +3 -2
- package/build/pages/press-and-news-releases/index.html +2 -1
- package/build/pages/press-and-news-releases-post/index.html +2 -1
- package/build/pages/press-center-docs-library/index.html +2 -1
- package/build/pages/press-center-general-terms/index.html +3 -2
- package/build/pages/press-center-informations-for-customers/index.html +2 -1
- package/build/pages/pricelist/index.html +2 -1
- package/build/pages/pricelist-tariff/index.html +2 -1
- package/build/pages/product-page-b2b-market-locator/index.html +2 -1
- package/build/pages/product-page-b2b-microsoft-365/index.html +2 -1
- package/build/pages/product-page-b2b-soc-as-a-service/index.html +2 -1
- package/build/pages/product-page-b2c-equipment-insurance/index.html +3 -2
- package/build/pages/product-page-b2c-online-security/index.html +3 -2
- package/build/pages/product-page-b2c-prima-volba/index.html +2 -1
- package/build/pages/roaming-b2b/index.html +3 -2
- package/build/pages/roaming-b2c/index.html +3 -2
- package/build/pages/roaming-b2c-detail/index.html +2 -1
- package/build/pages/roaming-b2c-overview/index.html +2 -1
- package/build/pages/signpost-insurance/index.html +2 -1
- package/build/pages/signpost-products-and-services/index.html +2 -1
- package/build/pages/tv-first-aid/index.html +3 -2
- package/build/pages/work-on-central/index.html +3 -2
- package/build/readme/index.html +2 -1
- package/build/shame.css +0 -1
- package/package.json +4 -4
package/build/readme/index.html
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root">
|
|
18
18
|
<main>
|
|
19
|
-
<div id="
|
|
19
|
+
<div id="MDX_ROOT_59415128-7f90-4987-9e45-7cff84e9f17e"><div class="section"><div class="container"><h1>CMS Templates</h1>
|
|
20
20
|
<p>A package containing templates and components for CMS.</p>
|
|
21
21
|
<h2>Installation</h2>
|
|
22
22
|
<pre><code class="language-bash">npm install @orangesk/cms-templates
|
|
@@ -44,6 +44,7 @@ style={{ "--color-background-primary": "#D9DAC6" }}
|
|
|
44
44
|
<div id="root-modals"></div>
|
|
45
45
|
<script type="module" src="/lib/scripts.js"></script>
|
|
46
46
|
<script type="module" src="/lib/megamenu.js"></script>
|
|
47
|
+
<script type="module" src="/lib/footer.js"></script>
|
|
47
48
|
|
|
48
49
|
<script>
|
|
49
50
|
function toggleDarkMode() {
|
package/build/shame.css
CHANGED
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.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -21,15 +21,15 @@
|
|
|
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.32",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
26
|
-
"markdown-to-jsx": "9.7.
|
|
26
|
+
"markdown-to-jsx": "9.7.8",
|
|
27
27
|
"react": "^19.2.4",
|
|
28
28
|
"react-dom": "^19.2.4",
|
|
29
29
|
"sass": "^1.97.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@eslint/eslintrc": "3.3.
|
|
32
|
+
"@eslint/eslintrc": "3.3.5",
|
|
33
33
|
"@jamshop/eleventy-plugin-mdx": "^0.0.17",
|
|
34
34
|
"@mdx-js/mdx": "^3.1.1",
|
|
35
35
|
"@types/react": "^19.2.14",
|