@cambly/syntax-core 2.7.0 → 2.8.0

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/dist/index.mjs CHANGED
@@ -153,7 +153,7 @@ function Box(props) {
153
153
  smAlignItems,
154
154
  lgAlignItems,
155
155
  alignSelf,
156
- color,
156
+ backgroundColor: backgroundColor2,
157
157
  direction,
158
158
  smDirection,
159
159
  lgDirection,
@@ -204,7 +204,7 @@ function Box(props) {
204
204
  "smAlignItems",
205
205
  "lgAlignItems",
206
206
  "alignSelf",
207
- "color",
207
+ "backgroundColor",
208
208
  "direction",
209
209
  "smDirection",
210
210
  "lgDirection",
@@ -260,7 +260,7 @@ function Box(props) {
260
260
  smAlignItems && Box_module_default[`alignItems${smAlignItems}Small`],
261
261
  lgAlignItems && Box_module_default[`alignItems${lgAlignItems}Large`],
262
262
  alignSelf && Box_module_default[`alignSelf${alignSelf}`],
263
- color && colors_module_default[`${color}BackgroundColor`],
263
+ backgroundColor2 && colors_module_default[`${backgroundColor2}BackgroundColor`],
264
264
  direction && Box_module_default[direction],
265
265
  smDirection && Box_module_default[`${smDirection}Small`],
266
266
  lgDirection && Box_module_default[`${lgDirection}Large`],