@total_onion/onion-library 2.0.9 → 2.0.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.
@@ -33,7 +33,6 @@ export default function standardcontentv3Js(options = {}) {
33
33
  // module.default(block);
34
34
  // });
35
35
  // }
36
- extraJs(block);
37
36
  } catch (error) {
38
37
  console.error(error);
39
38
  }
@@ -108,7 +108,7 @@
108
108
  place-self: var(--content-box-vert-align)
109
109
  var(--content-box-horiz-align);
110
110
  padding: calc(
111
- var(--global-content-box-padding-block) *
111
+ var(--global-inline-spacing) *
112
112
  var(--content-box-top-padding-mult)
113
113
  )
114
114
  calc(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {