@primer/primitives 9.0.0-rc.02c27a21 → 9.0.0-rc.da7438e1

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.
Files changed (50) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +20 -20
  2. package/dist/css/functional/themes/dark-dimmed.css +20 -20
  3. package/dist/css/functional/themes/dark-high-contrast.css +20 -20
  4. package/dist/css/functional/themes/dark-tritanopia.css +20 -20
  5. package/dist/css/functional/themes/dark.css +20 -20
  6. package/dist/css/functional/themes/light-colorblind.css +20 -20
  7. package/dist/css/functional/themes/light-high-contrast.css +20 -20
  8. package/dist/css/functional/themes/light-tritanopia.css +20 -20
  9. package/dist/css/functional/themes/light.css +20 -20
  10. package/dist/docs/functional/themes/dark-colorblind.json +30 -30
  11. package/dist/docs/functional/themes/dark-dimmed.json +30 -30
  12. package/dist/docs/functional/themes/dark-high-contrast.json +30 -30
  13. package/dist/docs/functional/themes/dark-tritanopia.json +30 -30
  14. package/dist/docs/functional/themes/dark.json +30 -30
  15. package/dist/docs/functional/themes/light-colorblind.json +30 -30
  16. package/dist/docs/functional/themes/light-high-contrast.json +30 -30
  17. package/dist/docs/functional/themes/light-tritanopia.json +30 -30
  18. package/dist/docs/functional/themes/light.json +30 -30
  19. package/dist/fallbacks/color-fallbacks.json +1 -11
  20. package/dist/figma/themes/dark-colorblind.json +20 -20
  21. package/dist/figma/themes/dark-dimmed.json +20 -20
  22. package/dist/figma/themes/dark-high-contrast.json +20 -20
  23. package/dist/figma/themes/dark-tritanopia.json +20 -20
  24. package/dist/figma/themes/dark.json +20 -20
  25. package/dist/figma/themes/light-colorblind.json +20 -20
  26. package/dist/figma/themes/light-high-contrast.json +20 -20
  27. package/dist/figma/themes/light-tritanopia.json +20 -20
  28. package/dist/figma/themes/light.json +20 -20
  29. package/dist/internalCss/dark-colorblind.css +20 -20
  30. package/dist/internalCss/dark-dimmed.css +20 -20
  31. package/dist/internalCss/dark-high-contrast.css +20 -20
  32. package/dist/internalCss/dark-tritanopia.css +20 -20
  33. package/dist/internalCss/dark.css +20 -20
  34. package/dist/internalCss/light-colorblind.css +20 -20
  35. package/dist/internalCss/light-high-contrast.css +20 -20
  36. package/dist/internalCss/light-tritanopia.css +20 -20
  37. package/dist/internalCss/light.css +20 -20
  38. package/dist/styleLint/functional/themes/dark-colorblind.json +30 -30
  39. package/dist/styleLint/functional/themes/dark-dimmed.json +30 -30
  40. package/dist/styleLint/functional/themes/dark-high-contrast.json +30 -30
  41. package/dist/styleLint/functional/themes/dark-tritanopia.json +30 -30
  42. package/dist/styleLint/functional/themes/dark.json +30 -30
  43. package/dist/styleLint/functional/themes/light-colorblind.json +30 -30
  44. package/dist/styleLint/functional/themes/light-high-contrast.json +30 -30
  45. package/dist/styleLint/functional/themes/light-tritanopia.json +30 -30
  46. package/dist/styleLint/functional/themes/light.json +30 -30
  47. package/package.json +1 -1
  48. package/src/tokens/fallback/color-fallbacks.json +1 -11
  49. package/src/tokens/functional/color/dark/data-vis-dark.json5 +10 -10
  50. package/src/tokens/functional/color/light/data-vis-light.json5 +10 -10
@@ -6774,7 +6774,7 @@
6774
6774
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6775
6775
  },
6776
6776
  {
6777
- "name": "data/gray/color/emphasis",
6777
+ "name": "data/gray/color",
6778
6778
  "value": {
6779
6779
  "r": 0.5019607843137255,
6780
6780
  "g": 0.5607843137254902,
@@ -6782,7 +6782,7 @@
6782
6782
  "a": 1
6783
6783
  },
6784
6784
  "type": "COLOR",
6785
- "refId": "mode/data/gray/color/emphasis",
6785
+ "refId": "mode/data/gray/color",
6786
6786
  "reference": "base/color/light/base/display/color/gray/4",
6787
6787
  "collection": "mode",
6788
6788
  "mode": "light high contrast",
@@ -6806,7 +6806,7 @@
6806
6806
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6807
6807
  },
6808
6808
  {
6809
- "name": "data/red/color/emphasis",
6809
+ "name": "data/red/color",
6810
6810
  "value": {
6811
6811
  "r": 0.8745098039215686,
6812
6812
  "g": 0.047058823529411764,
@@ -6814,7 +6814,7 @@
6814
6814
  "a": 1
6815
6815
  },
6816
6816
  "type": "COLOR",
6817
- "refId": "mode/data/red/color/emphasis",
6817
+ "refId": "mode/data/red/color",
6818
6818
  "reference": "base/color/light/base/display/color/red/5",
6819
6819
  "collection": "mode",
6820
6820
  "mode": "light high contrast",
@@ -6838,7 +6838,7 @@
6838
6838
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6839
6839
  },
6840
6840
  {
6841
- "name": "data/pink/color/emphasis",
6841
+ "name": "data/pink/color",
6842
6842
  "value": {
6843
6843
  "r": 0.807843137254902,
6844
6844
  "g": 0.17254901960784313,
@@ -6846,7 +6846,7 @@
6846
6846
  "a": 1
6847
6847
  },
6848
6848
  "type": "COLOR",
6849
- "refId": "mode/data/pink/color/emphasis",
6849
+ "refId": "mode/data/pink/color",
6850
6850
  "reference": "base/color/light/base/display/color/pink/5",
6851
6851
  "collection": "mode",
6852
6852
  "mode": "light high contrast",
@@ -6870,7 +6870,7 @@
6870
6870
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6871
6871
  },
6872
6872
  {
6873
- "name": "data/purple/color/emphasis",
6873
+ "name": "data/purple/color",
6874
6874
  "value": {
6875
6875
  "r": 0.5372549019607843,
6876
6876
  "g": 0.2980392156862745,
@@ -6878,7 +6878,7 @@
6878
6878
  "a": 1
6879
6879
  },
6880
6880
  "type": "COLOR",
6881
- "refId": "mode/data/purple/color/emphasis",
6881
+ "refId": "mode/data/purple/color",
6882
6882
  "reference": "base/color/light/base/display/color/purple/5",
6883
6883
  "collection": "mode",
6884
6884
  "mode": "light high contrast",
@@ -6902,7 +6902,7 @@
6902
6902
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6903
6903
  },
6904
6904
  {
6905
- "name": "data/teal/color/emphasis",
6905
+ "name": "data/teal/color",
6906
6906
  "value": {
6907
6907
  "r": 0.09019607843137255,
6908
6908
  "g": 0.6078431372549019,
@@ -6910,7 +6910,7 @@
6910
6910
  "a": 1
6911
6911
  },
6912
6912
  "type": "COLOR",
6913
- "refId": "mode/data/teal/color/emphasis",
6913
+ "refId": "mode/data/teal/color",
6914
6914
  "reference": "base/color/light/base/display/color/teal/4",
6915
6915
  "collection": "mode",
6916
6916
  "mode": "light high contrast",
@@ -6934,7 +6934,7 @@
6934
6934
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6935
6935
  },
6936
6936
  {
6937
- "name": "data/green/color/emphasis",
6937
+ "name": "data/green/color",
6938
6938
  "value": {
6939
6939
  "r": 0.18823529411764706,
6940
6940
  "g": 0.6313725490196078,
@@ -6942,7 +6942,7 @@
6942
6942
  "a": 1
6943
6943
  },
6944
6944
  "type": "COLOR",
6945
- "refId": "mode/data/green/color/emphasis",
6945
+ "refId": "mode/data/green/color",
6946
6946
  "reference": "base/color/light/base/display/color/green/4",
6947
6947
  "collection": "mode",
6948
6948
  "mode": "light high contrast",
@@ -6966,7 +6966,7 @@
6966
6966
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6967
6967
  },
6968
6968
  {
6969
- "name": "data/yellow/color/emphasis",
6969
+ "name": "data/yellow/color",
6970
6970
  "value": {
6971
6971
  "r": 0.7215686274509804,
6972
6972
  "g": 0.5294117647058824,
@@ -6974,7 +6974,7 @@
6974
6974
  "a": 1
6975
6975
  },
6976
6976
  "type": "COLOR",
6977
- "refId": "mode/data/yellow/color/emphasis",
6977
+ "refId": "mode/data/yellow/color",
6978
6978
  "reference": "base/color/light/base/display/color/yellow/4",
6979
6979
  "collection": "mode",
6980
6980
  "mode": "light high contrast",
@@ -6998,7 +6998,7 @@
6998
6998
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6999
6999
  },
7000
7000
  {
7001
- "name": "data/orange/color/emphasis",
7001
+ "name": "data/orange/color",
7002
7002
  "value": {
7003
7003
  "r": 0.9215686274509803,
7004
7004
  "g": 0.403921568627451,
@@ -7006,7 +7006,7 @@
7006
7006
  "a": 1
7007
7007
  },
7008
7008
  "type": "COLOR",
7009
- "refId": "mode/data/orange/color/emphasis",
7009
+ "refId": "mode/data/orange/color",
7010
7010
  "reference": "base/color/light/base/display/color/orange/4",
7011
7011
  "collection": "mode",
7012
7012
  "mode": "light high contrast",
@@ -7030,7 +7030,7 @@
7030
7030
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7031
7031
  },
7032
7032
  {
7033
- "name": "data/auburn/color/emphasis",
7033
+ "name": "data/auburn/color",
7034
7034
  "value": {
7035
7035
  "r": 0.615686274509804,
7036
7036
  "g": 0.3803921568627451,
@@ -7038,7 +7038,7 @@
7038
7038
  "a": 1
7039
7039
  },
7040
7040
  "type": "COLOR",
7041
- "refId": "mode/data/auburn/color/emphasis",
7041
+ "refId": "mode/data/auburn/color",
7042
7042
  "reference": "base/color/light/base/display/color/auburn/5",
7043
7043
  "collection": "mode",
7044
7044
  "mode": "light high contrast",
@@ -7062,7 +7062,7 @@
7062
7062
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7063
7063
  },
7064
7064
  {
7065
- "name": "data/blue/color/emphasis",
7065
+ "name": "data/blue/color",
7066
7066
  "value": {
7067
7067
  "r": 0,
7068
7068
  "g": 0.43137254901960786,
@@ -7070,7 +7070,7 @@
7070
7070
  "a": 1
7071
7071
  },
7072
7072
  "type": "COLOR",
7073
- "refId": "mode/data/blue/color/emphasis",
7073
+ "refId": "mode/data/blue/color",
7074
7074
  "reference": "base/color/light/base/display/color/blue/5",
7075
7075
  "collection": "mode",
7076
7076
  "mode": "light high contrast",
@@ -6821,7 +6821,7 @@
6821
6821
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6822
6822
  },
6823
6823
  {
6824
- "name": "data/gray/color/emphasis",
6824
+ "name": "data/gray/color",
6825
6825
  "value": {
6826
6826
  "r": 0.5019607843137255,
6827
6827
  "g": 0.5607843137254902,
@@ -6829,7 +6829,7 @@
6829
6829
  "a": 1
6830
6830
  },
6831
6831
  "type": "COLOR",
6832
- "refId": "mode/data/gray/color/emphasis",
6832
+ "refId": "mode/data/gray/color",
6833
6833
  "reference": "base/color/light/base/display/color/gray/4",
6834
6834
  "collection": "mode",
6835
6835
  "mode": "light tritanopia",
@@ -6853,7 +6853,7 @@
6853
6853
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6854
6854
  },
6855
6855
  {
6856
- "name": "data/red/color/emphasis",
6856
+ "name": "data/red/color",
6857
6857
  "value": {
6858
6858
  "r": 0.8745098039215686,
6859
6859
  "g": 0.047058823529411764,
@@ -6861,7 +6861,7 @@
6861
6861
  "a": 1
6862
6862
  },
6863
6863
  "type": "COLOR",
6864
- "refId": "mode/data/red/color/emphasis",
6864
+ "refId": "mode/data/red/color",
6865
6865
  "reference": "base/color/light/base/display/color/red/5",
6866
6866
  "collection": "mode",
6867
6867
  "mode": "light tritanopia",
@@ -6885,7 +6885,7 @@
6885
6885
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6886
6886
  },
6887
6887
  {
6888
- "name": "data/pink/color/emphasis",
6888
+ "name": "data/pink/color",
6889
6889
  "value": {
6890
6890
  "r": 0.807843137254902,
6891
6891
  "g": 0.17254901960784313,
@@ -6893,7 +6893,7 @@
6893
6893
  "a": 1
6894
6894
  },
6895
6895
  "type": "COLOR",
6896
- "refId": "mode/data/pink/color/emphasis",
6896
+ "refId": "mode/data/pink/color",
6897
6897
  "reference": "base/color/light/base/display/color/pink/5",
6898
6898
  "collection": "mode",
6899
6899
  "mode": "light tritanopia",
@@ -6917,7 +6917,7 @@
6917
6917
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6918
6918
  },
6919
6919
  {
6920
- "name": "data/purple/color/emphasis",
6920
+ "name": "data/purple/color",
6921
6921
  "value": {
6922
6922
  "r": 0.5372549019607843,
6923
6923
  "g": 0.2980392156862745,
@@ -6925,7 +6925,7 @@
6925
6925
  "a": 1
6926
6926
  },
6927
6927
  "type": "COLOR",
6928
- "refId": "mode/data/purple/color/emphasis",
6928
+ "refId": "mode/data/purple/color",
6929
6929
  "reference": "base/color/light/base/display/color/purple/5",
6930
6930
  "collection": "mode",
6931
6931
  "mode": "light tritanopia",
@@ -6949,7 +6949,7 @@
6949
6949
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6950
6950
  },
6951
6951
  {
6952
- "name": "data/teal/color/emphasis",
6952
+ "name": "data/teal/color",
6953
6953
  "value": {
6954
6954
  "r": 0.09019607843137255,
6955
6955
  "g": 0.6078431372549019,
@@ -6957,7 +6957,7 @@
6957
6957
  "a": 1
6958
6958
  },
6959
6959
  "type": "COLOR",
6960
- "refId": "mode/data/teal/color/emphasis",
6960
+ "refId": "mode/data/teal/color",
6961
6961
  "reference": "base/color/light/base/display/color/teal/4",
6962
6962
  "collection": "mode",
6963
6963
  "mode": "light tritanopia",
@@ -6981,7 +6981,7 @@
6981
6981
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6982
6982
  },
6983
6983
  {
6984
- "name": "data/green/color/emphasis",
6984
+ "name": "data/green/color",
6985
6985
  "value": {
6986
6986
  "r": 0.18823529411764706,
6987
6987
  "g": 0.6313725490196078,
@@ -6989,7 +6989,7 @@
6989
6989
  "a": 1
6990
6990
  },
6991
6991
  "type": "COLOR",
6992
- "refId": "mode/data/green/color/emphasis",
6992
+ "refId": "mode/data/green/color",
6993
6993
  "reference": "base/color/light/base/display/color/green/4",
6994
6994
  "collection": "mode",
6995
6995
  "mode": "light tritanopia",
@@ -7013,7 +7013,7 @@
7013
7013
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7014
7014
  },
7015
7015
  {
7016
- "name": "data/yellow/color/emphasis",
7016
+ "name": "data/yellow/color",
7017
7017
  "value": {
7018
7018
  "r": 0.7215686274509804,
7019
7019
  "g": 0.5294117647058824,
@@ -7021,7 +7021,7 @@
7021
7021
  "a": 1
7022
7022
  },
7023
7023
  "type": "COLOR",
7024
- "refId": "mode/data/yellow/color/emphasis",
7024
+ "refId": "mode/data/yellow/color",
7025
7025
  "reference": "base/color/light/base/display/color/yellow/4",
7026
7026
  "collection": "mode",
7027
7027
  "mode": "light tritanopia",
@@ -7045,7 +7045,7 @@
7045
7045
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7046
7046
  },
7047
7047
  {
7048
- "name": "data/orange/color/emphasis",
7048
+ "name": "data/orange/color",
7049
7049
  "value": {
7050
7050
  "r": 0.9215686274509803,
7051
7051
  "g": 0.403921568627451,
@@ -7053,7 +7053,7 @@
7053
7053
  "a": 1
7054
7054
  },
7055
7055
  "type": "COLOR",
7056
- "refId": "mode/data/orange/color/emphasis",
7056
+ "refId": "mode/data/orange/color",
7057
7057
  "reference": "base/color/light/base/display/color/orange/4",
7058
7058
  "collection": "mode",
7059
7059
  "mode": "light tritanopia",
@@ -7077,7 +7077,7 @@
7077
7077
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7078
7078
  },
7079
7079
  {
7080
- "name": "data/auburn/color/emphasis",
7080
+ "name": "data/auburn/color",
7081
7081
  "value": {
7082
7082
  "r": 0.615686274509804,
7083
7083
  "g": 0.3803921568627451,
@@ -7085,7 +7085,7 @@
7085
7085
  "a": 1
7086
7086
  },
7087
7087
  "type": "COLOR",
7088
- "refId": "mode/data/auburn/color/emphasis",
7088
+ "refId": "mode/data/auburn/color",
7089
7089
  "reference": "base/color/light/base/display/color/auburn/5",
7090
7090
  "collection": "mode",
7091
7091
  "mode": "light tritanopia",
@@ -7109,7 +7109,7 @@
7109
7109
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
7110
7110
  },
7111
7111
  {
7112
- "name": "data/blue/color/emphasis",
7112
+ "name": "data/blue/color",
7113
7113
  "value": {
7114
7114
  "r": 0,
7115
7115
  "g": 0.43137254901960786,
@@ -7117,7 +7117,7 @@
7117
7117
  "a": 1
7118
7118
  },
7119
7119
  "type": "COLOR",
7120
- "refId": "mode/data/blue/color/emphasis",
7120
+ "refId": "mode/data/blue/color",
7121
7121
  "reference": "base/color/light/base/display/color/blue/5",
7122
7122
  "collection": "mode",
7123
7123
  "mode": "light tritanopia",
@@ -6669,7 +6669,7 @@
6669
6669
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6670
6670
  },
6671
6671
  {
6672
- "name": "data/gray/color/emphasis",
6672
+ "name": "data/gray/color",
6673
6673
  "value": {
6674
6674
  "r": 0.5019607843137255,
6675
6675
  "g": 0.5607843137254902,
@@ -6677,7 +6677,7 @@
6677
6677
  "a": 1
6678
6678
  },
6679
6679
  "type": "COLOR",
6680
- "refId": "mode/data/gray/color/emphasis",
6680
+ "refId": "mode/data/gray/color",
6681
6681
  "reference": "base/color/light/base/display/color/gray/4",
6682
6682
  "collection": "mode",
6683
6683
  "mode": "light",
@@ -6701,7 +6701,7 @@
6701
6701
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6702
6702
  },
6703
6703
  {
6704
- "name": "data/red/color/emphasis",
6704
+ "name": "data/red/color",
6705
6705
  "value": {
6706
6706
  "r": 0.8745098039215686,
6707
6707
  "g": 0.047058823529411764,
@@ -6709,7 +6709,7 @@
6709
6709
  "a": 1
6710
6710
  },
6711
6711
  "type": "COLOR",
6712
- "refId": "mode/data/red/color/emphasis",
6712
+ "refId": "mode/data/red/color",
6713
6713
  "reference": "base/color/light/base/display/color/red/5",
6714
6714
  "collection": "mode",
6715
6715
  "mode": "light",
@@ -6733,7 +6733,7 @@
6733
6733
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6734
6734
  },
6735
6735
  {
6736
- "name": "data/pink/color/emphasis",
6736
+ "name": "data/pink/color",
6737
6737
  "value": {
6738
6738
  "r": 0.807843137254902,
6739
6739
  "g": 0.17254901960784313,
@@ -6741,7 +6741,7 @@
6741
6741
  "a": 1
6742
6742
  },
6743
6743
  "type": "COLOR",
6744
- "refId": "mode/data/pink/color/emphasis",
6744
+ "refId": "mode/data/pink/color",
6745
6745
  "reference": "base/color/light/base/display/color/pink/5",
6746
6746
  "collection": "mode",
6747
6747
  "mode": "light",
@@ -6765,7 +6765,7 @@
6765
6765
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6766
6766
  },
6767
6767
  {
6768
- "name": "data/purple/color/emphasis",
6768
+ "name": "data/purple/color",
6769
6769
  "value": {
6770
6770
  "r": 0.5372549019607843,
6771
6771
  "g": 0.2980392156862745,
@@ -6773,7 +6773,7 @@
6773
6773
  "a": 1
6774
6774
  },
6775
6775
  "type": "COLOR",
6776
- "refId": "mode/data/purple/color/emphasis",
6776
+ "refId": "mode/data/purple/color",
6777
6777
  "reference": "base/color/light/base/display/color/purple/5",
6778
6778
  "collection": "mode",
6779
6779
  "mode": "light",
@@ -6797,7 +6797,7 @@
6797
6797
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6798
6798
  },
6799
6799
  {
6800
- "name": "data/teal/color/emphasis",
6800
+ "name": "data/teal/color",
6801
6801
  "value": {
6802
6802
  "r": 0.09019607843137255,
6803
6803
  "g": 0.6078431372549019,
@@ -6805,7 +6805,7 @@
6805
6805
  "a": 1
6806
6806
  },
6807
6807
  "type": "COLOR",
6808
- "refId": "mode/data/teal/color/emphasis",
6808
+ "refId": "mode/data/teal/color",
6809
6809
  "reference": "base/color/light/base/display/color/teal/4",
6810
6810
  "collection": "mode",
6811
6811
  "mode": "light",
@@ -6829,7 +6829,7 @@
6829
6829
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6830
6830
  },
6831
6831
  {
6832
- "name": "data/green/color/emphasis",
6832
+ "name": "data/green/color",
6833
6833
  "value": {
6834
6834
  "r": 0.18823529411764706,
6835
6835
  "g": 0.6313725490196078,
@@ -6837,7 +6837,7 @@
6837
6837
  "a": 1
6838
6838
  },
6839
6839
  "type": "COLOR",
6840
- "refId": "mode/data/green/color/emphasis",
6840
+ "refId": "mode/data/green/color",
6841
6841
  "reference": "base/color/light/base/display/color/green/4",
6842
6842
  "collection": "mode",
6843
6843
  "mode": "light",
@@ -6861,7 +6861,7 @@
6861
6861
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6862
6862
  },
6863
6863
  {
6864
- "name": "data/yellow/color/emphasis",
6864
+ "name": "data/yellow/color",
6865
6865
  "value": {
6866
6866
  "r": 0.7215686274509804,
6867
6867
  "g": 0.5294117647058824,
@@ -6869,7 +6869,7 @@
6869
6869
  "a": 1
6870
6870
  },
6871
6871
  "type": "COLOR",
6872
- "refId": "mode/data/yellow/color/emphasis",
6872
+ "refId": "mode/data/yellow/color",
6873
6873
  "reference": "base/color/light/base/display/color/yellow/4",
6874
6874
  "collection": "mode",
6875
6875
  "mode": "light",
@@ -6893,7 +6893,7 @@
6893
6893
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6894
6894
  },
6895
6895
  {
6896
- "name": "data/orange/color/emphasis",
6896
+ "name": "data/orange/color",
6897
6897
  "value": {
6898
6898
  "r": 0.9215686274509803,
6899
6899
  "g": 0.403921568627451,
@@ -6901,7 +6901,7 @@
6901
6901
  "a": 1
6902
6902
  },
6903
6903
  "type": "COLOR",
6904
- "refId": "mode/data/orange/color/emphasis",
6904
+ "refId": "mode/data/orange/color",
6905
6905
  "reference": "base/color/light/base/display/color/orange/4",
6906
6906
  "collection": "mode",
6907
6907
  "mode": "light",
@@ -6925,7 +6925,7 @@
6925
6925
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6926
6926
  },
6927
6927
  {
6928
- "name": "data/auburn/color/emphasis",
6928
+ "name": "data/auburn/color",
6929
6929
  "value": {
6930
6930
  "r": 0.615686274509804,
6931
6931
  "g": 0.3803921568627451,
@@ -6933,7 +6933,7 @@
6933
6933
  "a": 1
6934
6934
  },
6935
6935
  "type": "COLOR",
6936
- "refId": "mode/data/auburn/color/emphasis",
6936
+ "refId": "mode/data/auburn/color",
6937
6937
  "reference": "base/color/light/base/display/color/auburn/5",
6938
6938
  "collection": "mode",
6939
6939
  "mode": "light",
@@ -6957,7 +6957,7 @@
6957
6957
  "scopes": ["FRAME_FILL", "SHAPE_FILL"]
6958
6958
  },
6959
6959
  {
6960
- "name": "data/blue/color/emphasis",
6960
+ "name": "data/blue/color",
6961
6961
  "value": {
6962
6962
  "r": 0,
6963
6963
  "g": 0.43137254901960786,
@@ -6965,7 +6965,7 @@
6965
6965
  "a": 1
6966
6966
  },
6967
6967
  "type": "COLOR",
6968
- "refId": "mode/data/blue/color/emphasis",
6968
+ "refId": "mode/data/blue/color",
6969
6969
  "reference": "base/color/light/base/display/color/blue/5",
6970
6970
  "collection": "mode",
6971
6971
  "mode": "light",
@@ -327,25 +327,25 @@
327
327
  --header-borderColor-divider: #8b949e;
328
328
  --headerSearch-bgColor: #0d1117;
329
329
  --headerSearch-borderColor: #30363d;
330
- --data-blue-color-emphasis: #0576ff;
330
+ --data-blue-color: #0576ff;
331
331
  --data-blue-color-muted: #001a47;
332
- --data-auburn-color-emphasis: #a86f6b;
332
+ --data-auburn-color: #a86f6b;
333
333
  --data-auburn-color-muted: #271817;
334
- --data-orange-color-emphasis: #984b10;
334
+ --data-orange-color: #984b10;
335
335
  --data-orange-color-muted: #311708;
336
- --data-yellow-color-emphasis: #895906;
336
+ --data-yellow-color: #895906;
337
337
  --data-yellow-color-muted: #2e1a00;
338
- --data-green-color-emphasis: #2f6f37;
338
+ --data-green-color: #2f6f37;
339
339
  --data-green-color-muted: #122117;
340
- --data-teal-color-emphasis: #106c70;
340
+ --data-teal-color: #106c70;
341
341
  --data-teal-color-muted: #041f25;
342
- --data-purple-color-emphasis: #975bf1;
342
+ --data-purple-color: #975bf1;
343
343
  --data-purple-color-muted: #211047;
344
- --data-pink-color-emphasis: #d34591;
344
+ --data-pink-color: #d34591;
345
345
  --data-pink-color-muted: #2d1524;
346
- --data-red-color-emphasis: #eb3342;
346
+ --data-red-color: #eb3342;
347
347
  --data-red-color-muted: #3c0614;
348
- --data-gray-color-emphasis: #576270;
348
+ --data-gray-color: #576270;
349
349
  --data-gray-color-muted: #1c1c1c;
350
350
  --display-blue-bgColor-muted: #001a47;
351
351
  --display-blue-bgColor-emphasis: #005bd1;
@@ -1179,25 +1179,25 @@
1179
1179
  --header-borderColor-divider: #8b949e;
1180
1180
  --headerSearch-bgColor: #0d1117;
1181
1181
  --headerSearch-borderColor: #30363d;
1182
- --data-blue-color-emphasis: #0576ff;
1182
+ --data-blue-color: #0576ff;
1183
1183
  --data-blue-color-muted: #001a47;
1184
- --data-auburn-color-emphasis: #a86f6b;
1184
+ --data-auburn-color: #a86f6b;
1185
1185
  --data-auburn-color-muted: #271817;
1186
- --data-orange-color-emphasis: #984b10;
1186
+ --data-orange-color: #984b10;
1187
1187
  --data-orange-color-muted: #311708;
1188
- --data-yellow-color-emphasis: #895906;
1188
+ --data-yellow-color: #895906;
1189
1189
  --data-yellow-color-muted: #2e1a00;
1190
- --data-green-color-emphasis: #2f6f37;
1190
+ --data-green-color: #2f6f37;
1191
1191
  --data-green-color-muted: #122117;
1192
- --data-teal-color-emphasis: #106c70;
1192
+ --data-teal-color: #106c70;
1193
1193
  --data-teal-color-muted: #041f25;
1194
- --data-purple-color-emphasis: #975bf1;
1194
+ --data-purple-color: #975bf1;
1195
1195
  --data-purple-color-muted: #211047;
1196
- --data-pink-color-emphasis: #d34591;
1196
+ --data-pink-color: #d34591;
1197
1197
  --data-pink-color-muted: #2d1524;
1198
- --data-red-color-emphasis: #eb3342;
1198
+ --data-red-color: #eb3342;
1199
1199
  --data-red-color-muted: #3c0614;
1200
- --data-gray-color-emphasis: #576270;
1200
+ --data-gray-color: #576270;
1201
1201
  --data-gray-color-muted: #1c1c1c;
1202
1202
  --display-blue-bgColor-muted: #001a47;
1203
1203
  --display-blue-bgColor-emphasis: #005bd1;
@@ -327,25 +327,25 @@
327
327
  --header-borderColor-divider: #768390;
328
328
  --headerSearch-bgColor: #22272e;
329
329
  --headerSearch-borderColor: #444c56;
330
- --data-blue-color-emphasis: #0576ff;
330
+ --data-blue-color: #0576ff;
331
331
  --data-blue-color-muted: #001a47;
332
- --data-auburn-color-emphasis: #a86f6b;
332
+ --data-auburn-color: #a86f6b;
333
333
  --data-auburn-color-muted: #271817;
334
- --data-orange-color-emphasis: #984b10;
334
+ --data-orange-color: #984b10;
335
335
  --data-orange-color-muted: #311708;
336
- --data-yellow-color-emphasis: #895906;
336
+ --data-yellow-color: #895906;
337
337
  --data-yellow-color-muted: #2e1a00;
338
- --data-green-color-emphasis: #2f6f37;
338
+ --data-green-color: #2f6f37;
339
339
  --data-green-color-muted: #122117;
340
- --data-teal-color-emphasis: #106c70;
340
+ --data-teal-color: #106c70;
341
341
  --data-teal-color-muted: #041f25;
342
- --data-purple-color-emphasis: #975bf1;
342
+ --data-purple-color: #975bf1;
343
343
  --data-purple-color-muted: #211047;
344
- --data-pink-color-emphasis: #d34591;
344
+ --data-pink-color: #d34591;
345
345
  --data-pink-color-muted: #2d1524;
346
- --data-red-color-emphasis: #eb3342;
346
+ --data-red-color: #eb3342;
347
347
  --data-red-color-muted: #3c0614;
348
- --data-gray-color-emphasis: #576270;
348
+ --data-gray-color: #576270;
349
349
  --data-gray-color-muted: #1c1c1c;
350
350
  --display-blue-bgColor-muted: #001a47;
351
351
  --display-blue-bgColor-emphasis: #005bd1;
@@ -1179,25 +1179,25 @@
1179
1179
  --header-borderColor-divider: #768390;
1180
1180
  --headerSearch-bgColor: #22272e;
1181
1181
  --headerSearch-borderColor: #444c56;
1182
- --data-blue-color-emphasis: #0576ff;
1182
+ --data-blue-color: #0576ff;
1183
1183
  --data-blue-color-muted: #001a47;
1184
- --data-auburn-color-emphasis: #a86f6b;
1184
+ --data-auburn-color: #a86f6b;
1185
1185
  --data-auburn-color-muted: #271817;
1186
- --data-orange-color-emphasis: #984b10;
1186
+ --data-orange-color: #984b10;
1187
1187
  --data-orange-color-muted: #311708;
1188
- --data-yellow-color-emphasis: #895906;
1188
+ --data-yellow-color: #895906;
1189
1189
  --data-yellow-color-muted: #2e1a00;
1190
- --data-green-color-emphasis: #2f6f37;
1190
+ --data-green-color: #2f6f37;
1191
1191
  --data-green-color-muted: #122117;
1192
- --data-teal-color-emphasis: #106c70;
1192
+ --data-teal-color: #106c70;
1193
1193
  --data-teal-color-muted: #041f25;
1194
- --data-purple-color-emphasis: #975bf1;
1194
+ --data-purple-color: #975bf1;
1195
1195
  --data-purple-color-muted: #211047;
1196
- --data-pink-color-emphasis: #d34591;
1196
+ --data-pink-color: #d34591;
1197
1197
  --data-pink-color-muted: #2d1524;
1198
- --data-red-color-emphasis: #eb3342;
1198
+ --data-red-color: #eb3342;
1199
1199
  --data-red-color-muted: #3c0614;
1200
- --data-gray-color-emphasis: #576270;
1200
+ --data-gray-color: #576270;
1201
1201
  --data-gray-color-muted: #1c1c1c;
1202
1202
  --display-blue-bgColor-muted: #001a47;
1203
1203
  --display-blue-bgColor-emphasis: #005bd1;