@layerfi/components 0.1.102-alpha.4 → 0.1.102-alpha.6
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/README.md +0 -3
- package/dist/cjs/index.cjs +10195 -9125
- package/dist/esm/index.mjs +9429 -8354
- package/dist/index.css +361 -349
- package/dist/index.d.ts +454 -94
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -464,9 +464,6 @@ The full list of variables is listed in the [`variables.css`](https://github.com
|
|
|
464
464
|
--tooltip-color: var(--color-white);
|
|
465
465
|
--tooltip-bg-color: var(--color-base-800);
|
|
466
466
|
|
|
467
|
-
--bar-color-income: var(--color-base-400);
|
|
468
|
-
--bar-color-expenses: var(--color-base-900);
|
|
469
|
-
|
|
470
467
|
--chart-indicator-color: var(--color-base-700);
|
|
471
468
|
```
|
|
472
469
|
|