@wise/dynamic-flow-client-internal 4.38.0 → 5.0.0-experimental-feace93
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/build/main.css +0 -198
- package/build/main.js +1113 -1251
- package/build/main.mjs +1105 -1224
- package/build/types/dynamicFlow/DynamicFlow.d.ts +18 -23
- package/build/types/dynamicFlow/renderers.d.ts +3 -5
- package/build/types/dynamicFlow/telemetry/getLogEvent.d.ts +2 -2
- package/build/types/dynamicFlow/telemetry/getTrackEvent.d.ts +2 -2
- package/build/types/index.d.ts +5 -6
- package/package.json +7 -5
- package/build/types/stories/utils/DynamicFlowSideBySide.d.ts +0 -6
package/build/main.css
CHANGED
|
@@ -1,201 +1,3 @@
|
|
|
1
|
-
.tw-form-control textarea {
|
|
2
|
-
resize: vertical;
|
|
3
|
-
}
|
|
4
|
-
.camera-capture {
|
|
5
|
-
background: #000;
|
|
6
|
-
height: 100%;
|
|
7
|
-
left: 0;
|
|
8
|
-
position: fixed;
|
|
9
|
-
top: 0;
|
|
10
|
-
width: 100%;
|
|
11
|
-
z-index: 1030;
|
|
12
|
-
}
|
|
13
|
-
.camera-capture video {
|
|
14
|
-
display: block;
|
|
15
|
-
height: 100%;
|
|
16
|
-
left: 0;
|
|
17
|
-
object-fit: cover;
|
|
18
|
-
position: absolute;
|
|
19
|
-
top: 0;
|
|
20
|
-
width: 100%;
|
|
21
|
-
z-index: 0;
|
|
22
|
-
}
|
|
23
|
-
.camera-capture .bottom-bar {
|
|
24
|
-
bottom: 0;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
left: 0;
|
|
28
|
-
position: absolute;
|
|
29
|
-
width: 100%;
|
|
30
|
-
}
|
|
31
|
-
.camera-capture .camera-capture-btn {
|
|
32
|
-
align-self: center;
|
|
33
|
-
background-color: transparent;
|
|
34
|
-
background-image: none;
|
|
35
|
-
border: 6px solid #f8f9fa;
|
|
36
|
-
border-radius: 50%;
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
display: inline-block;
|
|
39
|
-
height: 76px;
|
|
40
|
-
position: relative;
|
|
41
|
-
touch-action: manipulation;
|
|
42
|
-
transition: all 0.15s ease-in-out;
|
|
43
|
-
user-select: none;
|
|
44
|
-
vertical-align: middle;
|
|
45
|
-
width: 76px;
|
|
46
|
-
}
|
|
47
|
-
.camera-capture .camera-capture-btn:hover {
|
|
48
|
-
border-color: #cbd3da;
|
|
49
|
-
}
|
|
50
|
-
.camera-capture .camera-capture-btn:hover .camera-capture-btn-inner {
|
|
51
|
-
background-color: #cbd3da;
|
|
52
|
-
}
|
|
53
|
-
.camera-capture .camera-capture-btn:active {
|
|
54
|
-
border-color: #9fadba;
|
|
55
|
-
}
|
|
56
|
-
.camera-capture .camera-capture-btn:active .camera-capture-btn-inner {
|
|
57
|
-
background-color: #9fadba;
|
|
58
|
-
}
|
|
59
|
-
.camera-capture .camera-capture-btn:focus,
|
|
60
|
-
.camera-capture .camera-capture-btn:focus-visible {
|
|
61
|
-
outline: 0;
|
|
62
|
-
}
|
|
63
|
-
.camera-capture .camera-capture-btn .camera-capture-btn-inner {
|
|
64
|
-
background-color: #f8f9fa;
|
|
65
|
-
border-radius: 50%;
|
|
66
|
-
display: inline-block;
|
|
67
|
-
height: 60px;
|
|
68
|
-
margin: 2px;
|
|
69
|
-
transition: all 0.15s ease-in-out;
|
|
70
|
-
width: 60px;
|
|
71
|
-
}
|
|
72
|
-
.camera-capture svg {
|
|
73
|
-
display: block;
|
|
74
|
-
height: 100%;
|
|
75
|
-
left: 0;
|
|
76
|
-
object-fit: cover;
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0;
|
|
79
|
-
width: 100%;
|
|
80
|
-
z-index: 0;
|
|
81
|
-
}
|
|
82
|
-
.camera-capture svg .camera-capture-text-and-image-container {
|
|
83
|
-
align-items: center;
|
|
84
|
-
display: flex;
|
|
85
|
-
flex-direction: column;
|
|
86
|
-
gap: 8px;
|
|
87
|
-
justify-content: center;
|
|
88
|
-
overflow: hidden;
|
|
89
|
-
position: absolute;
|
|
90
|
-
}
|
|
91
|
-
.camera-capture svg .camera-capture-instructions,
|
|
92
|
-
.camera-capture svg .camera-capture-title {
|
|
93
|
-
color: #fff;
|
|
94
|
-
display: block;
|
|
95
|
-
text-align: center;
|
|
96
|
-
}
|
|
97
|
-
.camera-capture svg .camera-capture-title {
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
text-overflow: ellipsis;
|
|
100
|
-
white-space: normal;
|
|
101
|
-
}
|
|
102
|
-
.camera-capture svg .camera-capture-img {
|
|
103
|
-
display: block;
|
|
104
|
-
filter: invert(100%);
|
|
105
|
-
height: 32px;
|
|
106
|
-
position: relative;
|
|
107
|
-
width: 32px;
|
|
108
|
-
}
|
|
109
|
-
.camera-capture svg foreignObject {
|
|
110
|
-
overflow: visible;
|
|
111
|
-
}
|
|
112
|
-
.camera-capture .review-image {
|
|
113
|
-
display: block;
|
|
114
|
-
height: 100%;
|
|
115
|
-
left: 0;
|
|
116
|
-
object-fit: cover;
|
|
117
|
-
position: absolute;
|
|
118
|
-
top: 0;
|
|
119
|
-
width: 100%;
|
|
120
|
-
z-index: 0;
|
|
121
|
-
}
|
|
122
|
-
button.df-back-btn {
|
|
123
|
-
border: none;
|
|
124
|
-
background: none;
|
|
125
|
-
}
|
|
126
|
-
.df-back-btn .tw-avatar__content {
|
|
127
|
-
cursor: pointer;
|
|
128
|
-
background-color: var(--color-background-neutral);
|
|
129
|
-
}
|
|
130
|
-
.df-back-btn:hover .tw-avatar__content {
|
|
131
|
-
background-color: var(--color-background-neutral-hover);
|
|
132
|
-
}
|
|
133
|
-
.df-back-btn:active .tw-avatar__content {
|
|
134
|
-
background-color: var(--color-background-neutral-active);
|
|
135
|
-
}
|
|
136
|
-
.orientation-lock-overlay {
|
|
137
|
-
display: none;
|
|
138
|
-
position: fixed;
|
|
139
|
-
inset: 0;
|
|
140
|
-
background-color: var(--color-dark);
|
|
141
|
-
color: var(--color-white);
|
|
142
|
-
font-size: var(--font-size-16);
|
|
143
|
-
font-weight: var(--font-weight-semi-bold);
|
|
144
|
-
flex-direction: column;
|
|
145
|
-
justify-content: center;
|
|
146
|
-
align-items: center;
|
|
147
|
-
z-index: 1000;
|
|
148
|
-
padding: 24px;
|
|
149
|
-
}
|
|
150
|
-
@media screen and (orientation: landscape) and (height <= 767px) {
|
|
151
|
-
.orientation-lock-overlay {
|
|
152
|
-
display: flex;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
.df-legacy-image {
|
|
156
|
-
display: flex;
|
|
157
|
-
justify-content: center;
|
|
158
|
-
align-items: center;
|
|
159
|
-
}
|
|
160
|
-
.df-legacy-image img {
|
|
161
|
-
height: auto;
|
|
162
|
-
width: 100%;
|
|
163
|
-
}
|
|
164
|
-
/* narrow screens */
|
|
165
|
-
.df-legacy-image.xs img {
|
|
166
|
-
width: 50px;
|
|
167
|
-
}
|
|
168
|
-
.df-legacy-image.sm img {
|
|
169
|
-
width: 100px;
|
|
170
|
-
}
|
|
171
|
-
.df-legacy-image.md img {
|
|
172
|
-
width: 200px;
|
|
173
|
-
}
|
|
174
|
-
.df-legacy-image.lg img {
|
|
175
|
-
width: 300px;
|
|
176
|
-
}
|
|
177
|
-
/* wide screens */
|
|
178
|
-
@media (width >=576px) {
|
|
179
|
-
.df-legacy-image.xs img {
|
|
180
|
-
width: 100px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.df-legacy-image.sm img {
|
|
184
|
-
width: 200px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.df-legacy-image.md img {
|
|
188
|
-
width: 300px;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.df-legacy-image.lg img {
|
|
192
|
-
width: 500px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.df-legacy-image.xl img {
|
|
196
|
-
max-width: 600px;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
1
|
/* We should move to CSS modules when we move this to the Wise layer */
|
|
200
2
|
.df-box-renderer-border {
|
|
201
3
|
border: 1px solid var(--color-border-neutral);
|