@pantheon-systems/pds-design-tokens 1.0.0-dev.71 → 1.0.0-dev.72
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 +50 -50
- package/build/json/pds-design-tokens-dark-mode.json +25 -25
- package/build/json/pds-design-tokens-light-mode.json +25 -25
- 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: var(--pds-color-brand-secondary-400);
|
|
26
|
+
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
27
|
+
--pds-color-badge-tier-gold-foreground: var(--pds-color-brand-primary-600);
|
|
28
|
+
--pds-color-badge-tier-platinum-background: #d0c6ff;
|
|
29
|
+
--pds-color-badge-tier-platinum-foreground: #4e39a8;
|
|
30
|
+
--pds-color-badge-tier-silver-background: #a6a3b4;
|
|
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%);
|
|
@@ -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: var(--pds-color-brand-secondary-300);
|
|
26
|
+
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
27
|
+
--pds-color-badge-tier-gold-foreground: var(--pds-color-brand-primary-600);
|
|
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,7 +2030,7 @@
|
|
|
2030
2030
|
]
|
|
2031
2031
|
}
|
|
2032
2032
|
},
|
|
2033
|
-
"
|
|
2033
|
+
"tier": {
|
|
2034
2034
|
"silver": {
|
|
2035
2035
|
"background": {
|
|
2036
2036
|
"value": "#a6a3b4",
|
|
@@ -2043,19 +2043,19 @@
|
|
|
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
|
]
|
|
@@ -2069,19 +2069,19 @@
|
|
|
2069
2069
|
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
2070
2070
|
"public": true
|
|
2071
2071
|
},
|
|
2072
|
-
"name": "color-dark-mode-badge-
|
|
2072
|
+
"name": "color-dark-mode-badge-tier-silver-foreground",
|
|
2073
2073
|
"attributes": {
|
|
2074
2074
|
"category": "color",
|
|
2075
2075
|
"type": "dark-mode",
|
|
2076
2076
|
"item": "badge",
|
|
2077
|
-
"subitem": "
|
|
2077
|
+
"subitem": "tier",
|
|
2078
2078
|
"state": "silver"
|
|
2079
2079
|
},
|
|
2080
2080
|
"path": [
|
|
2081
2081
|
"color",
|
|
2082
2082
|
"dark-mode",
|
|
2083
2083
|
"badge",
|
|
2084
|
-
"
|
|
2084
|
+
"tier",
|
|
2085
2085
|
"silver",
|
|
2086
2086
|
"foreground"
|
|
2087
2087
|
]
|
|
@@ -2099,19 +2099,19 @@
|
|
|
2099
2099
|
"public": true,
|
|
2100
2100
|
"isReferenceToInternal": true
|
|
2101
2101
|
},
|
|
2102
|
-
"name": "color-dark-mode-badge-
|
|
2102
|
+
"name": "color-dark-mode-badge-tier-gold-background",
|
|
2103
2103
|
"attributes": {
|
|
2104
2104
|
"category": "color",
|
|
2105
2105
|
"type": "dark-mode",
|
|
2106
2106
|
"item": "badge",
|
|
2107
|
-
"subitem": "
|
|
2107
|
+
"subitem": "tier",
|
|
2108
2108
|
"state": "gold"
|
|
2109
2109
|
},
|
|
2110
2110
|
"path": [
|
|
2111
2111
|
"color",
|
|
2112
2112
|
"dark-mode",
|
|
2113
2113
|
"badge",
|
|
2114
|
-
"
|
|
2114
|
+
"tier",
|
|
2115
2115
|
"gold",
|
|
2116
2116
|
"background"
|
|
2117
2117
|
]
|
|
@@ -2125,19 +2125,19 @@
|
|
|
2125
2125
|
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
2126
2126
|
"public": true
|
|
2127
2127
|
},
|
|
2128
|
-
"name": "color-dark-mode-badge-
|
|
2128
|
+
"name": "color-dark-mode-badge-tier-gold-foreground",
|
|
2129
2129
|
"attributes": {
|
|
2130
2130
|
"category": "color",
|
|
2131
2131
|
"type": "dark-mode",
|
|
2132
2132
|
"item": "badge",
|
|
2133
|
-
"subitem": "
|
|
2133
|
+
"subitem": "tier",
|
|
2134
2134
|
"state": "gold"
|
|
2135
2135
|
},
|
|
2136
2136
|
"path": [
|
|
2137
2137
|
"color",
|
|
2138
2138
|
"dark-mode",
|
|
2139
2139
|
"badge",
|
|
2140
|
-
"
|
|
2140
|
+
"tier",
|
|
2141
2141
|
"gold",
|
|
2142
2142
|
"foreground"
|
|
2143
2143
|
]
|
|
@@ -2155,19 +2155,19 @@
|
|
|
2155
2155
|
"public": true,
|
|
2156
2156
|
"isReferenceToInternal": true
|
|
2157
2157
|
},
|
|
2158
|
-
"name": "color-dark-mode-badge-
|
|
2158
|
+
"name": "color-dark-mode-badge-tier-platinum-background",
|
|
2159
2159
|
"attributes": {
|
|
2160
2160
|
"category": "color",
|
|
2161
2161
|
"type": "dark-mode",
|
|
2162
2162
|
"item": "badge",
|
|
2163
|
-
"subitem": "
|
|
2163
|
+
"subitem": "tier",
|
|
2164
2164
|
"state": "platinum"
|
|
2165
2165
|
},
|
|
2166
2166
|
"path": [
|
|
2167
2167
|
"color",
|
|
2168
2168
|
"dark-mode",
|
|
2169
2169
|
"badge",
|
|
2170
|
-
"
|
|
2170
|
+
"tier",
|
|
2171
2171
|
"platinum",
|
|
2172
2172
|
"background"
|
|
2173
2173
|
]
|
|
@@ -2183,19 +2183,19 @@
|
|
|
2183
2183
|
"public": true,
|
|
2184
2184
|
"isReferenceToInternal": true
|
|
2185
2185
|
},
|
|
2186
|
-
"name": "color-dark-mode-badge-
|
|
2186
|
+
"name": "color-dark-mode-badge-tier-platinum-foreground",
|
|
2187
2187
|
"attributes": {
|
|
2188
2188
|
"category": "color",
|
|
2189
2189
|
"type": "dark-mode",
|
|
2190
2190
|
"item": "badge",
|
|
2191
|
-
"subitem": "
|
|
2191
|
+
"subitem": "tier",
|
|
2192
2192
|
"state": "platinum"
|
|
2193
2193
|
},
|
|
2194
2194
|
"path": [
|
|
2195
2195
|
"color",
|
|
2196
2196
|
"dark-mode",
|
|
2197
2197
|
"badge",
|
|
2198
|
-
"
|
|
2198
|
+
"tier",
|
|
2199
2199
|
"platinum",
|
|
2200
2200
|
"foreground"
|
|
2201
2201
|
]
|
|
@@ -2213,19 +2213,19 @@
|
|
|
2213
2213
|
"public": true,
|
|
2214
2214
|
"isReferenceToInternal": true
|
|
2215
2215
|
},
|
|
2216
|
-
"name": "color-dark-mode-badge-
|
|
2216
|
+
"name": "color-dark-mode-badge-tier-diamond-background",
|
|
2217
2217
|
"attributes": {
|
|
2218
2218
|
"category": "color",
|
|
2219
2219
|
"type": "dark-mode",
|
|
2220
2220
|
"item": "badge",
|
|
2221
|
-
"subitem": "
|
|
2221
|
+
"subitem": "tier",
|
|
2222
2222
|
"state": "diamond"
|
|
2223
2223
|
},
|
|
2224
2224
|
"path": [
|
|
2225
2225
|
"color",
|
|
2226
2226
|
"dark-mode",
|
|
2227
2227
|
"badge",
|
|
2228
|
-
"
|
|
2228
|
+
"tier",
|
|
2229
2229
|
"diamond",
|
|
2230
2230
|
"background"
|
|
2231
2231
|
]
|
|
@@ -2239,19 +2239,19 @@
|
|
|
2239
2239
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
2240
2240
|
"public": true
|
|
2241
2241
|
},
|
|
2242
|
-
"name": "color-dark-mode-badge-
|
|
2242
|
+
"name": "color-dark-mode-badge-tier-diamond-foreground",
|
|
2243
2243
|
"attributes": {
|
|
2244
2244
|
"category": "color",
|
|
2245
2245
|
"type": "dark-mode",
|
|
2246
2246
|
"item": "badge",
|
|
2247
|
-
"subitem": "
|
|
2247
|
+
"subitem": "tier",
|
|
2248
2248
|
"state": "diamond"
|
|
2249
2249
|
},
|
|
2250
2250
|
"path": [
|
|
2251
2251
|
"color",
|
|
2252
2252
|
"dark-mode",
|
|
2253
2253
|
"badge",
|
|
2254
|
-
"
|
|
2254
|
+
"tier",
|
|
2255
2255
|
"diamond",
|
|
2256
2256
|
"foreground"
|
|
2257
2257
|
]
|
|
@@ -7663,7 +7663,7 @@
|
|
|
7663
7663
|
]
|
|
7664
7664
|
}
|
|
7665
7665
|
},
|
|
7666
|
-
"
|
|
7666
|
+
"tier": {
|
|
7667
7667
|
"silver": {
|
|
7668
7668
|
"background": {
|
|
7669
7669
|
"value": "#f1f1f1",
|
|
@@ -7676,19 +7676,19 @@
|
|
|
7676
7676
|
"public": true,
|
|
7677
7677
|
"isReferenceToInternal": true
|
|
7678
7678
|
},
|
|
7679
|
-
"name": "color-light-mode-badge-
|
|
7679
|
+
"name": "color-light-mode-badge-tier-silver-background",
|
|
7680
7680
|
"attributes": {
|
|
7681
7681
|
"category": "color",
|
|
7682
7682
|
"type": "light-mode",
|
|
7683
7683
|
"item": "badge",
|
|
7684
|
-
"subitem": "
|
|
7684
|
+
"subitem": "tier",
|
|
7685
7685
|
"state": "silver"
|
|
7686
7686
|
},
|
|
7687
7687
|
"path": [
|
|
7688
7688
|
"color",
|
|
7689
7689
|
"light-mode",
|
|
7690
7690
|
"badge",
|
|
7691
|
-
"
|
|
7691
|
+
"tier",
|
|
7692
7692
|
"silver",
|
|
7693
7693
|
"background"
|
|
7694
7694
|
]
|
|
@@ -7702,19 +7702,19 @@
|
|
|
7702
7702
|
"value": "{color.light-mode.text.default-secondary.value}",
|
|
7703
7703
|
"public": true
|
|
7704
7704
|
},
|
|
7705
|
-
"name": "color-light-mode-badge-
|
|
7705
|
+
"name": "color-light-mode-badge-tier-silver-foreground",
|
|
7706
7706
|
"attributes": {
|
|
7707
7707
|
"category": "color",
|
|
7708
7708
|
"type": "light-mode",
|
|
7709
7709
|
"item": "badge",
|
|
7710
|
-
"subitem": "
|
|
7710
|
+
"subitem": "tier",
|
|
7711
7711
|
"state": "silver"
|
|
7712
7712
|
},
|
|
7713
7713
|
"path": [
|
|
7714
7714
|
"color",
|
|
7715
7715
|
"light-mode",
|
|
7716
7716
|
"badge",
|
|
7717
|
-
"
|
|
7717
|
+
"tier",
|
|
7718
7718
|
"silver",
|
|
7719
7719
|
"foreground"
|
|
7720
7720
|
]
|
|
@@ -7732,19 +7732,19 @@
|
|
|
7732
7732
|
"public": true,
|
|
7733
7733
|
"isReferenceToInternal": true
|
|
7734
7734
|
},
|
|
7735
|
-
"name": "color-light-mode-badge-
|
|
7735
|
+
"name": "color-light-mode-badge-tier-gold-background",
|
|
7736
7736
|
"attributes": {
|
|
7737
7737
|
"category": "color",
|
|
7738
7738
|
"type": "light-mode",
|
|
7739
7739
|
"item": "badge",
|
|
7740
|
-
"subitem": "
|
|
7740
|
+
"subitem": "tier",
|
|
7741
7741
|
"state": "gold"
|
|
7742
7742
|
},
|
|
7743
7743
|
"path": [
|
|
7744
7744
|
"color",
|
|
7745
7745
|
"light-mode",
|
|
7746
7746
|
"badge",
|
|
7747
|
-
"
|
|
7747
|
+
"tier",
|
|
7748
7748
|
"gold",
|
|
7749
7749
|
"background"
|
|
7750
7750
|
]
|
|
@@ -7758,19 +7758,19 @@
|
|
|
7758
7758
|
"value": "{color.light-mode.brand.primary.600.value}",
|
|
7759
7759
|
"public": true
|
|
7760
7760
|
},
|
|
7761
|
-
"name": "color-light-mode-badge-
|
|
7761
|
+
"name": "color-light-mode-badge-tier-gold-foreground",
|
|
7762
7762
|
"attributes": {
|
|
7763
7763
|
"category": "color",
|
|
7764
7764
|
"type": "light-mode",
|
|
7765
7765
|
"item": "badge",
|
|
7766
|
-
"subitem": "
|
|
7766
|
+
"subitem": "tier",
|
|
7767
7767
|
"state": "gold"
|
|
7768
7768
|
},
|
|
7769
7769
|
"path": [
|
|
7770
7770
|
"color",
|
|
7771
7771
|
"light-mode",
|
|
7772
7772
|
"badge",
|
|
7773
|
-
"
|
|
7773
|
+
"tier",
|
|
7774
7774
|
"gold",
|
|
7775
7775
|
"foreground"
|
|
7776
7776
|
]
|
|
@@ -7788,19 +7788,19 @@
|
|
|
7788
7788
|
"public": true,
|
|
7789
7789
|
"isReferenceToInternal": true
|
|
7790
7790
|
},
|
|
7791
|
-
"name": "color-light-mode-badge-
|
|
7791
|
+
"name": "color-light-mode-badge-tier-platinum-background",
|
|
7792
7792
|
"attributes": {
|
|
7793
7793
|
"category": "color",
|
|
7794
7794
|
"type": "light-mode",
|
|
7795
7795
|
"item": "badge",
|
|
7796
|
-
"subitem": "
|
|
7796
|
+
"subitem": "tier",
|
|
7797
7797
|
"state": "platinum"
|
|
7798
7798
|
},
|
|
7799
7799
|
"path": [
|
|
7800
7800
|
"color",
|
|
7801
7801
|
"light-mode",
|
|
7802
7802
|
"badge",
|
|
7803
|
-
"
|
|
7803
|
+
"tier",
|
|
7804
7804
|
"platinum",
|
|
7805
7805
|
"background"
|
|
7806
7806
|
]
|
|
@@ -7816,19 +7816,19 @@
|
|
|
7816
7816
|
"public": true,
|
|
7817
7817
|
"isReferenceToInternal": true
|
|
7818
7818
|
},
|
|
7819
|
-
"name": "color-light-mode-badge-
|
|
7819
|
+
"name": "color-light-mode-badge-tier-platinum-foreground",
|
|
7820
7820
|
"attributes": {
|
|
7821
7821
|
"category": "color",
|
|
7822
7822
|
"type": "light-mode",
|
|
7823
7823
|
"item": "badge",
|
|
7824
|
-
"subitem": "
|
|
7824
|
+
"subitem": "tier",
|
|
7825
7825
|
"state": "platinum"
|
|
7826
7826
|
},
|
|
7827
7827
|
"path": [
|
|
7828
7828
|
"color",
|
|
7829
7829
|
"light-mode",
|
|
7830
7830
|
"badge",
|
|
7831
|
-
"
|
|
7831
|
+
"tier",
|
|
7832
7832
|
"platinum",
|
|
7833
7833
|
"foreground"
|
|
7834
7834
|
]
|
|
@@ -7846,19 +7846,19 @@
|
|
|
7846
7846
|
"public": true,
|
|
7847
7847
|
"isReferenceToInternal": true
|
|
7848
7848
|
},
|
|
7849
|
-
"name": "color-light-mode-badge-
|
|
7849
|
+
"name": "color-light-mode-badge-tier-diamond-background",
|
|
7850
7850
|
"attributes": {
|
|
7851
7851
|
"category": "color",
|
|
7852
7852
|
"type": "light-mode",
|
|
7853
7853
|
"item": "badge",
|
|
7854
|
-
"subitem": "
|
|
7854
|
+
"subitem": "tier",
|
|
7855
7855
|
"state": "diamond"
|
|
7856
7856
|
},
|
|
7857
7857
|
"path": [
|
|
7858
7858
|
"color",
|
|
7859
7859
|
"light-mode",
|
|
7860
7860
|
"badge",
|
|
7861
|
-
"
|
|
7861
|
+
"tier",
|
|
7862
7862
|
"diamond",
|
|
7863
7863
|
"background"
|
|
7864
7864
|
]
|
|
@@ -7872,19 +7872,19 @@
|
|
|
7872
7872
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
7873
7873
|
"public": true
|
|
7874
7874
|
},
|
|
7875
|
-
"name": "color-light-mode-badge-
|
|
7875
|
+
"name": "color-light-mode-badge-tier-diamond-foreground",
|
|
7876
7876
|
"attributes": {
|
|
7877
7877
|
"category": "color",
|
|
7878
7878
|
"type": "light-mode",
|
|
7879
7879
|
"item": "badge",
|
|
7880
|
-
"subitem": "
|
|
7880
|
+
"subitem": "tier",
|
|
7881
7881
|
"state": "diamond"
|
|
7882
7882
|
},
|
|
7883
7883
|
"path": [
|
|
7884
7884
|
"color",
|
|
7885
7885
|
"light-mode",
|
|
7886
7886
|
"badge",
|
|
7887
|
-
"
|
|
7887
|
+
"tier",
|
|
7888
7888
|
"diamond",
|
|
7889
7889
|
"foreground"
|
|
7890
7890
|
]
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
]
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"tier": {
|
|
210
210
|
"silver": {
|
|
211
211
|
"background": {
|
|
212
212
|
"value": "#a6a3b4",
|
|
@@ -219,19 +219,19 @@
|
|
|
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
|
]
|
|
@@ -245,19 +245,19 @@
|
|
|
245
245
|
"value": "{color.dark-mode.text.default-secondary.value}",
|
|
246
246
|
"public": true
|
|
247
247
|
},
|
|
248
|
-
"name": "color-dark-mode-badge-
|
|
248
|
+
"name": "color-dark-mode-badge-tier-silver-foreground",
|
|
249
249
|
"attributes": {
|
|
250
250
|
"category": "color",
|
|
251
251
|
"type": "dark-mode",
|
|
252
252
|
"item": "badge",
|
|
253
|
-
"subitem": "
|
|
253
|
+
"subitem": "tier",
|
|
254
254
|
"state": "silver"
|
|
255
255
|
},
|
|
256
256
|
"path": [
|
|
257
257
|
"color",
|
|
258
258
|
"dark-mode",
|
|
259
259
|
"badge",
|
|
260
|
-
"
|
|
260
|
+
"tier",
|
|
261
261
|
"silver",
|
|
262
262
|
"foreground"
|
|
263
263
|
]
|
|
@@ -275,19 +275,19 @@
|
|
|
275
275
|
"public": true,
|
|
276
276
|
"isReferenceToInternal": true
|
|
277
277
|
},
|
|
278
|
-
"name": "color-dark-mode-badge-
|
|
278
|
+
"name": "color-dark-mode-badge-tier-gold-background",
|
|
279
279
|
"attributes": {
|
|
280
280
|
"category": "color",
|
|
281
281
|
"type": "dark-mode",
|
|
282
282
|
"item": "badge",
|
|
283
|
-
"subitem": "
|
|
283
|
+
"subitem": "tier",
|
|
284
284
|
"state": "gold"
|
|
285
285
|
},
|
|
286
286
|
"path": [
|
|
287
287
|
"color",
|
|
288
288
|
"dark-mode",
|
|
289
289
|
"badge",
|
|
290
|
-
"
|
|
290
|
+
"tier",
|
|
291
291
|
"gold",
|
|
292
292
|
"background"
|
|
293
293
|
]
|
|
@@ -301,19 +301,19 @@
|
|
|
301
301
|
"value": "{color.dark-mode.brand.primary.600.value}",
|
|
302
302
|
"public": true
|
|
303
303
|
},
|
|
304
|
-
"name": "color-dark-mode-badge-
|
|
304
|
+
"name": "color-dark-mode-badge-tier-gold-foreground",
|
|
305
305
|
"attributes": {
|
|
306
306
|
"category": "color",
|
|
307
307
|
"type": "dark-mode",
|
|
308
308
|
"item": "badge",
|
|
309
|
-
"subitem": "
|
|
309
|
+
"subitem": "tier",
|
|
310
310
|
"state": "gold"
|
|
311
311
|
},
|
|
312
312
|
"path": [
|
|
313
313
|
"color",
|
|
314
314
|
"dark-mode",
|
|
315
315
|
"badge",
|
|
316
|
-
"
|
|
316
|
+
"tier",
|
|
317
317
|
"gold",
|
|
318
318
|
"foreground"
|
|
319
319
|
]
|
|
@@ -331,19 +331,19 @@
|
|
|
331
331
|
"public": true,
|
|
332
332
|
"isReferenceToInternal": true
|
|
333
333
|
},
|
|
334
|
-
"name": "color-dark-mode-badge-
|
|
334
|
+
"name": "color-dark-mode-badge-tier-platinum-background",
|
|
335
335
|
"attributes": {
|
|
336
336
|
"category": "color",
|
|
337
337
|
"type": "dark-mode",
|
|
338
338
|
"item": "badge",
|
|
339
|
-
"subitem": "
|
|
339
|
+
"subitem": "tier",
|
|
340
340
|
"state": "platinum"
|
|
341
341
|
},
|
|
342
342
|
"path": [
|
|
343
343
|
"color",
|
|
344
344
|
"dark-mode",
|
|
345
345
|
"badge",
|
|
346
|
-
"
|
|
346
|
+
"tier",
|
|
347
347
|
"platinum",
|
|
348
348
|
"background"
|
|
349
349
|
]
|
|
@@ -359,19 +359,19 @@
|
|
|
359
359
|
"public": true,
|
|
360
360
|
"isReferenceToInternal": true
|
|
361
361
|
},
|
|
362
|
-
"name": "color-dark-mode-badge-
|
|
362
|
+
"name": "color-dark-mode-badge-tier-platinum-foreground",
|
|
363
363
|
"attributes": {
|
|
364
364
|
"category": "color",
|
|
365
365
|
"type": "dark-mode",
|
|
366
366
|
"item": "badge",
|
|
367
|
-
"subitem": "
|
|
367
|
+
"subitem": "tier",
|
|
368
368
|
"state": "platinum"
|
|
369
369
|
},
|
|
370
370
|
"path": [
|
|
371
371
|
"color",
|
|
372
372
|
"dark-mode",
|
|
373
373
|
"badge",
|
|
374
|
-
"
|
|
374
|
+
"tier",
|
|
375
375
|
"platinum",
|
|
376
376
|
"foreground"
|
|
377
377
|
]
|
|
@@ -389,19 +389,19 @@
|
|
|
389
389
|
"public": true,
|
|
390
390
|
"isReferenceToInternal": true
|
|
391
391
|
},
|
|
392
|
-
"name": "color-dark-mode-badge-
|
|
392
|
+
"name": "color-dark-mode-badge-tier-diamond-background",
|
|
393
393
|
"attributes": {
|
|
394
394
|
"category": "color",
|
|
395
395
|
"type": "dark-mode",
|
|
396
396
|
"item": "badge",
|
|
397
|
-
"subitem": "
|
|
397
|
+
"subitem": "tier",
|
|
398
398
|
"state": "diamond"
|
|
399
399
|
},
|
|
400
400
|
"path": [
|
|
401
401
|
"color",
|
|
402
402
|
"dark-mode",
|
|
403
403
|
"badge",
|
|
404
|
-
"
|
|
404
|
+
"tier",
|
|
405
405
|
"diamond",
|
|
406
406
|
"background"
|
|
407
407
|
]
|
|
@@ -415,19 +415,19 @@
|
|
|
415
415
|
"value": "{color.dark-mode.brand.secondary.400.value}",
|
|
416
416
|
"public": true
|
|
417
417
|
},
|
|
418
|
-
"name": "color-dark-mode-badge-
|
|
418
|
+
"name": "color-dark-mode-badge-tier-diamond-foreground",
|
|
419
419
|
"attributes": {
|
|
420
420
|
"category": "color",
|
|
421
421
|
"type": "dark-mode",
|
|
422
422
|
"item": "badge",
|
|
423
|
-
"subitem": "
|
|
423
|
+
"subitem": "tier",
|
|
424
424
|
"state": "diamond"
|
|
425
425
|
},
|
|
426
426
|
"path": [
|
|
427
427
|
"color",
|
|
428
428
|
"dark-mode",
|
|
429
429
|
"badge",
|
|
430
|
-
"
|
|
430
|
+
"tier",
|
|
431
431
|
"diamond",
|
|
432
432
|
"foreground"
|
|
433
433
|
]
|
|
@@ -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
|
]
|
|
@@ -297,19 +297,19 @@
|
|
|
297
297
|
"value": "{color.light-mode.brand.primary.600.value}",
|
|
298
298
|
"public": true
|
|
299
299
|
},
|
|
300
|
-
"name": "color-light-mode-badge-
|
|
300
|
+
"name": "color-light-mode-badge-tier-gold-foreground",
|
|
301
301
|
"attributes": {
|
|
302
302
|
"category": "color",
|
|
303
303
|
"type": "light-mode",
|
|
304
304
|
"item": "badge",
|
|
305
|
-
"subitem": "
|
|
305
|
+
"subitem": "tier",
|
|
306
306
|
"state": "gold"
|
|
307
307
|
},
|
|
308
308
|
"path": [
|
|
309
309
|
"color",
|
|
310
310
|
"light-mode",
|
|
311
311
|
"badge",
|
|
312
|
-
"
|
|
312
|
+
"tier",
|
|
313
313
|
"gold",
|
|
314
314
|
"foreground"
|
|
315
315
|
]
|
|
@@ -327,19 +327,19 @@
|
|
|
327
327
|
"public": true,
|
|
328
328
|
"isReferenceToInternal": true
|
|
329
329
|
},
|
|
330
|
-
"name": "color-light-mode-badge-
|
|
330
|
+
"name": "color-light-mode-badge-tier-platinum-background",
|
|
331
331
|
"attributes": {
|
|
332
332
|
"category": "color",
|
|
333
333
|
"type": "light-mode",
|
|
334
334
|
"item": "badge",
|
|
335
|
-
"subitem": "
|
|
335
|
+
"subitem": "tier",
|
|
336
336
|
"state": "platinum"
|
|
337
337
|
},
|
|
338
338
|
"path": [
|
|
339
339
|
"color",
|
|
340
340
|
"light-mode",
|
|
341
341
|
"badge",
|
|
342
|
-
"
|
|
342
|
+
"tier",
|
|
343
343
|
"platinum",
|
|
344
344
|
"background"
|
|
345
345
|
]
|
|
@@ -355,19 +355,19 @@
|
|
|
355
355
|
"public": true,
|
|
356
356
|
"isReferenceToInternal": true
|
|
357
357
|
},
|
|
358
|
-
"name": "color-light-mode-badge-
|
|
358
|
+
"name": "color-light-mode-badge-tier-platinum-foreground",
|
|
359
359
|
"attributes": {
|
|
360
360
|
"category": "color",
|
|
361
361
|
"type": "light-mode",
|
|
362
362
|
"item": "badge",
|
|
363
|
-
"subitem": "
|
|
363
|
+
"subitem": "tier",
|
|
364
364
|
"state": "platinum"
|
|
365
365
|
},
|
|
366
366
|
"path": [
|
|
367
367
|
"color",
|
|
368
368
|
"light-mode",
|
|
369
369
|
"badge",
|
|
370
|
-
"
|
|
370
|
+
"tier",
|
|
371
371
|
"platinum",
|
|
372
372
|
"foreground"
|
|
373
373
|
]
|
|
@@ -385,19 +385,19 @@
|
|
|
385
385
|
"public": true,
|
|
386
386
|
"isReferenceToInternal": 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
|
]
|
|
@@ -411,19 +411,19 @@
|
|
|
411
411
|
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
412
412
|
"public": true
|
|
413
413
|
},
|
|
414
|
-
"name": "color-light-mode-badge-
|
|
414
|
+
"name": "color-light-mode-badge-tier-diamond-foreground",
|
|
415
415
|
"attributes": {
|
|
416
416
|
"category": "color",
|
|
417
417
|
"type": "light-mode",
|
|
418
418
|
"item": "badge",
|
|
419
|
-
"subitem": "
|
|
419
|
+
"subitem": "tier",
|
|
420
420
|
"state": "diamond"
|
|
421
421
|
},
|
|
422
422
|
"path": [
|
|
423
423
|
"color",
|
|
424
424
|
"light-mode",
|
|
425
425
|
"badge",
|
|
426
|
-
"
|
|
426
|
+
"tier",
|
|
427
427
|
"diamond",
|
|
428
428
|
"foreground"
|
|
429
429
|
]
|