@charcoal-ui/react 3.10.1 → 3.11.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.
Files changed (91) hide show
  1. package/dist/components/Checkbox/index.d.ts.map +1 -1
  2. package/dist/components/DropdownSelector/Popover/index.d.ts +1 -2
  3. package/dist/components/DropdownSelector/Popover/index.d.ts.map +1 -1
  4. package/dist/components/Modal/index.d.ts +1 -1
  5. package/dist/components/Modal/index.d.ts.map +1 -1
  6. package/dist/components/Modal/useCustomModalOverlay.d.ts.map +1 -1
  7. package/dist/components/MultiSelect/index.d.ts.map +1 -1
  8. package/dist/components/Radio/index.d.ts +4 -4
  9. package/dist/components/Radio/index.d.ts.map +1 -1
  10. package/dist/components/TextArea/index.d.ts.map +1 -1
  11. package/dist/components/TextField/index.d.ts.map +1 -1
  12. package/dist/core/CharcoalProvider.d.ts +1 -1
  13. package/dist/core/CharcoalProvider.d.ts.map +1 -1
  14. package/dist/index.cjs.js +120 -348
  15. package/dist/index.cjs.js.map +1 -1
  16. package/dist/index.esm.js +82 -310
  17. package/dist/index.esm.js.map +1 -1
  18. package/package.json +13 -17
  19. package/src/components/Checkbox/__snapshots__/index.story.storyshot +560 -154
  20. package/src/components/Checkbox/index.story.tsx +46 -74
  21. package/src/components/Checkbox/index.tsx +1 -0
  22. package/src/components/DropdownSelector/Popover/index.tsx +1 -2
  23. package/src/components/IconButton/__snapshots__/index.story.storyshot +6 -8
  24. package/src/components/IconButton/index.story.tsx +14 -37
  25. package/src/components/LoadingSpinner/__snapshots__/index.story.storyshot +139 -1
  26. package/src/components/LoadingSpinner/index.story.tsx +18 -7
  27. package/src/components/Modal/index.tsx +1 -1
  28. package/src/components/Modal/useCustomModalOverlay.tsx +5 -4
  29. package/src/components/MultiSelect/__snapshots__/index.story.storyshot +32 -44
  30. package/src/components/MultiSelect/index.story.tsx +88 -192
  31. package/src/components/MultiSelect/index.tsx +2 -1
  32. package/src/components/Radio/__snapshots__/index.story.storyshot +1 -1
  33. package/src/components/Radio/index.story.tsx +20 -21
  34. package/src/components/Radio/index.tsx +14 -13
  35. package/src/components/Switch/__snapshots__/index.story.storyshot +8 -9
  36. package/src/components/Switch/index.story.tsx +10 -18
  37. package/src/components/TagItem/__snapshots__/index.story.storyshot +791 -665
  38. package/src/components/TagItem/index.story.tsx +44 -161
  39. package/src/components/TextArea/TextArea.story.tsx +62 -24
  40. package/src/components/TextArea/__snapshots__/TextArea.story.storyshot +1858 -472
  41. package/src/components/TextArea/index.tsx +2 -0
  42. package/src/components/TextField/TextField.story.tsx +77 -67
  43. package/src/components/TextField/__snapshots__/TextField.story.storyshot +2004 -786
  44. package/src/components/TextField/index.tsx +2 -0
  45. package/src/components/a11y.test.tsx +1 -1
  46. package/src/core/CharcoalProvider.tsx +1 -1
  47. package/dist/components/Button/index.story.d.ts +0 -14
  48. package/dist/components/Button/index.story.d.ts.map +0 -1
  49. package/dist/components/Checkbox/index.story.d.ts +0 -8
  50. package/dist/components/Checkbox/index.story.d.ts.map +0 -1
  51. package/dist/components/Clickable/index.story.d.ts +0 -6
  52. package/dist/components/Clickable/index.story.d.ts.map +0 -1
  53. package/dist/components/DropdownSelector/ListItem/index.story.d.ts +0 -9
  54. package/dist/components/DropdownSelector/ListItem/index.story.d.ts.map +0 -1
  55. package/dist/components/DropdownSelector/MenuList/index.story.d.ts +0 -8
  56. package/dist/components/DropdownSelector/MenuList/index.story.d.ts.map +0 -1
  57. package/dist/components/DropdownSelector/Popover/index.story.d.ts +0 -5
  58. package/dist/components/DropdownSelector/Popover/index.story.d.ts.map +0 -1
  59. package/dist/components/DropdownSelector/index.story.d.ts +0 -19
  60. package/dist/components/DropdownSelector/index.story.d.ts.map +0 -1
  61. package/dist/components/Icon/index.story.d.ts +0 -6
  62. package/dist/components/Icon/index.story.d.ts.map +0 -1
  63. package/dist/components/IconButton/index.story.d.ts +0 -9
  64. package/dist/components/IconButton/index.story.d.ts.map +0 -1
  65. package/dist/components/LoadingSpinner/LoadingSpinnerIcon.story.d.ts +0 -8
  66. package/dist/components/LoadingSpinner/LoadingSpinnerIcon.story.d.ts.map +0 -1
  67. package/dist/components/LoadingSpinner/index.story.d.ts +0 -6
  68. package/dist/components/LoadingSpinner/index.story.d.ts.map +0 -1
  69. package/dist/components/Modal/index.story.d.ts +0 -21
  70. package/dist/components/Modal/index.story.d.ts.map +0 -1
  71. package/dist/components/MultiSelect/index.story.d.ts +0 -82
  72. package/dist/components/MultiSelect/index.story.d.ts.map +0 -1
  73. package/dist/components/MultiSelect/index.test.d.ts +0 -2
  74. package/dist/components/MultiSelect/index.test.d.ts.map +0 -1
  75. package/dist/components/Radio/index.story.d.ts +0 -26
  76. package/dist/components/Radio/index.story.d.ts.map +0 -1
  77. package/dist/components/Radio/index.test.d.ts +0 -2
  78. package/dist/components/Radio/index.test.d.ts.map +0 -1
  79. package/dist/components/SegmentedControl/index.story.d.ts +0 -7
  80. package/dist/components/SegmentedControl/index.story.d.ts.map +0 -1
  81. package/dist/components/Switch/index.story.d.ts +0 -9
  82. package/dist/components/Switch/index.story.d.ts.map +0 -1
  83. package/dist/components/TagItem/index.story.d.ts +0 -16
  84. package/dist/components/TagItem/index.story.d.ts.map +0 -1
  85. package/dist/components/TextArea/TextArea.story.d.ts +0 -9
  86. package/dist/components/TextArea/TextArea.story.d.ts.map +0 -1
  87. package/dist/components/TextField/TextField.story.d.ts +0 -22
  88. package/dist/components/TextField/TextField.story.d.ts.map +0 -1
  89. package/dist/components/a11y.test.d.ts +0 -2
  90. package/dist/components/a11y.test.d.ts.map +0 -1
  91. package/src/components/LoadingSpinner/LoadingSpinnerIcon.story.tsx +0 -13
@@ -1,6 +1,6 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`Storybook Tests TagItem Default 1`] = `
3
+ exports[`Storybook Tests TagItem Active 1`] = `
4
4
  .c0 {
5
5
  isolation: isolate;
6
6
  position: relative;
@@ -22,8 +22,8 @@ exports[`Storybook Tests TagItem Default 1`] = `
22
22
  cursor: pointer;
23
23
  overflow: hidden;
24
24
  border-radius: 4px;
25
- padding-right: 24px;
26
- padding-left: 24px;
25
+ padding-right: 8px;
26
+ padding-left: 16px;
27
27
  color: var(--charcoal-text5);
28
28
  -webkit-transition: 0.2s box-shadow;
29
29
  transition: 0.2s box-shadow;
@@ -143,13 +143,16 @@ exports[`Storybook Tests TagItem Default 1`] = `
143
143
  #女の子
144
144
  </span>
145
145
  </div>
146
+ <pixiv-icon
147
+ name="16/Remove"
148
+ />
146
149
  </div>
147
150
  </a>
148
151
  </div>
149
152
  `;
150
153
 
151
- exports[`Storybook Tests TagItem Playground 1`] = `
152
- .c1 {
154
+ exports[`Storybook Tests TagItem BGColor 1`] = `
155
+ .c0 {
153
156
  isolation: isolate;
154
157
  position: relative;
155
158
  height: 40px;
@@ -177,79 +180,127 @@ exports[`Storybook Tests TagItem Playground 1`] = `
177
180
  transition: 0.2s box-shadow;
178
181
  }
179
182
 
180
- .c1:not(:disabled):not([aria-disabled]):focus,
181
- .c1[aria-disabled='false']:focus {
183
+ .c0:not(:disabled):not([aria-disabled]):focus,
184
+ .c0[aria-disabled='false']:focus {
182
185
  outline: none;
183
186
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
184
187
  }
185
188
 
186
- .c1:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
187
- .c1[aria-disabled='false']:focus:not(:focus-visible) {
189
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
190
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
188
191
  box-shadow: none;
189
192
  }
190
193
 
191
- .c1:not(:disabled):not([aria-disabled]):focus-visible,
192
- .c1[aria-disabled='false']:focus-visible {
194
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
195
+ .c0[aria-disabled='false']:focus-visible {
193
196
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
194
197
  }
195
198
 
196
- .c1:disabled,
197
- .c1[aria-disabled]:not([aria-disabled='false']) {
199
+ .c0:disabled,
200
+ .c0[aria-disabled]:not([aria-disabled='false']) {
198
201
  opacity: 0.32;
199
202
  cursor: default;
200
203
  }
201
204
 
202
- .c8 {
203
- isolation: isolate;
204
- position: relative;
205
- height: 40px;
205
+ .c1 {
206
+ position: absolute;
207
+ z-index: 1;
208
+ top: 0;
209
+ left: 0;
210
+ width: 100%;
211
+ height: 100%;
212
+ background-color: var(--charcoal-brand);
213
+ }
214
+
215
+ .c2 {
206
216
  display: -webkit-inline-box;
207
217
  display: -webkit-inline-flex;
208
218
  display: -ms-inline-flexbox;
209
219
  display: inline-flex;
220
+ gap: 8px;
210
221
  -webkit-align-items: center;
211
222
  -webkit-box-align: center;
212
223
  -ms-flex-align: center;
213
224
  align-items: center;
214
- -webkit-box-pack: center;
215
- -webkit-justify-content: center;
216
- -ms-flex-pack: center;
217
- justify-content: center;
218
- -webkit-text-decoration: none;
219
- text-decoration: none;
220
- cursor: pointer;
221
- overflow: hidden;
222
- border-radius: 4px;
223
- padding-right: 8px;
224
- padding-left: 16px;
225
- color: var(--charcoal-text5);
226
- -webkit-transition: 0.2s box-shadow;
227
- transition: 0.2s box-shadow;
225
+ z-index: 2;
228
226
  }
229
227
 
230
- .c8:not(:disabled):not([aria-disabled]):focus,
231
- .c8[aria-disabled='false']:focus {
232
- outline: none;
233
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
228
+ .c3 {
229
+ font-size: 14px;
230
+ line-height: 22px;
231
+ font-weight: bold;
232
+ display: flow-root;
234
233
  }
235
234
 
236
- .c8:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
237
- .c8[aria-disabled='false']:focus:not(:focus-visible) {
238
- box-shadow: none;
235
+ .c3::before {
236
+ display: block;
237
+ width: 0;
238
+ height: 0;
239
+ content: '';
240
+ margin-top: -4px;
239
241
  }
240
242
 
241
- .c8:not(:disabled):not([aria-disabled]):focus-visible,
242
- .c8[aria-disabled='false']:focus-visible {
243
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
243
+ .c3::after {
244
+ display: block;
245
+ width: 0;
246
+ height: 0;
247
+ content: '';
248
+ margin-bottom: -4px;
244
249
  }
245
250
 
246
- .c8:disabled,
247
- .c8[aria-disabled]:not([aria-disabled='false']) {
248
- opacity: 0.32;
249
- cursor: default;
251
+ .c4 {
252
+ max-width: 152px;
253
+ overflow: hidden;
254
+ text-overflow: ellipsis;
255
+ white-space: nowrap;
256
+ font-size: inherit;
257
+ color: inherit;
258
+ line-height: inherit;
250
259
  }
251
260
 
252
- .c9 {
261
+ <div
262
+ data-dark={false}
263
+ >
264
+ <a
265
+ className="c0"
266
+ onClick={[Function]}
267
+ onDragStart={[Function]}
268
+ onKeyDown={[Function]}
269
+ onKeyUp={[Function]}
270
+ onMouseDown={[Function]}
271
+ onMouseEnter={[Function]}
272
+ onMouseLeave={[Function]}
273
+ onMouseUp={[Function]}
274
+ onTouchCancel={[Function]}
275
+ onTouchEnd={[Function]}
276
+ onTouchMove={[Function]}
277
+ onTouchStart={[Function]}
278
+ role="button"
279
+ size="M"
280
+ tabIndex={0}
281
+ >
282
+ <div
283
+ className="c1"
284
+ />
285
+ <div
286
+ className="c2"
287
+ >
288
+ <div
289
+ className="c3"
290
+ >
291
+ <span
292
+ className="c4"
293
+ >
294
+ 女の子
295
+ </span>
296
+ </div>
297
+ </div>
298
+ </a>
299
+ </div>
300
+ `;
301
+
302
+ exports[`Storybook Tests TagItem BGImage 1`] = `
303
+ .c0 {
253
304
  isolation: isolate;
254
305
  position: relative;
255
306
  height: 40px;
@@ -272,87 +323,149 @@ exports[`Storybook Tests TagItem Playground 1`] = `
272
323
  border-radius: 4px;
273
324
  padding-right: 24px;
274
325
  padding-left: 24px;
275
- color: var(--charcoal-text2);
326
+ color: var(--charcoal-text5);
276
327
  -webkit-transition: 0.2s box-shadow;
277
328
  transition: 0.2s box-shadow;
278
329
  }
279
330
 
280
- .c9:not(:disabled):not([aria-disabled]):focus,
281
- .c9[aria-disabled='false']:focus {
331
+ .c0:not(:disabled):not([aria-disabled]):focus,
332
+ .c0[aria-disabled='false']:focus {
282
333
  outline: none;
283
334
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
284
335
  }
285
336
 
286
- .c9:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
287
- .c9[aria-disabled='false']:focus:not(:focus-visible) {
337
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
338
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
288
339
  box-shadow: none;
289
340
  }
290
341
 
291
- .c9:not(:disabled):not([aria-disabled]):focus-visible,
292
- .c9[aria-disabled='false']:focus-visible {
342
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
343
+ .c0[aria-disabled='false']:focus-visible {
293
344
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
294
345
  }
295
346
 
296
- .c9:disabled,
297
- .c9[aria-disabled]:not([aria-disabled='false']) {
347
+ .c0:disabled,
348
+ .c0[aria-disabled]:not([aria-disabled='false']) {
298
349
  opacity: 0.32;
299
350
  cursor: default;
300
351
  }
301
352
 
302
- .c11 {
303
- isolation: isolate;
304
- position: relative;
305
- height: 32px;
353
+ .c1 {
354
+ position: absolute;
355
+ z-index: 1;
356
+ top: 0;
357
+ left: 0;
358
+ width: 100%;
359
+ height: 100%;
360
+ background-color: #7ACCB1;
361
+ background-color: var(--charcoal-surface4);
362
+ }
363
+
364
+ .c1::before {
365
+ content: '';
366
+ position: absolute;
367
+ top: 0;
368
+ left: 0;
369
+ width: 100%;
370
+ height: 100%;
371
+ background-position: center;
372
+ background-size: cover;
373
+ background-image: url(https://charcoal-web.pixiv.design/charcoal-ogp.jpg);
374
+ mix-blend-mode: overlay;
375
+ }
376
+
377
+ .c2 {
306
378
  display: -webkit-inline-box;
307
379
  display: -webkit-inline-flex;
308
380
  display: -ms-inline-flexbox;
309
381
  display: inline-flex;
382
+ gap: 8px;
310
383
  -webkit-align-items: center;
311
384
  -webkit-box-align: center;
312
385
  -ms-flex-align: center;
313
386
  align-items: center;
314
- -webkit-box-pack: center;
315
- -webkit-justify-content: center;
316
- -ms-flex-pack: center;
317
- justify-content: center;
318
- -webkit-text-decoration: none;
319
- text-decoration: none;
320
- cursor: pointer;
321
- overflow: hidden;
322
- border-radius: 4px;
323
- padding-right: 16px;
324
- padding-left: 16px;
325
- color: var(--charcoal-text5);
326
- -webkit-transition: 0.2s box-shadow;
327
- transition: 0.2s box-shadow;
387
+ z-index: 2;
328
388
  }
329
389
 
330
- .c11:not(:disabled):not([aria-disabled]):focus,
331
- .c11[aria-disabled='false']:focus {
332
- outline: none;
333
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
390
+ .c3 {
391
+ font-size: 14px;
392
+ line-height: 22px;
393
+ font-weight: bold;
394
+ display: flow-root;
334
395
  }
335
396
 
336
- .c11:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
337
- .c11[aria-disabled='false']:focus:not(:focus-visible) {
338
- box-shadow: none;
397
+ .c3::before {
398
+ display: block;
399
+ width: 0;
400
+ height: 0;
401
+ content: '';
402
+ margin-top: -4px;
339
403
  }
340
404
 
341
- .c11:not(:disabled):not([aria-disabled]):focus-visible,
342
- .c11[aria-disabled='false']:focus-visible {
343
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
405
+ .c3::after {
406
+ display: block;
407
+ width: 0;
408
+ height: 0;
409
+ content: '';
410
+ margin-bottom: -4px;
344
411
  }
345
412
 
346
- .c11:disabled,
347
- .c11[aria-disabled]:not([aria-disabled='false']) {
348
- opacity: 0.32;
349
- cursor: default;
413
+ .c4 {
414
+ max-width: 152px;
415
+ overflow: hidden;
416
+ text-overflow: ellipsis;
417
+ white-space: nowrap;
418
+ font-size: inherit;
419
+ color: inherit;
420
+ line-height: inherit;
350
421
  }
351
422
 
352
- .c12 {
423
+ <div
424
+ data-dark={false}
425
+ >
426
+ <a
427
+ className="c0"
428
+ onClick={[Function]}
429
+ onDragStart={[Function]}
430
+ onKeyDown={[Function]}
431
+ onKeyUp={[Function]}
432
+ onMouseDown={[Function]}
433
+ onMouseEnter={[Function]}
434
+ onMouseLeave={[Function]}
435
+ onMouseUp={[Function]}
436
+ onTouchCancel={[Function]}
437
+ onTouchEnd={[Function]}
438
+ onTouchMove={[Function]}
439
+ onTouchStart={[Function]}
440
+ role="button"
441
+ size="M"
442
+ tabIndex={0}
443
+ >
444
+ <div
445
+ className="c1"
446
+ />
447
+ <div
448
+ className="c2"
449
+ >
450
+ <div
451
+ className="c3"
452
+ >
453
+ <span
454
+ className="c4"
455
+ >
456
+ #女の子
457
+ </span>
458
+ </div>
459
+ </div>
460
+ </a>
461
+ </div>
462
+ `;
463
+
464
+ exports[`Storybook Tests TagItem Default 1`] = `
465
+ .c0 {
353
466
  isolation: isolate;
354
467
  position: relative;
355
- height: 32px;
468
+ height: 40px;
356
469
  display: -webkit-inline-box;
357
470
  display: -webkit-inline-flex;
358
471
  display: -ms-inline-flexbox;
@@ -370,40 +483,435 @@ exports[`Storybook Tests TagItem Playground 1`] = `
370
483
  cursor: pointer;
371
484
  overflow: hidden;
372
485
  border-radius: 4px;
373
- padding-right: 8px;
374
- padding-left: 16px;
486
+ padding-right: 24px;
487
+ padding-left: 24px;
375
488
  color: var(--charcoal-text5);
376
489
  -webkit-transition: 0.2s box-shadow;
377
490
  transition: 0.2s box-shadow;
378
491
  }
379
492
 
380
- .c12:not(:disabled):not([aria-disabled]):focus,
381
- .c12[aria-disabled='false']:focus {
493
+ .c0:not(:disabled):not([aria-disabled]):focus,
494
+ .c0[aria-disabled='false']:focus {
382
495
  outline: none;
383
496
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
384
497
  }
385
498
 
386
- .c12:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
387
- .c12[aria-disabled='false']:focus:not(:focus-visible) {
499
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
500
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
388
501
  box-shadow: none;
389
502
  }
390
503
 
391
- .c12:not(:disabled):not([aria-disabled]):focus-visible,
392
- .c12[aria-disabled='false']:focus-visible {
504
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
505
+ .c0[aria-disabled='false']:focus-visible {
393
506
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
394
507
  }
395
508
 
396
- .c12:disabled,
397
- .c12[aria-disabled]:not([aria-disabled='false']) {
509
+ .c0:disabled,
510
+ .c0[aria-disabled]:not([aria-disabled='false']) {
398
511
  opacity: 0.32;
399
512
  cursor: default;
400
513
  }
401
514
 
402
- .c13 {
403
- isolation: isolate;
404
- position: relative;
405
- height: 32px;
406
- display: -webkit-inline-box;
515
+ .c1 {
516
+ position: absolute;
517
+ z-index: 1;
518
+ top: 0;
519
+ left: 0;
520
+ width: 100%;
521
+ height: 100%;
522
+ background-color: #7ACCB1;
523
+ }
524
+
525
+ .c2 {
526
+ display: -webkit-inline-box;
527
+ display: -webkit-inline-flex;
528
+ display: -ms-inline-flexbox;
529
+ display: inline-flex;
530
+ gap: 8px;
531
+ -webkit-align-items: center;
532
+ -webkit-box-align: center;
533
+ -ms-flex-align: center;
534
+ align-items: center;
535
+ z-index: 2;
536
+ }
537
+
538
+ .c3 {
539
+ font-size: 14px;
540
+ line-height: 22px;
541
+ font-weight: bold;
542
+ display: flow-root;
543
+ }
544
+
545
+ .c3::before {
546
+ display: block;
547
+ width: 0;
548
+ height: 0;
549
+ content: '';
550
+ margin-top: -4px;
551
+ }
552
+
553
+ .c3::after {
554
+ display: block;
555
+ width: 0;
556
+ height: 0;
557
+ content: '';
558
+ margin-bottom: -4px;
559
+ }
560
+
561
+ .c4 {
562
+ max-width: 152px;
563
+ overflow: hidden;
564
+ text-overflow: ellipsis;
565
+ white-space: nowrap;
566
+ font-size: inherit;
567
+ color: inherit;
568
+ line-height: inherit;
569
+ }
570
+
571
+ <div
572
+ data-dark={false}
573
+ >
574
+ <a
575
+ className="c0"
576
+ onClick={[Function]}
577
+ onDragStart={[Function]}
578
+ onKeyDown={[Function]}
579
+ onKeyUp={[Function]}
580
+ onMouseDown={[Function]}
581
+ onMouseEnter={[Function]}
582
+ onMouseLeave={[Function]}
583
+ onMouseUp={[Function]}
584
+ onTouchCancel={[Function]}
585
+ onTouchEnd={[Function]}
586
+ onTouchMove={[Function]}
587
+ onTouchStart={[Function]}
588
+ role="button"
589
+ size="M"
590
+ tabIndex={0}
591
+ >
592
+ <div
593
+ className="c1"
594
+ />
595
+ <div
596
+ className="c2"
597
+ >
598
+ <div
599
+ className="c3"
600
+ >
601
+ <span
602
+ className="c4"
603
+ >
604
+ #女の子
605
+ </span>
606
+ </div>
607
+ </div>
608
+ </a>
609
+ </div>
610
+ `;
611
+
612
+ exports[`Storybook Tests TagItem Disabled 1`] = `
613
+ .c0 {
614
+ isolation: isolate;
615
+ position: relative;
616
+ height: 40px;
617
+ display: -webkit-inline-box;
618
+ display: -webkit-inline-flex;
619
+ display: -ms-inline-flexbox;
620
+ display: inline-flex;
621
+ -webkit-align-items: center;
622
+ -webkit-box-align: center;
623
+ -ms-flex-align: center;
624
+ align-items: center;
625
+ -webkit-box-pack: center;
626
+ -webkit-justify-content: center;
627
+ -ms-flex-pack: center;
628
+ justify-content: center;
629
+ -webkit-text-decoration: none;
630
+ text-decoration: none;
631
+ cursor: pointer;
632
+ overflow: hidden;
633
+ border-radius: 4px;
634
+ padding-right: 24px;
635
+ padding-left: 24px;
636
+ color: var(--charcoal-text5);
637
+ -webkit-transition: 0.2s box-shadow;
638
+ transition: 0.2s box-shadow;
639
+ }
640
+
641
+ .c0:not(:disabled):not([aria-disabled]):focus,
642
+ .c0[aria-disabled='false']:focus {
643
+ outline: none;
644
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
645
+ }
646
+
647
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
648
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
649
+ box-shadow: none;
650
+ }
651
+
652
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
653
+ .c0[aria-disabled='false']:focus-visible {
654
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
655
+ }
656
+
657
+ .c0:disabled,
658
+ .c0[aria-disabled]:not([aria-disabled='false']) {
659
+ opacity: 0.32;
660
+ cursor: default;
661
+ }
662
+
663
+ .c1 {
664
+ position: absolute;
665
+ z-index: 1;
666
+ top: 0;
667
+ left: 0;
668
+ width: 100%;
669
+ height: 100%;
670
+ background-color: #7ACCB1;
671
+ }
672
+
673
+ .c2 {
674
+ display: -webkit-inline-box;
675
+ display: -webkit-inline-flex;
676
+ display: -ms-inline-flexbox;
677
+ display: inline-flex;
678
+ gap: 8px;
679
+ -webkit-align-items: center;
680
+ -webkit-box-align: center;
681
+ -ms-flex-align: center;
682
+ align-items: center;
683
+ z-index: 2;
684
+ }
685
+
686
+ .c3 {
687
+ font-size: 14px;
688
+ line-height: 22px;
689
+ font-weight: bold;
690
+ display: flow-root;
691
+ }
692
+
693
+ .c3::before {
694
+ display: block;
695
+ width: 0;
696
+ height: 0;
697
+ content: '';
698
+ margin-top: -4px;
699
+ }
700
+
701
+ .c3::after {
702
+ display: block;
703
+ width: 0;
704
+ height: 0;
705
+ content: '';
706
+ margin-bottom: -4px;
707
+ }
708
+
709
+ .c4 {
710
+ max-width: 152px;
711
+ overflow: hidden;
712
+ text-overflow: ellipsis;
713
+ white-space: nowrap;
714
+ font-size: inherit;
715
+ color: inherit;
716
+ line-height: inherit;
717
+ }
718
+
719
+ <div
720
+ data-dark={false}
721
+ >
722
+ <a
723
+ aria-disabled={true}
724
+ className="c0"
725
+ onClick={[Function]}
726
+ onDragStart={[Function]}
727
+ onKeyDown={[Function]}
728
+ onKeyUp={[Function]}
729
+ onMouseDown={[Function]}
730
+ onMouseEnter={[Function]}
731
+ onMouseLeave={[Function]}
732
+ onMouseUp={[Function]}
733
+ onTouchCancel={[Function]}
734
+ onTouchEnd={[Function]}
735
+ onTouchMove={[Function]}
736
+ onTouchStart={[Function]}
737
+ role="button"
738
+ size="M"
739
+ >
740
+ <div
741
+ className="c1"
742
+ />
743
+ <div
744
+ className="c2"
745
+ >
746
+ <div
747
+ className="c3"
748
+ >
749
+ <span
750
+ className="c4"
751
+ >
752
+ #女の子
753
+ </span>
754
+ </div>
755
+ </div>
756
+ </a>
757
+ </div>
758
+ `;
759
+
760
+ exports[`Storybook Tests TagItem InActive 1`] = `
761
+ .c0 {
762
+ isolation: isolate;
763
+ position: relative;
764
+ height: 40px;
765
+ display: -webkit-inline-box;
766
+ display: -webkit-inline-flex;
767
+ display: -ms-inline-flexbox;
768
+ display: inline-flex;
769
+ -webkit-align-items: center;
770
+ -webkit-box-align: center;
771
+ -ms-flex-align: center;
772
+ align-items: center;
773
+ -webkit-box-pack: center;
774
+ -webkit-justify-content: center;
775
+ -ms-flex-pack: center;
776
+ justify-content: center;
777
+ -webkit-text-decoration: none;
778
+ text-decoration: none;
779
+ cursor: pointer;
780
+ overflow: hidden;
781
+ border-radius: 4px;
782
+ padding-right: 24px;
783
+ padding-left: 24px;
784
+ color: var(--charcoal-text2);
785
+ -webkit-transition: 0.2s box-shadow;
786
+ transition: 0.2s box-shadow;
787
+ }
788
+
789
+ .c0:not(:disabled):not([aria-disabled]):focus,
790
+ .c0[aria-disabled='false']:focus {
791
+ outline: none;
792
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
793
+ }
794
+
795
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
796
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
797
+ box-shadow: none;
798
+ }
799
+
800
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
801
+ .c0[aria-disabled='false']:focus-visible {
802
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
803
+ }
804
+
805
+ .c0:disabled,
806
+ .c0[aria-disabled]:not([aria-disabled='false']) {
807
+ opacity: 0.32;
808
+ cursor: default;
809
+ }
810
+
811
+ .c1 {
812
+ position: absolute;
813
+ z-index: 1;
814
+ top: 0;
815
+ left: 0;
816
+ width: 100%;
817
+ height: 100%;
818
+ background-color: #7ACCB1;
819
+ background-color: var(--charcoal-surface3);
820
+ }
821
+
822
+ .c2 {
823
+ display: -webkit-inline-box;
824
+ display: -webkit-inline-flex;
825
+ display: -ms-inline-flexbox;
826
+ display: inline-flex;
827
+ gap: 8px;
828
+ -webkit-align-items: center;
829
+ -webkit-box-align: center;
830
+ -ms-flex-align: center;
831
+ align-items: center;
832
+ z-index: 2;
833
+ }
834
+
835
+ .c3 {
836
+ font-size: 14px;
837
+ line-height: 22px;
838
+ font-weight: bold;
839
+ display: flow-root;
840
+ }
841
+
842
+ .c3::before {
843
+ display: block;
844
+ width: 0;
845
+ height: 0;
846
+ content: '';
847
+ margin-top: -4px;
848
+ }
849
+
850
+ .c3::after {
851
+ display: block;
852
+ width: 0;
853
+ height: 0;
854
+ content: '';
855
+ margin-bottom: -4px;
856
+ }
857
+
858
+ .c4 {
859
+ max-width: 152px;
860
+ overflow: hidden;
861
+ text-overflow: ellipsis;
862
+ white-space: nowrap;
863
+ font-size: inherit;
864
+ color: inherit;
865
+ line-height: inherit;
866
+ }
867
+
868
+ <div
869
+ data-dark={false}
870
+ >
871
+ <a
872
+ className="c0"
873
+ onClick={[Function]}
874
+ onDragStart={[Function]}
875
+ onKeyDown={[Function]}
876
+ onKeyUp={[Function]}
877
+ onMouseDown={[Function]}
878
+ onMouseEnter={[Function]}
879
+ onMouseLeave={[Function]}
880
+ onMouseUp={[Function]}
881
+ onTouchCancel={[Function]}
882
+ onTouchEnd={[Function]}
883
+ onTouchMove={[Function]}
884
+ onTouchStart={[Function]}
885
+ role="button"
886
+ size="M"
887
+ tabIndex={0}
888
+ >
889
+ <div
890
+ className="c1"
891
+ />
892
+ <div
893
+ className="c2"
894
+ >
895
+ <div
896
+ className="c3"
897
+ >
898
+ <span
899
+ className="c4"
900
+ >
901
+ #女の子
902
+ </span>
903
+ </div>
904
+ </div>
905
+ </a>
906
+ </div>
907
+ `;
908
+
909
+ exports[`Storybook Tests TagItem Small 1`] = `
910
+ .c0 {
911
+ isolation: isolate;
912
+ position: relative;
913
+ height: 32px;
914
+ display: -webkit-inline-box;
407
915
  display: -webkit-inline-flex;
408
916
  display: -ms-inline-flexbox;
409
917
  display: inline-flex;
@@ -422,44 +930,34 @@ exports[`Storybook Tests TagItem Playground 1`] = `
422
930
  border-radius: 4px;
423
931
  padding-right: 16px;
424
932
  padding-left: 16px;
425
- color: var(--charcoal-text2);
933
+ color: var(--charcoal-text5);
426
934
  -webkit-transition: 0.2s box-shadow;
427
935
  transition: 0.2s box-shadow;
428
936
  }
429
937
 
430
- .c13:not(:disabled):not([aria-disabled]):focus,
431
- .c13[aria-disabled='false']:focus {
938
+ .c0:not(:disabled):not([aria-disabled]):focus,
939
+ .c0[aria-disabled='false']:focus {
432
940
  outline: none;
433
941
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
434
942
  }
435
943
 
436
- .c13:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
437
- .c13[aria-disabled='false']:focus:not(:focus-visible) {
944
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
945
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
438
946
  box-shadow: none;
439
947
  }
440
948
 
441
- .c13:not(:disabled):not([aria-disabled]):focus-visible,
442
- .c13[aria-disabled='false']:focus-visible {
949
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
950
+ .c0[aria-disabled='false']:focus-visible {
443
951
  box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
444
952
  }
445
953
 
446
- .c13:disabled,
447
- .c13[aria-disabled]:not([aria-disabled='false']) {
954
+ .c0:disabled,
955
+ .c0[aria-disabled]:not([aria-disabled='false']) {
448
956
  opacity: 0.32;
449
957
  cursor: default;
450
958
  }
451
959
 
452
- .c2 {
453
- position: absolute;
454
- z-index: 1;
455
- top: 0;
456
- left: 0;
457
- width: 100%;
458
- height: 100%;
459
- background-color: #7ACCB1;
460
- }
461
-
462
- .c10 {
960
+ .c1 {
463
961
  position: absolute;
464
962
  z-index: 1;
465
963
  top: 0;
@@ -467,10 +965,9 @@ exports[`Storybook Tests TagItem Playground 1`] = `
467
965
  width: 100%;
468
966
  height: 100%;
469
967
  background-color: #7ACCB1;
470
- background-color: var(--charcoal-surface3);
471
968
  }
472
969
 
473
- .c3 {
970
+ .c2 {
474
971
  display: -webkit-inline-box;
475
972
  display: -webkit-inline-flex;
476
973
  display: -ms-inline-flexbox;
@@ -483,14 +980,14 @@ exports[`Storybook Tests TagItem Playground 1`] = `
483
980
  z-index: 2;
484
981
  }
485
982
 
486
- .c4 {
983
+ .c3 {
487
984
  font-size: 14px;
488
985
  line-height: 22px;
489
986
  font-weight: bold;
490
987
  display: flow-root;
491
988
  }
492
989
 
493
- .c4::before {
990
+ .c3::before {
494
991
  display: block;
495
992
  width: 0;
496
993
  height: 0;
@@ -498,7 +995,7 @@ exports[`Storybook Tests TagItem Playground 1`] = `
498
995
  margin-top: -4px;
499
996
  }
500
997
 
501
- .c4::after {
998
+ .c3::after {
502
999
  display: block;
503
1000
  width: 0;
504
1001
  height: 0;
@@ -506,7 +1003,132 @@ exports[`Storybook Tests TagItem Playground 1`] = `
506
1003
  margin-bottom: -4px;
507
1004
  }
508
1005
 
509
- .c6 {
1006
+ .c4 {
1007
+ max-width: 152px;
1008
+ overflow: hidden;
1009
+ text-overflow: ellipsis;
1010
+ white-space: nowrap;
1011
+ font-size: inherit;
1012
+ color: inherit;
1013
+ line-height: inherit;
1014
+ }
1015
+
1016
+ <div
1017
+ data-dark={false}
1018
+ >
1019
+ <a
1020
+ className="c0"
1021
+ onClick={[Function]}
1022
+ onDragStart={[Function]}
1023
+ onKeyDown={[Function]}
1024
+ onKeyUp={[Function]}
1025
+ onMouseDown={[Function]}
1026
+ onMouseEnter={[Function]}
1027
+ onMouseLeave={[Function]}
1028
+ onMouseUp={[Function]}
1029
+ onTouchCancel={[Function]}
1030
+ onTouchEnd={[Function]}
1031
+ onTouchMove={[Function]}
1032
+ onTouchStart={[Function]}
1033
+ role="button"
1034
+ size="S"
1035
+ tabIndex={0}
1036
+ >
1037
+ <div
1038
+ className="c1"
1039
+ />
1040
+ <div
1041
+ className="c2"
1042
+ >
1043
+ <div
1044
+ className="c3"
1045
+ >
1046
+ <span
1047
+ className="c4"
1048
+ >
1049
+ #女の子
1050
+ </span>
1051
+ </div>
1052
+ </div>
1053
+ </a>
1054
+ </div>
1055
+ `;
1056
+
1057
+ exports[`Storybook Tests TagItem TranslatedLabel 1`] = `
1058
+ .c0 {
1059
+ isolation: isolate;
1060
+ position: relative;
1061
+ height: 40px;
1062
+ display: -webkit-inline-box;
1063
+ display: -webkit-inline-flex;
1064
+ display: -ms-inline-flexbox;
1065
+ display: inline-flex;
1066
+ -webkit-align-items: center;
1067
+ -webkit-box-align: center;
1068
+ -ms-flex-align: center;
1069
+ align-items: center;
1070
+ -webkit-box-pack: center;
1071
+ -webkit-justify-content: center;
1072
+ -ms-flex-pack: center;
1073
+ justify-content: center;
1074
+ -webkit-text-decoration: none;
1075
+ text-decoration: none;
1076
+ cursor: pointer;
1077
+ overflow: hidden;
1078
+ border-radius: 4px;
1079
+ padding-right: 24px;
1080
+ padding-left: 24px;
1081
+ color: var(--charcoal-text5);
1082
+ -webkit-transition: 0.2s box-shadow;
1083
+ transition: 0.2s box-shadow;
1084
+ }
1085
+
1086
+ .c0:not(:disabled):not([aria-disabled]):focus,
1087
+ .c0[aria-disabled='false']:focus {
1088
+ outline: none;
1089
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
1090
+ }
1091
+
1092
+ .c0:not(:disabled):not([aria-disabled]):focus:not(:focus-visible),
1093
+ .c0[aria-disabled='false']:focus:not(:focus-visible) {
1094
+ box-shadow: none;
1095
+ }
1096
+
1097
+ .c0:not(:disabled):not([aria-disabled]):focus-visible,
1098
+ .c0[aria-disabled='false']:focus-visible {
1099
+ box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
1100
+ }
1101
+
1102
+ .c0:disabled,
1103
+ .c0[aria-disabled]:not([aria-disabled='false']) {
1104
+ opacity: 0.32;
1105
+ cursor: default;
1106
+ }
1107
+
1108
+ .c1 {
1109
+ position: absolute;
1110
+ z-index: 1;
1111
+ top: 0;
1112
+ left: 0;
1113
+ width: 100%;
1114
+ height: 100%;
1115
+ background-color: #7ACCB1;
1116
+ }
1117
+
1118
+ .c2 {
1119
+ display: -webkit-inline-box;
1120
+ display: -webkit-inline-flex;
1121
+ display: -ms-inline-flexbox;
1122
+ display: inline-flex;
1123
+ gap: 8px;
1124
+ -webkit-align-items: center;
1125
+ -webkit-box-align: center;
1126
+ -ms-flex-align: center;
1127
+ align-items: center;
1128
+ z-index: 2;
1129
+ }
1130
+
1131
+ .c3 {
510
1132
  display: -webkit-box;
511
1133
  display: -webkit-flex;
512
1134
  display: -ms-flexbox;
@@ -531,14 +1153,14 @@ exports[`Storybook Tests TagItem Playground 1`] = `
531
1153
  line-height: inherit;
532
1154
  }
533
1155
 
534
- .c7 {
1156
+ .c4 {
535
1157
  font-size: 12px;
536
1158
  line-height: 20px;
537
1159
  font-weight: bold;
538
1160
  display: flow-root;
539
1161
  }
540
1162
 
541
- .c7::before {
1163
+ .c4::before {
542
1164
  display: block;
543
1165
  width: 0;
544
1166
  height: 0;
@@ -546,7 +1168,7 @@ exports[`Storybook Tests TagItem Playground 1`] = `
546
1168
  margin-top: -4px;
547
1169
  }
548
1170
 
549
- .c7::after {
1171
+ .c4::after {
550
1172
  display: block;
551
1173
  width: 0;
552
1174
  height: 0;
@@ -554,548 +1176,52 @@ exports[`Storybook Tests TagItem Playground 1`] = `
554
1176
  margin-bottom: -4px;
555
1177
  }
556
1178
 
557
- .c0 {
558
- display: grid;
559
- grid-template-columns: repeat(4,1fr);
560
- }
561
-
562
- .c0 > div {
563
- display: -webkit-box;
564
- display: -webkit-flex;
565
- display: -ms-flexbox;
566
- display: flex;
567
- -webkit-align-items: center;
568
- -webkit-box-align: center;
569
- -ms-flex-align: center;
570
- align-items: center;
571
- -webkit-box-pack: center;
572
- -webkit-justify-content: center;
573
- -ms-flex-pack: center;
574
- justify-content: center;
575
- padding: 1em;
576
- }
577
-
578
1179
  <div
579
1180
  data-dark={false}
580
1181
  >
581
- <div>
582
- <div
583
- className="c0"
584
- >
585
- <div>
586
- <a
587
- className="c1"
588
- onClick={[Function]}
589
- onDragStart={[Function]}
590
- onKeyDown={[Function]}
591
- onKeyUp={[Function]}
592
- onMouseDown={[Function]}
593
- onMouseEnter={[Function]}
594
- onMouseLeave={[Function]}
595
- onMouseUp={[Function]}
596
- onTouchCancel={[Function]}
597
- onTouchEnd={[Function]}
598
- onTouchMove={[Function]}
599
- onTouchStart={[Function]}
600
- role="button"
601
- size="M"
602
- tabIndex={0}
603
- >
604
- <div
605
- className="c2"
606
- />
607
- <div
608
- className="c3"
609
- >
610
- <div
611
- className="c4"
612
- >
613
- <span
614
- className="c5"
615
- >
616
- #女の子
617
- </span>
618
- </div>
619
- </div>
620
- </a>
621
- </div>
622
- <div />
623
- <div>
624
- <a
625
- className="c1"
626
- onClick={[Function]}
627
- onDragStart={[Function]}
628
- onKeyDown={[Function]}
629
- onKeyUp={[Function]}
630
- onMouseDown={[Function]}
631
- onMouseEnter={[Function]}
632
- onMouseLeave={[Function]}
633
- onMouseUp={[Function]}
634
- onTouchCancel={[Function]}
635
- onTouchEnd={[Function]}
636
- onTouchMove={[Function]}
637
- onTouchStart={[Function]}
638
- role="button"
639
- size="M"
640
- tabIndex={0}
641
- >
642
- <div
643
- className="c2"
644
- />
645
- <div
646
- className="c3"
647
- >
648
- <div
649
- className="c6"
650
- >
651
- <div
652
- className="c7"
653
- >
654
- <span
655
- className="c5"
656
- >
657
- girl
658
- </span>
659
- </div>
660
- <span
661
- className="c5"
662
- >
663
- #女の子
664
- </span>
665
- </div>
666
- </div>
667
- </a>
668
- </div>
669
- <div />
670
- </div>
671
- <div
672
- className="c0"
673
- >
674
- <div>
675
- <a
676
- className="c8"
677
- onClick={[Function]}
678
- onDragStart={[Function]}
679
- onKeyDown={[Function]}
680
- onKeyUp={[Function]}
681
- onMouseDown={[Function]}
682
- onMouseEnter={[Function]}
683
- onMouseLeave={[Function]}
684
- onMouseUp={[Function]}
685
- onTouchCancel={[Function]}
686
- onTouchEnd={[Function]}
687
- onTouchMove={[Function]}
688
- onTouchStart={[Function]}
689
- role="button"
690
- size="M"
691
- tabIndex={0}
692
- >
693
- <div
694
- className="c2"
695
- />
696
- <div
697
- className="c3"
698
- >
699
- <div
700
- className="c4"
701
- >
702
- <span
703
- className="c5"
704
- >
705
- #女の子
706
- </span>
707
- </div>
708
- <pixiv-icon
709
- name="16/Remove"
710
- />
711
- </div>
712
- </a>
713
- </div>
714
- <div />
715
- <div>
716
- <a
717
- className="c8"
718
- onClick={[Function]}
719
- onDragStart={[Function]}
720
- onKeyDown={[Function]}
721
- onKeyUp={[Function]}
722
- onMouseDown={[Function]}
723
- onMouseEnter={[Function]}
724
- onMouseLeave={[Function]}
725
- onMouseUp={[Function]}
726
- onTouchCancel={[Function]}
727
- onTouchEnd={[Function]}
728
- onTouchMove={[Function]}
729
- onTouchStart={[Function]}
730
- role="button"
731
- size="M"
732
- tabIndex={0}
733
- >
734
- <div
735
- className="c2"
736
- />
737
- <div
738
- className="c3"
739
- >
740
- <div
741
- className="c6"
742
- >
743
- <div
744
- className="c7"
745
- >
746
- <span
747
- className="c5"
748
- >
749
- girl
750
- </span>
751
- </div>
752
- <span
753
- className="c5"
754
- >
755
- #女の子
756
- </span>
757
- </div>
758
- <pixiv-icon
759
- name="16/Remove"
760
- />
761
- </div>
762
- </a>
763
- </div>
764
- <div />
765
- </div>
766
- <div
767
- className="c0"
768
- >
769
- <div>
770
- <a
771
- className="c9"
772
- onClick={[Function]}
773
- onDragStart={[Function]}
774
- onKeyDown={[Function]}
775
- onKeyUp={[Function]}
776
- onMouseDown={[Function]}
777
- onMouseEnter={[Function]}
778
- onMouseLeave={[Function]}
779
- onMouseUp={[Function]}
780
- onTouchCancel={[Function]}
781
- onTouchEnd={[Function]}
782
- onTouchMove={[Function]}
783
- onTouchStart={[Function]}
784
- role="button"
785
- size="M"
786
- tabIndex={0}
787
- >
788
- <div
789
- className="c10"
790
- />
791
- <div
792
- className="c3"
793
- >
794
- <div
795
- className="c4"
796
- >
797
- <span
798
- className="c5"
799
- >
800
- #女の子
801
- </span>
802
- </div>
803
- </div>
804
- </a>
805
- </div>
806
- <div>
807
- <a
808
- aria-disabled={true}
809
- className="c9"
810
- onClick={[Function]}
811
- onDragStart={[Function]}
812
- onKeyDown={[Function]}
813
- onKeyUp={[Function]}
814
- onMouseDown={[Function]}
815
- onMouseEnter={[Function]}
816
- onMouseLeave={[Function]}
817
- onMouseUp={[Function]}
818
- onTouchCancel={[Function]}
819
- onTouchEnd={[Function]}
820
- onTouchMove={[Function]}
821
- onTouchStart={[Function]}
822
- role="button"
823
- size="M"
824
- >
825
- <div
826
- className="c10"
827
- />
828
- <div
829
- className="c3"
830
- >
831
- <div
832
- className="c4"
833
- >
834
- <span
835
- className="c5"
836
- >
837
- #女の子
838
- </span>
839
- </div>
840
- </div>
841
- </a>
842
- </div>
843
- <div>
844
- <a
845
- className="c9"
846
- onClick={[Function]}
847
- onDragStart={[Function]}
848
- onKeyDown={[Function]}
849
- onKeyUp={[Function]}
850
- onMouseDown={[Function]}
851
- onMouseEnter={[Function]}
852
- onMouseLeave={[Function]}
853
- onMouseUp={[Function]}
854
- onTouchCancel={[Function]}
855
- onTouchEnd={[Function]}
856
- onTouchMove={[Function]}
857
- onTouchStart={[Function]}
858
- role="button"
859
- size="M"
860
- tabIndex={0}
861
- >
862
- <div
863
- className="c10"
864
- />
865
- <div
866
- className="c3"
867
- >
868
- <div
869
- className="c6"
870
- >
871
- <div
872
- className="c7"
873
- >
874
- <span
875
- className="c5"
876
- >
877
- girl
878
- </span>
879
- </div>
880
- <span
881
- className="c5"
882
- >
883
- #女の子
884
- </span>
885
- </div>
886
- </div>
887
- </a>
888
- </div>
889
- <div>
890
- <a
891
- aria-disabled={true}
892
- className="c9"
893
- onClick={[Function]}
894
- onDragStart={[Function]}
895
- onKeyDown={[Function]}
896
- onKeyUp={[Function]}
897
- onMouseDown={[Function]}
898
- onMouseEnter={[Function]}
899
- onMouseLeave={[Function]}
900
- onMouseUp={[Function]}
901
- onTouchCancel={[Function]}
902
- onTouchEnd={[Function]}
903
- onTouchMove={[Function]}
904
- onTouchStart={[Function]}
905
- role="button"
906
- size="M"
907
- >
908
- <div
909
- className="c10"
910
- />
911
- <div
912
- className="c3"
913
- >
914
- <div
915
- className="c6"
916
- >
917
- <div
918
- className="c7"
919
- >
920
- <span
921
- className="c5"
922
- >
923
- girl
924
- </span>
925
- </div>
926
- <span
927
- className="c5"
928
- >
929
- #女の子
930
- </span>
931
- </div>
932
- </div>
933
- </a>
934
- </div>
935
- </div>
936
- <div
937
- className="c0"
938
- >
939
- <div>
940
- <a
941
- className="c11"
942
- onClick={[Function]}
943
- onDragStart={[Function]}
944
- onKeyDown={[Function]}
945
- onKeyUp={[Function]}
946
- onMouseDown={[Function]}
947
- onMouseEnter={[Function]}
948
- onMouseLeave={[Function]}
949
- onMouseUp={[Function]}
950
- onTouchCancel={[Function]}
951
- onTouchEnd={[Function]}
952
- onTouchMove={[Function]}
953
- onTouchStart={[Function]}
954
- role="button"
955
- size="S"
956
- tabIndex={0}
957
- >
958
- <div
959
- className="c2"
960
- />
961
- <div
962
- className="c3"
963
- >
964
- <div
965
- className="c4"
966
- >
967
- <span
968
- className="c5"
969
- >
970
- #女の子
971
- </span>
972
- </div>
973
- </div>
974
- </a>
975
- </div>
976
- </div>
1182
+ <a
1183
+ className="c0"
1184
+ onClick={[Function]}
1185
+ onDragStart={[Function]}
1186
+ onKeyDown={[Function]}
1187
+ onKeyUp={[Function]}
1188
+ onMouseDown={[Function]}
1189
+ onMouseEnter={[Function]}
1190
+ onMouseLeave={[Function]}
1191
+ onMouseUp={[Function]}
1192
+ onTouchCancel={[Function]}
1193
+ onTouchEnd={[Function]}
1194
+ onTouchMove={[Function]}
1195
+ onTouchStart={[Function]}
1196
+ role="button"
1197
+ size="M"
1198
+ tabIndex={0}
1199
+ >
977
1200
  <div
978
- className="c0"
979
- >
980
- <div>
981
- <a
982
- className="c12"
983
- onClick={[Function]}
984
- onDragStart={[Function]}
985
- onKeyDown={[Function]}
986
- onKeyUp={[Function]}
987
- onMouseDown={[Function]}
988
- onMouseEnter={[Function]}
989
- onMouseLeave={[Function]}
990
- onMouseUp={[Function]}
991
- onTouchCancel={[Function]}
992
- onTouchEnd={[Function]}
993
- onTouchMove={[Function]}
994
- onTouchStart={[Function]}
995
- role="button"
996
- size="S"
997
- tabIndex={0}
998
- >
999
- <div
1000
- className="c2"
1001
- />
1002
- <div
1003
- className="c3"
1004
- >
1005
- <div
1006
- className="c4"
1007
- >
1008
- <span
1009
- className="c5"
1010
- >
1011
- #女の子
1012
- </span>
1013
- </div>
1014
- <pixiv-icon
1015
- name="16/Remove"
1016
- />
1017
- </div>
1018
- </a>
1019
- </div>
1020
- </div>
1201
+ className="c1"
1202
+ />
1021
1203
  <div
1022
- className="c0"
1204
+ className="c2"
1023
1205
  >
1024
- <div>
1025
- <a
1026
- className="c13"
1027
- onClick={[Function]}
1028
- onDragStart={[Function]}
1029
- onKeyDown={[Function]}
1030
- onKeyUp={[Function]}
1031
- onMouseDown={[Function]}
1032
- onMouseEnter={[Function]}
1033
- onMouseLeave={[Function]}
1034
- onMouseUp={[Function]}
1035
- onTouchCancel={[Function]}
1036
- onTouchEnd={[Function]}
1037
- onTouchMove={[Function]}
1038
- onTouchStart={[Function]}
1039
- role="button"
1040
- size="S"
1041
- tabIndex={0}
1206
+ <div
1207
+ className="c3"
1208
+ >
1209
+ <div
1210
+ className="c4"
1042
1211
  >
1043
- <div
1044
- className="c10"
1045
- />
1046
- <div
1047
- className="c3"
1212
+ <span
1213
+ className="c5"
1048
1214
  >
1049
- <div
1050
- className="c4"
1051
- >
1052
- <span
1053
- className="c5"
1054
- >
1055
- #女の子
1056
- </span>
1057
- </div>
1058
- </div>
1059
- </a>
1060
- </div>
1061
- <div>
1062
- <a
1063
- aria-disabled={true}
1064
- className="c13"
1065
- onClick={[Function]}
1066
- onDragStart={[Function]}
1067
- onKeyDown={[Function]}
1068
- onKeyUp={[Function]}
1069
- onMouseDown={[Function]}
1070
- onMouseEnter={[Function]}
1071
- onMouseLeave={[Function]}
1072
- onMouseUp={[Function]}
1073
- onTouchCancel={[Function]}
1074
- onTouchEnd={[Function]}
1075
- onTouchMove={[Function]}
1076
- onTouchStart={[Function]}
1077
- role="button"
1078
- size="S"
1215
+ girl
1216
+ </span>
1217
+ </div>
1218
+ <span
1219
+ className="c5"
1079
1220
  >
1080
- <div
1081
- className="c10"
1082
- />
1083
- <div
1084
- className="c3"
1085
- >
1086
- <div
1087
- className="c4"
1088
- >
1089
- <span
1090
- className="c5"
1091
- >
1092
- #女の子
1093
- </span>
1094
- </div>
1095
- </div>
1096
- </a>
1221
+ #女の子
1222
+ </span>
1097
1223
  </div>
1098
1224
  </div>
1099
- </div>
1225
+ </a>
1100
1226
  </div>
1101
1227
  `;