@layerfi/components 0.1.42 → 0.1.43
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 +154 -75
- package/dist/esm/index.js.map +2 -2
- package/dist/index.d.ts +36 -21
- package/dist/index.js +154 -75
- package/dist/index.js.map +2 -2
- package/dist/styles/index.css +4 -9
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -6313,12 +6313,12 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6313
6313
|
.Layer__profit-and-loss-row__value--amount-negative .Layer__text::before {
|
|
6314
6314
|
content: "-$";
|
|
6315
6315
|
}
|
|
6316
|
-
.Layer__profit-and-loss-row__label
|
|
6317
|
-
color: var(--color-base-
|
|
6318
|
-
font-variation-settings: "wght" var(--font-weight-
|
|
6316
|
+
.Layer__profit-and-loss-row__label .Layer__text {
|
|
6317
|
+
color: var(--color-base-700);
|
|
6318
|
+
font-variation-settings: "wght" var(--font-weight-normal);
|
|
6319
6319
|
margin: 0;
|
|
6320
6320
|
}
|
|
6321
|
-
.Layer__profit-and-loss-
|
|
6321
|
+
.Layer__profit-and-loss-row__label.Layer__profit-and-loss-row__label--depth-0 .Layer__text {
|
|
6322
6322
|
color: var(--color-base-800);
|
|
6323
6323
|
font-variation-settings: "wght" var(--font-weight-bold);
|
|
6324
6324
|
margin: 0;
|
|
@@ -6334,11 +6334,6 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
6334
6334
|
font-variation-settings: "wght" var(--font-weight-normal);
|
|
6335
6335
|
margin: 0;
|
|
6336
6336
|
}
|
|
6337
|
-
.Layer__profit-and-loss-row__value--depth-1 .Layer__text {
|
|
6338
|
-
color: var(--color-base-700);
|
|
6339
|
-
font-variation-settings: "wght" var(--font-weight-normal);
|
|
6340
|
-
margin: 0;
|
|
6341
|
-
}
|
|
6342
6337
|
.Layer__profit-and-loss-chart .recharts-cartesian-axis-tick-value tspan {
|
|
6343
6338
|
font-size: 0.75rem;
|
|
6344
6339
|
}
|