@symbo.ls/atoms 2.11.398 → 2.11.400

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.
package/Collection.js CHANGED
@@ -78,7 +78,7 @@ export const Collection = {
78
78
  return data
79
79
  },
80
80
 
81
- $stateCollection: (param, el, state) => {
81
+ $stateCollection: (param, el, state, ctx) => {
82
82
  if (!param) return
83
83
 
84
84
  if (isString(param)) {
package/Theme.js CHANGED
@@ -108,6 +108,7 @@ export const Theme = {
108
108
  outline: ({ props, deps }) => !isUndefined(props.outline) && ({
109
109
  outline: deps.transformBorder(props.outline)
110
110
  }),
111
+ outlineOffset: ({ props, deps }) => deps.transformSizeRatio('outlineOffset', props),
111
112
 
112
113
  border: ({ props, deps }) => !isUndefined(props.border) && ({
113
114
  border: deps.transformBorder(props.border)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.398",
3
+ "version": "2.11.400",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "d3cb027daada2cda9943517e98ffc67e0170a763",
6
+ "gitHead": "f0a7389cc53026cd75e650046af6a1f329a18cc8",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",