@atlaskit/tokens 8.1.0 → 8.3.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 +43 -0
- 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-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.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 +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/cjs/entry-points/token-metadata.codegen.js +105 -5
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-dark.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.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 +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/es2019/entry-points/token-metadata.codegen.js +105 -5
- 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-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.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 +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/esm/entry-points/token-metadata.codegen.js +105 -5
- 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-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.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-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.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 +5 -5
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +42 -4
- 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-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.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-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.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 +5 -5
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +42 -4
- package/figma/atlassian-dark-increased-contrast.json +187 -7
- package/figma/atlassian-dark.json +187 -7
- package/figma/atlassian-legacy-dark.json +180 -0
- package/figma/atlassian-legacy-light.json +180 -0
- package/figma/atlassian-light-increased-contrast.json +180 -0
- package/figma/atlassian-light.json +180 -0
- package/package.json +5 -5
|
@@ -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::a7ced96bdd0a0c971d9fad16c25439fc>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -573,9 +573,31 @@ const tokens = [{
|
|
|
573
573
|
"description": "Use for critical text, such as input field error messaging."
|
|
574
574
|
}
|
|
575
575
|
},
|
|
576
|
-
"name": "color.text.danger",
|
|
577
|
-
"path": ["color", "text", "danger"],
|
|
576
|
+
"name": "color.text.danger.[default]",
|
|
577
|
+
"path": ["color", "text", "danger", "[default]"],
|
|
578
578
|
"cleanName": "color.text.danger"
|
|
579
|
+
}, {
|
|
580
|
+
"value": "#42221F",
|
|
581
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
582
|
+
"isSource": true,
|
|
583
|
+
"attributes": {
|
|
584
|
+
"group": "paint",
|
|
585
|
+
"state": "active",
|
|
586
|
+
"introduced": "8.1.0",
|
|
587
|
+
"description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
|
|
588
|
+
},
|
|
589
|
+
"original": {
|
|
590
|
+
"value": "Red1000",
|
|
591
|
+
"attributes": {
|
|
592
|
+
"group": "paint",
|
|
593
|
+
"state": "active",
|
|
594
|
+
"introduced": "8.1.0",
|
|
595
|
+
"description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"name": "color.text.danger.bolder",
|
|
599
|
+
"path": ["color", "text", "danger", "bolder"],
|
|
600
|
+
"cleanName": "color.text.danger.bolder"
|
|
579
601
|
}, {
|
|
580
602
|
"value": "#693200",
|
|
581
603
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
@@ -620,6 +642,28 @@ const tokens = [{
|
|
|
620
642
|
"name": "color.text.warning.inverse",
|
|
621
643
|
"path": ["color", "text", "warning", "inverse"],
|
|
622
644
|
"cleanName": "color.text.warning.inverse"
|
|
645
|
+
}, {
|
|
646
|
+
"value": "#3A2C1F",
|
|
647
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
648
|
+
"isSource": true,
|
|
649
|
+
"attributes": {
|
|
650
|
+
"group": "paint",
|
|
651
|
+
"state": "active",
|
|
652
|
+
"introduced": "8.1.0",
|
|
653
|
+
"description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
|
|
654
|
+
},
|
|
655
|
+
"original": {
|
|
656
|
+
"value": "Orange1000",
|
|
657
|
+
"attributes": {
|
|
658
|
+
"group": "paint",
|
|
659
|
+
"state": "active",
|
|
660
|
+
"introduced": "8.1.0",
|
|
661
|
+
"description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"name": "color.text.warning.bolder",
|
|
665
|
+
"path": ["color", "text", "warning", "bolder"],
|
|
666
|
+
"cleanName": "color.text.warning.bolder"
|
|
623
667
|
}, {
|
|
624
668
|
"value": "#164B35",
|
|
625
669
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
@@ -639,9 +683,31 @@ const tokens = [{
|
|
|
639
683
|
"description": "Use for text to communicate a favorable outcome, such as input field success messaging."
|
|
640
684
|
}
|
|
641
685
|
},
|
|
642
|
-
"name": "color.text.success",
|
|
643
|
-
"path": ["color", "text", "success"],
|
|
686
|
+
"name": "color.text.success.[default]",
|
|
687
|
+
"path": ["color", "text", "success", "[default]"],
|
|
644
688
|
"cleanName": "color.text.success"
|
|
689
|
+
}, {
|
|
690
|
+
"value": "#1C3329",
|
|
691
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
692
|
+
"isSource": true,
|
|
693
|
+
"attributes": {
|
|
694
|
+
"group": "paint",
|
|
695
|
+
"state": "active",
|
|
696
|
+
"introduced": "8.1.0",
|
|
697
|
+
"description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
|
|
698
|
+
},
|
|
699
|
+
"original": {
|
|
700
|
+
"value": "Green1000",
|
|
701
|
+
"attributes": {
|
|
702
|
+
"group": "paint",
|
|
703
|
+
"state": "active",
|
|
704
|
+
"introduced": "8.1.0",
|
|
705
|
+
"description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"name": "color.text.success.bolder",
|
|
709
|
+
"path": ["color", "text", "success", "bolder"],
|
|
710
|
+
"cleanName": "color.text.success.bolder"
|
|
645
711
|
}, {
|
|
646
712
|
"value": "#48245D",
|
|
647
713
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
@@ -661,9 +727,31 @@ const tokens = [{
|
|
|
661
727
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
662
728
|
}
|
|
663
729
|
},
|
|
664
|
-
"name": "color.text.discovery",
|
|
665
|
-
"path": ["color", "text", "discovery"],
|
|
730
|
+
"name": "color.text.discovery.[default]",
|
|
731
|
+
"path": ["color", "text", "discovery", "[default]"],
|
|
666
732
|
"cleanName": "color.text.discovery"
|
|
733
|
+
}, {
|
|
734
|
+
"value": "#35243F",
|
|
735
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
736
|
+
"isSource": true,
|
|
737
|
+
"attributes": {
|
|
738
|
+
"group": "paint",
|
|
739
|
+
"state": "active",
|
|
740
|
+
"introduced": "8.1.0",
|
|
741
|
+
"description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
|
|
742
|
+
},
|
|
743
|
+
"original": {
|
|
744
|
+
"value": "Purple1000",
|
|
745
|
+
"attributes": {
|
|
746
|
+
"group": "paint",
|
|
747
|
+
"state": "active",
|
|
748
|
+
"introduced": "8.1.0",
|
|
749
|
+
"description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
"name": "color.text.discovery.bolder",
|
|
753
|
+
"path": ["color", "text", "discovery", "bolder"],
|
|
754
|
+
"cleanName": "color.text.discovery.bolder"
|
|
667
755
|
}, {
|
|
668
756
|
"value": "#123263",
|
|
669
757
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
@@ -683,9 +771,31 @@ const tokens = [{
|
|
|
683
771
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
684
772
|
}
|
|
685
773
|
},
|
|
686
|
-
"name": "color.text.information",
|
|
687
|
-
"path": ["color", "text", "information"],
|
|
774
|
+
"name": "color.text.information.[default]",
|
|
775
|
+
"path": ["color", "text", "information", "[default]"],
|
|
688
776
|
"cleanName": "color.text.information"
|
|
777
|
+
}, {
|
|
778
|
+
"value": "#1C2B42",
|
|
779
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
780
|
+
"isSource": true,
|
|
781
|
+
"attributes": {
|
|
782
|
+
"group": "paint",
|
|
783
|
+
"state": "active",
|
|
784
|
+
"introduced": "8.1.0",
|
|
785
|
+
"description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
|
|
786
|
+
},
|
|
787
|
+
"original": {
|
|
788
|
+
"value": "Blue1000",
|
|
789
|
+
"attributes": {
|
|
790
|
+
"group": "paint",
|
|
791
|
+
"state": "active",
|
|
792
|
+
"introduced": "8.1.0",
|
|
793
|
+
"description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
"name": "color.text.information.bolder",
|
|
797
|
+
"path": ["color", "text", "information", "bolder"],
|
|
798
|
+
"cleanName": "color.text.information.bolder"
|
|
689
799
|
}, {
|
|
690
800
|
"value": "#3B3D42",
|
|
691
801
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
@@ -5218,6 +5328,72 @@ const tokens = [{
|
|
|
5218
5328
|
"name": "color.background.danger.[default].pressed",
|
|
5219
5329
|
"path": ["color", "background", "danger", "[default]", "pressed"],
|
|
5220
5330
|
"cleanName": "color.background.danger.pressed"
|
|
5331
|
+
}, {
|
|
5332
|
+
"value": "#FFD5D2",
|
|
5333
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5334
|
+
"isSource": false,
|
|
5335
|
+
"attributes": {
|
|
5336
|
+
"group": "paint",
|
|
5337
|
+
"state": "active",
|
|
5338
|
+
"introduced": "8.1.0",
|
|
5339
|
+
"description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5340
|
+
},
|
|
5341
|
+
"original": {
|
|
5342
|
+
"value": "Red200",
|
|
5343
|
+
"attributes": {
|
|
5344
|
+
"group": "paint",
|
|
5345
|
+
"state": "active",
|
|
5346
|
+
"introduced": "8.1.0",
|
|
5347
|
+
"description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
"name": "color.background.danger.subtler.[default]",
|
|
5351
|
+
"path": ["color", "background", "danger", "subtler", "[default]"],
|
|
5352
|
+
"cleanName": "color.background.danger.subtler"
|
|
5353
|
+
}, {
|
|
5354
|
+
"value": "#FFB8B2",
|
|
5355
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5356
|
+
"isSource": false,
|
|
5357
|
+
"attributes": {
|
|
5358
|
+
"group": "paint",
|
|
5359
|
+
"state": "active",
|
|
5360
|
+
"introduced": "8.1.0",
|
|
5361
|
+
"description": "Hovered state of color.background.danger.subtler"
|
|
5362
|
+
},
|
|
5363
|
+
"original": {
|
|
5364
|
+
"value": "Red250",
|
|
5365
|
+
"attributes": {
|
|
5366
|
+
"group": "paint",
|
|
5367
|
+
"state": "active",
|
|
5368
|
+
"introduced": "8.1.0",
|
|
5369
|
+
"description": "Hovered state of color.background.danger.subtler"
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5372
|
+
"name": "color.background.danger.subtler.hovered",
|
|
5373
|
+
"path": ["color", "background", "danger", "subtler", "hovered"],
|
|
5374
|
+
"cleanName": "color.background.danger.subtler.hovered"
|
|
5375
|
+
}, {
|
|
5376
|
+
"value": "#FD9891",
|
|
5377
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5378
|
+
"isSource": false,
|
|
5379
|
+
"attributes": {
|
|
5380
|
+
"group": "paint",
|
|
5381
|
+
"state": "active",
|
|
5382
|
+
"introduced": "8.1.0",
|
|
5383
|
+
"description": "Pressed state of color.background.danger.subtler"
|
|
5384
|
+
},
|
|
5385
|
+
"original": {
|
|
5386
|
+
"value": "Red300",
|
|
5387
|
+
"attributes": {
|
|
5388
|
+
"group": "paint",
|
|
5389
|
+
"state": "active",
|
|
5390
|
+
"introduced": "8.1.0",
|
|
5391
|
+
"description": "Pressed state of color.background.danger.subtler"
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5394
|
+
"name": "color.background.danger.subtler.pressed",
|
|
5395
|
+
"path": ["color", "background", "danger", "subtler", "pressed"],
|
|
5396
|
+
"cleanName": "color.background.danger.subtler.pressed"
|
|
5221
5397
|
}, {
|
|
5222
5398
|
"value": "#5D1F1A",
|
|
5223
5399
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
@@ -5350,6 +5526,72 @@ const tokens = [{
|
|
|
5350
5526
|
"name": "color.background.warning.[default].pressed",
|
|
5351
5527
|
"path": ["color", "background", "warning", "[default]", "pressed"],
|
|
5352
5528
|
"cleanName": "color.background.warning.pressed"
|
|
5529
|
+
}, {
|
|
5530
|
+
"value": "#FCE4A6",
|
|
5531
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5532
|
+
"isSource": false,
|
|
5533
|
+
"attributes": {
|
|
5534
|
+
"group": "paint",
|
|
5535
|
+
"state": "active",
|
|
5536
|
+
"introduced": "8.1.0",
|
|
5537
|
+
"description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5538
|
+
},
|
|
5539
|
+
"original": {
|
|
5540
|
+
"value": "Orange200",
|
|
5541
|
+
"attributes": {
|
|
5542
|
+
"group": "paint",
|
|
5543
|
+
"state": "active",
|
|
5544
|
+
"introduced": "8.1.0",
|
|
5545
|
+
"description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5546
|
+
}
|
|
5547
|
+
},
|
|
5548
|
+
"name": "color.background.warning.subtler.[default]",
|
|
5549
|
+
"path": ["color", "background", "warning", "subtler", "[default]"],
|
|
5550
|
+
"cleanName": "color.background.warning.subtler"
|
|
5551
|
+
}, {
|
|
5552
|
+
"value": "#FBD779",
|
|
5553
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5554
|
+
"isSource": false,
|
|
5555
|
+
"attributes": {
|
|
5556
|
+
"group": "paint",
|
|
5557
|
+
"state": "active",
|
|
5558
|
+
"introduced": "8.1.0",
|
|
5559
|
+
"description": "Hovered state of color.background.warning.subtler"
|
|
5560
|
+
},
|
|
5561
|
+
"original": {
|
|
5562
|
+
"value": "Orange250",
|
|
5563
|
+
"attributes": {
|
|
5564
|
+
"group": "paint",
|
|
5565
|
+
"state": "active",
|
|
5566
|
+
"introduced": "8.1.0",
|
|
5567
|
+
"description": "Hovered state of color.background.warning.subtler"
|
|
5568
|
+
}
|
|
5569
|
+
},
|
|
5570
|
+
"name": "color.background.warning.subtler.hovered",
|
|
5571
|
+
"path": ["color", "background", "warning", "subtler", "hovered"],
|
|
5572
|
+
"cleanName": "color.background.warning.subtler.hovered"
|
|
5573
|
+
}, {
|
|
5574
|
+
"value": "#FBC828",
|
|
5575
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5576
|
+
"isSource": false,
|
|
5577
|
+
"attributes": {
|
|
5578
|
+
"group": "paint",
|
|
5579
|
+
"state": "active",
|
|
5580
|
+
"introduced": "8.1.0",
|
|
5581
|
+
"description": "Pressed state of color.background.warning.subtler"
|
|
5582
|
+
},
|
|
5583
|
+
"original": {
|
|
5584
|
+
"value": "Orange300",
|
|
5585
|
+
"attributes": {
|
|
5586
|
+
"group": "paint",
|
|
5587
|
+
"state": "active",
|
|
5588
|
+
"introduced": "8.1.0",
|
|
5589
|
+
"description": "Pressed state of color.background.warning.subtler"
|
|
5590
|
+
}
|
|
5591
|
+
},
|
|
5592
|
+
"name": "color.background.warning.subtler.pressed",
|
|
5593
|
+
"path": ["color", "background", "warning", "subtler", "pressed"],
|
|
5594
|
+
"cleanName": "color.background.warning.subtler.pressed"
|
|
5353
5595
|
}, {
|
|
5354
5596
|
"value": "#533F04",
|
|
5355
5597
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
@@ -5482,6 +5724,72 @@ const tokens = [{
|
|
|
5482
5724
|
"name": "color.background.success.[default].pressed",
|
|
5483
5725
|
"path": ["color", "background", "success", "[default]", "pressed"],
|
|
5484
5726
|
"cleanName": "color.background.success.pressed"
|
|
5727
|
+
}, {
|
|
5728
|
+
"value": "#D3F1A7",
|
|
5729
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5730
|
+
"isSource": false,
|
|
5731
|
+
"attributes": {
|
|
5732
|
+
"group": "paint",
|
|
5733
|
+
"state": "active",
|
|
5734
|
+
"introduced": "8.1.0",
|
|
5735
|
+
"description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5736
|
+
},
|
|
5737
|
+
"original": {
|
|
5738
|
+
"value": "Lime200",
|
|
5739
|
+
"attributes": {
|
|
5740
|
+
"group": "paint",
|
|
5741
|
+
"state": "active",
|
|
5742
|
+
"introduced": "8.1.0",
|
|
5743
|
+
"description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5744
|
+
}
|
|
5745
|
+
},
|
|
5746
|
+
"name": "color.background.success.subtler.[default]",
|
|
5747
|
+
"path": ["color", "background", "success", "subtler", "[default]"],
|
|
5748
|
+
"cleanName": "color.background.success.subtler"
|
|
5749
|
+
}, {
|
|
5750
|
+
"value": "#BDE97C",
|
|
5751
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5752
|
+
"isSource": false,
|
|
5753
|
+
"attributes": {
|
|
5754
|
+
"group": "paint",
|
|
5755
|
+
"state": "active",
|
|
5756
|
+
"introduced": "8.1.0",
|
|
5757
|
+
"description": "Hovered state of color.background.success.subtler"
|
|
5758
|
+
},
|
|
5759
|
+
"original": {
|
|
5760
|
+
"value": "Lime250",
|
|
5761
|
+
"attributes": {
|
|
5762
|
+
"group": "paint",
|
|
5763
|
+
"state": "active",
|
|
5764
|
+
"introduced": "8.1.0",
|
|
5765
|
+
"description": "Hovered state of color.background.success.subtler"
|
|
5766
|
+
}
|
|
5767
|
+
},
|
|
5768
|
+
"name": "color.background.success.subtler.hovered",
|
|
5769
|
+
"path": ["color", "background", "success", "subtler", "hovered"],
|
|
5770
|
+
"cleanName": "color.background.success.subtler.hovered"
|
|
5771
|
+
}, {
|
|
5772
|
+
"value": "#B3DF72",
|
|
5773
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5774
|
+
"isSource": false,
|
|
5775
|
+
"attributes": {
|
|
5776
|
+
"group": "paint",
|
|
5777
|
+
"state": "active",
|
|
5778
|
+
"introduced": "8.1.0",
|
|
5779
|
+
"description": "Pressed state of color.background.success.subtler"
|
|
5780
|
+
},
|
|
5781
|
+
"original": {
|
|
5782
|
+
"value": "Lime300",
|
|
5783
|
+
"attributes": {
|
|
5784
|
+
"group": "paint",
|
|
5785
|
+
"state": "active",
|
|
5786
|
+
"introduced": "8.1.0",
|
|
5787
|
+
"description": "Pressed state of color.background.success.subtler"
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
"name": "color.background.success.subtler.pressed",
|
|
5791
|
+
"path": ["color", "background", "success", "subtler", "pressed"],
|
|
5792
|
+
"cleanName": "color.background.success.subtler.pressed"
|
|
5485
5793
|
}, {
|
|
5486
5794
|
"value": "#164B35",
|
|
5487
5795
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
@@ -5614,6 +5922,72 @@ const tokens = [{
|
|
|
5614
5922
|
"name": "color.background.discovery.[default].pressed",
|
|
5615
5923
|
"path": ["color", "background", "discovery", "[default]", "pressed"],
|
|
5616
5924
|
"cleanName": "color.background.discovery.pressed"
|
|
5925
|
+
}, {
|
|
5926
|
+
"value": "#EED7FC",
|
|
5927
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5928
|
+
"isSource": false,
|
|
5929
|
+
"attributes": {
|
|
5930
|
+
"group": "paint",
|
|
5931
|
+
"state": "active",
|
|
5932
|
+
"introduced": "8.1.0",
|
|
5933
|
+
"description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5934
|
+
},
|
|
5935
|
+
"original": {
|
|
5936
|
+
"value": "Purple200",
|
|
5937
|
+
"attributes": {
|
|
5938
|
+
"group": "paint",
|
|
5939
|
+
"state": "active",
|
|
5940
|
+
"introduced": "8.1.0",
|
|
5941
|
+
"description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
"name": "color.background.discovery.subtler.[default]",
|
|
5945
|
+
"path": ["color", "background", "discovery", "subtler", "[default]"],
|
|
5946
|
+
"cleanName": "color.background.discovery.subtler"
|
|
5947
|
+
}, {
|
|
5948
|
+
"value": "#E3BDFA",
|
|
5949
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5950
|
+
"isSource": false,
|
|
5951
|
+
"attributes": {
|
|
5952
|
+
"group": "paint",
|
|
5953
|
+
"state": "active",
|
|
5954
|
+
"introduced": "8.1.0",
|
|
5955
|
+
"description": "Hovered state of color.background.discovery.subtler"
|
|
5956
|
+
},
|
|
5957
|
+
"original": {
|
|
5958
|
+
"value": "Purple250",
|
|
5959
|
+
"attributes": {
|
|
5960
|
+
"group": "paint",
|
|
5961
|
+
"state": "active",
|
|
5962
|
+
"introduced": "8.1.0",
|
|
5963
|
+
"description": "Hovered state of color.background.discovery.subtler"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"name": "color.background.discovery.subtler.hovered",
|
|
5967
|
+
"path": ["color", "background", "discovery", "subtler", "hovered"],
|
|
5968
|
+
"cleanName": "color.background.discovery.subtler.hovered"
|
|
5969
|
+
}, {
|
|
5970
|
+
"value": "#D8A0F7",
|
|
5971
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5972
|
+
"isSource": false,
|
|
5973
|
+
"attributes": {
|
|
5974
|
+
"group": "paint",
|
|
5975
|
+
"state": "active",
|
|
5976
|
+
"introduced": "8.1.0",
|
|
5977
|
+
"description": "Pressed state of color.background.discovery.subtler"
|
|
5978
|
+
},
|
|
5979
|
+
"original": {
|
|
5980
|
+
"value": "Purple300",
|
|
5981
|
+
"attributes": {
|
|
5982
|
+
"group": "paint",
|
|
5983
|
+
"state": "active",
|
|
5984
|
+
"introduced": "8.1.0",
|
|
5985
|
+
"description": "Pressed state of color.background.discovery.subtler"
|
|
5986
|
+
}
|
|
5987
|
+
},
|
|
5988
|
+
"name": "color.background.discovery.subtler.pressed",
|
|
5989
|
+
"path": ["color", "background", "discovery", "subtler", "pressed"],
|
|
5990
|
+
"cleanName": "color.background.discovery.subtler.pressed"
|
|
5617
5991
|
}, {
|
|
5618
5992
|
"value": "#48245D",
|
|
5619
5993
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
@@ -5746,6 +6120,72 @@ const tokens = [{
|
|
|
5746
6120
|
"name": "color.background.information.[default].pressed",
|
|
5747
6121
|
"path": ["color", "background", "information", "[default]", "pressed"],
|
|
5748
6122
|
"cleanName": "color.background.information.pressed"
|
|
6123
|
+
}, {
|
|
6124
|
+
"value": "#CFE1FD",
|
|
6125
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
6126
|
+
"isSource": false,
|
|
6127
|
+
"attributes": {
|
|
6128
|
+
"group": "paint",
|
|
6129
|
+
"state": "active",
|
|
6130
|
+
"introduced": "8.1.0",
|
|
6131
|
+
"description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
|
|
6132
|
+
},
|
|
6133
|
+
"original": {
|
|
6134
|
+
"value": "Blue200",
|
|
6135
|
+
"attributes": {
|
|
6136
|
+
"group": "paint",
|
|
6137
|
+
"state": "active",
|
|
6138
|
+
"introduced": "8.1.0",
|
|
6139
|
+
"description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
|
|
6140
|
+
}
|
|
6141
|
+
},
|
|
6142
|
+
"name": "color.background.information.subtler.[default]",
|
|
6143
|
+
"path": ["color", "background", "information", "subtler", "[default]"],
|
|
6144
|
+
"cleanName": "color.background.information.subtler"
|
|
6145
|
+
}, {
|
|
6146
|
+
"value": "#ADCBFB",
|
|
6147
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
6148
|
+
"isSource": false,
|
|
6149
|
+
"attributes": {
|
|
6150
|
+
"group": "paint",
|
|
6151
|
+
"state": "active",
|
|
6152
|
+
"introduced": "8.1.0",
|
|
6153
|
+
"description": "Hovered state of color.background.information.subtler"
|
|
6154
|
+
},
|
|
6155
|
+
"original": {
|
|
6156
|
+
"value": "Blue250",
|
|
6157
|
+
"attributes": {
|
|
6158
|
+
"group": "paint",
|
|
6159
|
+
"state": "active",
|
|
6160
|
+
"introduced": "8.1.0",
|
|
6161
|
+
"description": "Hovered state of color.background.information.subtler"
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
6164
|
+
"name": "color.background.information.subtler.hovered",
|
|
6165
|
+
"path": ["color", "background", "information", "subtler", "hovered"],
|
|
6166
|
+
"cleanName": "color.background.information.subtler.hovered"
|
|
6167
|
+
}, {
|
|
6168
|
+
"value": "#8FB8F6",
|
|
6169
|
+
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
6170
|
+
"isSource": false,
|
|
6171
|
+
"attributes": {
|
|
6172
|
+
"group": "paint",
|
|
6173
|
+
"state": "active",
|
|
6174
|
+
"introduced": "8.1.0",
|
|
6175
|
+
"description": "Pressed state of color.background.information.subtler"
|
|
6176
|
+
},
|
|
6177
|
+
"original": {
|
|
6178
|
+
"value": "Blue300",
|
|
6179
|
+
"attributes": {
|
|
6180
|
+
"group": "paint",
|
|
6181
|
+
"state": "active",
|
|
6182
|
+
"introduced": "8.1.0",
|
|
6183
|
+
"description": "Pressed state of color.background.information.subtler"
|
|
6184
|
+
}
|
|
6185
|
+
},
|
|
6186
|
+
"name": "color.background.information.subtler.pressed",
|
|
6187
|
+
"path": ["color", "background", "information", "subtler", "pressed"],
|
|
6188
|
+
"cleanName": "color.background.information.subtler.pressed"
|
|
5749
6189
|
}, {
|
|
5750
6190
|
"value": "#123263",
|
|
5751
6191
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|