@x-plat/design-system 0.5.53 → 0.5.55
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/dist/components/Accordion/index.css +2 -2
- package/dist/components/Alert/index.css +3 -3
- package/dist/components/Avatar/index.css +3 -3
- package/dist/components/Badge/index.css +3 -3
- package/dist/components/Box/index.css +1 -1
- package/dist/components/Breadcrumb/index.css +1 -1
- package/dist/components/Calendar/index.css +2 -2
- package/dist/components/CardTab/index.css +3 -3
- package/dist/components/Chart/index.css +9 -9
- package/dist/components/ChatInput/index.css +3 -3
- package/dist/components/Chip/index.css +3 -3
- package/dist/components/DatePicker/index.css +6 -6
- package/dist/components/Drawer/index.css +2 -2
- package/dist/components/Dropdown/index.css +1 -1
- package/dist/components/Editor/index.css +9 -9
- package/dist/components/EmptyState/index.css +3 -3
- package/dist/components/FileUpload/index.css +3 -3
- package/dist/components/HtmlTypeWriter/index.css +3 -3
- package/dist/components/IconButton/index.css +3 -3
- package/dist/components/ImageSelector/index.css +2 -2
- package/dist/components/Pagination/index.css +9 -9
- package/dist/components/Progress/index.css +1 -1
- package/dist/components/Select/index.cjs +1 -1
- package/dist/components/Select/index.css +10 -10
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Steps/index.css +4 -4
- package/dist/components/Tab/index.css +4 -4
- package/dist/components/Table/index.css +3 -3
- package/dist/components/Tag/index.css +6 -6
- package/dist/components/Toast/index.css +3 -3
- package/dist/components/Tooltip/index.css +4 -4
- package/dist/components/Video/index.css +4 -4
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.css +102 -102
- package/dist/components/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +102 -102
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
background: none;
|
|
1643
1643
|
border: none;
|
|
1644
1644
|
cursor: pointer;
|
|
1645
|
-
font-size:
|
|
1645
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1646
1646
|
font-weight: 500;
|
|
1647
1647
|
color: var(--semantic-text-strong);
|
|
1648
1648
|
text-align: left;
|
|
@@ -1668,7 +1668,7 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
.lib-xplat-accordion .accordion-content {
|
|
1670
1670
|
padding: 0 var(--spacing-space-4) 14px;
|
|
1671
|
-
font-size:
|
|
1671
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1672
1672
|
color: var(--semantic-text-subtle);
|
|
1673
1673
|
line-height: 1.6;
|
|
1674
1674
|
}
|
|
@@ -1684,8 +1684,8 @@
|
|
|
1684
1684
|
justify-content: space-between;
|
|
1685
1685
|
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
1686
1686
|
border-radius: var(--spacing-radius-md);
|
|
1687
|
-
font-size:
|
|
1688
|
-
line-height:
|
|
1687
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1688
|
+
line-height: var(--semantic-typo-label-2-m-lh);
|
|
1689
1689
|
border: 1px solid;
|
|
1690
1690
|
}
|
|
1691
1691
|
.lib-xplat-alert .content {
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
background: none;
|
|
1696
1696
|
border: none;
|
|
1697
1697
|
cursor: pointer;
|
|
1698
|
-
font-size:
|
|
1698
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
1699
1699
|
line-height: 1;
|
|
1700
1700
|
margin-left: var(--spacing-space-2);
|
|
1701
1701
|
padding: 0;
|
|
@@ -1751,17 +1751,17 @@
|
|
|
1751
1751
|
.lib-xplat-avatar.sm {
|
|
1752
1752
|
width: var(--spacing-control-height-sm);
|
|
1753
1753
|
height: var(--spacing-control-height-sm);
|
|
1754
|
-
font-size:
|
|
1754
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
1755
1755
|
}
|
|
1756
1756
|
.lib-xplat-avatar.md {
|
|
1757
1757
|
width: var(--spacing-control-height-md);
|
|
1758
1758
|
height: var(--spacing-control-height-md);
|
|
1759
|
-
font-size:
|
|
1759
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1760
1760
|
}
|
|
1761
1761
|
.lib-xplat-avatar.lg {
|
|
1762
1762
|
width: var(--spacing-control-height-lg);
|
|
1763
1763
|
height: var(--spacing-control-height-lg);
|
|
1764
|
-
font-size:
|
|
1764
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
1765
1765
|
}
|
|
1766
1766
|
.lib-xplat-avatar img {
|
|
1767
1767
|
width: 100%;
|
|
@@ -1823,7 +1823,7 @@
|
|
|
1823
1823
|
.lib-xplat-badge.sm .badge-indicator {
|
|
1824
1824
|
min-width: var(--spacing-space-4);
|
|
1825
1825
|
height: var(--spacing-space-4);
|
|
1826
|
-
font-size:
|
|
1826
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
1827
1827
|
padding: 0 var(--spacing-space-1);
|
|
1828
1828
|
}
|
|
1829
1829
|
.lib-xplat-badge.sm .badge-indicator.dot {
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
.lib-xplat-badge.lg .badge-indicator {
|
|
1834
1834
|
min-width: var(--spacing-space-6);
|
|
1835
1835
|
height: var(--spacing-space-6);
|
|
1836
|
-
font-size:
|
|
1836
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
1837
1837
|
padding: 0 var(--spacing-space-2);
|
|
1838
1838
|
}
|
|
1839
1839
|
.lib-xplat-badge.lg .badge-indicator.dot {
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
justify-content: center;
|
|
1851
1851
|
border-radius: var(--spacing-radius-full);
|
|
1852
1852
|
color: var(--semantic-text-inverse);
|
|
1853
|
-
font-size:
|
|
1853
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
1854
1854
|
font-weight: 600;
|
|
1855
1855
|
line-height: 1;
|
|
1856
1856
|
min-width: var(--spacing-space-4);
|
|
@@ -1908,7 +1908,7 @@
|
|
|
1908
1908
|
}
|
|
1909
1909
|
.lib-xplat-box > .box-title {
|
|
1910
1910
|
font-weight: 600;
|
|
1911
|
-
font-size:
|
|
1911
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1912
1912
|
color: var(--semantic-text-strong);
|
|
1913
1913
|
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
1914
1914
|
border-bottom: 1px solid var(--semantic-border-subtle);
|
|
@@ -1953,7 +1953,7 @@
|
|
|
1953
1953
|
display: flex;
|
|
1954
1954
|
align-items: center;
|
|
1955
1955
|
gap: var(--spacing-space-1);
|
|
1956
|
-
font-size:
|
|
1956
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1957
1957
|
}
|
|
1958
1958
|
.lib-xplat-breadcrumb .link {
|
|
1959
1959
|
color: var(--semantic-text-muted);
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
background-color: var(--semantic-surface-neutral-disabled);
|
|
2123
2123
|
}
|
|
2124
2124
|
.lib-xplat-calendar .calendar-nav svg {
|
|
2125
|
-
font-size:
|
|
2125
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
2126
2126
|
}
|
|
2127
2127
|
.lib-xplat-calendar .calendar-today-btn {
|
|
2128
2128
|
margin-left: auto;
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
cursor: pointer;
|
|
2230
2230
|
}
|
|
2231
2231
|
.lib-xplat-calendar .calendar-event-more {
|
|
2232
|
-
font-size:
|
|
2232
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2233
2233
|
color: var(--semantic-text-muted);
|
|
2234
2234
|
line-height: 1;
|
|
2235
2235
|
}
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
.lib-xplat-card-tab.sm .card-tab-trigger {
|
|
2310
2310
|
--tab-py: var(--spacing-space-1);
|
|
2311
2311
|
padding: var(--spacing-space-1) var(--spacing-space-3);
|
|
2312
|
-
font-size:
|
|
2312
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
2313
2313
|
}
|
|
2314
2314
|
.lib-xplat-card-tab.sm .card-tab-body {
|
|
2315
2315
|
padding: var(--spacing-space-4);
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
.lib-xplat-card-tab.md .card-tab-trigger {
|
|
2321
2321
|
--tab-py: 6px;
|
|
2322
2322
|
padding: 6px var(--spacing-space-4);
|
|
2323
|
-
font-size:
|
|
2323
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
2324
2324
|
}
|
|
2325
2325
|
.lib-xplat-card-tab.md .card-tab-body {
|
|
2326
2326
|
padding: var(--spacing-space-5);
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
.lib-xplat-card-tab.lg .card-tab-trigger {
|
|
2332
2332
|
--tab-py: var(--spacing-space-2);
|
|
2333
2333
|
padding: var(--spacing-space-2) var(--spacing-space-5);
|
|
2334
|
-
font-size:
|
|
2334
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
2335
2335
|
}
|
|
2336
2336
|
.lib-xplat-card-tab.lg .card-tab-body {
|
|
2337
2337
|
padding: var(--spacing-space-6);
|
|
@@ -2353,13 +2353,13 @@
|
|
|
2353
2353
|
animation: tooltip-show 120ms ease-out;
|
|
2354
2354
|
}
|
|
2355
2355
|
.lib-xplat-tooltip .tooltip-title {
|
|
2356
|
-
font-size:
|
|
2357
|
-
line-height:
|
|
2356
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
2357
|
+
line-height: var(--semantic-typo-caption-1-r-lh);
|
|
2358
2358
|
font-weight: 400;
|
|
2359
2359
|
}
|
|
2360
2360
|
.lib-xplat-tooltip .tooltip-desc {
|
|
2361
|
-
font-size:
|
|
2362
|
-
line-height:
|
|
2361
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2362
|
+
line-height: var(--semantic-typo-caption-2-r-lh);
|
|
2363
2363
|
font-weight: 400;
|
|
2364
2364
|
}
|
|
2365
2365
|
.lib-xplat-tooltip.dark {
|
|
@@ -2409,11 +2409,11 @@
|
|
|
2409
2409
|
stroke-width: 1;
|
|
2410
2410
|
}
|
|
2411
2411
|
.lib-xplat-chart .chart-axis-label {
|
|
2412
|
-
font-size:
|
|
2412
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2413
2413
|
fill: var(--semantic-text-muted);
|
|
2414
2414
|
}
|
|
2415
2415
|
.lib-xplat-chart .chart-pie-label {
|
|
2416
|
-
font-size:
|
|
2416
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2417
2417
|
font-weight: 600;
|
|
2418
2418
|
fill: var(--semantic-text-inverse);
|
|
2419
2419
|
pointer-events: none;
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
transition: cx 0.05s, cy 0.05s;
|
|
2478
2478
|
}
|
|
2479
2479
|
.lib-xplat-chart .chart-crosshair-label {
|
|
2480
|
-
font-size:
|
|
2480
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2481
2481
|
font-weight: 500;
|
|
2482
2482
|
color: var(--semantic-text-strong);
|
|
2483
2483
|
text-align: center;
|
|
@@ -2523,11 +2523,11 @@
|
|
|
2523
2523
|
flex-direction: column;
|
|
2524
2524
|
}
|
|
2525
2525
|
.lib-xplat-chart .chart-legend-label {
|
|
2526
|
-
font-size:
|
|
2526
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2527
2527
|
color: var(--semantic-text-muted);
|
|
2528
2528
|
}
|
|
2529
2529
|
.lib-xplat-chart .chart-legend-value {
|
|
2530
|
-
font-size:
|
|
2530
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
2531
2531
|
font-weight: 600;
|
|
2532
2532
|
color: var(--semantic-text-strong);
|
|
2533
2533
|
}
|
|
@@ -2571,17 +2571,17 @@
|
|
|
2571
2571
|
.lib-xplat-icon-button.sm {
|
|
2572
2572
|
width: var(--spacing-control-height-sm);
|
|
2573
2573
|
height: var(--spacing-control-height-sm);
|
|
2574
|
-
font-size:
|
|
2574
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
2575
2575
|
}
|
|
2576
2576
|
.lib-xplat-icon-button.md {
|
|
2577
2577
|
width: var(--spacing-control-height-md);
|
|
2578
2578
|
height: var(--spacing-control-height-md);
|
|
2579
|
-
font-size:
|
|
2579
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
2580
2580
|
}
|
|
2581
2581
|
.lib-xplat-icon-button.lg {
|
|
2582
2582
|
width: var(--spacing-control-height-lg);
|
|
2583
2583
|
height: var(--spacing-control-height-lg);
|
|
2584
|
-
font-size:
|
|
2584
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
2585
2585
|
}
|
|
2586
2586
|
.lib-xplat-icon-button:disabled {
|
|
2587
2587
|
cursor: not-allowed;
|
|
@@ -2796,15 +2796,15 @@
|
|
|
2796
2796
|
}
|
|
2797
2797
|
.lib-xplat-chip.sm {
|
|
2798
2798
|
padding: 1px var(--spacing-space-2);
|
|
2799
|
-
font-size:
|
|
2799
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
2800
2800
|
}
|
|
2801
2801
|
.lib-xplat-chip.md {
|
|
2802
2802
|
padding: 2px var(--spacing-space-3);
|
|
2803
|
-
font-size:
|
|
2803
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
2804
2804
|
}
|
|
2805
2805
|
.lib-xplat-chip.lg {
|
|
2806
2806
|
padding: var(--spacing-space-1) var(--spacing-space-4);
|
|
2807
|
-
font-size:
|
|
2807
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
2808
2808
|
}
|
|
2809
2809
|
.lib-xplat-chip.primary {
|
|
2810
2810
|
color: var(--semantic-text-inverse);
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
background-color: var(--semantic-surface-neutral-disabled);
|
|
3059
3059
|
}
|
|
3060
3060
|
.lib-xplat-datepicker .datepicker-nav svg {
|
|
3061
|
-
font-size:
|
|
3061
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3062
3062
|
}
|
|
3063
3063
|
.lib-xplat-datepicker .datepicker-weekdays {
|
|
3064
3064
|
display: grid;
|
|
@@ -3170,7 +3170,7 @@
|
|
|
3170
3170
|
.lib-xplat-datepicker .datepicker-range-label {
|
|
3171
3171
|
display: block;
|
|
3172
3172
|
text-align: center;
|
|
3173
|
-
font-size:
|
|
3173
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3174
3174
|
font-weight: 500;
|
|
3175
3175
|
color: var(--semantic-text-muted);
|
|
3176
3176
|
margin-bottom: var(--spacing-space-2);
|
|
@@ -3251,15 +3251,15 @@
|
|
|
3251
3251
|
}
|
|
3252
3252
|
.lib-xplat-tab.sm {
|
|
3253
3253
|
height: var(--spacing-control-height-sm);
|
|
3254
|
-
font-size:
|
|
3254
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3255
3255
|
}
|
|
3256
3256
|
.lib-xplat-tab.md {
|
|
3257
3257
|
height: var(--spacing-control-height-md);
|
|
3258
|
-
font-size:
|
|
3258
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3259
3259
|
}
|
|
3260
3260
|
.lib-xplat-tab.lg {
|
|
3261
3261
|
height: var(--spacing-control-height-lg);
|
|
3262
|
-
font-size:
|
|
3262
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
3263
3263
|
}
|
|
3264
3264
|
.lib-xplat-tab.type-default {
|
|
3265
3265
|
width: 100%;
|
|
@@ -3297,7 +3297,7 @@
|
|
|
3297
3297
|
justify-content: center;
|
|
3298
3298
|
white-space: nowrap;
|
|
3299
3299
|
padding: 0 var(--spacing-space-3);
|
|
3300
|
-
font-size:
|
|
3300
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3301
3301
|
font-weight: 500;
|
|
3302
3302
|
height: 100%;
|
|
3303
3303
|
background: none;
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
border-bottom: 1px solid var(--semantic-border-default);
|
|
3397
3397
|
}
|
|
3398
3398
|
.lib-xplat-drawer .drawer-title {
|
|
3399
|
-
font-size:
|
|
3399
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3400
3400
|
font-weight: 600;
|
|
3401
3401
|
color: var(--semantic-text-strong);
|
|
3402
3402
|
}
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
background: none;
|
|
3405
3405
|
border: none;
|
|
3406
3406
|
cursor: pointer;
|
|
3407
|
-
font-size:
|
|
3407
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
3408
3408
|
line-height: 1;
|
|
3409
3409
|
color: var(--semantic-icon-strong);
|
|
3410
3410
|
padding: 0;
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
padding: var(--spacing-space-2) 14px;
|
|
3456
3456
|
border: none;
|
|
3457
3457
|
background: none;
|
|
3458
|
-
font-size:
|
|
3458
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3459
3459
|
color: var(--semantic-text-strong);
|
|
3460
3460
|
cursor: pointer;
|
|
3461
3461
|
text-align: left;
|
|
@@ -3560,13 +3560,13 @@
|
|
|
3560
3560
|
margin-top: 0;
|
|
3561
3561
|
}
|
|
3562
3562
|
.lib-xplat-editor__editable h1 {
|
|
3563
|
-
font-size:
|
|
3563
|
+
font-size: var(--semantic-typo-title-1-m-size);
|
|
3564
3564
|
}
|
|
3565
3565
|
.lib-xplat-editor__editable h2 {
|
|
3566
|
-
font-size:
|
|
3566
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
3567
3567
|
}
|
|
3568
3568
|
.lib-xplat-editor__editable h3 {
|
|
3569
|
-
font-size:
|
|
3569
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
3570
3570
|
}
|
|
3571
3571
|
.lib-xplat-editor__editable p {
|
|
3572
3572
|
margin: var(--spacing-space-2) 0;
|
|
@@ -3606,7 +3606,7 @@
|
|
|
3606
3606
|
"SF Mono",
|
|
3607
3607
|
Menlo,
|
|
3608
3608
|
monospace;
|
|
3609
|
-
font-size:
|
|
3609
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
3610
3610
|
line-height: 1.5;
|
|
3611
3611
|
overflow-x: auto;
|
|
3612
3612
|
white-space: pre-wrap;
|
|
@@ -3620,7 +3620,7 @@
|
|
|
3620
3620
|
"SF Mono",
|
|
3621
3621
|
Menlo,
|
|
3622
3622
|
monospace;
|
|
3623
|
-
font-size:
|
|
3623
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
3624
3624
|
color: var(--semantic-text-strong);
|
|
3625
3625
|
}
|
|
3626
3626
|
.lib-xplat-editor__editable a {
|
|
@@ -3662,7 +3662,7 @@
|
|
|
3662
3662
|
background: transparent;
|
|
3663
3663
|
color: var(--semantic-text-strong);
|
|
3664
3664
|
font-family: inherit;
|
|
3665
|
-
font-size:
|
|
3665
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
3666
3666
|
text-align: left;
|
|
3667
3667
|
cursor: pointer;
|
|
3668
3668
|
}
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
}
|
|
3677
3677
|
.lib-xplat-editor__slash-item .hint {
|
|
3678
3678
|
color: var(--semantic-text-muted);
|
|
3679
|
-
font-size:
|
|
3679
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3680
3680
|
}
|
|
3681
3681
|
.lib-xplat-editor__link-popover {
|
|
3682
3682
|
position: absolute;
|
|
@@ -3698,7 +3698,7 @@
|
|
|
3698
3698
|
background: var(--semantic-surface-neutral-default);
|
|
3699
3699
|
color: var(--semantic-text-strong);
|
|
3700
3700
|
font-family: inherit;
|
|
3701
|
-
font-size:
|
|
3701
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
3702
3702
|
outline: none;
|
|
3703
3703
|
}
|
|
3704
3704
|
.lib-xplat-editor__link-popover input:focus {
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
background: var(--semantic-surface-neutral-default);
|
|
3712
3712
|
color: var(--semantic-text-strong);
|
|
3713
3713
|
font-family: inherit;
|
|
3714
|
-
font-size:
|
|
3714
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3715
3715
|
cursor: pointer;
|
|
3716
3716
|
}
|
|
3717
3717
|
.lib-xplat-editor__link-popover button:hover {
|
|
@@ -3739,16 +3739,16 @@
|
|
|
3739
3739
|
margin-bottom: var(--spacing-space-4);
|
|
3740
3740
|
}
|
|
3741
3741
|
.lib-xplat-empty-state .empty-icon svg {
|
|
3742
|
-
font-size:
|
|
3742
|
+
font-size: var(--semantic-typo-display-1-b-size);
|
|
3743
3743
|
}
|
|
3744
3744
|
.lib-xplat-empty-state .empty-title {
|
|
3745
|
-
font-size:
|
|
3745
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3746
3746
|
font-weight: 500;
|
|
3747
3747
|
color: var(--semantic-text-subtle);
|
|
3748
3748
|
margin: 0;
|
|
3749
3749
|
}
|
|
3750
3750
|
.lib-xplat-empty-state .empty-description {
|
|
3751
|
-
font-size:
|
|
3751
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
3752
3752
|
color: var(--semantic-text-muted);
|
|
3753
3753
|
margin: var(--spacing-space-2) 0 0;
|
|
3754
3754
|
max-width: 320px;
|
|
@@ -3788,16 +3788,16 @@
|
|
|
3788
3788
|
margin-bottom: var(--spacing-space-3);
|
|
3789
3789
|
}
|
|
3790
3790
|
.lib-xplat-file-upload .upload-icon svg {
|
|
3791
|
-
font-size:
|
|
3791
|
+
font-size: var(--semantic-typo-display-2-sb-size);
|
|
3792
3792
|
}
|
|
3793
3793
|
.lib-xplat-file-upload .upload-label {
|
|
3794
|
-
font-size:
|
|
3794
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3795
3795
|
font-weight: 500;
|
|
3796
3796
|
color: var(--semantic-text-subtle);
|
|
3797
3797
|
margin: 0;
|
|
3798
3798
|
}
|
|
3799
3799
|
.lib-xplat-file-upload .upload-description {
|
|
3800
|
-
font-size:
|
|
3800
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3801
3801
|
color: var(--semantic-text-muted);
|
|
3802
3802
|
margin: var(--spacing-space-1) 0 0;
|
|
3803
3803
|
}
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
/* src/components/HtmlTypeWriter/htmlTypeWriter.scss */
|
|
3806
3806
|
.lib-xplat-htmlTypewriter {
|
|
3807
3807
|
width: 100%;
|
|
3808
|
-
font-size:
|
|
3808
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3809
3809
|
}
|
|
3810
3810
|
.lib-xplat-htmlTypewriter h1,
|
|
3811
3811
|
.lib-xplat-htmlTypewriter h2,
|
|
@@ -3816,10 +3816,10 @@
|
|
|
3816
3816
|
font-weight: 600;
|
|
3817
3817
|
}
|
|
3818
3818
|
.lib-xplat-htmlTypewriter h3 {
|
|
3819
|
-
font-size:
|
|
3819
|
+
font-size: var(--semantic-typo-title-1-m-size);
|
|
3820
3820
|
}
|
|
3821
3821
|
.lib-xplat-htmlTypewriter h4 {
|
|
3822
|
-
font-size:
|
|
3822
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
3823
3823
|
}
|
|
3824
3824
|
.lib-xplat-htmlTypewriter hr {
|
|
3825
3825
|
color: var(--semantic-border-default);
|
|
@@ -3880,7 +3880,7 @@
|
|
|
3880
3880
|
}
|
|
3881
3881
|
.lib-xplat-imageselector > .content .skeleton > .label {
|
|
3882
3882
|
margin-top: var(--spacing-space-1);
|
|
3883
|
-
font-size:
|
|
3883
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3884
3884
|
color: var(--semantic-text-muted);
|
|
3885
3885
|
}
|
|
3886
3886
|
.lib-xplat-imageselector > .content .skeleton:hover > .icon-wrapper {
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
transform: translate(-50%, -50%);
|
|
3897
3897
|
display: flex;
|
|
3898
3898
|
gap: 0.5em;
|
|
3899
|
-
font-size:
|
|
3899
|
+
font-size: var(--semantic-typo-title-2-m-size);
|
|
3900
3900
|
background-color: var(--semantic-surface-neutral-strong);
|
|
3901
3901
|
padding: var(--spacing-space-1) var(--spacing-space-3);
|
|
3902
3902
|
align-items: center;
|
|
@@ -3923,28 +3923,28 @@
|
|
|
3923
3923
|
.lib-xplat-pagination.sm .dots {
|
|
3924
3924
|
width: var(--spacing-control-height-xs);
|
|
3925
3925
|
height: var(--spacing-control-height-xs);
|
|
3926
|
-
font-size:
|
|
3926
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3927
3927
|
}
|
|
3928
3928
|
.lib-xplat-pagination.sm .page-btn {
|
|
3929
3929
|
min-width: var(--spacing-control-height-xs);
|
|
3930
3930
|
height: var(--spacing-control-height-xs);
|
|
3931
|
-
font-size:
|
|
3931
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
3932
3932
|
}
|
|
3933
3933
|
.lib-xplat-pagination.sm .page-btn svg {
|
|
3934
|
-
font-size:
|
|
3934
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3935
3935
|
}
|
|
3936
3936
|
.lib-xplat-pagination.lg .dots {
|
|
3937
3937
|
width: var(--spacing-control-height-md);
|
|
3938
3938
|
height: var(--spacing-control-height-md);
|
|
3939
|
-
font-size:
|
|
3939
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3940
3940
|
}
|
|
3941
3941
|
.lib-xplat-pagination.lg .page-btn {
|
|
3942
3942
|
min-width: var(--spacing-control-height-md);
|
|
3943
3943
|
height: var(--spacing-control-height-md);
|
|
3944
|
-
font-size:
|
|
3944
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3945
3945
|
}
|
|
3946
3946
|
.lib-xplat-pagination.lg .page-btn svg {
|
|
3947
|
-
font-size:
|
|
3947
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
3948
3948
|
}
|
|
3949
3949
|
.lib-xplat-pagination .dots {
|
|
3950
3950
|
display: flex;
|
|
@@ -3952,7 +3952,7 @@
|
|
|
3952
3952
|
justify-content: center;
|
|
3953
3953
|
width: var(--spacing-control-height-sm);
|
|
3954
3954
|
height: var(--spacing-control-height-sm);
|
|
3955
|
-
font-size:
|
|
3955
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3956
3956
|
color: var(--semantic-text-muted);
|
|
3957
3957
|
user-select: none;
|
|
3958
3958
|
}
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
border: none;
|
|
3967
3967
|
border-radius: var(--spacing-radius-md);
|
|
3968
3968
|
background: none;
|
|
3969
|
-
font-size:
|
|
3969
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
3970
3970
|
cursor: pointer;
|
|
3971
3971
|
color: var(--semantic-text-subtle);
|
|
3972
3972
|
transition: background-color 0.2s, color 0.2s;
|
|
@@ -3983,7 +3983,7 @@
|
|
|
3983
3983
|
font-weight: 600;
|
|
3984
3984
|
}
|
|
3985
3985
|
.lib-xplat-pagination .page-btn svg {
|
|
3986
|
-
font-size:
|
|
3986
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
3987
3987
|
}
|
|
3988
3988
|
.lib-xplat-pagination.brand .page-btn.active {
|
|
3989
3989
|
background-color: var(--semantic-surface-brand-default);
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
background-color: var(--semantic-surface-info-default);
|
|
4075
4075
|
}
|
|
4076
4076
|
.lib-xplat-progress .label {
|
|
4077
|
-
font-size:
|
|
4077
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
4078
4078
|
font-weight: 500;
|
|
4079
4079
|
color: var(--semantic-text-subtle);
|
|
4080
4080
|
min-width: 36px;
|
|
@@ -4212,16 +4212,6 @@
|
|
|
4212
4212
|
font-size: var(--semantic-typo-body-1-m-size);
|
|
4213
4213
|
line-height: var(--semantic-typo-body-1-m-lh);
|
|
4214
4214
|
}
|
|
4215
|
-
.lib-xplat-select.sm .select-content .select-item {
|
|
4216
|
-
padding: var(--spacing-space-2) var(--spacing-space-2);
|
|
4217
|
-
font-size: var(--semantic-typo-label-2-m-size);
|
|
4218
|
-
line-height: var(--semantic-typo-label-2-m-lh);
|
|
4219
|
-
}
|
|
4220
|
-
.lib-xplat-select.lg .select-content .select-item {
|
|
4221
|
-
padding: var(--spacing-space-2) var(--spacing-space-4);
|
|
4222
|
-
font-size: var(--semantic-typo-body-1-m-size);
|
|
4223
|
-
line-height: var(--semantic-typo-body-1-m-lh);
|
|
4224
|
-
}
|
|
4225
4215
|
.lib-xplat-select .select-trigger {
|
|
4226
4216
|
cursor: pointer;
|
|
4227
4217
|
user-select: none;
|
|
@@ -4325,6 +4315,16 @@
|
|
|
4325
4315
|
opacity: 0;
|
|
4326
4316
|
transform: translateY(8px);
|
|
4327
4317
|
}
|
|
4318
|
+
.lib-xplat-select-content.sm .select-item {
|
|
4319
|
+
padding: var(--spacing-space-2) var(--spacing-space-2);
|
|
4320
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
4321
|
+
line-height: var(--semantic-typo-label-2-m-lh);
|
|
4322
|
+
}
|
|
4323
|
+
.lib-xplat-select-content.lg .select-item {
|
|
4324
|
+
padding: var(--spacing-space-2) var(--spacing-space-4);
|
|
4325
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
4326
|
+
line-height: var(--semantic-typo-body-1-m-lh);
|
|
4327
|
+
}
|
|
4328
4328
|
.lib-xplat-select-content .select-item {
|
|
4329
4329
|
padding: var(--spacing-space-2) var(--spacing-space-3);
|
|
4330
4330
|
font-size: var(--semantic-typo-label-1-m-size);
|
|
@@ -4460,14 +4460,14 @@
|
|
|
4460
4460
|
display: flex;
|
|
4461
4461
|
align-items: center;
|
|
4462
4462
|
justify-content: center;
|
|
4463
|
-
font-size:
|
|
4463
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
4464
4464
|
font-weight: 600;
|
|
4465
4465
|
flex-shrink: 0;
|
|
4466
4466
|
z-index: 1;
|
|
4467
4467
|
transition: background-color 0.2s, color 0.2s;
|
|
4468
4468
|
}
|
|
4469
4469
|
.lib-xplat-steps .step-circle svg {
|
|
4470
|
-
font-size:
|
|
4470
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
4471
4471
|
}
|
|
4472
4472
|
.lib-xplat-steps .step-content {
|
|
4473
4473
|
display: flex;
|
|
@@ -4477,12 +4477,12 @@
|
|
|
4477
4477
|
text-align: center;
|
|
4478
4478
|
}
|
|
4479
4479
|
.lib-xplat-steps .step-title {
|
|
4480
|
-
font-size:
|
|
4480
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
4481
4481
|
font-weight: 500;
|
|
4482
4482
|
color: var(--semantic-text-strong);
|
|
4483
4483
|
}
|
|
4484
4484
|
.lib-xplat-steps .step-description {
|
|
4485
|
-
font-size:
|
|
4485
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
4486
4486
|
color: var(--semantic-text-muted);
|
|
4487
4487
|
margin-top: 2px;
|
|
4488
4488
|
}
|
|
@@ -4746,21 +4746,21 @@
|
|
|
4746
4746
|
.lib-xplat-table-wrapper.sm > .lib-xplat-table > tbody > tr > th,
|
|
4747
4747
|
.lib-xplat-table-wrapper.sm > .lib-xplat-table > tbody > tr > td {
|
|
4748
4748
|
padding: var(--spacing-space-1) var(--spacing-space-2);
|
|
4749
|
-
font-size:
|
|
4749
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
4750
4750
|
}
|
|
4751
4751
|
.lib-xplat-table-wrapper.md > .lib-xplat-table > thead > tr > th,
|
|
4752
4752
|
.lib-xplat-table-wrapper.md > .lib-xplat-table > thead > tr > td,
|
|
4753
4753
|
.lib-xplat-table-wrapper.md > .lib-xplat-table > tbody > tr > th,
|
|
4754
4754
|
.lib-xplat-table-wrapper.md > .lib-xplat-table > tbody > tr > td {
|
|
4755
4755
|
padding: var(--spacing-space-2) var(--spacing-space-3);
|
|
4756
|
-
font-size:
|
|
4756
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
4757
4757
|
}
|
|
4758
4758
|
.lib-xplat-table-wrapper.lg > .lib-xplat-table > thead > tr > th,
|
|
4759
4759
|
.lib-xplat-table-wrapper.lg > .lib-xplat-table > thead > tr > td,
|
|
4760
4760
|
.lib-xplat-table-wrapper.lg > .lib-xplat-table > tbody > tr > th,
|
|
4761
4761
|
.lib-xplat-table-wrapper.lg > .lib-xplat-table > tbody > tr > td {
|
|
4762
4762
|
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
4763
|
-
font-size:
|
|
4763
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
4764
4764
|
}
|
|
4765
4765
|
.lib-xplat-table-wrapper > .lib-xplat-table {
|
|
4766
4766
|
width: 100%;
|
|
@@ -5031,17 +5031,17 @@
|
|
|
5031
5031
|
.lib-xplat-tag.sm {
|
|
5032
5032
|
gap: var(--spacing-space-1);
|
|
5033
5033
|
padding: 1px var(--spacing-space-2);
|
|
5034
|
-
font-size:
|
|
5034
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5035
5035
|
}
|
|
5036
5036
|
.lib-xplat-tag.md {
|
|
5037
5037
|
gap: var(--spacing-space-1);
|
|
5038
5038
|
padding: 2px var(--spacing-space-2);
|
|
5039
|
-
font-size:
|
|
5039
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5040
5040
|
}
|
|
5041
5041
|
.lib-xplat-tag.lg {
|
|
5042
5042
|
gap: var(--spacing-space-1);
|
|
5043
5043
|
padding: var(--spacing-space-1) var(--spacing-space-2);
|
|
5044
|
-
font-size:
|
|
5044
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
5045
5045
|
}
|
|
5046
5046
|
.lib-xplat-tag.neutral {
|
|
5047
5047
|
color: var(--semantic-text-muted);
|
|
@@ -5111,13 +5111,13 @@
|
|
|
5111
5111
|
opacity: 1;
|
|
5112
5112
|
}
|
|
5113
5113
|
.lib-xplat-tag.sm .tag-close svg {
|
|
5114
|
-
font-size:
|
|
5114
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5115
5115
|
}
|
|
5116
5116
|
.lib-xplat-tag.md .tag-close svg {
|
|
5117
|
-
font-size:
|
|
5117
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5118
5118
|
}
|
|
5119
5119
|
.lib-xplat-tag.lg .tag-close svg {
|
|
5120
|
-
font-size:
|
|
5120
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
5121
5121
|
}
|
|
5122
5122
|
|
|
5123
5123
|
/* src/components/TextArea/textArea.scss */
|
|
@@ -5224,8 +5224,8 @@
|
|
|
5224
5224
|
gap: var(--spacing-space-2);
|
|
5225
5225
|
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
5226
5226
|
border-radius: var(--spacing-radius-md);
|
|
5227
|
-
font-size:
|
|
5228
|
-
line-height:
|
|
5227
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
5228
|
+
line-height: var(--semantic-typo-label-2-m-lh);
|
|
5229
5229
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
|
|
5230
5230
|
pointer-events: auto;
|
|
5231
5231
|
animation: lib-xplat-toast-enter 0.2s ease;
|
|
@@ -5244,7 +5244,7 @@
|
|
|
5244
5244
|
background: none;
|
|
5245
5245
|
border: none;
|
|
5246
5246
|
cursor: pointer;
|
|
5247
|
-
font-size:
|
|
5247
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
5248
5248
|
line-height: 1;
|
|
5249
5249
|
padding: 0;
|
|
5250
5250
|
opacity: 0.6;
|
|
@@ -5331,7 +5331,7 @@
|
|
|
5331
5331
|
position: relative;
|
|
5332
5332
|
z-index: 1;
|
|
5333
5333
|
display: flex;
|
|
5334
|
-
font-size:
|
|
5334
|
+
font-size: var(--semantic-typo-display-1-b-size);
|
|
5335
5335
|
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
|
|
5336
5336
|
}
|
|
5337
5337
|
.lib-xplat-video > .center-play.is-playing {
|
|
@@ -5402,7 +5402,7 @@
|
|
|
5402
5402
|
.lib-xplat-video .rate-group .rate-btn {
|
|
5403
5403
|
width: auto;
|
|
5404
5404
|
padding: 0 var(--spacing-space-2);
|
|
5405
|
-
font-size:
|
|
5405
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5406
5406
|
font-weight: 600;
|
|
5407
5407
|
font-variant-numeric: tabular-nums;
|
|
5408
5408
|
}
|
|
@@ -5426,7 +5426,7 @@
|
|
|
5426
5426
|
text-align: left;
|
|
5427
5427
|
cursor: pointer;
|
|
5428
5428
|
border-radius: var(--spacing-radius-xs);
|
|
5429
|
-
font-size:
|
|
5429
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5430
5430
|
font-variant-numeric: tabular-nums;
|
|
5431
5431
|
}
|
|
5432
5432
|
.lib-xplat-video .rate-group .rate-menu .rate-item:hover {
|
|
@@ -5437,7 +5437,7 @@
|
|
|
5437
5437
|
font-weight: 600;
|
|
5438
5438
|
}
|
|
5439
5439
|
.lib-xplat-video .time {
|
|
5440
|
-
font-size:
|
|
5440
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
5441
5441
|
font-variant-numeric: tabular-nums;
|
|
5442
5442
|
white-space: nowrap;
|
|
5443
5443
|
}
|