Skip to content

Commit bc80075

Browse files
authored
Merge pull request #78 from techniq/design-tokens
Design tokens / Theme support (with dark mode)
2 parents e218c95 + 0286dbc commit bc80075

125 files changed

Lines changed: 4275 additions & 12899 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/beige-rings-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'layerchart': patch
3+
---
4+
5+
Update sub-component props type that are spread (`ComponentProps<SomeComponent>`) to be more accurate (`Partial<...>`)

.changeset/flat-flies-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"layerchart": patch
3+
---
4+
5+
[ClipPath] Add `disabled` prop to show all (ignore clipping)

.changeset/neat-pens-train.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"layerchart": patch
3+
---
4+
5+
Update dependencies

.changeset/olive-flies-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'layerchart': minor
3+
---
4+
5+
Theme support

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"layerchart": "0.27.0"
6+
},
7+
"changesets": [
8+
"beige-rings-joke",
9+
"neat-pens-train",
10+
"olive-flies-poke"
11+
]
12+
}

.changeset/rude-mails-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"layerchart": patch
3+
---
4+
5+
Add GeoCircle component

.changeset/shiny-teachers-grab.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"layerchart": patch
3+
---
4+
5+
Add antipode() geo util

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"up-deps": "pnpm update -r -i --latest"
1616
},
1717
"devDependencies": {
18-
"@changesets/cli": "2.26.2",
18+
"@changesets/cli": "2.27.1",
1919
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
2020
"rimraf": "5.0.5"
2121
},

packages/layerchart/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# LayerChart
22

3+
## 0.28.0-next.3
4+
5+
### Patch Changes
6+
7+
- Update sub-component props type that are spread (`ComponentProps<SomeComponent>`) to be more accurate (`Partial<...>`) ([#78](https://github.com/techniq/layerchart/pull/78))
8+
9+
- Update dependencies ([#78](https://github.com/techniq/layerchart/pull/78))
10+
11+
## 0.28.0-next.0
12+
13+
### Minor Changes
14+
15+
- Theme support ([#78](https://github.com/techniq/layerchart/pull/78))
16+
317
## 0.27.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)