@zendeskgarden/react-notifications 9.0.0-next.19 → 9.0.0-next.20
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/esm/styled/StyledAlert.js +1 -1
- package/dist/esm/styled/StyledBase.js +1 -1
- package/dist/esm/styled/StyledIcon.js +1 -1
- package/dist/esm/styled/StyledNotification.js +1 -1
- package/dist/esm/styled/StyledWell.js +1 -1
- package/dist/esm/styled/content/StyledClose.js +1 -1
- package/dist/esm/styled/content/StyledParagraph.js +1 -1
- package/dist/esm/styled/content/StyledTitle.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlert.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlertButton.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlertClose.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlertContent.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlertIcon.js +1 -1
- package/dist/esm/styled/global-alert/StyledGlobalAlertTitle.js +1 -1
- package/dist/index.cjs.js +14 -14
- package/package.json +4 -4
|
@@ -39,7 +39,7 @@ const colorStyles = props => {
|
|
|
39
39
|
};
|
|
40
40
|
const StyledAlert = styled(StyledBase).attrs({
|
|
41
41
|
'data-garden-id': COMPONENT_ID,
|
|
42
|
-
'data-garden-version': '9.0.0-next.
|
|
42
|
+
'data-garden-version': '9.0.0-next.20'
|
|
43
43
|
}).withConfig({
|
|
44
44
|
displayName: "StyledAlert",
|
|
45
45
|
componentId: "sc-fyn8jp-0"
|
|
@@ -80,7 +80,7 @@ const padding = props => {
|
|
|
80
80
|
};
|
|
81
81
|
const StyledBase = styled.div.attrs({
|
|
82
82
|
'data-garden-id': COMPONENT_ID,
|
|
83
|
-
'data-garden-version': '9.0.0-next.
|
|
83
|
+
'data-garden-version': '9.0.0-next.20'
|
|
84
84
|
}).withConfig({
|
|
85
85
|
displayName: "StyledBase",
|
|
86
86
|
componentId: "sc-14syaqw-0"
|
|
@@ -49,7 +49,7 @@ const colorStyles = _ref2 => {
|
|
|
49
49
|
};
|
|
50
50
|
const StyledIcon = styled(StyledBaseIcon).attrs({
|
|
51
51
|
'data-garden-id': COMPONENT_ID,
|
|
52
|
-
'data-garden-version': '9.0.0-next.
|
|
52
|
+
'data-garden-version': '9.0.0-next.20'
|
|
53
53
|
}).withConfig({
|
|
54
54
|
displayName: "StyledIcon",
|
|
55
55
|
componentId: "sc-msklws-0"
|
|
@@ -41,7 +41,7 @@ const colorStyles = props => {
|
|
|
41
41
|
};
|
|
42
42
|
const StyledNotification = styled(StyledBase).attrs({
|
|
43
43
|
'data-garden-id': COMPONENT_ID,
|
|
44
|
-
'data-garden-version': '9.0.0-next.
|
|
44
|
+
'data-garden-version': '9.0.0-next.20'
|
|
45
45
|
}).withConfig({
|
|
46
46
|
displayName: "StyledNotification",
|
|
47
47
|
componentId: "sc-uf6jh-0"
|
|
@@ -35,7 +35,7 @@ const colorStyles = _ref => {
|
|
|
35
35
|
};
|
|
36
36
|
const StyledWell = styled(StyledBase).attrs({
|
|
37
37
|
'data-garden-id': COMPONENT_ID,
|
|
38
|
-
'data-garden-version': '9.0.0-next.
|
|
38
|
+
'data-garden-version': '9.0.0-next.20'
|
|
39
39
|
}).withConfig({
|
|
40
40
|
displayName: "StyledWell",
|
|
41
41
|
componentId: "sc-a5831c-0"
|
|
@@ -58,7 +58,7 @@ const colorStyles = _ref => {
|
|
|
58
58
|
};
|
|
59
59
|
const StyledClose = styled(IconButton).attrs({
|
|
60
60
|
'data-garden-id': COMPONENT_ID,
|
|
61
|
-
'data-garden-version': '9.0.0-next.
|
|
61
|
+
'data-garden-version': '9.0.0-next.20'
|
|
62
62
|
}).withConfig({
|
|
63
63
|
displayName: "StyledClose",
|
|
64
64
|
componentId: "sc-1mr9nx1-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'notifications.paragraph';
|
|
11
11
|
const StyledParagraph = styled.p.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.20'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledParagraph",
|
|
16
16
|
componentId: "sc-12tmd6p-0"
|
|
@@ -10,7 +10,7 @@ import { getColor, retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden
|
|
|
10
10
|
const COMPONENT_ID = 'notifications.title';
|
|
11
11
|
const StyledTitle = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.20'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledTitle",
|
|
16
16
|
componentId: "sc-xx4jsv-0"
|
|
@@ -148,7 +148,7 @@ const sizeStyles = props => {
|
|
|
148
148
|
};
|
|
149
149
|
const StyledGlobalAlert = styled.div.attrs({
|
|
150
150
|
'data-garden-id': COMPONENT_ID,
|
|
151
|
-
'data-garden-version': '9.0.0-next.
|
|
151
|
+
'data-garden-version': '9.0.0-next.20'
|
|
152
152
|
}).withConfig({
|
|
153
153
|
displayName: "StyledGlobalAlert",
|
|
154
154
|
componentId: "sc-k6rimt-0"
|
|
@@ -106,7 +106,7 @@ function sizeStyles(props) {
|
|
|
106
106
|
}
|
|
107
107
|
const StyledGlobalAlertButton = styled(Button).attrs({
|
|
108
108
|
'data-garden-id': COMPONENT_ID,
|
|
109
|
-
'data-garden-version': '9.0.0-next.
|
|
109
|
+
'data-garden-version': '9.0.0-next.20'
|
|
110
110
|
}).withConfig({
|
|
111
111
|
displayName: "StyledGlobalAlertButton",
|
|
112
112
|
componentId: "sc-1txe91a-0"
|
|
@@ -91,7 +91,7 @@ const sizeStyles = props => {
|
|
|
91
91
|
};
|
|
92
92
|
const StyledGlobalAlertClose = styled(IconButton).attrs({
|
|
93
93
|
'data-garden-id': COMPONENT_ID,
|
|
94
|
-
'data-garden-version': '9.0.0-next.
|
|
94
|
+
'data-garden-version': '9.0.0-next.20'
|
|
95
95
|
}).withConfig({
|
|
96
96
|
displayName: "StyledGlobalAlertClose",
|
|
97
97
|
componentId: "sc-1g5s93s-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
10
10
|
const COMPONENT_ID = 'notifications.global_alert.content';
|
|
11
11
|
const StyledGlobalAlertContent = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.0.0-next.
|
|
13
|
+
'data-garden-version': '9.0.0-next.20'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledGlobalAlertContent",
|
|
16
16
|
componentId: "sc-rept0u-0"
|
|
@@ -53,7 +53,7 @@ const colorStyles = _ref => {
|
|
|
53
53
|
};
|
|
54
54
|
const StyledGlobalAlertIcon = styled(StyledBaseIcon).attrs({
|
|
55
55
|
'data-garden-id': COMPONENT_ID,
|
|
56
|
-
'data-garden-version': '9.0.0-next.
|
|
56
|
+
'data-garden-version': '9.0.0-next.20'
|
|
57
57
|
}).withConfig({
|
|
58
58
|
displayName: "StyledGlobalAlertIcon",
|
|
59
59
|
componentId: "sc-84ne9k-0"
|
|
@@ -37,7 +37,7 @@ const colorStyles = _ref => {
|
|
|
37
37
|
};
|
|
38
38
|
const StyledGlobalAlertTitle = styled.div.attrs({
|
|
39
39
|
'data-garden-id': COMPONENT_ID,
|
|
40
|
-
'data-garden-version': '9.0.0-next.
|
|
40
|
+
'data-garden-version': '9.0.0-next.20'
|
|
41
41
|
}).withConfig({
|
|
42
42
|
displayName: "StyledGlobalAlertTitle",
|
|
43
43
|
componentId: "sc-10clqbo-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -206,7 +206,7 @@ const colorStyles$a = _ref => {
|
|
|
206
206
|
};
|
|
207
207
|
const StyledClose = styled__default.default(reactButtons.IconButton).attrs({
|
|
208
208
|
'data-garden-id': COMPONENT_ID$d,
|
|
209
|
-
'data-garden-version': '9.0.0-next.
|
|
209
|
+
'data-garden-version': '9.0.0-next.20'
|
|
210
210
|
}).withConfig({
|
|
211
211
|
displayName: "StyledClose",
|
|
212
212
|
componentId: "sc-1mr9nx1-0"
|
|
@@ -218,7 +218,7 @@ StyledClose.defaultProps = {
|
|
|
218
218
|
const COMPONENT_ID$c = 'notifications.paragraph';
|
|
219
219
|
const StyledParagraph = styled__default.default.p.attrs({
|
|
220
220
|
'data-garden-id': COMPONENT_ID$c,
|
|
221
|
-
'data-garden-version': '9.0.0-next.
|
|
221
|
+
'data-garden-version': '9.0.0-next.20'
|
|
222
222
|
}).withConfig({
|
|
223
223
|
displayName: "StyledParagraph",
|
|
224
224
|
componentId: "sc-12tmd6p-0"
|
|
@@ -230,7 +230,7 @@ StyledParagraph.defaultProps = {
|
|
|
230
230
|
const COMPONENT_ID$b = 'notifications.title';
|
|
231
231
|
const StyledTitle = styled__default.default.div.attrs({
|
|
232
232
|
'data-garden-id': COMPONENT_ID$b,
|
|
233
|
-
'data-garden-version': '9.0.0-next.
|
|
233
|
+
'data-garden-version': '9.0.0-next.20'
|
|
234
234
|
}).withConfig({
|
|
235
235
|
displayName: "StyledTitle",
|
|
236
236
|
componentId: "sc-xx4jsv-0"
|
|
@@ -314,7 +314,7 @@ const padding = props => {
|
|
|
314
314
|
};
|
|
315
315
|
const StyledBase = styled__default.default.div.attrs({
|
|
316
316
|
'data-garden-id': COMPONENT_ID$a,
|
|
317
|
-
'data-garden-version': '9.0.0-next.
|
|
317
|
+
'data-garden-version': '9.0.0-next.20'
|
|
318
318
|
}).withConfig({
|
|
319
319
|
displayName: "StyledBase",
|
|
320
320
|
componentId: "sc-14syaqw-0"
|
|
@@ -352,7 +352,7 @@ const colorStyles$8 = props => {
|
|
|
352
352
|
};
|
|
353
353
|
const StyledAlert = styled__default.default(StyledBase).attrs({
|
|
354
354
|
'data-garden-id': COMPONENT_ID$9,
|
|
355
|
-
'data-garden-version': '9.0.0-next.
|
|
355
|
+
'data-garden-version': '9.0.0-next.20'
|
|
356
356
|
}).withConfig({
|
|
357
357
|
displayName: "StyledAlert",
|
|
358
358
|
componentId: "sc-fyn8jp-0"
|
|
@@ -390,7 +390,7 @@ const colorStyles$7 = props => {
|
|
|
390
390
|
};
|
|
391
391
|
const StyledNotification = styled__default.default(StyledBase).attrs({
|
|
392
392
|
'data-garden-id': COMPONENT_ID$8,
|
|
393
|
-
'data-garden-version': '9.0.0-next.
|
|
393
|
+
'data-garden-version': '9.0.0-next.20'
|
|
394
394
|
}).withConfig({
|
|
395
395
|
displayName: "StyledNotification",
|
|
396
396
|
componentId: "sc-uf6jh-0"
|
|
@@ -429,7 +429,7 @@ const colorStyles$6 = _ref => {
|
|
|
429
429
|
};
|
|
430
430
|
const StyledWell = styled__default.default(StyledBase).attrs({
|
|
431
431
|
'data-garden-id': COMPONENT_ID$7,
|
|
432
|
-
'data-garden-version': '9.0.0-next.
|
|
432
|
+
'data-garden-version': '9.0.0-next.20'
|
|
433
433
|
}).withConfig({
|
|
434
434
|
displayName: "StyledWell",
|
|
435
435
|
componentId: "sc-a5831c-0"
|
|
@@ -479,7 +479,7 @@ const colorStyles$5 = _ref2 => {
|
|
|
479
479
|
};
|
|
480
480
|
const StyledIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
481
481
|
'data-garden-id': COMPONENT_ID$6,
|
|
482
|
-
'data-garden-version': '9.0.0-next.
|
|
482
|
+
'data-garden-version': '9.0.0-next.20'
|
|
483
483
|
}).withConfig({
|
|
484
484
|
displayName: "StyledIcon",
|
|
485
485
|
componentId: "sc-msklws-0"
|
|
@@ -629,7 +629,7 @@ const sizeStyles$3 = props => {
|
|
|
629
629
|
};
|
|
630
630
|
const StyledGlobalAlert = styled__default.default.div.attrs({
|
|
631
631
|
'data-garden-id': COMPONENT_ID$5,
|
|
632
|
-
'data-garden-version': '9.0.0-next.
|
|
632
|
+
'data-garden-version': '9.0.0-next.20'
|
|
633
633
|
}).withConfig({
|
|
634
634
|
displayName: "StyledGlobalAlert",
|
|
635
635
|
componentId: "sc-k6rimt-0"
|
|
@@ -721,7 +721,7 @@ const sizeStyles$2 = props => {
|
|
|
721
721
|
};
|
|
722
722
|
const StyledGlobalAlertClose = styled__default.default(reactButtons.IconButton).attrs({
|
|
723
723
|
'data-garden-id': COMPONENT_ID$4,
|
|
724
|
-
'data-garden-version': '9.0.0-next.
|
|
724
|
+
'data-garden-version': '9.0.0-next.20'
|
|
725
725
|
}).withConfig({
|
|
726
726
|
displayName: "StyledGlobalAlertClose",
|
|
727
727
|
componentId: "sc-1g5s93s-0"
|
|
@@ -827,7 +827,7 @@ function sizeStyles$1(props) {
|
|
|
827
827
|
}
|
|
828
828
|
const StyledGlobalAlertButton = styled__default.default(reactButtons.Button).attrs({
|
|
829
829
|
'data-garden-id': COMPONENT_ID$3,
|
|
830
|
-
'data-garden-version': '9.0.0-next.
|
|
830
|
+
'data-garden-version': '9.0.0-next.20'
|
|
831
831
|
}).withConfig({
|
|
832
832
|
displayName: "StyledGlobalAlertButton",
|
|
833
833
|
componentId: "sc-1txe91a-0"
|
|
@@ -839,7 +839,7 @@ StyledGlobalAlertButton.defaultProps = {
|
|
|
839
839
|
const COMPONENT_ID$2 = 'notifications.global_alert.content';
|
|
840
840
|
const StyledGlobalAlertContent = styled__default.default.div.attrs({
|
|
841
841
|
'data-garden-id': COMPONENT_ID$2,
|
|
842
|
-
'data-garden-version': '9.0.0-next.
|
|
842
|
+
'data-garden-version': '9.0.0-next.20'
|
|
843
843
|
}).withConfig({
|
|
844
844
|
displayName: "StyledGlobalAlertContent",
|
|
845
845
|
componentId: "sc-rept0u-0"
|
|
@@ -893,7 +893,7 @@ const colorStyles$1 = _ref => {
|
|
|
893
893
|
};
|
|
894
894
|
const StyledGlobalAlertIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
895
895
|
'data-garden-id': COMPONENT_ID$1,
|
|
896
|
-
'data-garden-version': '9.0.0-next.
|
|
896
|
+
'data-garden-version': '9.0.0-next.20'
|
|
897
897
|
}).withConfig({
|
|
898
898
|
displayName: "StyledGlobalAlertIcon",
|
|
899
899
|
componentId: "sc-84ne9k-0"
|
|
@@ -932,7 +932,7 @@ const colorStyles = _ref => {
|
|
|
932
932
|
};
|
|
933
933
|
const StyledGlobalAlertTitle = styled__default.default.div.attrs({
|
|
934
934
|
'data-garden-id': COMPONENT_ID,
|
|
935
|
-
'data-garden-version': '9.0.0-next.
|
|
935
|
+
'data-garden-version': '9.0.0-next.20'
|
|
936
936
|
}).withConfig({
|
|
937
937
|
displayName: "StyledGlobalAlertTitle",
|
|
938
938
|
componentId: "sc-10clqbo-0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-notifications",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.20",
|
|
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>",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"types": "dist/typings/index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@zendeskgarden/react-buttons": "^9.0.0-next.
|
|
24
|
+
"@zendeskgarden/react-buttons": "^9.0.0-next.20",
|
|
25
25
|
"polished": "^4.3.1",
|
|
26
26
|
"prop-types": "^15.5.7",
|
|
27
27
|
"react-transition-group": "^4.4.2",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/react-transition-group": "4.4.10",
|
|
38
|
-
"@zendeskgarden/react-theming": "^9.0.0-next.
|
|
38
|
+
"@zendeskgarden/react-theming": "^9.0.0-next.20",
|
|
39
39
|
"@zendeskgarden/svg-icons": "7.1.1"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"zendeskgarden:src": "src/index.ts",
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "eab087ac0d6e74b3a4489d37d067baf7a225e7a8"
|
|
52
52
|
}
|