@carbon/themes 11.53.0 → 11.54.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/lib/index.js CHANGED
@@ -118,47 +118,77 @@ function _objectSpread2(e) {
118
118
  }
119
119
  function _regeneratorRuntime() {
120
120
  _regeneratorRuntime = function () {
121
- return e;
121
+ return r;
122
122
  };
123
123
  var t,
124
- e = {},
125
- r = Object.prototype,
126
- n = r.hasOwnProperty,
127
- o = Object.defineProperty || function (t, e, r) {
128
- t[e] = r.value;
129
- },
130
- i = "function" == typeof Symbol ? Symbol : {},
131
- a = i.iterator || "@@iterator",
132
- c = i.asyncIterator || "@@asyncIterator",
133
- u = i.toStringTag || "@@toStringTag";
134
- function define(t, e, r) {
135
- return Object.defineProperty(t, e, {
136
- value: r,
137
- enumerable: !0,
138
- configurable: !0,
139
- writable: !0
140
- }), t[e];
124
+ r = {},
125
+ e = Object.prototype,
126
+ n = e.hasOwnProperty,
127
+ o = "function" == typeof Symbol ? Symbol : {},
128
+ i = o.iterator || "@@iterator",
129
+ a = o.asyncIterator || "@@asyncIterator",
130
+ u = o.toStringTag || "@@toStringTag";
131
+ function c(t, r, e, n) {
132
+ Object.defineProperty(t, r, {
133
+ value: e,
134
+ enumerable: !n,
135
+ configurable: !n,
136
+ writable: !n
137
+ });
141
138
  }
142
139
  try {
143
- define({}, "");
140
+ c({}, "");
144
141
  } catch (t) {
145
- define = function (t, e, r) {
146
- return t[e] = r;
142
+ c = function (t, r, e) {
143
+ return t[r] = e;
147
144
  };
148
145
  }
149
- function wrap(t, e, r, n) {
146
+ function h(r, e, n, o) {
150
147
  var i = e && e.prototype instanceof Generator ? e : Generator,
151
- a = Object.create(i.prototype),
152
- c = new Context(n || []);
153
- return o(a, "_invoke", {
154
- value: makeInvokeMethod(t, r, c)
155
- }), a;
148
+ a = Object.create(i.prototype);
149
+ return c(a, "_invoke", function (r, e, n) {
150
+ var o = 1;
151
+ return function (i, a) {
152
+ if (3 === o) throw Error("Generator is already running");
153
+ if (4 === o) {
154
+ if ("throw" === i) throw a;
155
+ return {
156
+ value: t,
157
+ done: !0
158
+ };
159
+ }
160
+ for (n.method = i, n.arg = a;;) {
161
+ var u = n.delegate;
162
+ if (u) {
163
+ var c = d(u, n);
164
+ if (c) {
165
+ if (c === f) continue;
166
+ return c;
167
+ }
168
+ }
169
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
170
+ if (1 === o) throw o = 4, n.arg;
171
+ n.dispatchException(n.arg);
172
+ } else "return" === n.method && n.abrupt("return", n.arg);
173
+ o = 3;
174
+ var h = s(r, e, n);
175
+ if ("normal" === h.type) {
176
+ if (o = n.done ? 4 : 2, h.arg === f) continue;
177
+ return {
178
+ value: h.arg,
179
+ done: n.done
180
+ };
181
+ }
182
+ "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
183
+ }
184
+ };
185
+ }(r, n, new Context(o || [])), !0), a;
156
186
  }
157
- function tryCatch(t, e, r) {
187
+ function s(t, r, e) {
158
188
  try {
159
189
  return {
160
190
  type: "normal",
161
- arg: t.call(e, r)
191
+ arg: t.call(r, e)
162
192
  };
163
193
  } catch (t) {
164
194
  return {
@@ -167,255 +197,193 @@ function _regeneratorRuntime() {
167
197
  };
168
198
  }
169
199
  }
170
- e.wrap = wrap;
171
- var h = "suspendedStart",
172
- l = "suspendedYield",
173
- f = "executing",
174
- s = "completed",
175
- y = {};
200
+ r.wrap = h;
201
+ var f = {};
176
202
  function Generator() {}
177
203
  function GeneratorFunction() {}
178
204
  function GeneratorFunctionPrototype() {}
179
- var p = {};
180
- define(p, a, function () {
205
+ var l = {};
206
+ c(l, i, function () {
181
207
  return this;
182
208
  });
183
- var d = Object.getPrototypeOf,
184
- v = d && d(d(values([])));
185
- v && v !== r && n.call(v, a) && (p = v);
186
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
187
- function defineIteratorMethods(t) {
188
- ["next", "throw", "return"].forEach(function (e) {
189
- define(t, e, function (t) {
190
- return this._invoke(e, t);
209
+ var p = Object.getPrototypeOf,
210
+ y = p && p(p(x([])));
211
+ y && y !== e && n.call(y, i) && (l = y);
212
+ var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
213
+ function g(t) {
214
+ ["next", "throw", "return"].forEach(function (r) {
215
+ c(t, r, function (t) {
216
+ return this._invoke(r, t);
191
217
  });
192
218
  });
193
219
  }
194
- function AsyncIterator(t, e) {
195
- function invoke(r, o, i, a) {
196
- var c = tryCatch(t[r], t, o);
220
+ function AsyncIterator(t, r) {
221
+ function e(o, i, a, u) {
222
+ var c = s(t[o], t, i);
197
223
  if ("throw" !== c.type) {
198
- var u = c.arg,
199
- h = u.value;
200
- return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
201
- invoke("next", t, i, a);
224
+ var h = c.arg,
225
+ f = h.value;
226
+ return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
227
+ e("next", t, a, u);
202
228
  }, function (t) {
203
- invoke("throw", t, i, a);
204
- }) : e.resolve(h).then(function (t) {
205
- u.value = t, i(u);
229
+ e("throw", t, a, u);
230
+ }) : r.resolve(f).then(function (t) {
231
+ h.value = t, a(h);
206
232
  }, function (t) {
207
- return invoke("throw", t, i, a);
233
+ return e("throw", t, a, u);
208
234
  });
209
235
  }
210
- a(c.arg);
236
+ u(c.arg);
211
237
  }
212
- var r;
213
- o(this, "_invoke", {
214
- value: function (t, n) {
215
- function callInvokeWithMethodAndArg() {
216
- return new e(function (e, r) {
217
- invoke(t, n, e, r);
218
- });
219
- }
220
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
221
- }
222
- });
223
- }
224
- function makeInvokeMethod(e, r, n) {
225
- var o = h;
226
- return function (i, a) {
227
- if (o === f) throw Error("Generator is already running");
228
- if (o === s) {
229
- if ("throw" === i) throw a;
230
- return {
231
- value: t,
232
- done: !0
233
- };
234
- }
235
- for (n.method = i, n.arg = a;;) {
236
- var c = n.delegate;
237
- if (c) {
238
- var u = maybeInvokeDelegate(c, n);
239
- if (u) {
240
- if (u === y) continue;
241
- return u;
242
- }
243
- }
244
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
245
- if (o === h) throw o = s, n.arg;
246
- n.dispatchException(n.arg);
247
- } else "return" === n.method && n.abrupt("return", n.arg);
248
- o = f;
249
- var p = tryCatch(e, r, n);
250
- if ("normal" === p.type) {
251
- if (o = n.done ? s : l, p.arg === y) continue;
252
- return {
253
- value: p.arg,
254
- done: n.done
255
- };
256
- }
257
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
238
+ var o;
239
+ c(this, "_invoke", function (t, n) {
240
+ function i() {
241
+ return new r(function (r, o) {
242
+ e(t, n, r, o);
243
+ });
258
244
  }
259
- };
245
+ return o = o ? o.then(i, i) : i();
246
+ }, !0);
260
247
  }
261
- function maybeInvokeDelegate(e, r) {
262
- var n = r.method,
263
- o = e.iterator[n];
264
- if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
265
- var i = tryCatch(o, e.iterator, r.arg);
266
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
248
+ function d(r, e) {
249
+ var n = e.method,
250
+ o = r.i[n];
251
+ if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
252
+ var i = s(o, r.i, e.arg);
253
+ if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
267
254
  var a = i.arg;
268
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
255
+ return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
269
256
  }
270
- function pushTryEntry(t) {
271
- var e = {
272
- tryLoc: t[0]
273
- };
274
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
257
+ function w(t) {
258
+ this.tryEntries.push(t);
275
259
  }
276
- function resetTryEntry(t) {
277
- var e = t.completion || {};
278
- e.type = "normal", delete e.arg, t.completion = e;
260
+ function m(r) {
261
+ var e = r[4] || {};
262
+ e.type = "normal", e.arg = t, r[4] = e;
279
263
  }
280
264
  function Context(t) {
281
- this.tryEntries = [{
282
- tryLoc: "root"
283
- }], t.forEach(pushTryEntry, this), this.reset(!0);
265
+ this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
284
266
  }
285
- function values(e) {
286
- if (e || "" === e) {
287
- var r = e[a];
288
- if (r) return r.call(e);
289
- if ("function" == typeof e.next) return e;
290
- if (!isNaN(e.length)) {
267
+ function x(r) {
268
+ if (null != r) {
269
+ var e = r[i];
270
+ if (e) return e.call(r);
271
+ if ("function" == typeof r.next) return r;
272
+ if (!isNaN(r.length)) {
291
273
  var o = -1,
292
- i = function next() {
293
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
294
- return next.value = t, next.done = !0, next;
274
+ a = function e() {
275
+ for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
276
+ return e.value = t, e.done = !0, e;
295
277
  };
296
- return i.next = i;
278
+ return a.next = a;
297
279
  }
298
280
  }
299
- throw new TypeError(typeof e + " is not iterable");
281
+ throw new TypeError(typeof r + " is not iterable");
300
282
  }
301
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
302
- value: GeneratorFunctionPrototype,
303
- configurable: !0
304
- }), o(GeneratorFunctionPrototype, "constructor", {
305
- value: GeneratorFunction,
306
- configurable: !0
307
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
308
- var e = "function" == typeof t && t.constructor;
309
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
310
- }, e.mark = function (t) {
311
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
312
- }, e.awrap = function (t) {
283
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
284
+ var r = "function" == typeof t && t.constructor;
285
+ return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
286
+ }, r.mark = function (t) {
287
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
288
+ }, r.awrap = function (t) {
313
289
  return {
314
290
  __await: t
315
291
  };
316
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
292
+ }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
317
293
  return this;
318
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
294
+ }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
319
295
  void 0 === i && (i = Promise);
320
- var a = new AsyncIterator(wrap(t, r, n, o), i);
321
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
296
+ var a = new AsyncIterator(h(t, e, n, o), i);
297
+ return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
322
298
  return t.done ? t.value : a.next();
323
299
  });
324
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
300
+ }, g(v), c(v, u, "Generator"), c(v, i, function () {
325
301
  return this;
326
- }), define(g, "toString", function () {
302
+ }), c(v, "toString", function () {
327
303
  return "[object Generator]";
328
- }), e.keys = function (t) {
329
- var e = Object(t),
330
- r = [];
331
- for (var n in e) r.push(n);
332
- return r.reverse(), function next() {
333
- for (; r.length;) {
334
- var t = r.pop();
335
- if (t in e) return next.value = t, next.done = !1, next;
336
- }
337
- return next.done = !0, next;
304
+ }), r.keys = function (t) {
305
+ var r = Object(t),
306
+ e = [];
307
+ for (var n in r) e.unshift(n);
308
+ return function t() {
309
+ for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
310
+ return t.done = !0, t;
338
311
  };
339
- }, e.values = values, Context.prototype = {
312
+ }, r.values = x, Context.prototype = {
340
313
  constructor: Context,
341
- reset: function (e) {
342
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
314
+ reset: function (r) {
315
+ if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
343
316
  },
344
317
  stop: function () {
345
318
  this.done = !0;
346
- var t = this.tryEntries[0].completion;
319
+ var t = this.tryEntries[0][4];
347
320
  if ("throw" === t.type) throw t.arg;
348
321
  return this.rval;
349
322
  },
350
- dispatchException: function (e) {
351
- if (this.done) throw e;
352
- var r = this;
353
- function handle(n, o) {
354
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
323
+ dispatchException: function (r) {
324
+ if (this.done) throw r;
325
+ var e = this;
326
+ function n(t) {
327
+ a.type = "throw", a.arg = r, e.next = t;
355
328
  }
356
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
329
+ for (var o = e.tryEntries.length - 1; o >= 0; --o) {
357
330
  var i = this.tryEntries[o],
358
- a = i.completion;
359
- if ("root" === i.tryLoc) return handle("end");
360
- if (i.tryLoc <= this.prev) {
361
- var c = n.call(i, "catchLoc"),
362
- u = n.call(i, "finallyLoc");
363
- if (c && u) {
364
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
365
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
366
- } else if (c) {
367
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
368
- } else {
369
- if (!u) throw Error("try statement without catch or finally");
370
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
371
- }
331
+ a = i[4],
332
+ u = this.prev,
333
+ c = i[1],
334
+ h = i[2];
335
+ if (-1 === i[0]) return n("end"), !1;
336
+ if (!c && !h) throw Error("try statement without catch or finally");
337
+ if (null != i[0] && i[0] <= u) {
338
+ if (u < c) return this.method = "next", this.arg = t, n(c), !0;
339
+ if (u < h) return n(h), !1;
372
340
  }
373
341
  }
374
342
  },
375
- abrupt: function (t, e) {
376
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
377
- var o = this.tryEntries[r];
378
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
379
- var i = o;
343
+ abrupt: function (t, r) {
344
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
345
+ var n = this.tryEntries[e];
346
+ if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
347
+ var o = n;
380
348
  break;
381
349
  }
382
350
  }
383
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
384
- var a = i ? i.completion : {};
385
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
351
+ o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
352
+ var i = o ? o[4] : {};
353
+ return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
386
354
  },
387
- complete: function (t, e) {
355
+ complete: function (t, r) {
388
356
  if ("throw" === t.type) throw t.arg;
389
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
357
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
390
358
  },
391
359
  finish: function (t) {
392
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
393
- var r = this.tryEntries[e];
394
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
360
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
361
+ var e = this.tryEntries[r];
362
+ if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
395
363
  }
396
364
  },
397
365
  catch: function (t) {
398
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
399
- var r = this.tryEntries[e];
400
- if (r.tryLoc === t) {
401
- var n = r.completion;
366
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
367
+ var e = this.tryEntries[r];
368
+ if (e[0] === t) {
369
+ var n = e[4];
402
370
  if ("throw" === n.type) {
403
371
  var o = n.arg;
404
- resetTryEntry(r);
372
+ m(e);
405
373
  }
406
374
  return o;
407
375
  }
408
376
  }
409
377
  throw Error("illegal catch attempt");
410
378
  },
411
- delegateYield: function (e, r, n) {
379
+ delegateYield: function (r, e, n) {
412
380
  return this.delegate = {
413
- iterator: values(e),
414
- resultName: r,
415
- nextLoc: n
416
- }, "next" === this.method && (this.arg = t), y;
381
+ i: x(r),
382
+ r: e,
383
+ n: n
384
+ }, "next" === this.method && (this.arg = t), f;
417
385
  }
418
- }, e;
386
+ }, r;
419
387
  }
420
388
  function _toConsumableArray(r) {
421
389
  return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "11.53.0",
4
+ "version": "11.54.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -32,16 +32,16 @@
32
32
  "postinstall": "ibmtelemetry --config=telemetry.yml"
33
33
  },
34
34
  "dependencies": {
35
- "@carbon/colors": "^11.33.0",
36
- "@carbon/layout": "^11.34.0",
37
- "@carbon/type": "^11.40.0",
35
+ "@carbon/colors": "^11.34.0",
36
+ "@carbon/layout": "^11.35.0",
37
+ "@carbon/type": "^11.41.0",
38
38
  "@ibm/telemetry-js": "^1.5.0",
39
39
  "color": "^4.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@babel/node": "^7.24.7",
43
- "@babel/preset-env": "^7.24.7",
44
- "@carbon/cli": "^11.27.0",
42
+ "@babel/node": "^7.27.1",
43
+ "@babel/preset-env": "^7.27.2",
44
+ "@carbon/cli": "^11.28.0",
45
45
  "@carbon/cli-reporter": "^10.7.0",
46
46
  "@carbon/scss-generator": "^10.19.0",
47
47
  "@carbon/test-utils": "^10.36.0",
@@ -52,5 +52,5 @@
52
52
  "rimraf": "^6.0.0"
53
53
  },
54
54
  "sideEffects": false,
55
- "gitHead": "68105b183b14b348bcba4622f86a9e50265414da"
55
+ "gitHead": "f6debacbfe06fa5c31f70809e15762dc30096d70"
56
56
  }
@@ -10,49 +10,42 @@ import {
10
10
  red40,
11
11
  red50,
12
12
  red70,
13
- red80,
14
13
  red20Hover,
15
14
  red70Hover,
16
15
  magenta20,
17
16
  magenta40,
18
17
  magenta50,
19
18
  magenta70,
20
- magenta80,
21
19
  magenta20Hover,
22
20
  magenta70Hover,
23
21
  purple20,
24
22
  purple40,
25
23
  purple50,
26
24
  purple70,
27
- purple80,
28
25
  purple20Hover,
29
26
  purple70Hover,
30
27
  blue20,
31
28
  blue40,
32
29
  blue50,
33
30
  blue70,
34
- blue80,
35
31
  blue20Hover,
36
32
  blue70Hover,
37
33
  cyan20,
38
34
  cyan40,
39
35
  cyan50,
40
36
  cyan70,
41
- cyan80,
42
37
  cyan20Hover,
43
38
  cyan70Hover,
44
39
  teal20,
45
40
  teal40,
46
41
  teal50,
47
42
  teal70,
48
- teal80,
49
43
  teal20Hover,
50
44
  teal70Hover,
51
45
  green20,
52
46
  green40,
53
47
  green50,
54
48
  green70,
55
- green80,
56
49
  green20Hover,
57
50
  green70Hover,
58
51
  gray10,