Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/toc-css-variables.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/sveltekit-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ainsleydev/sveltekit-helper

## 0.6.3

### Patch Changes

- 1f9dbbb: feat(toc): expose CSS variables on TableOfContents for active colour, border colour and offset
- `--toc-colour-active` — overrides active/hover link colour (fallback: `--token-text-action`)
- `--toc-border-colour` — overrides border colour (fallback: `--colour-light-600`)
- `--toc-border-offset` — overrides `margin-left` and `padding-left` on the border variant (fallback: `$size-48`)

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ainsleydev/sveltekit-helper",
"version": "0.6.2",
"version": "0.6.3",
"description": "SvelteKit utilities, components and helpers for ainsley.dev builds",
"license": "MIT",
"type": "module",
Expand Down
Loading