@layerfi/components 0.1.133 → 0.1.134-alpha

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/index.css CHANGED
@@ -9374,6 +9374,17 @@ tbody .Layer__table__empty-row:first-child {
9374
9374
  max-width: 16rem;
9375
9375
  }.Layer__YearPicker {
9376
9376
  inline-size: 8rem;
9377
+ }.Layer__UnifiedReports__ReportingBasisControl__Container {
9378
+ inline-size: 12rem;
9379
+ max-inline-size: 12rem;
9380
+ }.Layer__UnifiedReports__TagControl__Container {
9381
+ inline-size: 16rem;
9382
+ }
9383
+ .Layer__UnifiedReports__TagControl__Container .Layer__ComboBoxControl {
9384
+ min-inline-size: 0;
9385
+ }
9386
+ .Layer__UnifiedReports__TagControl__Container .Layer__ComboBoxMultiValue {
9387
+ flex: 1 1 auto;
9377
9388
  }.Layer__UnifiedReports__AdditionalControls {
9378
9389
  display: grid;
9379
9390
  gap: var(--spacing-xs);
@@ -9385,7 +9396,8 @@ tbody .Layer__table__empty-row:first-child {
9385
9396
  grid-template-columns: repeat(2, 1fr);
9386
9397
  }
9387
9398
  .Layer__UnifiedReports__AdditionalControls[data-variant=large] {
9388
- grid-template-columns: repeat(3, 1fr);
9399
+ grid-auto-columns: max-content;
9400
+ grid-auto-flow: column;
9389
9401
  }
9390
9402
  .Layer__UnifiedReports__AdditionalControls[data-variant=small] > *,
9391
9403
  .Layer__UnifiedReports__AdditionalControls[data-variant=small] .Layer__DateGroupByComboBox__Container,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.133",
3
+ "version": "0.1.134-alpha",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",