@elliemae/ds-accessibility 2.0.0-next.3 → 2.0.0-next.7

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.
@@ -16,7 +16,7 @@ const StyledButton = /*#__PURE__*/styled__default["default"].button.withConfig({
16
16
  theme
17
17
  }) => theme.colors.neutral['000'], ({
18
18
  theme
19
- }) => `${theme.space.xxxs} ${theme.space.xxs}`, ({
19
+ }) => "".concat(theme.space.xxxs, " ").concat(theme.space.xxs), ({
20
20
  theme
21
21
  }) => theme.colors.brand[700]);
22
22
 
@@ -8,7 +8,7 @@ const StyledButton = /*#__PURE__*/styled.button.withConfig({
8
8
  theme
9
9
  }) => theme.colors.neutral['000'], ({
10
10
  theme
11
- }) => `${theme.space.xxxs} ${theme.space.xxs}`, ({
11
+ }) => "".concat(theme.space.xxxs, " ").concat(theme.space.xxs), ({
12
12
  theme
13
13
  }) => theme.colors.brand[700]);
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-accessibility",
3
- "version": "2.0.0-next.3",
3
+ "version": "2.0.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Accessibility",
6
6
  "module": "./esm/index.js",
package/cjs/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "commonjs",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }
package/esm/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "module",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }