@triptease/tt-combobox 5.7.1 → 5.7.3
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/dist/cjs/src/TtCombobox.js +507 -0
- package/dist/cjs/src/TtCombobox.js.map +1 -0
- package/dist/cjs/src/index.js +21 -0
- package/dist/cjs/src/index.js.map +1 -0
- package/dist/cjs/src/styles.js +225 -0
- package/dist/cjs/src/styles.js.map +1 -0
- package/dist/cjs/src/tt-combobox.js +12 -0
- package/dist/cjs/src/tt-combobox.js.map +1 -0
- package/dist/cjs/src/tt-option/TtOption.js +81 -0
- package/dist/cjs/src/tt-option/TtOption.js.map +1 -0
- package/dist/cjs/src/tt-option/styles.js +75 -0
- package/dist/cjs/src/tt-option/styles.js.map +1 -0
- package/dist/cjs/src/tt-option/tt-option.js +11 -0
- package/dist/cjs/src/tt-option/tt-option.js.map +1 -0
- package/dist/cjs/src/types.js +3 -0
- package/dist/cjs/src/types.js.map +1 -0
- package/dist/esm/src/styles.js +1 -1
- package/dist/esm/src/styles.js.map +1 -1
- package/package.json +6 -2
- package/CHANGELOG.md +0 -180
- package/custom-elements.json +0 -847
- package/test/tt-combobox.test.ts +0 -664
- package/tsconfig.cjs.json +0 -9
- package/tsconfig.json +0 -9
package/CHANGELOG.md
DELETED
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
# @triptease/tt-combobox
|
|
2
|
-
|
|
3
|
-
## 5.7.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updating the prepublish command to use yarn build:node instead of tsc so that it compiles the imports down to use required for common js
|
|
8
|
-
|
|
9
|
-
## 5.7.0
|
|
10
|
-
|
|
11
|
-
### Minor Changes
|
|
12
|
-
|
|
13
|
-
- Add dual ESM/CJS output
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- Updated dependencies
|
|
18
|
-
- @triptease/icons@1.4.0
|
|
19
|
-
|
|
20
|
-
## 5.6.7
|
|
21
|
-
|
|
22
|
-
### Patch Changes
|
|
23
|
-
|
|
24
|
-
- Update color tokens to use new -subtle and -strong variants
|
|
25
|
-
|
|
26
|
-
## 5.6.6
|
|
27
|
-
|
|
28
|
-
### Patch Changes
|
|
29
|
-
|
|
30
|
-
- Updated dependencies
|
|
31
|
-
- @triptease/icons@1.3.14
|
|
32
|
-
|
|
33
|
-
## 5.6.5
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- Adjust combobox validation message
|
|
38
|
-
|
|
39
|
-
## 5.6.4
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- Remove search filter when closing combobox dropdown
|
|
44
|
-
|
|
45
|
-
## 5.6.3
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- Updated dependencies
|
|
50
|
-
- @triptease/icons@1.3.13
|
|
51
|
-
|
|
52
|
-
## 5.6.2
|
|
53
|
-
|
|
54
|
-
### Patch Changes
|
|
55
|
-
|
|
56
|
-
- 9497296: Update the placeholder correctly after selecting filtered options
|
|
57
|
-
|
|
58
|
-
## 5.6.1
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- Fix types for `style` attribute in React to only accept React.CSSProperties object
|
|
63
|
-
|
|
64
|
-
## 5.6.0
|
|
65
|
-
|
|
66
|
-
### Minor Changes
|
|
67
|
-
|
|
68
|
-
- Improve type accuracy
|
|
69
|
-
- Remove @triptease/html-jsx support
|
|
70
|
-
|
|
71
|
-
## 5.5.18
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- Updated dependencies [ff30018]
|
|
76
|
-
- @triptease/icons@1.3.12
|
|
77
|
-
|
|
78
|
-
## 5.5.17
|
|
79
|
-
|
|
80
|
-
### Patch Changes
|
|
81
|
-
|
|
82
|
-
- Streamlined TS Config, reusing a shared file to reduce duplication and resolve issues where test files were being included in the bundle
|
|
83
|
-
- Updated dependencies
|
|
84
|
-
- @triptease/icons@1.3.11
|
|
85
|
-
|
|
86
|
-
## 5.5.16
|
|
87
|
-
|
|
88
|
-
### Patch Changes
|
|
89
|
-
|
|
90
|
-
- 2d36888: Improve types such that only supported properties are included; Added support for `@triptease/html-jsx` framework
|
|
91
|
-
|
|
92
|
-
## 5.5.15
|
|
93
|
-
|
|
94
|
-
### Patch Changes
|
|
95
|
-
|
|
96
|
-
- Fake release to force a fix
|
|
97
|
-
- Updated dependencies
|
|
98
|
-
- @triptease/icons@1.3.10
|
|
99
|
-
|
|
100
|
-
## 5.5.14
|
|
101
|
-
|
|
102
|
-
### Patch Changes
|
|
103
|
-
|
|
104
|
-
- Removes @customElement because it's breaking runtime
|
|
105
|
-
|
|
106
|
-
## 5.5.13
|
|
107
|
-
|
|
108
|
-
### Patch Changes
|
|
109
|
-
|
|
110
|
-
- e08d7ee: Improve Typescript support, removing the need for consumers to declare global
|
|
111
|
-
- c681d7d: Add missing TS decorator
|
|
112
|
-
|
|
113
|
-
## 5.5.12
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- 2d89b50: Fix crash in JSDOM due to missing ) in CSS selector
|
|
118
|
-
|
|
119
|
-
## 5.5.11
|
|
120
|
-
|
|
121
|
-
### Patch Changes
|
|
122
|
-
|
|
123
|
-
- Updated dependencies
|
|
124
|
-
- @triptease/icons@1.3.9
|
|
125
|
-
|
|
126
|
-
## 5.5.10
|
|
127
|
-
|
|
128
|
-
### Patch Changes
|
|
129
|
-
|
|
130
|
-
- Updated dependencies [c52217a]
|
|
131
|
-
- @triptease/icons@1.3.8
|
|
132
|
-
|
|
133
|
-
## 5.5.9
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
136
|
-
|
|
137
|
-
- Updated dependencies
|
|
138
|
-
- @triptease/icons@1.3.7
|
|
139
|
-
|
|
140
|
-
## 5.5.8
|
|
141
|
-
|
|
142
|
-
### Patch Changes
|
|
143
|
-
|
|
144
|
-
- Updated dependencies
|
|
145
|
-
- @triptease/icons@1.3.6
|
|
146
|
-
|
|
147
|
-
## 5.5.7
|
|
148
|
-
|
|
149
|
-
### Patch Changes
|
|
150
|
-
|
|
151
|
-
- Updated dependencies
|
|
152
|
-
- @triptease/icons@1.3.5
|
|
153
|
-
|
|
154
|
-
## 5.5.6
|
|
155
|
-
|
|
156
|
-
### Patch Changes
|
|
157
|
-
|
|
158
|
-
- Resolve internal versioning problem (packages were being deployed using workspaces:\*)
|
|
159
|
-
|
|
160
|
-
## 5.5.5
|
|
161
|
-
|
|
162
|
-
### Patch Changes
|
|
163
|
-
|
|
164
|
-
- Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
|
|
165
|
-
- Updated dependencies
|
|
166
|
-
- @triptease/icons@1.3.4
|
|
167
|
-
|
|
168
|
-
## 5.5.4
|
|
169
|
-
|
|
170
|
-
### Patch Changes
|
|
171
|
-
|
|
172
|
-
- Updated dependencies
|
|
173
|
-
- @triptease/icons@1.3.3
|
|
174
|
-
|
|
175
|
-
## 5.5.3
|
|
176
|
-
|
|
177
|
-
### Patch Changes
|
|
178
|
-
|
|
179
|
-
- 3262c7c: Various tweaks due to running a refreshed ESLint config and better Typescript usage
|
|
180
|
-
- 465557b: Code formatting
|