@pie-lib/text-select 3.0.7 → 4.0.0-next.41

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.
Files changed (70) hide show
  1. package/dist/index.d.ts +15 -0
  2. package/dist/index.js +7 -0
  3. package/dist/legend.d.ts +13 -0
  4. package/dist/legend.js +64 -0
  5. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +16 -0
  6. package/dist/text-select.d.ts +34 -0
  7. package/dist/text-select.js +53 -0
  8. package/dist/token-select/index.d.ts +44 -0
  9. package/dist/token-select/index.js +170 -0
  10. package/dist/token-select/token.d.ts +32 -0
  11. package/dist/token-select/token.js +134 -0
  12. package/dist/tokenizer/builder.d.ts +27 -0
  13. package/dist/tokenizer/builder.js +124 -0
  14. package/dist/tokenizer/controls.d.ts +23 -0
  15. package/dist/tokenizer/controls.js +68 -0
  16. package/dist/tokenizer/index.d.ts +35 -0
  17. package/dist/tokenizer/index.js +91 -0
  18. package/dist/tokenizer/selection-utils.d.ts +10 -0
  19. package/dist/tokenizer/selection-utils.js +18 -0
  20. package/dist/tokenizer/token-text.d.ts +27 -0
  21. package/dist/tokenizer/token-text.js +85 -0
  22. package/dist/utils.d.ts +12 -0
  23. package/dist/utils.js +21 -0
  24. package/package.json +32 -31
  25. package/CHANGELOG.json +0 -1
  26. package/CHANGELOG.md +0 -969
  27. package/LICENSE.md +0 -5
  28. package/lib/index.js +0 -57
  29. package/lib/index.js.map +0 -1
  30. package/lib/legend.js +0 -119
  31. package/lib/legend.js.map +0 -1
  32. package/lib/text-select.js +0 -105
  33. package/lib/text-select.js.map +0 -1
  34. package/lib/token-select/index.js +0 -267
  35. package/lib/token-select/index.js.map +0 -1
  36. package/lib/token-select/token.js +0 -236
  37. package/lib/token-select/token.js.map +0 -1
  38. package/lib/tokenizer/builder.js +0 -265
  39. package/lib/tokenizer/builder.js.map +0 -1
  40. package/lib/tokenizer/controls.js +0 -106
  41. package/lib/tokenizer/controls.js.map +0 -1
  42. package/lib/tokenizer/index.js +0 -147
  43. package/lib/tokenizer/index.js.map +0 -1
  44. package/lib/tokenizer/selection-utils.js +0 -55
  45. package/lib/tokenizer/selection-utils.js.map +0 -1
  46. package/lib/tokenizer/token-text.js +0 -176
  47. package/lib/tokenizer/token-text.js.map +0 -1
  48. package/lib/utils.js +0 -51
  49. package/lib/utils.js.map +0 -1
  50. package/src/__tests__/legend.test.jsx +0 -211
  51. package/src/__tests__/text-select.test.jsx +0 -44
  52. package/src/__tests__/utils.test.jsx +0 -27
  53. package/src/index.js +0 -8
  54. package/src/legend.js +0 -102
  55. package/src/text-select.jsx +0 -79
  56. package/src/token-select/__tests__/index.test.jsx +0 -623
  57. package/src/token-select/__tests__/token.test.jsx +0 -236
  58. package/src/token-select/index.jsx +0 -242
  59. package/src/token-select/token.jsx +0 -223
  60. package/src/tokenizer/__tests__/builder.test.js +0 -256
  61. package/src/tokenizer/__tests__/controls.test.jsx +0 -27
  62. package/src/tokenizer/__tests__/index.test.jsx +0 -329
  63. package/src/tokenizer/__tests__/selection-utils.test.js +0 -145
  64. package/src/tokenizer/__tests__/token-text.test.jsx +0 -318
  65. package/src/tokenizer/builder.js +0 -258
  66. package/src/tokenizer/controls.jsx +0 -71
  67. package/src/tokenizer/index.jsx +0 -144
  68. package/src/tokenizer/selection-utils.js +0 -49
  69. package/src/tokenizer/token-text.jsx +0 -135
  70. package/src/utils.js +0 -56
package/CHANGELOG.md DELETED
@@ -1,969 +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
- ## [3.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.6...@pie-lib/text-select@3.0.7) (2026-08-26)
7
-
8
- **Note:** Version bump only for package @pie-lib/text-select
9
-
10
- ## [3.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.5...@pie-lib/text-select@3.0.6) (2026-08-21)
11
-
12
- **Note:** Version bump only for package @pie-lib/text-select
13
-
14
- ## [3.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.4...@pie-lib/text-select@3.0.5) (2026-07-01)
15
-
16
- **Note:** Version bump only for package @pie-lib/text-select
17
-
18
- ## [3.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.3...@pie-lib/text-select@3.0.4) (2026-06-12)
19
-
20
- ### Bug Fixes
21
-
22
- - correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
23
- - **text-select:** update selectable and selected class names to include 'token' suffix PIE-663 ([e25cc95](https://github.com/pie-framework/pie-lib/commit/e25cc951be4264595aae0d93a6d9e9832ace72ca))
24
-
25
- ## [3.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2...@pie-lib/text-select@3.0.3) (2026-06-01)
26
-
27
- **Note:** Version bump only for package @pie-lib/text-select
28
-
29
- ## [3.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.2...@pie-lib/text-select@3.0.2) (2026-05-07)
30
-
31
- **Note:** Version bump only for package @pie-lib/text-select
32
-
33
- ## [3.0.2-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.1...@pie-lib/text-select@3.0.2-next.2) (2026-05-07)
34
-
35
- **Note:** Version bump only for package @pie-lib/text-select
36
-
37
- ## [3.0.2-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.2-next.0...@pie-lib/text-select@3.0.2-next.1) (2026-05-06)
38
-
39
- **Note:** Version bump only for package @pie-lib/text-select
40
-
41
- ## [3.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.4...@pie-lib/text-select@3.0.2-next.0) (2026-05-06)
42
-
43
- ### Bug Fixes
44
-
45
- - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
46
-
47
- ## [3.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.0...@pie-lib/text-select@3.0.1) (2026-04-28)
48
-
49
- **Note:** Version bump only for package @pie-lib/text-select
50
-
51
- # [2.2.0-next.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.9...@pie-lib/text-select@2.2.0-next.10) (2026-04-23)
52
-
53
- **Note:** Version bump only for package @pie-lib/text-select
54
-
55
- # [2.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.8...@pie-lib/text-select@2.2.0-next.9) (2026-04-16)
56
-
57
- ### Bug Fixes
58
-
59
- - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
60
-
61
- # [2.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.7...@pie-lib/text-select@2.2.0-next.8) (2026-04-15)
62
-
63
- **Note:** Version bump only for package @pie-lib/text-select
64
-
65
- # [2.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.6...@pie-lib/text-select@2.2.0-next.7) (2026-03-25)
66
-
67
- **Note:** Version bump only for package @pie-lib/text-select
68
-
69
- # [2.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.5...@pie-lib/text-select@2.2.0-next.6) (2026-03-18)
70
-
71
- **Note:** Version bump only for package @pie-lib/text-select
72
-
73
- # [2.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.4...@pie-lib/text-select@2.2.0-next.5) (2026-03-18)
74
-
75
- **Note:** Version bump only for package @pie-lib/text-select
76
-
77
- # [2.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.2...@pie-lib/text-select@2.2.0-next.4) (2026-02-26)
78
-
79
- **Note:** Version bump only for package @pie-lib/text-select
80
-
81
- # [2.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.2.0-next.1...@pie-lib/text-select@2.2.0-next.2) (2026-02-25)
82
-
83
- ### Bug Fixes
84
-
85
- - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
86
-
87
- # [2.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.2...@pie-lib/text-select@2.1.0-next.4) (2026-01-27)
88
-
89
- **Note:** Version bump only for package @pie-lib/text-select
90
-
91
- # [2.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@2.1.0-next.1...@pie-lib/text-select@2.1.0-next.2) (2026-01-26)
92
-
93
- **Note:** Version bump only for package @pie-lib/text-select
94
-
95
- # [2.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.2...@pie-lib/text-select@2.1.0-next.1) (2026-01-26)
96
-
97
- ### Bug Fixes
98
-
99
- - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
100
- - **text-select:** remove html tags from rendering ([71201bc](https://github.com/pie-framework/pie-lib/commit/71201bce2535668769047ea3db8405c6b49fe615))
101
- - diaable toggling selection in view mode ([c0e47f0](https://github.com/pie-framework/pie-lib/commit/c0e47f0f5beaced697d6cdf3c418b92ec29679ab))
102
- - parsefloat to correctly compute tokens line height ([282c464](https://github.com/pie-framework/pie-lib/commit/282c464b860dc72e08d8692a7c2236c5475e49e0))
103
- - **correct-answer-toggle, text-select:** change logic to corresp to material v5 PD-5269 PD-5271 ([e992861](https://github.com/pie-framework/pie-lib/commit/e992861c6d964340bf7afc8e5ac9007816d510ef))
104
- - **text-select:** refactor icon token wrappers,delete unused container ([fdc6066](https://github.com/pie-framework/pie-lib/commit/fdc60661dd3bbda8c936a5e495be75ac4a2ac2ea))
105
- - refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
106
- - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
107
- - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
108
- - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
109
-
110
- ### Features
111
-
112
- - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
113
- - **correct-answe-toggle, legend:** delete unused files and imports PD-5258 ([261638d](https://github.com/pie-framework/pie-lib/commit/261638d9ceff79163eb858696a4c8eb7a7a3006c))
114
- - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
115
-
116
- # [2.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.3-next.0...@pie-lib/text-select@2.0.0-next.0) (2026-01-19)
117
-
118
- **Note:** Version bump only for package @pie-lib/text-select
119
-
120
- ## [1.32.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.46.0-mui-update.0...@pie-lib/text-select@1.32.3-next.0) (2026-01-19)
121
-
122
- ### Bug Fixes
123
-
124
- - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
125
-
126
- ## [1.32.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.32.1...@pie-lib/text-select@1.32.2) (2025-11-27)
127
-
128
- **Note:** Version bump only for package @pie-lib/text-select
129
-
130
- ## [1.32.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.2...@pie-lib/text-select@1.32.1) (2025-10-22)
131
-
132
- ### Bug Fixes
133
-
134
- - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
135
-
136
- # [1.32.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.31.0...@pie-lib/text-select@1.32.0) (2025-10-16)
137
-
138
- **Note:** Version bump only for package @pie-lib/text-select
139
-
140
- # [1.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.31.0) (2025-10-16)
141
-
142
- **Note:** Version bump only for package @pie-lib/text-select
143
-
144
- # [1.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.30.0) (2025-10-16)
145
-
146
- **Note:** Version bump only for package @pie-lib/text-select
147
-
148
- # [1.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.29.0) (2025-10-16)
149
-
150
- **Note:** Version bump only for package @pie-lib/text-select
151
-
152
- ## [1.28.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.1...@pie-lib/text-select@1.28.2) (2025-10-14)
153
-
154
- **Note:** Version bump only for package @pie-lib/text-select
155
-
156
- ## [1.28.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.28.0...@pie-lib/text-select@1.28.1) (2025-10-09)
157
-
158
- **Note:** Version bump only for package @pie-lib/text-select
159
-
160
- # [1.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.28.0) (2025-09-25)
161
-
162
- ### Bug Fixes
163
-
164
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
165
-
166
- ### Features
167
-
168
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
169
-
170
- # [1.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.26.0...@pie-lib/text-select@1.27.0) (2025-09-18)
171
-
172
- **Note:** Version bump only for package @pie-lib/text-select
173
-
174
- # [1.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.25.0...@pie-lib/text-select@1.26.0) (2025-09-18)
175
-
176
- **Note:** Version bump only for package @pie-lib/text-select
177
-
178
- # [1.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.25.0) (2025-09-18)
179
-
180
- ### Bug Fixes
181
-
182
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
183
-
184
- ### Features
185
-
186
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
187
-
188
- # [1.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.23.0...@pie-lib/text-select@1.24.0) (2025-09-17)
189
-
190
- **Note:** Version bump only for package @pie-lib/text-select
191
-
192
- # [1.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.22.0...@pie-lib/text-select@1.23.0) (2025-09-17)
193
-
194
- **Note:** Version bump only for package @pie-lib/text-select
195
-
196
- # [1.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.21.1...@pie-lib/text-select@1.22.0) (2025-09-17)
197
-
198
- **Note:** Version bump only for package @pie-lib/text-select
199
-
200
- ## [1.21.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.21.1) (2025-08-11)
201
-
202
- ### Bug Fixes
203
-
204
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
205
-
206
- ### Features
207
-
208
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
209
-
210
- # [1.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.21.0) (2025-08-07)
211
-
212
- ### Features
213
-
214
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
215
-
216
- # [1.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.20.0) (2025-07-31)
217
-
218
- **Note:** Version bump only for package @pie-lib/text-select
219
-
220
- # [1.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.19.0) (2025-07-31)
221
-
222
- **Note:** Version bump only for package @pie-lib/text-select
223
-
224
- # [1.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.18.0) (2025-07-31)
225
-
226
- **Note:** Version bump only for package @pie-lib/text-select
227
-
228
- # [1.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.17.0) (2025-07-31)
229
-
230
- **Note:** Version bump only for package @pie-lib/text-select
231
-
232
- # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
233
-
234
- **Note:** Version bump only for package @pie-lib/text-select
235
-
236
- # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
237
-
238
- **Note:** Version bump only for package @pie-lib/text-select
239
-
240
- # [1.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.17.0) (2025-07-31)
241
-
242
- **Note:** Version bump only for package @pie-lib/text-select
243
-
244
- # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
245
-
246
- **Note:** Version bump only for package @pie-lib/text-select
247
-
248
- # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
249
-
250
- **Note:** Version bump only for package @pie-lib/text-select
251
-
252
- # [1.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.16.0) (2025-07-31)
253
-
254
- **Note:** Version bump only for package @pie-lib/text-select
255
-
256
- # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
257
-
258
- **Note:** Version bump only for package @pie-lib/text-select
259
-
260
- # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
261
-
262
- **Note:** Version bump only for package @pie-lib/text-select
263
-
264
- # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
265
-
266
- **Note:** Version bump only for package @pie-lib/text-select
267
-
268
- # [1.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.15.0) (2025-07-31)
269
-
270
- **Note:** Version bump only for package @pie-lib/text-select
271
-
272
- # [1.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0) (2025-07-31)
273
-
274
- **Note:** Version bump only for package @pie-lib/text-select
275
-
276
- # [1.13.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.8) (2025-07-25)
277
-
278
- **Note:** Version bump only for package @pie-lib/text-select
279
-
280
- # [1.13.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.7) (2025-07-25)
281
-
282
- **Note:** Version bump only for package @pie-lib/text-select
283
-
284
- # [1.13.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.7) (2025-07-25)
285
-
286
- **Note:** Version bump only for package @pie-lib/text-select
287
-
288
- # [1.13.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.6) (2025-07-25)
289
-
290
- **Note:** Version bump only for package @pie-lib/text-select
291
-
292
- # [1.13.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.6) (2025-07-25)
293
-
294
- **Note:** Version bump only for package @pie-lib/text-select
295
-
296
- # [1.13.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.5) (2025-07-25)
297
-
298
- **Note:** Version bump only for package @pie-lib/text-select
299
-
300
- # [1.13.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.5) (2025-07-25)
301
-
302
- **Note:** Version bump only for package @pie-lib/text-select
303
-
304
- # [1.13.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.4) (2025-07-25)
305
-
306
- **Note:** Version bump only for package @pie-lib/text-select
307
-
308
- # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-25)
309
-
310
- **Note:** Version bump only for package @pie-lib/text-select
311
-
312
- # [1.13.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.4) (2025-07-23)
313
-
314
- **Note:** Version bump only for package @pie-lib/text-select
315
-
316
- # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-23)
317
-
318
- **Note:** Version bump only for package @pie-lib/text-select
319
-
320
- # [1.13.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.3) (2025-07-20)
321
-
322
- **Note:** Version bump only for package @pie-lib/text-select
323
-
324
- # [1.13.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.2) (2025-07-20)
325
-
326
- **Note:** Version bump only for package @pie-lib/text-select
327
-
328
- # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
329
-
330
- **Note:** Version bump only for package @pie-lib/text-select
331
-
332
- # [1.13.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.2) (2025-07-20)
333
-
334
- **Note:** Version bump only for package @pie-lib/text-select
335
-
336
- # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
337
-
338
- **Note:** Version bump only for package @pie-lib/text-select
339
-
340
- # [1.13.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.1) (2025-07-20)
341
-
342
- **Note:** Version bump only for package @pie-lib/text-select
343
-
344
- # [1.13.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.0) (2025-07-20)
345
-
346
- **Note:** Version bump only for package @pie-lib/text-select
347
-
348
- # [1.14.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.14.0-beta.0) (2025-07-15)
349
-
350
- **Note:** Version bump only for package @pie-lib/text-select
351
-
352
- # [1.13.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.7...@pie-lib/text-select@1.13.0-beta.0) (2025-07-15)
353
-
354
- **Note:** Version bump only for package @pie-lib/text-select
355
-
356
- ## [1.12.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.6...@pie-lib/text-select@1.12.7) (2023-10-03)
357
-
358
- **Note:** Version bump only for package @pie-lib/text-select
359
-
360
- ## [1.12.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.5...@pie-lib/text-select@1.12.6) (2023-10-01)
361
-
362
- **Note:** Version bump only for package @pie-lib/text-select
363
-
364
- ## [1.12.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.4...@pie-lib/text-select@1.12.5) (2023-09-27)
365
-
366
- **Note:** Version bump only for package @pie-lib/text-select
367
-
368
- ## [1.12.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.3...@pie-lib/text-select@1.12.4) (2023-09-27)
369
-
370
- **Note:** Version bump only for package @pie-lib/text-select
371
-
372
- ## [1.12.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.2...@pie-lib/text-select@1.12.3) (2023-09-25)
373
-
374
- **Note:** Version bump only for package @pie-lib/text-select
375
-
376
- ## [1.12.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.1...@pie-lib/text-select@1.12.2) (2023-09-20)
377
-
378
- **Note:** Version bump only for package @pie-lib/text-select
379
-
380
- ## [1.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.12.0...@pie-lib/text-select@1.12.1) (2023-09-20)
381
-
382
- **Note:** Version bump only for package @pie-lib/text-select
383
-
384
- # [1.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.3...@pie-lib/text-select@1.12.0) (2023-09-18)
385
-
386
- ### Features
387
-
388
- - **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
389
-
390
- ## [1.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.2...@pie-lib/text-select@1.11.3) (2023-09-14)
391
-
392
- **Note:** Version bump only for package @pie-lib/text-select
393
-
394
- ## [1.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.1...@pie-lib/text-select@1.11.2) (2023-08-29)
395
-
396
- ### Bug Fixes
397
-
398
- - **text-select:** PD-3117 - avoids tokens overlapping in eval mode ([728c242](https://github.com/pie-framework/pie-lib/commit/728c24274c726907de568600b074305a145320ca))
399
- - **text-select:** PD-3134 replace typography with span to prevent materialui from overwriting styling ([a9c4860](https://github.com/pie-framework/pie-lib/commit/a9c4860701355e3e6b33145414658da06ba5a5a3))
400
-
401
- ## [1.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.11.0...@pie-lib/text-select@1.11.1) (2023-08-21)
402
-
403
- **Note:** Version bump only for package @pie-lib/text-select
404
-
405
- # [1.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.10.0...@pie-lib/text-select@1.11.0) (2023-08-16)
406
-
407
- ### Features
408
-
409
- - **text-select:** PD-1163 - add legend for icons used in eval mode ([7b2bac2](https://github.com/pie-framework/pie-lib/commit/7b2bac262d29986db2ce57ff6cee6c04af08472a))
410
-
411
- # [1.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.29...@pie-lib/text-select@1.10.0) (2023-08-15)
412
-
413
- ### Features
414
-
415
- - **text-select:** adjust colors and alignment of the color ([a51ba55](https://github.com/pie-framework/pie-lib/commit/a51ba5547f6e1559915d6ea967d406923831b561))
416
- - **text-select:** PD-1163 create wrapper component ([b41db39](https://github.com/pie-framework/pie-lib/commit/b41db39ade332d19dca70a06d54acf51b5888c69))
417
- - **text-select:** PD-1163 update snapshots ([6b8edf8](https://github.com/pie-framework/pie-lib/commit/6b8edf83b763abdd93eee2655be3600cef90586b))
418
- - **text-select:** PD-1163 updates to tokens in text select ([2535c91](https://github.com/pie-framework/pie-lib/commit/2535c911f378f4cf41c8471bfa1898b996ffacee))
419
-
420
- ## [1.9.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.28...@pie-lib/text-select@1.9.29) (2023-07-24)
421
-
422
- **Note:** Version bump only for package @pie-lib/text-select
423
-
424
- ## [1.9.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.27...@pie-lib/text-select@1.9.28) (2023-06-24)
425
-
426
- **Note:** Version bump only for package @pie-lib/text-select
427
-
428
- ## [1.9.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.26...@pie-lib/text-select@1.9.27) (2023-06-13)
429
-
430
- **Note:** Version bump only for package @pie-lib/text-select
431
-
432
- ## [1.9.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.25...@pie-lib/text-select@1.9.26) (2023-06-12)
433
-
434
- **Note:** Version bump only for package @pie-lib/text-select
435
-
436
- ## [1.9.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.24...@pie-lib/text-select@1.9.25) (2023-06-05)
437
-
438
- **Note:** Version bump only for package @pie-lib/text-select
439
-
440
- ## [1.9.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.23...@pie-lib/text-select@1.9.24) (2023-05-12)
441
-
442
- **Note:** Version bump only for package @pie-lib/text-select
443
-
444
- ## [1.9.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.22...@pie-lib/text-select@1.9.23) (2023-05-01)
445
-
446
- **Note:** Version bump only for package @pie-lib/text-select
447
-
448
- ## [1.9.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.21...@pie-lib/text-select@1.9.22) (2023-04-25)
449
-
450
- **Note:** Version bump only for package @pie-lib/text-select
451
-
452
- ## [1.9.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.20...@pie-lib/text-select@1.9.21) (2023-04-19)
453
-
454
- ### Bug Fixes
455
-
456
- - **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
457
-
458
- ## [1.9.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.19...@pie-lib/text-select@1.9.20) (2023-04-07)
459
-
460
- **Note:** Version bump only for package @pie-lib/text-select
461
-
462
- ## [1.9.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.18...@pie-lib/text-select@1.9.19) (2023-04-03)
463
-
464
- **Note:** Version bump only for package @pie-lib/text-select
465
-
466
- ## [1.9.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.17...@pie-lib/text-select@1.9.18) (2023-03-27)
467
-
468
- **Note:** Version bump only for package @pie-lib/text-select
469
-
470
- ## [1.9.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.16...@pie-lib/text-select@1.9.17) (2023-03-20)
471
-
472
- **Note:** Version bump only for package @pie-lib/text-select
473
-
474
- ## [1.9.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.15...@pie-lib/text-select@1.9.16) (2023-03-13)
475
-
476
- **Note:** Version bump only for package @pie-lib/text-select
477
-
478
- ## [1.9.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.13...@pie-lib/text-select@1.9.15) (2023-02-28)
479
-
480
- ### Bug Fixes
481
-
482
- - version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
483
-
484
- ## [1.9.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.12...@pie-lib/text-select@1.9.13) (2023-02-28)
485
-
486
- **Note:** Version bump only for package @pie-lib/text-select
487
-
488
- ## [1.9.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.10...@pie-lib/text-select@1.9.12) (2023-01-31)
489
-
490
- **Note:** Version bump only for package @pie-lib/text-select
491
-
492
- ## [1.9.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.9...@pie-lib/text-select@1.9.10) (2023-01-31)
493
-
494
- **Note:** Version bump only for package @pie-lib/text-select
495
-
496
- ## [1.9.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.8...@pie-lib/text-select@1.9.9) (2023-01-31)
497
-
498
- **Note:** Version bump only for package @pie-lib/text-select
499
-
500
- ## [1.9.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.7...@pie-lib/text-select@1.9.8) (2023-01-31)
501
-
502
- **Note:** Version bump only for package @pie-lib/text-select
503
-
504
- ## [1.9.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.5...@pie-lib/text-select@1.9.7) (2023-01-31)
505
-
506
- **Note:** Version bump only for package @pie-lib/text-select
507
-
508
- ## [1.9.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.3...@pie-lib/text-select@1.9.5) (2023-01-31)
509
-
510
- **Note:** Version bump only for package @pie-lib/text-select
511
-
512
- ## [1.9.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.1...@pie-lib/text-select@1.9.3) (2023-01-31)
513
-
514
- **Note:** Version bump only for package @pie-lib/text-select
515
-
516
- ## [1.9.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.9.0...@pie-lib/text-select@1.9.1) (2023-01-31)
517
-
518
- **Note:** Version bump only for package @pie-lib/text-select
519
-
520
- # [1.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.28...@pie-lib/text-select@1.9.0) (2023-01-16)
521
-
522
- ### Features
523
-
524
- - added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
525
-
526
- ## [1.8.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.27...@pie-lib/text-select@1.8.28) (2023-01-03)
527
-
528
- ### Bug Fixes
529
-
530
- - **select-text:** remove hover effect from tokens for touch devices ([7219e33](https://github.com/pie-framework/pie-lib/commit/7219e337d6e7fbb83c4bc6e984f1fa633d35a448))
531
-
532
- ## [1.8.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.26...@pie-lib/text-select@1.8.27) (2022-11-23)
533
-
534
- **Note:** Version bump only for package @pie-lib/text-select
535
-
536
- ## [1.8.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.25...@pie-lib/text-select@1.8.26) (2022-09-28)
537
-
538
- **Note:** Version bump only for package @pie-lib/text-select
539
-
540
- ## [1.8.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.24...@pie-lib/text-select@1.8.25) (2022-09-14)
541
-
542
- **Note:** Version bump only for package @pie-lib/text-select
543
-
544
- ## [1.8.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.23...@pie-lib/text-select@1.8.24) (2022-09-12)
545
-
546
- **Note:** Version bump only for package @pie-lib/text-select
547
-
548
- ## [1.8.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.22...@pie-lib/text-select@1.8.23) (2022-08-29)
549
-
550
- **Note:** Version bump only for package @pie-lib/text-select
551
-
552
- ## [1.8.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.21...@pie-lib/text-select@1.8.22) (2022-08-15)
553
-
554
- **Note:** Version bump only for package @pie-lib/text-select
555
-
556
- ## [1.8.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.20...@pie-lib/text-select@1.8.21) (2022-08-08)
557
-
558
- **Note:** Version bump only for package @pie-lib/text-select
559
-
560
- ## [1.8.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.19...@pie-lib/text-select@1.8.20) (2022-07-18)
561
-
562
- **Note:** Version bump only for package @pie-lib/text-select
563
-
564
- ## [1.8.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.18...@pie-lib/text-select@1.8.19) (2022-07-18)
565
-
566
- **Note:** Version bump only for package @pie-lib/text-select
567
-
568
- ## [1.8.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.17...@pie-lib/text-select@1.8.18) (2022-06-13)
569
-
570
- **Note:** Version bump only for package @pie-lib/text-select
571
-
572
- ## [1.8.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.16...@pie-lib/text-select@1.8.17) (2022-05-30)
573
-
574
- **Note:** Version bump only for package @pie-lib/text-select
575
-
576
- ## [1.8.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.15...@pie-lib/text-select@1.8.16) (2022-05-24)
577
-
578
- **Note:** Version bump only for package @pie-lib/text-select
579
-
580
- ## [1.8.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.14...@pie-lib/text-select@1.8.15) (2022-04-28)
581
-
582
- **Note:** Version bump only for package @pie-lib/text-select
583
-
584
- ## [1.8.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.13...@pie-lib/text-select@1.8.14) (2022-03-21)
585
-
586
- **Note:** Version bump only for package @pie-lib/text-select
587
-
588
- ## [1.8.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.12...@pie-lib/text-select@1.8.13) (2022-02-21)
589
-
590
- **Note:** Version bump only for package @pie-lib/text-select
591
-
592
- ## [1.8.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.11...@pie-lib/text-select@1.8.12) (2022-02-03)
593
-
594
- **Note:** Version bump only for package @pie-lib/text-select
595
-
596
- ## [1.8.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.10...@pie-lib/text-select@1.8.11) (2021-12-13)
597
-
598
- **Note:** Version bump only for package @pie-lib/text-select
599
-
600
- ## [1.8.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.9...@pie-lib/text-select@1.8.10) (2021-11-29)
601
-
602
- **Note:** Version bump only for package @pie-lib/text-select
603
-
604
- ## [1.8.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.8...@pie-lib/text-select@1.8.9) (2021-11-10)
605
-
606
- **Note:** Version bump only for package @pie-lib/text-select
607
-
608
- ## [1.8.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.7...@pie-lib/text-select@1.8.8) (2021-10-04)
609
-
610
- ### Bug Fixes
611
-
612
- - **select-text:** made sure the new line characters are taken into consideration for offsets [PD-1145](<[a7bb44a](https://github.com/pie-framework/pie-lib/commit/a7bb44a)>)
613
-
614
- ## [1.8.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.6...@pie-lib/text-select@1.8.7) (2021-09-08)
615
-
616
- **Note:** Version bump only for package @pie-lib/text-select
617
-
618
- ## [1.8.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.5...@pie-lib/text-select@1.8.6) (2021-09-08)
619
-
620
- **Note:** Version bump only for package @pie-lib/text-select
621
-
622
- ## [1.8.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.4...@pie-lib/text-select@1.8.5) (2021-08-30)
623
-
624
- ### Bug Fixes
625
-
626
- - **text-select:** move prepareText function from pie-elements ([0eaee81](https://github.com/pie-framework/pie-lib/commit/0eaee81))
627
-
628
- ## [1.8.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.3...@pie-lib/text-select@1.8.4) (2021-08-04)
629
-
630
- **Note:** Version bump only for package @pie-lib/text-select
631
-
632
- ## [1.8.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.2...@pie-lib/text-select@1.8.3) (2021-07-23)
633
-
634
- ### Bug Fixes
635
-
636
- - **text-select:** Fixed white space collapse PD-477 ([1f9481f](https://github.com/pie-framework/pie-lib/commit/1f9481f))
637
-
638
- ## [1.8.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.8.0...@pie-lib/text-select@1.8.2) (2021-06-25)
639
-
640
- **Note:** Version bump only for package @pie-lib/text-select
641
-
642
- # [1.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.13...@pie-lib/text-select@1.8.0) (2021-06-25)
643
-
644
- ### Bug Fixes
645
-
646
- - **text-select:** fix incorrect indenting PD-1038 ([4d56509](https://github.com/pie-framework/pie-lib/commit/4d56509))
647
- - **text-select:** select text view mode should use black for text color PD-1154 ([0db5b1e](https://github.com/pie-framework/pie-lib/commit/0db5b1e))
648
-
649
- ### Features
650
-
651
- - **text-select:** when select-text item permits only one selection, change behavior of gather PD-958 ([c181314](https://github.com/pie-framework/pie-lib/commit/c181314))
652
-
653
- ## [1.7.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.12...@pie-lib/text-select@1.7.13) (2021-03-01)
654
-
655
- **Note:** Version bump only for package @pie-lib/text-select
656
-
657
- ## [1.7.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.11...@pie-lib/text-select@1.7.12) (2021-03-01)
658
-
659
- ### Bug Fixes
660
-
661
- - **text-select:** fix layout for legacy items with line number ([d50865e](https://github.com/pie-framework/pie-lib/commit/d50865e))
662
- - **text-select:** fix padding for tokens in order to fix PD-860 ([eacb81c](https://github.com/pie-framework/pie-lib/commit/eacb81c))
663
- - **text-select:** show tokens if they are selected in view mode to fix PD-464 ([7821536](https://github.com/pie-framework/pie-lib/commit/7821536))
664
-
665
- ## [1.7.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.10...@pie-lib/text-select@1.7.11) (2021-02-15)
666
-
667
- **Note:** Version bump only for package @pie-lib/text-select
668
-
669
- ## [1.7.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.8...@pie-lib/text-select@1.7.10) (2021-02-15)
670
-
671
- **Note:** Version bump only for package @pie-lib/text-select
672
-
673
- ## [1.7.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.7...@pie-lib/text-select@1.7.8) (2021-02-15)
674
-
675
- ### Bug Fixes
676
-
677
- - **text-select:** fix space between lines ([5633537](https://github.com/pie-framework/pie-lib/commit/5633537))
678
-
679
- ## [1.7.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.6...@pie-lib/text-select@1.7.7) (2021-02-01)
680
-
681
- **Note:** Version bump only for package @pie-lib/text-select
682
-
683
- ## [1.7.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.5...@pie-lib/text-select@1.7.6) (2021-01-28)
684
-
685
- **Note:** Version bump only for package @pie-lib/text-select
686
-
687
- ## [1.7.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.4...@pie-lib/text-select@1.7.5) (2021-01-28)
688
-
689
- **Note:** Version bump only for package @pie-lib/text-select
690
-
691
- ## [1.7.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.3...@pie-lib/text-select@1.7.4) (2021-01-25)
692
-
693
- ### Bug Fixes
694
-
695
- - **text-select:** fix token rendering issue - PD-642 ([89f3b70](https://github.com/pie-framework/pie-lib/commit/89f3b70))
696
-
697
- ## [1.7.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.2...@pie-lib/text-select@1.7.3) (2021-01-11)
698
-
699
- ### Bug Fixes
700
-
701
- - Added fix for style changes after selection of max tokens PD-646 ([30183a9](https://github.com/pie-framework/pie-lib/commit/30183a9))
702
-
703
- ## [1.7.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.1...@pie-lib/text-select@1.7.2) (2020-10-29)
704
-
705
- **Note:** Version bump only for package @pie-lib/text-select
706
-
707
- ## [1.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.7.0...@pie-lib/text-select@1.7.1) (2020-10-26)
708
-
709
- ### Bug Fixes
710
-
711
- - **select-text:** fix text indent styling for tokens ([0d13170](https://github.com/pie-framework/pie-lib/commit/0d13170))
712
-
713
- # [1.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.6.1...@pie-lib/text-select@1.7.0) (2020-10-26)
714
-
715
- ### Features
716
-
717
- - **text-select:** fix default colors in theme for hover and select ([f85b8f9](https://github.com/pie-framework/pie-lib/commit/f85b8f9))
718
-
719
- ## [1.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.6.0...@pie-lib/text-select@1.6.1) (2020-10-19)
720
-
721
- **Note:** Version bump only for package @pie-lib/text-select
722
-
723
- # [1.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.24...@pie-lib/text-select@1.6.0) (2020-10-07)
724
-
725
- ### Features
726
-
727
- - **text-select:** add color theme support ([8dd94e8](https://github.com/pie-framework/pie-lib/commit/8dd94e8))
728
- - **text-select:** color theme support - use wider palette ([2918cdd](https://github.com/pie-framework/pie-lib/commit/2918cdd))
729
-
730
- ## [1.5.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.23...@pie-lib/text-select@1.5.24) (2020-04-27)
731
-
732
- **Note:** Version bump only for package @pie-lib/text-select
733
-
734
- ## [1.5.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.22...@pie-lib/text-select@1.5.23) (2020-04-21)
735
-
736
- ### Bug Fixes
737
-
738
- - PD-19: Sentence parser was not working properly - updated the package version. ([057a88e](https://github.com/pie-framework/pie-lib/commit/057a88e))
739
-
740
- ## [1.5.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.21...@pie-lib/text-select@1.5.22) (2020-04-14)
741
-
742
- **Note:** Version bump only for package @pie-lib/text-select
743
-
744
- ## [1.5.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.20...@pie-lib/text-select@1.5.21) (2020-04-08)
745
-
746
- **Note:** Version bump only for package @pie-lib/text-select
747
-
748
- ## [1.5.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.19...@pie-lib/text-select@1.5.20) (2020-03-31)
749
-
750
- **Note:** Version bump only for package @pie-lib/text-select
751
-
752
- ## [1.5.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.18...@pie-lib/text-select@1.5.19) (2020-03-31)
753
-
754
- **Note:** Version bump only for package @pie-lib/text-select
755
-
756
- ## [1.5.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.17...@pie-lib/text-select@1.5.18) (2020-03-31)
757
-
758
- **Note:** Version bump only for package @pie-lib/text-select
759
-
760
- ## [1.5.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.16...@pie-lib/text-select@1.5.17) (2020-03-30)
761
-
762
- **Note:** Version bump only for package @pie-lib/text-select
763
-
764
- ## [1.5.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.15...@pie-lib/text-select@1.5.16) (2020-03-30)
765
-
766
- **Note:** Version bump only for package @pie-lib/text-select
767
-
768
- ## [1.5.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.14...@pie-lib/text-select@1.5.15) (2020-03-30)
769
-
770
- **Note:** Version bump only for package @pie-lib/text-select
771
-
772
- ## [1.5.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.13...@pie-lib/text-select@1.5.14) (2020-03-30)
773
-
774
- **Note:** Version bump only for package @pie-lib/text-select
775
-
776
- ## [1.5.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.12...@pie-lib/text-select@1.5.13) (2020-03-30)
777
-
778
- ### Bug Fixes
779
-
780
- - correct export syntax ([db7fcc0](https://github.com/pie-framework/pie-lib/commit/db7fcc0))
781
-
782
- ## [1.5.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.11...@pie-lib/text-select@1.5.12) (2020-03-30)
783
-
784
- **Note:** Version bump only for package @pie-lib/text-select
785
-
786
- ## [1.5.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.10...@pie-lib/text-select@1.5.11) (2020-03-30)
787
-
788
- ### Bug Fixes
789
-
790
- - add module prop to package.json ([946c118](https://github.com/pie-framework/pie-lib/commit/946c118))
791
-
792
- ## [1.5.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.9...@pie-lib/text-select@1.5.10) (2020-03-18)
793
-
794
- **Note:** Version bump only for package @pie-lib/text-select
795
-
796
- ## [1.5.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.8...@pie-lib/text-select@1.5.9) (2020-02-11)
797
-
798
- **Note:** Version bump only for package @pie-lib/text-select
799
-
800
- ## [1.5.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.7...@pie-lib/text-select@1.5.8) (2019-12-10)
801
-
802
- **Note:** Version bump only for package @pie-lib/text-select
803
-
804
- ## [1.5.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.6...@pie-lib/text-select@1.5.7) (2019-12-10)
805
-
806
- **Note:** Version bump only for package @pie-lib/text-select
807
-
808
- ## [1.5.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.5...@pie-lib/text-select@1.5.6) (2019-12-09)
809
-
810
- ### Bug Fixes
811
-
812
- - ch5389: A Select Text item had incorrect text if some of the tokens were defined twice, because in the normalized array there were being added tokens where start value was bigger than the end value of the token. ([75ab455](https://github.com/pie-framework/pie-lib/commit/75ab455))
813
-
814
- ## [1.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.4...@pie-lib/text-select@1.5.5) (2019-08-21)
815
-
816
- **Note:** Version bump only for package @pie-lib/text-select
817
-
818
- ## [1.5.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.3...@pie-lib/text-select@1.5.4) (2019-07-08)
819
-
820
- **Note:** Version bump only for package @pie-lib/text-select
821
-
822
- ## [1.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.2...@pie-lib/text-select@1.5.3) (2019-07-05)
823
-
824
- **Note:** Version bump only for package @pie-lib/text-select
825
-
826
- ## [1.5.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.1...@pie-lib/text-select@1.5.2) (2019-07-02)
827
-
828
- **Note:** Version bump only for package @pie-lib/text-select
829
-
830
- ## [1.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.5.0...@pie-lib/text-select@1.5.1) (2019-06-17)
831
-
832
- **Note:** Version bump only for package @pie-lib/text-select
833
-
834
- # [1.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.12...@pie-lib/text-select@1.5.0) (2019-06-12)
835
-
836
- ### Features
837
-
838
- - version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
839
-
840
- ## [1.4.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.11...@pie-lib/text-select@1.4.12) (2019-04-05)
841
-
842
- **Note:** Version bump only for package @pie-lib/text-select
843
-
844
- ## [1.4.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.10...@pie-lib/text-select@1.4.11) (2019-04-04)
845
-
846
- **Note:** Version bump only for package @pie-lib/text-select
847
-
848
- ## [1.4.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.9...@pie-lib/text-select@1.4.10) (2019-04-02)
849
-
850
- ### Bug Fixes
851
-
852
- - **text-select:** making use of span wrapper for tokens only where needed and recreated the html as string (issue: previous implementation was breaking the html content) ([532adc7](https://github.com/pie-framework/pie-lib/commit/532adc7))
853
-
854
- ## [1.4.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.8...@pie-lib/text-select@1.4.9) (2019-03-15)
855
-
856
- ### Bug Fixes
857
-
858
- - rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
859
-
860
- ## [1.4.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.7...@pie-lib/text-select@1.4.8) (2019-03-14)
861
-
862
- **Note:** Version bump only for package @pie-lib/text-select
863
-
864
- ## [1.4.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.6...@pie-lib/text-select@1.4.7) (2019-03-14)
865
-
866
- **Note:** Version bump only for package @pie-lib/text-select
867
-
868
- ## [1.4.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.5...@pie-lib/text-select@1.4.6) (2019-03-14)
869
-
870
- **Note:** Version bump only for package @pie-lib/text-select
871
-
872
- ## [1.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.4...@pie-lib/text-select@1.4.5) (2019-03-14)
873
-
874
- **Note:** Version bump only for package @pie-lib/text-select
875
-
876
- ## [1.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.3...@pie-lib/text-select@1.4.4) (2019-03-13)
877
-
878
- **Note:** Version bump only for package @pie-lib/text-select
879
-
880
- ## [1.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.2...@pie-lib/text-select@1.4.3) (2019-03-13)
881
-
882
- **Note:** Version bump only for package @pie-lib/text-select
883
-
884
- ## [1.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.1...@pie-lib/text-select@1.4.2) (2019-03-13)
885
-
886
- **Note:** Version bump only for package @pie-lib/text-select
887
-
888
- ## [1.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.4.0...@pie-lib/text-select@1.4.1) (2019-02-17)
889
-
890
- ### Bug Fixes
891
-
892
- - fix tests ([1363aa4](https://github.com/pie-framework/pie-lib/commit/1363aa4))
893
-
894
- # [1.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.3.1...@pie-lib/text-select@1.4.0) (2019-02-07)
895
-
896
- ### Features
897
-
898
- - support html markup in TextSelect ([b3942ed](https://github.com/pie-framework/pie-lib/commit/b3942ed))
899
-
900
- ## [1.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.3.0...@pie-lib/text-select@1.3.1) (2019-01-30)
901
-
902
- **Note:** Version bump only for package @pie-lib/text-select
903
-
904
- # [1.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.3...@pie-lib/text-select@1.3.0) (2019-01-30)
905
-
906
- ### Features
907
-
908
- - libs version bump ([b4c1087](https://github.com/pie-framework/pie-lib/commit/b4c1087))
909
-
910
- <a name="1.2.3"></a>
911
-
912
- ## [1.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.2...@pie-lib/text-select@1.2.3) (2018-11-12)
913
-
914
- ### Bug Fixes
915
-
916
- - **added-dependencies-where-needed:** fixed missing dependencies ([7c28bd3](https://github.com/pie-framework/pie-lib/commit/7c28bd3))
917
-
918
- <a name="1.2.2"></a>
919
-
920
- ## [1.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.1...@pie-lib/text-select@1.2.2) (2018-10-16)
921
-
922
- ### Bug Fixes
923
-
924
- - **add-paragraph:** added a paragraph builder for tokens ([61189c0](https://github.com/pie-framework/pie-lib/commit/61189c0))
925
- - **mode-save:** added a new state variable that saves the current mode of the tokenizer ([340b4ba](https://github.com/pie-framework/pie-lib/commit/340b4ba))
926
- - **mode-save:** added some tests and refactored some code ([2ffeaca](https://github.com/pie-framework/pie-lib/commit/2ffeaca))
927
-
928
- <a name="1.2.1"></a>
929
-
930
- ## [1.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.2.0...@pie-lib/text-select@1.2.1) (2018-07-25)
931
-
932
- **Note:** Version bump only for package @pie-lib/text-select
933
-
934
- <a name="1.2.0"></a>
935
-
936
- # [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.2...@pie-lib/text-select@1.2.0) (2018-05-16)
937
-
938
- ### Features
939
-
940
- - upgrade material-ui -> [@material-ui](https://github.com/material-ui)/core@^1.0.0-rc.1 ([017ef63](https://github.com/pie-framework/pie-lib/commit/017ef63))
941
-
942
- <a name="1.1.2"></a>
943
-
944
- ## [1.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.1...@pie-lib/text-select@1.1.2) (2018-05-09)
945
-
946
- ### Bug Fixes
947
-
948
- - **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))
949
-
950
- <a name="1.1.1"></a>
951
-
952
- ## [1.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@1.1.0...@pie-lib/text-select@1.1.1) (2018-05-09)
953
-
954
- ### Bug Fixes
955
-
956
- - **test:** fix test run ([d15ac94](https://github.com/pie-framework/pie-lib/commit/d15ac94))
957
-
958
- <a name="1.1.0"></a>
959
-
960
- # 1.1.0 (2018-05-08)
961
-
962
- ### Features
963
-
964
- - **text-select:** Add new text-select package. ([3916c19](https://github.com/pie-framework/pie-lib/commit/3916c19))
965
-
966
- # Change Log
967
-
968
- All notable changes to this project will be documented in this file.
969
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.