@cloudscape-design/components-themeable 3.0.364 → 3.0.366
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +1 -1
- package/lib/internal/scss/internal/styles/links.scss +2 -0
- package/lib/internal/scss/link/constants.scss +7 -6
- package/lib/internal/template/alert/internal.d.ts.map +1 -1
- package/lib/internal/template/alert/internal.js +15 -13
- package/lib/internal/template/alert/internal.js.map +1 -1
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +30 -31
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +21 -21
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +152 -152
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/cards/index.d.ts.map +1 -1
- package/lib/internal/template/cards/index.js +9 -7
- package/lib/internal/template/cards/index.js.map +1 -1
- package/lib/internal/template/cards/interfaces.d.ts +1 -1
- package/lib/internal/template/cards/interfaces.js.map +1 -1
- package/lib/internal/template/help-panel/index.d.ts.map +1 -1
- package/lib/internal/template/help-panel/index.js +3 -1
- package/lib/internal/template/help-panel/index.js.map +1 -1
- package/lib/internal/template/help-panel/styles.css.js +4 -4
- package/lib/internal/template/help-panel/styles.scoped.css +71 -72
- package/lib/internal/template/help-panel/styles.selectors.js +4 -4
- package/lib/internal/template/internal/base-component/styles.scoped.css +11 -26
- package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +22 -22
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
- package/lib/internal/template/internal/context/link-default-variant-context.d.ts +6 -0
- package/lib/internal/template/internal/context/link-default-variant-context.d.ts.map +1 -0
- package/lib/internal/template/internal/context/link-default-variant-context.js +7 -0
- package/lib/internal/template/internal/context/link-default-variant-context.js.map +1 -0
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +0 -40
- package/lib/internal/template/internal/generated/theming/index.js +0 -40
- package/lib/internal/template/link/index.d.ts.map +1 -1
- package/lib/internal/template/link/index.js +2 -2
- package/lib/internal/template/link/index.js.map +1 -1
- package/lib/internal/template/link/interfaces.d.ts +7 -0
- package/lib/internal/template/link/interfaces.d.ts.map +1 -1
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/internal.d.ts.map +1 -1
- package/lib/internal/template/link/internal.js +4 -1
- package/lib/internal/template/link/internal.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +91 -90
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/internal.d.ts.map +1 -1
- package/lib/internal/template/popover/internal.js +3 -1
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +58 -56
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +12 -12
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +72 -74
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js.map +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-list/index.js +1 -1
- package/lib/internal/template/tutorial-panel/components/tutorial-list/index.js.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.js +1 -1
- package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"empty-appear": "awsui_empty-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"root": "
|
|
8
|
-
"empty": "
|
|
9
|
-
"row": "
|
|
10
|
-
"row-control": "awsui_row-
|
|
11
|
-
"field": "
|
|
12
|
-
"add-button": "awsui_add-
|
|
13
|
-
"remove-button": "awsui_remove-
|
|
14
|
-
"button-container-haslabel": "awsui_button-container-
|
|
15
|
-
"button-container-nolabel": "awsui_button-container-
|
|
16
|
-
"divider": "
|
|
17
|
-
"additional-info": "awsui_additional-
|
|
18
|
-
"right-align": "awsui_right-
|
|
5
|
+
"empty-appear": "awsui_empty-appear_n4qlp_3gfmq_93",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_n4qlp_3gfmq_1",
|
|
7
|
+
"root": "awsui_root_n4qlp_3gfmq_119",
|
|
8
|
+
"empty": "awsui_empty_n4qlp_3gfmq_93",
|
|
9
|
+
"row": "awsui_row_n4qlp_3gfmq_139",
|
|
10
|
+
"row-control": "awsui_row-control_n4qlp_3gfmq_143",
|
|
11
|
+
"field": "awsui_field_n4qlp_3gfmq_147",
|
|
12
|
+
"add-button": "awsui_add-button_n4qlp_3gfmq_151",
|
|
13
|
+
"remove-button": "awsui_remove-button_n4qlp_3gfmq_155",
|
|
14
|
+
"button-container-haslabel": "awsui_button-container-haslabel_n4qlp_3gfmq_159",
|
|
15
|
+
"button-container-nolabel": "awsui_button-container-nolabel_n4qlp_3gfmq_163",
|
|
16
|
+
"divider": "awsui_divider_n4qlp_3gfmq_167",
|
|
17
|
+
"additional-info": "awsui_additional-info_n4qlp_3gfmq_171",
|
|
18
|
+
"right-align": "awsui_right-align_n4qlp_3gfmq_217"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"link": "
|
|
5
|
-
"breadcrumb": "
|
|
6
|
-
"icon": "
|
|
7
|
-
"anchor": "
|
|
8
|
-
"last": "
|
|
9
|
-
"compressed": "
|
|
10
|
-
"text": "
|
|
11
|
-
"virtual-item": "awsui_virtual-
|
|
12
|
-
"item-popover": "awsui_item-
|
|
4
|
+
"link": "awsui_link_1kosq_r7h9g_93",
|
|
5
|
+
"breadcrumb": "awsui_breadcrumb_1kosq_r7h9g_97",
|
|
6
|
+
"icon": "awsui_icon_1kosq_r7h9g_100",
|
|
7
|
+
"anchor": "awsui_anchor_1kosq_r7h9g_104",
|
|
8
|
+
"last": "awsui_last_1kosq_r7h9g_147",
|
|
9
|
+
"compressed": "awsui_compressed_1kosq_r7h9g_157",
|
|
10
|
+
"text": "awsui_text_1kosq_r7h9g_161",
|
|
11
|
+
"virtual-item": "awsui_virtual-item_1kosq_r7h9g_168",
|
|
12
|
+
"item-popover": "awsui_item-popover_1kosq_r7h9g_175"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -90,55 +90,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_link_1kosq_r7h9g_93:not(#\9):after {
|
|
94
94
|
display: none;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.awsui_breadcrumb_1kosq_r7h9g_97:not(#\9) {
|
|
98
98
|
display: flex;
|
|
99
99
|
}
|
|
100
|
-
.
|
|
100
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_icon_1kosq_r7h9g_100:not(#\9) {
|
|
101
101
|
margin: 0 var(--space-xs-e7dyai, 8px);
|
|
102
102
|
color: var(--color-text-breadcrumb-icon-0qj02z, #687078);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9) {
|
|
105
105
|
color: var(--color-text-link-default-mwf535, #0073bb);
|
|
106
106
|
font-weight: inherit;
|
|
107
107
|
letter-spacing: normal;
|
|
108
|
-
text-decoration:
|
|
108
|
+
text-decoration: underline;
|
|
109
109
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
110
|
-
text-decoration-color:
|
|
110
|
+
text-decoration-color: currentColor;
|
|
111
111
|
transition-property: color, -webkit-text-decoration;
|
|
112
112
|
transition-property: color, text-decoration;
|
|
113
113
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
114
114
|
transition-duration: var(--motion-duration-refresh-only-medium-1aoout, 165ms);
|
|
115
115
|
}
|
|
116
116
|
@media (prefers-reduced-motion: reduce) {
|
|
117
|
-
.
|
|
117
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9) {
|
|
118
118
|
animation: none;
|
|
119
119
|
transition: none;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
.awsui-motion-disabled .
|
|
122
|
+
.awsui-motion-disabled .awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9), .awsui-mode-entering .awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9) {
|
|
123
123
|
animation: none;
|
|
124
124
|
transition: none;
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):hover {
|
|
127
127
|
cursor: pointer;
|
|
128
|
-
color: var(--color-text-link-hover-
|
|
128
|
+
color: var(--color-text-link-hover-162q5i, #0a4a74);
|
|
129
129
|
}
|
|
130
|
-
.
|
|
130
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):focus {
|
|
131
131
|
outline: none;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
134
|
-
color: var(--color-text-link-hover-
|
|
133
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):active {
|
|
134
|
+
color: var(--color-text-link-hover-162q5i, #0a4a74);
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):active, .awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):focus, .awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):hover {
|
|
137
137
|
text-decoration: underline;
|
|
138
138
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
139
139
|
text-decoration-color: currentColor;
|
|
140
140
|
}
|
|
141
|
-
body[data-awsui-focus-visible=true] .
|
|
141
|
+
body[data-awsui-focus-visible=true] .awsui_breadcrumb_1kosq_r7h9g_97 > .awsui_anchor_1kosq_r7h9g_104:not(#\9):focus {
|
|
142
142
|
outline: thin dotted;
|
|
143
143
|
outline: var(--border-link-focus-ring-outline-y3uozn, 5px auto Highlight);
|
|
144
144
|
outline-offset: 2px;
|
|
@@ -146,34 +146,34 @@ body[data-awsui-focus-visible=true] .awsui_breadcrumb_1kosq_pjg04_97 > .awsui_an
|
|
|
146
146
|
border-radius: var(--border-radius-control-default-focus-ring-awoa2s, 2px);
|
|
147
147
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-btuheb, 0px) var(--color-border-item-focused-gjqsnp, #0073bb);
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
.awsui_breadcrumb_1kosq_r7h9g_97.awsui_last_1kosq_r7h9g_147 > .awsui_icon_1kosq_r7h9g_100:not(#\9) {
|
|
150
150
|
display: none;
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
.awsui_breadcrumb_1kosq_r7h9g_97.awsui_last_1kosq_r7h9g_147 > .awsui_anchor_1kosq_r7h9g_104:not(#\9) {
|
|
153
153
|
color: var(--color-text-breadcrumb-current-4uxzcw, #687078);
|
|
154
154
|
font-weight: 700;
|
|
155
155
|
text-decoration: none;
|
|
156
156
|
cursor: default;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.
|
|
159
|
+
.awsui_compressed_1kosq_r7h9g_157:not(#\9) {
|
|
160
160
|
min-width: 0;
|
|
161
161
|
overflow: hidden;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
.awsui_compressed_1kosq_r7h9g_157 > .awsui_text_1kosq_r7h9g_161:not(#\9) {
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
text-overflow: ellipsis;
|
|
166
166
|
white-space: nowrap;
|
|
167
167
|
display: block;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.awsui_virtual-
|
|
170
|
+
.awsui_virtual-item_1kosq_r7h9g_168:not(#\9) {
|
|
171
171
|
position: absolute !important;
|
|
172
172
|
top: -9999px !important;
|
|
173
173
|
left: -9999px !important;
|
|
174
174
|
visibility: hidden;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.awsui_item-
|
|
177
|
+
.awsui_item-popover_1kosq_r7h9g_175:not(#\9) {
|
|
178
178
|
/* used in tests */
|
|
179
179
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"breadcrumb": "
|
|
7
|
-
"icon": "
|
|
8
|
-
"anchor": "
|
|
9
|
-
"last": "
|
|
10
|
-
"compressed": "
|
|
11
|
-
"text": "
|
|
12
|
-
"virtual-item": "awsui_virtual-
|
|
13
|
-
"item-popover": "awsui_item-
|
|
5
|
+
"link": "awsui_link_1kosq_r7h9g_93",
|
|
6
|
+
"breadcrumb": "awsui_breadcrumb_1kosq_r7h9g_97",
|
|
7
|
+
"icon": "awsui_icon_1kosq_r7h9g_100",
|
|
8
|
+
"anchor": "awsui_anchor_1kosq_r7h9g_104",
|
|
9
|
+
"last": "awsui_last_1kosq_r7h9g_147",
|
|
10
|
+
"compressed": "awsui_compressed_1kosq_r7h9g_157",
|
|
11
|
+
"text": "awsui_text_1kosq_r7h9g_161",
|
|
12
|
+
"virtual-item": "awsui_virtual-item_1kosq_r7h9g_168",
|
|
13
|
+
"item-popover": "awsui_item-popover_1kosq_r7h9g_175"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"content": "
|
|
5
|
-
"button": "
|
|
6
|
-
"variant-normal": "awsui_variant-
|
|
7
|
-
"is-activated": "awsui_is-
|
|
8
|
-
"variant-icon": "awsui_variant-
|
|
9
|
-
"variant-modal-dismiss": "awsui_variant-modal-
|
|
10
|
-
"variant-flashbar-icon": "awsui_variant-flashbar-
|
|
11
|
-
"variant-inline-icon": "awsui_variant-inline-
|
|
12
|
-
"disabled": "
|
|
13
|
-
"variant-primary": "awsui_variant-
|
|
14
|
-
"variant-link": "awsui_variant-
|
|
15
|
-
"variant-inline-link": "awsui_variant-inline-
|
|
16
|
-
"variant-breadcrumb-group": "awsui_variant-breadcrumb-
|
|
17
|
-
"variant-menu-trigger": "awsui_variant-menu-
|
|
18
|
-
"button-no-text": "awsui_button-no-
|
|
19
|
-
"button-no-wrap": "awsui_button-no-
|
|
20
|
-
"full-width": "awsui_full-
|
|
21
|
-
"icon-left": "awsui_icon-
|
|
22
|
-
"icon-right": "awsui_icon-
|
|
23
|
-
"icon": "
|
|
4
|
+
"content": "awsui_content_vjswe_1ccj2_97",
|
|
5
|
+
"button": "awsui_button_vjswe_1ccj2_101",
|
|
6
|
+
"variant-normal": "awsui_variant-normal_vjswe_1ccj2_126",
|
|
7
|
+
"is-activated": "awsui_is-activated_vjswe_1ccj2_139",
|
|
8
|
+
"variant-icon": "awsui_variant-icon_vjswe_1ccj2_166",
|
|
9
|
+
"variant-modal-dismiss": "awsui_variant-modal-dismiss_vjswe_1ccj2_166",
|
|
10
|
+
"variant-flashbar-icon": "awsui_variant-flashbar-icon_vjswe_1ccj2_166",
|
|
11
|
+
"variant-inline-icon": "awsui_variant-inline-icon_vjswe_1ccj2_184",
|
|
12
|
+
"disabled": "awsui_disabled_vjswe_1ccj2_202",
|
|
13
|
+
"variant-primary": "awsui_variant-primary_vjswe_1ccj2_210",
|
|
14
|
+
"variant-link": "awsui_variant-link_vjswe_1ccj2_294",
|
|
15
|
+
"variant-inline-link": "awsui_variant-inline-link_vjswe_1ccj2_546",
|
|
16
|
+
"variant-breadcrumb-group": "awsui_variant-breadcrumb-group_vjswe_1ccj2_800",
|
|
17
|
+
"variant-menu-trigger": "awsui_variant-menu-trigger_vjswe_1ccj2_887",
|
|
18
|
+
"button-no-text": "awsui_button-no-text_vjswe_1ccj2_971",
|
|
19
|
+
"button-no-wrap": "awsui_button-no-wrap_vjswe_1ccj2_975",
|
|
20
|
+
"full-width": "awsui_full-width_vjswe_1ccj2_978",
|
|
21
|
+
"icon-left": "awsui_icon-left_vjswe_1ccj2_995",
|
|
22
|
+
"icon-right": "awsui_icon-right_vjswe_1ccj2_1000",
|
|
23
|
+
"icon": "awsui_icon_vjswe_1ccj2_995"
|
|
24
24
|
};
|
|
25
25
|
|