@charcoal-ui/react 3.0.0-beta.6 → 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/dist/components/Icon/index.story.d.ts +1 -1
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/TagItem/index.d.ts +1 -1
- package/dist/components/TagItem/index.story.d.ts +1 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/styled.d.ts +13 -13
- package/package.json +6 -6
- package/src/components/Modal/index.tsx +0 -1
- package/dist/components/DropdownSelector/ListBoxSection.d.ts +0 -7
- package/dist/components/DropdownSelector/ListBoxSection.d.ts.map +0 -1
- package/dist/components/DropdownSelector/Listbox.d.ts +0 -10
- package/dist/components/DropdownSelector/Listbox.d.ts.map +0 -1
- package/dist/components/DropdownSelector/Option.d.ts +0 -11
- package/dist/components/DropdownSelector/Option.d.ts.map +0 -1
- package/dist/components/TextField/index.story.d.ts +0 -30
- package/dist/components/TextField/index.story.d.ts.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -1450,7 +1450,6 @@ var DialogContainer = styled11.div`
|
|
|
1450
1450
|
var ModalDialog = animated(styled11.div`
|
|
1451
1451
|
position: relative;
|
|
1452
1452
|
margin: auto;
|
|
1453
|
-
padding: 24px 0;
|
|
1454
1453
|
|
|
1455
1454
|
${theme((o) => [o.bg.background1, o.borderRadius(24)])}
|
|
1456
1455
|
@media ${({ theme: theme3 }) => maxWidth(theme3.breakpoint.screen1)} {
|