@storybook/components 6.4.0-alpha.34 → 6.4.0-alpha.38

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.
@@ -39,6 +39,7 @@ var Container = _theming.styled.div(function (_ref) {
39
39
  var ActionButton = _theming.styled.button(function (_ref2) {
40
40
  var theme = _ref2.theme;
41
41
  return {
42
+ margin: 0,
42
43
  border: '0 none',
43
44
  padding: '4px 10px',
44
45
  cursor: 'pointer',
@@ -23,6 +23,7 @@ var Container = styled.div(function (_ref) {
23
23
  export var ActionButton = styled.button(function (_ref2) {
24
24
  var theme = _ref2.theme;
25
25
  return {
26
+ margin: 0,
26
27
  border: '0 none',
27
28
  padding: '4px 10px',
28
29
  cursor: 'pointer',
@@ -16,6 +16,7 @@ const Container = styled.div(({
16
16
  export const ActionButton = styled.button(({
17
17
  theme
18
18
  }) => ({
19
+ margin: 0,
19
20
  border: '0 none',
20
21
  padding: '4px 10px',
21
22
  cursor: 'pointer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/components",
3
- "version": "6.4.0-alpha.34",
3
+ "version": "6.4.0-alpha.38",
4
4
  "description": "Core Storybook Components",
5
5
  "keywords": [
6
6
  "storybook"
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@popperjs/core": "^2.6.0",
44
- "@storybook/client-logger": "6.4.0-alpha.34",
45
- "@storybook/csf": "0.0.1",
46
- "@storybook/theming": "6.4.0-alpha.34",
44
+ "@storybook/client-logger": "6.4.0-alpha.38",
45
+ "@storybook/csf": "0.0.2--canary.68887a1.0",
46
+ "@storybook/theming": "6.4.0-alpha.38",
47
47
  "@types/color-convert": "^2.0.0",
48
48
  "@types/overlayscrollbars": "^1.12.0",
49
49
  "@types/react-syntax-highlighter": "11.0.5",
@@ -76,6 +76,6 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "ccd25210cd159e42110b700b0562e951bb9b3a57",
79
+ "gitHead": "14b9d19e7e9e3de84729ce0c7989efa372c6987c",
80
80
  "sbmodern": "dist/modern/index.js"
81
81
  }