@cloudscape-design/components-themeable 3.0.267 → 3.0.269

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/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/table/body-cell/styles.scss +162 -0
  3. package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
  4. package/lib/internal/template/attribute-editor/row.js +3 -1
  5. package/lib/internal/template/attribute-editor/row.js.map +1 -1
  6. package/lib/internal/template/cards/styles.css.js +37 -37
  7. package/lib/internal/template/cards/styles.scoped.css +52 -52
  8. package/lib/internal/template/cards/styles.selectors.js +37 -37
  9. package/lib/internal/template/code-editor/index.d.ts.map +1 -1
  10. package/lib/internal/template/code-editor/index.js +1 -14
  11. package/lib/internal/template/code-editor/index.js.map +1 -1
  12. package/lib/internal/template/code-editor/pane.d.ts +1 -2
  13. package/lib/internal/template/code-editor/pane.d.ts.map +1 -1
  14. package/lib/internal/template/code-editor/pane.js +8 -3
  15. package/lib/internal/template/code-editor/pane.js.map +1 -1
  16. package/lib/internal/template/code-editor/status-bar.d.ts +3 -3
  17. package/lib/internal/template/code-editor/status-bar.d.ts.map +1 -1
  18. package/lib/internal/template/code-editor/status-bar.js +5 -3
  19. package/lib/internal/template/code-editor/status-bar.js.map +1 -1
  20. package/lib/internal/template/internal/base-component/styles.scoped.css +9 -7
  21. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  22. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +24 -24
  23. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  24. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  25. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  26. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  27. package/lib/internal/template/internal/environment.js +1 -1
  28. package/lib/internal/template/modal/internal.d.ts +1 -1
  29. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  30. package/lib/internal/template/modal/internal.js +24 -15
  31. package/lib/internal/template/modal/internal.js.map +1 -1
  32. package/lib/internal/template/table/body-cell/index.d.ts +2 -1
  33. package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
  34. package/lib/internal/template/table/body-cell/index.js +9 -4
  35. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  36. package/lib/internal/template/table/body-cell/inline-editor.d.ts +1 -1
  37. package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
  38. package/lib/internal/template/table/body-cell/inline-editor.js +5 -3
  39. package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
  40. package/lib/internal/template/table/body-cell/styles.css.js +40 -18
  41. package/lib/internal/template/table/body-cell/styles.scoped.css +226 -56
  42. package/lib/internal/template/table/body-cell/styles.selectors.js +40 -18
  43. package/lib/internal/template/table/header-cell/index.js +1 -1
  44. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  45. package/lib/internal/template/table/interfaces.d.ts +6 -0
  46. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  47. package/lib/internal/template/table/interfaces.js.map +1 -1
  48. package/lib/internal/template/table/internal.d.ts.map +1 -1
  49. package/lib/internal/template/table/internal.js +20 -18
  50. package/lib/internal/template/table/internal.js.map +1 -1
  51. package/lib/internal/template/table/selection-control/index.d.ts +2 -8
  52. package/lib/internal/template/table/selection-control/index.d.ts.map +1 -1
  53. package/lib/internal/template/table/selection-control/index.js.map +1 -1
  54. package/lib/internal/template/table/table-wrapper.d.ts +13 -0
  55. package/lib/internal/template/table/table-wrapper.d.ts.map +1 -0
  56. package/lib/internal/template/table/table-wrapper.js +15 -0
  57. package/lib/internal/template/table/table-wrapper.js.map +1 -0
  58. package/lib/internal/template/table/thead.d.ts +2 -2
  59. package/lib/internal/template/table/thead.d.ts.map +1 -1
  60. package/lib/internal/template/table/thead.js +3 -3
  61. package/lib/internal/template/table/thead.js.map +1 -1
  62. package/lib/internal/template/table/use-column-widths.js +1 -1
  63. package/lib/internal/template/table/use-column-widths.js.map +1 -1
  64. package/lib/internal/template/table/use-selection.d.ts +12 -18
  65. package/lib/internal/template/table/use-selection.d.ts.map +1 -1
  66. package/lib/internal/template/table/use-selection.js +20 -12
  67. package/lib/internal/template/table/use-selection.js.map +1 -1
  68. package/lib/internal/template/table/use-table-focus-navigation.d.ts.map +1 -1
  69. package/lib/internal/template/table/use-table-focus-navigation.js +9 -34
  70. package/lib/internal/template/table/use-table-focus-navigation.js.map +1 -1
  71. package/lib/internal/template/test-utils/dom/table/index.d.ts +3 -0
  72. package/lib/internal/template/test-utils/dom/table/index.js +16 -15
  73. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  74. package/lib/internal/template/test-utils/selectors/table/index.d.ts +3 -0
  75. package/lib/internal/template/test-utils/selectors/table/index.js +16 -15
  76. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  77. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  78. package/lib/internal/template/tiles/styles.css.js +28 -28
  79. package/lib/internal/template/tiles/styles.scoped.css +69 -69
  80. package/lib/internal/template/tiles/styles.selectors.js +28 -28
  81. package/lib/internal/template/token-group/styles.css.js +7 -7
  82. package/lib/internal/template/token-group/styles.scoped.css +17 -17
  83. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  84. package/package.json +1 -1
  85. package/lib/internal/scss/table/header-cell/styles.scss +0 -160
  86. package/lib/internal/template/table/header-cell/styles.css.js +0 -24
  87. package/lib/internal/template/table/header-cell/styles.scoped.css +0 -252
  88. package/lib/internal/template/table/header-cell/styles.selectors.js +0 -25
@@ -2,12 +2,12 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_dm8gx_12gn7_97",
6
- "has-items": "awsui_has-items_dm8gx_12gn7_109",
7
- "dismiss-button": "awsui_dismiss-button_dm8gx_12gn7_113",
8
- "token": "awsui_token_dm8gx_12gn7_147",
9
- "token-box": "awsui_token-box_dm8gx_12gn7_154",
10
- "token-box-error": "awsui_token-box-error_dm8gx_12gn7_166",
11
- "token-box-disabled": "awsui_token-box-disabled_dm8gx_12gn7_177"
5
+ "root": "awsui_root_dm8gx_qre78_97",
6
+ "has-items": "awsui_has-items_dm8gx_qre78_109",
7
+ "dismiss-button": "awsui_dismiss-button_dm8gx_qre78_113",
8
+ "token": "awsui_token_dm8gx_qre78_147",
9
+ "token-box": "awsui_token-box_dm8gx_qre78_154",
10
+ "token-box-error": "awsui_token-box-error_dm8gx_qre78_166",
11
+ "token-box-disabled": "awsui_token-box-disabled_dm8gx_qre78_177"
12
12
  };
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/components-themeable",
3
- "version": "3.0.267",
3
+ "version": "3.0.269",
4
4
  "files": [
5
5
  "lib",
6
6
  "package.json",
@@ -1,160 +0,0 @@
1
- /*
2
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- SPDX-License-Identifier: Apache-2.0
4
- */
5
-
6
- @use '../../internal/hooks/focus-visible' as focus-visible;
7
- @use '../../internal/styles/tokens' as awsui;
8
- @use '../../internal/styles' as styles;
9
-
10
- .header-cell {
11
- position: relative;
12
- text-align: left;
13
- box-sizing: border-box;
14
- border-bottom: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
15
- background: awsui.$color-background-table-header;
16
- color: awsui.$color-text-column-header;
17
- font-weight: awsui.$font-heading-s-weight;
18
- @include styles.font-smoothing;
19
- padding: awsui.$space-scaled-xxs awsui.$space-scaled-xs;
20
- &-sticky {
21
- border-bottom: awsui.$border-table-sticky-width solid awsui.$color-border-divider-default;
22
- }
23
- &-stuck:not(.header-cell-variant-full-page) {
24
- border-bottom-color: transparent;
25
- }
26
- &-variant-full-page.header-cell-hidden {
27
- border-bottom-color: transparent;
28
- }
29
- &:last-child,
30
- &.header-cell-sortable {
31
- padding-right: awsui.$space-xs;
32
- }
33
-
34
- &:not(:last-child):before {
35
- $gap: calc(2 * #{awsui.$space-xs} + #{awsui.$space-xxxs});
36
-
37
- content: '';
38
- position: absolute;
39
- right: 0;
40
- bottom: 0;
41
- top: 0;
42
- min-height: awsui.$font-heading-xs-line-height;
43
- max-height: calc(100% - #{$gap});
44
- margin: auto;
45
- border-left: awsui.$border-divider-section-width solid awsui.$color-border-divider-default;
46
- box-sizing: border-box;
47
- }
48
-
49
- &-resizable:not(:last-child):before {
50
- border-left-color: awsui.$color-border-divider-interactive-default;
51
- }
52
- }
53
-
54
- .sorting-icon {
55
- position: absolute;
56
- top: 50%;
57
- transform: translateY(-50%);
58
- right: awsui.$space-xxs;
59
- color: awsui.$color-text-column-sorting-icon;
60
- }
61
-
62
- .edit-icon {
63
- margin-left: awsui.$space-xxs;
64
- margin-top: awsui.$space-scaled-xxs;
65
- color: inherit;
66
- }
67
-
68
- .header-cell-content {
69
- position: relative;
70
-
71
- padding: awsui.$space-scaled-xxs awsui.$space-s;
72
- .header-cell-sortable > & {
73
- padding-right: calc(#{awsui.$space-xl} + #{awsui.$space-xxs});
74
- }
75
- &:focus {
76
- outline: none;
77
- text-decoration: none;
78
- }
79
-
80
- @include focus-visible.when-visible {
81
- @include styles.focus-highlight(awsui.$space-table-header-focus-outline-gutter);
82
- }
83
-
84
- // stylelint-disable-next-line selector-combinator-disallowed-list
85
- body[data-awsui-focus-visible='true'] &.header-cell-fake-focus {
86
- @include styles.focus-highlight(awsui.$space-table-header-focus-outline-gutter);
87
- }
88
-
89
- .header-cell-disabled.header-cell-sorted > & {
90
- & > .sorting-icon {
91
- color: awsui.$color-text-interactive-disabled;
92
- }
93
- }
94
- }
95
-
96
- .header-cell-sortable:not(.header-cell-disabled) {
97
- & > .header-cell-content {
98
- cursor: pointer;
99
- }
100
- & > .header-cell-content:hover,
101
- &.header-cell-sorted > .header-cell-content {
102
- color: awsui.$color-text-interactive-active;
103
- & > .sorting-icon {
104
- color: awsui.$color-text-interactive-active;
105
- }
106
- }
107
- }
108
-
109
- .header-cell-text {
110
- line-height: awsui.$font-heading-xs-line-height;
111
-
112
- padding-top: calc(#{awsui.$space-xxxs} / 2);
113
- padding-bottom: calc(#{awsui.$space-xxxs} / 2);
114
-
115
- &:not(.header-cell-text-wrap) {
116
- white-space: nowrap;
117
- overflow: hidden;
118
- text-overflow: ellipsis;
119
- }
120
- }
121
-
122
- .header-cell-ascending,
123
- .header-cell-descending {
124
- /* used in test-utils */
125
- }
126
-
127
- /*
128
- In Visual Refresh the first cell in the header should align
129
- with the left edge of the table as closely as possible. If the
130
- last header cell is sortable the sort icon should align with the
131
- settings icon in the pagination slot.
132
- */
133
- .header-cell:not(.is-visual-refresh) {
134
- &:first-child {
135
- padding-left: awsui.$space-xs;
136
- }
137
- }
138
-
139
- .header-cell.is-visual-refresh {
140
- &:first-child:not(.has-striped-rows) {
141
- padding-left: awsui.$space-xxxs;
142
- }
143
-
144
- /*
145
- Striped rows requires additional left padding because the
146
- shaded background makes the child content appear too close
147
- to the table edge.
148
- */
149
- &:first-child.has-striped-rows {
150
- padding-left: awsui.$space-xxs;
151
- }
152
-
153
- &:first-child > .header-cell-content {
154
- padding-left: 0;
155
- }
156
-
157
- &:last-child.header-cell-sortable {
158
- padding-right: awsui.$space-xxxs;
159
- }
160
- }
@@ -1,24 +0,0 @@
1
-
2
- import './styles.scoped.css';
3
- export default {
4
- "header-cell": "awsui_header-cell_1spae_1951e_93",
5
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1951e_105",
6
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1951e_108",
7
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1951e_108",
8
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1951e_111",
9
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1951e_114",
10
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1951e_129",
11
- "sorting-icon": "awsui_sorting-icon_1spae_1951e_133",
12
- "edit-icon": "awsui_edit-icon_1spae_1951e_141",
13
- "header-cell-content": "awsui_header-cell-content_1spae_1951e_147",
14
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1951e_176",
15
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1951e_194",
16
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1951e_194",
17
- "header-cell-text": "awsui_header-cell-text_1spae_1951e_208",
18
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1951e_213",
19
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1951e_219",
20
- "header-cell-descending": "awsui_header-cell-descending_1spae_1951e_220",
21
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1951e_230",
22
- "has-striped-rows": "awsui_has-striped-rows_1spae_1951e_241"
23
- };
24
-
@@ -1,252 +0,0 @@
1
- /*
2
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- SPDX-License-Identifier: Apache-2.0
4
- */
5
- /*
6
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
- SPDX-License-Identifier: Apache-2.0
8
- */
9
- /*
10
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
11
- SPDX-License-Identifier: Apache-2.0
12
- */
13
- /*
14
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
15
- SPDX-License-Identifier: Apache-2.0
16
- */
17
- /*
18
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
- SPDX-License-Identifier: Apache-2.0
20
- */
21
- /*
22
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
23
- SPDX-License-Identifier: Apache-2.0
24
- */
25
- /*
26
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
27
- SPDX-License-Identifier: Apache-2.0
28
- */
29
- /*
30
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
31
- SPDX-License-Identifier: Apache-2.0
32
- */
33
- /*
34
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
35
- SPDX-License-Identifier: Apache-2.0
36
- */
37
- /*
38
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
39
- SPDX-License-Identifier: Apache-2.0
40
- */
41
- /*
42
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43
- SPDX-License-Identifier: Apache-2.0
44
- */
45
- /*
46
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
47
- SPDX-License-Identifier: Apache-2.0
48
- */
49
- /*
50
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
51
- SPDX-License-Identifier: Apache-2.0
52
- */
53
- /*
54
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
55
- SPDX-License-Identifier: Apache-2.0
56
- */
57
- /*
58
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
59
- SPDX-License-Identifier: Apache-2.0
60
- */
61
- /*
62
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
63
- SPDX-License-Identifier: Apache-2.0
64
- */
65
- /*
66
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
- SPDX-License-Identifier: Apache-2.0
68
- */
69
- /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
- /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
- /*
72
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
73
- SPDX-License-Identifier: Apache-2.0
74
- */
75
- /*
76
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
77
- SPDX-License-Identifier: Apache-2.0
78
- */
79
- /*
80
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
81
- SPDX-License-Identifier: Apache-2.0
82
- */
83
- /* Style used for links in slots/components that are text heavy, to help links stand out among
84
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
85
- /*
86
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
- SPDX-License-Identifier: Apache-2.0
88
- */
89
- /*
90
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
- SPDX-License-Identifier: Apache-2.0
92
- */
93
- .awsui_header-cell_1spae_1951e_93:not(#\9) {
94
- position: relative;
95
- text-align: left;
96
- box-sizing: border-box;
97
- border-bottom: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
98
- background: var(--color-background-table-header-mryayf, #fafafa);
99
- color: var(--color-text-column-header-nsvxtb, #545b64);
100
- font-weight: var(--font-heading-s-weight-1ygwuy, 700);
101
- -webkit-font-smoothing: var(--font-smoothing-webkit-aglr0j, auto);
102
- -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-f5m4xg, auto);
103
- padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-scaled-xs-6859qs, 8px);
104
- }
105
- .awsui_header-cell-sticky_1spae_1951e_105:not(#\9) {
106
- border-bottom: var(--border-table-sticky-width-52djt5, 0px) solid var(--color-border-divider-default-k96bks, #eaeded);
107
- }
108
- .awsui_header-cell-stuck_1spae_1951e_108:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_1951e_108) {
109
- border-bottom-color: transparent;
110
- }
111
- .awsui_header-cell-variant-full-page_1spae_1951e_108.awsui_header-cell-hidden_1spae_1951e_111:not(#\9) {
112
- border-bottom-color: transparent;
113
- }
114
- .awsui_header-cell_1spae_1951e_93:not(#\9):last-child, .awsui_header-cell_1spae_1951e_93.awsui_header-cell-sortable_1spae_1951e_114:not(#\9) {
115
- padding-right: var(--space-xs-rsr2qu, 8px);
116
- }
117
- .awsui_header-cell_1spae_1951e_93:not(#\9):not(:last-child):before {
118
- content: "";
119
- position: absolute;
120
- right: 0;
121
- bottom: 0;
122
- top: 0;
123
- min-height: var(--font-heading-xs-line-height-tf278d, 20px);
124
- max-height: calc(100% - calc(2 * var(--space-xs-rsr2qu, 8px) + var(--space-xxxs-k2w98v, 2px)));
125
- margin: auto;
126
- border-left: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
127
- box-sizing: border-box;
128
- }
129
- .awsui_header-cell-resizable_1spae_1951e_129:not(#\9):not(:last-child):before {
130
- border-left-color: var(--color-border-divider-interactive-default-mrpwro, #687078);
131
- }
132
-
133
- .awsui_sorting-icon_1spae_1951e_133:not(#\9) {
134
- position: absolute;
135
- top: 50%;
136
- transform: translateY(-50%);
137
- right: var(--space-xxs-ynfts5, 4px);
138
- color: var(--color-text-column-sorting-icon-u1a3xj, #687078);
139
- }
140
-
141
- .awsui_edit-icon_1spae_1951e_141:not(#\9) {
142
- margin-left: var(--space-xxs-ynfts5, 4px);
143
- margin-top: var(--space-scaled-xxs-95dhkm, 4px);
144
- color: inherit;
145
- }
146
-
147
- .awsui_header-cell-content_1spae_1951e_147:not(#\9) {
148
- position: relative;
149
- padding: var(--space-scaled-xxs-95dhkm, 4px) var(--space-s-hv8c1d, 12px);
150
- }
151
- .awsui_header-cell-sortable_1spae_1951e_114 > .awsui_header-cell-content_1spae_1951e_147:not(#\9) {
152
- padding-right: calc(var(--space-xl-a39hup, 24px) + var(--space-xxs-ynfts5, 4px));
153
- }
154
- .awsui_header-cell-content_1spae_1951e_147:not(#\9):focus {
155
- outline: none;
156
- text-decoration: none;
157
- }
158
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147:not(#\9):focus {
159
- position: relative;
160
- }
161
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147:not(#\9):focus {
162
- outline: 2px dotted transparent;
163
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
164
- }
165
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147:not(#\9):focus::before {
166
- content: " ";
167
- display: block;
168
- position: absolute;
169
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
170
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
171
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
172
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
173
- border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
174
- box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
175
- }
176
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147.awsui_header-cell-fake-focus_1spae_1951e_176:not(#\9) {
177
- position: relative;
178
- }
179
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147.awsui_header-cell-fake-focus_1spae_1951e_176:not(#\9) {
180
- outline: 2px dotted transparent;
181
- outline-offset: calc(var(--space-table-header-focus-outline-gutter-uqywlq, 0px) - 1px);
182
- }
183
- body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_1951e_147.awsui_header-cell-fake-focus_1spae_1951e_176:not(#\9)::before {
184
- content: " ";
185
- display: block;
186
- position: absolute;
187
- left: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
188
- top: calc(-1 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
189
- width: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
190
- height: calc(100% + 2 * var(--space-table-header-focus-outline-gutter-uqywlq, 0px));
191
- border-radius: var(--border-radius-control-default-focus-ring-hekmgc, 2px);
192
- box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
193
- }
194
- .awsui_header-cell-disabled_1spae_1951e_194.awsui_header-cell-sorted_1spae_1951e_194 > .awsui_header-cell-content_1spae_1951e_147 > .awsui_sorting-icon_1spae_1951e_133:not(#\9) {
195
- color: var(--color-text-interactive-disabled-jcikk2, #aab7b8);
196
- }
197
-
198
- .awsui_header-cell-sortable_1spae_1951e_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1951e_194) > .awsui_header-cell-content_1spae_1951e_147 {
199
- cursor: pointer;
200
- }
201
- .awsui_header-cell-sortable_1spae_1951e_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1951e_194) > .awsui_header-cell-content_1spae_1951e_147:hover, .awsui_header-cell-sortable_1spae_1951e_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1951e_194).awsui_header-cell-sorted_1spae_1951e_194 > .awsui_header-cell-content_1spae_1951e_147 {
202
- color: var(--color-text-interactive-active-i5elzx, #16191f);
203
- }
204
- .awsui_header-cell-sortable_1spae_1951e_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1951e_194) > .awsui_header-cell-content_1spae_1951e_147:hover > .awsui_sorting-icon_1spae_1951e_133, .awsui_header-cell-sortable_1spae_1951e_114:not(#\9):not(.awsui_header-cell-disabled_1spae_1951e_194).awsui_header-cell-sorted_1spae_1951e_194 > .awsui_header-cell-content_1spae_1951e_147 > .awsui_sorting-icon_1spae_1951e_133 {
205
- color: var(--color-text-interactive-active-i5elzx, #16191f);
206
- }
207
-
208
- .awsui_header-cell-text_1spae_1951e_208:not(#\9) {
209
- line-height: var(--font-heading-xs-line-height-tf278d, 20px);
210
- padding-top: calc(var(--space-xxxs-k2w98v, 2px) / 2);
211
- padding-bottom: calc(var(--space-xxxs-k2w98v, 2px) / 2);
212
- }
213
- .awsui_header-cell-text_1spae_1951e_208:not(#\9):not(.awsui_header-cell-text-wrap_1spae_1951e_213) {
214
- white-space: nowrap;
215
- overflow: hidden;
216
- text-overflow: ellipsis;
217
- }
218
-
219
- .awsui_header-cell-ascending_1spae_1951e_219:not(#\9),
220
- .awsui_header-cell-descending_1spae_1951e_220:not(#\9) {
221
- /* used in test-utils */
222
- }
223
-
224
- /*
225
- In Visual Refresh the first cell in the header should align
226
- with the left edge of the table as closely as possible. If the
227
- last header cell is sortable the sort icon should align with the
228
- settings icon in the pagination slot.
229
- */
230
- .awsui_header-cell_1spae_1951e_93:not(#\9):not(.awsui_is-visual-refresh_1spae_1951e_230):first-child {
231
- padding-left: var(--space-xs-rsr2qu, 8px);
232
- }
233
-
234
- .awsui_header-cell_1spae_1951e_93.awsui_is-visual-refresh_1spae_1951e_230:not(#\9) {
235
- /*
236
- Striped rows requires additional left padding because the
237
- shaded background makes the child content appear too close
238
- to the table edge.
239
- */
240
- }
241
- .awsui_header-cell_1spae_1951e_93.awsui_is-visual-refresh_1spae_1951e_230:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_1951e_241) {
242
- padding-left: var(--space-xxxs-k2w98v, 2px);
243
- }
244
- .awsui_header-cell_1spae_1951e_93.awsui_is-visual-refresh_1spae_1951e_230:not(#\9):first-child.awsui_has-striped-rows_1spae_1951e_241 {
245
- padding-left: var(--space-xxs-ynfts5, 4px);
246
- }
247
- .awsui_header-cell_1spae_1951e_93.awsui_is-visual-refresh_1spae_1951e_230:not(#\9):first-child > .awsui_header-cell-content_1spae_1951e_147 {
248
- padding-left: 0;
249
- }
250
- .awsui_header-cell_1spae_1951e_93.awsui_is-visual-refresh_1spae_1951e_230:not(#\9):last-child.awsui_header-cell-sortable_1spae_1951e_114 {
251
- padding-right: var(--space-xxxs-k2w98v, 2px);
252
- }
@@ -1,25 +0,0 @@
1
-
2
- // es-module interop with Babel and Typescript
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- module.exports.default = {
5
- "header-cell": "awsui_header-cell_1spae_1951e_93",
6
- "header-cell-sticky": "awsui_header-cell-sticky_1spae_1951e_105",
7
- "header-cell-stuck": "awsui_header-cell-stuck_1spae_1951e_108",
8
- "header-cell-variant-full-page": "awsui_header-cell-variant-full-page_1spae_1951e_108",
9
- "header-cell-hidden": "awsui_header-cell-hidden_1spae_1951e_111",
10
- "header-cell-sortable": "awsui_header-cell-sortable_1spae_1951e_114",
11
- "header-cell-resizable": "awsui_header-cell-resizable_1spae_1951e_129",
12
- "sorting-icon": "awsui_sorting-icon_1spae_1951e_133",
13
- "edit-icon": "awsui_edit-icon_1spae_1951e_141",
14
- "header-cell-content": "awsui_header-cell-content_1spae_1951e_147",
15
- "header-cell-fake-focus": "awsui_header-cell-fake-focus_1spae_1951e_176",
16
- "header-cell-disabled": "awsui_header-cell-disabled_1spae_1951e_194",
17
- "header-cell-sorted": "awsui_header-cell-sorted_1spae_1951e_194",
18
- "header-cell-text": "awsui_header-cell-text_1spae_1951e_208",
19
- "header-cell-text-wrap": "awsui_header-cell-text-wrap_1spae_1951e_213",
20
- "header-cell-ascending": "awsui_header-cell-ascending_1spae_1951e_219",
21
- "header-cell-descending": "awsui_header-cell-descending_1spae_1951e_220",
22
- "is-visual-refresh": "awsui_is-visual-refresh_1spae_1951e_230",
23
- "has-striped-rows": "awsui_has-striped-rows_1spae_1951e_241"
24
- };
25
-