@digigov/react-icons 2.0.0-af1b5f33 → 2.0.0-b3ec0588
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/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/AccessibilityIcon/index.test/index.js +12 -12
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +16 -16
- package/BurgerIcon/index.test/index.js +8 -8
- package/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/CancelIcon/index.test/index.js +8 -8
- package/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/ChatIcon/index.test/index.js +8 -8
- package/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
- package/CheckIcon/index.test/index.js +10 -10
- package/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/DownloadIcon/index.test/index.js +8 -8
- package/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
- package/ExclamationIcon/index.test/index.js +8 -8
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/GlobeIcon/index.test/index.js +6 -6
- package/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/LockIcon/index.test/index.js +8 -8
- package/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/LoginIcon/index.test/index.js +8 -8
- package/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/MinusIcon/index.test/index.js +8 -8
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/MoreVertIcon/index.test/index.js +12 -12
- package/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/PdfFileIcon/index.test/index.js +8 -8
- package/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/PlusIcon/index.test/index.js +8 -8
- package/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/PrintIcon/config/index.js +15 -0
- package/PrintIcon/config/package.json +6 -0
- package/PrintIcon/config.d.ts +8 -0
- package/PrintIcon/index.d.ts +4 -0
- package/PrintIcon/index.js +9 -0
- package/PrintIcon/index.test/index.js +45 -0
- package/PrintIcon/index.test/package.json +6 -0
- package/PrintIcon/index.test.d.ts +1 -0
- package/PrintIcon/package.json +6 -0
- package/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/ReplyIcon/index.test/index.js +8 -8
- package/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/RestoreIcon/index.test/index.js +8 -8
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
- package/UncheckIcon/index.test/index.js +12 -12
- package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/cjs/AccessibilityIcon/index.test/index.js +12 -12
- package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +16 -16
- package/cjs/BurgerIcon/index.test/index.js +8 -8
- package/cjs/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/CancelIcon/index.test/index.js +8 -8
- package/cjs/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/ChatIcon/index.test/index.js +8 -8
- package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
- package/cjs/CheckIcon/index.test/index.js +10 -10
- package/cjs/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/DownloadIcon/index.test/index.js +8 -8
- package/cjs/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
- package/cjs/ExclamationIcon/index.test/index.js +8 -8
- package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/cjs/GlobeIcon/index.test/index.js +6 -6
- package/cjs/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/LockIcon/index.test/index.js +8 -8
- package/cjs/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/LoginIcon/index.test/index.js +8 -8
- package/cjs/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/MinusIcon/index.test/index.js +8 -8
- package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/cjs/MoreVertIcon/index.test/index.js +12 -12
- package/cjs/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/PdfFileIcon/index.test/index.js +8 -8
- package/cjs/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/PlusIcon/index.test/index.js +8 -8
- package/cjs/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/cjs/PrintIcon/config/index.js +23 -0
- package/cjs/PrintIcon/index.js +16 -0
- package/cjs/PrintIcon/index.test/index.js +48 -0
- package/cjs/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/ReplyIcon/index.test/index.js +8 -8
- package/cjs/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/cjs/RestoreIcon/index.test/index.js +8 -8
- package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
- package/cjs/UncheckIcon/index.test/index.js +12 -12
- package/cjs/icons/index.js +11 -0
- package/cjs/index.js +11 -0
- package/cjs/registry/index.js +5 -3
- package/icons/index.js +1 -0
- package/icons.d.ts +3 -0
- package/index.d.ts +1 -0
- package/index.js +3 -2
- package/package.json +3 -3
- package/registry/index.js +5 -3
- package/registry.d.ts +2 -1
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/src/AccessibilityIcon/index.test.tsx +12 -12
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +16 -16
- package/src/BurgerIcon/index.test.tsx +8 -8
- package/src/CancelIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/CancelIcon/index.test.tsx +8 -8
- package/src/ChatIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/ChatIcon/index.test.tsx +8 -8
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +48 -48
- package/src/CheckIcon/index.test.tsx +10 -10
- package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/DownloadIcon/index.test.tsx +8 -8
- package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +39 -39
- package/src/ExclamationIcon/index.test.tsx +8 -8
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +12 -12
- package/src/GlobeIcon/index.test.tsx +6 -6
- package/src/LockIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/LockIcon/index.test.tsx +8 -8
- package/src/LoginIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/LoginIcon/index.test.tsx +8 -8
- package/src/MinusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/MinusIcon/index.test.tsx +8 -8
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +51 -51
- package/src/MoreVertIcon/index.test.tsx +12 -12
- package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/PdfFileIcon/index.test.tsx +8 -8
- package/src/PlusIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/PlusIcon/index.test.tsx +8 -8
- package/src/PrintIcon/__snapshots__/index.test.tsx.snap +304 -0
- package/src/PrintIcon/config.tsx +16 -0
- package/src/PrintIcon/index.test.tsx +26 -0
- package/src/PrintIcon/index.tsx +8 -0
- package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/ReplyIcon/index.test.tsx +8 -8
- package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +42 -42
- package/src/RestoreIcon/index.test.tsx +8 -8
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +54 -54
- package/src/UncheckIcon/index.test.tsx +12 -12
- package/src/icons.ts +3 -0
- package/src/index.ts +1 -0
- package/src/registry.js +6 -4
|
@@ -36,28 +36,31 @@ exports[`renders the LoginIcon with no props 1`] = `
|
|
|
36
36
|
</LoginIcon>
|
|
37
37
|
`;
|
|
38
38
|
|
|
39
|
-
exports[`renders the LoginIcon with prop size=
|
|
39
|
+
exports[`renders the LoginIcon with prop color=error and size= xl 1`] = `
|
|
40
40
|
<LoginIcon
|
|
41
|
-
|
|
41
|
+
color="warning"
|
|
42
|
+
size="xl"
|
|
42
43
|
>
|
|
43
44
|
<ForwardRef(Icon)
|
|
45
|
+
color="warning"
|
|
44
46
|
icon="login"
|
|
45
|
-
size="
|
|
47
|
+
size="xl"
|
|
46
48
|
>
|
|
47
49
|
<ForwardRef(SvgIcon)
|
|
48
50
|
className="ds-svg-icon--login"
|
|
49
|
-
|
|
51
|
+
color="warning"
|
|
52
|
+
size="xl"
|
|
50
53
|
>
|
|
51
54
|
<ForwardRef(Base)
|
|
52
55
|
aria-hidden="true"
|
|
53
56
|
as="svg"
|
|
54
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
57
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
55
58
|
focusable="false"
|
|
56
59
|
viewBox="0 0 24 24"
|
|
57
60
|
>
|
|
58
61
|
<svg
|
|
59
62
|
aria-hidden="true"
|
|
60
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
63
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
61
64
|
focusable="false"
|
|
62
65
|
viewBox="0 0 24 24"
|
|
63
66
|
>
|
|
@@ -76,28 +79,28 @@ exports[`renders the LoginIcon with prop size=md 1`] = `
|
|
|
76
79
|
</LoginIcon>
|
|
77
80
|
`;
|
|
78
81
|
|
|
79
|
-
exports[`renders the LoginIcon with prop
|
|
82
|
+
exports[`renders the LoginIcon with prop color=light 1`] = `
|
|
80
83
|
<LoginIcon
|
|
81
|
-
|
|
84
|
+
color="light"
|
|
82
85
|
>
|
|
83
86
|
<ForwardRef(Icon)
|
|
87
|
+
color="light"
|
|
84
88
|
icon="login"
|
|
85
|
-
size="xl"
|
|
86
89
|
>
|
|
87
90
|
<ForwardRef(SvgIcon)
|
|
88
91
|
className="ds-svg-icon--login"
|
|
89
|
-
|
|
92
|
+
color="light"
|
|
90
93
|
>
|
|
91
94
|
<ForwardRef(Base)
|
|
92
95
|
aria-hidden="true"
|
|
93
96
|
as="svg"
|
|
94
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
97
|
+
className="ds-svg-icon--login ds-svg-icon--light ds-svg-icon"
|
|
95
98
|
focusable="false"
|
|
96
99
|
viewBox="0 0 24 24"
|
|
97
100
|
>
|
|
98
101
|
<svg
|
|
99
102
|
aria-hidden="true"
|
|
100
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
103
|
+
className="ds-svg-icon--login ds-svg-icon--light ds-svg-icon"
|
|
101
104
|
focusable="false"
|
|
102
105
|
viewBox="0 0 24 24"
|
|
103
106
|
>
|
|
@@ -116,31 +119,28 @@ exports[`renders the LoginIcon with prop size=xl 1`] = `
|
|
|
116
119
|
</LoginIcon>
|
|
117
120
|
`;
|
|
118
121
|
|
|
119
|
-
exports[`renders the LoginIcon with prop
|
|
122
|
+
exports[`renders the LoginIcon with prop color=warning 1`] = `
|
|
120
123
|
<LoginIcon
|
|
121
|
-
|
|
122
|
-
variant="warning"
|
|
124
|
+
color="warning"
|
|
123
125
|
>
|
|
124
126
|
<ForwardRef(Icon)
|
|
127
|
+
color="warning"
|
|
125
128
|
icon="login"
|
|
126
|
-
size="xl"
|
|
127
|
-
variant="warning"
|
|
128
129
|
>
|
|
129
130
|
<ForwardRef(SvgIcon)
|
|
130
131
|
className="ds-svg-icon--login"
|
|
131
|
-
|
|
132
|
-
variant="warning"
|
|
132
|
+
color="warning"
|
|
133
133
|
>
|
|
134
134
|
<ForwardRef(Base)
|
|
135
135
|
aria-hidden="true"
|
|
136
136
|
as="svg"
|
|
137
|
-
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon
|
|
137
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon"
|
|
138
138
|
focusable="false"
|
|
139
139
|
viewBox="0 0 24 24"
|
|
140
140
|
>
|
|
141
141
|
<svg
|
|
142
142
|
aria-hidden="true"
|
|
143
|
-
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon
|
|
143
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon"
|
|
144
144
|
focusable="false"
|
|
145
145
|
viewBox="0 0 24 24"
|
|
146
146
|
>
|
|
@@ -159,28 +159,31 @@ exports[`renders the LoginIcon with prop variant=error and size= xl 1`] = `
|
|
|
159
159
|
</LoginIcon>
|
|
160
160
|
`;
|
|
161
161
|
|
|
162
|
-
exports[`renders the LoginIcon with prop
|
|
162
|
+
exports[`renders the LoginIcon with prop color=warning and size=s 1`] = `
|
|
163
163
|
<LoginIcon
|
|
164
|
-
|
|
164
|
+
color="warning"
|
|
165
|
+
size="sm"
|
|
165
166
|
>
|
|
166
167
|
<ForwardRef(Icon)
|
|
168
|
+
color="warning"
|
|
167
169
|
icon="login"
|
|
168
|
-
|
|
170
|
+
size="sm"
|
|
169
171
|
>
|
|
170
172
|
<ForwardRef(SvgIcon)
|
|
171
173
|
className="ds-svg-icon--login"
|
|
172
|
-
|
|
174
|
+
color="warning"
|
|
175
|
+
size="sm"
|
|
173
176
|
>
|
|
174
177
|
<ForwardRef(Base)
|
|
175
178
|
aria-hidden="true"
|
|
176
179
|
as="svg"
|
|
177
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
180
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
178
181
|
focusable="false"
|
|
179
182
|
viewBox="0 0 24 24"
|
|
180
183
|
>
|
|
181
184
|
<svg
|
|
182
185
|
aria-hidden="true"
|
|
183
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
186
|
+
className="ds-svg-icon--login ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
184
187
|
focusable="false"
|
|
185
188
|
viewBox="0 0 24 24"
|
|
186
189
|
>
|
|
@@ -199,28 +202,28 @@ exports[`renders the LoginIcon with prop variant=light 1`] = `
|
|
|
199
202
|
</LoginIcon>
|
|
200
203
|
`;
|
|
201
204
|
|
|
202
|
-
exports[`renders the LoginIcon with prop
|
|
205
|
+
exports[`renders the LoginIcon with prop size=md 1`] = `
|
|
203
206
|
<LoginIcon
|
|
204
|
-
|
|
207
|
+
size="md"
|
|
205
208
|
>
|
|
206
209
|
<ForwardRef(Icon)
|
|
207
210
|
icon="login"
|
|
208
|
-
|
|
211
|
+
size="md"
|
|
209
212
|
>
|
|
210
213
|
<ForwardRef(SvgIcon)
|
|
211
214
|
className="ds-svg-icon--login"
|
|
212
|
-
|
|
215
|
+
size="md"
|
|
213
216
|
>
|
|
214
217
|
<ForwardRef(Base)
|
|
215
218
|
aria-hidden="true"
|
|
216
219
|
as="svg"
|
|
217
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
220
|
+
className="ds-svg-icon--login ds-svg-icon--md ds-svg-icon"
|
|
218
221
|
focusable="false"
|
|
219
222
|
viewBox="0 0 24 24"
|
|
220
223
|
>
|
|
221
224
|
<svg
|
|
222
225
|
aria-hidden="true"
|
|
223
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
226
|
+
className="ds-svg-icon--login ds-svg-icon--md ds-svg-icon"
|
|
224
227
|
focusable="false"
|
|
225
228
|
viewBox="0 0 24 24"
|
|
226
229
|
>
|
|
@@ -239,31 +242,28 @@ exports[`renders the LoginIcon with prop variant=warning 1`] = `
|
|
|
239
242
|
</LoginIcon>
|
|
240
243
|
`;
|
|
241
244
|
|
|
242
|
-
exports[`renders the LoginIcon with prop
|
|
245
|
+
exports[`renders the LoginIcon with prop size=xl 1`] = `
|
|
243
246
|
<LoginIcon
|
|
244
|
-
size="
|
|
245
|
-
variant="warning"
|
|
247
|
+
size="xl"
|
|
246
248
|
>
|
|
247
249
|
<ForwardRef(Icon)
|
|
248
250
|
icon="login"
|
|
249
|
-
size="
|
|
250
|
-
variant="warning"
|
|
251
|
+
size="xl"
|
|
251
252
|
>
|
|
252
253
|
<ForwardRef(SvgIcon)
|
|
253
254
|
className="ds-svg-icon--login"
|
|
254
|
-
size="
|
|
255
|
-
variant="warning"
|
|
255
|
+
size="xl"
|
|
256
256
|
>
|
|
257
257
|
<ForwardRef(Base)
|
|
258
258
|
aria-hidden="true"
|
|
259
259
|
as="svg"
|
|
260
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
260
|
+
className="ds-svg-icon--login ds-svg-icon--xl ds-svg-icon"
|
|
261
261
|
focusable="false"
|
|
262
262
|
viewBox="0 0 24 24"
|
|
263
263
|
>
|
|
264
264
|
<svg
|
|
265
265
|
aria-hidden="true"
|
|
266
|
-
className="ds-svg-icon--login ds-svg-icon--
|
|
266
|
+
className="ds-svg-icon--login ds-svg-icon--xl ds-svg-icon"
|
|
267
267
|
focusable="false"
|
|
268
268
|
viewBox="0 0 24 24"
|
|
269
269
|
>
|
|
@@ -21,28 +21,28 @@ it('renders the LoginIcon with prop size=xl', function () {
|
|
|
21
21
|
expect((0, _enzyme.mount)(_ref3)).toMatchSnapshot();
|
|
22
22
|
});
|
|
23
23
|
var _ref4 = /*#__PURE__*/_react["default"].createElement(_LoginIcon["default"], {
|
|
24
|
-
|
|
24
|
+
color: "light"
|
|
25
25
|
});
|
|
26
|
-
it('renders the LoginIcon with prop
|
|
26
|
+
it('renders the LoginIcon with prop color=light', function () {
|
|
27
27
|
expect((0, _enzyme.mount)(_ref4)).toMatchSnapshot();
|
|
28
28
|
});
|
|
29
29
|
var _ref5 = /*#__PURE__*/_react["default"].createElement(_LoginIcon["default"], {
|
|
30
|
-
|
|
30
|
+
color: "warning"
|
|
31
31
|
});
|
|
32
|
-
it('renders the LoginIcon with prop
|
|
32
|
+
it('renders the LoginIcon with prop color=warning', function () {
|
|
33
33
|
expect((0, _enzyme.mount)(_ref5)).toMatchSnapshot();
|
|
34
34
|
});
|
|
35
35
|
var _ref6 = /*#__PURE__*/_react["default"].createElement(_LoginIcon["default"], {
|
|
36
|
-
|
|
36
|
+
color: "warning",
|
|
37
37
|
size: "sm"
|
|
38
38
|
});
|
|
39
|
-
it('renders the LoginIcon with prop
|
|
39
|
+
it('renders the LoginIcon with prop color=warning and size=s', function () {
|
|
40
40
|
expect((0, _enzyme.mount)(_ref6)).toMatchSnapshot();
|
|
41
41
|
});
|
|
42
42
|
var _ref7 = /*#__PURE__*/_react["default"].createElement(_LoginIcon["default"], {
|
|
43
|
-
|
|
43
|
+
color: "warning",
|
|
44
44
|
size: "xl"
|
|
45
45
|
});
|
|
46
|
-
it('renders the LoginIcon with prop
|
|
46
|
+
it('renders the LoginIcon with prop color=error and size= xl', function () {
|
|
47
47
|
expect((0, _enzyme.mount)(_ref7)).toMatchSnapshot();
|
|
48
48
|
});
|
|
@@ -36,28 +36,31 @@ exports[`renders the MinusIcon with no props 1`] = `
|
|
|
36
36
|
</MinusIcon>
|
|
37
37
|
`;
|
|
38
38
|
|
|
39
|
-
exports[`renders the MinusIcon with prop size=
|
|
39
|
+
exports[`renders the MinusIcon with prop color=error and size= xl 1`] = `
|
|
40
40
|
<MinusIcon
|
|
41
|
-
|
|
41
|
+
color="warning"
|
|
42
|
+
size="xl"
|
|
42
43
|
>
|
|
43
44
|
<ForwardRef(Icon)
|
|
45
|
+
color="warning"
|
|
44
46
|
icon="minus"
|
|
45
|
-
size="
|
|
47
|
+
size="xl"
|
|
46
48
|
>
|
|
47
49
|
<ForwardRef(SvgIcon)
|
|
48
50
|
className="ds-svg-icon--minus"
|
|
49
|
-
|
|
51
|
+
color="warning"
|
|
52
|
+
size="xl"
|
|
50
53
|
>
|
|
51
54
|
<ForwardRef(Base)
|
|
52
55
|
aria-hidden="true"
|
|
53
56
|
as="svg"
|
|
54
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
57
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
55
58
|
focusable="false"
|
|
56
59
|
viewBox="0 0 24 24"
|
|
57
60
|
>
|
|
58
61
|
<svg
|
|
59
62
|
aria-hidden="true"
|
|
60
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
63
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
61
64
|
focusable="false"
|
|
62
65
|
viewBox="0 0 24 24"
|
|
63
66
|
>
|
|
@@ -76,28 +79,28 @@ exports[`renders the MinusIcon with prop size=m 1`] = `
|
|
|
76
79
|
</MinusIcon>
|
|
77
80
|
`;
|
|
78
81
|
|
|
79
|
-
exports[`renders the MinusIcon with prop
|
|
82
|
+
exports[`renders the MinusIcon with prop color=light 1`] = `
|
|
80
83
|
<MinusIcon
|
|
81
|
-
|
|
84
|
+
color="light"
|
|
82
85
|
>
|
|
83
86
|
<ForwardRef(Icon)
|
|
87
|
+
color="light"
|
|
84
88
|
icon="minus"
|
|
85
|
-
size="xl"
|
|
86
89
|
>
|
|
87
90
|
<ForwardRef(SvgIcon)
|
|
88
91
|
className="ds-svg-icon--minus"
|
|
89
|
-
|
|
92
|
+
color="light"
|
|
90
93
|
>
|
|
91
94
|
<ForwardRef(Base)
|
|
92
95
|
aria-hidden="true"
|
|
93
96
|
as="svg"
|
|
94
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
97
|
+
className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
|
|
95
98
|
focusable="false"
|
|
96
99
|
viewBox="0 0 24 24"
|
|
97
100
|
>
|
|
98
101
|
<svg
|
|
99
102
|
aria-hidden="true"
|
|
100
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
103
|
+
className="ds-svg-icon--minus ds-svg-icon--light ds-svg-icon"
|
|
101
104
|
focusable="false"
|
|
102
105
|
viewBox="0 0 24 24"
|
|
103
106
|
>
|
|
@@ -116,31 +119,28 @@ exports[`renders the MinusIcon with prop size=xl 1`] = `
|
|
|
116
119
|
</MinusIcon>
|
|
117
120
|
`;
|
|
118
121
|
|
|
119
|
-
exports[`renders the MinusIcon with prop
|
|
122
|
+
exports[`renders the MinusIcon with prop color=warning 1`] = `
|
|
120
123
|
<MinusIcon
|
|
121
|
-
|
|
122
|
-
variant="warning"
|
|
124
|
+
color="warning"
|
|
123
125
|
>
|
|
124
126
|
<ForwardRef(Icon)
|
|
127
|
+
color="warning"
|
|
125
128
|
icon="minus"
|
|
126
|
-
size="xl"
|
|
127
|
-
variant="warning"
|
|
128
129
|
>
|
|
129
130
|
<ForwardRef(SvgIcon)
|
|
130
131
|
className="ds-svg-icon--minus"
|
|
131
|
-
|
|
132
|
-
variant="warning"
|
|
132
|
+
color="warning"
|
|
133
133
|
>
|
|
134
134
|
<ForwardRef(Base)
|
|
135
135
|
aria-hidden="true"
|
|
136
136
|
as="svg"
|
|
137
|
-
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon
|
|
137
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
|
|
138
138
|
focusable="false"
|
|
139
139
|
viewBox="0 0 24 24"
|
|
140
140
|
>
|
|
141
141
|
<svg
|
|
142
142
|
aria-hidden="true"
|
|
143
|
-
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon
|
|
143
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon"
|
|
144
144
|
focusable="false"
|
|
145
145
|
viewBox="0 0 24 24"
|
|
146
146
|
>
|
|
@@ -159,28 +159,31 @@ exports[`renders the MinusIcon with prop variant=error and size= xl 1`] = `
|
|
|
159
159
|
</MinusIcon>
|
|
160
160
|
`;
|
|
161
161
|
|
|
162
|
-
exports[`renders the MinusIcon with prop
|
|
162
|
+
exports[`renders the MinusIcon with prop color=warning and size=s 1`] = `
|
|
163
163
|
<MinusIcon
|
|
164
|
-
|
|
164
|
+
color="warning"
|
|
165
|
+
size="sm"
|
|
165
166
|
>
|
|
166
167
|
<ForwardRef(Icon)
|
|
168
|
+
color="warning"
|
|
167
169
|
icon="minus"
|
|
168
|
-
|
|
170
|
+
size="sm"
|
|
169
171
|
>
|
|
170
172
|
<ForwardRef(SvgIcon)
|
|
171
173
|
className="ds-svg-icon--minus"
|
|
172
|
-
|
|
174
|
+
color="warning"
|
|
175
|
+
size="sm"
|
|
173
176
|
>
|
|
174
177
|
<ForwardRef(Base)
|
|
175
178
|
aria-hidden="true"
|
|
176
179
|
as="svg"
|
|
177
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
180
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
178
181
|
focusable="false"
|
|
179
182
|
viewBox="0 0 24 24"
|
|
180
183
|
>
|
|
181
184
|
<svg
|
|
182
185
|
aria-hidden="true"
|
|
183
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
186
|
+
className="ds-svg-icon--minus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
184
187
|
focusable="false"
|
|
185
188
|
viewBox="0 0 24 24"
|
|
186
189
|
>
|
|
@@ -199,28 +202,28 @@ exports[`renders the MinusIcon with prop variant=light 1`] = `
|
|
|
199
202
|
</MinusIcon>
|
|
200
203
|
`;
|
|
201
204
|
|
|
202
|
-
exports[`renders the MinusIcon with prop
|
|
205
|
+
exports[`renders the MinusIcon with prop size=m 1`] = `
|
|
203
206
|
<MinusIcon
|
|
204
|
-
|
|
207
|
+
size="md"
|
|
205
208
|
>
|
|
206
209
|
<ForwardRef(Icon)
|
|
207
210
|
icon="minus"
|
|
208
|
-
|
|
211
|
+
size="md"
|
|
209
212
|
>
|
|
210
213
|
<ForwardRef(SvgIcon)
|
|
211
214
|
className="ds-svg-icon--minus"
|
|
212
|
-
|
|
215
|
+
size="md"
|
|
213
216
|
>
|
|
214
217
|
<ForwardRef(Base)
|
|
215
218
|
aria-hidden="true"
|
|
216
219
|
as="svg"
|
|
217
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
220
|
+
className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
|
|
218
221
|
focusable="false"
|
|
219
222
|
viewBox="0 0 24 24"
|
|
220
223
|
>
|
|
221
224
|
<svg
|
|
222
225
|
aria-hidden="true"
|
|
223
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
226
|
+
className="ds-svg-icon--minus ds-svg-icon--md ds-svg-icon"
|
|
224
227
|
focusable="false"
|
|
225
228
|
viewBox="0 0 24 24"
|
|
226
229
|
>
|
|
@@ -239,31 +242,28 @@ exports[`renders the MinusIcon with prop variant=warning 1`] = `
|
|
|
239
242
|
</MinusIcon>
|
|
240
243
|
`;
|
|
241
244
|
|
|
242
|
-
exports[`renders the MinusIcon with prop
|
|
245
|
+
exports[`renders the MinusIcon with prop size=xl 1`] = `
|
|
243
246
|
<MinusIcon
|
|
244
|
-
size="
|
|
245
|
-
variant="warning"
|
|
247
|
+
size="xl"
|
|
246
248
|
>
|
|
247
249
|
<ForwardRef(Icon)
|
|
248
250
|
icon="minus"
|
|
249
|
-
size="
|
|
250
|
-
variant="warning"
|
|
251
|
+
size="xl"
|
|
251
252
|
>
|
|
252
253
|
<ForwardRef(SvgIcon)
|
|
253
254
|
className="ds-svg-icon--minus"
|
|
254
|
-
size="
|
|
255
|
-
variant="warning"
|
|
255
|
+
size="xl"
|
|
256
256
|
>
|
|
257
257
|
<ForwardRef(Base)
|
|
258
258
|
aria-hidden="true"
|
|
259
259
|
as="svg"
|
|
260
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
260
|
+
className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
|
|
261
261
|
focusable="false"
|
|
262
262
|
viewBox="0 0 24 24"
|
|
263
263
|
>
|
|
264
264
|
<svg
|
|
265
265
|
aria-hidden="true"
|
|
266
|
-
className="ds-svg-icon--minus ds-svg-icon--
|
|
266
|
+
className="ds-svg-icon--minus ds-svg-icon--xl ds-svg-icon"
|
|
267
267
|
focusable="false"
|
|
268
268
|
viewBox="0 0 24 24"
|
|
269
269
|
>
|
|
@@ -21,28 +21,28 @@ it('renders the MinusIcon with prop size=xl', function () {
|
|
|
21
21
|
expect((0, _enzyme.mount)(_ref3)).toMatchSnapshot();
|
|
22
22
|
});
|
|
23
23
|
var _ref4 = /*#__PURE__*/_react["default"].createElement(_MinusIcon["default"], {
|
|
24
|
-
|
|
24
|
+
color: "light"
|
|
25
25
|
});
|
|
26
|
-
it('renders the MinusIcon with prop
|
|
26
|
+
it('renders the MinusIcon with prop color=light', function () {
|
|
27
27
|
expect((0, _enzyme.mount)(_ref4)).toMatchSnapshot();
|
|
28
28
|
});
|
|
29
29
|
var _ref5 = /*#__PURE__*/_react["default"].createElement(_MinusIcon["default"], {
|
|
30
|
-
|
|
30
|
+
color: "warning"
|
|
31
31
|
});
|
|
32
|
-
it('renders the MinusIcon with prop
|
|
32
|
+
it('renders the MinusIcon with prop color=warning', function () {
|
|
33
33
|
expect((0, _enzyme.mount)(_ref5)).toMatchSnapshot();
|
|
34
34
|
});
|
|
35
35
|
var _ref6 = /*#__PURE__*/_react["default"].createElement(_MinusIcon["default"], {
|
|
36
|
-
|
|
36
|
+
color: "warning",
|
|
37
37
|
size: "sm"
|
|
38
38
|
});
|
|
39
|
-
it('renders the MinusIcon with prop
|
|
39
|
+
it('renders the MinusIcon with prop color=warning and size=s', function () {
|
|
40
40
|
expect((0, _enzyme.mount)(_ref6)).toMatchSnapshot();
|
|
41
41
|
});
|
|
42
42
|
var _ref7 = /*#__PURE__*/_react["default"].createElement(_MinusIcon["default"], {
|
|
43
|
-
|
|
43
|
+
color: "warning",
|
|
44
44
|
size: "xl"
|
|
45
45
|
});
|
|
46
|
-
it('renders the MinusIcon with prop
|
|
46
|
+
it('renders the MinusIcon with prop color=error and size= xl', function () {
|
|
47
47
|
expect((0, _enzyme.mount)(_ref7)).toMatchSnapshot();
|
|
48
48
|
});
|