sapo-components-ui-rn 1.1.91 → 1.1.92

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.esm.js CHANGED
@@ -284,7 +284,7 @@ var ref = {
284
284
  iconActionInverseDefault: white.WHITE100,
285
285
  iconActionInverseHovered: white.WHITE80,
286
286
  iconActionDisabled: ink.INK20,
287
- surfaceBrandDefault: blue.BLUE100,
287
+ surfaceBrandDefault: blue.BLUE10,
288
288
  surfaceBrandDisabled: ink.INK5,
289
289
  surfaceBrandHover: blue.BLUE80,
290
290
  surfaceBrandInverseDefault: blue.BLUE5,
@@ -6363,6 +6363,7 @@ var FloatingButton = function (_a) {
6363
6363
  right > 0 && { right: right },
6364
6364
  left > 0 && { left: left },
6365
6365
  bottom > 0 && { bottom: bottom },
6366
+ style,
6366
6367
  ] }),
6367
6368
  React__default.createElement(View, __assign({ center: true, style: [
6368
6369
  !hiddenBackground
@@ -6373,7 +6374,6 @@ var FloatingButton = function (_a) {
6373
6374
  backgroundColor: "transparent",
6374
6375
  },
6375
6376
  {
6376
- width: size,
6377
6377
  height: size,
6378
6378
  borderRadius: size / 2,
6379
6379
  },
@@ -6381,7 +6381,6 @@ var FloatingButton = function (_a) {
6381
6381
  borderWidth: 0,
6382
6382
  backgroundColor: colors.surfaceBrandDisabled,
6383
6383
  },
6384
- style,
6385
6384
  ] }, props), isLoading ? React__default.createElement(ActivityIndicator, { size: "small" }) : children)));
6386
6385
  };
6387
6386
  var styles$a = StyleSheet.create({