@appdirect/sfb-theme-plaza 0.0.71 → 0.0.73

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/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Plaza theme
2
2
 
3
3
  A modern theme built with react components that can be customized with Storefront Builder.
4
+
5
+ ## Getting Started
6
+
7
+ Internal Appdirect documentation is available [here](README_internal.md).
@@ -1,5 +1,5 @@
1
1
  {% from "/macros/sfb-components-bundles.html" import componentsBundles %}
2
- {% from "/macros/sfb-custom-components-bundles.html" import customComponentsBundles %}
2
+ {% from "/macros/sfb-custom-components-bundles.html" import customComponentsBundles with context %}
3
3
  <!doctype html>
4
4
 
5
5
  <html lang="{{ config.locale.code }}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appdirect/sfb-theme-plaza",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "A modern theme built with react components that can be customized with Storefront Builder.",
5
5
  "main": "index.js",
6
6
  "scripts": {