@layerfi/components 0.1.68 → 0.1.70
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/esm/index.js +11396 -11248
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +65 -20
- package/dist/index.js +11273 -11124
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +8 -0
- package/dist/styles/index.css.map +3 -3
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -7203,6 +7203,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7203
7203
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu {
|
|
7204
7204
|
width: min-content;
|
|
7205
7205
|
max-width: 300px;
|
|
7206
|
+
z-index: 2;
|
|
7206
7207
|
}
|
|
7207
7208
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option {
|
|
7208
7209
|
width: 100%;
|
|
@@ -7210,6 +7211,7 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7210
7211
|
white-space: nowrap;
|
|
7211
7212
|
overflow: hidden;
|
|
7212
7213
|
text-overflow: ellipsis;
|
|
7214
|
+
z-index: 999;
|
|
7213
7215
|
}
|
|
7214
7216
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-focused,
|
|
7215
7217
|
.Layer__profit-and-loss-detailed-charts .Layer__select__menu .Layer__select__option.Layer__select__option--is-selected,
|
|
@@ -7376,6 +7378,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7376
7378
|
font-size: 14px;
|
|
7377
7379
|
}
|
|
7378
7380
|
}
|
|
7381
|
+
.Layer__project-view .Layer__category-menu {
|
|
7382
|
+
max-width: 300px;
|
|
7383
|
+
}
|
|
7384
|
+
.Layer__project-view .Layer__select__menu {
|
|
7385
|
+
z-index: 2;
|
|
7386
|
+
}
|
|
7379
7387
|
.Layer__radio-button-group {
|
|
7380
7388
|
display: flex;
|
|
7381
7389
|
font-size: 1rem;
|