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

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.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.0-alpha.272](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.271...@empathyco/x-components@3.0.0-alpha.272) (2023-01-09)
7
+
8
+ ### Features
9
+
10
+ - **design-system:** deprecate old typography styles (#973)
11
+ ([15d6d64](https://github.com/empathyco/x/commit/15d6d64c18fe28664e873802fe34073158c30648)),
12
+ closes [EX-7726](https://searchbroker.atlassian.net/browse/EX-7726)
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
6
19
  ## [3.0.0-alpha.271](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.270...@empathyco/x-components@3.0.0-alpha.271) (2023-01-06)
7
20
 
8
21
  ### Build System
@@ -39,18 +39,4 @@
39
39
  --x-size-base-18: 216px;
40
40
  --x-size-base-19: 280px;
41
41
  --x-size-base-20: 344px;
42
- }
43
- :root {
44
- --x-font-family-base: "Montserrat", sans-serif;
45
- --x-size-font-base-xs: 12px;
46
- --x-size-font-base-s: 14px;
47
- --x-size-font-base-m: 16px;
48
- --x-size-font-base-l: 18px;
49
- --x-size-font-base-xl: 32px;
50
- --x-number-font-weight-base-light: 300;
51
- --x-number-font-weight-base-regular: 400;
52
- --x-number-font-weight-base-bold: 600;
53
- --x-size-line-height-base-s: 16px;
54
- --x-size-line-height-base-m: 24px;
55
- --x-size-line-height-base-l: 32px;
56
42
  }
@@ -2655,124 +2655,6 @@
2655
2655
  --x-number-font-weight-tag-default-selected
2656
2656
  );
2657
2657
  }
2658
- :root {
2659
- --x-color-text-default: var(--x-color-base-neutral-10);
2660
- --x-font-family-text: var(--x-font-family-base);
2661
- --x-size-font-text: var(--x-size-font-base-s);
2662
- --x-number-font-weight-text: var(--x-number-font-weight-base-regular);
2663
- --x-size-line-height-text: var(--x-size-line-height-base-s);
2664
- --x-string-text-decoration-text: none;
2665
- --x-font-family-title1: var(--x-font-family-base);
2666
- --x-size-font-title1: var(--x-size-font-base-xl);
2667
- --x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
2668
- --x-size-line-height-title1: var(--x-size-line-height-base-l);
2669
- --x-string-text-decoration-title1: none;
2670
- --x-font-family-title2: var(--x-font-family-base);
2671
- --x-size-font-title2: var(--x-size-font-base-l);
2672
- --x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
2673
- --x-size-line-height-title2: var(--x-size-line-height-base-m);
2674
- --x-string-text-decoration-title2: none;
2675
- --x-font-family-title3: var(--x-font-family-base);
2676
- --x-size-font-title3: var(--x-size-font-base-m);
2677
- --x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
2678
- --x-size-line-height-title3: var(--x-size-line-height-base-m);
2679
- --x-string-text-decoration-title3: none;
2680
- --x-font-family-small: var(--x-font-family-base);
2681
- --x-size-font-small: var(--x-size-font-base-xs);
2682
- --x-number-font-weight-small: var(--x-number-font-weight-base-regular);
2683
- --x-size-line-height-small: var(--x-size-line-height-base-s);
2684
- --x-string-text-decoration-small: none;
2685
- }
2686
-
2687
- .x,
2688
- .x-text {
2689
- font-family: var(--x-font-family-text);
2690
- font-size: var(--x-size-font-text);
2691
- font-weight: var(--x-number-font-weight-text);
2692
- line-height: var(--x-size-line-height-text);
2693
- -webkit-text-decoration: var(--x-string-text-decoration);
2694
- text-decoration: var(--x-string-text-decoration);
2695
- color: var(--x-color-text-default);
2696
- margin: 0;
2697
- }
2698
-
2699
- .x-title1 {
2700
- font-family: var(--x-font-family-title1);
2701
- font-size: var(--x-size-font-title1);
2702
- font-weight: var(--x-number-font-weight-title1);
2703
- line-height: var(--x-size-line-height-title1);
2704
- -webkit-text-decoration: var(--x-string-text-decoration-title1);
2705
- text-decoration: var(--x-string-text-decoration-title1);
2706
- color: var(--x-color-text-default);
2707
- margin: 0;
2708
- }
2709
-
2710
- .x-title2 {
2711
- font-family: var(--x-font-family-title2);
2712
- font-size: var(--x-size-font-title2);
2713
- font-weight: var(--x-number-font-weight-title2);
2714
- line-height: var(--x-size-line-height-title2);
2715
- -webkit-text-decoration: var(--x-string-text-decoration-title2);
2716
- text-decoration: var(--x-string-text-decoration-title2);
2717
- color: var(--x-color-text-default);
2718
- margin: 0;
2719
- }
2720
-
2721
- .x-title3 {
2722
- font-family: var(--x-font-family-title3);
2723
- font-size: var(--x-size-font-title3);
2724
- font-weight: var(--x-number-font-weight-title3);
2725
- line-height: var(--x-size-line-height-title3);
2726
- -webkit-text-decoration: var(--x-string-text-decoration-title3);
2727
- text-decoration: var(--x-string-text-decoration-title3);
2728
- color: var(--x-color-text-default);
2729
- margin: 0;
2730
- }
2731
-
2732
- .x-small {
2733
- font-family: var(--x-font-family-small);
2734
- font-size: var(--x-size-font-small);
2735
- font-weight: var(--x-number-font-weight-small);
2736
- line-height: var(--x-size-line-height-small);
2737
- -webkit-text-decoration: var(--x-string-text-decoration-small);
2738
- text-decoration: var(--x-string-text-decoration-small);
2739
- color: var(--x-color-text-default);
2740
- margin: 0;
2741
- }
2742
-
2743
- .x-ellipsis {
2744
- text-overflow: ellipsis;
2745
- overflow: hidden;
2746
- white-space: nowrap;
2747
- }
2748
- :root {
2749
- --x-color-text-default: var(--x-color-base-neutral-10);
2750
- --x-font-family-text: var(--x-font-family-base);
2751
- --x-size-font-text: var(--x-size-font-base-s);
2752
- --x-number-font-weight-text: var(--x-number-font-weight-base-regular);
2753
- --x-size-line-height-text: var(--x-size-line-height-base-s);
2754
- --x-string-text-decoration-text: none;
2755
- --x-font-family-title1: var(--x-font-family-base);
2756
- --x-size-font-title1: var(--x-size-font-base-xl);
2757
- --x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
2758
- --x-size-line-height-title1: var(--x-size-line-height-base-l);
2759
- --x-string-text-decoration-title1: none;
2760
- --x-font-family-title2: var(--x-font-family-base);
2761
- --x-size-font-title2: var(--x-size-font-base-l);
2762
- --x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
2763
- --x-size-line-height-title2: var(--x-size-line-height-base-m);
2764
- --x-string-text-decoration-title2: none;
2765
- --x-font-family-title3: var(--x-font-family-base);
2766
- --x-size-font-title3: var(--x-size-font-base-m);
2767
- --x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
2768
- --x-size-line-height-title3: var(--x-size-line-height-base-m);
2769
- --x-string-text-decoration-title3: none;
2770
- --x-font-family-small: var(--x-font-family-base);
2771
- --x-size-font-small: var(--x-size-font-base-xs);
2772
- --x-number-font-weight-small: var(--x-number-font-weight-base-regular);
2773
- --x-size-line-height-small: var(--x-size-line-height-base-s);
2774
- --x-string-text-decoration-small: none;
2775
- }
2776
2658
  :root {
2777
2659
  --x-size-border-radius-base-none: 0;
2778
2660
  --x-size-border-radius-base-s: var(--x-size-base-02);
@@ -2814,18 +2696,4 @@
2814
2696
  --x-size-base-18: 216px;
2815
2697
  --x-size-base-19: 280px;
2816
2698
  --x-size-base-20: 344px;
2817
- }
2818
- :root {
2819
- --x-font-family-base: "Montserrat", sans-serif;
2820
- --x-size-font-base-xs: 12px;
2821
- --x-size-font-base-s: 14px;
2822
- --x-size-font-base-m: 16px;
2823
- --x-size-font-base-l: 18px;
2824
- --x-size-font-base-xl: 32px;
2825
- --x-number-font-weight-base-light: 300;
2826
- --x-number-font-weight-base-regular: 400;
2827
- --x-number-font-weight-base-bold: 600;
2828
- --x-size-line-height-base-s: 16px;
2829
- --x-size-line-height-base-m: 24px;
2830
- --x-size-line-height-base-l: 32px;
2831
2699
  }
@@ -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,336 @@
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
+ .x-text--accent {
241
+ --x-color-text-default: var(--x-color-text-accent);
242
+ }
243
+ :root {
244
+ --x-color-text-accent: var(--x-color-base-accent);
245
+ }
246
+ .x-text--bold.x-text {
247
+ --x-number-font-weight-text: var(--x-number-font-weight-base-bold);
248
+ }
249
+ .x-text--bold.x-title1 {
250
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-bold);
251
+ }
252
+ .x-text--bold.x-title2 {
253
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-bold);
254
+ }
255
+ .x-text--bold.x-title3 {
256
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-bold);
257
+ }
258
+ .x-text--bold.x-small {
259
+ --x-number-font-weight-small: var(--x-number-font-weight-base-bold);
260
+ }
261
+ :root {
262
+ --x-color-text-default: var(--x-color-base-neutral-10);
263
+ --x-font-family-text: var(--x-font-family-base);
264
+ --x-size-font-text: var(--x-size-font-base-s);
265
+ --x-number-font-weight-text: var(--x-number-font-weight-base-regular);
266
+ --x-size-line-height-text: var(--x-size-line-height-base-s);
267
+ --x-string-text-decoration-text: none;
268
+ --x-font-family-title1: var(--x-font-family-base);
269
+ --x-size-font-title1: var(--x-size-font-base-xl);
270
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-regular);
271
+ --x-size-line-height-title1: var(--x-size-line-height-base-l);
272
+ --x-string-text-decoration-title1: none;
273
+ --x-font-family-title2: var(--x-font-family-base);
274
+ --x-size-font-title2: var(--x-size-font-base-l);
275
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-regular);
276
+ --x-size-line-height-title2: var(--x-size-line-height-base-m);
277
+ --x-string-text-decoration-title2: none;
278
+ --x-font-family-title3: var(--x-font-family-base);
279
+ --x-size-font-title3: var(--x-size-font-base-m);
280
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-regular);
281
+ --x-size-line-height-title3: var(--x-size-line-height-base-m);
282
+ --x-string-text-decoration-title3: none;
283
+ --x-font-family-small: var(--x-font-family-base);
284
+ --x-size-font-small: var(--x-size-font-base-xs);
285
+ --x-number-font-weight-small: var(--x-number-font-weight-base-regular);
286
+ --x-size-line-height-small: var(--x-size-line-height-base-s);
287
+ --x-string-text-decoration-small: none;
288
+ }
289
+
290
+ .x,
291
+ .x-text {
292
+ font-family: var(--x-font-family-text);
293
+ font-size: var(--x-size-font-text);
294
+ font-weight: var(--x-number-font-weight-text);
295
+ line-height: var(--x-size-line-height-text);
296
+ -webkit-text-decoration: var(--x-string-text-decoration);
297
+ text-decoration: var(--x-string-text-decoration);
298
+ color: var(--x-color-text-default);
299
+ margin: 0;
300
+ }
301
+
302
+ .x-title1 {
303
+ font-family: var(--x-font-family-title1);
304
+ font-size: var(--x-size-font-title1);
305
+ font-weight: var(--x-number-font-weight-title1);
306
+ line-height: var(--x-size-line-height-title1);
307
+ -webkit-text-decoration: var(--x-string-text-decoration-title1);
308
+ text-decoration: var(--x-string-text-decoration-title1);
309
+ color: var(--x-color-text-default);
310
+ margin: 0;
311
+ }
312
+
313
+ .x-title2 {
314
+ font-family: var(--x-font-family-title2);
315
+ font-size: var(--x-size-font-title2);
316
+ font-weight: var(--x-number-font-weight-title2);
317
+ line-height: var(--x-size-line-height-title2);
318
+ -webkit-text-decoration: var(--x-string-text-decoration-title2);
319
+ text-decoration: var(--x-string-text-decoration-title2);
320
+ color: var(--x-color-text-default);
321
+ margin: 0;
322
+ }
323
+
324
+ .x-title3 {
325
+ font-family: var(--x-font-family-title3);
326
+ font-size: var(--x-size-font-title3);
327
+ font-weight: var(--x-number-font-weight-title3);
328
+ line-height: var(--x-size-line-height-title3);
329
+ -webkit-text-decoration: var(--x-string-text-decoration-title3);
330
+ text-decoration: var(--x-string-text-decoration-title3);
331
+ color: var(--x-color-text-default);
332
+ margin: 0;
333
+ }
334
+
335
+ .x-small {
336
+ font-family: var(--x-font-family-small);
337
+ font-size: var(--x-size-font-small);
338
+ font-weight: var(--x-number-font-weight-small);
339
+ line-height: var(--x-size-line-height-small);
340
+ -webkit-text-decoration: var(--x-string-text-decoration-small);
341
+ text-decoration: var(--x-string-text-decoration-small);
342
+ color: var(--x-color-text-default);
343
+ margin: 0;
344
+ }
345
+
346
+ .x-ellipsis {
347
+ text-overflow: ellipsis;
348
+ overflow: hidden;
349
+ white-space: nowrap;
350
+ }
351
+ .x-text--light.x-text {
352
+ --x-number-font-weight-text: var(--x-number-font-weight-base-light);
353
+ }
354
+ .x-text--light.x-title1 {
355
+ --x-number-font-weight-title1: var(--x-number-font-weight-base-light);
356
+ }
357
+ .x-text--light.x-title2 {
358
+ --x-number-font-weight-title2: var(--x-number-font-weight-base-light);
359
+ }
360
+ .x-text--light.x-title3 {
361
+ --x-number-font-weight-title3: var(--x-number-font-weight-base-light);
362
+ }
363
+ .x-text--light.x-small {
364
+ --x-number-font-weight-small: var(--x-number-font-weight-base-light);
365
+ }
366
+ .x-text--secondary {
367
+ --x-color-text-default: var(--x-color-text-secondary);
368
+ }
369
+ :root {
370
+ --x-color-text-secondary: var(--x-color-base-neutral-35);
371
+ }
372
+ .x-text--stroke.x-text {
373
+ --x-string-text-decoration: line-through;
374
+ }
375
+ .x-text--stroke.x-title1 {
376
+ --x-string-text-decoration-title1: line-through;
377
+ }
378
+ .x-text--stroke.x-title2 {
379
+ --x-string-text-decoration-title2: line-through;
380
+ }
381
+ .x-text--stroke.x-title3 {
382
+ --x-string-text-decoration-title3: line-through;
383
+ }
384
+ .x-text--stroke.x-small {
385
+ --x-string-text-decoration-small: line-through;
386
+ }
387
+ .x-font-color--lead {
388
+ color: var(--x-color-base-lead) !important;
389
+ }
390
+
391
+ .x-font-color--auxiliary {
392
+ color: var(--x-color-base-auxiliary) !important;
393
+ }
394
+
395
+ .x-font-color--neutral-10 {
396
+ color: var(--x-color-base-neutral-10) !important;
397
+ }
398
+
399
+ .x-font-color--neutral-35 {
400
+ color: var(--x-color-base-neutral-35) !important;
401
+ }
402
+
403
+ .x-font-color--neutral-70 {
404
+ color: var(--x-color-base-neutral-70) !important;
405
+ }
406
+
407
+ .x-font-color--neutral-95 {
408
+ color: var(--x-color-base-neutral-95) !important;
409
+ }
410
+
411
+ .x-font-color--neutral-100 {
412
+ color: var(--x-color-base-neutral-100) !important;
413
+ }
414
+
415
+ .x-font-color--accent {
416
+ color: var(--x-color-base-accent) !important;
417
+ }
418
+
419
+ .x-font-color--enable {
420
+ color: var(--x-color-base-enable) !important;
421
+ }
422
+
423
+ .x-font-color--disable {
424
+ color: var(--x-color-base-disable) !important;
425
+ }
426
+
427
+ .x-font-color--transparent {
428
+ color: var(--x-color-base-transparent) !important;
429
+ }
430
+ .x-font-size--01 {
431
+ font-size: var(--x-size-base-01) !important;
432
+ line-height: 1.5;
433
+ }
434
+ .x-font-size--02 {
435
+ font-size: var(--x-size-base-02) !important;
436
+ line-height: 1.5;
437
+ }
438
+ .x-font-size--03 {
439
+ font-size: var(--x-size-base-03) !important;
440
+ line-height: 1.5;
441
+ }
442
+ .x-font-size--04 {
443
+ font-size: var(--x-size-base-04) !important;
444
+ line-height: 1.5;
445
+ }
446
+ .x-font-size--05 {
447
+ font-size: var(--x-size-base-05) !important;
448
+ line-height: 1.5;
449
+ }
450
+ .x-font-size--06 {
451
+ font-size: var(--x-size-base-06) !important;
452
+ line-height: 1.5;
453
+ }
454
+ .x-font-size--07 {
455
+ font-size: var(--x-size-base-07) !important;
456
+ line-height: 1.5;
457
+ }
458
+ .x-font-size--08 {
459
+ font-size: var(--x-size-base-08) !important;
460
+ line-height: 1.5;
461
+ }
462
+ .x-font-size--09 {
463
+ font-size: var(--x-size-base-09) !important;
464
+ line-height: 1.5;
465
+ }
466
+ .x-font-size--10 {
467
+ font-size: var(--x-size-base-10) !important;
468
+ line-height: 1.5;
469
+ }
470
+ .x-font-size--11 {
471
+ font-size: var(--x-size-base-11) !important;
472
+ line-height: 1.5;
473
+ }
474
+ .x-font-size--12 {
475
+ font-size: var(--x-size-base-12) !important;
476
+ line-height: 1.5;
477
+ }
478
+ .x-font-size--13 {
479
+ font-size: var(--x-size-base-13) !important;
480
+ line-height: 1.5;
481
+ }
482
+ .x-font-size--14 {
483
+ font-size: var(--x-size-base-14) !important;
484
+ line-height: 1.5;
485
+ }
486
+ .x-font-size--15 {
487
+ font-size: var(--x-size-base-15) !important;
488
+ line-height: 1.5;
489
+ }
490
+ .x-font-size--16 {
491
+ font-size: var(--x-size-base-16) !important;
492
+ line-height: 1.5;
493
+ }
494
+ .x-font-size--17 {
495
+ font-size: var(--x-size-base-17) !important;
496
+ line-height: 1.5;
497
+ }
498
+ .x-font-size--18 {
499
+ font-size: var(--x-size-base-18) !important;
500
+ line-height: 1.5;
501
+ }
502
+ .x-font-size--19 {
503
+ font-size: var(--x-size-base-19) !important;
504
+ line-height: 1.5;
505
+ }
506
+ .x-font-size--20 {
507
+ font-size: var(--x-size-base-20) !important;
508
+ line-height: 1.5;
509
+ }
510
+ .x-font-weight--light {
511
+ font-weight: var(--x-number-font-weight-base-light) !important;
512
+ }
513
+ .x-font-weight--regular {
514
+ font-weight: var(--x-number-font-weight-base-regular) !important;
515
+ }
516
+ .x-font-weight--bold {
517
+ font-weight: var(--x-number-font-weight-base-bold) !important;
518
+ }
519
+ .x-line-height--none {
520
+ line-height: 1 !important;
521
+ }
522
+
523
+ .x-line-height--tight {
524
+ line-height: 1.25 !important;
525
+ }
526
+
527
+ .x-line-height--snug {
528
+ line-height: 1.375 !important;
529
+ }
530
+
531
+ .x-line-height--normal {
532
+ line-height: 1.5 !important;
533
+ }
534
+
535
+ .x-line-height--relaxed {
536
+ line-height: 1.625 !important;
537
+ }
538
+
539
+ .x-line-height--loose {
540
+ line-height: 2 !important;
541
+ }
542
+ .x-underline {
543
+ text-decoration-line: underline;
544
+ }
545
+
546
+ .x-overline {
547
+ text-decoration-line: overline;
548
+ }
549
+
550
+ .x-line-through {
551
+ text-decoration-line: line-through;
552
+ }
553
+
554
+ .x-no-underline {
555
+ text-decoration-line: none;
556
+ }
557
+ .x-uppercase {
558
+ text-transform: uppercase;
559
+ }
560
+
561
+ .x-lowercase {
562
+ text-transform: lowercase;
563
+ }
564
+
565
+ .x-capitalize {
566
+ text-transform: capitalize;
567
+ }
568
+
569
+ .x-normal-case {
570
+ text-transform: none;
239
571
  }