@cloudscape-design/chat-components 1.0.32 → 1.0.33
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/avatar/loading-dots/styles.css.js +7 -7
- package/avatar/loading-dots/styles.scoped.css +31 -31
- package/avatar/loading-dots/styles.selectors.js +7 -7
- package/avatar/styles.css.js +6 -6
- package/avatar/styles.scoped.css +11 -11
- package/avatar/styles.selectors.js +6 -6
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/loading-bar/styles.css.js +5 -5
- package/loading-bar/styles.scoped.css +17 -17
- package/loading-bar/styles.selectors.js +5 -5
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"gen-ai": "awsui_gen-
|
|
5
|
-
"gradientMove": "
|
|
6
|
-
"gradientMoveReverse": "
|
|
7
|
-
"dot": "
|
|
8
|
-
"dotsDancing": "
|
|
9
|
-
"root": "
|
|
10
|
-
"typing": "
|
|
4
|
+
"gen-ai": "awsui_gen-ai_12y5i_1pof8_19",
|
|
5
|
+
"gradientMove": "awsui_gradientMove_12y5i_1pof8_1",
|
|
6
|
+
"gradientMoveReverse": "awsui_gradientMoveReverse_12y5i_1pof8_1",
|
|
7
|
+
"dot": "awsui_dot_12y5i_1pof8_81",
|
|
8
|
+
"dotsDancing": "awsui_dotsDancing_12y5i_1pof8_1",
|
|
9
|
+
"root": "awsui_root_12y5i_1pof8_162",
|
|
10
|
+
"typing": "awsui_typing_12y5i_1pof8_176"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
18
18
|
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
19
|
-
.awsui_gen-
|
|
19
|
+
.awsui_gen-ai_12y5i_1pof8_19:not(#\9)::before {
|
|
20
20
|
content: "";
|
|
21
21
|
position: absolute;
|
|
22
22
|
inline-size: inherit;
|
|
@@ -24,34 +24,34 @@
|
|
|
24
24
|
inset-block-start: 50%;
|
|
25
25
|
inset-inline-start: 50%;
|
|
26
26
|
transform: translate(-50%, -50%);
|
|
27
|
-
background: var(--color-background-avatar-gen-ai-
|
|
28
|
-
animation:
|
|
27
|
+
background: var(--color-background-avatar-gen-ai-0o7qg2, radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40%, #8575ff 60%, #962eff 80%));
|
|
28
|
+
animation: awsui_gradientMove_12y5i_1pof8_1 var(--motion-duration-avatar-gen-ai-gradient-xetl2o, 3600ms) infinite var(--motion-easing-avatar-gen-ai-gradient-tjyrpp, cubic-bezier(0.7, 0, 0.3, 1));
|
|
29
29
|
}
|
|
30
30
|
@media (prefers-reduced-motion: reduce) {
|
|
31
|
-
.awsui_gen-
|
|
31
|
+
.awsui_gen-ai_12y5i_1pof8_19:not(#\9)::before {
|
|
32
32
|
animation: none;
|
|
33
33
|
transition: none;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
.awsui-motion-disabled .awsui_gen-
|
|
36
|
+
.awsui-motion-disabled .awsui_gen-ai_12y5i_1pof8_19:not(#\9)::before, .awsui-mode-entering .awsui_gen-ai_12y5i_1pof8_19:not(#\9)::before {
|
|
37
37
|
animation: none;
|
|
38
38
|
transition: none;
|
|
39
39
|
}
|
|
40
|
-
.awsui_gen-
|
|
41
|
-
animation:
|
|
40
|
+
.awsui_gen-ai_12y5i_1pof8_19:not(#\9):dir(rtl)::before {
|
|
41
|
+
animation: awsui_gradientMoveReverse_12y5i_1pof8_1 var(--motion-duration-avatar-gen-ai-gradient-xetl2o, 3600ms) infinite var(--motion-easing-avatar-gen-ai-gradient-tjyrpp, cubic-bezier(0.7, 0, 0.3, 1));
|
|
42
42
|
}
|
|
43
43
|
@media (prefers-reduced-motion: reduce) {
|
|
44
|
-
.awsui_gen-
|
|
44
|
+
.awsui_gen-ai_12y5i_1pof8_19:not(#\9):dir(rtl)::before {
|
|
45
45
|
animation: none;
|
|
46
46
|
transition: none;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
.awsui-motion-disabled .awsui_gen-
|
|
49
|
+
.awsui-motion-disabled .awsui_gen-ai_12y5i_1pof8_19:not(#\9):dir(rtl)::before, .awsui-mode-entering .awsui_gen-ai_12y5i_1pof8_19:not(#\9):dir(rtl)::before {
|
|
50
50
|
animation: none;
|
|
51
51
|
transition: none;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
@keyframes
|
|
54
|
+
@keyframes awsui_gradientMove_12y5i_1pof8_1 {
|
|
55
55
|
0% {
|
|
56
56
|
transform: translate(-50%, -50%) rotate(0deg);
|
|
57
57
|
}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
transform: translate(-50%, -50%) rotate(360deg);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
@keyframes
|
|
66
|
+
@keyframes awsui_gradientMoveReverse_12y5i_1pof8_1 {
|
|
67
67
|
0% {
|
|
68
68
|
transform: translate(-50%, -50%) rotate(360deg);
|
|
69
69
|
inset-inline-start: -50%;
|
|
@@ -78,77 +78,77 @@
|
|
|
78
78
|
inset-inline-start: -50%;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
.
|
|
82
|
-
animation:
|
|
81
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9) {
|
|
82
|
+
animation: awsui_dotsDancing_12y5i_1pof8_1 var(--motion-duration-avatar-loading-dots-pe8a3q, 1200ms) infinite ease-in-out;
|
|
83
83
|
}
|
|
84
84
|
@media (prefers-reduced-motion: reduce) {
|
|
85
|
-
.
|
|
85
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9) {
|
|
86
86
|
animation: none;
|
|
87
87
|
transition: none;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.awsui-motion-disabled .
|
|
90
|
+
.awsui-motion-disabled .awsui_dot_12y5i_1pof8_81:not(#\9), .awsui-mode-entering .awsui_dot_12y5i_1pof8_81:not(#\9) {
|
|
91
91
|
animation: none;
|
|
92
92
|
transition: none;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(1) {
|
|
96
96
|
animation-delay: 100ms;
|
|
97
97
|
}
|
|
98
98
|
@media (prefers-reduced-motion: reduce) {
|
|
99
|
-
.
|
|
99
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(1) {
|
|
100
100
|
animation: none;
|
|
101
101
|
transition: none;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
.awsui-motion-disabled .
|
|
104
|
+
.awsui-motion-disabled .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(1), .awsui-mode-entering .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(1) {
|
|
105
105
|
animation: none;
|
|
106
106
|
transition: none;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(2) {
|
|
110
110
|
animation-delay: 200ms;
|
|
111
111
|
}
|
|
112
112
|
@media (prefers-reduced-motion: reduce) {
|
|
113
|
-
.
|
|
113
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(2) {
|
|
114
114
|
animation: none;
|
|
115
115
|
transition: none;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
.awsui-motion-disabled .
|
|
118
|
+
.awsui-motion-disabled .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(2), .awsui-mode-entering .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(2) {
|
|
119
119
|
animation: none;
|
|
120
120
|
transition: none;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(3) {
|
|
124
124
|
animation-delay: 300ms;
|
|
125
125
|
}
|
|
126
126
|
@media (prefers-reduced-motion: reduce) {
|
|
127
|
-
.
|
|
127
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(3) {
|
|
128
128
|
animation: none;
|
|
129
129
|
transition: none;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
|
-
.awsui-motion-disabled .
|
|
132
|
+
.awsui-motion-disabled .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(3), .awsui-mode-entering .awsui_dot_12y5i_1pof8_81:not(#\9):nth-child(3) {
|
|
133
133
|
animation: none;
|
|
134
134
|
transition: none;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):last-child {
|
|
138
138
|
margin-inline-end: 0;
|
|
139
139
|
}
|
|
140
140
|
@media (prefers-reduced-motion: reduce) {
|
|
141
|
-
.
|
|
141
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9):last-child {
|
|
142
142
|
animation: none;
|
|
143
143
|
transition: none;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
.awsui-motion-disabled .
|
|
146
|
+
.awsui-motion-disabled .awsui_dot_12y5i_1pof8_81:not(#\9):last-child, .awsui-mode-entering .awsui_dot_12y5i_1pof8_81:not(#\9):last-child {
|
|
147
147
|
animation: none;
|
|
148
148
|
transition: none;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
@keyframes
|
|
151
|
+
@keyframes awsui_dotsDancing_12y5i_1pof8_1 {
|
|
152
152
|
0% {
|
|
153
153
|
transform: translateY(0px);
|
|
154
154
|
}
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
transform: translateY(0px);
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
.awsui_root_12y5i_1pof8_162:not(#\9) {
|
|
163
163
|
inline-size: inherit;
|
|
164
164
|
block-size: inherit;
|
|
165
165
|
border-start-start-radius: 50%;
|
|
@@ -173,14 +173,14 @@
|
|
|
173
173
|
overflow: hidden;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.
|
|
176
|
+
.awsui_typing_12y5i_1pof8_176:not(#\9) {
|
|
177
177
|
align-items: center;
|
|
178
178
|
justify-content: space-between;
|
|
179
179
|
display: flex;
|
|
180
180
|
inline-size: 64%;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
.
|
|
183
|
+
.awsui_dot_12y5i_1pof8_81:not(#\9) {
|
|
184
184
|
background-color: var(--color-text-avatar-jddpvm, #ffffff);
|
|
185
185
|
border-start-start-radius: 50%;
|
|
186
186
|
border-start-end-radius: 50%;
|
|
@@ -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
|
-
"gen-ai": "awsui_gen-
|
|
6
|
-
"gradientMove": "
|
|
7
|
-
"gradientMoveReverse": "
|
|
8
|
-
"dot": "
|
|
9
|
-
"dotsDancing": "
|
|
10
|
-
"root": "
|
|
11
|
-
"typing": "
|
|
5
|
+
"gen-ai": "awsui_gen-ai_12y5i_1pof8_19",
|
|
6
|
+
"gradientMove": "awsui_gradientMove_12y5i_1pof8_1",
|
|
7
|
+
"gradientMoveReverse": "awsui_gradientMoveReverse_12y5i_1pof8_1",
|
|
8
|
+
"dot": "awsui_dot_12y5i_1pof8_81",
|
|
9
|
+
"dotsDancing": "awsui_dotsDancing_12y5i_1pof8_1",
|
|
10
|
+
"root": "awsui_root_12y5i_1pof8_162",
|
|
11
|
+
"typing": "awsui_typing_12y5i_1pof8_176"
|
|
12
12
|
};
|
|
13
13
|
|
package/avatar/styles.css.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"avatar-color-default": "awsui_avatar-color-
|
|
6
|
-
"avatar-color-gen-ai": "awsui_avatar-color-gen-
|
|
7
|
-
"initials": "
|
|
8
|
-
"image": "
|
|
9
|
-
"content": "
|
|
4
|
+
"root": "awsui_root_1qkal_1c3uh_15",
|
|
5
|
+
"avatar-color-default": "awsui_avatar-color-default_1qkal_1c3uh_50",
|
|
6
|
+
"avatar-color-gen-ai": "awsui_avatar-color-gen-ai_1qkal_1c3uh_53",
|
|
7
|
+
"initials": "awsui_initials_1qkal_1c3uh_56",
|
|
8
|
+
"image": "awsui_image_1qkal_1c3uh_83",
|
|
9
|
+
"content": "awsui_content_1qkal_1c3uh_87"
|
|
10
10
|
};
|
|
11
11
|
|
package/avatar/styles.scoped.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
14
14
|
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
15
|
-
.
|
|
15
|
+
.awsui_root_1qkal_1c3uh_15:not(#\9) {
|
|
16
16
|
border-collapse: separate;
|
|
17
17
|
border-spacing: 0;
|
|
18
18
|
box-sizing: border-box;
|
|
@@ -48,28 +48,28 @@
|
|
|
48
48
|
border-end-start-radius: 50%;
|
|
49
49
|
border-end-end-radius: 50%;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.awsui_root_1qkal_1c3uh_15.awsui_avatar-color-default_1qkal_1c3uh_50:not(#\9) {
|
|
52
52
|
background-color: var(--color-background-avatar-default-rci9zy, #424650);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
55
|
-
background: var(--color-background-avatar-gen-ai-
|
|
54
|
+
.awsui_root_1qkal_1c3uh_15.awsui_avatar-color-gen-ai_1qkal_1c3uh_53:not(#\9) {
|
|
55
|
+
background: var(--color-background-avatar-gen-ai-0o7qg2, radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40%, #8575ff 60%, #962eff 80%));
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.awsui_root_1qkal_1c3uh_15.awsui_initials_1qkal_1c3uh_56:not(#\9) {
|
|
58
58
|
font-family: var(--font-family-base-dnvic8, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
59
59
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
60
60
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
61
61
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.awsui_root_1qkal_1c3uh_15:not(#\9):focus {
|
|
64
64
|
outline: none;
|
|
65
65
|
}
|
|
66
|
-
body[data-awsui-focus-visible=true] .
|
|
66
|
+
body[data-awsui-focus-visible=true] .awsui_root_1qkal_1c3uh_15:not(#\9):focus:focus {
|
|
67
67
|
position: relative;
|
|
68
68
|
box-sizing: border-box;
|
|
69
69
|
outline: 2px dotted transparent;
|
|
70
70
|
outline-offset: 3px;
|
|
71
71
|
}
|
|
72
|
-
body[data-awsui-focus-visible=true] .
|
|
72
|
+
body[data-awsui-focus-visible=true] .awsui_root_1qkal_1c3uh_15:not(#\9):focus:focus::before {
|
|
73
73
|
content: " ";
|
|
74
74
|
display: block;
|
|
75
75
|
position: absolute;
|
|
@@ -81,11 +81,11 @@ body[data-awsui-focus-visible=true] .awsui_root_1qkal_1rsnr_15:not(#\9):focus:fo
|
|
|
81
81
|
border-radius: 50%;
|
|
82
82
|
border: 2px solid var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
.awsui_root_1qkal_1c3uh_15:not(#\9):has(.awsui_image_1qkal_1c3uh_83) {
|
|
85
85
|
background: transparent;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
.
|
|
88
|
+
.awsui_content_1qkal_1c3uh_87:not(#\9) {
|
|
89
89
|
display: flex;
|
|
90
90
|
align-items: center;
|
|
91
91
|
justify-content: center;
|
|
@@ -93,7 +93,7 @@ body[data-awsui-focus-visible=true] .awsui_root_1qkal_1rsnr_15:not(#\9):focus:fo
|
|
|
93
93
|
inline-size: inherit;
|
|
94
94
|
overflow: hidden;
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
.awsui_content_1qkal_1c3uh_87 .awsui_image_1qkal_1c3uh_83:not(#\9) {
|
|
97
97
|
border-start-start-radius: 50%;
|
|
98
98
|
border-start-end-radius: 50%;
|
|
99
99
|
border-end-start-radius: 50%;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"avatar-color-default": "awsui_avatar-color-
|
|
7
|
-
"avatar-color-gen-ai": "awsui_avatar-color-gen-
|
|
8
|
-
"initials": "
|
|
9
|
-
"image": "
|
|
10
|
-
"content": "
|
|
5
|
+
"root": "awsui_root_1qkal_1c3uh_15",
|
|
6
|
+
"avatar-color-default": "awsui_avatar-color-default_1qkal_1c3uh_50",
|
|
7
|
+
"avatar-color-gen-ai": "awsui_avatar-color-gen-ai_1qkal_1c3uh_53",
|
|
8
|
+
"initials": "awsui_initials_1qkal_1c3uh_56",
|
|
9
|
+
"image": "awsui_image_1qkal_1c3uh_83",
|
|
10
|
+
"content": "awsui_content_1qkal_1c3uh_87"
|
|
11
11
|
};
|
|
12
12
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"variant-gen-ai": "awsui_variant-gen-
|
|
6
|
-
"variant-gen-ai-masked": "awsui_variant-gen-ai-
|
|
7
|
-
"searchbar": "
|
|
8
|
-
"searchbar-rtl": "awsui_searchbar-
|
|
4
|
+
"root": "awsui_root_pac4k_c5bls_11",
|
|
5
|
+
"variant-gen-ai": "awsui_variant-gen-ai_pac4k_c5bls_55",
|
|
6
|
+
"variant-gen-ai-masked": "awsui_variant-gen-ai-masked_pac4k_c5bls_56",
|
|
7
|
+
"searchbar": "awsui_searchbar_pac4k_c5bls_1",
|
|
8
|
+
"searchbar-rtl": "awsui_searchbar-rtl_pac4k_c5bls_1"
|
|
9
9
|
};
|
|
10
10
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
10
10
|
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
11
|
-
.
|
|
11
|
+
.awsui_root_pac4k_c5bls_11:not(#\9) {
|
|
12
12
|
border-collapse: separate;
|
|
13
13
|
border-spacing: 0;
|
|
14
14
|
box-sizing: border-box;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
word-spacing: normal;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
@keyframes
|
|
40
|
+
@keyframes awsui_searchbar_pac4k_c5bls_1 {
|
|
41
41
|
0% {
|
|
42
42
|
background-position: 0 0;
|
|
43
43
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
background-position: -200% 0;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
@keyframes awsui_searchbar-
|
|
48
|
+
@keyframes awsui_searchbar-rtl_pac4k_c5bls_1 {
|
|
49
49
|
0% {
|
|
50
50
|
background-position: -200% 0;
|
|
51
51
|
}
|
|
@@ -53,43 +53,43 @@
|
|
|
53
53
|
background-position: 0 0;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
.awsui_variant-gen-
|
|
57
|
-
.awsui_variant-gen-ai-
|
|
56
|
+
.awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9),
|
|
57
|
+
.awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9) {
|
|
58
58
|
height: 2px;
|
|
59
|
-
background: var(--color-background-loading-bar-gen-ai-
|
|
59
|
+
background: var(--color-background-loading-bar-gen-ai-c53ukr, linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%));
|
|
60
60
|
background-size: 200% 100%;
|
|
61
61
|
background-position: 0 100%;
|
|
62
|
-
animation:
|
|
62
|
+
animation: awsui_searchbar_pac4k_c5bls_1 3s cubic-bezier(0, 0.08, 1, 0.82) infinite forwards, var(--motion-keyframes-fade-in-gpabjb, awsui-fade-in-35003c) var(--motion-duration-complex-vy4sma, 250ms) var(--motion-easing-expressive-jz8pes, cubic-bezier(0.84, 0, 0.16, 1));
|
|
63
63
|
/* stylelint-disable no-descending-specificity */
|
|
64
64
|
}
|
|
65
65
|
@media (prefers-reduced-motion: reduce) {
|
|
66
|
-
.awsui_variant-gen-
|
|
67
|
-
.awsui_variant-gen-ai-
|
|
66
|
+
.awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9),
|
|
67
|
+
.awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9) {
|
|
68
68
|
animation: none;
|
|
69
69
|
transition: none;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
.awsui-motion-disabled .awsui_variant-gen-
|
|
72
|
+
.awsui-motion-disabled .awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9), .awsui-mode-entering .awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9), .awsui-motion-disabled .awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9), .awsui-mode-entering .awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9) {
|
|
73
73
|
animation: none;
|
|
74
74
|
transition: none;
|
|
75
75
|
}
|
|
76
|
-
.awsui_variant-gen-
|
|
77
|
-
.awsui_variant-gen-ai-
|
|
76
|
+
.awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9):dir(rtl),
|
|
77
|
+
.awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9):dir(rtl) {
|
|
78
78
|
background-position: -100% 100%;
|
|
79
|
-
animation: awsui_searchbar-
|
|
79
|
+
animation: awsui_searchbar-rtl_pac4k_c5bls_1 3s cubic-bezier(0, 0.08, 1, 0.82) infinite forwards, var(--motion-keyframes-fade-in-gpabjb, awsui-fade-in-35003c) var(--motion-duration-complex-vy4sma, 250ms) var(--motion-easing-expressive-jz8pes, cubic-bezier(0.84, 0, 0.16, 1));
|
|
80
80
|
}
|
|
81
81
|
@media (prefers-reduced-motion: reduce) {
|
|
82
|
-
.awsui_variant-gen-
|
|
83
|
-
.awsui_variant-gen-ai-
|
|
82
|
+
.awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9):dir(rtl),
|
|
83
|
+
.awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9):dir(rtl) {
|
|
84
84
|
animation: none;
|
|
85
85
|
transition: none;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
-
.awsui-motion-disabled .awsui_variant-gen-
|
|
88
|
+
.awsui-motion-disabled .awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9):dir(rtl), .awsui-mode-entering .awsui_variant-gen-ai_pac4k_c5bls_55:not(#\9):dir(rtl), .awsui-motion-disabled .awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9):dir(rtl), .awsui-mode-entering .awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9):dir(rtl) {
|
|
89
89
|
animation: none;
|
|
90
90
|
transition: none;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.awsui_variant-gen-ai-
|
|
93
|
+
.awsui_variant-gen-ai-masked_pac4k_c5bls_56:not(#\9) {
|
|
94
94
|
mask-image: linear-gradient(to right, transparent 0%, transparent 3%, black 30%, black 70%, transparent 97%, transparent 100%);
|
|
95
95
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"variant-gen-ai": "awsui_variant-gen-
|
|
7
|
-
"variant-gen-ai-masked": "awsui_variant-gen-ai-
|
|
8
|
-
"searchbar": "
|
|
9
|
-
"searchbar-rtl": "awsui_searchbar-
|
|
5
|
+
"root": "awsui_root_pac4k_c5bls_11",
|
|
6
|
+
"variant-gen-ai": "awsui_variant-gen-ai_pac4k_c5bls_55",
|
|
7
|
+
"variant-gen-ai-masked": "awsui_variant-gen-ai-masked_pac4k_c5bls_56",
|
|
8
|
+
"searchbar": "awsui_searchbar_pac4k_c5bls_1",
|
|
9
|
+
"searchbar-rtl": "awsui_searchbar-rtl_pac4k_c5bls_1"
|
|
10
10
|
};
|
|
11
11
|
|