@pantheon-systems/pds-design-tokens 1.0.0-dev.71 → 1.0.0-dev.73
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 +8 -8
- package/build/css/pds-design-tokens-light-mode.css +8 -8
- package/build/figma/pds-design-tokens-figma.json +71 -65
- package/build/json/pds-design-tokens-dark-mode.json +39 -35
- package/build/json/pds-design-tokens-light-mode.json +32 -30
- package/package.json +1 -1
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
--pds-color-background-reverse: #e7e7eb;
|
|
16
16
|
--pds-color-badge-border: #a6a3b4;
|
|
17
17
|
--pds-color-badge-label: #e7e7eb;
|
|
18
|
-
--pds-color-badge-plan-diamond-background: #f0fdff;
|
|
19
|
-
--pds-color-badge-plan-diamond-foreground: var(--pds-color-brand-secondary-400);
|
|
20
|
-
--pds-color-badge-plan-gold-background: #fff1a9;
|
|
21
|
-
--pds-color-badge-plan-gold-foreground: var(--pds-color-brand-primary-600);
|
|
22
|
-
--pds-color-badge-plan-platinum-background: #d0c6ff;
|
|
23
|
-
--pds-color-badge-plan-platinum-foreground: #4e39a8;
|
|
24
|
-
--pds-color-badge-plan-silver-background: #a6a3b4;
|
|
25
|
-
--pds-color-badge-plan-silver-foreground: var(--pds-color-text-default-secondary);
|
|
26
18
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
27
19
|
--pds-color-badge-status-default: #858299;
|
|
28
20
|
--pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
|
|
29
21
|
--pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
|
|
30
22
|
--pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
|
|
31
23
|
--pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
|
|
24
|
+
--pds-color-badge-tier-diamond-background: #f0fdff;
|
|
25
|
+
--pds-color-badge-tier-diamond-foreground: #8a70ff;
|
|
26
|
+
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
27
|
+
--pds-color-badge-tier-gold-foreground: #705e00;
|
|
28
|
+
--pds-color-badge-tier-platinum-background: #d0c6ff;
|
|
29
|
+
--pds-color-badge-tier-platinum-foreground: #4e39a8;
|
|
30
|
+
--pds-color-badge-tier-silver-background: #e7e7eb;
|
|
31
|
+
--pds-color-badge-tier-silver-foreground: #504e62;
|
|
32
32
|
--pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
|
|
33
33
|
--pds-color-banner-critical-foreground: #ffffff;
|
|
34
34
|
--pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
--pds-color-background-reverse: #23232d;
|
|
16
16
|
--pds-color-badge-border: var(--pds-color-border-default);
|
|
17
17
|
--pds-color-badge-label: var(--pds-color-text-default-secondary);
|
|
18
|
-
--pds-color-badge-plan-diamond-background: #f0fdff;
|
|
19
|
-
--pds-color-badge-plan-diamond-foreground: var(--pds-color-brand-secondary-300);
|
|
20
|
-
--pds-color-badge-plan-gold-background: #fff1a9;
|
|
21
|
-
--pds-color-badge-plan-gold-foreground: var(--pds-color-brand-primary-600);
|
|
22
|
-
--pds-color-badge-plan-platinum-background: #f0ecff;
|
|
23
|
-
--pds-color-badge-plan-platinum-foreground: #3017a1;
|
|
24
|
-
--pds-color-badge-plan-silver-background: #f1f1f1;
|
|
25
|
-
--pds-color-badge-plan-silver-foreground: var(--pds-color-text-default-secondary);
|
|
26
18
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
27
19
|
--pds-color-badge-status-default: #cfcfd3;
|
|
28
20
|
--pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
|
|
29
21
|
--pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
|
|
30
22
|
--pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
|
|
31
23
|
--pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
|
|
24
|
+
--pds-color-badge-tier-diamond-background: #f0fdff;
|
|
25
|
+
--pds-color-badge-tier-diamond-foreground: #5f41e5;
|
|
26
|
+
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
27
|
+
--pds-color-badge-tier-gold-foreground: #705e00;
|
|
28
|
+
--pds-color-badge-tier-platinum-background: #f0ecff;
|
|
29
|
+
--pds-color-badge-tier-platinum-foreground: #3017a1;
|
|
30
|
+
--pds-color-badge-tier-silver-background: #f1f1f1;
|
|
31
|
+
--pds-color-badge-tier-silver-foreground: var(--pds-color-text-default-secondary);
|
|
32
32
|
--pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
|
|
33
33
|
--pds-color-banner-critical-foreground: #ffffff;
|
|
34
34
|
--pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
|
|
@@ -2030,58 +2030,60 @@
|
|
|
2030
2030
|
]
|
|
2031
2031
|
}
|
|
2032
2032
|
},
|
|
2033
|
-
"
|
|
2033
|
+
"tier": {
|
|
2034
2034
|
"silver": {
|
|
2035
2035
|
"background": {
|
|
2036
|
-
"value": "#
|
|
2036
|
+
"value": "#e7e7eb",
|
|
2037
2037
|
"public": true,
|
|
2038
2038
|
"isReferenceToInternal": true,
|
|
2039
2039
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2040
2040
|
"isSource": true,
|
|
2041
2041
|
"original": {
|
|
2042
|
-
"value": "{color.dark-mode.neutral.
|
|
2042
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2043
2043
|
"public": true,
|
|
2044
2044
|
"isReferenceToInternal": true
|
|
2045
2045
|
},
|
|
2046
|
-
"name": "color-dark-mode-badge-
|
|
2046
|
+
"name": "color-dark-mode-badge-tier-silver-background",
|
|
2047
2047
|
"attributes": {
|
|
2048
2048
|
"category": "color",
|
|
2049
2049
|
"type": "dark-mode",
|
|
2050
2050
|
"item": "badge",
|
|
2051
|
-
"subitem": "
|
|
2051
|
+
"subitem": "tier",
|
|
2052
2052
|
"state": "silver"
|
|
2053
2053
|
},
|
|
2054
2054
|
"path": [
|
|
2055
2055
|
"color",
|
|
2056
2056
|
"dark-mode",
|
|
2057
2057
|
"badge",
|
|
2058
|
-
"
|
|
2058
|
+
"tier",
|
|
2059
2059
|
"silver",
|
|
2060
2060
|
"background"
|
|
2061
2061
|
]
|
|
2062
2062
|
},
|
|
2063
2063
|
"foreground": {
|
|
2064
|
-
"value": "#
|
|
2064
|
+
"value": "#504e62",
|
|
2065
2065
|
"public": true,
|
|
2066
|
+
"isReferenceToInternal": true,
|
|
2066
2067
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2067
2068
|
"isSource": true,
|
|
2068
2069
|
"original": {
|
|
2069
|
-
"value": "{color.dark-mode.
|
|
2070
|
-
"public": true
|
|
2070
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2071
|
+
"public": true,
|
|
2072
|
+
"isReferenceToInternal": true
|
|
2071
2073
|
},
|
|
2072
|
-
"name": "color-dark-mode-badge-
|
|
2074
|
+
"name": "color-dark-mode-badge-tier-silver-foreground",
|
|
2073
2075
|
"attributes": {
|
|
2074
2076
|
"category": "color",
|
|
2075
2077
|
"type": "dark-mode",
|
|
2076
2078
|
"item": "badge",
|
|
2077
|
-
"subitem": "
|
|
2079
|
+
"subitem": "tier",
|
|
2078
2080
|
"state": "silver"
|
|
2079
2081
|
},
|
|
2080
2082
|
"path": [
|
|
2081
2083
|
"color",
|
|
2082
2084
|
"dark-mode",
|
|
2083
2085
|
"badge",
|
|
2084
|
-
"
|
|
2086
|
+
"tier",
|
|
2085
2087
|
"silver",
|
|
2086
2088
|
"foreground"
|
|
2087
2089
|
]
|
|
@@ -2099,19 +2101,19 @@
|
|
|
2099
2101
|
"public": true,
|
|
2100
2102
|
"isReferenceToInternal": true
|
|
2101
2103
|
},
|
|
2102
|
-
"name": "color-dark-mode-badge-
|
|
2104
|
+
"name": "color-dark-mode-badge-tier-gold-background",
|
|
2103
2105
|
"attributes": {
|
|
2104
2106
|
"category": "color",
|
|
2105
2107
|
"type": "dark-mode",
|
|
2106
2108
|
"item": "badge",
|
|
2107
|
-
"subitem": "
|
|
2109
|
+
"subitem": "tier",
|
|
2108
2110
|
"state": "gold"
|
|
2109
2111
|
},
|
|
2110
2112
|
"path": [
|
|
2111
2113
|
"color",
|
|
2112
2114
|
"dark-mode",
|
|
2113
2115
|
"badge",
|
|
2114
|
-
"
|
|
2116
|
+
"tier",
|
|
2115
2117
|
"gold",
|
|
2116
2118
|
"background"
|
|
2117
2119
|
]
|
|
@@ -2119,25 +2121,27 @@
|
|
|
2119
2121
|
"foreground": {
|
|
2120
2122
|
"value": "#705e00",
|
|
2121
2123
|
"public": true,
|
|
2124
|
+
"isReferenceToInternal": true,
|
|
2122
2125
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2123
2126
|
"isSource": true,
|
|
2124
2127
|
"original": {
|
|
2125
2128
|
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
2126
|
-
"public": true
|
|
2129
|
+
"public": true,
|
|
2130
|
+
"isReferenceToInternal": true
|
|
2127
2131
|
},
|
|
2128
|
-
"name": "color-dark-mode-badge-
|
|
2132
|
+
"name": "color-dark-mode-badge-tier-gold-foreground",
|
|
2129
2133
|
"attributes": {
|
|
2130
2134
|
"category": "color",
|
|
2131
2135
|
"type": "dark-mode",
|
|
2132
2136
|
"item": "badge",
|
|
2133
|
-
"subitem": "
|
|
2137
|
+
"subitem": "tier",
|
|
2134
2138
|
"state": "gold"
|
|
2135
2139
|
},
|
|
2136
2140
|
"path": [
|
|
2137
2141
|
"color",
|
|
2138
2142
|
"dark-mode",
|
|
2139
2143
|
"badge",
|
|
2140
|
-
"
|
|
2144
|
+
"tier",
|
|
2141
2145
|
"gold",
|
|
2142
2146
|
"foreground"
|
|
2143
2147
|
]
|
|
@@ -2155,19 +2159,19 @@
|
|
|
2155
2159
|
"public": true,
|
|
2156
2160
|
"isReferenceToInternal": true
|
|
2157
2161
|
},
|
|
2158
|
-
"name": "color-dark-mode-badge-
|
|
2162
|
+
"name": "color-dark-mode-badge-tier-platinum-background",
|
|
2159
2163
|
"attributes": {
|
|
2160
2164
|
"category": "color",
|
|
2161
2165
|
"type": "dark-mode",
|
|
2162
2166
|
"item": "badge",
|
|
2163
|
-
"subitem": "
|
|
2167
|
+
"subitem": "tier",
|
|
2164
2168
|
"state": "platinum"
|
|
2165
2169
|
},
|
|
2166
2170
|
"path": [
|
|
2167
2171
|
"color",
|
|
2168
2172
|
"dark-mode",
|
|
2169
2173
|
"badge",
|
|
2170
|
-
"
|
|
2174
|
+
"tier",
|
|
2171
2175
|
"platinum",
|
|
2172
2176
|
"background"
|
|
2173
2177
|
]
|
|
@@ -2183,19 +2187,19 @@
|
|
|
2183
2187
|
"public": true,
|
|
2184
2188
|
"isReferenceToInternal": true
|
|
2185
2189
|
},
|
|
2186
|
-
"name": "color-dark-mode-badge-
|
|
2190
|
+
"name": "color-dark-mode-badge-tier-platinum-foreground",
|
|
2187
2191
|
"attributes": {
|
|
2188
2192
|
"category": "color",
|
|
2189
2193
|
"type": "dark-mode",
|
|
2190
2194
|
"item": "badge",
|
|
2191
|
-
"subitem": "
|
|
2195
|
+
"subitem": "tier",
|
|
2192
2196
|
"state": "platinum"
|
|
2193
2197
|
},
|
|
2194
2198
|
"path": [
|
|
2195
2199
|
"color",
|
|
2196
2200
|
"dark-mode",
|
|
2197
2201
|
"badge",
|
|
2198
|
-
"
|
|
2202
|
+
"tier",
|
|
2199
2203
|
"platinum",
|
|
2200
2204
|
"foreground"
|
|
2201
2205
|
]
|
|
@@ -2205,27 +2209,25 @@
|
|
|
2205
2209
|
"background": {
|
|
2206
2210
|
"value": "#f0fdff",
|
|
2207
2211
|
"public": true,
|
|
2208
|
-
"isReferenceToInternal": true,
|
|
2209
2212
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2210
2213
|
"isSource": true,
|
|
2211
2214
|
"original": {
|
|
2212
2215
|
"value": "#f0fdff",
|
|
2213
|
-
"public": true
|
|
2214
|
-
"isReferenceToInternal": true
|
|
2216
|
+
"public": true
|
|
2215
2217
|
},
|
|
2216
|
-
"name": "color-dark-mode-badge-
|
|
2218
|
+
"name": "color-dark-mode-badge-tier-diamond-background",
|
|
2217
2219
|
"attributes": {
|
|
2218
2220
|
"category": "color",
|
|
2219
2221
|
"type": "dark-mode",
|
|
2220
2222
|
"item": "badge",
|
|
2221
|
-
"subitem": "
|
|
2223
|
+
"subitem": "tier",
|
|
2222
2224
|
"state": "diamond"
|
|
2223
2225
|
},
|
|
2224
2226
|
"path": [
|
|
2225
2227
|
"color",
|
|
2226
2228
|
"dark-mode",
|
|
2227
2229
|
"badge",
|
|
2228
|
-
"
|
|
2230
|
+
"tier",
|
|
2229
2231
|
"diamond",
|
|
2230
2232
|
"background"
|
|
2231
2233
|
]
|
|
@@ -2233,25 +2235,27 @@
|
|
|
2233
2235
|
"foreground": {
|
|
2234
2236
|
"value": "#8a70ff",
|
|
2235
2237
|
"public": true,
|
|
2238
|
+
"isReferenceToInternal": true,
|
|
2236
2239
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2237
2240
|
"isSource": true,
|
|
2238
2241
|
"original": {
|
|
2239
2242
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
2240
|
-
"public": true
|
|
2243
|
+
"public": true,
|
|
2244
|
+
"isReferenceToInternal": true
|
|
2241
2245
|
},
|
|
2242
|
-
"name": "color-dark-mode-badge-
|
|
2246
|
+
"name": "color-dark-mode-badge-tier-diamond-foreground",
|
|
2243
2247
|
"attributes": {
|
|
2244
2248
|
"category": "color",
|
|
2245
2249
|
"type": "dark-mode",
|
|
2246
2250
|
"item": "badge",
|
|
2247
|
-
"subitem": "
|
|
2251
|
+
"subitem": "tier",
|
|
2248
2252
|
"state": "diamond"
|
|
2249
2253
|
},
|
|
2250
2254
|
"path": [
|
|
2251
2255
|
"color",
|
|
2252
2256
|
"dark-mode",
|
|
2253
2257
|
"badge",
|
|
2254
|
-
"
|
|
2258
|
+
"tier",
|
|
2255
2259
|
"diamond",
|
|
2256
2260
|
"foreground"
|
|
2257
2261
|
]
|
|
@@ -7663,7 +7667,7 @@
|
|
|
7663
7667
|
]
|
|
7664
7668
|
}
|
|
7665
7669
|
},
|
|
7666
|
-
"
|
|
7670
|
+
"tier": {
|
|
7667
7671
|
"silver": {
|
|
7668
7672
|
"background": {
|
|
7669
7673
|
"value": "#f1f1f1",
|
|
@@ -7676,19 +7680,19 @@
|
|
|
7676
7680
|
"public": true,
|
|
7677
7681
|
"isReferenceToInternal": true
|
|
7678
7682
|
},
|
|
7679
|
-
"name": "color-light-mode-badge-
|
|
7683
|
+
"name": "color-light-mode-badge-tier-silver-background",
|
|
7680
7684
|
"attributes": {
|
|
7681
7685
|
"category": "color",
|
|
7682
7686
|
"type": "light-mode",
|
|
7683
7687
|
"item": "badge",
|
|
7684
|
-
"subitem": "
|
|
7688
|
+
"subitem": "tier",
|
|
7685
7689
|
"state": "silver"
|
|
7686
7690
|
},
|
|
7687
7691
|
"path": [
|
|
7688
7692
|
"color",
|
|
7689
7693
|
"light-mode",
|
|
7690
7694
|
"badge",
|
|
7691
|
-
"
|
|
7695
|
+
"tier",
|
|
7692
7696
|
"silver",
|
|
7693
7697
|
"background"
|
|
7694
7698
|
]
|
|
@@ -7702,19 +7706,19 @@
|
|
|
7702
7706
|
"value": "{color.light-mode.text.default-secondary.value}",
|
|
7703
7707
|
"public": true
|
|
7704
7708
|
},
|
|
7705
|
-
"name": "color-light-mode-badge-
|
|
7709
|
+
"name": "color-light-mode-badge-tier-silver-foreground",
|
|
7706
7710
|
"attributes": {
|
|
7707
7711
|
"category": "color",
|
|
7708
7712
|
"type": "light-mode",
|
|
7709
7713
|
"item": "badge",
|
|
7710
|
-
"subitem": "
|
|
7714
|
+
"subitem": "tier",
|
|
7711
7715
|
"state": "silver"
|
|
7712
7716
|
},
|
|
7713
7717
|
"path": [
|
|
7714
7718
|
"color",
|
|
7715
7719
|
"light-mode",
|
|
7716
7720
|
"badge",
|
|
7717
|
-
"
|
|
7721
|
+
"tier",
|
|
7718
7722
|
"silver",
|
|
7719
7723
|
"foreground"
|
|
7720
7724
|
]
|
|
@@ -7732,19 +7736,19 @@
|
|
|
7732
7736
|
"public": true,
|
|
7733
7737
|
"isReferenceToInternal": true
|
|
7734
7738
|
},
|
|
7735
|
-
"name": "color-light-mode-badge-
|
|
7739
|
+
"name": "color-light-mode-badge-tier-gold-background",
|
|
7736
7740
|
"attributes": {
|
|
7737
7741
|
"category": "color",
|
|
7738
7742
|
"type": "light-mode",
|
|
7739
7743
|
"item": "badge",
|
|
7740
|
-
"subitem": "
|
|
7744
|
+
"subitem": "tier",
|
|
7741
7745
|
"state": "gold"
|
|
7742
7746
|
},
|
|
7743
7747
|
"path": [
|
|
7744
7748
|
"color",
|
|
7745
7749
|
"light-mode",
|
|
7746
7750
|
"badge",
|
|
7747
|
-
"
|
|
7751
|
+
"tier",
|
|
7748
7752
|
"gold",
|
|
7749
7753
|
"background"
|
|
7750
7754
|
]
|
|
@@ -7752,25 +7756,27 @@
|
|
|
7752
7756
|
"foreground": {
|
|
7753
7757
|
"value": "#705e00",
|
|
7754
7758
|
"public": true,
|
|
7759
|
+
"isReferenceToInternal": true,
|
|
7755
7760
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
7756
7761
|
"isSource": true,
|
|
7757
7762
|
"original": {
|
|
7758
7763
|
"value": "{color.light-mode.brand.primary.600.value}",
|
|
7759
|
-
"public": true
|
|
7764
|
+
"public": true,
|
|
7765
|
+
"isReferenceToInternal": true
|
|
7760
7766
|
},
|
|
7761
|
-
"name": "color-light-mode-badge-
|
|
7767
|
+
"name": "color-light-mode-badge-tier-gold-foreground",
|
|
7762
7768
|
"attributes": {
|
|
7763
7769
|
"category": "color",
|
|
7764
7770
|
"type": "light-mode",
|
|
7765
7771
|
"item": "badge",
|
|
7766
|
-
"subitem": "
|
|
7772
|
+
"subitem": "tier",
|
|
7767
7773
|
"state": "gold"
|
|
7768
7774
|
},
|
|
7769
7775
|
"path": [
|
|
7770
7776
|
"color",
|
|
7771
7777
|
"light-mode",
|
|
7772
7778
|
"badge",
|
|
7773
|
-
"
|
|
7779
|
+
"tier",
|
|
7774
7780
|
"gold",
|
|
7775
7781
|
"foreground"
|
|
7776
7782
|
]
|
|
@@ -7788,19 +7794,19 @@
|
|
|
7788
7794
|
"public": true,
|
|
7789
7795
|
"isReferenceToInternal": true
|
|
7790
7796
|
},
|
|
7791
|
-
"name": "color-light-mode-badge-
|
|
7797
|
+
"name": "color-light-mode-badge-tier-platinum-background",
|
|
7792
7798
|
"attributes": {
|
|
7793
7799
|
"category": "color",
|
|
7794
7800
|
"type": "light-mode",
|
|
7795
7801
|
"item": "badge",
|
|
7796
|
-
"subitem": "
|
|
7802
|
+
"subitem": "tier",
|
|
7797
7803
|
"state": "platinum"
|
|
7798
7804
|
},
|
|
7799
7805
|
"path": [
|
|
7800
7806
|
"color",
|
|
7801
7807
|
"light-mode",
|
|
7802
7808
|
"badge",
|
|
7803
|
-
"
|
|
7809
|
+
"tier",
|
|
7804
7810
|
"platinum",
|
|
7805
7811
|
"background"
|
|
7806
7812
|
]
|
|
@@ -7816,19 +7822,19 @@
|
|
|
7816
7822
|
"public": true,
|
|
7817
7823
|
"isReferenceToInternal": true
|
|
7818
7824
|
},
|
|
7819
|
-
"name": "color-light-mode-badge-
|
|
7825
|
+
"name": "color-light-mode-badge-tier-platinum-foreground",
|
|
7820
7826
|
"attributes": {
|
|
7821
7827
|
"category": "color",
|
|
7822
7828
|
"type": "light-mode",
|
|
7823
7829
|
"item": "badge",
|
|
7824
|
-
"subitem": "
|
|
7830
|
+
"subitem": "tier",
|
|
7825
7831
|
"state": "platinum"
|
|
7826
7832
|
},
|
|
7827
7833
|
"path": [
|
|
7828
7834
|
"color",
|
|
7829
7835
|
"light-mode",
|
|
7830
7836
|
"badge",
|
|
7831
|
-
"
|
|
7837
|
+
"tier",
|
|
7832
7838
|
"platinum",
|
|
7833
7839
|
"foreground"
|
|
7834
7840
|
]
|
|
@@ -7838,27 +7844,25 @@
|
|
|
7838
7844
|
"background": {
|
|
7839
7845
|
"value": "#f0fdff",
|
|
7840
7846
|
"public": true,
|
|
7841
|
-
"isReferenceToInternal": true,
|
|
7842
7847
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
7843
7848
|
"isSource": true,
|
|
7844
7849
|
"original": {
|
|
7845
7850
|
"value": "#f0fdff",
|
|
7846
|
-
"public": true
|
|
7847
|
-
"isReferenceToInternal": true
|
|
7851
|
+
"public": true
|
|
7848
7852
|
},
|
|
7849
|
-
"name": "color-light-mode-badge-
|
|
7853
|
+
"name": "color-light-mode-badge-tier-diamond-background",
|
|
7850
7854
|
"attributes": {
|
|
7851
7855
|
"category": "color",
|
|
7852
7856
|
"type": "light-mode",
|
|
7853
7857
|
"item": "badge",
|
|
7854
|
-
"subitem": "
|
|
7858
|
+
"subitem": "tier",
|
|
7855
7859
|
"state": "diamond"
|
|
7856
7860
|
},
|
|
7857
7861
|
"path": [
|
|
7858
7862
|
"color",
|
|
7859
7863
|
"light-mode",
|
|
7860
7864
|
"badge",
|
|
7861
|
-
"
|
|
7865
|
+
"tier",
|
|
7862
7866
|
"diamond",
|
|
7863
7867
|
"background"
|
|
7864
7868
|
]
|
|
@@ -7866,25 +7870,27 @@
|
|
|
7866
7870
|
"foreground": {
|
|
7867
7871
|
"value": "#5f41e5",
|
|
7868
7872
|
"public": true,
|
|
7873
|
+
"isReferenceToInternal": true,
|
|
7869
7874
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
7870
7875
|
"isSource": true,
|
|
7871
7876
|
"original": {
|
|
7872
7877
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
7873
|
-
"public": true
|
|
7878
|
+
"public": true,
|
|
7879
|
+
"isReferenceToInternal": true
|
|
7874
7880
|
},
|
|
7875
|
-
"name": "color-light-mode-badge-
|
|
7881
|
+
"name": "color-light-mode-badge-tier-diamond-foreground",
|
|
7876
7882
|
"attributes": {
|
|
7877
7883
|
"category": "color",
|
|
7878
7884
|
"type": "light-mode",
|
|
7879
7885
|
"item": "badge",
|
|
7880
|
-
"subitem": "
|
|
7886
|
+
"subitem": "tier",
|
|
7881
7887
|
"state": "diamond"
|
|
7882
7888
|
},
|
|
7883
7889
|
"path": [
|
|
7884
7890
|
"color",
|
|
7885
7891
|
"light-mode",
|
|
7886
7892
|
"badge",
|
|
7887
|
-
"
|
|
7893
|
+
"tier",
|
|
7888
7894
|
"diamond",
|
|
7889
7895
|
"foreground"
|
|
7890
7896
|
]
|
|
@@ -206,58 +206,60 @@
|
|
|
206
206
|
]
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"tier": {
|
|
210
210
|
"silver": {
|
|
211
211
|
"background": {
|
|
212
|
-
"value": "#
|
|
212
|
+
"value": "#e7e7eb",
|
|
213
213
|
"public": true,
|
|
214
214
|
"isReferenceToInternal": true,
|
|
215
215
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
216
216
|
"isSource": true,
|
|
217
217
|
"original": {
|
|
218
|
-
"value": "{color.dark-mode.neutral.
|
|
218
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
219
219
|
"public": true,
|
|
220
220
|
"isReferenceToInternal": true
|
|
221
221
|
},
|
|
222
|
-
"name": "color-dark-mode-badge-
|
|
222
|
+
"name": "color-dark-mode-badge-tier-silver-background",
|
|
223
223
|
"attributes": {
|
|
224
224
|
"category": "color",
|
|
225
225
|
"type": "dark-mode",
|
|
226
226
|
"item": "badge",
|
|
227
|
-
"subitem": "
|
|
227
|
+
"subitem": "tier",
|
|
228
228
|
"state": "silver"
|
|
229
229
|
},
|
|
230
230
|
"path": [
|
|
231
231
|
"color",
|
|
232
232
|
"dark-mode",
|
|
233
233
|
"badge",
|
|
234
|
-
"
|
|
234
|
+
"tier",
|
|
235
235
|
"silver",
|
|
236
236
|
"background"
|
|
237
237
|
]
|
|
238
238
|
},
|
|
239
239
|
"foreground": {
|
|
240
|
-
"value": "#
|
|
240
|
+
"value": "#504e62",
|
|
241
241
|
"public": true,
|
|
242
|
+
"isReferenceToInternal": true,
|
|
242
243
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
243
244
|
"isSource": true,
|
|
244
245
|
"original": {
|
|
245
|
-
"value": "{color.dark-mode.
|
|
246
|
-
"public": true
|
|
246
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
247
|
+
"public": true,
|
|
248
|
+
"isReferenceToInternal": true
|
|
247
249
|
},
|
|
248
|
-
"name": "color-dark-mode-badge-
|
|
250
|
+
"name": "color-dark-mode-badge-tier-silver-foreground",
|
|
249
251
|
"attributes": {
|
|
250
252
|
"category": "color",
|
|
251
253
|
"type": "dark-mode",
|
|
252
254
|
"item": "badge",
|
|
253
|
-
"subitem": "
|
|
255
|
+
"subitem": "tier",
|
|
254
256
|
"state": "silver"
|
|
255
257
|
},
|
|
256
258
|
"path": [
|
|
257
259
|
"color",
|
|
258
260
|
"dark-mode",
|
|
259
261
|
"badge",
|
|
260
|
-
"
|
|
262
|
+
"tier",
|
|
261
263
|
"silver",
|
|
262
264
|
"foreground"
|
|
263
265
|
]
|
|
@@ -275,19 +277,19 @@
|
|
|
275
277
|
"public": true,
|
|
276
278
|
"isReferenceToInternal": true
|
|
277
279
|
},
|
|
278
|
-
"name": "color-dark-mode-badge-
|
|
280
|
+
"name": "color-dark-mode-badge-tier-gold-background",
|
|
279
281
|
"attributes": {
|
|
280
282
|
"category": "color",
|
|
281
283
|
"type": "dark-mode",
|
|
282
284
|
"item": "badge",
|
|
283
|
-
"subitem": "
|
|
285
|
+
"subitem": "tier",
|
|
284
286
|
"state": "gold"
|
|
285
287
|
},
|
|
286
288
|
"path": [
|
|
287
289
|
"color",
|
|
288
290
|
"dark-mode",
|
|
289
291
|
"badge",
|
|
290
|
-
"
|
|
292
|
+
"tier",
|
|
291
293
|
"gold",
|
|
292
294
|
"background"
|
|
293
295
|
]
|
|
@@ -295,25 +297,27 @@
|
|
|
295
297
|
"foreground": {
|
|
296
298
|
"value": "#705e00",
|
|
297
299
|
"public": true,
|
|
300
|
+
"isReferenceToInternal": true,
|
|
298
301
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
299
302
|
"isSource": true,
|
|
300
303
|
"original": {
|
|
301
304
|
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
302
|
-
"public": true
|
|
305
|
+
"public": true,
|
|
306
|
+
"isReferenceToInternal": true
|
|
303
307
|
},
|
|
304
|
-
"name": "color-dark-mode-badge-
|
|
308
|
+
"name": "color-dark-mode-badge-tier-gold-foreground",
|
|
305
309
|
"attributes": {
|
|
306
310
|
"category": "color",
|
|
307
311
|
"type": "dark-mode",
|
|
308
312
|
"item": "badge",
|
|
309
|
-
"subitem": "
|
|
313
|
+
"subitem": "tier",
|
|
310
314
|
"state": "gold"
|
|
311
315
|
},
|
|
312
316
|
"path": [
|
|
313
317
|
"color",
|
|
314
318
|
"dark-mode",
|
|
315
319
|
"badge",
|
|
316
|
-
"
|
|
320
|
+
"tier",
|
|
317
321
|
"gold",
|
|
318
322
|
"foreground"
|
|
319
323
|
]
|
|
@@ -331,19 +335,19 @@
|
|
|
331
335
|
"public": true,
|
|
332
336
|
"isReferenceToInternal": true
|
|
333
337
|
},
|
|
334
|
-
"name": "color-dark-mode-badge-
|
|
338
|
+
"name": "color-dark-mode-badge-tier-platinum-background",
|
|
335
339
|
"attributes": {
|
|
336
340
|
"category": "color",
|
|
337
341
|
"type": "dark-mode",
|
|
338
342
|
"item": "badge",
|
|
339
|
-
"subitem": "
|
|
343
|
+
"subitem": "tier",
|
|
340
344
|
"state": "platinum"
|
|
341
345
|
},
|
|
342
346
|
"path": [
|
|
343
347
|
"color",
|
|
344
348
|
"dark-mode",
|
|
345
349
|
"badge",
|
|
346
|
-
"
|
|
350
|
+
"tier",
|
|
347
351
|
"platinum",
|
|
348
352
|
"background"
|
|
349
353
|
]
|
|
@@ -359,19 +363,19 @@
|
|
|
359
363
|
"public": true,
|
|
360
364
|
"isReferenceToInternal": true
|
|
361
365
|
},
|
|
362
|
-
"name": "color-dark-mode-badge-
|
|
366
|
+
"name": "color-dark-mode-badge-tier-platinum-foreground",
|
|
363
367
|
"attributes": {
|
|
364
368
|
"category": "color",
|
|
365
369
|
"type": "dark-mode",
|
|
366
370
|
"item": "badge",
|
|
367
|
-
"subitem": "
|
|
371
|
+
"subitem": "tier",
|
|
368
372
|
"state": "platinum"
|
|
369
373
|
},
|
|
370
374
|
"path": [
|
|
371
375
|
"color",
|
|
372
376
|
"dark-mode",
|
|
373
377
|
"badge",
|
|
374
|
-
"
|
|
378
|
+
"tier",
|
|
375
379
|
"platinum",
|
|
376
380
|
"foreground"
|
|
377
381
|
]
|
|
@@ -381,27 +385,25 @@
|
|
|
381
385
|
"background": {
|
|
382
386
|
"value": "#f0fdff",
|
|
383
387
|
"public": true,
|
|
384
|
-
"isReferenceToInternal": true,
|
|
385
388
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
386
389
|
"isSource": true,
|
|
387
390
|
"original": {
|
|
388
391
|
"value": "#f0fdff",
|
|
389
|
-
"public": true
|
|
390
|
-
"isReferenceToInternal": true
|
|
392
|
+
"public": true
|
|
391
393
|
},
|
|
392
|
-
"name": "color-dark-mode-badge-
|
|
394
|
+
"name": "color-dark-mode-badge-tier-diamond-background",
|
|
393
395
|
"attributes": {
|
|
394
396
|
"category": "color",
|
|
395
397
|
"type": "dark-mode",
|
|
396
398
|
"item": "badge",
|
|
397
|
-
"subitem": "
|
|
399
|
+
"subitem": "tier",
|
|
398
400
|
"state": "diamond"
|
|
399
401
|
},
|
|
400
402
|
"path": [
|
|
401
403
|
"color",
|
|
402
404
|
"dark-mode",
|
|
403
405
|
"badge",
|
|
404
|
-
"
|
|
406
|
+
"tier",
|
|
405
407
|
"diamond",
|
|
406
408
|
"background"
|
|
407
409
|
]
|
|
@@ -409,25 +411,27 @@
|
|
|
409
411
|
"foreground": {
|
|
410
412
|
"value": "#8a70ff",
|
|
411
413
|
"public": true,
|
|
414
|
+
"isReferenceToInternal": true,
|
|
412
415
|
"filePath": "tokens/color/alias/badge.dark.json",
|
|
413
416
|
"isSource": true,
|
|
414
417
|
"original": {
|
|
415
418
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
416
|
-
"public": true
|
|
419
|
+
"public": true,
|
|
420
|
+
"isReferenceToInternal": true
|
|
417
421
|
},
|
|
418
|
-
"name": "color-dark-mode-badge-
|
|
422
|
+
"name": "color-dark-mode-badge-tier-diamond-foreground",
|
|
419
423
|
"attributes": {
|
|
420
424
|
"category": "color",
|
|
421
425
|
"type": "dark-mode",
|
|
422
426
|
"item": "badge",
|
|
423
|
-
"subitem": "
|
|
427
|
+
"subitem": "tier",
|
|
424
428
|
"state": "diamond"
|
|
425
429
|
},
|
|
426
430
|
"path": [
|
|
427
431
|
"color",
|
|
428
432
|
"dark-mode",
|
|
429
433
|
"badge",
|
|
430
|
-
"
|
|
434
|
+
"tier",
|
|
431
435
|
"diamond",
|
|
432
436
|
"foreground"
|
|
433
437
|
]
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
]
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
|
-
"
|
|
205
|
+
"tier": {
|
|
206
206
|
"silver": {
|
|
207
207
|
"background": {
|
|
208
208
|
"value": "#f1f1f1",
|
|
@@ -215,19 +215,19 @@
|
|
|
215
215
|
"public": true,
|
|
216
216
|
"isReferenceToInternal": true
|
|
217
217
|
},
|
|
218
|
-
"name": "color-light-mode-badge-
|
|
218
|
+
"name": "color-light-mode-badge-tier-silver-background",
|
|
219
219
|
"attributes": {
|
|
220
220
|
"category": "color",
|
|
221
221
|
"type": "light-mode",
|
|
222
222
|
"item": "badge",
|
|
223
|
-
"subitem": "
|
|
223
|
+
"subitem": "tier",
|
|
224
224
|
"state": "silver"
|
|
225
225
|
},
|
|
226
226
|
"path": [
|
|
227
227
|
"color",
|
|
228
228
|
"light-mode",
|
|
229
229
|
"badge",
|
|
230
|
-
"
|
|
230
|
+
"tier",
|
|
231
231
|
"silver",
|
|
232
232
|
"background"
|
|
233
233
|
]
|
|
@@ -241,19 +241,19 @@
|
|
|
241
241
|
"value": "{color.light-mode.text.default-secondary.value}",
|
|
242
242
|
"public": true
|
|
243
243
|
},
|
|
244
|
-
"name": "color-light-mode-badge-
|
|
244
|
+
"name": "color-light-mode-badge-tier-silver-foreground",
|
|
245
245
|
"attributes": {
|
|
246
246
|
"category": "color",
|
|
247
247
|
"type": "light-mode",
|
|
248
248
|
"item": "badge",
|
|
249
|
-
"subitem": "
|
|
249
|
+
"subitem": "tier",
|
|
250
250
|
"state": "silver"
|
|
251
251
|
},
|
|
252
252
|
"path": [
|
|
253
253
|
"color",
|
|
254
254
|
"light-mode",
|
|
255
255
|
"badge",
|
|
256
|
-
"
|
|
256
|
+
"tier",
|
|
257
257
|
"silver",
|
|
258
258
|
"foreground"
|
|
259
259
|
]
|
|
@@ -271,19 +271,19 @@
|
|
|
271
271
|
"public": true,
|
|
272
272
|
"isReferenceToInternal": true
|
|
273
273
|
},
|
|
274
|
-
"name": "color-light-mode-badge-
|
|
274
|
+
"name": "color-light-mode-badge-tier-gold-background",
|
|
275
275
|
"attributes": {
|
|
276
276
|
"category": "color",
|
|
277
277
|
"type": "light-mode",
|
|
278
278
|
"item": "badge",
|
|
279
|
-
"subitem": "
|
|
279
|
+
"subitem": "tier",
|
|
280
280
|
"state": "gold"
|
|
281
281
|
},
|
|
282
282
|
"path": [
|
|
283
283
|
"color",
|
|
284
284
|
"light-mode",
|
|
285
285
|
"badge",
|
|
286
|
-
"
|
|
286
|
+
"tier",
|
|
287
287
|
"gold",
|
|
288
288
|
"background"
|
|
289
289
|
]
|
|
@@ -291,25 +291,27 @@
|
|
|
291
291
|
"foreground": {
|
|
292
292
|
"value": "#705e00",
|
|
293
293
|
"public": true,
|
|
294
|
+
"isReferenceToInternal": true,
|
|
294
295
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
295
296
|
"isSource": true,
|
|
296
297
|
"original": {
|
|
297
298
|
"value": "{color.light-mode.brand.primary.600.value}",
|
|
298
|
-
"public": true
|
|
299
|
+
"public": true,
|
|
300
|
+
"isReferenceToInternal": true
|
|
299
301
|
},
|
|
300
|
-
"name": "color-light-mode-badge-
|
|
302
|
+
"name": "color-light-mode-badge-tier-gold-foreground",
|
|
301
303
|
"attributes": {
|
|
302
304
|
"category": "color",
|
|
303
305
|
"type": "light-mode",
|
|
304
306
|
"item": "badge",
|
|
305
|
-
"subitem": "
|
|
307
|
+
"subitem": "tier",
|
|
306
308
|
"state": "gold"
|
|
307
309
|
},
|
|
308
310
|
"path": [
|
|
309
311
|
"color",
|
|
310
312
|
"light-mode",
|
|
311
313
|
"badge",
|
|
312
|
-
"
|
|
314
|
+
"tier",
|
|
313
315
|
"gold",
|
|
314
316
|
"foreground"
|
|
315
317
|
]
|
|
@@ -327,19 +329,19 @@
|
|
|
327
329
|
"public": true,
|
|
328
330
|
"isReferenceToInternal": true
|
|
329
331
|
},
|
|
330
|
-
"name": "color-light-mode-badge-
|
|
332
|
+
"name": "color-light-mode-badge-tier-platinum-background",
|
|
331
333
|
"attributes": {
|
|
332
334
|
"category": "color",
|
|
333
335
|
"type": "light-mode",
|
|
334
336
|
"item": "badge",
|
|
335
|
-
"subitem": "
|
|
337
|
+
"subitem": "tier",
|
|
336
338
|
"state": "platinum"
|
|
337
339
|
},
|
|
338
340
|
"path": [
|
|
339
341
|
"color",
|
|
340
342
|
"light-mode",
|
|
341
343
|
"badge",
|
|
342
|
-
"
|
|
344
|
+
"tier",
|
|
343
345
|
"platinum",
|
|
344
346
|
"background"
|
|
345
347
|
]
|
|
@@ -355,19 +357,19 @@
|
|
|
355
357
|
"public": true,
|
|
356
358
|
"isReferenceToInternal": true
|
|
357
359
|
},
|
|
358
|
-
"name": "color-light-mode-badge-
|
|
360
|
+
"name": "color-light-mode-badge-tier-platinum-foreground",
|
|
359
361
|
"attributes": {
|
|
360
362
|
"category": "color",
|
|
361
363
|
"type": "light-mode",
|
|
362
364
|
"item": "badge",
|
|
363
|
-
"subitem": "
|
|
365
|
+
"subitem": "tier",
|
|
364
366
|
"state": "platinum"
|
|
365
367
|
},
|
|
366
368
|
"path": [
|
|
367
369
|
"color",
|
|
368
370
|
"light-mode",
|
|
369
371
|
"badge",
|
|
370
|
-
"
|
|
372
|
+
"tier",
|
|
371
373
|
"platinum",
|
|
372
374
|
"foreground"
|
|
373
375
|
]
|
|
@@ -377,27 +379,25 @@
|
|
|
377
379
|
"background": {
|
|
378
380
|
"value": "#f0fdff",
|
|
379
381
|
"public": true,
|
|
380
|
-
"isReferenceToInternal": true,
|
|
381
382
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
382
383
|
"isSource": true,
|
|
383
384
|
"original": {
|
|
384
385
|
"value": "#f0fdff",
|
|
385
|
-
"public": true
|
|
386
|
-
"isReferenceToInternal": true
|
|
386
|
+
"public": true
|
|
387
387
|
},
|
|
388
|
-
"name": "color-light-mode-badge-
|
|
388
|
+
"name": "color-light-mode-badge-tier-diamond-background",
|
|
389
389
|
"attributes": {
|
|
390
390
|
"category": "color",
|
|
391
391
|
"type": "light-mode",
|
|
392
392
|
"item": "badge",
|
|
393
|
-
"subitem": "
|
|
393
|
+
"subitem": "tier",
|
|
394
394
|
"state": "diamond"
|
|
395
395
|
},
|
|
396
396
|
"path": [
|
|
397
397
|
"color",
|
|
398
398
|
"light-mode",
|
|
399
399
|
"badge",
|
|
400
|
-
"
|
|
400
|
+
"tier",
|
|
401
401
|
"diamond",
|
|
402
402
|
"background"
|
|
403
403
|
]
|
|
@@ -405,25 +405,27 @@
|
|
|
405
405
|
"foreground": {
|
|
406
406
|
"value": "#5f41e5",
|
|
407
407
|
"public": true,
|
|
408
|
+
"isReferenceToInternal": true,
|
|
408
409
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
409
410
|
"isSource": true,
|
|
410
411
|
"original": {
|
|
411
412
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
412
|
-
"public": true
|
|
413
|
+
"public": true,
|
|
414
|
+
"isReferenceToInternal": true
|
|
413
415
|
},
|
|
414
|
-
"name": "color-light-mode-badge-
|
|
416
|
+
"name": "color-light-mode-badge-tier-diamond-foreground",
|
|
415
417
|
"attributes": {
|
|
416
418
|
"category": "color",
|
|
417
419
|
"type": "light-mode",
|
|
418
420
|
"item": "badge",
|
|
419
|
-
"subitem": "
|
|
421
|
+
"subitem": "tier",
|
|
420
422
|
"state": "diamond"
|
|
421
423
|
},
|
|
422
424
|
"path": [
|
|
423
425
|
"color",
|
|
424
426
|
"light-mode",
|
|
425
427
|
"badge",
|
|
426
|
-
"
|
|
428
|
+
"tier",
|
|
427
429
|
"diamond",
|
|
428
430
|
"foreground"
|
|
429
431
|
]
|