@sage/design-tokens 15.2.1 → 15.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/css/frozenproduct/all.css +4 -2
  2. package/css/frozenproduct/large/components/table.css +4 -2
  3. package/css/frozenproduct/small/components/table.css +4 -2
  4. package/css/product/all.css +9 -7
  5. package/css/product/large/components/table.css +9 -7
  6. package/css/product/small/components/table.css +9 -7
  7. package/ios/frozenproduct/large/dark/components/table.h +3 -1
  8. package/ios/frozenproduct/large/light/components/table.h +3 -1
  9. package/ios/frozenproduct/small/dark/components/table.h +3 -1
  10. package/ios/frozenproduct/small/light/components/table.h +3 -1
  11. package/ios/product/large/dark/components/table.h +8 -6
  12. package/ios/product/large/light/components/table.h +8 -6
  13. package/ios/product/small/dark/components/table.h +8 -6
  14. package/ios/product/small/light/components/table.h +8 -6
  15. package/js/common/frozenproduct/large/dark/components/table.d.ts +2 -0
  16. package/js/common/frozenproduct/large/dark/components/table.js +32 -4
  17. package/js/common/frozenproduct/large/light/components/table.d.ts +2 -0
  18. package/js/common/frozenproduct/large/light/components/table.js +32 -4
  19. package/js/common/frozenproduct/small/dark/components/table.d.ts +2 -0
  20. package/js/common/frozenproduct/small/dark/components/table.js +32 -4
  21. package/js/common/frozenproduct/small/light/components/table.d.ts +2 -0
  22. package/js/common/frozenproduct/small/light/components/table.js +32 -4
  23. package/js/common/product/large/dark/components/table.d.ts +2 -0
  24. package/js/common/product/large/dark/components/table.js +54 -14
  25. package/js/common/product/large/light/components/table.d.ts +2 -0
  26. package/js/common/product/large/light/components/table.js +54 -14
  27. package/js/common/product/small/dark/components/table.d.ts +2 -0
  28. package/js/common/product/small/dark/components/table.js +54 -14
  29. package/js/common/product/small/light/components/table.d.ts +2 -0
  30. package/js/common/product/small/light/components/table.js +54 -14
  31. package/js/es6/frozenproduct/large/dark/components/table.d.ts +2 -0
  32. package/js/es6/frozenproduct/large/dark/components/table.js +3 -1
  33. package/js/es6/frozenproduct/large/light/components/table.d.ts +2 -0
  34. package/js/es6/frozenproduct/large/light/components/table.js +3 -1
  35. package/js/es6/frozenproduct/small/dark/components/table.d.ts +2 -0
  36. package/js/es6/frozenproduct/small/dark/components/table.js +3 -1
  37. package/js/es6/frozenproduct/small/light/components/table.d.ts +2 -0
  38. package/js/es6/frozenproduct/small/light/components/table.js +3 -1
  39. package/js/es6/product/large/dark/components/table.d.ts +2 -0
  40. package/js/es6/product/large/dark/components/table.js +8 -6
  41. package/js/es6/product/large/light/components/table.d.ts +2 -0
  42. package/js/es6/product/large/light/components/table.js +8 -6
  43. package/js/es6/product/small/dark/components/table.d.ts +2 -0
  44. package/js/es6/product/small/dark/components/table.js +8 -6
  45. package/js/es6/product/small/light/components/table.d.ts +2 -0
  46. package/js/es6/product/small/light/components/table.js +8 -6
  47. package/js/umd/frozenproduct/large/dark/components/table.js +32 -4
  48. package/js/umd/frozenproduct/large/light/components/table.js +32 -4
  49. package/js/umd/frozenproduct/small/dark/components/table.js +32 -4
  50. package/js/umd/frozenproduct/small/light/components/table.js +32 -4
  51. package/js/umd/product/large/dark/components/table.js +54 -14
  52. package/js/umd/product/large/light/components/table.js +54 -14
  53. package/js/umd/product/small/dark/components/table.js +54 -14
  54. package/js/umd/product/small/light/components/table.js +54 -14
  55. package/json/flat/frozenproduct/large/dark/components/table.json +3 -1
  56. package/json/flat/frozenproduct/large/light/components/table.json +3 -1
  57. package/json/flat/frozenproduct/small/dark/components/table.json +3 -1
  58. package/json/flat/frozenproduct/small/light/components/table.json +3 -1
  59. package/json/flat/product/large/dark/components/table.json +8 -6
  60. package/json/flat/product/large/light/components/table.json +8 -6
  61. package/json/flat/product/small/dark/components/table.json +8 -6
  62. package/json/flat/product/small/light/components/table.json +8 -6
  63. package/json/nested/frozenproduct/large/dark/components/table.json +4 -2
  64. package/json/nested/frozenproduct/large/light/components/table.json +4 -2
  65. package/json/nested/frozenproduct/small/dark/components/table.json +4 -2
  66. package/json/nested/frozenproduct/small/light/components/table.json +4 -2
  67. package/json/nested/product/large/dark/components/table.json +9 -7
  68. package/json/nested/product/large/light/components/table.json +9 -7
  69. package/json/nested/product/small/dark/components/table.json +9 -7
  70. package/json/nested/product/small/light/components/table.json +9 -7
  71. package/package.json +1 -1
  72. package/sage-design-tokens-15.3.0.tgz +0 -0
  73. package/scss/frozenproduct/large/components/table.scss +4 -2
  74. package/scss/frozenproduct/small/components/badge.scss +1 -1
  75. package/scss/frozenproduct/small/components/button.scss +15 -15
  76. package/scss/frozenproduct/small/components/container.scss +10 -10
  77. package/scss/frozenproduct/small/components/form.scss +11 -11
  78. package/scss/frozenproduct/small/components/link.scss +2 -2
  79. package/scss/frozenproduct/small/components/nav.scss +6 -6
  80. package/scss/frozenproduct/small/components/page.scss +1 -1
  81. package/scss/frozenproduct/small/components/popover.scss +6 -6
  82. package/scss/frozenproduct/small/components/progress.scss +8 -8
  83. package/scss/frozenproduct/small/components/status.scss +10 -10
  84. package/scss/frozenproduct/small/components/tab.scss +9 -9
  85. package/scss/frozenproduct/small/components/table.scss +13 -11
  86. package/scss/product/large/components/table.scss +9 -7
  87. package/scss/product/small/components/table.scss +9 -7
  88. package/sage-design-tokens-15.2.1.tgz +0 -0
@@ -5,9 +5,13 @@
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
+ $table-color-row-bg-activated: #f0f; // TO BE DEPRECATED (was #00D639)
9
+ $table-color-row-bg-active: #F6F; // TO BE DEPRECATED (was #FFFFFF)
10
+ $table-color-row-label-activated: #FAF; // TO BE DEPRECATED (was #000000)
11
+ $table-color-row-label-active: #FDF; // TO BE DEPRECATED (was #000000)
8
12
  $table-color-header-subtle-bg-default: $modes-color-none;
9
- $table-color-row-bg-active: $modes-color-interactive-monochrome-active;
10
13
  $table-color-row-bg-default: $modes-color-generic-bg-nought;
14
+ $table-color-row-bg-selected: $modes-color-interactive-monochrome-active;
11
15
  $table-color-row-label-hover: $modes-color-generic-content-extreme;
12
16
  $table-typography-adaptive-heading-s: $global-typography-adaptive-component-firm-s;
13
17
  $table-typography-adaptive-heading-m: $global-typography-adaptive-component-firm-m;
@@ -35,13 +39,12 @@ $table-color-header-harsh-bg-alt: $modes-color-interactive-monochrome-default; /
35
39
  $table-color-header-harsh-bg-default: $modes-color-interactive-monochrome-default-alt;
36
40
  $table-color-header-harsh-bg-hover: $modes-color-interactive-monochrome-hover;
37
41
  $table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
38
- $table-color-row-bg-activated: $modes-color-interactive-primary-default;
39
42
  $table-color-row-bg-alt: $modes-color-generic-bg-delicate; // Zebra stripes
40
- $table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
43
+ $table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows. Highlighted rows.
41
44
  $table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
42
- $table-color-row-bg-hover: $modes-color-generic-bg-soft;
45
+ $table-color-row-bg-hover: $modes-color-generic-bg-moderate;
43
46
  $table-color-row-label-default: $modes-color-generic-content-harsh;
44
- $table-color-footer-bg-default: $modes-color-generic-bg-soft;
47
+ $table-color-footer-bg-default: $modes-color-generic-bg-moderate;
45
48
  $table-color-footer-label-default: $modes-color-interactive-monochrome-default;
46
49
  $table-boxshadow-firstchild: $global-boxshadow-inner-near;
47
50
  $table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
@@ -51,8 +54,7 @@ $table-color-header-subtle-border-default: $modes-color-generic-fg-delicate; //
51
54
  $table-color-header-harsh-border-default: $modes-color-generic-fg-soft;
52
55
  $table-color-header-harsh-label-default: $modes-color-interactive-monochrome-with-default;
53
56
  $table-color-row-border-default: $modes-color-generic-fg-delicate;
54
- $table-color-row-label-activated: $modes-color-interactive-monochrome-with-active;
55
- $table-color-row-label-active: $modes-color-interactive-monochrome-with-active;
57
+ $table-color-row-label-selected: $modes-color-interactive-monochrome-with-active;
56
58
  $table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
57
59
  $table-radius-container: $global-radius-container-m; // Table (parent container)
58
60
  $table-borderwidth-thin: $global-borderwidth-xs; // Table border. Optional choice of cell border width.
@@ -5,6 +5,10 @@
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
+ $table-color-row-bg-activated: #f0f; // TO BE DEPRECATED (was #00811F)
9
+ $table-color-row-bg-active: #F6F; // TO BE DEPRECATED (was #000000)
10
+ $table-color-row-label-activated: #FAF; // TO BE DEPRECATED (was #FFFFFF)
11
+ $table-color-row-label-active: #FDF; // TO BE DEPRECATED (was #FFFFFF)
8
12
  $table-color-header-subtle-bg-default: $modes-color-none;
9
13
  $table-color-row-bg-default: $modes-color-generic-bg-nought;
10
14
  $table-color-row-label-hover: $modes-color-generic-content-extreme;
@@ -26,14 +30,13 @@ $table-typography-responsive-default-l: $global-typography-responsive-component-
26
30
  $table-typography-responsive-label-s: $global-typography-responsive-component-firm-s;
27
31
  $table-typography-responsive-label-m: $global-typography-responsive-component-firm-m;
28
32
  $table-typography-responsive-label-l: $global-typography-responsive-component-firm-l;
29
- $table-color-row-bg-activated: $modes-color-interactive-primary-default;
30
- $table-color-row-bg-active: $modes-color-interactive-monochrome-active;
31
33
  $table-color-row-bg-alt: $modes-color-generic-bg-delicate; // Zebra stripes
32
- $table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows.
34
+ $table-color-row-bg-alt2: $modes-color-generic-bg-soft; // Zebra stripes combined with child rows. Highlighted rows.
33
35
  $table-color-row-bg-alt3: $modes-color-generic-bg-faint; // Child rows.
34
- $table-color-row-bg-hover: $modes-color-generic-bg-soft;
36
+ $table-color-row-bg-hover: $modes-color-generic-bg-moderate;
37
+ $table-color-row-bg-selected: $modes-color-interactive-monochrome-active;
35
38
  $table-color-row-label-default: $modes-color-generic-content-harsh;
36
- $table-color-footer-bg-default: $modes-color-generic-bg-soft;
39
+ $table-color-footer-bg-default: $modes-color-generic-bg-moderate;
37
40
  $table-boxshadow-firstchild: $global-boxshadow-inner-near;
38
41
  $table-boxshadow-column-sticky-left: $global-boxshadow-cleanedge-near-right; // Right shadow on left hand sticky column.
39
42
  $table-boxshadow-column-sticky-right: $global-boxshadow-cleanedge-near-left; // Left shadow on right hand sticky column.
@@ -50,8 +53,7 @@ $table-color-header-harsh-border-default: $modes-color-generic-fg-soft;
50
53
  $table-color-header-harsh-label-default: $modes-color-interactive-monochrome-with-default;
51
54
  $table-color-header-harsh-label-hover: $modes-color-interactive-monochrome-default;
52
55
  $table-color-row-border-default: $modes-color-generic-fg-delicate;
53
- $table-color-row-label-activated: $modes-color-interactive-monochrome-with-active;
54
- $table-color-row-label-active: $modes-color-interactive-monochrome-with-active;
56
+ $table-color-row-label-selected: $modes-color-interactive-monochrome-with-active;
55
57
  $table-color-footer-border-default: $modes-color-generic-fg-delicate; // Header borders
56
58
  $table-color-footer-label-default: $modes-color-interactive-monochrome-default;
57
59
  $table-radius-container: $global-radius-container-m; // Table (parent container)
Binary file