@salt-ds/theme 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/theme-next.css +135 -89
- package/css/theme.css +69 -72
- package/index.css +69 -72
- package/package.json +1 -1
package/css/theme-next.css
CHANGED
|
@@ -1235,46 +1235,6 @@
|
|
|
1235
1235
|
--salt-shadow-medium: 0 12px 40px 0 rgba(0, 0, 0, 0.65);
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
|
-
/* css/next/palette/text.css */
|
|
1239
|
-
.salt-theme-next.salt-theme[data-heading-font="Open Sans"] {
|
|
1240
|
-
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
1241
|
-
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1242
|
-
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1243
|
-
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1244
|
-
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1245
|
-
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1246
|
-
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1247
|
-
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1248
|
-
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1249
|
-
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1250
|
-
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1251
|
-
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1252
|
-
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1253
|
-
}
|
|
1254
|
-
.salt-theme-next.salt-theme[data-heading-font=Amplitude] {
|
|
1255
|
-
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-amplitude);
|
|
1256
|
-
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1257
|
-
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1258
|
-
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1259
|
-
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1260
|
-
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1261
|
-
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1262
|
-
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1263
|
-
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1264
|
-
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1265
|
-
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1266
|
-
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1267
|
-
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1268
|
-
}
|
|
1269
|
-
.salt-theme-next.salt-theme[data-action-font="Open Sans"] {
|
|
1270
|
-
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
1271
|
-
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1272
|
-
}
|
|
1273
|
-
.salt-theme-next.salt-theme[data-action-font=Amplitude] {
|
|
1274
|
-
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-amplitude);
|
|
1275
|
-
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
1238
|
/* css/next/palette/warning.css */
|
|
1279
1239
|
.salt-theme.salt-theme-next[data-mode=light] {
|
|
1280
1240
|
--salt-palette-warning-stronger: var(--salt-color-orange-700);
|
|
@@ -1685,6 +1645,7 @@
|
|
|
1685
1645
|
--salt-sentiment-negative-dataviz: var(--salt-palette-negative);
|
|
1686
1646
|
--salt-sentiment-positive-dataviz: var(--salt-palette-positive);
|
|
1687
1647
|
--salt-sentiment-neutral-dataviz: var(--salt-palette-neutral);
|
|
1648
|
+
--salt-sentiment-accent-dataviz: var(--salt-palette-accent);
|
|
1688
1649
|
}
|
|
1689
1650
|
|
|
1690
1651
|
/* css/next/characteristics/separable.css */
|
|
@@ -1737,58 +1698,105 @@
|
|
|
1737
1698
|
--salt-text-letterSpacing: 0;
|
|
1738
1699
|
--salt-text-textAlign: left;
|
|
1739
1700
|
--salt-text-textAlign-embedded: center;
|
|
1740
|
-
--salt-text-
|
|
1701
|
+
--salt-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1702
|
+
--salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1703
|
+
--salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1704
|
+
--salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1705
|
+
--salt-text-notation-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1706
|
+
--salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1707
|
+
--salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1708
|
+
--salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1709
|
+
--salt-text-label-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1710
|
+
--salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1711
|
+
--salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1712
|
+
--salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1713
|
+
--salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
|
|
1714
|
+
}
|
|
1715
|
+
.salt-theme-next.salt-theme[data-action-font="Open Sans"] {
|
|
1741
1716
|
--salt-text-action-letterSpacing: 0.6px;
|
|
1742
1717
|
--salt-text-action-textTransform: uppercase;
|
|
1743
1718
|
--salt-text-action-textAlign: center;
|
|
1744
|
-
--salt-text-action-
|
|
1745
|
-
--salt-text-action-fontWeight
|
|
1746
|
-
--salt-text-action-fontWeight-
|
|
1747
|
-
--salt-text-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
--salt-text-
|
|
1751
|
-
--salt-text-
|
|
1752
|
-
--salt-text-
|
|
1753
|
-
--salt-text-
|
|
1754
|
-
--salt-text-
|
|
1755
|
-
--salt-text-
|
|
1756
|
-
--salt-text-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
--salt-text-
|
|
1760
|
-
--salt-text-
|
|
1761
|
-
--salt-text-
|
|
1762
|
-
--salt-text-
|
|
1763
|
-
--salt-text-
|
|
1764
|
-
--salt-text-
|
|
1765
|
-
--salt-text-
|
|
1766
|
-
--salt-text-
|
|
1767
|
-
--salt-text-
|
|
1768
|
-
--salt-text-
|
|
1769
|
-
--salt-text-
|
|
1770
|
-
--salt-text-
|
|
1771
|
-
--salt-text-
|
|
1772
|
-
--salt-text-
|
|
1773
|
-
--salt-text-
|
|
1774
|
-
--salt-text-
|
|
1775
|
-
--salt-text-display1-fontFamily: var(--salt-
|
|
1776
|
-
--salt-text-display1-fontWeight: var(--salt-
|
|
1777
|
-
--salt-text-display1-fontWeight-strong: var(--salt-
|
|
1778
|
-
--salt-text-display1-fontWeight-small: var(--salt-
|
|
1779
|
-
--salt-text-display2-fontFamily: var(--salt-
|
|
1780
|
-
--salt-text-display2-fontWeight: var(--salt-
|
|
1781
|
-
--salt-text-display2-fontWeight-strong: var(--salt-
|
|
1782
|
-
--salt-text-display2-fontWeight-small: var(--salt-
|
|
1783
|
-
--salt-text-display3-fontFamily: var(--salt-
|
|
1784
|
-
--salt-text-display3-fontWeight: var(--salt-
|
|
1785
|
-
--salt-text-display3-fontWeight-strong: var(--salt-
|
|
1786
|
-
--salt-text-display3-fontWeight-small: var(--salt-
|
|
1787
|
-
--salt-text-display4-fontFamily: var(--salt-
|
|
1788
|
-
--salt-text-display4-fontWeight: var(--salt-
|
|
1789
|
-
--salt-text-display4-fontWeight-strong: var(--salt-
|
|
1790
|
-
--salt-text-display4-fontWeight-small: var(--salt-
|
|
1791
|
-
|
|
1719
|
+
--salt-text-action-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1720
|
+
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1721
|
+
--salt-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1722
|
+
--salt-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1723
|
+
}
|
|
1724
|
+
.salt-theme-next.salt-theme[data-action-font=Amplitude] {
|
|
1725
|
+
--salt-text-action-letterSpacing: 0.6px;
|
|
1726
|
+
--salt-text-action-textTransform: uppercase;
|
|
1727
|
+
--salt-text-action-textAlign: center;
|
|
1728
|
+
--salt-text-action-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1729
|
+
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1730
|
+
--salt-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1731
|
+
--salt-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1732
|
+
}
|
|
1733
|
+
.salt-theme-next.salt-theme[data-heading-font="Open Sans"] {
|
|
1734
|
+
--salt-text-h1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1735
|
+
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1736
|
+
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1737
|
+
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1738
|
+
--salt-text-h2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1739
|
+
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1740
|
+
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1741
|
+
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1742
|
+
--salt-text-h3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1743
|
+
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1744
|
+
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1745
|
+
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1746
|
+
--salt-text-h4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1747
|
+
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1748
|
+
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1749
|
+
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1750
|
+
--salt-text-display1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1751
|
+
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1752
|
+
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1753
|
+
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1754
|
+
--salt-text-display2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1755
|
+
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1756
|
+
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1757
|
+
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1758
|
+
--salt-text-display3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1759
|
+
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1760
|
+
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1761
|
+
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1762
|
+
--salt-text-display4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1763
|
+
--salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1764
|
+
--salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1765
|
+
--salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1766
|
+
}
|
|
1767
|
+
.salt-theme-next.salt-theme[data-heading-font=Amplitude] {
|
|
1768
|
+
--salt-text-h1-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1769
|
+
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1770
|
+
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1771
|
+
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1772
|
+
--salt-text-h2-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1773
|
+
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1774
|
+
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1775
|
+
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1776
|
+
--salt-text-h3-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1777
|
+
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1778
|
+
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1779
|
+
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1780
|
+
--salt-text-h4-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1781
|
+
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1782
|
+
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1783
|
+
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1784
|
+
--salt-text-display1-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1785
|
+
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1786
|
+
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1787
|
+
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1788
|
+
--salt-text-display2-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1789
|
+
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1790
|
+
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1791
|
+
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1792
|
+
--salt-text-display3-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1793
|
+
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1794
|
+
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1795
|
+
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1796
|
+
--salt-text-display4-fontFamily: var(--salt-typography-fontFamily-amplitude);
|
|
1797
|
+
--salt-text-display4-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
1798
|
+
--salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1799
|
+
--salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1792
1800
|
}
|
|
1793
1801
|
.salt-theme-next.salt-density-touch {
|
|
1794
1802
|
--salt-text-h1-fontSize: 42px;
|
|
@@ -2362,5 +2370,43 @@
|
|
|
2362
2370
|
--salt-palette-accent-strong-disabled: var(--salt-color-teal-400-40a);
|
|
2363
2371
|
--salt-palette-accent-stronger-disabled: var(--salt-color-teal-300-40a);
|
|
2364
2372
|
}
|
|
2373
|
+
.salt-theme-next.salt-theme[data-heading-font="Open Sans"] {
|
|
2374
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
2375
|
+
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2376
|
+
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2377
|
+
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2378
|
+
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2379
|
+
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2380
|
+
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2381
|
+
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2382
|
+
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2383
|
+
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2384
|
+
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2385
|
+
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2386
|
+
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2387
|
+
}
|
|
2388
|
+
.salt-theme-next.salt-theme[data-heading-font=Amplitude] {
|
|
2389
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-amplitude);
|
|
2390
|
+
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
2391
|
+
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2392
|
+
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2393
|
+
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
2394
|
+
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2395
|
+
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2396
|
+
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2397
|
+
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2398
|
+
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2399
|
+
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2400
|
+
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2401
|
+
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2402
|
+
}
|
|
2403
|
+
.salt-theme-next.salt-theme[data-action-font="Open Sans"] {
|
|
2404
|
+
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
2405
|
+
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2406
|
+
}
|
|
2407
|
+
.salt-theme-next.salt-theme[data-action-font=Amplitude] {
|
|
2408
|
+
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-amplitude);
|
|
2409
|
+
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-medium);
|
|
2410
|
+
}
|
|
2365
2411
|
|
|
2366
2412
|
/* css/theme-next.css */
|
package/css/theme.css
CHANGED
|
@@ -1562,29 +1562,6 @@
|
|
|
1562
1562
|
--salt-palette-success-foreground-informative: var(--salt-color-green-200);
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
|
-
/* css/legacy/palette/text.css */
|
|
1566
|
-
.salt-theme {
|
|
1567
|
-
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1568
|
-
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
1569
|
-
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
1570
|
-
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
1571
|
-
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1572
|
-
--salt-palette-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1573
|
-
--salt-palette-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1574
|
-
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1575
|
-
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1576
|
-
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1577
|
-
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1578
|
-
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1579
|
-
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1580
|
-
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1581
|
-
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1582
|
-
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1583
|
-
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1584
|
-
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1585
|
-
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
1565
|
/* css/legacy/palette/warning.css */
|
|
1589
1566
|
.salt-theme[data-mode=light] {
|
|
1590
1567
|
--salt-palette-warning-background: var(--salt-color-orange-10);
|
|
@@ -2005,6 +1982,7 @@
|
|
|
2005
1982
|
--salt-sentiment-negative-dataviz: var(--salt-palette-error-foreground-decorative);
|
|
2006
1983
|
--salt-sentiment-positive-dataviz: var(--salt-palette-success-foreground-decorative);
|
|
2007
1984
|
--salt-sentiment-neutral-dataviz: var(--salt-palette-neutral-secondary-foreground);
|
|
1985
|
+
--salt-sentiment-accent-dataviz: var(--salt-palette-accent-foreground-informative);
|
|
2008
1986
|
}
|
|
2009
1987
|
|
|
2010
1988
|
/* css/legacy/characteristics/separable.css */
|
|
@@ -2057,58 +2035,58 @@
|
|
|
2057
2035
|
--salt-text-letterSpacing: 0;
|
|
2058
2036
|
--salt-text-textAlign: left;
|
|
2059
2037
|
--salt-text-textAlign-embedded: center;
|
|
2060
|
-
--salt-text-action-fontFamily: var(--salt-
|
|
2038
|
+
--salt-text-action-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2061
2039
|
--salt-text-action-letterSpacing: 0.6px;
|
|
2062
2040
|
--salt-text-action-textTransform: uppercase;
|
|
2063
2041
|
--salt-text-action-textAlign: center;
|
|
2064
|
-
--salt-text-action-fontWeight: var(--salt-
|
|
2065
|
-
--salt-text-action-fontWeight-small: var(--salt-
|
|
2066
|
-
--salt-text-action-fontWeight-strong: var(--salt-
|
|
2067
|
-
--salt-text-fontFamily: var(--salt-
|
|
2068
|
-
--salt-text-fontWeight: var(--salt-
|
|
2069
|
-
--salt-text-fontWeight-small: var(--salt-
|
|
2070
|
-
--salt-text-fontWeight-strong: var(--salt-
|
|
2071
|
-
--salt-text-notation-fontFamily: var(--salt-
|
|
2072
|
-
--salt-text-notation-fontWeight: var(--salt-
|
|
2073
|
-
--salt-text-notation-fontWeight-small: var(--salt-
|
|
2074
|
-
--salt-text-notation-fontWeight-strong: var(--salt-
|
|
2075
|
-
--salt-text-h1-fontFamily: var(--salt-
|
|
2076
|
-
--salt-text-h1-fontWeight: var(--salt-
|
|
2077
|
-
--salt-text-h1-fontWeight-small: var(--salt-
|
|
2078
|
-
--salt-text-h1-fontWeight-strong: var(--salt-
|
|
2079
|
-
--salt-text-h2-fontFamily: var(--salt-
|
|
2080
|
-
--salt-text-h2-fontWeight: var(--salt-
|
|
2081
|
-
--salt-text-h2-fontWeight-small: var(--salt-
|
|
2082
|
-
--salt-text-h2-fontWeight-strong: var(--salt-
|
|
2083
|
-
--salt-text-h3-fontFamily: var(--salt-
|
|
2084
|
-
--salt-text-h3-fontWeight: var(--salt-
|
|
2085
|
-
--salt-text-h3-fontWeight-small: var(--salt-
|
|
2086
|
-
--salt-text-h3-fontWeight-strong: var(--salt-
|
|
2087
|
-
--salt-text-h4-fontFamily: var(--salt-
|
|
2088
|
-
--salt-text-h4-fontWeight: var(--salt-
|
|
2089
|
-
--salt-text-h4-fontWeight-small: var(--salt-
|
|
2090
|
-
--salt-text-h4-fontWeight-strong: var(--salt-
|
|
2091
|
-
--salt-text-label-fontFamily: var(--salt-
|
|
2092
|
-
--salt-text-label-fontWeight: var(--salt-
|
|
2093
|
-
--salt-text-label-fontWeight-small: var(--salt-
|
|
2094
|
-
--salt-text-label-fontWeight-strong: var(--salt-
|
|
2095
|
-
--salt-text-display1-fontFamily: var(--salt-
|
|
2096
|
-
--salt-text-display1-fontWeight: var(--salt-
|
|
2097
|
-
--salt-text-display1-fontWeight-strong: var(--salt-
|
|
2098
|
-
--salt-text-display1-fontWeight-small: var(--salt-
|
|
2099
|
-
--salt-text-display2-fontFamily: var(--salt-
|
|
2100
|
-
--salt-text-display2-fontWeight: var(--salt-
|
|
2101
|
-
--salt-text-display2-fontWeight-strong: var(--salt-
|
|
2102
|
-
--salt-text-display2-fontWeight-small: var(--salt-
|
|
2103
|
-
--salt-text-display3-fontFamily: var(--salt-
|
|
2104
|
-
--salt-text-display3-fontWeight: var(--salt-
|
|
2105
|
-
--salt-text-display3-fontWeight-strong: var(--salt-
|
|
2106
|
-
--salt-text-display3-fontWeight-small: var(--salt-
|
|
2107
|
-
--salt-text-display4-fontFamily: var(--salt-
|
|
2108
|
-
--salt-text-display4-fontWeight: var(--salt-
|
|
2109
|
-
--salt-text-display4-fontWeight-strong: var(--salt-
|
|
2110
|
-
--salt-text-display4-fontWeight-small: var(--salt-
|
|
2111
|
-
--salt-text-code-fontFamily: var(--salt-
|
|
2042
|
+
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2043
|
+
--salt-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2044
|
+
--salt-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2045
|
+
--salt-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2046
|
+
--salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2047
|
+
--salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2048
|
+
--salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2049
|
+
--salt-text-notation-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2050
|
+
--salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2051
|
+
--salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2052
|
+
--salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2053
|
+
--salt-text-h1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2054
|
+
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2055
|
+
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2056
|
+
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2057
|
+
--salt-text-h2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2058
|
+
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2059
|
+
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2060
|
+
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2061
|
+
--salt-text-h3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2062
|
+
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2063
|
+
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2064
|
+
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2065
|
+
--salt-text-h4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2066
|
+
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2067
|
+
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2068
|
+
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2069
|
+
--salt-text-label-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2070
|
+
--salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2071
|
+
--salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2072
|
+
--salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2073
|
+
--salt-text-display1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2074
|
+
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2075
|
+
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2076
|
+
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2077
|
+
--salt-text-display2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2078
|
+
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2079
|
+
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2080
|
+
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2081
|
+
--salt-text-display3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2082
|
+
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2083
|
+
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2084
|
+
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2085
|
+
--salt-text-display4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2086
|
+
--salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2087
|
+
--salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2088
|
+
--salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2089
|
+
--salt-text-code-fontFamily: var(--salt-typography-fontFamily-ptMono);
|
|
2112
2090
|
}
|
|
2113
2091
|
.salt-density-touch {
|
|
2114
2092
|
--salt-text-h1-fontSize: 42px;
|
|
@@ -2844,6 +2822,25 @@
|
|
|
2844
2822
|
--salt-palette-alpha-weak: var(--salt-palette-alpha-contrast-mediumLow);
|
|
2845
2823
|
--salt-palette-alpha-weaker: var(--salt-palette-alpha-contrast-lower);
|
|
2846
2824
|
--salt-palette-alpha-backdrop: var(--salt-palette-alpha-higher);
|
|
2825
|
+
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2826
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
2827
|
+
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
2828
|
+
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
2829
|
+
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2830
|
+
--salt-palette-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2831
|
+
--salt-palette-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2832
|
+
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2833
|
+
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2834
|
+
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2835
|
+
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2836
|
+
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2837
|
+
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2838
|
+
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2839
|
+
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2840
|
+
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2841
|
+
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2842
|
+
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2843
|
+
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2847
2844
|
}
|
|
2848
2845
|
.salt-theme[data-mode=light] {
|
|
2849
2846
|
--salt-palette-interact-foreground-partial: var(--salt-color-blue-600);
|
package/index.css
CHANGED
|
@@ -1602,29 +1602,6 @@
|
|
|
1602
1602
|
--salt-palette-success-foreground-informative: var(--salt-color-green-200);
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
|
-
/* css/legacy/palette/text.css */
|
|
1606
|
-
.salt-theme {
|
|
1607
|
-
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
1608
|
-
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
1609
|
-
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
1610
|
-
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
1611
|
-
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1612
|
-
--salt-palette-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1613
|
-
--salt-palette-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1614
|
-
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1615
|
-
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1616
|
-
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1617
|
-
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1618
|
-
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1619
|
-
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1620
|
-
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
1621
|
-
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
1622
|
-
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
1623
|
-
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1624
|
-
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
1625
|
-
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
1605
|
/* css/legacy/palette/warning.css */
|
|
1629
1606
|
.salt-theme[data-mode=light] {
|
|
1630
1607
|
--salt-palette-warning-background: var(--salt-color-orange-10);
|
|
@@ -2045,6 +2022,7 @@
|
|
|
2045
2022
|
--salt-sentiment-negative-dataviz: var(--salt-palette-error-foreground-decorative);
|
|
2046
2023
|
--salt-sentiment-positive-dataviz: var(--salt-palette-success-foreground-decorative);
|
|
2047
2024
|
--salt-sentiment-neutral-dataviz: var(--salt-palette-neutral-secondary-foreground);
|
|
2025
|
+
--salt-sentiment-accent-dataviz: var(--salt-palette-accent-foreground-informative);
|
|
2048
2026
|
}
|
|
2049
2027
|
|
|
2050
2028
|
/* css/legacy/characteristics/separable.css */
|
|
@@ -2097,58 +2075,58 @@
|
|
|
2097
2075
|
--salt-text-letterSpacing: 0;
|
|
2098
2076
|
--salt-text-textAlign: left;
|
|
2099
2077
|
--salt-text-textAlign-embedded: center;
|
|
2100
|
-
--salt-text-action-fontFamily: var(--salt-
|
|
2078
|
+
--salt-text-action-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2101
2079
|
--salt-text-action-letterSpacing: 0.6px;
|
|
2102
2080
|
--salt-text-action-textTransform: uppercase;
|
|
2103
2081
|
--salt-text-action-textAlign: center;
|
|
2104
|
-
--salt-text-action-fontWeight: var(--salt-
|
|
2105
|
-
--salt-text-action-fontWeight-small: var(--salt-
|
|
2106
|
-
--salt-text-action-fontWeight-strong: var(--salt-
|
|
2107
|
-
--salt-text-fontFamily: var(--salt-
|
|
2108
|
-
--salt-text-fontWeight: var(--salt-
|
|
2109
|
-
--salt-text-fontWeight-small: var(--salt-
|
|
2110
|
-
--salt-text-fontWeight-strong: var(--salt-
|
|
2111
|
-
--salt-text-notation-fontFamily: var(--salt-
|
|
2112
|
-
--salt-text-notation-fontWeight: var(--salt-
|
|
2113
|
-
--salt-text-notation-fontWeight-small: var(--salt-
|
|
2114
|
-
--salt-text-notation-fontWeight-strong: var(--salt-
|
|
2115
|
-
--salt-text-h1-fontFamily: var(--salt-
|
|
2116
|
-
--salt-text-h1-fontWeight: var(--salt-
|
|
2117
|
-
--salt-text-h1-fontWeight-small: var(--salt-
|
|
2118
|
-
--salt-text-h1-fontWeight-strong: var(--salt-
|
|
2119
|
-
--salt-text-h2-fontFamily: var(--salt-
|
|
2120
|
-
--salt-text-h2-fontWeight: var(--salt-
|
|
2121
|
-
--salt-text-h2-fontWeight-small: var(--salt-
|
|
2122
|
-
--salt-text-h2-fontWeight-strong: var(--salt-
|
|
2123
|
-
--salt-text-h3-fontFamily: var(--salt-
|
|
2124
|
-
--salt-text-h3-fontWeight: var(--salt-
|
|
2125
|
-
--salt-text-h3-fontWeight-small: var(--salt-
|
|
2126
|
-
--salt-text-h3-fontWeight-strong: var(--salt-
|
|
2127
|
-
--salt-text-h4-fontFamily: var(--salt-
|
|
2128
|
-
--salt-text-h4-fontWeight: var(--salt-
|
|
2129
|
-
--salt-text-h4-fontWeight-small: var(--salt-
|
|
2130
|
-
--salt-text-h4-fontWeight-strong: var(--salt-
|
|
2131
|
-
--salt-text-label-fontFamily: var(--salt-
|
|
2132
|
-
--salt-text-label-fontWeight: var(--salt-
|
|
2133
|
-
--salt-text-label-fontWeight-small: var(--salt-
|
|
2134
|
-
--salt-text-label-fontWeight-strong: var(--salt-
|
|
2135
|
-
--salt-text-display1-fontFamily: var(--salt-
|
|
2136
|
-
--salt-text-display1-fontWeight: var(--salt-
|
|
2137
|
-
--salt-text-display1-fontWeight-strong: var(--salt-
|
|
2138
|
-
--salt-text-display1-fontWeight-small: var(--salt-
|
|
2139
|
-
--salt-text-display2-fontFamily: var(--salt-
|
|
2140
|
-
--salt-text-display2-fontWeight: var(--salt-
|
|
2141
|
-
--salt-text-display2-fontWeight-strong: var(--salt-
|
|
2142
|
-
--salt-text-display2-fontWeight-small: var(--salt-
|
|
2143
|
-
--salt-text-display3-fontFamily: var(--salt-
|
|
2144
|
-
--salt-text-display3-fontWeight: var(--salt-
|
|
2145
|
-
--salt-text-display3-fontWeight-strong: var(--salt-
|
|
2146
|
-
--salt-text-display3-fontWeight-small: var(--salt-
|
|
2147
|
-
--salt-text-display4-fontFamily: var(--salt-
|
|
2148
|
-
--salt-text-display4-fontWeight: var(--salt-
|
|
2149
|
-
--salt-text-display4-fontWeight-strong: var(--salt-
|
|
2150
|
-
--salt-text-display4-fontWeight-small: var(--salt-
|
|
2151
|
-
--salt-text-code-fontFamily: var(--salt-
|
|
2082
|
+
--salt-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2083
|
+
--salt-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2084
|
+
--salt-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2085
|
+
--salt-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2086
|
+
--salt-text-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2087
|
+
--salt-text-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2088
|
+
--salt-text-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2089
|
+
--salt-text-notation-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2090
|
+
--salt-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2091
|
+
--salt-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2092
|
+
--salt-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2093
|
+
--salt-text-h1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2094
|
+
--salt-text-h1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2095
|
+
--salt-text-h1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2096
|
+
--salt-text-h1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2097
|
+
--salt-text-h2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2098
|
+
--salt-text-h2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2099
|
+
--salt-text-h2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2100
|
+
--salt-text-h2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2101
|
+
--salt-text-h3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2102
|
+
--salt-text-h3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2103
|
+
--salt-text-h3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2104
|
+
--salt-text-h3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2105
|
+
--salt-text-h4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2106
|
+
--salt-text-h4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2107
|
+
--salt-text-h4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2108
|
+
--salt-text-h4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2109
|
+
--salt-text-label-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2110
|
+
--salt-text-label-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2111
|
+
--salt-text-label-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2112
|
+
--salt-text-label-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2113
|
+
--salt-text-display1-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2114
|
+
--salt-text-display1-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2115
|
+
--salt-text-display1-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2116
|
+
--salt-text-display1-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2117
|
+
--salt-text-display2-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2118
|
+
--salt-text-display2-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2119
|
+
--salt-text-display2-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2120
|
+
--salt-text-display2-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2121
|
+
--salt-text-display3-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2122
|
+
--salt-text-display3-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2123
|
+
--salt-text-display3-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2124
|
+
--salt-text-display3-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2125
|
+
--salt-text-display4-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2126
|
+
--salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2127
|
+
--salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2128
|
+
--salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2129
|
+
--salt-text-code-fontFamily: var(--salt-typography-fontFamily-ptMono);
|
|
2152
2130
|
}
|
|
2153
2131
|
.salt-density-touch {
|
|
2154
2132
|
--salt-text-h1-fontSize: 42px;
|
|
@@ -2884,6 +2862,25 @@
|
|
|
2884
2862
|
--salt-palette-alpha-weak: var(--salt-palette-alpha-contrast-mediumLow);
|
|
2885
2863
|
--salt-palette-alpha-weaker: var(--salt-palette-alpha-contrast-lower);
|
|
2886
2864
|
--salt-palette-alpha-backdrop: var(--salt-palette-alpha-higher);
|
|
2865
|
+
--salt-palette-text-fontFamily: var(--salt-typography-fontFamily-openSans);
|
|
2866
|
+
--salt-palette-text-fontFamily-heading: var(--salt-typography-fontFamily-openSans);
|
|
2867
|
+
--salt-palette-text-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
|
|
2868
|
+
--salt-palette-text-fontFamily-action: var(--salt-typography-fontFamily-openSans);
|
|
2869
|
+
--salt-palette-text-action-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2870
|
+
--salt-palette-text-action-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2871
|
+
--salt-palette-text-action-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2872
|
+
--salt-palette-text-display-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2873
|
+
--salt-palette-text-display-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2874
|
+
--salt-palette-text-display-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2875
|
+
--salt-palette-text-heading-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2876
|
+
--salt-palette-text-heading-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2877
|
+
--salt-palette-text-heading-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2878
|
+
--salt-palette-text-body-fontWeight: var(--salt-typography-fontWeight-regular);
|
|
2879
|
+
--salt-palette-text-body-fontWeight-small: var(--salt-typography-fontWeight-light);
|
|
2880
|
+
--salt-palette-text-body-fontWeight-strong: var(--salt-typography-fontWeight-semiBold);
|
|
2881
|
+
--salt-palette-text-notation-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
2882
|
+
--salt-palette-text-notation-fontWeight-small: var(--salt-typography-fontWeight-regular);
|
|
2883
|
+
--salt-palette-text-notation-fontWeight-strong: var(--salt-typography-fontWeight-bold);
|
|
2887
2884
|
}
|
|
2888
2885
|
.salt-theme[data-mode=light] {
|
|
2889
2886
|
--salt-palette-interact-foreground-partial: var(--salt-color-blue-600);
|