Compare commits
5 Commits
@portaljs/
...
feature/co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0c0c9bd4c | ||
|
|
e38319939e | ||
|
|
95a9aa52d7 | ||
|
|
5190f50948 | ||
|
|
223a1bdd77 |
5
.changeset/funny-dolls-bathe.md
Normal file
5
.changeset/funny-dolls-bathe.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@portaljs/components': patch
|
||||
---
|
||||
|
||||
More params added to <LineChart />, loading spinners added to <Table /> and <LineChart />, minor fixes
|
||||
@@ -178,3 +178,13 @@ a {
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
body {
|
||||
color: white;
|
||||
background: black;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@portaljs/components",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.8",
|
||||
"type": "module",
|
||||
"description": "https://portaljs.org",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user