@splunk/themes 1.2.0 → 1.2.1

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 CHANGED
@@ -1,12 +1,20 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 1.2.1 - September 2, 2025
5
+ ----------
6
+ Bug Fixes:
7
+ * Added missing `sansFontFamily` token in Magnetic theme customizer (SUI-8101).
8
+
9
+ Docs:
10
+ * Added missing data visualization color categories (`categorical2D`, `categorical2L`, `divergent1D`) to design tokens documentation (SUI-8139).
11
+
4
12
  1.2.0 - August 5, 2025
5
13
  ----------
6
14
  New Features:
7
15
  * New `lineHeight*` variables (SUI-7993).
8
16
 
9
- Bug fixes:
17
+ Bug Fixes:
10
18
  * Updated `skipLink` mixin to override `min-width` and `min-height` properties.
11
19
 
12
20
  1.1.0 - July 2, 2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/themes",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Theme variables and mixins for the Splunk design language",
5
5
  "main": "./index.js",
6
6
  "types": "./types/index.d.ts",
@@ -72,6 +72,7 @@ var mapMagneticCategoricalColors = function mapMagneticCategoricalColors() {
72
72
  var magneticTypography = {
73
73
  fontFamily: "Inter, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
74
74
  fontFamilyTitle: "'Sharp Sans', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
75
+ sansFontFamily: "Inter, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
75
76
  monoFontFamily: "'Roboto Mono', ui-monospace, 'Courier New', Menlo, Monaco"
76
77
  };
77
78
  var splunkMagneticThemeCustomizer = function splunkMagneticThemeCustomizer(currentTheme) {
@@ -127,6 +127,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
127
127
  categorical2L7: string;
128
128
  fontFamily: string;
129
129
  fontFamilyTitle: string;
130
+ sansFontFamily: string;
130
131
  monoFontFamily: string;
131
132
  interactiveColorPrimary: string;
132
133
  accentColorPositive: string;
@@ -499,7 +500,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
499
500
  fontWeightBold: number;
500
501
  fontWeightHeavy: number;
501
502
  fontWeightExtraBold: number;
502
- sansFontFamily: string;
503
503
  serifFontFamily: string;
504
504
  focusShadowInset: string;
505
505
  draggableBackground: string;
@@ -702,6 +702,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
702
702
  categorical2L7: string;
703
703
  fontFamily: string;
704
704
  fontFamilyTitle: string;
705
+ sansFontFamily: string;
705
706
  monoFontFamily: string;
706
707
  interactiveColorPrimary: string;
707
708
  accentColorPositive: string;
@@ -1074,7 +1075,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
1074
1075
  fontWeightBold: number;
1075
1076
  fontWeightHeavy: number;
1076
1077
  fontWeightExtraBold: number;
1077
- sansFontFamily: string;
1078
1078
  serifFontFamily: string;
1079
1079
  focusShadowInset: string;
1080
1080
  draggableBackground: string;
@@ -1277,6 +1277,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
1277
1277
  categorical2L7: string;
1278
1278
  fontFamily: string;
1279
1279
  fontFamilyTitle: string;
1280
+ sansFontFamily: string;
1280
1281
  monoFontFamily: string;
1281
1282
  draggableBackground: string;
1282
1283
  interactiveColorPrimary: string;
@@ -1679,7 +1680,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
1679
1680
  fontWeightBold: number;
1680
1681
  fontWeightHeavy: number;
1681
1682
  fontWeightExtraBold: number;
1682
- sansFontFamily: string;
1683
1683
  serifFontFamily: string;
1684
1684
  brandColor: string;
1685
1685
  gray98: string;
@@ -1854,6 +1854,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
1854
1854
  categorical2L7: string;
1855
1855
  fontFamily: string;
1856
1856
  fontFamilyTitle: string;
1857
+ sansFontFamily: string;
1857
1858
  monoFontFamily: string;
1858
1859
  draggableBackground: string;
1859
1860
  interactiveColorPrimary: string;
@@ -2256,7 +2257,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
2256
2257
  fontWeightBold: number;
2257
2258
  fontWeightHeavy: number;
2258
2259
  fontWeightExtraBold: number;
2259
- sansFontFamily: string;
2260
2260
  serifFontFamily: string;
2261
2261
  brandColor: string;
2262
2262
  gray98: string;
@@ -2431,6 +2431,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
2431
2431
  categorical2L7: string;
2432
2432
  fontFamily: string;
2433
2433
  fontFamilyTitle: string;
2434
+ sansFontFamily: string;
2434
2435
  monoFontFamily: string;
2435
2436
  hoverShadow: string;
2436
2437
  zindexLayer: number;
@@ -2637,7 +2638,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
2637
2638
  fontWeightBold: number;
2638
2639
  fontWeightHeavy: number;
2639
2640
  fontWeightExtraBold: number;
2640
- sansFontFamily: string;
2641
2641
  serifFontFamily: string;
2642
2642
  interactiveColorPrimary: string;
2643
2643
  accentColorPositive: string;
@@ -2835,6 +2835,7 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
2835
2835
  categorical2L7: string;
2836
2836
  fontFamily: string;
2837
2837
  fontFamilyTitle: string;
2838
+ sansFontFamily: string;
2838
2839
  monoFontFamily: string;
2839
2840
  hoverShadow: string;
2840
2841
  zindexLayer: number;
@@ -3041,7 +3042,6 @@ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
3041
3042
  fontWeightBold: number;
3042
3043
  fontWeightHeavy: number;
3043
3044
  fontWeightExtraBold: number;
3044
- sansFontFamily: string;
3045
3045
  serifFontFamily: string;
3046
3046
  interactiveColorPrimary: string;
3047
3047
  accentColorPositive: string;