@pantheon-systems/pds-design-tokens 1.0.0-dev.70 → 1.0.0-dev.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/pds-design-tokens-dark-mode.css +21 -13
- package/build/css/pds-design-tokens-light-mode.css +16 -8
- package/build/figma/pds-design-tokens-figma.json +501 -66
- package/build/json/pds-design-tokens-dark-mode.json +257 -88
- package/build/json/pds-design-tokens-light-mode.json +244 -16
- package/package.json +1 -1
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
]
|
|
1853
1853
|
},
|
|
1854
1854
|
"label": {
|
|
1855
|
-
"value": "#
|
|
1855
|
+
"value": "#e7e7eb",
|
|
1856
1856
|
"public": true,
|
|
1857
1857
|
"isReferenceToInternal": true,
|
|
1858
1858
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
@@ -2029,6 +2029,234 @@
|
|
|
2029
2029
|
"discovery"
|
|
2030
2030
|
]
|
|
2031
2031
|
}
|
|
2032
|
+
},
|
|
2033
|
+
"plan": {
|
|
2034
|
+
"silver": {
|
|
2035
|
+
"background": {
|
|
2036
|
+
"value": "#a6a3b4",
|
|
2037
|
+
"public": true,
|
|
2038
|
+
"isReferenceToInternal": true,
|
|
2039
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2040
|
+
"isSource": true,
|
|
2041
|
+
"original": {
|
|
2042
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
2043
|
+
"public": true,
|
|
2044
|
+
"isReferenceToInternal": true
|
|
2045
|
+
},
|
|
2046
|
+
"name": "color-dark-mode-badge-plan-silver-background",
|
|
2047
|
+
"attributes": {
|
|
2048
|
+
"category": "color",
|
|
2049
|
+
"type": "dark-mode",
|
|
2050
|
+
"item": "badge",
|
|
2051
|
+
"subitem": "plan",
|
|
2052
|
+
"state": "silver"
|
|
2053
|
+
},
|
|
2054
|
+
"path": [
|
|
2055
|
+
"color",
|
|
2056
|
+
"dark-mode",
|
|
2057
|
+
"badge",
|
|
2058
|
+
"plan",
|
|
2059
|
+
"silver",
|
|
2060
|
+
"background"
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
"foreground": {
|
|
2064
|
+
"value": "#a6a3b4",
|
|
2065
|
+
"public": true,
|
|
2066
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2067
|
+
"isSource": true,
|
|
2068
|
+
"original": {
|
|
2069
|
+
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
2070
|
+
"public": true
|
|
2071
|
+
},
|
|
2072
|
+
"name": "color-dark-mode-badge-plan-silver-foreground",
|
|
2073
|
+
"attributes": {
|
|
2074
|
+
"category": "color",
|
|
2075
|
+
"type": "dark-mode",
|
|
2076
|
+
"item": "badge",
|
|
2077
|
+
"subitem": "plan",
|
|
2078
|
+
"state": "silver"
|
|
2079
|
+
},
|
|
2080
|
+
"path": [
|
|
2081
|
+
"color",
|
|
2082
|
+
"dark-mode",
|
|
2083
|
+
"badge",
|
|
2084
|
+
"plan",
|
|
2085
|
+
"silver",
|
|
2086
|
+
"foreground"
|
|
2087
|
+
]
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
"gold": {
|
|
2091
|
+
"background": {
|
|
2092
|
+
"value": "#fff1a9",
|
|
2093
|
+
"public": true,
|
|
2094
|
+
"isReferenceToInternal": true,
|
|
2095
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2096
|
+
"isSource": true,
|
|
2097
|
+
"original": {
|
|
2098
|
+
"value": "{color.dark-mode.brand.primary.200.value}",
|
|
2099
|
+
"public": true,
|
|
2100
|
+
"isReferenceToInternal": true
|
|
2101
|
+
},
|
|
2102
|
+
"name": "color-dark-mode-badge-plan-gold-background",
|
|
2103
|
+
"attributes": {
|
|
2104
|
+
"category": "color",
|
|
2105
|
+
"type": "dark-mode",
|
|
2106
|
+
"item": "badge",
|
|
2107
|
+
"subitem": "plan",
|
|
2108
|
+
"state": "gold"
|
|
2109
|
+
},
|
|
2110
|
+
"path": [
|
|
2111
|
+
"color",
|
|
2112
|
+
"dark-mode",
|
|
2113
|
+
"badge",
|
|
2114
|
+
"plan",
|
|
2115
|
+
"gold",
|
|
2116
|
+
"background"
|
|
2117
|
+
]
|
|
2118
|
+
},
|
|
2119
|
+
"foreground": {
|
|
2120
|
+
"value": "#705e00",
|
|
2121
|
+
"public": true,
|
|
2122
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2123
|
+
"isSource": true,
|
|
2124
|
+
"original": {
|
|
2125
|
+
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
2126
|
+
"public": true
|
|
2127
|
+
},
|
|
2128
|
+
"name": "color-dark-mode-badge-plan-gold-foreground",
|
|
2129
|
+
"attributes": {
|
|
2130
|
+
"category": "color",
|
|
2131
|
+
"type": "dark-mode",
|
|
2132
|
+
"item": "badge",
|
|
2133
|
+
"subitem": "plan",
|
|
2134
|
+
"state": "gold"
|
|
2135
|
+
},
|
|
2136
|
+
"path": [
|
|
2137
|
+
"color",
|
|
2138
|
+
"dark-mode",
|
|
2139
|
+
"badge",
|
|
2140
|
+
"plan",
|
|
2141
|
+
"gold",
|
|
2142
|
+
"foreground"
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
"platinum": {
|
|
2147
|
+
"background": {
|
|
2148
|
+
"value": "#d0c6ff",
|
|
2149
|
+
"public": true,
|
|
2150
|
+
"isReferenceToInternal": true,
|
|
2151
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2152
|
+
"isSource": true,
|
|
2153
|
+
"original": {
|
|
2154
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
2155
|
+
"public": true,
|
|
2156
|
+
"isReferenceToInternal": true
|
|
2157
|
+
},
|
|
2158
|
+
"name": "color-dark-mode-badge-plan-platinum-background",
|
|
2159
|
+
"attributes": {
|
|
2160
|
+
"category": "color",
|
|
2161
|
+
"type": "dark-mode",
|
|
2162
|
+
"item": "badge",
|
|
2163
|
+
"subitem": "plan",
|
|
2164
|
+
"state": "platinum"
|
|
2165
|
+
},
|
|
2166
|
+
"path": [
|
|
2167
|
+
"color",
|
|
2168
|
+
"dark-mode",
|
|
2169
|
+
"badge",
|
|
2170
|
+
"plan",
|
|
2171
|
+
"platinum",
|
|
2172
|
+
"background"
|
|
2173
|
+
]
|
|
2174
|
+
},
|
|
2175
|
+
"foreground": {
|
|
2176
|
+
"value": "#4e39a8",
|
|
2177
|
+
"public": true,
|
|
2178
|
+
"isReferenceToInternal": true,
|
|
2179
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2180
|
+
"isSource": true,
|
|
2181
|
+
"original": {
|
|
2182
|
+
"value": "{color.dark-mode.brand.secondary.500.value}",
|
|
2183
|
+
"public": true,
|
|
2184
|
+
"isReferenceToInternal": true
|
|
2185
|
+
},
|
|
2186
|
+
"name": "color-dark-mode-badge-plan-platinum-foreground",
|
|
2187
|
+
"attributes": {
|
|
2188
|
+
"category": "color",
|
|
2189
|
+
"type": "dark-mode",
|
|
2190
|
+
"item": "badge",
|
|
2191
|
+
"subitem": "plan",
|
|
2192
|
+
"state": "platinum"
|
|
2193
|
+
},
|
|
2194
|
+
"path": [
|
|
2195
|
+
"color",
|
|
2196
|
+
"dark-mode",
|
|
2197
|
+
"badge",
|
|
2198
|
+
"plan",
|
|
2199
|
+
"platinum",
|
|
2200
|
+
"foreground"
|
|
2201
|
+
]
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"diamond": {
|
|
2205
|
+
"background": {
|
|
2206
|
+
"value": "#f0fdff",
|
|
2207
|
+
"public": true,
|
|
2208
|
+
"isReferenceToInternal": true,
|
|
2209
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2210
|
+
"isSource": true,
|
|
2211
|
+
"original": {
|
|
2212
|
+
"value": "#f0fdff",
|
|
2213
|
+
"public": true,
|
|
2214
|
+
"isReferenceToInternal": true
|
|
2215
|
+
},
|
|
2216
|
+
"name": "color-dark-mode-badge-plan-diamond-background",
|
|
2217
|
+
"attributes": {
|
|
2218
|
+
"category": "color",
|
|
2219
|
+
"type": "dark-mode",
|
|
2220
|
+
"item": "badge",
|
|
2221
|
+
"subitem": "plan",
|
|
2222
|
+
"state": "diamond"
|
|
2223
|
+
},
|
|
2224
|
+
"path": [
|
|
2225
|
+
"color",
|
|
2226
|
+
"dark-mode",
|
|
2227
|
+
"badge",
|
|
2228
|
+
"plan",
|
|
2229
|
+
"diamond",
|
|
2230
|
+
"background"
|
|
2231
|
+
]
|
|
2232
|
+
},
|
|
2233
|
+
"foreground": {
|
|
2234
|
+
"value": "#8a70ff",
|
|
2235
|
+
"public": true,
|
|
2236
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2237
|
+
"isSource": true,
|
|
2238
|
+
"original": {
|
|
2239
|
+
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
2240
|
+
"public": true
|
|
2241
|
+
},
|
|
2242
|
+
"name": "color-dark-mode-badge-plan-diamond-foreground",
|
|
2243
|
+
"attributes": {
|
|
2244
|
+
"category": "color",
|
|
2245
|
+
"type": "dark-mode",
|
|
2246
|
+
"item": "badge",
|
|
2247
|
+
"subitem": "plan",
|
|
2248
|
+
"state": "diamond"
|
|
2249
|
+
},
|
|
2250
|
+
"path": [
|
|
2251
|
+
"color",
|
|
2252
|
+
"dark-mode",
|
|
2253
|
+
"badge",
|
|
2254
|
+
"plan",
|
|
2255
|
+
"diamond",
|
|
2256
|
+
"foreground"
|
|
2257
|
+
]
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2032
2260
|
}
|
|
2033
2261
|
},
|
|
2034
2262
|
"banner": {
|
|
@@ -2714,7 +2942,7 @@
|
|
|
2714
2942
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2715
2943
|
"isSource": true,
|
|
2716
2944
|
"original": {
|
|
2717
|
-
"value": "{color.dark-mode.neutral.
|
|
2945
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2718
2946
|
"public": true,
|
|
2719
2947
|
"isReferenceToInternal": true
|
|
2720
2948
|
},
|
|
@@ -2770,7 +2998,7 @@
|
|
|
2770
2998
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2771
2999
|
"isSource": true,
|
|
2772
3000
|
"original": {
|
|
2773
|
-
"value": "{color.dark-mode.neutral.
|
|
3001
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2774
3002
|
"public": true,
|
|
2775
3003
|
"isReferenceToInternal": true
|
|
2776
3004
|
},
|
|
@@ -2914,7 +3142,7 @@
|
|
|
2914
3142
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2915
3143
|
"isSource": true,
|
|
2916
3144
|
"original": {
|
|
2917
|
-
"value": "{color.dark-mode.neutral.
|
|
3145
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2918
3146
|
"public": true,
|
|
2919
3147
|
"isReferenceToInternal": true
|
|
2920
3148
|
},
|
|
@@ -2970,7 +3198,7 @@
|
|
|
2970
3198
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
2971
3199
|
"isSource": true,
|
|
2972
3200
|
"original": {
|
|
2973
|
-
"value": "{color.dark-mode.neutral.
|
|
3201
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2974
3202
|
"public": true,
|
|
2975
3203
|
"isReferenceToInternal": true
|
|
2976
3204
|
},
|
|
@@ -3432,7 +3660,7 @@
|
|
|
3432
3660
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3433
3661
|
"isSource": true,
|
|
3434
3662
|
"original": {
|
|
3435
|
-
"value": "{color.dark-mode.neutral.
|
|
3663
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
3436
3664
|
"public": true,
|
|
3437
3665
|
"isReferenceToInternal": true
|
|
3438
3666
|
},
|
|
@@ -3488,7 +3716,7 @@
|
|
|
3488
3716
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3489
3717
|
"isSource": true,
|
|
3490
3718
|
"original": {
|
|
3491
|
-
"value": "{color.dark-mode.neutral.
|
|
3719
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
3492
3720
|
"public": true,
|
|
3493
3721
|
"isReferenceToInternal": true
|
|
3494
3722
|
},
|
|
@@ -3800,7 +4028,7 @@
|
|
|
3800
4028
|
},
|
|
3801
4029
|
"foreground": {
|
|
3802
4030
|
"off": {
|
|
3803
|
-
"value": "#
|
|
4031
|
+
"value": "#e7e7eb",
|
|
3804
4032
|
"public": true,
|
|
3805
4033
|
"isReferenceToInternal": true,
|
|
3806
4034
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
@@ -3907,7 +4135,7 @@
|
|
|
3907
4135
|
]
|
|
3908
4136
|
},
|
|
3909
4137
|
"reverse": {
|
|
3910
|
-
"value": "#
|
|
4138
|
+
"value": "#e7e7eb",
|
|
3911
4139
|
"public": true,
|
|
3912
4140
|
"isReferenceToInternal": true,
|
|
3913
4141
|
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
@@ -4508,7 +4736,7 @@
|
|
|
4508
4736
|
]
|
|
4509
4737
|
},
|
|
4510
4738
|
"hover": {
|
|
4511
|
-
"value": "#
|
|
4739
|
+
"value": "#8a70ff",
|
|
4512
4740
|
"public": true,
|
|
4513
4741
|
"isReferenceToInternal": true,
|
|
4514
4742
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -4533,7 +4761,7 @@
|
|
|
4533
4761
|
]
|
|
4534
4762
|
},
|
|
4535
4763
|
"active": {
|
|
4536
|
-
"value": "#
|
|
4764
|
+
"value": "#8a70ff",
|
|
4537
4765
|
"public": true,
|
|
4538
4766
|
"isReferenceToInternal": true,
|
|
4539
4767
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -4558,7 +4786,7 @@
|
|
|
4558
4786
|
]
|
|
4559
4787
|
},
|
|
4560
4788
|
"visited": {
|
|
4561
|
-
"value": "#
|
|
4789
|
+
"value": "#8a70ff",
|
|
4562
4790
|
"public": true,
|
|
4563
4791
|
"isReferenceToInternal": true,
|
|
4564
4792
|
"filePath": "tokens/color/alias/link.dark.json",
|
|
@@ -5104,7 +5332,7 @@
|
|
|
5104
5332
|
]
|
|
5105
5333
|
},
|
|
5106
5334
|
"active": {
|
|
5107
|
-
"value": "#
|
|
5335
|
+
"value": "#8a70ff",
|
|
5108
5336
|
"public": true,
|
|
5109
5337
|
"isReferenceToInternal": true,
|
|
5110
5338
|
"filePath": "tokens/color/alias/table.dark.json",
|
|
@@ -5357,7 +5585,7 @@
|
|
|
5357
5585
|
]
|
|
5358
5586
|
},
|
|
5359
5587
|
"foreground": {
|
|
5360
|
-
"value": "#
|
|
5588
|
+
"value": "#e7e7eb",
|
|
5361
5589
|
"public": true,
|
|
5362
5590
|
"isReferenceToInternal": true,
|
|
5363
5591
|
"filePath": "tokens/color/alias/tags.dark.json",
|
|
@@ -5802,7 +6030,7 @@
|
|
|
5802
6030
|
},
|
|
5803
6031
|
"trigger-icon": {
|
|
5804
6032
|
"default": {
|
|
5805
|
-
"value": "#
|
|
6033
|
+
"value": "#e7e7eb",
|
|
5806
6034
|
"public": true,
|
|
5807
6035
|
"isReferenceToInternal": true,
|
|
5808
6036
|
"filePath": "tokens/color/alias/tooltip.dark.json",
|
|
@@ -6469,7 +6697,7 @@
|
|
|
6469
6697
|
},
|
|
6470
6698
|
"gradient": {
|
|
6471
6699
|
"sunrise": {
|
|
6472
|
-
"value": "linear-gradient(227.79deg, #
|
|
6700
|
+
"value": "linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%)",
|
|
6473
6701
|
"type": "color",
|
|
6474
6702
|
"public": true,
|
|
6475
6703
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -6479,7 +6707,7 @@
|
|
|
6479
6707
|
"type": "linear-gradient",
|
|
6480
6708
|
"angle": "227.79deg",
|
|
6481
6709
|
"colors": {
|
|
6482
|
-
"1": "#
|
|
6710
|
+
"1": "#1B0874 38.28%",
|
|
6483
6711
|
"2": "#E65F35 100%"
|
|
6484
6712
|
}
|
|
6485
6713
|
},
|
|
@@ -6501,7 +6729,7 @@
|
|
|
6501
6729
|
]
|
|
6502
6730
|
},
|
|
6503
6731
|
"sunset": {
|
|
6504
|
-
"value": "linear-gradient(48.24deg, #EF13AD 0%, #
|
|
6732
|
+
"value": "linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%)",
|
|
6505
6733
|
"type": "color",
|
|
6506
6734
|
"public": true,
|
|
6507
6735
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -6512,7 +6740,7 @@
|
|
|
6512
6740
|
"angle": "48.24deg",
|
|
6513
6741
|
"colors": {
|
|
6514
6742
|
"1": "#EF13AD 0%",
|
|
6515
|
-
"2": "#
|
|
6743
|
+
"2": "#1B0874 66.25%"
|
|
6516
6744
|
}
|
|
6517
6745
|
},
|
|
6518
6746
|
"type": "color",
|
|
@@ -6533,7 +6761,7 @@
|
|
|
6533
6761
|
]
|
|
6534
6762
|
},
|
|
6535
6763
|
"after-hours": {
|
|
6536
|
-
"value": "linear-gradient(228.64deg, #
|
|
6764
|
+
"value": "linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%)",
|
|
6537
6765
|
"type": "color",
|
|
6538
6766
|
"public": true,
|
|
6539
6767
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -6543,7 +6771,7 @@
|
|
|
6543
6771
|
"type": "linear-gradient",
|
|
6544
6772
|
"angle": "228.64deg",
|
|
6545
6773
|
"colors": {
|
|
6546
|
-
"1": "#
|
|
6774
|
+
"1": "#1B0874 41.87%",
|
|
6547
6775
|
"2": "#29B2FF 100%"
|
|
6548
6776
|
}
|
|
6549
6777
|
},
|
|
@@ -6565,7 +6793,7 @@
|
|
|
6565
6793
|
]
|
|
6566
6794
|
},
|
|
6567
6795
|
"midnight": {
|
|
6568
|
-
"value": "linear-gradient(228.64deg, #
|
|
6796
|
+
"value": "linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%)",
|
|
6569
6797
|
"type": "color",
|
|
6570
6798
|
"public": true,
|
|
6571
6799
|
"filePath": "tokens/color/base/gradients.dark.json",
|
|
@@ -6575,7 +6803,7 @@
|
|
|
6575
6803
|
"type": "linear-gradient",
|
|
6576
6804
|
"angle": "228.64deg",
|
|
6577
6805
|
"colors": {
|
|
6578
|
-
"1": "#
|
|
6806
|
+
"1": "#1B0874 46.34%",
|
|
6579
6807
|
"2": "#00E0C3 100%"
|
|
6580
6808
|
}
|
|
6581
6809
|
},
|
|
@@ -6622,11 +6850,11 @@
|
|
|
6622
6850
|
]
|
|
6623
6851
|
},
|
|
6624
6852
|
"visited": {
|
|
6625
|
-
"value": "#
|
|
6853
|
+
"value": "#8a70ff",
|
|
6626
6854
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
6627
6855
|
"isSource": true,
|
|
6628
6856
|
"original": {
|
|
6629
|
-
"value": "
|
|
6857
|
+
"value": "{color.dark-mode.brand.secondary.400.value}"
|
|
6630
6858
|
},
|
|
6631
6859
|
"name": "color-dark-mode-interactive-visited",
|
|
6632
6860
|
"attributes": {
|
|
@@ -6691,11 +6919,11 @@
|
|
|
6691
6919
|
]
|
|
6692
6920
|
},
|
|
6693
6921
|
"visited": {
|
|
6694
|
-
"value": "#
|
|
6922
|
+
"value": "#8a70ff",
|
|
6695
6923
|
"filePath": "tokens/color/base/interactive.dark.json",
|
|
6696
6924
|
"isSource": true,
|
|
6697
6925
|
"original": {
|
|
6698
|
-
"value": "
|
|
6926
|
+
"value": "{color.dark-mode.brand.secondary.400.value}"
|
|
6699
6927
|
},
|
|
6700
6928
|
"name": "color-dark-mode-interactive-reverse-visited",
|
|
6701
6929
|
"attributes": {
|
|
@@ -6737,11 +6965,11 @@
|
|
|
6737
6965
|
},
|
|
6738
6966
|
"neutral": {
|
|
6739
6967
|
"100": {
|
|
6740
|
-
"value": "#
|
|
6968
|
+
"value": "#e7e7eb",
|
|
6741
6969
|
"filePath": "tokens/color/base/neutral.dark.json",
|
|
6742
6970
|
"isSource": true,
|
|
6743
6971
|
"original": {
|
|
6744
|
-
"value": "#
|
|
6972
|
+
"value": "#E7E7EB"
|
|
6745
6973
|
},
|
|
6746
6974
|
"name": "color-dark-mode-neutral-100",
|
|
6747
6975
|
"attributes": {
|
|
@@ -6883,27 +7111,6 @@
|
|
|
6883
7111
|
"700"
|
|
6884
7112
|
]
|
|
6885
7113
|
},
|
|
6886
|
-
"050": {
|
|
6887
|
-
"value": "#e7e7eb",
|
|
6888
|
-
"filePath": "tokens/color/base/neutral.dark.json",
|
|
6889
|
-
"isSource": true,
|
|
6890
|
-
"original": {
|
|
6891
|
-
"value": "#E7E7EB"
|
|
6892
|
-
},
|
|
6893
|
-
"name": "color-dark-mode-neutral-050",
|
|
6894
|
-
"attributes": {
|
|
6895
|
-
"category": "color",
|
|
6896
|
-
"type": "dark-mode",
|
|
6897
|
-
"item": "neutral",
|
|
6898
|
-
"subitem": "050"
|
|
6899
|
-
},
|
|
6900
|
-
"path": [
|
|
6901
|
-
"color",
|
|
6902
|
-
"dark-mode",
|
|
6903
|
-
"neutral",
|
|
6904
|
-
"050"
|
|
6905
|
-
]
|
|
6906
|
-
},
|
|
6907
7114
|
"000": {
|
|
6908
7115
|
"value": "#ffffff",
|
|
6909
7116
|
"filePath": "tokens/color/base/neutral.dark.json",
|
|
@@ -7455,6 +7662,234 @@
|
|
|
7455
7662
|
"discovery"
|
|
7456
7663
|
]
|
|
7457
7664
|
}
|
|
7665
|
+
},
|
|
7666
|
+
"plan": {
|
|
7667
|
+
"silver": {
|
|
7668
|
+
"background": {
|
|
7669
|
+
"value": "#f1f1f1",
|
|
7670
|
+
"public": true,
|
|
7671
|
+
"isReferenceToInternal": true,
|
|
7672
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7673
|
+
"isSource": true,
|
|
7674
|
+
"original": {
|
|
7675
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
7676
|
+
"public": true,
|
|
7677
|
+
"isReferenceToInternal": true
|
|
7678
|
+
},
|
|
7679
|
+
"name": "color-light-mode-badge-plan-silver-background",
|
|
7680
|
+
"attributes": {
|
|
7681
|
+
"category": "color",
|
|
7682
|
+
"type": "light-mode",
|
|
7683
|
+
"item": "badge",
|
|
7684
|
+
"subitem": "plan",
|
|
7685
|
+
"state": "silver"
|
|
7686
|
+
},
|
|
7687
|
+
"path": [
|
|
7688
|
+
"color",
|
|
7689
|
+
"light-mode",
|
|
7690
|
+
"badge",
|
|
7691
|
+
"plan",
|
|
7692
|
+
"silver",
|
|
7693
|
+
"background"
|
|
7694
|
+
]
|
|
7695
|
+
},
|
|
7696
|
+
"foreground": {
|
|
7697
|
+
"value": "#6d6d78",
|
|
7698
|
+
"public": true,
|
|
7699
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7700
|
+
"isSource": true,
|
|
7701
|
+
"original": {
|
|
7702
|
+
"value": "{color.light-mode.text.default-secondary.value}",
|
|
7703
|
+
"public": true
|
|
7704
|
+
},
|
|
7705
|
+
"name": "color-light-mode-badge-plan-silver-foreground",
|
|
7706
|
+
"attributes": {
|
|
7707
|
+
"category": "color",
|
|
7708
|
+
"type": "light-mode",
|
|
7709
|
+
"item": "badge",
|
|
7710
|
+
"subitem": "plan",
|
|
7711
|
+
"state": "silver"
|
|
7712
|
+
},
|
|
7713
|
+
"path": [
|
|
7714
|
+
"color",
|
|
7715
|
+
"light-mode",
|
|
7716
|
+
"badge",
|
|
7717
|
+
"plan",
|
|
7718
|
+
"silver",
|
|
7719
|
+
"foreground"
|
|
7720
|
+
]
|
|
7721
|
+
}
|
|
7722
|
+
},
|
|
7723
|
+
"gold": {
|
|
7724
|
+
"background": {
|
|
7725
|
+
"value": "#fff1a9",
|
|
7726
|
+
"public": true,
|
|
7727
|
+
"isReferenceToInternal": true,
|
|
7728
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7729
|
+
"isSource": true,
|
|
7730
|
+
"original": {
|
|
7731
|
+
"value": "{color.light-mode.brand.primary.200.value}",
|
|
7732
|
+
"public": true,
|
|
7733
|
+
"isReferenceToInternal": true
|
|
7734
|
+
},
|
|
7735
|
+
"name": "color-light-mode-badge-plan-gold-background",
|
|
7736
|
+
"attributes": {
|
|
7737
|
+
"category": "color",
|
|
7738
|
+
"type": "light-mode",
|
|
7739
|
+
"item": "badge",
|
|
7740
|
+
"subitem": "plan",
|
|
7741
|
+
"state": "gold"
|
|
7742
|
+
},
|
|
7743
|
+
"path": [
|
|
7744
|
+
"color",
|
|
7745
|
+
"light-mode",
|
|
7746
|
+
"badge",
|
|
7747
|
+
"plan",
|
|
7748
|
+
"gold",
|
|
7749
|
+
"background"
|
|
7750
|
+
]
|
|
7751
|
+
},
|
|
7752
|
+
"foreground": {
|
|
7753
|
+
"value": "#705e00",
|
|
7754
|
+
"public": true,
|
|
7755
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7756
|
+
"isSource": true,
|
|
7757
|
+
"original": {
|
|
7758
|
+
"value": "{color.light-mode.brand.primary.600.value}",
|
|
7759
|
+
"public": true
|
|
7760
|
+
},
|
|
7761
|
+
"name": "color-light-mode-badge-plan-gold-foreground",
|
|
7762
|
+
"attributes": {
|
|
7763
|
+
"category": "color",
|
|
7764
|
+
"type": "light-mode",
|
|
7765
|
+
"item": "badge",
|
|
7766
|
+
"subitem": "plan",
|
|
7767
|
+
"state": "gold"
|
|
7768
|
+
},
|
|
7769
|
+
"path": [
|
|
7770
|
+
"color",
|
|
7771
|
+
"light-mode",
|
|
7772
|
+
"badge",
|
|
7773
|
+
"plan",
|
|
7774
|
+
"gold",
|
|
7775
|
+
"foreground"
|
|
7776
|
+
]
|
|
7777
|
+
}
|
|
7778
|
+
},
|
|
7779
|
+
"platinum": {
|
|
7780
|
+
"background": {
|
|
7781
|
+
"value": "#f0ecff",
|
|
7782
|
+
"public": true,
|
|
7783
|
+
"isReferenceToInternal": true,
|
|
7784
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7785
|
+
"isSource": true,
|
|
7786
|
+
"original": {
|
|
7787
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
7788
|
+
"public": true,
|
|
7789
|
+
"isReferenceToInternal": true
|
|
7790
|
+
},
|
|
7791
|
+
"name": "color-light-mode-badge-plan-platinum-background",
|
|
7792
|
+
"attributes": {
|
|
7793
|
+
"category": "color",
|
|
7794
|
+
"type": "light-mode",
|
|
7795
|
+
"item": "badge",
|
|
7796
|
+
"subitem": "plan",
|
|
7797
|
+
"state": "platinum"
|
|
7798
|
+
},
|
|
7799
|
+
"path": [
|
|
7800
|
+
"color",
|
|
7801
|
+
"light-mode",
|
|
7802
|
+
"badge",
|
|
7803
|
+
"plan",
|
|
7804
|
+
"platinum",
|
|
7805
|
+
"background"
|
|
7806
|
+
]
|
|
7807
|
+
},
|
|
7808
|
+
"foreground": {
|
|
7809
|
+
"value": "#3017a1",
|
|
7810
|
+
"public": true,
|
|
7811
|
+
"isReferenceToInternal": true,
|
|
7812
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7813
|
+
"isSource": true,
|
|
7814
|
+
"original": {
|
|
7815
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
7816
|
+
"public": true,
|
|
7817
|
+
"isReferenceToInternal": true
|
|
7818
|
+
},
|
|
7819
|
+
"name": "color-light-mode-badge-plan-platinum-foreground",
|
|
7820
|
+
"attributes": {
|
|
7821
|
+
"category": "color",
|
|
7822
|
+
"type": "light-mode",
|
|
7823
|
+
"item": "badge",
|
|
7824
|
+
"subitem": "plan",
|
|
7825
|
+
"state": "platinum"
|
|
7826
|
+
},
|
|
7827
|
+
"path": [
|
|
7828
|
+
"color",
|
|
7829
|
+
"light-mode",
|
|
7830
|
+
"badge",
|
|
7831
|
+
"plan",
|
|
7832
|
+
"platinum",
|
|
7833
|
+
"foreground"
|
|
7834
|
+
]
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7837
|
+
"diamond": {
|
|
7838
|
+
"background": {
|
|
7839
|
+
"value": "#f0fdff",
|
|
7840
|
+
"public": true,
|
|
7841
|
+
"isReferenceToInternal": true,
|
|
7842
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7843
|
+
"isSource": true,
|
|
7844
|
+
"original": {
|
|
7845
|
+
"value": "#f0fdff",
|
|
7846
|
+
"public": true,
|
|
7847
|
+
"isReferenceToInternal": true
|
|
7848
|
+
},
|
|
7849
|
+
"name": "color-light-mode-badge-plan-diamond-background",
|
|
7850
|
+
"attributes": {
|
|
7851
|
+
"category": "color",
|
|
7852
|
+
"type": "light-mode",
|
|
7853
|
+
"item": "badge",
|
|
7854
|
+
"subitem": "plan",
|
|
7855
|
+
"state": "diamond"
|
|
7856
|
+
},
|
|
7857
|
+
"path": [
|
|
7858
|
+
"color",
|
|
7859
|
+
"light-mode",
|
|
7860
|
+
"badge",
|
|
7861
|
+
"plan",
|
|
7862
|
+
"diamond",
|
|
7863
|
+
"background"
|
|
7864
|
+
]
|
|
7865
|
+
},
|
|
7866
|
+
"foreground": {
|
|
7867
|
+
"value": "#5f41e5",
|
|
7868
|
+
"public": true,
|
|
7869
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
7870
|
+
"isSource": true,
|
|
7871
|
+
"original": {
|
|
7872
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
7873
|
+
"public": true
|
|
7874
|
+
},
|
|
7875
|
+
"name": "color-light-mode-badge-plan-diamond-foreground",
|
|
7876
|
+
"attributes": {
|
|
7877
|
+
"category": "color",
|
|
7878
|
+
"type": "light-mode",
|
|
7879
|
+
"item": "badge",
|
|
7880
|
+
"subitem": "plan",
|
|
7881
|
+
"state": "diamond"
|
|
7882
|
+
},
|
|
7883
|
+
"path": [
|
|
7884
|
+
"color",
|
|
7885
|
+
"light-mode",
|
|
7886
|
+
"badge",
|
|
7887
|
+
"plan",
|
|
7888
|
+
"diamond",
|
|
7889
|
+
"foreground"
|
|
7890
|
+
]
|
|
7891
|
+
}
|
|
7892
|
+
}
|
|
7458
7893
|
}
|
|
7459
7894
|
},
|
|
7460
7895
|
"banner": {
|
|
@@ -9932,7 +10367,7 @@
|
|
|
9932
10367
|
]
|
|
9933
10368
|
},
|
|
9934
10369
|
"hover": {
|
|
9935
|
-
"value": "#
|
|
10370
|
+
"value": "#5f41e5",
|
|
9936
10371
|
"public": true,
|
|
9937
10372
|
"isReferenceToInternal": true,
|
|
9938
10373
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -9957,7 +10392,7 @@
|
|
|
9957
10392
|
]
|
|
9958
10393
|
},
|
|
9959
10394
|
"active": {
|
|
9960
|
-
"value": "#
|
|
10395
|
+
"value": "#5f41e5",
|
|
9961
10396
|
"public": true,
|
|
9962
10397
|
"isReferenceToInternal": true,
|
|
9963
10398
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -9982,7 +10417,7 @@
|
|
|
9982
10417
|
]
|
|
9983
10418
|
},
|
|
9984
10419
|
"visited": {
|
|
9985
|
-
"value": "#
|
|
10420
|
+
"value": "#5f41e5",
|
|
9986
10421
|
"public": true,
|
|
9987
10422
|
"isReferenceToInternal": true,
|
|
9988
10423
|
"filePath": "tokens/color/alias/link.light.json",
|
|
@@ -10613,7 +11048,7 @@
|
|
|
10613
11048
|
]
|
|
10614
11049
|
},
|
|
10615
11050
|
"active": {
|
|
10616
|
-
"value": "#
|
|
11051
|
+
"value": "#5f41e5",
|
|
10617
11052
|
"public": true,
|
|
10618
11053
|
"isReferenceToInternal": true,
|
|
10619
11054
|
"filePath": "tokens/color/alias/table.light.json",
|
|
@@ -11978,7 +12413,7 @@
|
|
|
11978
12413
|
},
|
|
11979
12414
|
"gradient": {
|
|
11980
12415
|
"sunrise": {
|
|
11981
|
-
"value": "linear-gradient(227.79deg, #
|
|
12416
|
+
"value": "linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%)",
|
|
11982
12417
|
"type": "color",
|
|
11983
12418
|
"public": true,
|
|
11984
12419
|
"filePath": "tokens/color/base/gradients.light.json",
|
|
@@ -11988,7 +12423,7 @@
|
|
|
11988
12423
|
"type": "linear-gradient",
|
|
11989
12424
|
"angle": "227.79deg",
|
|
11990
12425
|
"colors": {
|
|
11991
|
-
"1": "#
|
|
12426
|
+
"1": "#1B0874 38.28%",
|
|
11992
12427
|
"2": "#E65F35 100%"
|
|
11993
12428
|
}
|
|
11994
12429
|
},
|
|
@@ -12010,7 +12445,7 @@
|
|
|
12010
12445
|
]
|
|
12011
12446
|
},
|
|
12012
12447
|
"sunset": {
|
|
12013
|
-
"value": "linear-gradient(48.24deg, #EF13AD 0%, #
|
|
12448
|
+
"value": "linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%)",
|
|
12014
12449
|
"type": "color",
|
|
12015
12450
|
"public": true,
|
|
12016
12451
|
"filePath": "tokens/color/base/gradients.light.json",
|
|
@@ -12021,7 +12456,7 @@
|
|
|
12021
12456
|
"angle": "48.24deg",
|
|
12022
12457
|
"colors": {
|
|
12023
12458
|
"1": "#EF13AD 0%",
|
|
12024
|
-
"2": "#
|
|
12459
|
+
"2": "#1B0874 66.25%"
|
|
12025
12460
|
}
|
|
12026
12461
|
},
|
|
12027
12462
|
"type": "color",
|
|
@@ -12042,7 +12477,7 @@
|
|
|
12042
12477
|
]
|
|
12043
12478
|
},
|
|
12044
12479
|
"after-hours": {
|
|
12045
|
-
"value": "linear-gradient(228.64deg, #
|
|
12480
|
+
"value": "linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%)",
|
|
12046
12481
|
"type": "color",
|
|
12047
12482
|
"public": true,
|
|
12048
12483
|
"filePath": "tokens/color/base/gradients.light.json",
|
|
@@ -12052,7 +12487,7 @@
|
|
|
12052
12487
|
"type": "linear-gradient",
|
|
12053
12488
|
"angle": "228.64deg",
|
|
12054
12489
|
"colors": {
|
|
12055
|
-
"1": "#
|
|
12490
|
+
"1": "#1B0874 41.87%",
|
|
12056
12491
|
"2": "#29B2FF 100%"
|
|
12057
12492
|
}
|
|
12058
12493
|
},
|
|
@@ -12074,7 +12509,7 @@
|
|
|
12074
12509
|
]
|
|
12075
12510
|
},
|
|
12076
12511
|
"midnight": {
|
|
12077
|
-
"value": "linear-gradient(228.64deg, #
|
|
12512
|
+
"value": "linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%)",
|
|
12078
12513
|
"type": "color",
|
|
12079
12514
|
"public": true,
|
|
12080
12515
|
"filePath": "tokens/color/base/gradients.light.json",
|
|
@@ -12084,7 +12519,7 @@
|
|
|
12084
12519
|
"type": "linear-gradient",
|
|
12085
12520
|
"angle": "228.64deg",
|
|
12086
12521
|
"colors": {
|
|
12087
|
-
"1": "#
|
|
12522
|
+
"1": "#1B0874 46.34%",
|
|
12088
12523
|
"2": "#00E0C3 100%"
|
|
12089
12524
|
}
|
|
12090
12525
|
},
|
|
@@ -12131,11 +12566,11 @@
|
|
|
12131
12566
|
]
|
|
12132
12567
|
},
|
|
12133
12568
|
"visited": {
|
|
12134
|
-
"value": "#
|
|
12569
|
+
"value": "#5f41e5",
|
|
12135
12570
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
12136
12571
|
"isSource": true,
|
|
12137
12572
|
"original": {
|
|
12138
|
-
"value": "
|
|
12573
|
+
"value": "{color.light-mode.brand.secondary.300.value}"
|
|
12139
12574
|
},
|
|
12140
12575
|
"name": "color-light-mode-interactive-visited",
|
|
12141
12576
|
"attributes": {
|
|
@@ -12200,11 +12635,11 @@
|
|
|
12200
12635
|
]
|
|
12201
12636
|
},
|
|
12202
12637
|
"visited": {
|
|
12203
|
-
"value": "#
|
|
12638
|
+
"value": "#8a70ff",
|
|
12204
12639
|
"filePath": "tokens/color/base/interactive.light.json",
|
|
12205
12640
|
"isSource": true,
|
|
12206
12641
|
"original": {
|
|
12207
|
-
"value": "#
|
|
12642
|
+
"value": "#8A70FF"
|
|
12208
12643
|
},
|
|
12209
12644
|
"name": "color-light-mode-interactive-reverse-visited",
|
|
12210
12645
|
"attributes": {
|