@symbo.ls/atoms 2.11.110 → 2.11.111

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 (2) hide show
  1. package/Block.js +6 -0
  2. 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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.110",
3
+ "version": "2.11.111",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "a58c060fff6843a6f15b7856b90906162142ab6b",
6
+ "gitHead": "aa3de4cf73a9919ac866233c63cc5879c8e1fac8",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",