@cloudscape-design/components 3.0.281 → 3.0.283
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/app-layout/drawer/styles.css.js +10 -10
- package/app-layout/drawer/styles.scoped.css +18 -18
- package/app-layout/drawer/styles.selectors.js +10 -10
- package/internal/environment.js +1 -1
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +2 -0
- package/internal/generated/theming/index.cjs.d.ts +6 -0
- package/internal/generated/theming/index.d.ts +6 -0
- package/internal/generated/theming/index.js +2 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/styles.css.js +33 -33
- package/table/styles.scoped.css +42 -42
- package/table/styles.selectors.js +33 -33
- package/test-utils/dom/input/base-input.d.ts +6 -0
- package/test-utils/dom/input/base-input.js +11 -0
- package/test-utils/dom/input/base-input.js.map +1 -1
- package/test-utils/dom/textarea/index.d.ts +6 -0
- package/test-utils/dom/textarea/index.js +11 -0
- package/test-utils/dom/textarea/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"toggle": "
|
|
5
|
-
"drawer-triggers": "awsui_drawer-
|
|
6
|
-
"drawer": "
|
|
7
|
-
"drawer-mobile": "awsui_drawer-
|
|
8
|
-
"drawer-closed": "awsui_drawer-
|
|
9
|
-
"drawer-content": "awsui_drawer-
|
|
10
|
-
"non-interactive": "awsui_non-
|
|
11
|
-
"trigger": "
|
|
12
|
-
"trigger-drawer": "awsui_trigger-
|
|
13
|
-
"selected": "
|
|
4
|
+
"toggle": "awsui_toggle_1uo6m_r0mop_97",
|
|
5
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_r0mop_102",
|
|
6
|
+
"drawer": "awsui_drawer_1uo6m_r0mop_102",
|
|
7
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_r0mop_112",
|
|
8
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_r0mop_115",
|
|
9
|
+
"drawer-content": "awsui_drawer-content_1uo6m_r0mop_123",
|
|
10
|
+
"non-interactive": "awsui_non-interactive_1uo6m_r0mop_141",
|
|
11
|
+
"trigger": "awsui_trigger_1uo6m_r0mop_149",
|
|
12
|
+
"trigger-drawer": "awsui_trigger-drawer_1uo6m_r0mop_158",
|
|
13
|
+
"selected": "awsui_selected_1uo6m_r0mop_158"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -94,74 +94,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_toggle_1uo6m_r0mop_97:not(#\9) {
|
|
98
98
|
box-sizing: border-box;
|
|
99
99
|
padding: var(--space-xxs-ynfts5, 4px) 7px;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.awsui_drawer-
|
|
102
|
+
.awsui_drawer-triggers_1uo6m_r0mop_102:not(#\9) {
|
|
103
103
|
box-sizing: border-box;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.
|
|
106
|
+
.awsui_drawer_1uo6m_r0mop_102:not(#\9) {
|
|
107
107
|
flex-shrink: 0;
|
|
108
108
|
position: relative;
|
|
109
109
|
word-wrap: break-word;
|
|
110
110
|
box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.awsui_drawer_1uo6m_r0mop_102:not(#\9):not(.awsui_drawer-mobile_1uo6m_r0mop_112) {
|
|
113
113
|
z-index: 830;
|
|
114
114
|
}
|
|
115
|
-
.awsui_drawer-
|
|
115
|
+
.awsui_drawer-closed_1uo6m_r0mop_115:not(#\9) {
|
|
116
116
|
min-width: 40px;
|
|
117
117
|
cursor: pointer;
|
|
118
118
|
}
|
|
119
|
-
.awsui_drawer-
|
|
119
|
+
.awsui_drawer-closed_1uo6m_r0mop_115.awsui_drawer-mobile_1uo6m_r0mop_112:not(#\9) {
|
|
120
120
|
display: none;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.awsui_drawer-
|
|
123
|
+
.awsui_drawer-content_1uo6m_r0mop_123:not(#\9) {
|
|
124
124
|
position: fixed;
|
|
125
125
|
overflow: auto;
|
|
126
126
|
background-color: var(--color-background-layout-panel-content-808qum, #ffffff);
|
|
127
127
|
}
|
|
128
|
-
.awsui_drawer-
|
|
128
|
+
.awsui_drawer-mobile_1uo6m_r0mop_112 > .awsui_drawer-content_1uo6m_r0mop_123:not(#\9) {
|
|
129
129
|
z-index: 1001;
|
|
130
130
|
top: 0;
|
|
131
131
|
bottom: 0;
|
|
132
132
|
left: 0;
|
|
133
133
|
right: 0;
|
|
134
134
|
}
|
|
135
|
-
.awsui_drawer-
|
|
135
|
+
.awsui_drawer-closed_1uo6m_r0mop_115 > .awsui_drawer-content_1uo6m_r0mop_123:not(#\9) {
|
|
136
136
|
width: 40px;
|
|
137
137
|
}
|
|
138
|
-
.awsui_drawer-
|
|
138
|
+
.awsui_drawer-closed_1uo6m_r0mop_115 > .awsui_drawer-content_1uo6m_r0mop_123:not(#\9):hover {
|
|
139
139
|
background: var(--color-background-layout-panel-hover-0bg3gq, #e9ebed);
|
|
140
140
|
}
|
|
141
|
-
.awsui_drawer-
|
|
141
|
+
.awsui_drawer-closed_1uo6m_r0mop_115 > .awsui_drawer-content_1uo6m_r0mop_123.awsui_non-interactive_1uo6m_r0mop_141:not(#\9):hover {
|
|
142
142
|
background: var(--color-background-layout-panel-content-808qum, #ffffff);
|
|
143
143
|
cursor: default;
|
|
144
144
|
}
|
|
145
|
-
.awsui_drawer-
|
|
145
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > [aria-hidden=true]:not(#\9) {
|
|
146
146
|
display: none;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.awsui_drawer-
|
|
149
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149:not(#\9) {
|
|
150
150
|
padding: var(--space-scaled-xs-6859qs, 8px) 6px;
|
|
151
151
|
margin: 1px 6px;
|
|
152
152
|
border-radius: 0;
|
|
153
153
|
border: 0;
|
|
154
154
|
}
|
|
155
|
-
.awsui_drawer-
|
|
155
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149:not(#\9):not(:last-child) {
|
|
156
156
|
box-shadow: 0px 1px var(--color-shadow-layout-panel-trigger-t4yazw, #d1d5db);
|
|
157
157
|
}
|
|
158
|
-
.awsui_drawer-
|
|
158
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger-drawer_1uo6m_r0mop_158:not(#\9):hover:not(.awsui_selected_1uo6m_r0mop_158) {
|
|
159
159
|
color: var(--color-text-layout-panel-trigger-hover-yw2kb4, #0972d3);
|
|
160
160
|
}
|
|
161
|
-
.awsui_drawer-
|
|
161
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger-drawer_1uo6m_r0mop_158:not(#\9):hover:not(.awsui_selected_1uo6m_r0mop_158):not(:last-child) {
|
|
162
162
|
box-shadow: 0px 1px var(--color-shadow-layout-panel-trigger-t4yazw, #d1d5db);
|
|
163
163
|
}
|
|
164
|
-
.awsui_drawer-
|
|
164
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149.awsui_selected_1uo6m_r0mop_158:not(#\9), .awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149.awsui_selected_1uo6m_r0mop_158:not(#\9):hover {
|
|
165
165
|
padding: var(--space-scaled-xs-6859qs, 8px) var(--space-s-hv8c1d, 12px);
|
|
166
166
|
margin: 0;
|
|
167
167
|
border-top: 1px solid var(--color-background-layout-panel-trigger-active-uf4o0r, #00142b);
|
|
@@ -170,6 +170,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
170
170
|
color: var(--color-text-layout-panel-trigger-active-mt4zu0, #ffffff);
|
|
171
171
|
box-shadow: none;
|
|
172
172
|
}
|
|
173
|
-
.awsui_drawer-
|
|
173
|
+
.awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149.awsui_selected_1uo6m_r0mop_158:not(#\9):hover, .awsui_drawer-content_1uo6m_r0mop_123 > .awsui_drawer-triggers_1uo6m_r0mop_102 > .awsui_trigger_1uo6m_r0mop_149.awsui_selected_1uo6m_r0mop_158:not(#\9):hover:hover {
|
|
174
174
|
cursor: default;
|
|
175
175
|
}
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"toggle": "
|
|
6
|
-
"drawer-triggers": "awsui_drawer-
|
|
7
|
-
"drawer": "
|
|
8
|
-
"drawer-mobile": "awsui_drawer-
|
|
9
|
-
"drawer-closed": "awsui_drawer-
|
|
10
|
-
"drawer-content": "awsui_drawer-
|
|
11
|
-
"non-interactive": "awsui_non-
|
|
12
|
-
"trigger": "
|
|
13
|
-
"trigger-drawer": "awsui_trigger-
|
|
14
|
-
"selected": "
|
|
5
|
+
"toggle": "awsui_toggle_1uo6m_r0mop_97",
|
|
6
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_r0mop_102",
|
|
7
|
+
"drawer": "awsui_drawer_1uo6m_r0mop_102",
|
|
8
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_r0mop_112",
|
|
9
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_r0mop_115",
|
|
10
|
+
"drawer-content": "awsui_drawer-content_1uo6m_r0mop_123",
|
|
11
|
+
"non-interactive": "awsui_non-interactive_1uo6m_r0mop_141",
|
|
12
|
+
"trigger": "awsui_trigger_1uo6m_r0mop_149",
|
|
13
|
+
"trigger-drawer": "awsui_trigger-drawer_1uo6m_r0mop_158",
|
|
14
|
+
"selected": "awsui_selected_1uo6m_r0mop_158"
|
|
15
15
|
};
|
|
16
16
|
|
package/internal/environment.js
CHANGED
|
@@ -179,6 +179,7 @@ export const colorBackgroundLayoutToggleSelectedHover: string;
|
|
|
179
179
|
export const colorBackgroundNotificationBlue: string;
|
|
180
180
|
export const colorBackgroundNotificationGreen: string;
|
|
181
181
|
export const colorBackgroundNotificationRed: string;
|
|
182
|
+
export const colorBackgroundPopover: string;
|
|
182
183
|
export const colorBackgroundStatusError: string;
|
|
183
184
|
export const colorBackgroundStatusInfo: string;
|
|
184
185
|
export const colorBackgroundStatusSuccess: string;
|
|
@@ -179,6 +179,7 @@ export var colorBackgroundLayoutToggleSelectedHover = "var(--color-background-la
|
|
|
179
179
|
export var colorBackgroundNotificationBlue = "var(--color-background-notification-blue-vqb59v, #0972d3)";
|
|
180
180
|
export var colorBackgroundNotificationGreen = "var(--color-background-notification-green-0d9ow8, #037f0c)";
|
|
181
181
|
export var colorBackgroundNotificationRed = "var(--color-background-notification-red-v7js1f, #d91515)";
|
|
182
|
+
export var colorBackgroundPopover = "var(--color-background-popover-mn5o9k, #ffffff)";
|
|
182
183
|
export var colorBackgroundStatusError = "var(--color-background-status-error-pe1hux, #fff7f7)";
|
|
183
184
|
export var colorBackgroundStatusInfo = "var(--color-background-status-info-usb30e, #f2f8fd)";
|
|
184
185
|
export var colorBackgroundStatusSuccess = "var(--color-background-status-success-xnxxn4, #f2fcf3)";
|
|
@@ -6989,6 +6989,7 @@ module.exports.preset = {
|
|
|
6989
6989
|
"colorBackgroundNotificationBlue",
|
|
6990
6990
|
"colorBackgroundNotificationGreen",
|
|
6991
6991
|
"colorBackgroundNotificationRed",
|
|
6992
|
+
"colorBackgroundPopover",
|
|
6992
6993
|
"colorBackgroundStatusError",
|
|
6993
6994
|
"colorBackgroundStatusInfo",
|
|
6994
6995
|
"colorBackgroundStatusSuccess",
|
|
@@ -7253,6 +7254,7 @@ module.exports.preset = {
|
|
|
7253
7254
|
"colorBackgroundNotificationBlue",
|
|
7254
7255
|
"colorBackgroundNotificationGreen",
|
|
7255
7256
|
"colorBackgroundNotificationRed",
|
|
7257
|
+
"colorBackgroundPopover",
|
|
7256
7258
|
"colorBackgroundStatusError",
|
|
7257
7259
|
"colorBackgroundStatusInfo",
|
|
7258
7260
|
"colorBackgroundStatusSuccess",
|
|
@@ -90,6 +90,7 @@ export declare interface TypedOverride {
|
|
|
90
90
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
91
91
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
92
92
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
93
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
93
94
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
94
95
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
95
96
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -263,6 +264,7 @@ export declare interface TypedOverride {
|
|
|
263
264
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
264
265
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
265
266
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
267
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
266
268
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
267
269
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
268
270
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -436,6 +438,7 @@ export declare interface TypedOverride {
|
|
|
436
438
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
437
439
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
438
440
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
439
442
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
440
443
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
444
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -609,6 +612,7 @@ export declare interface TypedOverride {
|
|
|
609
612
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
610
613
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
611
614
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
615
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
612
616
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
613
617
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
614
618
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -782,6 +786,7 @@ export declare interface TypedOverride {
|
|
|
782
786
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
783
787
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
784
788
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
789
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
785
790
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
786
791
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
787
792
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -955,6 +960,7 @@ export declare interface TypedOverride {
|
|
|
955
960
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
956
961
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
957
962
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
963
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
958
964
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
959
965
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
960
966
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -90,6 +90,7 @@ export declare interface TypedOverride {
|
|
|
90
90
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
91
91
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
92
92
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
93
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
93
94
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
94
95
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
95
96
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -263,6 +264,7 @@ export declare interface TypedOverride {
|
|
|
263
264
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
264
265
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
265
266
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
267
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
266
268
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
267
269
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
268
270
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -436,6 +438,7 @@ export declare interface TypedOverride {
|
|
|
436
438
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
437
439
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
438
440
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
439
442
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
440
443
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
441
444
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -609,6 +612,7 @@ export declare interface TypedOverride {
|
|
|
609
612
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
610
613
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
611
614
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
615
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
612
616
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
613
617
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
614
618
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -782,6 +786,7 @@ export declare interface TypedOverride {
|
|
|
782
786
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
783
787
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
784
788
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
789
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
785
790
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
786
791
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
787
792
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -955,6 +960,7 @@ export declare interface TypedOverride {
|
|
|
955
960
|
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
956
961
|
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
957
962
|
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
963
|
+
colorBackgroundPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
958
964
|
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
959
965
|
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
960
966
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -6989,6 +6989,7 @@ export var preset = {
|
|
|
6989
6989
|
"colorBackgroundNotificationBlue",
|
|
6990
6990
|
"colorBackgroundNotificationGreen",
|
|
6991
6991
|
"colorBackgroundNotificationRed",
|
|
6992
|
+
"colorBackgroundPopover",
|
|
6992
6993
|
"colorBackgroundStatusError",
|
|
6993
6994
|
"colorBackgroundStatusInfo",
|
|
6994
6995
|
"colorBackgroundStatusSuccess",
|
|
@@ -7253,6 +7254,7 @@ export var preset = {
|
|
|
7253
7254
|
"colorBackgroundNotificationBlue",
|
|
7254
7255
|
"colorBackgroundNotificationGreen",
|
|
7255
7256
|
"colorBackgroundNotificationRed",
|
|
7257
|
+
"colorBackgroundPopover",
|
|
7256
7258
|
"colorBackgroundStatusError",
|
|
7257
7259
|
"colorBackgroundStatusInfo",
|
|
7258
7260
|
"colorBackgroundStatusSuccess",
|
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
package/table/styles.css.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"tools": "
|
|
6
|
-
"tools-filtering": "awsui_tools-
|
|
7
|
-
"tools-align-right": "awsui_tools-align-
|
|
8
|
-
"tools-pagination": "awsui_tools-
|
|
9
|
-
"tools-preferences": "awsui_tools-
|
|
10
|
-
"tools-small": "awsui_tools-
|
|
11
|
-
"table": "
|
|
12
|
-
"table-layout-fixed": "awsui_table-layout-
|
|
13
|
-
"wrapper": "
|
|
14
|
-
"variant-stacked": "awsui_variant-
|
|
15
|
-
"variant-container": "awsui_variant-
|
|
16
|
-
"variant-embedded": "awsui_variant-
|
|
17
|
-
"has-header": "awsui_has-
|
|
18
|
-
"has-footer": "awsui_has-
|
|
19
|
-
"cell-merged": "awsui_cell-
|
|
20
|
-
"cell-merged-content": "awsui_cell-merged-
|
|
21
|
-
"empty": "
|
|
22
|
-
"loading": "
|
|
23
|
-
"selection-control": "awsui_selection-
|
|
24
|
-
"selection-control-header": "awsui_selection-control-
|
|
25
|
-
"sticky-scrollbar": "awsui_sticky-
|
|
26
|
-
"sticky-scrollbar-content": "awsui_sticky-scrollbar-
|
|
27
|
-
"sticky-scrollbar-visible": "awsui_sticky-scrollbar-
|
|
28
|
-
"dark-header": "awsui_dark-
|
|
29
|
-
"header-secondary": "awsui_header-
|
|
30
|
-
"table-has-header": "awsui_table-has-
|
|
31
|
-
"header-controls": "awsui_header-
|
|
32
|
-
"footer-wrapper": "awsui_footer-
|
|
33
|
-
"footer": "
|
|
34
|
-
"thead-active": "awsui_thead-
|
|
35
|
-
"row": "
|
|
36
|
-
"row-selected": "awsui_row-
|
|
4
|
+
"root": "awsui_root_wih1l_1g4fa_97",
|
|
5
|
+
"tools": "awsui_tools_wih1l_1g4fa_108",
|
|
6
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_1g4fa_114",
|
|
7
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_1g4fa_128",
|
|
8
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_1g4fa_132",
|
|
9
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_1g4fa_132",
|
|
10
|
+
"tools-small": "awsui_tools-small_wih1l_1g4fa_138",
|
|
11
|
+
"table": "awsui_table_wih1l_1g4fa_144",
|
|
12
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_1g4fa_150",
|
|
13
|
+
"wrapper": "awsui_wrapper_wih1l_1g4fa_154",
|
|
14
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_1g4fa_162",
|
|
15
|
+
"variant-container": "awsui_variant-container_wih1l_1g4fa_162",
|
|
16
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_1g4fa_166",
|
|
17
|
+
"has-header": "awsui_has-header_wih1l_1g4fa_169",
|
|
18
|
+
"has-footer": "awsui_has-footer_wih1l_1g4fa_172",
|
|
19
|
+
"cell-merged": "awsui_cell-merged_wih1l_1g4fa_186",
|
|
20
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_1g4fa_197",
|
|
21
|
+
"empty": "awsui_empty_wih1l_1g4fa_212",
|
|
22
|
+
"loading": "awsui_loading_wih1l_1g4fa_216",
|
|
23
|
+
"selection-control": "awsui_selection-control_wih1l_1g4fa_225",
|
|
24
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_1g4fa_232",
|
|
25
|
+
"sticky-scrollbar": "awsui_sticky-scrollbar_wih1l_1g4fa_237",
|
|
26
|
+
"sticky-scrollbar-content": "awsui_sticky-scrollbar-content_wih1l_1g4fa_247",
|
|
27
|
+
"sticky-scrollbar-visible": "awsui_sticky-scrollbar-visible_wih1l_1g4fa_250",
|
|
28
|
+
"dark-header": "awsui_dark-header_wih1l_1g4fa_258",
|
|
29
|
+
"header-secondary": "awsui_header-secondary_wih1l_1g4fa_263",
|
|
30
|
+
"table-has-header": "awsui_table-has-header_wih1l_1g4fa_279",
|
|
31
|
+
"header-controls": "awsui_header-controls_wih1l_1g4fa_283",
|
|
32
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_1g4fa_297",
|
|
33
|
+
"footer": "awsui_footer_wih1l_1g4fa_297",
|
|
34
|
+
"thead-active": "awsui_thead-active_wih1l_1g4fa_306",
|
|
35
|
+
"row": "awsui_row_wih1l_1g4fa_307",
|
|
36
|
+
"row-selected": "awsui_row-selected_wih1l_1g4fa_308"
|
|
37
37
|
};
|
|
38
38
|
|