@splunk/themes 1.0.0-beta.3 → 1.0.0-beta.4
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.v1.md +20 -0
- package/design-tokens/colors.js +1 -83
- package/design-tokens/deprecated.js +70 -0
- package/design-tokens/elevation.js +0 -1
- package/design-tokens/spacing-sizing.js +1 -0
- package/enterprise/comfortable.js +1 -0
- package/enterprise/compact.js +1 -0
- package/enterprise/dark.js +23 -25
- package/enterprise/light.js +23 -25
- package/package.json +4 -4
- package/prisma/base.js +1 -1
- package/prisma/comfortable.js +1 -0
- package/prisma/compact.js +1 -0
- package/prisma/dark.js +26 -25
- package/prisma/light.js +26 -25
- package/splunk-magnetic/index.js +3 -1
- package/types/design-tokens/colors.d.ts +1 -155
- package/types/design-tokens/deprecated.d.ts +140 -0
- package/types/design-tokens/elevation.d.ts +0 -2
- package/types/design-tokens/index.d.ts +20 -19
- package/types/design-tokens/spacing-sizing.d.ts +2 -0
- package/types/enterprise/comfortable.d.ts +1 -0
- package/types/enterprise/compact.d.ts +1 -0
- package/types/enterprise/dark.d.ts +20 -20
- package/types/enterprise/light.d.ts +20 -20
- package/types/getTheme.d.ts +0 -1
- package/types/mixins/index.d.ts +1 -1
- package/types/mixins/utilityMixins.d.ts +2 -2
- package/types/prisma/base.d.ts +1 -1
- package/types/prisma/dark.d.ts +18 -18
- package/types/prisma/light.d.ts +18 -18
- package/types/splunk-magnetic/index.d.ts +58 -52
- package/types/storybook-addon-splunk-themes/constants.d.ts +4 -4
- package/types/storybook-addon-splunk-themes/preview.d.ts +4 -4
- package/types/storybook-addon-splunk-themes/themes.d.ts +3 -4
- package/types/storybook-addon-splunk-themes/withSplunkTheme.d.ts +1 -1
- package/types/utils.d.ts +0 -1
package/types/prisma/light.d.ts
CHANGED
|
@@ -4,6 +4,24 @@ declare const theme: {
|
|
|
4
4
|
accentColorWarning: string;
|
|
5
5
|
accentColorAlert: string;
|
|
6
6
|
accentColorNegative: string;
|
|
7
|
+
statusColorInfo: string;
|
|
8
|
+
statusColorInfoWeak: string;
|
|
9
|
+
statusColorInfoStrong: string;
|
|
10
|
+
statusColorNormal: string;
|
|
11
|
+
statusColorNormalWeak: string;
|
|
12
|
+
statusColorNormalStrong: string;
|
|
13
|
+
statusColorLow: string;
|
|
14
|
+
statusColorLowWeak: string;
|
|
15
|
+
statusColorLowStrong: string;
|
|
16
|
+
statusColorMedium: string;
|
|
17
|
+
statusColorMediumWeak: string;
|
|
18
|
+
statusColorMediumStrong: string;
|
|
19
|
+
statusColorHigh: string;
|
|
20
|
+
statusColorHighWeak: string;
|
|
21
|
+
statusColorHighStrong: string;
|
|
22
|
+
statusColorCritical: string;
|
|
23
|
+
statusColorCriticalWeak: string;
|
|
24
|
+
statusColorCriticalStrong: string;
|
|
7
25
|
syntaxBlue: string;
|
|
8
26
|
syntaxBrown: string;
|
|
9
27
|
syntaxGray: string;
|
|
@@ -66,24 +84,6 @@ declare const theme: {
|
|
|
66
84
|
overlayShadow: string;
|
|
67
85
|
dragShadow: string;
|
|
68
86
|
modalShadow: string;
|
|
69
|
-
statusColorInfo: string;
|
|
70
|
-
statusColorInfoWeak: string;
|
|
71
|
-
statusColorInfoStrong: string;
|
|
72
|
-
statusColorNormal: string;
|
|
73
|
-
statusColorNormalWeak: string;
|
|
74
|
-
statusColorNormalStrong: string;
|
|
75
|
-
statusColorLow: string;
|
|
76
|
-
statusColorLowWeak: string;
|
|
77
|
-
statusColorLowStrong: string;
|
|
78
|
-
statusColorMedium: string;
|
|
79
|
-
statusColorMediumWeak: string;
|
|
80
|
-
statusColorMediumStrong: string;
|
|
81
|
-
statusColorHigh: string;
|
|
82
|
-
statusColorHighWeak: string;
|
|
83
|
-
statusColorHighStrong: string;
|
|
84
|
-
statusColorCritical: string;
|
|
85
|
-
statusColorCriticalWeak: string;
|
|
86
|
-
statusColorCriticalStrong: string;
|
|
87
87
|
severityColorCustom: string;
|
|
88
88
|
severityColorUnknown: string;
|
|
89
89
|
severityColorInfo: string;
|
|
@@ -46,6 +46,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
46
46
|
borderColor: string;
|
|
47
47
|
borderColorStrong: string;
|
|
48
48
|
borderColorWeak: string;
|
|
49
|
+
borderRadius: string;
|
|
49
50
|
contentBackgroundColorNegativeWeak: string;
|
|
50
51
|
contentColorActive: string;
|
|
51
52
|
contentColorDefault: string;
|
|
@@ -56,6 +57,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
56
57
|
embossShadow: string;
|
|
57
58
|
focusColor: string;
|
|
58
59
|
focusShadow: string;
|
|
60
|
+
inputBorderWidth: string;
|
|
59
61
|
interactiveColorAccent: string;
|
|
60
62
|
interactiveColorAccentError: string;
|
|
61
63
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -124,6 +126,14 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
124
126
|
textDisabledColor: string;
|
|
125
127
|
backgroundColor: string;
|
|
126
128
|
border: string;
|
|
129
|
+
borderActiveColor: string;
|
|
130
|
+
backgroundColorHover: string;
|
|
131
|
+
statusColorLow: string;
|
|
132
|
+
statusColorLowWeak: string;
|
|
133
|
+
statusColorLowStrong: string;
|
|
134
|
+
statusColorCritical: string;
|
|
135
|
+
statusColorCriticalWeak: string;
|
|
136
|
+
statusColorCriticalStrong: string;
|
|
127
137
|
brandColorL50: string;
|
|
128
138
|
brandColorL40: string;
|
|
129
139
|
brandColorL30: string;
|
|
@@ -472,8 +482,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
472
482
|
serifFontFamily: string;
|
|
473
483
|
focusShadowInset: string;
|
|
474
484
|
draggableBackground: string;
|
|
475
|
-
borderActiveColor: string;
|
|
476
|
-
backgroundColorHover: string;
|
|
477
485
|
syntaxBlue: string;
|
|
478
486
|
syntaxBrown: string;
|
|
479
487
|
syntaxGray: string;
|
|
@@ -484,12 +492,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
484
492
|
syntaxRed: string;
|
|
485
493
|
syntaxTeal: string;
|
|
486
494
|
dragShadow: string;
|
|
487
|
-
statusColorLow: string;
|
|
488
|
-
statusColorLowWeak: string;
|
|
489
|
-
statusColorLowStrong: string;
|
|
490
|
-
statusColorCritical: string;
|
|
491
|
-
statusColorCriticalWeak: string;
|
|
492
|
-
statusColorCriticalStrong: string;
|
|
493
495
|
severityColorCustom: string;
|
|
494
496
|
severityColorUnknown: string;
|
|
495
497
|
severityColorInfo: string;
|
|
@@ -549,7 +551,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
549
551
|
spacingQuarter: string;
|
|
550
552
|
spacingHalf: string;
|
|
551
553
|
spacing: string;
|
|
552
|
-
borderRadius: string;
|
|
553
554
|
inputHeight: string;
|
|
554
555
|
spacingXSmall: string;
|
|
555
556
|
spacingSmall: string;
|
|
@@ -614,6 +615,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
614
615
|
borderColor: string;
|
|
615
616
|
borderColorStrong: string;
|
|
616
617
|
borderColorWeak: string;
|
|
618
|
+
borderRadius: string;
|
|
617
619
|
contentBackgroundColorNegativeWeak: string;
|
|
618
620
|
contentColorActive: string;
|
|
619
621
|
contentColorDefault: string;
|
|
@@ -624,6 +626,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
624
626
|
embossShadow: string;
|
|
625
627
|
focusColor: string;
|
|
626
628
|
focusShadow: string;
|
|
629
|
+
inputBorderWidth: string;
|
|
627
630
|
interactiveColorAccent: string;
|
|
628
631
|
interactiveColorAccentError: string;
|
|
629
632
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -692,6 +695,14 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
692
695
|
textDisabledColor: string;
|
|
693
696
|
backgroundColor: string;
|
|
694
697
|
border: string;
|
|
698
|
+
borderActiveColor: string;
|
|
699
|
+
backgroundColorHover: string;
|
|
700
|
+
statusColorLow: string;
|
|
701
|
+
statusColorLowWeak: string;
|
|
702
|
+
statusColorLowStrong: string;
|
|
703
|
+
statusColorCritical: string;
|
|
704
|
+
statusColorCriticalWeak: string;
|
|
705
|
+
statusColorCriticalStrong: string;
|
|
695
706
|
brandColorL50: string;
|
|
696
707
|
brandColorL40: string;
|
|
697
708
|
brandColorL30: string;
|
|
@@ -1040,8 +1051,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1040
1051
|
serifFontFamily: string;
|
|
1041
1052
|
focusShadowInset: string;
|
|
1042
1053
|
draggableBackground: string;
|
|
1043
|
-
borderActiveColor: string;
|
|
1044
|
-
backgroundColorHover: string;
|
|
1045
1054
|
syntaxBlue: string;
|
|
1046
1055
|
syntaxBrown: string;
|
|
1047
1056
|
syntaxGray: string;
|
|
@@ -1052,12 +1061,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1052
1061
|
syntaxRed: string;
|
|
1053
1062
|
syntaxTeal: string;
|
|
1054
1063
|
dragShadow: string;
|
|
1055
|
-
statusColorLow: string;
|
|
1056
|
-
statusColorLowWeak: string;
|
|
1057
|
-
statusColorLowStrong: string;
|
|
1058
|
-
statusColorCritical: string;
|
|
1059
|
-
statusColorCriticalWeak: string;
|
|
1060
|
-
statusColorCriticalStrong: string;
|
|
1061
1064
|
severityColorCustom: string;
|
|
1062
1065
|
severityColorUnknown: string;
|
|
1063
1066
|
severityColorInfo: string;
|
|
@@ -1117,7 +1120,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1117
1120
|
spacingQuarter: string;
|
|
1118
1121
|
spacingHalf: string;
|
|
1119
1122
|
spacing: string;
|
|
1120
|
-
borderRadius: string;
|
|
1121
1123
|
inputHeight: string;
|
|
1122
1124
|
spacingXSmall: string;
|
|
1123
1125
|
spacingSmall: string;
|
|
@@ -1182,6 +1184,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1182
1184
|
borderColor: string;
|
|
1183
1185
|
borderColorStrong: string;
|
|
1184
1186
|
borderColorWeak: string;
|
|
1187
|
+
borderRadius: string;
|
|
1185
1188
|
contentBackgroundColorNegativeWeak: string;
|
|
1186
1189
|
contentColorActive: string;
|
|
1187
1190
|
contentColorDefault: string;
|
|
@@ -1192,6 +1195,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1192
1195
|
embossShadow: string;
|
|
1193
1196
|
focusColor: string;
|
|
1194
1197
|
focusShadow: string;
|
|
1198
|
+
inputBorderWidth: string;
|
|
1195
1199
|
interactiveColorAccent: string;
|
|
1196
1200
|
interactiveColorAccentError: string;
|
|
1197
1201
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -1263,6 +1267,14 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1263
1267
|
border: string;
|
|
1264
1268
|
borderDark: string;
|
|
1265
1269
|
borderLight: string;
|
|
1270
|
+
borderActiveColor: string;
|
|
1271
|
+
backgroundColorHover: string;
|
|
1272
|
+
statusColorLow: string;
|
|
1273
|
+
statusColorLowWeak: string;
|
|
1274
|
+
statusColorLowStrong: string;
|
|
1275
|
+
statusColorCritical: string;
|
|
1276
|
+
statusColorCriticalWeak: string;
|
|
1277
|
+
statusColorCriticalStrong: string;
|
|
1266
1278
|
interactiveColorBorderActive: string;
|
|
1267
1279
|
interactiveColorOverlaySelected: string;
|
|
1268
1280
|
interactiveColorOverlayHover: string;
|
|
@@ -1298,12 +1310,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1298
1310
|
white: string;
|
|
1299
1311
|
transparent: string;
|
|
1300
1312
|
backgroundColorFloating: string;
|
|
1301
|
-
statusColorLow: string;
|
|
1302
|
-
statusColorLowWeak: string;
|
|
1303
|
-
statusColorLowStrong: string;
|
|
1304
|
-
statusColorCritical: string;
|
|
1305
|
-
statusColorCriticalWeak: string;
|
|
1306
|
-
statusColorCriticalStrong: string;
|
|
1307
1313
|
severityColorCustom: string;
|
|
1308
1314
|
severityColorUnknown: string;
|
|
1309
1315
|
severityColorInfo: string;
|
|
@@ -1325,8 +1331,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1325
1331
|
notificationColorNegativeWeak: string;
|
|
1326
1332
|
notificationColorNegative: string;
|
|
1327
1333
|
notificationColorNegativeStrong: string;
|
|
1328
|
-
backgroundColorHover: string;
|
|
1329
|
-
borderActiveColor: string;
|
|
1330
1334
|
brandColorL50: string;
|
|
1331
1335
|
brandColorL40: string;
|
|
1332
1336
|
brandColorL30: string;
|
|
@@ -1687,7 +1691,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1687
1691
|
spacingQuarter: string;
|
|
1688
1692
|
spacingHalf: string;
|
|
1689
1693
|
spacing: string;
|
|
1690
|
-
borderRadius: string;
|
|
1691
1694
|
inputHeight: string;
|
|
1692
1695
|
spacingXSmall: string;
|
|
1693
1696
|
spacingSmall: string;
|
|
@@ -1752,6 +1755,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1752
1755
|
borderColor: string;
|
|
1753
1756
|
borderColorStrong: string;
|
|
1754
1757
|
borderColorWeak: string;
|
|
1758
|
+
borderRadius: string;
|
|
1755
1759
|
contentBackgroundColorNegativeWeak: string;
|
|
1756
1760
|
contentColorActive: string;
|
|
1757
1761
|
contentColorDefault: string;
|
|
@@ -1762,6 +1766,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1762
1766
|
embossShadow: string;
|
|
1763
1767
|
focusColor: string;
|
|
1764
1768
|
focusShadow: string;
|
|
1769
|
+
inputBorderWidth: string;
|
|
1765
1770
|
interactiveColorAccent: string;
|
|
1766
1771
|
interactiveColorAccentError: string;
|
|
1767
1772
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -1833,6 +1838,14 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1833
1838
|
border: string;
|
|
1834
1839
|
borderDark: string;
|
|
1835
1840
|
borderLight: string;
|
|
1841
|
+
borderActiveColor: string;
|
|
1842
|
+
backgroundColorHover: string;
|
|
1843
|
+
statusColorLow: string;
|
|
1844
|
+
statusColorLowWeak: string;
|
|
1845
|
+
statusColorLowStrong: string;
|
|
1846
|
+
statusColorCritical: string;
|
|
1847
|
+
statusColorCriticalWeak: string;
|
|
1848
|
+
statusColorCriticalStrong: string;
|
|
1836
1849
|
interactiveColorBorderActive: string;
|
|
1837
1850
|
interactiveColorOverlaySelected: string;
|
|
1838
1851
|
interactiveColorOverlayHover: string;
|
|
@@ -1868,12 +1881,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1868
1881
|
white: string;
|
|
1869
1882
|
transparent: string;
|
|
1870
1883
|
backgroundColorFloating: string;
|
|
1871
|
-
statusColorLow: string;
|
|
1872
|
-
statusColorLowWeak: string;
|
|
1873
|
-
statusColorLowStrong: string;
|
|
1874
|
-
statusColorCritical: string;
|
|
1875
|
-
statusColorCriticalWeak: string;
|
|
1876
|
-
statusColorCriticalStrong: string;
|
|
1877
1884
|
severityColorCustom: string;
|
|
1878
1885
|
severityColorUnknown: string;
|
|
1879
1886
|
severityColorInfo: string;
|
|
@@ -1895,8 +1902,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
1895
1902
|
notificationColorNegativeWeak: string;
|
|
1896
1903
|
notificationColorNegative: string;
|
|
1897
1904
|
notificationColorNegativeStrong: string;
|
|
1898
|
-
backgroundColorHover: string;
|
|
1899
|
-
borderActiveColor: string;
|
|
1900
1905
|
brandColorL50: string;
|
|
1901
1906
|
brandColorL40: string;
|
|
1902
1907
|
brandColorL30: string;
|
|
@@ -2257,7 +2262,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2257
2262
|
spacingQuarter: string;
|
|
2258
2263
|
spacingHalf: string;
|
|
2259
2264
|
spacing: string;
|
|
2260
|
-
borderRadius: string;
|
|
2261
2265
|
inputHeight: string;
|
|
2262
2266
|
spacingXSmall: string;
|
|
2263
2267
|
spacingSmall: string;
|
|
@@ -2322,6 +2326,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2322
2326
|
borderColor: string;
|
|
2323
2327
|
borderColorStrong: string;
|
|
2324
2328
|
borderColorWeak: string;
|
|
2329
|
+
borderRadius: string;
|
|
2325
2330
|
contentBackgroundColorNegativeWeak: string;
|
|
2326
2331
|
contentColorActive: string;
|
|
2327
2332
|
contentColorDefault: string;
|
|
@@ -2332,6 +2337,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2332
2337
|
embossShadow: string;
|
|
2333
2338
|
focusColor: string;
|
|
2334
2339
|
focusShadow: string;
|
|
2340
|
+
inputBorderWidth: string;
|
|
2335
2341
|
interactiveColorAccent: string;
|
|
2336
2342
|
interactiveColorAccentError: string;
|
|
2337
2343
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -2388,6 +2394,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2388
2394
|
fontFamily: string;
|
|
2389
2395
|
fontFamilyTitle: string;
|
|
2390
2396
|
monoFontFamily: string;
|
|
2397
|
+
hoverShadow: string;
|
|
2391
2398
|
zindexLayer: number;
|
|
2392
2399
|
zindexFixedNavbar: number;
|
|
2393
2400
|
zindexModalBackdrop: number;
|
|
@@ -2396,7 +2403,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2396
2403
|
zindexToastMessages: number;
|
|
2397
2404
|
draggableBackground: string;
|
|
2398
2405
|
focusShadowInset: string;
|
|
2399
|
-
hoverShadow: string;
|
|
2400
2406
|
highLow4LHigh: string;
|
|
2401
2407
|
highLow4LLow: string;
|
|
2402
2408
|
highLow4DHigh: string;
|
|
@@ -2593,6 +2599,12 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2593
2599
|
accentColorWarning: string;
|
|
2594
2600
|
accentColorAlert: string;
|
|
2595
2601
|
accentColorNegative: string;
|
|
2602
|
+
statusColorLow: string;
|
|
2603
|
+
statusColorLowWeak: string;
|
|
2604
|
+
statusColorLowStrong: string;
|
|
2605
|
+
statusColorCritical: string;
|
|
2606
|
+
statusColorCriticalWeak: string;
|
|
2607
|
+
statusColorCriticalStrong: string;
|
|
2596
2608
|
syntaxBlue: string;
|
|
2597
2609
|
syntaxBrown: string;
|
|
2598
2610
|
syntaxGray: string;
|
|
@@ -2627,12 +2639,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2627
2639
|
contentColorWarning: string;
|
|
2628
2640
|
backgroundColorFloating: string;
|
|
2629
2641
|
dragShadow: string;
|
|
2630
|
-
statusColorLow: string;
|
|
2631
|
-
statusColorLowWeak: string;
|
|
2632
|
-
statusColorLowStrong: string;
|
|
2633
|
-
statusColorCritical: string;
|
|
2634
|
-
statusColorCriticalWeak: string;
|
|
2635
|
-
statusColorCriticalStrong: string;
|
|
2636
2642
|
severityColorCustom: string;
|
|
2637
2643
|
severityColorUnknown: string;
|
|
2638
2644
|
severityColorInfo: string;
|
|
@@ -2654,7 +2660,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2654
2660
|
notificationColorNegativeWeak: string;
|
|
2655
2661
|
notificationColorNegative: string;
|
|
2656
2662
|
notificationColorNegativeStrong: string;
|
|
2657
|
-
borderRadius: string;
|
|
2658
2663
|
inputHeight: string;
|
|
2659
2664
|
spacingXSmall: string;
|
|
2660
2665
|
spacingSmall: string;
|
|
@@ -2719,6 +2724,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2719
2724
|
borderColor: string;
|
|
2720
2725
|
borderColorStrong: string;
|
|
2721
2726
|
borderColorWeak: string;
|
|
2727
|
+
borderRadius: string;
|
|
2722
2728
|
contentBackgroundColorNegativeWeak: string;
|
|
2723
2729
|
contentColorActive: string;
|
|
2724
2730
|
contentColorDefault: string;
|
|
@@ -2729,6 +2735,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2729
2735
|
embossShadow: string;
|
|
2730
2736
|
focusColor: string;
|
|
2731
2737
|
focusShadow: string;
|
|
2738
|
+
inputBorderWidth: string;
|
|
2732
2739
|
interactiveColorAccent: string;
|
|
2733
2740
|
interactiveColorAccentError: string;
|
|
2734
2741
|
interactiveColorAccentErrorStrong: string;
|
|
@@ -2785,6 +2792,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2785
2792
|
fontFamily: string;
|
|
2786
2793
|
fontFamilyTitle: string;
|
|
2787
2794
|
monoFontFamily: string;
|
|
2795
|
+
hoverShadow: string;
|
|
2788
2796
|
zindexLayer: number;
|
|
2789
2797
|
zindexFixedNavbar: number;
|
|
2790
2798
|
zindexModalBackdrop: number;
|
|
@@ -2793,7 +2801,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2793
2801
|
zindexToastMessages: number;
|
|
2794
2802
|
draggableBackground: string;
|
|
2795
2803
|
focusShadowInset: string;
|
|
2796
|
-
hoverShadow: string;
|
|
2797
2804
|
highLow4LHigh: string;
|
|
2798
2805
|
highLow4LLow: string;
|
|
2799
2806
|
highLow4DHigh: string;
|
|
@@ -2990,6 +2997,12 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
2990
2997
|
accentColorWarning: string;
|
|
2991
2998
|
accentColorAlert: string;
|
|
2992
2999
|
accentColorNegative: string;
|
|
3000
|
+
statusColorLow: string;
|
|
3001
|
+
statusColorLowWeak: string;
|
|
3002
|
+
statusColorLowStrong: string;
|
|
3003
|
+
statusColorCritical: string;
|
|
3004
|
+
statusColorCriticalWeak: string;
|
|
3005
|
+
statusColorCriticalStrong: string;
|
|
2993
3006
|
syntaxBlue: string;
|
|
2994
3007
|
syntaxBrown: string;
|
|
2995
3008
|
syntaxGray: string;
|
|
@@ -3024,12 +3037,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
3024
3037
|
contentColorWarning: string;
|
|
3025
3038
|
backgroundColorFloating: string;
|
|
3026
3039
|
dragShadow: string;
|
|
3027
|
-
statusColorLow: string;
|
|
3028
|
-
statusColorLowWeak: string;
|
|
3029
|
-
statusColorLowStrong: string;
|
|
3030
|
-
statusColorCritical: string;
|
|
3031
|
-
statusColorCriticalWeak: string;
|
|
3032
|
-
statusColorCriticalStrong: string;
|
|
3033
3040
|
severityColorCustom: string;
|
|
3034
3041
|
severityColorUnknown: string;
|
|
3035
3042
|
severityColorInfo: string;
|
|
@@ -3051,7 +3058,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
|
|
|
3051
3058
|
notificationColorNegativeWeak: string;
|
|
3052
3059
|
notificationColorNegative: string;
|
|
3053
3060
|
notificationColorNegativeStrong: string;
|
|
3054
|
-
borderRadius: string;
|
|
3055
3061
|
inputHeight: string;
|
|
3056
3062
|
spacingXSmall: string;
|
|
3057
3063
|
spacingSmall: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const ADDON_ID = "@splunk/themes";
|
|
2
2
|
export declare const PARAM_KEY = "splunkThemes";
|
|
3
|
-
export declare const UPDATE
|
|
4
|
-
export declare const CONFIGURE
|
|
5
|
-
export declare const SET
|
|
6
|
-
export declare const CHANGED
|
|
3
|
+
export declare const UPDATE = "@splunk/themes/update";
|
|
4
|
+
export declare const CONFIGURE = "@splunk/themes/configure";
|
|
5
|
+
export declare const SET = "@splunk/themes/default";
|
|
6
|
+
export declare const CHANGED = "@splunk/themes/changed";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare const decorators: import("@storybook/react").Decorator
|
|
1
|
+
export declare const decorators: import("@storybook/react").Decorator[];
|
|
2
2
|
export declare const parameters: {
|
|
3
3
|
docs: {
|
|
4
4
|
container: ({ children, context, }: {
|
|
5
|
-
children:
|
|
6
|
-
context: import("@storybook/types").DocsContextProps
|
|
7
|
-
}) =>
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
context: import("@storybook/types").DocsContextProps;
|
|
7
|
+
}) => React.ReactNode;
|
|
8
8
|
};
|
|
9
9
|
splunkThemes: {
|
|
10
10
|
family: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GlobalStyles: import("styled-components").GlobalStyleComponent<import("../types").OptionalThemedProps<import("../types").AnyTheme> & import("../types").ThemedProps<import("../types").AnyTheme>, import("styled-components").DefaultTheme>;
|
|
1
|
+
export declare const GlobalStyles: import("styled-components").GlobalStyleComponent<import("..").OptionalThemedProps<import("..").AnyTheme> & import("..").ThemedProps, import("styled-components").DefaultTheme>;
|
|
3
2
|
export declare const TooltipSectionTitle: import("@storybook/theming").StyledComponent<{
|
|
4
|
-
theme?: import("@storybook/theming").Theme
|
|
5
|
-
as?:
|
|
3
|
+
theme?: import("@storybook/theming").Theme;
|
|
4
|
+
as?: React.ElementType;
|
|
6
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Decorator } from '@storybook/react';
|
|
2
|
-
export declare const withSplunkTheme: Decorator
|
|
2
|
+
export declare const withSplunkTheme: Decorator;
|
package/types/utils.d.ts
CHANGED