@symbo.ls/atoms 2.33.5 → 2.33.7

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/Box.js +1 -1
  2. package/Iframe.js +0 -7
  3. package/package.json +6 -6
package/Box.js CHANGED
@@ -1149,7 +1149,7 @@ export const Circle = {
1149
1149
 
1150
1150
  export const Hr = {
1151
1151
  tag: 'hr',
1152
- props: { margin: 'C1 0' }
1152
+ props: { margin: 'C1 0', borderWidth: '0 0 1px 0' }
1153
1153
  }
1154
1154
  export const Br = { tag: 'br' }
1155
1155
  export const Div = { tag: 'div' }
package/Iframe.js CHANGED
@@ -17,13 +17,6 @@ export const Iframe = {
17
17
  src = el.call('replaceLiteralsWithObjectFields', src)
18
18
  }
19
19
 
20
- // let isUrl
21
- // try {
22
- // isUrl = new URL(src)
23
- // } catch (e) {
24
- // el.warn(e)
25
- // }
26
- // if (isUrl)
27
20
  return src
28
21
  },
29
22
  srcdoc: ({ props }) => props.srcdoc,
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.33.5",
3
+ "version": "2.33.7",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "3c6a0dfd1df1d7dbd53ea15676fa457622dac899",
6
+ "gitHead": "2766f30aa772abe0fb4b3d5477e7e6ae3cf01dd5",
7
7
  "dependencies": {
8
- "@domql/state": "^2.33.5",
9
- "@domql/utils": "^2.33.5",
10
- "@symbo.ls/emotion": "^2.33.5",
11
- "@symbo.ls/scratch": "^2.33.5"
8
+ "@domql/state": "^2.33.7",
9
+ "@domql/utils": "^2.33.7",
10
+ "@symbo.ls/emotion": "^2.33.7",
11
+ "@symbo.ls/scratch": "^2.33.7"
12
12
  },
13
13
  "source": "src/index.js",
14
14
  "devDependencies": {