@react-spectrum/dialog 3.8.13 → 3.8.14
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/dist/AlertDialog.main.js +1 -1
- package/dist/AlertDialog.mjs +1 -1
- package/dist/AlertDialog.module.js +1 -1
- package/dist/Dialog.main.js +1 -1
- package/dist/Dialog.mjs +1 -1
- package/dist/Dialog.module.js +1 -1
- package/dist/dialog_vars_css.main.js +51 -51
- package/dist/dialog_vars_css.mjs +51 -51
- package/dist/dialog_vars_css.module.js +51 -51
- package/dist/vars.cfc79477.css +519 -0
- package/dist/{vars.6a3d7df3.css.map → vars.cfc79477.css.map} +1 -1
- package/package.json +21 -22
- package/LICENSE +0 -201
- package/dist/vars.6a3d7df3.css +0 -519
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
.Ecg7PG_i18nFontFamily {
|
|
2
|
+
font-synthesis: weight;
|
|
3
|
+
font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.Ecg7PG_i18nFontFamily:lang(ar) {
|
|
7
|
+
font-family: myriad-arabic, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.Ecg7PG_i18nFontFamily:lang(he) {
|
|
11
|
+
font-family: myriad-hebrew, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.Ecg7PG_i18nFontFamily:lang(zh) {
|
|
15
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.Ecg7PG_i18nFontFamily:lang(zh-Hans) {
|
|
19
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.Ecg7PG_i18nFontFamily:lang(zh-Hant) {
|
|
23
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.Ecg7PG_i18nFontFamily:lang(zh-SG), .Ecg7PG_i18nFontFamily:lang(zh-CN) {
|
|
27
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.Ecg7PG_i18nFontFamily:lang(ko) {
|
|
31
|
+
font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.Ecg7PG_i18nFontFamily:lang(ja) {
|
|
35
|
+
font-family: adobe-clean-han-japanese, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, YuGothic, Yu Gothic, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.Ecg7PG_spectrum-FocusRing-ring {
|
|
39
|
+
--spectrum-focus-ring-border-radius: var(--spectrum-textfield-border-radius, var(--spectrum-alias-border-radius-regular));
|
|
40
|
+
--spectrum-focus-ring-gap: var(--spectrum-alias-input-focusring-gap);
|
|
41
|
+
--spectrum-focus-ring-size: var(--spectrum-alias-input-focusring-size);
|
|
42
|
+
--spectrum-focus-ring-border-size: 0px;
|
|
43
|
+
--spectrum-focus-ring-color: var(--spectrum-high-contrast-focus-ring-color, var(--spectrum-alias-focus-ring-color, var(--spectrum-alias-focus-color)));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.Ecg7PG_spectrum-FocusRing-ring:after {
|
|
47
|
+
border-radius: calc(var(--spectrum-focus-ring-border-radius) + var(--spectrum-focus-ring-gap));
|
|
48
|
+
content: "";
|
|
49
|
+
margin: calc(-1 * var(--spectrum-focus-ring-border-size));
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
|
52
|
+
display: block;
|
|
53
|
+
position: absolute;
|
|
54
|
+
inset: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.Ecg7PG_spectrum-FocusRing.Ecg7PG_focus-ring:after {
|
|
58
|
+
margin: calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size));
|
|
59
|
+
box-shadow: 0 0 0 var(--spectrum-focus-ring-size) var(--spectrum-focus-ring-color);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.Ecg7PG_spectrum-FocusRing--quiet:after {
|
|
63
|
+
border-radius: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.Ecg7PG_spectrum-FocusRing--quiet.Ecg7PG_focus-ring:after {
|
|
67
|
+
margin: 0 0 calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size)) 0;
|
|
68
|
+
box-shadow: 0 var(--spectrum-focus-ring-size) 0 var(--spectrum-focus-ring-color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (forced-colors: active) {
|
|
72
|
+
.Ecg7PG_spectrum-FocusRing, .Ecg7PG_spectrum-FocusRing-ring, .Ecg7PG_spectrum-FocusRing--quiet {
|
|
73
|
+
--spectrum-high-contrast-focus-ring-color: Highlight;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:is(.Ecg7PG_spectrum-FocusRing, .Ecg7PG_spectrum-FocusRing-ring, .Ecg7PG_spectrum-FocusRing--quiet):after {
|
|
77
|
+
forced-color-adjust: none;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.Ecg7PG_spectrum-overlay {
|
|
82
|
+
visibility: hidden;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
transition: transform var(--spectrum-global-animation-duration-100, .13s) ease-in-out, opacity var(--spectrum-global-animation-duration-100, .13s) ease-in-out, visibility 0s linear var(--spectrum-global-animation-duration-100, .13s);
|
|
85
|
+
pointer-events: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.Ecg7PG_spectrum-overlay--open {
|
|
89
|
+
visibility: visible;
|
|
90
|
+
opacity: .9999;
|
|
91
|
+
pointer-events: auto;
|
|
92
|
+
transition-delay: 0s;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.Ecg7PG_spectrum-overlay--bottom--open {
|
|
96
|
+
transform: translateY(var(--spectrum-overlay-positive-transform-distance));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.Ecg7PG_spectrum-overlay--top--open {
|
|
100
|
+
transform: translateY(var(--spectrum-overlay-negative-transform-distance));
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.Ecg7PG_spectrum-overlay--right--open {
|
|
104
|
+
transform: translateX(var(--spectrum-overlay-positive-transform-distance));
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.Ecg7PG_spectrum-overlay--left--open {
|
|
108
|
+
transform: translateX(var(--spectrum-overlay-negative-transform-distance));
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.Ecg7PG_spectrum-Dialog {
|
|
112
|
+
box-sizing: border-box;
|
|
113
|
+
min-width: var(--spectrum-dialog-min-width, var(--spectrum-global-dimension-static-size-3600));
|
|
114
|
+
max-height: inherit;
|
|
115
|
+
--spectrum-dialog-padding-x: var(--spectrum-dialog-padding);
|
|
116
|
+
--spectrum-dialog-padding-y: var(--spectrum-dialog-padding);
|
|
117
|
+
--spectrum-dialog-border-radius: var(--spectrum-alias-border-radius-regular, var(--spectrum-global-dimension-size-50));
|
|
118
|
+
border-radius: var(--spectrum-dialog-border-radius, var(--spectrum-global-dimension-size-50));
|
|
119
|
+
outline: none;
|
|
120
|
+
width: fit-content;
|
|
121
|
+
max-width: 100%;
|
|
122
|
+
display: flex;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.Ecg7PG_spectrum-Dialog--small {
|
|
127
|
+
width: 400px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.Ecg7PG_spectrum-Dialog--medium {
|
|
131
|
+
width: 480px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.Ecg7PG_spectrum-Dialog--large {
|
|
135
|
+
width: 640px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.Ecg7PG_spectrum-Dialog-hero {
|
|
139
|
+
height: var(--spectrum-global-dimension-size-1600);
|
|
140
|
+
border-top-left-radius: var(--spectrum-dialog-border-radius, var(--spectrum-global-dimension-size-50));
|
|
141
|
+
border-top-right-radius: var(--spectrum-dialog-border-radius, var(--spectrum-global-dimension-size-50));
|
|
142
|
+
background-position: center;
|
|
143
|
+
background-size: cover;
|
|
144
|
+
grid-area: Ecg7PG_hero;
|
|
145
|
+
overflow: hidden;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
149
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) auto 1fr auto minmax(0, auto) var(--spectrum-dialog-padding-x);
|
|
150
|
+
grid-template-rows: auto var(--spectrum-dialog-padding-y) auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
151
|
+
grid-template-areas: "Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero"
|
|
152
|
+
". . . . . ."
|
|
153
|
+
". Ecg7PG_heading Ecg7PG_header Ecg7PG_header Ecg7PG_typeIcon ."
|
|
154
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
155
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
156
|
+
". Ecg7PG_footer Ecg7PG_footer Ecg7PG_buttonGroup Ecg7PG_buttonGroup ."
|
|
157
|
+
". . . . . .";
|
|
158
|
+
width: 100%;
|
|
159
|
+
display: grid;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.Ecg7PG_spectrum-Dialog-heading {
|
|
163
|
+
font-size: var(--spectrum-dialog-title-text-size);
|
|
164
|
+
font-weight: var(--spectrum-dialog-title-text-font-weight, var(--spectrum-global-font-weight-bold));
|
|
165
|
+
line-height: var(--spectrum-dialog-title-text-line-height, var(--spectrum-alias-heading-text-line-height));
|
|
166
|
+
outline: none;
|
|
167
|
+
grid-area: Ecg7PG_heading;
|
|
168
|
+
margin: 0;
|
|
169
|
+
padding-inline-end: var(--spectrum-global-dimension-size-200);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader {
|
|
173
|
+
grid-area: Ecg7PG_heading-start / Ecg7PG_heading-start / Ecg7PG_header-end / Ecg7PG_header-end;
|
|
174
|
+
padding-inline-end: 0;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
178
|
+
grid-area: Ecg7PG_heading-start / Ecg7PG_heading-start / Ecg7PG_typeIcon-end / Ecg7PG_typeIcon-end;
|
|
179
|
+
padding-inline-end: 0;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.Ecg7PG_spectrum-Dialog-header {
|
|
183
|
+
box-sizing: border-box;
|
|
184
|
+
outline: none;
|
|
185
|
+
grid-area: Ecg7PG_header;
|
|
186
|
+
justify-content: flex-end;
|
|
187
|
+
align-items: center;
|
|
188
|
+
min-width: fit-content;
|
|
189
|
+
display: flex;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
193
|
+
grid-area: Ecg7PG_header-start / Ecg7PG_header-start / Ecg7PG_typeIcon-end / Ecg7PG_typeIcon-end;
|
|
194
|
+
padding-inline-end: 0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.Ecg7PG_spectrum-Dialog-typeIcon {
|
|
198
|
+
grid-area: Ecg7PG_typeIcon;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-divider {
|
|
202
|
+
margin-top: var(--spectrum-dialog-rule-margin-top, var(--spectrum-global-dimension-static-size-150));
|
|
203
|
+
margin-bottom: var(--spectrum-dialog-rule-margin-bottom, var(--spectrum-global-dimension-static-size-200));
|
|
204
|
+
grid-area: Ecg7PG_divider;
|
|
205
|
+
width: 100%;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.Ecg7PG_spectrum-Dialog--noDivider .Ecg7PG_spectrum-Dialog-divider {
|
|
209
|
+
display: none;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.Ecg7PG_spectrum-Dialog-content {
|
|
213
|
+
box-sizing: border-box;
|
|
214
|
+
-webkit-overflow-scrolling: touch;
|
|
215
|
+
font-size: var(--spectrum-dialog-content-text-size);
|
|
216
|
+
font-weight: var(--spectrum-dialog-content-text-font-weight, var(--spectrum-global-font-weight-regular));
|
|
217
|
+
line-height: var(--spectrum-dialog-content-text-line-height, var(--spectrum-alias-body-text-line-height));
|
|
218
|
+
padding: calc(var(--spectrum-global-dimension-size-25) * 2);
|
|
219
|
+
margin: calc(var(--spectrum-global-dimension-size-25) * -2);
|
|
220
|
+
min-height: var(--spectrum-alias-single-line-height, var(--spectrum-global-dimension-size-400));
|
|
221
|
+
outline: none;
|
|
222
|
+
grid-area: Ecg7PG_content;
|
|
223
|
+
overflow-y: auto;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.Ecg7PG_spectrum-Dialog-footer {
|
|
227
|
+
outline: none;
|
|
228
|
+
flex-wrap: wrap;
|
|
229
|
+
grid-area: Ecg7PG_footer;
|
|
230
|
+
padding-block-start: var(--spectrum-global-dimension-static-size-500, 40px);
|
|
231
|
+
display: flex;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.Ecg7PG_spectrum-Dialog-footer > *, .Ecg7PG_spectrum-Dialog-footer > .Ecg7PG_spectrum-Button + .Ecg7PG_spectrum-Button {
|
|
235
|
+
margin-bottom: 0;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
239
|
+
grid-area: Ecg7PG_buttonGroup;
|
|
240
|
+
justify-content: flex-end;
|
|
241
|
+
max-width: 100%;
|
|
242
|
+
padding-block-start: var(--spectrum-global-dimension-static-size-500, 40px);
|
|
243
|
+
padding-inline-start: var(--spectrum-global-dimension-size-200);
|
|
244
|
+
display: flex;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.Ecg7PG_spectrum-Dialog-buttonGroup.Ecg7PG_spectrum-Dialog-buttonGroup--noFooter {
|
|
248
|
+
grid-area: Ecg7PG_footer-start / Ecg7PG_footer-start / Ecg7PG_buttonGroup-end / Ecg7PG_buttonGroup-end;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.Ecg7PG_spectrum-Dialog.Ecg7PG_spectrum-Dialog--dismissable .Ecg7PG_spectrum-Dialog-grid {
|
|
252
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) auto 1fr auto minmax(0, auto) minmax(0, var(--spectrum-global-dimension-size-400)) var(--spectrum-dialog-padding-x);
|
|
253
|
+
grid-template-rows: auto var(--spectrum-dialog-padding-y) auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
254
|
+
grid-template-areas: "Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero"
|
|
255
|
+
". . . . . Ecg7PG_closeButton Ecg7PG_closeButton"
|
|
256
|
+
". Ecg7PG_heading Ecg7PG_header Ecg7PG_header Ecg7PG_typeIcon Ecg7PG_closeButton Ecg7PG_closeButton"
|
|
257
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
258
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
259
|
+
". Ecg7PG_footer Ecg7PG_footer Ecg7PG_buttonGroup Ecg7PG_buttonGroup Ecg7PG_buttonGroup ."
|
|
260
|
+
". . . . . . .";
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.Ecg7PG_spectrum-Dialog.Ecg7PG_spectrum-Dialog--dismissable .Ecg7PG_spectrum-Dialog-grid .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
264
|
+
display: none;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.Ecg7PG_spectrum-Dialog.Ecg7PG_spectrum-Dialog--dismissable .Ecg7PG_spectrum-Dialog-grid .Ecg7PG_spectrum-Dialog-footer {
|
|
268
|
+
grid-area: Ecg7PG_footer / Ecg7PG_footer / Ecg7PG_buttonGroup / Ecg7PG_buttonGroup;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.Ecg7PG_spectrum-Dialog.Ecg7PG_spectrum-Dialog--dismissable .Ecg7PG_spectrum-Dialog-closeButton {
|
|
272
|
+
grid-area: Ecg7PG_closeButton;
|
|
273
|
+
place-self: flex-start end;
|
|
274
|
+
margin-block-start: calc(26px - var(--spectrum-global-dimension-size-175));
|
|
275
|
+
margin-inline-end: calc(26px - var(--spectrum-global-dimension-size-175));
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.Ecg7PG_spectrum-Dialog--error {
|
|
279
|
+
width: 480px;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.Ecg7PG_spectrum-Dialog--fullscreen {
|
|
283
|
+
width: 100%;
|
|
284
|
+
height: 100%;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.Ecg7PG_spectrum-Dialog--fullscreenTakeover {
|
|
288
|
+
border-style: none;
|
|
289
|
+
border-radius: 0;
|
|
290
|
+
width: 100%;
|
|
291
|
+
height: 100%;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover {
|
|
295
|
+
max-width: none;
|
|
296
|
+
max-height: none;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover).Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
300
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) 1fr auto auto var(--spectrum-dialog-padding-x);
|
|
301
|
+
grid-template-rows: var(--spectrum-dialog-padding-y) auto auto 1fr var(--spectrum-dialog-padding-y);
|
|
302
|
+
grid-template-areas: ". . . . ."
|
|
303
|
+
". Ecg7PG_heading Ecg7PG_header Ecg7PG_buttonGroup ."
|
|
304
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
305
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
306
|
+
". . . . .";
|
|
307
|
+
display: grid;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading {
|
|
311
|
+
font-size: 28px;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
315
|
+
grid-area: Ecg7PG_heading-start / Ecg7PG_heading-start / Ecg7PG_header-end / Ecg7PG_header-end;
|
|
316
|
+
padding-inline-end: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
320
|
+
grid-area: Ecg7PG_header;
|
|
321
|
+
padding-inline-end: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-content {
|
|
325
|
+
max-height: none;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-footer, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
329
|
+
padding-block-start: 0;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-footer, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-typeIcon, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-closeButton {
|
|
333
|
+
display: none;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
337
|
+
grid-area: Ecg7PG_buttonGroup;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@media screen and (width <= 700px) {
|
|
341
|
+
.Ecg7PG_spectrum-Dialog {
|
|
342
|
+
--spectrum-dialog-padding: var(--spectrum-global-dimension-static-size-300, 24px);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
346
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) auto 1fr auto minmax(0, auto) var(--spectrum-dialog-padding-x);
|
|
347
|
+
grid-template-rows: auto var(--spectrum-dialog-padding-y) auto auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
348
|
+
grid-template-areas: "Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero"
|
|
349
|
+
". . . . . ."
|
|
350
|
+
". Ecg7PG_heading Ecg7PG_heading Ecg7PG_heading Ecg7PG_typeIcon ."
|
|
351
|
+
". Ecg7PG_header Ecg7PG_header Ecg7PG_header Ecg7PG_header ."
|
|
352
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
353
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
354
|
+
". Ecg7PG_footer Ecg7PG_footer Ecg7PG_buttonGroup Ecg7PG_buttonGroup ."
|
|
355
|
+
". . . . . .";
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader {
|
|
359
|
+
grid-area: Ecg7PG_heading;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noTypeIcon.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
363
|
+
grid-area: Ecg7PG_heading-start / Ecg7PG_heading-start / Ecg7PG_typeIcon-end / Ecg7PG_typeIcon-end;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
367
|
+
grid-area: Ecg7PG_header;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.Ecg7PG_spectrum-Dialog.Ecg7PG_spectrum-Dialog--dismissable .Ecg7PG_spectrum-Dialog-grid {
|
|
371
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) auto 1fr auto minmax(0, auto) minmax(0, var(--spectrum-global-dimension-size-400)) var(--spectrum-dialog-padding-x);
|
|
372
|
+
grid-template-rows: auto var(--spectrum-dialog-padding-y) auto auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
373
|
+
grid-template-areas: "Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero"
|
|
374
|
+
". . . . . Ecg7PG_closeButton Ecg7PG_closeButton"
|
|
375
|
+
". Ecg7PG_heading Ecg7PG_heading Ecg7PG_heading Ecg7PG_typeIcon Ecg7PG_closeButton Ecg7PG_closeButton"
|
|
376
|
+
". Ecg7PG_header Ecg7PG_header Ecg7PG_header Ecg7PG_header Ecg7PG_header ."
|
|
377
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
378
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
379
|
+
". Ecg7PG_footer Ecg7PG_footer Ecg7PG_buttonGroup Ecg7PG_buttonGroup Ecg7PG_buttonGroup ."
|
|
380
|
+
". . . . . . .";
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-header {
|
|
384
|
+
justify-content: flex-start;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.Ecg7PG_spectrum-Dialog-footer {
|
|
388
|
+
min-width: fit-content;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
392
|
+
min-width: 0;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover).Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
396
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) 1fr var(--spectrum-dialog-padding-x);
|
|
397
|
+
grid-template-rows: var(--spectrum-dialog-padding-y) auto auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
398
|
+
grid-template-areas: ". . ."
|
|
399
|
+
". Ecg7PG_heading ."
|
|
400
|
+
". Ecg7PG_header ."
|
|
401
|
+
". Ecg7PG_divider ."
|
|
402
|
+
". Ecg7PG_content ."
|
|
403
|
+
". Ecg7PG_buttonGroup ."
|
|
404
|
+
". . .";
|
|
405
|
+
display: grid;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noTypeIcon, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
409
|
+
grid-area: Ecg7PG_heading;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
413
|
+
grid-area: Ecg7PG_header;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
417
|
+
padding-block-start: var(--spectrum-global-dimension-static-size-500, 40px);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading {
|
|
421
|
+
font-size: var(--spectrum-dialog-title-text-size);
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
@media screen and (height <= 400px) {
|
|
426
|
+
.Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
427
|
+
border-top-left-radius: var(--spectrum-dialog-border-radius, var(--spectrum-global-dimension-size-50));
|
|
428
|
+
border-top-right-radius: var(--spectrum-dialog-border-radius, var(--spectrum-global-dimension-size-50));
|
|
429
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) auto 1fr auto minmax(0, auto) var(--spectrum-dialog-padding-x);
|
|
430
|
+
grid-template-rows: auto var(--spectrum-dialog-padding-y) auto auto auto 1fr auto auto var(--spectrum-dialog-padding-y);
|
|
431
|
+
grid-template-areas: "Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero Ecg7PG_hero"
|
|
432
|
+
". . . . . ."
|
|
433
|
+
". Ecg7PG_heading Ecg7PG_heading Ecg7PG_heading Ecg7PG_typeIcon ."
|
|
434
|
+
". Ecg7PG_header Ecg7PG_header Ecg7PG_header Ecg7PG_header ."
|
|
435
|
+
". Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider Ecg7PG_divider ."
|
|
436
|
+
". Ecg7PG_content Ecg7PG_content Ecg7PG_content Ecg7PG_content ."
|
|
437
|
+
". Ecg7PG_footer Ecg7PG_footer Ecg7PG_footer Ecg7PG_footer ."
|
|
438
|
+
". Ecg7PG_buttonGroup Ecg7PG_buttonGroup Ecg7PG_buttonGroup Ecg7PG_buttonGroup ."
|
|
439
|
+
". . . . . .";
|
|
440
|
+
overflow-y: auto;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader {
|
|
444
|
+
grid-area: Ecg7PG_heading;
|
|
445
|
+
padding-inline-end: 0;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noTypeIcon.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
449
|
+
grid-area: Ecg7PG_heading-start / Ecg7PG_heading-start / Ecg7PG_typeIcon-end / Ecg7PG_typeIcon-end;
|
|
450
|
+
padding-inline-end: 0;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
454
|
+
grid-area: Ecg7PG_header;
|
|
455
|
+
padding-inline-end: 0;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.Ecg7PG_spectrum-Dialog-content {
|
|
459
|
+
height: min-content;
|
|
460
|
+
display: inline-table;
|
|
461
|
+
overflow-y: visible;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.Ecg7PG_spectrum-Dialog-footer + .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
465
|
+
padding-block-start: calc(var(--spectrum-global-dimension-size-25) * 2);
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
@media screen and (height <= 400px) and (width <= 700px) {
|
|
470
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover).Ecg7PG_spectrum-Dialog .Ecg7PG_spectrum-Dialog-grid {
|
|
471
|
+
grid-template-columns: var(--spectrum-dialog-padding-x) 1fr var(--spectrum-dialog-padding-x);
|
|
472
|
+
grid-template-rows: var(--spectrum-dialog-padding-y) auto auto auto 1fr auto var(--spectrum-dialog-padding-y);
|
|
473
|
+
grid-template-areas: ". . ."
|
|
474
|
+
". Ecg7PG_heading ."
|
|
475
|
+
". Ecg7PG_header ."
|
|
476
|
+
". Ecg7PG_divider ."
|
|
477
|
+
". Ecg7PG_content ."
|
|
478
|
+
". Ecg7PG_buttonGroup ."
|
|
479
|
+
". . .";
|
|
480
|
+
display: grid;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noTypeIcon, :is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading.Ecg7PG_spectrum-Dialog-heading--noHeader.Ecg7PG_spectrum-Dialog-heading--noTypeIcon {
|
|
484
|
+
grid-area: Ecg7PG_heading;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-header.Ecg7PG_spectrum-Dialog-header--noTypeIcon {
|
|
488
|
+
grid-area: Ecg7PG_header;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-buttonGroup {
|
|
492
|
+
padding-block-start: var(--spectrum-global-dimension-static-size-500, 40px);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
:is(.Ecg7PG_spectrum-Dialog--fullscreen, .Ecg7PG_spectrum-Dialog--fullscreenTakeover) .Ecg7PG_spectrum-Dialog-heading {
|
|
496
|
+
font-size: var(--spectrum-dialog-title-text-size);
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.Ecg7PG_spectrum-Dialog-heading {
|
|
501
|
+
color: var(--spectrum-dialog-title-text-color, var(--spectrum-global-color-gray-900));
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.Ecg7PG_spectrum-Dialog-content {
|
|
505
|
+
color: var(--spectrum-dialog-content-text-color, var(--spectrum-global-color-gray-800));
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.Ecg7PG_spectrum-Dialog-typeIcon {
|
|
509
|
+
color: var(--spectrum-dialog-icon-color, var(--spectrum-global-color-gray-900));
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.Ecg7PG_spectrum-Dialog--error .Ecg7PG_spectrum-Dialog-typeIcon {
|
|
513
|
+
color: var(--spectrum-dialog-error-icon-color, var(--spectrum-semantic-negative-color-icon));
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.Ecg7PG_spectrum-Dialog--warning .Ecg7PG_spectrum-Dialog-typeIcon {
|
|
517
|
+
color: var(--spectrum-semantic-notice-color-icon, var(--spectrum-global-color-orange-600));
|
|
518
|
+
}
|
|
519
|
+
/*# sourceMappingURL=vars.cfc79477.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAkBJ;;;;;;;AAYA;;;;;;;AAWA;;;;AAIA;;;;AAUA;;;;AAIA;;;;AAIA;;;;;;;;;;;;;;;AAuBA;;;;AAIA;;;;AAIA;;;;AAIA;;;;;;;;;;AAYA;;;;;;;;;;;;;;AAeA;;;;;;;;;;AAaE;;;;;AAKA;;;;;AAMF;;;;;;;;;;AAYE;;;;;AAMF;;;;AAIA;;;;;;;AAQE;;;;AAKF;;;;;;;;;;;;;;AA6BA;;;;;;;;AAWE;;;;AAMF;;;;;;;;;AAWE;;;;AAKF;;;;;;;;;;;;AAYE;;;;AAGA;;;;AAKF;;;;;;;AAYA;;;;AAIA;;;;;AAKA;;;;;;;AAUA;;;;;AAKE;;;;;;;;;;;AAYA;;;;AAGE;;;;;AAYA;;;;;AAMF;;;;AAIA;;;;AAKA;;;;AAIA;;;;AAKF;EAEE;;;;EAIA;;;;;;;;;;;;;EAcE;;;;EAKA;;;;EAKA;;;;EAKF;;;;;;;;;;;;;EAcA;;;;EAIA;;;;EAIA;;;;EAOE;;;;;;;;;;;;;EAcE;;;;EAWA;;;;EAKF;;;;EAIA;;;;;AAQJ;EACE;;;;;;;;;;;;;;;;;EAoBE;;;;;EAOA;;;;;EAOA;;;;;EAMF;;;;;;EAMA;;;;;AAKF;EAII;;;;;;;;;;;;;EAcE;;;;EAWA;;;;EAKF;;;;EAIA;;;;;AAkBJ;;;;AAIA;;;;AAIA;;;;AAKE;;;;AAMA","sources":["packages/@adobe/spectrum-css-temp/components/dialog/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"vars.
|
|
1
|
+
{"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAkBJ;;;;;;;AAYA;;;;;;;AAWA;;;;AAIA;;;;AAUA;;;;AAIA;;;;AAIA;;;;;;;;;;;;;;;AAuBA;;;;AAIA;;;;AAIA;;;;AAIA;;;;;;;;;;AAYA;;;;;;;;;;;;;;AAeA;;;;;;;;;;AAaE;;;;;AAKA;;;;;AAMF;;;;;;;;;;AAYE;;;;;AAMF;;;;AAIA;;;;;;;AAQE;;;;AAKF;;;;;;;;;;;;;;AA6BA;;;;;;;;AAWE;;;;AAMF;;;;;;;;;AAWE;;;;AAKF;;;;;;;;;;;;AAYE;;;;AAGA;;;;AAKF;;;;;;;AAYA;;;;AAIA;;;;;AAKA;;;;;;;AAUA;;;;;AAKE;;;;;;;;;;;AAYA;;;;AAGE;;;;;AAYA;;;;;AAMF;;;;AAIA;;;;AAKA;;;;AAIA;;;;AAKF;EAEE;;;;EAIA;;;;;;;;;;;;;EAcE;;;;EAKA;;;;EAKA;;;;EAKF;;;;;;;;;;;;;EAcA;;;;EAIA;;;;EAIA;;;;EAOE;;;;;;;;;;;;;EAcE;;;;EAWA;;;;EAKF;;;;EAIA;;;;;AAQJ;EACE;;;;;;;;;;;;;;;;;EAoBE;;;;;EAOA;;;;;EAOA;;;;;EAMF;;;;;;EAMA;;;;;AAKF;EAII;;;;;;;;;;;;;EAcE;;;;EAWA;;;;EAKF;;;;EAIA;;;;;AAkBJ;;;;AAIA;;;;AAIA;;;;AAKE;;;;AAMA","sources":["packages/@adobe/spectrum-css-temp/components/dialog/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"vars.cfc79477.css.map"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/dialog",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.14",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,24 +36,24 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/dialog": "^3.5.
|
|
40
|
-
"@react-aria/i18n": "^3.12.
|
|
41
|
-
"@react-aria/interactions": "^3.22.
|
|
42
|
-
"@react-aria/overlays": "^3.23.
|
|
43
|
-
"@react-aria/utils": "^3.25.
|
|
44
|
-
"@react-spectrum/button": "^3.16.
|
|
45
|
-
"@react-spectrum/buttongroup": "^3.6.
|
|
46
|
-
"@react-spectrum/divider": "^3.5.
|
|
47
|
-
"@react-spectrum/layout": "^3.6.
|
|
48
|
-
"@react-spectrum/overlays": "^5.6.
|
|
49
|
-
"@react-spectrum/text": "^3.5.
|
|
50
|
-
"@react-spectrum/utils": "^3.11.
|
|
51
|
-
"@react-spectrum/view": "^3.6.
|
|
52
|
-
"@react-stately/overlays": "^3.6.
|
|
53
|
-
"@react-types/button": "^3.
|
|
54
|
-
"@react-types/dialog": "^3.5.
|
|
55
|
-
"@react-types/shared": "^3.
|
|
56
|
-
"@spectrum-icons/ui": "^3.6.
|
|
39
|
+
"@react-aria/dialog": "^3.5.18",
|
|
40
|
+
"@react-aria/i18n": "^3.12.3",
|
|
41
|
+
"@react-aria/interactions": "^3.22.3",
|
|
42
|
+
"@react-aria/overlays": "^3.23.3",
|
|
43
|
+
"@react-aria/utils": "^3.25.3",
|
|
44
|
+
"@react-spectrum/button": "^3.16.7",
|
|
45
|
+
"@react-spectrum/buttongroup": "^3.6.16",
|
|
46
|
+
"@react-spectrum/divider": "^3.5.17",
|
|
47
|
+
"@react-spectrum/layout": "^3.6.9",
|
|
48
|
+
"@react-spectrum/overlays": "^5.6.4",
|
|
49
|
+
"@react-spectrum/text": "^3.5.8",
|
|
50
|
+
"@react-spectrum/utils": "^3.11.11",
|
|
51
|
+
"@react-spectrum/view": "^3.6.13",
|
|
52
|
+
"@react-stately/overlays": "^3.6.11",
|
|
53
|
+
"@react-types/button": "^3.10.0",
|
|
54
|
+
"@react-types/dialog": "^3.5.13",
|
|
55
|
+
"@react-types/shared": "^3.25.0",
|
|
56
|
+
"@spectrum-icons/ui": "^3.6.10",
|
|
57
57
|
"@swc/helpers": "^0.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -67,6 +67,5 @@
|
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
}
|
|
70
|
+
}
|
|
71
|
+
}
|