Compare commits

..

5 Commits

4 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'@portaljs/components': patch
---
More params added to <LineChart />, loading spinners added to <Table /> and <LineChart />, minor fixes

View File

@@ -178,3 +178,13 @@ a {
* {
box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: white;
background: black;
}
}

View File

@@ -1,11 +1,5 @@
# @portaljs/components
## 0.1.9
### Patch Changes
- [#933](https://github.com/datopian/portaljs/pull/933) [`683159d`](https://github.com/datopian/portaljs/commit/683159da02708ce520e9aad9707f2b96b598ec8b) Thanks [@demenech](https://github.com/demenech)! - More params added to <LineChart />, loading spinners added to <Table /> and <LineChart />, minor fixes
## 0.1.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@portaljs/components",
"version": "0.1.9",
"version": "0.1.8",
"type": "module",
"description": "https://portaljs.org",
"keywords": [