@pie-lib/text-select 3.0.9 → 4.0.0-next.42

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 -977
  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,977 +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.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.8...@pie-lib/text-select@3.0.9) (2026-09-22)
7
-
8
- **Note:** Version bump only for package @pie-lib/text-select
9
-
10
- ## [3.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/text-select@3.0.7...@pie-lib/text-select@3.0.8) (2026-09-02)
11
-
12
- **Note:** Version bump only for package @pie-lib/text-select
13
-
14
- ## [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)
15
-
16
- **Note:** Version bump only for package @pie-lib/text-select
17
-
18
- ## [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)
19
-
20
- **Note:** Version bump only for package @pie-lib/text-select
21
-
22
- ## [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)
23
-
24
- **Note:** Version bump only for package @pie-lib/text-select
25
-
26
- ## [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)
27
-
28
- ### Bug Fixes
29
-
30
- - correct @emotion/style typo to @emotion/styled in package deps PIE-678 ([d529ac7](https://github.com/pie-framework/pie-lib/commit/d529ac7bc3dfa94d8037688452d4c70c66f2590b))
31
- - **text-select:** update selectable and selected class names to include 'token' suffix PIE-663 ([e25cc95](https://github.com/pie-framework/pie-lib/commit/e25cc951be4264595aae0d93a6d9e9832ace72ca))
32
-
33
- ## [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)
34
-
35
- **Note:** Version bump only for package @pie-lib/text-select
36
-
37
- ## [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)
38
-
39
- **Note:** Version bump only for package @pie-lib/text-select
40
-
41
- ## [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)
42
-
43
- **Note:** Version bump only for package @pie-lib/text-select
44
-
45
- ## [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)
46
-
47
- **Note:** Version bump only for package @pie-lib/text-select
48
-
49
- ## [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)
50
-
51
- ### Bug Fixes
52
-
53
- - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
54
-
55
- ## [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)
56
-
57
- **Note:** Version bump only for package @pie-lib/text-select
58
-
59
- # [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)
60
-
61
- **Note:** Version bump only for package @pie-lib/text-select
62
-
63
- # [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)
64
-
65
- ### Bug Fixes
66
-
67
- - **text-select:** adjust markup rendering PIE-25 PIE-13 ([1d4d91d](https://github.com/pie-framework/pie-lib/commit/1d4d91d09efdaf861e384beda7d6d1e512a2281c))
68
-
69
- # [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)
70
-
71
- **Note:** Version bump only for package @pie-lib/text-select
72
-
73
- # [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)
74
-
75
- **Note:** Version bump only for package @pie-lib/text-select
76
-
77
- # [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)
78
-
79
- **Note:** Version bump only for package @pie-lib/text-select
80
-
81
- # [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)
82
-
83
- **Note:** Version bump only for package @pie-lib/text-select
84
-
85
- # [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)
86
-
87
- **Note:** Version bump only for package @pie-lib/text-select
88
-
89
- # [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)
90
-
91
- ### Bug Fixes
92
-
93
- - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
94
-
95
- # [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)
96
-
97
- **Note:** Version bump only for package @pie-lib/text-select
98
-
99
- # [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)
100
-
101
- **Note:** Version bump only for package @pie-lib/text-select
102
-
103
- # [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)
104
-
105
- ### Bug Fixes
106
-
107
- - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
108
- - **text-select:** remove html tags from rendering ([71201bc](https://github.com/pie-framework/pie-lib/commit/71201bce2535668769047ea3db8405c6b49fe615))
109
- - diaable toggling selection in view mode ([c0e47f0](https://github.com/pie-framework/pie-lib/commit/c0e47f0f5beaced697d6cdf3c418b92ec29679ab))
110
- - parsefloat to correctly compute tokens line height ([282c464](https://github.com/pie-framework/pie-lib/commit/282c464b860dc72e08d8692a7c2236c5475e49e0))
111
- - **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))
112
- - **text-select:** refactor icon token wrappers,delete unused container ([fdc6066](https://github.com/pie-framework/pie-lib/commit/fdc60661dd3bbda8c936a5e495be75ac4a2ac2ea))
113
- - refactor text select as renderAsString not used anymore ([9a1aea9](https://github.com/pie-framework/pie-lib/commit/9a1aea9c9cc709a803e30a8477b42ae2136a5061))
114
- - 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))
115
- - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
116
- - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
117
-
118
- ### Features
119
-
120
- - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
121
- - **correct-answe-toggle, legend:** delete unused files and imports PD-5258 ([261638d](https://github.com/pie-framework/pie-lib/commit/261638d9ceff79163eb858696a4c8eb7a7a3006c))
122
- - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
123
-
124
- # [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)
125
-
126
- **Note:** Version bump only for package @pie-lib/text-select
127
-
128
- ## [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)
129
-
130
- ### Bug Fixes
131
-
132
- - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
133
-
134
- ## [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)
135
-
136
- **Note:** Version bump only for package @pie-lib/text-select
137
-
138
- ## [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)
139
-
140
- ### Bug Fixes
141
-
142
- - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
143
-
144
- # [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)
145
-
146
- **Note:** Version bump only for package @pie-lib/text-select
147
-
148
- # [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)
149
-
150
- **Note:** Version bump only for package @pie-lib/text-select
151
-
152
- # [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)
153
-
154
- **Note:** Version bump only for package @pie-lib/text-select
155
-
156
- # [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)
157
-
158
- **Note:** Version bump only for package @pie-lib/text-select
159
-
160
- ## [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)
161
-
162
- **Note:** Version bump only for package @pie-lib/text-select
163
-
164
- ## [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)
165
-
166
- **Note:** Version bump only for package @pie-lib/text-select
167
-
168
- # [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)
169
-
170
- ### Bug Fixes
171
-
172
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
173
-
174
- ### Features
175
-
176
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
177
-
178
- # [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)
179
-
180
- **Note:** Version bump only for package @pie-lib/text-select
181
-
182
- # [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)
183
-
184
- **Note:** Version bump only for package @pie-lib/text-select
185
-
186
- # [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)
187
-
188
- ### Bug Fixes
189
-
190
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
191
-
192
- ### Features
193
-
194
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
195
-
196
- # [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)
197
-
198
- **Note:** Version bump only for package @pie-lib/text-select
199
-
200
- # [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)
201
-
202
- **Note:** Version bump only for package @pie-lib/text-select
203
-
204
- # [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)
205
-
206
- **Note:** Version bump only for package @pie-lib/text-select
207
-
208
- ## [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)
209
-
210
- ### Bug Fixes
211
-
212
- - fixed pie-lib/icons import [PD-5126](<[dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f)>)
213
-
214
- ### Features
215
-
216
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
217
-
218
- # [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)
219
-
220
- ### Features
221
-
222
- - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
223
-
224
- # [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)
225
-
226
- **Note:** Version bump only for package @pie-lib/text-select
227
-
228
- # [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)
229
-
230
- **Note:** Version bump only for package @pie-lib/text-select
231
-
232
- # [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)
233
-
234
- **Note:** Version bump only for package @pie-lib/text-select
235
-
236
- # [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)
237
-
238
- **Note:** Version bump only for package @pie-lib/text-select
239
-
240
- # [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)
241
-
242
- **Note:** Version bump only for package @pie-lib/text-select
243
-
244
- # [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)
245
-
246
- **Note:** Version bump only for package @pie-lib/text-select
247
-
248
- # [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)
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.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)
261
-
262
- **Note:** Version bump only for package @pie-lib/text-select
263
-
264
- # [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)
265
-
266
- **Note:** Version bump only for package @pie-lib/text-select
267
-
268
- # [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)
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.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)
277
-
278
- **Note:** Version bump only for package @pie-lib/text-select
279
-
280
- # [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)
281
-
282
- **Note:** Version bump only for package @pie-lib/text-select
283
-
284
- # [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)
285
-
286
- **Note:** Version bump only for package @pie-lib/text-select
287
-
288
- # [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)
289
-
290
- **Note:** Version bump only for package @pie-lib/text-select
291
-
292
- # [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)
293
-
294
- **Note:** Version bump only for package @pie-lib/text-select
295
-
296
- # [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)
297
-
298
- **Note:** Version bump only for package @pie-lib/text-select
299
-
300
- # [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)
301
-
302
- **Note:** Version bump only for package @pie-lib/text-select
303
-
304
- # [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)
305
-
306
- **Note:** Version bump only for package @pie-lib/text-select
307
-
308
- # [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)
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-25)
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-25)
317
-
318
- **Note:** Version bump only for package @pie-lib/text-select
319
-
320
- # [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)
321
-
322
- **Note:** Version bump only for package @pie-lib/text-select
323
-
324
- # [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)
325
-
326
- **Note:** Version bump only for package @pie-lib/text-select
327
-
328
- # [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)
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.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)
341
-
342
- **Note:** Version bump only for package @pie-lib/text-select
343
-
344
- # [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)
345
-
346
- **Note:** Version bump only for package @pie-lib/text-select
347
-
348
- # [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)
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-20)
353
-
354
- **Note:** Version bump only for package @pie-lib/text-select
355
-
356
- # [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)
357
-
358
- **Note:** Version bump only for package @pie-lib/text-select
359
-
360
- # [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)
361
-
362
- **Note:** Version bump only for package @pie-lib/text-select
363
-
364
- ## [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)
365
-
366
- **Note:** Version bump only for package @pie-lib/text-select
367
-
368
- ## [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)
369
-
370
- **Note:** Version bump only for package @pie-lib/text-select
371
-
372
- ## [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)
373
-
374
- **Note:** Version bump only for package @pie-lib/text-select
375
-
376
- ## [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)
377
-
378
- **Note:** Version bump only for package @pie-lib/text-select
379
-
380
- ## [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)
381
-
382
- **Note:** Version bump only for package @pie-lib/text-select
383
-
384
- ## [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)
385
-
386
- **Note:** Version bump only for package @pie-lib/text-select
387
-
388
- ## [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)
389
-
390
- **Note:** Version bump only for package @pie-lib/text-select
391
-
392
- # [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)
393
-
394
- ### Features
395
-
396
- - **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
397
-
398
- ## [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)
399
-
400
- **Note:** Version bump only for package @pie-lib/text-select
401
-
402
- ## [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)
403
-
404
- ### Bug Fixes
405
-
406
- - **text-select:** PD-3117 - avoids tokens overlapping in eval mode ([728c242](https://github.com/pie-framework/pie-lib/commit/728c24274c726907de568600b074305a145320ca))
407
- - **text-select:** PD-3134 replace typography with span to prevent materialui from overwriting styling ([a9c4860](https://github.com/pie-framework/pie-lib/commit/a9c4860701355e3e6b33145414658da06ba5a5a3))
408
-
409
- ## [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)
410
-
411
- **Note:** Version bump only for package @pie-lib/text-select
412
-
413
- # [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)
414
-
415
- ### Features
416
-
417
- - **text-select:** PD-1163 - add legend for icons used in eval mode ([7b2bac2](https://github.com/pie-framework/pie-lib/commit/7b2bac262d29986db2ce57ff6cee6c04af08472a))
418
-
419
- # [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)
420
-
421
- ### Features
422
-
423
- - **text-select:** adjust colors and alignment of the color ([a51ba55](https://github.com/pie-framework/pie-lib/commit/a51ba5547f6e1559915d6ea967d406923831b561))
424
- - **text-select:** PD-1163 create wrapper component ([b41db39](https://github.com/pie-framework/pie-lib/commit/b41db39ade332d19dca70a06d54acf51b5888c69))
425
- - **text-select:** PD-1163 update snapshots ([6b8edf8](https://github.com/pie-framework/pie-lib/commit/6b8edf83b763abdd93eee2655be3600cef90586b))
426
- - **text-select:** PD-1163 updates to tokens in text select ([2535c91](https://github.com/pie-framework/pie-lib/commit/2535c911f378f4cf41c8471bfa1898b996ffacee))
427
-
428
- ## [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)
429
-
430
- **Note:** Version bump only for package @pie-lib/text-select
431
-
432
- ## [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)
433
-
434
- **Note:** Version bump only for package @pie-lib/text-select
435
-
436
- ## [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)
437
-
438
- **Note:** Version bump only for package @pie-lib/text-select
439
-
440
- ## [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)
441
-
442
- **Note:** Version bump only for package @pie-lib/text-select
443
-
444
- ## [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)
445
-
446
- **Note:** Version bump only for package @pie-lib/text-select
447
-
448
- ## [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)
449
-
450
- **Note:** Version bump only for package @pie-lib/text-select
451
-
452
- ## [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)
453
-
454
- **Note:** Version bump only for package @pie-lib/text-select
455
-
456
- ## [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)
457
-
458
- **Note:** Version bump only for package @pie-lib/text-select
459
-
460
- ## [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)
461
-
462
- ### Bug Fixes
463
-
464
- - **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
465
-
466
- ## [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)
467
-
468
- **Note:** Version bump only for package @pie-lib/text-select
469
-
470
- ## [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)
471
-
472
- **Note:** Version bump only for package @pie-lib/text-select
473
-
474
- ## [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)
475
-
476
- **Note:** Version bump only for package @pie-lib/text-select
477
-
478
- ## [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)
479
-
480
- **Note:** Version bump only for package @pie-lib/text-select
481
-
482
- ## [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)
483
-
484
- **Note:** Version bump only for package @pie-lib/text-select
485
-
486
- ## [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)
487
-
488
- ### Bug Fixes
489
-
490
- - version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
491
-
492
- ## [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)
493
-
494
- **Note:** Version bump only for package @pie-lib/text-select
495
-
496
- ## [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)
497
-
498
- **Note:** Version bump only for package @pie-lib/text-select
499
-
500
- ## [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)
501
-
502
- **Note:** Version bump only for package @pie-lib/text-select
503
-
504
- ## [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)
505
-
506
- **Note:** Version bump only for package @pie-lib/text-select
507
-
508
- ## [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)
509
-
510
- **Note:** Version bump only for package @pie-lib/text-select
511
-
512
- ## [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)
513
-
514
- **Note:** Version bump only for package @pie-lib/text-select
515
-
516
- ## [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)
517
-
518
- **Note:** Version bump only for package @pie-lib/text-select
519
-
520
- ## [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)
521
-
522
- **Note:** Version bump only for package @pie-lib/text-select
523
-
524
- ## [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)
525
-
526
- **Note:** Version bump only for package @pie-lib/text-select
527
-
528
- # [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)
529
-
530
- ### Features
531
-
532
- - added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
533
-
534
- ## [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)
535
-
536
- ### Bug Fixes
537
-
538
- - **select-text:** remove hover effect from tokens for touch devices ([7219e33](https://github.com/pie-framework/pie-lib/commit/7219e337d6e7fbb83c4bc6e984f1fa633d35a448))
539
-
540
- ## [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)
541
-
542
- **Note:** Version bump only for package @pie-lib/text-select
543
-
544
- ## [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)
545
-
546
- **Note:** Version bump only for package @pie-lib/text-select
547
-
548
- ## [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)
549
-
550
- **Note:** Version bump only for package @pie-lib/text-select
551
-
552
- ## [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)
553
-
554
- **Note:** Version bump only for package @pie-lib/text-select
555
-
556
- ## [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)
557
-
558
- **Note:** Version bump only for package @pie-lib/text-select
559
-
560
- ## [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)
561
-
562
- **Note:** Version bump only for package @pie-lib/text-select
563
-
564
- ## [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)
565
-
566
- **Note:** Version bump only for package @pie-lib/text-select
567
-
568
- ## [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)
569
-
570
- **Note:** Version bump only for package @pie-lib/text-select
571
-
572
- ## [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)
573
-
574
- **Note:** Version bump only for package @pie-lib/text-select
575
-
576
- ## [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)
577
-
578
- **Note:** Version bump only for package @pie-lib/text-select
579
-
580
- ## [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)
581
-
582
- **Note:** Version bump only for package @pie-lib/text-select
583
-
584
- ## [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)
585
-
586
- **Note:** Version bump only for package @pie-lib/text-select
587
-
588
- ## [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)
589
-
590
- **Note:** Version bump only for package @pie-lib/text-select
591
-
592
- ## [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)
593
-
594
- **Note:** Version bump only for package @pie-lib/text-select
595
-
596
- ## [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)
597
-
598
- **Note:** Version bump only for package @pie-lib/text-select
599
-
600
- ## [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)
601
-
602
- **Note:** Version bump only for package @pie-lib/text-select
603
-
604
- ## [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)
605
-
606
- **Note:** Version bump only for package @pie-lib/text-select
607
-
608
- ## [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)
609
-
610
- **Note:** Version bump only for package @pie-lib/text-select
611
-
612
- ## [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)
613
-
614
- **Note:** Version bump only for package @pie-lib/text-select
615
-
616
- ## [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)
617
-
618
- ### Bug Fixes
619
-
620
- - **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)>)
621
-
622
- ## [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)
623
-
624
- **Note:** Version bump only for package @pie-lib/text-select
625
-
626
- ## [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)
627
-
628
- **Note:** Version bump only for package @pie-lib/text-select
629
-
630
- ## [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)
631
-
632
- ### Bug Fixes
633
-
634
- - **text-select:** move prepareText function from pie-elements ([0eaee81](https://github.com/pie-framework/pie-lib/commit/0eaee81))
635
-
636
- ## [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)
637
-
638
- **Note:** Version bump only for package @pie-lib/text-select
639
-
640
- ## [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)
641
-
642
- ### Bug Fixes
643
-
644
- - **text-select:** Fixed white space collapse PD-477 ([1f9481f](https://github.com/pie-framework/pie-lib/commit/1f9481f))
645
-
646
- ## [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)
647
-
648
- **Note:** Version bump only for package @pie-lib/text-select
649
-
650
- # [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)
651
-
652
- ### Bug Fixes
653
-
654
- - **text-select:** fix incorrect indenting PD-1038 ([4d56509](https://github.com/pie-framework/pie-lib/commit/4d56509))
655
- - **text-select:** select text view mode should use black for text color PD-1154 ([0db5b1e](https://github.com/pie-framework/pie-lib/commit/0db5b1e))
656
-
657
- ### Features
658
-
659
- - **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))
660
-
661
- ## [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)
662
-
663
- **Note:** Version bump only for package @pie-lib/text-select
664
-
665
- ## [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)
666
-
667
- ### Bug Fixes
668
-
669
- - **text-select:** fix layout for legacy items with line number ([d50865e](https://github.com/pie-framework/pie-lib/commit/d50865e))
670
- - **text-select:** fix padding for tokens in order to fix PD-860 ([eacb81c](https://github.com/pie-framework/pie-lib/commit/eacb81c))
671
- - **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))
672
-
673
- ## [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)
674
-
675
- **Note:** Version bump only for package @pie-lib/text-select
676
-
677
- ## [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)
678
-
679
- **Note:** Version bump only for package @pie-lib/text-select
680
-
681
- ## [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)
682
-
683
- ### Bug Fixes
684
-
685
- - **text-select:** fix space between lines ([5633537](https://github.com/pie-framework/pie-lib/commit/5633537))
686
-
687
- ## [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)
688
-
689
- **Note:** Version bump only for package @pie-lib/text-select
690
-
691
- ## [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)
692
-
693
- **Note:** Version bump only for package @pie-lib/text-select
694
-
695
- ## [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)
696
-
697
- **Note:** Version bump only for package @pie-lib/text-select
698
-
699
- ## [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)
700
-
701
- ### Bug Fixes
702
-
703
- - **text-select:** fix token rendering issue - PD-642 ([89f3b70](https://github.com/pie-framework/pie-lib/commit/89f3b70))
704
-
705
- ## [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)
706
-
707
- ### Bug Fixes
708
-
709
- - Added fix for style changes after selection of max tokens PD-646 ([30183a9](https://github.com/pie-framework/pie-lib/commit/30183a9))
710
-
711
- ## [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)
712
-
713
- **Note:** Version bump only for package @pie-lib/text-select
714
-
715
- ## [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)
716
-
717
- ### Bug Fixes
718
-
719
- - **select-text:** fix text indent styling for tokens ([0d13170](https://github.com/pie-framework/pie-lib/commit/0d13170))
720
-
721
- # [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)
722
-
723
- ### Features
724
-
725
- - **text-select:** fix default colors in theme for hover and select ([f85b8f9](https://github.com/pie-framework/pie-lib/commit/f85b8f9))
726
-
727
- ## [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)
728
-
729
- **Note:** Version bump only for package @pie-lib/text-select
730
-
731
- # [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)
732
-
733
- ### Features
734
-
735
- - **text-select:** add color theme support ([8dd94e8](https://github.com/pie-framework/pie-lib/commit/8dd94e8))
736
- - **text-select:** color theme support - use wider palette ([2918cdd](https://github.com/pie-framework/pie-lib/commit/2918cdd))
737
-
738
- ## [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)
739
-
740
- **Note:** Version bump only for package @pie-lib/text-select
741
-
742
- ## [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)
743
-
744
- ### Bug Fixes
745
-
746
- - PD-19: Sentence parser was not working properly - updated the package version. ([057a88e](https://github.com/pie-framework/pie-lib/commit/057a88e))
747
-
748
- ## [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)
749
-
750
- **Note:** Version bump only for package @pie-lib/text-select
751
-
752
- ## [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)
753
-
754
- **Note:** Version bump only for package @pie-lib/text-select
755
-
756
- ## [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)
757
-
758
- **Note:** Version bump only for package @pie-lib/text-select
759
-
760
- ## [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)
761
-
762
- **Note:** Version bump only for package @pie-lib/text-select
763
-
764
- ## [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)
765
-
766
- **Note:** Version bump only for package @pie-lib/text-select
767
-
768
- ## [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)
769
-
770
- **Note:** Version bump only for package @pie-lib/text-select
771
-
772
- ## [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)
773
-
774
- **Note:** Version bump only for package @pie-lib/text-select
775
-
776
- ## [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)
777
-
778
- **Note:** Version bump only for package @pie-lib/text-select
779
-
780
- ## [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)
781
-
782
- **Note:** Version bump only for package @pie-lib/text-select
783
-
784
- ## [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)
785
-
786
- ### Bug Fixes
787
-
788
- - correct export syntax ([db7fcc0](https://github.com/pie-framework/pie-lib/commit/db7fcc0))
789
-
790
- ## [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)
791
-
792
- **Note:** Version bump only for package @pie-lib/text-select
793
-
794
- ## [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)
795
-
796
- ### Bug Fixes
797
-
798
- - add module prop to package.json ([946c118](https://github.com/pie-framework/pie-lib/commit/946c118))
799
-
800
- ## [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)
801
-
802
- **Note:** Version bump only for package @pie-lib/text-select
803
-
804
- ## [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)
805
-
806
- **Note:** Version bump only for package @pie-lib/text-select
807
-
808
- ## [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)
809
-
810
- **Note:** Version bump only for package @pie-lib/text-select
811
-
812
- ## [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)
813
-
814
- **Note:** Version bump only for package @pie-lib/text-select
815
-
816
- ## [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)
817
-
818
- ### Bug Fixes
819
-
820
- - 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))
821
-
822
- ## [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)
823
-
824
- **Note:** Version bump only for package @pie-lib/text-select
825
-
826
- ## [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)
827
-
828
- **Note:** Version bump only for package @pie-lib/text-select
829
-
830
- ## [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)
831
-
832
- **Note:** Version bump only for package @pie-lib/text-select
833
-
834
- ## [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)
835
-
836
- **Note:** Version bump only for package @pie-lib/text-select
837
-
838
- ## [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)
839
-
840
- **Note:** Version bump only for package @pie-lib/text-select
841
-
842
- # [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)
843
-
844
- ### Features
845
-
846
- - version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
847
-
848
- ## [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)
849
-
850
- **Note:** Version bump only for package @pie-lib/text-select
851
-
852
- ## [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)
853
-
854
- **Note:** Version bump only for package @pie-lib/text-select
855
-
856
- ## [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)
857
-
858
- ### Bug Fixes
859
-
860
- - **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))
861
-
862
- ## [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)
863
-
864
- ### Bug Fixes
865
-
866
- - rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
867
-
868
- ## [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)
869
-
870
- **Note:** Version bump only for package @pie-lib/text-select
871
-
872
- ## [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)
873
-
874
- **Note:** Version bump only for package @pie-lib/text-select
875
-
876
- ## [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)
877
-
878
- **Note:** Version bump only for package @pie-lib/text-select
879
-
880
- ## [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)
881
-
882
- **Note:** Version bump only for package @pie-lib/text-select
883
-
884
- ## [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)
885
-
886
- **Note:** Version bump only for package @pie-lib/text-select
887
-
888
- ## [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)
889
-
890
- **Note:** Version bump only for package @pie-lib/text-select
891
-
892
- ## [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)
893
-
894
- **Note:** Version bump only for package @pie-lib/text-select
895
-
896
- ## [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)
897
-
898
- ### Bug Fixes
899
-
900
- - fix tests ([1363aa4](https://github.com/pie-framework/pie-lib/commit/1363aa4))
901
-
902
- # [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)
903
-
904
- ### Features
905
-
906
- - support html markup in TextSelect ([b3942ed](https://github.com/pie-framework/pie-lib/commit/b3942ed))
907
-
908
- ## [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)
909
-
910
- **Note:** Version bump only for package @pie-lib/text-select
911
-
912
- # [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)
913
-
914
- ### Features
915
-
916
- - libs version bump ([b4c1087](https://github.com/pie-framework/pie-lib/commit/b4c1087))
917
-
918
- <a name="1.2.3"></a>
919
-
920
- ## [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)
921
-
922
- ### Bug Fixes
923
-
924
- - **added-dependencies-where-needed:** fixed missing dependencies ([7c28bd3](https://github.com/pie-framework/pie-lib/commit/7c28bd3))
925
-
926
- <a name="1.2.2"></a>
927
-
928
- ## [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)
929
-
930
- ### Bug Fixes
931
-
932
- - **add-paragraph:** added a paragraph builder for tokens ([61189c0](https://github.com/pie-framework/pie-lib/commit/61189c0))
933
- - **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))
934
- - **mode-save:** added some tests and refactored some code ([2ffeaca](https://github.com/pie-framework/pie-lib/commit/2ffeaca))
935
-
936
- <a name="1.2.1"></a>
937
-
938
- ## [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)
939
-
940
- **Note:** Version bump only for package @pie-lib/text-select
941
-
942
- <a name="1.2.0"></a>
943
-
944
- # [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)
945
-
946
- ### Features
947
-
948
- - 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))
949
-
950
- <a name="1.1.2"></a>
951
-
952
- ## [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)
953
-
954
- ### Bug Fixes
955
-
956
- - **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))
957
-
958
- <a name="1.1.1"></a>
959
-
960
- ## [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)
961
-
962
- ### Bug Fixes
963
-
964
- - **test:** fix test run ([d15ac94](https://github.com/pie-framework/pie-lib/commit/d15ac94))
965
-
966
- <a name="1.1.0"></a>
967
-
968
- # 1.1.0 (2018-05-08)
969
-
970
- ### Features
971
-
972
- - **text-select:** Add new text-select package. ([3916c19](https://github.com/pie-framework/pie-lib/commit/3916c19))
973
-
974
- # Change Log
975
-
976
- All notable changes to this project will be documented in this file.
977
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.