@zendeskgarden/react-notifications 9.0.0-next.16 → 9.0.0-next.17
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.17'
|
|
43
43
|
}).withConfig({
|
|
44
44
|
displayName: "StyledAlert",
|
|
45
45
|
componentId: "sc-fyn8jp-0"
|
|
@@ -89,7 +89,7 @@ const padding = props => {
|
|
|
89
89
|
};
|
|
90
90
|
const StyledBase = styled.div.attrs({
|
|
91
91
|
'data-garden-id': COMPONENT_ID,
|
|
92
|
-
'data-garden-version': '9.0.0-next.
|
|
92
|
+
'data-garden-version': '9.0.0-next.17'
|
|
93
93
|
}).withConfig({
|
|
94
94
|
displayName: "StyledBase",
|
|
95
95
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
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.17'
|
|
234
234
|
}).withConfig({
|
|
235
235
|
displayName: "StyledTitle",
|
|
236
236
|
componentId: "sc-xx4jsv-0"
|
|
@@ -323,7 +323,7 @@ const padding = props => {
|
|
|
323
323
|
};
|
|
324
324
|
const StyledBase = styled__default.default.div.attrs({
|
|
325
325
|
'data-garden-id': COMPONENT_ID$a,
|
|
326
|
-
'data-garden-version': '9.0.0-next.
|
|
326
|
+
'data-garden-version': '9.0.0-next.17'
|
|
327
327
|
}).withConfig({
|
|
328
328
|
displayName: "StyledBase",
|
|
329
329
|
componentId: "sc-14syaqw-0"
|
|
@@ -361,7 +361,7 @@ const colorStyles$8 = props => {
|
|
|
361
361
|
};
|
|
362
362
|
const StyledAlert = styled__default.default(StyledBase).attrs({
|
|
363
363
|
'data-garden-id': COMPONENT_ID$9,
|
|
364
|
-
'data-garden-version': '9.0.0-next.
|
|
364
|
+
'data-garden-version': '9.0.0-next.17'
|
|
365
365
|
}).withConfig({
|
|
366
366
|
displayName: "StyledAlert",
|
|
367
367
|
componentId: "sc-fyn8jp-0"
|
|
@@ -399,7 +399,7 @@ const colorStyles$7 = props => {
|
|
|
399
399
|
};
|
|
400
400
|
const StyledNotification = styled__default.default(StyledBase).attrs({
|
|
401
401
|
'data-garden-id': COMPONENT_ID$8,
|
|
402
|
-
'data-garden-version': '9.0.0-next.
|
|
402
|
+
'data-garden-version': '9.0.0-next.17'
|
|
403
403
|
}).withConfig({
|
|
404
404
|
displayName: "StyledNotification",
|
|
405
405
|
componentId: "sc-uf6jh-0"
|
|
@@ -438,7 +438,7 @@ const colorStyles$6 = _ref => {
|
|
|
438
438
|
};
|
|
439
439
|
const StyledWell = styled__default.default(StyledBase).attrs({
|
|
440
440
|
'data-garden-id': COMPONENT_ID$7,
|
|
441
|
-
'data-garden-version': '9.0.0-next.
|
|
441
|
+
'data-garden-version': '9.0.0-next.17'
|
|
442
442
|
}).withConfig({
|
|
443
443
|
displayName: "StyledWell",
|
|
444
444
|
componentId: "sc-a5831c-0"
|
|
@@ -488,7 +488,7 @@ const colorStyles$5 = _ref2 => {
|
|
|
488
488
|
};
|
|
489
489
|
const StyledIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
490
490
|
'data-garden-id': COMPONENT_ID$6,
|
|
491
|
-
'data-garden-version': '9.0.0-next.
|
|
491
|
+
'data-garden-version': '9.0.0-next.17'
|
|
492
492
|
}).withConfig({
|
|
493
493
|
displayName: "StyledIcon",
|
|
494
494
|
componentId: "sc-msklws-0"
|
|
@@ -638,7 +638,7 @@ const sizeStyles$3 = props => {
|
|
|
638
638
|
};
|
|
639
639
|
const StyledGlobalAlert = styled__default.default.div.attrs({
|
|
640
640
|
'data-garden-id': COMPONENT_ID$5,
|
|
641
|
-
'data-garden-version': '9.0.0-next.
|
|
641
|
+
'data-garden-version': '9.0.0-next.17'
|
|
642
642
|
}).withConfig({
|
|
643
643
|
displayName: "StyledGlobalAlert",
|
|
644
644
|
componentId: "sc-k6rimt-0"
|
|
@@ -730,7 +730,7 @@ const sizeStyles$2 = props => {
|
|
|
730
730
|
};
|
|
731
731
|
const StyledGlobalAlertClose = styled__default.default(reactButtons.IconButton).attrs({
|
|
732
732
|
'data-garden-id': COMPONENT_ID$4,
|
|
733
|
-
'data-garden-version': '9.0.0-next.
|
|
733
|
+
'data-garden-version': '9.0.0-next.17'
|
|
734
734
|
}).withConfig({
|
|
735
735
|
displayName: "StyledGlobalAlertClose",
|
|
736
736
|
componentId: "sc-1g5s93s-0"
|
|
@@ -836,7 +836,7 @@ function sizeStyles$1(props) {
|
|
|
836
836
|
}
|
|
837
837
|
const StyledGlobalAlertButton = styled__default.default(reactButtons.Button).attrs({
|
|
838
838
|
'data-garden-id': COMPONENT_ID$3,
|
|
839
|
-
'data-garden-version': '9.0.0-next.
|
|
839
|
+
'data-garden-version': '9.0.0-next.17'
|
|
840
840
|
}).withConfig({
|
|
841
841
|
displayName: "StyledGlobalAlertButton",
|
|
842
842
|
componentId: "sc-1txe91a-0"
|
|
@@ -848,7 +848,7 @@ StyledGlobalAlertButton.defaultProps = {
|
|
|
848
848
|
const COMPONENT_ID$2 = 'notifications.global_alert.content';
|
|
849
849
|
const StyledGlobalAlertContent = styled__default.default.div.attrs({
|
|
850
850
|
'data-garden-id': COMPONENT_ID$2,
|
|
851
|
-
'data-garden-version': '9.0.0-next.
|
|
851
|
+
'data-garden-version': '9.0.0-next.17'
|
|
852
852
|
}).withConfig({
|
|
853
853
|
displayName: "StyledGlobalAlertContent",
|
|
854
854
|
componentId: "sc-rept0u-0"
|
|
@@ -902,7 +902,7 @@ const colorStyles$1 = _ref => {
|
|
|
902
902
|
};
|
|
903
903
|
const StyledGlobalAlertIcon = styled__default.default(reactTheming.StyledBaseIcon).attrs({
|
|
904
904
|
'data-garden-id': COMPONENT_ID$1,
|
|
905
|
-
'data-garden-version': '9.0.0-next.
|
|
905
|
+
'data-garden-version': '9.0.0-next.17'
|
|
906
906
|
}).withConfig({
|
|
907
907
|
displayName: "StyledGlobalAlertIcon",
|
|
908
908
|
componentId: "sc-84ne9k-0"
|
|
@@ -941,7 +941,7 @@ const colorStyles = _ref => {
|
|
|
941
941
|
};
|
|
942
942
|
const StyledGlobalAlertTitle = styled__default.default.div.attrs({
|
|
943
943
|
'data-garden-id': COMPONENT_ID,
|
|
944
|
-
'data-garden-version': '9.0.0-next.
|
|
944
|
+
'data-garden-version': '9.0.0-next.17'
|
|
945
945
|
}).withConfig({
|
|
946
946
|
displayName: "StyledGlobalAlertTitle",
|
|
947
947
|
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.17",
|
|
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.17",
|
|
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.17",
|
|
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": "7a7e39c2a9e854ad0fe914d82e28c052aa102d2e"
|
|
52
52
|
}
|