@sage/design-tokens 14.7.0 → 14.8.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 (134) hide show
  1. package/css/frozenproduct/all.css +3 -2
  2. package/css/frozenproduct/large/components/table.css +3 -2
  3. package/css/frozenproduct/small/components/table.css +3 -2
  4. package/css/marketing/all.css +3 -2
  5. package/css/marketing/large/components/table.css +3 -2
  6. package/css/marketing/small/components/table.css +3 -2
  7. package/css/product/all.css +13 -12
  8. package/css/product/large/components/table.css +3 -2
  9. package/css/product/small/components/table.css +13 -12
  10. package/ios/frozenproduct/large/dark/components/table.h +2 -1
  11. package/ios/frozenproduct/large/light/components/table.h +2 -1
  12. package/ios/frozenproduct/small/dark/components/table.h +2 -1
  13. package/ios/frozenproduct/small/light/components/table.h +2 -1
  14. package/ios/marketing/large/dark/components/table.h +2 -1
  15. package/ios/marketing/large/light/components/table.h +2 -1
  16. package/ios/marketing/small/dark/components/table.h +2 -1
  17. package/ios/marketing/small/light/components/table.h +2 -1
  18. package/ios/product/large/dark/components/table.h +2 -1
  19. package/ios/product/large/light/components/table.h +2 -1
  20. package/ios/product/small/dark/components/table.h +2 -1
  21. package/ios/product/small/light/components/table.h +2 -1
  22. package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
  23. package/js/common/frozenproduct/large/dark/components/table.js +22 -5
  24. package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
  25. package/js/common/frozenproduct/large/light/components/table.js +22 -5
  26. package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
  27. package/js/common/frozenproduct/small/dark/components/table.js +22 -5
  28. package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
  29. package/js/common/frozenproduct/small/light/components/table.js +22 -5
  30. package/js/common/marketing/large/dark/components/table.d.ts +1 -0
  31. package/js/common/marketing/large/dark/components/table.js +22 -5
  32. package/js/common/marketing/large/light/components/table.d.ts +1 -0
  33. package/js/common/marketing/large/light/components/table.js +22 -5
  34. package/js/common/marketing/small/dark/components/table.d.ts +1 -0
  35. package/js/common/marketing/small/dark/components/table.js +22 -5
  36. package/js/common/marketing/small/light/components/table.d.ts +1 -0
  37. package/js/common/marketing/small/light/components/table.js +22 -5
  38. package/js/common/product/large/dark/components/table.d.ts +1 -0
  39. package/js/common/product/large/dark/components/table.js +22 -5
  40. package/js/common/product/large/light/components/table.d.ts +1 -0
  41. package/js/common/product/large/light/components/table.js +22 -5
  42. package/js/common/product/small/dark/components/table.d.ts +1 -0
  43. package/js/common/product/small/dark/components/table.js +22 -5
  44. package/js/common/product/small/light/components/table.d.ts +1 -0
  45. package/js/common/product/small/light/components/table.js +22 -5
  46. package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
  47. package/js/es6/frozenproduct/large/dark/components/table.js +2 -1
  48. package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
  49. package/js/es6/frozenproduct/large/light/components/table.js +2 -1
  50. package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
  51. package/js/es6/frozenproduct/small/dark/components/table.js +2 -1
  52. package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
  53. package/js/es6/frozenproduct/small/light/components/table.js +2 -1
  54. package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
  55. package/js/es6/marketing/large/dark/components/table.js +2 -1
  56. package/js/es6/marketing/large/light/components/table.d.ts +1 -0
  57. package/js/es6/marketing/large/light/components/table.js +2 -1
  58. package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
  59. package/js/es6/marketing/small/dark/components/table.js +2 -1
  60. package/js/es6/marketing/small/light/components/table.d.ts +1 -0
  61. package/js/es6/marketing/small/light/components/table.js +2 -1
  62. package/js/es6/product/large/dark/components/table.d.ts +1 -0
  63. package/js/es6/product/large/dark/components/table.js +2 -1
  64. package/js/es6/product/large/light/components/table.d.ts +1 -0
  65. package/js/es6/product/large/light/components/table.js +2 -1
  66. package/js/es6/product/small/dark/components/table.d.ts +1 -0
  67. package/js/es6/product/small/dark/components/table.js +2 -1
  68. package/js/es6/product/small/light/components/table.d.ts +1 -0
  69. package/js/es6/product/small/light/components/table.js +2 -1
  70. package/js/umd/frozenproduct/large/dark/components/table.js +22 -5
  71. package/js/umd/frozenproduct/large/light/components/table.js +22 -5
  72. package/js/umd/frozenproduct/small/dark/components/table.js +22 -5
  73. package/js/umd/frozenproduct/small/light/components/table.js +22 -5
  74. package/js/umd/marketing/large/dark/components/table.js +22 -5
  75. package/js/umd/marketing/large/light/components/table.js +22 -5
  76. package/js/umd/marketing/small/dark/components/table.js +22 -5
  77. package/js/umd/marketing/small/light/components/table.js +22 -5
  78. package/js/umd/product/large/dark/components/table.js +22 -5
  79. package/js/umd/product/large/light/components/table.js +22 -5
  80. package/js/umd/product/small/dark/components/table.js +22 -5
  81. package/js/umd/product/small/light/components/table.js +22 -5
  82. package/json/flat/frozenproduct/large/dark/components/table.json +2 -1
  83. package/json/flat/frozenproduct/large/light/components/table.json +2 -1
  84. package/json/flat/frozenproduct/small/dark/components/table.json +2 -1
  85. package/json/flat/frozenproduct/small/light/components/table.json +2 -1
  86. package/json/flat/marketing/large/dark/components/table.json +2 -1
  87. package/json/flat/marketing/large/light/components/table.json +2 -1
  88. package/json/flat/marketing/small/dark/components/table.json +2 -1
  89. package/json/flat/marketing/small/light/components/table.json +2 -1
  90. package/json/flat/product/large/dark/components/table.json +2 -1
  91. package/json/flat/product/large/light/components/table.json +2 -1
  92. package/json/flat/product/small/dark/components/table.json +2 -1
  93. package/json/flat/product/small/light/components/table.json +2 -1
  94. package/json/nested/frozenproduct/large/dark/components/table.json +2 -1
  95. package/json/nested/frozenproduct/large/light/components/table.json +2 -1
  96. package/json/nested/frozenproduct/small/dark/components/table.json +2 -1
  97. package/json/nested/frozenproduct/small/light/components/table.json +2 -1
  98. package/json/nested/marketing/large/dark/components/table.json +2 -1
  99. package/json/nested/marketing/large/light/components/table.json +2 -1
  100. package/json/nested/marketing/small/dark/components/table.json +2 -1
  101. package/json/nested/marketing/small/light/components/table.json +2 -1
  102. package/json/nested/product/large/dark/components/table.json +2 -1
  103. package/json/nested/product/large/light/components/table.json +2 -1
  104. package/json/nested/product/small/dark/components/table.json +2 -1
  105. package/json/nested/product/small/light/components/table.json +2 -1
  106. package/package.json +1 -1
  107. package/sage-design-tokens-14.8.0.tgz +0 -0
  108. package/scss/frozenproduct/large/components/button.scss +13 -13
  109. package/scss/frozenproduct/large/components/container.scss +10 -10
  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 +5 -5
  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 +7 -7
  118. package/scss/frozenproduct/large/components/table.scss +13 -12
  119. package/scss/frozenproduct/small/components/table.scss +3 -2
  120. package/scss/marketing/large/components/table.scss +3 -2
  121. package/scss/marketing/small/components/button.scss +13 -13
  122. package/scss/marketing/small/components/container.scss +10 -10
  123. package/scss/marketing/small/components/form.scss +7 -7
  124. package/scss/marketing/small/components/link.scss +2 -2
  125. package/scss/marketing/small/components/nav.scss +5 -5
  126. package/scss/marketing/small/components/page.scss +1 -1
  127. package/scss/marketing/small/components/popover.scss +2 -2
  128. package/scss/marketing/small/components/progress.scss +6 -6
  129. package/scss/marketing/small/components/status.scss +3 -3
  130. package/scss/marketing/small/components/tab.scss +7 -7
  131. package/scss/marketing/small/components/table.scss +13 -12
  132. package/scss/product/large/components/table.scss +3 -2
  133. package/scss/product/small/components/table.scss +3 -2
  134. package/sage-design-tokens-14.7.0.tgz +0 -0
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
75
75
  type: string;
76
76
  }[];
77
77
  export const tableBorderwidthThin: number;
78
+ export const tableBorderwidthMedium: number;
78
79
  export const tableBorderwidthThick: number;
79
80
  export const tableSpaceNone: number;
80
81
  export const tableSpaceYg: number;
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
117
117
  },
118
118
  ];
119
119
  export const tableBorderwidthThin = 1;
120
- export const tableBorderwidthThick = 2;
120
+ export const tableBorderwidthMedium = 2;
121
+ export const tableBorderwidthThick = 3;
121
122
  export const tableSpaceNone = 0;
122
123
  export const tableSpaceYg = 4;
123
124
  export const tableSpaceRowXXs = 8;
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
75
75
  type: string;
76
76
  }[];
77
77
  export const tableBorderwidthThin: number;
78
+ export const tableBorderwidthMedium: number;
78
79
  export const tableBorderwidthThick: number;
79
80
  export const tableSpaceNone: number;
80
81
  export const tableSpaceYg: number;
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
117
117
  },
118
118
  ];
119
119
  export const tableBorderwidthThin = 1;
120
- export const tableBorderwidthThick = 2;
120
+ export const tableBorderwidthMedium = 2;
121
+ export const tableBorderwidthThick = 3;
121
122
  export const tableSpaceNone = 0;
122
123
  export const tableSpaceYg = 4;
123
124
  export const tableSpaceRowXXs = 8;
@@ -75,6 +75,7 @@ export const tableBoxshadowRowDragging: {
75
75
  type: string;
76
76
  }[];
77
77
  export const tableBorderwidthThin: number;
78
+ export const tableBorderwidthMedium: number;
78
79
  export const tableBorderwidthThick: number;
79
80
  export const tableSpaceNone: number;
80
81
  export const tableSpaceYg: number;
@@ -117,7 +117,8 @@ export const tableBoxshadowRowDragging = [
117
117
  },
118
118
  ];
119
119
  export const tableBorderwidthThin = 1;
120
- export const tableBorderwidthThick = 2;
120
+ export const tableBorderwidthMedium = 2;
121
+ export const tableBorderwidthThick = 3;
121
122
  export const tableSpaceNone = 0;
122
123
  export const tableSpaceYg = 4;
123
124
  export const tableSpaceRowXXs = 8;
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},
@@ -571,28 +571,45 @@
571
571
  thin: {
572
572
  $type: "borderWidth",
573
573
  $value: 1,
574
- $description: "Table border",
574
+ $description: "Table border. Optional choice of cell border width.",
575
575
  filePath: "data/tokens/components/table.json",
576
576
  isSource: true,
577
577
  original: {
578
578
  $type: "borderWidth",
579
579
  $value: "{global.borderwidth.XS}",
580
- $description: "Table border",
580
+ $description: "Table border. Optional choice of cell border width.",
581
581
  },
582
582
  name: "tableBorderwidthThin",
583
583
  attributes: {},
584
584
  path: ["table", "borderwidth", "thin"],
585
585
  },
586
- thick: {
586
+ medium: {
587
587
  $type: "borderWidth",
588
588
  $value: 2,
589
- $description: "header border for subtle",
589
+ $description:
590
+ "Header border for subtle. Optional choice of cell border width.",
590
591
  filePath: "data/tokens/components/table.json",
591
592
  isSource: true,
592
593
  original: {
593
594
  $type: "borderWidth",
594
595
  $value: "{global.borderwidth.S}",
595
- $description: "header border for subtle",
596
+ $description:
597
+ "Header border for subtle. Optional choice of cell border width.",
598
+ },
599
+ name: "tableBorderwidthMedium",
600
+ attributes: {},
601
+ path: ["table", "borderwidth", "medium"],
602
+ },
603
+ thick: {
604
+ $type: "borderWidth",
605
+ $value: 3,
606
+ $description: "Optional choice of cell border width.",
607
+ filePath: "data/tokens/components/table.json",
608
+ isSource: true,
609
+ original: {
610
+ $type: "borderWidth",
611
+ $value: "{global.borderwidth.M}",
612
+ $description: "Optional choice of cell border width.",
596
613
  },
597
614
  name: "tableBorderwidthThick",
598
615
  attributes: {},