@splunk/themes 1.5.0 → 1.6.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/CHANGELOG.md +11 -0
- package/design-tokens/colors.js +1 -1
- package/design-tokens/deprecated.js +14 -10
- package/enterprise/light.js +1 -1
- package/mixins/resets.js +2 -2
- package/package.json +1 -1
- package/tokens.json +917 -24
- package/types/design-tokens/colors.d.ts +1 -1
- package/types/design-tokens/deprecated.d.ts +28 -20
|
@@ -438,7 +438,7 @@ declare const uiColors: {
|
|
|
438
438
|
* #### Notification colors
|
|
439
439
|
*
|
|
440
440
|
* Use notifications colors to communicate messages and guidance directly to users.
|
|
441
|
-
* For example in Message Bars
|
|
441
|
+
* For example in Message Bars to set tone and urgency in a conversational context.
|
|
442
442
|
*
|
|
443
443
|
* Weak variants do not meet graphical or text contrast and should only be used decoratively.
|
|
444
444
|
*
|
|
@@ -17,15 +17,13 @@ declare const deprecated: {
|
|
|
17
17
|
* @deprecated Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor).
|
|
18
18
|
*/
|
|
19
19
|
interactiveColorPrimary: string;
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated Use `statusColorNormal`, `accentColor`, or ...
|
|
22
|
-
*/
|
|
20
|
+
/** @deprecated Use `notificationColorPositive` */
|
|
23
21
|
accentColorPositive: string;
|
|
24
|
-
/** @deprecated */
|
|
22
|
+
/** @deprecated Use `notificationColorCaution` */
|
|
25
23
|
accentColorWarning: string;
|
|
26
|
-
/** @deprecated */
|
|
24
|
+
/** @deprecated Use `notificationColorCaution` */
|
|
27
25
|
accentColorAlert: string;
|
|
28
|
-
/** @deprecated */
|
|
26
|
+
/** @deprecated Use `notificationColorNegative` */
|
|
29
27
|
accentColorNegative: string;
|
|
30
28
|
/**
|
|
31
29
|
* @deprecated Use `contentColorDefault`
|
|
@@ -36,7 +34,7 @@ declare const deprecated: {
|
|
|
36
34
|
*/
|
|
37
35
|
textGray: string;
|
|
38
36
|
/**
|
|
39
|
-
* @deprecated Use
|
|
37
|
+
* @deprecated Use `contentColorLink`
|
|
40
38
|
*/
|
|
41
39
|
linkColor: string;
|
|
42
40
|
/**
|
|
@@ -243,7 +241,9 @@ declare const deprecated: {
|
|
|
243
241
|
errorColorL20: string;
|
|
244
242
|
/** @deprecated */
|
|
245
243
|
errorColorL10: string;
|
|
246
|
-
/**
|
|
244
|
+
/**
|
|
245
|
+
* @deprecated Use `notificationColorNegative` or `severityColorAlert`
|
|
246
|
+
*/
|
|
247
247
|
errorColor: string;
|
|
248
248
|
/** @deprecated */
|
|
249
249
|
errorColorD10: string;
|
|
@@ -287,7 +287,9 @@ declare const deprecated: {
|
|
|
287
287
|
warningColorL20: string;
|
|
288
288
|
/** @deprecated */
|
|
289
289
|
warningColorL10: string;
|
|
290
|
-
/**
|
|
290
|
+
/**
|
|
291
|
+
* @deprecated Use `notificationColorCaution` or `severityColorNotice`
|
|
292
|
+
*/
|
|
291
293
|
warningColor: string;
|
|
292
294
|
/** @deprecated */
|
|
293
295
|
warningColorD10: string;
|
|
@@ -309,7 +311,9 @@ declare const deprecated: {
|
|
|
309
311
|
successColorL20: string;
|
|
310
312
|
/** @deprecated */
|
|
311
313
|
successColorL10: string;
|
|
312
|
-
/**
|
|
314
|
+
/**
|
|
315
|
+
* @deprecated Use `notificationColorPositive` or `severityColorNormal`
|
|
316
|
+
*/
|
|
313
317
|
successColor: string;
|
|
314
318
|
/** @deprecated */
|
|
315
319
|
successColorD10: string;
|
|
@@ -512,15 +516,13 @@ declare const _default: {
|
|
|
512
516
|
* @deprecated Use a more specific token based on the semantic use case: [`interactiveColorAccent`](#interactiveColorAccent), [`contentColorAccent`](#contentColorAccent), or [`focusColor`](#focusColor).
|
|
513
517
|
*/
|
|
514
518
|
interactiveColorPrimary: string;
|
|
515
|
-
/**
|
|
516
|
-
* @deprecated Use `statusColorNormal`, `accentColor`, or ...
|
|
517
|
-
*/
|
|
519
|
+
/** @deprecated Use `notificationColorPositive` */
|
|
518
520
|
accentColorPositive: string;
|
|
519
|
-
/** @deprecated */
|
|
521
|
+
/** @deprecated Use `notificationColorCaution` */
|
|
520
522
|
accentColorWarning: string;
|
|
521
|
-
/** @deprecated */
|
|
523
|
+
/** @deprecated Use `notificationColorCaution` */
|
|
522
524
|
accentColorAlert: string;
|
|
523
|
-
/** @deprecated */
|
|
525
|
+
/** @deprecated Use `notificationColorNegative` */
|
|
524
526
|
accentColorNegative: string;
|
|
525
527
|
/**
|
|
526
528
|
* @deprecated Use `contentColorDefault`
|
|
@@ -531,7 +533,7 @@ declare const _default: {
|
|
|
531
533
|
*/
|
|
532
534
|
textGray: string;
|
|
533
535
|
/**
|
|
534
|
-
* @deprecated Use
|
|
536
|
+
* @deprecated Use `contentColorLink`
|
|
535
537
|
*/
|
|
536
538
|
linkColor: string;
|
|
537
539
|
/**
|
|
@@ -738,7 +740,9 @@ declare const _default: {
|
|
|
738
740
|
errorColorL20: string;
|
|
739
741
|
/** @deprecated */
|
|
740
742
|
errorColorL10: string;
|
|
741
|
-
/**
|
|
743
|
+
/**
|
|
744
|
+
* @deprecated Use `notificationColorNegative` or `severityColorAlert`
|
|
745
|
+
*/
|
|
742
746
|
errorColor: string;
|
|
743
747
|
/** @deprecated */
|
|
744
748
|
errorColorD10: string;
|
|
@@ -782,7 +786,9 @@ declare const _default: {
|
|
|
782
786
|
warningColorL20: string;
|
|
783
787
|
/** @deprecated */
|
|
784
788
|
warningColorL10: string;
|
|
785
|
-
/**
|
|
789
|
+
/**
|
|
790
|
+
* @deprecated Use `notificationColorCaution` or `severityColorNotice`
|
|
791
|
+
*/
|
|
786
792
|
warningColor: string;
|
|
787
793
|
/** @deprecated */
|
|
788
794
|
warningColorD10: string;
|
|
@@ -804,7 +810,9 @@ declare const _default: {
|
|
|
804
810
|
successColorL20: string;
|
|
805
811
|
/** @deprecated */
|
|
806
812
|
successColorL10: string;
|
|
807
|
-
/**
|
|
813
|
+
/**
|
|
814
|
+
* @deprecated Use `notificationColorPositive` or `severityColorNormal`
|
|
815
|
+
*/
|
|
808
816
|
successColor: string;
|
|
809
817
|
/** @deprecated */
|
|
810
818
|
successColorD10: string;
|