@appdirect/sfb-theme-plaza 0.0.1
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/CHANGELOG.md +29 -0
- package/README.md +3 -0
- package/assets/css/platform-global/global-index.scss +1 -0
- package/assets/css/theme/components/_sticky-button-page-scroll.scss +15 -0
- package/assets/css/theme/definitions/_accessibility.scss +42 -0
- package/assets/css/theme/definitions/_colors.scss +58 -0
- package/assets/css/theme/definitions/_functions.scss +11 -0
- package/assets/css/theme/definitions/_mixins.scss +111 -0
- package/assets/css/theme/definitions/_typography.scss +48 -0
- package/assets/css/theme/definitions/_variables.scss +7 -0
- package/assets/css/theme/generic/_default.scss +126 -0
- package/assets/css/theme/generic/_normalize.scss +351 -0
- package/assets/css/theme/grid/_bootstrap-grid.scss +32 -0
- package/assets/css/theme/grid/_functions.scss +49 -0
- package/assets/css/theme/grid/_grid.scss +52 -0
- package/assets/css/theme/grid/_mock-grid.scss +36 -0
- package/assets/css/theme/grid/_variables.scss +42 -0
- package/assets/css/theme/layout/_reset.scss +5 -0
- package/assets/css/theme/mixins/_breakpoints.scss +123 -0
- package/assets/css/theme/mixins/_grid-framework.scss +67 -0
- package/assets/css/theme/mixins/_grid.scss +52 -0
- package/assets/css/theme/mixins/_scroll-button.scss +17 -0
- package/assets/css/theme/pages/_bundle.scss +10 -0
- package/assets/css/theme/pages/_listing.scss +3 -0
- package/assets/css/theme/pages/_product.scss +3 -0
- package/assets/css/theme/pages/_profile.scss +89 -0
- package/assets/css/theme/theme-index.scss +9 -0
- package/assets/css/theme/utilities/_display.scss +38 -0
- package/assets/css/theme/utilities/_flex.scss +51 -0
- package/assets/fonts/AppDirectIcons.woff +0 -0
- package/assets/fonts/slick/slick.eot +0 -0
- package/assets/fonts/slick/slick.svg +14 -0
- package/assets/fonts/slick/slick.ttf +0 -0
- package/assets/fonts/slick/slick.woff +0 -0
- package/assets/images/logo_white_2x.png +0 -0
- package/assets/js/listing.js +26 -0
- package/assets/js/polyfills/ie11CustomProperties.js +2 -0
- package/content/layout/base.html +80 -0
- package/content/layout/bundle.html +12 -0
- package/content/layout/profile.html +22 -0
- package/content/macros/profile/profile-navigation.html +38 -0
- package/content/macros/sfb-components-bundles.html +26 -0
- package/content/macros/sfb-custom-components-bundles.html +6 -0
- package/content/pages/bundle/bundle.html +9 -0
- package/content/pages/compare/compare.html +14 -0
- package/content/pages/error/error.html +49 -0
- package/content/pages/help/help.html +15 -0
- package/content/pages/home/home.html +14 -0
- package/content/pages/listing/listing-items.html +1 -0
- package/content/pages/listing/listing.html +25 -0
- package/content/pages/orderConfirmation/orderConfirmation.html +7 -0
- package/content/pages/profile/profile-add-lead.html +13 -0
- package/content/pages/profile/profile-add-question.html +13 -0
- package/content/pages/profile/profile-add-review.html +13 -0
- package/content/pages/profile/profile-configure.html +15 -0
- package/content/pages/profile/profile-cross-sell-management.html +12 -0
- package/content/pages/profile/profile-editions.html +17 -0
- package/content/pages/profile/profile-features.html +14 -0
- package/content/pages/profile/profile-questions.html +14 -0
- package/content/pages/profile/profile-resources.html +14 -0
- package/content/pages/profile/profile-reviews.html +14 -0
- package/content/pages/profile/profile-standaloneDomains.html +22 -0
- package/content/pages/profile/profile-support.html +15 -0
- package/content/pages/profile/profile-variants.html +15 -0
- package/content/pages/profile/profile.html +24 -0
- package/design-properties.json +18 -0
- package/editor-properties.json +231 -0
- package/env-data.json +2 -0
- package/header-footer/checkout.html +14 -0
- package/header-footer/css/footer/_INDEX.scss +264 -0
- package/header-footer/css/header-components/_INDEX.scss +11 -0
- package/header-footer/css/header-components/_MPLogo.scss +47 -0
- package/header-footer/css/header-components/_cart.scss +514 -0
- package/header-footer/css/header-components/_dropdown.scss +110 -0
- package/header-footer/css/header-components/_header.scss +85 -0
- package/header-footer/css/header-components/_icons.scss +123 -0
- package/header-footer/css/header-components/_mobile-menu.scss +46 -0
- package/header-footer/css/header-components/_myapps-dropdown.scss +111 -0
- package/header-footer/css/header-components/_notifications.scss +50 -0
- package/header-footer/css/header-components/_responsive.scss +78 -0
- package/header-footer/css/header-components/_search-bar.scss +17 -0
- package/header-footer/css/header-components/_tooltips.scss +60 -0
- package/header-footer/css/header-index.scss +4 -0
- package/header-footer/css/settings/_INDEX.scss +3 -0
- package/header-footer/css/settings/_custom-variables.scss +70 -0
- package/header-footer/css/settings/_font-icons.scss +53 -0
- package/header-footer/css/settings/_static-variables.scss +24 -0
- package/header-footer/footer.html +53 -0
- package/header-footer/logged-in.html +37 -0
- package/header-footer/logged-out.html +25 -0
- package/header-footer/sso.html +14 -0
- package/package.json +15 -0
- package/settings-schema.json +4 -0
- package/settings.json +1873 -0
- package/translations/cs-cz.yml +136 -0
- package/translations/cs.yml +136 -0
- package/translations/da-dk.yml +136 -0
- package/translations/da.yml +136 -0
- package/translations/de-de.yml +136 -0
- package/translations/de.yml +136 -0
- package/translations/el-gr.yml +136 -0
- package/translations/en-us.yml +177 -0
- package/translations/es-es.yml +136 -0
- package/translations/es-la.yml +136 -0
- package/translations/es.yml +136 -0
- package/translations/fi-fi.yml +136 -0
- package/translations/fi.yml +136 -0
- package/translations/fr-ca.yml +136 -0
- package/translations/fr-fr.yml +136 -0
- package/translations/fr.yml +136 -0
- package/translations/hr-hr.yml +136 -0
- package/translations/hr.yml +136 -0
- package/translations/hu-hu.yml +136 -0
- package/translations/hu.yml +136 -0
- package/translations/id-id.yml +136 -0
- package/translations/it-it.yml +136 -0
- package/translations/it.yml +136 -0
- package/translations/ja-jp.yml +136 -0
- package/translations/ja.yml +136 -0
- package/translations/ko-kr.yml +136 -0
- package/translations/ko.yml +136 -0
- package/translations/lt-lt.yml +136 -0
- package/translations/lt.yml +136 -0
- package/translations/nl-nl.yml +136 -0
- package/translations/nl.yml +136 -0
- package/translations/no-no.yml +136 -0
- package/translations/no.yml +136 -0
- package/translations/pt-br.yml +136 -0
- package/translations/pt.yml +136 -0
- package/translations/ru-ru.yml +136 -0
- package/translations/ru.yml +136 -0
- package/translations/sq-al.yml +136 -0
- package/translations/sq.yml +136 -0
- package/translations/sv-se.yml +136 -0
- package/translations/sv.yml +136 -0
- package/translations/th-th.yml +136 -0
- package/translations/th.yml +136 -0
- package/translations/tr-tr.yml +136 -0
- package/translations/tr.yml +136 -0
- package/translations/zh-cn.yml +136 -0
- package/translations/zh-tw.yml +136 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<div class="custom-footer__wrapper">
|
|
2
|
+
<div class="custom-footer">
|
|
3
|
+
<div class="custom-footer__container">
|
|
4
|
+
<ul class="custom-footer__item custom-footer__nav">
|
|
5
|
+
<li class="custom-footer__nav-item">
|
|
6
|
+
<div class="custom-footer__item custom-footer__nav-item__powered-by">
|
|
7
|
+
{{COPYRIGHT_YEAR}} {{COMPANY_NAME}}
|
|
8
|
+
</div>
|
|
9
|
+
</li>
|
|
10
|
+
<li class="custom-footer__nav-item">
|
|
11
|
+
<a
|
|
12
|
+
class="custom-footer__nav-link"
|
|
13
|
+
href="mailto:{{ SUPPORT_EMAIL }}"
|
|
14
|
+
aria-label="{{ Contact }}"
|
|
15
|
+
>{{Contact}}</a
|
|
16
|
+
>
|
|
17
|
+
</li>
|
|
18
|
+
<!--Temporary href for engage-->
|
|
19
|
+
<li class="custom-footer__nav-item">
|
|
20
|
+
<a
|
|
21
|
+
class="custom-footer__nav-link"
|
|
22
|
+
href="{{SUPPORT_URL}}"
|
|
23
|
+
aria-label="{{ help.center }}"
|
|
24
|
+
>{{help.center}}</a
|
|
25
|
+
>
|
|
26
|
+
</li>
|
|
27
|
+
<!--Temporary href for engage-->
|
|
28
|
+
<li class="custom-footer__nav-item">
|
|
29
|
+
<a
|
|
30
|
+
class="custom-footer__nav-link"
|
|
31
|
+
href="{{PRIVACY_POLICY_URL}}"
|
|
32
|
+
aria-label="{{ privacy.policy }}"
|
|
33
|
+
>{{privacy.policy}}</a
|
|
34
|
+
>
|
|
35
|
+
</li>
|
|
36
|
+
<!--Temporary href for engage-->
|
|
37
|
+
<li class="custom-footer__nav-item">
|
|
38
|
+
<a
|
|
39
|
+
class="custom-footer__nav-link"
|
|
40
|
+
href="{{TERMS_URL}}"
|
|
41
|
+
aria-label="{{ terms.and.conditions }}"
|
|
42
|
+
>{{terms.and.conditions}}</a
|
|
43
|
+
>
|
|
44
|
+
</li>
|
|
45
|
+
<li class="custom-footer__nav-item">
|
|
46
|
+
<div class="custom-footer__item custom-footer__lang">
|
|
47
|
+
{{WRAPPED_LANGUAGE_SELECT}}
|
|
48
|
+
</div>
|
|
49
|
+
</li>
|
|
50
|
+
</ul>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<header id="">
|
|
2
|
+
<div class="ad-uniheader ad-uniheader--logged-in">
|
|
3
|
+
<div class="layout-default adb-layout-default container container-header">
|
|
4
|
+
<div class="ad-uniheader__container">
|
|
5
|
+
<nav aria-label="Marketplace Menu" class="ad-uniheader__container--section">
|
|
6
|
+
<h2 id="marketplace-menu-label" class="not-visible">Marketplace Menu</h2>
|
|
7
|
+
<ul class="ad-uniheader__container--section-left">
|
|
8
|
+
{{MOBILE-MENU}}
|
|
9
|
+
{{MPLOGO-COMPONENT}}
|
|
10
|
+
{{MYAPPS-DROPDOWN-COMPONENT}}
|
|
11
|
+
{{ICON-HOME-COMPONENT}}
|
|
12
|
+
{{ICON-APPWISE-COMPONENT}}
|
|
13
|
+
{{ICON-APPINSIGHT-COMPONENT}}
|
|
14
|
+
{{ICON-MARKETPLACE-COMPONENT}}
|
|
15
|
+
</ul>
|
|
16
|
+
</nav>
|
|
17
|
+
|
|
18
|
+
<div aria-label="Universal Search Bar" class="adsearch-universal">{{SEARCH_BOX}}</div>
|
|
19
|
+
|
|
20
|
+
<nav aria-label="User Menu">
|
|
21
|
+
<h2 id="user-menu-label" class="not-visible">User Menu</h2>
|
|
22
|
+
<ul class="ad-uniheader__container--section ad-uniheader__container--section-right">
|
|
23
|
+
{{COMPANY_DROPDOWN}}
|
|
24
|
+
{{MANAGE_DROPDOWN}}
|
|
25
|
+
<li class="ad-component_list--item ad-component_dropdown user-dropdown js-primary-nav-user-menu">
|
|
26
|
+
<a class="ad-component--link ad-component_dropdown--trigger" href="javascript:;">
|
|
27
|
+
{{ICON_USER_IMG}} {{USER_FIRSTNAME}}
|
|
28
|
+
</a>
|
|
29
|
+
{{USER_LIST}}
|
|
30
|
+
</li>
|
|
31
|
+
{{CART-DROPDOWN-COMPONENT}}
|
|
32
|
+
</ul>
|
|
33
|
+
</nav>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</header>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<header id="ad-universalnav">
|
|
2
|
+
<div class="ad-uniheader ad-uniheader--logged-out">
|
|
3
|
+
<div class="layout-default adb-layout-default container container-header">
|
|
4
|
+
<div class="ad-uniheader__container">
|
|
5
|
+
<nav aria-label="Marketplace Menu" class="ad-uniheader__container--section">
|
|
6
|
+
<h2 id="marketplace-menu-label" class="not-visible">Marketplace Menu</h2>
|
|
7
|
+
<ul class="ad-uniheader__container--section-left">
|
|
8
|
+
{{MOBILE-MENU}}
|
|
9
|
+
{{MPLOGO-COMPONENT}}
|
|
10
|
+
</ul>
|
|
11
|
+
</nav>
|
|
12
|
+
|
|
13
|
+
<div aria-label="Universal Search Bar" class="adsearch-universal">{{SEARCH_BOX}}</div>
|
|
14
|
+
|
|
15
|
+
<nav aria-label="User Menu">
|
|
16
|
+
<h2 id="user-menu-label" class="not-visible">User Menu</h2>
|
|
17
|
+
<ul class="ad-uniheader__container--section ad-uniheader__container--section-right">
|
|
18
|
+
{{LOGIN_LI}}
|
|
19
|
+
{{SIGNUP_LI}}
|
|
20
|
+
</ul>
|
|
21
|
+
</nav>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
</header>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<header id="ad-universalnav">
|
|
2
|
+
<div class="ad-uniheader ad-sso-header">
|
|
3
|
+
<div class="layout-default">
|
|
4
|
+
<div class="ad-uniheader__container">
|
|
5
|
+
<nav aria-label="Marketplace Menu" class="ad-uniheader__container--section">
|
|
6
|
+
<h2 id="marketplace-menu-label" class="not-visible">Marketplace Menu</h2>
|
|
7
|
+
<ul class="ad-uniheader__container--section-left">
|
|
8
|
+
{{MPLOGO-COMPONENT}}
|
|
9
|
+
</ul>
|
|
10
|
+
</nav>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
</header>
|
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@appdirect/sfb-theme-plaza",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "A modern theme built with react components that can be customized with Storefront Builder.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"No test specified\" "
|
|
8
|
+
},
|
|
9
|
+
"author": "AppDirect Inc.",
|
|
10
|
+
"license": "UNLICENSED",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/AppDirect/sfb-theme-mp2"
|
|
14
|
+
}
|
|
15
|
+
}
|