@layerfi/components 0.1.68 → 0.1.69
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 +11367 -11224
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +63 -20
- package/dist/index.js +11269 -11125
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +7 -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%;
|
|
@@ -7376,6 +7377,12 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
7376
7377
|
font-size: 14px;
|
|
7377
7378
|
}
|
|
7378
7379
|
}
|
|
7380
|
+
.Layer__project-view .Layer__category-menu {
|
|
7381
|
+
max-width: 300px;
|
|
7382
|
+
}
|
|
7383
|
+
.Layer__project-view .Layer__select__menu {
|
|
7384
|
+
z-index: 2;
|
|
7385
|
+
}
|
|
7379
7386
|
.Layer__radio-button-group {
|
|
7380
7387
|
display: flex;
|
|
7381
7388
|
font-size: 1rem;
|