@sage/design-tokens 14.1.0 → 14.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/frozenproduct/all.css +10 -0
- package/css/frozenproduct/large/components/status.css +10 -0
- package/css/frozenproduct/small/components/status.css +10 -0
- package/css/marketing/all.css +10 -0
- package/css/marketing/large/components/status.css +10 -0
- package/css/marketing/small/components/status.css +10 -0
- package/css/product/all.css +10 -0
- package/css/product/large/components/status.css +10 -0
- package/css/product/small/components/status.css +10 -0
- package/ios/frozenproduct/large/dark/components/status.h +10 -0
- package/ios/frozenproduct/large/light/components/status.h +10 -0
- package/ios/frozenproduct/small/dark/components/status.h +10 -0
- package/ios/frozenproduct/small/light/components/status.h +10 -0
- package/ios/marketing/large/dark/components/status.h +10 -0
- package/ios/marketing/large/light/components/status.h +10 -0
- package/ios/marketing/small/dark/components/status.h +10 -0
- package/ios/marketing/small/light/components/status.h +10 -0
- package/ios/product/large/dark/components/status.h +10 -0
- package/ios/product/large/light/components/status.h +10 -0
- package/ios/product/small/dark/components/status.h +10 -0
- package/ios/product/small/light/components/status.h +10 -0
- package/js/common/frozenproduct/large/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/dark/components/status.js +173 -0
- package/js/common/frozenproduct/large/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/large/light/components/status.js +173 -0
- package/js/common/frozenproduct/small/dark/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/dark/components/status.js +173 -0
- package/js/common/frozenproduct/small/light/components/status.d.ts +14 -0
- package/js/common/frozenproduct/small/light/components/status.js +173 -0
- package/js/common/marketing/large/dark/components/status.d.ts +14 -0
- package/js/common/marketing/large/dark/components/status.js +173 -0
- package/js/common/marketing/large/light/components/status.d.ts +14 -0
- package/js/common/marketing/large/light/components/status.js +173 -0
- package/js/common/marketing/small/dark/components/status.d.ts +14 -0
- package/js/common/marketing/small/dark/components/status.js +173 -0
- package/js/common/marketing/small/light/components/status.d.ts +14 -0
- package/js/common/marketing/small/light/components/status.js +173 -0
- package/js/common/product/large/dark/components/status.d.ts +14 -0
- package/js/common/product/large/dark/components/status.js +173 -0
- package/js/common/product/large/light/components/status.d.ts +14 -0
- package/js/common/product/large/light/components/status.js +173 -0
- package/js/common/product/small/dark/components/status.d.ts +14 -0
- package/js/common/product/small/dark/components/status.js +173 -0
- package/js/common/product/small/light/components/status.d.ts +14 -0
- package/js/common/product/small/light/components/status.js +173 -0
- package/js/es6/frozenproduct/large/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/large/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/large/light/components/status.js +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/dark/components/status.js +10 -0
- package/js/es6/frozenproduct/small/light/components/status.d.ts +10 -0
- package/js/es6/frozenproduct/small/light/components/status.js +10 -0
- package/js/es6/marketing/large/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/large/dark/components/status.js +10 -0
- package/js/es6/marketing/large/light/components/status.d.ts +10 -0
- package/js/es6/marketing/large/light/components/status.js +10 -0
- package/js/es6/marketing/small/dark/components/status.d.ts +10 -0
- package/js/es6/marketing/small/dark/components/status.js +10 -0
- package/js/es6/marketing/small/light/components/status.d.ts +10 -0
- package/js/es6/marketing/small/light/components/status.js +10 -0
- package/js/es6/product/large/dark/components/status.d.ts +10 -0
- package/js/es6/product/large/dark/components/status.js +10 -0
- package/js/es6/product/large/light/components/status.d.ts +10 -0
- package/js/es6/product/large/light/components/status.js +10 -0
- package/js/es6/product/small/dark/components/status.d.ts +10 -0
- package/js/es6/product/small/dark/components/status.js +10 -0
- package/js/es6/product/small/light/components/status.d.ts +10 -0
- package/js/es6/product/small/light/components/status.js +10 -0
- package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/large/light/components/status.js +173 -0
- package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
- package/js/umd/frozenproduct/small/light/components/status.js +173 -0
- package/js/umd/marketing/large/dark/components/status.js +173 -0
- package/js/umd/marketing/large/light/components/status.js +173 -0
- package/js/umd/marketing/small/dark/components/status.js +173 -0
- package/js/umd/marketing/small/light/components/status.js +173 -0
- package/js/umd/product/large/dark/components/status.js +173 -0
- package/js/umd/product/large/light/components/status.js +173 -0
- package/js/umd/product/small/dark/components/status.js +173 -0
- package/js/umd/product/small/light/components/status.js +173 -0
- package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/large/light/components/status.json +10 -0
- package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
- package/json/flat/frozenproduct/small/light/components/status.json +10 -0
- package/json/flat/marketing/large/dark/components/status.json +10 -0
- package/json/flat/marketing/large/light/components/status.json +10 -0
- package/json/flat/marketing/small/dark/components/status.json +10 -0
- package/json/flat/marketing/small/light/components/status.json +10 -0
- package/json/flat/product/large/dark/components/status.json +10 -0
- package/json/flat/product/large/light/components/status.json +10 -0
- package/json/flat/product/small/dark/components/status.json +10 -0
- package/json/flat/product/small/light/components/status.json +10 -0
- package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/large/light/components/status.json +14 -0
- package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
- package/json/nested/frozenproduct/small/light/components/status.json +14 -0
- package/json/nested/marketing/large/dark/components/status.json +14 -0
- package/json/nested/marketing/large/light/components/status.json +14 -0
- package/json/nested/marketing/small/dark/components/status.json +14 -0
- package/json/nested/marketing/small/light/components/status.json +14 -0
- package/json/nested/product/large/dark/components/status.json +14 -0
- package/json/nested/product/large/light/components/status.json +14 -0
- package/json/nested/product/small/dark/components/status.json +14 -0
- package/json/nested/product/small/light/components/status.json +14 -0
- package/package.json +1 -1
- package/sage-design-tokens-14.2.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +13 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +10 -10
- package/scss/frozenproduct/small/components/button.scss +13 -13
- package/scss/frozenproduct/small/components/container.scss +10 -10
- package/scss/frozenproduct/small/components/form.scss +7 -7
- package/scss/frozenproduct/small/components/link.scss +2 -2
- package/scss/frozenproduct/small/components/nav.scss +5 -5
- package/scss/frozenproduct/small/components/page.scss +1 -1
- package/scss/frozenproduct/small/components/popover.scss +2 -2
- package/scss/frozenproduct/small/components/progress.scss +6 -6
- package/scss/frozenproduct/small/components/status.scss +13 -3
- package/scss/frozenproduct/small/components/tab.scss +7 -7
- package/scss/frozenproduct/small/components/table.scss +10 -10
- package/scss/marketing/large/components/button.scss +13 -13
- package/scss/marketing/large/components/container.scss +10 -10
- package/scss/marketing/large/components/form.scss +7 -7
- package/scss/marketing/large/components/link.scss +2 -2
- package/scss/marketing/large/components/nav.scss +5 -5
- package/scss/marketing/large/components/page.scss +1 -1
- package/scss/marketing/large/components/popover.scss +2 -2
- package/scss/marketing/large/components/progress.scss +6 -6
- package/scss/marketing/large/components/status.scss +13 -3
- package/scss/marketing/large/components/tab.scss +7 -7
- package/scss/marketing/large/components/table.scss +10 -10
- package/scss/marketing/small/components/status.scss +10 -0
- package/scss/product/large/components/status.scss +10 -0
- package/scss/product/small/components/status.scss +10 -0
- package/sage-design-tokens-14.1.0.tgz +0 -0
@@ -2080,6 +2080,179 @@
|
|
2080
2080
|
},
|
2081
2081
|
},
|
2082
2082
|
},
|
2083
|
+
important: {
|
2084
|
+
"bg-default": {
|
2085
|
+
$type: "color",
|
2086
|
+
$value: "#8F4CD7",
|
2087
|
+
filePath: "data/tokens/components/status.json",
|
2088
|
+
isSource: true,
|
2089
|
+
original: {
|
2090
|
+
$type: "color",
|
2091
|
+
$value: "{modes.color.status.important.default}",
|
2092
|
+
},
|
2093
|
+
name: "statusColorPillImportantBgDefault",
|
2094
|
+
attributes: {},
|
2095
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
2096
|
+
},
|
2097
|
+
"bgAlt-default": {
|
2098
|
+
$type: "color",
|
2099
|
+
$value: "#150d19",
|
2100
|
+
$description: "outline pill bg",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
2106
|
+
$description: "outline pill bg",
|
2107
|
+
},
|
2108
|
+
name: "statusColorPillImportantBgAltDefault",
|
2109
|
+
attributes: {},
|
2110
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
2111
|
+
},
|
2112
|
+
"bgAlt-hover": {
|
2113
|
+
$type: "color",
|
2114
|
+
$value: "#231b30",
|
2115
|
+
filePath: "data/tokens/components/status.json",
|
2116
|
+
isSource: true,
|
2117
|
+
original: {
|
2118
|
+
$type: "color",
|
2119
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2120
|
+
},
|
2121
|
+
name: "statusColorPillImportantBgAltHover",
|
2122
|
+
attributes: {},
|
2123
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2124
|
+
},
|
2125
|
+
"bg-hover": {
|
2126
|
+
$type: "color",
|
2127
|
+
$value: "#a267de",
|
2128
|
+
filePath: "data/tokens/components/status.json",
|
2129
|
+
isSource: true,
|
2130
|
+
original: {
|
2131
|
+
$type: "color",
|
2132
|
+
$value: "{modes.color.status.important.hover}",
|
2133
|
+
},
|
2134
|
+
name: "statusColorPillImportantBgHover",
|
2135
|
+
attributes: {},
|
2136
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2137
|
+
},
|
2138
|
+
"border-default": {
|
2139
|
+
$type: "color",
|
2140
|
+
$value: "#8F4CD7",
|
2141
|
+
filePath: "data/tokens/components/status.json",
|
2142
|
+
isSource: true,
|
2143
|
+
original: {
|
2144
|
+
$type: "color",
|
2145
|
+
$value: "{modes.color.status.important.default}",
|
2146
|
+
},
|
2147
|
+
name: "statusColorPillImportantBorderDefault",
|
2148
|
+
attributes: {},
|
2149
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2150
|
+
},
|
2151
|
+
inverse: {
|
2152
|
+
"bg-default": {
|
2153
|
+
$type: "color",
|
2154
|
+
$value: "#985FDC",
|
2155
|
+
filePath: "data/tokens/components/status.json",
|
2156
|
+
isSource: true,
|
2157
|
+
original: {
|
2158
|
+
$type: "color",
|
2159
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2160
|
+
},
|
2161
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2162
|
+
attributes: {},
|
2163
|
+
path: [
|
2164
|
+
"status",
|
2165
|
+
"color",
|
2166
|
+
"pill",
|
2167
|
+
"important",
|
2168
|
+
"inverse",
|
2169
|
+
"bg-default",
|
2170
|
+
],
|
2171
|
+
},
|
2172
|
+
"bgAlt-default": {
|
2173
|
+
$type: "color",
|
2174
|
+
$value: "#f1e6fa",
|
2175
|
+
$description: "outline pill bg",
|
2176
|
+
filePath: "data/tokens/components/status.json",
|
2177
|
+
isSource: true,
|
2178
|
+
original: {
|
2179
|
+
$type: "color",
|
2180
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2181
|
+
$description: "outline pill bg",
|
2182
|
+
},
|
2183
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2184
|
+
attributes: {},
|
2185
|
+
path: [
|
2186
|
+
"status",
|
2187
|
+
"color",
|
2188
|
+
"pill",
|
2189
|
+
"important",
|
2190
|
+
"inverse",
|
2191
|
+
"bgAlt-default",
|
2192
|
+
],
|
2193
|
+
},
|
2194
|
+
"bgAlt-hover": {
|
2195
|
+
$type: "color",
|
2196
|
+
$value: "#daceed",
|
2197
|
+
filePath: "data/tokens/components/status.json",
|
2198
|
+
isSource: true,
|
2199
|
+
original: {
|
2200
|
+
$type: "color",
|
2201
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2202
|
+
},
|
2203
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2204
|
+
attributes: {},
|
2205
|
+
path: [
|
2206
|
+
"status",
|
2207
|
+
"color",
|
2208
|
+
"pill",
|
2209
|
+
"important",
|
2210
|
+
"inverse",
|
2211
|
+
"bgAlt-hover",
|
2212
|
+
],
|
2213
|
+
},
|
2214
|
+
"bg-hover": {
|
2215
|
+
$type: "color",
|
2216
|
+
$value: "#8051b8",
|
2217
|
+
filePath: "data/tokens/components/status.json",
|
2218
|
+
isSource: true,
|
2219
|
+
original: {
|
2220
|
+
$type: "color",
|
2221
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2222
|
+
},
|
2223
|
+
name: "statusColorPillImportantInverseBgHover",
|
2224
|
+
attributes: {},
|
2225
|
+
path: [
|
2226
|
+
"status",
|
2227
|
+
"color",
|
2228
|
+
"pill",
|
2229
|
+
"important",
|
2230
|
+
"inverse",
|
2231
|
+
"bg-hover",
|
2232
|
+
],
|
2233
|
+
},
|
2234
|
+
"border-default": {
|
2235
|
+
$type: "color",
|
2236
|
+
$value: "#985FDC",
|
2237
|
+
filePath: "data/tokens/components/status.json",
|
2238
|
+
isSource: true,
|
2239
|
+
original: {
|
2240
|
+
$type: "color",
|
2241
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2242
|
+
},
|
2243
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2244
|
+
attributes: {},
|
2245
|
+
path: [
|
2246
|
+
"status",
|
2247
|
+
"color",
|
2248
|
+
"pill",
|
2249
|
+
"important",
|
2250
|
+
"inverse",
|
2251
|
+
"border-default",
|
2252
|
+
],
|
2253
|
+
},
|
2254
|
+
},
|
2255
|
+
},
|
2083
2256
|
info: {
|
2084
2257
|
"bg-default": {
|
2085
2258
|
$type: "color",
|
@@ -2080,6 +2080,179 @@
|
|
2080
2080
|
},
|
2081
2081
|
},
|
2082
2082
|
},
|
2083
|
+
important: {
|
2084
|
+
"bg-default": {
|
2085
|
+
$type: "color",
|
2086
|
+
$value: "#8F4CD7",
|
2087
|
+
filePath: "data/tokens/components/status.json",
|
2088
|
+
isSource: true,
|
2089
|
+
original: {
|
2090
|
+
$type: "color",
|
2091
|
+
$value: "{modes.color.status.important.default}",
|
2092
|
+
},
|
2093
|
+
name: "statusColorPillImportantBgDefault",
|
2094
|
+
attributes: {},
|
2095
|
+
path: ["status", "color", "pill", "important", "bg-default"],
|
2096
|
+
},
|
2097
|
+
"bgAlt-default": {
|
2098
|
+
$type: "color",
|
2099
|
+
$value: "#f5edfc",
|
2100
|
+
$description: "outline pill bg",
|
2101
|
+
filePath: "data/tokens/components/status.json",
|
2102
|
+
isSource: true,
|
2103
|
+
original: {
|
2104
|
+
$type: "color",
|
2105
|
+
$value: "{modes.color.status.important.defaultAlt}",
|
2106
|
+
$description: "outline pill bg",
|
2107
|
+
},
|
2108
|
+
name: "statusColorPillImportantBgAltDefault",
|
2109
|
+
attributes: {},
|
2110
|
+
path: ["status", "color", "pill", "important", "bgAlt-default"],
|
2111
|
+
},
|
2112
|
+
"bgAlt-hover": {
|
2113
|
+
$type: "color",
|
2114
|
+
$value: "#ded4ee",
|
2115
|
+
filePath: "data/tokens/components/status.json",
|
2116
|
+
isSource: true,
|
2117
|
+
original: {
|
2118
|
+
$type: "color",
|
2119
|
+
$value: "{modes.color.status.important.hoverAlt}",
|
2120
|
+
},
|
2121
|
+
name: "statusColorPillImportantBgAltHover",
|
2122
|
+
attributes: {},
|
2123
|
+
path: ["status", "color", "pill", "important", "bgAlt-hover"],
|
2124
|
+
},
|
2125
|
+
"bg-hover": {
|
2126
|
+
$type: "color",
|
2127
|
+
$value: "#7941b4",
|
2128
|
+
filePath: "data/tokens/components/status.json",
|
2129
|
+
isSource: true,
|
2130
|
+
original: {
|
2131
|
+
$type: "color",
|
2132
|
+
$value: "{modes.color.status.important.hover}",
|
2133
|
+
},
|
2134
|
+
name: "statusColorPillImportantBgHover",
|
2135
|
+
attributes: {},
|
2136
|
+
path: ["status", "color", "pill", "important", "bg-hover"],
|
2137
|
+
},
|
2138
|
+
"border-default": {
|
2139
|
+
$type: "color",
|
2140
|
+
$value: "#8F4CD7",
|
2141
|
+
filePath: "data/tokens/components/status.json",
|
2142
|
+
isSource: true,
|
2143
|
+
original: {
|
2144
|
+
$type: "color",
|
2145
|
+
$value: "{modes.color.status.important.default}",
|
2146
|
+
},
|
2147
|
+
name: "statusColorPillImportantBorderDefault",
|
2148
|
+
attributes: {},
|
2149
|
+
path: ["status", "color", "pill", "important", "border-default"],
|
2150
|
+
},
|
2151
|
+
inverse: {
|
2152
|
+
"bg-default": {
|
2153
|
+
$type: "color",
|
2154
|
+
$value: "#985FDC",
|
2155
|
+
filePath: "data/tokens/components/status.json",
|
2156
|
+
isSource: true,
|
2157
|
+
original: {
|
2158
|
+
$type: "color",
|
2159
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2160
|
+
},
|
2161
|
+
name: "statusColorPillImportantInverseBgDefault",
|
2162
|
+
attributes: {},
|
2163
|
+
path: [
|
2164
|
+
"status",
|
2165
|
+
"color",
|
2166
|
+
"pill",
|
2167
|
+
"important",
|
2168
|
+
"inverse",
|
2169
|
+
"bg-default",
|
2170
|
+
],
|
2171
|
+
},
|
2172
|
+
"bgAlt-default": {
|
2173
|
+
$type: "color",
|
2174
|
+
$value: "#1b1422",
|
2175
|
+
$description: "outline pill bg",
|
2176
|
+
filePath: "data/tokens/components/status.json",
|
2177
|
+
isSource: true,
|
2178
|
+
original: {
|
2179
|
+
$type: "color",
|
2180
|
+
$value: "{modes.color.status.important.inverse.defaultAlt}",
|
2181
|
+
$description: "outline pill bg",
|
2182
|
+
},
|
2183
|
+
name: "statusColorPillImportantInverseBgAltDefault",
|
2184
|
+
attributes: {},
|
2185
|
+
path: [
|
2186
|
+
"status",
|
2187
|
+
"color",
|
2188
|
+
"pill",
|
2189
|
+
"important",
|
2190
|
+
"inverse",
|
2191
|
+
"bgAlt-default",
|
2192
|
+
],
|
2193
|
+
},
|
2194
|
+
"bgAlt-hover": {
|
2195
|
+
$type: "color",
|
2196
|
+
$value: "#282039",
|
2197
|
+
filePath: "data/tokens/components/status.json",
|
2198
|
+
isSource: true,
|
2199
|
+
original: {
|
2200
|
+
$type: "color",
|
2201
|
+
$value: "{modes.color.status.important.inverse.hoverAlt}",
|
2202
|
+
},
|
2203
|
+
name: "statusColorPillImportantInverseBgAltHover",
|
2204
|
+
attributes: {},
|
2205
|
+
path: [
|
2206
|
+
"status",
|
2207
|
+
"color",
|
2208
|
+
"pill",
|
2209
|
+
"important",
|
2210
|
+
"inverse",
|
2211
|
+
"bgAlt-hover",
|
2212
|
+
],
|
2213
|
+
},
|
2214
|
+
"bg-hover": {
|
2215
|
+
$type: "color",
|
2216
|
+
$value: "#a977e2",
|
2217
|
+
filePath: "data/tokens/components/status.json",
|
2218
|
+
isSource: true,
|
2219
|
+
original: {
|
2220
|
+
$type: "color",
|
2221
|
+
$value: "{modes.color.status.important.inverse.hover}",
|
2222
|
+
},
|
2223
|
+
name: "statusColorPillImportantInverseBgHover",
|
2224
|
+
attributes: {},
|
2225
|
+
path: [
|
2226
|
+
"status",
|
2227
|
+
"color",
|
2228
|
+
"pill",
|
2229
|
+
"important",
|
2230
|
+
"inverse",
|
2231
|
+
"bg-hover",
|
2232
|
+
],
|
2233
|
+
},
|
2234
|
+
"border-default": {
|
2235
|
+
$type: "color",
|
2236
|
+
$value: "#985FDC",
|
2237
|
+
filePath: "data/tokens/components/status.json",
|
2238
|
+
isSource: true,
|
2239
|
+
original: {
|
2240
|
+
$type: "color",
|
2241
|
+
$value: "{modes.color.status.important.inverse.default}",
|
2242
|
+
},
|
2243
|
+
name: "statusColorPillImportantInverseBorderDefault",
|
2244
|
+
attributes: {},
|
2245
|
+
path: [
|
2246
|
+
"status",
|
2247
|
+
"color",
|
2248
|
+
"pill",
|
2249
|
+
"important",
|
2250
|
+
"inverse",
|
2251
|
+
"border-default",
|
2252
|
+
],
|
2253
|
+
},
|
2254
|
+
},
|
2255
|
+
},
|
2083
2256
|
info: {
|
2084
2257
|
"bg-default": {
|
2085
2258
|
$type: "color",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#FFFFFF",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#000000f2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#000000f2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#150d19",
|
109
|
+
"statusColorPillImportantBgAltHover": "#231b30",
|
110
|
+
"statusColorPillImportantBgHover": "#a267de",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#f1e6fa",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#daceed",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#8051b8",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#007ED9",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#111722",
|
109
119
|
"statusColorPillInfoBgAltHover": "#17253a",
|
@@ -104,6 +104,16 @@
|
|
104
104
|
"statusColorPillGenericInverseLabelHover": "#000000",
|
105
105
|
"statusColorPillGenericInverseLabelAltDefault": "#fffffff2",
|
106
106
|
"statusColorPillGenericInverseLabelAltHover": "#fffffff2",
|
107
|
+
"statusColorPillImportantBgDefault": "#8F4CD7",
|
108
|
+
"statusColorPillImportantBgAltDefault": "#f5edfc",
|
109
|
+
"statusColorPillImportantBgAltHover": "#ded4ee",
|
110
|
+
"statusColorPillImportantBgHover": "#7941b4",
|
111
|
+
"statusColorPillImportantBorderDefault": "#8F4CD7",
|
112
|
+
"statusColorPillImportantInverseBgDefault": "#985FDC",
|
113
|
+
"statusColorPillImportantInverseBgAltDefault": "#1b1422",
|
114
|
+
"statusColorPillImportantInverseBgAltHover": "#282039",
|
115
|
+
"statusColorPillImportantInverseBgHover": "#a977e2",
|
116
|
+
"statusColorPillImportantInverseBorderDefault": "#985FDC",
|
107
117
|
"statusColorPillInfoBgDefault": "#0060A7",
|
108
118
|
"statusColorPillInfoBgAltDefault": "#eaeef6",
|
109
119
|
"statusColorPillInfoBgAltHover": "#cdd7ea",
|
@@ -161,6 +161,20 @@
|
|
161
161
|
"labelAlt-hover": "#000000f2"
|
162
162
|
}
|
163
163
|
},
|
164
|
+
"important": {
|
165
|
+
"bg-default": "#8F4CD7",
|
166
|
+
"bgAlt-default": "#150d19",
|
167
|
+
"bgAlt-hover": "#231b30",
|
168
|
+
"bg-hover": "#a267de",
|
169
|
+
"border-default": "#8F4CD7",
|
170
|
+
"inverse": {
|
171
|
+
"bg-default": "#985FDC",
|
172
|
+
"bgAlt-default": "#f1e6fa",
|
173
|
+
"bgAlt-hover": "#daceed",
|
174
|
+
"bg-hover": "#8051b8",
|
175
|
+
"border-default": "#985FDC"
|
176
|
+
}
|
177
|
+
},
|
164
178
|
"info": {
|
165
179
|
"bg-default": "#007ED9",
|
166
180
|
"bgAlt-default": "#111722",
|
@@ -161,6 +161,20 @@
|
|
161
161
|
"labelAlt-hover": "#fffffff2"
|
162
162
|
}
|
163
163
|
},
|
164
|
+
"important": {
|
165
|
+
"bg-default": "#8F4CD7",
|
166
|
+
"bgAlt-default": "#f5edfc",
|
167
|
+
"bgAlt-hover": "#ded4ee",
|
168
|
+
"bg-hover": "#7941b4",
|
169
|
+
"border-default": "#8F4CD7",
|
170
|
+
"inverse": {
|
171
|
+
"bg-default": "#985FDC",
|
172
|
+
"bgAlt-default": "#1b1422",
|
173
|
+
"bgAlt-hover": "#282039",
|
174
|
+
"bg-hover": "#a977e2",
|
175
|
+
"border-default": "#985FDC"
|
176
|
+
}
|
177
|
+
},
|
164
178
|
"info": {
|
165
179
|
"bg-default": "#0060A7",
|
166
180
|
"bgAlt-default": "#eaeef6",
|
@@ -161,6 +161,20 @@
|
|
161
161
|
"labelAlt-hover": "#000000f2"
|
162
162
|
}
|
163
163
|
},
|
164
|
+
"important": {
|
165
|
+
"bg-default": "#8F4CD7",
|
166
|
+
"bgAlt-default": "#150d19",
|
167
|
+
"bgAlt-hover": "#231b30",
|
168
|
+
"bg-hover": "#a267de",
|
169
|
+
"border-default": "#8F4CD7",
|
170
|
+
"inverse": {
|
171
|
+
"bg-default": "#985FDC",
|
172
|
+
"bgAlt-default": "#f1e6fa",
|
173
|
+
"bgAlt-hover": "#daceed",
|
174
|
+
"bg-hover": "#8051b8",
|
175
|
+
"border-default": "#985FDC"
|
176
|
+
}
|
177
|
+
},
|
164
178
|
"info": {
|
165
179
|
"bg-default": "#007ED9",
|
166
180
|
"bgAlt-default": "#111722",
|