@empathyco/x-components 3.0.0-alpha.271 → 3.0.0-alpha.273

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 (30) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/design-system/base.css +0 -14
  3. package/design-system/default-theme.css +0 -529
  4. package/design-system/deprecated-full-theme.css +652 -22
  5. package/design-system/full-theme.css +89 -712
  6. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +1 -1
  7. package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +1 -1
  8. package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
  9. package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
  10. package/js/x-modules/history-queries/components/history-query.vue.js +2 -2
  11. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  12. package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -1
  13. package/js/x-modules/history-queries/components/remove-history-query.vue.js.map +1 -1
  14. package/package.json +3 -3
  15. package/design-system/suggestion-default.css +0 -198
  16. package/design-system/suggestion-group-default.css +0 -100
  17. package/design-system/typography-accent.css +0 -3
  18. package/design-system/typography-accent.token.css +0 -3
  19. package/design-system/typography-bold.css +0 -15
  20. package/design-system/typography-default.css +0 -90
  21. package/design-system/typography-light.css +0 -15
  22. package/design-system/typography-secondary.css +0 -3
  23. package/design-system/typography-secondary.token.css +0 -3
  24. package/design-system/typography-stroke.css +0 -15
  25. package/design-system/utilities-font-color.css +0 -43
  26. package/design-system/utilities-font-size.css +0 -80
  27. package/design-system/utilities-font-weight.css +0 -9
  28. package/design-system/utilities-line-height.css +0 -23
  29. package/design-system/utilities-text-decoration.css +0 -15
  30. package/design-system/utilities-text-transform.css +0 -15
@@ -20,28 +20,6 @@
20
20
  --x-size-border-radius-bottom-left-button-card
21
21
  );
22
22
  }
23
- :root {
24
- --x-color-background-button-ghost: transparent;
25
- --x-color-border-button-ghost: transparent;
26
- --x-color-text-button-ghost: var(--x-color-base-lead);
27
- }
28
-
29
- .x-button--ghost.x-button,
30
- .x-button--ghost .x-button {
31
- --x-color-background-button-default: var(--x-color-background-button-ghost);
32
- --x-color-border-button-default: var(--x-color-border-button-ghost);
33
- --x-color-text-button-default: var(--x-color-text-button-ghost);
34
- }
35
-
36
- .x-button--ghost.x-button--ghost-start.x-button,
37
- .x-button--ghost.x-button--ghost-start .x-button {
38
- --x-size-padding-left-button-default: 0;
39
- }
40
-
41
- .x-button--ghost.x-button--ghost-end.x-button,
42
- .x-button--ghost.x-button--ghost-end .x-button {
43
- --x-size-padding-right-button-default: 0;
44
- }
45
23
  :root {
46
24
  --x-color-background-button-default: var(--x-color-base-lead);
47
25
  --x-color-border-button-default: var(--x-color-background-button-default);
@@ -127,6 +105,28 @@
127
105
  margin-right: var(--x-size-gap-button-default);
128
106
  }
129
107
  }
108
+ :root {
109
+ --x-color-background-button-ghost: transparent;
110
+ --x-color-border-button-ghost: transparent;
111
+ --x-color-text-button-ghost: var(--x-color-base-lead);
112
+ }
113
+
114
+ .x-button--ghost.x-button,
115
+ .x-button--ghost .x-button {
116
+ --x-color-background-button-default: var(--x-color-background-button-ghost);
117
+ --x-color-border-button-default: var(--x-color-border-button-ghost);
118
+ --x-color-text-button-default: var(--x-color-text-button-ghost);
119
+ }
120
+
121
+ .x-button--ghost.x-button--ghost-start.x-button,
122
+ .x-button--ghost.x-button--ghost-start .x-button {
123
+ --x-size-padding-left-button-default: 0;
124
+ }
125
+
126
+ .x-button--ghost.x-button--ghost-end.x-button,
127
+ .x-button--ghost.x-button--ghost-end .x-button {
128
+ --x-size-padding-right-button-default: 0;
129
+ }
130
130
  :root {
131
131
  --x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
132
132
  --x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
@@ -236,4 +236,634 @@
236
236
  --x-size-border-width-right-button-default: var(--x-size-border-width-right-button-tertiary);
237
237
  --x-size-border-width-bottom-button-default: var(--x-size-border-width-bottom-button-tertiary);
238
238
  --x-size-border-width-left-button-default: var(--x-size-border-width-left-button-tertiary);
239
+ }
240
+ :root {
241
+ --x-color-text-suggestion-group-default: var(--x-color-text-suggestion-default);
242
+ --x-color-text-suggestion-group-matching-part-default: var(--x-color-text-suggestion-matching-part-default);
243
+ --x-color-background-suggestion-group-default: var(--x-color-background-suggestion-default);
244
+ --x-color-border-suggestion-group-default: var(--x-color-text-suggestion-group-default);
245
+ --x-size-padding-top-suggestion-group-default: var(--x-size-padding-top-suggestion-default);
246
+ --x-size-padding-right-suggestion-group-default: var(--x-size-padding-right-suggestion-default);
247
+ --x-size-padding-bottom-suggestion-group-default: var(--x-size-padding-bottom-suggestion-default);
248
+ --x-size-padding-left-suggestion-group-default: var(--x-size-padding-left-suggestion-default);
249
+ --x-size-gap-suggestion-group-default: var(--x-size-gap-suggestion-default);
250
+ --x-size-border-width-suggestion-group-default: 0;
251
+ --x-size-border-width-top-suggestion-group-default: var(--x-size-border-width-suggestion-default);
252
+ --x-size-border-width-right-suggestion-group-default: var(--x-size-border-width-suggestion-default);
253
+ --x-size-border-width-bottom-suggestion-group-default: var(--x-size-border-width-suggestion-default);
254
+ --x-size-border-width-left-suggestion-group-default: var(--x-size-border-width-suggestion-default);
255
+ --x-size-border-radius-suggestion-group-default: var(--x-size-border-radius-base-none);
256
+ --x-size-border-radius-top-left-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
257
+ --x-size-border-radius-top-right-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
258
+ --x-size-border-radius-bottom-right-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
259
+ --x-size-border-radius-bottom-left-suggestion-group-default: var(--x-size-border-radius-suggestion-default);
260
+ --x-font-family-suggestion-group-default: var(--x-font-family-suggestion-default);
261
+ --x-size-font-suggestion-group-default: var(--x-size-font-suggestion-default);
262
+ --x-size-line-height-suggestion-group-default: var(--x-size-line-height-suggestion-default);
263
+ --x-number-font-weight-suggestion-group-default: var(--x-number-font-weight-suggestion-default);
264
+ }
265
+
266
+ [dir="ltr"] .x-suggestion-group {
267
+ padding-left: var(--x-size-padding-left-suggestion-group-default);
268
+ }
269
+
270
+ [dir="rtl"] .x-suggestion-group {
271
+ padding-right: var(--x-size-padding-left-suggestion-group-default);
272
+ }
273
+
274
+ [dir="ltr"] .x-suggestion-group {
275
+ padding-right: var(--x-size-padding-right-suggestion-group-default);
276
+ }
277
+
278
+ [dir="rtl"] .x-suggestion-group {
279
+ padding-left: var(--x-size-padding-right-suggestion-group-default);
280
+ }
281
+
282
+ [dir="ltr"] .x-suggestion-group {
283
+ border-left-width: var(--x-size-border-width-left-suggestion-group-default);
284
+ }
285
+
286
+ [dir="rtl"] .x-suggestion-group {
287
+ border-right-width: var(--x-size-border-width-left-suggestion-group-default);
288
+ }
289
+
290
+ [dir="ltr"] .x-suggestion-group {
291
+ border-right-width: var(--x-size-border-width-right-suggestion-group-default);
292
+ }
293
+
294
+ [dir="rtl"] .x-suggestion-group {
295
+ border-left-width: var(--x-size-border-width-right-suggestion-group-default);
296
+ }
297
+
298
+ .x-suggestion-group {
299
+ display: flex;
300
+ flex-flow: row nowrap;
301
+ box-sizing: border-box;
302
+ background-color: var(--x-color-background-suggestion-group-default);
303
+ color: var(--x-color-text-suggestion-group-default);
304
+ border-color: var(--x-color-border-suggestion-group-default);
305
+ font-family: var(--x-font-family-suggestion-group-default);
306
+ font-size: var(--x-size-font-suggestion-group-default);
307
+ line-height: var(--x-size-line-height-suggestion-group-default);
308
+ font-weight: var(--x-number-font-weight-suggestion-group-default);
309
+ cursor: pointer;
310
+ padding-top: var(--x-size-padding-top-suggestion-group-default);
311
+ padding-bottom: var(--x-size-padding-bottom-suggestion-group-default);
312
+ gap: var(--x-size-gap-suggestion-group-default);
313
+ border-style: solid;
314
+ border-top-width: var(--x-size-border-width-top-suggestion-group-default);
315
+ border-bottom-width: var(--x-size-border-width-bottom-suggestion-group-default);
316
+ border-radius: var(--x-size-border-radius-top-left-suggestion-group-default) var(--x-size-border-radius-top-right-suggestion-group-default) var(--x-size-border-radius-bottom-right-suggestion-group-default) var(--x-size-border-radius-bottom-left-suggestion-group-default);
317
+ }
318
+ @media not all and (min-resolution: 0.001dpcm) {
319
+ .x-suggestion-group {
320
+ gap: 0;
321
+ }
322
+ .x-suggestion-group > *:not(:last-child) {
323
+ margin-right: var(--x-size-gap-suggestion-group-default);
324
+ }
325
+ }
326
+ .x-suggestion-group .x-suggestion {
327
+ padding: 0;
328
+ flex: 1 1 auto;
329
+ border: none;
330
+ }
331
+ .x-suggestion-group .x-button {
332
+ --x-color-background-button-default: transparent;
333
+ --x-color-border-button-default: transparent;
334
+ --x-color-text-button-default: var(--x-color-text-suggestion-group-default);
335
+ --x-size-height-button-default: var(--x-size-line-height-suggestion-group-default);
336
+ --x-size-padding-right-button-default: 0;
337
+ --x-size-padding-left-button-default: 0;
338
+ border: none;
339
+ }
340
+ :root {
341
+ --x-string-align-items-suggestion-default: center;
342
+ --x-color-text-suggestion-default: var(--x-color-text-default);
343
+ --x-color-text-suggestion-matching-part-default: var(--x-color-base-neutral-35);
344
+ --x-color-text-suggestion-default-matching: var(--x-color-text-suggestion-default);
345
+ --x-color-text-suggestion-filter-default: var(--x-color-base-neutral-35);
346
+ --x-color-background-suggestion-default: transparent;
347
+ --x-color-border-suggestion-default: var(--x-color-text-suggestion-default);
348
+ --x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default);
349
+ --x-color-text-suggestion-matching-part-default-curated: var(--x-color-text-suggestion-matching-part-default);
350
+ --x-color-text-suggestion-default-matching-curated: var(--x-color-text-suggestion-default-matching);
351
+ --x-color-background-suggestion-default-curated: var(--x-color-background-suggestion-default);
352
+ --x-color-border-suggestion-default-curated: var(--x-color-border-suggestion-default);
353
+ --x-size-padding-top-suggestion-default: var(--x-size-base-01);
354
+ --x-size-padding-right-suggestion-default: 0;
355
+ --x-size-padding-bottom-suggestion-default: var(--x-size-base-02);
356
+ --x-size-padding-left-suggestion-default: 0;
357
+ --x-size-gap-suggestion-default: var(--x-size-base-03);
358
+ --x-size-border-width-suggestion-default: 0;
359
+ --x-size-border-width-top-suggestion-default: var(--x-size-border-width-suggestion-default);
360
+ --x-size-border-width-right-suggestion-default: var(--x-size-border-width-suggestion-default);
361
+ --x-size-border-width-bottom-suggestion-default: var(--x-size-border-width-suggestion-default);
362
+ --x-size-border-width-left-suggestion-default: var(--x-size-border-width-suggestion-default);
363
+ --x-size-border-radius-suggestion-default: var(--x-size-border-radius-base-none);
364
+ --x-size-border-radius-top-left-suggestion-default: var(--x-size-border-radius-suggestion-default);
365
+ --x-size-border-radius-top-right-suggestion-default: var(--x-size-border-radius-suggestion-default);
366
+ --x-size-border-radius-bottom-right-suggestion-default: var(--x-size-border-radius-suggestion-default);
367
+ --x-size-border-radius-bottom-left-suggestion-default: var(--x-size-border-radius-suggestion-default);
368
+ --x-font-family-suggestion-default: var(--x-font-family-text);
369
+ --x-size-font-suggestion-default: var(--x-size-font-text);
370
+ --x-size-line-height-suggestion-default: var(--x-size-line-height-text);
371
+ --x-number-font-weight-suggestion-default: var(--x-number-font-weight-text);
372
+ --x-font-family-suggestion-matching-part-default: var(--x-font-family-suggestion-default);
373
+ --x-size-font-suggestion-matching-part-default: var(--x-size-font-suggestion-default);
374
+ --x-size-line-height-suggestion-matching-part-default: var(
375
+ --x-size-line-height-suggestion-default
376
+ );
377
+ --x-number-font-weight-suggestion-matching-part-default: var(
378
+ --x-number-font-weight-suggestion-default
379
+ );
380
+ --x-font-family-suggestion-default-matching: var(--x-font-family-suggestion-default);
381
+ --x-size-font-suggestion-default-matching: var(--x-size-font-suggestion-default);
382
+ --x-size-line-height-suggestion-default-matching: var(--x-size-line-height-suggestion-default);
383
+ --x-number-font-weight-suggestion-default-matching: var(
384
+ --x-number-font-weight-suggestion-default
385
+ );
386
+ --x-font-family-suggestion-filter-default: var(--x-font-family-suggestion-default);
387
+ --x-size-font-suggestion-filter-default: var(--x-size-font-suggestion-default);
388
+ --x-size-line-height-suggestion-filter-default: var(--x-size-line-height-suggestion-default);
389
+ --x-number-font-weight-suggestion-filter-default: var(
390
+ --x-number-font-weight-suggestion-default
391
+ );
392
+ --x-text-transform-suggestion-filter-default: none;
393
+ --x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default);
394
+ --x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default);
395
+ --x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default);
396
+ --x-number-font-weight-suggestion-default-curated: var(--x-number-font-weight-suggestion-default);
397
+ --x-font-family-suggestion-matching-part-default-curated: var(--x-font-family-suggestion-matching-part-default);
398
+ --x-size-font-suggestion-matching-part-default-curated: var(--x-size-font-suggestion-matching-part-default);
399
+ --x-size-line-height-suggestion-matching-part-default-curated: var(
400
+ --x-size-line-height-suggestion-matching-part-default
401
+ );
402
+ --x-number-font-weight-suggestion-matching-part-default-curated: var(
403
+ --x-number-font-weight-suggestion-matching-part-default
404
+ );
405
+ --x-font-family-suggestion-default-matching-curated: var(--x-font-family-suggestion-default-matching);
406
+ --x-size-font-suggestion-default-matching-curated: var(--x-size-font-suggestion-default-matching);
407
+ --x-size-line-height-suggestion-default-matching-curated: var(
408
+ --x-size-line-height-suggestion-default-matching
409
+ );
410
+ --x-number-font-weight-suggestion-default-matching-curated: var(
411
+ --x-number-font-weight-suggestion-default-matching
412
+ );
413
+ }
414
+
415
+ [dir="ltr"] .x-suggestion {
416
+ text-align: left;
417
+ }
418
+
419
+ [dir="rtl"] .x-suggestion {
420
+ text-align: right;
421
+ }
422
+
423
+ [dir="ltr"] .x-suggestion {
424
+ padding-left: var(--x-size-padding-left-suggestion-default);
425
+ }
426
+
427
+ [dir="rtl"] .x-suggestion {
428
+ padding-right: var(--x-size-padding-left-suggestion-default);
429
+ }
430
+
431
+ [dir="ltr"] .x-suggestion {
432
+ padding-right: var(--x-size-padding-right-suggestion-default);
433
+ }
434
+
435
+ [dir="rtl"] .x-suggestion {
436
+ padding-left: var(--x-size-padding-right-suggestion-default);
437
+ }
438
+
439
+ [dir="ltr"] .x-suggestion {
440
+ border-left-width: var(--x-size-border-width-left-suggestion-default);
441
+ }
442
+
443
+ [dir="rtl"] .x-suggestion {
444
+ border-right-width: var(--x-size-border-width-left-suggestion-default);
445
+ }
446
+
447
+ [dir="ltr"] .x-suggestion {
448
+ border-right-width: var(--x-size-border-width-right-suggestion-default);
449
+ }
450
+
451
+ [dir="rtl"] .x-suggestion {
452
+ border-left-width: var(--x-size-border-width-right-suggestion-default);
453
+ }
454
+
455
+ .x-suggestion {
456
+ display: flex;
457
+ flex-flow: row nowrap;
458
+ box-sizing: border-box;
459
+ align-items: var(--x-string-align-items-suggestion-default);
460
+ background-color: var(--x-color-background-suggestion-default);
461
+ color: var(--x-color-text-suggestion-default);
462
+ border-color: var(--x-color-border-suggestion-default);
463
+ font-family: var(--x-font-family-suggestion-default);
464
+ font-size: var(--x-size-font-suggestion-default);
465
+ line-height: var(--x-size-line-height-suggestion-default);
466
+ font-weight: var(--x-number-font-weight-suggestion-default);
467
+ cursor: pointer;
468
+ padding-top: var(--x-size-padding-top-suggestion-default);
469
+ padding-bottom: var(--x-size-padding-bottom-suggestion-default);
470
+ gap: var(--x-size-gap-suggestion-default);
471
+ border-style: solid;
472
+ border-top-width: var(--x-size-border-width-top-suggestion-default);
473
+ border-bottom-width: var(--x-size-border-width-bottom-suggestion-default);
474
+ border-radius: var(--x-size-border-radius-top-left-suggestion-default) var(--x-size-border-radius-top-right-suggestion-default) var(--x-size-border-radius-bottom-right-suggestion-default) var(--x-size-border-radius-bottom-left-suggestion-default);
475
+ }
476
+ @media not all and (min-resolution: 0.001dpcm) {
477
+ .x-suggestion {
478
+ gap: 0;
479
+ }
480
+ .x-suggestion > *:not(:last-child) {
481
+ margin-right: var(--x-size-gap-suggestion-default);
482
+ }
483
+ }
484
+ .x-suggestion__matching-part,
485
+ .x-suggestion .x-identifier-result__matching-part {
486
+ font-family: var(--x-font-family-suggestion-matching-part-default);
487
+ font-size: var(--x-size-font-suggestion-matching-part-default);
488
+ line-height: var(--x-size-line-height-suggestion-matching-part-default);
489
+ font-weight: var(--x-number-font-weight-suggestion-matching-part-default);
490
+ color: var(--x-color-text-suggestion-matching-part-default);
491
+ }
492
+ .x-suggestion__filter {
493
+ font-family: var(--x-font-family-suggestion-filter-default);
494
+ font-size: var(--x-size-font-suggestion-filter-default);
495
+ line-height: var(--x-size-line-height-suggestion-filter-default);
496
+ font-weight: var(--x-number-font-weight-suggestion-filter-default);
497
+ text-transform: var(--x-text-transform-suggestion-filter-default);
498
+ color: var(--x-color-text-suggestion-filter-default);
499
+ }
500
+ .x-suggestion--matching {
501
+ --x-font-family-suggestion-default: var(--x-font-family-suggestion-default-matching);
502
+ --x-size-font-suggestion-default: var(--x-size-font-suggestion-default-matching);
503
+ --x-size-line-height-suggestion-default: var(--x-size-line-height-suggestion-default-matching);
504
+ --x-number-font-weight-suggestion-default: var(
505
+ --x-number-font-weight-suggestion-default-matching
506
+ );
507
+ --x-color-text-suggestion-default: var(--x-color-text-suggestion-default-matching);
508
+ }
509
+ .x-suggestion > .x-identifier-result {
510
+ flex: none;
511
+ }
512
+ .x-suggestion.x-suggestion.x-suggestion--is-curated {
513
+ background-color: var(--x-color-background-suggestion-default-curated);
514
+ color: var(--x-color-text-suggestion-default-curated);
515
+ border-color: var(--x-color-border-suggestion-default-curated);
516
+ font-family: var(--x-font-family-suggestion-default-curated);
517
+ font-size: var(--x-size-font-suggestion-default-curated);
518
+ line-height: var(--x-size-line-height-suggestion-default-curated);
519
+ font-weight: var(--x-number-font-weight-suggestion-default-curated);
520
+ }
521
+ .x-suggestion.x-suggestion.x-suggestion--is-curated .x-suggestion__matching-part,
522
+ .x-suggestion.x-suggestion.x-suggestion--is-curated .x-identifier-result__matching-part {
523
+ font-family: var(--x-font-family-suggestion-matching-part-default-curated);
524
+ font-size: var(--x-size-font-suggestion-matching-part-default-curated);
525
+ line-height: var(--x-size-line-height-suggestion-matching-part-default-curated);
526
+ font-weight: var(--x-number-font-weight-suggestion-matching-part-default-curated);
527
+ color: var(--x-color-text-suggestion-matching-part-default-curated);
528
+ }
529
+ .x-suggestion.x-suggestion.x-suggestion--is-curated.x-suggestion--matching {
530
+ --x-font-family-suggestion-default-curated: var(--x-font-family-suggestion-default-matching-curated);
531
+ --x-size-font-suggestion-default-curated: var(--x-size-font-suggestion-default-matching-curated);
532
+ --x-size-line-height-suggestion-default-curated: var(--x-size-line-height-suggestion-default-matching-curated);
533
+ --x-number-font-weight-suggestion-default-curated: var(
534
+ --x-number-font-weight-suggestion-default-matching-curated
535
+ );
536
+ --x-color-text-suggestion-default-curated: var(--x-color-text-suggestion-default-matching-curated);
537
+ }
538
+ .x-text--accent {
539
+ --x-color-text-default: var(--x-color-text-accent);
540
+ }
541
+ :root {
542
+ --x-color-text-accent: var(--x-color-base-accent);
543
+ }
544
+ .x-text--bold.x-text {
545
+ --x-number-font-weight-text: var(--x-number-font-weight-base-bold);
546
+ }
547
+ .x-text--bold.x-title1 {
548
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-bold);
549
+ }
550
+ .x-text--bold.x-title2 {
551
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-bold);
552
+ }
553
+ .x-text--bold.x-title3 {
554
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-bold);
555
+ }
556
+ .x-text--bold.x-small {
557
+ --x-number-font-weight-small: var(--x-number-font-weight-base-bold);
558
+ }
559
+ :root {
560
+ --x-color-text-default: var(--x-color-base-neutral-10);
561
+ --x-font-family-text: var(--x-font-family-base);
562
+ --x-size-font-text: var(--x-size-font-base-s);
563
+ --x-number-font-weight-text: var(--x-number-font-weight-base-regular);
564
+ --x-size-line-height-text: var(--x-size-line-height-base-s);
565
+ --x-string-text-decoration-text: none;
566
+ --x-font-family-title1: var(--x-font-family-base);
567
+ --x-size-font-title1: var(--x-size-font-base-xl);
568
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
569
+ --x-size-line-height-title1: var(--x-size-line-height-base-l);
570
+ --x-string-text-decoration-title1: none;
571
+ --x-font-family-title2: var(--x-font-family-base);
572
+ --x-size-font-title2: var(--x-size-font-base-l);
573
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
574
+ --x-size-line-height-title2: var(--x-size-line-height-base-m);
575
+ --x-string-text-decoration-title2: none;
576
+ --x-font-family-title3: var(--x-font-family-base);
577
+ --x-size-font-title3: var(--x-size-font-base-m);
578
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
579
+ --x-size-line-height-title3: var(--x-size-line-height-base-m);
580
+ --x-string-text-decoration-title3: none;
581
+ --x-font-family-small: var(--x-font-family-base);
582
+ --x-size-font-small: var(--x-size-font-base-xs);
583
+ --x-number-font-weight-small: var(--x-number-font-weight-base-regular);
584
+ --x-size-line-height-small: var(--x-size-line-height-base-s);
585
+ --x-string-text-decoration-small: none;
586
+ }
587
+
588
+ .x,
589
+ .x-text {
590
+ font-family: var(--x-font-family-text);
591
+ font-size: var(--x-size-font-text);
592
+ font-weight: var(--x-number-font-weight-text);
593
+ line-height: var(--x-size-line-height-text);
594
+ -webkit-text-decoration: var(--x-string-text-decoration);
595
+ text-decoration: var(--x-string-text-decoration);
596
+ color: var(--x-color-text-default);
597
+ margin: 0;
598
+ }
599
+
600
+ .x-title1 {
601
+ font-family: var(--x-font-family-title1);
602
+ font-size: var(--x-size-font-title1);
603
+ font-weight: var(--x-number-font-weight-title1);
604
+ line-height: var(--x-size-line-height-title1);
605
+ -webkit-text-decoration: var(--x-string-text-decoration-title1);
606
+ text-decoration: var(--x-string-text-decoration-title1);
607
+ color: var(--x-color-text-default);
608
+ margin: 0;
609
+ }
610
+
611
+ .x-title2 {
612
+ font-family: var(--x-font-family-title2);
613
+ font-size: var(--x-size-font-title2);
614
+ font-weight: var(--x-number-font-weight-title2);
615
+ line-height: var(--x-size-line-height-title2);
616
+ -webkit-text-decoration: var(--x-string-text-decoration-title2);
617
+ text-decoration: var(--x-string-text-decoration-title2);
618
+ color: var(--x-color-text-default);
619
+ margin: 0;
620
+ }
621
+
622
+ .x-title3 {
623
+ font-family: var(--x-font-family-title3);
624
+ font-size: var(--x-size-font-title3);
625
+ font-weight: var(--x-number-font-weight-title3);
626
+ line-height: var(--x-size-line-height-title3);
627
+ -webkit-text-decoration: var(--x-string-text-decoration-title3);
628
+ text-decoration: var(--x-string-text-decoration-title3);
629
+ color: var(--x-color-text-default);
630
+ margin: 0;
631
+ }
632
+
633
+ .x-small {
634
+ font-family: var(--x-font-family-small);
635
+ font-size: var(--x-size-font-small);
636
+ font-weight: var(--x-number-font-weight-small);
637
+ line-height: var(--x-size-line-height-small);
638
+ -webkit-text-decoration: var(--x-string-text-decoration-small);
639
+ text-decoration: var(--x-string-text-decoration-small);
640
+ color: var(--x-color-text-default);
641
+ margin: 0;
642
+ }
643
+
644
+ .x-ellipsis {
645
+ text-overflow: ellipsis;
646
+ overflow: hidden;
647
+ white-space: nowrap;
648
+ }
649
+ .x-text--light.x-text {
650
+ --x-number-font-weight-text: var(--x-number-font-weight-base-light);
651
+ }
652
+ .x-text--light.x-title1 {
653
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-light);
654
+ }
655
+ .x-text--light.x-title2 {
656
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-light);
657
+ }
658
+ .x-text--light.x-title3 {
659
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-light);
660
+ }
661
+ .x-text--light.x-small {
662
+ --x-number-font-weight-small: var(--x-number-font-weight-base-light);
663
+ }
664
+ .x-text--secondary {
665
+ --x-color-text-default: var(--x-color-text-secondary);
666
+ }
667
+ :root {
668
+ --x-color-text-secondary: var(--x-color-base-neutral-35);
669
+ }
670
+ .x-text--stroke.x-text {
671
+ --x-string-text-decoration: line-through;
672
+ }
673
+ .x-text--stroke.x-title1 {
674
+ --x-string-text-decoration-title1: line-through;
675
+ }
676
+ .x-text--stroke.x-title2 {
677
+ --x-string-text-decoration-title2: line-through;
678
+ }
679
+ .x-text--stroke.x-title3 {
680
+ --x-string-text-decoration-title3: line-through;
681
+ }
682
+ .x-text--stroke.x-small {
683
+ --x-string-text-decoration-small: line-through;
684
+ }
685
+ .x-font-color--lead {
686
+ color: var(--x-color-base-lead) !important;
687
+ }
688
+
689
+ .x-font-color--auxiliary {
690
+ color: var(--x-color-base-auxiliary) !important;
691
+ }
692
+
693
+ .x-font-color--neutral-10 {
694
+ color: var(--x-color-base-neutral-10) !important;
695
+ }
696
+
697
+ .x-font-color--neutral-35 {
698
+ color: var(--x-color-base-neutral-35) !important;
699
+ }
700
+
701
+ .x-font-color--neutral-70 {
702
+ color: var(--x-color-base-neutral-70) !important;
703
+ }
704
+
705
+ .x-font-color--neutral-95 {
706
+ color: var(--x-color-base-neutral-95) !important;
707
+ }
708
+
709
+ .x-font-color--neutral-100 {
710
+ color: var(--x-color-base-neutral-100) !important;
711
+ }
712
+
713
+ .x-font-color--accent {
714
+ color: var(--x-color-base-accent) !important;
715
+ }
716
+
717
+ .x-font-color--enable {
718
+ color: var(--x-color-base-enable) !important;
719
+ }
720
+
721
+ .x-font-color--disable {
722
+ color: var(--x-color-base-disable) !important;
723
+ }
724
+
725
+ .x-font-color--transparent {
726
+ color: var(--x-color-base-transparent) !important;
727
+ }
728
+ .x-font-size--01 {
729
+ font-size: var(--x-size-base-01) !important;
730
+ line-height: 1.5;
731
+ }
732
+ .x-font-size--02 {
733
+ font-size: var(--x-size-base-02) !important;
734
+ line-height: 1.5;
735
+ }
736
+ .x-font-size--03 {
737
+ font-size: var(--x-size-base-03) !important;
738
+ line-height: 1.5;
739
+ }
740
+ .x-font-size--04 {
741
+ font-size: var(--x-size-base-04) !important;
742
+ line-height: 1.5;
743
+ }
744
+ .x-font-size--05 {
745
+ font-size: var(--x-size-base-05) !important;
746
+ line-height: 1.5;
747
+ }
748
+ .x-font-size--06 {
749
+ font-size: var(--x-size-base-06) !important;
750
+ line-height: 1.5;
751
+ }
752
+ .x-font-size--07 {
753
+ font-size: var(--x-size-base-07) !important;
754
+ line-height: 1.5;
755
+ }
756
+ .x-font-size--08 {
757
+ font-size: var(--x-size-base-08) !important;
758
+ line-height: 1.5;
759
+ }
760
+ .x-font-size--09 {
761
+ font-size: var(--x-size-base-09) !important;
762
+ line-height: 1.5;
763
+ }
764
+ .x-font-size--10 {
765
+ font-size: var(--x-size-base-10) !important;
766
+ line-height: 1.5;
767
+ }
768
+ .x-font-size--11 {
769
+ font-size: var(--x-size-base-11) !important;
770
+ line-height: 1.5;
771
+ }
772
+ .x-font-size--12 {
773
+ font-size: var(--x-size-base-12) !important;
774
+ line-height: 1.5;
775
+ }
776
+ .x-font-size--13 {
777
+ font-size: var(--x-size-base-13) !important;
778
+ line-height: 1.5;
779
+ }
780
+ .x-font-size--14 {
781
+ font-size: var(--x-size-base-14) !important;
782
+ line-height: 1.5;
783
+ }
784
+ .x-font-size--15 {
785
+ font-size: var(--x-size-base-15) !important;
786
+ line-height: 1.5;
787
+ }
788
+ .x-font-size--16 {
789
+ font-size: var(--x-size-base-16) !important;
790
+ line-height: 1.5;
791
+ }
792
+ .x-font-size--17 {
793
+ font-size: var(--x-size-base-17) !important;
794
+ line-height: 1.5;
795
+ }
796
+ .x-font-size--18 {
797
+ font-size: var(--x-size-base-18) !important;
798
+ line-height: 1.5;
799
+ }
800
+ .x-font-size--19 {
801
+ font-size: var(--x-size-base-19) !important;
802
+ line-height: 1.5;
803
+ }
804
+ .x-font-size--20 {
805
+ font-size: var(--x-size-base-20) !important;
806
+ line-height: 1.5;
807
+ }
808
+ .x-font-weight--light {
809
+ font-weight: var(--x-number-font-weight-base-light) !important;
810
+ }
811
+ .x-font-weight--regular {
812
+ font-weight: var(--x-number-font-weight-base-regular) !important;
813
+ }
814
+ .x-font-weight--bold {
815
+ font-weight: var(--x-number-font-weight-base-bold) !important;
816
+ }
817
+ .x-line-height--none {
818
+ line-height: 1 !important;
819
+ }
820
+
821
+ .x-line-height--tight {
822
+ line-height: 1.25 !important;
823
+ }
824
+
825
+ .x-line-height--snug {
826
+ line-height: 1.375 !important;
827
+ }
828
+
829
+ .x-line-height--normal {
830
+ line-height: 1.5 !important;
831
+ }
832
+
833
+ .x-line-height--relaxed {
834
+ line-height: 1.625 !important;
835
+ }
836
+
837
+ .x-line-height--loose {
838
+ line-height: 2 !important;
839
+ }
840
+ .x-underline {
841
+ text-decoration-line: underline;
842
+ }
843
+
844
+ .x-overline {
845
+ text-decoration-line: overline;
846
+ }
847
+
848
+ .x-line-through {
849
+ text-decoration-line: line-through;
850
+ }
851
+
852
+ .x-no-underline {
853
+ text-decoration-line: none;
854
+ }
855
+ .x-uppercase {
856
+ text-transform: uppercase;
857
+ }
858
+
859
+ .x-lowercase {
860
+ text-transform: lowercase;
861
+ }
862
+
863
+ .x-capitalize {
864
+ text-transform: capitalize;
865
+ }
866
+
867
+ .x-normal-case {
868
+ text-transform: none;
239
869
  }