@rocket.chat/fuselage 0.32.0-dev.393 → 0.32.0-dev.395

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.
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/Button/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAO,MAAM,OAAO,CAAC;AAC/D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAGnE,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AA+BF,eAAO,MAAM,UAAU;UA5Bf,eAAe,WAAW,CAAC,CAAC,MAAM,CAAC,GAAG,YAAY;;;;;;;;;;;;;;08SA0HzD,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/Button/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAO,MAAM,OAAO,CAAC;AAC/D,OAAO,KAA8C,MAAM,OAAO,CAAC;AAGnE,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AA+BF,eAAO,MAAM,UAAU;UA5Bf,eAAe,WAAW,CAAC,CAAC,MAAM,CAAC,GAAG,YAAY;;;;;;;;;;;;;;08SA2HzD,CAAC"}
@@ -4577,7 +4577,7 @@ var IconButton = (0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(function (_a,
4577
4577
  (mini && 'x12') ||
4578
4578
  'x28';
4579
4579
  };
4580
- return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ is: 'button', type: 'button', "rcx-button": true, "rcx-button--icon": true, "rcx-button--square": true }, kindAndVariantProps, getSizeClass(), { "rcx-button--icon-pressed": pressed, ref: ref }, props),
4580
+ return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ animated: true, is: 'button', type: 'button', "rcx-button": true, "rcx-button--icon": true, "rcx-button--square": true }, kindAndVariantProps, getSizeClass(), { "rcx-button--icon-pressed": pressed, ref: ref }, props),
4581
4581
  children,
4582
4582
  (0,react__WEBPACK_IMPORTED_MODULE_0__.isValidElement)(icon) ? (icon) : (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Icon__WEBPACK_IMPORTED_MODULE_2__.Icon, { name: icon, size: getIconSize() }))));
4583
4583
  });