@atlaskit/tokens 13.1.1 → 13.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +0 -1
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +21 -1
- package/dist/cjs/artifacts/token-names.js +21 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/cjs/entry-points/token-metadata.codegen.js +196 -16
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
- package/dist/es2019/artifacts/token-default-values.js +21 -1
- package/dist/es2019/artifacts/token-names.js +21 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/es2019/entry-points/token-metadata.codegen.js +196 -16
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +21 -1
- package/dist/esm/artifacts/token-names.js +21 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/esm/entry-points/token-metadata.codegen.js +196 -16
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +21 -1
- package/dist/types/artifacts/token-names.d.ts +41 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +3 -3
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +75 -15
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +3 -3
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +75 -15
- package/figma/atlassian-dark-increased-contrast.json +180 -0
- package/figma/atlassian-dark.json +180 -0
- package/figma/atlassian-light-increased-contrast.json +180 -0
- package/figma/atlassian-light.json +180 -0
- package/package.json +4 -4
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::d377dca3d70effed57399e39867fbda6>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
@@ -1481,9 +1481,31 @@ var tokens = [{
|
|
|
1481
1481
|
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1482
1482
|
}
|
|
1483
1483
|
},
|
|
1484
|
-
"name": "color.border.accent.lime",
|
|
1485
|
-
"path": ["color", "border", "accent", "lime"],
|
|
1484
|
+
"name": "color.border.accent.lime.[default]",
|
|
1485
|
+
"path": ["color", "border", "accent", "lime", "[default]"],
|
|
1486
1486
|
"cleanName": "color.border.accent.lime"
|
|
1487
|
+
}, {
|
|
1488
|
+
"value": "#4C6B1F",
|
|
1489
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1490
|
+
"isSource": false,
|
|
1491
|
+
"attributes": {
|
|
1492
|
+
"group": "paint",
|
|
1493
|
+
"state": "active",
|
|
1494
|
+
"introduced": "13.2.0",
|
|
1495
|
+
"description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
|
|
1496
|
+
},
|
|
1497
|
+
"original": {
|
|
1498
|
+
"value": "Lime800",
|
|
1499
|
+
"attributes": {
|
|
1500
|
+
"group": "paint",
|
|
1501
|
+
"state": "active",
|
|
1502
|
+
"introduced": "13.2.0",
|
|
1503
|
+
"description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"name": "color.border.accent.lime.subtle",
|
|
1507
|
+
"path": ["color", "border", "accent", "lime", "subtle"],
|
|
1508
|
+
"cleanName": "color.border.accent.lime.subtle"
|
|
1487
1509
|
}, {
|
|
1488
1510
|
"value": "#FD9891",
|
|
1489
1511
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1503,9 +1525,31 @@ var tokens = [{
|
|
|
1503
1525
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1504
1526
|
}
|
|
1505
1527
|
},
|
|
1506
|
-
"name": "color.border.accent.red",
|
|
1507
|
-
"path": ["color", "border", "accent", "red"],
|
|
1528
|
+
"name": "color.border.accent.red.[default]",
|
|
1529
|
+
"path": ["color", "border", "accent", "red", "[default]"],
|
|
1508
1530
|
"cleanName": "color.border.accent.red"
|
|
1531
|
+
}, {
|
|
1532
|
+
"value": "#AE2E24",
|
|
1533
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1534
|
+
"isSource": false,
|
|
1535
|
+
"attributes": {
|
|
1536
|
+
"group": "paint",
|
|
1537
|
+
"state": "active",
|
|
1538
|
+
"introduced": "13.2.0",
|
|
1539
|
+
"description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
|
|
1540
|
+
},
|
|
1541
|
+
"original": {
|
|
1542
|
+
"value": "Red800",
|
|
1543
|
+
"attributes": {
|
|
1544
|
+
"group": "paint",
|
|
1545
|
+
"state": "active",
|
|
1546
|
+
"introduced": "13.2.0",
|
|
1547
|
+
"description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"name": "color.border.accent.red.subtle",
|
|
1551
|
+
"path": ["color", "border", "accent", "red", "subtle"],
|
|
1552
|
+
"cleanName": "color.border.accent.red.subtle"
|
|
1509
1553
|
}, {
|
|
1510
1554
|
"value": "#FBC828",
|
|
1511
1555
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1525,9 +1569,31 @@ var tokens = [{
|
|
|
1525
1569
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1526
1570
|
}
|
|
1527
1571
|
},
|
|
1528
|
-
"name": "color.border.accent.orange",
|
|
1529
|
-
"path": ["color", "border", "accent", "orange"],
|
|
1572
|
+
"name": "color.border.accent.orange.[default]",
|
|
1573
|
+
"path": ["color", "border", "accent", "orange", "[default]"],
|
|
1530
1574
|
"cleanName": "color.border.accent.orange"
|
|
1575
|
+
}, {
|
|
1576
|
+
"value": "#9E4C00",
|
|
1577
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1578
|
+
"isSource": false,
|
|
1579
|
+
"attributes": {
|
|
1580
|
+
"group": "paint",
|
|
1581
|
+
"state": "active",
|
|
1582
|
+
"introduced": "13.2.0",
|
|
1583
|
+
"description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
|
|
1584
|
+
},
|
|
1585
|
+
"original": {
|
|
1586
|
+
"value": "Orange800",
|
|
1587
|
+
"attributes": {
|
|
1588
|
+
"group": "paint",
|
|
1589
|
+
"state": "active",
|
|
1590
|
+
"introduced": "13.2.0",
|
|
1591
|
+
"description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"name": "color.border.accent.orange.subtle",
|
|
1595
|
+
"path": ["color", "border", "accent", "orange", "subtle"],
|
|
1596
|
+
"cleanName": "color.border.accent.orange.subtle"
|
|
1531
1597
|
}, {
|
|
1532
1598
|
"value": "#EED12B",
|
|
1533
1599
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1547,9 +1613,31 @@ var tokens = [{
|
|
|
1547
1613
|
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1548
1614
|
}
|
|
1549
1615
|
},
|
|
1550
|
-
"name": "color.border.accent.yellow",
|
|
1551
|
-
"path": ["color", "border", "accent", "yellow"],
|
|
1616
|
+
"name": "color.border.accent.yellow.[default]",
|
|
1617
|
+
"path": ["color", "border", "accent", "yellow", "[default]"],
|
|
1552
1618
|
"cleanName": "color.border.accent.yellow"
|
|
1619
|
+
}, {
|
|
1620
|
+
"value": "#7F5F01",
|
|
1621
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1622
|
+
"isSource": false,
|
|
1623
|
+
"attributes": {
|
|
1624
|
+
"group": "paint",
|
|
1625
|
+
"state": "active",
|
|
1626
|
+
"introduced": "13.2.0",
|
|
1627
|
+
"description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
|
|
1628
|
+
},
|
|
1629
|
+
"original": {
|
|
1630
|
+
"value": "Yellow800",
|
|
1631
|
+
"attributes": {
|
|
1632
|
+
"group": "paint",
|
|
1633
|
+
"state": "active",
|
|
1634
|
+
"introduced": "13.2.0",
|
|
1635
|
+
"description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"name": "color.border.accent.yellow.subtle",
|
|
1639
|
+
"path": ["color", "border", "accent", "yellow", "subtle"],
|
|
1640
|
+
"cleanName": "color.border.accent.yellow.subtle"
|
|
1553
1641
|
}, {
|
|
1554
1642
|
"value": "#7EE2B8",
|
|
1555
1643
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1569,9 +1657,31 @@ var tokens = [{
|
|
|
1569
1657
|
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1570
1658
|
}
|
|
1571
1659
|
},
|
|
1572
|
-
"name": "color.border.accent.green",
|
|
1573
|
-
"path": ["color", "border", "accent", "green"],
|
|
1660
|
+
"name": "color.border.accent.green.[default]",
|
|
1661
|
+
"path": ["color", "border", "accent", "green", "[default]"],
|
|
1574
1662
|
"cleanName": "color.border.accent.green"
|
|
1663
|
+
}, {
|
|
1664
|
+
"value": "#216E4E",
|
|
1665
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1666
|
+
"isSource": false,
|
|
1667
|
+
"attributes": {
|
|
1668
|
+
"group": "paint",
|
|
1669
|
+
"state": "active",
|
|
1670
|
+
"introduced": "13.2.0",
|
|
1671
|
+
"description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
|
|
1672
|
+
},
|
|
1673
|
+
"original": {
|
|
1674
|
+
"value": "Green800",
|
|
1675
|
+
"attributes": {
|
|
1676
|
+
"group": "paint",
|
|
1677
|
+
"state": "active",
|
|
1678
|
+
"introduced": "13.2.0",
|
|
1679
|
+
"description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"name": "color.border.accent.green.subtle",
|
|
1683
|
+
"path": ["color", "border", "accent", "green", "subtle"],
|
|
1684
|
+
"cleanName": "color.border.accent.green.subtle"
|
|
1575
1685
|
}, {
|
|
1576
1686
|
"value": "#9DD9EE",
|
|
1577
1687
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1591,9 +1701,31 @@ var tokens = [{
|
|
|
1591
1701
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1592
1702
|
}
|
|
1593
1703
|
},
|
|
1594
|
-
"name": "color.border.accent.teal",
|
|
1595
|
-
"path": ["color", "border", "accent", "teal"],
|
|
1704
|
+
"name": "color.border.accent.teal.[default]",
|
|
1705
|
+
"path": ["color", "border", "accent", "teal", "[default]"],
|
|
1596
1706
|
"cleanName": "color.border.accent.teal"
|
|
1707
|
+
}, {
|
|
1708
|
+
"value": "#206A83",
|
|
1709
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1710
|
+
"isSource": false,
|
|
1711
|
+
"attributes": {
|
|
1712
|
+
"group": "paint",
|
|
1713
|
+
"state": "active",
|
|
1714
|
+
"introduced": "13.2.0",
|
|
1715
|
+
"description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
|
|
1716
|
+
},
|
|
1717
|
+
"original": {
|
|
1718
|
+
"value": "Teal800",
|
|
1719
|
+
"attributes": {
|
|
1720
|
+
"group": "paint",
|
|
1721
|
+
"state": "active",
|
|
1722
|
+
"introduced": "13.2.0",
|
|
1723
|
+
"description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
"name": "color.border.accent.teal.subtle",
|
|
1727
|
+
"path": ["color", "border", "accent", "teal", "subtle"],
|
|
1728
|
+
"cleanName": "color.border.accent.teal.subtle"
|
|
1597
1729
|
}, {
|
|
1598
1730
|
"value": "#8FB8F6",
|
|
1599
1731
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1613,9 +1745,31 @@ var tokens = [{
|
|
|
1613
1745
|
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1614
1746
|
}
|
|
1615
1747
|
},
|
|
1616
|
-
"name": "color.border.accent.blue",
|
|
1617
|
-
"path": ["color", "border", "accent", "blue"],
|
|
1748
|
+
"name": "color.border.accent.blue.[default]",
|
|
1749
|
+
"path": ["color", "border", "accent", "blue", "[default]"],
|
|
1618
1750
|
"cleanName": "color.border.accent.blue"
|
|
1751
|
+
}, {
|
|
1752
|
+
"value": "#1558BC",
|
|
1753
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1754
|
+
"isSource": false,
|
|
1755
|
+
"attributes": {
|
|
1756
|
+
"group": "paint",
|
|
1757
|
+
"state": "active",
|
|
1758
|
+
"introduced": "13.2.0",
|
|
1759
|
+
"description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
|
|
1760
|
+
},
|
|
1761
|
+
"original": {
|
|
1762
|
+
"value": "Blue800",
|
|
1763
|
+
"attributes": {
|
|
1764
|
+
"group": "paint",
|
|
1765
|
+
"state": "active",
|
|
1766
|
+
"introduced": "13.2.0",
|
|
1767
|
+
"description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
"name": "color.border.accent.blue.subtle",
|
|
1771
|
+
"path": ["color", "border", "accent", "blue", "subtle"],
|
|
1772
|
+
"cleanName": "color.border.accent.blue.subtle"
|
|
1619
1773
|
}, {
|
|
1620
1774
|
"value": "#D8A0F7",
|
|
1621
1775
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1635,9 +1789,31 @@ var tokens = [{
|
|
|
1635
1789
|
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1636
1790
|
}
|
|
1637
1791
|
},
|
|
1638
|
-
"name": "color.border.accent.purple",
|
|
1639
|
-
"path": ["color", "border", "accent", "purple"],
|
|
1792
|
+
"name": "color.border.accent.purple.[default]",
|
|
1793
|
+
"path": ["color", "border", "accent", "purple", "[default]"],
|
|
1640
1794
|
"cleanName": "color.border.accent.purple"
|
|
1795
|
+
}, {
|
|
1796
|
+
"value": "#803FA5",
|
|
1797
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1798
|
+
"isSource": false,
|
|
1799
|
+
"attributes": {
|
|
1800
|
+
"group": "paint",
|
|
1801
|
+
"state": "active",
|
|
1802
|
+
"introduced": "13.2.0",
|
|
1803
|
+
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
1804
|
+
},
|
|
1805
|
+
"original": {
|
|
1806
|
+
"value": "Purple800",
|
|
1807
|
+
"attributes": {
|
|
1808
|
+
"group": "paint",
|
|
1809
|
+
"state": "active",
|
|
1810
|
+
"introduced": "13.2.0",
|
|
1811
|
+
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"name": "color.border.accent.purple.subtle",
|
|
1815
|
+
"path": ["color", "border", "accent", "purple", "subtle"],
|
|
1816
|
+
"cleanName": "color.border.accent.purple.subtle"
|
|
1641
1817
|
}, {
|
|
1642
1818
|
"value": "#F797D2",
|
|
1643
1819
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1657,9 +1833,31 @@ var tokens = [{
|
|
|
1657
1833
|
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1658
1834
|
}
|
|
1659
1835
|
},
|
|
1660
|
-
"name": "color.border.accent.magenta",
|
|
1661
|
-
"path": ["color", "border", "accent", "magenta"],
|
|
1836
|
+
"name": "color.border.accent.magenta.[default]",
|
|
1837
|
+
"path": ["color", "border", "accent", "magenta", "[default]"],
|
|
1662
1838
|
"cleanName": "color.border.accent.magenta"
|
|
1839
|
+
}, {
|
|
1840
|
+
"value": "#943D73",
|
|
1841
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1842
|
+
"isSource": false,
|
|
1843
|
+
"attributes": {
|
|
1844
|
+
"group": "paint",
|
|
1845
|
+
"state": "active",
|
|
1846
|
+
"introduced": "13.2.0",
|
|
1847
|
+
"description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
|
|
1848
|
+
},
|
|
1849
|
+
"original": {
|
|
1850
|
+
"value": "Magenta800",
|
|
1851
|
+
"attributes": {
|
|
1852
|
+
"group": "paint",
|
|
1853
|
+
"state": "active",
|
|
1854
|
+
"introduced": "13.2.0",
|
|
1855
|
+
"description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"name": "color.border.accent.magenta.subtle",
|
|
1859
|
+
"path": ["color", "border", "accent", "magenta", "subtle"],
|
|
1860
|
+
"cleanName": "color.border.accent.magenta.subtle"
|
|
1663
1861
|
}, {
|
|
1664
1862
|
"value": "#A9ABAF",
|
|
1665
1863
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
@@ -1679,9 +1877,31 @@ var tokens = [{
|
|
|
1679
1877
|
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
1680
1878
|
}
|
|
1681
1879
|
},
|
|
1682
|
-
"name": "color.border.accent.gray",
|
|
1683
|
-
"path": ["color", "border", "accent", "gray"],
|
|
1880
|
+
"name": "color.border.accent.gray.[default]",
|
|
1881
|
+
"path": ["color", "border", "accent", "gray", "[default]"],
|
|
1684
1882
|
"cleanName": "color.border.accent.gray"
|
|
1883
|
+
}, {
|
|
1884
|
+
"value": "#4B4D51",
|
|
1885
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1886
|
+
"isSource": false,
|
|
1887
|
+
"attributes": {
|
|
1888
|
+
"group": "paint",
|
|
1889
|
+
"state": "active",
|
|
1890
|
+
"introduced": "13.2.0",
|
|
1891
|
+
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
1892
|
+
},
|
|
1893
|
+
"original": {
|
|
1894
|
+
"value": "DarkNeutral400",
|
|
1895
|
+
"attributes": {
|
|
1896
|
+
"group": "paint",
|
|
1897
|
+
"state": "active",
|
|
1898
|
+
"introduced": "13.2.0",
|
|
1899
|
+
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
1900
|
+
}
|
|
1901
|
+
},
|
|
1902
|
+
"name": "color.border.accent.gray.subtle",
|
|
1903
|
+
"path": ["color", "border", "accent", "gray", "subtle"],
|
|
1904
|
+
"cleanName": "color.border.accent.gray.subtle"
|
|
1685
1905
|
}, {
|
|
1686
1906
|
"value": "#E3E4F21F",
|
|
1687
1907
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -1833,9 +2053,31 @@ var tokens = [{
|
|
|
1833
2053
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1834
2054
|
}
|
|
1835
2055
|
},
|
|
1836
|
-
"name": "color.border.danger",
|
|
1837
|
-
"path": ["color", "border", "danger"],
|
|
2056
|
+
"name": "color.border.danger.[default]",
|
|
2057
|
+
"path": ["color", "border", "danger", "[default]"],
|
|
1838
2058
|
"cleanName": "color.border.danger"
|
|
2059
|
+
}, {
|
|
2060
|
+
"value": "#AE2E24",
|
|
2061
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2062
|
+
"isSource": false,
|
|
2063
|
+
"attributes": {
|
|
2064
|
+
"group": "paint",
|
|
2065
|
+
"state": "active",
|
|
2066
|
+
"introduced": "13.2.0",
|
|
2067
|
+
"description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
|
|
2068
|
+
},
|
|
2069
|
+
"original": {
|
|
2070
|
+
"value": "Red800",
|
|
2071
|
+
"attributes": {
|
|
2072
|
+
"group": "paint",
|
|
2073
|
+
"state": "active",
|
|
2074
|
+
"introduced": "13.2.0",
|
|
2075
|
+
"description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"name": "color.border.danger.subtle",
|
|
2079
|
+
"path": ["color", "border", "danger", "subtle"],
|
|
2080
|
+
"cleanName": "color.border.danger.subtle"
|
|
1839
2081
|
}, {
|
|
1840
2082
|
"value": "#FBC828",
|
|
1841
2083
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -1855,9 +2097,31 @@ var tokens = [{
|
|
|
1855
2097
|
"description": "Use for borders communicating caution."
|
|
1856
2098
|
}
|
|
1857
2099
|
},
|
|
1858
|
-
"name": "color.border.warning",
|
|
1859
|
-
"path": ["color", "border", "warning"],
|
|
2100
|
+
"name": "color.border.warning.[default]",
|
|
2101
|
+
"path": ["color", "border", "warning", "[default]"],
|
|
1860
2102
|
"cleanName": "color.border.warning"
|
|
2103
|
+
}, {
|
|
2104
|
+
"value": "#9E4C00",
|
|
2105
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2106
|
+
"isSource": false,
|
|
2107
|
+
"attributes": {
|
|
2108
|
+
"group": "paint",
|
|
2109
|
+
"state": "active",
|
|
2110
|
+
"introduced": "13.2.0",
|
|
2111
|
+
"description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
|
|
2112
|
+
},
|
|
2113
|
+
"original": {
|
|
2114
|
+
"value": "Orange800",
|
|
2115
|
+
"attributes": {
|
|
2116
|
+
"group": "paint",
|
|
2117
|
+
"state": "active",
|
|
2118
|
+
"introduced": "13.2.0",
|
|
2119
|
+
"description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
|
|
2120
|
+
}
|
|
2121
|
+
},
|
|
2122
|
+
"name": "color.border.warning.subtle",
|
|
2123
|
+
"path": ["color", "border", "warning", "subtle"],
|
|
2124
|
+
"cleanName": "color.border.warning.subtle"
|
|
1861
2125
|
}, {
|
|
1862
2126
|
"value": "#7EE2B8",
|
|
1863
2127
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -1877,9 +2141,31 @@ var tokens = [{
|
|
|
1877
2141
|
"description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
|
|
1878
2142
|
}
|
|
1879
2143
|
},
|
|
1880
|
-
"name": "color.border.success",
|
|
1881
|
-
"path": ["color", "border", "success"],
|
|
2144
|
+
"name": "color.border.success.[default]",
|
|
2145
|
+
"path": ["color", "border", "success", "[default]"],
|
|
1882
2146
|
"cleanName": "color.border.success"
|
|
2147
|
+
}, {
|
|
2148
|
+
"value": "#4C6B1F",
|
|
2149
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2150
|
+
"isSource": false,
|
|
2151
|
+
"attributes": {
|
|
2152
|
+
"group": "paint",
|
|
2153
|
+
"state": "active",
|
|
2154
|
+
"introduced": "13.2.0",
|
|
2155
|
+
"description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
|
|
2156
|
+
},
|
|
2157
|
+
"original": {
|
|
2158
|
+
"value": "Lime800",
|
|
2159
|
+
"attributes": {
|
|
2160
|
+
"group": "paint",
|
|
2161
|
+
"state": "active",
|
|
2162
|
+
"introduced": "13.2.0",
|
|
2163
|
+
"description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"name": "color.border.success.subtle",
|
|
2167
|
+
"path": ["color", "border", "success", "subtle"],
|
|
2168
|
+
"cleanName": "color.border.success.subtle"
|
|
1883
2169
|
}, {
|
|
1884
2170
|
"value": "#C97CF4",
|
|
1885
2171
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -1899,9 +2185,31 @@ var tokens = [{
|
|
|
1899
2185
|
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
1900
2186
|
}
|
|
1901
2187
|
},
|
|
1902
|
-
"name": "color.border.discovery",
|
|
1903
|
-
"path": ["color", "border", "discovery"],
|
|
2188
|
+
"name": "color.border.discovery.[default]",
|
|
2189
|
+
"path": ["color", "border", "discovery", "[default]"],
|
|
1904
2190
|
"cleanName": "color.border.discovery"
|
|
2191
|
+
}, {
|
|
2192
|
+
"value": "#803FA5",
|
|
2193
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2194
|
+
"isSource": false,
|
|
2195
|
+
"attributes": {
|
|
2196
|
+
"group": "paint",
|
|
2197
|
+
"state": "active",
|
|
2198
|
+
"introduced": "13.2.0",
|
|
2199
|
+
"description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
|
|
2200
|
+
},
|
|
2201
|
+
"original": {
|
|
2202
|
+
"value": "Purple800",
|
|
2203
|
+
"attributes": {
|
|
2204
|
+
"group": "paint",
|
|
2205
|
+
"state": "active",
|
|
2206
|
+
"introduced": "13.2.0",
|
|
2207
|
+
"description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
"name": "color.border.discovery.subtle",
|
|
2211
|
+
"path": ["color", "border", "discovery", "subtle"],
|
|
2212
|
+
"cleanName": "color.border.discovery.subtle"
|
|
1905
2213
|
}, {
|
|
1906
2214
|
"value": "#8FB8F6",
|
|
1907
2215
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -1921,9 +2229,31 @@ var tokens = [{
|
|
|
1921
2229
|
"description": "Use for borders communicating information or something in-progress."
|
|
1922
2230
|
}
|
|
1923
2231
|
},
|
|
1924
|
-
"name": "color.border.information",
|
|
1925
|
-
"path": ["color", "border", "information"],
|
|
2232
|
+
"name": "color.border.information.[default]",
|
|
2233
|
+
"path": ["color", "border", "information", "[default]"],
|
|
1926
2234
|
"cleanName": "color.border.information"
|
|
2235
|
+
}, {
|
|
2236
|
+
"value": "#1558BC",
|
|
2237
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2238
|
+
"isSource": false,
|
|
2239
|
+
"attributes": {
|
|
2240
|
+
"group": "paint",
|
|
2241
|
+
"state": "active",
|
|
2242
|
+
"introduced": "13.2.0",
|
|
2243
|
+
"description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
|
|
2244
|
+
},
|
|
2245
|
+
"original": {
|
|
2246
|
+
"value": "Blue800",
|
|
2247
|
+
"attributes": {
|
|
2248
|
+
"group": "paint",
|
|
2249
|
+
"state": "active",
|
|
2250
|
+
"introduced": "13.2.0",
|
|
2251
|
+
"description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"name": "color.border.information.subtle",
|
|
2255
|
+
"path": ["color", "border", "information", "subtle"],
|
|
2256
|
+
"cleanName": "color.border.information.subtle"
|
|
1927
2257
|
}, {
|
|
1928
2258
|
"value": "#A9ABAF",
|
|
1929
2259
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
@@ -5400,6 +5730,28 @@ var tokens = [{
|
|
|
5400
5730
|
"name": "color.background.danger.subtler.pressed",
|
|
5401
5731
|
"path": ["color", "background", "danger", "subtler", "pressed"],
|
|
5402
5732
|
"cleanName": "color.background.danger.subtler.pressed"
|
|
5733
|
+
}, {
|
|
5734
|
+
"value": "#AE2E24",
|
|
5735
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5736
|
+
"isSource": false,
|
|
5737
|
+
"attributes": {
|
|
5738
|
+
"group": "paint",
|
|
5739
|
+
"state": "active",
|
|
5740
|
+
"introduced": "13.2.0",
|
|
5741
|
+
"description": "Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states."
|
|
5742
|
+
},
|
|
5743
|
+
"original": {
|
|
5744
|
+
"value": "Red800",
|
|
5745
|
+
"attributes": {
|
|
5746
|
+
"group": "paint",
|
|
5747
|
+
"state": "active",
|
|
5748
|
+
"introduced": "13.2.0",
|
|
5749
|
+
"description": "Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states."
|
|
5750
|
+
}
|
|
5751
|
+
},
|
|
5752
|
+
"name": "color.background.danger.subtle.[default]",
|
|
5753
|
+
"path": ["color", "background", "danger", "subtle", "[default]"],
|
|
5754
|
+
"cleanName": "color.background.danger.subtle"
|
|
5403
5755
|
}, {
|
|
5404
5756
|
"value": "#FFD5D2",
|
|
5405
5757
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
@@ -5598,6 +5950,28 @@ var tokens = [{
|
|
|
5598
5950
|
"name": "color.background.warning.subtler.pressed",
|
|
5599
5951
|
"path": ["color", "background", "warning", "subtler", "pressed"],
|
|
5600
5952
|
"cleanName": "color.background.warning.subtler.pressed"
|
|
5953
|
+
}, {
|
|
5954
|
+
"value": "#9E4C00",
|
|
5955
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5956
|
+
"isSource": false,
|
|
5957
|
+
"attributes": {
|
|
5958
|
+
"group": "paint",
|
|
5959
|
+
"state": "active",
|
|
5960
|
+
"introduced": "13.2.0",
|
|
5961
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
5962
|
+
},
|
|
5963
|
+
"original": {
|
|
5964
|
+
"value": "Orange800",
|
|
5965
|
+
"attributes": {
|
|
5966
|
+
"group": "paint",
|
|
5967
|
+
"state": "active",
|
|
5968
|
+
"introduced": "13.2.0",
|
|
5969
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
5970
|
+
}
|
|
5971
|
+
},
|
|
5972
|
+
"name": "color.background.warning.subtle.[default]",
|
|
5973
|
+
"path": ["color", "background", "warning", "subtle", "[default]"],
|
|
5974
|
+
"cleanName": "color.background.warning.subtle"
|
|
5601
5975
|
}, {
|
|
5602
5976
|
"value": "#F5E989",
|
|
5603
5977
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
@@ -5796,6 +6170,28 @@ var tokens = [{
|
|
|
5796
6170
|
"name": "color.background.success.subtler.pressed",
|
|
5797
6171
|
"path": ["color", "background", "success", "subtler", "pressed"],
|
|
5798
6172
|
"cleanName": "color.background.success.subtler.pressed"
|
|
6173
|
+
}, {
|
|
6174
|
+
"value": "#4C6B1F",
|
|
6175
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6176
|
+
"isSource": false,
|
|
6177
|
+
"attributes": {
|
|
6178
|
+
"group": "paint",
|
|
6179
|
+
"state": "active",
|
|
6180
|
+
"introduced": "13.2.0",
|
|
6181
|
+
"description": "Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states."
|
|
6182
|
+
},
|
|
6183
|
+
"original": {
|
|
6184
|
+
"value": "Lime800",
|
|
6185
|
+
"attributes": {
|
|
6186
|
+
"group": "paint",
|
|
6187
|
+
"state": "active",
|
|
6188
|
+
"introduced": "13.2.0",
|
|
6189
|
+
"description": "Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states."
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6192
|
+
"name": "color.background.success.subtle.[default]",
|
|
6193
|
+
"path": ["color", "background", "success", "subtle", "[default]"],
|
|
6194
|
+
"cleanName": "color.background.success.subtle"
|
|
5799
6195
|
}, {
|
|
5800
6196
|
"value": "#BAF3DB",
|
|
5801
6197
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
@@ -5994,6 +6390,28 @@ var tokens = [{
|
|
|
5994
6390
|
"name": "color.background.discovery.subtler.pressed",
|
|
5995
6391
|
"path": ["color", "background", "discovery", "subtler", "pressed"],
|
|
5996
6392
|
"cleanName": "color.background.discovery.subtler.pressed"
|
|
6393
|
+
}, {
|
|
6394
|
+
"value": "#803FA5",
|
|
6395
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6396
|
+
"isSource": false,
|
|
6397
|
+
"attributes": {
|
|
6398
|
+
"group": "paint",
|
|
6399
|
+
"state": "active",
|
|
6400
|
+
"introduced": "13.2.0",
|
|
6401
|
+
"description": "Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states."
|
|
6402
|
+
},
|
|
6403
|
+
"original": {
|
|
6404
|
+
"value": "Purple800",
|
|
6405
|
+
"attributes": {
|
|
6406
|
+
"group": "paint",
|
|
6407
|
+
"state": "active",
|
|
6408
|
+
"introduced": "13.2.0",
|
|
6409
|
+
"description": "Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states."
|
|
6410
|
+
}
|
|
6411
|
+
},
|
|
6412
|
+
"name": "color.background.discovery.subtle.[default]",
|
|
6413
|
+
"path": ["color", "background", "discovery", "subtle", "[default]"],
|
|
6414
|
+
"cleanName": "color.background.discovery.subtle"
|
|
5997
6415
|
}, {
|
|
5998
6416
|
"value": "#EED7FC",
|
|
5999
6417
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
@@ -6192,6 +6610,28 @@ var tokens = [{
|
|
|
6192
6610
|
"name": "color.background.information.subtler.pressed",
|
|
6193
6611
|
"path": ["color", "background", "information", "subtler", "pressed"],
|
|
6194
6612
|
"cleanName": "color.background.information.subtler.pressed"
|
|
6613
|
+
}, {
|
|
6614
|
+
"value": "#1558BC",
|
|
6615
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6616
|
+
"isSource": false,
|
|
6617
|
+
"attributes": {
|
|
6618
|
+
"group": "paint",
|
|
6619
|
+
"state": "active",
|
|
6620
|
+
"introduced": "13.2.0",
|
|
6621
|
+
"description": "Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states."
|
|
6622
|
+
},
|
|
6623
|
+
"original": {
|
|
6624
|
+
"value": "Blue800",
|
|
6625
|
+
"attributes": {
|
|
6626
|
+
"group": "paint",
|
|
6627
|
+
"state": "active",
|
|
6628
|
+
"introduced": "13.2.0",
|
|
6629
|
+
"description": "Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states."
|
|
6630
|
+
}
|
|
6631
|
+
},
|
|
6632
|
+
"name": "color.background.information.subtle.[default]",
|
|
6633
|
+
"path": ["color", "background", "information", "subtle", "[default]"],
|
|
6634
|
+
"cleanName": "color.background.information.subtle"
|
|
6195
6635
|
}, {
|
|
6196
6636
|
"value": "#CFE1FD",
|
|
6197
6637
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|