@elliemae/ds-accessibility 2.4.2-rc.9 → 2.4.2

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.
@@ -24,7 +24,7 @@ const StyledButton = /*#__PURE__*/styled__default["default"].button.withConfig({
24
24
  let {
25
25
  theme
26
26
  } = _ref3;
27
- return "".concat(theme.space.xxxs, " ").concat(theme.space.xxs);
27
+ return `${theme.space.xxxs} ${theme.space.xxs}`;
28
28
  }, _ref4 => {
29
29
  let {
30
30
  theme
@@ -16,7 +16,7 @@ const StyledButton = /*#__PURE__*/styled.button.withConfig({
16
16
  let {
17
17
  theme
18
18
  } = _ref3;
19
- return "".concat(theme.space.xxxs, " ").concat(theme.space.xxs);
19
+ return `${theme.space.xxxs} ${theme.space.xxs}`;
20
20
  }, _ref4 => {
21
21
  let {
22
22
  theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-accessibility",
3
- "version": "2.4.2-rc.9",
3
+ "version": "2.4.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "module": "./esm/index.js",