@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.
Files changed (144) hide show
  1. package/css/frozenproduct/all.css +10 -0
  2. package/css/frozenproduct/large/components/status.css +10 -0
  3. package/css/frozenproduct/small/components/status.css +10 -0
  4. package/css/marketing/all.css +10 -0
  5. package/css/marketing/large/components/status.css +10 -0
  6. package/css/marketing/small/components/status.css +10 -0
  7. package/css/product/all.css +10 -0
  8. package/css/product/large/components/status.css +10 -0
  9. package/css/product/small/components/status.css +10 -0
  10. package/ios/frozenproduct/large/dark/components/status.h +10 -0
  11. package/ios/frozenproduct/large/light/components/status.h +10 -0
  12. package/ios/frozenproduct/small/dark/components/status.h +10 -0
  13. package/ios/frozenproduct/small/light/components/status.h +10 -0
  14. package/ios/marketing/large/dark/components/status.h +10 -0
  15. package/ios/marketing/large/light/components/status.h +10 -0
  16. package/ios/marketing/small/dark/components/status.h +10 -0
  17. package/ios/marketing/small/light/components/status.h +10 -0
  18. package/ios/product/large/dark/components/status.h +10 -0
  19. package/ios/product/large/light/components/status.h +10 -0
  20. package/ios/product/small/dark/components/status.h +10 -0
  21. package/ios/product/small/light/components/status.h +10 -0
  22. package/js/common/frozenproduct/large/dark/components/status.d.ts +14 -0
  23. package/js/common/frozenproduct/large/dark/components/status.js +173 -0
  24. package/js/common/frozenproduct/large/light/components/status.d.ts +14 -0
  25. package/js/common/frozenproduct/large/light/components/status.js +173 -0
  26. package/js/common/frozenproduct/small/dark/components/status.d.ts +14 -0
  27. package/js/common/frozenproduct/small/dark/components/status.js +173 -0
  28. package/js/common/frozenproduct/small/light/components/status.d.ts +14 -0
  29. package/js/common/frozenproduct/small/light/components/status.js +173 -0
  30. package/js/common/marketing/large/dark/components/status.d.ts +14 -0
  31. package/js/common/marketing/large/dark/components/status.js +173 -0
  32. package/js/common/marketing/large/light/components/status.d.ts +14 -0
  33. package/js/common/marketing/large/light/components/status.js +173 -0
  34. package/js/common/marketing/small/dark/components/status.d.ts +14 -0
  35. package/js/common/marketing/small/dark/components/status.js +173 -0
  36. package/js/common/marketing/small/light/components/status.d.ts +14 -0
  37. package/js/common/marketing/small/light/components/status.js +173 -0
  38. package/js/common/product/large/dark/components/status.d.ts +14 -0
  39. package/js/common/product/large/dark/components/status.js +173 -0
  40. package/js/common/product/large/light/components/status.d.ts +14 -0
  41. package/js/common/product/large/light/components/status.js +173 -0
  42. package/js/common/product/small/dark/components/status.d.ts +14 -0
  43. package/js/common/product/small/dark/components/status.js +173 -0
  44. package/js/common/product/small/light/components/status.d.ts +14 -0
  45. package/js/common/product/small/light/components/status.js +173 -0
  46. package/js/es6/frozenproduct/large/dark/components/status.d.ts +10 -0
  47. package/js/es6/frozenproduct/large/dark/components/status.js +10 -0
  48. package/js/es6/frozenproduct/large/light/components/status.d.ts +10 -0
  49. package/js/es6/frozenproduct/large/light/components/status.js +10 -0
  50. package/js/es6/frozenproduct/small/dark/components/status.d.ts +10 -0
  51. package/js/es6/frozenproduct/small/dark/components/status.js +10 -0
  52. package/js/es6/frozenproduct/small/light/components/status.d.ts +10 -0
  53. package/js/es6/frozenproduct/small/light/components/status.js +10 -0
  54. package/js/es6/marketing/large/dark/components/status.d.ts +10 -0
  55. package/js/es6/marketing/large/dark/components/status.js +10 -0
  56. package/js/es6/marketing/large/light/components/status.d.ts +10 -0
  57. package/js/es6/marketing/large/light/components/status.js +10 -0
  58. package/js/es6/marketing/small/dark/components/status.d.ts +10 -0
  59. package/js/es6/marketing/small/dark/components/status.js +10 -0
  60. package/js/es6/marketing/small/light/components/status.d.ts +10 -0
  61. package/js/es6/marketing/small/light/components/status.js +10 -0
  62. package/js/es6/product/large/dark/components/status.d.ts +10 -0
  63. package/js/es6/product/large/dark/components/status.js +10 -0
  64. package/js/es6/product/large/light/components/status.d.ts +10 -0
  65. package/js/es6/product/large/light/components/status.js +10 -0
  66. package/js/es6/product/small/dark/components/status.d.ts +10 -0
  67. package/js/es6/product/small/dark/components/status.js +10 -0
  68. package/js/es6/product/small/light/components/status.d.ts +10 -0
  69. package/js/es6/product/small/light/components/status.js +10 -0
  70. package/js/umd/frozenproduct/large/dark/components/status.js +173 -0
  71. package/js/umd/frozenproduct/large/light/components/status.js +173 -0
  72. package/js/umd/frozenproduct/small/dark/components/status.js +173 -0
  73. package/js/umd/frozenproduct/small/light/components/status.js +173 -0
  74. package/js/umd/marketing/large/dark/components/status.js +173 -0
  75. package/js/umd/marketing/large/light/components/status.js +173 -0
  76. package/js/umd/marketing/small/dark/components/status.js +173 -0
  77. package/js/umd/marketing/small/light/components/status.js +173 -0
  78. package/js/umd/product/large/dark/components/status.js +173 -0
  79. package/js/umd/product/large/light/components/status.js +173 -0
  80. package/js/umd/product/small/dark/components/status.js +173 -0
  81. package/js/umd/product/small/light/components/status.js +173 -0
  82. package/json/flat/frozenproduct/large/dark/components/status.json +10 -0
  83. package/json/flat/frozenproduct/large/light/components/status.json +10 -0
  84. package/json/flat/frozenproduct/small/dark/components/status.json +10 -0
  85. package/json/flat/frozenproduct/small/light/components/status.json +10 -0
  86. package/json/flat/marketing/large/dark/components/status.json +10 -0
  87. package/json/flat/marketing/large/light/components/status.json +10 -0
  88. package/json/flat/marketing/small/dark/components/status.json +10 -0
  89. package/json/flat/marketing/small/light/components/status.json +10 -0
  90. package/json/flat/product/large/dark/components/status.json +10 -0
  91. package/json/flat/product/large/light/components/status.json +10 -0
  92. package/json/flat/product/small/dark/components/status.json +10 -0
  93. package/json/flat/product/small/light/components/status.json +10 -0
  94. package/json/nested/frozenproduct/large/dark/components/status.json +14 -0
  95. package/json/nested/frozenproduct/large/light/components/status.json +14 -0
  96. package/json/nested/frozenproduct/small/dark/components/status.json +14 -0
  97. package/json/nested/frozenproduct/small/light/components/status.json +14 -0
  98. package/json/nested/marketing/large/dark/components/status.json +14 -0
  99. package/json/nested/marketing/large/light/components/status.json +14 -0
  100. package/json/nested/marketing/small/dark/components/status.json +14 -0
  101. package/json/nested/marketing/small/light/components/status.json +14 -0
  102. package/json/nested/product/large/dark/components/status.json +14 -0
  103. package/json/nested/product/large/light/components/status.json +14 -0
  104. package/json/nested/product/small/dark/components/status.json +14 -0
  105. package/json/nested/product/small/light/components/status.json +14 -0
  106. package/package.json +1 -1
  107. package/sage-design-tokens-14.2.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/button.scss +13 -13
  109. package/scss/frozenproduct/large/components/container.scss +10 -10
  110. package/scss/frozenproduct/large/components/form.scss +7 -7
  111. package/scss/frozenproduct/large/components/link.scss +2 -2
  112. package/scss/frozenproduct/large/components/nav.scss +5 -5
  113. package/scss/frozenproduct/large/components/page.scss +1 -1
  114. package/scss/frozenproduct/large/components/popover.scss +2 -2
  115. package/scss/frozenproduct/large/components/progress.scss +6 -6
  116. package/scss/frozenproduct/large/components/status.scss +13 -3
  117. package/scss/frozenproduct/large/components/tab.scss +7 -7
  118. package/scss/frozenproduct/large/components/table.scss +10 -10
  119. package/scss/frozenproduct/small/components/button.scss +13 -13
  120. package/scss/frozenproduct/small/components/container.scss +10 -10
  121. package/scss/frozenproduct/small/components/form.scss +7 -7
  122. package/scss/frozenproduct/small/components/link.scss +2 -2
  123. package/scss/frozenproduct/small/components/nav.scss +5 -5
  124. package/scss/frozenproduct/small/components/page.scss +1 -1
  125. package/scss/frozenproduct/small/components/popover.scss +2 -2
  126. package/scss/frozenproduct/small/components/progress.scss +6 -6
  127. package/scss/frozenproduct/small/components/status.scss +13 -3
  128. package/scss/frozenproduct/small/components/tab.scss +7 -7
  129. package/scss/frozenproduct/small/components/table.scss +10 -10
  130. package/scss/marketing/large/components/button.scss +13 -13
  131. package/scss/marketing/large/components/container.scss +10 -10
  132. package/scss/marketing/large/components/form.scss +7 -7
  133. package/scss/marketing/large/components/link.scss +2 -2
  134. package/scss/marketing/large/components/nav.scss +5 -5
  135. package/scss/marketing/large/components/page.scss +1 -1
  136. package/scss/marketing/large/components/popover.scss +2 -2
  137. package/scss/marketing/large/components/progress.scss +6 -6
  138. package/scss/marketing/large/components/status.scss +13 -3
  139. package/scss/marketing/large/components/tab.scss +7 -7
  140. package/scss/marketing/large/components/table.scss +10 -10
  141. package/scss/marketing/small/components/status.scss +10 -0
  142. package/scss/product/large/components/status.scss +10 -0
  143. package/scss/product/small/components/status.scss +10 -0
  144. 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",