@layerfi/components 0.1.133 → 0.1.134-alpha.1
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/cjs/index.cjs +618 -344
- package/dist/esm/index.mjs +613 -339
- package/dist/index.css +52 -17
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5650,7 +5650,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
5650
5650
|
visibility: hidden;
|
|
5651
5651
|
}
|
|
5652
5652
|
.Layer__ComboBoxOption--selected {
|
|
5653
|
-
background-color: var(--color-base-
|
|
5653
|
+
background-color: var(--color-base-300);
|
|
5654
5654
|
}
|
|
5655
5655
|
.Layer__ComboBoxOption--selected .Layer__ComboBoxOptionCheckIcon {
|
|
5656
5656
|
visibility: visible;
|
|
@@ -9362,6 +9362,19 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9362
9362
|
justify-content: flex-end;
|
|
9363
9363
|
min-width: 15rem;
|
|
9364
9364
|
max-width: 24rem;
|
|
9365
|
+
}
|
|
9366
|
+
.Layer__UnifiedReports__HeaderButtons--mobile {
|
|
9367
|
+
width: 100%;
|
|
9368
|
+
min-width: 0;
|
|
9369
|
+
max-width: none;
|
|
9370
|
+
}
|
|
9371
|
+
|
|
9372
|
+
@container unified-reports (max-width: 500px) {
|
|
9373
|
+
.Layer__UnifiedReports__HeaderButtons {
|
|
9374
|
+
width: 100%;
|
|
9375
|
+
min-width: 0;
|
|
9376
|
+
max-width: none;
|
|
9377
|
+
}
|
|
9365
9378
|
}.Layer__UI__Table__UnifiedReports {
|
|
9366
9379
|
width: max-content;
|
|
9367
9380
|
min-width: 100%;
|
|
@@ -9374,26 +9387,47 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9374
9387
|
max-width: 16rem;
|
|
9375
9388
|
}.Layer__YearPicker {
|
|
9376
9389
|
inline-size: 8rem;
|
|
9377
|
-
}.
|
|
9378
|
-
|
|
9379
|
-
|
|
9390
|
+
}.Layer__UnifiedReports__ReportingBasisControl__Container {
|
|
9391
|
+
inline-size: 12rem;
|
|
9392
|
+
max-inline-size: 12rem;
|
|
9393
|
+
}.Layer__UnifiedReports__TagControl__Container {
|
|
9394
|
+
inline-size: 16rem;
|
|
9380
9395
|
}
|
|
9381
|
-
.
|
|
9382
|
-
|
|
9396
|
+
.Layer__UnifiedReports__TagControl__Container .Layer__ComboBoxControl {
|
|
9397
|
+
min-inline-size: 0;
|
|
9398
|
+
}
|
|
9399
|
+
.Layer__UnifiedReports__TagControl__Container .Layer__ComboBoxMultiValue {
|
|
9400
|
+
flex: 1 1 auto;
|
|
9401
|
+
}.Layer__UnifiedReports__ControlsContainer {
|
|
9402
|
+
container: unified-report-controls/inline-size;
|
|
9383
9403
|
}
|
|
9384
|
-
|
|
9385
|
-
|
|
9404
|
+
|
|
9405
|
+
.Layer__UnifiedReports__AdditionalControls {
|
|
9406
|
+
display: grid;
|
|
9407
|
+
grid-auto-columns: max-content;
|
|
9408
|
+
grid-auto-flow: column;
|
|
9409
|
+
gap: var(--spacing-xs);
|
|
9386
9410
|
}
|
|
9387
|
-
|
|
9388
|
-
|
|
9411
|
+
|
|
9412
|
+
@container unified-report-controls (max-width: 1200px) {
|
|
9413
|
+
.Layer__UnifiedReports__Controls.Layer__Stack[data-direction=row] {
|
|
9414
|
+
flex-direction: column;
|
|
9415
|
+
}
|
|
9416
|
+
.Layer__UnifiedReports__AdditionalControls {
|
|
9417
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
9418
|
+
grid-auto-flow: row;
|
|
9419
|
+
}
|
|
9420
|
+
.Layer__UnifiedReports__AdditionalControls > *,
|
|
9421
|
+
.Layer__UnifiedReports__AdditionalControls .Layer__DateGroupByComboBox__Container,
|
|
9422
|
+
.Layer__UnifiedReports__AdditionalControls .Layer__YearPicker {
|
|
9423
|
+
inline-size: 100%;
|
|
9424
|
+
max-inline-size: none;
|
|
9425
|
+
}
|
|
9389
9426
|
}
|
|
9390
|
-
|
|
9391
|
-
.Layer__UnifiedReports__AdditionalControls
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
.Layer__UnifiedReports__AdditionalControls[data-variant=medium] .Layer__YearPicker {
|
|
9395
|
-
inline-size: 100%;
|
|
9396
|
-
max-inline-size: none;
|
|
9427
|
+
@container unified-report-controls (max-width: 560px) {
|
|
9428
|
+
.Layer__UnifiedReports__AdditionalControls {
|
|
9429
|
+
grid-template-columns: 1fr;
|
|
9430
|
+
}
|
|
9397
9431
|
}.Layer__UnifiedReports__BaseHeader {
|
|
9398
9432
|
border-bottom: 1px solid var(--border-color);
|
|
9399
9433
|
}.Layer__UI__Link {
|
|
@@ -9455,6 +9489,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
9455
9489
|
}.Layer__UnifiedReports__DetailHeader {
|
|
9456
9490
|
border-bottom: 1px solid var(--border-color);
|
|
9457
9491
|
}.Layer__view.Layer__UnifiedReports {
|
|
9492
|
+
container: unified-reports/inline-size;
|
|
9458
9493
|
overflow: hidden;
|
|
9459
9494
|
max-height: 100vh;
|
|
9460
9495
|
min-width: clamp(23rem, 100%, 1406px);
|