@symbo.ls/atoms 2.11.286 → 2.11.287

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/Theme.js +5 -0
  2. package/package.json +2 -2
package/Theme.js CHANGED
@@ -93,6 +93,11 @@ export const Theme = {
93
93
  backgroundPosition: props.backgroundPosition
94
94
  })
95
95
  : null,
96
+ backgroundRepeat: ({ props }) => !isUndefined(props.backgroundRepeat)
97
+ ? ({
98
+ backgroundRepeat: props.backgroundRepeat
99
+ })
100
+ : null,
96
101
 
97
102
  textStroke: ({ props, deps }) => !isUndefined(props.textStroke)
98
103
  ? ({
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.286",
3
+ "version": "2.11.287",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "d7062ed1b23fce24bb40c770d8a5e69fe8c36551",
6
+ "gitHead": "1934845b94ac60bae55b132d6ed0cd9b9320b914",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",