@dt-dds/react-message 1.0.0-beta.89 → 1.0.0-beta.90
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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -136,6 +136,7 @@ var MESSAGE_ICONS = {
|
|
|
136
136
|
var import_styled = __toESM(require("@emotion/styled"));
|
|
137
137
|
var MessageStyled = import_styled.default.div`
|
|
138
138
|
display: grid;
|
|
139
|
+
width: 100%;
|
|
139
140
|
padding: ${({ theme }) => `${theme.spacing.spacing_40} ${theme.spacing.spacing_50}`};
|
|
140
141
|
border-radius: ${({ theme }) => theme.shape.message};
|
|
141
142
|
|
package/dist/index.mjs
CHANGED
|
@@ -129,6 +129,7 @@ var MESSAGE_ICONS = {
|
|
|
129
129
|
import styled from "@emotion/styled";
|
|
130
130
|
var MessageStyled = styled.div`
|
|
131
131
|
display: grid;
|
|
132
|
+
width: 100%;
|
|
132
133
|
padding: ${({ theme }) => `${theme.spacing.spacing_40} ${theme.spacing.spacing_50}`};
|
|
133
134
|
border-radius: ${({ theme }) => theme.shape.message};
|
|
134
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-message",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.90",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"test:update:snapshot": "jest -u"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@dt-dds/react-button": "1.0.0-beta.
|
|
23
|
+
"@dt-dds/react-button": "1.0.0-beta.74",
|
|
24
24
|
"@dt-dds/react-core": "1.0.0-beta.50",
|
|
25
25
|
"@dt-dds/react-icon": "1.0.0-beta.51",
|
|
26
26
|
"@dt-dds/react-typography": "1.0.0-beta.41",
|