@gitlab/ui 87.8.0 → 88.1.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.
Files changed (30) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/tokens/build/js/tokens.dark.js +124 -5
  5. package/dist/tokens/build/js/tokens.js +124 -5
  6. package/dist/tokens/css/tokens.css +123 -4
  7. package/dist/tokens/css/tokens.dark.css +123 -4
  8. package/dist/tokens/js/tokens.dark.js +123 -4
  9. package/dist/tokens/js/tokens.js +123 -4
  10. package/dist/tokens/json/tokens.dark.json +2904 -32
  11. package/dist/tokens/json/tokens.json +2904 -32
  12. package/dist/tokens/scss/_tokens.dark.scss +123 -4
  13. package/dist/tokens/scss/_tokens.scss +123 -4
  14. package/dist/tokens/scss/_tokens_custom_properties.scss +123 -4
  15. package/package.json +3 -3
  16. package/src/components/base/button/button.scss +273 -258
  17. package/src/components/base/keyset_pagination/keyset_pagination.scss +0 -7
  18. package/src/components/base/search_box_by_click/search_box_by_click.scss +2 -3
  19. package/src/components/base/tooltip/tooltip.scss +6 -6
  20. package/src/tokens/build/css/tokens.css +123 -4
  21. package/src/tokens/build/css/tokens.dark.css +123 -4
  22. package/src/tokens/build/js/tokens.dark.js +123 -4
  23. package/src/tokens/build/js/tokens.js +123 -4
  24. package/src/tokens/build/json/tokens.dark.json +2904 -32
  25. package/src/tokens/build/json/tokens.json +2904 -32
  26. package/src/tokens/build/scss/_tokens.dark.scss +123 -4
  27. package/src/tokens/build/scss/_tokens.scss +123 -4
  28. package/src/tokens/build/scss/_tokens_custom_properties.scss +123 -4
  29. package/src/tokens/contextual/button.tokens.json +883 -0
  30. package/src/tokens/feedback.tokens.json +13 -19
@@ -7609,6 +7609,2884 @@
7609
7609
  }
7610
7610
  }
7611
7611
  },
7612
+ "button": {
7613
+ "default": {
7614
+ "primary": {
7615
+ "foreground": {
7616
+ "color": {
7617
+ "default": {
7618
+ "value": "#3a383f",
7619
+ "$type": "color",
7620
+ "comment": "Used for the foreground of a default primary button in the default state.",
7621
+ "filePath": "src/tokens/contextual/button.tokens.json",
7622
+ "isSource": true,
7623
+ "original": {
7624
+ "value": {
7625
+ "default": "{color.neutral.800}",
7626
+ "dark": "{color.neutral.50}"
7627
+ },
7628
+ "$type": "color",
7629
+ "comment": "Used for the foreground of a default primary button in the default state."
7630
+ },
7631
+ "name": "BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_DEFAULT",
7632
+ "attributes": {},
7633
+ "path": [
7634
+ "button",
7635
+ "default",
7636
+ "primary",
7637
+ "foreground",
7638
+ "color",
7639
+ "default"
7640
+ ]
7641
+ },
7642
+ "hover": {
7643
+ "value": "#3a383f",
7644
+ "$type": "color",
7645
+ "comment": "Used for the foreground of a default primary button in the hover state.",
7646
+ "filePath": "src/tokens/contextual/button.tokens.json",
7647
+ "isSource": true,
7648
+ "original": {
7649
+ "value": "{button.default.primary.foreground.color.default}",
7650
+ "$type": "color",
7651
+ "comment": "Used for the foreground of a default primary button in the hover state."
7652
+ },
7653
+ "name": "BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_HOVER",
7654
+ "attributes": {},
7655
+ "path": [
7656
+ "button",
7657
+ "default",
7658
+ "primary",
7659
+ "foreground",
7660
+ "color",
7661
+ "hover"
7662
+ ]
7663
+ },
7664
+ "focus": {
7665
+ "value": "#3a383f",
7666
+ "$type": "color",
7667
+ "comment": "Used for the foreground of a default primary button in the focus state.",
7668
+ "filePath": "src/tokens/contextual/button.tokens.json",
7669
+ "isSource": true,
7670
+ "original": {
7671
+ "value": "{button.default.primary.foreground.color.default}",
7672
+ "$type": "color",
7673
+ "comment": "Used for the foreground of a default primary button in the focus state."
7674
+ },
7675
+ "name": "BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_FOCUS",
7676
+ "attributes": {},
7677
+ "path": [
7678
+ "button",
7679
+ "default",
7680
+ "primary",
7681
+ "foreground",
7682
+ "color",
7683
+ "focus"
7684
+ ]
7685
+ },
7686
+ "active": {
7687
+ "value": "#3a383f",
7688
+ "$type": "color",
7689
+ "comment": "Used for the foreground of a default primary button in the active state.",
7690
+ "filePath": "src/tokens/contextual/button.tokens.json",
7691
+ "isSource": true,
7692
+ "original": {
7693
+ "value": "{button.default.primary.foreground.color.default}",
7694
+ "$type": "color",
7695
+ "comment": "Used for the foreground of a default primary button in the active state."
7696
+ },
7697
+ "name": "BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_ACTIVE",
7698
+ "attributes": {},
7699
+ "path": [
7700
+ "button",
7701
+ "default",
7702
+ "primary",
7703
+ "foreground",
7704
+ "color",
7705
+ "active"
7706
+ ]
7707
+ }
7708
+ }
7709
+ },
7710
+ "background": {
7711
+ "color": {
7712
+ "default": {
7713
+ "value": "#fff",
7714
+ "$type": "color",
7715
+ "comment": "Used for the background of an default primary button in the default state.",
7716
+ "filePath": "src/tokens/contextual/button.tokens.json",
7717
+ "isSource": true,
7718
+ "original": {
7719
+ "value": {
7720
+ "default": "{color.neutral.0}",
7721
+ "dark": "{color.neutral.900}"
7722
+ },
7723
+ "$type": "color",
7724
+ "comment": "Used for the background of an default primary button in the default state."
7725
+ },
7726
+ "name": "BUTTON_DEFAULT_PRIMARY_BACKGROUND_COLOR_DEFAULT",
7727
+ "attributes": {},
7728
+ "path": [
7729
+ "button",
7730
+ "default",
7731
+ "primary",
7732
+ "background",
7733
+ "color",
7734
+ "default"
7735
+ ]
7736
+ },
7737
+ "hover": {
7738
+ "value": "#ececef",
7739
+ "$type": "color",
7740
+ "comment": "Used for the background of an default primary button in the hover state.",
7741
+ "filePath": "src/tokens/contextual/button.tokens.json",
7742
+ "isSource": true,
7743
+ "original": {
7744
+ "value": {
7745
+ "default": "{color.neutral.50}",
7746
+ "dark": "{color.neutral.900}"
7747
+ },
7748
+ "$type": "color",
7749
+ "comment": "Used for the background of an default primary button in the hover state."
7750
+ },
7751
+ "name": "BUTTON_DEFAULT_PRIMARY_BACKGROUND_COLOR_HOVER",
7752
+ "attributes": {},
7753
+ "path": [
7754
+ "button",
7755
+ "default",
7756
+ "primary",
7757
+ "background",
7758
+ "color",
7759
+ "hover"
7760
+ ]
7761
+ },
7762
+ "focus": {
7763
+ "value": "#ececef",
7764
+ "$type": "color",
7765
+ "comment": "Used for the background of an default primary button in the focus state.",
7766
+ "filePath": "src/tokens/contextual/button.tokens.json",
7767
+ "isSource": true,
7768
+ "original": {
7769
+ "value": "{button.default.primary.background.color.hover}",
7770
+ "$type": "color",
7771
+ "comment": "Used for the background of an default primary button in the focus state."
7772
+ },
7773
+ "name": "BUTTON_DEFAULT_PRIMARY_BACKGROUND_COLOR_FOCUS",
7774
+ "attributes": {},
7775
+ "path": [
7776
+ "button",
7777
+ "default",
7778
+ "primary",
7779
+ "background",
7780
+ "color",
7781
+ "focus"
7782
+ ]
7783
+ },
7784
+ "active": {
7785
+ "value": "#dcdcde",
7786
+ "$type": "color",
7787
+ "comment": "Used for the background of an default primary button in the active state.",
7788
+ "filePath": "src/tokens/contextual/button.tokens.json",
7789
+ "isSource": true,
7790
+ "original": {
7791
+ "value": {
7792
+ "default": "{color.neutral.100}",
7793
+ "dark": "{color.neutral.800}"
7794
+ },
7795
+ "$type": "color",
7796
+ "comment": "Used for the background of an default primary button in the active state."
7797
+ },
7798
+ "name": "BUTTON_DEFAULT_PRIMARY_BACKGROUND_COLOR_ACTIVE",
7799
+ "attributes": {},
7800
+ "path": [
7801
+ "button",
7802
+ "default",
7803
+ "primary",
7804
+ "background",
7805
+ "color",
7806
+ "active"
7807
+ ]
7808
+ }
7809
+ }
7810
+ },
7811
+ "border": {
7812
+ "color": {
7813
+ "default": {
7814
+ "value": "#bfbfc3",
7815
+ "$type": "color",
7816
+ "comment": "Used for the border of an default primary button in the default state.",
7817
+ "filePath": "src/tokens/contextual/button.tokens.json",
7818
+ "isSource": true,
7819
+ "original": {
7820
+ "value": {
7821
+ "default": "{color.neutral.200}",
7822
+ "dark": "{color.neutral.700}"
7823
+ },
7824
+ "$type": "color",
7825
+ "comment": "Used for the border of an default primary button in the default state."
7826
+ },
7827
+ "name": "BUTTON_DEFAULT_PRIMARY_BORDER_COLOR_DEFAULT",
7828
+ "attributes": {},
7829
+ "path": [
7830
+ "button",
7831
+ "default",
7832
+ "primary",
7833
+ "border",
7834
+ "color",
7835
+ "default"
7836
+ ]
7837
+ },
7838
+ "hover": {
7839
+ "value": "#89888d",
7840
+ "$type": "color",
7841
+ "comment": "Used for the border of an default primary button in the hover state.",
7842
+ "filePath": "src/tokens/contextual/button.tokens.json",
7843
+ "isSource": true,
7844
+ "original": {
7845
+ "value": {
7846
+ "default": "{color.neutral.400}",
7847
+ "dark": "{color.neutral.500}"
7848
+ },
7849
+ "$type": "color",
7850
+ "comment": "Used for the border of an default primary button in the hover state."
7851
+ },
7852
+ "name": "BUTTON_DEFAULT_PRIMARY_BORDER_COLOR_HOVER",
7853
+ "attributes": {},
7854
+ "path": [
7855
+ "button",
7856
+ "default",
7857
+ "primary",
7858
+ "border",
7859
+ "color",
7860
+ "hover"
7861
+ ]
7862
+ },
7863
+ "focus": {
7864
+ "value": "#89888d",
7865
+ "$type": "color",
7866
+ "comment": "Used for the border of an default primary button in the focus state.",
7867
+ "filePath": "src/tokens/contextual/button.tokens.json",
7868
+ "isSource": true,
7869
+ "original": {
7870
+ "value": "{button.default.primary.border.color.hover}",
7871
+ "$type": "color",
7872
+ "comment": "Used for the border of an default primary button in the focus state."
7873
+ },
7874
+ "name": "BUTTON_DEFAULT_PRIMARY_BORDER_COLOR_FOCUS",
7875
+ "attributes": {},
7876
+ "path": [
7877
+ "button",
7878
+ "default",
7879
+ "primary",
7880
+ "border",
7881
+ "color",
7882
+ "focus"
7883
+ ]
7884
+ },
7885
+ "active": {
7886
+ "value": "#626168",
7887
+ "$type": "color",
7888
+ "comment": "Used for the border of an default primary button in the active state.",
7889
+ "filePath": "src/tokens/contextual/button.tokens.json",
7890
+ "isSource": true,
7891
+ "original": {
7892
+ "value": {
7893
+ "default": "{color.neutral.600}",
7894
+ "dark": "{color.neutral.300}"
7895
+ },
7896
+ "$type": "color",
7897
+ "comment": "Used for the border of an default primary button in the active state."
7898
+ },
7899
+ "name": "BUTTON_DEFAULT_PRIMARY_BORDER_COLOR_ACTIVE",
7900
+ "attributes": {},
7901
+ "path": [
7902
+ "button",
7903
+ "default",
7904
+ "primary",
7905
+ "border",
7906
+ "color",
7907
+ "active"
7908
+ ]
7909
+ }
7910
+ }
7911
+ }
7912
+ },
7913
+ "tertiary": {
7914
+ "foreground": {
7915
+ "color": {
7916
+ "default": {
7917
+ "value": "#28272d",
7918
+ "$type": "color",
7919
+ "comment": "Used for the foreground of a default borderless, tertiary button in the default state.",
7920
+ "filePath": "src/tokens/contextual/button.tokens.json",
7921
+ "isSource": true,
7922
+ "original": {
7923
+ "value": "{action.neutral.foreground.color.default}",
7924
+ "$type": "color",
7925
+ "comment": "Used for the foreground of a default borderless, tertiary button in the default state."
7926
+ },
7927
+ "name": "BUTTON_DEFAULT_TERTIARY_FOREGROUND_COLOR_DEFAULT",
7928
+ "attributes": {},
7929
+ "path": [
7930
+ "button",
7931
+ "default",
7932
+ "tertiary",
7933
+ "foreground",
7934
+ "color",
7935
+ "default"
7936
+ ]
7937
+ },
7938
+ "hover": {
7939
+ "value": "#28272d",
7940
+ "$type": "color",
7941
+ "comment": "Used for the foreground of a default borderless, tertiary button in the hover state.",
7942
+ "filePath": "src/tokens/contextual/button.tokens.json",
7943
+ "isSource": true,
7944
+ "original": {
7945
+ "value": "{action.neutral.foreground.color.hover}",
7946
+ "$type": "color",
7947
+ "comment": "Used for the foreground of a default borderless, tertiary button in the hover state."
7948
+ },
7949
+ "name": "BUTTON_DEFAULT_TERTIARY_FOREGROUND_COLOR_HOVER",
7950
+ "attributes": {},
7951
+ "path": [
7952
+ "button",
7953
+ "default",
7954
+ "tertiary",
7955
+ "foreground",
7956
+ "color",
7957
+ "hover"
7958
+ ]
7959
+ },
7960
+ "focus": {
7961
+ "value": "#28272d",
7962
+ "$type": "color",
7963
+ "comment": "Used for the foreground of a default borderless, tertiary button in the focus state.",
7964
+ "filePath": "src/tokens/contextual/button.tokens.json",
7965
+ "isSource": true,
7966
+ "original": {
7967
+ "value": "{action.neutral.foreground.color.focus}",
7968
+ "$type": "color",
7969
+ "comment": "Used for the foreground of a default borderless, tertiary button in the focus state."
7970
+ },
7971
+ "name": "BUTTON_DEFAULT_TERTIARY_FOREGROUND_COLOR_FOCUS",
7972
+ "attributes": {},
7973
+ "path": [
7974
+ "button",
7975
+ "default",
7976
+ "tertiary",
7977
+ "foreground",
7978
+ "color",
7979
+ "focus"
7980
+ ]
7981
+ },
7982
+ "active": {
7983
+ "value": "#28272d",
7984
+ "$type": "color",
7985
+ "comment": "Used for the foreground of a default borderless, tertiary button in the active state.",
7986
+ "filePath": "src/tokens/contextual/button.tokens.json",
7987
+ "isSource": true,
7988
+ "original": {
7989
+ "value": "{action.neutral.foreground.color.active}",
7990
+ "$type": "color",
7991
+ "comment": "Used for the foreground of a default borderless, tertiary button in the active state."
7992
+ },
7993
+ "name": "BUTTON_DEFAULT_TERTIARY_FOREGROUND_COLOR_ACTIVE",
7994
+ "attributes": {},
7995
+ "path": [
7996
+ "button",
7997
+ "default",
7998
+ "tertiary",
7999
+ "foreground",
8000
+ "color",
8001
+ "active"
8002
+ ]
8003
+ }
8004
+ }
8005
+ },
8006
+ "background": {
8007
+ "color": {
8008
+ "default": {
8009
+ "value": "rgba(164, 163, 168, 0.0)",
8010
+ "$type": "color",
8011
+ "comment": "Used for the background of a default borderless, tertiary button in the default state.",
8012
+ "filePath": "src/tokens/contextual/button.tokens.json",
8013
+ "isSource": true,
8014
+ "original": {
8015
+ "value": "{action.neutral.background.color.default}",
8016
+ "$type": "color",
8017
+ "comment": "Used for the background of a default borderless, tertiary button in the default state."
8018
+ },
8019
+ "name": "BUTTON_DEFAULT_TERTIARY_BACKGROUND_COLOR_DEFAULT",
8020
+ "attributes": {},
8021
+ "path": [
8022
+ "button",
8023
+ "default",
8024
+ "tertiary",
8025
+ "background",
8026
+ "color",
8027
+ "default"
8028
+ ]
8029
+ },
8030
+ "hover": {
8031
+ "value": "rgba(164, 163, 168, 0.16)",
8032
+ "$type": "color",
8033
+ "comment": "Used for the background of a default borderless, tertiary button in the hover state.",
8034
+ "filePath": "src/tokens/contextual/button.tokens.json",
8035
+ "isSource": true,
8036
+ "original": {
8037
+ "value": "{action.neutral.background.color.hover}",
8038
+ "$type": "color",
8039
+ "comment": "Used for the background of a default borderless, tertiary button in the hover state."
8040
+ },
8041
+ "name": "BUTTON_DEFAULT_TERTIARY_BACKGROUND_COLOR_HOVER",
8042
+ "attributes": {},
8043
+ "path": [
8044
+ "button",
8045
+ "default",
8046
+ "tertiary",
8047
+ "background",
8048
+ "color",
8049
+ "hover"
8050
+ ]
8051
+ },
8052
+ "focus": {
8053
+ "value": "rgba(164, 163, 168, 0.16)",
8054
+ "$type": "color",
8055
+ "comment": "Used for the background of a default borderless, tertiary button in the focus state.",
8056
+ "filePath": "src/tokens/contextual/button.tokens.json",
8057
+ "isSource": true,
8058
+ "original": {
8059
+ "value": "{action.neutral.background.color.focus}",
8060
+ "$type": "color",
8061
+ "comment": "Used for the background of a default borderless, tertiary button in the focus state."
8062
+ },
8063
+ "name": "BUTTON_DEFAULT_TERTIARY_BACKGROUND_COLOR_FOCUS",
8064
+ "attributes": {},
8065
+ "path": [
8066
+ "button",
8067
+ "default",
8068
+ "tertiary",
8069
+ "background",
8070
+ "color",
8071
+ "focus"
8072
+ ]
8073
+ },
8074
+ "active": {
8075
+ "value": "rgba(83, 81, 88, 0.24)",
8076
+ "$type": "color",
8077
+ "comment": "Used for the background of a default borderless, tertiary button in the active state.",
8078
+ "filePath": "src/tokens/contextual/button.tokens.json",
8079
+ "isSource": true,
8080
+ "original": {
8081
+ "value": "{action.neutral.background.color.active}",
8082
+ "$type": "color",
8083
+ "comment": "Used for the background of a default borderless, tertiary button in the active state."
8084
+ },
8085
+ "name": "BUTTON_DEFAULT_TERTIARY_BACKGROUND_COLOR_ACTIVE",
8086
+ "attributes": {},
8087
+ "path": [
8088
+ "button",
8089
+ "default",
8090
+ "tertiary",
8091
+ "background",
8092
+ "color",
8093
+ "active"
8094
+ ]
8095
+ }
8096
+ }
8097
+ },
8098
+ "border": {
8099
+ "color": {
8100
+ "default": {
8101
+ "value": "transparent",
8102
+ "$type": "color",
8103
+ "comment": "Used for the border of a default borderless, tertiary button in the default state.",
8104
+ "filePath": "src/tokens/contextual/button.tokens.json",
8105
+ "isSource": true,
8106
+ "original": {
8107
+ "value": "{action.neutral.border.color.default}",
8108
+ "$type": "color",
8109
+ "comment": "Used for the border of a default borderless, tertiary button in the default state."
8110
+ },
8111
+ "name": "BUTTON_DEFAULT_TERTIARY_BORDER_COLOR_DEFAULT",
8112
+ "attributes": {},
8113
+ "path": [
8114
+ "button",
8115
+ "default",
8116
+ "tertiary",
8117
+ "border",
8118
+ "color",
8119
+ "default"
8120
+ ]
8121
+ },
8122
+ "hover": {
8123
+ "value": "transparent",
8124
+ "$type": "color",
8125
+ "comment": "Used for the border of a default borderless, tertiary button in the hover state.",
8126
+ "filePath": "src/tokens/contextual/button.tokens.json",
8127
+ "isSource": true,
8128
+ "original": {
8129
+ "value": "{action.neutral.border.color.hover}",
8130
+ "$type": "color",
8131
+ "comment": "Used for the border of a default borderless, tertiary button in the hover state."
8132
+ },
8133
+ "name": "BUTTON_DEFAULT_TERTIARY_BORDER_COLOR_HOVER",
8134
+ "attributes": {},
8135
+ "path": [
8136
+ "button",
8137
+ "default",
8138
+ "tertiary",
8139
+ "border",
8140
+ "color",
8141
+ "hover"
8142
+ ]
8143
+ },
8144
+ "focus": {
8145
+ "value": "transparent",
8146
+ "$type": "color",
8147
+ "comment": "Used for the border of a default borderless, tertiary button in the focus state.",
8148
+ "filePath": "src/tokens/contextual/button.tokens.json",
8149
+ "isSource": true,
8150
+ "original": {
8151
+ "value": "{action.neutral.border.color.focus}",
8152
+ "$type": "color",
8153
+ "comment": "Used for the border of a default borderless, tertiary button in the focus state."
8154
+ },
8155
+ "name": "BUTTON_DEFAULT_TERTIARY_BORDER_COLOR_FOCUS",
8156
+ "attributes": {},
8157
+ "path": [
8158
+ "button",
8159
+ "default",
8160
+ "tertiary",
8161
+ "border",
8162
+ "color",
8163
+ "focus"
8164
+ ]
8165
+ },
8166
+ "active": {
8167
+ "value": "transparent",
8168
+ "$type": "color",
8169
+ "comment": "Used for the border of a default borderless, tertiary button in the active state.",
8170
+ "filePath": "src/tokens/contextual/button.tokens.json",
8171
+ "isSource": true,
8172
+ "original": {
8173
+ "value": "{action.neutral.border.color.active}",
8174
+ "$type": "color",
8175
+ "comment": "Used for the border of a default borderless, tertiary button in the active state."
8176
+ },
8177
+ "name": "BUTTON_DEFAULT_TERTIARY_BORDER_COLOR_ACTIVE",
8178
+ "attributes": {},
8179
+ "path": [
8180
+ "button",
8181
+ "default",
8182
+ "tertiary",
8183
+ "border",
8184
+ "color",
8185
+ "active"
8186
+ ]
8187
+ }
8188
+ }
8189
+ }
8190
+ }
8191
+ },
8192
+ "confirm": {
8193
+ "primary": {
8194
+ "foreground": {
8195
+ "color": {
8196
+ "default": {
8197
+ "value": "#fff",
8198
+ "$type": "color",
8199
+ "comment": "Used for the foreground of a confirm (positive) primary button in the default state.",
8200
+ "filePath": "src/tokens/contextual/button.tokens.json",
8201
+ "isSource": true,
8202
+ "original": {
8203
+ "value": "{color.neutral.0}",
8204
+ "$type": "color",
8205
+ "comment": "Used for the foreground of a confirm (positive) primary button in the default state."
8206
+ },
8207
+ "name": "BUTTON_CONFIRM_PRIMARY_FOREGROUND_COLOR_DEFAULT",
8208
+ "attributes": {},
8209
+ "path": [
8210
+ "button",
8211
+ "confirm",
8212
+ "primary",
8213
+ "foreground",
8214
+ "color",
8215
+ "default"
8216
+ ]
8217
+ },
8218
+ "hover": {
8219
+ "value": "#fff",
8220
+ "$type": "color",
8221
+ "comment": "Used for the foreground of a confirm (positive) primary button in the hover state.",
8222
+ "filePath": "src/tokens/contextual/button.tokens.json",
8223
+ "isSource": true,
8224
+ "original": {
8225
+ "value": "{button.confirm.primary.foreground.color.default}",
8226
+ "$type": "color",
8227
+ "comment": "Used for the foreground of a confirm (positive) primary button in the hover state."
8228
+ },
8229
+ "name": "BUTTON_CONFIRM_PRIMARY_FOREGROUND_COLOR_HOVER",
8230
+ "attributes": {},
8231
+ "path": [
8232
+ "button",
8233
+ "confirm",
8234
+ "primary",
8235
+ "foreground",
8236
+ "color",
8237
+ "hover"
8238
+ ]
8239
+ },
8240
+ "focus": {
8241
+ "value": "#fff",
8242
+ "$type": "color",
8243
+ "comment": "Used for the foreground of a confirm (positive) primary button in the focus state.",
8244
+ "filePath": "src/tokens/contextual/button.tokens.json",
8245
+ "isSource": true,
8246
+ "original": {
8247
+ "value": "{button.confirm.primary.foreground.color.default}",
8248
+ "$type": "color",
8249
+ "comment": "Used for the foreground of a confirm (positive) primary button in the focus state."
8250
+ },
8251
+ "name": "BUTTON_CONFIRM_PRIMARY_FOREGROUND_COLOR_FOCUS",
8252
+ "attributes": {},
8253
+ "path": [
8254
+ "button",
8255
+ "confirm",
8256
+ "primary",
8257
+ "foreground",
8258
+ "color",
8259
+ "focus"
8260
+ ]
8261
+ },
8262
+ "active": {
8263
+ "value": "#fff",
8264
+ "$type": "color",
8265
+ "comment": "Used for the foreground of a confirm (positive) primary button in the active state.",
8266
+ "filePath": "src/tokens/contextual/button.tokens.json",
8267
+ "isSource": true,
8268
+ "original": {
8269
+ "value": "{button.confirm.primary.foreground.color.default}",
8270
+ "$type": "color",
8271
+ "comment": "Used for the foreground of a confirm (positive) primary button in the active state."
8272
+ },
8273
+ "name": "BUTTON_CONFIRM_PRIMARY_FOREGROUND_COLOR_ACTIVE",
8274
+ "attributes": {},
8275
+ "path": [
8276
+ "button",
8277
+ "confirm",
8278
+ "primary",
8279
+ "foreground",
8280
+ "color",
8281
+ "active"
8282
+ ]
8283
+ }
8284
+ }
8285
+ },
8286
+ "background": {
8287
+ "color": {
8288
+ "default": {
8289
+ "value": "#1f75cb",
8290
+ "$type": "color",
8291
+ "comment": "Used for the background of a confirm (positive) primary button in the default state.",
8292
+ "filePath": "src/tokens/contextual/button.tokens.json",
8293
+ "isSource": true,
8294
+ "original": {
8295
+ "value": {
8296
+ "default": "{color.blue.500}",
8297
+ "dark": "{color.blue.400}"
8298
+ },
8299
+ "$type": "color",
8300
+ "comment": "Used for the background of a confirm (positive) primary button in the default state."
8301
+ },
8302
+ "name": "BUTTON_CONFIRM_PRIMARY_BACKGROUND_COLOR_DEFAULT",
8303
+ "attributes": {},
8304
+ "path": [
8305
+ "button",
8306
+ "confirm",
8307
+ "primary",
8308
+ "background",
8309
+ "color",
8310
+ "default"
8311
+ ]
8312
+ },
8313
+ "hover": {
8314
+ "value": "#1068bf",
8315
+ "$type": "color",
8316
+ "comment": "Used for the background of a confirm (positive) primary button in the hover state.",
8317
+ "filePath": "src/tokens/contextual/button.tokens.json",
8318
+ "isSource": true,
8319
+ "original": {
8320
+ "value": {
8321
+ "default": "{color.blue.600}",
8322
+ "dark": "{color.blue.300}"
8323
+ },
8324
+ "$type": "color",
8325
+ "comment": "Used for the background of a confirm (positive) primary button in the hover state."
8326
+ },
8327
+ "name": "BUTTON_CONFIRM_PRIMARY_BACKGROUND_COLOR_HOVER",
8328
+ "attributes": {},
8329
+ "path": [
8330
+ "button",
8331
+ "confirm",
8332
+ "primary",
8333
+ "background",
8334
+ "color",
8335
+ "hover"
8336
+ ]
8337
+ },
8338
+ "focus": {
8339
+ "value": "#1068bf",
8340
+ "$type": "color",
8341
+ "comment": "Used for the background of a confirm (positive) primary button in the focus state.",
8342
+ "filePath": "src/tokens/contextual/button.tokens.json",
8343
+ "isSource": true,
8344
+ "original": {
8345
+ "value": "{button.confirm.primary.background.color.hover}",
8346
+ "$type": "color",
8347
+ "comment": "Used for the background of a confirm (positive) primary button in the focus state."
8348
+ },
8349
+ "name": "BUTTON_CONFIRM_PRIMARY_BACKGROUND_COLOR_FOCUS",
8350
+ "attributes": {},
8351
+ "path": [
8352
+ "button",
8353
+ "confirm",
8354
+ "primary",
8355
+ "background",
8356
+ "color",
8357
+ "focus"
8358
+ ]
8359
+ },
8360
+ "active": {
8361
+ "value": "#0b5cad",
8362
+ "$type": "color",
8363
+ "comment": "Used for the background of a confirm (positive) primary button in the active state.",
8364
+ "filePath": "src/tokens/contextual/button.tokens.json",
8365
+ "isSource": true,
8366
+ "original": {
8367
+ "value": {
8368
+ "default": "{color.blue.700}",
8369
+ "dark": "{color.blue.200}"
8370
+ },
8371
+ "$type": "color",
8372
+ "comment": "Used for the background of a confirm (positive) primary button in the active state."
8373
+ },
8374
+ "name": "BUTTON_CONFIRM_PRIMARY_BACKGROUND_COLOR_ACTIVE",
8375
+ "attributes": {},
8376
+ "path": [
8377
+ "button",
8378
+ "confirm",
8379
+ "primary",
8380
+ "background",
8381
+ "color",
8382
+ "active"
8383
+ ]
8384
+ }
8385
+ }
8386
+ },
8387
+ "border": {
8388
+ "color": {
8389
+ "default": {
8390
+ "value": "#1068bf",
8391
+ "$type": "color",
8392
+ "comment": "Used for the border of a confirm (positive) primary button in the default state.",
8393
+ "filePath": "src/tokens/contextual/button.tokens.json",
8394
+ "isSource": true,
8395
+ "original": {
8396
+ "value": {
8397
+ "default": "{color.blue.600}",
8398
+ "dark": "{color.blue.300}"
8399
+ },
8400
+ "$type": "color",
8401
+ "comment": "Used for the border of a confirm (positive) primary button in the default state."
8402
+ },
8403
+ "name": "BUTTON_CONFIRM_PRIMARY_BORDER_COLOR_DEFAULT",
8404
+ "attributes": {},
8405
+ "path": [
8406
+ "button",
8407
+ "confirm",
8408
+ "primary",
8409
+ "border",
8410
+ "color",
8411
+ "default"
8412
+ ]
8413
+ },
8414
+ "hover": {
8415
+ "value": "#064787",
8416
+ "$type": "color",
8417
+ "comment": "Used for the border of a confirm (positive) primary button in the hover state.",
8418
+ "filePath": "src/tokens/contextual/button.tokens.json",
8419
+ "isSource": true,
8420
+ "original": {
8421
+ "value": {
8422
+ "default": "{color.blue.800}",
8423
+ "dark": "{color.blue.100}"
8424
+ },
8425
+ "$type": "color",
8426
+ "comment": "Used for the border of a confirm (positive) primary button in the hover state."
8427
+ },
8428
+ "name": "BUTTON_CONFIRM_PRIMARY_BORDER_COLOR_HOVER",
8429
+ "attributes": {},
8430
+ "path": [
8431
+ "button",
8432
+ "confirm",
8433
+ "primary",
8434
+ "border",
8435
+ "color",
8436
+ "hover"
8437
+ ]
8438
+ },
8439
+ "focus": {
8440
+ "value": "#064787",
8441
+ "$type": "color",
8442
+ "comment": "Used for the border of a confirm (positive) primary button in the focus state.",
8443
+ "filePath": "src/tokens/contextual/button.tokens.json",
8444
+ "isSource": true,
8445
+ "original": {
8446
+ "value": "{button.confirm.primary.border.color.hover}",
8447
+ "$type": "color",
8448
+ "comment": "Used for the border of a confirm (positive) primary button in the focus state."
8449
+ },
8450
+ "name": "BUTTON_CONFIRM_PRIMARY_BORDER_COLOR_FOCUS",
8451
+ "attributes": {},
8452
+ "path": [
8453
+ "button",
8454
+ "confirm",
8455
+ "primary",
8456
+ "border",
8457
+ "color",
8458
+ "focus"
8459
+ ]
8460
+ },
8461
+ "active": {
8462
+ "value": "#033464",
8463
+ "$type": "color",
8464
+ "comment": "Used for the border of a confirm (positive) primary button in the active state.",
8465
+ "filePath": "src/tokens/contextual/button.tokens.json",
8466
+ "isSource": true,
8467
+ "original": {
8468
+ "value": {
8469
+ "default": "{color.blue.900}",
8470
+ "dark": "{color.blue.50}"
8471
+ },
8472
+ "$type": "color",
8473
+ "comment": "Used for the border of a confirm (positive) primary button in the active state."
8474
+ },
8475
+ "name": "BUTTON_CONFIRM_PRIMARY_BORDER_COLOR_ACTIVE",
8476
+ "attributes": {},
8477
+ "path": [
8478
+ "button",
8479
+ "confirm",
8480
+ "primary",
8481
+ "border",
8482
+ "color",
8483
+ "active"
8484
+ ]
8485
+ }
8486
+ }
8487
+ }
8488
+ },
8489
+ "secondary": {
8490
+ "foreground": {
8491
+ "color": {
8492
+ "default": {
8493
+ "value": "#1f75cb",
8494
+ "$type": "color",
8495
+ "comment": "Used for the foreground of a confirm (positive) button in the default state.",
8496
+ "filePath": "src/tokens/contextual/button.tokens.json",
8497
+ "isSource": true,
8498
+ "original": {
8499
+ "value": {
8500
+ "default": "{color.blue.500}",
8501
+ "dark": "{color.blue.400}"
8502
+ },
8503
+ "$type": "color",
8504
+ "comment": "Used for the foreground of a confirm (positive) button in the default state."
8505
+ },
8506
+ "name": "BUTTON_CONFIRM_SECONDARY_FOREGROUND_COLOR_DEFAULT",
8507
+ "attributes": {},
8508
+ "path": [
8509
+ "button",
8510
+ "confirm",
8511
+ "secondary",
8512
+ "foreground",
8513
+ "color",
8514
+ "default"
8515
+ ]
8516
+ },
8517
+ "hover": {
8518
+ "value": "#0b5cad",
8519
+ "$type": "color",
8520
+ "comment": "Used for the foreground of a confirm (positive) button in the hover state.",
8521
+ "filePath": "src/tokens/contextual/button.tokens.json",
8522
+ "isSource": true,
8523
+ "original": {
8524
+ "value": {
8525
+ "default": "{color.blue.700}",
8526
+ "dark": "{color.blue.200}"
8527
+ },
8528
+ "$type": "color",
8529
+ "comment": "Used for the foreground of a confirm (positive) button in the hover state."
8530
+ },
8531
+ "name": "BUTTON_CONFIRM_SECONDARY_FOREGROUND_COLOR_HOVER",
8532
+ "attributes": {},
8533
+ "path": [
8534
+ "button",
8535
+ "confirm",
8536
+ "secondary",
8537
+ "foreground",
8538
+ "color",
8539
+ "hover"
8540
+ ]
8541
+ },
8542
+ "focus": {
8543
+ "value": "#0b5cad",
8544
+ "$type": "color",
8545
+ "comment": "Used for the foreground of a confirm (positive) button in the focus state.",
8546
+ "filePath": "src/tokens/contextual/button.tokens.json",
8547
+ "isSource": true,
8548
+ "original": {
8549
+ "value": "{button.confirm.secondary.foreground.color.hover}",
8550
+ "$type": "color",
8551
+ "comment": "Used for the foreground of a confirm (positive) button in the focus state."
8552
+ },
8553
+ "name": "BUTTON_CONFIRM_SECONDARY_FOREGROUND_COLOR_FOCUS",
8554
+ "attributes": {},
8555
+ "path": [
8556
+ "button",
8557
+ "confirm",
8558
+ "secondary",
8559
+ "foreground",
8560
+ "color",
8561
+ "focus"
8562
+ ]
8563
+ },
8564
+ "active": {
8565
+ "value": "#033464",
8566
+ "$type": "color",
8567
+ "comment": "Used for the foreground of a confirm (positive) button in the active state.",
8568
+ "filePath": "src/tokens/contextual/button.tokens.json",
8569
+ "isSource": true,
8570
+ "original": {
8571
+ "value": {
8572
+ "default": "{color.blue.900}",
8573
+ "dark": "{color.blue.50}"
8574
+ },
8575
+ "$type": "color",
8576
+ "comment": "Used for the foreground of a confirm (positive) button in the active state."
8577
+ },
8578
+ "name": "BUTTON_CONFIRM_SECONDARY_FOREGROUND_COLOR_ACTIVE",
8579
+ "attributes": {},
8580
+ "path": [
8581
+ "button",
8582
+ "confirm",
8583
+ "secondary",
8584
+ "foreground",
8585
+ "color",
8586
+ "active"
8587
+ ]
8588
+ }
8589
+ }
8590
+ },
8591
+ "background": {
8592
+ "color": {
8593
+ "default": {
8594
+ "value": "#fff",
8595
+ "$type": "color",
8596
+ "comment": "Used for the background of an outlined confirm (positive) button in the default state.",
8597
+ "filePath": "src/tokens/contextual/button.tokens.json",
8598
+ "isSource": true,
8599
+ "original": {
8600
+ "value": {
8601
+ "default": "{color.neutral.0}",
8602
+ "dark": "{color.neutral.900}"
8603
+ },
8604
+ "$type": "color",
8605
+ "comment": "Used for the background of an outlined confirm (positive) button in the default state."
8606
+ },
8607
+ "name": "BUTTON_CONFIRM_SECONDARY_BACKGROUND_COLOR_DEFAULT",
8608
+ "attributes": {},
8609
+ "path": [
8610
+ "button",
8611
+ "confirm",
8612
+ "secondary",
8613
+ "background",
8614
+ "color",
8615
+ "default"
8616
+ ]
8617
+ },
8618
+ "hover": {
8619
+ "value": "#e9f3fc",
8620
+ "$type": "color",
8621
+ "comment": "Used for the background of an outlined confirm (positive) button in the hover state.",
8622
+ "filePath": "src/tokens/contextual/button.tokens.json",
8623
+ "isSource": true,
8624
+ "original": {
8625
+ "value": {
8626
+ "default": "{color.blue.50}",
8627
+ "dark": "{color.blue.900}"
8628
+ },
8629
+ "$type": "color",
8630
+ "comment": "Used for the background of an outlined confirm (positive) button in the hover state."
8631
+ },
8632
+ "name": "BUTTON_CONFIRM_SECONDARY_BACKGROUND_COLOR_HOVER",
8633
+ "attributes": {},
8634
+ "path": [
8635
+ "button",
8636
+ "confirm",
8637
+ "secondary",
8638
+ "background",
8639
+ "color",
8640
+ "hover"
8641
+ ]
8642
+ },
8643
+ "focus": {
8644
+ "value": "#e9f3fc",
8645
+ "$type": "color",
8646
+ "comment": "Used for the background of an outlined confirm (positive) button in the focus state.",
8647
+ "filePath": "src/tokens/contextual/button.tokens.json",
8648
+ "isSource": true,
8649
+ "original": {
8650
+ "value": "{button.confirm.secondary.background.color.hover}",
8651
+ "$type": "color",
8652
+ "comment": "Used for the background of an outlined confirm (positive) button in the focus state."
8653
+ },
8654
+ "name": "BUTTON_CONFIRM_SECONDARY_BACKGROUND_COLOR_FOCUS",
8655
+ "attributes": {},
8656
+ "path": [
8657
+ "button",
8658
+ "confirm",
8659
+ "secondary",
8660
+ "background",
8661
+ "color",
8662
+ "focus"
8663
+ ]
8664
+ },
8665
+ "active": {
8666
+ "value": "#cbe2f9",
8667
+ "$type": "color",
8668
+ "comment": "Used for the background of an outlined confirm (positive) button in the active state.",
8669
+ "filePath": "src/tokens/contextual/button.tokens.json",
8670
+ "isSource": true,
8671
+ "original": {
8672
+ "value": {
8673
+ "default": "{color.blue.100}",
8674
+ "dark": "{color.blue.800}"
8675
+ },
8676
+ "$type": "color",
8677
+ "comment": "Used for the background of an outlined confirm (positive) button in the active state."
8678
+ },
8679
+ "name": "BUTTON_CONFIRM_SECONDARY_BACKGROUND_COLOR_ACTIVE",
8680
+ "attributes": {},
8681
+ "path": [
8682
+ "button",
8683
+ "confirm",
8684
+ "secondary",
8685
+ "background",
8686
+ "color",
8687
+ "active"
8688
+ ]
8689
+ }
8690
+ }
8691
+ },
8692
+ "border": {
8693
+ "color": {
8694
+ "default": {
8695
+ "value": "#1f75cb",
8696
+ "$type": "color",
8697
+ "comment": "Used for the border of an outlined confirm (positive) button in the default state.",
8698
+ "filePath": "src/tokens/contextual/button.tokens.json",
8699
+ "isSource": true,
8700
+ "original": {
8701
+ "value": {
8702
+ "default": "{color.blue.500}",
8703
+ "dark": "{color.blue.400}"
8704
+ },
8705
+ "$type": "color",
8706
+ "comment": "Used for the border of an outlined confirm (positive) button in the default state."
8707
+ },
8708
+ "name": "BUTTON_CONFIRM_SECONDARY_BORDER_COLOR_DEFAULT",
8709
+ "attributes": {},
8710
+ "path": [
8711
+ "button",
8712
+ "confirm",
8713
+ "secondary",
8714
+ "border",
8715
+ "color",
8716
+ "default"
8717
+ ]
8718
+ },
8719
+ "hover": {
8720
+ "value": "#0b5cad",
8721
+ "$type": "color",
8722
+ "comment": "Used for the border of an outlined confirm (positive) button in the hover state.",
8723
+ "filePath": "src/tokens/contextual/button.tokens.json",
8724
+ "isSource": true,
8725
+ "original": {
8726
+ "value": {
8727
+ "default": "{color.blue.700}",
8728
+ "dark": "{color.blue.200}"
8729
+ },
8730
+ "$type": "color",
8731
+ "comment": "Used for the border of an outlined confirm (positive) button in the hover state."
8732
+ },
8733
+ "name": "BUTTON_CONFIRM_SECONDARY_BORDER_COLOR_HOVER",
8734
+ "attributes": {},
8735
+ "path": [
8736
+ "button",
8737
+ "confirm",
8738
+ "secondary",
8739
+ "border",
8740
+ "color",
8741
+ "hover"
8742
+ ]
8743
+ },
8744
+ "focus": {
8745
+ "value": "#0b5cad",
8746
+ "$type": "color",
8747
+ "comment": "Used for the border of an outlined confirm (positive) button in the focus state.",
8748
+ "filePath": "src/tokens/contextual/button.tokens.json",
8749
+ "isSource": true,
8750
+ "original": {
8751
+ "value": "{button.confirm.secondary.border.color.hover}",
8752
+ "$type": "color",
8753
+ "comment": "Used for the border of an outlined confirm (positive) button in the focus state."
8754
+ },
8755
+ "name": "BUTTON_CONFIRM_SECONDARY_BORDER_COLOR_FOCUS",
8756
+ "attributes": {},
8757
+ "path": [
8758
+ "button",
8759
+ "confirm",
8760
+ "secondary",
8761
+ "border",
8762
+ "color",
8763
+ "focus"
8764
+ ]
8765
+ },
8766
+ "active": {
8767
+ "value": "#033464",
8768
+ "$type": "color",
8769
+ "comment": "Used for the border of an outlined confirm (positive) button in the active state.",
8770
+ "filePath": "src/tokens/contextual/button.tokens.json",
8771
+ "isSource": true,
8772
+ "original": {
8773
+ "value": {
8774
+ "default": "{color.blue.900}",
8775
+ "dark": "{color.blue.50}"
8776
+ },
8777
+ "$type": "color",
8778
+ "comment": "Used for the border of an outlined confirm (positive) button in the active state."
8779
+ },
8780
+ "name": "BUTTON_CONFIRM_SECONDARY_BORDER_COLOR_ACTIVE",
8781
+ "attributes": {},
8782
+ "path": [
8783
+ "button",
8784
+ "confirm",
8785
+ "secondary",
8786
+ "border",
8787
+ "color",
8788
+ "active"
8789
+ ]
8790
+ }
8791
+ }
8792
+ }
8793
+ },
8794
+ "tertiary": {
8795
+ "foreground": {
8796
+ "color": {
8797
+ "default": {
8798
+ "value": "#1f75cb",
8799
+ "$type": "color",
8800
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
8801
+ "filePath": "src/tokens/contextual/button.tokens.json",
8802
+ "isSource": true,
8803
+ "original": {
8804
+ "value": "{action.confirm.foreground.color.default}",
8805
+ "$type": "color",
8806
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state."
8807
+ },
8808
+ "name": "BUTTON_CONFIRM_TERTIARY_FOREGROUND_COLOR_DEFAULT",
8809
+ "attributes": {},
8810
+ "path": [
8811
+ "button",
8812
+ "confirm",
8813
+ "tertiary",
8814
+ "foreground",
8815
+ "color",
8816
+ "default"
8817
+ ]
8818
+ },
8819
+ "hover": {
8820
+ "value": "#0b5cad",
8821
+ "$type": "color",
8822
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
8823
+ "filePath": "src/tokens/contextual/button.tokens.json",
8824
+ "isSource": true,
8825
+ "original": {
8826
+ "value": "{action.confirm.foreground.color.hover}",
8827
+ "$type": "color",
8828
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state."
8829
+ },
8830
+ "name": "BUTTON_CONFIRM_TERTIARY_FOREGROUND_COLOR_HOVER",
8831
+ "attributes": {},
8832
+ "path": [
8833
+ "button",
8834
+ "confirm",
8835
+ "tertiary",
8836
+ "foreground",
8837
+ "color",
8838
+ "hover"
8839
+ ]
8840
+ },
8841
+ "focus": {
8842
+ "value": "#0b5cad",
8843
+ "$type": "color",
8844
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
8845
+ "filePath": "src/tokens/contextual/button.tokens.json",
8846
+ "isSource": true,
8847
+ "original": {
8848
+ "value": "{action.confirm.foreground.color.focus}",
8849
+ "$type": "color",
8850
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state."
8851
+ },
8852
+ "name": "BUTTON_CONFIRM_TERTIARY_FOREGROUND_COLOR_FOCUS",
8853
+ "attributes": {},
8854
+ "path": [
8855
+ "button",
8856
+ "confirm",
8857
+ "tertiary",
8858
+ "foreground",
8859
+ "color",
8860
+ "focus"
8861
+ ]
8862
+ },
8863
+ "active": {
8864
+ "value": "#033464",
8865
+ "$type": "color",
8866
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
8867
+ "filePath": "src/tokens/contextual/button.tokens.json",
8868
+ "isSource": true,
8869
+ "original": {
8870
+ "value": "{action.confirm.foreground.color.active}",
8871
+ "$type": "color",
8872
+ "comment": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state."
8873
+ },
8874
+ "name": "BUTTON_CONFIRM_TERTIARY_FOREGROUND_COLOR_ACTIVE",
8875
+ "attributes": {},
8876
+ "path": [
8877
+ "button",
8878
+ "confirm",
8879
+ "tertiary",
8880
+ "foreground",
8881
+ "color",
8882
+ "active"
8883
+ ]
8884
+ }
8885
+ }
8886
+ },
8887
+ "background": {
8888
+ "color": {
8889
+ "default": {
8890
+ "value": "rgba(99, 166, 233, 0.0)",
8891
+ "$type": "color",
8892
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the default state.",
8893
+ "filePath": "src/tokens/contextual/button.tokens.json",
8894
+ "isSource": true,
8895
+ "original": {
8896
+ "value": "{action.confirm.background.color.default}",
8897
+ "$type": "color",
8898
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the default state."
8899
+ },
8900
+ "name": "BUTTON_CONFIRM_TERTIARY_BACKGROUND_COLOR_DEFAULT",
8901
+ "attributes": {},
8902
+ "path": [
8903
+ "button",
8904
+ "confirm",
8905
+ "tertiary",
8906
+ "background",
8907
+ "color",
8908
+ "default"
8909
+ ]
8910
+ },
8911
+ "hover": {
8912
+ "value": "rgba(99, 166, 233, 0.16)",
8913
+ "$type": "color",
8914
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the hover state.",
8915
+ "filePath": "src/tokens/contextual/button.tokens.json",
8916
+ "isSource": true,
8917
+ "original": {
8918
+ "value": "{action.confirm.background.color.hover}",
8919
+ "$type": "color",
8920
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the hover state."
8921
+ },
8922
+ "name": "BUTTON_CONFIRM_TERTIARY_BACKGROUND_COLOR_HOVER",
8923
+ "attributes": {},
8924
+ "path": [
8925
+ "button",
8926
+ "confirm",
8927
+ "tertiary",
8928
+ "background",
8929
+ "color",
8930
+ "hover"
8931
+ ]
8932
+ },
8933
+ "focus": {
8934
+ "value": "rgba(99, 166, 233, 0.16)",
8935
+ "$type": "color",
8936
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the focus state.",
8937
+ "filePath": "src/tokens/contextual/button.tokens.json",
8938
+ "isSource": true,
8939
+ "original": {
8940
+ "value": "{action.confirm.background.color.focus}",
8941
+ "$type": "color",
8942
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the focus state."
8943
+ },
8944
+ "name": "BUTTON_CONFIRM_TERTIARY_BACKGROUND_COLOR_FOCUS",
8945
+ "attributes": {},
8946
+ "path": [
8947
+ "button",
8948
+ "confirm",
8949
+ "tertiary",
8950
+ "background",
8951
+ "color",
8952
+ "focus"
8953
+ ]
8954
+ },
8955
+ "active": {
8956
+ "value": "rgba(11, 92, 173, 0.24)",
8957
+ "$type": "color",
8958
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the active state.",
8959
+ "filePath": "src/tokens/contextual/button.tokens.json",
8960
+ "isSource": true,
8961
+ "original": {
8962
+ "value": "{action.confirm.background.color.active}",
8963
+ "$type": "color",
8964
+ "comment": "Used for the background of a borderless, tertiary confirm (positive) button in the active state."
8965
+ },
8966
+ "name": "BUTTON_CONFIRM_TERTIARY_BACKGROUND_COLOR_ACTIVE",
8967
+ "attributes": {},
8968
+ "path": [
8969
+ "button",
8970
+ "confirm",
8971
+ "tertiary",
8972
+ "background",
8973
+ "color",
8974
+ "active"
8975
+ ]
8976
+ }
8977
+ }
8978
+ },
8979
+ "border": {
8980
+ "color": {
8981
+ "default": {
8982
+ "value": "transparent",
8983
+ "$type": "color",
8984
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the default state.",
8985
+ "filePath": "src/tokens/contextual/button.tokens.json",
8986
+ "isSource": true,
8987
+ "original": {
8988
+ "value": "{action.confirm.border.color.default}",
8989
+ "$type": "color",
8990
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the default state."
8991
+ },
8992
+ "name": "BUTTON_CONFIRM_TERTIARY_BORDER_COLOR_DEFAULT",
8993
+ "attributes": {},
8994
+ "path": [
8995
+ "button",
8996
+ "confirm",
8997
+ "tertiary",
8998
+ "border",
8999
+ "color",
9000
+ "default"
9001
+ ]
9002
+ },
9003
+ "hover": {
9004
+ "value": "transparent",
9005
+ "$type": "color",
9006
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the hover state.",
9007
+ "filePath": "src/tokens/contextual/button.tokens.json",
9008
+ "isSource": true,
9009
+ "original": {
9010
+ "value": "{action.confirm.border.color.hover}",
9011
+ "$type": "color",
9012
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the hover state."
9013
+ },
9014
+ "name": "BUTTON_CONFIRM_TERTIARY_BORDER_COLOR_HOVER",
9015
+ "attributes": {},
9016
+ "path": [
9017
+ "button",
9018
+ "confirm",
9019
+ "tertiary",
9020
+ "border",
9021
+ "color",
9022
+ "hover"
9023
+ ]
9024
+ },
9025
+ "focus": {
9026
+ "value": "transparent",
9027
+ "$type": "color",
9028
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the focus state.",
9029
+ "filePath": "src/tokens/contextual/button.tokens.json",
9030
+ "isSource": true,
9031
+ "original": {
9032
+ "value": "{action.confirm.border.color.focus}",
9033
+ "$type": "color",
9034
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the focus state."
9035
+ },
9036
+ "name": "BUTTON_CONFIRM_TERTIARY_BORDER_COLOR_FOCUS",
9037
+ "attributes": {},
9038
+ "path": [
9039
+ "button",
9040
+ "confirm",
9041
+ "tertiary",
9042
+ "border",
9043
+ "color",
9044
+ "focus"
9045
+ ]
9046
+ },
9047
+ "active": {
9048
+ "value": "transparent",
9049
+ "$type": "color",
9050
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the active state.",
9051
+ "filePath": "src/tokens/contextual/button.tokens.json",
9052
+ "isSource": true,
9053
+ "original": {
9054
+ "value": "{action.confirm.border.color.active}",
9055
+ "$type": "color",
9056
+ "comment": "Used for the border of a borderless, tertiary confirm (positive) button in the active state."
9057
+ },
9058
+ "name": "BUTTON_CONFIRM_TERTIARY_BORDER_COLOR_ACTIVE",
9059
+ "attributes": {},
9060
+ "path": [
9061
+ "button",
9062
+ "confirm",
9063
+ "tertiary",
9064
+ "border",
9065
+ "color",
9066
+ "active"
9067
+ ]
9068
+ }
9069
+ }
9070
+ }
9071
+ }
9072
+ },
9073
+ "danger": {
9074
+ "primary": {
9075
+ "foreground": {
9076
+ "color": {
9077
+ "default": {
9078
+ "value": "#fff",
9079
+ "$type": "color",
9080
+ "comment": "Used for the foreground of a danger (destructive) primary button in the default state.",
9081
+ "filePath": "src/tokens/contextual/button.tokens.json",
9082
+ "isSource": true,
9083
+ "original": {
9084
+ "value": "{color.neutral.0}",
9085
+ "$type": "color",
9086
+ "comment": "Used for the foreground of a danger (destructive) primary button in the default state."
9087
+ },
9088
+ "name": "BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_DEFAULT",
9089
+ "attributes": {},
9090
+ "path": [
9091
+ "button",
9092
+ "danger",
9093
+ "primary",
9094
+ "foreground",
9095
+ "color",
9096
+ "default"
9097
+ ]
9098
+ },
9099
+ "hover": {
9100
+ "value": "#fff",
9101
+ "$type": "color",
9102
+ "comment": "Used for the foreground of a danger (destructive) primary button in the hover state.",
9103
+ "filePath": "src/tokens/contextual/button.tokens.json",
9104
+ "isSource": true,
9105
+ "original": {
9106
+ "value": "{button.danger.primary.foreground.color.default}",
9107
+ "$type": "color",
9108
+ "comment": "Used for the foreground of a danger (destructive) primary button in the hover state."
9109
+ },
9110
+ "name": "BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_HOVER",
9111
+ "attributes": {},
9112
+ "path": [
9113
+ "button",
9114
+ "danger",
9115
+ "primary",
9116
+ "foreground",
9117
+ "color",
9118
+ "hover"
9119
+ ]
9120
+ },
9121
+ "focus": {
9122
+ "value": "#fff",
9123
+ "$type": "color",
9124
+ "comment": "Used for the foreground of a danger (destructive) primary button in the focus state.",
9125
+ "filePath": "src/tokens/contextual/button.tokens.json",
9126
+ "isSource": true,
9127
+ "original": {
9128
+ "value": "{button.danger.primary.foreground.color.default}",
9129
+ "$type": "color",
9130
+ "comment": "Used for the foreground of a danger (destructive) primary button in the focus state."
9131
+ },
9132
+ "name": "BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_FOCUS",
9133
+ "attributes": {},
9134
+ "path": [
9135
+ "button",
9136
+ "danger",
9137
+ "primary",
9138
+ "foreground",
9139
+ "color",
9140
+ "focus"
9141
+ ]
9142
+ },
9143
+ "active": {
9144
+ "value": "#fff",
9145
+ "$type": "color",
9146
+ "comment": "Used for the foreground of a danger (destructive) primary button in the active state.",
9147
+ "filePath": "src/tokens/contextual/button.tokens.json",
9148
+ "isSource": true,
9149
+ "original": {
9150
+ "value": "{button.danger.primary.foreground.color.default}",
9151
+ "$type": "color",
9152
+ "comment": "Used for the foreground of a danger (destructive) primary button in the active state."
9153
+ },
9154
+ "name": "BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_ACTIVE",
9155
+ "attributes": {},
9156
+ "path": [
9157
+ "button",
9158
+ "danger",
9159
+ "primary",
9160
+ "foreground",
9161
+ "color",
9162
+ "active"
9163
+ ]
9164
+ }
9165
+ }
9166
+ },
9167
+ "background": {
9168
+ "color": {
9169
+ "default": {
9170
+ "value": "#dd2b0e",
9171
+ "$type": "color",
9172
+ "comment": "Used for the background of a danger (destructive) primary button in the default state.",
9173
+ "filePath": "src/tokens/contextual/button.tokens.json",
9174
+ "isSource": true,
9175
+ "original": {
9176
+ "value": {
9177
+ "default": "{color.red.500}",
9178
+ "dark": "{color.red.400}"
9179
+ },
9180
+ "$type": "color",
9181
+ "comment": "Used for the background of a danger (destructive) primary button in the default state."
9182
+ },
9183
+ "name": "BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT",
9184
+ "attributes": {},
9185
+ "path": [
9186
+ "button",
9187
+ "danger",
9188
+ "primary",
9189
+ "background",
9190
+ "color",
9191
+ "default"
9192
+ ]
9193
+ },
9194
+ "hover": {
9195
+ "value": "#c91c00",
9196
+ "$type": "color",
9197
+ "comment": "Used for the background of a danger (destructive) primary button in the hover state.",
9198
+ "filePath": "src/tokens/contextual/button.tokens.json",
9199
+ "isSource": true,
9200
+ "original": {
9201
+ "value": {
9202
+ "default": "{color.red.600}",
9203
+ "dark": "{color.red.300}"
9204
+ },
9205
+ "$type": "color",
9206
+ "comment": "Used for the background of a danger (destructive) primary button in the hover state."
9207
+ },
9208
+ "name": "BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_HOVER",
9209
+ "attributes": {},
9210
+ "path": [
9211
+ "button",
9212
+ "danger",
9213
+ "primary",
9214
+ "background",
9215
+ "color",
9216
+ "hover"
9217
+ ]
9218
+ },
9219
+ "focus": {
9220
+ "value": "#c91c00",
9221
+ "$type": "color",
9222
+ "comment": "Used for the background of a danger (destructive) primary button in the focus state.",
9223
+ "filePath": "src/tokens/contextual/button.tokens.json",
9224
+ "isSource": true,
9225
+ "original": {
9226
+ "value": "{button.danger.primary.background.color.hover}",
9227
+ "$type": "color",
9228
+ "comment": "Used for the background of a danger (destructive) primary button in the focus state."
9229
+ },
9230
+ "name": "BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_FOCUS",
9231
+ "attributes": {},
9232
+ "path": [
9233
+ "button",
9234
+ "danger",
9235
+ "primary",
9236
+ "background",
9237
+ "color",
9238
+ "focus"
9239
+ ]
9240
+ },
9241
+ "active": {
9242
+ "value": "#8d1300",
9243
+ "$type": "color",
9244
+ "comment": "Used for the background of a danger (destructive) primary button in the active state.",
9245
+ "filePath": "src/tokens/contextual/button.tokens.json",
9246
+ "isSource": true,
9247
+ "original": {
9248
+ "value": {
9249
+ "default": "{color.red.800}",
9250
+ "dark": "{color.red.100}"
9251
+ },
9252
+ "$type": "color",
9253
+ "comment": "Used for the background of a danger (destructive) primary button in the active state."
9254
+ },
9255
+ "name": "BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_ACTIVE",
9256
+ "attributes": {},
9257
+ "path": [
9258
+ "button",
9259
+ "danger",
9260
+ "primary",
9261
+ "background",
9262
+ "color",
9263
+ "active"
9264
+ ]
9265
+ }
9266
+ }
9267
+ },
9268
+ "border": {
9269
+ "color": {
9270
+ "default": {
9271
+ "value": "#c91c00",
9272
+ "$type": "color",
9273
+ "comment": "Used for the border of a danger (destructive) primary button in the default state.",
9274
+ "filePath": "src/tokens/contextual/button.tokens.json",
9275
+ "isSource": true,
9276
+ "original": {
9277
+ "value": {
9278
+ "default": "{color.red.600}",
9279
+ "dark": "{color.red.300}"
9280
+ },
9281
+ "$type": "color",
9282
+ "comment": "Used for the border of a danger (destructive) primary button in the default state."
9283
+ },
9284
+ "name": "BUTTON_DANGER_PRIMARY_BORDER_COLOR_DEFAULT",
9285
+ "attributes": {},
9286
+ "path": [
9287
+ "button",
9288
+ "danger",
9289
+ "primary",
9290
+ "border",
9291
+ "color",
9292
+ "default"
9293
+ ]
9294
+ },
9295
+ "hover": {
9296
+ "value": "#8d1300",
9297
+ "$type": "color",
9298
+ "comment": "Used for the border of a danger (destructive) primary button in the hover state.",
9299
+ "filePath": "src/tokens/contextual/button.tokens.json",
9300
+ "isSource": true,
9301
+ "original": {
9302
+ "value": {
9303
+ "default": "{color.red.800}",
9304
+ "dark": "{color.red.100}"
9305
+ },
9306
+ "$type": "color",
9307
+ "comment": "Used for the border of a danger (destructive) primary button in the hover state."
9308
+ },
9309
+ "name": "BUTTON_DANGER_PRIMARY_BORDER_COLOR_HOVER",
9310
+ "attributes": {},
9311
+ "path": [
9312
+ "button",
9313
+ "danger",
9314
+ "primary",
9315
+ "border",
9316
+ "color",
9317
+ "hover"
9318
+ ]
9319
+ },
9320
+ "focus": {
9321
+ "value": "#8d1300",
9322
+ "$type": "color",
9323
+ "comment": "Used for the border of a danger (destructive) primary button in the focus state.",
9324
+ "filePath": "src/tokens/contextual/button.tokens.json",
9325
+ "isSource": true,
9326
+ "original": {
9327
+ "value": "{button.danger.primary.border.color.hover}",
9328
+ "$type": "color",
9329
+ "comment": "Used for the border of a danger (destructive) primary button in the focus state."
9330
+ },
9331
+ "name": "BUTTON_DANGER_PRIMARY_BORDER_COLOR_FOCUS",
9332
+ "attributes": {},
9333
+ "path": [
9334
+ "button",
9335
+ "danger",
9336
+ "primary",
9337
+ "border",
9338
+ "color",
9339
+ "focus"
9340
+ ]
9341
+ },
9342
+ "active": {
9343
+ "value": "#660e00",
9344
+ "$type": "color",
9345
+ "comment": "Used for the border of a danger (destructive) primary button in the active state.",
9346
+ "filePath": "src/tokens/contextual/button.tokens.json",
9347
+ "isSource": true,
9348
+ "original": {
9349
+ "value": {
9350
+ "default": "{color.red.900}",
9351
+ "dark": "{color.red.50}"
9352
+ },
9353
+ "$type": "color",
9354
+ "comment": "Used for the border of a danger (destructive) primary button in the active state."
9355
+ },
9356
+ "name": "BUTTON_DANGER_PRIMARY_BORDER_COLOR_ACTIVE",
9357
+ "attributes": {},
9358
+ "path": [
9359
+ "button",
9360
+ "danger",
9361
+ "primary",
9362
+ "border",
9363
+ "color",
9364
+ "active"
9365
+ ]
9366
+ }
9367
+ }
9368
+ }
9369
+ },
9370
+ "secondary": {
9371
+ "foreground": {
9372
+ "color": {
9373
+ "default": {
9374
+ "value": "#dd2b0e",
9375
+ "$type": "color",
9376
+ "comment": "Used for the foreground of a danger (destructive) button in the default state.",
9377
+ "filePath": "src/tokens/contextual/button.tokens.json",
9378
+ "isSource": true,
9379
+ "original": {
9380
+ "value": {
9381
+ "default": "{color.red.500}",
9382
+ "dark": "{color.red.400}"
9383
+ },
9384
+ "$type": "color",
9385
+ "comment": "Used for the foreground of a danger (destructive) button in the default state."
9386
+ },
9387
+ "name": "BUTTON_DANGER_SECONDARY_FOREGROUND_COLOR_DEFAULT",
9388
+ "attributes": {},
9389
+ "path": [
9390
+ "button",
9391
+ "danger",
9392
+ "secondary",
9393
+ "foreground",
9394
+ "color",
9395
+ "default"
9396
+ ]
9397
+ },
9398
+ "hover": {
9399
+ "value": "#ae1800",
9400
+ "$type": "color",
9401
+ "comment": "Used for the foreground of a danger (destructive) button in the hover state.",
9402
+ "filePath": "src/tokens/contextual/button.tokens.json",
9403
+ "isSource": true,
9404
+ "original": {
9405
+ "value": {
9406
+ "default": "{color.red.700}",
9407
+ "dark": "{color.red.200}"
9408
+ },
9409
+ "$type": "color",
9410
+ "comment": "Used for the foreground of a danger (destructive) button in the hover state."
9411
+ },
9412
+ "name": "BUTTON_DANGER_SECONDARY_FOREGROUND_COLOR_HOVER",
9413
+ "attributes": {},
9414
+ "path": [
9415
+ "button",
9416
+ "danger",
9417
+ "secondary",
9418
+ "foreground",
9419
+ "color",
9420
+ "hover"
9421
+ ]
9422
+ },
9423
+ "focus": {
9424
+ "value": "#ae1800",
9425
+ "$type": "color",
9426
+ "comment": "Used for the foreground of a danger (destructive) button in the focus state.",
9427
+ "filePath": "src/tokens/contextual/button.tokens.json",
9428
+ "isSource": true,
9429
+ "original": {
9430
+ "value": "{button.danger.secondary.foreground.color.hover}",
9431
+ "$type": "color",
9432
+ "comment": "Used for the foreground of a danger (destructive) button in the focus state."
9433
+ },
9434
+ "name": "BUTTON_DANGER_SECONDARY_FOREGROUND_COLOR_FOCUS",
9435
+ "attributes": {},
9436
+ "path": [
9437
+ "button",
9438
+ "danger",
9439
+ "secondary",
9440
+ "foreground",
9441
+ "color",
9442
+ "focus"
9443
+ ]
9444
+ },
9445
+ "active": {
9446
+ "value": "#660e00",
9447
+ "$type": "color",
9448
+ "comment": "Used for the foreground of a danger (destructive) button in the active state.",
9449
+ "filePath": "src/tokens/contextual/button.tokens.json",
9450
+ "isSource": true,
9451
+ "original": {
9452
+ "value": {
9453
+ "default": "{color.red.900}",
9454
+ "dark": "{color.red.50}"
9455
+ },
9456
+ "$type": "color",
9457
+ "comment": "Used for the foreground of a danger (destructive) button in the active state."
9458
+ },
9459
+ "name": "BUTTON_DANGER_SECONDARY_FOREGROUND_COLOR_ACTIVE",
9460
+ "attributes": {},
9461
+ "path": [
9462
+ "button",
9463
+ "danger",
9464
+ "secondary",
9465
+ "foreground",
9466
+ "color",
9467
+ "active"
9468
+ ]
9469
+ }
9470
+ }
9471
+ },
9472
+ "background": {
9473
+ "color": {
9474
+ "default": {
9475
+ "value": "#fff",
9476
+ "$type": "color",
9477
+ "comment": "Used for the background of an outlined danger (destructive) button in the default state.",
9478
+ "filePath": "src/tokens/contextual/button.tokens.json",
9479
+ "isSource": true,
9480
+ "original": {
9481
+ "value": {
9482
+ "default": "{color.neutral.0}",
9483
+ "dark": "{color.neutral.900}"
9484
+ },
9485
+ "$type": "color",
9486
+ "comment": "Used for the background of an outlined danger (destructive) button in the default state."
9487
+ },
9488
+ "name": "BUTTON_DANGER_SECONDARY_BACKGROUND_COLOR_DEFAULT",
9489
+ "attributes": {},
9490
+ "path": [
9491
+ "button",
9492
+ "danger",
9493
+ "secondary",
9494
+ "background",
9495
+ "color",
9496
+ "default"
9497
+ ]
9498
+ },
9499
+ "hover": {
9500
+ "value": "#fcf1ef",
9501
+ "$type": "color",
9502
+ "comment": "Used for the background of an outlined danger (destructive) button in the hover state.",
9503
+ "filePath": "src/tokens/contextual/button.tokens.json",
9504
+ "isSource": true,
9505
+ "original": {
9506
+ "value": {
9507
+ "default": "{color.red.50}",
9508
+ "dark": "{color.red.900}"
9509
+ },
9510
+ "$type": "color",
9511
+ "comment": "Used for the background of an outlined danger (destructive) button in the hover state."
9512
+ },
9513
+ "name": "BUTTON_DANGER_SECONDARY_BACKGROUND_COLOR_HOVER",
9514
+ "attributes": {},
9515
+ "path": [
9516
+ "button",
9517
+ "danger",
9518
+ "secondary",
9519
+ "background",
9520
+ "color",
9521
+ "hover"
9522
+ ]
9523
+ },
9524
+ "focus": {
9525
+ "value": "#fcf1ef",
9526
+ "$type": "color",
9527
+ "comment": "Used for the background of an outlined danger (destructive) button in the focus state.",
9528
+ "filePath": "src/tokens/contextual/button.tokens.json",
9529
+ "isSource": true,
9530
+ "original": {
9531
+ "value": "{button.danger.secondary.background.color.hover}",
9532
+ "$type": "color",
9533
+ "comment": "Used for the background of an outlined danger (destructive) button in the focus state."
9534
+ },
9535
+ "name": "BUTTON_DANGER_SECONDARY_BACKGROUND_COLOR_FOCUS",
9536
+ "attributes": {},
9537
+ "path": [
9538
+ "button",
9539
+ "danger",
9540
+ "secondary",
9541
+ "background",
9542
+ "color",
9543
+ "focus"
9544
+ ]
9545
+ },
9546
+ "active": {
9547
+ "value": "#fdd4cd",
9548
+ "$type": "color",
9549
+ "comment": "Used for the background of an outlined danger (destructive) button in the active state.",
9550
+ "filePath": "src/tokens/contextual/button.tokens.json",
9551
+ "isSource": true,
9552
+ "original": {
9553
+ "value": {
9554
+ "default": "{color.red.100}",
9555
+ "dark": "{color.red.800}"
9556
+ },
9557
+ "$type": "color",
9558
+ "comment": "Used for the background of an outlined danger (destructive) button in the active state."
9559
+ },
9560
+ "name": "BUTTON_DANGER_SECONDARY_BACKGROUND_COLOR_ACTIVE",
9561
+ "attributes": {},
9562
+ "path": [
9563
+ "button",
9564
+ "danger",
9565
+ "secondary",
9566
+ "background",
9567
+ "color",
9568
+ "active"
9569
+ ]
9570
+ }
9571
+ }
9572
+ },
9573
+ "border": {
9574
+ "color": {
9575
+ "default": {
9576
+ "value": "#dd2b0e",
9577
+ "$type": "color",
9578
+ "comment": "Used for the border of an outlined danger (destructive) button in the default state.",
9579
+ "filePath": "src/tokens/contextual/button.tokens.json",
9580
+ "isSource": true,
9581
+ "original": {
9582
+ "value": {
9583
+ "default": "{color.red.500}",
9584
+ "dark": "{color.red.400}"
9585
+ },
9586
+ "$type": "color",
9587
+ "comment": "Used for the border of an outlined danger (destructive) button in the default state."
9588
+ },
9589
+ "name": "BUTTON_DANGER_SECONDARY_BORDER_COLOR_DEFAULT",
9590
+ "attributes": {},
9591
+ "path": [
9592
+ "button",
9593
+ "danger",
9594
+ "secondary",
9595
+ "border",
9596
+ "color",
9597
+ "default"
9598
+ ]
9599
+ },
9600
+ "hover": {
9601
+ "value": "#ae1800",
9602
+ "$type": "color",
9603
+ "comment": "Used for the border of an outlined danger (destructive) button in the hover state.",
9604
+ "filePath": "src/tokens/contextual/button.tokens.json",
9605
+ "isSource": true,
9606
+ "original": {
9607
+ "value": {
9608
+ "default": "{color.red.700}",
9609
+ "dark": "{color.red.200}"
9610
+ },
9611
+ "$type": "color",
9612
+ "comment": "Used for the border of an outlined danger (destructive) button in the hover state."
9613
+ },
9614
+ "name": "BUTTON_DANGER_SECONDARY_BORDER_COLOR_HOVER",
9615
+ "attributes": {},
9616
+ "path": [
9617
+ "button",
9618
+ "danger",
9619
+ "secondary",
9620
+ "border",
9621
+ "color",
9622
+ "hover"
9623
+ ]
9624
+ },
9625
+ "focus": {
9626
+ "value": "#ae1800",
9627
+ "$type": "color",
9628
+ "comment": "Used for the border of an outlined danger (destructive) button in the focus state.",
9629
+ "filePath": "src/tokens/contextual/button.tokens.json",
9630
+ "isSource": true,
9631
+ "original": {
9632
+ "value": "{button.danger.secondary.border.color.hover}",
9633
+ "$type": "color",
9634
+ "comment": "Used for the border of an outlined danger (destructive) button in the focus state."
9635
+ },
9636
+ "name": "BUTTON_DANGER_SECONDARY_BORDER_COLOR_FOCUS",
9637
+ "attributes": {},
9638
+ "path": [
9639
+ "button",
9640
+ "danger",
9641
+ "secondary",
9642
+ "border",
9643
+ "color",
9644
+ "focus"
9645
+ ]
9646
+ },
9647
+ "active": {
9648
+ "value": "#660e00",
9649
+ "$type": "color",
9650
+ "comment": "Used for the border of an outlined danger (destructive) button in the active state.",
9651
+ "filePath": "src/tokens/contextual/button.tokens.json",
9652
+ "isSource": true,
9653
+ "original": {
9654
+ "value": {
9655
+ "default": "{color.red.900}",
9656
+ "dark": "{color.red.50}"
9657
+ },
9658
+ "$type": "color",
9659
+ "comment": "Used for the border of an outlined danger (destructive) button in the active state."
9660
+ },
9661
+ "name": "BUTTON_DANGER_SECONDARY_BORDER_COLOR_ACTIVE",
9662
+ "attributes": {},
9663
+ "path": [
9664
+ "button",
9665
+ "danger",
9666
+ "secondary",
9667
+ "border",
9668
+ "color",
9669
+ "active"
9670
+ ]
9671
+ }
9672
+ }
9673
+ }
9674
+ },
9675
+ "tertiary": {
9676
+ "foreground": {
9677
+ "color": {
9678
+ "default": {
9679
+ "value": "#dd2b0e",
9680
+ "$type": "color",
9681
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state.",
9682
+ "filePath": "src/tokens/contextual/button.tokens.json",
9683
+ "isSource": true,
9684
+ "original": {
9685
+ "value": "{action.danger.foreground.color.default}",
9686
+ "$type": "color",
9687
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state."
9688
+ },
9689
+ "name": "BUTTON_DANGER_TERTIARY_FOREGROUND_COLOR_DEFAULT",
9690
+ "attributes": {},
9691
+ "path": [
9692
+ "button",
9693
+ "danger",
9694
+ "tertiary",
9695
+ "foreground",
9696
+ "color",
9697
+ "default"
9698
+ ]
9699
+ },
9700
+ "hover": {
9701
+ "value": "#ae1800",
9702
+ "$type": "color",
9703
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
9704
+ "filePath": "src/tokens/contextual/button.tokens.json",
9705
+ "isSource": true,
9706
+ "original": {
9707
+ "value": "{action.danger.foreground.color.hover}",
9708
+ "$type": "color",
9709
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state."
9710
+ },
9711
+ "name": "BUTTON_DANGER_TERTIARY_FOREGROUND_COLOR_HOVER",
9712
+ "attributes": {},
9713
+ "path": [
9714
+ "button",
9715
+ "danger",
9716
+ "tertiary",
9717
+ "foreground",
9718
+ "color",
9719
+ "hover"
9720
+ ]
9721
+ },
9722
+ "focus": {
9723
+ "value": "#ae1800",
9724
+ "$type": "color",
9725
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
9726
+ "filePath": "src/tokens/contextual/button.tokens.json",
9727
+ "isSource": true,
9728
+ "original": {
9729
+ "value": "{action.danger.foreground.color.focus}",
9730
+ "$type": "color",
9731
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state."
9732
+ },
9733
+ "name": "BUTTON_DANGER_TERTIARY_FOREGROUND_COLOR_FOCUS",
9734
+ "attributes": {},
9735
+ "path": [
9736
+ "button",
9737
+ "danger",
9738
+ "tertiary",
9739
+ "foreground",
9740
+ "color",
9741
+ "focus"
9742
+ ]
9743
+ },
9744
+ "active": {
9745
+ "value": "#660e00",
9746
+ "$type": "color",
9747
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
9748
+ "filePath": "src/tokens/contextual/button.tokens.json",
9749
+ "isSource": true,
9750
+ "original": {
9751
+ "value": "{action.danger.foreground.color.active}",
9752
+ "$type": "color",
9753
+ "comment": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state."
9754
+ },
9755
+ "name": "BUTTON_DANGER_TERTIARY_FOREGROUND_COLOR_ACTIVE",
9756
+ "attributes": {},
9757
+ "path": [
9758
+ "button",
9759
+ "danger",
9760
+ "tertiary",
9761
+ "foreground",
9762
+ "color",
9763
+ "active"
9764
+ ]
9765
+ }
9766
+ }
9767
+ },
9768
+ "background": {
9769
+ "color": {
9770
+ "default": {
9771
+ "value": "rgba(245, 127, 108, 0.0)",
9772
+ "$type": "color",
9773
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the default state.",
9774
+ "filePath": "src/tokens/contextual/button.tokens.json",
9775
+ "isSource": true,
9776
+ "original": {
9777
+ "value": "{action.danger.background.color.default}",
9778
+ "$type": "color",
9779
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the default state."
9780
+ },
9781
+ "name": "BUTTON_DANGER_TERTIARY_BACKGROUND_COLOR_DEFAULT",
9782
+ "attributes": {},
9783
+ "path": [
9784
+ "button",
9785
+ "danger",
9786
+ "tertiary",
9787
+ "background",
9788
+ "color",
9789
+ "default"
9790
+ ]
9791
+ },
9792
+ "hover": {
9793
+ "value": "rgba(245, 127, 108, 0.16)",
9794
+ "$type": "color",
9795
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the hover state.",
9796
+ "filePath": "src/tokens/contextual/button.tokens.json",
9797
+ "isSource": true,
9798
+ "original": {
9799
+ "value": "{action.danger.background.color.hover}",
9800
+ "$type": "color",
9801
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the hover state."
9802
+ },
9803
+ "name": "BUTTON_DANGER_TERTIARY_BACKGROUND_COLOR_HOVER",
9804
+ "attributes": {},
9805
+ "path": [
9806
+ "button",
9807
+ "danger",
9808
+ "tertiary",
9809
+ "background",
9810
+ "color",
9811
+ "hover"
9812
+ ]
9813
+ },
9814
+ "focus": {
9815
+ "value": "rgba(245, 127, 108, 0.16)",
9816
+ "$type": "color",
9817
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the focus state.",
9818
+ "filePath": "src/tokens/contextual/button.tokens.json",
9819
+ "isSource": true,
9820
+ "original": {
9821
+ "value": "{action.danger.background.color.focus}",
9822
+ "$type": "color",
9823
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the focus state."
9824
+ },
9825
+ "name": "BUTTON_DANGER_TERTIARY_BACKGROUND_COLOR_FOCUS",
9826
+ "attributes": {},
9827
+ "path": [
9828
+ "button",
9829
+ "danger",
9830
+ "tertiary",
9831
+ "background",
9832
+ "color",
9833
+ "focus"
9834
+ ]
9835
+ },
9836
+ "active": {
9837
+ "value": "rgba(174, 24, 0, 0.24)",
9838
+ "$type": "color",
9839
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the active state.",
9840
+ "filePath": "src/tokens/contextual/button.tokens.json",
9841
+ "isSource": true,
9842
+ "original": {
9843
+ "value": "{action.danger.background.color.active}",
9844
+ "$type": "color",
9845
+ "comment": "Used for the background of a borderless, tertiary danger (destructive) button in the active state."
9846
+ },
9847
+ "name": "BUTTON_DANGER_TERTIARY_BACKGROUND_COLOR_ACTIVE",
9848
+ "attributes": {},
9849
+ "path": [
9850
+ "button",
9851
+ "danger",
9852
+ "tertiary",
9853
+ "background",
9854
+ "color",
9855
+ "active"
9856
+ ]
9857
+ }
9858
+ }
9859
+ },
9860
+ "border": {
9861
+ "color": {
9862
+ "default": {
9863
+ "value": "transparent",
9864
+ "$type": "color",
9865
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the default state.",
9866
+ "filePath": "src/tokens/contextual/button.tokens.json",
9867
+ "isSource": true,
9868
+ "original": {
9869
+ "value": "{action.danger.border.color.default}",
9870
+ "$type": "color",
9871
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the default state."
9872
+ },
9873
+ "name": "BUTTON_DANGER_TERTIARY_BORDER_COLOR_DEFAULT",
9874
+ "attributes": {},
9875
+ "path": [
9876
+ "button",
9877
+ "danger",
9878
+ "tertiary",
9879
+ "border",
9880
+ "color",
9881
+ "default"
9882
+ ]
9883
+ },
9884
+ "hover": {
9885
+ "value": "transparent",
9886
+ "$type": "color",
9887
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the hover state.",
9888
+ "filePath": "src/tokens/contextual/button.tokens.json",
9889
+ "isSource": true,
9890
+ "original": {
9891
+ "value": "{action.danger.border.color.hover}",
9892
+ "$type": "color",
9893
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the hover state."
9894
+ },
9895
+ "name": "BUTTON_DANGER_TERTIARY_BORDER_COLOR_HOVER",
9896
+ "attributes": {},
9897
+ "path": [
9898
+ "button",
9899
+ "danger",
9900
+ "tertiary",
9901
+ "border",
9902
+ "color",
9903
+ "hover"
9904
+ ]
9905
+ },
9906
+ "focus": {
9907
+ "value": "transparent",
9908
+ "$type": "color",
9909
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the focus state.",
9910
+ "filePath": "src/tokens/contextual/button.tokens.json",
9911
+ "isSource": true,
9912
+ "original": {
9913
+ "value": "{action.danger.border.color.focus}",
9914
+ "$type": "color",
9915
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the focus state."
9916
+ },
9917
+ "name": "BUTTON_DANGER_TERTIARY_BORDER_COLOR_FOCUS",
9918
+ "attributes": {},
9919
+ "path": [
9920
+ "button",
9921
+ "danger",
9922
+ "tertiary",
9923
+ "border",
9924
+ "color",
9925
+ "focus"
9926
+ ]
9927
+ },
9928
+ "active": {
9929
+ "value": "transparent",
9930
+ "$type": "color",
9931
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the active state.",
9932
+ "filePath": "src/tokens/contextual/button.tokens.json",
9933
+ "isSource": true,
9934
+ "original": {
9935
+ "value": "{action.danger.border.color.active}",
9936
+ "$type": "color",
9937
+ "comment": "Used for the border of a borderless, tertiary danger (destructive) button in the active state."
9938
+ },
9939
+ "name": "BUTTON_DANGER_TERTIARY_BORDER_COLOR_ACTIVE",
9940
+ "attributes": {},
9941
+ "path": [
9942
+ "button",
9943
+ "danger",
9944
+ "tertiary",
9945
+ "border",
9946
+ "color",
9947
+ "active"
9948
+ ]
9949
+ }
9950
+ }
9951
+ }
9952
+ }
9953
+ },
9954
+ "dashed": {
9955
+ "border": {
9956
+ "color": {
9957
+ "default": {
9958
+ "value": "#89888d",
9959
+ "$type": "color",
9960
+ "comment": "Used for the border of a dashed button in the default state.",
9961
+ "filePath": "src/tokens/contextual/button.tokens.json",
9962
+ "isSource": true,
9963
+ "original": {
9964
+ "value": "{border.color.strong}",
9965
+ "$type": "color",
9966
+ "comment": "Used for the border of a dashed button in the default state."
9967
+ },
9968
+ "name": "BUTTON_DASHED_BORDER_COLOR_DEFAULT",
9969
+ "attributes": {},
9970
+ "path": [
9971
+ "button",
9972
+ "dashed",
9973
+ "border",
9974
+ "color",
9975
+ "default"
9976
+ ]
9977
+ },
9978
+ "hover": {
9979
+ "value": "#89888d",
9980
+ "$type": "color",
9981
+ "comment": "Used for the border of a dashed button in the hover state.",
9982
+ "filePath": "src/tokens/contextual/button.tokens.json",
9983
+ "isSource": true,
9984
+ "original": {
9985
+ "value": "{button.dashed.border.color.default}",
9986
+ "$type": "color",
9987
+ "comment": "Used for the border of a dashed button in the hover state."
9988
+ },
9989
+ "name": "BUTTON_DASHED_BORDER_COLOR_HOVER",
9990
+ "attributes": {},
9991
+ "path": [
9992
+ "button",
9993
+ "dashed",
9994
+ "border",
9995
+ "color",
9996
+ "hover"
9997
+ ]
9998
+ },
9999
+ "focus": {
10000
+ "value": "#89888d",
10001
+ "$type": "color",
10002
+ "comment": "Used for the border of a dashed button in the focus state.",
10003
+ "filePath": "src/tokens/contextual/button.tokens.json",
10004
+ "isSource": true,
10005
+ "original": {
10006
+ "value": "{button.dashed.border.color.default}",
10007
+ "$type": "color",
10008
+ "comment": "Used for the border of a dashed button in the focus state."
10009
+ },
10010
+ "name": "BUTTON_DASHED_BORDER_COLOR_FOCUS",
10011
+ "attributes": {},
10012
+ "path": [
10013
+ "button",
10014
+ "dashed",
10015
+ "border",
10016
+ "color",
10017
+ "focus"
10018
+ ]
10019
+ },
10020
+ "active": {
10021
+ "value": "#626168",
10022
+ "$type": "color",
10023
+ "comment": "Used for the border of a dashed button in the active state.",
10024
+ "filePath": "src/tokens/contextual/button.tokens.json",
10025
+ "isSource": true,
10026
+ "original": {
10027
+ "value": {
10028
+ "default": "{color.neutral.600}",
10029
+ "dark": "{color.neutral.300}"
10030
+ },
10031
+ "$type": "color",
10032
+ "comment": "Used for the border of a dashed button in the active state."
10033
+ },
10034
+ "name": "BUTTON_DASHED_BORDER_COLOR_ACTIVE",
10035
+ "attributes": {},
10036
+ "path": [
10037
+ "button",
10038
+ "dashed",
10039
+ "border",
10040
+ "color",
10041
+ "active"
10042
+ ]
10043
+ }
10044
+ }
10045
+ }
10046
+ },
10047
+ "link": {
10048
+ "text": {
10049
+ "color": {
10050
+ "default": {
10051
+ "value": "#0b5cad",
10052
+ "$type": "color",
10053
+ "comment": "Used for the text of a link button in the default state.",
10054
+ "filePath": "src/tokens/contextual/button.tokens.json",
10055
+ "isSource": true,
10056
+ "original": {
10057
+ "value": "{text.color.link}",
10058
+ "$type": "color",
10059
+ "comment": "Used for the text of a link button in the default state."
10060
+ },
10061
+ "name": "BUTTON_LINK_TEXT_COLOR_DEFAULT",
10062
+ "attributes": {},
10063
+ "path": [
10064
+ "button",
10065
+ "link",
10066
+ "text",
10067
+ "color",
10068
+ "default"
10069
+ ]
10070
+ },
10071
+ "hover": {
10072
+ "value": "#0b5cad",
10073
+ "$type": "color",
10074
+ "comment": "Used for the text of a link button in the hover state.",
10075
+ "filePath": "src/tokens/contextual/button.tokens.json",
10076
+ "isSource": true,
10077
+ "original": {
10078
+ "value": "{button.link.text.color.default}",
10079
+ "$type": "color",
10080
+ "comment": "Used for the text of a link button in the hover state."
10081
+ },
10082
+ "name": "BUTTON_LINK_TEXT_COLOR_HOVER",
10083
+ "attributes": {},
10084
+ "path": [
10085
+ "button",
10086
+ "link",
10087
+ "text",
10088
+ "color",
10089
+ "hover"
10090
+ ]
10091
+ },
10092
+ "focus": {
10093
+ "value": "#0b5cad",
10094
+ "$type": "color",
10095
+ "comment": "Used for the text of a link button in the focus state.",
10096
+ "filePath": "src/tokens/contextual/button.tokens.json",
10097
+ "isSource": true,
10098
+ "original": {
10099
+ "value": "{button.link.text.color.default}",
10100
+ "$type": "color",
10101
+ "comment": "Used for the text of a link button in the focus state."
10102
+ },
10103
+ "name": "BUTTON_LINK_TEXT_COLOR_FOCUS",
10104
+ "attributes": {},
10105
+ "path": [
10106
+ "button",
10107
+ "link",
10108
+ "text",
10109
+ "color",
10110
+ "focus"
10111
+ ]
10112
+ },
10113
+ "active": {
10114
+ "value": "#0b5cad",
10115
+ "$type": "color",
10116
+ "comment": "Used for the text of a link button in the active state.",
10117
+ "filePath": "src/tokens/contextual/button.tokens.json",
10118
+ "isSource": true,
10119
+ "original": {
10120
+ "value": "{button.link.text.color.default}",
10121
+ "$type": "color",
10122
+ "comment": "Used for the text of a link button in the active state."
10123
+ },
10124
+ "name": "BUTTON_LINK_TEXT_COLOR_ACTIVE",
10125
+ "attributes": {},
10126
+ "path": [
10127
+ "button",
10128
+ "link",
10129
+ "text",
10130
+ "color",
10131
+ "active"
10132
+ ]
10133
+ }
10134
+ }
10135
+ }
10136
+ },
10137
+ "selected": {
10138
+ "foreground": {
10139
+ "color": {
10140
+ "default": {
10141
+ "value": "#3a383f",
10142
+ "$type": "color",
10143
+ "comment": "Used for the foreground of a selected button in the default state.",
10144
+ "filePath": "src/tokens/contextual/button.tokens.json",
10145
+ "isSource": true,
10146
+ "original": {
10147
+ "value": "{button.default.primary.foreground.color.default}",
10148
+ "$type": "color",
10149
+ "comment": "Used for the foreground of a selected button in the default state."
10150
+ },
10151
+ "name": "BUTTON_SELECTED_FOREGROUND_COLOR_DEFAULT",
10152
+ "attributes": {},
10153
+ "path": [
10154
+ "button",
10155
+ "selected",
10156
+ "foreground",
10157
+ "color",
10158
+ "default"
10159
+ ]
10160
+ },
10161
+ "hover": {
10162
+ "value": "#3a383f",
10163
+ "$type": "color",
10164
+ "comment": "Used for the foreground of a selected button in the hover state.",
10165
+ "filePath": "src/tokens/contextual/button.tokens.json",
10166
+ "isSource": true,
10167
+ "original": {
10168
+ "value": "{button.default.primary.foreground.color.hover}",
10169
+ "$type": "color",
10170
+ "comment": "Used for the foreground of a selected button in the hover state."
10171
+ },
10172
+ "name": "BUTTON_SELECTED_FOREGROUND_COLOR_HOVER",
10173
+ "attributes": {},
10174
+ "path": [
10175
+ "button",
10176
+ "selected",
10177
+ "foreground",
10178
+ "color",
10179
+ "hover"
10180
+ ]
10181
+ },
10182
+ "focus": {
10183
+ "value": "#3a383f",
10184
+ "$type": "color",
10185
+ "comment": "Used for the foreground of a selected button in the focus state.",
10186
+ "filePath": "src/tokens/contextual/button.tokens.json",
10187
+ "isSource": true,
10188
+ "original": {
10189
+ "value": "{button.default.primary.foreground.color.focus}",
10190
+ "$type": "color",
10191
+ "comment": "Used for the foreground of a selected button in the focus state."
10192
+ },
10193
+ "name": "BUTTON_SELECTED_FOREGROUND_COLOR_FOCUS",
10194
+ "attributes": {},
10195
+ "path": [
10196
+ "button",
10197
+ "selected",
10198
+ "foreground",
10199
+ "color",
10200
+ "focus"
10201
+ ]
10202
+ },
10203
+ "active": {
10204
+ "value": "#3a383f",
10205
+ "$type": "color",
10206
+ "comment": "Used for the foreground of a selected button in the active state.",
10207
+ "filePath": "src/tokens/contextual/button.tokens.json",
10208
+ "isSource": true,
10209
+ "original": {
10210
+ "value": "{button.default.primary.foreground.color.active}",
10211
+ "$type": "color",
10212
+ "comment": "Used for the foreground of a selected button in the active state."
10213
+ },
10214
+ "name": "BUTTON_SELECTED_FOREGROUND_COLOR_ACTIVE",
10215
+ "attributes": {},
10216
+ "path": [
10217
+ "button",
10218
+ "selected",
10219
+ "foreground",
10220
+ "color",
10221
+ "active"
10222
+ ]
10223
+ }
10224
+ }
10225
+ },
10226
+ "background": {
10227
+ "color": {
10228
+ "default": {
10229
+ "value": "#fff",
10230
+ "$type": "color",
10231
+ "comment": "Used for the background of a selected button in the default state.",
10232
+ "filePath": "src/tokens/contextual/button.tokens.json",
10233
+ "isSource": true,
10234
+ "original": {
10235
+ "value": "{button.default.primary.background.color.default}",
10236
+ "$type": "color",
10237
+ "comment": "Used for the background of a selected button in the default state."
10238
+ },
10239
+ "name": "BUTTON_SELECTED_BACKGROUND_COLOR_DEFAULT",
10240
+ "attributes": {},
10241
+ "path": [
10242
+ "button",
10243
+ "selected",
10244
+ "background",
10245
+ "color",
10246
+ "default"
10247
+ ]
10248
+ },
10249
+ "hover": {
10250
+ "value": "#ececef",
10251
+ "$type": "color",
10252
+ "comment": "Used for the background of a selected button in the hover state.",
10253
+ "filePath": "src/tokens/contextual/button.tokens.json",
10254
+ "isSource": true,
10255
+ "original": {
10256
+ "value": "{button.default.primary.background.color.hover}",
10257
+ "$type": "color",
10258
+ "comment": "Used for the background of a selected button in the hover state."
10259
+ },
10260
+ "name": "BUTTON_SELECTED_BACKGROUND_COLOR_HOVER",
10261
+ "attributes": {},
10262
+ "path": [
10263
+ "button",
10264
+ "selected",
10265
+ "background",
10266
+ "color",
10267
+ "hover"
10268
+ ]
10269
+ },
10270
+ "focus": {
10271
+ "value": "#ececef",
10272
+ "$type": "color",
10273
+ "comment": "Used for the background of a selected button in the focus state.",
10274
+ "filePath": "src/tokens/contextual/button.tokens.json",
10275
+ "isSource": true,
10276
+ "original": {
10277
+ "value": "{button.default.primary.background.color.focus}",
10278
+ "$type": "color",
10279
+ "comment": "Used for the background of a selected button in the focus state."
10280
+ },
10281
+ "name": "BUTTON_SELECTED_BACKGROUND_COLOR_FOCUS",
10282
+ "attributes": {},
10283
+ "path": [
10284
+ "button",
10285
+ "selected",
10286
+ "background",
10287
+ "color",
10288
+ "focus"
10289
+ ]
10290
+ },
10291
+ "active": {
10292
+ "value": "#dcdcde",
10293
+ "$type": "color",
10294
+ "comment": "Used for the background of a selected button in the active state.",
10295
+ "filePath": "src/tokens/contextual/button.tokens.json",
10296
+ "isSource": true,
10297
+ "original": {
10298
+ "value": "{button.default.primary.background.color.active}",
10299
+ "$type": "color",
10300
+ "comment": "Used for the background of a selected button in the active state."
10301
+ },
10302
+ "name": "BUTTON_SELECTED_BACKGROUND_COLOR_ACTIVE",
10303
+ "attributes": {},
10304
+ "path": [
10305
+ "button",
10306
+ "selected",
10307
+ "background",
10308
+ "color",
10309
+ "active"
10310
+ ]
10311
+ }
10312
+ }
10313
+ },
10314
+ "border": {
10315
+ "color": {
10316
+ "default": {
10317
+ "value": "#a4a3a8",
10318
+ "$type": "color",
10319
+ "comment": "Used for the border of a selected button in the default state.",
10320
+ "filePath": "src/tokens/contextual/button.tokens.json",
10321
+ "isSource": true,
10322
+ "original": {
10323
+ "value": {
10324
+ "default": "{color.neutral.300}",
10325
+ "dark": "{color.neutral.600}"
10326
+ },
10327
+ "$type": "color",
10328
+ "comment": "Used for the border of a selected button in the default state."
10329
+ },
10330
+ "name": "BUTTON_SELECTED_BORDER_COLOR_DEFAULT",
10331
+ "attributes": {},
10332
+ "path": [
10333
+ "button",
10334
+ "selected",
10335
+ "border",
10336
+ "color",
10337
+ "default"
10338
+ ]
10339
+ },
10340
+ "hover": {
10341
+ "value": "#89888d",
10342
+ "$type": "color",
10343
+ "comment": "Used for the border of a selected button in the hover state.",
10344
+ "filePath": "src/tokens/contextual/button.tokens.json",
10345
+ "isSource": true,
10346
+ "original": {
10347
+ "value": {
10348
+ "default": "{color.neutral.400}",
10349
+ "dark": "{color.neutral.500}"
10350
+ },
10351
+ "$type": "color",
10352
+ "comment": "Used for the border of a selected button in the hover state."
10353
+ },
10354
+ "name": "BUTTON_SELECTED_BORDER_COLOR_HOVER",
10355
+ "attributes": {},
10356
+ "path": [
10357
+ "button",
10358
+ "selected",
10359
+ "border",
10360
+ "color",
10361
+ "hover"
10362
+ ]
10363
+ },
10364
+ "focus": {
10365
+ "value": "#89888d",
10366
+ "$type": "color",
10367
+ "comment": "Used for the border of a selected button in the focus state.",
10368
+ "filePath": "src/tokens/contextual/button.tokens.json",
10369
+ "isSource": true,
10370
+ "original": {
10371
+ "value": "{button.selected.border.color.hover}",
10372
+ "$type": "color",
10373
+ "comment": "Used for the border of a selected button in the focus state."
10374
+ },
10375
+ "name": "BUTTON_SELECTED_BORDER_COLOR_FOCUS",
10376
+ "attributes": {},
10377
+ "path": [
10378
+ "button",
10379
+ "selected",
10380
+ "border",
10381
+ "color",
10382
+ "focus"
10383
+ ]
10384
+ },
10385
+ "active": {
10386
+ "value": "#626168",
10387
+ "$type": "color",
10388
+ "comment": "Used for the border of a selected button in the active state.",
10389
+ "filePath": "src/tokens/contextual/button.tokens.json",
10390
+ "isSource": true,
10391
+ "original": {
10392
+ "value": {
10393
+ "default": "{color.neutral.600}",
10394
+ "dark": "{color.neutral.300}"
10395
+ },
10396
+ "$type": "color",
10397
+ "comment": "Used for the border of a selected button in the active state."
10398
+ },
10399
+ "name": "BUTTON_SELECTED_BORDER_COLOR_ACTIVE",
10400
+ "attributes": {},
10401
+ "path": [
10402
+ "button",
10403
+ "selected",
10404
+ "border",
10405
+ "color",
10406
+ "active"
10407
+ ]
10408
+ }
10409
+ }
10410
+ }
10411
+ },
10412
+ "disabled": {
10413
+ "foreground": {
10414
+ "color": {
10415
+ "value": "#737278",
10416
+ "$type": "color",
10417
+ "comment": "Used for the foreground of a disabled button.",
10418
+ "filePath": "src/tokens/contextual/button.tokens.json",
10419
+ "isSource": true,
10420
+ "original": {
10421
+ "value": {
10422
+ "default": "{color.neutral.500}",
10423
+ "dark": "{color.neutral.400}"
10424
+ },
10425
+ "$type": "color",
10426
+ "comment": "Used for the foreground of a disabled button."
10427
+ },
10428
+ "name": "BUTTON_DISABLED_FOREGROUND_COLOR",
10429
+ "attributes": {},
10430
+ "path": [
10431
+ "button",
10432
+ "disabled",
10433
+ "foreground",
10434
+ "color"
10435
+ ]
10436
+ }
10437
+ },
10438
+ "background": {
10439
+ "color": {
10440
+ "value": "#fbfafd",
10441
+ "$type": "color",
10442
+ "comment": "Used for the background of a disabled button.",
10443
+ "filePath": "src/tokens/contextual/button.tokens.json",
10444
+ "isSource": true,
10445
+ "original": {
10446
+ "value": {
10447
+ "default": "{color.neutral.10}",
10448
+ "dark": "{color.neutral.950}"
10449
+ },
10450
+ "$type": "color",
10451
+ "comment": "Used for the background of a disabled button."
10452
+ },
10453
+ "name": "BUTTON_DISABLED_BACKGROUND_COLOR",
10454
+ "attributes": {},
10455
+ "path": [
10456
+ "button",
10457
+ "disabled",
10458
+ "background",
10459
+ "color"
10460
+ ]
10461
+ }
10462
+ },
10463
+ "border": {
10464
+ "color": {
10465
+ "value": "#dcdcde",
10466
+ "$type": "color",
10467
+ "comment": "Used for the border of a disabled button.",
10468
+ "filePath": "src/tokens/contextual/button.tokens.json",
10469
+ "isSource": true,
10470
+ "original": {
10471
+ "value": {
10472
+ "default": "{color.neutral.100}",
10473
+ "dark": "{color.neutral.800}"
10474
+ },
10475
+ "$type": "color",
10476
+ "comment": "Used for the border of a disabled button."
10477
+ },
10478
+ "name": "BUTTON_DISABLED_BORDER_COLOR",
10479
+ "attributes": {},
10480
+ "path": [
10481
+ "button",
10482
+ "disabled",
10483
+ "border",
10484
+ "color"
10485
+ ]
10486
+ }
10487
+ }
10488
+ }
10489
+ },
7612
10490
  "label": {
7613
10491
  "light": {
7614
10492
  "text": {
@@ -12811,12 +15689,12 @@
12811
15689
  }
12812
15690
  },
12813
15691
  "feedback": {
12814
- "background": {
12815
- "color": {
12816
- "strong": {
15692
+ "strong": {
15693
+ "background": {
15694
+ "color": {
12817
15695
  "value": "#18171d",
12818
15696
  "$type": "color",
12819
- "comment": "Used for a background associated with feedback like a tooltip or toast message.",
15697
+ "comment": "Used for a background associated with strong feedback like a tooltip or toast message.",
12820
15698
  "filePath": "src/tokens/feedback.tokens.json",
12821
15699
  "isSource": true,
12822
15700
  "original": {
@@ -12825,22 +15703,20 @@
12825
15703
  "dark": "{color.neutral.10}"
12826
15704
  },
12827
15705
  "$type": "color",
12828
- "comment": "Used for a background associated with feedback like a tooltip or toast message."
15706
+ "comment": "Used for a background associated with strong feedback like a tooltip or toast message."
12829
15707
  },
12830
- "name": "FEEDBACK_BACKGROUND_COLOR_STRONG",
15708
+ "name": "FEEDBACK_STRONG_BACKGROUND_COLOR",
12831
15709
  "attributes": {},
12832
15710
  "path": [
12833
15711
  "feedback",
15712
+ "strong",
12834
15713
  "background",
12835
- "color",
12836
- "strong"
15714
+ "color"
12837
15715
  ]
12838
15716
  }
12839
- }
12840
- },
12841
- "text": {
12842
- "color": {
12843
- "strong": {
15717
+ },
15718
+ "text": {
15719
+ "color": {
12844
15720
  "value": "#fff",
12845
15721
  "$type": "color",
12846
15722
  "comment": "Used for text on a strong feedback background.",
@@ -12854,20 +15730,18 @@
12854
15730
  "$type": "color",
12855
15731
  "comment": "Used for text on a strong feedback background."
12856
15732
  },
12857
- "name": "FEEDBACK_TEXT_COLOR_STRONG",
15733
+ "name": "FEEDBACK_STRONG_TEXT_COLOR",
12858
15734
  "attributes": {},
12859
15735
  "path": [
12860
15736
  "feedback",
15737
+ "strong",
12861
15738
  "text",
12862
- "color",
12863
- "strong"
15739
+ "color"
12864
15740
  ]
12865
15741
  }
12866
- }
12867
- },
12868
- "icon": {
12869
- "color": {
12870
- "strong": {
15742
+ },
15743
+ "icon": {
15744
+ "color": {
12871
15745
  "value": "#fff",
12872
15746
  "$type": "color",
12873
15747
  "comment": "Used for an icon on a strong feedback background.",
@@ -12881,20 +15755,18 @@
12881
15755
  "$type": "color",
12882
15756
  "comment": "Used for an icon on a strong feedback background."
12883
15757
  },
12884
- "name": "FEEDBACK_ICON_COLOR_STRONG",
15758
+ "name": "FEEDBACK_STRONG_ICON_COLOR",
12885
15759
  "attributes": {},
12886
15760
  "path": [
12887
15761
  "feedback",
15762
+ "strong",
12888
15763
  "icon",
12889
- "color",
12890
- "strong"
15764
+ "color"
12891
15765
  ]
12892
15766
  }
12893
- }
12894
- },
12895
- "link": {
12896
- "color": {
12897
- "strong": {
15767
+ },
15768
+ "link": {
15769
+ "color": {
12898
15770
  "value": "#63a6e9",
12899
15771
  "$type": "color",
12900
15772
  "comment": "Used for a link on a strong feedback background.",
@@ -12908,13 +15780,13 @@
12908
15780
  "$type": "color",
12909
15781
  "comment": "Used for a link on a strong feedback background."
12910
15782
  },
12911
- "name": "FEEDBACK_LINK_COLOR_STRONG",
15783
+ "name": "FEEDBACK_STRONG_LINK_COLOR",
12912
15784
  "attributes": {},
12913
15785
  "path": [
12914
15786
  "feedback",
15787
+ "strong",
12915
15788
  "link",
12916
- "color",
12917
- "strong"
15789
+ "color"
12918
15790
  ]
12919
15791
  }
12920
15792
  }