@charcoal-ui/react 3.0.0 → 3.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/react",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -49,10 +49,10 @@
49
49
  "typescript": "^4.9.5"
50
50
  },
51
51
  "dependencies": {
52
- "@charcoal-ui/icons": "^3.0.0",
53
- "@charcoal-ui/styled": "^3.0.0",
54
- "@charcoal-ui/theme": "^3.0.0",
55
- "@charcoal-ui/utils": "^3.0.0",
52
+ "@charcoal-ui/icons": "^3.1.0",
53
+ "@charcoal-ui/styled": "^3.1.0",
54
+ "@charcoal-ui/theme": "^3.1.0",
55
+ "@charcoal-ui/utils": "^3.1.0",
56
56
  "@react-aria/button": "^3.7.0",
57
57
  "@react-aria/checkbox": "^3.8.0",
58
58
  "@react-aria/dialog": "^3.5.0",
@@ -88,5 +88,5 @@
88
88
  "url": "https://github.com/pixiv/charcoal.git",
89
89
  "directory": "packages/react"
90
90
  },
91
- "gitHead": "27e9a612bad6c8da75e97449d5ff2a1de3dc7181"
91
+ "gitHead": "48e203346ae2f0ae09987e89ba7adbb11ac67802"
92
92
  }
@@ -241,7 +241,6 @@ const ModalDialog = animated(styled.div<{
241
241
  }>`
242
242
  position: relative;
243
243
  margin: auto;
244
- padding: 24px 0;
245
244
 
246
245
  ${theme((o) => [o.bg.background1, o.borderRadius(24)])}
247
246
  @media ${({ theme }) => maxWidth(theme.breakpoint.screen1)} {