@pega/cosmos-react-core 4.0.0-dev.19.1 → 4.0.0-dev.19.3
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/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +18 -31
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +1 -1
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/Drawer.d.ts.map +1 -1
- package/lib/components/AppShell/Drawer.js +25 -12
- package/lib/components/AppShell/Drawer.js.map +1 -1
- package/lib/components/AppShell/NavigationList.d.ts.map +1 -1
- package/lib/components/AppShell/NavigationList.js +3 -3
- package/lib/components/AppShell/NavigationList.js.map +1 -1
- package/lib/components/AppShell/Operator.d.ts +2 -2
- package/lib/components/AppShell/Operator.d.ts.map +1 -1
- package/lib/components/Avatar/Avatar.d.ts +2 -2
- package/lib/components/Avatar/Avatar.d.ts.map +1 -1
- package/lib/components/Backdrop/Backdrop.d.ts +3 -3
- package/lib/components/Backdrop/Backdrop.d.ts.map +1 -1
- package/lib/components/Backdrop/Backdrop.js.map +1 -1
- package/lib/components/Card/CardContent.d.ts +2 -2
- package/lib/components/Card/CardContent.d.ts.map +1 -1
- package/lib/components/Card/CardContent.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.styles.d.ts +1 -1
- package/lib/components/DateTime/utils.d.ts +9 -4
- package/lib/components/DateTime/utils.d.ts.map +1 -1
- package/lib/components/DateTime/utils.js +129 -67
- package/lib/components/DateTime/utils.js.map +1 -1
- package/lib/components/File/FileInput.d.ts +1 -1
- package/lib/components/File/FileInput.d.ts.map +1 -1
- package/lib/components/FormControl/FormControl.d.ts +1 -1
- package/lib/components/FormField/FormField.d.ts +2 -2
- package/lib/components/FormField/FormField.d.ts.map +1 -1
- package/lib/components/FormField/FormField.js.map +1 -1
- package/lib/components/Icon/iconNames.d.ts +1 -1
- package/lib/components/Icon/iconNames.d.ts.map +1 -1
- package/lib/components/Icon/iconNames.js +2 -0
- package/lib/components/Icon/iconNames.js.map +1 -1
- package/lib/components/Icon/icons/semitruck-solid.icon.d.ts +5 -0
- package/lib/components/Icon/icons/semitruck-solid.icon.d.ts.map +1 -0
- package/lib/components/Icon/icons/semitruck-solid.icon.js +7 -0
- package/lib/components/Icon/icons/semitruck-solid.icon.js.map +1 -0
- package/lib/components/Icon/icons/semitruck.icon.d.ts +5 -0
- package/lib/components/Icon/icons/semitruck.icon.d.ts.map +1 -0
- package/lib/components/Icon/icons/semitruck.icon.js +7 -0
- package/lib/components/Icon/icons/semitruck.icon.js.map +1 -0
- package/lib/components/ListToolbar/ListToolbar.types.d.ts +2 -2
- package/lib/components/ListToolbar/ListToolbar.types.d.ts.map +1 -1
- package/lib/components/ListToolbar/ListToolbar.types.js.map +1 -1
- package/lib/components/Modal/Modal.styles.d.ts +1 -1
- package/lib/components/Modal/Modal.styles.d.ts.map +1 -1
- package/lib/components/Modal/ModalManager.js.map +1 -1
- package/lib/components/Number/NumberInput.styles.d.ts +2 -2
- package/lib/components/Text/Text.d.ts +1 -1
- package/lib/components/Text/Text.d.ts.map +1 -1
- package/lib/components/Tree/Tree.d.ts +2 -11
- package/lib/components/Tree/Tree.d.ts.map +1 -1
- package/lib/components/Tree/Tree.js.map +1 -1
- package/lib/theme/ThemeMachine.d.ts +1 -1
- package/lib/theme/ThemeMachine.d.ts.map +1 -1
- package/lib/theme/ThemeMachine.js.map +1 -1
- package/lib/theme/theme.d.ts +549 -549
- package/lib/theme/themes/aries2023DarkTheme.json +1 -0
- package/lib/types/types.d.ts +14 -6
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +1 -1
package/lib/theme/theme.d.ts
CHANGED
|
@@ -1386,100 +1386,67 @@ export declare const BaseThemeMachine: ThemeMachine<{
|
|
|
1386
1386
|
}>;
|
|
1387
1387
|
export declare const WorkTheme: {
|
|
1388
1388
|
readonly base: {
|
|
1389
|
-
readonly scale: number;
|
|
1390
|
-
readonly animation: {
|
|
1391
|
-
readonly speed: string;
|
|
1392
|
-
readonly timing: {
|
|
1393
|
-
readonly ease: string;
|
|
1394
|
-
readonly "ease-in": string;
|
|
1395
|
-
readonly "ease-out": string;
|
|
1396
|
-
};
|
|
1397
|
-
};
|
|
1398
|
-
readonly "font-family": string;
|
|
1399
|
-
readonly "font-size": string;
|
|
1400
|
-
readonly "font-weight": {
|
|
1401
|
-
readonly normal: number;
|
|
1402
|
-
readonly bold: number;
|
|
1403
|
-
readonly "semi-bold": number;
|
|
1404
|
-
};
|
|
1405
|
-
readonly "line-height": string;
|
|
1406
|
-
readonly "z-index": {
|
|
1407
|
-
readonly tooltip: number;
|
|
1408
|
-
readonly alert: number;
|
|
1409
|
-
readonly popover: number;
|
|
1410
|
-
readonly drawer: number;
|
|
1411
|
-
readonly modal: number;
|
|
1412
|
-
readonly backdrop: number;
|
|
1413
|
-
readonly toast: number;
|
|
1414
|
-
};
|
|
1415
|
-
readonly "border-radius": string;
|
|
1416
|
-
readonly spacing: string;
|
|
1417
1389
|
readonly colors: {
|
|
1390
|
+
readonly white: string;
|
|
1418
1391
|
readonly black: string;
|
|
1419
|
-
readonly
|
|
1392
|
+
readonly gray: {
|
|
1393
|
+
readonly "extra-light": string;
|
|
1394
|
+
readonly light: string;
|
|
1420
1395
|
readonly medium: string;
|
|
1421
1396
|
readonly dark: string;
|
|
1422
|
-
readonly light: string;
|
|
1423
|
-
readonly "extra-light": string;
|
|
1424
1397
|
readonly "extra-dark": string;
|
|
1425
1398
|
};
|
|
1426
|
-
readonly
|
|
1399
|
+
readonly slate: {
|
|
1400
|
+
readonly "extra-light": string;
|
|
1401
|
+
readonly light: string;
|
|
1427
1402
|
readonly medium: string;
|
|
1428
1403
|
readonly dark: string;
|
|
1429
|
-
readonly light: string;
|
|
1430
|
-
readonly "extra-light": string;
|
|
1431
1404
|
readonly "extra-dark": string;
|
|
1432
1405
|
};
|
|
1433
|
-
readonly
|
|
1406
|
+
readonly red: {
|
|
1407
|
+
readonly "extra-light": string;
|
|
1408
|
+
readonly light: string;
|
|
1434
1409
|
readonly medium: string;
|
|
1435
1410
|
readonly dark: string;
|
|
1436
|
-
readonly light: string;
|
|
1437
|
-
readonly "extra-light": string;
|
|
1438
1411
|
readonly "extra-dark": string;
|
|
1439
1412
|
};
|
|
1440
1413
|
readonly orange: {
|
|
1414
|
+
readonly "extra-light": string;
|
|
1415
|
+
readonly light: string;
|
|
1441
1416
|
readonly medium: string;
|
|
1442
1417
|
readonly dark: string;
|
|
1443
|
-
readonly light: string;
|
|
1444
|
-
readonly "extra-light": string;
|
|
1445
1418
|
readonly "extra-dark": string;
|
|
1446
1419
|
};
|
|
1447
|
-
readonly
|
|
1420
|
+
readonly green: {
|
|
1421
|
+
readonly "extra-light": string;
|
|
1422
|
+
readonly light: string;
|
|
1448
1423
|
readonly medium: string;
|
|
1449
1424
|
readonly dark: string;
|
|
1450
|
-
readonly light: string;
|
|
1451
|
-
readonly "extra-light": string;
|
|
1452
1425
|
readonly "extra-dark": string;
|
|
1453
1426
|
};
|
|
1454
|
-
readonly
|
|
1427
|
+
readonly blue: {
|
|
1428
|
+
readonly "extra-light": string;
|
|
1429
|
+
readonly light: string;
|
|
1455
1430
|
readonly medium: string;
|
|
1456
1431
|
readonly dark: string;
|
|
1457
|
-
readonly light: string;
|
|
1458
|
-
readonly "extra-light": string;
|
|
1459
1432
|
readonly "extra-dark": string;
|
|
1460
1433
|
};
|
|
1461
|
-
readonly
|
|
1462
|
-
|
|
1434
|
+
readonly purple: {
|
|
1435
|
+
readonly "extra-light": string;
|
|
1436
|
+
readonly light: string;
|
|
1463
1437
|
readonly medium: string;
|
|
1464
1438
|
readonly dark: string;
|
|
1465
|
-
readonly light: string;
|
|
1466
|
-
readonly "extra-light": string;
|
|
1467
1439
|
readonly "extra-dark": string;
|
|
1468
1440
|
};
|
|
1469
|
-
readonly
|
|
1441
|
+
readonly yellow: {
|
|
1442
|
+
readonly "extra-light": string;
|
|
1443
|
+
readonly light: string;
|
|
1470
1444
|
readonly medium: string;
|
|
1471
1445
|
readonly dark: string;
|
|
1472
|
-
readonly light: string;
|
|
1473
|
-
readonly "extra-light": string;
|
|
1474
1446
|
readonly "extra-dark": string;
|
|
1475
1447
|
};
|
|
1476
1448
|
};
|
|
1477
1449
|
readonly palette: {
|
|
1478
|
-
readonly dark: string;
|
|
1479
|
-
readonly light: string;
|
|
1480
|
-
readonly "background-color": string;
|
|
1481
|
-
readonly info: string;
|
|
1482
|
-
readonly success: string;
|
|
1483
1450
|
readonly ai: string;
|
|
1484
1451
|
readonly "app-background": string;
|
|
1485
1452
|
readonly "primary-background": string;
|
|
@@ -1489,24 +1456,48 @@ export declare const WorkTheme: {
|
|
|
1489
1456
|
readonly "brand-secondary": string;
|
|
1490
1457
|
readonly urgent: string;
|
|
1491
1458
|
readonly warn: string;
|
|
1459
|
+
readonly success: string;
|
|
1492
1460
|
readonly pending: string;
|
|
1461
|
+
readonly info: string;
|
|
1493
1462
|
readonly interactive: string;
|
|
1494
1463
|
readonly "border-line": string;
|
|
1495
1464
|
readonly skeleton: string;
|
|
1465
|
+
readonly light: string;
|
|
1466
|
+
readonly dark: string;
|
|
1467
|
+
readonly "background-color": string;
|
|
1496
1468
|
readonly "scrollbar-track": string;
|
|
1497
1469
|
readonly "scrollbar-thumb": string;
|
|
1498
1470
|
readonly "scrollbar-thumb-hover": string;
|
|
1499
1471
|
};
|
|
1472
|
+
readonly "font-family": string;
|
|
1473
|
+
readonly "font-size": string;
|
|
1500
1474
|
readonly "font-scale": string;
|
|
1475
|
+
readonly "font-weight": {
|
|
1476
|
+
readonly bold: number;
|
|
1477
|
+
readonly "semi-bold": number;
|
|
1478
|
+
readonly normal: number;
|
|
1479
|
+
};
|
|
1480
|
+
readonly "line-height": string;
|
|
1481
|
+
readonly scale: number;
|
|
1482
|
+
readonly "border-radius": string;
|
|
1483
|
+
readonly spacing: string;
|
|
1501
1484
|
readonly "hit-area": {
|
|
1502
1485
|
readonly compact: string;
|
|
1503
|
-
readonly mouse: string;
|
|
1504
1486
|
readonly "compact-min": string;
|
|
1487
|
+
readonly mouse: string;
|
|
1505
1488
|
readonly "mouse-min": string;
|
|
1506
1489
|
readonly finger: string;
|
|
1507
1490
|
readonly "finger-min": string;
|
|
1508
1491
|
};
|
|
1509
1492
|
readonly "custom-scrollbar": boolean;
|
|
1493
|
+
readonly animation: {
|
|
1494
|
+
readonly speed: string;
|
|
1495
|
+
readonly timing: {
|
|
1496
|
+
readonly ease: string;
|
|
1497
|
+
readonly "ease-out": string;
|
|
1498
|
+
readonly "ease-in": string;
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1510
1501
|
readonly transparency: {
|
|
1511
1502
|
readonly "transparent-1": number;
|
|
1512
1503
|
readonly "transparent-2": number;
|
|
@@ -1518,330 +1509,250 @@ export declare const WorkTheme: {
|
|
|
1518
1509
|
readonly shadow: {
|
|
1519
1510
|
readonly high: string;
|
|
1520
1511
|
readonly low: string;
|
|
1521
|
-
readonly focus: string;
|
|
1522
1512
|
readonly "high-filter": string;
|
|
1523
1513
|
readonly "low-filter": string;
|
|
1514
|
+
readonly focus: string;
|
|
1524
1515
|
readonly "focus-group": string;
|
|
1525
1516
|
readonly "focus-group-inset": string;
|
|
1526
1517
|
readonly "focus-inset": string;
|
|
1527
1518
|
readonly "focus-solid": string;
|
|
1528
1519
|
readonly "focus-filter": string;
|
|
1529
1520
|
};
|
|
1521
|
+
readonly "z-index": {
|
|
1522
|
+
readonly popover: number;
|
|
1523
|
+
readonly drawer: number;
|
|
1524
|
+
readonly modal: number;
|
|
1525
|
+
readonly alert: number;
|
|
1526
|
+
readonly backdrop: number;
|
|
1527
|
+
readonly toast: number;
|
|
1528
|
+
readonly tooltip: number;
|
|
1529
|
+
};
|
|
1530
1530
|
readonly breakpoints: {
|
|
1531
1531
|
readonly xs: string;
|
|
1532
|
-
readonly xl: string;
|
|
1533
1532
|
readonly sm: string;
|
|
1534
1533
|
readonly md: string;
|
|
1535
1534
|
readonly lg: string;
|
|
1535
|
+
readonly xl: string;
|
|
1536
1536
|
};
|
|
1537
1537
|
readonly "content-width": {
|
|
1538
1538
|
readonly xs: string;
|
|
1539
|
-
readonly xl: string;
|
|
1540
1539
|
readonly sm: string;
|
|
1541
1540
|
readonly md: string;
|
|
1542
1541
|
readonly lg: string;
|
|
1542
|
+
readonly xl: string;
|
|
1543
1543
|
};
|
|
1544
1544
|
readonly "icon-set": string;
|
|
1545
1545
|
};
|
|
1546
1546
|
readonly components: {
|
|
1547
|
-
readonly
|
|
1548
|
-
readonly
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
readonly
|
|
1552
|
-
readonly
|
|
1553
|
-
readonly padding: string;
|
|
1547
|
+
readonly "app-shell": {
|
|
1548
|
+
readonly nav: {
|
|
1549
|
+
readonly "background-color": string;
|
|
1550
|
+
};
|
|
1551
|
+
readonly header: {
|
|
1552
|
+
readonly "background-color": string;
|
|
1554
1553
|
};
|
|
1555
|
-
readonly "border-radius": number;
|
|
1556
|
-
readonly "border-width": string;
|
|
1557
|
-
readonly "secondary-color": string;
|
|
1558
|
-
readonly "focus-shadow": string;
|
|
1559
1554
|
};
|
|
1560
|
-
readonly
|
|
1555
|
+
readonly avatar: {
|
|
1556
|
+
readonly "background-color": string;
|
|
1561
1557
|
readonly "border-radius": string;
|
|
1562
1558
|
};
|
|
1563
|
-
readonly
|
|
1564
|
-
readonly
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
readonly
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
readonly
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
readonly
|
|
1559
|
+
readonly badges: {
|
|
1560
|
+
readonly status: {
|
|
1561
|
+
readonly success: {
|
|
1562
|
+
readonly foreground: string;
|
|
1563
|
+
readonly background: string;
|
|
1564
|
+
};
|
|
1565
|
+
readonly urgent: {
|
|
1566
|
+
readonly foreground: string;
|
|
1567
|
+
readonly background: string;
|
|
1568
|
+
};
|
|
1569
|
+
readonly warn: {
|
|
1570
|
+
readonly foreground: string;
|
|
1571
|
+
readonly background: string;
|
|
1572
|
+
};
|
|
1573
|
+
readonly pending: {
|
|
1574
|
+
readonly foreground: string;
|
|
1575
|
+
readonly background: string;
|
|
1576
|
+
};
|
|
1577
|
+
readonly info: {
|
|
1578
|
+
readonly foreground: string;
|
|
1579
|
+
readonly background: string;
|
|
1580
|
+
};
|
|
1578
1581
|
};
|
|
1579
|
-
readonly
|
|
1580
|
-
readonly
|
|
1581
|
-
readonly
|
|
1582
|
+
readonly tag: {
|
|
1583
|
+
readonly foreground: string;
|
|
1584
|
+
readonly background: string;
|
|
1582
1585
|
};
|
|
1583
|
-
readonly
|
|
1584
|
-
readonly
|
|
1585
|
-
|
|
1586
|
+
readonly count: {
|
|
1587
|
+
readonly default: {
|
|
1588
|
+
readonly foreground: string;
|
|
1589
|
+
readonly background: string;
|
|
1590
|
+
};
|
|
1591
|
+
readonly urgent: {
|
|
1592
|
+
readonly foreground: string;
|
|
1593
|
+
readonly background: string;
|
|
1594
|
+
};
|
|
1586
1595
|
};
|
|
1587
|
-
readonly
|
|
1588
|
-
readonly
|
|
1589
|
-
|
|
1596
|
+
readonly selectable: {
|
|
1597
|
+
readonly base: {
|
|
1598
|
+
readonly foreground: string;
|
|
1599
|
+
readonly background: string;
|
|
1600
|
+
};
|
|
1590
1601
|
};
|
|
1591
|
-
readonly
|
|
1592
|
-
readonly
|
|
1593
|
-
|
|
1602
|
+
readonly alert: {
|
|
1603
|
+
readonly urgent: {
|
|
1604
|
+
readonly background: string;
|
|
1605
|
+
};
|
|
1606
|
+
readonly success: {
|
|
1607
|
+
readonly background: string;
|
|
1608
|
+
};
|
|
1609
|
+
readonly base: {
|
|
1610
|
+
readonly "border-color": string;
|
|
1611
|
+
};
|
|
1594
1612
|
};
|
|
1595
|
-
readonly
|
|
1596
|
-
readonly "
|
|
1597
|
-
readonly "
|
|
1613
|
+
readonly keyboard: {
|
|
1614
|
+
readonly "background-color": string;
|
|
1615
|
+
readonly "border-color": string;
|
|
1598
1616
|
};
|
|
1599
1617
|
};
|
|
1600
|
-
readonly
|
|
1601
|
-
readonly
|
|
1602
|
-
|
|
1603
|
-
readonly
|
|
1604
|
-
readonly "vertical-inner": boolean;
|
|
1605
|
-
readonly "vertical-outer": boolean;
|
|
1618
|
+
readonly banner: {
|
|
1619
|
+
readonly "icon-color": string;
|
|
1620
|
+
readonly urgent: {
|
|
1621
|
+
readonly background: string;
|
|
1606
1622
|
};
|
|
1607
|
-
readonly
|
|
1608
|
-
readonly
|
|
1609
|
-
readonly "border-color": string;
|
|
1610
|
-
readonly "border-width": string;
|
|
1611
|
-
readonly "foreground-color": string;
|
|
1612
|
-
readonly "vertical-spacing": number;
|
|
1613
|
-
readonly "horizontal-spacing": number;
|
|
1623
|
+
readonly warning: {
|
|
1624
|
+
readonly background: string;
|
|
1614
1625
|
};
|
|
1615
|
-
readonly
|
|
1616
|
-
readonly
|
|
1617
|
-
readonly "font-size": string;
|
|
1618
|
-
readonly "font-weight": string;
|
|
1619
|
-
readonly "border-color": string;
|
|
1620
|
-
readonly "border-width": string;
|
|
1621
|
-
readonly "foreground-color": string;
|
|
1622
|
-
readonly "vertical-spacing": number;
|
|
1623
|
-
readonly "horizontal-spacing": number;
|
|
1626
|
+
readonly success: {
|
|
1627
|
+
readonly background: string;
|
|
1624
1628
|
};
|
|
1625
|
-
readonly
|
|
1626
|
-
readonly
|
|
1627
|
-
readonly "horizontal-outer": boolean;
|
|
1628
|
-
readonly "vertical-inner": boolean;
|
|
1629
|
-
readonly "vertical-outer": boolean;
|
|
1629
|
+
readonly info: {
|
|
1630
|
+
readonly background: string;
|
|
1630
1631
|
};
|
|
1631
1632
|
};
|
|
1632
|
-
readonly
|
|
1633
|
-
readonly "background-color": string;
|
|
1634
|
-
readonly "foreground-color": string;
|
|
1635
|
-
};
|
|
1636
|
-
readonly input: {
|
|
1633
|
+
readonly button: {
|
|
1637
1634
|
readonly height: string;
|
|
1638
|
-
readonly padding: string;
|
|
1639
|
-
readonly "background-color": string;
|
|
1640
|
-
readonly "border-color": string;
|
|
1641
|
-
readonly "border-radius": string;
|
|
1642
1635
|
readonly "border-width": string;
|
|
1643
|
-
|
|
1644
|
-
readonly label: {
|
|
1645
|
-
readonly color: string;
|
|
1646
|
-
readonly "font-size": string;
|
|
1647
|
-
readonly "font-weight": string;
|
|
1648
|
-
};
|
|
1649
|
-
readonly link: {
|
|
1636
|
+
readonly "border-radius": number;
|
|
1650
1637
|
readonly color: string;
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
readonly "background-color": string;
|
|
1654
|
-
readonly "font-weight": string;
|
|
1655
|
-
};
|
|
1656
|
-
readonly select: {
|
|
1657
|
-
readonly height: string;
|
|
1638
|
+
readonly "secondary-color": string;
|
|
1639
|
+
readonly "focus-shadow": string;
|
|
1658
1640
|
readonly padding: string;
|
|
1659
|
-
readonly
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
};
|
|
1663
|
-
readonly switch: {
|
|
1664
|
-
readonly height: string;
|
|
1665
|
-
readonly width: string;
|
|
1666
|
-
readonly on: {
|
|
1667
|
-
readonly color: string;
|
|
1668
|
-
};
|
|
1669
|
-
readonly off: {
|
|
1670
|
-
readonly color: string;
|
|
1671
|
-
};
|
|
1672
|
-
readonly "touch-height": string;
|
|
1673
|
-
readonly "touch-width": string;
|
|
1674
|
-
};
|
|
1675
|
-
readonly banner: {
|
|
1676
|
-
readonly info: {
|
|
1677
|
-
readonly background: string;
|
|
1678
|
-
};
|
|
1679
|
-
readonly warning: {
|
|
1680
|
-
readonly background: string;
|
|
1681
|
-
};
|
|
1682
|
-
readonly success: {
|
|
1683
|
-
readonly background: string;
|
|
1684
|
-
};
|
|
1685
|
-
readonly urgent: {
|
|
1686
|
-
readonly background: string;
|
|
1687
|
-
};
|
|
1688
|
-
readonly "icon-color": string;
|
|
1689
|
-
};
|
|
1690
|
-
readonly "app-shell": {
|
|
1691
|
-
readonly header: {
|
|
1692
|
-
readonly "background-color": string;
|
|
1693
|
-
};
|
|
1694
|
-
readonly nav: {
|
|
1695
|
-
readonly "background-color": string;
|
|
1696
|
-
};
|
|
1697
|
-
};
|
|
1698
|
-
readonly avatar: {
|
|
1699
|
-
readonly "background-color": string;
|
|
1700
|
-
readonly "border-radius": string;
|
|
1701
|
-
};
|
|
1702
|
-
readonly badges: {
|
|
1703
|
-
readonly alert: {
|
|
1704
|
-
readonly base: {
|
|
1705
|
-
readonly "border-color": string;
|
|
1706
|
-
};
|
|
1707
|
-
readonly success: {
|
|
1708
|
-
readonly background: string;
|
|
1709
|
-
};
|
|
1710
|
-
readonly urgent: {
|
|
1711
|
-
readonly background: string;
|
|
1712
|
-
};
|
|
1713
|
-
};
|
|
1714
|
-
readonly status: {
|
|
1715
|
-
readonly info: {
|
|
1716
|
-
readonly background: string;
|
|
1717
|
-
readonly foreground: string;
|
|
1718
|
-
};
|
|
1719
|
-
readonly success: {
|
|
1720
|
-
readonly background: string;
|
|
1721
|
-
readonly foreground: string;
|
|
1722
|
-
};
|
|
1723
|
-
readonly urgent: {
|
|
1724
|
-
readonly background: string;
|
|
1725
|
-
readonly foreground: string;
|
|
1726
|
-
};
|
|
1727
|
-
readonly warn: {
|
|
1728
|
-
readonly background: string;
|
|
1729
|
-
readonly foreground: string;
|
|
1730
|
-
};
|
|
1731
|
-
readonly pending: {
|
|
1732
|
-
readonly background: string;
|
|
1733
|
-
readonly foreground: string;
|
|
1734
|
-
};
|
|
1735
|
-
};
|
|
1736
|
-
readonly count: {
|
|
1737
|
-
readonly default: {
|
|
1738
|
-
readonly background: string;
|
|
1739
|
-
readonly foreground: string;
|
|
1740
|
-
};
|
|
1741
|
-
readonly urgent: {
|
|
1742
|
-
readonly background: string;
|
|
1743
|
-
readonly foreground: string;
|
|
1744
|
-
};
|
|
1745
|
-
};
|
|
1746
|
-
readonly tag: {
|
|
1747
|
-
readonly background: string;
|
|
1748
|
-
readonly foreground: string;
|
|
1749
|
-
};
|
|
1750
|
-
readonly selectable: {
|
|
1751
|
-
readonly base: {
|
|
1752
|
-
readonly background: string;
|
|
1753
|
-
readonly foreground: string;
|
|
1754
|
-
};
|
|
1755
|
-
};
|
|
1756
|
-
readonly keyboard: {
|
|
1757
|
-
readonly "background-color": string;
|
|
1758
|
-
readonly "border-color": string;
|
|
1641
|
+
readonly touch: {
|
|
1642
|
+
readonly height: string;
|
|
1643
|
+
readonly padding: string;
|
|
1759
1644
|
};
|
|
1760
1645
|
};
|
|
1761
1646
|
readonly card: {
|
|
1762
|
-
readonly
|
|
1647
|
+
readonly "border-radius": string;
|
|
1763
1648
|
readonly background: string;
|
|
1649
|
+
readonly padding: string;
|
|
1764
1650
|
readonly "border-color": string;
|
|
1651
|
+
};
|
|
1652
|
+
readonly checkbox: {
|
|
1765
1653
|
readonly "border-radius": string;
|
|
1766
1654
|
};
|
|
1767
1655
|
readonly "form-control": {
|
|
1768
|
-
readonly
|
|
1656
|
+
readonly "foreground-color": string;
|
|
1769
1657
|
readonly "background-color": string;
|
|
1770
1658
|
readonly "border-color": string;
|
|
1771
|
-
readonly "border-radius": number;
|
|
1772
1659
|
readonly "border-width": string;
|
|
1773
|
-
readonly "
|
|
1660
|
+
readonly "border-radius": number;
|
|
1661
|
+
readonly padding: string;
|
|
1662
|
+
readonly ":hover": {
|
|
1774
1663
|
readonly "border-color": string;
|
|
1775
1664
|
};
|
|
1776
|
-
readonly ":
|
|
1777
|
-
readonly "background-color": string;
|
|
1665
|
+
readonly ":active": {
|
|
1778
1666
|
readonly "border-color": string;
|
|
1779
1667
|
};
|
|
1780
1668
|
readonly ":focus": {
|
|
1781
|
-
readonly "box-shadow": string;
|
|
1782
1669
|
readonly "border-color": string;
|
|
1670
|
+
readonly "box-shadow": string;
|
|
1783
1671
|
};
|
|
1784
|
-
readonly ":
|
|
1672
|
+
readonly ":disabled": {
|
|
1673
|
+
readonly "background-color": string;
|
|
1785
1674
|
readonly "border-color": string;
|
|
1786
1675
|
};
|
|
1787
1676
|
readonly ":read-only": {
|
|
1788
1677
|
readonly "background-color": string;
|
|
1789
1678
|
readonly "border-color": string;
|
|
1790
1679
|
};
|
|
1791
|
-
readonly "foreground-color": string;
|
|
1792
1680
|
};
|
|
1793
1681
|
readonly "form-field": {
|
|
1794
1682
|
readonly error: {
|
|
1795
1683
|
readonly "status-color": string;
|
|
1796
1684
|
};
|
|
1797
|
-
readonly
|
|
1685
|
+
readonly success: {
|
|
1798
1686
|
readonly "status-color": string;
|
|
1799
1687
|
};
|
|
1800
|
-
readonly
|
|
1688
|
+
readonly warning: {
|
|
1801
1689
|
readonly "status-color": string;
|
|
1802
1690
|
};
|
|
1803
1691
|
readonly pending: {
|
|
1804
1692
|
readonly "status-color": string;
|
|
1805
1693
|
};
|
|
1806
1694
|
};
|
|
1695
|
+
readonly input: {
|
|
1696
|
+
readonly height: string;
|
|
1697
|
+
readonly padding: string;
|
|
1698
|
+
readonly "background-color": string;
|
|
1699
|
+
readonly "border-color": string;
|
|
1700
|
+
readonly "border-width": string;
|
|
1701
|
+
readonly "border-radius": string;
|
|
1702
|
+
};
|
|
1807
1703
|
readonly "interaction-timer": {
|
|
1808
1704
|
readonly "notification-indicator": string;
|
|
1809
1705
|
readonly sla: {
|
|
1810
1706
|
readonly goal: {
|
|
1811
1707
|
readonly progress: {
|
|
1812
|
-
readonly "secondary-color": string;
|
|
1813
1708
|
readonly "primary-color": string;
|
|
1709
|
+
readonly "secondary-color": string;
|
|
1814
1710
|
};
|
|
1815
1711
|
};
|
|
1816
1712
|
readonly deadline: {
|
|
1817
1713
|
readonly progress: {
|
|
1818
|
-
readonly "secondary-color": string;
|
|
1819
1714
|
readonly "primary-color": string;
|
|
1715
|
+
readonly "secondary-color": string;
|
|
1820
1716
|
};
|
|
1821
1717
|
};
|
|
1822
1718
|
readonly "past-deadline": {
|
|
1823
1719
|
readonly progress: {
|
|
1824
|
-
readonly "secondary-color": string;
|
|
1825
1720
|
readonly "primary-color": string;
|
|
1721
|
+
readonly "secondary-color": string;
|
|
1826
1722
|
};
|
|
1827
1723
|
};
|
|
1828
1724
|
};
|
|
1829
1725
|
};
|
|
1830
|
-
readonly
|
|
1831
|
-
readonly
|
|
1726
|
+
readonly label: {
|
|
1727
|
+
readonly color: string;
|
|
1728
|
+
readonly "font-size": string;
|
|
1729
|
+
readonly "font-weight": string;
|
|
1730
|
+
};
|
|
1731
|
+
readonly link: {
|
|
1732
|
+
readonly color: string;
|
|
1733
|
+
};
|
|
1734
|
+
readonly mark: {
|
|
1832
1735
|
readonly "background-color": string;
|
|
1736
|
+
readonly "font-weight": string;
|
|
1737
|
+
};
|
|
1738
|
+
readonly progress: {
|
|
1739
|
+
readonly "progress-color": string;
|
|
1740
|
+
};
|
|
1741
|
+
readonly "radio-check": {
|
|
1833
1742
|
readonly "border-color": string;
|
|
1834
1743
|
readonly "border-width": string;
|
|
1835
|
-
readonly "
|
|
1836
|
-
|
|
1837
|
-
readonly "border-color": string;
|
|
1838
|
-
};
|
|
1744
|
+
readonly "background-color": string;
|
|
1745
|
+
readonly "foreground-color": string;
|
|
1839
1746
|
readonly label: {
|
|
1840
1747
|
readonly color: string;
|
|
1841
1748
|
readonly "font-weight": string;
|
|
1842
1749
|
};
|
|
1843
|
-
readonly
|
|
1750
|
+
readonly size: string;
|
|
1844
1751
|
readonly "touch-size": string;
|
|
1752
|
+
readonly ":checked": {
|
|
1753
|
+
readonly "background-color": string;
|
|
1754
|
+
readonly "border-color": string;
|
|
1755
|
+
};
|
|
1845
1756
|
};
|
|
1846
1757
|
readonly "radio-button": {
|
|
1847
1758
|
readonly "border-radius": string;
|
|
@@ -1852,28 +1763,75 @@ export declare const WorkTheme: {
|
|
|
1852
1763
|
readonly "search-input": {
|
|
1853
1764
|
readonly "border-radius": number;
|
|
1854
1765
|
};
|
|
1766
|
+
readonly select: {
|
|
1767
|
+
readonly height: string;
|
|
1768
|
+
readonly padding: string;
|
|
1769
|
+
readonly "border-color": string;
|
|
1770
|
+
readonly "border-width": string;
|
|
1771
|
+
readonly "border-radius": string;
|
|
1772
|
+
};
|
|
1855
1773
|
readonly sentiment: {
|
|
1856
|
-
readonly
|
|
1774
|
+
readonly positive: {
|
|
1857
1775
|
readonly color: string;
|
|
1858
1776
|
};
|
|
1859
|
-
readonly
|
|
1777
|
+
readonly negative: {
|
|
1860
1778
|
readonly color: string;
|
|
1861
1779
|
};
|
|
1862
1780
|
readonly neutral: {
|
|
1863
1781
|
readonly color: string;
|
|
1864
1782
|
};
|
|
1865
1783
|
};
|
|
1784
|
+
readonly switch: {
|
|
1785
|
+
readonly height: string;
|
|
1786
|
+
readonly width: string;
|
|
1787
|
+
readonly "touch-height": string;
|
|
1788
|
+
readonly "touch-width": string;
|
|
1789
|
+
readonly off: {
|
|
1790
|
+
readonly color: string;
|
|
1791
|
+
};
|
|
1792
|
+
readonly on: {
|
|
1793
|
+
readonly color: string;
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1796
|
+
readonly table: {
|
|
1797
|
+
readonly header: {
|
|
1798
|
+
readonly "font-size": string;
|
|
1799
|
+
readonly "font-weight": string;
|
|
1800
|
+
readonly "foreground-color": string;
|
|
1801
|
+
readonly "background-color": string;
|
|
1802
|
+
readonly "vertical-spacing": number;
|
|
1803
|
+
readonly "horizontal-spacing": number;
|
|
1804
|
+
readonly "border-width": string;
|
|
1805
|
+
readonly "border-color": string;
|
|
1806
|
+
};
|
|
1807
|
+
readonly body: {
|
|
1808
|
+
readonly "foreground-color": string;
|
|
1809
|
+
readonly "background-color": string;
|
|
1810
|
+
readonly "vertical-spacing": number;
|
|
1811
|
+
readonly "horizontal-spacing": number;
|
|
1812
|
+
readonly "border-width": string;
|
|
1813
|
+
readonly "border-color": string;
|
|
1814
|
+
};
|
|
1815
|
+
readonly border: {
|
|
1816
|
+
readonly "horizontal-inner": boolean;
|
|
1817
|
+
readonly "horizontal-outer": boolean;
|
|
1818
|
+
readonly "vertical-inner": boolean;
|
|
1819
|
+
readonly "vertical-outer": boolean;
|
|
1820
|
+
};
|
|
1821
|
+
readonly spacing: {
|
|
1822
|
+
readonly "horizontal-inner": boolean;
|
|
1823
|
+
readonly "horizontal-outer": boolean;
|
|
1824
|
+
readonly "vertical-inner": boolean;
|
|
1825
|
+
readonly "vertical-outer": boolean;
|
|
1826
|
+
};
|
|
1827
|
+
};
|
|
1866
1828
|
readonly "task-manager": {
|
|
1867
1829
|
readonly "task-icon": {
|
|
1868
|
-
readonly action: {
|
|
1869
|
-
readonly background: string;
|
|
1870
|
-
readonly foreground: string;
|
|
1871
|
-
};
|
|
1872
1830
|
readonly banner: {
|
|
1873
1831
|
readonly background: string;
|
|
1874
1832
|
readonly foreground: string;
|
|
1875
1833
|
};
|
|
1876
|
-
readonly
|
|
1834
|
+
readonly action: {
|
|
1877
1835
|
readonly background: string;
|
|
1878
1836
|
readonly foreground: string;
|
|
1879
1837
|
};
|
|
@@ -1885,6 +1843,10 @@ export declare const WorkTheme: {
|
|
|
1885
1843
|
readonly background: string;
|
|
1886
1844
|
readonly foreground: string;
|
|
1887
1845
|
};
|
|
1846
|
+
readonly suggested: {
|
|
1847
|
+
readonly background: string;
|
|
1848
|
+
readonly foreground: string;
|
|
1849
|
+
};
|
|
1888
1850
|
readonly queued: {
|
|
1889
1851
|
readonly background: string;
|
|
1890
1852
|
readonly foreground: string;
|
|
@@ -1899,110 +1861,115 @@ export declare const WorkTheme: {
|
|
|
1899
1861
|
};
|
|
1900
1862
|
};
|
|
1901
1863
|
};
|
|
1902
|
-
readonly
|
|
1903
|
-
readonly
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
};
|
|
1907
|
-
};
|
|
1908
|
-
export declare const ResetTheme: DefaultSettableTheme;
|
|
1909
|
-
export declare const defaultThemeProp: Readonly<{
|
|
1910
|
-
theme: {
|
|
1911
|
-
readonly base: {
|
|
1912
|
-
readonly scale: number;
|
|
1913
|
-
readonly animation: {
|
|
1914
|
-
readonly speed: string;
|
|
1915
|
-
readonly timing: {
|
|
1916
|
-
readonly ease: string;
|
|
1917
|
-
readonly "ease-in": string;
|
|
1918
|
-
readonly "ease-out": string;
|
|
1919
|
-
};
|
|
1864
|
+
readonly text: {
|
|
1865
|
+
readonly primary: {
|
|
1866
|
+
readonly "font-size": string;
|
|
1867
|
+
readonly "font-weight": string;
|
|
1920
1868
|
};
|
|
1921
|
-
readonly
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
readonly normal: number;
|
|
1925
|
-
readonly bold: number;
|
|
1926
|
-
readonly "semi-bold": number;
|
|
1869
|
+
readonly secondary: {
|
|
1870
|
+
readonly "font-size": string;
|
|
1871
|
+
readonly "font-weight": string;
|
|
1927
1872
|
};
|
|
1928
|
-
readonly
|
|
1929
|
-
|
|
1930
|
-
readonly
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
readonly
|
|
1934
|
-
readonly
|
|
1935
|
-
|
|
1936
|
-
|
|
1873
|
+
readonly h1: {
|
|
1874
|
+
readonly "font-size": string;
|
|
1875
|
+
readonly "font-weight": string;
|
|
1876
|
+
};
|
|
1877
|
+
readonly h2: {
|
|
1878
|
+
readonly "font-size": string;
|
|
1879
|
+
readonly "font-weight": string;
|
|
1880
|
+
};
|
|
1881
|
+
readonly h3: {
|
|
1882
|
+
readonly "font-size": string;
|
|
1883
|
+
readonly "font-weight": string;
|
|
1884
|
+
};
|
|
1885
|
+
readonly h4: {
|
|
1886
|
+
readonly "font-size": string;
|
|
1887
|
+
readonly "font-weight": string;
|
|
1888
|
+
};
|
|
1889
|
+
readonly h5: {
|
|
1890
|
+
readonly "font-size": string;
|
|
1891
|
+
readonly "font-weight": string;
|
|
1892
|
+
};
|
|
1893
|
+
readonly h6: {
|
|
1894
|
+
readonly "font-size": string;
|
|
1895
|
+
readonly "font-weight": string;
|
|
1937
1896
|
};
|
|
1938
|
-
|
|
1939
|
-
|
|
1897
|
+
};
|
|
1898
|
+
readonly "text-area": {
|
|
1899
|
+
readonly "min-height": string;
|
|
1900
|
+
readonly padding: string;
|
|
1901
|
+
};
|
|
1902
|
+
readonly tooltip: {
|
|
1903
|
+
readonly "foreground-color": string;
|
|
1904
|
+
readonly "background-color": string;
|
|
1905
|
+
};
|
|
1906
|
+
};
|
|
1907
|
+
};
|
|
1908
|
+
export declare const ResetTheme: DefaultSettableTheme;
|
|
1909
|
+
export declare const defaultThemeProp: Readonly<{
|
|
1910
|
+
theme: {
|
|
1911
|
+
readonly base: {
|
|
1940
1912
|
readonly colors: {
|
|
1913
|
+
readonly white: string;
|
|
1941
1914
|
readonly black: string;
|
|
1942
|
-
readonly
|
|
1915
|
+
readonly gray: {
|
|
1916
|
+
readonly "extra-light": string;
|
|
1917
|
+
readonly light: string;
|
|
1943
1918
|
readonly medium: string;
|
|
1944
1919
|
readonly dark: string;
|
|
1945
|
-
readonly light: string;
|
|
1946
|
-
readonly "extra-light": string;
|
|
1947
1920
|
readonly "extra-dark": string;
|
|
1948
1921
|
};
|
|
1949
|
-
readonly
|
|
1922
|
+
readonly slate: {
|
|
1923
|
+
readonly "extra-light": string;
|
|
1924
|
+
readonly light: string;
|
|
1950
1925
|
readonly medium: string;
|
|
1951
1926
|
readonly dark: string;
|
|
1952
|
-
readonly light: string;
|
|
1953
|
-
readonly "extra-light": string;
|
|
1954
1927
|
readonly "extra-dark": string;
|
|
1955
1928
|
};
|
|
1956
|
-
readonly
|
|
1929
|
+
readonly red: {
|
|
1930
|
+
readonly "extra-light": string;
|
|
1931
|
+
readonly light: string;
|
|
1957
1932
|
readonly medium: string;
|
|
1958
1933
|
readonly dark: string;
|
|
1959
|
-
readonly light: string;
|
|
1960
|
-
readonly "extra-light": string;
|
|
1961
1934
|
readonly "extra-dark": string;
|
|
1962
1935
|
};
|
|
1963
1936
|
readonly orange: {
|
|
1937
|
+
readonly "extra-light": string;
|
|
1938
|
+
readonly light: string;
|
|
1964
1939
|
readonly medium: string;
|
|
1965
1940
|
readonly dark: string;
|
|
1966
|
-
readonly light: string;
|
|
1967
|
-
readonly "extra-light": string;
|
|
1968
1941
|
readonly "extra-dark": string;
|
|
1969
1942
|
};
|
|
1970
|
-
readonly
|
|
1943
|
+
readonly green: {
|
|
1944
|
+
readonly "extra-light": string;
|
|
1945
|
+
readonly light: string;
|
|
1971
1946
|
readonly medium: string;
|
|
1972
1947
|
readonly dark: string;
|
|
1973
|
-
readonly light: string;
|
|
1974
|
-
readonly "extra-light": string;
|
|
1975
1948
|
readonly "extra-dark": string;
|
|
1976
1949
|
};
|
|
1977
|
-
readonly
|
|
1950
|
+
readonly blue: {
|
|
1951
|
+
readonly "extra-light": string;
|
|
1952
|
+
readonly light: string;
|
|
1978
1953
|
readonly medium: string;
|
|
1979
1954
|
readonly dark: string;
|
|
1980
|
-
readonly light: string;
|
|
1981
|
-
readonly "extra-light": string;
|
|
1982
1955
|
readonly "extra-dark": string;
|
|
1983
1956
|
};
|
|
1984
|
-
readonly
|
|
1985
|
-
|
|
1957
|
+
readonly purple: {
|
|
1958
|
+
readonly "extra-light": string;
|
|
1959
|
+
readonly light: string;
|
|
1986
1960
|
readonly medium: string;
|
|
1987
1961
|
readonly dark: string;
|
|
1988
|
-
readonly light: string;
|
|
1989
|
-
readonly "extra-light": string;
|
|
1990
1962
|
readonly "extra-dark": string;
|
|
1991
1963
|
};
|
|
1992
|
-
readonly
|
|
1964
|
+
readonly yellow: {
|
|
1965
|
+
readonly "extra-light": string;
|
|
1966
|
+
readonly light: string;
|
|
1993
1967
|
readonly medium: string;
|
|
1994
1968
|
readonly dark: string;
|
|
1995
|
-
readonly light: string;
|
|
1996
|
-
readonly "extra-light": string;
|
|
1997
1969
|
readonly "extra-dark": string;
|
|
1998
1970
|
};
|
|
1999
1971
|
};
|
|
2000
1972
|
readonly palette: {
|
|
2001
|
-
readonly dark: string;
|
|
2002
|
-
readonly light: string;
|
|
2003
|
-
readonly "background-color": string;
|
|
2004
|
-
readonly info: string;
|
|
2005
|
-
readonly success: string;
|
|
2006
1973
|
readonly ai: string;
|
|
2007
1974
|
readonly "app-background": string;
|
|
2008
1975
|
readonly "primary-background": string;
|
|
@@ -2012,24 +1979,48 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2012
1979
|
readonly "brand-secondary": string;
|
|
2013
1980
|
readonly urgent: string;
|
|
2014
1981
|
readonly warn: string;
|
|
1982
|
+
readonly success: string;
|
|
2015
1983
|
readonly pending: string;
|
|
1984
|
+
readonly info: string;
|
|
2016
1985
|
readonly interactive: string;
|
|
2017
1986
|
readonly "border-line": string;
|
|
2018
1987
|
readonly skeleton: string;
|
|
1988
|
+
readonly light: string;
|
|
1989
|
+
readonly dark: string;
|
|
1990
|
+
readonly "background-color": string;
|
|
2019
1991
|
readonly "scrollbar-track": string;
|
|
2020
1992
|
readonly "scrollbar-thumb": string;
|
|
2021
1993
|
readonly "scrollbar-thumb-hover": string;
|
|
2022
1994
|
};
|
|
1995
|
+
readonly "font-family": string;
|
|
1996
|
+
readonly "font-size": string;
|
|
2023
1997
|
readonly "font-scale": string;
|
|
1998
|
+
readonly "font-weight": {
|
|
1999
|
+
readonly bold: number;
|
|
2000
|
+
readonly "semi-bold": number;
|
|
2001
|
+
readonly normal: number;
|
|
2002
|
+
};
|
|
2003
|
+
readonly "line-height": string;
|
|
2004
|
+
readonly scale: number;
|
|
2005
|
+
readonly "border-radius": string;
|
|
2006
|
+
readonly spacing: string;
|
|
2024
2007
|
readonly "hit-area": {
|
|
2025
2008
|
readonly compact: string;
|
|
2026
|
-
readonly mouse: string;
|
|
2027
2009
|
readonly "compact-min": string;
|
|
2010
|
+
readonly mouse: string;
|
|
2028
2011
|
readonly "mouse-min": string;
|
|
2029
2012
|
readonly finger: string;
|
|
2030
2013
|
readonly "finger-min": string;
|
|
2031
2014
|
};
|
|
2032
2015
|
readonly "custom-scrollbar": boolean;
|
|
2016
|
+
readonly animation: {
|
|
2017
|
+
readonly speed: string;
|
|
2018
|
+
readonly timing: {
|
|
2019
|
+
readonly ease: string;
|
|
2020
|
+
readonly "ease-out": string;
|
|
2021
|
+
readonly "ease-in": string;
|
|
2022
|
+
};
|
|
2023
|
+
};
|
|
2033
2024
|
readonly transparency: {
|
|
2034
2025
|
readonly "transparent-1": number;
|
|
2035
2026
|
readonly "transparent-2": number;
|
|
@@ -2041,180 +2032,46 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2041
2032
|
readonly shadow: {
|
|
2042
2033
|
readonly high: string;
|
|
2043
2034
|
readonly low: string;
|
|
2044
|
-
readonly focus: string;
|
|
2045
2035
|
readonly "high-filter": string;
|
|
2046
2036
|
readonly "low-filter": string;
|
|
2037
|
+
readonly focus: string;
|
|
2047
2038
|
readonly "focus-group": string;
|
|
2048
2039
|
readonly "focus-group-inset": string;
|
|
2049
2040
|
readonly "focus-inset": string;
|
|
2050
2041
|
readonly "focus-solid": string;
|
|
2051
2042
|
readonly "focus-filter": string;
|
|
2052
2043
|
};
|
|
2044
|
+
readonly "z-index": {
|
|
2045
|
+
readonly popover: number;
|
|
2046
|
+
readonly drawer: number;
|
|
2047
|
+
readonly modal: number;
|
|
2048
|
+
readonly alert: number;
|
|
2049
|
+
readonly backdrop: number;
|
|
2050
|
+
readonly toast: number;
|
|
2051
|
+
readonly tooltip: number;
|
|
2052
|
+
};
|
|
2053
2053
|
readonly breakpoints: {
|
|
2054
2054
|
readonly xs: string;
|
|
2055
|
-
readonly xl: string;
|
|
2056
2055
|
readonly sm: string;
|
|
2057
2056
|
readonly md: string;
|
|
2058
2057
|
readonly lg: string;
|
|
2058
|
+
readonly xl: string;
|
|
2059
2059
|
};
|
|
2060
2060
|
readonly "content-width": {
|
|
2061
2061
|
readonly xs: string;
|
|
2062
|
-
readonly xl: string;
|
|
2063
2062
|
readonly sm: string;
|
|
2064
2063
|
readonly md: string;
|
|
2065
2064
|
readonly lg: string;
|
|
2065
|
+
readonly xl: string;
|
|
2066
2066
|
};
|
|
2067
2067
|
readonly "icon-set": string;
|
|
2068
2068
|
};
|
|
2069
|
-
readonly components: {
|
|
2070
|
-
readonly button: {
|
|
2071
|
-
readonly color: string;
|
|
2072
|
-
readonly height: string;
|
|
2073
|
-
readonly padding: string;
|
|
2074
|
-
readonly touch: {
|
|
2075
|
-
readonly height: string;
|
|
2076
|
-
readonly padding: string;
|
|
2077
|
-
};
|
|
2078
|
-
readonly "border-radius": number;
|
|
2079
|
-
readonly "border-width": string;
|
|
2080
|
-
readonly "secondary-color": string;
|
|
2081
|
-
readonly "focus-shadow": string;
|
|
2082
|
-
};
|
|
2083
|
-
readonly checkbox: {
|
|
2084
|
-
readonly "border-radius": string;
|
|
2085
|
-
};
|
|
2086
|
-
readonly progress: {
|
|
2087
|
-
readonly "progress-color": string;
|
|
2088
|
-
};
|
|
2089
|
-
readonly text: {
|
|
2090
|
-
readonly h1: {
|
|
2091
|
-
readonly "font-size": string;
|
|
2092
|
-
readonly "font-weight": string;
|
|
2093
|
-
};
|
|
2094
|
-
readonly h2: {
|
|
2095
|
-
readonly "font-size": string;
|
|
2096
|
-
readonly "font-weight": string;
|
|
2097
|
-
};
|
|
2098
|
-
readonly h3: {
|
|
2099
|
-
readonly "font-size": string;
|
|
2100
|
-
readonly "font-weight": string;
|
|
2101
|
-
};
|
|
2102
|
-
readonly h4: {
|
|
2103
|
-
readonly "font-size": string;
|
|
2104
|
-
readonly "font-weight": string;
|
|
2105
|
-
};
|
|
2106
|
-
readonly h5: {
|
|
2107
|
-
readonly "font-size": string;
|
|
2108
|
-
readonly "font-weight": string;
|
|
2109
|
-
};
|
|
2110
|
-
readonly h6: {
|
|
2111
|
-
readonly "font-size": string;
|
|
2112
|
-
readonly "font-weight": string;
|
|
2113
|
-
};
|
|
2114
|
-
readonly primary: {
|
|
2115
|
-
readonly "font-size": string;
|
|
2116
|
-
readonly "font-weight": string;
|
|
2117
|
-
};
|
|
2118
|
-
readonly secondary: {
|
|
2119
|
-
readonly "font-size": string;
|
|
2120
|
-
readonly "font-weight": string;
|
|
2121
|
-
};
|
|
2122
|
-
};
|
|
2123
|
-
readonly table: {
|
|
2124
|
-
readonly border: {
|
|
2125
|
-
readonly "horizontal-inner": boolean;
|
|
2126
|
-
readonly "horizontal-outer": boolean;
|
|
2127
|
-
readonly "vertical-inner": boolean;
|
|
2128
|
-
readonly "vertical-outer": boolean;
|
|
2129
|
-
};
|
|
2130
|
-
readonly body: {
|
|
2131
|
-
readonly "background-color": string;
|
|
2132
|
-
readonly "border-color": string;
|
|
2133
|
-
readonly "border-width": string;
|
|
2134
|
-
readonly "foreground-color": string;
|
|
2135
|
-
readonly "vertical-spacing": number;
|
|
2136
|
-
readonly "horizontal-spacing": number;
|
|
2137
|
-
};
|
|
2138
|
-
readonly header: {
|
|
2139
|
-
readonly "background-color": string;
|
|
2140
|
-
readonly "font-size": string;
|
|
2141
|
-
readonly "font-weight": string;
|
|
2142
|
-
readonly "border-color": string;
|
|
2143
|
-
readonly "border-width": string;
|
|
2144
|
-
readonly "foreground-color": string;
|
|
2145
|
-
readonly "vertical-spacing": number;
|
|
2146
|
-
readonly "horizontal-spacing": number;
|
|
2147
|
-
};
|
|
2148
|
-
readonly spacing: {
|
|
2149
|
-
readonly "horizontal-inner": boolean;
|
|
2150
|
-
readonly "horizontal-outer": boolean;
|
|
2151
|
-
readonly "vertical-inner": boolean;
|
|
2152
|
-
readonly "vertical-outer": boolean;
|
|
2153
|
-
};
|
|
2154
|
-
};
|
|
2155
|
-
readonly tooltip: {
|
|
2156
|
-
readonly "background-color": string;
|
|
2157
|
-
readonly "foreground-color": string;
|
|
2158
|
-
};
|
|
2159
|
-
readonly input: {
|
|
2160
|
-
readonly height: string;
|
|
2161
|
-
readonly padding: string;
|
|
2162
|
-
readonly "background-color": string;
|
|
2163
|
-
readonly "border-color": string;
|
|
2164
|
-
readonly "border-radius": string;
|
|
2165
|
-
readonly "border-width": string;
|
|
2166
|
-
};
|
|
2167
|
-
readonly label: {
|
|
2168
|
-
readonly color: string;
|
|
2169
|
-
readonly "font-size": string;
|
|
2170
|
-
readonly "font-weight": string;
|
|
2171
|
-
};
|
|
2172
|
-
readonly link: {
|
|
2173
|
-
readonly color: string;
|
|
2174
|
-
};
|
|
2175
|
-
readonly mark: {
|
|
2176
|
-
readonly "background-color": string;
|
|
2177
|
-
readonly "font-weight": string;
|
|
2178
|
-
};
|
|
2179
|
-
readonly select: {
|
|
2180
|
-
readonly height: string;
|
|
2181
|
-
readonly padding: string;
|
|
2182
|
-
readonly "border-color": string;
|
|
2183
|
-
readonly "border-radius": string;
|
|
2184
|
-
readonly "border-width": string;
|
|
2185
|
-
};
|
|
2186
|
-
readonly switch: {
|
|
2187
|
-
readonly height: string;
|
|
2188
|
-
readonly width: string;
|
|
2189
|
-
readonly on: {
|
|
2190
|
-
readonly color: string;
|
|
2191
|
-
};
|
|
2192
|
-
readonly off: {
|
|
2193
|
-
readonly color: string;
|
|
2194
|
-
};
|
|
2195
|
-
readonly "touch-height": string;
|
|
2196
|
-
readonly "touch-width": string;
|
|
2197
|
-
};
|
|
2198
|
-
readonly banner: {
|
|
2199
|
-
readonly info: {
|
|
2200
|
-
readonly background: string;
|
|
2201
|
-
};
|
|
2202
|
-
readonly warning: {
|
|
2203
|
-
readonly background: string;
|
|
2204
|
-
};
|
|
2205
|
-
readonly success: {
|
|
2206
|
-
readonly background: string;
|
|
2207
|
-
};
|
|
2208
|
-
readonly urgent: {
|
|
2209
|
-
readonly background: string;
|
|
2210
|
-
};
|
|
2211
|
-
readonly "icon-color": string;
|
|
2212
|
-
};
|
|
2069
|
+
readonly components: {
|
|
2213
2070
|
readonly "app-shell": {
|
|
2214
|
-
readonly
|
|
2071
|
+
readonly nav: {
|
|
2215
2072
|
readonly "background-color": string;
|
|
2216
2073
|
};
|
|
2217
|
-
readonly
|
|
2074
|
+
readonly header: {
|
|
2218
2075
|
readonly "background-color": string;
|
|
2219
2076
|
};
|
|
2220
2077
|
};
|
|
@@ -2223,57 +2080,57 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2223
2080
|
readonly "border-radius": string;
|
|
2224
2081
|
};
|
|
2225
2082
|
readonly badges: {
|
|
2226
|
-
readonly alert: {
|
|
2227
|
-
readonly base: {
|
|
2228
|
-
readonly "border-color": string;
|
|
2229
|
-
};
|
|
2230
|
-
readonly success: {
|
|
2231
|
-
readonly background: string;
|
|
2232
|
-
};
|
|
2233
|
-
readonly urgent: {
|
|
2234
|
-
readonly background: string;
|
|
2235
|
-
};
|
|
2236
|
-
};
|
|
2237
2083
|
readonly status: {
|
|
2238
|
-
readonly info: {
|
|
2239
|
-
readonly background: string;
|
|
2240
|
-
readonly foreground: string;
|
|
2241
|
-
};
|
|
2242
2084
|
readonly success: {
|
|
2243
|
-
readonly background: string;
|
|
2244
2085
|
readonly foreground: string;
|
|
2086
|
+
readonly background: string;
|
|
2245
2087
|
};
|
|
2246
2088
|
readonly urgent: {
|
|
2247
|
-
readonly background: string;
|
|
2248
2089
|
readonly foreground: string;
|
|
2090
|
+
readonly background: string;
|
|
2249
2091
|
};
|
|
2250
2092
|
readonly warn: {
|
|
2251
|
-
readonly background: string;
|
|
2252
2093
|
readonly foreground: string;
|
|
2094
|
+
readonly background: string;
|
|
2253
2095
|
};
|
|
2254
2096
|
readonly pending: {
|
|
2097
|
+
readonly foreground: string;
|
|
2255
2098
|
readonly background: string;
|
|
2099
|
+
};
|
|
2100
|
+
readonly info: {
|
|
2256
2101
|
readonly foreground: string;
|
|
2102
|
+
readonly background: string;
|
|
2257
2103
|
};
|
|
2258
2104
|
};
|
|
2105
|
+
readonly tag: {
|
|
2106
|
+
readonly foreground: string;
|
|
2107
|
+
readonly background: string;
|
|
2108
|
+
};
|
|
2259
2109
|
readonly count: {
|
|
2260
2110
|
readonly default: {
|
|
2261
|
-
readonly background: string;
|
|
2262
2111
|
readonly foreground: string;
|
|
2112
|
+
readonly background: string;
|
|
2263
2113
|
};
|
|
2264
2114
|
readonly urgent: {
|
|
2265
|
-
readonly background: string;
|
|
2266
2115
|
readonly foreground: string;
|
|
2116
|
+
readonly background: string;
|
|
2267
2117
|
};
|
|
2268
2118
|
};
|
|
2269
|
-
readonly tag: {
|
|
2270
|
-
readonly background: string;
|
|
2271
|
-
readonly foreground: string;
|
|
2272
|
-
};
|
|
2273
2119
|
readonly selectable: {
|
|
2274
2120
|
readonly base: {
|
|
2275
|
-
readonly background: string;
|
|
2276
2121
|
readonly foreground: string;
|
|
2122
|
+
readonly background: string;
|
|
2123
|
+
};
|
|
2124
|
+
};
|
|
2125
|
+
readonly alert: {
|
|
2126
|
+
readonly urgent: {
|
|
2127
|
+
readonly background: string;
|
|
2128
|
+
};
|
|
2129
|
+
readonly success: {
|
|
2130
|
+
readonly background: string;
|
|
2131
|
+
};
|
|
2132
|
+
readonly base: {
|
|
2133
|
+
readonly "border-color": string;
|
|
2277
2134
|
};
|
|
2278
2135
|
};
|
|
2279
2136
|
readonly keyboard: {
|
|
@@ -2281,90 +2138,144 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2281
2138
|
readonly "border-color": string;
|
|
2282
2139
|
};
|
|
2283
2140
|
};
|
|
2284
|
-
readonly
|
|
2141
|
+
readonly banner: {
|
|
2142
|
+
readonly "icon-color": string;
|
|
2143
|
+
readonly urgent: {
|
|
2144
|
+
readonly background: string;
|
|
2145
|
+
};
|
|
2146
|
+
readonly warning: {
|
|
2147
|
+
readonly background: string;
|
|
2148
|
+
};
|
|
2149
|
+
readonly success: {
|
|
2150
|
+
readonly background: string;
|
|
2151
|
+
};
|
|
2152
|
+
readonly info: {
|
|
2153
|
+
readonly background: string;
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
readonly button: {
|
|
2157
|
+
readonly height: string;
|
|
2158
|
+
readonly "border-width": string;
|
|
2159
|
+
readonly "border-radius": number;
|
|
2160
|
+
readonly color: string;
|
|
2161
|
+
readonly "secondary-color": string;
|
|
2162
|
+
readonly "focus-shadow": string;
|
|
2285
2163
|
readonly padding: string;
|
|
2164
|
+
readonly touch: {
|
|
2165
|
+
readonly height: string;
|
|
2166
|
+
readonly padding: string;
|
|
2167
|
+
};
|
|
2168
|
+
};
|
|
2169
|
+
readonly card: {
|
|
2170
|
+
readonly "border-radius": string;
|
|
2286
2171
|
readonly background: string;
|
|
2172
|
+
readonly padding: string;
|
|
2287
2173
|
readonly "border-color": string;
|
|
2174
|
+
};
|
|
2175
|
+
readonly checkbox: {
|
|
2288
2176
|
readonly "border-radius": string;
|
|
2289
2177
|
};
|
|
2290
2178
|
readonly "form-control": {
|
|
2291
|
-
readonly
|
|
2179
|
+
readonly "foreground-color": string;
|
|
2292
2180
|
readonly "background-color": string;
|
|
2293
2181
|
readonly "border-color": string;
|
|
2294
|
-
readonly "border-radius": number;
|
|
2295
2182
|
readonly "border-width": string;
|
|
2296
|
-
readonly "
|
|
2183
|
+
readonly "border-radius": number;
|
|
2184
|
+
readonly padding: string;
|
|
2185
|
+
readonly ":hover": {
|
|
2297
2186
|
readonly "border-color": string;
|
|
2298
2187
|
};
|
|
2299
|
-
readonly ":
|
|
2300
|
-
readonly "background-color": string;
|
|
2188
|
+
readonly ":active": {
|
|
2301
2189
|
readonly "border-color": string;
|
|
2302
2190
|
};
|
|
2303
2191
|
readonly ":focus": {
|
|
2304
|
-
readonly "box-shadow": string;
|
|
2305
2192
|
readonly "border-color": string;
|
|
2193
|
+
readonly "box-shadow": string;
|
|
2306
2194
|
};
|
|
2307
|
-
readonly ":
|
|
2195
|
+
readonly ":disabled": {
|
|
2196
|
+
readonly "background-color": string;
|
|
2308
2197
|
readonly "border-color": string;
|
|
2309
2198
|
};
|
|
2310
2199
|
readonly ":read-only": {
|
|
2311
2200
|
readonly "background-color": string;
|
|
2312
2201
|
readonly "border-color": string;
|
|
2313
2202
|
};
|
|
2314
|
-
readonly "foreground-color": string;
|
|
2315
2203
|
};
|
|
2316
2204
|
readonly "form-field": {
|
|
2317
2205
|
readonly error: {
|
|
2318
2206
|
readonly "status-color": string;
|
|
2319
2207
|
};
|
|
2320
|
-
readonly
|
|
2208
|
+
readonly success: {
|
|
2321
2209
|
readonly "status-color": string;
|
|
2322
2210
|
};
|
|
2323
|
-
readonly
|
|
2211
|
+
readonly warning: {
|
|
2324
2212
|
readonly "status-color": string;
|
|
2325
2213
|
};
|
|
2326
2214
|
readonly pending: {
|
|
2327
2215
|
readonly "status-color": string;
|
|
2328
2216
|
};
|
|
2329
2217
|
};
|
|
2218
|
+
readonly input: {
|
|
2219
|
+
readonly height: string;
|
|
2220
|
+
readonly padding: string;
|
|
2221
|
+
readonly "background-color": string;
|
|
2222
|
+
readonly "border-color": string;
|
|
2223
|
+
readonly "border-width": string;
|
|
2224
|
+
readonly "border-radius": string;
|
|
2225
|
+
};
|
|
2330
2226
|
readonly "interaction-timer": {
|
|
2331
2227
|
readonly "notification-indicator": string;
|
|
2332
2228
|
readonly sla: {
|
|
2333
2229
|
readonly goal: {
|
|
2334
2230
|
readonly progress: {
|
|
2335
|
-
readonly "secondary-color": string;
|
|
2336
2231
|
readonly "primary-color": string;
|
|
2232
|
+
readonly "secondary-color": string;
|
|
2337
2233
|
};
|
|
2338
2234
|
};
|
|
2339
2235
|
readonly deadline: {
|
|
2340
2236
|
readonly progress: {
|
|
2341
|
-
readonly "secondary-color": string;
|
|
2342
2237
|
readonly "primary-color": string;
|
|
2238
|
+
readonly "secondary-color": string;
|
|
2343
2239
|
};
|
|
2344
2240
|
};
|
|
2345
2241
|
readonly "past-deadline": {
|
|
2346
2242
|
readonly progress: {
|
|
2347
|
-
readonly "secondary-color": string;
|
|
2348
2243
|
readonly "primary-color": string;
|
|
2244
|
+
readonly "secondary-color": string;
|
|
2349
2245
|
};
|
|
2350
2246
|
};
|
|
2351
2247
|
};
|
|
2352
2248
|
};
|
|
2353
|
-
readonly
|
|
2354
|
-
readonly
|
|
2249
|
+
readonly label: {
|
|
2250
|
+
readonly color: string;
|
|
2251
|
+
readonly "font-size": string;
|
|
2252
|
+
readonly "font-weight": string;
|
|
2253
|
+
};
|
|
2254
|
+
readonly link: {
|
|
2255
|
+
readonly color: string;
|
|
2256
|
+
};
|
|
2257
|
+
readonly mark: {
|
|
2355
2258
|
readonly "background-color": string;
|
|
2259
|
+
readonly "font-weight": string;
|
|
2260
|
+
};
|
|
2261
|
+
readonly progress: {
|
|
2262
|
+
readonly "progress-color": string;
|
|
2263
|
+
};
|
|
2264
|
+
readonly "radio-check": {
|
|
2356
2265
|
readonly "border-color": string;
|
|
2357
2266
|
readonly "border-width": string;
|
|
2358
|
-
readonly "
|
|
2359
|
-
|
|
2360
|
-
readonly "border-color": string;
|
|
2361
|
-
};
|
|
2267
|
+
readonly "background-color": string;
|
|
2268
|
+
readonly "foreground-color": string;
|
|
2362
2269
|
readonly label: {
|
|
2363
2270
|
readonly color: string;
|
|
2364
2271
|
readonly "font-weight": string;
|
|
2365
2272
|
};
|
|
2366
|
-
readonly
|
|
2273
|
+
readonly size: string;
|
|
2367
2274
|
readonly "touch-size": string;
|
|
2275
|
+
readonly ":checked": {
|
|
2276
|
+
readonly "background-color": string;
|
|
2277
|
+
readonly "border-color": string;
|
|
2278
|
+
};
|
|
2368
2279
|
};
|
|
2369
2280
|
readonly "radio-button": {
|
|
2370
2281
|
readonly "border-radius": string;
|
|
@@ -2375,28 +2286,75 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2375
2286
|
readonly "search-input": {
|
|
2376
2287
|
readonly "border-radius": number;
|
|
2377
2288
|
};
|
|
2289
|
+
readonly select: {
|
|
2290
|
+
readonly height: string;
|
|
2291
|
+
readonly padding: string;
|
|
2292
|
+
readonly "border-color": string;
|
|
2293
|
+
readonly "border-width": string;
|
|
2294
|
+
readonly "border-radius": string;
|
|
2295
|
+
};
|
|
2378
2296
|
readonly sentiment: {
|
|
2379
|
-
readonly
|
|
2297
|
+
readonly positive: {
|
|
2380
2298
|
readonly color: string;
|
|
2381
2299
|
};
|
|
2382
|
-
readonly
|
|
2300
|
+
readonly negative: {
|
|
2383
2301
|
readonly color: string;
|
|
2384
2302
|
};
|
|
2385
2303
|
readonly neutral: {
|
|
2386
2304
|
readonly color: string;
|
|
2387
2305
|
};
|
|
2388
2306
|
};
|
|
2307
|
+
readonly switch: {
|
|
2308
|
+
readonly height: string;
|
|
2309
|
+
readonly width: string;
|
|
2310
|
+
readonly "touch-height": string;
|
|
2311
|
+
readonly "touch-width": string;
|
|
2312
|
+
readonly off: {
|
|
2313
|
+
readonly color: string;
|
|
2314
|
+
};
|
|
2315
|
+
readonly on: {
|
|
2316
|
+
readonly color: string;
|
|
2317
|
+
};
|
|
2318
|
+
};
|
|
2319
|
+
readonly table: {
|
|
2320
|
+
readonly header: {
|
|
2321
|
+
readonly "font-size": string;
|
|
2322
|
+
readonly "font-weight": string;
|
|
2323
|
+
readonly "foreground-color": string;
|
|
2324
|
+
readonly "background-color": string;
|
|
2325
|
+
readonly "vertical-spacing": number;
|
|
2326
|
+
readonly "horizontal-spacing": number;
|
|
2327
|
+
readonly "border-width": string;
|
|
2328
|
+
readonly "border-color": string;
|
|
2329
|
+
};
|
|
2330
|
+
readonly body: {
|
|
2331
|
+
readonly "foreground-color": string;
|
|
2332
|
+
readonly "background-color": string;
|
|
2333
|
+
readonly "vertical-spacing": number;
|
|
2334
|
+
readonly "horizontal-spacing": number;
|
|
2335
|
+
readonly "border-width": string;
|
|
2336
|
+
readonly "border-color": string;
|
|
2337
|
+
};
|
|
2338
|
+
readonly border: {
|
|
2339
|
+
readonly "horizontal-inner": boolean;
|
|
2340
|
+
readonly "horizontal-outer": boolean;
|
|
2341
|
+
readonly "vertical-inner": boolean;
|
|
2342
|
+
readonly "vertical-outer": boolean;
|
|
2343
|
+
};
|
|
2344
|
+
readonly spacing: {
|
|
2345
|
+
readonly "horizontal-inner": boolean;
|
|
2346
|
+
readonly "horizontal-outer": boolean;
|
|
2347
|
+
readonly "vertical-inner": boolean;
|
|
2348
|
+
readonly "vertical-outer": boolean;
|
|
2349
|
+
};
|
|
2350
|
+
};
|
|
2389
2351
|
readonly "task-manager": {
|
|
2390
2352
|
readonly "task-icon": {
|
|
2391
|
-
readonly action: {
|
|
2392
|
-
readonly background: string;
|
|
2393
|
-
readonly foreground: string;
|
|
2394
|
-
};
|
|
2395
2353
|
readonly banner: {
|
|
2396
2354
|
readonly background: string;
|
|
2397
2355
|
readonly foreground: string;
|
|
2398
2356
|
};
|
|
2399
|
-
readonly
|
|
2357
|
+
readonly action: {
|
|
2400
2358
|
readonly background: string;
|
|
2401
2359
|
readonly foreground: string;
|
|
2402
2360
|
};
|
|
@@ -2408,6 +2366,10 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2408
2366
|
readonly background: string;
|
|
2409
2367
|
readonly foreground: string;
|
|
2410
2368
|
};
|
|
2369
|
+
readonly suggested: {
|
|
2370
|
+
readonly background: string;
|
|
2371
|
+
readonly foreground: string;
|
|
2372
|
+
};
|
|
2411
2373
|
readonly queued: {
|
|
2412
2374
|
readonly background: string;
|
|
2413
2375
|
readonly foreground: string;
|
|
@@ -2422,9 +2384,47 @@ export declare const defaultThemeProp: Readonly<{
|
|
|
2422
2384
|
};
|
|
2423
2385
|
};
|
|
2424
2386
|
};
|
|
2387
|
+
readonly text: {
|
|
2388
|
+
readonly primary: {
|
|
2389
|
+
readonly "font-size": string;
|
|
2390
|
+
readonly "font-weight": string;
|
|
2391
|
+
};
|
|
2392
|
+
readonly secondary: {
|
|
2393
|
+
readonly "font-size": string;
|
|
2394
|
+
readonly "font-weight": string;
|
|
2395
|
+
};
|
|
2396
|
+
readonly h1: {
|
|
2397
|
+
readonly "font-size": string;
|
|
2398
|
+
readonly "font-weight": string;
|
|
2399
|
+
};
|
|
2400
|
+
readonly h2: {
|
|
2401
|
+
readonly "font-size": string;
|
|
2402
|
+
readonly "font-weight": string;
|
|
2403
|
+
};
|
|
2404
|
+
readonly h3: {
|
|
2405
|
+
readonly "font-size": string;
|
|
2406
|
+
readonly "font-weight": string;
|
|
2407
|
+
};
|
|
2408
|
+
readonly h4: {
|
|
2409
|
+
readonly "font-size": string;
|
|
2410
|
+
readonly "font-weight": string;
|
|
2411
|
+
};
|
|
2412
|
+
readonly h5: {
|
|
2413
|
+
readonly "font-size": string;
|
|
2414
|
+
readonly "font-weight": string;
|
|
2415
|
+
};
|
|
2416
|
+
readonly h6: {
|
|
2417
|
+
readonly "font-size": string;
|
|
2418
|
+
readonly "font-weight": string;
|
|
2419
|
+
};
|
|
2420
|
+
};
|
|
2425
2421
|
readonly "text-area": {
|
|
2426
|
-
readonly padding: string;
|
|
2427
2422
|
readonly "min-height": string;
|
|
2423
|
+
readonly padding: string;
|
|
2424
|
+
};
|
|
2425
|
+
readonly tooltip: {
|
|
2426
|
+
readonly "foreground-color": string;
|
|
2427
|
+
readonly "background-color": string;
|
|
2428
2428
|
};
|
|
2429
2429
|
};
|
|
2430
2430
|
};
|