@pixum/combobox 4.0.15 → 4.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/styles.css +1 -1
- package/package.json +7 -7
- package/CHANGELOG.md +0 -1008
package/lib/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.combobox{width:100%;position:relative}.combobox--headline[class*=text--]+*{margin-top:var(--spacing-2)}.combobox--header,.combobox__options{position:relative}.combobox--header{width:100%;align-items:flex-start;flex-direction:column;gap:var(--spacing-1_5);height:auto;padding:var(--spacing-3) var(--spacing) var(--spacing-2)}.combobox__options{width:100%;max-height:none;display:flex;flex-direction:column;overflow:scroll}.combobox .input-outer-container .input-inner-container.input-inner-container--compact{height:48px}.combobox .user-input__label-container{align-self:baseline;padding-left:var(--spacing-2)}.combobox .user-input__label-container label.user-input__label{padding:var(--spacing-0_5)}.combobox__options .combobox__sticky-header,.combobox__options .menu-item[data-background-color=default]{padding-left:0}.combobox .search.user-input__compact{margin-bottom:var(--spacing-2)}.combobox__options .combobox__sticky-header{position:sticky;top:0;padding:var(--spacing-1_25) var(--spacing-2);background-color:var(--color-surface)}.combobox__options .menu-item[data-background-color=default]{padding:var(--spacing-1_5) var(--spacing-2)}.combobox__options .menu-item:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.combobox__options .text--caption{color:var(--color-on-secondary)}.combobox__options .item-header{display:flex;justify-content:space-between}.combobox .combobox__options .combobox__option-details{position:sticky;bottom:0;padding-left:var(--spacing);padding-right:var(--spacing);background-color:var(--color-surface)}.combobox .user-input__label.user-input__label--active{color:var(--color-on)}.combobox--no-results-text{text-align:center;padding:var(--spacing-2) var(--spacing)}.combobox .input-outer-container label{padding-top:0;padding-bottom:0;padding-left:0}@media screen and (min-width:960px){.combobox__options{position:absolute;overflow-x:auto;max-height:330px;border-radius:12px;margin-top:var(--spacing)}.combobox .user-input__label-container{padding-left:0}.combobox .search.user-input__compact{margin-bottom:0}}
|
|
1
|
+
.combobox{width:100%;position:relative}.combobox--headline[class*=text--]+*{margin-top:var(--spacing-2)}.combobox--header,.combobox__options{position:relative}.combobox--header{width:100%;align-items:flex-start;flex-direction:column;gap:var(--spacing-1_5);height:auto;padding:var(--spacing-3) var(--spacing) var(--spacing-2)}.combobox__options{width:100%;max-height:none;display:flex;flex-direction:column;overflow:scroll}.combobox .input-outer-container .input-inner-container.input-inner-container--compact{height:48px}.combobox .user-input__label-container{align-self:baseline;padding-left:var(--spacing-2)}.combobox .user-input__label-container label.user-input__label{padding:var(--spacing-0_5)}.combobox__options .combobox__sticky-header,.combobox__options .menu-item[data-background-color=default]{padding-left:0}.combobox .search.user-input__compact{margin-bottom:var(--spacing-2)}.combobox__options .combobox__sticky-header{position:-webkit-sticky;position:sticky;top:0;padding:var(--spacing-1_25) var(--spacing-2);background-color:var(--color-surface)}.combobox__options .menu-item[data-background-color=default]{padding:var(--spacing-1_5) var(--spacing-2)}.combobox__options .menu-item:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset)}.combobox__options .text--caption{color:var(--color-on-secondary)}.combobox__options .item-header{display:flex;justify-content:space-between}.combobox .combobox__options .combobox__option-details{position:-webkit-sticky;position:sticky;bottom:0;padding-left:var(--spacing);padding-right:var(--spacing);background-color:var(--color-surface)}.combobox .user-input__label.user-input__label--active{color:var(--color-on)}.combobox--no-results-text{text-align:center;padding:var(--spacing-2) var(--spacing)}.combobox .input-outer-container label{padding-top:0;padding-bottom:0;padding-left:0}@media screen and (min-width:960px){.combobox__options{position:absolute;overflow-x:auto;max-height:330px;border-radius:12px;margin-top:var(--spacing)}.combobox .user-input__label-container{padding-left:0}.combobox .search.user-input__compact{margin-bottom:0}}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixum/combobox",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.16",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@pixum/bottom-sheet": "3.0.
|
|
9
|
-
"@pixum/button": "4.1.
|
|
8
|
+
"@pixum/bottom-sheet": "3.0.18",
|
|
9
|
+
"@pixum/button": "4.1.20",
|
|
10
10
|
"@pixum/menu": "3.0.14",
|
|
11
|
-
"@pixum/menu-item": "2.0.
|
|
11
|
+
"@pixum/menu-item": "2.0.14",
|
|
12
12
|
"@pixum/svg-icon": "5.8.1",
|
|
13
13
|
"@pixum/text": "2.0.20",
|
|
14
14
|
"@pixum/theme-provider": "4.2.20",
|
|
15
|
-
"@pixum/user-input": "3.0.
|
|
16
|
-
"@pixum/web-input": "1.0.
|
|
15
|
+
"@pixum/user-input": "3.0.15",
|
|
16
|
+
"@pixum/web-input": "1.0.19"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"lib"
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"sideEffects": [
|
|
22
22
|
"*.css"
|
|
23
23
|
],
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "0cfded0f4bd501d2bb03049690c92781890e8c1e"
|
|
25
25
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,1008 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [4.0.15](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.14...@pixum/combobox@4.0.15) (2025-07-07)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [4.0.14](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.13...@pixum/combobox@4.0.14) (2025-07-07)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [4.0.12](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.12) (2025-07-03)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## [4.0.11](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.11) (2025-06-30)
|
|
32
|
-
|
|
33
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## [4.0.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.10) (2025-06-30)
|
|
40
|
-
|
|
41
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [4.0.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.9) (2025-06-27)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Bug Fixes
|
|
51
|
-
|
|
52
|
-
* **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
53
|
-
* **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
54
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## [4.0.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.6...@pixum/combobox@4.0.8) (2025-06-16)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## [4.0.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.7) (2025-06-11)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Bug Fixes
|
|
72
|
-
|
|
73
|
-
* **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
74
|
-
* **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
75
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## [4.0.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.5...@pixum/combobox@4.0.6) (2025-06-11)
|
|
82
|
-
|
|
83
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
## [4.0.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.5) (2025-06-11)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
95
|
-
* **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
96
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
## [4.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.4) (2025-06-10)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Bug Fixes
|
|
106
|
-
|
|
107
|
-
* **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
108
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## [4.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.3) (2025-05-30)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### Bug Fixes
|
|
118
|
-
|
|
119
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## [4.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.2) (2025-05-30)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
* **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## [4.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.0...@pixum/combobox@4.0.1) (2025-03-13)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
# [4.0.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.4...@pixum/combobox@4.0.0) (2025-03-06)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
### Bug Fixes
|
|
148
|
-
|
|
149
|
-
* **ComboBox:** Import InputModesType from relative path ([72690bf](https://git.pixum.net/design-system/component-library/commits/72690bfcc1b91a4389557c3cf9138cd9d0dcbb81))
|
|
150
|
-
* **ComboBox:** Revert changes ([b3ce5a6](https://git.pixum.net/design-system/component-library/commits/b3ce5a6032be9e3789a850acc81703e87f7ab783))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## [3.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.3...@pixum/combobox@3.0.4) (2025-03-06)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## [3.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.2...@pixum/combobox@3.0.3) (2025-03-06)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## [3.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.1...@pixum/combobox@3.0.2) (2025-03-06)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## [3.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.0...@pixum/combobox@3.0.1) (2025-03-06)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
# [3.0.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.6...@pixum/combobox@3.0.0) (2025-03-06)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
* **combobox:** add focus ring to option items ([483d14f](https://git.pixum.net/design-system/component-library/commits/483d14fc81872a620f4864626e9e923136359475))
|
|
194
|
-
* **combobox:** clear search qurey on sheet close ([d7fb3f3](https://git.pixum.net/design-system/component-library/commits/d7fb3f34b9091d4063dbceffd821cf7aa47f6b74))
|
|
195
|
-
* **combobox:** close bottom-sheet on esc press ([e2d64e2](https://git.pixum.net/design-system/component-library/commits/e2d64e2b279628ac9a35618a13ce1d08e6378142))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## [2.0.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.5...@pixum/combobox@2.0.6) (2025-01-08)
|
|
202
|
-
|
|
203
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## [2.0.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.4...@pixum/combobox@2.0.5) (2024-11-18)
|
|
210
|
-
|
|
211
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## [2.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.3...@pixum/combobox@2.0.4) (2024-11-06)
|
|
218
|
-
|
|
219
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
## [2.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.2...@pixum/combobox@2.0.3) (2024-11-06)
|
|
226
|
-
|
|
227
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
## [2.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.1...@pixum/combobox@2.0.2) (2024-11-05)
|
|
234
|
-
|
|
235
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## [2.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.5-es6.build.0...@pixum/combobox@2.0.1) (2024-10-17)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### Bug Fixes
|
|
245
|
-
|
|
246
|
-
* rm canary version tag ([14df9b2](https://git.pixum.net/design-system/component-library/commits/14df9b27fcd00cb31198519fb94a065c285474f2))
|
|
247
|
-
* versions for next publish ([059c539](https://git.pixum.net/design-system/component-library/commits/059c53935f0fda4cc6285ae31988e05ea96f6023))
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## [2.0.5-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.4-es6.build.0...@pixum/combobox@2.0.5-es6.build.0) (2024-10-15)
|
|
254
|
-
|
|
255
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
## [2.0.4-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.3-es6.build.0...@pixum/combobox@2.0.4-es6.build.0) (2024-10-14)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Bug Fixes
|
|
265
|
-
|
|
266
|
-
* updated peer dependency versions ([89eacde](https://git.pixum.net/design-system/component-library/commits/89eacdeec4fef7d416884b58b63bb3f7d2f9a559))
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
## [2.0.3-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.2-es6.build.0...@pixum/combobox@2.0.3-es6.build.0) (2024-10-11)
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
### Bug Fixes
|
|
276
|
-
|
|
277
|
-
* use newest comp-lib versions ([6defddf](https://git.pixum.net/design-system/component-library/commits/6defddfd3d64ad5e7de6ccf62d01e824b08e0946))
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## [2.0.2-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.7.0...@pixum/combobox@2.0.2-es6.build.0) (2024-10-11)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* add gitHead again ([865d9be](https://git.pixum.net/design-system/component-library/commits/865d9be0c771e3c54597ceab6f75c9d0213e62ca))
|
|
289
|
-
* adjust versions for new es6 build ([5b7275b](https://git.pixum.net/design-system/component-library/commits/5b7275bb37897ae5e399d76552f3a64237442b01))
|
|
290
|
-
* prevent from tree shaking .css files ([2bdc9b1](https://git.pixum.net/design-system/component-library/commits/2bdc9b1ab4a27ca9bc9684fb04eccd9547842dee))
|
|
291
|
-
* update the type of all component packages (type 'module' - default was commonjs) ([d59611b](https://git.pixum.net/design-system/component-library/commits/d59611b6e27cb059c82ea8fa6462fd9f157a07f7))
|
|
292
|
-
* wrong / outdated dependencies ([a20f1ab](https://git.pixum.net/design-system/component-library/commits/a20f1ab94390b88ef68b019b5649f299e3c76a55))
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
# [1.7.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.10...@pixum/combobox@1.7.0) (2024-10-09)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Features
|
|
302
|
-
|
|
303
|
-
* **combo-box:** add name attribute ([96eb546](https://git.pixum.net/design-system/component-library/commits/96eb546ce2ddc7b96b794b630270c8e44d002c2d))
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
## [1.6.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.9...@pixum/combobox@1.6.10) (2024-07-19)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
## [1.6.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.8...@pixum/combobox@1.6.9) (2024-07-18)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
## [1.6.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.7...@pixum/combobox@1.6.8) (2024-07-18)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
## [1.6.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.6...@pixum/combobox@1.6.7) (2024-06-24)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## [1.6.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.5...@pixum/combobox@1.6.6) (2024-04-18)
|
|
343
|
-
|
|
344
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
## [1.6.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.4...@pixum/combobox@1.6.5) (2024-04-18)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
## [1.6.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.3...@pixum/combobox@1.6.4) (2024-02-14)
|
|
359
|
-
|
|
360
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
## [1.6.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.2...@pixum/combobox@1.6.3) (2024-02-13)
|
|
368
|
-
|
|
369
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## [1.6.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.1...@pixum/combobox@1.6.2) (2024-02-13)
|
|
376
|
-
|
|
377
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
## [1.6.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.0...@pixum/combobox@1.6.1) (2024-02-13)
|
|
384
|
-
|
|
385
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
# [1.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.5.0...@pixum/combobox@1.6.0) (2023-12-27)
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
### Features
|
|
396
|
-
|
|
397
|
-
* **ComboBox:** use id ([9710908](https://git.pixum.net/design-system/component-library/commits/9710908d4517f3dddeb2129b026b657220d605e7))
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
# [1.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.10...@pixum/combobox@1.5.0) (2023-11-07)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
* **ComboBox:** ony close on desktop on outside click ([9b9ef56](https://git.pixum.net/design-system/component-library/commits/9b9ef56b99e2e2149ee291ae5d01ad6d99c92a22))
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
## [1.4.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.9...@pixum/combobox@1.4.10) (2023-11-07)
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
* **ComboBox:** fix mobile bottom shett click ([23765f9](https://git.pixum.net/design-system/component-library/commits/23765f963144cf4ff567568a1cfe23b1cc402a4d))
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
## [1.4.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.8...@pixum/combobox@1.4.9) (2023-11-07)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Bug Fixes
|
|
429
|
-
|
|
430
|
-
* **ComboBox:** close on outside click ([6128c91](https://git.pixum.net/design-system/component-library/commits/6128c91bdf719a9662ecd6b977e16a1894d00fc7))
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
## [1.4.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.7...@pixum/combobox@1.4.8) (2023-11-06)
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Bug Fixes
|
|
440
|
-
|
|
441
|
-
* **ComboBox:** check for window object ([edee992](https://git.pixum.net/design-system/component-library/commits/edee992df7116e107454675843c0d1e0f63e845d))
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
## [1.4.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.6...@pixum/combobox@1.4.7) (2023-11-06)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### Bug Fixes
|
|
451
|
-
|
|
452
|
-
* **ComboBox:** update isDesktop hook in options component ([3954ad4](https://git.pixum.net/design-system/component-library/commits/3954ad4b0c9556601af4eff89ce5f4e5c5d33926))
|
|
453
|
-
* **ComboBox:** use screen size for bottom sheet vs dropdown indication ([821d3d0](https://git.pixum.net/design-system/component-library/commits/821d3d0155c27c02f6c3ffb1f2b3b99fd27beb2e))
|
|
454
|
-
* **SelectInput:** fix arrow svg direction ([7f5d2b3](https://git.pixum.net/design-system/component-library/commits/7f5d2b3a082638757020a9a8336d9c64d4e61768))
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
## [1.4.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.5...@pixum/combobox@1.4.6) (2023-11-03)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
### Bug Fixes
|
|
464
|
-
|
|
465
|
-
* **ComboBox:** do not close on option click ([6b1a3cd](https://git.pixum.net/design-system/component-library/commits/6b1a3cd659c91b447b6935431bd188515fd44877))
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
## [1.4.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.4...@pixum/combobox@1.4.5) (2023-11-03)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
## [1.4.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.3...@pixum/combobox@1.4.4) (2023-11-03)
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Bug Fixes
|
|
483
|
-
|
|
484
|
-
* **ComboBox:** remove close on click ([7d8097a](https://git.pixum.net/design-system/component-library/commits/7d8097a4929bf3865883158429ae2e7738e0d7ab))
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
## [1.4.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.2...@pixum/combobox@1.4.3) (2023-11-03)
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
### Bug Fixes
|
|
494
|
-
|
|
495
|
-
* **ComboBox:** fix bottom sheet option click ([2f83950](https://git.pixum.net/design-system/component-library/commits/2f839504b17f8d11a0edac79917017869c12dfa4))
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
## [1.4.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.1...@pixum/combobox@1.4.2) (2023-11-03)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Bug Fixes
|
|
505
|
-
|
|
506
|
-
* **UserInput:** remove handle unfocused on click ([71584ba](https://git.pixum.net/design-system/component-library/commits/71584baf9d0bbe58ee5838a6393c4fceceb35660))
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
## [1.4.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.0...@pixum/combobox@1.4.1) (2023-11-02)
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
### Bug Fixes
|
|
516
|
-
|
|
517
|
-
* **ComboBox:** fix option selection ([9b59d7e](https://git.pixum.net/design-system/component-library/commits/9b59d7e1862d268e5c654c68aba19e076c1425c5))
|
|
518
|
-
* **ComboBox:** fix option selection ([b5f8b66](https://git.pixum.net/design-system/component-library/commits/b5f8b6660f50105fead71962bc9cf749c82b9b97))
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
# [1.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.2...@pixum/combobox@1.4.0) (2023-10-31)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
## [1.3.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.1...@pixum/combobox@1.3.2) (2023-10-17)
|
|
533
|
-
|
|
534
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
## [1.3.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.0...@pixum/combobox@1.3.1) (2023-10-16)
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* **Combobox:** fix header spacing ([2142a7b](https://git.pixum.net/design-system/component-library/commits/2142a7b798a0bcc65bc2dc43fd37a05ebf105acb))
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
# [1.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.2...@pixum/combobox@1.3.0) (2023-10-16)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Features
|
|
555
|
-
|
|
556
|
-
* **UserInout:** add className property ([83e82aa](https://git.pixum.net/design-system/component-library/commits/83e82aa74a7e62daa25b55a5460b01ea07c3dbc6))
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
## [1.2.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.1...@pixum/combobox@1.2.2) (2023-10-16)
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
### Bug Fixes
|
|
566
|
-
|
|
567
|
-
* **Combobox:** fix bottom sheet height ([bac4f44](https://git.pixum.net/design-system/component-library/commits/bac4f44d99d16b7dcfac88343b62885c8f7ccbe3))
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
## [1.2.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.0...@pixum/combobox@1.2.1) (2023-10-13)
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
### Bug Fixes
|
|
577
|
-
|
|
578
|
-
* **Combobox:** set dynamic height based on content ([28b2d8d](https://git.pixum.net/design-system/component-library/commits/28b2d8d6684f4f1af8fb4efc8f1c1dc8a282f26c))
|
|
579
|
-
* **ComboBox:** set value from outside ([aaae213](https://git.pixum.net/design-system/component-library/commits/aaae213eb381514df21937b94757f1a8ebf61f7c))
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
# [1.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.1.1...@pixum/combobox@1.2.0) (2023-10-11)
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
### Features
|
|
589
|
-
|
|
590
|
-
* **Combobox:** add onMouseEnter for menu items ([fea2a09](https://git.pixum.net/design-system/component-library/commits/fea2a090977fd915911271935b51b4962fff0870))
|
|
591
|
-
* **ComboBox:** make open state controllable from outside the component ([0a9ed8d](https://git.pixum.net/design-system/component-library/commits/0a9ed8d1151b47c09b5c0dd25845fee935f54a99))
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
## [1.1.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.1.0...@pixum/combobox@1.1.1) (2023-10-11)
|
|
598
|
-
|
|
599
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
# [1.1.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.0.3...@pixum/combobox@1.1.0) (2023-10-06)
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
### Features
|
|
609
|
-
|
|
610
|
-
* **combobox:** fix the pipeline error ([22a3227](https://git.pixum.net/design-system/component-library/commits/22a32273961c09f75352b665be06215676b711d8))
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
### Reverts
|
|
614
|
-
|
|
615
|
-
* Revert "chore(react): update to 18" ([a5f7083](https://git.pixum.net/design-system/component-library/commits/a5f708391b0eb74ccbd903a958528a6b192700a7))
|
|
616
|
-
* Revert "Publish" ([80a7a8a](https://git.pixum.net/design-system/component-library/commits/80a7a8a638c2e3480d5bdf224bb53774ebc076c5))
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
## [1.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.0.1...@pixum/combobox@1.0.2) (2023-10-06)
|
|
624
|
-
|
|
625
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
## [1.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.3...@pixum/combobox@1.0.1) (2023-10-06)
|
|
632
|
-
|
|
633
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
## [0.29.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.2...@pixum/combobox@0.29.3) (2023-10-05)
|
|
640
|
-
|
|
641
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
## [0.29.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.1...@pixum/combobox@0.29.2) (2023-10-05)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
* **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
## [0.29.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.0...@pixum/combobox@0.29.1) (2023-10-05)
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
### Bug Fixes
|
|
662
|
-
|
|
663
|
-
* **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
# [0.29.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.1...@pixum/combobox@0.29.0) (2023-10-05)
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
### Features
|
|
673
|
-
|
|
674
|
-
* **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
## [0.28.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.0...@pixum/combobox@0.28.1) (2023-08-02)
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
### Bug Fixes
|
|
684
|
-
|
|
685
|
-
* replace TextTags and TextVariants strings with enum; mark HeadlineTag als deprecated (seems to be the same as TextVariant) ([32ebe46](https://git.pixum.net/design-system/component-library/commits/32ebe46de875687cae7c6b5424e503cf36a44c35))
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
# [0.28.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.27.0...@pixum/combobox@0.28.0) (2023-07-31)
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
### Features
|
|
696
|
-
|
|
697
|
-
* **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
# [0.27.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.26.0...@pixum/combobox@0.27.0) (2023-07-26)
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
### Features
|
|
707
|
-
|
|
708
|
-
* **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
# [0.26.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.25.0...@pixum/combobox@0.26.0) (2023-07-25)
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
### Features
|
|
718
|
-
|
|
719
|
-
* **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
# [0.25.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.24.0...@pixum/combobox@0.25.0) (2023-07-25)
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
### Features
|
|
729
|
-
|
|
730
|
-
* **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
# [0.24.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.23.0...@pixum/combobox@0.24.0) (2023-07-25)
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
### Features
|
|
740
|
-
|
|
741
|
-
* **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
# [0.23.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.22.0...@pixum/combobox@0.23.0) (2023-07-25)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
# [0.22.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.21.0...@pixum/combobox@0.22.0) (2023-07-24)
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
### Features
|
|
762
|
-
|
|
763
|
-
* **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
# [0.21.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.20.0...@pixum/combobox@0.21.0) (2023-07-24)
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
### Features
|
|
773
|
-
|
|
774
|
-
* **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
# [0.20.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.19.0...@pixum/combobox@0.20.0) (2023-07-24)
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
### Features
|
|
784
|
-
|
|
785
|
-
* **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
# [0.19.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.18.0...@pixum/combobox@0.19.0) (2023-07-24)
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
### Features
|
|
795
|
-
|
|
796
|
-
* **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
# [0.18.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.17.0...@pixum/combobox@0.18.0) (2023-07-21)
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
### Features
|
|
806
|
-
|
|
807
|
-
* **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
# [0.17.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.1...@pixum/combobox@0.17.0) (2023-07-21)
|
|
815
|
-
|
|
816
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
## [0.16.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.0...@pixum/combobox@0.16.1) (2023-07-20)
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
### Bug Fixes
|
|
826
|
-
|
|
827
|
-
* **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
|
|
828
|
-
* **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
# [0.16.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.15.0...@pixum/combobox@0.16.0) (2023-07-19)
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
### Features
|
|
838
|
-
|
|
839
|
-
* **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
# [0.15.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.14.0...@pixum/combobox@0.15.0) (2023-07-19)
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
### Features
|
|
849
|
-
|
|
850
|
-
* **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
# [0.14.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.13.0...@pixum/combobox@0.14.0) (2023-07-19)
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
### Features
|
|
860
|
-
|
|
861
|
-
* **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
# [0.13.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.12.0...@pixum/combobox@0.13.0) (2023-07-19)
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
### Features
|
|
871
|
-
|
|
872
|
-
* **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
# [0.12.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.11.0...@pixum/combobox@0.12.0) (2023-07-18)
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
### Features
|
|
882
|
-
|
|
883
|
-
* **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
# [0.11.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.10.0...@pixum/combobox@0.11.0) (2023-07-18)
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
### Features
|
|
893
|
-
|
|
894
|
-
* **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
# [0.10.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.9.0...@pixum/combobox@0.10.0) (2023-07-18)
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
### Features
|
|
904
|
-
|
|
905
|
-
* **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
# [0.9.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.8.0...@pixum/combobox@0.9.0) (2023-07-18)
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
### Features
|
|
915
|
-
|
|
916
|
-
* **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
# [0.8.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.7.0...@pixum/combobox@0.8.0) (2023-07-18)
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### Features
|
|
926
|
-
|
|
927
|
-
* **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
# [0.7.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.6.0...@pixum/combobox@0.7.0) (2023-07-18)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
### Features
|
|
937
|
-
|
|
938
|
-
* **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
# [0.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.5.0...@pixum/combobox@0.6.0) (2023-07-18)
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
### Features
|
|
948
|
-
|
|
949
|
-
* **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
# [0.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.4.0...@pixum/combobox@0.5.0) (2023-07-18)
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
### Features
|
|
959
|
-
|
|
960
|
-
* **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
|
|
961
|
-
* **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
|
|
962
|
-
* **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
# [0.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.3.0...@pixum/combobox@0.4.0) (2023-07-17)
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
### Features
|
|
972
|
-
|
|
973
|
-
* **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
# [0.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.2.0...@pixum/combobox@0.3.0) (2023-07-17)
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
### Features
|
|
983
|
-
|
|
984
|
-
* **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
# [0.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.1.0...@pixum/combobox@0.2.0) (2023-07-17)
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
### Features
|
|
994
|
-
|
|
995
|
-
* **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
# 0.1.0 (2023-07-17)
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
### Features
|
|
1005
|
-
|
|
1006
|
-
* **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
|
|
1007
|
-
* **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
|
|
1008
|
-
* **combobox:** apply code-review ([2554747](https://git.pixum.net/design-system/component-library/commits/25547475a701273c06c75dc7c051849016ee63d4))
|