@norges-domstoler/dds-components 0.0.0-dev-20251125112511 → 0.0.0-dev-20251125124041
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 +1 -1649
- package/dist/index.d.ts +1 -1649
- package/dist/index.js +1 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -24
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1398,11 +1398,6 @@ declare namespace index {
|
|
|
1398
1398
|
declare function cn(...classNames: Array<unknown>): string | undefined;
|
|
1399
1399
|
|
|
1400
1400
|
type DdsTheme = keyof typeof ddsTokens;
|
|
1401
|
-
interface ThemeContextProps {
|
|
1402
|
-
theme: DdsTheme;
|
|
1403
|
-
el: HTMLDivElement | null;
|
|
1404
|
-
}
|
|
1405
|
-
declare const ThemeContext: react.Context<ThemeContextProps | undefined>;
|
|
1406
1401
|
interface ThemeProviderProps {
|
|
1407
1402
|
/**
|
|
1408
1403
|
* Elsa tema for applikasjonen.
|
|
@@ -1414,1644 +1409,6 @@ interface ThemeProviderProps {
|
|
|
1414
1409
|
*/
|
|
1415
1410
|
children?: ReactNode;
|
|
1416
1411
|
}
|
|
1417
|
-
declare function ThemeProvider({ theme, children, }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
1418
|
-
/**
|
|
1419
|
-
* Hook for å hente gjeldende tema og temanavn. Brukes inni ThemeProvider.
|
|
1420
|
-
*
|
|
1421
|
-
* @returns tema med JS-konstanter og navnet på temaet.
|
|
1422
|
-
*/
|
|
1423
|
-
declare function useTheme(): {
|
|
1424
|
-
theme: {
|
|
1425
|
-
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
1426
|
-
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
1427
|
-
ddsFontSizeX5: "5rem";
|
|
1428
|
-
ddsFontSizeX5NumberRem: 5;
|
|
1429
|
-
ddsFontSizeX4: "4rem";
|
|
1430
|
-
ddsFontSizeX4NumberRem: 4;
|
|
1431
|
-
ddsFontSizeX3: "3rem";
|
|
1432
|
-
ddsFontSizeX3NumberRem: 3;
|
|
1433
|
-
ddsFontSizeX25: "2.5rem";
|
|
1434
|
-
ddsFontSizeX25NumberRem: 2.5;
|
|
1435
|
-
ddsFontSizeX2: "2rem";
|
|
1436
|
-
ddsFontSizeX2NumberRem: 2;
|
|
1437
|
-
ddsFontSizeX15: "1.5rem";
|
|
1438
|
-
ddsFontSizeX15NumberRem: 1.5;
|
|
1439
|
-
ddsFontSizeX125: "1.25rem";
|
|
1440
|
-
ddsFontSizeX125NumberRem: 1.25;
|
|
1441
|
-
ddsFontSizeX1125: "1.125rem";
|
|
1442
|
-
ddsFontSizeX1125NumberRem: 1.125;
|
|
1443
|
-
ddsFontSizeX1: "1rem";
|
|
1444
|
-
ddsFontSizeX1NumberRem: 1;
|
|
1445
|
-
ddsFontSizeX0875: "0.875rem";
|
|
1446
|
-
ddsFontSizeX0875NumberRem: 0.875;
|
|
1447
|
-
ddsFontSizeX075: "0.75rem";
|
|
1448
|
-
ddsFontSizeX075NumberRem: 0.75;
|
|
1449
|
-
ddsFontWeightLight: "300";
|
|
1450
|
-
ddsFontWeightNormal: "400";
|
|
1451
|
-
ddsFontWeightSemiBold: "500";
|
|
1452
|
-
ddsFontWeightBold: "600";
|
|
1453
|
-
ddsFontLineheightX1: 1.5;
|
|
1454
|
-
ddsFontLineheightX2: 1.35;
|
|
1455
|
-
ddsFontLineheightX3: 1.2;
|
|
1456
|
-
ddsFontLineheightList: 2;
|
|
1457
|
-
ddsFontLetterSpacingTight: "-0.01em";
|
|
1458
|
-
ddsFontLetterSpacingNormal: "0em";
|
|
1459
|
-
ddsFontLetterSpacingLoose: "0.01em";
|
|
1460
|
-
ddsFontParagraphSpacingSmall: "1em";
|
|
1461
|
-
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
1462
|
-
ddsFontParagraphSpacingMedium: "0.66em";
|
|
1463
|
-
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
1464
|
-
ddsFontParagraphSpacingLarge: "0.5em";
|
|
1465
|
-
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
1466
|
-
ddsFontParagraphSpacingHeading: "0.4em";
|
|
1467
|
-
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
1468
|
-
ddsFontStyleUnderline: "underline";
|
|
1469
|
-
ddsFontStyleNormal: "none";
|
|
1470
|
-
ddsFontStyleItalic: "italic";
|
|
1471
|
-
ddsSpacingPaddingTopHeading: "0.7em";
|
|
1472
|
-
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
1473
|
-
ddsSpacingX0: "0rem";
|
|
1474
|
-
ddsSpacingX0NumberRem: 0;
|
|
1475
|
-
ddsSpacingX0125: "0.125rem";
|
|
1476
|
-
ddsSpacingX0125NumberRem: 0.125;
|
|
1477
|
-
ddsSpacingX025: "0.25rem";
|
|
1478
|
-
ddsSpacingX025NumberRem: 0.25;
|
|
1479
|
-
ddsSpacingX05: "0.5rem";
|
|
1480
|
-
ddsSpacingX05NumberRem: 0.5;
|
|
1481
|
-
ddsSpacingX075: "0.75rem";
|
|
1482
|
-
ddsSpacingX075NumberRem: 0.75;
|
|
1483
|
-
ddsSpacingX1: "1rem";
|
|
1484
|
-
ddsSpacingX1NumberRem: 1;
|
|
1485
|
-
ddsSpacingX15: "1.5rem";
|
|
1486
|
-
ddsSpacingX15NumberRem: 1.5;
|
|
1487
|
-
ddsSpacingX2: "2rem";
|
|
1488
|
-
ddsSpacingX2NumberRem: 2;
|
|
1489
|
-
ddsSpacingX25: "2.5rem";
|
|
1490
|
-
ddsSpacingX25NumberRem: 2.5;
|
|
1491
|
-
ddsSpacingX3: "3rem";
|
|
1492
|
-
ddsSpacingX3NumberRem: 3;
|
|
1493
|
-
ddsSpacingX4: "4rem";
|
|
1494
|
-
ddsSpacingX4NumberRem: 4;
|
|
1495
|
-
ddsSpacingX6: "6rem";
|
|
1496
|
-
ddsSpacingX6NumberRem: 6;
|
|
1497
|
-
ddsSpacingX10: "10rem";
|
|
1498
|
-
ddsSpacingX10NumberRem: 10;
|
|
1499
|
-
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
1500
|
-
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
1501
|
-
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
1502
|
-
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
1503
|
-
ddsGridXsGutterSize: "16px";
|
|
1504
|
-
ddsGridXsGutterSizeNumberPx: 16;
|
|
1505
|
-
ddsGridXsCount: "4";
|
|
1506
|
-
ddsGridSmGutterSize: "16px";
|
|
1507
|
-
ddsGridSmGutterSizeNumberPx: 16;
|
|
1508
|
-
ddsGridSmCount: "8";
|
|
1509
|
-
ddsGridLgGutterSize: "24px";
|
|
1510
|
-
ddsGridLgGutterSizeNumberPx: 24;
|
|
1511
|
-
ddsGridLgCount: "12";
|
|
1512
|
-
ddsGridMdGutterSize: "24px";
|
|
1513
|
-
ddsGridMdGutterSizeNumberPx: 24;
|
|
1514
|
-
ddsGridMdCount: "12";
|
|
1515
|
-
ddsGridXlGutterSize: "24px";
|
|
1516
|
-
ddsGridXlGutterSizeNumberPx: 24;
|
|
1517
|
-
ddsGridXlCount: "12";
|
|
1518
|
-
ddsIconSizeLarge: "40px";
|
|
1519
|
-
ddsIconSizeLargeNumberPx: 40;
|
|
1520
|
-
ddsIconSizeMedium: "24px";
|
|
1521
|
-
ddsIconSizeMediumNumberPx: 24;
|
|
1522
|
-
ddsIconSizeSmall: "16px";
|
|
1523
|
-
ddsIconSizeSmallNumberPx: 16;
|
|
1524
|
-
ddsBreakpointXs: "1px";
|
|
1525
|
-
ddsBreakpointXsNumberPx: 1;
|
|
1526
|
-
ddsBreakpointSm: "600px";
|
|
1527
|
-
ddsBreakpointSmNumberPx: 600;
|
|
1528
|
-
ddsBreakpointMd: "960px";
|
|
1529
|
-
ddsBreakpointMdNumberPx: 960;
|
|
1530
|
-
ddsBreakpointLg: "1280px";
|
|
1531
|
-
ddsBreakpointLgNumberPx: 1280;
|
|
1532
|
-
ddsBreakpointXl: "1920px";
|
|
1533
|
-
ddsBreakpointXlNumberPx: 1920;
|
|
1534
|
-
ddsZindexSkiptocontent: "250";
|
|
1535
|
-
ddsZindexModalBackdrop: "200";
|
|
1536
|
-
ddsZindexDrawer: "180";
|
|
1537
|
-
ddsZindexDrawerBackdrop: "180";
|
|
1538
|
-
ddsZindexOverflowmenu: "160";
|
|
1539
|
-
ddsZindexPopover: "140";
|
|
1540
|
-
ddsZindexTooltip: "120";
|
|
1541
|
-
ddsZindexDropdown: "100";
|
|
1542
|
-
ddsZindexSticky: "50";
|
|
1543
|
-
ddsZindexAbsoluteElement: "1";
|
|
1544
|
-
ddsColorData10Default: "#196b8f";
|
|
1545
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
1546
|
-
ddsColorData10Border: "#196b8f";
|
|
1547
|
-
ddsColorDataRed100: "#f8d2d4";
|
|
1548
|
-
ddsColorDataRed200: "#f0a5a9";
|
|
1549
|
-
ddsColorDataRed300: "#e9787e";
|
|
1550
|
-
ddsColorDataRed400: "#e14b53";
|
|
1551
|
-
ddsColorDataRed500: "#da1e28";
|
|
1552
|
-
ddsColorDataRed600: "#ae1820";
|
|
1553
|
-
ddsColorDataRed700: "#831218";
|
|
1554
|
-
ddsColorDataRed800: "#570c10";
|
|
1555
|
-
ddsColorDataRed900: "#2c0608";
|
|
1556
|
-
ddsColorDataMagenta100: "#eed3df";
|
|
1557
|
-
ddsColorDataMagenta200: "#dfa5bf";
|
|
1558
|
-
ddsColorDataMagenta300: "#cf789e";
|
|
1559
|
-
ddsColorDataMagenta400: "#c74f84";
|
|
1560
|
-
ddsColorDataMagenta500: "#b62665";
|
|
1561
|
-
ddsColorDataMagenta600: "#8a1a4b";
|
|
1562
|
-
ddsColorDataMagenta700: "#671438";
|
|
1563
|
-
ddsColorDataMagenta800: "#440e26";
|
|
1564
|
-
ddsColorDataMagenta900: "#220713";
|
|
1565
|
-
ddsColorDataBrown100: "#f0ddd5";
|
|
1566
|
-
ddsColorDataBrown200: "#e1bcac";
|
|
1567
|
-
ddsColorDataBrown300: "#d19a82";
|
|
1568
|
-
ddsColorDataBrown400: "#c27959";
|
|
1569
|
-
ddsColorDataBrown500: "#b3572f";
|
|
1570
|
-
ddsColorDataBrown600: "#8f4626";
|
|
1571
|
-
ddsColorDataBrown700: "#6b341c";
|
|
1572
|
-
ddsColorDataBrown800: "#482313";
|
|
1573
|
-
ddsColorDataBrown900: "#241109";
|
|
1574
|
-
ddsColorDataOlive100: "#e6e4d0";
|
|
1575
|
-
ddsColorDataOlive200: "#cdc9a1";
|
|
1576
|
-
ddsColorDataOlive300: "#b3ae71";
|
|
1577
|
-
ddsColorDataOlive400: "#989344";
|
|
1578
|
-
ddsColorDataOlive500: "#7c7518";
|
|
1579
|
-
ddsColorDataOlive600: "#635e13";
|
|
1580
|
-
ddsColorDataOlive700: "#4a460e";
|
|
1581
|
-
ddsColorDataOlive800: "#322f0a";
|
|
1582
|
-
ddsColorDataOlive900: "#191705";
|
|
1583
|
-
ddsColorDataGreen100: "#d1e6d7";
|
|
1584
|
-
ddsColorDataGreen200: "#a3ccaf";
|
|
1585
|
-
ddsColorDataGreen300: "#75b388";
|
|
1586
|
-
ddsColorDataGreen400: "#479960";
|
|
1587
|
-
ddsColorDataGreen500: "#198038";
|
|
1588
|
-
ddsColorDataGreen600: "#14662d";
|
|
1589
|
-
ddsColorDataGreen700: "#0f4d22";
|
|
1590
|
-
ddsColorDataGreen800: "#0a3316";
|
|
1591
|
-
ddsColorDataGreen900: "#051a0b";
|
|
1592
|
-
ddsColorDataTeal100: "#c2e2e1";
|
|
1593
|
-
ddsColorDataTeal200: "#90ccc9";
|
|
1594
|
-
ddsColorDataTeal300: "#5dafad";
|
|
1595
|
-
ddsColorDataTeal400: "#2c9390";
|
|
1596
|
-
ddsColorDataTeal500: "#007d79";
|
|
1597
|
-
ddsColorDataTeal600: "#006461";
|
|
1598
|
-
ddsColorDataTeal700: "#004b49";
|
|
1599
|
-
ddsColorDataTeal800: "#003230";
|
|
1600
|
-
ddsColorDataTeal900: "#001918";
|
|
1601
|
-
ddsColorDataDeepblue100: "#b9d7e5";
|
|
1602
|
-
ddsColorDataDeepblue200: "#96c5d9";
|
|
1603
|
-
ddsColorDataDeepblue300: "#6aa8c3";
|
|
1604
|
-
ddsColorDataDeepblue400: "#3e8bac";
|
|
1605
|
-
ddsColorDataDeepblue500: "#196b8f";
|
|
1606
|
-
ddsColorDataDeepblue600: "#135774";
|
|
1607
|
-
ddsColorDataDeepblue700: "#0e455e";
|
|
1608
|
-
ddsColorDataDeepblue800: "#0d3445";
|
|
1609
|
-
ddsColorDataDeepblue900: "#05151d";
|
|
1610
|
-
ddsColorDataBlue100: "#cfe0ff";
|
|
1611
|
-
ddsColorDataBlue200: "#9fc0ff";
|
|
1612
|
-
ddsColorDataBlue300: "#6fa1fe";
|
|
1613
|
-
ddsColorDataBlue400: "#3f81fe";
|
|
1614
|
-
ddsColorDataBlue500: "#0f62fe";
|
|
1615
|
-
ddsColorDataBlue600: "#0c4ecb";
|
|
1616
|
-
ddsColorDataBlue700: "#093b98";
|
|
1617
|
-
ddsColorDataBlue800: "#062766";
|
|
1618
|
-
ddsColorDataBlue900: "#031433";
|
|
1619
|
-
ddsColorDataPurple100: "#e8d9fe";
|
|
1620
|
-
ddsColorDataPurple200: "#d0b2fe";
|
|
1621
|
-
ddsColorDataPurple300: "#b98cfd";
|
|
1622
|
-
ddsColorDataPurple400: "#a165fd";
|
|
1623
|
-
ddsColorDataPurple500: "#8a3ffc";
|
|
1624
|
-
ddsColorDataPurple600: "#6e32ca";
|
|
1625
|
-
ddsColorDataPurple700: "#532697";
|
|
1626
|
-
ddsColorDataPurple800: "#371965";
|
|
1627
|
-
ddsColorDataPurple900: "#1c0d32";
|
|
1628
|
-
ddsColorDataGray100: "#e3e3e3";
|
|
1629
|
-
ddsColorDataGray200: "#c7c7c7";
|
|
1630
|
-
ddsColorDataGray300: "#aaaaaa";
|
|
1631
|
-
ddsColorDataGray400: "#8e8e8e";
|
|
1632
|
-
ddsColorDataGray500: "#727272";
|
|
1633
|
-
ddsColorDataGray600: "#5b5b5b";
|
|
1634
|
-
ddsColorDataGray700: "#444444";
|
|
1635
|
-
ddsColorDataGray800: "#2e2e2e";
|
|
1636
|
-
ddsColorDataGray900: "#171717";
|
|
1637
|
-
ddsColorData01Default: "#0f62fe";
|
|
1638
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
1639
|
-
ddsColorData01Border: "#0f62fe";
|
|
1640
|
-
ddsColorData02Default: "#b3572f";
|
|
1641
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
1642
|
-
ddsColorData02Border: "#b3572f";
|
|
1643
|
-
ddsColorData03Default: "#727272";
|
|
1644
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
1645
|
-
ddsColorData03Border: "#727272";
|
|
1646
|
-
ddsColorData04Default: "#198038";
|
|
1647
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
1648
|
-
ddsColorData04Border: "#198038";
|
|
1649
|
-
ddsColorData05Default: "#8a3ffc";
|
|
1650
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
1651
|
-
ddsColorData05Border: "#8a3ffc";
|
|
1652
|
-
ddsColorData06Default: "#b62665";
|
|
1653
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
1654
|
-
ddsColorData06Border: "#b62665";
|
|
1655
|
-
ddsColorData07Default: "#7c7518";
|
|
1656
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
1657
|
-
ddsColorData07Border: "#7c7518";
|
|
1658
|
-
ddsColorData08Default: "#da1e28";
|
|
1659
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
1660
|
-
ddsColorData08Border: "#da1e28";
|
|
1661
|
-
ddsColorData09Default: "#007d79";
|
|
1662
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
1663
|
-
ddsColorData09Border: "#007d79";
|
|
1664
|
-
ddsColorBgDefault: "#ffffff";
|
|
1665
|
-
ddsColorBgSubtle: "#f1f3f4";
|
|
1666
|
-
ddsColorSurfaceDefault: "#ffffff";
|
|
1667
|
-
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
1668
|
-
ddsColorSurfaceMedium: "#e9ebec";
|
|
1669
|
-
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
1670
|
-
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
1671
|
-
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
1672
|
-
ddsColorSurfaceInverseDefault: "#354754";
|
|
1673
|
-
ddsColorSurfaceInverseHover: "#2a3943";
|
|
1674
|
-
ddsColorSurfaceInverseSelected: "#202b32";
|
|
1675
|
-
ddsColorSurfaceActionResting: "#106ead";
|
|
1676
|
-
ddsColorSurfaceActionHover: "#0d588a";
|
|
1677
|
-
ddsColorSurfaceActionSelected: "#106ead";
|
|
1678
|
-
ddsColorSurfaceActionDangerResting: "#d83737";
|
|
1679
|
-
ddsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
1680
|
-
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
1681
|
-
ddsColorSurfaceDangerDefault: "#fbebeb";
|
|
1682
|
-
ddsColorSurfaceDangerStrong: "#e47373";
|
|
1683
|
-
ddsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
1684
|
-
ddsColorSurfaceSuccessStrong: "#93d294";
|
|
1685
|
-
ddsColorSurfaceWarningDefault: "#fefced";
|
|
1686
|
-
ddsColorSurfaceWarningStrong: "#f7e982";
|
|
1687
|
-
ddsColorSurfaceInfoDefault: "#f1f8fd";
|
|
1688
|
-
ddsColorSurfaceInfoStrong: "#9eceee";
|
|
1689
|
-
ddsColorSurfacePaperDefault: "#ffffff";
|
|
1690
|
-
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
1691
|
-
ddsColorSurfaceFieldDefault: "#ffffff";
|
|
1692
|
-
ddsColorSurfaceFieldDisabled: "#f1f3f4";
|
|
1693
|
-
ddsColorSurfaceHighlightedDefault: "#fce5dd";
|
|
1694
|
-
ddsColorSurfaceScrollbar: "#adb5ba";
|
|
1695
|
-
ddsColorSurfaceNotification: "#d83737";
|
|
1696
|
-
ddsColorSurfaceSkeleton: "#d6dadd";
|
|
1697
|
-
ddsColorBorderDefault: "#77838c";
|
|
1698
|
-
ddsColorBorderSubtle: "#d6dadd";
|
|
1699
|
-
ddsColorBorderInverse: "#acbbc6";
|
|
1700
|
-
ddsColorBorderActionDefault: "#106ead";
|
|
1701
|
-
ddsColorBorderActionHover: "#0d588a";
|
|
1702
|
-
ddsColorBorderSuccess: "#65be66";
|
|
1703
|
-
ddsColorBorderWarning: "#f4e04d";
|
|
1704
|
-
ddsColorBorderDanger: "#d83737";
|
|
1705
|
-
ddsColorBorderInfo: "#75b9e6";
|
|
1706
|
-
ddsColorBorderOnAction: "#ffffff";
|
|
1707
|
-
ddsColorTextDefault: "#0b0d0e";
|
|
1708
|
-
ddsColorTextMedium: "#3a4146";
|
|
1709
|
-
ddsColorTextSubtle: "#545c62";
|
|
1710
|
-
ddsColorTextOnInverse: "#ffffff";
|
|
1711
|
-
ddsColorTextDanger: "#ad2c2c";
|
|
1712
|
-
ddsColorTextOnAction: "#ffffff";
|
|
1713
|
-
ddsColorTextOnStatusDefault: "#0b0d0e";
|
|
1714
|
-
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
1715
|
-
ddsColorTextActionResting: "#106ead";
|
|
1716
|
-
ddsColorTextActionHover: "#0d588a";
|
|
1717
|
-
ddsColorTextRequiredfield: "#d83737";
|
|
1718
|
-
ddsColorTextActionVisited: "#7f29b4";
|
|
1719
|
-
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
1720
|
-
ddsColorTextOnNotification: "#ffffff";
|
|
1721
|
-
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
1722
|
-
ddsColorTextOnPrimarySubtle: "#0b0d0e";
|
|
1723
|
-
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
1724
|
-
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
1725
|
-
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
1726
|
-
ddsColorTextOnSecondarySubtle: "#0b0d0e";
|
|
1727
|
-
ddsColorTextOnSecondaryMedium: "#0b0d0e";
|
|
1728
|
-
ddsColorTextOnSecondaryStrong: "#ffffff";
|
|
1729
|
-
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
1730
|
-
ddsColorTextOnTertiarySubtle: "#0b0d0e";
|
|
1731
|
-
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
1732
|
-
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
1733
|
-
ddsColorTextOnDataDefault: "#ffffff";
|
|
1734
|
-
ddsColorTextOnDataSubtle: "#0b0d0e";
|
|
1735
|
-
ddsColorIconDefault: "#0b0d0e";
|
|
1736
|
-
ddsColorIconMedium: "#3a4146";
|
|
1737
|
-
ddsColorIconSubtle: "#545c62";
|
|
1738
|
-
ddsColorIconOnInverse: "#ffffff";
|
|
1739
|
-
ddsColorIconOnAction: "#ffffff";
|
|
1740
|
-
ddsColorIconActionResting: "#106ead";
|
|
1741
|
-
ddsColorIconActionHover: "#0d588a";
|
|
1742
|
-
ddsColorIconOnSuccessDefault: "#3d723d";
|
|
1743
|
-
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
1744
|
-
ddsColorIconOnWarningDefault: "#9a8c26";
|
|
1745
|
-
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
1746
|
-
ddsColorIconOnDangerDefault: "#ad2c2c";
|
|
1747
|
-
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
1748
|
-
ddsColorIconOnInfoDefault: "#3e7192";
|
|
1749
|
-
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
1750
|
-
ddsColorIconDanger: "#ad2c2c";
|
|
1751
|
-
ddsColorBrandPrimaryDefault: "#354754";
|
|
1752
|
-
ddsColorBrandPrimarySubtle: "#eaeff4";
|
|
1753
|
-
ddsColorBrandPrimaryMedium: "#4f6a7e";
|
|
1754
|
-
ddsColorBrandPrimaryStrong: "#202b32";
|
|
1755
|
-
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
1756
|
-
ddsColorBrandSecondarySubtle: "#e6eded";
|
|
1757
|
-
ddsColorBrandSecondaryMedium: "#b8cdcd";
|
|
1758
|
-
ddsColorBrandSecondaryStrong: "#4d6463";
|
|
1759
|
-
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
1760
|
-
ddsColorBrandTertiarySubtle: "#fce5dd";
|
|
1761
|
-
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
1762
|
-
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
1763
|
-
ddsColorFocusOutside: "#2a4b61";
|
|
1764
|
-
ddsColorFocusInside: "#f1f8fd";
|
|
1765
|
-
ddsBorderRadiusButton: "2px";
|
|
1766
|
-
ddsBorderRadiusButtonNumberPx: 2;
|
|
1767
|
-
ddsBorderRadiusSurface: "4px";
|
|
1768
|
-
ddsBorderRadiusSurfaceNumberPx: 4;
|
|
1769
|
-
ddsBorderRadiusInput: "2px";
|
|
1770
|
-
ddsBorderRadiusInputNumberPx: 2;
|
|
1771
|
-
ddsBorderRadiusChip: "4px";
|
|
1772
|
-
ddsBorderRadiusChipNumberPx: 4;
|
|
1773
|
-
ddsBorderRadiusRounded: "9999px";
|
|
1774
|
-
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
1775
|
-
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1776
|
-
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1777
|
-
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1778
|
-
ddsFontBodyMedium: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1779
|
-
ddsFontBodyLarge: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1780
|
-
ddsFontHeadingXxsmall: "600 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1781
|
-
ddsFontHeadingXsmall: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1782
|
-
ddsFontHeadingSmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1783
|
-
ddsFontHeadingMedium: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1784
|
-
ddsFontHeadingLarge: "400 clamp(1.25rem, 0.833rem + 1.111vw, 1.5rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
1785
|
-
ddsFontHeadingXlarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
1786
|
-
ddsFontHeadingXxlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
1787
|
-
ddsFontLeadMedium: "300 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
1788
|
-
ddsFontCodeMedium: "400 1rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
1789
|
-
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
1790
|
-
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
1791
|
-
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
1792
|
-
ddsFontHeadingXlargeLetterSpacing: "0em";
|
|
1793
|
-
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
1794
|
-
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
1795
|
-
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
1796
|
-
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
1797
|
-
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
1798
|
-
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
1799
|
-
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
1800
|
-
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
1801
|
-
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
1802
|
-
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
1803
|
-
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
1804
|
-
ddsFontHeadingXsmallLetterSpacing: "0.01em";
|
|
1805
|
-
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
1806
|
-
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
1807
|
-
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
1808
|
-
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
1809
|
-
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
1810
|
-
ddsFontBodyLargeLetterSpacing: "0em";
|
|
1811
|
-
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
1812
|
-
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
1813
|
-
ddsFontBodyMediumLetterSpacing: "0em";
|
|
1814
|
-
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
1815
|
-
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
1816
|
-
ddsFontBodySmallLetterSpacing: "0.01em";
|
|
1817
|
-
ddsFontBodySmallParagraphSpacing: "1em";
|
|
1818
|
-
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
1819
|
-
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
1820
|
-
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
1821
|
-
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
1822
|
-
ddsFontLeadMediumLetterSpacing: "0em";
|
|
1823
|
-
ddsFontLeadMediumParagraphSpacing: "1em";
|
|
1824
|
-
ddsFontLeadMediumParagraphSpacingNumberEm: 1;
|
|
1825
|
-
ddsFontCodeMediumLetterSpacing: "0em";
|
|
1826
|
-
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
1827
|
-
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
1828
|
-
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
1829
|
-
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
1830
|
-
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
1831
|
-
} | {
|
|
1832
|
-
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
1833
|
-
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
1834
|
-
ddsFontSizeX5: "5rem";
|
|
1835
|
-
ddsFontSizeX5NumberRem: 5;
|
|
1836
|
-
ddsFontSizeX4: "4rem";
|
|
1837
|
-
ddsFontSizeX4NumberRem: 4;
|
|
1838
|
-
ddsFontSizeX3: "3rem";
|
|
1839
|
-
ddsFontSizeX3NumberRem: 3;
|
|
1840
|
-
ddsFontSizeX25: "2.5rem";
|
|
1841
|
-
ddsFontSizeX25NumberRem: 2.5;
|
|
1842
|
-
ddsFontSizeX2: "2rem";
|
|
1843
|
-
ddsFontSizeX2NumberRem: 2;
|
|
1844
|
-
ddsFontSizeX15: "1.5rem";
|
|
1845
|
-
ddsFontSizeX15NumberRem: 1.5;
|
|
1846
|
-
ddsFontSizeX125: "1.25rem";
|
|
1847
|
-
ddsFontSizeX125NumberRem: 1.25;
|
|
1848
|
-
ddsFontSizeX1125: "1.125rem";
|
|
1849
|
-
ddsFontSizeX1125NumberRem: 1.125;
|
|
1850
|
-
ddsFontSizeX1: "1rem";
|
|
1851
|
-
ddsFontSizeX1NumberRem: 1;
|
|
1852
|
-
ddsFontSizeX0875: "0.875rem";
|
|
1853
|
-
ddsFontSizeX0875NumberRem: 0.875;
|
|
1854
|
-
ddsFontSizeX075: "0.75rem";
|
|
1855
|
-
ddsFontSizeX075NumberRem: 0.75;
|
|
1856
|
-
ddsFontWeightLight: "300";
|
|
1857
|
-
ddsFontWeightNormal: "400";
|
|
1858
|
-
ddsFontWeightSemiBold: "500";
|
|
1859
|
-
ddsFontWeightBold: "600";
|
|
1860
|
-
ddsFontLineheightX1: 1.5;
|
|
1861
|
-
ddsFontLineheightX2: 1.35;
|
|
1862
|
-
ddsFontLineheightX3: 1.2;
|
|
1863
|
-
ddsFontLineheightList: 2;
|
|
1864
|
-
ddsFontLetterSpacingTight: "-0.01em";
|
|
1865
|
-
ddsFontLetterSpacingNormal: "0em";
|
|
1866
|
-
ddsFontLetterSpacingLoose: "0.01em";
|
|
1867
|
-
ddsFontParagraphSpacingSmall: "1em";
|
|
1868
|
-
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
1869
|
-
ddsFontParagraphSpacingMedium: "0.66em";
|
|
1870
|
-
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
1871
|
-
ddsFontParagraphSpacingLarge: "0.5em";
|
|
1872
|
-
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
1873
|
-
ddsFontParagraphSpacingHeading: "0.4em";
|
|
1874
|
-
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
1875
|
-
ddsFontStyleUnderline: "underline";
|
|
1876
|
-
ddsFontStyleNormal: "none";
|
|
1877
|
-
ddsFontStyleItalic: "italic";
|
|
1878
|
-
ddsSpacingPaddingTopHeading: "0.7em";
|
|
1879
|
-
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
1880
|
-
ddsSpacingX0: "0rem";
|
|
1881
|
-
ddsSpacingX0NumberRem: 0;
|
|
1882
|
-
ddsSpacingX0125: "0.125rem";
|
|
1883
|
-
ddsSpacingX0125NumberRem: 0.125;
|
|
1884
|
-
ddsSpacingX025: "0.25rem";
|
|
1885
|
-
ddsSpacingX025NumberRem: 0.25;
|
|
1886
|
-
ddsSpacingX05: "0.5rem";
|
|
1887
|
-
ddsSpacingX05NumberRem: 0.5;
|
|
1888
|
-
ddsSpacingX075: "0.75rem";
|
|
1889
|
-
ddsSpacingX075NumberRem: 0.75;
|
|
1890
|
-
ddsSpacingX1: "1rem";
|
|
1891
|
-
ddsSpacingX1NumberRem: 1;
|
|
1892
|
-
ddsSpacingX15: "1.5rem";
|
|
1893
|
-
ddsSpacingX15NumberRem: 1.5;
|
|
1894
|
-
ddsSpacingX2: "2rem";
|
|
1895
|
-
ddsSpacingX2NumberRem: 2;
|
|
1896
|
-
ddsSpacingX25: "2.5rem";
|
|
1897
|
-
ddsSpacingX25NumberRem: 2.5;
|
|
1898
|
-
ddsSpacingX3: "3rem";
|
|
1899
|
-
ddsSpacingX3NumberRem: 3;
|
|
1900
|
-
ddsSpacingX4: "4rem";
|
|
1901
|
-
ddsSpacingX4NumberRem: 4;
|
|
1902
|
-
ddsSpacingX6: "6rem";
|
|
1903
|
-
ddsSpacingX6NumberRem: 6;
|
|
1904
|
-
ddsSpacingX10: "10rem";
|
|
1905
|
-
ddsSpacingX10NumberRem: 10;
|
|
1906
|
-
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
1907
|
-
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
1908
|
-
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
1909
|
-
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
1910
|
-
ddsGridXsGutterSize: "16px";
|
|
1911
|
-
ddsGridXsGutterSizeNumberPx: 16;
|
|
1912
|
-
ddsGridXsCount: "4";
|
|
1913
|
-
ddsGridSmGutterSize: "16px";
|
|
1914
|
-
ddsGridSmGutterSizeNumberPx: 16;
|
|
1915
|
-
ddsGridSmCount: "8";
|
|
1916
|
-
ddsGridLgGutterSize: "24px";
|
|
1917
|
-
ddsGridLgGutterSizeNumberPx: 24;
|
|
1918
|
-
ddsGridLgCount: "12";
|
|
1919
|
-
ddsGridMdGutterSize: "24px";
|
|
1920
|
-
ddsGridMdGutterSizeNumberPx: 24;
|
|
1921
|
-
ddsGridMdCount: "12";
|
|
1922
|
-
ddsGridXlGutterSize: "24px";
|
|
1923
|
-
ddsGridXlGutterSizeNumberPx: 24;
|
|
1924
|
-
ddsGridXlCount: "12";
|
|
1925
|
-
ddsIconSizeLarge: "40px";
|
|
1926
|
-
ddsIconSizeLargeNumberPx: 40;
|
|
1927
|
-
ddsIconSizeMedium: "24px";
|
|
1928
|
-
ddsIconSizeMediumNumberPx: 24;
|
|
1929
|
-
ddsIconSizeSmall: "16px";
|
|
1930
|
-
ddsIconSizeSmallNumberPx: 16;
|
|
1931
|
-
ddsBreakpointXs: "1px";
|
|
1932
|
-
ddsBreakpointXsNumberPx: 1;
|
|
1933
|
-
ddsBreakpointSm: "600px";
|
|
1934
|
-
ddsBreakpointSmNumberPx: 600;
|
|
1935
|
-
ddsBreakpointMd: "960px";
|
|
1936
|
-
ddsBreakpointMdNumberPx: 960;
|
|
1937
|
-
ddsBreakpointLg: "1280px";
|
|
1938
|
-
ddsBreakpointLgNumberPx: 1280;
|
|
1939
|
-
ddsBreakpointXl: "1920px";
|
|
1940
|
-
ddsBreakpointXlNumberPx: 1920;
|
|
1941
|
-
ddsZindexSkiptocontent: "250";
|
|
1942
|
-
ddsZindexModalBackdrop: "200";
|
|
1943
|
-
ddsZindexDrawer: "180";
|
|
1944
|
-
ddsZindexDrawerBackdrop: "180";
|
|
1945
|
-
ddsZindexOverflowmenu: "160";
|
|
1946
|
-
ddsZindexPopover: "140";
|
|
1947
|
-
ddsZindexTooltip: "120";
|
|
1948
|
-
ddsZindexDropdown: "100";
|
|
1949
|
-
ddsZindexSticky: "50";
|
|
1950
|
-
ddsZindexAbsoluteElement: "1";
|
|
1951
|
-
ddsColorData10Default: "#6aa8c3";
|
|
1952
|
-
ddsColorData10Subtle: "#135774";
|
|
1953
|
-
ddsColorData10Border: "#6aa8c3";
|
|
1954
|
-
ddsColorDataRed100: "#f8d2d4";
|
|
1955
|
-
ddsColorDataRed200: "#f0a5a9";
|
|
1956
|
-
ddsColorDataRed300: "#e9787e";
|
|
1957
|
-
ddsColorDataRed400: "#e14b53";
|
|
1958
|
-
ddsColorDataRed500: "#da1e28";
|
|
1959
|
-
ddsColorDataRed600: "#ae1820";
|
|
1960
|
-
ddsColorDataRed700: "#831218";
|
|
1961
|
-
ddsColorDataRed800: "#570c10";
|
|
1962
|
-
ddsColorDataRed900: "#2c0608";
|
|
1963
|
-
ddsColorDataMagenta100: "#eed3df";
|
|
1964
|
-
ddsColorDataMagenta200: "#dfa5bf";
|
|
1965
|
-
ddsColorDataMagenta300: "#cf789e";
|
|
1966
|
-
ddsColorDataMagenta400: "#c74f84";
|
|
1967
|
-
ddsColorDataMagenta500: "#b62665";
|
|
1968
|
-
ddsColorDataMagenta600: "#8a1a4b";
|
|
1969
|
-
ddsColorDataMagenta700: "#671438";
|
|
1970
|
-
ddsColorDataMagenta800: "#440e26";
|
|
1971
|
-
ddsColorDataMagenta900: "#220713";
|
|
1972
|
-
ddsColorDataBrown100: "#f0ddd5";
|
|
1973
|
-
ddsColorDataBrown200: "#e1bcac";
|
|
1974
|
-
ddsColorDataBrown300: "#d19a82";
|
|
1975
|
-
ddsColorDataBrown400: "#c27959";
|
|
1976
|
-
ddsColorDataBrown500: "#b3572f";
|
|
1977
|
-
ddsColorDataBrown600: "#8f4626";
|
|
1978
|
-
ddsColorDataBrown700: "#6b341c";
|
|
1979
|
-
ddsColorDataBrown800: "#482313";
|
|
1980
|
-
ddsColorDataBrown900: "#241109";
|
|
1981
|
-
ddsColorDataOlive100: "#e6e4d0";
|
|
1982
|
-
ddsColorDataOlive200: "#cdc9a1";
|
|
1983
|
-
ddsColorDataOlive300: "#b3ae71";
|
|
1984
|
-
ddsColorDataOlive400: "#989344";
|
|
1985
|
-
ddsColorDataOlive500: "#7c7518";
|
|
1986
|
-
ddsColorDataOlive600: "#635e13";
|
|
1987
|
-
ddsColorDataOlive700: "#4a460e";
|
|
1988
|
-
ddsColorDataOlive800: "#322f0a";
|
|
1989
|
-
ddsColorDataOlive900: "#191705";
|
|
1990
|
-
ddsColorDataGreen100: "#d1e6d7";
|
|
1991
|
-
ddsColorDataGreen200: "#a3ccaf";
|
|
1992
|
-
ddsColorDataGreen300: "#75b388";
|
|
1993
|
-
ddsColorDataGreen400: "#479960";
|
|
1994
|
-
ddsColorDataGreen500: "#198038";
|
|
1995
|
-
ddsColorDataGreen600: "#14662d";
|
|
1996
|
-
ddsColorDataGreen700: "#0f4d22";
|
|
1997
|
-
ddsColorDataGreen800: "#0a3316";
|
|
1998
|
-
ddsColorDataGreen900: "#051a0b";
|
|
1999
|
-
ddsColorDataTeal100: "#c2e2e1";
|
|
2000
|
-
ddsColorDataTeal200: "#90ccc9";
|
|
2001
|
-
ddsColorDataTeal300: "#5dafad";
|
|
2002
|
-
ddsColorDataTeal400: "#2c9390";
|
|
2003
|
-
ddsColorDataTeal500: "#007d79";
|
|
2004
|
-
ddsColorDataTeal600: "#006461";
|
|
2005
|
-
ddsColorDataTeal700: "#004b49";
|
|
2006
|
-
ddsColorDataTeal800: "#003230";
|
|
2007
|
-
ddsColorDataTeal900: "#001918";
|
|
2008
|
-
ddsColorDataDeepblue100: "#b9d7e5";
|
|
2009
|
-
ddsColorDataDeepblue200: "#96c5d9";
|
|
2010
|
-
ddsColorDataDeepblue300: "#6aa8c3";
|
|
2011
|
-
ddsColorDataDeepblue400: "#3e8bac";
|
|
2012
|
-
ddsColorDataDeepblue500: "#196b8f";
|
|
2013
|
-
ddsColorDataDeepblue600: "#135774";
|
|
2014
|
-
ddsColorDataDeepblue700: "#0e455e";
|
|
2015
|
-
ddsColorDataDeepblue800: "#0d3445";
|
|
2016
|
-
ddsColorDataDeepblue900: "#05151d";
|
|
2017
|
-
ddsColorDataBlue100: "#cfe0ff";
|
|
2018
|
-
ddsColorDataBlue200: "#9fc0ff";
|
|
2019
|
-
ddsColorDataBlue300: "#6fa1fe";
|
|
2020
|
-
ddsColorDataBlue400: "#3f81fe";
|
|
2021
|
-
ddsColorDataBlue500: "#0f62fe";
|
|
2022
|
-
ddsColorDataBlue600: "#0c4ecb";
|
|
2023
|
-
ddsColorDataBlue700: "#093b98";
|
|
2024
|
-
ddsColorDataBlue800: "#062766";
|
|
2025
|
-
ddsColorDataBlue900: "#031433";
|
|
2026
|
-
ddsColorDataPurple100: "#e8d9fe";
|
|
2027
|
-
ddsColorDataPurple200: "#d0b2fe";
|
|
2028
|
-
ddsColorDataPurple300: "#b98cfd";
|
|
2029
|
-
ddsColorDataPurple400: "#a165fd";
|
|
2030
|
-
ddsColorDataPurple500: "#8a3ffc";
|
|
2031
|
-
ddsColorDataPurple600: "#6e32ca";
|
|
2032
|
-
ddsColorDataPurple700: "#532697";
|
|
2033
|
-
ddsColorDataPurple800: "#371965";
|
|
2034
|
-
ddsColorDataPurple900: "#1c0d32";
|
|
2035
|
-
ddsColorDataGray100: "#e3e3e3";
|
|
2036
|
-
ddsColorDataGray200: "#c7c7c7";
|
|
2037
|
-
ddsColorDataGray300: "#aaaaaa";
|
|
2038
|
-
ddsColorDataGray400: "#8e8e8e";
|
|
2039
|
-
ddsColorDataGray500: "#727272";
|
|
2040
|
-
ddsColorDataGray600: "#5b5b5b";
|
|
2041
|
-
ddsColorDataGray700: "#444444";
|
|
2042
|
-
ddsColorDataGray800: "#2e2e2e";
|
|
2043
|
-
ddsColorDataGray900: "#171717";
|
|
2044
|
-
ddsColorData01Default: "#6fa1fe";
|
|
2045
|
-
ddsColorData01Subtle: "#0c4ecb";
|
|
2046
|
-
ddsColorData01Border: "#6fa1fe";
|
|
2047
|
-
ddsColorData02Default: "#d19a82";
|
|
2048
|
-
ddsColorData02Subtle: "#8f4626";
|
|
2049
|
-
ddsColorData02Border: "#d19a82";
|
|
2050
|
-
ddsColorData03Default: "#aaaaaa";
|
|
2051
|
-
ddsColorData03Subtle: "#5b5b5b";
|
|
2052
|
-
ddsColorData03Border: "#aaaaaa";
|
|
2053
|
-
ddsColorData04Default: "#75b388";
|
|
2054
|
-
ddsColorData04Subtle: "#14662d";
|
|
2055
|
-
ddsColorData04Border: "#75b388";
|
|
2056
|
-
ddsColorData05Default: "#b98cfd";
|
|
2057
|
-
ddsColorData05Subtle: "#6e32ca";
|
|
2058
|
-
ddsColorData05Border: "#b98cfd";
|
|
2059
|
-
ddsColorData06Default: "#cf789e";
|
|
2060
|
-
ddsColorData06Subtle: "#8a1a4b";
|
|
2061
|
-
ddsColorData06Border: "#cf789e";
|
|
2062
|
-
ddsColorData07Default: "#b3ae71";
|
|
2063
|
-
ddsColorData07Subtle: "#635e13";
|
|
2064
|
-
ddsColorData07Border: "#b3ae71";
|
|
2065
|
-
ddsColorData08Default: "#e9787e";
|
|
2066
|
-
ddsColorData08Subtle: "#ae1820";
|
|
2067
|
-
ddsColorData08Border: "#e9787e";
|
|
2068
|
-
ddsColorData09Default: "#5dafad";
|
|
2069
|
-
ddsColorData09Subtle: "#006461";
|
|
2070
|
-
ddsColorData09Border: "#5dafad";
|
|
2071
|
-
ddsColorBgDefault: "#181a1c";
|
|
2072
|
-
ddsColorBgSubtle: "#22272a";
|
|
2073
|
-
ddsColorSurfaceDefault: "#181a1c";
|
|
2074
|
-
ddsColorSurfaceSubtle: "#22272a";
|
|
2075
|
-
ddsColorSurfaceMedium: "#303438";
|
|
2076
|
-
ddsColorSurfaceHoverDefault: "#062c45";
|
|
2077
|
-
ddsColorSurfaceHoverSubtle: "#22272a";
|
|
2078
|
-
ddsColorSurfaceSelectedDefault: "#062c45";
|
|
2079
|
-
ddsColorSurfaceInverseDefault: "#354754";
|
|
2080
|
-
ddsColorSurfaceInverseHover: "#2a3943";
|
|
2081
|
-
ddsColorSurfaceInverseSelected: "#202b32";
|
|
2082
|
-
ddsColorSurfaceActionResting: "#589ac6";
|
|
2083
|
-
ddsColorSurfaceActionHover: "#9fc5de";
|
|
2084
|
-
ddsColorSurfaceActionSelected: "#589ac6";
|
|
2085
|
-
ddsColorSurfaceActionDangerResting: "#e47373";
|
|
2086
|
-
ddsColorSurfaceActionDangerHover: "#efafaf";
|
|
2087
|
-
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
2088
|
-
ddsColorSurfaceDangerDefault: "#561616";
|
|
2089
|
-
ddsColorSurfaceDangerStrong: "#dc4b4b";
|
|
2090
|
-
ddsColorSurfaceSuccessDefault: "#284c29";
|
|
2091
|
-
ddsColorSurfaceSuccessStrong: "#65be66";
|
|
2092
|
-
ddsColorSurfaceWarningDefault: "#494317";
|
|
2093
|
-
ddsColorSurfaceWarningStrong: "#f4e04d";
|
|
2094
|
-
ddsColorSurfaceInfoDefault: "#2a4b61";
|
|
2095
|
-
ddsColorSurfaceInfoStrong: "#75b9e6";
|
|
2096
|
-
ddsColorSurfacePaperDefault: "#3a4146";
|
|
2097
|
-
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
2098
|
-
ddsColorSurfaceFieldDefault: "#0b0d0e";
|
|
2099
|
-
ddsColorSurfaceFieldDisabled: "#303438";
|
|
2100
|
-
ddsColorSurfaceHighlightedDefault: "#833a21";
|
|
2101
|
-
ddsColorSurfaceScrollbar: "#545c62";
|
|
2102
|
-
ddsColorSurfaceNotification: "#d83737";
|
|
2103
|
-
ddsColorSurfaceSkeleton: "#545c62";
|
|
2104
|
-
ddsColorBorderDefault: "#545c62";
|
|
2105
|
-
ddsColorBorderSubtle: "#3a4146";
|
|
2106
|
-
ddsColorBorderInverse: "#acbbc6";
|
|
2107
|
-
ddsColorBorderActionDefault: "#589ac6";
|
|
2108
|
-
ddsColorBorderActionHover: "#9fc5de";
|
|
2109
|
-
ddsColorBorderSuccess: "#519852";
|
|
2110
|
-
ddsColorBorderWarning: "#ccba35";
|
|
2111
|
-
ddsColorBorderDanger: "#d83737";
|
|
2112
|
-
ddsColorBorderInfo: "#5197c5";
|
|
2113
|
-
ddsColorBorderOnAction: "#181a1c";
|
|
2114
|
-
ddsColorTextDefault: "#ffffff";
|
|
2115
|
-
ddsColorTextMedium: "#e9ebec";
|
|
2116
|
-
ddsColorTextSubtle: "#d6dadd";
|
|
2117
|
-
ddsColorTextOnInverse: "#ffffff";
|
|
2118
|
-
ddsColorTextDanger: "#e47373";
|
|
2119
|
-
ddsColorTextOnAction: "#0b0d0e";
|
|
2120
|
-
ddsColorTextOnStatusDefault: "#ffffff";
|
|
2121
|
-
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
2122
|
-
ddsColorTextActionResting: "#9fc5de";
|
|
2123
|
-
ddsColorTextActionHover: "#e7f1f7";
|
|
2124
|
-
ddsColorTextRequiredfield: "#e47373";
|
|
2125
|
-
ddsColorTextActionVisited: "#cca9e1";
|
|
2126
|
-
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
2127
|
-
ddsColorTextOnNotification: "#ffffff";
|
|
2128
|
-
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
2129
|
-
ddsColorTextOnPrimarySubtle: "#ffffff";
|
|
2130
|
-
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
2131
|
-
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
2132
|
-
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
2133
|
-
ddsColorTextOnSecondarySubtle: "#ffffff";
|
|
2134
|
-
ddsColorTextOnSecondaryMedium: "#ffffff";
|
|
2135
|
-
ddsColorTextOnSecondaryStrong: "#0b0d0e";
|
|
2136
|
-
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
2137
|
-
ddsColorTextOnTertiarySubtle: "#ffffff";
|
|
2138
|
-
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
2139
|
-
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
2140
|
-
ddsColorTextOnDataDefault: "#0b0d0e";
|
|
2141
|
-
ddsColorTextOnDataSubtle: "#ffffff";
|
|
2142
|
-
ddsColorIconDefault: "#ffffff";
|
|
2143
|
-
ddsColorIconMedium: "#e9ebec";
|
|
2144
|
-
ddsColorIconSubtle: "#d6dadd";
|
|
2145
|
-
ddsColorIconOnInverse: "#ffffff";
|
|
2146
|
-
ddsColorIconOnAction: "#0b0d0e";
|
|
2147
|
-
ddsColorIconActionResting: "#9fc5de";
|
|
2148
|
-
ddsColorIconActionHover: "#e7f1f7";
|
|
2149
|
-
ddsColorIconOnSuccessDefault: "#c1e5c2";
|
|
2150
|
-
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
2151
|
-
ddsColorIconOnWarningDefault: "#fbf3b8";
|
|
2152
|
-
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
2153
|
-
ddsColorIconOnDangerDefault: "#efafaf";
|
|
2154
|
-
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
2155
|
-
ddsColorIconOnInfoDefault: "#c8e3f5";
|
|
2156
|
-
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2157
|
-
ddsColorIconDanger: "#e47373";
|
|
2158
|
-
ddsColorBrandPrimaryDefault: "#354754";
|
|
2159
|
-
ddsColorBrandPrimarySubtle: "#2a3943";
|
|
2160
|
-
ddsColorBrandPrimaryMedium: "#405767";
|
|
2161
|
-
ddsColorBrandPrimaryStrong: "#4f6a7e";
|
|
2162
|
-
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2163
|
-
ddsColorBrandSecondarySubtle: "#2b3a3a";
|
|
2164
|
-
ddsColorBrandSecondaryMedium: "#4d6463";
|
|
2165
|
-
ddsColorBrandSecondaryStrong: "#b8cdcd";
|
|
2166
|
-
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2167
|
-
ddsColorBrandTertiarySubtle: "#a24422";
|
|
2168
|
-
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2169
|
-
ddsColorBrandTertiaryStrong: "#ffd6ca";
|
|
2170
|
-
ddsColorFocusOutside: "#f1f8fd";
|
|
2171
|
-
ddsColorFocusInside: "#2a4b61";
|
|
2172
|
-
ddsBorderRadiusButton: "2px";
|
|
2173
|
-
ddsBorderRadiusButtonNumberPx: 2;
|
|
2174
|
-
ddsBorderRadiusSurface: "4px";
|
|
2175
|
-
ddsBorderRadiusSurfaceNumberPx: 4;
|
|
2176
|
-
ddsBorderRadiusInput: "2px";
|
|
2177
|
-
ddsBorderRadiusInputNumberPx: 2;
|
|
2178
|
-
ddsBorderRadiusChip: "4px";
|
|
2179
|
-
ddsBorderRadiusChipNumberPx: 4;
|
|
2180
|
-
ddsBorderRadiusRounded: "9999px";
|
|
2181
|
-
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2182
|
-
ddsFontLabelMedium: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2183
|
-
ddsFontBodyXsmall: "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2184
|
-
ddsFontBodySmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2185
|
-
ddsFontBodyMedium: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2186
|
-
ddsFontBodyLarge: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2187
|
-
ddsFontHeadingXxsmall: "600 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2188
|
-
ddsFontHeadingXsmall: "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2189
|
-
ddsFontHeadingSmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2190
|
-
ddsFontHeadingMedium: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2191
|
-
ddsFontHeadingLarge: "400 clamp(1.25rem, 0.833rem + 1.111vw, 1.5rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2192
|
-
ddsFontHeadingXlarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2193
|
-
ddsFontHeadingXxlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
2194
|
-
ddsFontLeadMedium: "300 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2195
|
-
ddsFontCodeMedium: "400 1rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
2196
|
-
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
2197
|
-
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
2198
|
-
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
2199
|
-
ddsFontHeadingXlargeLetterSpacing: "0em";
|
|
2200
|
-
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
2201
|
-
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
2202
|
-
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
2203
|
-
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
2204
|
-
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
2205
|
-
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
2206
|
-
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
2207
|
-
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
2208
|
-
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
2209
|
-
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
2210
|
-
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
2211
|
-
ddsFontHeadingXsmallLetterSpacing: "0.01em";
|
|
2212
|
-
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
2213
|
-
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
2214
|
-
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
2215
|
-
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
2216
|
-
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
2217
|
-
ddsFontBodyLargeLetterSpacing: "0em";
|
|
2218
|
-
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
2219
|
-
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
2220
|
-
ddsFontBodyMediumLetterSpacing: "0em";
|
|
2221
|
-
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
2222
|
-
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
2223
|
-
ddsFontBodySmallLetterSpacing: "0.01em";
|
|
2224
|
-
ddsFontBodySmallParagraphSpacing: "1em";
|
|
2225
|
-
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
2226
|
-
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
2227
|
-
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
2228
|
-
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
2229
|
-
ddsFontLeadMediumLetterSpacing: "0em";
|
|
2230
|
-
ddsFontLeadMediumParagraphSpacing: "1em";
|
|
2231
|
-
ddsFontLeadMediumParagraphSpacingNumberEm: 1;
|
|
2232
|
-
ddsFontCodeMediumLetterSpacing: "0em";
|
|
2233
|
-
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
2234
|
-
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
2235
|
-
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
2236
|
-
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
2237
|
-
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
2238
|
-
} | {
|
|
2239
|
-
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
2240
|
-
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
2241
|
-
ddsFontSizeX5: "5rem";
|
|
2242
|
-
ddsFontSizeX5NumberRem: 5;
|
|
2243
|
-
ddsFontSizeX4: "4rem";
|
|
2244
|
-
ddsFontSizeX4NumberRem: 4;
|
|
2245
|
-
ddsFontSizeX3: "3rem";
|
|
2246
|
-
ddsFontSizeX3NumberRem: 3;
|
|
2247
|
-
ddsFontSizeX25: "2.5rem";
|
|
2248
|
-
ddsFontSizeX25NumberRem: 2.5;
|
|
2249
|
-
ddsFontSizeX2: "2rem";
|
|
2250
|
-
ddsFontSizeX2NumberRem: 2;
|
|
2251
|
-
ddsFontSizeX15: "1.5rem";
|
|
2252
|
-
ddsFontSizeX15NumberRem: 1.5;
|
|
2253
|
-
ddsFontSizeX125: "1.25rem";
|
|
2254
|
-
ddsFontSizeX125NumberRem: 1.25;
|
|
2255
|
-
ddsFontSizeX1125: "1.125rem";
|
|
2256
|
-
ddsFontSizeX1125NumberRem: 1.125;
|
|
2257
|
-
ddsFontSizeX1: "1rem";
|
|
2258
|
-
ddsFontSizeX1NumberRem: 1;
|
|
2259
|
-
ddsFontSizeX0875: "0.875rem";
|
|
2260
|
-
ddsFontSizeX0875NumberRem: 0.875;
|
|
2261
|
-
ddsFontSizeX075: "0.75rem";
|
|
2262
|
-
ddsFontSizeX075NumberRem: 0.75;
|
|
2263
|
-
ddsFontWeightLight: "300";
|
|
2264
|
-
ddsFontWeightNormal: "400";
|
|
2265
|
-
ddsFontWeightSemiBold: "500";
|
|
2266
|
-
ddsFontWeightBold: "600";
|
|
2267
|
-
ddsFontLineheightX1: 1.5;
|
|
2268
|
-
ddsFontLineheightX2: 1.35;
|
|
2269
|
-
ddsFontLineheightX3: 1.2;
|
|
2270
|
-
ddsFontLineheightList: 2;
|
|
2271
|
-
ddsFontLetterSpacingTight: "-0.01em";
|
|
2272
|
-
ddsFontLetterSpacingNormal: "0em";
|
|
2273
|
-
ddsFontLetterSpacingLoose: "0.01em";
|
|
2274
|
-
ddsFontParagraphSpacingSmall: "1em";
|
|
2275
|
-
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
2276
|
-
ddsFontParagraphSpacingMedium: "0.66em";
|
|
2277
|
-
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
2278
|
-
ddsFontParagraphSpacingLarge: "0.5em";
|
|
2279
|
-
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
2280
|
-
ddsFontParagraphSpacingHeading: "0.4em";
|
|
2281
|
-
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
2282
|
-
ddsFontStyleUnderline: "underline";
|
|
2283
|
-
ddsFontStyleNormal: "none";
|
|
2284
|
-
ddsFontStyleItalic: "italic";
|
|
2285
|
-
ddsSpacingPaddingTopHeading: "0.7em";
|
|
2286
|
-
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
2287
|
-
ddsSpacingX0: "0rem";
|
|
2288
|
-
ddsSpacingX0NumberRem: 0;
|
|
2289
|
-
ddsSpacingX0125: "0.125rem";
|
|
2290
|
-
ddsSpacingX0125NumberRem: 0.125;
|
|
2291
|
-
ddsSpacingX025: "0.25rem";
|
|
2292
|
-
ddsSpacingX025NumberRem: 0.25;
|
|
2293
|
-
ddsSpacingX05: "0.5rem";
|
|
2294
|
-
ddsSpacingX05NumberRem: 0.5;
|
|
2295
|
-
ddsSpacingX075: "0.75rem";
|
|
2296
|
-
ddsSpacingX075NumberRem: 0.75;
|
|
2297
|
-
ddsSpacingX1: "1rem";
|
|
2298
|
-
ddsSpacingX1NumberRem: 1;
|
|
2299
|
-
ddsSpacingX15: "1.5rem";
|
|
2300
|
-
ddsSpacingX15NumberRem: 1.5;
|
|
2301
|
-
ddsSpacingX2: "2rem";
|
|
2302
|
-
ddsSpacingX2NumberRem: 2;
|
|
2303
|
-
ddsSpacingX25: "2.5rem";
|
|
2304
|
-
ddsSpacingX25NumberRem: 2.5;
|
|
2305
|
-
ddsSpacingX3: "3rem";
|
|
2306
|
-
ddsSpacingX3NumberRem: 3;
|
|
2307
|
-
ddsSpacingX4: "4rem";
|
|
2308
|
-
ddsSpacingX4NumberRem: 4;
|
|
2309
|
-
ddsSpacingX6: "6rem";
|
|
2310
|
-
ddsSpacingX6NumberRem: 6;
|
|
2311
|
-
ddsSpacingX10: "10rem";
|
|
2312
|
-
ddsSpacingX10NumberRem: 10;
|
|
2313
|
-
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
2314
|
-
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
2315
|
-
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
2316
|
-
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
2317
|
-
ddsGridXsGutterSize: "16px";
|
|
2318
|
-
ddsGridXsGutterSizeNumberPx: 16;
|
|
2319
|
-
ddsGridXsCount: "4";
|
|
2320
|
-
ddsGridSmGutterSize: "16px";
|
|
2321
|
-
ddsGridSmGutterSizeNumberPx: 16;
|
|
2322
|
-
ddsGridSmCount: "8";
|
|
2323
|
-
ddsGridLgGutterSize: "24px";
|
|
2324
|
-
ddsGridLgGutterSizeNumberPx: 24;
|
|
2325
|
-
ddsGridLgCount: "12";
|
|
2326
|
-
ddsGridMdGutterSize: "24px";
|
|
2327
|
-
ddsGridMdGutterSizeNumberPx: 24;
|
|
2328
|
-
ddsGridMdCount: "12";
|
|
2329
|
-
ddsGridXlGutterSize: "24px";
|
|
2330
|
-
ddsGridXlGutterSizeNumberPx: 24;
|
|
2331
|
-
ddsGridXlCount: "12";
|
|
2332
|
-
ddsIconSizeLarge: "40px";
|
|
2333
|
-
ddsIconSizeLargeNumberPx: 40;
|
|
2334
|
-
ddsIconSizeMedium: "24px";
|
|
2335
|
-
ddsIconSizeMediumNumberPx: 24;
|
|
2336
|
-
ddsIconSizeSmall: "16px";
|
|
2337
|
-
ddsIconSizeSmallNumberPx: 16;
|
|
2338
|
-
ddsBreakpointXs: "1px";
|
|
2339
|
-
ddsBreakpointXsNumberPx: 1;
|
|
2340
|
-
ddsBreakpointSm: "600px";
|
|
2341
|
-
ddsBreakpointSmNumberPx: 600;
|
|
2342
|
-
ddsBreakpointMd: "960px";
|
|
2343
|
-
ddsBreakpointMdNumberPx: 960;
|
|
2344
|
-
ddsBreakpointLg: "1280px";
|
|
2345
|
-
ddsBreakpointLgNumberPx: 1280;
|
|
2346
|
-
ddsBreakpointXl: "1920px";
|
|
2347
|
-
ddsBreakpointXlNumberPx: 1920;
|
|
2348
|
-
ddsZindexSkiptocontent: "250";
|
|
2349
|
-
ddsZindexModalBackdrop: "200";
|
|
2350
|
-
ddsZindexDrawer: "180";
|
|
2351
|
-
ddsZindexDrawerBackdrop: "180";
|
|
2352
|
-
ddsZindexOverflowmenu: "160";
|
|
2353
|
-
ddsZindexPopover: "140";
|
|
2354
|
-
ddsZindexTooltip: "120";
|
|
2355
|
-
ddsZindexDropdown: "100";
|
|
2356
|
-
ddsZindexSticky: "50";
|
|
2357
|
-
ddsZindexAbsoluteElement: "1";
|
|
2358
|
-
ddsColorData10Default: "#196b8f";
|
|
2359
|
-
ddsColorData10Subtle: "#96c5d9";
|
|
2360
|
-
ddsColorData10Border: "#196b8f";
|
|
2361
|
-
ddsColorDataRed100: "#f8d2d4";
|
|
2362
|
-
ddsColorDataRed200: "#f0a5a9";
|
|
2363
|
-
ddsColorDataRed300: "#e9787e";
|
|
2364
|
-
ddsColorDataRed400: "#e14b53";
|
|
2365
|
-
ddsColorDataRed500: "#da1e28";
|
|
2366
|
-
ddsColorDataRed600: "#ae1820";
|
|
2367
|
-
ddsColorDataRed700: "#831218";
|
|
2368
|
-
ddsColorDataRed800: "#570c10";
|
|
2369
|
-
ddsColorDataRed900: "#2c0608";
|
|
2370
|
-
ddsColorDataMagenta100: "#eed3df";
|
|
2371
|
-
ddsColorDataMagenta200: "#dfa5bf";
|
|
2372
|
-
ddsColorDataMagenta300: "#cf789e";
|
|
2373
|
-
ddsColorDataMagenta400: "#c74f84";
|
|
2374
|
-
ddsColorDataMagenta500: "#b62665";
|
|
2375
|
-
ddsColorDataMagenta600: "#8a1a4b";
|
|
2376
|
-
ddsColorDataMagenta700: "#671438";
|
|
2377
|
-
ddsColorDataMagenta800: "#440e26";
|
|
2378
|
-
ddsColorDataMagenta900: "#220713";
|
|
2379
|
-
ddsColorDataBrown100: "#f0ddd5";
|
|
2380
|
-
ddsColorDataBrown200: "#e1bcac";
|
|
2381
|
-
ddsColorDataBrown300: "#d19a82";
|
|
2382
|
-
ddsColorDataBrown400: "#c27959";
|
|
2383
|
-
ddsColorDataBrown500: "#b3572f";
|
|
2384
|
-
ddsColorDataBrown600: "#8f4626";
|
|
2385
|
-
ddsColorDataBrown700: "#6b341c";
|
|
2386
|
-
ddsColorDataBrown800: "#482313";
|
|
2387
|
-
ddsColorDataBrown900: "#241109";
|
|
2388
|
-
ddsColorDataOlive100: "#e6e4d0";
|
|
2389
|
-
ddsColorDataOlive200: "#cdc9a1";
|
|
2390
|
-
ddsColorDataOlive300: "#b3ae71";
|
|
2391
|
-
ddsColorDataOlive400: "#989344";
|
|
2392
|
-
ddsColorDataOlive500: "#7c7518";
|
|
2393
|
-
ddsColorDataOlive600: "#635e13";
|
|
2394
|
-
ddsColorDataOlive700: "#4a460e";
|
|
2395
|
-
ddsColorDataOlive800: "#322f0a";
|
|
2396
|
-
ddsColorDataOlive900: "#191705";
|
|
2397
|
-
ddsColorDataGreen100: "#d1e6d7";
|
|
2398
|
-
ddsColorDataGreen200: "#a3ccaf";
|
|
2399
|
-
ddsColorDataGreen300: "#75b388";
|
|
2400
|
-
ddsColorDataGreen400: "#479960";
|
|
2401
|
-
ddsColorDataGreen500: "#198038";
|
|
2402
|
-
ddsColorDataGreen600: "#14662d";
|
|
2403
|
-
ddsColorDataGreen700: "#0f4d22";
|
|
2404
|
-
ddsColorDataGreen800: "#0a3316";
|
|
2405
|
-
ddsColorDataGreen900: "#051a0b";
|
|
2406
|
-
ddsColorDataTeal100: "#c2e2e1";
|
|
2407
|
-
ddsColorDataTeal200: "#90ccc9";
|
|
2408
|
-
ddsColorDataTeal300: "#5dafad";
|
|
2409
|
-
ddsColorDataTeal400: "#2c9390";
|
|
2410
|
-
ddsColorDataTeal500: "#007d79";
|
|
2411
|
-
ddsColorDataTeal600: "#006461";
|
|
2412
|
-
ddsColorDataTeal700: "#004b49";
|
|
2413
|
-
ddsColorDataTeal800: "#003230";
|
|
2414
|
-
ddsColorDataTeal900: "#001918";
|
|
2415
|
-
ddsColorDataDeepblue100: "#b9d7e5";
|
|
2416
|
-
ddsColorDataDeepblue200: "#96c5d9";
|
|
2417
|
-
ddsColorDataDeepblue300: "#6aa8c3";
|
|
2418
|
-
ddsColorDataDeepblue400: "#3e8bac";
|
|
2419
|
-
ddsColorDataDeepblue500: "#196b8f";
|
|
2420
|
-
ddsColorDataDeepblue600: "#135774";
|
|
2421
|
-
ddsColorDataDeepblue700: "#0e455e";
|
|
2422
|
-
ddsColorDataDeepblue800: "#0d3445";
|
|
2423
|
-
ddsColorDataDeepblue900: "#05151d";
|
|
2424
|
-
ddsColorDataBlue100: "#cfe0ff";
|
|
2425
|
-
ddsColorDataBlue200: "#9fc0ff";
|
|
2426
|
-
ddsColorDataBlue300: "#6fa1fe";
|
|
2427
|
-
ddsColorDataBlue400: "#3f81fe";
|
|
2428
|
-
ddsColorDataBlue500: "#0f62fe";
|
|
2429
|
-
ddsColorDataBlue600: "#0c4ecb";
|
|
2430
|
-
ddsColorDataBlue700: "#093b98";
|
|
2431
|
-
ddsColorDataBlue800: "#062766";
|
|
2432
|
-
ddsColorDataBlue900: "#031433";
|
|
2433
|
-
ddsColorDataPurple100: "#e8d9fe";
|
|
2434
|
-
ddsColorDataPurple200: "#d0b2fe";
|
|
2435
|
-
ddsColorDataPurple300: "#b98cfd";
|
|
2436
|
-
ddsColorDataPurple400: "#a165fd";
|
|
2437
|
-
ddsColorDataPurple500: "#8a3ffc";
|
|
2438
|
-
ddsColorDataPurple600: "#6e32ca";
|
|
2439
|
-
ddsColorDataPurple700: "#532697";
|
|
2440
|
-
ddsColorDataPurple800: "#371965";
|
|
2441
|
-
ddsColorDataPurple900: "#1c0d32";
|
|
2442
|
-
ddsColorDataGray100: "#e3e3e3";
|
|
2443
|
-
ddsColorDataGray200: "#c7c7c7";
|
|
2444
|
-
ddsColorDataGray300: "#aaaaaa";
|
|
2445
|
-
ddsColorDataGray400: "#8e8e8e";
|
|
2446
|
-
ddsColorDataGray500: "#727272";
|
|
2447
|
-
ddsColorDataGray600: "#5b5b5b";
|
|
2448
|
-
ddsColorDataGray700: "#444444";
|
|
2449
|
-
ddsColorDataGray800: "#2e2e2e";
|
|
2450
|
-
ddsColorDataGray900: "#171717";
|
|
2451
|
-
ddsColorData01Default: "#0f62fe";
|
|
2452
|
-
ddsColorData01Subtle: "#9fc0ff";
|
|
2453
|
-
ddsColorData01Border: "#0f62fe";
|
|
2454
|
-
ddsColorData02Default: "#b3572f";
|
|
2455
|
-
ddsColorData02Subtle: "#e1bcac";
|
|
2456
|
-
ddsColorData02Border: "#b3572f";
|
|
2457
|
-
ddsColorData03Default: "#727272";
|
|
2458
|
-
ddsColorData03Subtle: "#c7c7c7";
|
|
2459
|
-
ddsColorData03Border: "#727272";
|
|
2460
|
-
ddsColorData04Default: "#198038";
|
|
2461
|
-
ddsColorData04Subtle: "#a3ccaf";
|
|
2462
|
-
ddsColorData04Border: "#198038";
|
|
2463
|
-
ddsColorData05Default: "#8a3ffc";
|
|
2464
|
-
ddsColorData05Subtle: "#d0b2fe";
|
|
2465
|
-
ddsColorData05Border: "#8a3ffc";
|
|
2466
|
-
ddsColorData06Default: "#b62665";
|
|
2467
|
-
ddsColorData06Subtle: "#dfa5bf";
|
|
2468
|
-
ddsColorData06Border: "#b62665";
|
|
2469
|
-
ddsColorData07Default: "#7c7518";
|
|
2470
|
-
ddsColorData07Subtle: "#cdc9a1";
|
|
2471
|
-
ddsColorData07Border: "#7c7518";
|
|
2472
|
-
ddsColorData08Default: "#da1e28";
|
|
2473
|
-
ddsColorData08Subtle: "#f0a5a9";
|
|
2474
|
-
ddsColorData08Border: "#da1e28";
|
|
2475
|
-
ddsColorData09Default: "#007d79";
|
|
2476
|
-
ddsColorData09Subtle: "#90ccc9";
|
|
2477
|
-
ddsColorData09Border: "#007d79";
|
|
2478
|
-
ddsColorBgDefault: "#ffffff";
|
|
2479
|
-
ddsColorBgSubtle: "#f1f3f4";
|
|
2480
|
-
ddsColorSurfaceDefault: "#ffffff";
|
|
2481
|
-
ddsColorSurfaceSubtle: "#f1f3f4";
|
|
2482
|
-
ddsColorSurfaceMedium: "#e9ebec";
|
|
2483
|
-
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
2484
|
-
ddsColorSurfaceHoverSubtle: "#f1f3f4";
|
|
2485
|
-
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
2486
|
-
ddsColorSurfaceInverseDefault: "#354754";
|
|
2487
|
-
ddsColorSurfaceInverseHover: "#2a3943";
|
|
2488
|
-
ddsColorSurfaceInverseSelected: "#202b32";
|
|
2489
|
-
ddsColorSurfaceActionResting: "#106ead";
|
|
2490
|
-
ddsColorSurfaceActionHover: "#0d588a";
|
|
2491
|
-
ddsColorSurfaceActionSelected: "#106ead";
|
|
2492
|
-
ddsColorSurfaceActionDangerResting: "#d83737";
|
|
2493
|
-
ddsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
2494
|
-
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
2495
|
-
ddsColorSurfaceDangerDefault: "#fbebeb";
|
|
2496
|
-
ddsColorSurfaceDangerStrong: "#e47373";
|
|
2497
|
-
ddsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
2498
|
-
ddsColorSurfaceSuccessStrong: "#93d294";
|
|
2499
|
-
ddsColorSurfaceWarningDefault: "#fefced";
|
|
2500
|
-
ddsColorSurfaceWarningStrong: "#f7e982";
|
|
2501
|
-
ddsColorSurfaceInfoDefault: "#f1f8fd";
|
|
2502
|
-
ddsColorSurfaceInfoStrong: "#9eceee";
|
|
2503
|
-
ddsColorSurfacePaperDefault: "#ffffff";
|
|
2504
|
-
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
2505
|
-
ddsColorSurfaceFieldDefault: "#ffffff";
|
|
2506
|
-
ddsColorSurfaceFieldDisabled: "#f1f3f4";
|
|
2507
|
-
ddsColorSurfaceHighlightedDefault: "#fce5dd";
|
|
2508
|
-
ddsColorSurfaceScrollbar: "#adb5ba";
|
|
2509
|
-
ddsColorSurfaceNotification: "#d83737";
|
|
2510
|
-
ddsColorSurfaceSkeleton: "#d6dadd";
|
|
2511
|
-
ddsColorBorderDefault: "#77838c";
|
|
2512
|
-
ddsColorBorderSubtle: "#d6dadd";
|
|
2513
|
-
ddsColorBorderInverse: "#acbbc6";
|
|
2514
|
-
ddsColorBorderActionDefault: "#106ead";
|
|
2515
|
-
ddsColorBorderActionHover: "#0d588a";
|
|
2516
|
-
ddsColorBorderSuccess: "#65be66";
|
|
2517
|
-
ddsColorBorderWarning: "#f4e04d";
|
|
2518
|
-
ddsColorBorderDanger: "#d83737";
|
|
2519
|
-
ddsColorBorderInfo: "#75b9e6";
|
|
2520
|
-
ddsColorBorderOnAction: "#ffffff";
|
|
2521
|
-
ddsColorTextDefault: "#0b0d0e";
|
|
2522
|
-
ddsColorTextMedium: "#3a4146";
|
|
2523
|
-
ddsColorTextSubtle: "#545c62";
|
|
2524
|
-
ddsColorTextOnInverse: "#ffffff";
|
|
2525
|
-
ddsColorTextDanger: "#ad2c2c";
|
|
2526
|
-
ddsColorTextOnAction: "#ffffff";
|
|
2527
|
-
ddsColorTextOnStatusDefault: "#0b0d0e";
|
|
2528
|
-
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
2529
|
-
ddsColorTextActionResting: "#106ead";
|
|
2530
|
-
ddsColorTextActionHover: "#0d588a";
|
|
2531
|
-
ddsColorTextRequiredfield: "#d83737";
|
|
2532
|
-
ddsColorTextActionVisited: "#7f29b4";
|
|
2533
|
-
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
2534
|
-
ddsColorTextOnNotification: "#ffffff";
|
|
2535
|
-
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
2536
|
-
ddsColorTextOnPrimarySubtle: "#0b0d0e";
|
|
2537
|
-
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
2538
|
-
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
2539
|
-
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
2540
|
-
ddsColorTextOnSecondarySubtle: "#0b0d0e";
|
|
2541
|
-
ddsColorTextOnSecondaryMedium: "#0b0d0e";
|
|
2542
|
-
ddsColorTextOnSecondaryStrong: "#ffffff";
|
|
2543
|
-
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
2544
|
-
ddsColorTextOnTertiarySubtle: "#0b0d0e";
|
|
2545
|
-
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
2546
|
-
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
2547
|
-
ddsColorTextOnDataDefault: "#ffffff";
|
|
2548
|
-
ddsColorTextOnDataSubtle: "#0b0d0e";
|
|
2549
|
-
ddsColorIconDefault: "#0b0d0e";
|
|
2550
|
-
ddsColorIconMedium: "#3a4146";
|
|
2551
|
-
ddsColorIconSubtle: "#545c62";
|
|
2552
|
-
ddsColorIconOnInverse: "#ffffff";
|
|
2553
|
-
ddsColorIconOnAction: "#ffffff";
|
|
2554
|
-
ddsColorIconActionResting: "#106ead";
|
|
2555
|
-
ddsColorIconActionHover: "#0d588a";
|
|
2556
|
-
ddsColorIconOnSuccessDefault: "#3d723d";
|
|
2557
|
-
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
2558
|
-
ddsColorIconOnWarningDefault: "#9a8c26";
|
|
2559
|
-
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
2560
|
-
ddsColorIconOnDangerDefault: "#ad2c2c";
|
|
2561
|
-
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
2562
|
-
ddsColorIconOnInfoDefault: "#3e7192";
|
|
2563
|
-
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2564
|
-
ddsColorIconDanger: "#ad2c2c";
|
|
2565
|
-
ddsColorBrandPrimaryDefault: "#354754";
|
|
2566
|
-
ddsColorBrandPrimarySubtle: "#eaeff4";
|
|
2567
|
-
ddsColorBrandPrimaryMedium: "#4f6a7e";
|
|
2568
|
-
ddsColorBrandPrimaryStrong: "#202b32";
|
|
2569
|
-
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2570
|
-
ddsColorBrandSecondarySubtle: "#e6eded";
|
|
2571
|
-
ddsColorBrandSecondaryMedium: "#b8cdcd";
|
|
2572
|
-
ddsColorBrandSecondaryStrong: "#4d6463";
|
|
2573
|
-
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2574
|
-
ddsColorBrandTertiarySubtle: "#fce5dd";
|
|
2575
|
-
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2576
|
-
ddsColorBrandTertiaryStrong: "#d45d32";
|
|
2577
|
-
ddsColorFocusOutside: "#2a4b61";
|
|
2578
|
-
ddsColorFocusInside: "#f1f8fd";
|
|
2579
|
-
ddsBorderRadiusButton: "2px";
|
|
2580
|
-
ddsBorderRadiusButtonNumberPx: 2;
|
|
2581
|
-
ddsBorderRadiusSurface: "2px";
|
|
2582
|
-
ddsBorderRadiusSurfaceNumberPx: 2;
|
|
2583
|
-
ddsBorderRadiusInput: "2px";
|
|
2584
|
-
ddsBorderRadiusInputNumberPx: 2;
|
|
2585
|
-
ddsBorderRadiusChip: "2px";
|
|
2586
|
-
ddsBorderRadiusChipNumberPx: 2;
|
|
2587
|
-
ddsBorderRadiusRounded: "9999px";
|
|
2588
|
-
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2589
|
-
ddsFontLabelMedium: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2590
|
-
ddsFontBodyXsmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2591
|
-
ddsFontBodySmall: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2592
|
-
ddsFontBodyMedium: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2593
|
-
ddsFontBodyLarge: "400 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2594
|
-
ddsFontHeadingXxsmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2595
|
-
ddsFontHeadingXsmall: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2596
|
-
ddsFontHeadingSmall: "600 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2597
|
-
ddsFontHeadingMedium: "500 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2598
|
-
ddsFontHeadingLarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2599
|
-
ddsFontHeadingXlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
2600
|
-
ddsFontHeadingXxlarge: "300 clamp(3rem, 1.333rem + 4.444vw, 4rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
2601
|
-
ddsFontLeadMedium: "300 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2602
|
-
ddsFontCodeMedium: "400 1.125rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
2603
|
-
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
2604
|
-
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
2605
|
-
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
2606
|
-
ddsFontHeadingXlargeLetterSpacing: "-0.01em";
|
|
2607
|
-
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
2608
|
-
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
2609
|
-
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
2610
|
-
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
2611
|
-
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
2612
|
-
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
2613
|
-
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
2614
|
-
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
2615
|
-
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
2616
|
-
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
2617
|
-
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
2618
|
-
ddsFontHeadingXsmallLetterSpacing: "0em";
|
|
2619
|
-
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
2620
|
-
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
2621
|
-
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
2622
|
-
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
2623
|
-
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
2624
|
-
ddsFontBodyLargeLetterSpacing: "0em";
|
|
2625
|
-
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
2626
|
-
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
2627
|
-
ddsFontBodyMediumLetterSpacing: "0em";
|
|
2628
|
-
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
2629
|
-
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
2630
|
-
ddsFontBodySmallLetterSpacing: "0em";
|
|
2631
|
-
ddsFontBodySmallParagraphSpacing: "1em";
|
|
2632
|
-
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
2633
|
-
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
2634
|
-
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
2635
|
-
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
2636
|
-
ddsFontLeadMediumLetterSpacing: "0em";
|
|
2637
|
-
ddsFontLeadMediumParagraphSpacing: "0.66em";
|
|
2638
|
-
ddsFontLeadMediumParagraphSpacingNumberEm: 0.66;
|
|
2639
|
-
ddsFontCodeMediumLetterSpacing: "0em";
|
|
2640
|
-
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
2641
|
-
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
2642
|
-
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
2643
|
-
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
2644
|
-
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
2645
|
-
} | {
|
|
2646
|
-
ddsFontFamilySans: "'IBM Plex Sans', Arial, sans-serif";
|
|
2647
|
-
ddsFontFamilyMonospace: "'IBM Plex Mono', 'Courier New', monospace";
|
|
2648
|
-
ddsFontSizeX5: "5rem";
|
|
2649
|
-
ddsFontSizeX5NumberRem: 5;
|
|
2650
|
-
ddsFontSizeX4: "4rem";
|
|
2651
|
-
ddsFontSizeX4NumberRem: 4;
|
|
2652
|
-
ddsFontSizeX3: "3rem";
|
|
2653
|
-
ddsFontSizeX3NumberRem: 3;
|
|
2654
|
-
ddsFontSizeX25: "2.5rem";
|
|
2655
|
-
ddsFontSizeX25NumberRem: 2.5;
|
|
2656
|
-
ddsFontSizeX2: "2rem";
|
|
2657
|
-
ddsFontSizeX2NumberRem: 2;
|
|
2658
|
-
ddsFontSizeX15: "1.5rem";
|
|
2659
|
-
ddsFontSizeX15NumberRem: 1.5;
|
|
2660
|
-
ddsFontSizeX125: "1.25rem";
|
|
2661
|
-
ddsFontSizeX125NumberRem: 1.25;
|
|
2662
|
-
ddsFontSizeX1125: "1.125rem";
|
|
2663
|
-
ddsFontSizeX1125NumberRem: 1.125;
|
|
2664
|
-
ddsFontSizeX1: "1rem";
|
|
2665
|
-
ddsFontSizeX1NumberRem: 1;
|
|
2666
|
-
ddsFontSizeX0875: "0.875rem";
|
|
2667
|
-
ddsFontSizeX0875NumberRem: 0.875;
|
|
2668
|
-
ddsFontSizeX075: "0.75rem";
|
|
2669
|
-
ddsFontSizeX075NumberRem: 0.75;
|
|
2670
|
-
ddsFontWeightLight: "300";
|
|
2671
|
-
ddsFontWeightNormal: "400";
|
|
2672
|
-
ddsFontWeightSemiBold: "500";
|
|
2673
|
-
ddsFontWeightBold: "600";
|
|
2674
|
-
ddsFontLineheightX1: 1.5;
|
|
2675
|
-
ddsFontLineheightX2: 1.35;
|
|
2676
|
-
ddsFontLineheightX3: 1.2;
|
|
2677
|
-
ddsFontLineheightList: 2;
|
|
2678
|
-
ddsFontLetterSpacingTight: "-0.01em";
|
|
2679
|
-
ddsFontLetterSpacingNormal: "0em";
|
|
2680
|
-
ddsFontLetterSpacingLoose: "0.01em";
|
|
2681
|
-
ddsFontParagraphSpacingSmall: "1em";
|
|
2682
|
-
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
2683
|
-
ddsFontParagraphSpacingMedium: "0.66em";
|
|
2684
|
-
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
2685
|
-
ddsFontParagraphSpacingLarge: "0.5em";
|
|
2686
|
-
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
2687
|
-
ddsFontParagraphSpacingHeading: "0.4em";
|
|
2688
|
-
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
2689
|
-
ddsFontStyleUnderline: "underline";
|
|
2690
|
-
ddsFontStyleNormal: "none";
|
|
2691
|
-
ddsFontStyleItalic: "italic";
|
|
2692
|
-
ddsSpacingPaddingTopHeading: "0.7em";
|
|
2693
|
-
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
2694
|
-
ddsSpacingX0: "0rem";
|
|
2695
|
-
ddsSpacingX0NumberRem: 0;
|
|
2696
|
-
ddsSpacingX0125: "0.125rem";
|
|
2697
|
-
ddsSpacingX0125NumberRem: 0.125;
|
|
2698
|
-
ddsSpacingX025: "0.25rem";
|
|
2699
|
-
ddsSpacingX025NumberRem: 0.25;
|
|
2700
|
-
ddsSpacingX05: "0.5rem";
|
|
2701
|
-
ddsSpacingX05NumberRem: 0.5;
|
|
2702
|
-
ddsSpacingX075: "0.75rem";
|
|
2703
|
-
ddsSpacingX075NumberRem: 0.75;
|
|
2704
|
-
ddsSpacingX1: "1rem";
|
|
2705
|
-
ddsSpacingX1NumberRem: 1;
|
|
2706
|
-
ddsSpacingX15: "1.5rem";
|
|
2707
|
-
ddsSpacingX15NumberRem: 1.5;
|
|
2708
|
-
ddsSpacingX2: "2rem";
|
|
2709
|
-
ddsSpacingX2NumberRem: 2;
|
|
2710
|
-
ddsSpacingX25: "2.5rem";
|
|
2711
|
-
ddsSpacingX25NumberRem: 2.5;
|
|
2712
|
-
ddsSpacingX3: "3rem";
|
|
2713
|
-
ddsSpacingX3NumberRem: 3;
|
|
2714
|
-
ddsSpacingX4: "4rem";
|
|
2715
|
-
ddsSpacingX4NumberRem: 4;
|
|
2716
|
-
ddsSpacingX6: "6rem";
|
|
2717
|
-
ddsSpacingX6NumberRem: 6;
|
|
2718
|
-
ddsSpacingX10: "10rem";
|
|
2719
|
-
ddsSpacingX10NumberRem: 10;
|
|
2720
|
-
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
2721
|
-
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
2722
|
-
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
2723
|
-
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
2724
|
-
ddsGridXsGutterSize: "16px";
|
|
2725
|
-
ddsGridXsGutterSizeNumberPx: 16;
|
|
2726
|
-
ddsGridXsCount: "4";
|
|
2727
|
-
ddsGridSmGutterSize: "16px";
|
|
2728
|
-
ddsGridSmGutterSizeNumberPx: 16;
|
|
2729
|
-
ddsGridSmCount: "8";
|
|
2730
|
-
ddsGridLgGutterSize: "24px";
|
|
2731
|
-
ddsGridLgGutterSizeNumberPx: 24;
|
|
2732
|
-
ddsGridLgCount: "12";
|
|
2733
|
-
ddsGridMdGutterSize: "24px";
|
|
2734
|
-
ddsGridMdGutterSizeNumberPx: 24;
|
|
2735
|
-
ddsGridMdCount: "12";
|
|
2736
|
-
ddsGridXlGutterSize: "24px";
|
|
2737
|
-
ddsGridXlGutterSizeNumberPx: 24;
|
|
2738
|
-
ddsGridXlCount: "12";
|
|
2739
|
-
ddsIconSizeLarge: "40px";
|
|
2740
|
-
ddsIconSizeLargeNumberPx: 40;
|
|
2741
|
-
ddsIconSizeMedium: "24px";
|
|
2742
|
-
ddsIconSizeMediumNumberPx: 24;
|
|
2743
|
-
ddsIconSizeSmall: "16px";
|
|
2744
|
-
ddsIconSizeSmallNumberPx: 16;
|
|
2745
|
-
ddsBreakpointXs: "1px";
|
|
2746
|
-
ddsBreakpointXsNumberPx: 1;
|
|
2747
|
-
ddsBreakpointSm: "600px";
|
|
2748
|
-
ddsBreakpointSmNumberPx: 600;
|
|
2749
|
-
ddsBreakpointMd: "960px";
|
|
2750
|
-
ddsBreakpointMdNumberPx: 960;
|
|
2751
|
-
ddsBreakpointLg: "1280px";
|
|
2752
|
-
ddsBreakpointLgNumberPx: 1280;
|
|
2753
|
-
ddsBreakpointXl: "1920px";
|
|
2754
|
-
ddsBreakpointXlNumberPx: 1920;
|
|
2755
|
-
ddsZindexSkiptocontent: "250";
|
|
2756
|
-
ddsZindexModalBackdrop: "200";
|
|
2757
|
-
ddsZindexDrawer: "180";
|
|
2758
|
-
ddsZindexDrawerBackdrop: "180";
|
|
2759
|
-
ddsZindexOverflowmenu: "160";
|
|
2760
|
-
ddsZindexPopover: "140";
|
|
2761
|
-
ddsZindexTooltip: "120";
|
|
2762
|
-
ddsZindexDropdown: "100";
|
|
2763
|
-
ddsZindexSticky: "50";
|
|
2764
|
-
ddsZindexAbsoluteElement: "1";
|
|
2765
|
-
ddsColorData10Default: "#6aa8c3";
|
|
2766
|
-
ddsColorData10Subtle: "#135774";
|
|
2767
|
-
ddsColorData10Border: "#6aa8c3";
|
|
2768
|
-
ddsColorDataRed100: "#f8d2d4";
|
|
2769
|
-
ddsColorDataRed200: "#f0a5a9";
|
|
2770
|
-
ddsColorDataRed300: "#e9787e";
|
|
2771
|
-
ddsColorDataRed400: "#e14b53";
|
|
2772
|
-
ddsColorDataRed500: "#da1e28";
|
|
2773
|
-
ddsColorDataRed600: "#ae1820";
|
|
2774
|
-
ddsColorDataRed700: "#831218";
|
|
2775
|
-
ddsColorDataRed800: "#570c10";
|
|
2776
|
-
ddsColorDataRed900: "#2c0608";
|
|
2777
|
-
ddsColorDataMagenta100: "#eed3df";
|
|
2778
|
-
ddsColorDataMagenta200: "#dfa5bf";
|
|
2779
|
-
ddsColorDataMagenta300: "#cf789e";
|
|
2780
|
-
ddsColorDataMagenta400: "#c74f84";
|
|
2781
|
-
ddsColorDataMagenta500: "#b62665";
|
|
2782
|
-
ddsColorDataMagenta600: "#8a1a4b";
|
|
2783
|
-
ddsColorDataMagenta700: "#671438";
|
|
2784
|
-
ddsColorDataMagenta800: "#440e26";
|
|
2785
|
-
ddsColorDataMagenta900: "#220713";
|
|
2786
|
-
ddsColorDataBrown100: "#f0ddd5";
|
|
2787
|
-
ddsColorDataBrown200: "#e1bcac";
|
|
2788
|
-
ddsColorDataBrown300: "#d19a82";
|
|
2789
|
-
ddsColorDataBrown400: "#c27959";
|
|
2790
|
-
ddsColorDataBrown500: "#b3572f";
|
|
2791
|
-
ddsColorDataBrown600: "#8f4626";
|
|
2792
|
-
ddsColorDataBrown700: "#6b341c";
|
|
2793
|
-
ddsColorDataBrown800: "#482313";
|
|
2794
|
-
ddsColorDataBrown900: "#241109";
|
|
2795
|
-
ddsColorDataOlive100: "#e6e4d0";
|
|
2796
|
-
ddsColorDataOlive200: "#cdc9a1";
|
|
2797
|
-
ddsColorDataOlive300: "#b3ae71";
|
|
2798
|
-
ddsColorDataOlive400: "#989344";
|
|
2799
|
-
ddsColorDataOlive500: "#7c7518";
|
|
2800
|
-
ddsColorDataOlive600: "#635e13";
|
|
2801
|
-
ddsColorDataOlive700: "#4a460e";
|
|
2802
|
-
ddsColorDataOlive800: "#322f0a";
|
|
2803
|
-
ddsColorDataOlive900: "#191705";
|
|
2804
|
-
ddsColorDataGreen100: "#d1e6d7";
|
|
2805
|
-
ddsColorDataGreen200: "#a3ccaf";
|
|
2806
|
-
ddsColorDataGreen300: "#75b388";
|
|
2807
|
-
ddsColorDataGreen400: "#479960";
|
|
2808
|
-
ddsColorDataGreen500: "#198038";
|
|
2809
|
-
ddsColorDataGreen600: "#14662d";
|
|
2810
|
-
ddsColorDataGreen700: "#0f4d22";
|
|
2811
|
-
ddsColorDataGreen800: "#0a3316";
|
|
2812
|
-
ddsColorDataGreen900: "#051a0b";
|
|
2813
|
-
ddsColorDataTeal100: "#c2e2e1";
|
|
2814
|
-
ddsColorDataTeal200: "#90ccc9";
|
|
2815
|
-
ddsColorDataTeal300: "#5dafad";
|
|
2816
|
-
ddsColorDataTeal400: "#2c9390";
|
|
2817
|
-
ddsColorDataTeal500: "#007d79";
|
|
2818
|
-
ddsColorDataTeal600: "#006461";
|
|
2819
|
-
ddsColorDataTeal700: "#004b49";
|
|
2820
|
-
ddsColorDataTeal800: "#003230";
|
|
2821
|
-
ddsColorDataTeal900: "#001918";
|
|
2822
|
-
ddsColorDataDeepblue100: "#b9d7e5";
|
|
2823
|
-
ddsColorDataDeepblue200: "#96c5d9";
|
|
2824
|
-
ddsColorDataDeepblue300: "#6aa8c3";
|
|
2825
|
-
ddsColorDataDeepblue400: "#3e8bac";
|
|
2826
|
-
ddsColorDataDeepblue500: "#196b8f";
|
|
2827
|
-
ddsColorDataDeepblue600: "#135774";
|
|
2828
|
-
ddsColorDataDeepblue700: "#0e455e";
|
|
2829
|
-
ddsColorDataDeepblue800: "#0d3445";
|
|
2830
|
-
ddsColorDataDeepblue900: "#05151d";
|
|
2831
|
-
ddsColorDataBlue100: "#cfe0ff";
|
|
2832
|
-
ddsColorDataBlue200: "#9fc0ff";
|
|
2833
|
-
ddsColorDataBlue300: "#6fa1fe";
|
|
2834
|
-
ddsColorDataBlue400: "#3f81fe";
|
|
2835
|
-
ddsColorDataBlue500: "#0f62fe";
|
|
2836
|
-
ddsColorDataBlue600: "#0c4ecb";
|
|
2837
|
-
ddsColorDataBlue700: "#093b98";
|
|
2838
|
-
ddsColorDataBlue800: "#062766";
|
|
2839
|
-
ddsColorDataBlue900: "#031433";
|
|
2840
|
-
ddsColorDataPurple100: "#e8d9fe";
|
|
2841
|
-
ddsColorDataPurple200: "#d0b2fe";
|
|
2842
|
-
ddsColorDataPurple300: "#b98cfd";
|
|
2843
|
-
ddsColorDataPurple400: "#a165fd";
|
|
2844
|
-
ddsColorDataPurple500: "#8a3ffc";
|
|
2845
|
-
ddsColorDataPurple600: "#6e32ca";
|
|
2846
|
-
ddsColorDataPurple700: "#532697";
|
|
2847
|
-
ddsColorDataPurple800: "#371965";
|
|
2848
|
-
ddsColorDataPurple900: "#1c0d32";
|
|
2849
|
-
ddsColorDataGray100: "#e3e3e3";
|
|
2850
|
-
ddsColorDataGray200: "#c7c7c7";
|
|
2851
|
-
ddsColorDataGray300: "#aaaaaa";
|
|
2852
|
-
ddsColorDataGray400: "#8e8e8e";
|
|
2853
|
-
ddsColorDataGray500: "#727272";
|
|
2854
|
-
ddsColorDataGray600: "#5b5b5b";
|
|
2855
|
-
ddsColorDataGray700: "#444444";
|
|
2856
|
-
ddsColorDataGray800: "#2e2e2e";
|
|
2857
|
-
ddsColorDataGray900: "#171717";
|
|
2858
|
-
ddsColorData01Default: "#6fa1fe";
|
|
2859
|
-
ddsColorData01Subtle: "#0c4ecb";
|
|
2860
|
-
ddsColorData01Border: "#6fa1fe";
|
|
2861
|
-
ddsColorData02Default: "#d19a82";
|
|
2862
|
-
ddsColorData02Subtle: "#8f4626";
|
|
2863
|
-
ddsColorData02Border: "#d19a82";
|
|
2864
|
-
ddsColorData03Default: "#aaaaaa";
|
|
2865
|
-
ddsColorData03Subtle: "#5b5b5b";
|
|
2866
|
-
ddsColorData03Border: "#aaaaaa";
|
|
2867
|
-
ddsColorData04Default: "#75b388";
|
|
2868
|
-
ddsColorData04Subtle: "#14662d";
|
|
2869
|
-
ddsColorData04Border: "#75b388";
|
|
2870
|
-
ddsColorData05Default: "#b98cfd";
|
|
2871
|
-
ddsColorData05Subtle: "#6e32ca";
|
|
2872
|
-
ddsColorData05Border: "#b98cfd";
|
|
2873
|
-
ddsColorData06Default: "#cf789e";
|
|
2874
|
-
ddsColorData06Subtle: "#8a1a4b";
|
|
2875
|
-
ddsColorData06Border: "#cf789e";
|
|
2876
|
-
ddsColorData07Default: "#b3ae71";
|
|
2877
|
-
ddsColorData07Subtle: "#635e13";
|
|
2878
|
-
ddsColorData07Border: "#b3ae71";
|
|
2879
|
-
ddsColorData08Default: "#e9787e";
|
|
2880
|
-
ddsColorData08Subtle: "#ae1820";
|
|
2881
|
-
ddsColorData08Border: "#e9787e";
|
|
2882
|
-
ddsColorData09Default: "#5dafad";
|
|
2883
|
-
ddsColorData09Subtle: "#006461";
|
|
2884
|
-
ddsColorData09Border: "#5dafad";
|
|
2885
|
-
ddsColorBgDefault: "#181a1c";
|
|
2886
|
-
ddsColorBgSubtle: "#22272a";
|
|
2887
|
-
ddsColorSurfaceDefault: "#181a1c";
|
|
2888
|
-
ddsColorSurfaceSubtle: "#22272a";
|
|
2889
|
-
ddsColorSurfaceMedium: "#303438";
|
|
2890
|
-
ddsColorSurfaceHoverDefault: "#062c45";
|
|
2891
|
-
ddsColorSurfaceHoverSubtle: "#22272a";
|
|
2892
|
-
ddsColorSurfaceSelectedDefault: "#062c45";
|
|
2893
|
-
ddsColorSurfaceInverseDefault: "#354754";
|
|
2894
|
-
ddsColorSurfaceInverseHover: "#2a3943";
|
|
2895
|
-
ddsColorSurfaceInverseSelected: "#202b32";
|
|
2896
|
-
ddsColorSurfaceActionResting: "#589ac6";
|
|
2897
|
-
ddsColorSurfaceActionHover: "#9fc5de";
|
|
2898
|
-
ddsColorSurfaceActionSelected: "#589ac6";
|
|
2899
|
-
ddsColorSurfaceActionDangerResting: "#e47373";
|
|
2900
|
-
ddsColorSurfaceActionDangerHover: "#efafaf";
|
|
2901
|
-
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
2902
|
-
ddsColorSurfaceDangerDefault: "#561616";
|
|
2903
|
-
ddsColorSurfaceDangerStrong: "#dc4b4b";
|
|
2904
|
-
ddsColorSurfaceSuccessDefault: "#284c29";
|
|
2905
|
-
ddsColorSurfaceSuccessStrong: "#65be66";
|
|
2906
|
-
ddsColorSurfaceWarningDefault: "#494317";
|
|
2907
|
-
ddsColorSurfaceWarningStrong: "#f4e04d";
|
|
2908
|
-
ddsColorSurfaceInfoDefault: "#2a4b61";
|
|
2909
|
-
ddsColorSurfaceInfoStrong: "#75b9e6";
|
|
2910
|
-
ddsColorSurfacePaperDefault: "#3a4146";
|
|
2911
|
-
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
2912
|
-
ddsColorSurfaceFieldDefault: "#0b0d0e";
|
|
2913
|
-
ddsColorSurfaceFieldDisabled: "#303438";
|
|
2914
|
-
ddsColorSurfaceHighlightedDefault: "#833a21";
|
|
2915
|
-
ddsColorSurfaceScrollbar: "#545c62";
|
|
2916
|
-
ddsColorSurfaceNotification: "#d83737";
|
|
2917
|
-
ddsColorSurfaceSkeleton: "#545c62";
|
|
2918
|
-
ddsColorBorderDefault: "#545c62";
|
|
2919
|
-
ddsColorBorderSubtle: "#3a4146";
|
|
2920
|
-
ddsColorBorderInverse: "#acbbc6";
|
|
2921
|
-
ddsColorBorderActionDefault: "#589ac6";
|
|
2922
|
-
ddsColorBorderActionHover: "#9fc5de";
|
|
2923
|
-
ddsColorBorderSuccess: "#519852";
|
|
2924
|
-
ddsColorBorderWarning: "#ccba35";
|
|
2925
|
-
ddsColorBorderDanger: "#d83737";
|
|
2926
|
-
ddsColorBorderInfo: "#5197c5";
|
|
2927
|
-
ddsColorBorderOnAction: "#181a1c";
|
|
2928
|
-
ddsColorTextDefault: "#ffffff";
|
|
2929
|
-
ddsColorTextMedium: "#e9ebec";
|
|
2930
|
-
ddsColorTextSubtle: "#d6dadd";
|
|
2931
|
-
ddsColorTextOnInverse: "#ffffff";
|
|
2932
|
-
ddsColorTextDanger: "#e47373";
|
|
2933
|
-
ddsColorTextOnAction: "#0b0d0e";
|
|
2934
|
-
ddsColorTextOnStatusDefault: "#ffffff";
|
|
2935
|
-
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
2936
|
-
ddsColorTextActionResting: "#9fc5de";
|
|
2937
|
-
ddsColorTextActionHover: "#e7f1f7";
|
|
2938
|
-
ddsColorTextRequiredfield: "#e47373";
|
|
2939
|
-
ddsColorTextActionVisited: "#cca9e1";
|
|
2940
|
-
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
2941
|
-
ddsColorTextOnNotification: "#ffffff";
|
|
2942
|
-
ddsColorTextOnPrimaryDefault: "#ffffff";
|
|
2943
|
-
ddsColorTextOnPrimarySubtle: "#ffffff";
|
|
2944
|
-
ddsColorTextOnPrimaryMedium: "#ffffff";
|
|
2945
|
-
ddsColorTextOnPrimaryStrong: "#ffffff";
|
|
2946
|
-
ddsColorTextOnSecondaryDefault: "#0b0d0e";
|
|
2947
|
-
ddsColorTextOnSecondarySubtle: "#ffffff";
|
|
2948
|
-
ddsColorTextOnSecondaryMedium: "#ffffff";
|
|
2949
|
-
ddsColorTextOnSecondaryStrong: "#0b0d0e";
|
|
2950
|
-
ddsColorTextOnTertiaryDefault: "#0b0d0e";
|
|
2951
|
-
ddsColorTextOnTertiarySubtle: "#ffffff";
|
|
2952
|
-
ddsColorTextOnTertiaryMedium: "#0b0d0e";
|
|
2953
|
-
ddsColorTextOnTertiaryStrong: "#0b0d0e";
|
|
2954
|
-
ddsColorTextOnDataDefault: "#0b0d0e";
|
|
2955
|
-
ddsColorTextOnDataSubtle: "#ffffff";
|
|
2956
|
-
ddsColorIconDefault: "#ffffff";
|
|
2957
|
-
ddsColorIconMedium: "#e9ebec";
|
|
2958
|
-
ddsColorIconSubtle: "#d6dadd";
|
|
2959
|
-
ddsColorIconOnInverse: "#ffffff";
|
|
2960
|
-
ddsColorIconOnAction: "#0b0d0e";
|
|
2961
|
-
ddsColorIconActionResting: "#9fc5de";
|
|
2962
|
-
ddsColorIconActionHover: "#e7f1f7";
|
|
2963
|
-
ddsColorIconOnSuccessDefault: "#c1e5c2";
|
|
2964
|
-
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
2965
|
-
ddsColorIconOnWarningDefault: "#fbf3b8";
|
|
2966
|
-
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
2967
|
-
ddsColorIconOnDangerDefault: "#efafaf";
|
|
2968
|
-
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
2969
|
-
ddsColorIconOnInfoDefault: "#c8e3f5";
|
|
2970
|
-
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
2971
|
-
ddsColorIconDanger: "#e47373";
|
|
2972
|
-
ddsColorBrandPrimaryDefault: "#354754";
|
|
2973
|
-
ddsColorBrandPrimarySubtle: "#2a3943";
|
|
2974
|
-
ddsColorBrandPrimaryMedium: "#405767";
|
|
2975
|
-
ddsColorBrandPrimaryStrong: "#4f6a7e";
|
|
2976
|
-
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
2977
|
-
ddsColorBrandSecondarySubtle: "#2b3a3a";
|
|
2978
|
-
ddsColorBrandSecondaryMedium: "#4d6463";
|
|
2979
|
-
ddsColorBrandSecondaryStrong: "#b8cdcd";
|
|
2980
|
-
ddsColorBrandTertiaryDefault: "#f27e55";
|
|
2981
|
-
ddsColorBrandTertiarySubtle: "#a24422";
|
|
2982
|
-
ddsColorBrandTertiaryMedium: "#f2a68f";
|
|
2983
|
-
ddsColorBrandTertiaryStrong: "#ffd6ca";
|
|
2984
|
-
ddsColorFocusOutside: "#f1f8fd";
|
|
2985
|
-
ddsColorFocusInside: "#2a4b61";
|
|
2986
|
-
ddsBorderRadiusButton: "2px";
|
|
2987
|
-
ddsBorderRadiusButtonNumberPx: 2;
|
|
2988
|
-
ddsBorderRadiusSurface: "2px";
|
|
2989
|
-
ddsBorderRadiusSurfaceNumberPx: 2;
|
|
2990
|
-
ddsBorderRadiusInput: "2px";
|
|
2991
|
-
ddsBorderRadiusInputNumberPx: 2;
|
|
2992
|
-
ddsBorderRadiusChip: "2px";
|
|
2993
|
-
ddsBorderRadiusChipNumberPx: 2;
|
|
2994
|
-
ddsBorderRadiusRounded: "9999px";
|
|
2995
|
-
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
2996
|
-
ddsFontLabelMedium: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2997
|
-
ddsFontBodyXsmall: "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2998
|
-
ddsFontBodySmall: "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
2999
|
-
ddsFontBodyMedium: "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3000
|
-
ddsFontBodyLarge: "400 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3001
|
-
ddsFontHeadingXxsmall: "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3002
|
-
ddsFontHeadingXsmall: "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3003
|
-
ddsFontHeadingSmall: "600 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3004
|
-
ddsFontHeadingMedium: "500 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3005
|
-
ddsFontHeadingLarge: "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
3006
|
-
ddsFontHeadingXlarge: "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.35 'IBM Plex Sans', Arial, sans-serif";
|
|
3007
|
-
ddsFontHeadingXxlarge: "300 clamp(3rem, 1.333rem + 4.444vw, 4rem)/1.2 'IBM Plex Sans', Arial, sans-serif";
|
|
3008
|
-
ddsFontLeadMedium: "300 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif";
|
|
3009
|
-
ddsFontCodeMedium: "400 1.125rem/1.5 'IBM Plex Mono', 'Courier New', monospace";
|
|
3010
|
-
ddsFontHeadingXxlargeLetterSpacing: "-0.01em";
|
|
3011
|
-
ddsFontHeadingXxlargeParagraphSpacing: "0.4em";
|
|
3012
|
-
ddsFontHeadingXxlargeParagraphSpacingNumberEm: 0.4;
|
|
3013
|
-
ddsFontHeadingXlargeLetterSpacing: "-0.01em";
|
|
3014
|
-
ddsFontHeadingXlargeParagraphSpacing: "0.4em";
|
|
3015
|
-
ddsFontHeadingXlargeParagraphSpacingNumberEm: 0.4;
|
|
3016
|
-
ddsFontHeadingLargeLetterSpacing: "0em";
|
|
3017
|
-
ddsFontHeadingLargeParagraphSpacing: "0.4em";
|
|
3018
|
-
ddsFontHeadingLargeParagraphSpacingNumberEm: 0.4;
|
|
3019
|
-
ddsFontHeadingMediumLetterSpacing: "0em";
|
|
3020
|
-
ddsFontHeadingMediumParagraphSpacing: "0.4em";
|
|
3021
|
-
ddsFontHeadingMediumParagraphSpacingNumberEm: 0.4;
|
|
3022
|
-
ddsFontHeadingSmallLetterSpacing: "0em";
|
|
3023
|
-
ddsFontHeadingSmallParagraphSpacing: "0.4em";
|
|
3024
|
-
ddsFontHeadingSmallParagraphSpacingNumberEm: 0.4;
|
|
3025
|
-
ddsFontHeadingXsmallLetterSpacing: "0em";
|
|
3026
|
-
ddsFontHeadingXsmallParagraphSpacing: "0.4em";
|
|
3027
|
-
ddsFontHeadingXsmallParagraphSpacingNumberEm: 0.4;
|
|
3028
|
-
ddsFontHeadingXxsmallLetterSpacing: "0.01em";
|
|
3029
|
-
ddsFontHeadingXxsmallParagraphSpacing: "0.4em";
|
|
3030
|
-
ddsFontHeadingXxsmallParagraphSpacingNumberEm: 0.4;
|
|
3031
|
-
ddsFontBodyLargeLetterSpacing: "0em";
|
|
3032
|
-
ddsFontBodyLargeParagraphSpacing: "1em";
|
|
3033
|
-
ddsFontBodyLargeParagraphSpacingNumberEm: 1;
|
|
3034
|
-
ddsFontBodyMediumLetterSpacing: "0em";
|
|
3035
|
-
ddsFontBodyMediumParagraphSpacing: "1em";
|
|
3036
|
-
ddsFontBodyMediumParagraphSpacingNumberEm: 1;
|
|
3037
|
-
ddsFontBodySmallLetterSpacing: "0em";
|
|
3038
|
-
ddsFontBodySmallParagraphSpacing: "1em";
|
|
3039
|
-
ddsFontBodySmallParagraphSpacingNumberEm: 1;
|
|
3040
|
-
ddsFontBodyXsmallLetterSpacing: "0.01em";
|
|
3041
|
-
ddsFontBodyXsmallParagraphSpacing: "1em";
|
|
3042
|
-
ddsFontBodyXsmallParagraphSpacingNumberEm: 1;
|
|
3043
|
-
ddsFontLeadMediumLetterSpacing: "0em";
|
|
3044
|
-
ddsFontLeadMediumParagraphSpacing: "0.66em";
|
|
3045
|
-
ddsFontLeadMediumParagraphSpacingNumberEm: 0.66;
|
|
3046
|
-
ddsFontCodeMediumLetterSpacing: "0em";
|
|
3047
|
-
ddsFontCodeMediumParagraphSpacing: "1em";
|
|
3048
|
-
ddsFontCodeMediumParagraphSpacingNumberEm: 1;
|
|
3049
|
-
ddsFontLabelMediumLetterSpacing: "0.01em";
|
|
3050
|
-
ddsFontLabelMediumParagraphSpacing: "1em";
|
|
3051
|
-
ddsFontLabelMediumParagraphSpacingNumberEm: 1;
|
|
3052
|
-
};
|
|
3053
|
-
themeName: "core-light" | "core-dark" | "public-light" | "public-dark";
|
|
3054
|
-
};
|
|
3055
1412
|
|
|
3056
1413
|
type Language = 'nb' | 'nn' | 'no' | 'en' | 'se';
|
|
3057
1414
|
|
|
@@ -4691,11 +3048,6 @@ type NativeSelectProps = {
|
|
|
4691
3048
|
readOnly?: InputProps['readOnly'];
|
|
4692
3049
|
} & CommonInputProps & Pick<InputProps, 'componentSize'> & InputIconProps & ComponentPropsWithRef<'select'>;
|
|
4693
3050
|
declare const NativeSelect: ({ ref, id, children, componentSize, label, multiple, readOnly, errorMessage, tip, required, "aria-required": ariaRequired, "aria-describedby": ariaDescribedby, width, className, style, onKeyDown, onMouseDown, clearable, afterLabelContent, onChange, icon, ...rest }: NativeSelectProps) => react_jsx_runtime.JSX.Element;
|
|
4694
|
-
type NativeSelectPlaceholderProps = ComponentPropsWithRef<'option'>;
|
|
4695
|
-
declare const NativeSelectPlaceholder: {
|
|
4696
|
-
({ children, value, ...rest }: NativeSelectPlaceholderProps): react_jsx_runtime.JSX.Element;
|
|
4697
|
-
displayName: string;
|
|
4698
|
-
};
|
|
4699
3051
|
|
|
4700
3052
|
declare const createSelectOptions: <TValue extends string | number>(...args: Array<TValue>) => Array<SelectOption<TValue>>;
|
|
4701
3053
|
|
|
@@ -5221,4 +3573,4 @@ declare const VisuallyHidden: {
|
|
|
5221
3573
|
displayName: string;
|
|
5222
3574
|
};
|
|
5223
3575
|
|
|
5224
|
-
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, type DdsTheme, 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, 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, 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, NativeSelectPlaceholder, type NativeSelectPlaceholderProps, 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 OverflowMenuListItemBaseProps, 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, 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, ThemeContext, ThemeProvider, type ThemeProviderProps, 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, 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 };
|
|
3576
|
+
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, 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, 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 OverflowMenuListItemBaseProps, 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, 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, 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 };
|