@norges-domstoler/dds-components 0.0.0-dev-20251212083635 → 0.0.0-dev-20251212141733
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/index.d.mts +1638 -1
- package/dist/index.d.ts +1638 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1665,6 +1665,1643 @@ interface ThemeProviderProps {
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
children?: ReactNode;
|
|
1667
1667
|
}
|
|
1668
|
+
/**
|
|
1669
|
+
* Hook for å hente gjeldende tema og temanavn. Brukes inni ThemeProvider.
|
|
1670
|
+
*
|
|
1671
|
+
* @returns tema med JS-konstanter og navnet på temaet.
|
|
1672
|
+
*/
|
|
1673
|
+
declare function useTheme(): {
|
|
1674
|
+
theme: {
|
|
1675
|
+
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
1676
|
+
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
1677
|
+
ddsFontSizeX5: "5rem";
|
|
1678
|
+
ddsFontSizeX5NumberRem: 5;
|
|
1679
|
+
ddsFontSizeX4: "4rem";
|
|
1680
|
+
ddsFontSizeX4NumberRem: 4;
|
|
1681
|
+
ddsFontSizeX3: "3rem";
|
|
1682
|
+
ddsFontSizeX3NumberRem: 3;
|
|
1683
|
+
ddsFontSizeX25: "2.5rem";
|
|
1684
|
+
ddsFontSizeX25NumberRem: 2.5;
|
|
1685
|
+
ddsFontSizeX2: "2rem";
|
|
1686
|
+
ddsFontSizeX2NumberRem: 2;
|
|
1687
|
+
ddsFontSizeX15: "1.5rem";
|
|
1688
|
+
ddsFontSizeX15NumberRem: 1.5;
|
|
1689
|
+
ddsFontSizeX125: "1.25rem";
|
|
1690
|
+
ddsFontSizeX125NumberRem: 1.25;
|
|
1691
|
+
ddsFontSizeX1125: "1.125rem";
|
|
1692
|
+
ddsFontSizeX1125NumberRem: 1.125;
|
|
1693
|
+
ddsFontSizeX1: "1rem";
|
|
1694
|
+
ddsFontSizeX1NumberRem: 1;
|
|
1695
|
+
ddsFontSizeX0875: "0.875rem";
|
|
1696
|
+
ddsFontSizeX0875NumberRem: 0.875;
|
|
1697
|
+
ddsFontSizeX075: "0.75rem";
|
|
1698
|
+
ddsFontSizeX075NumberRem: 0.75;
|
|
1699
|
+
ddsFontWeightLight: "300";
|
|
1700
|
+
ddsFontWeightNormal: "400";
|
|
1701
|
+
ddsFontWeightSemiBold: "500";
|
|
1702
|
+
ddsFontWeightBold: "600";
|
|
1703
|
+
ddsFontLineheightX1: 1.5;
|
|
1704
|
+
ddsFontLineheightX2: 1.35;
|
|
1705
|
+
ddsFontLineheightX3: 1.2;
|
|
1706
|
+
ddsFontLineheightList: 2;
|
|
1707
|
+
ddsFontLetterSpacingTight: "-0.01em";
|
|
1708
|
+
ddsFontLetterSpacingNormal: "0em";
|
|
1709
|
+
ddsFontLetterSpacingLoose: "0.01em";
|
|
1710
|
+
ddsFontParagraphSpacingSmall: "1em";
|
|
1711
|
+
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
1712
|
+
ddsFontParagraphSpacingMedium: "0.66em";
|
|
1713
|
+
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
1714
|
+
ddsFontParagraphSpacingLarge: "0.5em";
|
|
1715
|
+
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
1716
|
+
ddsFontParagraphSpacingHeading: "0.4em";
|
|
1717
|
+
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
1718
|
+
ddsFontStyleUnderline: "underline";
|
|
1719
|
+
ddsFontStyleNormal: "none";
|
|
1720
|
+
ddsFontStyleItalic: "italic";
|
|
1721
|
+
ddsSpacingPaddingTopHeading: "0.7em";
|
|
1722
|
+
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
1723
|
+
ddsSpacingX0: "0rem";
|
|
1724
|
+
ddsSpacingX0NumberRem: 0;
|
|
1725
|
+
ddsSpacingX0125: "0.125rem";
|
|
1726
|
+
ddsSpacingX0125NumberRem: 0.125;
|
|
1727
|
+
ddsSpacingX025: "0.25rem";
|
|
1728
|
+
ddsSpacingX025NumberRem: 0.25;
|
|
1729
|
+
ddsSpacingX05: "0.5rem";
|
|
1730
|
+
ddsSpacingX05NumberRem: 0.5;
|
|
1731
|
+
ddsSpacingX075: "0.75rem";
|
|
1732
|
+
ddsSpacingX075NumberRem: 0.75;
|
|
1733
|
+
ddsSpacingX1: "1rem";
|
|
1734
|
+
ddsSpacingX1NumberRem: 1;
|
|
1735
|
+
ddsSpacingX15: "1.5rem";
|
|
1736
|
+
ddsSpacingX15NumberRem: 1.5;
|
|
1737
|
+
ddsSpacingX2: "2rem";
|
|
1738
|
+
ddsSpacingX2NumberRem: 2;
|
|
1739
|
+
ddsSpacingX25: "2.5rem";
|
|
1740
|
+
ddsSpacingX25NumberRem: 2.5;
|
|
1741
|
+
ddsSpacingX3: "3rem";
|
|
1742
|
+
ddsSpacingX3NumberRem: 3;
|
|
1743
|
+
ddsSpacingX4: "4rem";
|
|
1744
|
+
ddsSpacingX4NumberRem: 4;
|
|
1745
|
+
ddsSpacingX6: "6rem";
|
|
1746
|
+
ddsSpacingX6NumberRem: 6;
|
|
1747
|
+
ddsSpacingX10: "10rem";
|
|
1748
|
+
ddsSpacingX10NumberRem: 10;
|
|
1749
|
+
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
1750
|
+
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
1751
|
+
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
1752
|
+
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
1753
|
+
ddsGridXsGutterSize: "16px";
|
|
1754
|
+
ddsGridXsGutterSizeNumberPx: 16;
|
|
1755
|
+
ddsGridXsCount: "4";
|
|
1756
|
+
ddsGridSmGutterSize: "16px";
|
|
1757
|
+
ddsGridSmGutterSizeNumberPx: 16;
|
|
1758
|
+
ddsGridSmCount: "8";
|
|
1759
|
+
ddsGridLgGutterSize: "24px";
|
|
1760
|
+
ddsGridLgGutterSizeNumberPx: 24;
|
|
1761
|
+
ddsGridLgCount: "12";
|
|
1762
|
+
ddsGridMdGutterSize: "24px";
|
|
1763
|
+
ddsGridMdGutterSizeNumberPx: 24;
|
|
1764
|
+
ddsGridMdCount: "12";
|
|
1765
|
+
ddsGridXlGutterSize: "24px";
|
|
1766
|
+
ddsGridXlGutterSizeNumberPx: 24;
|
|
1767
|
+
ddsGridXlCount: "12";
|
|
1768
|
+
ddsIconSizeLarge: "40px";
|
|
1769
|
+
ddsIconSizeLargeNumberPx: 40;
|
|
1770
|
+
ddsIconSizeMedium: "24px";
|
|
1771
|
+
ddsIconSizeMediumNumberPx: 24;
|
|
1772
|
+
ddsIconSizeSmall: "16px";
|
|
1773
|
+
ddsIconSizeSmallNumberPx: 16;
|
|
1774
|
+
ddsBreakpointXs: "1px";
|
|
1775
|
+
ddsBreakpointXsNumberPx: 1;
|
|
1776
|
+
ddsBreakpointSm: "600px";
|
|
1777
|
+
ddsBreakpointSmNumberPx: 600;
|
|
1778
|
+
ddsBreakpointMd: "960px";
|
|
1779
|
+
ddsBreakpointMdNumberPx: 960;
|
|
1780
|
+
ddsBreakpointLg: "1280px";
|
|
1781
|
+
ddsBreakpointLgNumberPx: 1280;
|
|
1782
|
+
ddsBreakpointXl: "1920px";
|
|
1783
|
+
ddsBreakpointXlNumberPx: 1920;
|
|
1784
|
+
ddsZindexSkiptocontent: "250";
|
|
1785
|
+
ddsZindexModalBackdrop: "200";
|
|
1786
|
+
ddsZindexDrawer: "180";
|
|
1787
|
+
ddsZindexDrawerBackdrop: "180";
|
|
1788
|
+
ddsZindexOverflowmenu: "160";
|
|
1789
|
+
ddsZindexPopover: "140";
|
|
1790
|
+
ddsZindexTooltip: "120";
|
|
1791
|
+
ddsZindexDropdown: "100";
|
|
1792
|
+
ddsZindexSticky: "50";
|
|
1793
|
+
ddsZindexAbsoluteElement: "1";
|
|
1794
|
+
ddsColorData10Default: "#196b8f";
|
|
1795
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
1796
|
+
ddsColorData10Border: "#196b8f";
|
|
1797
|
+
ddsColorDataRed100: "#f8d2d4";
|
|
1798
|
+
ddsColorDataRed200: "#f0a5a9";
|
|
1799
|
+
ddsColorDataRed300: "#e9787e";
|
|
1800
|
+
ddsColorDataRed400: "#e14b53";
|
|
1801
|
+
ddsColorDataRed500: "#da1e28";
|
|
1802
|
+
ddsColorDataRed600: "#ae1820";
|
|
1803
|
+
ddsColorDataRed700: "#831218";
|
|
1804
|
+
ddsColorDataRed800: "#570c10";
|
|
1805
|
+
ddsColorDataRed900: "#2c0608";
|
|
1806
|
+
ddsColorDataMagenta100: "#eed3df";
|
|
1807
|
+
ddsColorDataMagenta200: "#dfa5bf";
|
|
1808
|
+
ddsColorDataMagenta300: "#cf789e";
|
|
1809
|
+
ddsColorDataMagenta400: "#c74f84";
|
|
1810
|
+
ddsColorDataMagenta500: "#b62665";
|
|
1811
|
+
ddsColorDataMagenta600: "#8a1a4b";
|
|
1812
|
+
ddsColorDataMagenta700: "#671438";
|
|
1813
|
+
ddsColorDataMagenta800: "#440e26";
|
|
1814
|
+
ddsColorDataMagenta900: "#220713";
|
|
1815
|
+
ddsColorDataBrown100: "#f0ddd5";
|
|
1816
|
+
ddsColorDataBrown200: "#e1bcac";
|
|
1817
|
+
ddsColorDataBrown300: "#d19a82";
|
|
1818
|
+
ddsColorDataBrown400: "#c27959";
|
|
1819
|
+
ddsColorDataBrown500: "#b3572f";
|
|
1820
|
+
ddsColorDataBrown600: "#8f4626";
|
|
1821
|
+
ddsColorDataBrown700: "#6b341c";
|
|
1822
|
+
ddsColorDataBrown800: "#482313";
|
|
1823
|
+
ddsColorDataBrown900: "#241109";
|
|
1824
|
+
ddsColorDataOlive100: "#e6e4d0";
|
|
1825
|
+
ddsColorDataOlive200: "#cdc9a1";
|
|
1826
|
+
ddsColorDataOlive300: "#b3ae71";
|
|
1827
|
+
ddsColorDataOlive400: "#989344";
|
|
1828
|
+
ddsColorDataOlive500: "#7c7518";
|
|
1829
|
+
ddsColorDataOlive600: "#635e13";
|
|
1830
|
+
ddsColorDataOlive700: "#4a460e";
|
|
1831
|
+
ddsColorDataOlive800: "#322f0a";
|
|
1832
|
+
ddsColorDataOlive900: "#191705";
|
|
1833
|
+
ddsColorDataGreen100: "#d1e6d7";
|
|
1834
|
+
ddsColorDataGreen200: "#a3ccaf";
|
|
1835
|
+
ddsColorDataGreen300: "#75b388";
|
|
1836
|
+
ddsColorDataGreen400: "#479960";
|
|
1837
|
+
ddsColorDataGreen500: "#198038";
|
|
1838
|
+
ddsColorDataGreen600: "#14662d";
|
|
1839
|
+
ddsColorDataGreen700: "#0f4d22";
|
|
1840
|
+
ddsColorDataGreen800: "#0a3316";
|
|
1841
|
+
ddsColorDataGreen900: "#051a0b";
|
|
1842
|
+
ddsColorDataTeal100: "#c2e2e1";
|
|
1843
|
+
ddsColorDataTeal200: "#90ccc9";
|
|
1844
|
+
ddsColorDataTeal300: "#5dafad";
|
|
1845
|
+
ddsColorDataTeal400: "#2c9390";
|
|
1846
|
+
ddsColorDataTeal500: "#007d79";
|
|
1847
|
+
ddsColorDataTeal600: "#006461";
|
|
1848
|
+
ddsColorDataTeal700: "#004b49";
|
|
1849
|
+
ddsColorDataTeal800: "#003230";
|
|
1850
|
+
ddsColorDataTeal900: "#001918";
|
|
1851
|
+
ddsColorDataDeepblue100: "#b9d7e5";
|
|
1852
|
+
ddsColorDataDeepblue200: "#96c5d9";
|
|
1853
|
+
ddsColorDataDeepblue300: "#6aa8c3";
|
|
1854
|
+
ddsColorDataDeepblue400: "#3e8bac";
|
|
1855
|
+
ddsColorDataDeepblue500: "#196b8f";
|
|
1856
|
+
ddsColorDataDeepblue600: "#135774";
|
|
1857
|
+
ddsColorDataDeepblue700: "#0e455e";
|
|
1858
|
+
ddsColorDataDeepblue800: "#0d3445";
|
|
1859
|
+
ddsColorDataDeepblue900: "#05151d";
|
|
1860
|
+
ddsColorDataBlue100: "#cfe0ff";
|
|
1861
|
+
ddsColorDataBlue200: "#9fc0ff";
|
|
1862
|
+
ddsColorDataBlue300: "#6fa1fe";
|
|
1863
|
+
ddsColorDataBlue400: "#3f81fe";
|
|
1864
|
+
ddsColorDataBlue500: "#0f62fe";
|
|
1865
|
+
ddsColorDataBlue600: "#0c4ecb";
|
|
1866
|
+
ddsColorDataBlue700: "#093b98";
|
|
1867
|
+
ddsColorDataBlue800: "#062766";
|
|
1868
|
+
ddsColorDataBlue900: "#031433";
|
|
1869
|
+
ddsColorDataPurple100: "#e8d9fe";
|
|
1870
|
+
ddsColorDataPurple200: "#d0b2fe";
|
|
1871
|
+
ddsColorDataPurple300: "#b98cfd";
|
|
1872
|
+
ddsColorDataPurple400: "#a165fd";
|
|
1873
|
+
ddsColorDataPurple500: "#8a3ffc";
|
|
1874
|
+
ddsColorDataPurple600: "#6e32ca";
|
|
1875
|
+
ddsColorDataPurple700: "#532697";
|
|
1876
|
+
ddsColorDataPurple800: "#371965";
|
|
1877
|
+
ddsColorDataPurple900: "#1c0d32";
|
|
1878
|
+
ddsColorDataGray100: "#e3e3e3";
|
|
1879
|
+
ddsColorDataGray200: "#c7c7c7";
|
|
1880
|
+
ddsColorDataGray300: "#aaaaaa";
|
|
1881
|
+
ddsColorDataGray400: "#8e8e8e";
|
|
1882
|
+
ddsColorDataGray500: "#727272";
|
|
1883
|
+
ddsColorDataGray600: "#5b5b5b";
|
|
1884
|
+
ddsColorDataGray700: "#444444";
|
|
1885
|
+
ddsColorDataGray800: "#2e2e2e";
|
|
1886
|
+
ddsColorDataGray900: "#171717";
|
|
1887
|
+
ddsColorData01Default: "#0f62fe";
|
|
1888
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
1889
|
+
ddsColorData01Border: "#0f62fe";
|
|
1890
|
+
ddsColorData02Default: "#b3572f";
|
|
1891
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
1892
|
+
ddsColorData02Border: "#b3572f";
|
|
1893
|
+
ddsColorData03Default: "#727272";
|
|
1894
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
1895
|
+
ddsColorData03Border: "#727272";
|
|
1896
|
+
ddsColorData04Default: "#198038";
|
|
1897
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
1898
|
+
ddsColorData04Border: "#198038";
|
|
1899
|
+
ddsColorData05Default: "#8a3ffc";
|
|
1900
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
1901
|
+
ddsColorData05Border: "#8a3ffc";
|
|
1902
|
+
ddsColorData06Default: "#b62665";
|
|
1903
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
1904
|
+
ddsColorData06Border: "#b62665";
|
|
1905
|
+
ddsColorData07Default: "#7c7518";
|
|
1906
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
1907
|
+
ddsColorData07Border: "#7c7518";
|
|
1908
|
+
ddsColorData08Default: "#da1e28";
|
|
1909
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
1910
|
+
ddsColorData08Border: "#da1e28";
|
|
1911
|
+
ddsColorData09Default: "#007d79";
|
|
1912
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
1913
|
+
ddsColorData09Border: "#007d79";
|
|
1914
|
+
ddsColorBgDefault: "#ffffff";
|
|
1915
|
+
ddsColorBgSubtle: "#f1f3f4";
|
|
1916
|
+
ddsColorSurfaceDefault: "#ffffff";
|
|
1917
|
+
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
1918
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
1919
|
+
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
1920
|
+
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
1921
|
+
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
1922
|
+
ddsColorSurfaceInverseDefault: "#354754";
|
|
1923
|
+
ddsColorSurfaceInverseHover: "#2a3943";
|
|
1924
|
+
ddsColorSurfaceInverseSelected: "#202b32";
|
|
1925
|
+
ddsColorSurfaceActionResting: "#106ead";
|
|
1926
|
+
ddsColorSurfaceActionHover: "#0d588a";
|
|
1927
|
+
ddsColorSurfaceActionSelected: "#106ead";
|
|
1928
|
+
ddsColorSurfaceActionDangerResting: "#d83737";
|
|
1929
|
+
ddsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
1930
|
+
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
1931
|
+
ddsColorSurfaceDangerDefault: "#fbebeb";
|
|
1932
|
+
ddsColorSurfaceDangerStrong: "#e47373";
|
|
1933
|
+
ddsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
1934
|
+
ddsColorSurfaceSuccessStrong: "#93d294";
|
|
1935
|
+
ddsColorSurfaceWarningDefault: "#fefced";
|
|
1936
|
+
ddsColorSurfaceWarningStrong: "#f7e982";
|
|
1937
|
+
ddsColorSurfaceInfoDefault: "#f1f8fd";
|
|
1938
|
+
ddsColorSurfaceInfoStrong: "#9eceee";
|
|
1939
|
+
ddsColorSurfacePaperDefault: "#ffffff";
|
|
1940
|
+
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
1941
|
+
ddsColorSurfaceFieldDefault: "#ffffff";
|
|
1942
|
+
ddsColorSurfaceFieldDisabled: "#f1f3f4";
|
|
1943
|
+
ddsColorSurfaceHighlightedDefault: "#fce5dd";
|
|
1944
|
+
ddsColorSurfaceScrollbar: "#adb5ba";
|
|
1945
|
+
ddsColorSurfaceNotification: "#d83737";
|
|
1946
|
+
ddsColorSurfaceSkeleton: "#d6dadd";
|
|
1947
|
+
ddsColorBorderDefault: "#77838c";
|
|
1948
|
+
ddsColorBorderSubtle: "#d6dadd";
|
|
1949
|
+
ddsColorBorderInverse: "#acbbc6";
|
|
1950
|
+
ddsColorBorderActionDefault: "#106ead";
|
|
1951
|
+
ddsColorBorderActionHover: "#0d588a";
|
|
1952
|
+
ddsColorBorderSuccess: "#65be66";
|
|
1953
|
+
ddsColorBorderWarning: "#f4e04d";
|
|
1954
|
+
ddsColorBorderDanger: "#d83737";
|
|
1955
|
+
ddsColorBorderInfo: "#75b9e6";
|
|
1956
|
+
ddsColorBorderOnAction: "#ffffff";
|
|
1957
|
+
ddsColorTextDefault: "#0b0d0e";
|
|
1958
|
+
ddsColorTextMedium: "#3a4146";
|
|
1959
|
+
ddsColorTextSubtle: "#545c62";
|
|
1960
|
+
ddsColorTextOnInverse: "#ffffff";
|
|
1961
|
+
ddsColorTextDanger: "#ad2c2c";
|
|
1962
|
+
ddsColorTextOnAction: "#ffffff";
|
|
1963
|
+
ddsColorTextOnStatusDefault: "#0b0d0e";
|
|
1964
|
+
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
1965
|
+
ddsColorTextActionResting: "#106ead";
|
|
1966
|
+
ddsColorTextActionHover: "#0d588a";
|
|
1967
|
+
ddsColorTextRequiredfield: "#d83737";
|
|
1968
|
+
ddsColorTextActionVisited: "#7f29b4";
|
|
1969
|
+
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
1970
|
+
ddsColorTextOnNotification: "#ffffff";
|
|
1971
|
+
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
1972
|
+
ddsColorTextOnPrimarySubtle: "#0b0d0e";
|
|
1973
|
+
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
1974
|
+
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
1975
|
+
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
1976
|
+
ddsColorTextOnSecondarySubtle: "#0b0d0e";
|
|
1977
|
+
ddsColorTextOnSecondaryMedium: "#0b0d0e";
|
|
1978
|
+
ddsColorTextOnSecondaryStrong: "#ffffff";
|
|
1979
|
+
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
1980
|
+
ddsColorTextOnTertiarySubtle: "#0b0d0e";
|
|
1981
|
+
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
1982
|
+
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
1983
|
+
ddsColorTextOnDataDefault: "#ffffff";
|
|
1984
|
+
ddsColorTextOnDataSubtle: "#0b0d0e";
|
|
1985
|
+
ddsColorIconDefault: "#0b0d0e";
|
|
1986
|
+
ddsColorIconMedium: "#3a4146";
|
|
1987
|
+
ddsColorIconSubtle: "#545c62";
|
|
1988
|
+
ddsColorIconOnInverse: "#ffffff";
|
|
1989
|
+
ddsColorIconOnAction: "#ffffff";
|
|
1990
|
+
ddsColorIconActionResting: "#106ead";
|
|
1991
|
+
ddsColorIconActionHover: "#0d588a";
|
|
1992
|
+
ddsColorIconOnSuccessDefault: "#3d723d";
|
|
1993
|
+
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
1994
|
+
ddsColorIconOnWarningDefault: "#9a8c26";
|
|
1995
|
+
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
1996
|
+
ddsColorIconOnDangerDefault: "#ad2c2c";
|
|
1997
|
+
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
1998
|
+
ddsColorIconOnInfoDefault: "#3e7192";
|
|
1999
|
+
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2000
|
+
ddsColorIconDanger: "#ad2c2c";
|
|
2001
|
+
ddsColorBrandPrimaryDefault: "#354754";
|
|
2002
|
+
ddsColorBrandPrimarySubtle: "#eaeff4";
|
|
2003
|
+
ddsColorBrandPrimaryMedium: "#4f6a7e";
|
|
2004
|
+
ddsColorBrandPrimaryStrong: "#202b32";
|
|
2005
|
+
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2006
|
+
ddsColorBrandSecondarySubtle: "#e6eded";
|
|
2007
|
+
ddsColorBrandSecondaryMedium: "#b8cdcd";
|
|
2008
|
+
ddsColorBrandSecondaryStrong: "#4d6463";
|
|
2009
|
+
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2010
|
+
ddsColorBrandTertiarySubtle: "#fce5dd";
|
|
2011
|
+
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2012
|
+
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
2013
|
+
ddsColorFocusOutside: "#2a4b61";
|
|
2014
|
+
ddsColorFocusInside: "#f1f8fd";
|
|
2015
|
+
ddsBorderRadiusButton: "2px";
|
|
2016
|
+
ddsBorderRadiusButtonNumberPx: 2;
|
|
2017
|
+
ddsBorderRadiusSurface: "4px";
|
|
2018
|
+
ddsBorderRadiusSurfaceNumberPx: 4;
|
|
2019
|
+
ddsBorderRadiusInput: "2px";
|
|
2020
|
+
ddsBorderRadiusInputNumberPx: 2;
|
|
2021
|
+
ddsBorderRadiusChip: "4px";
|
|
2022
|
+
ddsBorderRadiusChipNumberPx: 4;
|
|
2023
|
+
ddsBorderRadiusRounded: "9999px";
|
|
2024
|
+
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2025
|
+
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2026
|
+
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2027
|
+
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2028
|
+
ddsFontBodyMedium: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2029
|
+
ddsFontBodyLarge: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2030
|
+
ddsFontHeadingXxsmall: "600 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2031
|
+
ddsFontHeadingXsmall: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2032
|
+
ddsFontHeadingSmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2033
|
+
ddsFontHeadingMedium: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2034
|
+
ddsFontHeadingLarge: "400 clamp(1.25rem, 0.833rem + 1.111vw, 1.5rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2035
|
+
ddsFontHeadingXlarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2036
|
+
ddsFontHeadingXxlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
2037
|
+
ddsFontLeadMedium: "300 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2038
|
+
ddsFontCodeMedium: "400 1rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
2039
|
+
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
2040
|
+
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
2041
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
2042
|
+
ddsFontHeadingXlargeLetterSpacing: "0em";
|
|
2043
|
+
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
2044
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
2045
|
+
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
2046
|
+
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
2047
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
2048
|
+
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
2049
|
+
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
2050
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
2051
|
+
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
2052
|
+
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
2053
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
2054
|
+
ddsFontHeadingXsmallLetterSpacing: "0.01em";
|
|
2055
|
+
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
2056
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
2057
|
+
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
2058
|
+
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
2059
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
2060
|
+
ddsFontBodyLargeLetterSpacing: "0em";
|
|
2061
|
+
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
2062
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
2063
|
+
ddsFontBodyMediumLetterSpacing: "0em";
|
|
2064
|
+
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
2065
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
2066
|
+
ddsFontBodySmallLetterSpacing: "0.01em";
|
|
2067
|
+
ddsFontBodySmallParagraphSpacing: "1em";
|
|
2068
|
+
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
2069
|
+
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
2070
|
+
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
2071
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
2072
|
+
ddsFontLeadMediumLetterSpacing: "0em";
|
|
2073
|
+
ddsFontLeadMediumParagraphSpacing: "1em";
|
|
2074
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: 1;
|
|
2075
|
+
ddsFontCodeMediumLetterSpacing: "0em";
|
|
2076
|
+
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
2077
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
2078
|
+
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
2079
|
+
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
2080
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
2081
|
+
} | {
|
|
2082
|
+
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
2083
|
+
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
2084
|
+
ddsFontSizeX5: "5rem";
|
|
2085
|
+
ddsFontSizeX5NumberRem: 5;
|
|
2086
|
+
ddsFontSizeX4: "4rem";
|
|
2087
|
+
ddsFontSizeX4NumberRem: 4;
|
|
2088
|
+
ddsFontSizeX3: "3rem";
|
|
2089
|
+
ddsFontSizeX3NumberRem: 3;
|
|
2090
|
+
ddsFontSizeX25: "2.5rem";
|
|
2091
|
+
ddsFontSizeX25NumberRem: 2.5;
|
|
2092
|
+
ddsFontSizeX2: "2rem";
|
|
2093
|
+
ddsFontSizeX2NumberRem: 2;
|
|
2094
|
+
ddsFontSizeX15: "1.5rem";
|
|
2095
|
+
ddsFontSizeX15NumberRem: 1.5;
|
|
2096
|
+
ddsFontSizeX125: "1.25rem";
|
|
2097
|
+
ddsFontSizeX125NumberRem: 1.25;
|
|
2098
|
+
ddsFontSizeX1125: "1.125rem";
|
|
2099
|
+
ddsFontSizeX1125NumberRem: 1.125;
|
|
2100
|
+
ddsFontSizeX1: "1rem";
|
|
2101
|
+
ddsFontSizeX1NumberRem: 1;
|
|
2102
|
+
ddsFontSizeX0875: "0.875rem";
|
|
2103
|
+
ddsFontSizeX0875NumberRem: 0.875;
|
|
2104
|
+
ddsFontSizeX075: "0.75rem";
|
|
2105
|
+
ddsFontSizeX075NumberRem: 0.75;
|
|
2106
|
+
ddsFontWeightLight: "300";
|
|
2107
|
+
ddsFontWeightNormal: "400";
|
|
2108
|
+
ddsFontWeightSemiBold: "500";
|
|
2109
|
+
ddsFontWeightBold: "600";
|
|
2110
|
+
ddsFontLineheightX1: 1.5;
|
|
2111
|
+
ddsFontLineheightX2: 1.35;
|
|
2112
|
+
ddsFontLineheightX3: 1.2;
|
|
2113
|
+
ddsFontLineheightList: 2;
|
|
2114
|
+
ddsFontLetterSpacingTight: "-0.01em";
|
|
2115
|
+
ddsFontLetterSpacingNormal: "0em";
|
|
2116
|
+
ddsFontLetterSpacingLoose: "0.01em";
|
|
2117
|
+
ddsFontParagraphSpacingSmall: "1em";
|
|
2118
|
+
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
2119
|
+
ddsFontParagraphSpacingMedium: "0.66em";
|
|
2120
|
+
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
2121
|
+
ddsFontParagraphSpacingLarge: "0.5em";
|
|
2122
|
+
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
2123
|
+
ddsFontParagraphSpacingHeading: "0.4em";
|
|
2124
|
+
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
2125
|
+
ddsFontStyleUnderline: "underline";
|
|
2126
|
+
ddsFontStyleNormal: "none";
|
|
2127
|
+
ddsFontStyleItalic: "italic";
|
|
2128
|
+
ddsSpacingPaddingTopHeading: "0.7em";
|
|
2129
|
+
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
2130
|
+
ddsSpacingX0: "0rem";
|
|
2131
|
+
ddsSpacingX0NumberRem: 0;
|
|
2132
|
+
ddsSpacingX0125: "0.125rem";
|
|
2133
|
+
ddsSpacingX0125NumberRem: 0.125;
|
|
2134
|
+
ddsSpacingX025: "0.25rem";
|
|
2135
|
+
ddsSpacingX025NumberRem: 0.25;
|
|
2136
|
+
ddsSpacingX05: "0.5rem";
|
|
2137
|
+
ddsSpacingX05NumberRem: 0.5;
|
|
2138
|
+
ddsSpacingX075: "0.75rem";
|
|
2139
|
+
ddsSpacingX075NumberRem: 0.75;
|
|
2140
|
+
ddsSpacingX1: "1rem";
|
|
2141
|
+
ddsSpacingX1NumberRem: 1;
|
|
2142
|
+
ddsSpacingX15: "1.5rem";
|
|
2143
|
+
ddsSpacingX15NumberRem: 1.5;
|
|
2144
|
+
ddsSpacingX2: "2rem";
|
|
2145
|
+
ddsSpacingX2NumberRem: 2;
|
|
2146
|
+
ddsSpacingX25: "2.5rem";
|
|
2147
|
+
ddsSpacingX25NumberRem: 2.5;
|
|
2148
|
+
ddsSpacingX3: "3rem";
|
|
2149
|
+
ddsSpacingX3NumberRem: 3;
|
|
2150
|
+
ddsSpacingX4: "4rem";
|
|
2151
|
+
ddsSpacingX4NumberRem: 4;
|
|
2152
|
+
ddsSpacingX6: "6rem";
|
|
2153
|
+
ddsSpacingX6NumberRem: 6;
|
|
2154
|
+
ddsSpacingX10: "10rem";
|
|
2155
|
+
ddsSpacingX10NumberRem: 10;
|
|
2156
|
+
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
2157
|
+
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
2158
|
+
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
2159
|
+
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
2160
|
+
ddsGridXsGutterSize: "16px";
|
|
2161
|
+
ddsGridXsGutterSizeNumberPx: 16;
|
|
2162
|
+
ddsGridXsCount: "4";
|
|
2163
|
+
ddsGridSmGutterSize: "16px";
|
|
2164
|
+
ddsGridSmGutterSizeNumberPx: 16;
|
|
2165
|
+
ddsGridSmCount: "8";
|
|
2166
|
+
ddsGridLgGutterSize: "24px";
|
|
2167
|
+
ddsGridLgGutterSizeNumberPx: 24;
|
|
2168
|
+
ddsGridLgCount: "12";
|
|
2169
|
+
ddsGridMdGutterSize: "24px";
|
|
2170
|
+
ddsGridMdGutterSizeNumberPx: 24;
|
|
2171
|
+
ddsGridMdCount: "12";
|
|
2172
|
+
ddsGridXlGutterSize: "24px";
|
|
2173
|
+
ddsGridXlGutterSizeNumberPx: 24;
|
|
2174
|
+
ddsGridXlCount: "12";
|
|
2175
|
+
ddsIconSizeLarge: "40px";
|
|
2176
|
+
ddsIconSizeLargeNumberPx: 40;
|
|
2177
|
+
ddsIconSizeMedium: "24px";
|
|
2178
|
+
ddsIconSizeMediumNumberPx: 24;
|
|
2179
|
+
ddsIconSizeSmall: "16px";
|
|
2180
|
+
ddsIconSizeSmallNumberPx: 16;
|
|
2181
|
+
ddsBreakpointXs: "1px";
|
|
2182
|
+
ddsBreakpointXsNumberPx: 1;
|
|
2183
|
+
ddsBreakpointSm: "600px";
|
|
2184
|
+
ddsBreakpointSmNumberPx: 600;
|
|
2185
|
+
ddsBreakpointMd: "960px";
|
|
2186
|
+
ddsBreakpointMdNumberPx: 960;
|
|
2187
|
+
ddsBreakpointLg: "1280px";
|
|
2188
|
+
ddsBreakpointLgNumberPx: 1280;
|
|
2189
|
+
ddsBreakpointXl: "1920px";
|
|
2190
|
+
ddsBreakpointXlNumberPx: 1920;
|
|
2191
|
+
ddsZindexSkiptocontent: "250";
|
|
2192
|
+
ddsZindexModalBackdrop: "200";
|
|
2193
|
+
ddsZindexDrawer: "180";
|
|
2194
|
+
ddsZindexDrawerBackdrop: "180";
|
|
2195
|
+
ddsZindexOverflowmenu: "160";
|
|
2196
|
+
ddsZindexPopover: "140";
|
|
2197
|
+
ddsZindexTooltip: "120";
|
|
2198
|
+
ddsZindexDropdown: "100";
|
|
2199
|
+
ddsZindexSticky: "50";
|
|
2200
|
+
ddsZindexAbsoluteElement: "1";
|
|
2201
|
+
ddsColorData10Default: "#6aa8c3";
|
|
2202
|
+
ddsColorData10Subtle: "#135774";
|
|
2203
|
+
ddsColorData10Border: "#6aa8c3";
|
|
2204
|
+
ddsColorDataRed100: "#f8d2d4";
|
|
2205
|
+
ddsColorDataRed200: "#f0a5a9";
|
|
2206
|
+
ddsColorDataRed300: "#e9787e";
|
|
2207
|
+
ddsColorDataRed400: "#e14b53";
|
|
2208
|
+
ddsColorDataRed500: "#da1e28";
|
|
2209
|
+
ddsColorDataRed600: "#ae1820";
|
|
2210
|
+
ddsColorDataRed700: "#831218";
|
|
2211
|
+
ddsColorDataRed800: "#570c10";
|
|
2212
|
+
ddsColorDataRed900: "#2c0608";
|
|
2213
|
+
ddsColorDataMagenta100: "#eed3df";
|
|
2214
|
+
ddsColorDataMagenta200: "#dfa5bf";
|
|
2215
|
+
ddsColorDataMagenta300: "#cf789e";
|
|
2216
|
+
ddsColorDataMagenta400: "#c74f84";
|
|
2217
|
+
ddsColorDataMagenta500: "#b62665";
|
|
2218
|
+
ddsColorDataMagenta600: "#8a1a4b";
|
|
2219
|
+
ddsColorDataMagenta700: "#671438";
|
|
2220
|
+
ddsColorDataMagenta800: "#440e26";
|
|
2221
|
+
ddsColorDataMagenta900: "#220713";
|
|
2222
|
+
ddsColorDataBrown100: "#f0ddd5";
|
|
2223
|
+
ddsColorDataBrown200: "#e1bcac";
|
|
2224
|
+
ddsColorDataBrown300: "#d19a82";
|
|
2225
|
+
ddsColorDataBrown400: "#c27959";
|
|
2226
|
+
ddsColorDataBrown500: "#b3572f";
|
|
2227
|
+
ddsColorDataBrown600: "#8f4626";
|
|
2228
|
+
ddsColorDataBrown700: "#6b341c";
|
|
2229
|
+
ddsColorDataBrown800: "#482313";
|
|
2230
|
+
ddsColorDataBrown900: "#241109";
|
|
2231
|
+
ddsColorDataOlive100: "#e6e4d0";
|
|
2232
|
+
ddsColorDataOlive200: "#cdc9a1";
|
|
2233
|
+
ddsColorDataOlive300: "#b3ae71";
|
|
2234
|
+
ddsColorDataOlive400: "#989344";
|
|
2235
|
+
ddsColorDataOlive500: "#7c7518";
|
|
2236
|
+
ddsColorDataOlive600: "#635e13";
|
|
2237
|
+
ddsColorDataOlive700: "#4a460e";
|
|
2238
|
+
ddsColorDataOlive800: "#322f0a";
|
|
2239
|
+
ddsColorDataOlive900: "#191705";
|
|
2240
|
+
ddsColorDataGreen100: "#d1e6d7";
|
|
2241
|
+
ddsColorDataGreen200: "#a3ccaf";
|
|
2242
|
+
ddsColorDataGreen300: "#75b388";
|
|
2243
|
+
ddsColorDataGreen400: "#479960";
|
|
2244
|
+
ddsColorDataGreen500: "#198038";
|
|
2245
|
+
ddsColorDataGreen600: "#14662d";
|
|
2246
|
+
ddsColorDataGreen700: "#0f4d22";
|
|
2247
|
+
ddsColorDataGreen800: "#0a3316";
|
|
2248
|
+
ddsColorDataGreen900: "#051a0b";
|
|
2249
|
+
ddsColorDataTeal100: "#c2e2e1";
|
|
2250
|
+
ddsColorDataTeal200: "#90ccc9";
|
|
2251
|
+
ddsColorDataTeal300: "#5dafad";
|
|
2252
|
+
ddsColorDataTeal400: "#2c9390";
|
|
2253
|
+
ddsColorDataTeal500: "#007d79";
|
|
2254
|
+
ddsColorDataTeal600: "#006461";
|
|
2255
|
+
ddsColorDataTeal700: "#004b49";
|
|
2256
|
+
ddsColorDataTeal800: "#003230";
|
|
2257
|
+
ddsColorDataTeal900: "#001918";
|
|
2258
|
+
ddsColorDataDeepblue100: "#b9d7e5";
|
|
2259
|
+
ddsColorDataDeepblue200: "#96c5d9";
|
|
2260
|
+
ddsColorDataDeepblue300: "#6aa8c3";
|
|
2261
|
+
ddsColorDataDeepblue400: "#3e8bac";
|
|
2262
|
+
ddsColorDataDeepblue500: "#196b8f";
|
|
2263
|
+
ddsColorDataDeepblue600: "#135774";
|
|
2264
|
+
ddsColorDataDeepblue700: "#0e455e";
|
|
2265
|
+
ddsColorDataDeepblue800: "#0d3445";
|
|
2266
|
+
ddsColorDataDeepblue900: "#05151d";
|
|
2267
|
+
ddsColorDataBlue100: "#cfe0ff";
|
|
2268
|
+
ddsColorDataBlue200: "#9fc0ff";
|
|
2269
|
+
ddsColorDataBlue300: "#6fa1fe";
|
|
2270
|
+
ddsColorDataBlue400: "#3f81fe";
|
|
2271
|
+
ddsColorDataBlue500: "#0f62fe";
|
|
2272
|
+
ddsColorDataBlue600: "#0c4ecb";
|
|
2273
|
+
ddsColorDataBlue700: "#093b98";
|
|
2274
|
+
ddsColorDataBlue800: "#062766";
|
|
2275
|
+
ddsColorDataBlue900: "#031433";
|
|
2276
|
+
ddsColorDataPurple100: "#e8d9fe";
|
|
2277
|
+
ddsColorDataPurple200: "#d0b2fe";
|
|
2278
|
+
ddsColorDataPurple300: "#b98cfd";
|
|
2279
|
+
ddsColorDataPurple400: "#a165fd";
|
|
2280
|
+
ddsColorDataPurple500: "#8a3ffc";
|
|
2281
|
+
ddsColorDataPurple600: "#6e32ca";
|
|
2282
|
+
ddsColorDataPurple700: "#532697";
|
|
2283
|
+
ddsColorDataPurple800: "#371965";
|
|
2284
|
+
ddsColorDataPurple900: "#1c0d32";
|
|
2285
|
+
ddsColorDataGray100: "#e3e3e3";
|
|
2286
|
+
ddsColorDataGray200: "#c7c7c7";
|
|
2287
|
+
ddsColorDataGray300: "#aaaaaa";
|
|
2288
|
+
ddsColorDataGray400: "#8e8e8e";
|
|
2289
|
+
ddsColorDataGray500: "#727272";
|
|
2290
|
+
ddsColorDataGray600: "#5b5b5b";
|
|
2291
|
+
ddsColorDataGray700: "#444444";
|
|
2292
|
+
ddsColorDataGray800: "#2e2e2e";
|
|
2293
|
+
ddsColorDataGray900: "#171717";
|
|
2294
|
+
ddsColorData01Default: "#6fa1fe";
|
|
2295
|
+
ddsColorData01Subtle: "#0c4ecb";
|
|
2296
|
+
ddsColorData01Border: "#6fa1fe";
|
|
2297
|
+
ddsColorData02Default: "#d19a82";
|
|
2298
|
+
ddsColorData02Subtle: "#8f4626";
|
|
2299
|
+
ddsColorData02Border: "#d19a82";
|
|
2300
|
+
ddsColorData03Default: "#aaaaaa";
|
|
2301
|
+
ddsColorData03Subtle: "#5b5b5b";
|
|
2302
|
+
ddsColorData03Border: "#aaaaaa";
|
|
2303
|
+
ddsColorData04Default: "#75b388";
|
|
2304
|
+
ddsColorData04Subtle: "#14662d";
|
|
2305
|
+
ddsColorData04Border: "#75b388";
|
|
2306
|
+
ddsColorData05Default: "#b98cfd";
|
|
2307
|
+
ddsColorData05Subtle: "#6e32ca";
|
|
2308
|
+
ddsColorData05Border: "#b98cfd";
|
|
2309
|
+
ddsColorData06Default: "#cf789e";
|
|
2310
|
+
ddsColorData06Subtle: "#8a1a4b";
|
|
2311
|
+
ddsColorData06Border: "#cf789e";
|
|
2312
|
+
ddsColorData07Default: "#b3ae71";
|
|
2313
|
+
ddsColorData07Subtle: "#635e13";
|
|
2314
|
+
ddsColorData07Border: "#b3ae71";
|
|
2315
|
+
ddsColorData08Default: "#e9787e";
|
|
2316
|
+
ddsColorData08Subtle: "#ae1820";
|
|
2317
|
+
ddsColorData08Border: "#e9787e";
|
|
2318
|
+
ddsColorData09Default: "#5dafad";
|
|
2319
|
+
ddsColorData09Subtle: "#006461";
|
|
2320
|
+
ddsColorData09Border: "#5dafad";
|
|
2321
|
+
ddsColorBgDefault: "#181a1c";
|
|
2322
|
+
ddsColorBgSubtle: "#22272a";
|
|
2323
|
+
ddsColorSurfaceDefault: "#181a1c";
|
|
2324
|
+
ddsColorSurfaceSubtle: "#22272a";
|
|
2325
|
+
ddsColorSurfaceMedium: "#303438";
|
|
2326
|
+
ddsColorSurfaceHoverDefault: "#062c45";
|
|
2327
|
+
ddsColorSurfaceHoverSubtle: "#22272a";
|
|
2328
|
+
ddsColorSurfaceSelectedDefault: "#062c45";
|
|
2329
|
+
ddsColorSurfaceInverseDefault: "#354754";
|
|
2330
|
+
ddsColorSurfaceInverseHover: "#2a3943";
|
|
2331
|
+
ddsColorSurfaceInverseSelected: "#202b32";
|
|
2332
|
+
ddsColorSurfaceActionResting: "#589ac6";
|
|
2333
|
+
ddsColorSurfaceActionHover: "#9fc5de";
|
|
2334
|
+
ddsColorSurfaceActionSelected: "#589ac6";
|
|
2335
|
+
ddsColorSurfaceActionDangerResting: "#e47373";
|
|
2336
|
+
ddsColorSurfaceActionDangerHover: "#efafaf";
|
|
2337
|
+
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
2338
|
+
ddsColorSurfaceDangerDefault: "#561616";
|
|
2339
|
+
ddsColorSurfaceDangerStrong: "#dc4b4b";
|
|
2340
|
+
ddsColorSurfaceSuccessDefault: "#284c29";
|
|
2341
|
+
ddsColorSurfaceSuccessStrong: "#65be66";
|
|
2342
|
+
ddsColorSurfaceWarningDefault: "#494317";
|
|
2343
|
+
ddsColorSurfaceWarningStrong: "#f4e04d";
|
|
2344
|
+
ddsColorSurfaceInfoDefault: "#2a4b61";
|
|
2345
|
+
ddsColorSurfaceInfoStrong: "#75b9e6";
|
|
2346
|
+
ddsColorSurfacePaperDefault: "#3a4146";
|
|
2347
|
+
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
2348
|
+
ddsColorSurfaceFieldDefault: "#0b0d0e";
|
|
2349
|
+
ddsColorSurfaceFieldDisabled: "#303438";
|
|
2350
|
+
ddsColorSurfaceHighlightedDefault: "#833a21";
|
|
2351
|
+
ddsColorSurfaceScrollbar: "#545c62";
|
|
2352
|
+
ddsColorSurfaceNotification: "#d83737";
|
|
2353
|
+
ddsColorSurfaceSkeleton: "#545c62";
|
|
2354
|
+
ddsColorBorderDefault: "#545c62";
|
|
2355
|
+
ddsColorBorderSubtle: "#3a4146";
|
|
2356
|
+
ddsColorBorderInverse: "#acbbc6";
|
|
2357
|
+
ddsColorBorderActionDefault: "#589ac6";
|
|
2358
|
+
ddsColorBorderActionHover: "#9fc5de";
|
|
2359
|
+
ddsColorBorderSuccess: "#519852";
|
|
2360
|
+
ddsColorBorderWarning: "#ccba35";
|
|
2361
|
+
ddsColorBorderDanger: "#d83737";
|
|
2362
|
+
ddsColorBorderInfo: "#5197c5";
|
|
2363
|
+
ddsColorBorderOnAction: "#181a1c";
|
|
2364
|
+
ddsColorTextDefault: "#ffffff";
|
|
2365
|
+
ddsColorTextMedium: "#e9ebec";
|
|
2366
|
+
ddsColorTextSubtle: "#d6dadd";
|
|
2367
|
+
ddsColorTextOnInverse: "#ffffff";
|
|
2368
|
+
ddsColorTextDanger: "#e47373";
|
|
2369
|
+
ddsColorTextOnAction: "#0b0d0e";
|
|
2370
|
+
ddsColorTextOnStatusDefault: "#ffffff";
|
|
2371
|
+
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
2372
|
+
ddsColorTextActionResting: "#9fc5de";
|
|
2373
|
+
ddsColorTextActionHover: "#e7f1f7";
|
|
2374
|
+
ddsColorTextRequiredfield: "#e47373";
|
|
2375
|
+
ddsColorTextActionVisited: "#cca9e1";
|
|
2376
|
+
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
2377
|
+
ddsColorTextOnNotification: "#ffffff";
|
|
2378
|
+
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
2379
|
+
ddsColorTextOnPrimarySubtle: "#ffffff";
|
|
2380
|
+
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
2381
|
+
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
2382
|
+
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
2383
|
+
ddsColorTextOnSecondarySubtle: "#ffffff";
|
|
2384
|
+
ddsColorTextOnSecondaryMedium: "#ffffff";
|
|
2385
|
+
ddsColorTextOnSecondaryStrong: "#0b0d0e";
|
|
2386
|
+
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
2387
|
+
ddsColorTextOnTertiarySubtle: "#ffffff";
|
|
2388
|
+
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
2389
|
+
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
2390
|
+
ddsColorTextOnDataDefault: "#0b0d0e";
|
|
2391
|
+
ddsColorTextOnDataSubtle: "#ffffff";
|
|
2392
|
+
ddsColorIconDefault: "#ffffff";
|
|
2393
|
+
ddsColorIconMedium: "#e9ebec";
|
|
2394
|
+
ddsColorIconSubtle: "#d6dadd";
|
|
2395
|
+
ddsColorIconOnInverse: "#ffffff";
|
|
2396
|
+
ddsColorIconOnAction: "#0b0d0e";
|
|
2397
|
+
ddsColorIconActionResting: "#9fc5de";
|
|
2398
|
+
ddsColorIconActionHover: "#e7f1f7";
|
|
2399
|
+
ddsColorIconOnSuccessDefault: "#c1e5c2";
|
|
2400
|
+
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
2401
|
+
ddsColorIconOnWarningDefault: "#fbf3b8";
|
|
2402
|
+
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
2403
|
+
ddsColorIconOnDangerDefault: "#efafaf";
|
|
2404
|
+
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
2405
|
+
ddsColorIconOnInfoDefault: "#c8e3f5";
|
|
2406
|
+
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2407
|
+
ddsColorIconDanger: "#e47373";
|
|
2408
|
+
ddsColorBrandPrimaryDefault: "#354754";
|
|
2409
|
+
ddsColorBrandPrimarySubtle: "#2a3943";
|
|
2410
|
+
ddsColorBrandPrimaryMedium: "#405767";
|
|
2411
|
+
ddsColorBrandPrimaryStrong: "#4f6a7e";
|
|
2412
|
+
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2413
|
+
ddsColorBrandSecondarySubtle: "#2b3a3a";
|
|
2414
|
+
ddsColorBrandSecondaryMedium: "#4d6463";
|
|
2415
|
+
ddsColorBrandSecondaryStrong: "#b8cdcd";
|
|
2416
|
+
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2417
|
+
ddsColorBrandTertiarySubtle: "#a24422";
|
|
2418
|
+
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2419
|
+
ddsColorBrandTertiaryStrong: "#ffd6ca";
|
|
2420
|
+
ddsColorFocusOutside: "#f1f8fd";
|
|
2421
|
+
ddsColorFocusInside: "#2a4b61";
|
|
2422
|
+
ddsBorderRadiusButton: "2px";
|
|
2423
|
+
ddsBorderRadiusButtonNumberPx: 2;
|
|
2424
|
+
ddsBorderRadiusSurface: "4px";
|
|
2425
|
+
ddsBorderRadiusSurfaceNumberPx: 4;
|
|
2426
|
+
ddsBorderRadiusInput: "2px";
|
|
2427
|
+
ddsBorderRadiusInputNumberPx: 2;
|
|
2428
|
+
ddsBorderRadiusChip: "4px";
|
|
2429
|
+
ddsBorderRadiusChipNumberPx: 4;
|
|
2430
|
+
ddsBorderRadiusRounded: "9999px";
|
|
2431
|
+
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2432
|
+
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2433
|
+
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2434
|
+
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2435
|
+
ddsFontBodyMedium: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2436
|
+
ddsFontBodyLarge: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2437
|
+
ddsFontHeadingXxsmall: "600 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2438
|
+
ddsFontHeadingXsmall: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2439
|
+
ddsFontHeadingSmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2440
|
+
ddsFontHeadingMedium: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2441
|
+
ddsFontHeadingLarge: "400 clamp(1.25rem, 0.833rem + 1.111vw, 1.5rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2442
|
+
ddsFontHeadingXlarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2443
|
+
ddsFontHeadingXxlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
2444
|
+
ddsFontLeadMedium: "300 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2445
|
+
ddsFontCodeMedium: "400 1rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
2446
|
+
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
2447
|
+
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
2448
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
2449
|
+
ddsFontHeadingXlargeLetterSpacing: "0em";
|
|
2450
|
+
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
2451
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
2452
|
+
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
2453
|
+
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
2454
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
2455
|
+
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
2456
|
+
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
2457
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
2458
|
+
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
2459
|
+
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
2460
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
2461
|
+
ddsFontHeadingXsmallLetterSpacing: "0.01em";
|
|
2462
|
+
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
2463
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
2464
|
+
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
2465
|
+
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
2466
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
2467
|
+
ddsFontBodyLargeLetterSpacing: "0em";
|
|
2468
|
+
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
2469
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
2470
|
+
ddsFontBodyMediumLetterSpacing: "0em";
|
|
2471
|
+
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
2472
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
2473
|
+
ddsFontBodySmallLetterSpacing: "0.01em";
|
|
2474
|
+
ddsFontBodySmallParagraphSpacing: "1em";
|
|
2475
|
+
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
2476
|
+
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
2477
|
+
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
2478
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
2479
|
+
ddsFontLeadMediumLetterSpacing: "0em";
|
|
2480
|
+
ddsFontLeadMediumParagraphSpacing: "1em";
|
|
2481
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: 1;
|
|
2482
|
+
ddsFontCodeMediumLetterSpacing: "0em";
|
|
2483
|
+
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
2484
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
2485
|
+
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
2486
|
+
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
2487
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
2488
|
+
} | {
|
|
2489
|
+
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
2490
|
+
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
2491
|
+
ddsFontSizeX5: "5rem";
|
|
2492
|
+
ddsFontSizeX5NumberRem: 5;
|
|
2493
|
+
ddsFontSizeX4: "4rem";
|
|
2494
|
+
ddsFontSizeX4NumberRem: 4;
|
|
2495
|
+
ddsFontSizeX3: "3rem";
|
|
2496
|
+
ddsFontSizeX3NumberRem: 3;
|
|
2497
|
+
ddsFontSizeX25: "2.5rem";
|
|
2498
|
+
ddsFontSizeX25NumberRem: 2.5;
|
|
2499
|
+
ddsFontSizeX2: "2rem";
|
|
2500
|
+
ddsFontSizeX2NumberRem: 2;
|
|
2501
|
+
ddsFontSizeX15: "1.5rem";
|
|
2502
|
+
ddsFontSizeX15NumberRem: 1.5;
|
|
2503
|
+
ddsFontSizeX125: "1.25rem";
|
|
2504
|
+
ddsFontSizeX125NumberRem: 1.25;
|
|
2505
|
+
ddsFontSizeX1125: "1.125rem";
|
|
2506
|
+
ddsFontSizeX1125NumberRem: 1.125;
|
|
2507
|
+
ddsFontSizeX1: "1rem";
|
|
2508
|
+
ddsFontSizeX1NumberRem: 1;
|
|
2509
|
+
ddsFontSizeX0875: "0.875rem";
|
|
2510
|
+
ddsFontSizeX0875NumberRem: 0.875;
|
|
2511
|
+
ddsFontSizeX075: "0.75rem";
|
|
2512
|
+
ddsFontSizeX075NumberRem: 0.75;
|
|
2513
|
+
ddsFontWeightLight: "300";
|
|
2514
|
+
ddsFontWeightNormal: "400";
|
|
2515
|
+
ddsFontWeightSemiBold: "500";
|
|
2516
|
+
ddsFontWeightBold: "600";
|
|
2517
|
+
ddsFontLineheightX1: 1.5;
|
|
2518
|
+
ddsFontLineheightX2: 1.35;
|
|
2519
|
+
ddsFontLineheightX3: 1.2;
|
|
2520
|
+
ddsFontLineheightList: 2;
|
|
2521
|
+
ddsFontLetterSpacingTight: "-0.01em";
|
|
2522
|
+
ddsFontLetterSpacingNormal: "0em";
|
|
2523
|
+
ddsFontLetterSpacingLoose: "0.01em";
|
|
2524
|
+
ddsFontParagraphSpacingSmall: "1em";
|
|
2525
|
+
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
2526
|
+
ddsFontParagraphSpacingMedium: "0.66em";
|
|
2527
|
+
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
2528
|
+
ddsFontParagraphSpacingLarge: "0.5em";
|
|
2529
|
+
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
2530
|
+
ddsFontParagraphSpacingHeading: "0.4em";
|
|
2531
|
+
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
2532
|
+
ddsFontStyleUnderline: "underline";
|
|
2533
|
+
ddsFontStyleNormal: "none";
|
|
2534
|
+
ddsFontStyleItalic: "italic";
|
|
2535
|
+
ddsSpacingPaddingTopHeading: "0.7em";
|
|
2536
|
+
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
2537
|
+
ddsSpacingX0: "0rem";
|
|
2538
|
+
ddsSpacingX0NumberRem: 0;
|
|
2539
|
+
ddsSpacingX0125: "0.125rem";
|
|
2540
|
+
ddsSpacingX0125NumberRem: 0.125;
|
|
2541
|
+
ddsSpacingX025: "0.25rem";
|
|
2542
|
+
ddsSpacingX025NumberRem: 0.25;
|
|
2543
|
+
ddsSpacingX05: "0.5rem";
|
|
2544
|
+
ddsSpacingX05NumberRem: 0.5;
|
|
2545
|
+
ddsSpacingX075: "0.75rem";
|
|
2546
|
+
ddsSpacingX075NumberRem: 0.75;
|
|
2547
|
+
ddsSpacingX1: "1rem";
|
|
2548
|
+
ddsSpacingX1NumberRem: 1;
|
|
2549
|
+
ddsSpacingX15: "1.5rem";
|
|
2550
|
+
ddsSpacingX15NumberRem: 1.5;
|
|
2551
|
+
ddsSpacingX2: "2rem";
|
|
2552
|
+
ddsSpacingX2NumberRem: 2;
|
|
2553
|
+
ddsSpacingX25: "2.5rem";
|
|
2554
|
+
ddsSpacingX25NumberRem: 2.5;
|
|
2555
|
+
ddsSpacingX3: "3rem";
|
|
2556
|
+
ddsSpacingX3NumberRem: 3;
|
|
2557
|
+
ddsSpacingX4: "4rem";
|
|
2558
|
+
ddsSpacingX4NumberRem: 4;
|
|
2559
|
+
ddsSpacingX6: "6rem";
|
|
2560
|
+
ddsSpacingX6NumberRem: 6;
|
|
2561
|
+
ddsSpacingX10: "10rem";
|
|
2562
|
+
ddsSpacingX10NumberRem: 10;
|
|
2563
|
+
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
2564
|
+
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
2565
|
+
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
2566
|
+
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
2567
|
+
ddsGridXsGutterSize: "16px";
|
|
2568
|
+
ddsGridXsGutterSizeNumberPx: 16;
|
|
2569
|
+
ddsGridXsCount: "4";
|
|
2570
|
+
ddsGridSmGutterSize: "16px";
|
|
2571
|
+
ddsGridSmGutterSizeNumberPx: 16;
|
|
2572
|
+
ddsGridSmCount: "8";
|
|
2573
|
+
ddsGridLgGutterSize: "24px";
|
|
2574
|
+
ddsGridLgGutterSizeNumberPx: 24;
|
|
2575
|
+
ddsGridLgCount: "12";
|
|
2576
|
+
ddsGridMdGutterSize: "24px";
|
|
2577
|
+
ddsGridMdGutterSizeNumberPx: 24;
|
|
2578
|
+
ddsGridMdCount: "12";
|
|
2579
|
+
ddsGridXlGutterSize: "24px";
|
|
2580
|
+
ddsGridXlGutterSizeNumberPx: 24;
|
|
2581
|
+
ddsGridXlCount: "12";
|
|
2582
|
+
ddsIconSizeLarge: "40px";
|
|
2583
|
+
ddsIconSizeLargeNumberPx: 40;
|
|
2584
|
+
ddsIconSizeMedium: "24px";
|
|
2585
|
+
ddsIconSizeMediumNumberPx: 24;
|
|
2586
|
+
ddsIconSizeSmall: "16px";
|
|
2587
|
+
ddsIconSizeSmallNumberPx: 16;
|
|
2588
|
+
ddsBreakpointXs: "1px";
|
|
2589
|
+
ddsBreakpointXsNumberPx: 1;
|
|
2590
|
+
ddsBreakpointSm: "600px";
|
|
2591
|
+
ddsBreakpointSmNumberPx: 600;
|
|
2592
|
+
ddsBreakpointMd: "960px";
|
|
2593
|
+
ddsBreakpointMdNumberPx: 960;
|
|
2594
|
+
ddsBreakpointLg: "1280px";
|
|
2595
|
+
ddsBreakpointLgNumberPx: 1280;
|
|
2596
|
+
ddsBreakpointXl: "1920px";
|
|
2597
|
+
ddsBreakpointXlNumberPx: 1920;
|
|
2598
|
+
ddsZindexSkiptocontent: "250";
|
|
2599
|
+
ddsZindexModalBackdrop: "200";
|
|
2600
|
+
ddsZindexDrawer: "180";
|
|
2601
|
+
ddsZindexDrawerBackdrop: "180";
|
|
2602
|
+
ddsZindexOverflowmenu: "160";
|
|
2603
|
+
ddsZindexPopover: "140";
|
|
2604
|
+
ddsZindexTooltip: "120";
|
|
2605
|
+
ddsZindexDropdown: "100";
|
|
2606
|
+
ddsZindexSticky: "50";
|
|
2607
|
+
ddsZindexAbsoluteElement: "1";
|
|
2608
|
+
ddsColorData10Default: "#196b8f";
|
|
2609
|
+
ddsColorData10Subtle: "#96c5d9";
|
|
2610
|
+
ddsColorData10Border: "#196b8f";
|
|
2611
|
+
ddsColorDataRed100: "#f8d2d4";
|
|
2612
|
+
ddsColorDataRed200: "#f0a5a9";
|
|
2613
|
+
ddsColorDataRed300: "#e9787e";
|
|
2614
|
+
ddsColorDataRed400: "#e14b53";
|
|
2615
|
+
ddsColorDataRed500: "#da1e28";
|
|
2616
|
+
ddsColorDataRed600: "#ae1820";
|
|
2617
|
+
ddsColorDataRed700: "#831218";
|
|
2618
|
+
ddsColorDataRed800: "#570c10";
|
|
2619
|
+
ddsColorDataRed900: "#2c0608";
|
|
2620
|
+
ddsColorDataMagenta100: "#eed3df";
|
|
2621
|
+
ddsColorDataMagenta200: "#dfa5bf";
|
|
2622
|
+
ddsColorDataMagenta300: "#cf789e";
|
|
2623
|
+
ddsColorDataMagenta400: "#c74f84";
|
|
2624
|
+
ddsColorDataMagenta500: "#b62665";
|
|
2625
|
+
ddsColorDataMagenta600: "#8a1a4b";
|
|
2626
|
+
ddsColorDataMagenta700: "#671438";
|
|
2627
|
+
ddsColorDataMagenta800: "#440e26";
|
|
2628
|
+
ddsColorDataMagenta900: "#220713";
|
|
2629
|
+
ddsColorDataBrown100: "#f0ddd5";
|
|
2630
|
+
ddsColorDataBrown200: "#e1bcac";
|
|
2631
|
+
ddsColorDataBrown300: "#d19a82";
|
|
2632
|
+
ddsColorDataBrown400: "#c27959";
|
|
2633
|
+
ddsColorDataBrown500: "#b3572f";
|
|
2634
|
+
ddsColorDataBrown600: "#8f4626";
|
|
2635
|
+
ddsColorDataBrown700: "#6b341c";
|
|
2636
|
+
ddsColorDataBrown800: "#482313";
|
|
2637
|
+
ddsColorDataBrown900: "#241109";
|
|
2638
|
+
ddsColorDataOlive100: "#e6e4d0";
|
|
2639
|
+
ddsColorDataOlive200: "#cdc9a1";
|
|
2640
|
+
ddsColorDataOlive300: "#b3ae71";
|
|
2641
|
+
ddsColorDataOlive400: "#989344";
|
|
2642
|
+
ddsColorDataOlive500: "#7c7518";
|
|
2643
|
+
ddsColorDataOlive600: "#635e13";
|
|
2644
|
+
ddsColorDataOlive700: "#4a460e";
|
|
2645
|
+
ddsColorDataOlive800: "#322f0a";
|
|
2646
|
+
ddsColorDataOlive900: "#191705";
|
|
2647
|
+
ddsColorDataGreen100: "#d1e6d7";
|
|
2648
|
+
ddsColorDataGreen200: "#a3ccaf";
|
|
2649
|
+
ddsColorDataGreen300: "#75b388";
|
|
2650
|
+
ddsColorDataGreen400: "#479960";
|
|
2651
|
+
ddsColorDataGreen500: "#198038";
|
|
2652
|
+
ddsColorDataGreen600: "#14662d";
|
|
2653
|
+
ddsColorDataGreen700: "#0f4d22";
|
|
2654
|
+
ddsColorDataGreen800: "#0a3316";
|
|
2655
|
+
ddsColorDataGreen900: "#051a0b";
|
|
2656
|
+
ddsColorDataTeal100: "#c2e2e1";
|
|
2657
|
+
ddsColorDataTeal200: "#90ccc9";
|
|
2658
|
+
ddsColorDataTeal300: "#5dafad";
|
|
2659
|
+
ddsColorDataTeal400: "#2c9390";
|
|
2660
|
+
ddsColorDataTeal500: "#007d79";
|
|
2661
|
+
ddsColorDataTeal600: "#006461";
|
|
2662
|
+
ddsColorDataTeal700: "#004b49";
|
|
2663
|
+
ddsColorDataTeal800: "#003230";
|
|
2664
|
+
ddsColorDataTeal900: "#001918";
|
|
2665
|
+
ddsColorDataDeepblue100: "#b9d7e5";
|
|
2666
|
+
ddsColorDataDeepblue200: "#96c5d9";
|
|
2667
|
+
ddsColorDataDeepblue300: "#6aa8c3";
|
|
2668
|
+
ddsColorDataDeepblue400: "#3e8bac";
|
|
2669
|
+
ddsColorDataDeepblue500: "#196b8f";
|
|
2670
|
+
ddsColorDataDeepblue600: "#135774";
|
|
2671
|
+
ddsColorDataDeepblue700: "#0e455e";
|
|
2672
|
+
ddsColorDataDeepblue800: "#0d3445";
|
|
2673
|
+
ddsColorDataDeepblue900: "#05151d";
|
|
2674
|
+
ddsColorDataBlue100: "#cfe0ff";
|
|
2675
|
+
ddsColorDataBlue200: "#9fc0ff";
|
|
2676
|
+
ddsColorDataBlue300: "#6fa1fe";
|
|
2677
|
+
ddsColorDataBlue400: "#3f81fe";
|
|
2678
|
+
ddsColorDataBlue500: "#0f62fe";
|
|
2679
|
+
ddsColorDataBlue600: "#0c4ecb";
|
|
2680
|
+
ddsColorDataBlue700: "#093b98";
|
|
2681
|
+
ddsColorDataBlue800: "#062766";
|
|
2682
|
+
ddsColorDataBlue900: "#031433";
|
|
2683
|
+
ddsColorDataPurple100: "#e8d9fe";
|
|
2684
|
+
ddsColorDataPurple200: "#d0b2fe";
|
|
2685
|
+
ddsColorDataPurple300: "#b98cfd";
|
|
2686
|
+
ddsColorDataPurple400: "#a165fd";
|
|
2687
|
+
ddsColorDataPurple500: "#8a3ffc";
|
|
2688
|
+
ddsColorDataPurple600: "#6e32ca";
|
|
2689
|
+
ddsColorDataPurple700: "#532697";
|
|
2690
|
+
ddsColorDataPurple800: "#371965";
|
|
2691
|
+
ddsColorDataPurple900: "#1c0d32";
|
|
2692
|
+
ddsColorDataGray100: "#e3e3e3";
|
|
2693
|
+
ddsColorDataGray200: "#c7c7c7";
|
|
2694
|
+
ddsColorDataGray300: "#aaaaaa";
|
|
2695
|
+
ddsColorDataGray400: "#8e8e8e";
|
|
2696
|
+
ddsColorDataGray500: "#727272";
|
|
2697
|
+
ddsColorDataGray600: "#5b5b5b";
|
|
2698
|
+
ddsColorDataGray700: "#444444";
|
|
2699
|
+
ddsColorDataGray800: "#2e2e2e";
|
|
2700
|
+
ddsColorDataGray900: "#171717";
|
|
2701
|
+
ddsColorData01Default: "#0f62fe";
|
|
2702
|
+
ddsColorData01Subtle: "#9fc0ff";
|
|
2703
|
+
ddsColorData01Border: "#0f62fe";
|
|
2704
|
+
ddsColorData02Default: "#b3572f";
|
|
2705
|
+
ddsColorData02Subtle: "#e1bcac";
|
|
2706
|
+
ddsColorData02Border: "#b3572f";
|
|
2707
|
+
ddsColorData03Default: "#727272";
|
|
2708
|
+
ddsColorData03Subtle: "#c7c7c7";
|
|
2709
|
+
ddsColorData03Border: "#727272";
|
|
2710
|
+
ddsColorData04Default: "#198038";
|
|
2711
|
+
ddsColorData04Subtle: "#a3ccaf";
|
|
2712
|
+
ddsColorData04Border: "#198038";
|
|
2713
|
+
ddsColorData05Default: "#8a3ffc";
|
|
2714
|
+
ddsColorData05Subtle: "#d0b2fe";
|
|
2715
|
+
ddsColorData05Border: "#8a3ffc";
|
|
2716
|
+
ddsColorData06Default: "#b62665";
|
|
2717
|
+
ddsColorData06Subtle: "#dfa5bf";
|
|
2718
|
+
ddsColorData06Border: "#b62665";
|
|
2719
|
+
ddsColorData07Default: "#7c7518";
|
|
2720
|
+
ddsColorData07Subtle: "#cdc9a1";
|
|
2721
|
+
ddsColorData07Border: "#7c7518";
|
|
2722
|
+
ddsColorData08Default: "#da1e28";
|
|
2723
|
+
ddsColorData08Subtle: "#f0a5a9";
|
|
2724
|
+
ddsColorData08Border: "#da1e28";
|
|
2725
|
+
ddsColorData09Default: "#007d79";
|
|
2726
|
+
ddsColorData09Subtle: "#90ccc9";
|
|
2727
|
+
ddsColorData09Border: "#007d79";
|
|
2728
|
+
ddsColorBgDefault: "#ffffff";
|
|
2729
|
+
ddsColorBgSubtle: "#f1f3f4";
|
|
2730
|
+
ddsColorSurfaceDefault: "#ffffff";
|
|
2731
|
+
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
2732
|
+
ddsColorSurfaceMedium: "#e9ebec";
|
|
2733
|
+
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
2734
|
+
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
2735
|
+
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
2736
|
+
ddsColorSurfaceInverseDefault: "#354754";
|
|
2737
|
+
ddsColorSurfaceInverseHover: "#2a3943";
|
|
2738
|
+
ddsColorSurfaceInverseSelected: "#202b32";
|
|
2739
|
+
ddsColorSurfaceActionResting: "#106ead";
|
|
2740
|
+
ddsColorSurfaceActionHover: "#0d588a";
|
|
2741
|
+
ddsColorSurfaceActionSelected: "#106ead";
|
|
2742
|
+
ddsColorSurfaceActionDangerResting: "#d83737";
|
|
2743
|
+
ddsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
2744
|
+
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
2745
|
+
ddsColorSurfaceDangerDefault: "#fbebeb";
|
|
2746
|
+
ddsColorSurfaceDangerStrong: "#e47373";
|
|
2747
|
+
ddsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
2748
|
+
ddsColorSurfaceSuccessStrong: "#93d294";
|
|
2749
|
+
ddsColorSurfaceWarningDefault: "#fefced";
|
|
2750
|
+
ddsColorSurfaceWarningStrong: "#f7e982";
|
|
2751
|
+
ddsColorSurfaceInfoDefault: "#f1f8fd";
|
|
2752
|
+
ddsColorSurfaceInfoStrong: "#9eceee";
|
|
2753
|
+
ddsColorSurfacePaperDefault: "#ffffff";
|
|
2754
|
+
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
2755
|
+
ddsColorSurfaceFieldDefault: "#ffffff";
|
|
2756
|
+
ddsColorSurfaceFieldDisabled: "#f1f3f4";
|
|
2757
|
+
ddsColorSurfaceHighlightedDefault: "#fce5dd";
|
|
2758
|
+
ddsColorSurfaceScrollbar: "#adb5ba";
|
|
2759
|
+
ddsColorSurfaceNotification: "#d83737";
|
|
2760
|
+
ddsColorSurfaceSkeleton: "#d6dadd";
|
|
2761
|
+
ddsColorBorderDefault: "#77838c";
|
|
2762
|
+
ddsColorBorderSubtle: "#d6dadd";
|
|
2763
|
+
ddsColorBorderInverse: "#acbbc6";
|
|
2764
|
+
ddsColorBorderActionDefault: "#106ead";
|
|
2765
|
+
ddsColorBorderActionHover: "#0d588a";
|
|
2766
|
+
ddsColorBorderSuccess: "#65be66";
|
|
2767
|
+
ddsColorBorderWarning: "#f4e04d";
|
|
2768
|
+
ddsColorBorderDanger: "#d83737";
|
|
2769
|
+
ddsColorBorderInfo: "#75b9e6";
|
|
2770
|
+
ddsColorBorderOnAction: "#ffffff";
|
|
2771
|
+
ddsColorTextDefault: "#0b0d0e";
|
|
2772
|
+
ddsColorTextMedium: "#3a4146";
|
|
2773
|
+
ddsColorTextSubtle: "#545c62";
|
|
2774
|
+
ddsColorTextOnInverse: "#ffffff";
|
|
2775
|
+
ddsColorTextDanger: "#ad2c2c";
|
|
2776
|
+
ddsColorTextOnAction: "#ffffff";
|
|
2777
|
+
ddsColorTextOnStatusDefault: "#0b0d0e";
|
|
2778
|
+
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
2779
|
+
ddsColorTextActionResting: "#106ead";
|
|
2780
|
+
ddsColorTextActionHover: "#0d588a";
|
|
2781
|
+
ddsColorTextRequiredfield: "#d83737";
|
|
2782
|
+
ddsColorTextActionVisited: "#7f29b4";
|
|
2783
|
+
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
2784
|
+
ddsColorTextOnNotification: "#ffffff";
|
|
2785
|
+
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
2786
|
+
ddsColorTextOnPrimarySubtle: "#0b0d0e";
|
|
2787
|
+
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
2788
|
+
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
2789
|
+
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
2790
|
+
ddsColorTextOnSecondarySubtle: "#0b0d0e";
|
|
2791
|
+
ddsColorTextOnSecondaryMedium: "#0b0d0e";
|
|
2792
|
+
ddsColorTextOnSecondaryStrong: "#ffffff";
|
|
2793
|
+
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
2794
|
+
ddsColorTextOnTertiarySubtle: "#0b0d0e";
|
|
2795
|
+
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
2796
|
+
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
2797
|
+
ddsColorTextOnDataDefault: "#ffffff";
|
|
2798
|
+
ddsColorTextOnDataSubtle: "#0b0d0e";
|
|
2799
|
+
ddsColorIconDefault: "#0b0d0e";
|
|
2800
|
+
ddsColorIconMedium: "#3a4146";
|
|
2801
|
+
ddsColorIconSubtle: "#545c62";
|
|
2802
|
+
ddsColorIconOnInverse: "#ffffff";
|
|
2803
|
+
ddsColorIconOnAction: "#ffffff";
|
|
2804
|
+
ddsColorIconActionResting: "#106ead";
|
|
2805
|
+
ddsColorIconActionHover: "#0d588a";
|
|
2806
|
+
ddsColorIconOnSuccessDefault: "#3d723d";
|
|
2807
|
+
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
2808
|
+
ddsColorIconOnWarningDefault: "#9a8c26";
|
|
2809
|
+
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
2810
|
+
ddsColorIconOnDangerDefault: "#ad2c2c";
|
|
2811
|
+
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
2812
|
+
ddsColorIconOnInfoDefault: "#3e7192";
|
|
2813
|
+
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2814
|
+
ddsColorIconDanger: "#ad2c2c";
|
|
2815
|
+
ddsColorBrandPrimaryDefault: "#354754";
|
|
2816
|
+
ddsColorBrandPrimarySubtle: "#eaeff4";
|
|
2817
|
+
ddsColorBrandPrimaryMedium: "#4f6a7e";
|
|
2818
|
+
ddsColorBrandPrimaryStrong: "#202b32";
|
|
2819
|
+
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2820
|
+
ddsColorBrandSecondarySubtle: "#e6eded";
|
|
2821
|
+
ddsColorBrandSecondaryMedium: "#b8cdcd";
|
|
2822
|
+
ddsColorBrandSecondaryStrong: "#4d6463";
|
|
2823
|
+
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2824
|
+
ddsColorBrandTertiarySubtle: "#fce5dd";
|
|
2825
|
+
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2826
|
+
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
2827
|
+
ddsColorFocusOutside: "#2a4b61";
|
|
2828
|
+
ddsColorFocusInside: "#f1f8fd";
|
|
2829
|
+
ddsBorderRadiusButton: "2px";
|
|
2830
|
+
ddsBorderRadiusButtonNumberPx: 2;
|
|
2831
|
+
ddsBorderRadiusSurface: "2px";
|
|
2832
|
+
ddsBorderRadiusSurfaceNumberPx: 2;
|
|
2833
|
+
ddsBorderRadiusInput: "2px";
|
|
2834
|
+
ddsBorderRadiusInputNumberPx: 2;
|
|
2835
|
+
ddsBorderRadiusChip: "2px";
|
|
2836
|
+
ddsBorderRadiusChipNumberPx: 2;
|
|
2837
|
+
ddsBorderRadiusRounded: "9999px";
|
|
2838
|
+
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2839
|
+
ddsFontLabelMedium: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2840
|
+
ddsFontBodyXsmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2841
|
+
ddsFontBodySmall: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2842
|
+
ddsFontBodyMedium: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2843
|
+
ddsFontBodyLarge: "400 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2844
|
+
ddsFontHeadingXxsmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2845
|
+
ddsFontHeadingXsmall: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2846
|
+
ddsFontHeadingSmall: "600 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2847
|
+
ddsFontHeadingMedium: "500 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2848
|
+
ddsFontHeadingLarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2849
|
+
ddsFontHeadingXlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2850
|
+
ddsFontHeadingXxlarge: "300 clamp(3rem, 1.333rem + 4.444vw, 4rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
2851
|
+
ddsFontLeadMedium: "300 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2852
|
+
ddsFontCodeMedium: "400 1.125rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
2853
|
+
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
2854
|
+
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
2855
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
2856
|
+
ddsFontHeadingXlargeLetterSpacing: "-0.01em";
|
|
2857
|
+
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
2858
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
2859
|
+
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
2860
|
+
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
2861
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
2862
|
+
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
2863
|
+
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
2864
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
2865
|
+
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
2866
|
+
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
2867
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
2868
|
+
ddsFontHeadingXsmallLetterSpacing: "0em";
|
|
2869
|
+
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
2870
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
2871
|
+
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
2872
|
+
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
2873
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
2874
|
+
ddsFontBodyLargeLetterSpacing: "0em";
|
|
2875
|
+
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
2876
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
2877
|
+
ddsFontBodyMediumLetterSpacing: "0em";
|
|
2878
|
+
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
2879
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
2880
|
+
ddsFontBodySmallLetterSpacing: "0em";
|
|
2881
|
+
ddsFontBodySmallParagraphSpacing: "1em";
|
|
2882
|
+
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
2883
|
+
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
2884
|
+
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
2885
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
2886
|
+
ddsFontLeadMediumLetterSpacing: "0em";
|
|
2887
|
+
ddsFontLeadMediumParagraphSpacing: "0.66em";
|
|
2888
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: 0.66;
|
|
2889
|
+
ddsFontCodeMediumLetterSpacing: "0em";
|
|
2890
|
+
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
2891
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
2892
|
+
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
2893
|
+
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
2894
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
2895
|
+
} | {
|
|
2896
|
+
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
2897
|
+
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
2898
|
+
ddsFontSizeX5: "5rem";
|
|
2899
|
+
ddsFontSizeX5NumberRem: 5;
|
|
2900
|
+
ddsFontSizeX4: "4rem";
|
|
2901
|
+
ddsFontSizeX4NumberRem: 4;
|
|
2902
|
+
ddsFontSizeX3: "3rem";
|
|
2903
|
+
ddsFontSizeX3NumberRem: 3;
|
|
2904
|
+
ddsFontSizeX25: "2.5rem";
|
|
2905
|
+
ddsFontSizeX25NumberRem: 2.5;
|
|
2906
|
+
ddsFontSizeX2: "2rem";
|
|
2907
|
+
ddsFontSizeX2NumberRem: 2;
|
|
2908
|
+
ddsFontSizeX15: "1.5rem";
|
|
2909
|
+
ddsFontSizeX15NumberRem: 1.5;
|
|
2910
|
+
ddsFontSizeX125: "1.25rem";
|
|
2911
|
+
ddsFontSizeX125NumberRem: 1.25;
|
|
2912
|
+
ddsFontSizeX1125: "1.125rem";
|
|
2913
|
+
ddsFontSizeX1125NumberRem: 1.125;
|
|
2914
|
+
ddsFontSizeX1: "1rem";
|
|
2915
|
+
ddsFontSizeX1NumberRem: 1;
|
|
2916
|
+
ddsFontSizeX0875: "0.875rem";
|
|
2917
|
+
ddsFontSizeX0875NumberRem: 0.875;
|
|
2918
|
+
ddsFontSizeX075: "0.75rem";
|
|
2919
|
+
ddsFontSizeX075NumberRem: 0.75;
|
|
2920
|
+
ddsFontWeightLight: "300";
|
|
2921
|
+
ddsFontWeightNormal: "400";
|
|
2922
|
+
ddsFontWeightSemiBold: "500";
|
|
2923
|
+
ddsFontWeightBold: "600";
|
|
2924
|
+
ddsFontLineheightX1: 1.5;
|
|
2925
|
+
ddsFontLineheightX2: 1.35;
|
|
2926
|
+
ddsFontLineheightX3: 1.2;
|
|
2927
|
+
ddsFontLineheightList: 2;
|
|
2928
|
+
ddsFontLetterSpacingTight: "-0.01em";
|
|
2929
|
+
ddsFontLetterSpacingNormal: "0em";
|
|
2930
|
+
ddsFontLetterSpacingLoose: "0.01em";
|
|
2931
|
+
ddsFontParagraphSpacingSmall: "1em";
|
|
2932
|
+
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
2933
|
+
ddsFontParagraphSpacingMedium: "0.66em";
|
|
2934
|
+
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
2935
|
+
ddsFontParagraphSpacingLarge: "0.5em";
|
|
2936
|
+
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
2937
|
+
ddsFontParagraphSpacingHeading: "0.4em";
|
|
2938
|
+
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
2939
|
+
ddsFontStyleUnderline: "underline";
|
|
2940
|
+
ddsFontStyleNormal: "none";
|
|
2941
|
+
ddsFontStyleItalic: "italic";
|
|
2942
|
+
ddsSpacingPaddingTopHeading: "0.7em";
|
|
2943
|
+
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
2944
|
+
ddsSpacingX0: "0rem";
|
|
2945
|
+
ddsSpacingX0NumberRem: 0;
|
|
2946
|
+
ddsSpacingX0125: "0.125rem";
|
|
2947
|
+
ddsSpacingX0125NumberRem: 0.125;
|
|
2948
|
+
ddsSpacingX025: "0.25rem";
|
|
2949
|
+
ddsSpacingX025NumberRem: 0.25;
|
|
2950
|
+
ddsSpacingX05: "0.5rem";
|
|
2951
|
+
ddsSpacingX05NumberRem: 0.5;
|
|
2952
|
+
ddsSpacingX075: "0.75rem";
|
|
2953
|
+
ddsSpacingX075NumberRem: 0.75;
|
|
2954
|
+
ddsSpacingX1: "1rem";
|
|
2955
|
+
ddsSpacingX1NumberRem: 1;
|
|
2956
|
+
ddsSpacingX15: "1.5rem";
|
|
2957
|
+
ddsSpacingX15NumberRem: 1.5;
|
|
2958
|
+
ddsSpacingX2: "2rem";
|
|
2959
|
+
ddsSpacingX2NumberRem: 2;
|
|
2960
|
+
ddsSpacingX25: "2.5rem";
|
|
2961
|
+
ddsSpacingX25NumberRem: 2.5;
|
|
2962
|
+
ddsSpacingX3: "3rem";
|
|
2963
|
+
ddsSpacingX3NumberRem: 3;
|
|
2964
|
+
ddsSpacingX4: "4rem";
|
|
2965
|
+
ddsSpacingX4NumberRem: 4;
|
|
2966
|
+
ddsSpacingX6: "6rem";
|
|
2967
|
+
ddsSpacingX6NumberRem: 6;
|
|
2968
|
+
ddsSpacingX10: "10rem";
|
|
2969
|
+
ddsSpacingX10NumberRem: 10;
|
|
2970
|
+
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
2971
|
+
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
2972
|
+
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
2973
|
+
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
2974
|
+
ddsGridXsGutterSize: "16px";
|
|
2975
|
+
ddsGridXsGutterSizeNumberPx: 16;
|
|
2976
|
+
ddsGridXsCount: "4";
|
|
2977
|
+
ddsGridSmGutterSize: "16px";
|
|
2978
|
+
ddsGridSmGutterSizeNumberPx: 16;
|
|
2979
|
+
ddsGridSmCount: "8";
|
|
2980
|
+
ddsGridLgGutterSize: "24px";
|
|
2981
|
+
ddsGridLgGutterSizeNumberPx: 24;
|
|
2982
|
+
ddsGridLgCount: "12";
|
|
2983
|
+
ddsGridMdGutterSize: "24px";
|
|
2984
|
+
ddsGridMdGutterSizeNumberPx: 24;
|
|
2985
|
+
ddsGridMdCount: "12";
|
|
2986
|
+
ddsGridXlGutterSize: "24px";
|
|
2987
|
+
ddsGridXlGutterSizeNumberPx: 24;
|
|
2988
|
+
ddsGridXlCount: "12";
|
|
2989
|
+
ddsIconSizeLarge: "40px";
|
|
2990
|
+
ddsIconSizeLargeNumberPx: 40;
|
|
2991
|
+
ddsIconSizeMedium: "24px";
|
|
2992
|
+
ddsIconSizeMediumNumberPx: 24;
|
|
2993
|
+
ddsIconSizeSmall: "16px";
|
|
2994
|
+
ddsIconSizeSmallNumberPx: 16;
|
|
2995
|
+
ddsBreakpointXs: "1px";
|
|
2996
|
+
ddsBreakpointXsNumberPx: 1;
|
|
2997
|
+
ddsBreakpointSm: "600px";
|
|
2998
|
+
ddsBreakpointSmNumberPx: 600;
|
|
2999
|
+
ddsBreakpointMd: "960px";
|
|
3000
|
+
ddsBreakpointMdNumberPx: 960;
|
|
3001
|
+
ddsBreakpointLg: "1280px";
|
|
3002
|
+
ddsBreakpointLgNumberPx: 1280;
|
|
3003
|
+
ddsBreakpointXl: "1920px";
|
|
3004
|
+
ddsBreakpointXlNumberPx: 1920;
|
|
3005
|
+
ddsZindexSkiptocontent: "250";
|
|
3006
|
+
ddsZindexModalBackdrop: "200";
|
|
3007
|
+
ddsZindexDrawer: "180";
|
|
3008
|
+
ddsZindexDrawerBackdrop: "180";
|
|
3009
|
+
ddsZindexOverflowmenu: "160";
|
|
3010
|
+
ddsZindexPopover: "140";
|
|
3011
|
+
ddsZindexTooltip: "120";
|
|
3012
|
+
ddsZindexDropdown: "100";
|
|
3013
|
+
ddsZindexSticky: "50";
|
|
3014
|
+
ddsZindexAbsoluteElement: "1";
|
|
3015
|
+
ddsColorData10Default: "#6aa8c3";
|
|
3016
|
+
ddsColorData10Subtle: "#135774";
|
|
3017
|
+
ddsColorData10Border: "#6aa8c3";
|
|
3018
|
+
ddsColorDataRed100: "#f8d2d4";
|
|
3019
|
+
ddsColorDataRed200: "#f0a5a9";
|
|
3020
|
+
ddsColorDataRed300: "#e9787e";
|
|
3021
|
+
ddsColorDataRed400: "#e14b53";
|
|
3022
|
+
ddsColorDataRed500: "#da1e28";
|
|
3023
|
+
ddsColorDataRed600: "#ae1820";
|
|
3024
|
+
ddsColorDataRed700: "#831218";
|
|
3025
|
+
ddsColorDataRed800: "#570c10";
|
|
3026
|
+
ddsColorDataRed900: "#2c0608";
|
|
3027
|
+
ddsColorDataMagenta100: "#eed3df";
|
|
3028
|
+
ddsColorDataMagenta200: "#dfa5bf";
|
|
3029
|
+
ddsColorDataMagenta300: "#cf789e";
|
|
3030
|
+
ddsColorDataMagenta400: "#c74f84";
|
|
3031
|
+
ddsColorDataMagenta500: "#b62665";
|
|
3032
|
+
ddsColorDataMagenta600: "#8a1a4b";
|
|
3033
|
+
ddsColorDataMagenta700: "#671438";
|
|
3034
|
+
ddsColorDataMagenta800: "#440e26";
|
|
3035
|
+
ddsColorDataMagenta900: "#220713";
|
|
3036
|
+
ddsColorDataBrown100: "#f0ddd5";
|
|
3037
|
+
ddsColorDataBrown200: "#e1bcac";
|
|
3038
|
+
ddsColorDataBrown300: "#d19a82";
|
|
3039
|
+
ddsColorDataBrown400: "#c27959";
|
|
3040
|
+
ddsColorDataBrown500: "#b3572f";
|
|
3041
|
+
ddsColorDataBrown600: "#8f4626";
|
|
3042
|
+
ddsColorDataBrown700: "#6b341c";
|
|
3043
|
+
ddsColorDataBrown800: "#482313";
|
|
3044
|
+
ddsColorDataBrown900: "#241109";
|
|
3045
|
+
ddsColorDataOlive100: "#e6e4d0";
|
|
3046
|
+
ddsColorDataOlive200: "#cdc9a1";
|
|
3047
|
+
ddsColorDataOlive300: "#b3ae71";
|
|
3048
|
+
ddsColorDataOlive400: "#989344";
|
|
3049
|
+
ddsColorDataOlive500: "#7c7518";
|
|
3050
|
+
ddsColorDataOlive600: "#635e13";
|
|
3051
|
+
ddsColorDataOlive700: "#4a460e";
|
|
3052
|
+
ddsColorDataOlive800: "#322f0a";
|
|
3053
|
+
ddsColorDataOlive900: "#191705";
|
|
3054
|
+
ddsColorDataGreen100: "#d1e6d7";
|
|
3055
|
+
ddsColorDataGreen200: "#a3ccaf";
|
|
3056
|
+
ddsColorDataGreen300: "#75b388";
|
|
3057
|
+
ddsColorDataGreen400: "#479960";
|
|
3058
|
+
ddsColorDataGreen500: "#198038";
|
|
3059
|
+
ddsColorDataGreen600: "#14662d";
|
|
3060
|
+
ddsColorDataGreen700: "#0f4d22";
|
|
3061
|
+
ddsColorDataGreen800: "#0a3316";
|
|
3062
|
+
ddsColorDataGreen900: "#051a0b";
|
|
3063
|
+
ddsColorDataTeal100: "#c2e2e1";
|
|
3064
|
+
ddsColorDataTeal200: "#90ccc9";
|
|
3065
|
+
ddsColorDataTeal300: "#5dafad";
|
|
3066
|
+
ddsColorDataTeal400: "#2c9390";
|
|
3067
|
+
ddsColorDataTeal500: "#007d79";
|
|
3068
|
+
ddsColorDataTeal600: "#006461";
|
|
3069
|
+
ddsColorDataTeal700: "#004b49";
|
|
3070
|
+
ddsColorDataTeal800: "#003230";
|
|
3071
|
+
ddsColorDataTeal900: "#001918";
|
|
3072
|
+
ddsColorDataDeepblue100: "#b9d7e5";
|
|
3073
|
+
ddsColorDataDeepblue200: "#96c5d9";
|
|
3074
|
+
ddsColorDataDeepblue300: "#6aa8c3";
|
|
3075
|
+
ddsColorDataDeepblue400: "#3e8bac";
|
|
3076
|
+
ddsColorDataDeepblue500: "#196b8f";
|
|
3077
|
+
ddsColorDataDeepblue600: "#135774";
|
|
3078
|
+
ddsColorDataDeepblue700: "#0e455e";
|
|
3079
|
+
ddsColorDataDeepblue800: "#0d3445";
|
|
3080
|
+
ddsColorDataDeepblue900: "#05151d";
|
|
3081
|
+
ddsColorDataBlue100: "#cfe0ff";
|
|
3082
|
+
ddsColorDataBlue200: "#9fc0ff";
|
|
3083
|
+
ddsColorDataBlue300: "#6fa1fe";
|
|
3084
|
+
ddsColorDataBlue400: "#3f81fe";
|
|
3085
|
+
ddsColorDataBlue500: "#0f62fe";
|
|
3086
|
+
ddsColorDataBlue600: "#0c4ecb";
|
|
3087
|
+
ddsColorDataBlue700: "#093b98";
|
|
3088
|
+
ddsColorDataBlue800: "#062766";
|
|
3089
|
+
ddsColorDataBlue900: "#031433";
|
|
3090
|
+
ddsColorDataPurple100: "#e8d9fe";
|
|
3091
|
+
ddsColorDataPurple200: "#d0b2fe";
|
|
3092
|
+
ddsColorDataPurple300: "#b98cfd";
|
|
3093
|
+
ddsColorDataPurple400: "#a165fd";
|
|
3094
|
+
ddsColorDataPurple500: "#8a3ffc";
|
|
3095
|
+
ddsColorDataPurple600: "#6e32ca";
|
|
3096
|
+
ddsColorDataPurple700: "#532697";
|
|
3097
|
+
ddsColorDataPurple800: "#371965";
|
|
3098
|
+
ddsColorDataPurple900: "#1c0d32";
|
|
3099
|
+
ddsColorDataGray100: "#e3e3e3";
|
|
3100
|
+
ddsColorDataGray200: "#c7c7c7";
|
|
3101
|
+
ddsColorDataGray300: "#aaaaaa";
|
|
3102
|
+
ddsColorDataGray400: "#8e8e8e";
|
|
3103
|
+
ddsColorDataGray500: "#727272";
|
|
3104
|
+
ddsColorDataGray600: "#5b5b5b";
|
|
3105
|
+
ddsColorDataGray700: "#444444";
|
|
3106
|
+
ddsColorDataGray800: "#2e2e2e";
|
|
3107
|
+
ddsColorDataGray900: "#171717";
|
|
3108
|
+
ddsColorData01Default: "#6fa1fe";
|
|
3109
|
+
ddsColorData01Subtle: "#0c4ecb";
|
|
3110
|
+
ddsColorData01Border: "#6fa1fe";
|
|
3111
|
+
ddsColorData02Default: "#d19a82";
|
|
3112
|
+
ddsColorData02Subtle: "#8f4626";
|
|
3113
|
+
ddsColorData02Border: "#d19a82";
|
|
3114
|
+
ddsColorData03Default: "#aaaaaa";
|
|
3115
|
+
ddsColorData03Subtle: "#5b5b5b";
|
|
3116
|
+
ddsColorData03Border: "#aaaaaa";
|
|
3117
|
+
ddsColorData04Default: "#75b388";
|
|
3118
|
+
ddsColorData04Subtle: "#14662d";
|
|
3119
|
+
ddsColorData04Border: "#75b388";
|
|
3120
|
+
ddsColorData05Default: "#b98cfd";
|
|
3121
|
+
ddsColorData05Subtle: "#6e32ca";
|
|
3122
|
+
ddsColorData05Border: "#b98cfd";
|
|
3123
|
+
ddsColorData06Default: "#cf789e";
|
|
3124
|
+
ddsColorData06Subtle: "#8a1a4b";
|
|
3125
|
+
ddsColorData06Border: "#cf789e";
|
|
3126
|
+
ddsColorData07Default: "#b3ae71";
|
|
3127
|
+
ddsColorData07Subtle: "#635e13";
|
|
3128
|
+
ddsColorData07Border: "#b3ae71";
|
|
3129
|
+
ddsColorData08Default: "#e9787e";
|
|
3130
|
+
ddsColorData08Subtle: "#ae1820";
|
|
3131
|
+
ddsColorData08Border: "#e9787e";
|
|
3132
|
+
ddsColorData09Default: "#5dafad";
|
|
3133
|
+
ddsColorData09Subtle: "#006461";
|
|
3134
|
+
ddsColorData09Border: "#5dafad";
|
|
3135
|
+
ddsColorBgDefault: "#181a1c";
|
|
3136
|
+
ddsColorBgSubtle: "#22272a";
|
|
3137
|
+
ddsColorSurfaceDefault: "#181a1c";
|
|
3138
|
+
ddsColorSurfaceSubtle: "#22272a";
|
|
3139
|
+
ddsColorSurfaceMedium: "#303438";
|
|
3140
|
+
ddsColorSurfaceHoverDefault: "#062c45";
|
|
3141
|
+
ddsColorSurfaceHoverSubtle: "#22272a";
|
|
3142
|
+
ddsColorSurfaceSelectedDefault: "#062c45";
|
|
3143
|
+
ddsColorSurfaceInverseDefault: "#354754";
|
|
3144
|
+
ddsColorSurfaceInverseHover: "#2a3943";
|
|
3145
|
+
ddsColorSurfaceInverseSelected: "#202b32";
|
|
3146
|
+
ddsColorSurfaceActionResting: "#589ac6";
|
|
3147
|
+
ddsColorSurfaceActionHover: "#9fc5de";
|
|
3148
|
+
ddsColorSurfaceActionSelected: "#589ac6";
|
|
3149
|
+
ddsColorSurfaceActionDangerResting: "#e47373";
|
|
3150
|
+
ddsColorSurfaceActionDangerHover: "#efafaf";
|
|
3151
|
+
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
3152
|
+
ddsColorSurfaceDangerDefault: "#561616";
|
|
3153
|
+
ddsColorSurfaceDangerStrong: "#dc4b4b";
|
|
3154
|
+
ddsColorSurfaceSuccessDefault: "#284c29";
|
|
3155
|
+
ddsColorSurfaceSuccessStrong: "#65be66";
|
|
3156
|
+
ddsColorSurfaceWarningDefault: "#494317";
|
|
3157
|
+
ddsColorSurfaceWarningStrong: "#f4e04d";
|
|
3158
|
+
ddsColorSurfaceInfoDefault: "#2a4b61";
|
|
3159
|
+
ddsColorSurfaceInfoStrong: "#75b9e6";
|
|
3160
|
+
ddsColorSurfacePaperDefault: "#3a4146";
|
|
3161
|
+
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
3162
|
+
ddsColorSurfaceFieldDefault: "#0b0d0e";
|
|
3163
|
+
ddsColorSurfaceFieldDisabled: "#303438";
|
|
3164
|
+
ddsColorSurfaceHighlightedDefault: "#833a21";
|
|
3165
|
+
ddsColorSurfaceScrollbar: "#545c62";
|
|
3166
|
+
ddsColorSurfaceNotification: "#d83737";
|
|
3167
|
+
ddsColorSurfaceSkeleton: "#545c62";
|
|
3168
|
+
ddsColorBorderDefault: "#545c62";
|
|
3169
|
+
ddsColorBorderSubtle: "#3a4146";
|
|
3170
|
+
ddsColorBorderInverse: "#acbbc6";
|
|
3171
|
+
ddsColorBorderActionDefault: "#589ac6";
|
|
3172
|
+
ddsColorBorderActionHover: "#9fc5de";
|
|
3173
|
+
ddsColorBorderSuccess: "#519852";
|
|
3174
|
+
ddsColorBorderWarning: "#ccba35";
|
|
3175
|
+
ddsColorBorderDanger: "#d83737";
|
|
3176
|
+
ddsColorBorderInfo: "#5197c5";
|
|
3177
|
+
ddsColorBorderOnAction: "#181a1c";
|
|
3178
|
+
ddsColorTextDefault: "#ffffff";
|
|
3179
|
+
ddsColorTextMedium: "#e9ebec";
|
|
3180
|
+
ddsColorTextSubtle: "#d6dadd";
|
|
3181
|
+
ddsColorTextOnInverse: "#ffffff";
|
|
3182
|
+
ddsColorTextDanger: "#e47373";
|
|
3183
|
+
ddsColorTextOnAction: "#0b0d0e";
|
|
3184
|
+
ddsColorTextOnStatusDefault: "#ffffff";
|
|
3185
|
+
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
3186
|
+
ddsColorTextActionResting: "#9fc5de";
|
|
3187
|
+
ddsColorTextActionHover: "#e7f1f7";
|
|
3188
|
+
ddsColorTextRequiredfield: "#e47373";
|
|
3189
|
+
ddsColorTextActionVisited: "#cca9e1";
|
|
3190
|
+
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
3191
|
+
ddsColorTextOnNotification: "#ffffff";
|
|
3192
|
+
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
3193
|
+
ddsColorTextOnPrimarySubtle: "#ffffff";
|
|
3194
|
+
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
3195
|
+
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
3196
|
+
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
3197
|
+
ddsColorTextOnSecondarySubtle: "#ffffff";
|
|
3198
|
+
ddsColorTextOnSecondaryMedium: "#ffffff";
|
|
3199
|
+
ddsColorTextOnSecondaryStrong: "#0b0d0e";
|
|
3200
|
+
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
3201
|
+
ddsColorTextOnTertiarySubtle: "#ffffff";
|
|
3202
|
+
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
3203
|
+
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
3204
|
+
ddsColorTextOnDataDefault: "#0b0d0e";
|
|
3205
|
+
ddsColorTextOnDataSubtle: "#ffffff";
|
|
3206
|
+
ddsColorIconDefault: "#ffffff";
|
|
3207
|
+
ddsColorIconMedium: "#e9ebec";
|
|
3208
|
+
ddsColorIconSubtle: "#d6dadd";
|
|
3209
|
+
ddsColorIconOnInverse: "#ffffff";
|
|
3210
|
+
ddsColorIconOnAction: "#0b0d0e";
|
|
3211
|
+
ddsColorIconActionResting: "#9fc5de";
|
|
3212
|
+
ddsColorIconActionHover: "#e7f1f7";
|
|
3213
|
+
ddsColorIconOnSuccessDefault: "#c1e5c2";
|
|
3214
|
+
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
3215
|
+
ddsColorIconOnWarningDefault: "#fbf3b8";
|
|
3216
|
+
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
3217
|
+
ddsColorIconOnDangerDefault: "#efafaf";
|
|
3218
|
+
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
3219
|
+
ddsColorIconOnInfoDefault: "#c8e3f5";
|
|
3220
|
+
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
3221
|
+
ddsColorIconDanger: "#e47373";
|
|
3222
|
+
ddsColorBrandPrimaryDefault: "#354754";
|
|
3223
|
+
ddsColorBrandPrimarySubtle: "#2a3943";
|
|
3224
|
+
ddsColorBrandPrimaryMedium: "#405767";
|
|
3225
|
+
ddsColorBrandPrimaryStrong: "#4f6a7e";
|
|
3226
|
+
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
3227
|
+
ddsColorBrandSecondarySubtle: "#2b3a3a";
|
|
3228
|
+
ddsColorBrandSecondaryMedium: "#4d6463";
|
|
3229
|
+
ddsColorBrandSecondaryStrong: "#b8cdcd";
|
|
3230
|
+
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
3231
|
+
ddsColorBrandTertiarySubtle: "#a24422";
|
|
3232
|
+
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
3233
|
+
ddsColorBrandTertiaryStrong: "#ffd6ca";
|
|
3234
|
+
ddsColorFocusOutside: "#f1f8fd";
|
|
3235
|
+
ddsColorFocusInside: "#2a4b61";
|
|
3236
|
+
ddsBorderRadiusButton: "2px";
|
|
3237
|
+
ddsBorderRadiusButtonNumberPx: 2;
|
|
3238
|
+
ddsBorderRadiusSurface: "2px";
|
|
3239
|
+
ddsBorderRadiusSurfaceNumberPx: 2;
|
|
3240
|
+
ddsBorderRadiusInput: "2px";
|
|
3241
|
+
ddsBorderRadiusInputNumberPx: 2;
|
|
3242
|
+
ddsBorderRadiusChip: "2px";
|
|
3243
|
+
ddsBorderRadiusChipNumberPx: 2;
|
|
3244
|
+
ddsBorderRadiusRounded: "9999px";
|
|
3245
|
+
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
3246
|
+
ddsFontLabelMedium: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3247
|
+
ddsFontBodyXsmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3248
|
+
ddsFontBodySmall: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3249
|
+
ddsFontBodyMedium: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3250
|
+
ddsFontBodyLarge: "400 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3251
|
+
ddsFontHeadingXxsmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3252
|
+
ddsFontHeadingXsmall: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3253
|
+
ddsFontHeadingSmall: "600 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3254
|
+
ddsFontHeadingMedium: "500 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3255
|
+
ddsFontHeadingLarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
3256
|
+
ddsFontHeadingXlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
3257
|
+
ddsFontHeadingXxlarge: "300 clamp(3rem, 1.333rem + 4.444vw, 4rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
3258
|
+
ddsFontLeadMedium: "300 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3259
|
+
ddsFontCodeMedium: "400 1.125rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
3260
|
+
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
3261
|
+
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
3262
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
3263
|
+
ddsFontHeadingXlargeLetterSpacing: "-0.01em";
|
|
3264
|
+
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
3265
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
3266
|
+
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
3267
|
+
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
3268
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
3269
|
+
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
3270
|
+
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
3271
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
3272
|
+
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
3273
|
+
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
3274
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
3275
|
+
ddsFontHeadingXsmallLetterSpacing: "0em";
|
|
3276
|
+
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
3277
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
3278
|
+
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
3279
|
+
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
3280
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
3281
|
+
ddsFontBodyLargeLetterSpacing: "0em";
|
|
3282
|
+
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
3283
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
3284
|
+
ddsFontBodyMediumLetterSpacing: "0em";
|
|
3285
|
+
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
3286
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
3287
|
+
ddsFontBodySmallLetterSpacing: "0em";
|
|
3288
|
+
ddsFontBodySmallParagraphSpacing: "1em";
|
|
3289
|
+
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
3290
|
+
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
3291
|
+
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
3292
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
3293
|
+
ddsFontLeadMediumLetterSpacing: "0em";
|
|
3294
|
+
ddsFontLeadMediumParagraphSpacing: "0.66em";
|
|
3295
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: 0.66;
|
|
3296
|
+
ddsFontCodeMediumLetterSpacing: "0em";
|
|
3297
|
+
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
3298
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
3299
|
+
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
3300
|
+
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
3301
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
3302
|
+
};
|
|
3303
|
+
themeName: "core-light" | "core-dark" | "public-light" | "public-dark";
|
|
3304
|
+
};
|
|
1668
3305
|
|
|
1669
3306
|
type Language = 'nb' | 'nn' | 'no' | 'en' | 'se';
|
|
1670
3307
|
|
|
@@ -3585,4 +5222,4 @@ declare const VisuallyHidden: {
|
|
|
3585
5222
|
displayName: string;
|
|
3586
5223
|
};
|
|
3587
5224
|
|
|
3588
|
-
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, CardSelectable, CardSelectableGroup, type CardSelectableGroupProps, type CardSelectableProps, CaringIcon, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, DdsProvider, type DdsProviderProps, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, DropdownHeader, DropdownItem, type DropdownItemButtonProps, type DropdownItemProps, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FormSummary, FormSummaryEditButton, FormSummaryEmptyValue, FormSummaryError, FormSummaryField, FormSummaryFields, FormSummaryHeader, FormSummaryHeading, FormSummaryLabel, type FormSummaryProps, FormSummaryValue, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditSelect, type InlineEditSelectProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, InputMessage, type InputMessageProps, type InputMessageType, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, L_MESSAGE_PURPOSES, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, type NativeSelectProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, PublishIcon, type Purpose, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, type RemoteFile, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScaleIcon, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, SectionIcon, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, type StaticTypographyType, StylelessButton, type StylelessButtonProps, StylelessList, type StylelessListProps, StylelessOList, type StylelessOListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThumbDownFilledIcon, ThumbDownIcon, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseControllableGroupStateProps, type UseControllableStateProps, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createPurposes, createSelectOptions, createSizes, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getColorCn, getElementType, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderInputMessage, scrollbarStyling, typographyTypes, useCallbackRef, useCombinedRef, useControllableGroupState, useControllableState, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useWindowResize, visibilityTransition };
|
|
5225
|
+
export { Accordion, AccordionBody, type AccordionBodyProps, AccordionHeader, type AccordionHeaderProps, type AccordionProps, AddTabButton, type AddTabButtonProps, AddressShieldedIcon, AgreementIcon, AnimatedChevronUpDown, AppsIcon, ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, AttachmentIcon, BORDER_COLORS, BORDER_RADII, BackLink, type BackLinkProps, Backdrop, BarChartBoxedIcon, BarChartIcon, type BaseComponentProps, type BaseComponentPropsWithChildren, type BaseItemProps, type BaseLabelProps, type BaseTypographyProps, BlockIcon, BookIcon, type BorderColor, type BorderRadius, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, type Breakpoint, BuildCircledIcon, BuildIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type ButtonPurpose, type ButtonSize, Calendar, CalendarIcon, CalendarMonthIcon, type CalendarProps, CalendarViewDayIcon, CalendarViewMonthIcon, CalendarViewWeekIcon, CallIcon, type Callback, Caption, type CaptionProps, Card, CardExpandable, CardExpandableBody, type CardExpandableBodyProps, CardExpandableHeader, type CardExpandableHeaderProps, type CardExpandableProps, type CardProps, CardSelectable, CardSelectableGroup, type CardSelectableGroupProps, type CardSelectableProps, CaringIcon, ChatIcon, CheckCircledIcon, CheckIcon, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxPickedHTMLAttributes, type CheckboxProps, ChecklistIcon, ChevronDownIcon, ChevronFirstIcon, ChevronLargeLeftIcon, ChevronLargeRightIcon, ChevronLastIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, Chip, ChipGroup, type ChipGroupProps, type ChipProps, CloseCircledIcon, CloseIcon, CloseSmallIcon, CloudIcon, CollapseIcon, CollapsibleTable, type CollapsibleTableProps, CollapsibleRow as CollapsibleTableRow, type ColumnsOccupied, CommentIcon, Contrast, type ContrastProps, CookieBanner, CookieBannerCheckbox, type CookieBannerCheckboxProps, type CookieBannerProps, CopyIcon, CourtIcon, DatePicker, type DatePickerProps, DateRangeIcon, DdsProvider, type DdsProviderProps, DeathsIcon, DescriptionList, type DescriptionListAppearance, DescriptionListDesc, type DescriptionListDescProps, DescriptionListGroup, type DescriptionListGroupProps, type DescriptionListProps, DescriptionListTerm, type DescriptionListTermProps, DetailList, DetailListDesc, type DetailListDescProps, type DetailListProps, DetailListRow, type DetailListRowProps, type DetailListSize, DetailListTerm, type DetailListTermProps, type Direction$1 as Direction, Divider, type DividerColor, type DividerProps, DoubleChevronLeftIcon, DoubleChevronRightIcon, DownloadDoneIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerGroup, type DrawerGroupProps, type DrawerPlacement, type DrawerProps, type DrawerSize, DropdownHeader, DropdownItem, type DropdownItemButtonProps, type DropdownItemProps, ELEVATIONS, EditIcon, ElementAs, type Elevation, EmptyContent, type EmptyContentProps, ErrorIcon, ExclaimIcon, ExpandIcon, type ExtractStrict, FacebookIcon, FamilyIcon, FavStar, type FavStarProps, Feedback, FeedbackIcon, type FeedbackProps, Fieldset, FieldsetGroup, type FieldsetGroupProps, type FieldsetProps, FileAddIcon, FileIcon, type FileList, FileShieldedIcon, FileTextIcon, FileUploader, type FileUploaderAccept, type FileUploaderProps, FilterIcon, FilterListIcon, FilterListOffIcon, FilterOffIcon, FindInPageIcon, FlickrIcon, type FloatingStyles, FolderAddIcon, FolderIcon, FolderShieldedIcon, Footer, FooterLeft, type FooterLeftProps, FooterList, FooterListGroup, type FooterListGroupProps, FooterListHeader, type FooterListHeaderProps, type FooterListProps, FooterLogo, type FooterLogoProps, type FooterProps, FooterSocialsGroup, type FooterSocialsGroupProps, FooterSocialsList, type FooterSocialsListProps, FormSummary, FormSummaryEditButton, FormSummaryEmptyValue, FormSummaryError, FormSummaryField, FormSummaryFields, FormSummaryHeader, FormSummaryHeading, FormSummaryLabel, type FormSummaryProps, FormSummaryValue, FullscreenExitIcon, FullscreenIcon, GavelIcon, GlobalMessage, type GlobalMessageProps, type GlobalMessagePurpose, Grid, GridChild, type GridChildProps, type GridProps, GuardianIcon, HStack, type HStackProps, Heading, type HeadingLevel, type HeadingProps, HelpFilledIcon, HelpIcon, HelpSimpleIcon, HiddenInput, HomeIcon, HourglassBottomIcon, HourglassDisabledIcon, HourglassEmptyIcon, HourglassFullIcon, HourglassTopIcon, type HyphenTypographyType, Icon, type IconPosition, type IconProps, type IconSize, ImageIcon, InfoIcon, InlineButton, type InlineButtonProps, InlineEditInput, type InlineEditInputProps, InlineEditSelect, type InlineEditSelectProps, InlineEditTextArea, type InlineEditTextAreaProps, type InlineElement, InputMessage, type InputMessageProps, type InputMessageType, InstagramIcon, InternalHeader, type InternalHeaderProps, JordskifterettIcon, JordskiftesakIcon, KeyIcon, L_MESSAGE_PURPOSES, Label, type LabelProps, LagmannsrettIcon, LanguageIcon, type Layout, Legend, type LegendProps, LibraryAddIcon, LineChartIcon, Link, LinkIcon, LinkOffIcon, type LinkProps, LinkedInIcon, List, ListAltIcon, ListIcon, ListItem, type ListItemProps, type ListProps, type ListType, type ListTypographyType, LocalMessage, type LocalMessageLayout, type LocalMessageProps, type LocalMessagePurpose, LocationIcon, LockIcon, LockOpenIcon, LoginIcon, LogoutIcon, MailIcon, MailOpenIcon, MenuIcon, MinusCirledIcon, MinusIcon, Modal, ModalActions, type ModalActionsProps, ModalBody, type ModalBodyProps, type ModalProps, MoreHorizontalIcon, MoreVerticalIcon, NativeSelect, type NativeSelectProps, NotarialIcon, NotificationsIcon, NotificationsOffIcon, type Nullable, OnlineMeetingIcon, OpenExternalIcon, type OtherTypographyType, OverflowMenu, OverflowMenuButton, type OverflowMenuButtonProps, OverflowMenuDivider, OverflowMenuGroup, type OverflowMenuGroupProps, OverflowMenuLink, type OverflowMenuLinkProps, OverflowMenuList, OverflowMenuListHeader, type OverflowMenuProps, OverflowMenuSpan, type OverflowMenuSpanProps, Pagination, type PaginationOption, type PaginationProps, Paper, type PaperBackground, type PaperBorder, type PaperBorderRadius, type PaperElevation, type PaperProps, Paragraph, type ParagraphProps, PayoutIcon, PdfIcon, PersonAddIcon, PersonIcon, PersonShieldedIcon, PhoneInput, type PhoneInputProps, type PhoneInputValue, PinIcon, type Placement, PlusCircledIcon, PlusIcon, type PolymorphicBaseComponentProps, type PolymorphicProps, Popover, PopoverGroup, type PopoverGroupProps, type PopoverProps, type PopoverSizeProps, PowerOfAttorneyIcon, PrintIcon, ProgressBar, type ProgressBarProps, type ProgressBarSize, ProgressTracker, ProgressTrackerItem, type ProgressTrackerItemProps, type ProgressTrackerProps, PropertyIcon, PublishIcon, type Purpose, QuestionAnswerIcon, RadioButton, RadioButtonGroup, type RadioButtonGroupProps, type RadioButtonProps, type RadioValue, type Rating, ReceiptIcon, RedoIcon, RefreshIcon, type RemoteFile, ReplayIcon, type ResponsiveProps, type ResponsiveStackProps, ScaleIcon, ScreenSize, Search, SearchAutocompleteWrapper, type SearchAutocompleteWrapperProps, type SearchButtonProps, type SearchData, SearchIcon, type SearchProps, type SearchSize, SearchSuggestions, type SearchSuggestionsProps, SectionIcon, Select, type SelectForwardRefType, type SelectOption, type SelectProps, SettingsIcon, ShowHide, type ShowHideProps, type Size, Skeleton, type SkeletonAppearance, type SkeletonProps, SkipToContent, type SkipToContentProps, SmsIcon, type SortOrder, type SpacingScale, Spinner, type SpinnerProps, SplitButton, type SplitButtonPrimaryActionProps, type SplitButtonProps, type SplitButtonPurpose, type SplitButtonSecondaryActionsProps, StarFilledIcon, StarHalfFilled, StarIcon, type StaticTypographyType, StylelessButton, type StylelessButtonProps, StylelessList, type StylelessListProps, StylelessOList, type StylelessOListProps, type SvgIcon, type SvgProps, SvgWrapper, SyncIcon, Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, TabPanels, type TabPanelsProps, type TabProps, type TabSize, Table, Body as TableBody, type TableBodyProps, Cell as TableCell, type TableCellLayout, type TableCellProps, type TableCellType, Foot as TableFoot, type TableFootProps, Head as TableHead, type TableHeadProps, type TableProps, Row as TableRow, type TableRowProps, type TableRowType, type TableSize, SortCell as TableSortCell, type TableSortCellProps, TableWrapper, Tabs, type TabsProps, Tag, type TagAppearance, type TagProps, type TagPurpose, type TextAffixProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, TextOverflowEllipsisInner, TextOverflowEllipsisWrapper, ThumbDownFilledIcon, ThumbDownIcon, ThumbUpFilledIcon, ThumbUpIcon, TimeIcon, TimePicker, type TimePickerProps, TingrettIcon, TipIcon, Toggle, ToggleBar, type ToggleBarProps, type ToggleBarSize, type ToggleBarValue, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, type ToggleProps, ToggleRadio, type ToggleRadioProps, type ToggleSize, Tooltip, type TooltipProps, TrashIcon, TrendingDownIcon, TrendingUpIcon, Typography, type TypographyAnchorType, type TypographyBodyType, type TypographyComponentProps, type TypographyHeadingType, type TypographyLabelType, type TypographyLeadType, type TypographyProps, type TypographyType, UndoIcon, UnfoldLessIcon, UnfoldMoreIcon, UploadIcon, type UseControllableGroupStateProps, type UseControllableStateProps, type UseFloatPositionOptions, VStack, type VStackProps, VisibilityOffIcon, VisibilityOnIcon, VisuallyHidden, type VisuallyHiddenProps, WarningIcon, WebexIcon, type WeightedSearchData, type WithRequiredIf, XIcon, ZoomInIcon, ZoomOutIcon, calendarDateToNativeDate, cn, countryOptions, createPurposes, createSelectOptions, createSizes, dateValueToNativeDate, defaultTypographyType, defaultTypographyTypeClassName, focusVisible, focusVisibleInset, focusVisibleTransitionValue, getBaseHTMLProps, getColorCn, getElementType, getLiteralScreenSize, getTypographyCn, handleElementWithBackdropMount, handleElementWithBackdropUnmount, hideInput, index as icons, inheritLinkStyling, inlineElements, isAnchorTypographyProps, isBorderColor, isBorderRadius, isCaption, isElevation, isHeading, isInlineElement, isKeyboardEvent, isLegend, isPaperBackground, nativeDateToCalendarDate, nativeDateToDateValue, nativeDateToTime, normalizeButton, outlineInset, outlineOffset, removeButtonStyling, removeListStyling, renderInputMessage, scrollbarStyling, typographyTypes, useCallbackRef, useCombinedRef, useControllableGroupState, useControllableState, useFloatPosition, useFocusTrap, useIsMounted, useMountTransition, useOnClickOutside, useOnKeyDown, useReturnFocusOnBlur, useRoveFocus, useScreenSize, useTheme, useWindowResize, visibilityTransition };
|