@pie-lib/icons 2.5.1-beta.0 → 2.7.0
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.json +1 -392
- package/CHANGELOG.md +145 -1
- package/lib/correct-icon.js +89 -0
- package/lib/correct-icon.js.map +1 -0
- package/lib/correct-response-icon.js +153 -0
- package/lib/correct-response-icon.js.map +1 -0
- package/lib/icon-base.js +206 -0
- package/lib/icon-base.js.map +1 -0
- package/lib/icon-root.js +130 -0
- package/lib/icon-root.js.map +1 -0
- package/lib/incorrect-icon.js +92 -0
- package/lib/incorrect-icon.js.map +1 -0
- package/lib/index.js +72 -0
- package/lib/index.js.map +1 -0
- package/lib/instructions-icon.js +229 -0
- package/lib/instructions-icon.js.map +1 -0
- package/lib/learn-more-icon.js +145 -0
- package/lib/learn-more-icon.js.map +1 -0
- package/lib/nothing-submitted-icon.js +183 -0
- package/lib/nothing-submitted-icon.js.map +1 -0
- package/lib/partially-correct-icon.js +82 -0
- package/lib/partially-correct-icon.js.map +1 -0
- package/lib/show-rationale-icon.js +206 -0
- package/lib/show-rationale-icon.js.map +1 -0
- package/lib/sized.js +41 -0
- package/lib/sized.js.map +1 -0
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,392 +1 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "fix",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "rm child prepack in favour of root prepack",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "fix: rm child prepack in favour of root prepack",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "381d8d6485269b641d8d4655148966d2e70803be",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-15 09:51:11 +0000",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-lib/icons@2.3.8"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "chore",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "call changelog on prepack",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "chore: call changelog on prepack",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "b672c012de096c55b765a765f758da3fc5df2f90",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-13 23:00:44 +0000",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-lib/icons@2.3.4"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "generate changelog.json instead of markdown",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore: generate changelog.json instead of markdown",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-13 17:24:09 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-lib/icons@2.3.2"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "libs version bump",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat: libs version bump",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "4a76dcfa8a2e2010c57663e7cd5bca9d788a0f87",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-lib/icons@2.3.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat: upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "017ef6300f1fd345fc932496d25682a7981a4938",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2018-05-15 21:52:09 -0400",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-lib/icons@2.2.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "fix",
|
|
79
|
-
"scope": "lint",
|
|
80
|
-
"subject": "lint fixes",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "fix(lint): lint fixes",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "f0595831a75561d829c0f18f86ce5ea7feeb4ddd",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2018-05-09 13:35:42 -0400",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-lib/icons@2.1.8"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": "lint",
|
|
95
|
-
"subject": "automatic lint fixes",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix(lint): automatic lint fixes",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "7c9a2a42d3b27e09cd8660cb22abfed419c187d5",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-05-09 12:33:39 -0400",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-lib/icons@2.1.8"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": "dependencies",
|
|
110
|
-
"subject": "set material-ui version to ^1.0.0-beta.44",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix(dependencies): set material-ui version to ^1.0.0-beta.44",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "6fd66bc6b4359a32c378f64cd3a315f1a551875e",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2018-04-30 11:38:04 -0400",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-lib/icons@2.1.7"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": "dependencies",
|
|
125
|
-
"subject": "lock material-ui to 1.0.0-beta.44",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.44",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "60df8e6e6147962cd6fae9bc81638c4c75c0c9e9",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2018-04-30 11:27:53 -0400",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-lib/icons@2.1.6"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "fix",
|
|
139
|
-
"scope": "dependencies",
|
|
140
|
-
"subject": "lock material-ui to 1.0.0-beta.43",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.43",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "2a3e087cadb03b428aec80948032eb644864f77c",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2018-04-30 11:19:39 -0400",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-lib/icons@2.1.5"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": "log",
|
|
155
|
-
"subject": "remove console.log",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix(log): remove console.log",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "a2850415a21ed1f49db45c17a1120adb103c54c2",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2018-04-30 10:54:27 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-lib/icons@2.1.5"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "dependencies",
|
|
170
|
-
"subject": "update material-ui",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(dependencies): update material-ui",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "17b1a9f8adaadf3cec6989e7dd75e1cecb05e0fe",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2018-04-30 10:54:11 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-lib/icons@2.1.5"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": "dependencies",
|
|
185
|
-
"subject": "version bump",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix(dependencies): version bump",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "dd82caf94c20800135c8baaf1e9f2a5f01e65776",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2018-04-24 09:43:35 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-lib/icons@2.1.4"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": "test",
|
|
200
|
-
"subject": "normalize tests",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix(test): normalize tests",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "b86b3d9bbe94b88a5c9b2473c26beec637e23672",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2018-04-19 22:25:09 -0400",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-lib/icons@2.1.3"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": "correct-response",
|
|
215
|
-
"subject": "fix styles import",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix(correct-response): fix styles import",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "fbd4556e26863e2c8e097e6739808cbe44cdcec6",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2018-04-19 12:53:23 -0400",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-lib/icons@2.1.2"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "fix",
|
|
229
|
-
"scope": "package",
|
|
230
|
-
"subject": "update package",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "fix(package): update package",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "4284e9157ad876d8bb95c8c9a576a47c360959c0",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2018-04-19 11:49:31 -0400",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-lib/icons@2.1.1"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "feat",
|
|
244
|
-
"scope": "css",
|
|
245
|
-
"subject": "add material-ui as a peerDependency, rm react-jss",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "feat(css): add material-ui as a peerDependency, rm react-jss",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "d3c83f6f805ebdf3c4009aee57a3d41482eaef32",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2018-04-19 11:45:28 -0400",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-lib/icons@2.1.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "chore",
|
|
259
|
-
"scope": "dependencies",
|
|
260
|
-
"subject": "bump prop-types",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "chore(dependencies): bump prop-types",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "8f8bba2944ff08aac93d5ade57bc2b706ae0e9fa",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2018-04-16 10:20:25 -0400",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-lib/icons@1.0.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "chore",
|
|
274
|
-
"scope": "demo",
|
|
275
|
-
"subject": "set mode to development",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "chore(demo): set mode to development",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "2f4fba9ddd8bd54d0224230b1014df6580820fc6",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2018-04-13 17:48:18 -0400",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-lib/icons@1.0.0"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": "dependencies",
|
|
290
|
-
"subject": "version bump dependencies",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix(dependencies): version bump dependencies",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "6ef1f68942e0dc9bc70ee77972ca9c6c93aff6ca",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2018-04-13 12:56:05 -0400",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-lib/icons@1.0.0"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": "build",
|
|
305
|
-
"subject": "add eslint and config",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix(build): add eslint and config",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "ebbf656b8ab3bef15b3cd06745ffb5c0f081712a",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2018-03-16 12:01:57 -0400",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-lib/icons@0.3.5"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "chore",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "update dependencies",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "chore: update dependencies",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "bbd1bfcabfaa85802df710b4a59c25ba8ff9fd51",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2018-03-06 13:31:35 -0500",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-lib/icons@0.3.5"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": null,
|
|
335
|
-
"subject": "version bumps",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat: version bumps",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2019-06-10 15:24:32 +0100",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-lib/icons@2.4.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "chore",
|
|
349
|
-
"scope": "merge",
|
|
350
|
-
"subject": "merged master into this branch",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "chore(merge): merged master into this branch",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2019-07-02 11:29:52 -0400",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-lib/icons@2.4.2"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "fix",
|
|
364
|
-
"scope": null,
|
|
365
|
-
"subject": "circular dependency",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "fix: circular dependency",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "c3847d637d91f15232146cbdd3d8fd254eab90bc",
|
|
372
|
-
"gitTags": " (develop)",
|
|
373
|
-
"committerDate": "2020-02-20 12:44:45 +0000",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-lib/icons@2.4.7"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "fix",
|
|
379
|
-
"scope": null,
|
|
380
|
-
"subject": "add module prop to package.json",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "fix: add module prop to package.json",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "6613f3e643d56bd05f9fae018882c951570e7257",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2020-03-30 13:01:51 +0100",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-lib/icons@2.4.9"
|
|
391
|
-
}
|
|
392
|
-
]
|
|
1
|
+
[]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,151 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.7.0) (2025-07-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.6.0) (2025-07-31)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [2.5.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.8) (2025-07-25)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [2.5.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.7) (2025-07-25)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [2.5.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.7) (2025-07-25)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [2.5.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.6) (2025-07-25)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [2.5.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.6) (2025-07-25)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# [2.5.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.5) (2025-07-25)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
# [2.5.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.5) (2025-07-25)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
# [2.5.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.4) (2025-07-25)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# [2.5.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.3) (2025-07-25)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# [2.5.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.4) (2025-07-23)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
# [2.5.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.3) (2025-07-23)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
# [2.5.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.3) (2025-07-20)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# [2.5.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.2) (2025-07-20)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# [2.5.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.1) (2025-07-20)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
# [2.5.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.2) (2025-07-20)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# [2.5.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.1) (2025-07-20)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @pie-lib/icons
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
# [2.5.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/icons@2.4.43...@pie-lib/icons@2.5.0-beta.1) (2025-07-20)
|
|
7
151
|
|
|
8
152
|
**Note:** Version bump only for package @pie-lib/icons
|
|
9
153
|
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = exports.Correct = void 0;
|
|
9
|
+
|
|
10
|
+
var _iconBase = _interopRequireDefault(require("./icon-base"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _iconRoot = require("./icon-root");
|
|
17
|
+
|
|
18
|
+
var _styles = require("@material-ui/core/styles");
|
|
19
|
+
|
|
20
|
+
var styles = (0, _iconRoot.getStyles)('correct', '#f8ffe2', '#4aaf46');
|
|
21
|
+
|
|
22
|
+
var Emoji = function Emoji(_ref) {
|
|
23
|
+
var className = _ref.className;
|
|
24
|
+
return /*#__PURE__*/_react["default"].createElement("g", {
|
|
25
|
+
transform: 'translate(1, 0)'
|
|
26
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
27
|
+
className: className,
|
|
28
|
+
d: "M24.7,22.1c-1.5,1.7-3.6,2.7-5.8,2.7s-4.5-1.1-5.8-2.7l-2.8,1.6c2,2.7,5.2,4.2,8.7,4.2 c3.4,0,6.6-1.6,8.7-4.2L24.7,22.1z"
|
|
29
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
30
|
+
x: "21.1",
|
|
31
|
+
y: "13.1",
|
|
32
|
+
className: className,
|
|
33
|
+
width: "3.7",
|
|
34
|
+
height: "4.7"
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
36
|
+
x: "12.7",
|
|
37
|
+
y: "13.1",
|
|
38
|
+
className: className,
|
|
39
|
+
width: "3.7",
|
|
40
|
+
height: "4.7"
|
|
41
|
+
}));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
Emoji.propTypes = {
|
|
45
|
+
className: _propTypes["default"].string
|
|
46
|
+
};
|
|
47
|
+
Emoji.defaultProps = {
|
|
48
|
+
x: 0
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
var Check = function Check(_ref2) {
|
|
52
|
+
var className = _ref2.className,
|
|
53
|
+
x = _ref2.x,
|
|
54
|
+
y = _ref2.y;
|
|
55
|
+
return /*#__PURE__*/_react["default"].createElement("polygon", {
|
|
56
|
+
transform: "translate(".concat(x, ", ").concat(y, ")"),
|
|
57
|
+
className: className,
|
|
58
|
+
points: "19.1,28.6 11.8,22.3 14.4,19.2 17.9,22.1 23.9,11.4 27.5,13.4"
|
|
59
|
+
});
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
Check.propTypes = {
|
|
63
|
+
x: _propTypes["default"].number,
|
|
64
|
+
y: _propTypes["default"].number,
|
|
65
|
+
className: _propTypes["default"].string
|
|
66
|
+
};
|
|
67
|
+
Check.defaultProps = {
|
|
68
|
+
x: 0,
|
|
69
|
+
y: 0
|
|
70
|
+
};
|
|
71
|
+
var Correct = (0, _iconBase["default"])(Check, Emoji);
|
|
72
|
+
exports.Correct = Correct;
|
|
73
|
+
Correct.propTypes = {
|
|
74
|
+
iconSet: _propTypes["default"].oneOf(['emoji', 'check']),
|
|
75
|
+
shape: _propTypes["default"].oneOf(['round', 'square']),
|
|
76
|
+
category: _propTypes["default"].oneOf(['feedback', undefined]),
|
|
77
|
+
open: _propTypes["default"].bool
|
|
78
|
+
};
|
|
79
|
+
Correct.defaultProps = {
|
|
80
|
+
iconSet: 'check',
|
|
81
|
+
shape: 'round',
|
|
82
|
+
category: undefined,
|
|
83
|
+
open: false
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
var _default = (0, _styles.withStyles)(styles)(Correct);
|
|
87
|
+
|
|
88
|
+
exports["default"] = _default;
|
|
89
|
+
//# sourceMappingURL=correct-icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/correct-icon.jsx"],"names":["styles","Emoji","className","propTypes","PropTypes","string","defaultProps","x","Check","y","number","Correct","iconSet","oneOf","shape","category","undefined","open","bool"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AAEA,IAAMA,MAAM,GAAG,yBAAU,SAAV,EAAqB,SAArB,EAAgC,SAAhC,CAAf;;AAEA,IAAMC,KAAK,GAAG,SAARA,KAAQ;AAAA,MAAGC,SAAH,QAAGA,SAAH;AAAA,sBACZ;AAAG,IAAA,SAAS,EAAE;AAAd,kBACE;AACE,IAAA,SAAS,EAAEA,SADb;AAEE,IAAA,CAAC,EAAC;AAFJ,IADF,eAME;AAAM,IAAA,CAAC,EAAC,MAAR;AAAe,IAAA,CAAC,EAAC,MAAjB;AAAwB,IAAA,SAAS,EAAEA,SAAnC;AAA8C,IAAA,KAAK,EAAC,KAApD;AAA0D,IAAA,MAAM,EAAC;AAAjE,IANF,eAOE;AAAM,IAAA,CAAC,EAAC,MAAR;AAAe,IAAA,CAAC,EAAC,MAAjB;AAAwB,IAAA,SAAS,EAAEA,SAAnC;AAA8C,IAAA,KAAK,EAAC,KAApD;AAA0D,IAAA,MAAM,EAAC;AAAjE,IAPF,CADY;AAAA,CAAd;;AAYAD,KAAK,CAACE,SAAN,GAAkB;AAChBD,EAAAA,SAAS,EAAEE,sBAAUC;AADL,CAAlB;AAIAJ,KAAK,CAACK,YAAN,GAAqB;AACnBC,EAAAA,CAAC,EAAE;AADgB,CAArB;;AAIA,IAAMC,KAAK,GAAG,SAARA,KAAQ;AAAA,MAAGN,SAAH,SAAGA,SAAH;AAAA,MAAcK,CAAd,SAAcA,CAAd;AAAA,MAAiBE,CAAjB,SAAiBA,CAAjB;AAAA,sBACZ;AACE,IAAA,SAAS,sBAAeF,CAAf,eAAqBE,CAArB,MADX;AAEE,IAAA,SAAS,EAAEP,SAFb;AAGE,IAAA,MAAM,EAAC;AAHT,IADY;AAAA,CAAd;;AAQAM,KAAK,CAACL,SAAN,GAAkB;AAChBI,EAAAA,CAAC,EAAEH,sBAAUM,MADG;AAEhBD,EAAAA,CAAC,EAAEL,sBAAUM,MAFG;AAGhBR,EAAAA,SAAS,EAAEE,sBAAUC;AAHL,CAAlB;AAMAG,KAAK,CAACF,YAAN,GAAqB;AACnBC,EAAAA,CAAC,EAAE,CADgB;AAEnBE,EAAAA,CAAC,EAAE;AAFgB,CAArB;AAKO,IAAME,OAAO,GAAG,0BAASH,KAAT,EAAgBP,KAAhB,CAAhB;;AAEPU,OAAO,CAACR,SAAR,GAAoB;AAClBS,EAAAA,OAAO,EAAER,sBAAUS,KAAV,CAAgB,CAAC,OAAD,EAAU,OAAV,CAAhB,CADS;AAElBC,EAAAA,KAAK,EAAEV,sBAAUS,KAAV,CAAgB,CAAC,OAAD,EAAU,QAAV,CAAhB,CAFW;AAGlBE,EAAAA,QAAQ,EAAEX,sBAAUS,KAAV,CAAgB,CAAC,UAAD,EAAaG,SAAb,CAAhB,CAHQ;AAIlBC,EAAAA,IAAI,EAAEb,sBAAUc;AAJE,CAApB;AAOAP,OAAO,CAACL,YAAR,GAAuB;AACrBM,EAAAA,OAAO,EAAE,OADY;AAErBE,EAAAA,KAAK,EAAE,OAFc;AAGrBC,EAAAA,QAAQ,EAAEC,SAHW;AAIrBC,EAAAA,IAAI,EAAE;AAJe,CAAvB;;eAOe,wBAAWjB,MAAX,EAAmBW,OAAnB,C","sourcesContent":["import IconBase from './icon-base';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { getStyles } from './icon-root';\nimport { withStyles } from '@material-ui/core/styles';\n\nconst styles = getStyles('correct', '#f8ffe2', '#4aaf46');\n\nconst Emoji = ({ className }) => (\n <g transform={'translate(1, 0)'}>\n <path\n className={className}\n d=\"M24.7,22.1c-1.5,1.7-3.6,2.7-5.8,2.7s-4.5-1.1-5.8-2.7l-2.8,1.6c2,2.7,5.2,4.2,8.7,4.2\n c3.4,0,6.6-1.6,8.7-4.2L24.7,22.1z\"\n />\n <rect x=\"21.1\" y=\"13.1\" className={className} width=\"3.7\" height=\"4.7\" />\n <rect x=\"12.7\" y=\"13.1\" className={className} width=\"3.7\" height=\"4.7\" />\n </g>\n);\n\nEmoji.propTypes = {\n className: PropTypes.string,\n};\n\nEmoji.defaultProps = {\n x: 0,\n};\n\nconst Check = ({ className, x, y }) => (\n <polygon\n transform={`translate(${x}, ${y})`}\n className={className}\n points=\"19.1,28.6 11.8,22.3 14.4,19.2 17.9,22.1 23.9,11.4 27.5,13.4\"\n />\n);\n\nCheck.propTypes = {\n x: PropTypes.number,\n y: PropTypes.number,\n className: PropTypes.string,\n};\n\nCheck.defaultProps = {\n x: 0,\n y: 0,\n};\n\nexport const Correct = IconBase(Check, Emoji);\n\nCorrect.propTypes = {\n iconSet: PropTypes.oneOf(['emoji', 'check']),\n shape: PropTypes.oneOf(['round', 'square']),\n category: PropTypes.oneOf(['feedback', undefined]),\n open: PropTypes.bool,\n};\n\nCorrect.defaultProps = {\n iconSet: 'check',\n shape: 'round',\n category: undefined,\n open: false,\n};\n\nexport default withStyles(styles)(Correct);\n"],"file":"correct-icon.js"}
|