@symbo.ls/atoms 2.11.110 → 2.11.113

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.
Files changed (3) hide show
  1. package/Block.js +6 -0
  2. package/Media.js +1 -1
  3. package/package.json +2 -2
package/Block.js CHANGED
@@ -168,3 +168,9 @@ export const List = {
168
168
  childExtend: { tag: 'li' }
169
169
  }
170
170
  // export const Article = { tag: 'article' }
171
+
172
+ export const Gutter = {
173
+ props: {
174
+ boxSize: 'C1',
175
+ },
176
+ }
package/Media.js CHANGED
@@ -150,7 +150,7 @@ const beforeClassAssign = (element, s) => {
150
150
  }
151
151
 
152
152
 
153
- const parentProps = element.parent.props
153
+ const parentProps = element.parent && element.parent.props
154
154
  if (parentProps && parentProps.spacingRatio && parentProps.inheritSpacingRatio) {
155
155
  element.setProps({
156
156
  spacingRatio: parentProps.spacingRatio,
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.110",
3
+ "version": "2.11.113",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "a58c060fff6843a6f15b7856b90906162142ab6b",
6
+ "gitHead": "ef2a0c3b693bcbedc6555d95694f4c50e67c0fdb",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",