@pantheon-systems/pds-design-tokens 1.0.0-dev.57 → 1.0.0-dev.59

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.
@@ -1881,6 +1881,249 @@
1881
1881
  },
1882
1882
  "color": {
1883
1883
  "dark-mode": {
1884
+ "banner": {
1885
+ "info": {
1886
+ "background": {
1887
+ "value": "#9fadbc",
1888
+ "public": true,
1889
+ "isReferenceToInternal": true,
1890
+ "filePath": "tokens/color/alias/banner.dark.json",
1891
+ "isSource": true,
1892
+ "original": {
1893
+ "value": "{color.dark-mode.utility.announcement.value}",
1894
+ "public": true,
1895
+ "isReferenceToInternal": true
1896
+ },
1897
+ "name": "color-dark-mode-banner-info-background",
1898
+ "attributes": {
1899
+ "category": "color",
1900
+ "type": "dark-mode",
1901
+ "item": "banner",
1902
+ "subitem": "info",
1903
+ "state": "background"
1904
+ },
1905
+ "path": [
1906
+ "color",
1907
+ "dark-mode",
1908
+ "banner",
1909
+ "info",
1910
+ "background"
1911
+ ]
1912
+ },
1913
+ "foreground": {
1914
+ "value": "#121219",
1915
+ "public": true,
1916
+ "isReferenceToInternal": true,
1917
+ "filePath": "tokens/color/alias/banner.dark.json",
1918
+ "isSource": true,
1919
+ "original": {
1920
+ "value": "{color.dark-mode.neutral.700.value}",
1921
+ "public": true,
1922
+ "isReferenceToInternal": true
1923
+ },
1924
+ "name": "color-dark-mode-banner-info-foreground",
1925
+ "attributes": {
1926
+ "category": "color",
1927
+ "type": "dark-mode",
1928
+ "item": "banner",
1929
+ "subitem": "info",
1930
+ "state": "foreground"
1931
+ },
1932
+ "path": [
1933
+ "color",
1934
+ "dark-mode",
1935
+ "banner",
1936
+ "info",
1937
+ "foreground"
1938
+ ]
1939
+ }
1940
+ },
1941
+ "warning": {
1942
+ "background": {
1943
+ "value": "#e2b203",
1944
+ "public": true,
1945
+ "isReferenceToInternal": true,
1946
+ "filePath": "tokens/color/alias/banner.dark.json",
1947
+ "isSource": true,
1948
+ "original": {
1949
+ "value": "{color.dark-mode.utility.warning.value}",
1950
+ "public": true,
1951
+ "isReferenceToInternal": true
1952
+ },
1953
+ "name": "color-dark-mode-banner-warning-background",
1954
+ "attributes": {
1955
+ "category": "color",
1956
+ "type": "dark-mode",
1957
+ "item": "banner",
1958
+ "subitem": "warning",
1959
+ "state": "background"
1960
+ },
1961
+ "path": [
1962
+ "color",
1963
+ "dark-mode",
1964
+ "banner",
1965
+ "warning",
1966
+ "background"
1967
+ ]
1968
+ },
1969
+ "foreground": {
1970
+ "value": "#121219",
1971
+ "public": true,
1972
+ "isReferenceToInternal": true,
1973
+ "filePath": "tokens/color/alias/banner.dark.json",
1974
+ "isSource": true,
1975
+ "original": {
1976
+ "value": "{color.dark-mode.neutral.700.value}",
1977
+ "public": true,
1978
+ "isReferenceToInternal": true
1979
+ },
1980
+ "name": "color-dark-mode-banner-warning-foreground",
1981
+ "attributes": {
1982
+ "category": "color",
1983
+ "type": "dark-mode",
1984
+ "item": "banner",
1985
+ "subitem": "warning",
1986
+ "state": "foreground"
1987
+ },
1988
+ "path": [
1989
+ "color",
1990
+ "dark-mode",
1991
+ "banner",
1992
+ "warning",
1993
+ "foreground"
1994
+ ]
1995
+ }
1996
+ },
1997
+ "danger": {
1998
+ "background": {
1999
+ "value": "#f87462",
2000
+ "public": true,
2001
+ "isReferenceToInternal": true,
2002
+ "filePath": "tokens/color/alias/banner.dark.json",
2003
+ "isSource": true,
2004
+ "original": {
2005
+ "value": "{color.dark-mode.utility.critical.value}",
2006
+ "public": true,
2007
+ "isReferenceToInternal": true
2008
+ },
2009
+ "name": "color-dark-mode-banner-danger-background",
2010
+ "attributes": {
2011
+ "category": "color",
2012
+ "type": "dark-mode",
2013
+ "item": "banner",
2014
+ "subitem": "danger",
2015
+ "state": "background"
2016
+ },
2017
+ "path": [
2018
+ "color",
2019
+ "dark-mode",
2020
+ "banner",
2021
+ "danger",
2022
+ "background"
2023
+ ]
2024
+ },
2025
+ "foreground": {
2026
+ "value": "#121219",
2027
+ "public": true,
2028
+ "isReferenceToInternal": true,
2029
+ "filePath": "tokens/color/alias/banner.dark.json",
2030
+ "isSource": true,
2031
+ "original": {
2032
+ "value": "{color.dark-mode.neutral.700.value}",
2033
+ "public": true,
2034
+ "isReferenceToInternal": true
2035
+ },
2036
+ "name": "color-dark-mode-banner-danger-foreground",
2037
+ "attributes": {
2038
+ "category": "color",
2039
+ "type": "dark-mode",
2040
+ "item": "banner",
2041
+ "subitem": "danger",
2042
+ "state": "foreground"
2043
+ },
2044
+ "path": [
2045
+ "color",
2046
+ "dark-mode",
2047
+ "banner",
2048
+ "danger",
2049
+ "foreground"
2050
+ ]
2051
+ }
2052
+ }
2053
+ },
2054
+ "breadcrumb": {
2055
+ "text": {
2056
+ "value": "#a6a3b4",
2057
+ "public": true,
2058
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2059
+ "isSource": true,
2060
+ "original": {
2061
+ "value": "{color.dark-mode.text.default-secondary.value}",
2062
+ "public": true
2063
+ },
2064
+ "name": "color-dark-mode-breadcrumb-text",
2065
+ "attributes": {
2066
+ "category": "color",
2067
+ "type": "dark-mode",
2068
+ "item": "breadcrumb",
2069
+ "subitem": "text"
2070
+ },
2071
+ "path": [
2072
+ "color",
2073
+ "dark-mode",
2074
+ "breadcrumb",
2075
+ "text"
2076
+ ]
2077
+ },
2078
+ "link": {
2079
+ "value": "#36a3ff",
2080
+ "public": true,
2081
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2082
+ "isSource": true,
2083
+ "original": {
2084
+ "value": "{color.dark-mode.link.default.value}",
2085
+ "public": true
2086
+ },
2087
+ "name": "color-dark-mode-breadcrumb-link",
2088
+ "attributes": {
2089
+ "category": "color",
2090
+ "type": "dark-mode",
2091
+ "item": "breadcrumb",
2092
+ "subitem": "link"
2093
+ },
2094
+ "path": [
2095
+ "color",
2096
+ "dark-mode",
2097
+ "breadcrumb",
2098
+ "link"
2099
+ ]
2100
+ },
2101
+ "separator": {
2102
+ "value": "#858299",
2103
+ "public": true,
2104
+ "isReferenceToInternal": true,
2105
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2106
+ "isSource": true,
2107
+ "original": {
2108
+ "value": "{color.dark-mode.neutral.300.value}",
2109
+ "public": true,
2110
+ "isReferenceToInternal": true
2111
+ },
2112
+ "name": "color-dark-mode-breadcrumb-separator",
2113
+ "attributes": {
2114
+ "category": "color",
2115
+ "type": "dark-mode",
2116
+ "item": "breadcrumb",
2117
+ "subitem": "separator"
2118
+ },
2119
+ "path": [
2120
+ "color",
2121
+ "dark-mode",
2122
+ "breadcrumb",
2123
+ "separator"
2124
+ ]
2125
+ }
2126
+ },
1884
2127
  "button": {
1885
2128
  "primary": {
1886
2129
  "background": {
@@ -4606,6 +4849,91 @@
4606
4849
  ]
4607
4850
  }
4608
4851
  },
4852
+ "table": {
4853
+ "sort-arrow": {
4854
+ "inactive": {
4855
+ "value": "#a6a3b4",
4856
+ "public": true,
4857
+ "isReferenceToInternal": true,
4858
+ "filePath": "tokens/color/alias/table.dark.json",
4859
+ "isSource": true,
4860
+ "original": {
4861
+ "value": "{color.dark-mode.neutral.200.value}",
4862
+ "public": true,
4863
+ "isReferenceToInternal": true
4864
+ },
4865
+ "name": "color-dark-mode-table-sort-arrow-inactive",
4866
+ "attributes": {
4867
+ "category": "color",
4868
+ "type": "dark-mode",
4869
+ "item": "table",
4870
+ "subitem": "sort-arrow",
4871
+ "state": "inactive"
4872
+ },
4873
+ "path": [
4874
+ "color",
4875
+ "dark-mode",
4876
+ "table",
4877
+ "sort-arrow",
4878
+ "inactive"
4879
+ ]
4880
+ },
4881
+ "active": {
4882
+ "value": "#6f54e8",
4883
+ "public": true,
4884
+ "isReferenceToInternal": true,
4885
+ "filePath": "tokens/color/alias/table.dark.json",
4886
+ "isSource": true,
4887
+ "original": {
4888
+ "value": "{color.dark-mode.interactive.visited}",
4889
+ "public": true,
4890
+ "isReferenceToInternal": true
4891
+ },
4892
+ "name": "color-dark-mode-table-sort-arrow-active",
4893
+ "attributes": {
4894
+ "category": "color",
4895
+ "type": "dark-mode",
4896
+ "item": "table",
4897
+ "subitem": "sort-arrow",
4898
+ "state": "active"
4899
+ },
4900
+ "path": [
4901
+ "color",
4902
+ "dark-mode",
4903
+ "table",
4904
+ "sort-arrow",
4905
+ "active"
4906
+ ]
4907
+ }
4908
+ }
4909
+ },
4910
+ "tabs": {
4911
+ "accent": {
4912
+ "value": "#ad9bff",
4913
+ "public": true,
4914
+ "isReferenceToInternal": true,
4915
+ "filePath": "tokens/color/alias/tabs.dark.json",
4916
+ "isSource": true,
4917
+ "original": {
4918
+ "value": "{color.dark-mode.brand.secondary.300.value}",
4919
+ "public": true,
4920
+ "isReferenceToInternal": true
4921
+ },
4922
+ "name": "color-dark-mode-tabs-accent",
4923
+ "attributes": {
4924
+ "category": "color",
4925
+ "type": "dark-mode",
4926
+ "item": "tabs",
4927
+ "subitem": "accent"
4928
+ },
4929
+ "path": [
4930
+ "color",
4931
+ "dark-mode",
4932
+ "tabs",
4933
+ "accent"
4934
+ ]
4935
+ }
4936
+ },
4609
4937
  "tag": {
4610
4938
  "1": {
4611
4939
  "background": {
@@ -6371,231 +6699,468 @@
6371
6699
  },
6372
6700
  "path": [
6373
6701
  "color",
6374
- "dark-mode",
6375
- "semantic",
6702
+ "dark-mode",
6703
+ "semantic",
6704
+ "info",
6705
+ "background"
6706
+ ]
6707
+ }
6708
+ },
6709
+ "warning": {
6710
+ "foreground": {
6711
+ "value": "#cf9f02",
6712
+ "filePath": "tokens/color/base/semantic.dark.json",
6713
+ "isSource": true,
6714
+ "original": {
6715
+ "value": "#CF9F02"
6716
+ },
6717
+ "name": "color-dark-mode-semantic-warning-foreground",
6718
+ "attributes": {
6719
+ "category": "color",
6720
+ "type": "dark-mode",
6721
+ "item": "semantic",
6722
+ "subitem": "warning",
6723
+ "state": "foreground"
6724
+ },
6725
+ "path": [
6726
+ "color",
6727
+ "dark-mode",
6728
+ "semantic",
6729
+ "warning",
6730
+ "foreground"
6731
+ ]
6732
+ },
6733
+ "background": {
6734
+ "value": "#3d2e00",
6735
+ "filePath": "tokens/color/base/semantic.dark.json",
6736
+ "isSource": true,
6737
+ "original": {
6738
+ "value": "#3D2E00"
6739
+ },
6740
+ "name": "color-dark-mode-semantic-warning-background",
6741
+ "attributes": {
6742
+ "category": "color",
6743
+ "type": "dark-mode",
6744
+ "item": "semantic",
6745
+ "subitem": "warning",
6746
+ "state": "background"
6747
+ },
6748
+ "path": [
6749
+ "color",
6750
+ "dark-mode",
6751
+ "semantic",
6752
+ "warning",
6753
+ "background"
6754
+ ]
6755
+ }
6756
+ },
6757
+ "critical": {
6758
+ "foreground": {
6759
+ "value": "#ca3521",
6760
+ "filePath": "tokens/color/base/semantic.dark.json",
6761
+ "isSource": true,
6762
+ "original": {
6763
+ "value": "#CA3521"
6764
+ },
6765
+ "name": "color-dark-mode-semantic-critical-foreground",
6766
+ "attributes": {
6767
+ "category": "color",
6768
+ "type": "dark-mode",
6769
+ "item": "semantic",
6770
+ "subitem": "critical",
6771
+ "state": "foreground"
6772
+ },
6773
+ "path": [
6774
+ "color",
6775
+ "dark-mode",
6776
+ "semantic",
6777
+ "critical",
6778
+ "foreground"
6779
+ ]
6780
+ },
6781
+ "background": {
6782
+ "value": "#391813",
6783
+ "filePath": "tokens/color/base/semantic.dark.json",
6784
+ "isSource": true,
6785
+ "original": {
6786
+ "value": "#391813"
6787
+ },
6788
+ "name": "color-dark-mode-semantic-critical-background",
6789
+ "attributes": {
6790
+ "category": "color",
6791
+ "type": "dark-mode",
6792
+ "item": "semantic",
6793
+ "subitem": "critical",
6794
+ "state": "background"
6795
+ },
6796
+ "path": [
6797
+ "color",
6798
+ "dark-mode",
6799
+ "semantic",
6800
+ "critical",
6801
+ "background"
6802
+ ]
6803
+ }
6804
+ },
6805
+ "discovery": {
6806
+ "foreground": {
6807
+ "value": "#8f7ee7",
6808
+ "filePath": "tokens/color/base/semantic.dark.json",
6809
+ "isSource": true,
6810
+ "original": {
6811
+ "value": "#8F7EE7"
6812
+ },
6813
+ "name": "color-dark-mode-semantic-discovery-foreground",
6814
+ "attributes": {
6815
+ "category": "color",
6816
+ "type": "dark-mode",
6817
+ "item": "semantic",
6818
+ "subitem": "discovery",
6819
+ "state": "foreground"
6820
+ },
6821
+ "path": [
6822
+ "color",
6823
+ "dark-mode",
6824
+ "semantic",
6825
+ "discovery",
6826
+ "foreground"
6827
+ ]
6828
+ },
6829
+ "background": {
6830
+ "value": "#231c3f",
6831
+ "filePath": "tokens/color/base/semantic.dark.json",
6832
+ "isSource": true,
6833
+ "original": {
6834
+ "value": "#231C3F"
6835
+ },
6836
+ "name": "color-dark-mode-semantic-discovery-background",
6837
+ "attributes": {
6838
+ "category": "color",
6839
+ "type": "dark-mode",
6840
+ "item": "semantic",
6841
+ "subitem": "discovery",
6842
+ "state": "background"
6843
+ },
6844
+ "path": [
6845
+ "color",
6846
+ "dark-mode",
6847
+ "semantic",
6848
+ "discovery",
6849
+ "background"
6850
+ ]
6851
+ }
6852
+ }
6853
+ },
6854
+ "utility": {
6855
+ "announcement": {
6856
+ "value": "#9fadbc",
6857
+ "filePath": "tokens/color/base/utility.dark.json",
6858
+ "isSource": true,
6859
+ "original": {
6860
+ "value": "#9FADBC"
6861
+ },
6862
+ "name": "color-dark-mode-utility-announcement",
6863
+ "attributes": {
6864
+ "category": "color",
6865
+ "type": "dark-mode",
6866
+ "item": "utility",
6867
+ "subitem": "announcement"
6868
+ },
6869
+ "path": [
6870
+ "color",
6871
+ "dark-mode",
6872
+ "utility",
6873
+ "announcement"
6874
+ ]
6875
+ },
6876
+ "warning": {
6877
+ "value": "#e2b203",
6878
+ "filePath": "tokens/color/base/utility.dark.json",
6879
+ "isSource": true,
6880
+ "original": {
6881
+ "value": "#E2B203"
6882
+ },
6883
+ "name": "color-dark-mode-utility-warning",
6884
+ "attributes": {
6885
+ "category": "color",
6886
+ "type": "dark-mode",
6887
+ "item": "utility",
6888
+ "subitem": "warning"
6889
+ },
6890
+ "path": [
6891
+ "color",
6892
+ "dark-mode",
6893
+ "utility",
6894
+ "warning"
6895
+ ]
6896
+ },
6897
+ "critical": {
6898
+ "value": "#f87462",
6899
+ "filePath": "tokens/color/base/utility.dark.json",
6900
+ "isSource": true,
6901
+ "original": {
6902
+ "value": "#F87462"
6903
+ },
6904
+ "name": "color-dark-mode-utility-critical",
6905
+ "attributes": {
6906
+ "category": "color",
6907
+ "type": "dark-mode",
6908
+ "item": "utility",
6909
+ "subitem": "critical"
6910
+ },
6911
+ "path": [
6912
+ "color",
6913
+ "dark-mode",
6914
+ "utility",
6915
+ "critical"
6916
+ ]
6917
+ }
6918
+ }
6919
+ },
6920
+ "light-mode": {
6921
+ "banner": {
6922
+ "info": {
6923
+ "background": {
6924
+ "value": "#44546f",
6925
+ "public": true,
6926
+ "isReferenceToInternal": true,
6927
+ "filePath": "tokens/color/alias/banner.light.json",
6928
+ "isSource": true,
6929
+ "original": {
6930
+ "value": "{color.light-mode.utility.announcement.value}",
6931
+ "public": true,
6932
+ "isReferenceToInternal": true
6933
+ },
6934
+ "name": "color-light-mode-banner-info-background",
6935
+ "attributes": {
6936
+ "category": "color",
6937
+ "type": "light-mode",
6938
+ "item": "banner",
6939
+ "subitem": "info",
6940
+ "state": "background"
6941
+ },
6942
+ "path": [
6943
+ "color",
6944
+ "light-mode",
6945
+ "banner",
6376
6946
  "info",
6377
6947
  "background"
6378
6948
  ]
6379
- }
6380
- },
6381
- "warning": {
6949
+ },
6382
6950
  "foreground": {
6383
- "value": "#cf9f02",
6384
- "filePath": "tokens/color/base/semantic.dark.json",
6951
+ "value": "#ffffff",
6952
+ "public": true,
6953
+ "isReferenceToInternal": true,
6954
+ "filePath": "tokens/color/alias/banner.light.json",
6385
6955
  "isSource": true,
6386
6956
  "original": {
6387
- "value": "#CF9F02"
6957
+ "value": "{color.light-mode.neutral.000.value}",
6958
+ "public": true,
6959
+ "isReferenceToInternal": true
6388
6960
  },
6389
- "name": "color-dark-mode-semantic-warning-foreground",
6961
+ "name": "color-light-mode-banner-info-foreground",
6390
6962
  "attributes": {
6391
6963
  "category": "color",
6392
- "type": "dark-mode",
6393
- "item": "semantic",
6394
- "subitem": "warning",
6964
+ "type": "light-mode",
6965
+ "item": "banner",
6966
+ "subitem": "info",
6395
6967
  "state": "foreground"
6396
6968
  },
6397
6969
  "path": [
6398
6970
  "color",
6399
- "dark-mode",
6400
- "semantic",
6401
- "warning",
6971
+ "light-mode",
6972
+ "banner",
6973
+ "info",
6402
6974
  "foreground"
6403
6975
  ]
6404
- },
6976
+ }
6977
+ },
6978
+ "warning": {
6405
6979
  "background": {
6406
- "value": "#3d2e00",
6407
- "filePath": "tokens/color/base/semantic.dark.json",
6980
+ "value": "#e2b203",
6981
+ "public": true,
6982
+ "isReferenceToInternal": true,
6983
+ "filePath": "tokens/color/alias/banner.light.json",
6408
6984
  "isSource": true,
6409
6985
  "original": {
6410
- "value": "#3D2E00"
6986
+ "value": "{color.light-mode.utility.warning.value}",
6987
+ "public": true,
6988
+ "isReferenceToInternal": true
6411
6989
  },
6412
- "name": "color-dark-mode-semantic-warning-background",
6990
+ "name": "color-light-mode-banner-warning-background",
6413
6991
  "attributes": {
6414
6992
  "category": "color",
6415
- "type": "dark-mode",
6416
- "item": "semantic",
6993
+ "type": "light-mode",
6994
+ "item": "banner",
6417
6995
  "subitem": "warning",
6418
6996
  "state": "background"
6419
6997
  },
6420
6998
  "path": [
6421
6999
  "color",
6422
- "dark-mode",
6423
- "semantic",
7000
+ "light-mode",
7001
+ "banner",
6424
7002
  "warning",
6425
7003
  "background"
6426
7004
  ]
6427
- }
6428
- },
6429
- "critical": {
7005
+ },
6430
7006
  "foreground": {
6431
- "value": "#ca3521",
6432
- "filePath": "tokens/color/base/semantic.dark.json",
7007
+ "value": "#23232d",
7008
+ "public": true,
7009
+ "isReferenceToInternal": true,
7010
+ "filePath": "tokens/color/alias/banner.light.json",
6433
7011
  "isSource": true,
6434
7012
  "original": {
6435
- "value": "#CA3521"
7013
+ "value": "{color.light-mode.text.default.value}",
7014
+ "public": true,
7015
+ "isReferenceToInternal": true
6436
7016
  },
6437
- "name": "color-dark-mode-semantic-critical-foreground",
7017
+ "name": "color-light-mode-banner-warning-foreground",
6438
7018
  "attributes": {
6439
7019
  "category": "color",
6440
- "type": "dark-mode",
6441
- "item": "semantic",
6442
- "subitem": "critical",
7020
+ "type": "light-mode",
7021
+ "item": "banner",
7022
+ "subitem": "warning",
6443
7023
  "state": "foreground"
6444
7024
  },
6445
7025
  "path": [
6446
7026
  "color",
6447
- "dark-mode",
6448
- "semantic",
6449
- "critical",
7027
+ "light-mode",
7028
+ "banner",
7029
+ "warning",
6450
7030
  "foreground"
6451
7031
  ]
6452
- },
7032
+ }
7033
+ },
7034
+ "danger": {
6453
7035
  "background": {
6454
- "value": "#391813",
6455
- "filePath": "tokens/color/base/semantic.dark.json",
7036
+ "value": "#ca3521",
7037
+ "public": true,
7038
+ "isReferenceToInternal": true,
7039
+ "filePath": "tokens/color/alias/banner.light.json",
6456
7040
  "isSource": true,
6457
7041
  "original": {
6458
- "value": "#391813"
7042
+ "value": "{color.light-mode.utility.critical.value}",
7043
+ "public": true,
7044
+ "isReferenceToInternal": true
6459
7045
  },
6460
- "name": "color-dark-mode-semantic-critical-background",
7046
+ "name": "color-light-mode-banner-danger-background",
6461
7047
  "attributes": {
6462
7048
  "category": "color",
6463
- "type": "dark-mode",
6464
- "item": "semantic",
6465
- "subitem": "critical",
7049
+ "type": "light-mode",
7050
+ "item": "banner",
7051
+ "subitem": "danger",
6466
7052
  "state": "background"
6467
7053
  },
6468
7054
  "path": [
6469
7055
  "color",
6470
- "dark-mode",
6471
- "semantic",
6472
- "critical",
7056
+ "light-mode",
7057
+ "banner",
7058
+ "danger",
6473
7059
  "background"
6474
7060
  ]
6475
- }
6476
- },
6477
- "discovery": {
7061
+ },
6478
7062
  "foreground": {
6479
- "value": "#8f7ee7",
6480
- "filePath": "tokens/color/base/semantic.dark.json",
7063
+ "value": "#ffffff",
7064
+ "public": true,
7065
+ "isReferenceToInternal": true,
7066
+ "filePath": "tokens/color/alias/banner.light.json",
6481
7067
  "isSource": true,
6482
7068
  "original": {
6483
- "value": "#8F7EE7"
7069
+ "value": "{color.light-mode.neutral.000.value}",
7070
+ "public": true,
7071
+ "isReferenceToInternal": true
6484
7072
  },
6485
- "name": "color-dark-mode-semantic-discovery-foreground",
7073
+ "name": "color-light-mode-banner-danger-foreground",
6486
7074
  "attributes": {
6487
7075
  "category": "color",
6488
- "type": "dark-mode",
6489
- "item": "semantic",
6490
- "subitem": "discovery",
7076
+ "type": "light-mode",
7077
+ "item": "banner",
7078
+ "subitem": "danger",
6491
7079
  "state": "foreground"
6492
7080
  },
6493
7081
  "path": [
6494
7082
  "color",
6495
- "dark-mode",
6496
- "semantic",
6497
- "discovery",
7083
+ "light-mode",
7084
+ "banner",
7085
+ "danger",
6498
7086
  "foreground"
6499
7087
  ]
6500
- },
6501
- "background": {
6502
- "value": "#231c3f",
6503
- "filePath": "tokens/color/base/semantic.dark.json",
6504
- "isSource": true,
6505
- "original": {
6506
- "value": "#231C3F"
6507
- },
6508
- "name": "color-dark-mode-semantic-discovery-background",
6509
- "attributes": {
6510
- "category": "color",
6511
- "type": "dark-mode",
6512
- "item": "semantic",
6513
- "subitem": "discovery",
6514
- "state": "background"
6515
- },
6516
- "path": [
6517
- "color",
6518
- "dark-mode",
6519
- "semantic",
6520
- "discovery",
6521
- "background"
6522
- ]
6523
7088
  }
6524
7089
  }
6525
7090
  },
6526
- "utility": {
6527
- "announcement": {
6528
- "value": "#9fadbc",
7091
+ "breadcrumb": {
7092
+ "text": {
7093
+ "value": "#6d6d78",
6529
7094
  "public": true,
6530
- "filePath": "tokens/color/base/utility.dark.json",
7095
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
6531
7096
  "isSource": true,
6532
7097
  "original": {
6533
- "value": "#9FADBC",
7098
+ "value": "{color.light-mode.text.default-secondary.value}",
6534
7099
  "public": true
6535
7100
  },
6536
- "name": "color-dark-mode-utility-announcement",
7101
+ "name": "color-light-mode-breadcrumb-text",
6537
7102
  "attributes": {
6538
7103
  "category": "color",
6539
- "type": "dark-mode",
6540
- "item": "utility",
6541
- "subitem": "announcement"
7104
+ "type": "light-mode",
7105
+ "item": "breadcrumb",
7106
+ "subitem": "text"
6542
7107
  },
6543
7108
  "path": [
6544
7109
  "color",
6545
- "dark-mode",
6546
- "utility",
6547
- "announcement"
7110
+ "light-mode",
7111
+ "breadcrumb",
7112
+ "text"
6548
7113
  ]
6549
7114
  },
6550
- "warning": {
6551
- "value": "#e2b203",
7115
+ "link": {
7116
+ "value": "#0f62fe",
6552
7117
  "public": true,
6553
- "filePath": "tokens/color/base/utility.dark.json",
7118
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
6554
7119
  "isSource": true,
6555
7120
  "original": {
6556
- "value": "#E2B203",
7121
+ "value": "{color.light-mode.link.default.value}",
6557
7122
  "public": true
6558
7123
  },
6559
- "name": "color-dark-mode-utility-warning",
7124
+ "name": "color-light-mode-breadcrumb-link",
6560
7125
  "attributes": {
6561
7126
  "category": "color",
6562
- "type": "dark-mode",
6563
- "item": "utility",
6564
- "subitem": "warning"
7127
+ "type": "light-mode",
7128
+ "item": "breadcrumb",
7129
+ "subitem": "link"
6565
7130
  },
6566
7131
  "path": [
6567
7132
  "color",
6568
- "dark-mode",
6569
- "utility",
6570
- "warning"
7133
+ "light-mode",
7134
+ "breadcrumb",
7135
+ "link"
6571
7136
  ]
6572
7137
  },
6573
- "critical": {
6574
- "value": "#f87462",
7138
+ "separator": {
7139
+ "value": "#cfcfd3",
6575
7140
  "public": true,
6576
- "filePath": "tokens/color/base/utility.dark.json",
7141
+ "isReferenceToInternal": true,
7142
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
6577
7143
  "isSource": true,
6578
7144
  "original": {
6579
- "value": "#F87462",
6580
- "public": true
7145
+ "value": "{color.light-mode.neutral.300.value}",
7146
+ "public": true,
7147
+ "isReferenceToInternal": true
6581
7148
  },
6582
- "name": "color-dark-mode-utility-critical",
7149
+ "name": "color-light-mode-breadcrumb-separator",
6583
7150
  "attributes": {
6584
7151
  "category": "color",
6585
- "type": "dark-mode",
6586
- "item": "utility",
6587
- "subitem": "critical"
7152
+ "type": "light-mode",
7153
+ "item": "breadcrumb",
7154
+ "subitem": "separator"
6588
7155
  },
6589
7156
  "path": [
6590
7157
  "color",
6591
- "dark-mode",
6592
- "utility",
6593
- "critical"
7158
+ "light-mode",
7159
+ "breadcrumb",
7160
+ "separator"
6594
7161
  ]
6595
7162
  }
6596
- }
6597
- },
6598
- "light-mode": {
7163
+ },
6599
7164
  "button": {
6600
7165
  "primary": {
6601
7166
  "background": {
@@ -9404,6 +9969,91 @@
9404
9969
  ]
9405
9970
  }
9406
9971
  },
9972
+ "table": {
9973
+ "sort-arrow": {
9974
+ "inactive": {
9975
+ "value": "#cfcfd3",
9976
+ "public": true,
9977
+ "isReferenceToInternal": true,
9978
+ "filePath": "tokens/color/alias/table.light.json",
9979
+ "isSource": true,
9980
+ "original": {
9981
+ "value": "{color.light-mode.neutral.300.value}",
9982
+ "public": true,
9983
+ "isReferenceToInternal": true
9984
+ },
9985
+ "name": "color-light-mode-table-sort-arrow-inactive",
9986
+ "attributes": {
9987
+ "category": "color",
9988
+ "type": "light-mode",
9989
+ "item": "table",
9990
+ "subitem": "sort-arrow",
9991
+ "state": "inactive"
9992
+ },
9993
+ "path": [
9994
+ "color",
9995
+ "light-mode",
9996
+ "table",
9997
+ "sort-arrow",
9998
+ "inactive"
9999
+ ]
10000
+ },
10001
+ "active": {
10002
+ "value": "#6f54e8",
10003
+ "public": true,
10004
+ "isReferenceToInternal": true,
10005
+ "filePath": "tokens/color/alias/table.light.json",
10006
+ "isSource": true,
10007
+ "original": {
10008
+ "value": "{color.light-mode.interactive.visited}",
10009
+ "public": true,
10010
+ "isReferenceToInternal": true
10011
+ },
10012
+ "name": "color-light-mode-table-sort-arrow-active",
10013
+ "attributes": {
10014
+ "category": "color",
10015
+ "type": "light-mode",
10016
+ "item": "table",
10017
+ "subitem": "sort-arrow",
10018
+ "state": "active"
10019
+ },
10020
+ "path": [
10021
+ "color",
10022
+ "light-mode",
10023
+ "table",
10024
+ "sort-arrow",
10025
+ "active"
10026
+ ]
10027
+ }
10028
+ }
10029
+ },
10030
+ "tabs": {
10031
+ "accent": {
10032
+ "value": "#5f41e5",
10033
+ "public": true,
10034
+ "isReferenceToInternal": true,
10035
+ "filePath": "tokens/color/alias/tabs.light.json",
10036
+ "isSource": true,
10037
+ "original": {
10038
+ "value": "{color.light-mode.brand.secondary.300.value}",
10039
+ "public": true,
10040
+ "isReferenceToInternal": true
10041
+ },
10042
+ "name": "color-light-mode-tabs-accent",
10043
+ "attributes": {
10044
+ "category": "color",
10045
+ "type": "light-mode",
10046
+ "item": "tabs",
10047
+ "subitem": "accent"
10048
+ },
10049
+ "path": [
10050
+ "color",
10051
+ "light-mode",
10052
+ "tabs",
10053
+ "accent"
10054
+ ]
10055
+ }
10056
+ },
9407
10057
  "tag": {
9408
10058
  "1": {
9409
10059
  "background": {
@@ -11273,12 +11923,10 @@
11273
11923
  "utility": {
11274
11924
  "announcement": {
11275
11925
  "value": "#44546f",
11276
- "public": true,
11277
11926
  "filePath": "tokens/color/base/utility.light.json",
11278
11927
  "isSource": true,
11279
11928
  "original": {
11280
- "value": "#44546F",
11281
- "public": true
11929
+ "value": "#44546F"
11282
11930
  },
11283
11931
  "name": "color-light-mode-utility-announcement",
11284
11932
  "attributes": {
@@ -11296,12 +11944,10 @@
11296
11944
  },
11297
11945
  "warning": {
11298
11946
  "value": "#e2b203",
11299
- "public": true,
11300
11947
  "filePath": "tokens/color/base/utility.light.json",
11301
11948
  "isSource": true,
11302
11949
  "original": {
11303
- "value": "#E2B203",
11304
- "public": true
11950
+ "value": "#E2B203"
11305
11951
  },
11306
11952
  "name": "color-light-mode-utility-warning",
11307
11953
  "attributes": {
@@ -11319,12 +11965,10 @@
11319
11965
  },
11320
11966
  "critical": {
11321
11967
  "value": "#ca3521",
11322
- "public": true,
11323
11968
  "filePath": "tokens/color/base/utility.light.json",
11324
11969
  "isSource": true,
11325
11970
  "original": {
11326
- "value": "#CA3521",
11327
- "public": true
11971
+ "value": "#CA3521"
11328
11972
  },
11329
11973
  "name": "color-light-mode-utility-critical",
11330
11974
  "attributes": {