@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a1d4cfecf31089192419e7c026af766e>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -1475,9 +1475,31 @@ var tokens = [{
|
|
|
1475
1475
|
},
|
|
1476
1476
|
"value": "Lime500"
|
|
1477
1477
|
},
|
|
1478
|
-
"name": "color.border.accent.lime",
|
|
1479
|
-
"path": ["color", "border", "accent", "lime"],
|
|
1478
|
+
"name": "color.border.accent.lime.[default]",
|
|
1479
|
+
"path": ["color", "border", "accent", "lime", "[default]"],
|
|
1480
1480
|
"cleanName": "color.border.accent.lime"
|
|
1481
|
+
}, {
|
|
1482
|
+
"attributes": {
|
|
1483
|
+
"group": "paint",
|
|
1484
|
+
"state": "active",
|
|
1485
|
+
"introduced": "13.2.0",
|
|
1486
|
+
"description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
|
|
1487
|
+
},
|
|
1488
|
+
"value": "#4C6B1F",
|
|
1489
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1490
|
+
"isSource": true,
|
|
1491
|
+
"original": {
|
|
1492
|
+
"attributes": {
|
|
1493
|
+
"group": "paint",
|
|
1494
|
+
"state": "active",
|
|
1495
|
+
"introduced": "13.2.0",
|
|
1496
|
+
"description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
|
|
1497
|
+
},
|
|
1498
|
+
"value": "Lime800"
|
|
1499
|
+
},
|
|
1500
|
+
"name": "color.border.accent.lime.subtle",
|
|
1501
|
+
"path": ["color", "border", "accent", "lime", "subtle"],
|
|
1502
|
+
"cleanName": "color.border.accent.lime.subtle"
|
|
1481
1503
|
}, {
|
|
1482
1504
|
"attributes": {
|
|
1483
1505
|
"group": "paint",
|
|
@@ -1497,9 +1519,31 @@ var tokens = [{
|
|
|
1497
1519
|
},
|
|
1498
1520
|
"value": "Red500"
|
|
1499
1521
|
},
|
|
1500
|
-
"name": "color.border.accent.red",
|
|
1501
|
-
"path": ["color", "border", "accent", "red"],
|
|
1522
|
+
"name": "color.border.accent.red.[default]",
|
|
1523
|
+
"path": ["color", "border", "accent", "red", "[default]"],
|
|
1502
1524
|
"cleanName": "color.border.accent.red"
|
|
1525
|
+
}, {
|
|
1526
|
+
"attributes": {
|
|
1527
|
+
"group": "paint",
|
|
1528
|
+
"state": "active",
|
|
1529
|
+
"introduced": "13.2.0",
|
|
1530
|
+
"description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
|
|
1531
|
+
},
|
|
1532
|
+
"value": "#AE2E24",
|
|
1533
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1534
|
+
"isSource": true,
|
|
1535
|
+
"original": {
|
|
1536
|
+
"attributes": {
|
|
1537
|
+
"group": "paint",
|
|
1538
|
+
"state": "active",
|
|
1539
|
+
"introduced": "13.2.0",
|
|
1540
|
+
"description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
|
|
1541
|
+
},
|
|
1542
|
+
"value": "Red800"
|
|
1543
|
+
},
|
|
1544
|
+
"name": "color.border.accent.red.subtle",
|
|
1545
|
+
"path": ["color", "border", "accent", "red", "subtle"],
|
|
1546
|
+
"cleanName": "color.border.accent.red.subtle"
|
|
1503
1547
|
}, {
|
|
1504
1548
|
"attributes": {
|
|
1505
1549
|
"group": "paint",
|
|
@@ -1519,9 +1563,31 @@ var tokens = [{
|
|
|
1519
1563
|
},
|
|
1520
1564
|
"value": "Orange500"
|
|
1521
1565
|
},
|
|
1522
|
-
"name": "color.border.accent.orange",
|
|
1523
|
-
"path": ["color", "border", "accent", "orange"],
|
|
1566
|
+
"name": "color.border.accent.orange.[default]",
|
|
1567
|
+
"path": ["color", "border", "accent", "orange", "[default]"],
|
|
1524
1568
|
"cleanName": "color.border.accent.orange"
|
|
1569
|
+
}, {
|
|
1570
|
+
"attributes": {
|
|
1571
|
+
"group": "paint",
|
|
1572
|
+
"state": "active",
|
|
1573
|
+
"introduced": "13.2.0",
|
|
1574
|
+
"description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
|
|
1575
|
+
},
|
|
1576
|
+
"value": "#9E4C00",
|
|
1577
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1578
|
+
"isSource": true,
|
|
1579
|
+
"original": {
|
|
1580
|
+
"attributes": {
|
|
1581
|
+
"group": "paint",
|
|
1582
|
+
"state": "active",
|
|
1583
|
+
"introduced": "13.2.0",
|
|
1584
|
+
"description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
|
|
1585
|
+
},
|
|
1586
|
+
"value": "Orange800"
|
|
1587
|
+
},
|
|
1588
|
+
"name": "color.border.accent.orange.subtle",
|
|
1589
|
+
"path": ["color", "border", "accent", "orange", "subtle"],
|
|
1590
|
+
"cleanName": "color.border.accent.orange.subtle"
|
|
1525
1591
|
}, {
|
|
1526
1592
|
"attributes": {
|
|
1527
1593
|
"group": "paint",
|
|
@@ -1541,9 +1607,31 @@ var tokens = [{
|
|
|
1541
1607
|
},
|
|
1542
1608
|
"value": "Yellow500"
|
|
1543
1609
|
},
|
|
1544
|
-
"name": "color.border.accent.yellow",
|
|
1545
|
-
"path": ["color", "border", "accent", "yellow"],
|
|
1610
|
+
"name": "color.border.accent.yellow.[default]",
|
|
1611
|
+
"path": ["color", "border", "accent", "yellow", "[default]"],
|
|
1546
1612
|
"cleanName": "color.border.accent.yellow"
|
|
1613
|
+
}, {
|
|
1614
|
+
"attributes": {
|
|
1615
|
+
"group": "paint",
|
|
1616
|
+
"state": "active",
|
|
1617
|
+
"introduced": "13.2.0",
|
|
1618
|
+
"description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
|
|
1619
|
+
},
|
|
1620
|
+
"value": "#7F5F01",
|
|
1621
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1622
|
+
"isSource": true,
|
|
1623
|
+
"original": {
|
|
1624
|
+
"attributes": {
|
|
1625
|
+
"group": "paint",
|
|
1626
|
+
"state": "active",
|
|
1627
|
+
"introduced": "13.2.0",
|
|
1628
|
+
"description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
|
|
1629
|
+
},
|
|
1630
|
+
"value": "Yellow800"
|
|
1631
|
+
},
|
|
1632
|
+
"name": "color.border.accent.yellow.subtle",
|
|
1633
|
+
"path": ["color", "border", "accent", "yellow", "subtle"],
|
|
1634
|
+
"cleanName": "color.border.accent.yellow.subtle"
|
|
1547
1635
|
}, {
|
|
1548
1636
|
"attributes": {
|
|
1549
1637
|
"group": "paint",
|
|
@@ -1563,9 +1651,31 @@ var tokens = [{
|
|
|
1563
1651
|
},
|
|
1564
1652
|
"value": "Green500"
|
|
1565
1653
|
},
|
|
1566
|
-
"name": "color.border.accent.green",
|
|
1567
|
-
"path": ["color", "border", "accent", "green"],
|
|
1654
|
+
"name": "color.border.accent.green.[default]",
|
|
1655
|
+
"path": ["color", "border", "accent", "green", "[default]"],
|
|
1568
1656
|
"cleanName": "color.border.accent.green"
|
|
1657
|
+
}, {
|
|
1658
|
+
"attributes": {
|
|
1659
|
+
"group": "paint",
|
|
1660
|
+
"state": "active",
|
|
1661
|
+
"introduced": "13.2.0",
|
|
1662
|
+
"description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
|
|
1663
|
+
},
|
|
1664
|
+
"value": "#216E4E",
|
|
1665
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1666
|
+
"isSource": true,
|
|
1667
|
+
"original": {
|
|
1668
|
+
"attributes": {
|
|
1669
|
+
"group": "paint",
|
|
1670
|
+
"state": "active",
|
|
1671
|
+
"introduced": "13.2.0",
|
|
1672
|
+
"description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
|
|
1673
|
+
},
|
|
1674
|
+
"value": "Green800"
|
|
1675
|
+
},
|
|
1676
|
+
"name": "color.border.accent.green.subtle",
|
|
1677
|
+
"path": ["color", "border", "accent", "green", "subtle"],
|
|
1678
|
+
"cleanName": "color.border.accent.green.subtle"
|
|
1569
1679
|
}, {
|
|
1570
1680
|
"attributes": {
|
|
1571
1681
|
"group": "paint",
|
|
@@ -1585,9 +1695,31 @@ var tokens = [{
|
|
|
1585
1695
|
},
|
|
1586
1696
|
"value": "Teal500"
|
|
1587
1697
|
},
|
|
1588
|
-
"name": "color.border.accent.teal",
|
|
1589
|
-
"path": ["color", "border", "accent", "teal"],
|
|
1698
|
+
"name": "color.border.accent.teal.[default]",
|
|
1699
|
+
"path": ["color", "border", "accent", "teal", "[default]"],
|
|
1590
1700
|
"cleanName": "color.border.accent.teal"
|
|
1701
|
+
}, {
|
|
1702
|
+
"attributes": {
|
|
1703
|
+
"group": "paint",
|
|
1704
|
+
"state": "active",
|
|
1705
|
+
"introduced": "13.2.0",
|
|
1706
|
+
"description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
|
|
1707
|
+
},
|
|
1708
|
+
"value": "#206A83",
|
|
1709
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1710
|
+
"isSource": true,
|
|
1711
|
+
"original": {
|
|
1712
|
+
"attributes": {
|
|
1713
|
+
"group": "paint",
|
|
1714
|
+
"state": "active",
|
|
1715
|
+
"introduced": "13.2.0",
|
|
1716
|
+
"description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
|
|
1717
|
+
},
|
|
1718
|
+
"value": "Teal800"
|
|
1719
|
+
},
|
|
1720
|
+
"name": "color.border.accent.teal.subtle",
|
|
1721
|
+
"path": ["color", "border", "accent", "teal", "subtle"],
|
|
1722
|
+
"cleanName": "color.border.accent.teal.subtle"
|
|
1591
1723
|
}, {
|
|
1592
1724
|
"attributes": {
|
|
1593
1725
|
"group": "paint",
|
|
@@ -1607,9 +1739,31 @@ var tokens = [{
|
|
|
1607
1739
|
},
|
|
1608
1740
|
"value": "Blue500"
|
|
1609
1741
|
},
|
|
1610
|
-
"name": "color.border.accent.blue",
|
|
1611
|
-
"path": ["color", "border", "accent", "blue"],
|
|
1742
|
+
"name": "color.border.accent.blue.[default]",
|
|
1743
|
+
"path": ["color", "border", "accent", "blue", "[default]"],
|
|
1612
1744
|
"cleanName": "color.border.accent.blue"
|
|
1745
|
+
}, {
|
|
1746
|
+
"attributes": {
|
|
1747
|
+
"group": "paint",
|
|
1748
|
+
"state": "active",
|
|
1749
|
+
"introduced": "13.2.0",
|
|
1750
|
+
"description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
|
|
1751
|
+
},
|
|
1752
|
+
"value": "#1558BC",
|
|
1753
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1754
|
+
"isSource": true,
|
|
1755
|
+
"original": {
|
|
1756
|
+
"attributes": {
|
|
1757
|
+
"group": "paint",
|
|
1758
|
+
"state": "active",
|
|
1759
|
+
"introduced": "13.2.0",
|
|
1760
|
+
"description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
|
|
1761
|
+
},
|
|
1762
|
+
"value": "Blue800"
|
|
1763
|
+
},
|
|
1764
|
+
"name": "color.border.accent.blue.subtle",
|
|
1765
|
+
"path": ["color", "border", "accent", "blue", "subtle"],
|
|
1766
|
+
"cleanName": "color.border.accent.blue.subtle"
|
|
1613
1767
|
}, {
|
|
1614
1768
|
"attributes": {
|
|
1615
1769
|
"group": "paint",
|
|
@@ -1629,9 +1783,31 @@ var tokens = [{
|
|
|
1629
1783
|
},
|
|
1630
1784
|
"value": "Purple500"
|
|
1631
1785
|
},
|
|
1632
|
-
"name": "color.border.accent.purple",
|
|
1633
|
-
"path": ["color", "border", "accent", "purple"],
|
|
1786
|
+
"name": "color.border.accent.purple.[default]",
|
|
1787
|
+
"path": ["color", "border", "accent", "purple", "[default]"],
|
|
1634
1788
|
"cleanName": "color.border.accent.purple"
|
|
1789
|
+
}, {
|
|
1790
|
+
"attributes": {
|
|
1791
|
+
"group": "paint",
|
|
1792
|
+
"state": "active",
|
|
1793
|
+
"introduced": "13.2.0",
|
|
1794
|
+
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
1795
|
+
},
|
|
1796
|
+
"value": "#803FA5",
|
|
1797
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1798
|
+
"isSource": true,
|
|
1799
|
+
"original": {
|
|
1800
|
+
"attributes": {
|
|
1801
|
+
"group": "paint",
|
|
1802
|
+
"state": "active",
|
|
1803
|
+
"introduced": "13.2.0",
|
|
1804
|
+
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
1805
|
+
},
|
|
1806
|
+
"value": "Purple800"
|
|
1807
|
+
},
|
|
1808
|
+
"name": "color.border.accent.purple.subtle",
|
|
1809
|
+
"path": ["color", "border", "accent", "purple", "subtle"],
|
|
1810
|
+
"cleanName": "color.border.accent.purple.subtle"
|
|
1635
1811
|
}, {
|
|
1636
1812
|
"attributes": {
|
|
1637
1813
|
"group": "paint",
|
|
@@ -1651,9 +1827,31 @@ var tokens = [{
|
|
|
1651
1827
|
},
|
|
1652
1828
|
"value": "Magenta500"
|
|
1653
1829
|
},
|
|
1654
|
-
"name": "color.border.accent.magenta",
|
|
1655
|
-
"path": ["color", "border", "accent", "magenta"],
|
|
1830
|
+
"name": "color.border.accent.magenta.[default]",
|
|
1831
|
+
"path": ["color", "border", "accent", "magenta", "[default]"],
|
|
1656
1832
|
"cleanName": "color.border.accent.magenta"
|
|
1833
|
+
}, {
|
|
1834
|
+
"attributes": {
|
|
1835
|
+
"group": "paint",
|
|
1836
|
+
"state": "active",
|
|
1837
|
+
"introduced": "13.2.0",
|
|
1838
|
+
"description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
|
|
1839
|
+
},
|
|
1840
|
+
"value": "#943D73",
|
|
1841
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1842
|
+
"isSource": true,
|
|
1843
|
+
"original": {
|
|
1844
|
+
"attributes": {
|
|
1845
|
+
"group": "paint",
|
|
1846
|
+
"state": "active",
|
|
1847
|
+
"introduced": "13.2.0",
|
|
1848
|
+
"description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
|
|
1849
|
+
},
|
|
1850
|
+
"value": "Magenta800"
|
|
1851
|
+
},
|
|
1852
|
+
"name": "color.border.accent.magenta.subtle",
|
|
1853
|
+
"path": ["color", "border", "accent", "magenta", "subtle"],
|
|
1854
|
+
"cleanName": "color.border.accent.magenta.subtle"
|
|
1657
1855
|
}, {
|
|
1658
1856
|
"attributes": {
|
|
1659
1857
|
"group": "paint",
|
|
@@ -1673,9 +1871,31 @@ var tokens = [{
|
|
|
1673
1871
|
},
|
|
1674
1872
|
"value": "DarkNeutral600"
|
|
1675
1873
|
},
|
|
1676
|
-
"name": "color.border.accent.gray",
|
|
1677
|
-
"path": ["color", "border", "accent", "gray"],
|
|
1874
|
+
"name": "color.border.accent.gray.[default]",
|
|
1875
|
+
"path": ["color", "border", "accent", "gray", "[default]"],
|
|
1678
1876
|
"cleanName": "color.border.accent.gray"
|
|
1877
|
+
}, {
|
|
1878
|
+
"attributes": {
|
|
1879
|
+
"group": "paint",
|
|
1880
|
+
"state": "active",
|
|
1881
|
+
"introduced": "13.2.0",
|
|
1882
|
+
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
1883
|
+
},
|
|
1884
|
+
"value": "#4B4D51",
|
|
1885
|
+
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1886
|
+
"isSource": true,
|
|
1887
|
+
"original": {
|
|
1888
|
+
"attributes": {
|
|
1889
|
+
"group": "paint",
|
|
1890
|
+
"state": "active",
|
|
1891
|
+
"introduced": "13.2.0",
|
|
1892
|
+
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
1893
|
+
},
|
|
1894
|
+
"value": "DarkNeutral400"
|
|
1895
|
+
},
|
|
1896
|
+
"name": "color.border.accent.gray.subtle",
|
|
1897
|
+
"path": ["color", "border", "accent", "gray", "subtle"],
|
|
1898
|
+
"cleanName": "color.border.accent.gray.subtle"
|
|
1679
1899
|
}, {
|
|
1680
1900
|
"attributes": {
|
|
1681
1901
|
"group": "paint",
|
|
@@ -1827,9 +2047,31 @@ var tokens = [{
|
|
|
1827
2047
|
},
|
|
1828
2048
|
"value": "Red500"
|
|
1829
2049
|
},
|
|
1830
|
-
"name": "color.border.danger",
|
|
1831
|
-
"path": ["color", "border", "danger"],
|
|
2050
|
+
"name": "color.border.danger.[default]",
|
|
2051
|
+
"path": ["color", "border", "danger", "[default]"],
|
|
1832
2052
|
"cleanName": "color.border.danger"
|
|
2053
|
+
}, {
|
|
2054
|
+
"attributes": {
|
|
2055
|
+
"group": "paint",
|
|
2056
|
+
"state": "active",
|
|
2057
|
+
"introduced": "13.2.0",
|
|
2058
|
+
"description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
|
|
2059
|
+
},
|
|
2060
|
+
"value": "#AE2E24",
|
|
2061
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2062
|
+
"isSource": true,
|
|
2063
|
+
"original": {
|
|
2064
|
+
"attributes": {
|
|
2065
|
+
"group": "paint",
|
|
2066
|
+
"state": "active",
|
|
2067
|
+
"introduced": "13.2.0",
|
|
2068
|
+
"description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
|
|
2069
|
+
},
|
|
2070
|
+
"value": "Red800"
|
|
2071
|
+
},
|
|
2072
|
+
"name": "color.border.danger.subtle",
|
|
2073
|
+
"path": ["color", "border", "danger", "subtle"],
|
|
2074
|
+
"cleanName": "color.border.danger.subtle"
|
|
1833
2075
|
}, {
|
|
1834
2076
|
"attributes": {
|
|
1835
2077
|
"group": "paint",
|
|
@@ -1849,9 +2091,31 @@ var tokens = [{
|
|
|
1849
2091
|
},
|
|
1850
2092
|
"value": "Orange500"
|
|
1851
2093
|
},
|
|
1852
|
-
"name": "color.border.warning",
|
|
1853
|
-
"path": ["color", "border", "warning"],
|
|
2094
|
+
"name": "color.border.warning.[default]",
|
|
2095
|
+
"path": ["color", "border", "warning", "[default]"],
|
|
1854
2096
|
"cleanName": "color.border.warning"
|
|
2097
|
+
}, {
|
|
2098
|
+
"attributes": {
|
|
2099
|
+
"group": "paint",
|
|
2100
|
+
"state": "active",
|
|
2101
|
+
"introduced": "13.2.0",
|
|
2102
|
+
"description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
|
|
2103
|
+
},
|
|
2104
|
+
"value": "#9E4C00",
|
|
2105
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2106
|
+
"isSource": true,
|
|
2107
|
+
"original": {
|
|
2108
|
+
"attributes": {
|
|
2109
|
+
"group": "paint",
|
|
2110
|
+
"state": "active",
|
|
2111
|
+
"introduced": "13.2.0",
|
|
2112
|
+
"description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
|
|
2113
|
+
},
|
|
2114
|
+
"value": "Orange800"
|
|
2115
|
+
},
|
|
2116
|
+
"name": "color.border.warning.subtle",
|
|
2117
|
+
"path": ["color", "border", "warning", "subtle"],
|
|
2118
|
+
"cleanName": "color.border.warning.subtle"
|
|
1855
2119
|
}, {
|
|
1856
2120
|
"attributes": {
|
|
1857
2121
|
"group": "paint",
|
|
@@ -1871,9 +2135,31 @@ var tokens = [{
|
|
|
1871
2135
|
},
|
|
1872
2136
|
"value": "Lime500"
|
|
1873
2137
|
},
|
|
1874
|
-
"name": "color.border.success",
|
|
1875
|
-
"path": ["color", "border", "success"],
|
|
2138
|
+
"name": "color.border.success.[default]",
|
|
2139
|
+
"path": ["color", "border", "success", "[default]"],
|
|
1876
2140
|
"cleanName": "color.border.success"
|
|
2141
|
+
}, {
|
|
2142
|
+
"attributes": {
|
|
2143
|
+
"group": "paint",
|
|
2144
|
+
"state": "active",
|
|
2145
|
+
"introduced": "13.2.0",
|
|
2146
|
+
"description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
|
|
2147
|
+
},
|
|
2148
|
+
"value": "#4C6B1F",
|
|
2149
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2150
|
+
"isSource": true,
|
|
2151
|
+
"original": {
|
|
2152
|
+
"attributes": {
|
|
2153
|
+
"group": "paint",
|
|
2154
|
+
"state": "active",
|
|
2155
|
+
"introduced": "13.2.0",
|
|
2156
|
+
"description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
|
|
2157
|
+
},
|
|
2158
|
+
"value": "Lime800"
|
|
2159
|
+
},
|
|
2160
|
+
"name": "color.border.success.subtle",
|
|
2161
|
+
"path": ["color", "border", "success", "subtle"],
|
|
2162
|
+
"cleanName": "color.border.success.subtle"
|
|
1877
2163
|
}, {
|
|
1878
2164
|
"attributes": {
|
|
1879
2165
|
"group": "paint",
|
|
@@ -1893,9 +2179,31 @@ var tokens = [{
|
|
|
1893
2179
|
},
|
|
1894
2180
|
"value": "Purple500"
|
|
1895
2181
|
},
|
|
1896
|
-
"name": "color.border.discovery",
|
|
1897
|
-
"path": ["color", "border", "discovery"],
|
|
2182
|
+
"name": "color.border.discovery.[default]",
|
|
2183
|
+
"path": ["color", "border", "discovery", "[default]"],
|
|
1898
2184
|
"cleanName": "color.border.discovery"
|
|
2185
|
+
}, {
|
|
2186
|
+
"attributes": {
|
|
2187
|
+
"group": "paint",
|
|
2188
|
+
"state": "active",
|
|
2189
|
+
"introduced": "13.2.0",
|
|
2190
|
+
"description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
|
|
2191
|
+
},
|
|
2192
|
+
"value": "#803FA5",
|
|
2193
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2194
|
+
"isSource": true,
|
|
2195
|
+
"original": {
|
|
2196
|
+
"attributes": {
|
|
2197
|
+
"group": "paint",
|
|
2198
|
+
"state": "active",
|
|
2199
|
+
"introduced": "13.2.0",
|
|
2200
|
+
"description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
|
|
2201
|
+
},
|
|
2202
|
+
"value": "Purple800"
|
|
2203
|
+
},
|
|
2204
|
+
"name": "color.border.discovery.subtle",
|
|
2205
|
+
"path": ["color", "border", "discovery", "subtle"],
|
|
2206
|
+
"cleanName": "color.border.discovery.subtle"
|
|
1899
2207
|
}, {
|
|
1900
2208
|
"attributes": {
|
|
1901
2209
|
"group": "paint",
|
|
@@ -1915,9 +2223,31 @@ var tokens = [{
|
|
|
1915
2223
|
},
|
|
1916
2224
|
"value": "Blue500"
|
|
1917
2225
|
},
|
|
1918
|
-
"name": "color.border.information",
|
|
1919
|
-
"path": ["color", "border", "information"],
|
|
2226
|
+
"name": "color.border.information.[default]",
|
|
2227
|
+
"path": ["color", "border", "information", "[default]"],
|
|
1920
2228
|
"cleanName": "color.border.information"
|
|
2229
|
+
}, {
|
|
2230
|
+
"attributes": {
|
|
2231
|
+
"group": "paint",
|
|
2232
|
+
"state": "active",
|
|
2233
|
+
"introduced": "13.2.0",
|
|
2234
|
+
"description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
|
|
2235
|
+
},
|
|
2236
|
+
"value": "#1558BC",
|
|
2237
|
+
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
2238
|
+
"isSource": true,
|
|
2239
|
+
"original": {
|
|
2240
|
+
"attributes": {
|
|
2241
|
+
"group": "paint",
|
|
2242
|
+
"state": "active",
|
|
2243
|
+
"introduced": "13.2.0",
|
|
2244
|
+
"description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
|
|
2245
|
+
},
|
|
2246
|
+
"value": "Blue800"
|
|
2247
|
+
},
|
|
2248
|
+
"name": "color.border.information.subtle",
|
|
2249
|
+
"path": ["color", "border", "information", "subtle"],
|
|
2250
|
+
"cleanName": "color.border.information.subtle"
|
|
1921
2251
|
}, {
|
|
1922
2252
|
"attributes": {
|
|
1923
2253
|
"group": "paint",
|
|
@@ -5394,6 +5724,28 @@ var tokens = [{
|
|
|
5394
5724
|
"name": "color.background.danger.subtler.pressed",
|
|
5395
5725
|
"path": ["color", "background", "danger", "subtler", "pressed"],
|
|
5396
5726
|
"cleanName": "color.background.danger.subtler.pressed"
|
|
5727
|
+
}, {
|
|
5728
|
+
"attributes": {
|
|
5729
|
+
"group": "paint",
|
|
5730
|
+
"state": "active",
|
|
5731
|
+
"introduced": "13.2.0",
|
|
5732
|
+
"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."
|
|
5733
|
+
},
|
|
5734
|
+
"value": "#AE2E24",
|
|
5735
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5736
|
+
"isSource": true,
|
|
5737
|
+
"original": {
|
|
5738
|
+
"attributes": {
|
|
5739
|
+
"group": "paint",
|
|
5740
|
+
"state": "active",
|
|
5741
|
+
"introduced": "13.2.0",
|
|
5742
|
+
"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."
|
|
5743
|
+
},
|
|
5744
|
+
"value": "Red800"
|
|
5745
|
+
},
|
|
5746
|
+
"name": "color.background.danger.subtle.[default]",
|
|
5747
|
+
"path": ["color", "background", "danger", "subtle", "[default]"],
|
|
5748
|
+
"cleanName": "color.background.danger.subtle"
|
|
5397
5749
|
}, {
|
|
5398
5750
|
"attributes": {
|
|
5399
5751
|
"group": "paint",
|
|
@@ -5592,6 +5944,28 @@ var tokens = [{
|
|
|
5592
5944
|
"name": "color.background.warning.subtler.pressed",
|
|
5593
5945
|
"path": ["color", "background", "warning", "subtler", "pressed"],
|
|
5594
5946
|
"cleanName": "color.background.warning.subtler.pressed"
|
|
5947
|
+
}, {
|
|
5948
|
+
"attributes": {
|
|
5949
|
+
"group": "paint",
|
|
5950
|
+
"state": "active",
|
|
5951
|
+
"introduced": "13.2.0",
|
|
5952
|
+
"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."
|
|
5953
|
+
},
|
|
5954
|
+
"value": "#9E4C00",
|
|
5955
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5956
|
+
"isSource": true,
|
|
5957
|
+
"original": {
|
|
5958
|
+
"attributes": {
|
|
5959
|
+
"group": "paint",
|
|
5960
|
+
"state": "active",
|
|
5961
|
+
"introduced": "13.2.0",
|
|
5962
|
+
"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."
|
|
5963
|
+
},
|
|
5964
|
+
"value": "Orange800"
|
|
5965
|
+
},
|
|
5966
|
+
"name": "color.background.warning.subtle.[default]",
|
|
5967
|
+
"path": ["color", "background", "warning", "subtle", "[default]"],
|
|
5968
|
+
"cleanName": "color.background.warning.subtle"
|
|
5595
5969
|
}, {
|
|
5596
5970
|
"attributes": {
|
|
5597
5971
|
"group": "paint",
|
|
@@ -5790,6 +6164,28 @@ var tokens = [{
|
|
|
5790
6164
|
"name": "color.background.success.subtler.pressed",
|
|
5791
6165
|
"path": ["color", "background", "success", "subtler", "pressed"],
|
|
5792
6166
|
"cleanName": "color.background.success.subtler.pressed"
|
|
6167
|
+
}, {
|
|
6168
|
+
"attributes": {
|
|
6169
|
+
"group": "paint",
|
|
6170
|
+
"state": "active",
|
|
6171
|
+
"introduced": "13.2.0",
|
|
6172
|
+
"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."
|
|
6173
|
+
},
|
|
6174
|
+
"value": "#4C6B1F",
|
|
6175
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6176
|
+
"isSource": true,
|
|
6177
|
+
"original": {
|
|
6178
|
+
"attributes": {
|
|
6179
|
+
"group": "paint",
|
|
6180
|
+
"state": "active",
|
|
6181
|
+
"introduced": "13.2.0",
|
|
6182
|
+
"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."
|
|
6183
|
+
},
|
|
6184
|
+
"value": "Lime800"
|
|
6185
|
+
},
|
|
6186
|
+
"name": "color.background.success.subtle.[default]",
|
|
6187
|
+
"path": ["color", "background", "success", "subtle", "[default]"],
|
|
6188
|
+
"cleanName": "color.background.success.subtle"
|
|
5793
6189
|
}, {
|
|
5794
6190
|
"attributes": {
|
|
5795
6191
|
"group": "paint",
|
|
@@ -5988,6 +6384,28 @@ var tokens = [{
|
|
|
5988
6384
|
"name": "color.background.discovery.subtler.pressed",
|
|
5989
6385
|
"path": ["color", "background", "discovery", "subtler", "pressed"],
|
|
5990
6386
|
"cleanName": "color.background.discovery.subtler.pressed"
|
|
6387
|
+
}, {
|
|
6388
|
+
"attributes": {
|
|
6389
|
+
"group": "paint",
|
|
6390
|
+
"state": "active",
|
|
6391
|
+
"introduced": "13.2.0",
|
|
6392
|
+
"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."
|
|
6393
|
+
},
|
|
6394
|
+
"value": "#803FA5",
|
|
6395
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6396
|
+
"isSource": true,
|
|
6397
|
+
"original": {
|
|
6398
|
+
"attributes": {
|
|
6399
|
+
"group": "paint",
|
|
6400
|
+
"state": "active",
|
|
6401
|
+
"introduced": "13.2.0",
|
|
6402
|
+
"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."
|
|
6403
|
+
},
|
|
6404
|
+
"value": "Purple800"
|
|
6405
|
+
},
|
|
6406
|
+
"name": "color.background.discovery.subtle.[default]",
|
|
6407
|
+
"path": ["color", "background", "discovery", "subtle", "[default]"],
|
|
6408
|
+
"cleanName": "color.background.discovery.subtle"
|
|
5991
6409
|
}, {
|
|
5992
6410
|
"attributes": {
|
|
5993
6411
|
"group": "paint",
|
|
@@ -6186,6 +6604,28 @@ var tokens = [{
|
|
|
6186
6604
|
"name": "color.background.information.subtler.pressed",
|
|
6187
6605
|
"path": ["color", "background", "information", "subtler", "pressed"],
|
|
6188
6606
|
"cleanName": "color.background.information.subtler.pressed"
|
|
6607
|
+
}, {
|
|
6608
|
+
"attributes": {
|
|
6609
|
+
"group": "paint",
|
|
6610
|
+
"state": "active",
|
|
6611
|
+
"introduced": "13.2.0",
|
|
6612
|
+
"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."
|
|
6613
|
+
},
|
|
6614
|
+
"value": "#1558BC",
|
|
6615
|
+
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
6616
|
+
"isSource": true,
|
|
6617
|
+
"original": {
|
|
6618
|
+
"attributes": {
|
|
6619
|
+
"group": "paint",
|
|
6620
|
+
"state": "active",
|
|
6621
|
+
"introduced": "13.2.0",
|
|
6622
|
+
"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."
|
|
6623
|
+
},
|
|
6624
|
+
"value": "Blue800"
|
|
6625
|
+
},
|
|
6626
|
+
"name": "color.background.information.subtle.[default]",
|
|
6627
|
+
"path": ["color", "background", "information", "subtle", "[default]"],
|
|
6628
|
+
"cleanName": "color.background.information.subtle"
|
|
6189
6629
|
}, {
|
|
6190
6630
|
"attributes": {
|
|
6191
6631
|
"group": "paint",
|