Skip to content

Commit ba07174

Browse files
committed
Release 5.4.0
1 parent e4e3114 commit ba07174

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/theming_variables.md

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Override the following CSS custom properties (variables) to style svelte-select
4141
- `--group-title-text-transform`
4242
- `--height`
4343
- `--icons-color`
44+
- `--indicators-bottom`
45+
- `--indicators-position`
46+
- `--indicators-right`
47+
- `--indicators-top`
4448
- `--input-color`
4549
- `--input-left`
4650
- `--input-letter-spacing`
@@ -74,6 +78,7 @@ Override the following CSS custom properties (variables) to style svelte-select
7478
- `--loading-height`
7579
- `--loading-width`
7680
- `--margin`
81+
- `--max-height`
7782
- `--multi-item-active-outline`
7883
- `--multi-item-bg`
7984
- `--multi-item-border-radius`
@@ -99,5 +104,7 @@ Override the following CSS custom properties (variables) to style svelte-select
99104
- `--spinner-color`
100105
- `--spinner-height`
101106
- `--spinner-width`
107+
- `--value-container-overflow`
108+
- `--value-container-padding`
102109
- `--width`
103110
<!-- List end -->

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-select",
3-
"version": "5.3.1",
3+
"version": "5.4.0",
44
"repository": "https://rob-balfre@github.com/rob-balfre/svelte-select.git",
55
"description": "A <Select> component for Svelte apps",
66
"scripts": {

0 commit comments

Comments
 (0)