@symbo.ls/atoms 2.11.334 → 2.11.335

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/Media.js +5 -5
  2. package/package.json +2 -2
package/Media.js CHANGED
@@ -173,11 +173,11 @@ const beforeClassAssign = (element, s) => {
173
173
  }
174
174
 
175
175
  // override props
176
- if (props['^']) {
177
- for (const key in props['^']) {
178
- execClass(key, props, CLASS_NAMES, element)
179
- }
180
- }
176
+ // if (props['^']) {
177
+ // for (const key in props['^']) {
178
+ // execClass(key, props, CLASS_NAMES, element)
179
+ // }
180
+ // }
181
181
 
182
182
  const parentProps = element.parent && element.parent.props
183
183
  if (parentProps && parentProps.spacingRatio && parentProps.inheritSpacingRatio) {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.334",
3
+ "version": "2.11.335",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "dfa7309d692f0060cfa63b38758809a768a6abec",
6
+ "gitHead": "d50ff66f06943052be9d1af69767ed9d12387936",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",