@zendeskgarden/react-notifications 8.59.0 → 8.59.1

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/index.cjs.js CHANGED
@@ -62,7 +62,7 @@ const TYPE = ['success', 'warning', 'error', 'info'];
62
62
  const COMPONENT_ID$5 = 'notifications.close';
63
63
  const StyledClose = styled__default["default"].button.attrs({
64
64
  'data-garden-id': COMPONENT_ID$5,
65
- 'data-garden-version': '8.59.0'
65
+ 'data-garden-version': '8.59.1'
66
66
  }).withConfig({
67
67
  displayName: "StyledClose",
68
68
  componentId: "sc-1mr9nx1-0"
@@ -74,7 +74,7 @@ StyledClose.defaultProps = {
74
74
  const COMPONENT_ID$4 = 'notifications.paragraph';
75
75
  const StyledParagraph = styled__default["default"].p.attrs({
76
76
  'data-garden-id': COMPONENT_ID$4,
77
- 'data-garden-version': '8.59.0'
77
+ 'data-garden-version': '8.59.1'
78
78
  }).withConfig({
79
79
  displayName: "StyledParagraph",
80
80
  componentId: "sc-12tmd6p-0"
@@ -86,7 +86,7 @@ StyledParagraph.defaultProps = {
86
86
  const COMPONENT_ID$3 = 'notifications.title';
87
87
  const StyledTitle = styled__default["default"].div.attrs({
88
88
  'data-garden-id': COMPONENT_ID$3,
89
- 'data-garden-version': '8.59.0'
89
+ 'data-garden-version': '8.59.1'
90
90
  }).withConfig({
91
91
  displayName: "StyledTitle",
92
92
  componentId: "sc-xx4jsv-0"
@@ -143,7 +143,7 @@ const COMPONENT_ID$2 = 'notifications.alert';
143
143
  const colorStyles$1 = props => styled.css(["", "{color:", ";}"], StyledTitle, props.hue && reactTheming.getColor(props.hue, 800, props.theme));
144
144
  const StyledAlert = styled__default["default"](StyledBase).attrs(props => ({
145
145
  'data-garden-id': COMPONENT_ID$2,
146
- 'data-garden-version': '8.59.0',
146
+ 'data-garden-version': '8.59.1',
147
147
  role: props.role === undefined ? 'alert' : props.role
148
148
  })).withConfig({
149
149
  displayName: "StyledAlert",
@@ -190,7 +190,7 @@ const colorStyles = props => {
190
190
  };
191
191
  const StyledNotification = styled__default["default"](StyledBase).attrs(props => ({
192
192
  'data-garden-id': COMPONENT_ID$1,
193
- 'data-garden-version': '8.59.0',
193
+ 'data-garden-version': '8.59.1',
194
194
  role: props.role === undefined ? 'status' : props.role
195
195
  })).withConfig({
196
196
  displayName: "StyledNotification",
@@ -206,7 +206,7 @@ StyledNotification.defaultProps = {
206
206
  const COMPONENT_ID = 'notifications.well';
207
207
  const StyledWell = styled__default["default"](StyledBase).attrs({
208
208
  'data-garden-id': COMPONENT_ID,
209
- 'data-garden-version': '8.59.0'
209
+ 'data-garden-version': '8.59.1'
210
210
  }).withConfig({
211
211
  displayName: "StyledWell",
212
212
  componentId: "sc-a5831c-0"
package/dist/index.esm.js CHANGED
@@ -34,7 +34,7 @@ const TYPE = ['success', 'warning', 'error', 'info'];
34
34
  const COMPONENT_ID$5 = 'notifications.close';
35
35
  const StyledClose = styled.button.attrs({
36
36
  'data-garden-id': COMPONENT_ID$5,
37
- 'data-garden-version': '8.59.0'
37
+ 'data-garden-version': '8.59.1'
38
38
  }).withConfig({
39
39
  displayName: "StyledClose",
40
40
  componentId: "sc-1mr9nx1-0"
@@ -46,7 +46,7 @@ StyledClose.defaultProps = {
46
46
  const COMPONENT_ID$4 = 'notifications.paragraph';
47
47
  const StyledParagraph = styled.p.attrs({
48
48
  'data-garden-id': COMPONENT_ID$4,
49
- 'data-garden-version': '8.59.0'
49
+ 'data-garden-version': '8.59.1'
50
50
  }).withConfig({
51
51
  displayName: "StyledParagraph",
52
52
  componentId: "sc-12tmd6p-0"
@@ -58,7 +58,7 @@ StyledParagraph.defaultProps = {
58
58
  const COMPONENT_ID$3 = 'notifications.title';
59
59
  const StyledTitle = styled.div.attrs({
60
60
  'data-garden-id': COMPONENT_ID$3,
61
- 'data-garden-version': '8.59.0'
61
+ 'data-garden-version': '8.59.1'
62
62
  }).withConfig({
63
63
  displayName: "StyledTitle",
64
64
  componentId: "sc-xx4jsv-0"
@@ -115,7 +115,7 @@ const COMPONENT_ID$2 = 'notifications.alert';
115
115
  const colorStyles$1 = props => css(["", "{color:", ";}"], StyledTitle, props.hue && getColor(props.hue, 800, props.theme));
116
116
  const StyledAlert = styled(StyledBase).attrs(props => ({
117
117
  'data-garden-id': COMPONENT_ID$2,
118
- 'data-garden-version': '8.59.0',
118
+ 'data-garden-version': '8.59.1',
119
119
  role: props.role === undefined ? 'alert' : props.role
120
120
  })).withConfig({
121
121
  displayName: "StyledAlert",
@@ -162,7 +162,7 @@ const colorStyles = props => {
162
162
  };
163
163
  const StyledNotification = styled(StyledBase).attrs(props => ({
164
164
  'data-garden-id': COMPONENT_ID$1,
165
- 'data-garden-version': '8.59.0',
165
+ 'data-garden-version': '8.59.1',
166
166
  role: props.role === undefined ? 'status' : props.role
167
167
  })).withConfig({
168
168
  displayName: "StyledNotification",
@@ -178,7 +178,7 @@ StyledNotification.defaultProps = {
178
178
  const COMPONENT_ID = 'notifications.well';
179
179
  const StyledWell = styled(StyledBase).attrs({
180
180
  'data-garden-id': COMPONENT_ID,
181
- 'data-garden-version': '8.59.0'
181
+ 'data-garden-version': '8.59.1'
182
182
  }).withConfig({
183
183
  displayName: "StyledWell",
184
184
  componentId: "sc-a5831c-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-notifications",
3
- "version": "8.59.0",
3
+ "version": "8.59.1",
4
4
  "description": "Notification and Well components within the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react-transition-group": "4.4.5",
37
- "@zendeskgarden/react-theming": "^8.59.0",
37
+ "@zendeskgarden/react-theming": "^8.59.1",
38
38
  "@zendeskgarden/svg-icons": "6.33.0"
39
39
  },
40
40
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "zendeskgarden:src": "src/index.ts",
50
- "gitHead": "14c3ad1b3abb0f76ffc8512c89d167ecb6f024fa"
50
+ "gitHead": "023c569e38e4d97264ef871bf7a9aa8b0d16b0aa"
51
51
  }