@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
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -560,28 +560,45 @@ module.exports = {
|
|
560
560
|
thin: {
|
561
561
|
$type: "borderWidth",
|
562
562
|
$value: 1,
|
563
|
-
$description: "Table border",
|
563
|
+
$description: "Table border. Optional choice of cell border width.",
|
564
564
|
filePath: "data/tokens/components/table.json",
|
565
565
|
isSource: true,
|
566
566
|
original: {
|
567
567
|
$type: "borderWidth",
|
568
568
|
$value: "{global.borderwidth.XS}",
|
569
|
-
$description: "Table border",
|
569
|
+
$description: "Table border. Optional choice of cell border width.",
|
570
570
|
},
|
571
571
|
name: "tableBorderwidthThin",
|
572
572
|
attributes: {},
|
573
573
|
path: ["table", "borderwidth", "thin"],
|
574
574
|
},
|
575
|
-
|
575
|
+
medium: {
|
576
576
|
$type: "borderWidth",
|
577
577
|
$value: 2,
|
578
|
-
$description:
|
578
|
+
$description:
|
579
|
+
"Header border for subtle. Optional choice of cell border width.",
|
579
580
|
filePath: "data/tokens/components/table.json",
|
580
581
|
isSource: true,
|
581
582
|
original: {
|
582
583
|
$type: "borderWidth",
|
583
584
|
$value: "{global.borderwidth.S}",
|
584
|
-
$description:
|
585
|
+
$description:
|
586
|
+
"Header border for subtle. Optional choice of cell border width.",
|
587
|
+
},
|
588
|
+
name: "tableBorderwidthMedium",
|
589
|
+
attributes: {},
|
590
|
+
path: ["table", "borderwidth", "medium"],
|
591
|
+
},
|
592
|
+
thick: {
|
593
|
+
$type: "borderWidth",
|
594
|
+
$value: 3,
|
595
|
+
$description: "Optional choice of cell border width.",
|
596
|
+
filePath: "data/tokens/components/table.json",
|
597
|
+
isSource: true,
|
598
|
+
original: {
|
599
|
+
$type: "borderWidth",
|
600
|
+
$value: "{global.borderwidth.M}",
|
601
|
+
$description: "Optional choice of cell border width.",
|
585
602
|
},
|
586
603
|
name: "tableBorderwidthThick",
|
587
604
|
attributes: {},
|
@@ -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;
|
@@ -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;
|
@@ -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;
|