@symbo.ls/atoms 2.32.22 → 2.32.25

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/Box.js +3 -3
  2. package/package.json +6 -6
package/Box.js CHANGED
@@ -154,8 +154,8 @@ export const Box = {
154
154
  [childrenAsDefault]: isObjectLike(v)
155
155
  ? v
156
156
  : childrenAsDefault === 'state'
157
- ? { value: v }
158
- : { text: v }
157
+ ? { value: v }
158
+ : { text: v }
159
159
  }))
160
160
  }
161
161
  } else if (isString(children) || isNumber(children)) {
@@ -1120,7 +1120,7 @@ export const Box = {
1120
1120
  )
1121
1121
  },
1122
1122
 
1123
- // container
1123
+ // container queries
1124
1124
  ...{
1125
1125
  container: ({ props }) =>
1126
1126
  props.container && {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.32.22",
3
+ "version": "2.32.25",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "937da946c8fb840d8282c986c50330584573551a",
6
+ "gitHead": "325683c8553a64ee952c8a36f4e823257d1e81bb",
7
7
  "dependencies": {
8
- "@domql/state": "^2.32.22",
9
- "@domql/utils": "^2.32.22",
10
- "@symbo.ls/emotion": "^2.32.22",
11
- "@symbo.ls/scratch": "^2.32.22"
8
+ "@domql/state": "^2.32.25",
9
+ "@domql/utils": "^2.32.25",
10
+ "@symbo.ls/emotion": "^2.32.25",
11
+ "@symbo.ls/scratch": "^2.32.25"
12
12
  },
13
13
  "source": "src/index.js",
14
14
  "devDependencies": {