@digitalculture/ochre-sdk 0.4.0 → 0.4.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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1911,7 +1911,7 @@ async function parseWebpage(webpageResource) {
|
|
|
1911
1911
|
blocks: [],
|
|
1912
1912
|
elements: [],
|
|
1913
1913
|
properties: {
|
|
1914
|
-
spacing: "
|
|
1914
|
+
spacing: "auto",
|
|
1915
1915
|
gap: "none",
|
|
1916
1916
|
alignItems: "stretch",
|
|
1917
1917
|
justifyContent: "stretch"
|
|
@@ -2009,7 +2009,7 @@ async function parseBlock(blockResource) {
|
|
|
2009
2009
|
blocks: [],
|
|
2010
2010
|
elements: [],
|
|
2011
2011
|
properties: {
|
|
2012
|
-
spacing: "
|
|
2012
|
+
spacing: "auto",
|
|
2013
2013
|
gap: "none",
|
|
2014
2014
|
alignItems: "stretch",
|
|
2015
2015
|
justifyContent: "stretch"
|
package/dist/index.js
CHANGED
|
@@ -1833,7 +1833,7 @@ async function parseWebpage(webpageResource) {
|
|
|
1833
1833
|
blocks: [],
|
|
1834
1834
|
elements: [],
|
|
1835
1835
|
properties: {
|
|
1836
|
-
spacing: "
|
|
1836
|
+
spacing: "auto",
|
|
1837
1837
|
gap: "none",
|
|
1838
1838
|
alignItems: "stretch",
|
|
1839
1839
|
justifyContent: "stretch"
|
|
@@ -1931,7 +1931,7 @@ async function parseBlock(blockResource) {
|
|
|
1931
1931
|
blocks: [],
|
|
1932
1932
|
elements: [],
|
|
1933
1933
|
properties: {
|
|
1934
|
-
spacing: "
|
|
1934
|
+
spacing: "auto",
|
|
1935
1935
|
gap: "none",
|
|
1936
1936
|
alignItems: "stretch",
|
|
1937
1937
|
justifyContent: "stretch"
|
package/package.json
CHANGED