@sage/design-tokens 8.2.0 → 8.3.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 (164) hide show
  1. package/css/frozenproduct/all.css +4 -2
  2. package/css/frozenproduct/large/components/tab.css +4 -2
  3. package/css/frozenproduct/small/components/tab.css +4 -2
  4. package/css/marketing/all.css +4 -2
  5. package/css/marketing/large/components/tab.css +4 -2
  6. package/css/marketing/small/components/tab.css +4 -2
  7. package/css/product/all.css +4 -2
  8. package/css/product/large/components/tab.css +4 -2
  9. package/css/product/small/components/tab.css +4 -2
  10. package/ios/frozenproduct/large/dark/components/tab.h +2 -0
  11. package/ios/frozenproduct/large/light/components/tab.h +2 -0
  12. package/ios/frozenproduct/small/dark/components/tab.h +2 -0
  13. package/ios/frozenproduct/small/light/components/tab.h +2 -0
  14. package/ios/marketing/large/dark/components/tab.h +2 -0
  15. package/ios/marketing/large/light/components/tab.h +2 -0
  16. package/ios/marketing/small/dark/components/tab.h +2 -0
  17. package/ios/marketing/small/light/components/tab.h +2 -0
  18. package/ios/product/large/dark/components/tab.h +2 -0
  19. package/ios/product/large/light/components/tab.h +2 -0
  20. package/ios/product/small/dark/components/tab.h +2 -0
  21. package/ios/product/small/light/components/tab.h +2 -0
  22. package/js/common/frozenproduct/large/dark/components/tab.d.ts +2 -0
  23. package/js/common/frozenproduct/large/dark/components/tab.js +26 -4
  24. package/js/common/frozenproduct/large/light/components/tab.d.ts +2 -0
  25. package/js/common/frozenproduct/large/light/components/tab.js +26 -4
  26. package/js/common/frozenproduct/small/dark/components/tab.d.ts +2 -0
  27. package/js/common/frozenproduct/small/dark/components/tab.js +26 -4
  28. package/js/common/frozenproduct/small/light/components/tab.d.ts +2 -0
  29. package/js/common/frozenproduct/small/light/components/tab.js +26 -4
  30. package/js/common/marketing/large/dark/components/tab.d.ts +2 -0
  31. package/js/common/marketing/large/dark/components/tab.js +26 -4
  32. package/js/common/marketing/large/light/components/tab.d.ts +2 -0
  33. package/js/common/marketing/large/light/components/tab.js +26 -4
  34. package/js/common/marketing/small/dark/components/tab.d.ts +2 -0
  35. package/js/common/marketing/small/dark/components/tab.js +26 -4
  36. package/js/common/marketing/small/light/components/tab.d.ts +2 -0
  37. package/js/common/marketing/small/light/components/tab.js +26 -4
  38. package/js/common/product/large/dark/components/tab.d.ts +2 -0
  39. package/js/common/product/large/dark/components/tab.js +26 -4
  40. package/js/common/product/large/light/components/tab.d.ts +2 -0
  41. package/js/common/product/large/light/components/tab.js +26 -4
  42. package/js/common/product/small/dark/components/tab.d.ts +2 -0
  43. package/js/common/product/small/dark/components/tab.js +26 -4
  44. package/js/common/product/small/light/components/tab.d.ts +2 -0
  45. package/js/common/product/small/light/components/tab.js +26 -4
  46. package/js/es6/frozenproduct/large/dark/components/tab.d.ts +2 -0
  47. package/js/es6/frozenproduct/large/dark/components/tab.js +2 -0
  48. package/js/es6/frozenproduct/large/light/components/tab.d.ts +2 -0
  49. package/js/es6/frozenproduct/large/light/components/tab.js +2 -0
  50. package/js/es6/frozenproduct/small/dark/components/tab.d.ts +2 -0
  51. package/js/es6/frozenproduct/small/dark/components/tab.js +2 -0
  52. package/js/es6/frozenproduct/small/light/components/tab.d.ts +2 -0
  53. package/js/es6/frozenproduct/small/light/components/tab.js +2 -0
  54. package/js/es6/marketing/large/dark/components/tab.d.ts +2 -0
  55. package/js/es6/marketing/large/dark/components/tab.js +2 -0
  56. package/js/es6/marketing/large/light/components/tab.d.ts +2 -0
  57. package/js/es6/marketing/large/light/components/tab.js +2 -0
  58. package/js/es6/marketing/small/dark/components/tab.d.ts +2 -0
  59. package/js/es6/marketing/small/dark/components/tab.js +2 -0
  60. package/js/es6/marketing/small/light/components/tab.d.ts +2 -0
  61. package/js/es6/marketing/small/light/components/tab.js +2 -0
  62. package/js/es6/product/large/dark/components/tab.d.ts +2 -0
  63. package/js/es6/product/large/dark/components/tab.js +2 -0
  64. package/js/es6/product/large/light/components/tab.d.ts +2 -0
  65. package/js/es6/product/large/light/components/tab.js +2 -0
  66. package/js/es6/product/small/dark/components/tab.d.ts +2 -0
  67. package/js/es6/product/small/dark/components/tab.js +2 -0
  68. package/js/es6/product/small/light/components/tab.d.ts +2 -0
  69. package/js/es6/product/small/light/components/tab.js +2 -0
  70. package/js/umd/frozenproduct/large/dark/components/tab.js +26 -4
  71. package/js/umd/frozenproduct/large/light/components/tab.js +26 -4
  72. package/js/umd/frozenproduct/small/dark/components/tab.js +26 -4
  73. package/js/umd/frozenproduct/small/light/components/tab.js +26 -4
  74. package/js/umd/marketing/large/dark/components/tab.js +26 -4
  75. package/js/umd/marketing/large/light/components/tab.js +26 -4
  76. package/js/umd/marketing/small/dark/components/tab.js +26 -4
  77. package/js/umd/marketing/small/light/components/tab.js +26 -4
  78. package/js/umd/product/large/dark/components/tab.js +26 -4
  79. package/js/umd/product/large/light/components/tab.js +26 -4
  80. package/js/umd/product/small/dark/components/tab.js +26 -4
  81. package/js/umd/product/small/light/components/tab.js +26 -4
  82. package/json/flat/frozenproduct/large/dark/components/tab.json +2 -0
  83. package/json/flat/frozenproduct/large/light/components/tab.json +2 -0
  84. package/json/flat/frozenproduct/small/dark/components/tab.json +2 -0
  85. package/json/flat/frozenproduct/small/light/components/tab.json +2 -0
  86. package/json/flat/marketing/large/dark/components/tab.json +2 -0
  87. package/json/flat/marketing/large/light/components/tab.json +2 -0
  88. package/json/flat/marketing/small/dark/components/tab.json +2 -0
  89. package/json/flat/marketing/small/light/components/tab.json +2 -0
  90. package/json/flat/product/large/dark/components/tab.json +2 -0
  91. package/json/flat/product/large/light/components/tab.json +2 -0
  92. package/json/flat/product/small/dark/components/tab.json +2 -0
  93. package/json/flat/product/small/light/components/tab.json +2 -0
  94. package/json/nested/frozenproduct/large/dark/components/tab.json +3 -1
  95. package/json/nested/frozenproduct/large/light/components/tab.json +3 -1
  96. package/json/nested/frozenproduct/small/dark/components/tab.json +3 -1
  97. package/json/nested/frozenproduct/small/light/components/tab.json +3 -1
  98. package/json/nested/marketing/large/dark/components/tab.json +3 -1
  99. package/json/nested/marketing/large/light/components/tab.json +3 -1
  100. package/json/nested/marketing/small/dark/components/tab.json +3 -1
  101. package/json/nested/marketing/small/light/components/tab.json +3 -1
  102. package/json/nested/product/large/dark/components/tab.json +3 -1
  103. package/json/nested/product/large/light/components/tab.json +3 -1
  104. package/json/nested/product/small/dark/components/tab.json +3 -1
  105. package/json/nested/product/small/light/components/tab.json +3 -1
  106. package/package.json +1 -1
  107. package/sage-design-tokens-8.3.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/button.scss +23 -23
  109. package/scss/frozenproduct/large/components/container.scss +9 -9
  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 +3 -3
  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 +3 -3
  117. package/scss/frozenproduct/large/components/tab.scss +11 -9
  118. package/scss/frozenproduct/large/components/table.scss +10 -10
  119. package/scss/frozenproduct/small/components/button.scss +23 -23
  120. package/scss/frozenproduct/small/components/container.scss +9 -9
  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 +3 -3
  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 +3 -3
  128. package/scss/frozenproduct/small/components/tab.scss +11 -9
  129. package/scss/frozenproduct/small/components/table.scss +10 -10
  130. package/scss/marketing/large/components/button.scss +23 -23
  131. package/scss/marketing/large/components/container.scss +9 -9
  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 +3 -3
  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 +3 -3
  139. package/scss/marketing/large/components/tab.scss +11 -9
  140. package/scss/marketing/large/components/table.scss +10 -10
  141. package/scss/marketing/small/components/button.scss +23 -23
  142. package/scss/marketing/small/components/container.scss +9 -9
  143. package/scss/marketing/small/components/form.scss +7 -7
  144. package/scss/marketing/small/components/link.scss +2 -2
  145. package/scss/marketing/small/components/nav.scss +3 -3
  146. package/scss/marketing/small/components/page.scss +1 -1
  147. package/scss/marketing/small/components/popover.scss +2 -2
  148. package/scss/marketing/small/components/progress.scss +6 -6
  149. package/scss/marketing/small/components/status.scss +3 -3
  150. package/scss/marketing/small/components/tab.scss +11 -9
  151. package/scss/marketing/small/components/table.scss +10 -10
  152. package/scss/product/large/components/button.scss +23 -23
  153. package/scss/product/large/components/container.scss +9 -9
  154. package/scss/product/large/components/form.scss +7 -7
  155. package/scss/product/large/components/link.scss +2 -2
  156. package/scss/product/large/components/nav.scss +3 -3
  157. package/scss/product/large/components/page.scss +1 -1
  158. package/scss/product/large/components/popover.scss +2 -2
  159. package/scss/product/large/components/progress.scss +6 -6
  160. package/scss/product/large/components/status.scss +3 -3
  161. package/scss/product/large/components/tab.scss +11 -9
  162. package/scss/product/large/components/table.scss +10 -10
  163. package/scss/product/small/components/tab.scss +4 -2
  164. package/sage-design-tokens-8.2.0.tgz +0 -0
@@ -291,6 +291,19 @@ module.exports = {
291
291
  attributes: {},
292
292
  path: ["tab", "color", "bg-hover"],
293
293
  },
294
+ "border-activealt": {
295
+ $type: "color",
296
+ $value: "#d1d1d1",
297
+ filePath: "data/tokens/components/tab.json",
298
+ isSource: true,
299
+ original: {
300
+ $type: "color",
301
+ $value: "{modes.color.generic.fg.delicate}",
302
+ },
303
+ name: "tabColorBorderActivealt",
304
+ attributes: {},
305
+ path: ["tab", "color", "border-activealt"],
306
+ },
294
307
  "border-active": {
295
308
  $type: "color",
296
309
  $value: "#000000",
@@ -622,13 +635,11 @@ module.exports = {
622
635
  bottom: {
623
636
  $type: "borderWidth",
624
637
  $value: 2,
625
- $description: "Tab (enabled and hover bottom border)",
626
638
  filePath: "data/tokens/components/tab.json",
627
639
  isSource: true,
628
640
  original: {
629
641
  $type: "borderWidth",
630
642
  $value: "{global.borderwidth.S}",
631
- $description: "Tab (enabled and hover bottom border)",
632
643
  },
633
644
  name: "tabBorderwidthNavigationBottom",
634
645
  attributes: {},
@@ -637,18 +648,29 @@ module.exports = {
637
648
  side: {
638
649
  $type: "borderWidth",
639
650
  $value: 2,
640
- $description: "Tab (enabled and hover bottom border)",
641
651
  filePath: "data/tokens/components/tab.json",
642
652
  isSource: true,
643
653
  original: {
644
654
  $type: "borderWidth",
645
655
  $value: "{global.borderwidth.S}",
646
- $description: "Tab (enabled and hover bottom border)",
647
656
  },
648
657
  name: "tabBorderwidthNavigationSide",
649
658
  attributes: {},
650
659
  path: ["tab", "borderwidth", "navigation", "side"],
651
660
  },
661
+ top: {
662
+ $type: "borderWidth",
663
+ $value: 2,
664
+ filePath: "data/tokens/components/tab.json",
665
+ isSource: true,
666
+ original: {
667
+ $type: "borderWidth",
668
+ $value: "{global.borderwidth.S}",
669
+ },
670
+ name: "tabBorderwidthNavigationTop",
671
+ attributes: {},
672
+ path: ["tab", "borderwidth", "navigation", "top"],
673
+ },
652
674
  },
653
675
  },
654
676
  typography: {
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#000000";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#ffffff14";
27
+ export const tabColorBorderActivealt = "#282828";
27
28
  export const tabColorBorderActive = "#FFFFFF";
28
29
  export const tabColorBorderEnabled = "#282828";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -24,6 +24,7 @@ export const tabSpaceYL: number;
24
24
  export const tabColorBgActive: string;
25
25
  export const tabColorBgEnabled: string;
26
26
  export const tabColorBgHover: string;
27
+ export const tabColorBorderActivealt: string;
27
28
  export const tabColorBorderActive: string;
28
29
  export const tabColorBorderEnabled: string;
29
30
  export const tabColorBorderHover: string;
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL: number;
49
50
  export const tabRadiusNone: string;
50
51
  export const tabBorderwidthNavigationBottom: number;
51
52
  export const tabBorderwidthNavigationSide: number;
53
+ export const tabBorderwidthNavigationTop: number;
52
54
  export const tabTypographyAdaptiveLabelS: {
53
55
  fontFamily: string;
54
56
  fontWeight: string;
@@ -24,6 +24,7 @@ export const tabSpaceYL = 12;
24
24
  export const tabColorBgActive = "#FFFFFF";
25
25
  export const tabColorBgEnabled = "#fff0";
26
26
  export const tabColorBgHover = "#00000014";
27
+ export const tabColorBorderActivealt = "#d1d1d1";
27
28
  export const tabColorBorderActive = "#000000";
28
29
  export const tabColorBorderEnabled = "#d1d1d1";
29
30
  export const tabColorBorderHover = "#777";
@@ -49,6 +50,7 @@ export const tabRadiusIndicatorL = 2;
49
50
  export const tabRadiusNone = "0";
50
51
  export const tabBorderwidthNavigationBottom = 2;
51
52
  export const tabBorderwidthNavigationSide = 2;
53
+ export const tabBorderwidthNavigationTop = 2;
52
54
  export const tabTypographyAdaptiveLabelS = {
53
55
  fontFamily: "Sage UI",
54
56
  fontWeight: "500",
@@ -302,6 +302,19 @@
302
302
  attributes: {},
303
303
  path: ["tab", "color", "bg-hover"],
304
304
  },
305
+ "border-activealt": {
306
+ $type: "color",
307
+ $value: "#282828",
308
+ filePath: "data/tokens/components/tab.json",
309
+ isSource: true,
310
+ original: {
311
+ $type: "color",
312
+ $value: "{modes.color.generic.fg.delicate}",
313
+ },
314
+ name: "tabColorBorderActivealt",
315
+ attributes: {},
316
+ path: ["tab", "color", "border-activealt"],
317
+ },
305
318
  "border-active": {
306
319
  $type: "color",
307
320
  $value: "#FFFFFF",
@@ -633,13 +646,11 @@
633
646
  bottom: {
634
647
  $type: "borderWidth",
635
648
  $value: 2,
636
- $description: "Tab (enabled and hover bottom border)",
637
649
  filePath: "data/tokens/components/tab.json",
638
650
  isSource: true,
639
651
  original: {
640
652
  $type: "borderWidth",
641
653
  $value: "{global.borderwidth.S}",
642
- $description: "Tab (enabled and hover bottom border)",
643
654
  },
644
655
  name: "tabBorderwidthNavigationBottom",
645
656
  attributes: {},
@@ -648,18 +659,29 @@
648
659
  side: {
649
660
  $type: "borderWidth",
650
661
  $value: 2,
651
- $description: "Tab (enabled and hover bottom border)",
652
662
  filePath: "data/tokens/components/tab.json",
653
663
  isSource: true,
654
664
  original: {
655
665
  $type: "borderWidth",
656
666
  $value: "{global.borderwidth.S}",
657
- $description: "Tab (enabled and hover bottom border)",
658
667
  },
659
668
  name: "tabBorderwidthNavigationSide",
660
669
  attributes: {},
661
670
  path: ["tab", "borderwidth", "navigation", "side"],
662
671
  },
672
+ top: {
673
+ $type: "borderWidth",
674
+ $value: 2,
675
+ filePath: "data/tokens/components/tab.json",
676
+ isSource: true,
677
+ original: {
678
+ $type: "borderWidth",
679
+ $value: "{global.borderwidth.S}",
680
+ },
681
+ name: "tabBorderwidthNavigationTop",
682
+ attributes: {},
683
+ path: ["tab", "borderwidth", "navigation", "top"],
684
+ },
663
685
  },
664
686
  },
665
687
  typography: {
@@ -302,6 +302,19 @@
302
302
  attributes: {},
303
303
  path: ["tab", "color", "bg-hover"],
304
304
  },
305
+ "border-activealt": {
306
+ $type: "color",
307
+ $value: "#d1d1d1",
308
+ filePath: "data/tokens/components/tab.json",
309
+ isSource: true,
310
+ original: {
311
+ $type: "color",
312
+ $value: "{modes.color.generic.fg.delicate}",
313
+ },
314
+ name: "tabColorBorderActivealt",
315
+ attributes: {},
316
+ path: ["tab", "color", "border-activealt"],
317
+ },
305
318
  "border-active": {
306
319
  $type: "color",
307
320
  $value: "#000000",
@@ -633,13 +646,11 @@
633
646
  bottom: {
634
647
  $type: "borderWidth",
635
648
  $value: 2,
636
- $description: "Tab (enabled and hover bottom border)",
637
649
  filePath: "data/tokens/components/tab.json",
638
650
  isSource: true,
639
651
  original: {
640
652
  $type: "borderWidth",
641
653
  $value: "{global.borderwidth.S}",
642
- $description: "Tab (enabled and hover bottom border)",
643
654
  },
644
655
  name: "tabBorderwidthNavigationBottom",
645
656
  attributes: {},
@@ -648,18 +659,29 @@
648
659
  side: {
649
660
  $type: "borderWidth",
650
661
  $value: 2,
651
- $description: "Tab (enabled and hover bottom border)",
652
662
  filePath: "data/tokens/components/tab.json",
653
663
  isSource: true,
654
664
  original: {
655
665
  $type: "borderWidth",
656
666
  $value: "{global.borderwidth.S}",
657
- $description: "Tab (enabled and hover bottom border)",
658
667
  },
659
668
  name: "tabBorderwidthNavigationSide",
660
669
  attributes: {},
661
670
  path: ["tab", "borderwidth", "navigation", "side"],
662
671
  },
672
+ top: {
673
+ $type: "borderWidth",
674
+ $value: 2,
675
+ filePath: "data/tokens/components/tab.json",
676
+ isSource: true,
677
+ original: {
678
+ $type: "borderWidth",
679
+ $value: "{global.borderwidth.S}",
680
+ },
681
+ name: "tabBorderwidthNavigationTop",
682
+ attributes: {},
683
+ path: ["tab", "borderwidth", "navigation", "top"],
684
+ },
663
685
  },
664
686
  },
665
687
  typography: {
@@ -302,6 +302,19 @@
302
302
  attributes: {},
303
303
  path: ["tab", "color", "bg-hover"],
304
304
  },
305
+ "border-activealt": {
306
+ $type: "color",
307
+ $value: "#282828",
308
+ filePath: "data/tokens/components/tab.json",
309
+ isSource: true,
310
+ original: {
311
+ $type: "color",
312
+ $value: "{modes.color.generic.fg.delicate}",
313
+ },
314
+ name: "tabColorBorderActivealt",
315
+ attributes: {},
316
+ path: ["tab", "color", "border-activealt"],
317
+ },
305
318
  "border-active": {
306
319
  $type: "color",
307
320
  $value: "#FFFFFF",
@@ -633,13 +646,11 @@
633
646
  bottom: {
634
647
  $type: "borderWidth",
635
648
  $value: 2,
636
- $description: "Tab (enabled and hover bottom border)",
637
649
  filePath: "data/tokens/components/tab.json",
638
650
  isSource: true,
639
651
  original: {
640
652
  $type: "borderWidth",
641
653
  $value: "{global.borderwidth.S}",
642
- $description: "Tab (enabled and hover bottom border)",
643
654
  },
644
655
  name: "tabBorderwidthNavigationBottom",
645
656
  attributes: {},
@@ -648,18 +659,29 @@
648
659
  side: {
649
660
  $type: "borderWidth",
650
661
  $value: 2,
651
- $description: "Tab (enabled and hover bottom border)",
652
662
  filePath: "data/tokens/components/tab.json",
653
663
  isSource: true,
654
664
  original: {
655
665
  $type: "borderWidth",
656
666
  $value: "{global.borderwidth.S}",
657
- $description: "Tab (enabled and hover bottom border)",
658
667
  },
659
668
  name: "tabBorderwidthNavigationSide",
660
669
  attributes: {},
661
670
  path: ["tab", "borderwidth", "navigation", "side"],
662
671
  },
672
+ top: {
673
+ $type: "borderWidth",
674
+ $value: 2,
675
+ filePath: "data/tokens/components/tab.json",
676
+ isSource: true,
677
+ original: {
678
+ $type: "borderWidth",
679
+ $value: "{global.borderwidth.S}",
680
+ },
681
+ name: "tabBorderwidthNavigationTop",
682
+ attributes: {},
683
+ path: ["tab", "borderwidth", "navigation", "top"],
684
+ },
663
685
  },
664
686
  },
665
687
  typography: {