@inchurch/matcha-theme 21.4.0 → 22.1.0
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/abstracts/_colors.scss +236 -236
- package/abstracts/_elevation.scss +108 -108
- package/abstracts/_functions.scss +321 -321
- package/abstracts/_media-breakpoint.scss +26 -26
- package/abstracts/_theme-api.scss +219 -219
- package/abstracts/_typography.scss +128 -128
- package/base/_reset.scss +446 -445
- package/components/app-page-header.scss +260 -260
- package/components/matcha-accordion.scss +293 -293
- package/components/matcha-audio-player.scss +31 -31
- package/components/matcha-autocomplete.scss +145 -145
- package/components/matcha-avatar.scss +440 -301
- package/components/matcha-badge.scss +120 -120
- package/components/matcha-breadcrumb.scss +231 -231
- package/components/matcha-button-toggle.scss +383 -384
- package/components/matcha-buttons.scss +913 -913
- package/components/matcha-calendar.scss +218 -218
- package/components/matcha-cards.scss +230 -230
- package/components/matcha-chart-card.scss +53 -53
- package/components/matcha-checkbox.scss +255 -255
- package/components/matcha-chip.scss +292 -292
- package/components/matcha-color-pick.scss +34 -34
- package/components/matcha-command-palette.scss +316 -316
- package/components/matcha-contact.scss +35 -0
- package/components/matcha-crop.scss +406 -406
- package/components/matcha-date.scss +81 -81
- package/components/matcha-divider.scss +100 -100
- package/components/matcha-draggable.scss +23 -23
- package/components/matcha-drawer.scss +376 -376
- package/components/matcha-drop-image.scss +14 -14
- package/components/matcha-drop-list.scss +430 -430
- package/components/matcha-emoji.scss +69 -69
- package/components/matcha-empty-state.scss +230 -230
- package/components/matcha-file-uploader.scss +471 -471
- package/components/matcha-flag.scss +103 -103
- package/components/matcha-footer.scss +91 -91
- package/components/matcha-form-field.scss +606 -606
- package/components/matcha-form-section.scss +100 -100
- package/components/matcha-header.scss +135 -135
- package/components/matcha-highlight.scss +164 -164
- package/components/matcha-hint-text.scss +90 -90
- package/components/matcha-horizontal-tree.scss +316 -316
- package/components/matcha-icon.scss +98 -98
- package/components/matcha-image.scss +61 -61
- package/components/matcha-list.scss +211 -211
- package/components/matcha-menu.scss +99 -99
- package/components/matcha-modal.scss +210 -210
- package/components/matcha-nav.scss +581 -581
- package/components/matcha-notification.scss +413 -413
- package/components/matcha-option.scss +170 -170
- package/components/matcha-page-builder.scss +4196 -4196
- package/components/matcha-paginator.scss +689 -689
- package/components/matcha-panel.scss +194 -194
- package/components/matcha-profile-card.scss +50 -50
- package/components/matcha-progress-bar.scss +313 -313
- package/components/matcha-radio.scss +320 -320
- package/components/matcha-ripple.scss +7 -7
- package/components/matcha-scrollbar.scss +33 -33
- package/components/matcha-scrollbox-shadow.scss +120 -120
- package/components/matcha-section.scss +102 -102
- package/components/matcha-select-multiple.scss +56 -56
- package/components/matcha-select.scss +667 -667
- package/components/matcha-skeleton.scss +155 -155
- package/components/matcha-slide-toggle.scss +369 -369
- package/components/matcha-slider.scss +285 -285
- package/components/matcha-snack-bar.scss +259 -259
- package/components/matcha-spin.scss +164 -164
- package/components/matcha-spinner.scss +97 -97
- package/components/matcha-status-pill.scss +38 -18
- package/components/matcha-stepper.scss +376 -376
- package/components/matcha-table-cell.scss +49 -41
- package/components/matcha-table.scss +579 -579
- package/components/matcha-tabs.scss +600 -600
- package/components/matcha-text-editor.scss +105 -105
- package/components/matcha-time.scss +33 -33
- package/components/matcha-timepicker.scss +13 -13
- package/components/matcha-toolbar.scss +359 -359
- package/components/matcha-tooltip.scss +224 -224
- package/components/matcha-tree-view.scss +257 -257
- package/layout/matcha-page-layout.scss +778 -778
- package/main.scss +331 -329
- package/package.json +1 -1
- package/tokens/_animations-tokens.scss +37 -37
- package/tokens/_breakpoints-tokens.scss +35 -35
- package/tokens/_color-tokens.scss +274 -274
- package/tokens/_elevation-tokens.scss +33 -33
- package/tokens/_emit-tokens.scss +324 -324
- package/tokens/_material-palette.scss +1149 -1149
- package/tokens/_primitives.scss +98 -98
- package/tokens/_semantic-aliases.scss +120 -120
- package/tokens/_spacing-tokens.scss +94 -94
- package/tokens/_static-tokens.scss +137 -137
- package/tokens/_typography-tokens.scss +65 -65
- package/vendors/charts.scss +90 -90
|
@@ -1,406 +1,406 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
|
-
|
|
3
|
-
// =============================================================================
|
|
4
|
-
// matcha-crop.scss — Image cropper (Tier 1 + Tier 2 gold)
|
|
5
|
-
//
|
|
6
|
-
// Estrutura:
|
|
7
|
-
// .matcha-crop — host flex column (data-state, data-shape, data-ratio)
|
|
8
|
-
// .matcha-crop__header — title + toolbar (reset, lock)
|
|
9
|
-
// .matcha-crop__canvas — image stage + interaction surface
|
|
10
|
-
// .matcha-crop__image — source img (transforma via translate/scale)
|
|
11
|
-
// .matcha-crop__overlay — punch-out mask via clip-path
|
|
12
|
-
// .matcha-crop__area — crop frame draggable + 8 handles
|
|
13
|
-
// .matcha-crop__handle--{nw|n|ne|...} — resize handles (44×44 touch target)
|
|
14
|
-
// .matcha-crop__zoom-bar — slider de zoom
|
|
15
|
-
// .matcha-crop__state — empty / loading / error visuals
|
|
16
|
-
// .matcha-crop__footer — ng-content de actions
|
|
17
|
-
// =============================================================================
|
|
18
|
-
|
|
19
|
-
@mixin matcha-crop-theme($theme) {
|
|
20
|
-
|
|
21
|
-
.matcha-crop {
|
|
22
|
-
color: var(--matcha-color-text-primary);
|
|
23
|
-
|
|
24
|
-
.matcha-crop__header {
|
|
25
|
-
color: var(--matcha-color-text-primary);
|
|
26
|
-
border-bottom: var(--matcha-border-hairline, 1px) solid var(--matcha-color-surface-border);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.matcha-crop__canvas {
|
|
30
|
-
background: var(--matcha-color-surface-inverse, #121212);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.matcha-crop__overlay {
|
|
34
|
-
background: var(--matcha-color-scrim, rgba(0, 0, 0, 0.55));
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.matcha-crop__area {
|
|
38
|
-
border: var(--matcha-border-thin, 2px) solid var(--matcha-color-accent);
|
|
39
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
40
|
-
|
|
41
|
-
&:focus-visible {
|
|
42
|
-
outline: 3px solid var(--matcha-color-focus-ring);
|
|
43
|
-
outline-offset: 4px;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.matcha-crop__grid-line {
|
|
48
|
-
background: var(--matcha-color-on-overlay, rgba(255, 255, 255, 0.3));
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.matcha-crop__handle {
|
|
52
|
-
background: var(--matcha-color-surface);
|
|
53
|
-
border-color: var(--matcha-color-accent);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.matcha-crop__zoom-bar {
|
|
57
|
-
background: var(--matcha-color-surface-card);
|
|
58
|
-
border: var(--matcha-border-hairline, 1px) solid var(--matcha-color-surface-border);
|
|
59
|
-
color: var(--matcha-color-text-secondary);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.matcha-crop__icon-btn {
|
|
63
|
-
color: var(--matcha-color-text-secondary);
|
|
64
|
-
|
|
65
|
-
&:hover { background: var(--matcha-color-surface-hover); color: var(--matcha-color-text-primary); }
|
|
66
|
-
&:focus-visible { outline: 2px solid var(--matcha-color-focus-ring); outline-offset: 2px; }
|
|
67
|
-
&.is-active { color: var(--matcha-color-accent); background: var(--matcha-color-accent-surface-hover); }
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.matcha-crop__state-icon { color: var(--matcha-color-text-muted); }
|
|
71
|
-
.matcha-crop__state-title { color: var(--matcha-color-text-primary); }
|
|
72
|
-
.matcha-crop__state-desc { color: var(--matcha-color-text-secondary); }
|
|
73
|
-
|
|
74
|
-
.matcha-crop__state--error .matcha-crop__state-icon { color: var(--matcha-color-danger); }
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// ── Layout ──────────────────────────────────────────────────────────────────
|
|
79
|
-
|
|
80
|
-
.matcha-crop {
|
|
81
|
-
display: flex;
|
|
82
|
-
flex-direction: column;
|
|
83
|
-
width: 100%;
|
|
84
|
-
height: 100%;
|
|
85
|
-
min-height: 320px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// ── Header ──────────────────────────────────────────────────────────────────
|
|
89
|
-
|
|
90
|
-
.matcha-crop__header {
|
|
91
|
-
display: flex;
|
|
92
|
-
align-items: center;
|
|
93
|
-
gap: var(--matcha-space-100, 8px);
|
|
94
|
-
padding: var(--matcha-space-200, 16px) var(--matcha-space-300, 24px);
|
|
95
|
-
font-family: var(--matcha-font-family);
|
|
96
|
-
font-size: var(--matcha-text-title-sm, 16px);
|
|
97
|
-
font-weight: var(--matcha-weight-semibold, 600);
|
|
98
|
-
line-height: var(--matcha-leading-title-sm, 22px);
|
|
99
|
-
flex-shrink: 0;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.matcha-crop__title {
|
|
103
|
-
flex: 1;
|
|
104
|
-
min-width: 0;
|
|
105
|
-
overflow: hidden;
|
|
106
|
-
text-overflow: ellipsis;
|
|
107
|
-
white-space: nowrap;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.matcha-crop__toolbar {
|
|
111
|
-
display: flex;
|
|
112
|
-
align-items: center;
|
|
113
|
-
gap: var(--matcha-space-050, 4px);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.matcha-crop__icon-btn {
|
|
117
|
-
display: inline-flex;
|
|
118
|
-
align-items: center;
|
|
119
|
-
justify-content: center;
|
|
120
|
-
width: 32px;
|
|
121
|
-
height: 32px;
|
|
122
|
-
padding: 0;
|
|
123
|
-
background: transparent;
|
|
124
|
-
border: 0;
|
|
125
|
-
border-radius: var(--matcha-radius-md, 4px);
|
|
126
|
-
cursor: pointer;
|
|
127
|
-
transition: background 150ms ease, color 150ms ease;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// ── Canvas (interaction area) ──────────────────────────────────────────────
|
|
131
|
-
|
|
132
|
-
.matcha-crop__canvas {
|
|
133
|
-
position: relative;
|
|
134
|
-
flex: 1;
|
|
135
|
-
display: flex;
|
|
136
|
-
align-items: center;
|
|
137
|
-
justify-content: center;
|
|
138
|
-
overflow: hidden;
|
|
139
|
-
min-height: 320px;
|
|
140
|
-
cursor: grab;
|
|
141
|
-
user-select: none;
|
|
142
|
-
|
|
143
|
-
&.is-interacting { cursor: grabbing; }
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
// `width/height: 100%` + `object-fit: contain` é o pareamento correto: força o
|
|
147
|
-
// IMG box a ocupar o canvas inteiro (mesmo pra natural < container), com o
|
|
148
|
-
// conteúdo escalado preservando aspect ratio. `max-width/height` causava bug
|
|
149
|
-
// em fotos menores que o canvas (ex: thumbnail 80×80 num modal 432×320): o
|
|
150
|
-
// browser não upscala via max-*, mas o JS calculava displayRatio = container/
|
|
151
|
-
// natural > 1 assumindo upscale, fazendo o mapeamento display→source ficar
|
|
152
|
-
// deslocado e o crop sair errado.
|
|
153
|
-
.matcha-crop__image {
|
|
154
|
-
width: 100%;
|
|
155
|
-
height: 100%;
|
|
156
|
-
object-fit: contain;
|
|
157
|
-
user-select: none;
|
|
158
|
-
-webkit-user-drag: none;
|
|
159
|
-
pointer-events: none;
|
|
160
|
-
transform-origin: center center;
|
|
161
|
-
will-change: transform;
|
|
162
|
-
transition: transform 80ms ease-out;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// ── Overlay (punch-out via clip-path) ───────────────────────────────────────
|
|
166
|
-
|
|
167
|
-
.matcha-crop__overlay {
|
|
168
|
-
position: absolute;
|
|
169
|
-
inset: 0;
|
|
170
|
-
pointer-events: none;
|
|
171
|
-
transition: clip-path 80ms ease-out;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// ── Crop area ───────────────────────────────────────────────────────────────
|
|
175
|
-
|
|
176
|
-
.matcha-crop__area {
|
|
177
|
-
position: absolute;
|
|
178
|
-
box-sizing: border-box;
|
|
179
|
-
cursor: move;
|
|
180
|
-
touch-action: none;
|
|
181
|
-
|
|
182
|
-
&--circle {
|
|
183
|
-
border-radius: 50%;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
// Posicionado ACIMA da área de crop em vez do centro. Quando shape=circle,
|
|
188
|
-
// o texto do centro era cruzado pelo border (visualmente parecia cortado).
|
|
189
|
-
// Acima fica em zona de overlay escurecido, sempre legível.
|
|
190
|
-
.matcha-crop__hint {
|
|
191
|
-
position: absolute;
|
|
192
|
-
bottom: calc(100% + var(--matcha-space-100, 8px));
|
|
193
|
-
left: 50%;
|
|
194
|
-
transform: translateX(-50%);
|
|
195
|
-
padding: var(--matcha-space-050, 4px) var(--matcha-space-100, 8px);
|
|
196
|
-
font-size: 11px;
|
|
197
|
-
color: rgba(255, 255, 255, 0.85);
|
|
198
|
-
background: rgba(0, 0, 0, 0.7);
|
|
199
|
-
border-radius: var(--matcha-radius-sm, 2px);
|
|
200
|
-
pointer-events: none;
|
|
201
|
-
white-space: nowrap;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// ── Rule of thirds grid (mostra só durante interação) ──────────────────────
|
|
205
|
-
|
|
206
|
-
.matcha-crop__grid {
|
|
207
|
-
position: absolute;
|
|
208
|
-
inset: 0;
|
|
209
|
-
display: grid;
|
|
210
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
211
|
-
grid-template-rows: 1fr 1fr 1fr;
|
|
212
|
-
pointer-events: none;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.matcha-crop__grid-line {
|
|
216
|
-
&:nth-child(1) { grid-column: 2; grid-row: 1 / 4; width: 1px; justify-self: start; }
|
|
217
|
-
&:nth-child(2) { grid-column: 3; grid-row: 1 / 4; width: 1px; justify-self: start; }
|
|
218
|
-
&:nth-child(3) { grid-column: 1 / 4; grid-row: 2; height: 1px; align-self: start; }
|
|
219
|
-
&:nth-child(4) { grid-column: 1 / 4; grid-row: 3; height: 1px; align-self: start; }
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// ── Resize handles (8 directions, 44×44 touch target) ──────────────────────
|
|
223
|
-
|
|
224
|
-
.matcha-crop__handle {
|
|
225
|
-
position: absolute;
|
|
226
|
-
width: var(--matcha-crop-handle-size, 16px);
|
|
227
|
-
height: var(--matcha-crop-handle-size, 16px);
|
|
228
|
-
margin: calc(-1 * var(--matcha-crop-handle-size, 16px) / 2);
|
|
229
|
-
padding: 0;
|
|
230
|
-
background: transparent;
|
|
231
|
-
border: var(--matcha-border-thin, 2px) solid transparent;
|
|
232
|
-
border-radius: 50%;
|
|
233
|
-
pointer-events: auto;
|
|
234
|
-
z-index: 2;
|
|
235
|
-
touch-action: none;
|
|
236
|
-
|
|
237
|
-
// Expand touch target via ::after (visual = 16px, hit = 44px)
|
|
238
|
-
&::after {
|
|
239
|
-
content: '';
|
|
240
|
-
position: absolute;
|
|
241
|
-
inset: -14px;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
&:focus-visible {
|
|
245
|
-
outline: 2px solid var(--matcha-color-focus-ring);
|
|
246
|
-
outline-offset: 2px;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
// ── Zoom bar ────────────────────────────────────────────────────────────────
|
|
251
|
-
|
|
252
|
-
.matcha-crop__zoom-bar {
|
|
253
|
-
position: absolute;
|
|
254
|
-
bottom: var(--matcha-space-200, 16px);
|
|
255
|
-
left: 50%;
|
|
256
|
-
transform: translateX(-50%);
|
|
257
|
-
display: flex;
|
|
258
|
-
align-items: center;
|
|
259
|
-
gap: var(--matcha-space-100, 8px);
|
|
260
|
-
padding: var(--matcha-space-075, 6px) var(--matcha-space-150, 12px);
|
|
261
|
-
border-radius: var(--matcha-radius-pill, 9999px);
|
|
262
|
-
backdrop-filter: blur(8px);
|
|
263
|
-
font-size: var(--matcha-text-body-sm, 12px);
|
|
264
|
-
z-index: 3;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.matcha-crop__zoom-slider {
|
|
268
|
-
-webkit-appearance: none;
|
|
269
|
-
appearance: none;
|
|
270
|
-
width: 160px;
|
|
271
|
-
height: 4px;
|
|
272
|
-
background: var(--matcha-color-surface-border);
|
|
273
|
-
border-radius: 2px;
|
|
274
|
-
cursor: pointer;
|
|
275
|
-
outline: none;
|
|
276
|
-
|
|
277
|
-
&::-webkit-slider-thumb {
|
|
278
|
-
-webkit-appearance: none;
|
|
279
|
-
width: 16px;
|
|
280
|
-
height: 16px;
|
|
281
|
-
background: var(--matcha-color-accent);
|
|
282
|
-
border: 2px solid var(--matcha-color-surface);
|
|
283
|
-
border-radius: 50%;
|
|
284
|
-
cursor: grab;
|
|
285
|
-
}
|
|
286
|
-
&::-moz-range-thumb {
|
|
287
|
-
width: 16px;
|
|
288
|
-
height: 16px;
|
|
289
|
-
background: var(--matcha-color-accent);
|
|
290
|
-
border: 2px solid var(--matcha-color-surface);
|
|
291
|
-
border-radius: 50%;
|
|
292
|
-
cursor: grab;
|
|
293
|
-
}
|
|
294
|
-
&:focus-visible::-webkit-slider-thumb {
|
|
295
|
-
box-shadow: 0 0 0 3px var(--matcha-color-focus-ring);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.matcha-crop__zoom-value {
|
|
300
|
-
min-width: 40px;
|
|
301
|
-
font-family: 'Fira Code', Consolas, monospace;
|
|
302
|
-
font-variant-numeric: tabular-nums;
|
|
303
|
-
text-align: right;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
// ── States (empty / loading / error) ────────────────────────────────────────
|
|
307
|
-
|
|
308
|
-
.matcha-crop__state {
|
|
309
|
-
display: flex;
|
|
310
|
-
flex-direction: column;
|
|
311
|
-
align-items: center;
|
|
312
|
-
justify-content: center;
|
|
313
|
-
gap: var(--matcha-space-100, 8px);
|
|
314
|
-
padding: var(--matcha-space-300, 24px);
|
|
315
|
-
text-align: center;
|
|
316
|
-
max-width: 360px;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.matcha-crop__state-icon {
|
|
320
|
-
font-size: 48px;
|
|
321
|
-
width: 48px;
|
|
322
|
-
height: 48px;
|
|
323
|
-
--matcha-icon-color: currentColor;
|
|
324
|
-
|
|
325
|
-
&--spin {
|
|
326
|
-
animation: matcha-crop-spin 1.2s linear infinite;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.matcha-crop__state-title {
|
|
331
|
-
margin: 0;
|
|
332
|
-
font-size: var(--matcha-text-title-sm, 16px);
|
|
333
|
-
font-weight: var(--matcha-weight-semibold, 600);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.matcha-crop__state-desc {
|
|
337
|
-
margin: 0;
|
|
338
|
-
font-size: var(--matcha-text-body-sm, 12px);
|
|
339
|
-
line-height: 1.4;
|
|
340
|
-
|
|
341
|
-
code {
|
|
342
|
-
padding: 2px 6px;
|
|
343
|
-
background: var(--matcha-color-surface-card);
|
|
344
|
-
border-radius: var(--matcha-radius-sm, 2px);
|
|
345
|
-
font-family: 'Fira Code', Consolas, monospace;
|
|
346
|
-
font-size: 11px;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
@keyframes matcha-crop-spin {
|
|
351
|
-
to { transform: rotate(360deg); }
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
// ── SR-only live region ────────────────────────────────────────────────────
|
|
355
|
-
|
|
356
|
-
.matcha-crop__sr-live {
|
|
357
|
-
position: absolute;
|
|
358
|
-
width: 1px;
|
|
359
|
-
height: 1px;
|
|
360
|
-
padding: 0;
|
|
361
|
-
margin: -1px;
|
|
362
|
-
overflow: hidden;
|
|
363
|
-
clip: rect(0, 0, 0, 0);
|
|
364
|
-
white-space: nowrap;
|
|
365
|
-
border: 0;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
// ── Footer ──────────────────────────────────────────────────────────────────
|
|
369
|
-
// Footer só ocupa espaço quando ng-content tem children projetados.
|
|
370
|
-
// Truque CSS: empty footer fica height 0 via :has() — quando vazio, esconde.
|
|
371
|
-
|
|
372
|
-
.matcha-crop__footer {
|
|
373
|
-
display: flex;
|
|
374
|
-
align-items: center;
|
|
375
|
-
justify-content: flex-end;
|
|
376
|
-
gap: var(--matcha-space-100, 8px);
|
|
377
|
-
padding: var(--matcha-space-200, 16px) var(--matcha-space-300, 24px);
|
|
378
|
-
flex-shrink: 0;
|
|
379
|
-
|
|
380
|
-
&:empty {
|
|
381
|
-
padding: 0;
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// ── Responsive ──────────────────────────────────────────────────────────────
|
|
386
|
-
|
|
387
|
-
@media (max-width: 640px) {
|
|
388
|
-
.matcha-crop__header,
|
|
389
|
-
.matcha-crop__footer {
|
|
390
|
-
padding: var(--matcha-space-150, 12px) var(--matcha-space-200, 16px);
|
|
391
|
-
}
|
|
392
|
-
.matcha-crop__canvas { min-height: 280px; }
|
|
393
|
-
.matcha-crop__zoom-slider { width: 120px; }
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
// ── Reduced motion ──────────────────────────────────────────────────────────
|
|
397
|
-
|
|
398
|
-
@media (prefers-reduced-motion: reduce) {
|
|
399
|
-
.matcha-crop__image,
|
|
400
|
-
.matcha-crop__overlay {
|
|
401
|
-
transition: none;
|
|
402
|
-
}
|
|
403
|
-
.matcha-crop__state-icon--spin {
|
|
404
|
-
animation: none;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
|
|
3
|
+
// =============================================================================
|
|
4
|
+
// matcha-crop.scss — Image cropper (Tier 1 + Tier 2 gold)
|
|
5
|
+
//
|
|
6
|
+
// Estrutura:
|
|
7
|
+
// .matcha-crop — host flex column (data-state, data-shape, data-ratio)
|
|
8
|
+
// .matcha-crop__header — title + toolbar (reset, lock)
|
|
9
|
+
// .matcha-crop__canvas — image stage + interaction surface
|
|
10
|
+
// .matcha-crop__image — source img (transforma via translate/scale)
|
|
11
|
+
// .matcha-crop__overlay — punch-out mask via clip-path
|
|
12
|
+
// .matcha-crop__area — crop frame draggable + 8 handles
|
|
13
|
+
// .matcha-crop__handle--{nw|n|ne|...} — resize handles (44×44 touch target)
|
|
14
|
+
// .matcha-crop__zoom-bar — slider de zoom
|
|
15
|
+
// .matcha-crop__state — empty / loading / error visuals
|
|
16
|
+
// .matcha-crop__footer — ng-content de actions
|
|
17
|
+
// =============================================================================
|
|
18
|
+
|
|
19
|
+
@mixin matcha-crop-theme($theme) {
|
|
20
|
+
|
|
21
|
+
.matcha-crop {
|
|
22
|
+
color: var(--matcha-color-text-primary);
|
|
23
|
+
|
|
24
|
+
.matcha-crop__header {
|
|
25
|
+
color: var(--matcha-color-text-primary);
|
|
26
|
+
border-bottom: var(--matcha-border-hairline, 1px) solid var(--matcha-color-surface-border);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.matcha-crop__canvas {
|
|
30
|
+
background: var(--matcha-color-surface-inverse, #121212);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.matcha-crop__overlay {
|
|
34
|
+
background: var(--matcha-color-scrim, rgba(0, 0, 0, 0.55));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.matcha-crop__area {
|
|
38
|
+
border: var(--matcha-border-thin, 2px) solid var(--matcha-color-accent);
|
|
39
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
|
|
40
|
+
|
|
41
|
+
&:focus-visible {
|
|
42
|
+
outline: 3px solid var(--matcha-color-focus-ring);
|
|
43
|
+
outline-offset: 4px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.matcha-crop__grid-line {
|
|
48
|
+
background: var(--matcha-color-on-overlay, rgba(255, 255, 255, 0.3));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.matcha-crop__handle {
|
|
52
|
+
background: var(--matcha-color-surface);
|
|
53
|
+
border-color: var(--matcha-color-accent);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.matcha-crop__zoom-bar {
|
|
57
|
+
background: var(--matcha-color-surface-card);
|
|
58
|
+
border: var(--matcha-border-hairline, 1px) solid var(--matcha-color-surface-border);
|
|
59
|
+
color: var(--matcha-color-text-secondary);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.matcha-crop__icon-btn {
|
|
63
|
+
color: var(--matcha-color-text-secondary);
|
|
64
|
+
|
|
65
|
+
&:hover { background: var(--matcha-color-surface-hover); color: var(--matcha-color-text-primary); }
|
|
66
|
+
&:focus-visible { outline: 2px solid var(--matcha-color-focus-ring); outline-offset: 2px; }
|
|
67
|
+
&.is-active { color: var(--matcha-color-accent); background: var(--matcha-color-accent-surface-hover); }
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.matcha-crop__state-icon { color: var(--matcha-color-text-muted); }
|
|
71
|
+
.matcha-crop__state-title { color: var(--matcha-color-text-primary); }
|
|
72
|
+
.matcha-crop__state-desc { color: var(--matcha-color-text-secondary); }
|
|
73
|
+
|
|
74
|
+
.matcha-crop__state--error .matcha-crop__state-icon { color: var(--matcha-color-danger); }
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// ── Layout ──────────────────────────────────────────────────────────────────
|
|
79
|
+
|
|
80
|
+
.matcha-crop {
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: 100%;
|
|
85
|
+
min-height: 320px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// ── Header ──────────────────────────────────────────────────────────────────
|
|
89
|
+
|
|
90
|
+
.matcha-crop__header {
|
|
91
|
+
display: flex;
|
|
92
|
+
align-items: center;
|
|
93
|
+
gap: var(--matcha-space-100, 8px);
|
|
94
|
+
padding: var(--matcha-space-200, 16px) var(--matcha-space-300, 24px);
|
|
95
|
+
font-family: var(--matcha-font-family);
|
|
96
|
+
font-size: var(--matcha-text-title-sm, 16px);
|
|
97
|
+
font-weight: var(--matcha-weight-semibold, 600);
|
|
98
|
+
line-height: var(--matcha-leading-title-sm, 22px);
|
|
99
|
+
flex-shrink: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.matcha-crop__title {
|
|
103
|
+
flex: 1;
|
|
104
|
+
min-width: 0;
|
|
105
|
+
overflow: hidden;
|
|
106
|
+
text-overflow: ellipsis;
|
|
107
|
+
white-space: nowrap;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.matcha-crop__toolbar {
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
113
|
+
gap: var(--matcha-space-050, 4px);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.matcha-crop__icon-btn {
|
|
117
|
+
display: inline-flex;
|
|
118
|
+
align-items: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
width: 32px;
|
|
121
|
+
height: 32px;
|
|
122
|
+
padding: 0;
|
|
123
|
+
background: transparent;
|
|
124
|
+
border: 0;
|
|
125
|
+
border-radius: var(--matcha-radius-md, 4px);
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
transition: background 150ms ease, color 150ms ease;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// ── Canvas (interaction area) ──────────────────────────────────────────────
|
|
131
|
+
|
|
132
|
+
.matcha-crop__canvas {
|
|
133
|
+
position: relative;
|
|
134
|
+
flex: 1;
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
justify-content: center;
|
|
138
|
+
overflow: hidden;
|
|
139
|
+
min-height: 320px;
|
|
140
|
+
cursor: grab;
|
|
141
|
+
user-select: none;
|
|
142
|
+
|
|
143
|
+
&.is-interacting { cursor: grabbing; }
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// `width/height: 100%` + `object-fit: contain` é o pareamento correto: força o
|
|
147
|
+
// IMG box a ocupar o canvas inteiro (mesmo pra natural < container), com o
|
|
148
|
+
// conteúdo escalado preservando aspect ratio. `max-width/height` causava bug
|
|
149
|
+
// em fotos menores que o canvas (ex: thumbnail 80×80 num modal 432×320): o
|
|
150
|
+
// browser não upscala via max-*, mas o JS calculava displayRatio = container/
|
|
151
|
+
// natural > 1 assumindo upscale, fazendo o mapeamento display→source ficar
|
|
152
|
+
// deslocado e o crop sair errado.
|
|
153
|
+
.matcha-crop__image {
|
|
154
|
+
width: 100%;
|
|
155
|
+
height: 100%;
|
|
156
|
+
object-fit: contain;
|
|
157
|
+
user-select: none;
|
|
158
|
+
-webkit-user-drag: none;
|
|
159
|
+
pointer-events: none;
|
|
160
|
+
transform-origin: center center;
|
|
161
|
+
will-change: transform;
|
|
162
|
+
transition: transform 80ms ease-out;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// ── Overlay (punch-out via clip-path) ───────────────────────────────────────
|
|
166
|
+
|
|
167
|
+
.matcha-crop__overlay {
|
|
168
|
+
position: absolute;
|
|
169
|
+
inset: 0;
|
|
170
|
+
pointer-events: none;
|
|
171
|
+
transition: clip-path 80ms ease-out;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// ── Crop area ───────────────────────────────────────────────────────────────
|
|
175
|
+
|
|
176
|
+
.matcha-crop__area {
|
|
177
|
+
position: absolute;
|
|
178
|
+
box-sizing: border-box;
|
|
179
|
+
cursor: move;
|
|
180
|
+
touch-action: none;
|
|
181
|
+
|
|
182
|
+
&--circle {
|
|
183
|
+
border-radius: 50%;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// Posicionado ACIMA da área de crop em vez do centro. Quando shape=circle,
|
|
188
|
+
// o texto do centro era cruzado pelo border (visualmente parecia cortado).
|
|
189
|
+
// Acima fica em zona de overlay escurecido, sempre legível.
|
|
190
|
+
.matcha-crop__hint {
|
|
191
|
+
position: absolute;
|
|
192
|
+
bottom: calc(100% + var(--matcha-space-100, 8px));
|
|
193
|
+
left: 50%;
|
|
194
|
+
transform: translateX(-50%);
|
|
195
|
+
padding: var(--matcha-space-050, 4px) var(--matcha-space-100, 8px);
|
|
196
|
+
font-size: 11px;
|
|
197
|
+
color: rgba(255, 255, 255, 0.85);
|
|
198
|
+
background: rgba(0, 0, 0, 0.7);
|
|
199
|
+
border-radius: var(--matcha-radius-sm, 2px);
|
|
200
|
+
pointer-events: none;
|
|
201
|
+
white-space: nowrap;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// ── Rule of thirds grid (mostra só durante interação) ──────────────────────
|
|
205
|
+
|
|
206
|
+
.matcha-crop__grid {
|
|
207
|
+
position: absolute;
|
|
208
|
+
inset: 0;
|
|
209
|
+
display: grid;
|
|
210
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
211
|
+
grid-template-rows: 1fr 1fr 1fr;
|
|
212
|
+
pointer-events: none;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.matcha-crop__grid-line {
|
|
216
|
+
&:nth-child(1) { grid-column: 2; grid-row: 1 / 4; width: 1px; justify-self: start; }
|
|
217
|
+
&:nth-child(2) { grid-column: 3; grid-row: 1 / 4; width: 1px; justify-self: start; }
|
|
218
|
+
&:nth-child(3) { grid-column: 1 / 4; grid-row: 2; height: 1px; align-self: start; }
|
|
219
|
+
&:nth-child(4) { grid-column: 1 / 4; grid-row: 3; height: 1px; align-self: start; }
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// ── Resize handles (8 directions, 44×44 touch target) ──────────────────────
|
|
223
|
+
|
|
224
|
+
.matcha-crop__handle {
|
|
225
|
+
position: absolute;
|
|
226
|
+
width: var(--matcha-crop-handle-size, 16px);
|
|
227
|
+
height: var(--matcha-crop-handle-size, 16px);
|
|
228
|
+
margin: calc(-1 * var(--matcha-crop-handle-size, 16px) / 2);
|
|
229
|
+
padding: 0;
|
|
230
|
+
background: transparent;
|
|
231
|
+
border: var(--matcha-border-thin, 2px) solid transparent;
|
|
232
|
+
border-radius: 50%;
|
|
233
|
+
pointer-events: auto;
|
|
234
|
+
z-index: 2;
|
|
235
|
+
touch-action: none;
|
|
236
|
+
|
|
237
|
+
// Expand touch target via ::after (visual = 16px, hit = 44px)
|
|
238
|
+
&::after {
|
|
239
|
+
content: '';
|
|
240
|
+
position: absolute;
|
|
241
|
+
inset: -14px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
&:focus-visible {
|
|
245
|
+
outline: 2px solid var(--matcha-color-focus-ring);
|
|
246
|
+
outline-offset: 2px;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// ── Zoom bar ────────────────────────────────────────────────────────────────
|
|
251
|
+
|
|
252
|
+
.matcha-crop__zoom-bar {
|
|
253
|
+
position: absolute;
|
|
254
|
+
bottom: var(--matcha-space-200, 16px);
|
|
255
|
+
left: 50%;
|
|
256
|
+
transform: translateX(-50%);
|
|
257
|
+
display: flex;
|
|
258
|
+
align-items: center;
|
|
259
|
+
gap: var(--matcha-space-100, 8px);
|
|
260
|
+
padding: var(--matcha-space-075, 6px) var(--matcha-space-150, 12px);
|
|
261
|
+
border-radius: var(--matcha-radius-pill, 9999px);
|
|
262
|
+
backdrop-filter: blur(8px);
|
|
263
|
+
font-size: var(--matcha-text-body-sm, 12px);
|
|
264
|
+
z-index: 3;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.matcha-crop__zoom-slider {
|
|
268
|
+
-webkit-appearance: none;
|
|
269
|
+
appearance: none;
|
|
270
|
+
width: 160px;
|
|
271
|
+
height: 4px;
|
|
272
|
+
background: var(--matcha-color-surface-border);
|
|
273
|
+
border-radius: 2px;
|
|
274
|
+
cursor: pointer;
|
|
275
|
+
outline: none;
|
|
276
|
+
|
|
277
|
+
&::-webkit-slider-thumb {
|
|
278
|
+
-webkit-appearance: none;
|
|
279
|
+
width: 16px;
|
|
280
|
+
height: 16px;
|
|
281
|
+
background: var(--matcha-color-accent);
|
|
282
|
+
border: 2px solid var(--matcha-color-surface);
|
|
283
|
+
border-radius: 50%;
|
|
284
|
+
cursor: grab;
|
|
285
|
+
}
|
|
286
|
+
&::-moz-range-thumb {
|
|
287
|
+
width: 16px;
|
|
288
|
+
height: 16px;
|
|
289
|
+
background: var(--matcha-color-accent);
|
|
290
|
+
border: 2px solid var(--matcha-color-surface);
|
|
291
|
+
border-radius: 50%;
|
|
292
|
+
cursor: grab;
|
|
293
|
+
}
|
|
294
|
+
&:focus-visible::-webkit-slider-thumb {
|
|
295
|
+
box-shadow: 0 0 0 3px var(--matcha-color-focus-ring);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.matcha-crop__zoom-value {
|
|
300
|
+
min-width: 40px;
|
|
301
|
+
font-family: 'Fira Code', Consolas, monospace;
|
|
302
|
+
font-variant-numeric: tabular-nums;
|
|
303
|
+
text-align: right;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// ── States (empty / loading / error) ────────────────────────────────────────
|
|
307
|
+
|
|
308
|
+
.matcha-crop__state {
|
|
309
|
+
display: flex;
|
|
310
|
+
flex-direction: column;
|
|
311
|
+
align-items: center;
|
|
312
|
+
justify-content: center;
|
|
313
|
+
gap: var(--matcha-space-100, 8px);
|
|
314
|
+
padding: var(--matcha-space-300, 24px);
|
|
315
|
+
text-align: center;
|
|
316
|
+
max-width: 360px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.matcha-crop__state-icon {
|
|
320
|
+
font-size: 48px;
|
|
321
|
+
width: 48px;
|
|
322
|
+
height: 48px;
|
|
323
|
+
--matcha-icon-color: currentColor;
|
|
324
|
+
|
|
325
|
+
&--spin {
|
|
326
|
+
animation: matcha-crop-spin 1.2s linear infinite;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.matcha-crop__state-title {
|
|
331
|
+
margin: 0;
|
|
332
|
+
font-size: var(--matcha-text-title-sm, 16px);
|
|
333
|
+
font-weight: var(--matcha-weight-semibold, 600);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.matcha-crop__state-desc {
|
|
337
|
+
margin: 0;
|
|
338
|
+
font-size: var(--matcha-text-body-sm, 12px);
|
|
339
|
+
line-height: 1.4;
|
|
340
|
+
|
|
341
|
+
code {
|
|
342
|
+
padding: 2px 6px;
|
|
343
|
+
background: var(--matcha-color-surface-card);
|
|
344
|
+
border-radius: var(--matcha-radius-sm, 2px);
|
|
345
|
+
font-family: 'Fira Code', Consolas, monospace;
|
|
346
|
+
font-size: 11px;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
@keyframes matcha-crop-spin {
|
|
351
|
+
to { transform: rotate(360deg); }
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// ── SR-only live region ────────────────────────────────────────────────────
|
|
355
|
+
|
|
356
|
+
.matcha-crop__sr-live {
|
|
357
|
+
position: absolute;
|
|
358
|
+
width: 1px;
|
|
359
|
+
height: 1px;
|
|
360
|
+
padding: 0;
|
|
361
|
+
margin: -1px;
|
|
362
|
+
overflow: hidden;
|
|
363
|
+
clip: rect(0, 0, 0, 0);
|
|
364
|
+
white-space: nowrap;
|
|
365
|
+
border: 0;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
// ── Footer ──────────────────────────────────────────────────────────────────
|
|
369
|
+
// Footer só ocupa espaço quando ng-content tem children projetados.
|
|
370
|
+
// Truque CSS: empty footer fica height 0 via :has() — quando vazio, esconde.
|
|
371
|
+
|
|
372
|
+
.matcha-crop__footer {
|
|
373
|
+
display: flex;
|
|
374
|
+
align-items: center;
|
|
375
|
+
justify-content: flex-end;
|
|
376
|
+
gap: var(--matcha-space-100, 8px);
|
|
377
|
+
padding: var(--matcha-space-200, 16px) var(--matcha-space-300, 24px);
|
|
378
|
+
flex-shrink: 0;
|
|
379
|
+
|
|
380
|
+
&:empty {
|
|
381
|
+
padding: 0;
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// ── Responsive ──────────────────────────────────────────────────────────────
|
|
386
|
+
|
|
387
|
+
@media (max-width: 640px) {
|
|
388
|
+
.matcha-crop__header,
|
|
389
|
+
.matcha-crop__footer {
|
|
390
|
+
padding: var(--matcha-space-150, 12px) var(--matcha-space-200, 16px);
|
|
391
|
+
}
|
|
392
|
+
.matcha-crop__canvas { min-height: 280px; }
|
|
393
|
+
.matcha-crop__zoom-slider { width: 120px; }
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// ── Reduced motion ──────────────────────────────────────────────────────────
|
|
397
|
+
|
|
398
|
+
@media (prefers-reduced-motion: reduce) {
|
|
399
|
+
.matcha-crop__image,
|
|
400
|
+
.matcha-crop__overlay {
|
|
401
|
+
transition: none;
|
|
402
|
+
}
|
|
403
|
+
.matcha-crop__state-icon--spin {
|
|
404
|
+
animation: none;
|
|
405
|
+
}
|
|
406
|
+
}
|