@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.
- package/css/frozenproduct/all.css +3 -2
- package/css/frozenproduct/large/components/table.css +3 -2
- package/css/frozenproduct/small/components/table.css +3 -2
- package/css/marketing/all.css +3 -2
- package/css/marketing/large/components/table.css +3 -2
- package/css/marketing/small/components/table.css +3 -2
- package/css/product/all.css +13 -12
- package/css/product/large/components/table.css +3 -2
- package/css/product/small/components/table.css +13 -12
- package/ios/frozenproduct/large/dark/components/table.h +2 -1
- package/ios/frozenproduct/large/light/components/table.h +2 -1
- package/ios/frozenproduct/small/dark/components/table.h +2 -1
- package/ios/frozenproduct/small/light/components/table.h +2 -1
- package/ios/marketing/large/dark/components/table.h +2 -1
- package/ios/marketing/large/light/components/table.h +2 -1
- package/ios/marketing/small/dark/components/table.h +2 -1
- package/ios/marketing/small/light/components/table.h +2 -1
- package/ios/product/large/dark/components/table.h +2 -1
- package/ios/product/large/light/components/table.h +2 -1
- package/ios/product/small/dark/components/table.h +2 -1
- package/ios/product/small/light/components/table.h +2 -1
- package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/dark/components/table.js +22 -5
- package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/large/light/components/table.js +22 -5
- package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/dark/components/table.js +22 -5
- package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/common/frozenproduct/small/light/components/table.js +22 -5
- package/js/common/marketing/large/dark/components/table.d.ts +1 -0
- package/js/common/marketing/large/dark/components/table.js +22 -5
- package/js/common/marketing/large/light/components/table.d.ts +1 -0
- package/js/common/marketing/large/light/components/table.js +22 -5
- package/js/common/marketing/small/dark/components/table.d.ts +1 -0
- package/js/common/marketing/small/dark/components/table.js +22 -5
- package/js/common/marketing/small/light/components/table.d.ts +1 -0
- package/js/common/marketing/small/light/components/table.js +22 -5
- package/js/common/product/large/dark/components/table.d.ts +1 -0
- package/js/common/product/large/dark/components/table.js +22 -5
- package/js/common/product/large/light/components/table.d.ts +1 -0
- package/js/common/product/large/light/components/table.js +22 -5
- package/js/common/product/small/dark/components/table.d.ts +1 -0
- package/js/common/product/small/dark/components/table.js +22 -5
- package/js/common/product/small/light/components/table.d.ts +1 -0
- package/js/common/product/small/light/components/table.js +22 -5
- package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/dark/components/table.js +2 -1
- package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/large/light/components/table.js +2 -1
- package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/dark/components/table.js +2 -1
- package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
- package/js/es6/frozenproduct/small/light/components/table.js +2 -1
- package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/large/dark/components/table.js +2 -1
- package/js/es6/marketing/large/light/components/table.d.ts +1 -0
- package/js/es6/marketing/large/light/components/table.js +2 -1
- package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
- package/js/es6/marketing/small/dark/components/table.js +2 -1
- package/js/es6/marketing/small/light/components/table.d.ts +1 -0
- package/js/es6/marketing/small/light/components/table.js +2 -1
- package/js/es6/product/large/dark/components/table.d.ts +1 -0
- package/js/es6/product/large/dark/components/table.js +2 -1
- package/js/es6/product/large/light/components/table.d.ts +1 -0
- package/js/es6/product/large/light/components/table.js +2 -1
- package/js/es6/product/small/dark/components/table.d.ts +1 -0
- package/js/es6/product/small/dark/components/table.js +2 -1
- package/js/es6/product/small/light/components/table.d.ts +1 -0
- package/js/es6/product/small/light/components/table.js +2 -1
- package/js/umd/frozenproduct/large/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/large/light/components/table.js +22 -5
- package/js/umd/frozenproduct/small/dark/components/table.js +22 -5
- package/js/umd/frozenproduct/small/light/components/table.js +22 -5
- package/js/umd/marketing/large/dark/components/table.js +22 -5
- package/js/umd/marketing/large/light/components/table.js +22 -5
- package/js/umd/marketing/small/dark/components/table.js +22 -5
- package/js/umd/marketing/small/light/components/table.js +22 -5
- package/js/umd/product/large/dark/components/table.js +22 -5
- package/js/umd/product/large/light/components/table.js +22 -5
- package/js/umd/product/small/dark/components/table.js +22 -5
- package/js/umd/product/small/light/components/table.js +22 -5
- package/json/flat/frozenproduct/large/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/large/light/components/table.json +2 -1
- package/json/flat/frozenproduct/small/dark/components/table.json +2 -1
- package/json/flat/frozenproduct/small/light/components/table.json +2 -1
- package/json/flat/marketing/large/dark/components/table.json +2 -1
- package/json/flat/marketing/large/light/components/table.json +2 -1
- package/json/flat/marketing/small/dark/components/table.json +2 -1
- package/json/flat/marketing/small/light/components/table.json +2 -1
- package/json/flat/product/large/dark/components/table.json +2 -1
- package/json/flat/product/large/light/components/table.json +2 -1
- package/json/flat/product/small/dark/components/table.json +2 -1
- package/json/flat/product/small/light/components/table.json +2 -1
- package/json/nested/frozenproduct/large/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/large/light/components/table.json +2 -1
- package/json/nested/frozenproduct/small/dark/components/table.json +2 -1
- package/json/nested/frozenproduct/small/light/components/table.json +2 -1
- package/json/nested/marketing/large/dark/components/table.json +2 -1
- package/json/nested/marketing/large/light/components/table.json +2 -1
- package/json/nested/marketing/small/dark/components/table.json +2 -1
- package/json/nested/marketing/small/light/components/table.json +2 -1
- package/json/nested/product/large/dark/components/table.json +2 -1
- package/json/nested/product/large/light/components/table.json +2 -1
- package/json/nested/product/small/dark/components/table.json +2 -1
- package/json/nested/product/small/light/components/table.json +2 -1
- package/package.json +1 -1
- package/sage-design-tokens-14.8.0.tgz +0 -0
- package/scss/frozenproduct/large/components/button.scss +13 -13
- package/scss/frozenproduct/large/components/container.scss +10 -10
- package/scss/frozenproduct/large/components/form.scss +7 -7
- package/scss/frozenproduct/large/components/link.scss +2 -2
- package/scss/frozenproduct/large/components/nav.scss +5 -5
- package/scss/frozenproduct/large/components/page.scss +1 -1
- package/scss/frozenproduct/large/components/popover.scss +2 -2
- package/scss/frozenproduct/large/components/progress.scss +6 -6
- package/scss/frozenproduct/large/components/status.scss +3 -3
- package/scss/frozenproduct/large/components/tab.scss +7 -7
- package/scss/frozenproduct/large/components/table.scss +13 -12
- package/scss/frozenproduct/small/components/table.scss +3 -2
- package/scss/marketing/large/components/table.scss +3 -2
- package/scss/marketing/small/components/button.scss +13 -13
- package/scss/marketing/small/components/container.scss +10 -10
- package/scss/marketing/small/components/form.scss +7 -7
- package/scss/marketing/small/components/link.scss +2 -2
- package/scss/marketing/small/components/nav.scss +5 -5
- package/scss/marketing/small/components/page.scss +1 -1
- package/scss/marketing/small/components/popover.scss +2 -2
- package/scss/marketing/small/components/progress.scss +6 -6
- package/scss/marketing/small/components/status.scss +3 -3
- package/scss/marketing/small/components/tab.scss +7 -7
- package/scss/marketing/small/components/table.scss +13 -12
- package/scss/product/large/components/table.scss +3 -2
- package/scss/product/small/components/table.scss +3 -2
- 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
|
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
|
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
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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
|
-
|
586
|
+
medium: {
|
587
587
|
$type: "borderWidth",
|
588
588
|
$value: 2,
|
589
|
-
$description:
|
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:
|
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: {},
|