@purpur/library 9.7.4 → 9.7.5

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 (177) hide show
  1. package/.lintstagedrc.mts +10 -0
  2. package/@types/scss.d.ts +4 -0
  3. package/CHANGELOG.json +4035 -0
  4. package/CHANGELOG.md +2106 -0
  5. package/eslint.config.mjs +2 -0
  6. package/package.json +26 -30
  7. package/scripts/generate.mts +269 -0
  8. package/src/accordion.ts +6 -0
  9. package/src/alert-badge.ts +6 -0
  10. package/src/aliases.ts +302 -0
  11. package/src/autocomplete.ts +6 -0
  12. package/src/avatar.ts +6 -0
  13. package/src/badge.ts +6 -0
  14. package/src/breadcrumbs.ts +6 -0
  15. package/src/button.ts +6 -0
  16. package/src/calendar.ts +6 -0
  17. package/src/card.ts +6 -0
  18. package/src/carousel.ts +6 -0
  19. package/src/chat-field.ts +6 -0
  20. package/src/checkbox.ts +6 -0
  21. package/src/chip-group.ts +6 -0
  22. package/src/color-dot.ts +6 -0
  23. package/src/comparison-table.ts +6 -0
  24. package/src/container.ts +6 -0
  25. package/src/content-block.ts +6 -0
  26. package/src/countdown.ts +6 -0
  27. package/src/counter-badge.ts +6 -0
  28. package/src/cta-link.ts +6 -0
  29. package/src/date-field.ts +6 -0
  30. package/src/date-picker.ts +6 -0
  31. package/src/date-range-field.ts +6 -0
  32. package/src/dismissable-chip-group.ts +6 -0
  33. package/src/drawer.ts +6 -0
  34. package/src/dropdown.ts +6 -0
  35. package/src/entries.js +73 -0
  36. package/src/field-error-text.ts +6 -0
  37. package/src/field-helper-text.ts +6 -0
  38. package/src/footer.ts +6 -0
  39. package/src/grid.ts +6 -0
  40. package/src/heading.ts +6 -0
  41. package/src/hero-banner.ts +6 -0
  42. package/src/label.ts +6 -0
  43. package/src/library.ts +77 -0
  44. package/src/link.ts +6 -0
  45. package/src/listbox.ts +6 -0
  46. package/src/loading.ts +6 -0
  47. package/src/message.ts +6 -0
  48. package/src/modal.ts +6 -0
  49. package/src/notification-banner.ts +6 -0
  50. package/src/notification.ts +6 -0
  51. package/src/pagination.ts +6 -0
  52. package/src/paragraph.ts +6 -0
  53. package/src/password-field.ts +7 -0
  54. package/src/popover.ts +6 -0
  55. package/src/product-card.ts +6 -0
  56. package/src/promotion-card.ts +6 -0
  57. package/src/purpur.css +1 -0
  58. package/src/quantity-selector.ts +6 -0
  59. package/src/radio-button-group.ts +6 -0
  60. package/src/radio-card-group.ts +6 -0
  61. package/src/rich-text.ts +6 -0
  62. package/src/search-field.ts +6 -0
  63. package/src/select.ts +6 -0
  64. package/src/skeleton.ts +6 -0
  65. package/src/slider.ts +6 -0
  66. package/src/spacer.ts +6 -0
  67. package/src/spinner.ts +6 -0
  68. package/src/stepper.ts +6 -0
  69. package/src/table.ts +6 -0
  70. package/src/tabs.ts +6 -0
  71. package/src/text-area.ts +6 -0
  72. package/src/text-field.ts +6 -0
  73. package/src/text-spacing.ts +6 -0
  74. package/src/theme.ts +6 -0
  75. package/src/toggle.ts +6 -0
  76. package/src/tokens.ts +6 -0
  77. package/src/tooltip.ts +6 -0
  78. package/src/visually-hidden.ts +6 -0
  79. package/tokens/_dark.scss +9 -0
  80. package/tokens/_index.scss +9 -0
  81. package/tokens/border/variables.css +13 -0
  82. package/tokens/border/variables.d.ts +10 -0
  83. package/tokens/border/variables.dark.css +12 -0
  84. package/tokens/border/variables.dark.d.ts +10 -0
  85. package/tokens/border/variables.dark.js +10 -0
  86. package/tokens/border/variables.dark.json +18 -0
  87. package/tokens/border/variables.dark.scss +10 -0
  88. package/tokens/border/variables.js +10 -0
  89. package/tokens/border/variables.json +18 -0
  90. package/tokens/border/variables.scss +10 -0
  91. package/tokens/breakpoint/variables.css +11 -0
  92. package/tokens/breakpoint/variables.d.ts +8 -0
  93. package/tokens/breakpoint/variables.dark.css +10 -0
  94. package/tokens/breakpoint/variables.dark.d.ts +8 -0
  95. package/tokens/breakpoint/variables.dark.js +8 -0
  96. package/tokens/breakpoint/variables.dark.json +14 -0
  97. package/tokens/breakpoint/variables.dark.scss +8 -0
  98. package/tokens/breakpoint/variables.js +8 -0
  99. package/tokens/breakpoint/variables.json +14 -0
  100. package/tokens/breakpoint/variables.scss +8 -0
  101. package/tokens/color/variables.css +262 -0
  102. package/tokens/color/variables.d.ts +253 -0
  103. package/tokens/color/variables.dark.css +262 -0
  104. package/tokens/color/variables.dark.d.ts +252 -0
  105. package/tokens/color/variables.dark.js +252 -0
  106. package/tokens/color/variables.dark.json +306 -0
  107. package/tokens/color/variables.dark.scss +252 -0
  108. package/tokens/color/variables.js +253 -0
  109. package/tokens/color/variables.json +307 -0
  110. package/tokens/color/variables.scss +253 -0
  111. package/tokens/dark.css +9 -0
  112. package/tokens/dark.d.ts +9 -0
  113. package/tokens/dark.js +9 -0
  114. package/tokens/filter/variables.css +4 -0
  115. package/tokens/filter/variables.d.ts +1 -0
  116. package/tokens/filter/variables.dark.css +3 -0
  117. package/tokens/filter/variables.dark.d.ts +1 -0
  118. package/tokens/filter/variables.dark.js +1 -0
  119. package/tokens/filter/variables.dark.json +7 -0
  120. package/tokens/filter/variables.dark.scss +1 -0
  121. package/tokens/filter/variables.js +1 -0
  122. package/tokens/filter/variables.json +7 -0
  123. package/tokens/filter/variables.scss +1 -0
  124. package/tokens/gradient/variables.css +53 -0
  125. package/tokens/gradient/variables.d.ts +9 -0
  126. package/tokens/gradient/variables.dark.css +51 -0
  127. package/tokens/gradient/variables.dark.d.ts +9 -0
  128. package/tokens/gradient/variables.dark.js +18 -0
  129. package/tokens/gradient/variables.dark.json +27 -0
  130. package/tokens/gradient/variables.dark.scss +36 -0
  131. package/tokens/gradient/variables.js +18 -0
  132. package/tokens/gradient/variables.json +27 -0
  133. package/tokens/gradient/variables.scss +42 -0
  134. package/tokens/index.css +18 -0
  135. package/tokens/index.d.ts +9 -0
  136. package/tokens/index.js +9 -0
  137. package/tokens/motion/variables.css +14 -0
  138. package/tokens/motion/variables.d.ts +11 -0
  139. package/tokens/motion/variables.dark.css +13 -0
  140. package/tokens/motion/variables.dark.d.ts +11 -0
  141. package/tokens/motion/variables.dark.js +11 -0
  142. package/tokens/motion/variables.dark.json +19 -0
  143. package/tokens/motion/variables.dark.scss +11 -0
  144. package/tokens/motion/variables.js +11 -0
  145. package/tokens/motion/variables.json +19 -0
  146. package/tokens/motion/variables.scss +11 -0
  147. package/tokens/shadow/variables.css +11 -0
  148. package/tokens/shadow/variables.d.ts +4 -0
  149. package/tokens/shadow/variables.dark.css +10 -0
  150. package/tokens/shadow/variables.dark.d.ts +4 -0
  151. package/tokens/shadow/variables.dark.js +4 -0
  152. package/tokens/shadow/variables.dark.json +8 -0
  153. package/tokens/shadow/variables.dark.scss +4 -0
  154. package/tokens/shadow/variables.js +4 -0
  155. package/tokens/shadow/variables.json +8 -0
  156. package/tokens/shadow/variables.scss +4 -0
  157. package/tokens/spacing/variables.css +26 -0
  158. package/tokens/spacing/variables.d.ts +23 -0
  159. package/tokens/spacing/variables.dark.css +17 -0
  160. package/tokens/spacing/variables.dark.d.ts +15 -0
  161. package/tokens/spacing/variables.dark.js +15 -0
  162. package/tokens/spacing/variables.dark.json +19 -0
  163. package/tokens/spacing/variables.dark.scss +15 -0
  164. package/tokens/spacing/variables.js +23 -0
  165. package/tokens/spacing/variables.json +31 -0
  166. package/tokens/spacing/variables.scss +23 -0
  167. package/tokens/typography/variables.css +30 -0
  168. package/tokens/typography/variables.d.ts +26 -0
  169. package/tokens/typography/variables.dark.css +29 -0
  170. package/tokens/typography/variables.dark.d.ts +26 -0
  171. package/tokens/typography/variables.dark.js +28 -0
  172. package/tokens/typography/variables.dark.json +38 -0
  173. package/tokens/typography/variables.dark.scss +26 -0
  174. package/tokens/typography/variables.js +28 -0
  175. package/tokens/typography/variables.json +38 -0
  176. package/tokens/typography/variables.scss +26 -0
  177. package/vite-plugin-generate-components-metadata.js +62 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,2106 @@
1
+ # Change Log - @purpur/library
2
+
3
+ This log was last generated on Fri, 05 Jun 2026 19:50:32 GMT and should not be manually modified.
4
+
5
+ ## 9.7.5
6
+ Fri, 05 Jun 2026 19:50:32 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix rush cache break
11
+
12
+ ## 9.7.4
13
+ Fri, 05 Jun 2026 18:31:38 GMT
14
+
15
+ ### Updates
16
+
17
+ - Fix style exports
18
+
19
+ ## 9.7.3
20
+ Fri, 05 Jun 2026 15:11:24 GMT
21
+
22
+ ### Updates
23
+
24
+ - Stepper: Fix checkmark icon bug in Safari
25
+ - Explicitly expose /tokens
26
+
27
+ ## 9.7.2
28
+ Fri, 05 Jun 2026 07:48:44 GMT
29
+
30
+ ### Updates
31
+
32
+ - Expose the tokens exports paths for sass imports
33
+
34
+ ## 9.7.1
35
+ Thu, 04 Jun 2026 10:01:36 GMT
36
+
37
+ ### Updates
38
+
39
+ - Correct the styling export path and improve the typings internally
40
+
41
+ ## 9.7.0
42
+ Wed, 03 Jun 2026 13:28:41 GMT
43
+
44
+ ### Updates
45
+
46
+ - Button: Add visual regression tests
47
+ - HeroBanner: Add visual regression tests
48
+ - RadioCardGroup: Aligned the disabled state according to design and fixed the font weight css specificity
49
+ - ComparisonTable: Ensure that table cells stretch to fill the available space vertically
50
+ - Carousel: Fix breakpoint options after SSR hydration
51
+ - DatePicker: Add `container` prop so the calendar popover and small-screen drawer portal into the nearest ThemeProvider by default. Pass `container={document.body}` to keep the previous behavior.
52
+ - Drawer: Add `container` prop so portaled content renders inside the nearest ThemeProvider by default. Pass `container={document.body}` to keep the previous behavior.
53
+ - Modal: Add `container` prop so portaled content renders inside the nearest ThemeProvider by default. Pass `container={document.body}` to keep the previous behavior.
54
+ - Popover: Add `container` prop so portaled content renders inside the nearest ThemeProvider by default. Pass `container={document.body}` to keep the previous behavior.
55
+ - Table: Drag indicator now falls back to the nearest ThemeProvider's container when no `container` prop is provided.
56
+ - Theme: Expose the provider's wrapper element through context and add `useThemePortalContainer` hook so overlay components can portal into the nearest ThemeProvider.
57
+ - Tooltip: Add `container` prop so portaled content renders inside the nearest ThemeProvider by default. Pass `container={document.body}` to keep the previous behavior.
58
+
59
+ ## 9.6.0
60
+ Tue, 26 May 2026 14:12:15 GMT
61
+
62
+ ### Updates
63
+
64
+ - ComparisonTable: Update option cards to show the read more control based on measured description overflow instead of character count, and add more specific selectors to improve style targeting.
65
+ - Avatar: Create Avatar component
66
+ - Loading: Create Loading component
67
+ - Message: Create Message component
68
+
69
+ ## 9.5.0
70
+ Fri, 22 May 2026 12:47:40 GMT
71
+
72
+ _Version update only_
73
+
74
+ ## 9.4.3
75
+ Fri, 22 May 2026 09:13:07 GMT
76
+
77
+ ### Updates
78
+
79
+ - Calendar: Add range selection mode to Calendar: the selected prop now supports react-day-picker's DateRange. Also fixes a bug where the month view force-synced to the selected date, overriding defaultMonth.
80
+ - DatePicker: Add range selection mode to DatePicker via the new mode="range" prop, with two inputs bound to a shared range. Calendar opens to the month of the triggering input, focus returns to the changed input on close, and existing single-mode behaviour is unchanged.
81
+ - DatePicker: In range mode, keep the calendar overlay open after the first click so a second click is required to commit a valid (non-zero) date range
82
+
83
+ ## 9.4.2
84
+ Thu, 21 May 2026 09:24:32 GMT
85
+
86
+ ### Updates
87
+
88
+ - ComparisonTable: Make SSR compatible by avoiding browser-only CSS.escape during render
89
+ - Updating dependencies to fix any vulnerabilities
90
+
91
+ ## 9.4.1
92
+ Mon, 18 May 2026 13:58:58 GMT
93
+
94
+ ### Updates
95
+
96
+ - NotificationBanner: Fix close icon specificity issue and vertical improve the icon position
97
+
98
+ ## 9.4.0
99
+ Mon, 11 May 2026 13:20:15 GMT
100
+
101
+ ### Updates
102
+
103
+ - Drawer: Added modal prop, to allow for setting modal=false when loading Components that uses Portals inside the drawer.
104
+
105
+ ## 9.3.0
106
+ Mon, 11 May 2026 08:07:05 GMT
107
+
108
+ ### Updates
109
+
110
+ - Accordion: Rename `NegativeContext` to `AccordionNegativeContext`
111
+ - DismissableChipGroup: Add support for `negative` variant and rename `SizeContext` to `DismissableChipGroupSizeContext`
112
+ - Checkbox: Add negative variant support
113
+ - Tokens: Add color.text.interactive.selected-negative semantic color token
114
+ - Dropdown: Fix select-all hover background color for negative
115
+ - Listbox: Add negative variant
116
+
117
+ ## 9.2.3
118
+ Tue, 28 Apr 2026 13:37:49 GMT
119
+
120
+ ### Updates
121
+
122
+ - Drawer and Modal: Remove focus outline for title
123
+ - SearchField: Fix right input borders and default browser clear button
124
+
125
+ ## 9.2.2
126
+ Mon, 27 Apr 2026 06:59:11 GMT
127
+
128
+ _Version update only_
129
+
130
+ ## 9.2.1
131
+ Fri, 24 Apr 2026 18:55:43 GMT
132
+
133
+ ### Updates
134
+
135
+ - Dropdown: Add negative prop to DropdownTagsProps; add typecheck to lint-staged
136
+ - Add carousel, comparison-table and dropdown to library exports; fix SelectProps naming conflict
137
+
138
+ ## 9.2.0
139
+ Fri, 24 Apr 2026 07:35:17 GMT
140
+
141
+ ### Patches
142
+
143
+ - Dropdown: Make 'Select all' option
144
+ - Tokens: Change purpur-color-overlay-default in dark mode to purpur-color-transparent-black-700
145
+
146
+ ### Updates
147
+
148
+ - Accordion: Fix overflow behaviour changing when child element receives focus
149
+ - Accordion: Switch title to display font (Telia Sans Heading)
150
+ - ContentBlock: Switch title to display font (Telia Sans Heading)
151
+ - Modal: Switch title to display font (Telia Sans Heading)
152
+ - PromotionCard: Switch title to display font (Telia Sans Heading) by default; titleVariant prop can still be used to override
153
+ - Tokens: Update interactive-primary semantic color tokens for text and border (light and dark themes)
154
+ - Action: Left align text for action mixin
155
+ - Button: Left align text for Button
156
+ - Remove all vulnerabilities and enforce strict dep versions
157
+
158
+ ## 9.1.3
159
+ Mon, 13 Apr 2026 09:09:46 GMT
160
+
161
+ ### Updates
162
+
163
+ - Dropdown: Fix multi-select behavior and increase selector specificity for listbox elements
164
+
165
+ ## 9.1.2
166
+ Thu, 02 Apr 2026 14:13:35 GMT
167
+
168
+ ### Updates
169
+
170
+ - SearchField: Increase specificity for dropdown listbox to migigate width issue
171
+
172
+ ## 9.1.1
173
+ Thu, 02 Apr 2026 12:25:19 GMT
174
+
175
+ ### Updates
176
+
177
+ - Calendar: Fix build warnings
178
+ - QuantitySelector: Fix build warnings
179
+ - Stepper: Fix build warnings
180
+ - Table: Fix build warnings
181
+ - Tooltip: Fix build warnings
182
+
183
+ ## 9.1.0
184
+ Thu, 02 Apr 2026 06:27:36 GMT
185
+
186
+ ### Updates
187
+
188
+ - Autocomplete: Deprecate component as it's replaced by Dropdown, and SearchField supports autocomplete with the `suggestions` props
189
+ - DismissableChipGroup: Add size (`sm`|`md`) prop
190
+ - Dropdown: New component supporting combobox and multiple
191
+ - Listbox: Add hideSelectedIcon prop, increase max-height
192
+ - SearchField: Add suggestions prop which gives the component autocomplete support
193
+ - UseAutocomplete: New hook used by Dropdown and SearchField
194
+ - TextField: Added variant 'ai' with gradient border, AI icon and typing animation
195
+ - Created ChatField component
196
+
197
+ ## 9.0.10
198
+ Mon, 30 Mar 2026 07:48:48 GMT
199
+
200
+ ### Updates
201
+
202
+ - Theme: Add borderRadiusXl prop to ThemeProps
203
+ - Tokens: Add border-radius xl token (24px/1.5rem)
204
+ - Button: Added AI variants for primary, secondary, expressive and text
205
+ - Drawer: Added AI variant
206
+ - Notification: Added AI variant
207
+ - Icon: Fix so that icons don't shrink in Storybook
208
+ - IllustrativeIcon: Fix checkmark centering in animated Illustrative icons
209
+
210
+ ## 9.0.9
211
+ Thu, 26 Mar 2026 09:15:46 GMT
212
+
213
+ ### Updates
214
+
215
+ - Button: Make it explicit in both Storybook stories and typings that the destructive variant and iconOnly are mutually exclusive
216
+
217
+ ## 9.0.8
218
+ Wed, 25 Mar 2026 12:05:03 GMT
219
+
220
+ ### Updates
221
+
222
+ - Button: Restore tertiary-purple variant and square borders for text variant
223
+
224
+ ## 9.0.7
225
+ Tue, 24 Mar 2026 08:08:48 GMT
226
+
227
+ ### Updates
228
+
229
+ - Button: Deprecate tertiary variant and update border-radius for text variant
230
+ - PromotionCard: fix content stretching on tablet and desktop to fill available space
231
+ - DateField: Fix cursor position jumping to end when editing in the middle of the date
232
+ - Icon: Bump svgo to 4.0.1 to fix security vulnerability
233
+ - IllustrativeIcon: Bump svgo to 4.0.1 to fix security vulnerability
234
+ - Logo: Bump svgo to 4.0.1 to fix security vulnerability
235
+ - Stepper: Fix completedStepLabel not being read by VoiceOver and screen readers
236
+ - Tabs: Fix accessibility issue: tab panels now have tabindex="0" so keyboard users can Tab from the tab list into the active panel
237
+
238
+ ## 9.0.6
239
+ Mon, 16 Mar 2026 17:24:08 GMT
240
+
241
+ _Version update only_
242
+
243
+ ## 9.0.5
244
+ Fri, 13 Mar 2026 17:17:31 GMT
245
+
246
+ ### Updates
247
+
248
+ - Further improve on the exposed typings
249
+
250
+ ## 9.0.4
251
+ Fri, 13 Mar 2026 13:47:33 GMT
252
+
253
+ ### Updates
254
+
255
+ - Correctly expose the typings for tokens
256
+
257
+ ## 9.0.3
258
+ Fri, 13 Mar 2026 10:25:18 GMT
259
+
260
+ ### Updates
261
+
262
+ - Checkbox: Fix wrong colors of checkboxes that were both disabled and unchecked
263
+ - Remove change-case a dep, fix codemod
264
+
265
+ ## 9.0.2
266
+ Thu, 12 Mar 2026 20:58:52 GMT
267
+
268
+ ### Updates
269
+
270
+ - Fix library build and exports. Also update the update script to update scss use
271
+
272
+ ## 9.0.1
273
+ Thu, 12 Mar 2026 10:51:49 GMT
274
+
275
+ ### Updates
276
+
277
+ - Move internal dependencies from deps to devDeps
278
+
279
+ ## 9.0.0
280
+ Thu, 12 Mar 2026 09:14:57 GMT
281
+
282
+ ### Patches
283
+
284
+ - Table: Fix getComputedStyle SSR crash by adding typeof document guard in pxToRem
285
+
286
+ ### Updates
287
+
288
+ - Add suffixes for static and animated for illustrative icons
289
+ - Remove the depricated promotionCardScheme from theme
290
+ - Rename icon ai-robot => robot
291
+ - Remove button-separated for SearchField
292
+ - Improve the build output and rename to @purpur/library.
293
+ - Update theming mechanism from inline styling to data attribute.
294
+ - Popover: Full width button on mobile. Fix bug where PopoverSteps where shown on a standalone popover when it was within a PopoverFlow
295
+ - Updated Card padding to use spacing-400 on large breakpoint
296
+ - Table: Fix UI glitches when single row selection (radio buttons) mode is used together with sticky first column
297
+ - Table: Change "Reorder columns" button in the table settings drawer to text variant instead of tertiary
298
+ - Table: Drag handles on primary variant have the same color as the rest of the column heading; The drag overlay on secondary variant now have the same background colors as the real column
299
+
300
+ ## 8.21.0
301
+ Thu, 26 Feb 2026 14:45:04 GMT
302
+
303
+ ### Updates
304
+
305
+ - Drawer - adds possibility to control Drawer closing via new onCloseClick prop. This change allows to add such things as closing confirmation on close click
306
+
307
+ ## 8.20.1
308
+ Tue, 24 Feb 2026 11:12:32 GMT
309
+
310
+ ### Updates
311
+
312
+ - Fix empty table overflows causing missing border on desktop screens, and partially missing text on small screens
313
+ - Tokens: Resolve undefined variable in SCSS output references
314
+
315
+ ## 8.20.0
316
+ Fri, 20 Feb 2026 16:25:54 GMT
317
+
318
+ ### Updates
319
+
320
+ - Update to Node 24
321
+ - Add 30 new AI icons and small changes to some indivdual icons
322
+ - Add gradient ai tokens and add them to Storybook
323
+ - Upgrade RushJS/PNPM
324
+
325
+ ## 8.19.0
326
+ Thu, 29 Jan 2026 07:29:17 GMT
327
+
328
+ ### Updates
329
+
330
+ - Add optional prop mediaPosition to enable swapping the position of the image and the body in PromotionCard
331
+
332
+ ## 8.18.0
333
+ Tue, 27 Jan 2026 16:39:35 GMT
334
+
335
+ ### Updates
336
+
337
+ - Footer: Move up theme selector
338
+
339
+ ## 8.17.1
340
+ Tue, 27 Jan 2026 13:41:39 GMT
341
+
342
+ ### Updates
343
+
344
+ - Correctly export Popover and Spacer components
345
+
346
+ ## 8.17.0
347
+ Tue, 27 Jan 2026 09:00:06 GMT
348
+
349
+ ### Updates
350
+
351
+ - Add Spacer component
352
+ - Add hideIcon prop to Notification
353
+
354
+ ## 8.16.3
355
+ Thu, 22 Jan 2026 12:07:20 GMT
356
+
357
+ ### Updates
358
+
359
+ - Remove exports prop from @purpur/tokens due to compability issues with commonsjs/systemjs
360
+
361
+ ## 8.16.2
362
+ Wed, 21 Jan 2026 17:06:27 GMT
363
+
364
+ ### Updates
365
+
366
+ - Add helperText to the documentation for RadioButtonGroup.Item and make the text in the base color story visible in dark mode
367
+ - Fix issue for Select in Edge browser on Windows
368
+
369
+ ## 8.16.1
370
+ Tue, 20 Jan 2026 12:53:15 GMT
371
+
372
+ ### Updates
373
+
374
+ - Fix Autocomplete with combobox chevron color in dark mode
375
+
376
+ ## 8.16.0
377
+ Tue, 20 Jan 2026 09:04:41 GMT
378
+
379
+ ### Updates
380
+
381
+ - #21275: Table: The "Expand" button now toggles between "Expand" and "Minimize", instead of always showing "Expand". The state behaves similar to other states, as it can either be controlled either by the consumer, or internally. It is still always the consumer's responsibility to change the size of the container. BREAKING CHANGES: If expand button is displayed, copy for the new state must be provided. Also, it will default to handling the state internally, and default to NOT being expanded. If the consumer places it in a container that is expanded by default, controlledExpanded or defaultExpanded must be added to make the table match the consumer's state.
382
+ - #20833: Table: Update storybook and unit tests to match Figma and Contentful
383
+ - Handle payment methods overflow in Footer
384
+
385
+ ## 8.15.0
386
+ Mon, 19 Jan 2026 11:23:11 GMT
387
+
388
+ ### Updates
389
+
390
+ - Add support for more open content format for payment options in Footer component
391
+ - Fix issue for the ThemeProvider and SB when retrieving "auto" as value
392
+ - Add dark theme generation to @purpur/tokens and present both themes in Storybook
393
+
394
+ ## 8.14.0
395
+ Wed, 14 Jan 2026 10:07:45 GMT
396
+
397
+ ### Updates
398
+
399
+ - Add element prop to RichText and TextSpacing components for customizable HTML tags
400
+ - Add negative color token - purpur-color-text-status-success-medium-negative, update colors for negative variants of Select and TextField
401
+
402
+ ## 8.13.0
403
+ Wed, 14 Jan 2026 08:07:22 GMT
404
+
405
+ ### Updates
406
+
407
+ - Add beforeTitle prop to ContentBlock, HeroBanner and PromotionCard components, add mediaStartPosition prop to ContentBlockGroup
408
+ - Update the Card(s) border-radius for sm to md and md to lg
409
+ - Upgrade styled-dictionary from v3 => v5
410
+ - Add support for react node for Checkbox label
411
+ - Adjust the negative variants of TextField and Select
412
+ - Fix for Countdown component, incorrect number was flashing when tick animation was playing.
413
+ - Remove vulnerabilities from deps
414
+ - Remove @telia deps from purpur - Countdown component
415
+
416
+ ## 8.12.2
417
+ Thu, 18 Dec 2025 12:47:05 GMT
418
+
419
+ ### Updates
420
+
421
+ - Fix radio item background for RadioButtonGroup
422
+ - fix Card component layout
423
+
424
+ ## 8.12.1
425
+ Tue, 16 Dec 2025 08:44:02 GMT
426
+
427
+ ### Updates
428
+
429
+ - Add logo to build output
430
+
431
+ ## 8.12.0
432
+ Mon, 15 Dec 2025 11:56:48 GMT
433
+
434
+ ### Updates
435
+
436
+ - Add @purpur/theme to peerDependencies and update Usage documentation with ThemeProvider
437
+ - Created Popover component
438
+ - Add additional-100-bold for Paragraph
439
+ - Add negative prop to TextField
440
+
441
+ ## 8.11.0
442
+ Mon, 08 Dec 2025 09:01:45 GMT
443
+
444
+ ### Updates
445
+
446
+ - Pagination: move items per page to the left
447
+ - Add icons dislike-filled, like-filled and resend
448
+ - Bump React to 19.2.1, even though we don't use the server components in Purpur
449
+ - Add promotionCardColorScheme prop and make promotionCardScheme prop obsolete in theme lib
450
+
451
+ ## 8.10.2
452
+ Fri, 21 Nov 2025 16:10:35 GMT
453
+
454
+ ### Updates
455
+
456
+ - Fix RichText error in getNodeType
457
+
458
+ ## 8.10.1
459
+ Tue, 18 Nov 2025 15:55:09 GMT
460
+
461
+ ### Updates
462
+
463
+ - Countdown: Make the component responsive on very small screens, increase selector specificity for Paragraph class names
464
+
465
+ ## 8.10.0
466
+ Tue, 18 Nov 2025 13:00:47 GMT
467
+
468
+ ### Updates
469
+
470
+ - Add opt-in controlled settings for table UI (controlledShowColumnFilters, controlledStickyHeaders, controlledStickyFirstColumn + onChange handlers) so consumers can persist state. Keep backwards compatibility for deprecated props (stickyHeaders, stickyFirstColumn) as fallbacks for default behavior and introduce default* props (defaultShowColumnFilters, defaultStickyHeaders, defaultStickyFirstColumn) used for reset.
471
+ - Bump dependencies
472
+
473
+ ## 8.9.0
474
+ Tue, 18 Nov 2025 10:02:47 GMT
475
+
476
+ ### Updates
477
+
478
+ - Add support for entry-hyperlink node type in RichText
479
+ - RichText: Add support for heading-* as node type, hyperlink nodes with uri nested in a data object and marks being either string or object with type property
480
+ - Countdown: Add useMediaQueries prop and support for abbreviated counter labels to improve layout on small screens
481
+ - Add className prop last to Logo to ensure that custom styles are applied correctly
482
+
483
+ ## 8.8.1
484
+ Wed, 12 Nov 2025 09:26:26 GMT
485
+
486
+ ### Updates
487
+
488
+ - Bump Storybook to 10.0.7
489
+
490
+ ## 8.8.0
491
+ Tue, 11 Nov 2025 15:02:03 GMT
492
+
493
+ ### Updates
494
+
495
+ - Table - Fix bug with rowCount reactivity - Enhance keyboard DnD support
496
+ - Added countdown component
497
+ - Improve a11y for Logo by adding role and aria-describedby that points to the title of the svg
498
+
499
+ ## 8.7.0
500
+ Thu, 06 Nov 2025 10:52:44 GMT
501
+
502
+ ### Updates
503
+
504
+ - Fixed exporting of Logo components
505
+ - Add support for nodeType prop in RichText
506
+ - Fix fullWidth prop in Tabs
507
+ - Standardize that custom className is applied last to ensure correct override functionality
508
+ - Table component: Only displaying visible columns while loading, fix an issue when filtering and no data was found we show the empty table content and the filter input lost focus, and fix issue with date cell always showing time
509
+ - Adjust the intersection observer in the stepper
510
+ - Replace arrow with chevron for back and title variant to display-10 in Drawer
511
+
512
+ ## 8.6.0
513
+ Tue, 28 Oct 2025 08:32:10 GMT
514
+
515
+ ### Updates
516
+
517
+ - Add resize prop to TextArea
518
+ - PromotionCard: Fix full-width CTAs on mobile when using a wrapper around CtaLink, export types for images
519
+ - Adding missing aria-labels to table settings drawer
520
+
521
+ ## 8.5.2
522
+ Thu, 23 Oct 2025 12:28:39 GMT
523
+
524
+ ### Updates
525
+
526
+ - Fix styling bug in PromotionCard
527
+
528
+ ## 8.5.1
529
+ Wed, 22 Oct 2025 12:03:55 GMT
530
+
531
+ ### Updates
532
+
533
+ - Fix Tabs overflow bug and simplify scroll logic
534
+ - Remove duplicate entries in changelog
535
+ - Reorder class names in the Icon component, putting the custom class name last
536
+ - Add animations to smoothly fade out Modal when dismissed
537
+
538
+ ## 8.5.0
539
+ Mon, 20 Oct 2025 13:55:04 GMT
540
+
541
+ ### Updates
542
+
543
+ - Add min-height to Drawer header to ensure a consistent layout even without a title
544
+ - Fix breadcrumb overflow in Hero Banner
545
+ - Update Logo story background for black variant in dark mode to improve visibility
546
+ - Update PromotionCard props to use inline types for images
547
+ - Fix Button and CtaLink spinner / icon
548
+ - Fix 1px border that shows when a Card has a link
549
+
550
+ ## 8.4.0
551
+ Thu, 16 Oct 2025 19:10:25 GMT
552
+
553
+ ### Updates
554
+
555
+ - Update Drawer header styling according to design
556
+ - Extract colors in action mixin to a separate mixin
557
+ - Smoothly fade out drawer when dismissed
558
+ - Add position relative to drawer scroll-area viewport
559
+ - Add DnD to table component
560
+ - Expose the Logo component from the Purpur lib
561
+ - Increase the Drawer max-height and order of className prop for Container
562
+
563
+ ## 8.3.1
564
+ Thu, 09 Oct 2025 09:36:36 GMT
565
+
566
+ ### Updates
567
+
568
+ - Adjust color token values to improve dark theme
569
+
570
+ ## 8.3.0
571
+ Mon, 06 Oct 2025 17:01:57 GMT
572
+
573
+ ### Updates
574
+
575
+ - Add support for forceColorScheme and theme options for PromotionCard. Also fixes hasGradient being removed
576
+
577
+ ## 8.2.6
578
+ Fri, 03 Oct 2025 19:16:31 GMT
579
+
580
+ ### Updates
581
+
582
+ - Cleanup gradient leftovers for PromotionCard
583
+
584
+ ## 8.2.5
585
+ Fri, 03 Oct 2025 18:19:18 GMT
586
+
587
+ ### Updates
588
+
589
+ - Fixes two visuals bugs for PromotionCard. The height of cards adjacent to each other and the gradient overlay that looks broken in dark theme
590
+
591
+ ## 8.2.4
592
+ Wed, 01 Oct 2025 12:26:04 GMT
593
+
594
+ ### Updates
595
+
596
+ - Externalize theme package from vite config for components
597
+
598
+ ## 8.2.3
599
+ Wed, 01 Oct 2025 10:25:13 GMT
600
+
601
+ ### Updates
602
+
603
+ - Externalize theme package from components
604
+
605
+ ## 8.2.2
606
+ Tue, 30 Sep 2025 21:04:38 GMT
607
+
608
+ ### Updates
609
+
610
+ - Revert mandatory @purpur/theme peerDep
611
+
612
+ ## 8.2.1
613
+ Tue, 30 Sep 2025 17:40:53 GMT
614
+
615
+ ### Updates
616
+
617
+ - Remove export of @purpur/purpur/theme in favour of @purpur/theme
618
+
619
+ ## 8.2.0
620
+ Tue, 30 Sep 2025 11:07:16 GMT
621
+
622
+ ### Updates
623
+
624
+ - Add KaiOS icon
625
+
626
+ ## 8.1.2
627
+ Tue, 30 Sep 2025 09:02:48 GMT
628
+
629
+ ### Updates
630
+
631
+ - Expose currentColorScheme in ThemeProvider and the useTheme hook, and return its value instead of colorScheme in the useColorScheme hook
632
+
633
+ ## 8.1.1
634
+ Mon, 29 Sep 2025 14:56:06 GMT
635
+
636
+ ### Updates
637
+
638
+ - Add a default value to the ThemeProvider context, in order to make SSR work
639
+
640
+ ## 8.1.0
641
+ Fri, 26 Sep 2025 08:52:30 GMT
642
+
643
+ ### Updates
644
+
645
+ - Add new static and dynamic Illustrative icons, including charger static icon
646
+ - Add support for more element tags in Container
647
+ - Add `titleHyphens` prop to `HeroBanner`
648
+ - Added Logo component
649
+ - Add the useMediaQueries prop to the Card component
650
+
651
+ ## 8.0.0
652
+ Fri, 19 Sep 2025 08:21:47 GMT
653
+
654
+ ### Updates
655
+
656
+ - **Dark Theme Updates & New Features:**
657
+
658
+ - Update dark theme implementation according to design specifications
659
+ - Export `useTheme` and `useApplyTheme` hooks from theme module
660
+ - Export `teliaTheme` object from theme module
661
+ - Add `options` prop to ThemeProvider component
662
+ - Add `forceColorScheme` prop to HeroBanner and Footer components
663
+ - Add `negative` prop to Select, FieldErrorText, and FieldHelperText components
664
+
665
+ **BREAKING** Footer, HeroBanner, PromotionCard and TextArea components now require ThemeProvider wrapper
666
+ - **BREAKING** Add comboboxButtonAriaLabel prop for Autocomplete that is required if combobox is set to true
667
+ - **BREAKING** Update ContentBlock: replace `tagline` prop with `badge`, remove top and bottom padding from ContentBlockGroup
668
+ - **BREAKING** Rename icon excel => document-excel and change svg content
669
+ - **BREAKING** Make drawerContentProps for DatePicker required and remove hard-coded values
670
+ - Add theme select functionality in Footer and update Storybook to sync theme handling
671
+ - **BREAKING** Remove deprecated props for Accordion
672
+ - **BREAKING** Add `overlayZIndex` prop in `DatePicker` and omit `zIndex` from `drawerContentProps`
673
+ - Fix border-radius styling issue in PromotionCard
674
+ - Fix OffBlack IllustrativeIcon variants in dark mode
675
+ - Added 'xl' gap variant for Card.ContentContainer
676
+
677
+ ## 7.14.0
678
+ Fri, 05 Sep 2025 11:30:35 GMT
679
+
680
+ ### Updates
681
+
682
+ - Add position prop to Drawer.Content
683
+
684
+ ## 7.13.1
685
+ Thu, 04 Sep 2025 08:58:17 GMT
686
+
687
+ ### Updates
688
+
689
+ - Update margins for display titles in text-spacing component
690
+
691
+ ## 7.13.0
692
+ Wed, 03 Sep 2025 12:36:59 GMT
693
+
694
+ ### Updates
695
+
696
+ - Add margins to new display titles in TextSpacing. Create and use new type HeadingVariant
697
+ - Add DisplayVariants to Accordion titleVariant
698
+
699
+ ## 7.12.0
700
+ Fri, 29 Aug 2025 11:07:10 GMT
701
+
702
+ ### Updates
703
+
704
+ - Fix broken stories for NotificationBanner and PromotionCard
705
+ - Fix broken stories for ContentBlock, ProductCard and TextSpacing
706
+ - Added new display variant for Heading. Typography adjustments and a new token for line-height
707
+ - Add prop for Table drawers z-index and fix setttings drawer layout
708
+ - HeroBanner - Fix Storybook controls
709
+
710
+ ## 7.11.0
711
+ Fri, 22 Aug 2025 11:23:33 GMT
712
+
713
+ ### Updates
714
+
715
+ - Fix DatePicker close on select bug.
716
+ - Added drawerContentProps to DatePicker.
717
+
718
+ ## 7.10.1
719
+ Wed, 20 Aug 2025 10:00:45 GMT
720
+
721
+ ### Updates
722
+
723
+ - Update buildtime to Node 22
724
+ - Fixes the CSS errors related to misspellings of custom props for Calendar
725
+
726
+ ## 7.10.0
727
+ Wed, 13 Aug 2025 11:54:06 GMT
728
+
729
+ ### Updates
730
+
731
+ - Add DatePicker, DateField and Calendar to the library
732
+
733
+ ## 7.9.0
734
+ Wed, 13 Aug 2025 07:21:05 GMT
735
+
736
+ ### Updates
737
+
738
+ - Updated lib readme
739
+
740
+ ## 7.8.0
741
+ Tue, 12 Aug 2025 13:59:21 GMT
742
+
743
+ ### Updates
744
+
745
+ - Update Storybook 8 => 9
746
+ - Fix for wrong attribute type in the StepperContent component when spreading the props
747
+ - Added Calendar, DateField and DatePicker components.
748
+
749
+ ## 7.7.0
750
+ Thu, 31 Jul 2025 14:48:33 GMT
751
+
752
+ ### Updates
753
+
754
+ - Add common-types library that contains a BaseProps type, and update components to use that type
755
+ - Don't rely on explicit colSpan props for layout logic even when defaults match in Grid
756
+ - Don't show the value 0 as a dash in number cells in `Table`
757
+ - Truncate long column headings in `Table`
758
+ - Don't show horizontal scrollbar area in `Table` when not needed
759
+ - Don't render Pagination if there are no pages
760
+ - Fix issue where Accordion.Item border-bottom becomes transparent when hovering a button within the item
761
+ - Fix cropped focus highlight for certain settings in `Table`
762
+ - Fix focus highlight on link cells in `Table`
763
+ - Fix broken links in Storybook
764
+ - Added support for spreading data-* attributes on footer links
765
+ - Make column filters full-width in `Table` and make search filter work for link cells
766
+ - Drawer - Focus on the first heading if available, when it's opened
767
+ - Modal - Focus on the first heading if available, when it's opened
768
+ - Add story to Notification that simulates a delayed appearance of the component
769
+ - ProductCard: Improve a11y for list of colors
770
+ - Pagination - Add aria label for truncation separator and update layout
771
+ - Stepper - Add step number to completed steps for screen readers and remove navigation region
772
+ - Tooltip - Add aria-expanded and improve on the trigger aria-label example
773
+
774
+ ## 7.6.1
775
+ Thu, 24 Jul 2025 13:05:56 GMT
776
+
777
+ ### Updates
778
+
779
+ - Upgrade lottie-web to support node 22
780
+ - Don't spread rest props on both span and a tag in Link
781
+ - Fix error message in console when using custom header content in `Drawer`
782
+
783
+ ## 7.6.0
784
+ Fri, 04 Jul 2025 06:59:55 GMT
785
+
786
+ ### Minor changes
787
+
788
+ - Add fullWidth prop to Accordion.Item and deprecate disableChildrenMaxWidth
789
+
790
+ ### Updates
791
+
792
+ - Add helperText prop and functionality to the Checkbox component
793
+ - Add optional prop hideRequiredAsterisk to TextField component
794
+ - Add icon only functionality to the Pagination component
795
+ - Add 4 new icons, including the brand new pebble-ai
796
+ - Add SB docs for filter token
797
+
798
+ ## 7.5.1
799
+ Fri, 27 Jun 2025 14:48:26 GMT
800
+
801
+ ### Updates
802
+
803
+ - Update the component structure in Storybook to reflect the new structure in Figma
804
+ - Simplify the test setup for eslint-plugin-purpur
805
+ - Always close Listbox on input blur in Autocomplete
806
+ - Add Card.Heading with linkElement example
807
+ - Add support for native HTML attributes for RadioCard.Item
808
+ - Update tsconfig and eslint rules. More specifically enforce type import when possible. Also run lint:fix
809
+
810
+ ## 7.5.0
811
+ Mon, 23 Jun 2025 12:05:32 GMT
812
+
813
+ ### Updates
814
+
815
+ - Fix title prop type for Accordion and AccordionItem
816
+ - Fix QuantitySelector accessibility issues
817
+ - Add optional prop to Accordion.Item to disable max-width on children
818
+
819
+ ## 7.4.0
820
+ Wed, 11 Jun 2025 13:41:27 GMT
821
+
822
+ ### Updates
823
+
824
+ - Change CTA negative variant in Storybook depending on component variant for ContentBlock and PromotionCard
825
+ - Center-align text in full-width headers in Tabs
826
+ - Add Breadcrumbs support for item classname and excludeCurrentPage
827
+
828
+ ## 7.3.1
829
+ Thu, 05 Jun 2025 09:19:23 GMT
830
+
831
+ ### Updates
832
+
833
+ - Updating stories to match new props.
834
+ - Add combobox example for Autocomplete in Storybook
835
+ - Only add `overflow: hidden` to Tabs content wrapper if `animateHeight` is true
836
+
837
+ ## 7.3.0
838
+ Wed, 04 Jun 2025 11:53:05 GMT
839
+
840
+ ### Updates
841
+
842
+ - Add fullHeight prop in Card.ContentContainer, add specific className to children wrapper div in ProductCard
843
+
844
+ ## 7.2.0
845
+ Mon, 02 Jun 2025 12:24:56 GMT
846
+
847
+ ### Updates
848
+
849
+ - Support ReactNodes in Tab Headers
850
+ - No hyphens on larger screens than mobile for HeroBanner
851
+ - Card.MediaLayout: Add new "imageTop" prop. Card.ContentContainer: Adjust padding. Card.FeatureList: Make checkmark not shrink.
852
+ - Support non-interactive ProductCard
853
+ - Added props for sticky first column and headers in table.
854
+ - Add prop for element type for Container
855
+ - Change Accordion title prop type to ReactNode
856
+
857
+ ## 7.1.0
858
+ Fri, 23 May 2025 13:20:01 GMT
859
+
860
+ ### Updates
861
+
862
+ - Add 'prefers-reduced-motion: no-preference' to animations
863
+ - Export Theme ColorScheme type
864
+ - Fix bugs in Table component. Number 0 shows empty cell instead of 0.
865
+ - add dismissable chip component
866
+
867
+ ## 7.0.0
868
+ Fri, 16 May 2025 10:03:23 GMT
869
+
870
+ ### Updates
871
+
872
+ - Improve a11y for Checkbox, RadioButtonGroup, RadioCardGroup, Select, TextField and TextArea for required fields
873
+ - **BREAKING** Switch from using autocomplete to select in the pagination, and various accessibility improvements for screen reader users
874
+ - **BREAKING** Standardize the action component API
875
+ - **BREAKING** Add accessibility fixes and support for custom link element in Card
876
+ - **BREAKING** Standardise component API in regards på a11y
877
+ - **BREAKING** Standardize the link component API
878
+ - **BREAKING** Container - extend container width options to include 'xl' and 'xxl', new default is 'xxl'
879
+ - **BREAKING** Adds fullwidth to table, fixes height of table rows, fixes bug with links in popover
880
+
881
+ ## 6.12.5
882
+ Wed, 14 May 2025 13:02:27 GMT
883
+
884
+ ### Updates
885
+
886
+ - Update types for QuantitySelector and Toggle for onChange
887
+
888
+ ## 6.12.4
889
+ Wed, 14 May 2025 12:38:59 GMT
890
+
891
+ ### Updates
892
+
893
+ - Omit onClick and onChange attributes in components that have custom props
894
+
895
+ ## 6.12.3
896
+ Wed, 14 May 2025 10:09:52 GMT
897
+
898
+ ### Updates
899
+
900
+ - Adding styling attributes to components.
901
+ - Add default variant for links in Table and fix link styling
902
+ - Enable hyphens for Heading in HeroBanner
903
+ - Update Table row height to be purpur-spacing-800.
904
+
905
+ ## 6.12.2
906
+ Mon, 12 May 2025 09:06:08 GMT
907
+
908
+ ### Updates
909
+
910
+ - Expose PasswordField the same way as Icon/IllustratedIcon because it contains a dynamic import
911
+
912
+ ## 6.12.1
913
+ Fri, 09 May 2025 12:57:44 GMT
914
+
915
+ ### Updates
916
+
917
+ - Adjust paddings in Drawer
918
+ - Tabs: Add optional animateHeight prop that animates transition when height changes
919
+ - Adjust border colors for dark theme
920
+ - Add support for className and other props for Card.Container
921
+
922
+ ## 6.12.0
923
+ Tue, 06 May 2025 06:58:21 GMT
924
+
925
+ ### Updates
926
+
927
+ - Create Data table
928
+ - Add aria-describedby={undefined} in Drawer.Content in order to avoid console warning
929
+ - Fix eslint plugin
930
+ - Fix bug with line variant in Tabs component when resizing window
931
+
932
+ ## 6.11.1
933
+ Wed, 30 Apr 2025 13:14:28 GMT
934
+
935
+ ### Updates
936
+
937
+ - Add fitToContent prop in Drawer and only fit the component's height to its content if the prop is set to true
938
+ - Fix eslint plugin
939
+
940
+ ## 6.11.0
941
+ Tue, 29 Apr 2025 14:32:18 GMT
942
+
943
+ ### Updates
944
+
945
+ - Adding native properties to Purpur components
946
+ - Added native react props to Accordion and AlertBadge components.
947
+ - Add headerContent prop in Drawer
948
+ - Fix Drawer height to fit content
949
+ - Add max-width to HeroBanner preamble and custom content
950
+
951
+ ## 6.10.0
952
+ Mon, 28 Apr 2025 11:20:33 GMT
953
+
954
+ ### Updates
955
+
956
+ - Upgrade to flat eslint config and remove dep to teliasaurus rig
957
+ - Bump to vitest 3"
958
+
959
+ ## 6.9.0
960
+ Wed, 23 Apr 2025 09:33:19 GMT
961
+
962
+ ### Updates
963
+
964
+ - Add static illustrative icons, update json files and add support for theming and `delay` prop for animated icons, update telia-theme
965
+ - Add custom logo support for `Footer`
966
+
967
+ ## 6.8.3
968
+ Tue, 22 Apr 2025 13:07:20 GMT
969
+
970
+ ### Updates
971
+
972
+ - Fix color scheme bug in ThemeProvider
973
+ - Upgrade Rush, remove circular dependency to icon story autocomplete
974
+
975
+ ## 6.8.2
976
+ Wed, 16 Apr 2025 09:50:12 GMT
977
+
978
+ ### Updates
979
+
980
+ - Fix bug with full-height in Card and PromotionCard components
981
+
982
+ ## 6.8.1
983
+ Wed, 16 Apr 2025 07:40:09 GMT
984
+
985
+ ### Updates
986
+
987
+ - Fix missing icon styles from @purpur/purpur/styles
988
+
989
+ ## 6.8.0
990
+ Tue, 15 Apr 2025 13:47:40 GMT
991
+
992
+ ### Updates
993
+
994
+ - Use/update container queries for Card and ProductCard. Adjust layout for small and badge position.
995
+ - Add support for themes
996
+ - Fix modal to offset close button dynamically depending on visible scrollbar width
997
+
998
+ ## 6.7.2
999
+ Fri, 11 Apr 2025 12:07:53 GMT
1000
+
1001
+ ### Updates
1002
+
1003
+ - noop
1004
+
1005
+ ## 6.7.1
1006
+ Fri, 11 Apr 2025 10:34:57 GMT
1007
+
1008
+ ### Updates
1009
+
1010
+ - noop
1011
+ - Update max-width for paragraphs in ContentBlock to 80ch
1012
+ - noop
1013
+
1014
+ ## 6.7.0
1015
+ Thu, 10 Apr 2025 14:03:37 GMT
1016
+
1017
+ ### Updates
1018
+
1019
+ - Refactor Card.Heading component styles and props for better structure
1020
+
1021
+ ## 6.6.2
1022
+ Tue, 08 Apr 2025 08:48:25 GMT
1023
+
1024
+ ### Updates
1025
+
1026
+ - Increase the line-height of the title in HeroBanner
1027
+
1028
+ ## 6.6.1
1029
+ Mon, 07 Apr 2025 20:32:43 GMT
1030
+
1031
+ ### Updates
1032
+
1033
+ - Added `labelTag` prop to `RadioCardGroup`
1034
+ - Fix HeroBanner title overflow
1035
+
1036
+ ## 6.6.0
1037
+ Mon, 07 Apr 2025 07:01:11 GMT
1038
+
1039
+ ### Updates
1040
+
1041
+ - Add information on what's breaking in purpur
1042
+ - Add onOpen/onCollapse props to Accordion.Item
1043
+ - Correct and rename to onOpen/onClose for Accordion.Item
1044
+
1045
+ ## 6.5.0
1046
+ Tue, 01 Apr 2025 09:09:51 GMT
1047
+
1048
+ ### Updates
1049
+
1050
+ - Create password-field component
1051
+
1052
+ ## 6.4.0
1053
+ Tue, 25 Mar 2025 15:46:01 GMT
1054
+
1055
+ ### Updates
1056
+
1057
+ - New Container component, containing a page container
1058
+ - Add general variant of Badge
1059
+ - Remove pointer cursor from Label
1060
+ - Fix alignment and spacing for FieldErrorText component
1061
+ - Adjust Badge layout
1062
+ - Add prop to align stepper buttons with purpur grid
1063
+
1064
+ ## 6.3.1
1065
+ Fri, 14 Mar 2025 14:16:28 GMT
1066
+
1067
+ ### Updates
1068
+
1069
+ - Add support for telia-dark theme and associated plugin in Storybook
1070
+
1071
+ ## 6.3.0
1072
+ Wed, 12 Mar 2025 14:54:02 GMT
1073
+
1074
+ ### Updates
1075
+
1076
+ - Add box, hourglass and monitoring-iot icons
1077
+
1078
+ ## 6.2.0
1079
+ Wed, 12 Mar 2025 08:49:33 GMT
1080
+
1081
+ ### Updates
1082
+
1083
+ - "Update react to v19"
1084
+ - Remove X from SB example
1085
+
1086
+ ## 6.1.4
1087
+ Fri, 07 Mar 2025 09:44:04 GMT
1088
+
1089
+ ### Updates
1090
+
1091
+ - Use a JSX representation of the Telia logo svg
1092
+
1093
+ ## 6.1.3
1094
+ Thu, 06 Mar 2025 18:22:52 GMT
1095
+
1096
+ ### Updates
1097
+
1098
+ - Add onCloseAutoFocus and fix actions.onClick prop type in Modal.Content
1099
+ - Footer now uses a local logo for Telia
1100
+
1101
+ ## 6.1.2
1102
+ Tue, 04 Mar 2025 09:56:16 GMT
1103
+
1104
+ ### Updates
1105
+
1106
+ - Use dvh in Drawer to fix issues on mobile devices. Fallback to vh.
1107
+
1108
+ ## 6.1.1
1109
+ Fri, 28 Feb 2025 12:09:44 GMT
1110
+
1111
+ ### Updates
1112
+
1113
+ - Add hidden for to chip-group
1114
+ - Fix autoprefixer warning start => flex-start
1115
+
1116
+ ## 6.1.0
1117
+ Fri, 28 Feb 2025 08:44:31 GMT
1118
+
1119
+ ### Updates
1120
+
1121
+ - Create dynamic icon
1122
+
1123
+ ## 6.0.2
1124
+ Thu, 27 Feb 2025 16:27:22 GMT
1125
+
1126
+ ### Updates
1127
+
1128
+ - #16376: update @radix-ui/* packages
1129
+
1130
+ ## 6.0.1
1131
+ Thu, 27 Feb 2025 08:30:40 GMT
1132
+
1133
+ ### Updates
1134
+
1135
+ - Fix eslint-plugin-purpur error message
1136
+
1137
+ ## 6.0.0
1138
+ Wed, 26 Feb 2025 15:58:59 GMT
1139
+
1140
+ ### Updates
1141
+
1142
+ - Keep border bottom during hover over an open accordion-item title
1143
+ - Update Tab component to make it possible to show all tab content in DOM
1144
+ - **BREAKING** Update icon imports and exports to reduce bundle sizes in general - no barrel imports.
1145
+ - **BREAKING** Link disableVisited=true. PromotionCard enableTitleHyphenation=false. HeroBanner.Media remove media prop. Card.LinkArrow removed. RadioButtonCard rename ORIENTATION and DIRECTION to include component name
1146
+
1147
+ ## 5.35.0
1148
+ Thu, 20 Feb 2025 14:24:35 GMT
1149
+
1150
+ ### Updates
1151
+
1152
+ - Update Card with new capabilities for media and linkcard/article card look and feel
1153
+ - B2XSET-338133: Set default color for Select element and add overflow clip styling to prevent longer options to stretch outside screen
1154
+ - added scroll containers for tables in RichText component
1155
+ - HeroBanner SB example updated CTA variant
1156
+ - HeroBanner SB example updated CTA variant
1157
+
1158
+ ## 5.34.4
1159
+ Tue, 18 Feb 2025 11:07:32 GMT
1160
+
1161
+ ### Updates
1162
+
1163
+ - Exclude test from eslint-plugin-purpur package
1164
+
1165
+ ## 5.34.3
1166
+ Mon, 17 Feb 2025 15:29:51 GMT
1167
+
1168
+ ### Updates
1169
+
1170
+ - Updateing the icons story, adding search and title
1171
+
1172
+ ## 5.34.2
1173
+ Mon, 17 Feb 2025 14:51:36 GMT
1174
+
1175
+ ### Updates
1176
+
1177
+ - Update eslint-plugin-purpur package files and readme
1178
+
1179
+ ## 5.34.1
1180
+ Thu, 13 Feb 2025 12:40:04 GMT
1181
+
1182
+ ### Updates
1183
+
1184
+ - Update docs, adding eslint-plugin-purpur story and a section about it in the setup instructions
1185
+
1186
+ ## 5.34.0
1187
+ Thu, 13 Feb 2025 10:00:23 GMT
1188
+
1189
+ ### Updates
1190
+
1191
+ - Create package eslint-plugin-purpur
1192
+ - Use children instead of media prop for HeroBanner.Media
1193
+ - Add CtaLink display name to correct code preview for HeroBanner
1194
+
1195
+ ## 5.33.0
1196
+ Fri, 07 Feb 2025 08:23:51 GMT
1197
+
1198
+ ### Updates
1199
+
1200
+ - Promotion Card Updates
1201
+ - turn off visited links styles in footer
1202
+ - Improve typing for ContentBlock and PromotionCard
1203
+ - Remove unnecessary spacing from Breadcrumbs
1204
+ - Add missing scale 300 in the typography token
1205
+ - Add xs size for button and cta link
1206
+ - Improve button and cta-link props in stories
1207
+ - Pagination: Fix overflowing its container, when used in containers narrower than the page width (#15915)
1208
+
1209
+ ## 5.32.0
1210
+ Tue, 28 Jan 2025 09:05:55 GMT
1211
+
1212
+ ### Updates
1213
+
1214
+ - HeroBanner component
1215
+
1216
+ ## 5.31.0
1217
+ Fri, 24 Jan 2025 14:53:58 GMT
1218
+
1219
+ ### Updates
1220
+
1221
+ - added support for tables in RichText component
1222
+
1223
+ ## 5.30.1
1224
+ Thu, 23 Jan 2025 16:02:56 GMT
1225
+
1226
+ ### Updates
1227
+
1228
+ - ChipGroup.Item accepts HTML attributes
1229
+
1230
+ ## 5.30.0
1231
+ Mon, 20 Jan 2025 10:39:01 GMT
1232
+
1233
+ ### Updates
1234
+
1235
+ - Adding new props to Autocomplete: onInputKeyDown, onInputFocus, onInputMouseDown and onInputBlur. Updating the documentation accordingly.
1236
+ - Added and updated color tokens, new filter tokens type
1237
+ - Update Badge and AlertBadge color token usage
1238
+
1239
+ ## 5.29.0
1240
+ Thu, 16 Jan 2025 14:52:14 GMT
1241
+
1242
+ ### Updates
1243
+
1244
+ - Adding valid state to and loading spinner select
1245
+
1246
+ ## 5.28.3
1247
+ Wed, 11 Dec 2024 16:10:55 GMT
1248
+
1249
+ ### Updates
1250
+
1251
+ - Add prop to control rendering of the home icon + remove trailing separator
1252
+
1253
+ ## 5.28.2
1254
+ Tue, 10 Dec 2024 15:39:37 GMT
1255
+
1256
+ ### Updates
1257
+
1258
+ - fix Content block CTA width on sm screns
1259
+ - Use useResizeObserver to determine height of thumb and switch in Toggle
1260
+
1261
+ ## 5.28.1
1262
+ Wed, 04 Dec 2024 13:19:52 GMT
1263
+
1264
+ ### Updates
1265
+
1266
+ - remove unneeded box-sizing from accordion toggle focus state
1267
+ - Added highlightLast prop to Breadcrumbs component
1268
+ - fix invalid css on skeleton and accordion-item
1269
+
1270
+ ## 5.28.0
1271
+ Thu, 28 Nov 2024 13:11:34 GMT
1272
+
1273
+ ### Updates
1274
+
1275
+ - Various small bug fixes for Footer component
1276
+
1277
+ ## 5.27.5
1278
+ Wed, 27 Nov 2024 09:32:38 GMT
1279
+
1280
+ ### Updates
1281
+
1282
+ - Update styling to fix transition when accordion item is opened/closed.
1283
+
1284
+ ## 5.27.4
1285
+ Tue, 26 Nov 2024 17:09:28 GMT
1286
+
1287
+ ### Updates
1288
+
1289
+ - Add support for controlled usage of the QuantitySelector
1290
+ - Make custom Notification Banner icon same minimum size as the regular icon
1291
+ - Adjust the max width for content block
1292
+ - Fix overflow issue for focused components in Accordion
1293
+ - Adjust typings for promotion cards to fix bug on href
1294
+ - Add visual testing.
1295
+
1296
+ ## 5.27.3
1297
+ Wed, 20 Nov 2024 13:50:46 GMT
1298
+
1299
+ ### Updates
1300
+
1301
+ - Fix iconOnly for in CtaLink being mandatory
1302
+
1303
+ ## 5.27.2
1304
+ Wed, 20 Nov 2024 08:15:42 GMT
1305
+
1306
+ ### Updates
1307
+
1308
+ - Move children to a more suiting place for when used as a fallback
1309
+
1310
+ ## 5.27.1
1311
+ Tue, 19 Nov 2024 15:23:08 GMT
1312
+
1313
+ ### Updates
1314
+
1315
+ - Fix alignment bug on desktop
1316
+
1317
+ ## 5.27.0
1318
+ Tue, 19 Nov 2024 13:39:10 GMT
1319
+
1320
+ ### Updates
1321
+
1322
+ - Allow setting data-* attributes to modal-content actions and setting id to Link
1323
+
1324
+ ## 5.26.0
1325
+ Mon, 18 Nov 2024 16:23:51 GMT
1326
+
1327
+ ### Updates
1328
+
1329
+ - Footer component for PurPur Design System
1330
+ - Fix ref to old design system name
1331
+
1332
+ ## 5.25.0
1333
+ Fri, 15 Nov 2024 15:12:39 GMT
1334
+
1335
+ ### Updates
1336
+
1337
+ - Add support for icons for actions in Modal Content
1338
+ - New accordion with support for schema and not removing elements from the DOM when collapsed
1339
+ - Add support for custom icon for cta-link
1340
+
1341
+ ## 5.24.3
1342
+ Mon, 11 Nov 2024 11:58:26 GMT
1343
+
1344
+ ### Updates
1345
+
1346
+ - Fix PromotionCard action variants
1347
+ - Replace sass @import with @use and update vite config
1348
+
1349
+ ## 5.24.2
1350
+ Thu, 07 Nov 2024 15:32:09 GMT
1351
+
1352
+ ### Updates
1353
+
1354
+ - Add extra top and bottom padding to Card.Container to fix badge overlap
1355
+ - fix type errors in PromotionCard component
1356
+
1357
+ ## 5.24.1
1358
+ Fri, 25 Oct 2024 09:41:52 GMT
1359
+
1360
+ ### Updates
1361
+
1362
+ - Fix horizontal scroll appearing, when using Grid.Item nested in Grid
1363
+ - Add instructions for rush change for contribs
1364
+
1365
+ ## 5.24.0
1366
+ Wed, 23 Oct 2024 14:38:50 GMT
1367
+
1368
+ ### Updates
1369
+
1370
+ - Added quantity selector component
1371
+ - Move SB preview-api to devdep for button
1372
+
1373
+ ## 5.23.0
1374
+ Wed, 23 Oct 2024 08:10:29 GMT
1375
+
1376
+ ### Updates
1377
+
1378
+ - Add Drawer zIndex prop
1379
+ - Pagination - documentation improvements, visual alignment with design and make page size selector optional
1380
+ - Allow all CtaLink or Button props in actions of PromotionCard component
1381
+
1382
+ ## 5.22.0
1383
+ Mon, 21 Oct 2024 10:30:47 GMT
1384
+
1385
+ ### Updates
1386
+
1387
+ - Make PromotionCard forward ref
1388
+
1389
+ ## 5.21.1
1390
+ Fri, 18 Oct 2024 12:03:27 GMT
1391
+
1392
+ ### Updates
1393
+
1394
+ - Make the Promotion Card font color more specific
1395
+
1396
+ ## 5.21.0
1397
+ Fri, 18 Oct 2024 07:56:45 GMT
1398
+
1399
+ ### Updates
1400
+
1401
+ - Fix RadioButtonGroup orientation styling.
1402
+ - Show full component names in code preview
1403
+ - Update SB@8.3.5, vite, vitest and TS
1404
+ - Add defaultValue for Accordian
1405
+ - Update story for RadioCardGroup with more cards and better orientation control
1406
+
1407
+ ## 5.20.1
1408
+ Fri, 11 Oct 2024 08:27:44 GMT
1409
+
1410
+ ### Updates
1411
+
1412
+ - Adjust internal types for the pagination component
1413
+
1414
+ ## 5.20.0
1415
+ Fri, 11 Oct 2024 07:26:35 GMT
1416
+
1417
+ ### Updates
1418
+
1419
+ - Add purpur pagination
1420
+
1421
+ ## 5.19.1
1422
+ Wed, 09 Oct 2024 08:54:22 GMT
1423
+
1424
+ ### Updates
1425
+
1426
+ - Add better a11y support for RadioButtonGroup.Item
1427
+ - Adding possibility to pass zIndex to Drawer.
1428
+
1429
+ ## 5.19.0
1430
+ Tue, 08 Oct 2024 15:29:01 GMT
1431
+
1432
+ ### Updates
1433
+
1434
+ - Add controlled value to Tabs component.
1435
+ - Change alignment to top, accepts actions as a prop for promotion-card
1436
+
1437
+ ## 5.18.3
1438
+ Tue, 01 Oct 2024 17:44:03 GMT
1439
+
1440
+ ### Updates
1441
+
1442
+ - Adjust height of purpur drawer
1443
+
1444
+ ## 5.18.2
1445
+ Tue, 01 Oct 2024 13:26:25 GMT
1446
+
1447
+ ### Updates
1448
+
1449
+ - Deprecate card-link-arrow
1450
+ - Fix the bug where using the ctaText prop breaks the alignment for product-card
1451
+
1452
+ ## 5.18.1
1453
+ Mon, 30 Sep 2024 11:51:41 GMT
1454
+
1455
+ ### Updates
1456
+
1457
+ - Fix spacing issue in ProductCard
1458
+
1459
+ ## 5.18.0
1460
+ Fri, 27 Sep 2024 13:09:24 GMT
1461
+
1462
+ ### Updates
1463
+
1464
+ - Add Cta subcomponent to Card with support for text and icon, add imageSize and ctaText props to ProductCard
1465
+ - Fix fullWidth issue in ChipGroup
1466
+
1467
+ ## 5.17.0
1468
+ Thu, 26 Sep 2024 11:30:15 GMT
1469
+
1470
+ ### Updates
1471
+
1472
+ - Add support for showing error state for the checkbox only in the Checkbox component
1473
+
1474
+ ## 5.16.1
1475
+ Tue, 24 Sep 2024 14:43:47 GMT
1476
+
1477
+ ### Updates
1478
+
1479
+ - Fix background image z-index issue in PromotionCard
1480
+
1481
+ ## 5.16.0
1482
+ Tue, 24 Sep 2024 09:10:16 GMT
1483
+
1484
+ ### Updates
1485
+
1486
+ - Fix support for forwardRef in RadioButtonGroup
1487
+ - Adds the purpur drawer component
1488
+
1489
+ ## 5.15.1
1490
+ Mon, 23 Sep 2024 11:57:02 GMT
1491
+
1492
+ ### Updates
1493
+
1494
+ - Fix bug in Autocomplete when using combobox feature
1495
+
1496
+ ## 5.15.0
1497
+ Thu, 19 Sep 2024 11:05:35 GMT
1498
+
1499
+ ### Updates
1500
+
1501
+ - Extract Listbox from Autocomplete
1502
+ - Add Item subcomponent to RadioButtonGroup component allowing RadioButtonGroup to be used with children.
1503
+ - Add illustrative-icon
1504
+ - Make Select chevron visiable with longer text
1505
+ - Change color.background.interactive.transparent-hover to purple.200
1506
+ - Update Modal content overflow on re-render
1507
+ - Add fallback background-color to promotion-card to fix chromium bug
1508
+ - Add close button story to notification-banner
1509
+
1510
+ ## 5.14.0
1511
+ Wed, 04 Sep 2024 07:55:54 GMT
1512
+
1513
+ ### Updates
1514
+
1515
+ - Add 4 new social icons, google, samsung, xiaomi and oneplus
1516
+ - Remove duplicate ORIENTATION exports
1517
+
1518
+ ## 5.13.0
1519
+ Mon, 26 Aug 2024 12:01:05 GMT
1520
+
1521
+ ### Updates
1522
+
1523
+ - Add support for disabled and loading state for Modal buttons
1524
+ - Fix scroll behavior for Modal with image
1525
+ - Add onClick support to Link
1526
+ - Add Black Friday Badge variant
1527
+ - Modify stepper styles to be slightly more specific than purpur-button to disregard loading order
1528
+
1529
+ ## 5.12.0
1530
+ Mon, 19 Aug 2024 15:06:03 GMT
1531
+
1532
+ ### Updates
1533
+
1534
+ - Add ContentBlock component
1535
+
1536
+ ## 5.11.2
1537
+ Thu, 15 Aug 2024 14:07:07 GMT
1538
+
1539
+ ### Updates
1540
+
1541
+ - Revert type prop to be optional again in Button
1542
+ - Fix styling bug that causes Grid to be too wide when using Grid.Item
1543
+ - fix PR feedback for SB8 and improve on variants for badge in stories
1544
+
1545
+ ## 5.11.1
1546
+ Wed, 14 Aug 2024 17:20:25 GMT
1547
+
1548
+ ### Updates
1549
+
1550
+ - update most components to work with SB8
1551
+ - Fix combobox reset functionality when using Autocomplete as a controlled component
1552
+
1553
+ ## 5.11.0
1554
+ Tue, 13 Aug 2024 11:48:35 GMT
1555
+
1556
+ ### Updates
1557
+
1558
+ - add 2 new icons for pay-installments
1559
+ - fix search-field loading state position when value is present
1560
+ - Fix broken combobox functionality in Autocomplete
1561
+
1562
+ ## 5.10.1
1563
+ Tue, 06 Aug 2024 08:44:39 GMT
1564
+
1565
+ ### Updates
1566
+
1567
+ - revert to correct title spacing for chip-group
1568
+
1569
+ ## 5.10.0
1570
+ Thu, 25 Jul 2024 08:42:24 GMT
1571
+
1572
+ ### Updates
1573
+
1574
+ - Add title and titleProps to ChipGroup
1575
+ - Fix gap spacing for ChipGroup
1576
+
1577
+ ## 5.9.0
1578
+ Tue, 09 Jul 2024 12:09:43 GMT
1579
+
1580
+ ### Updates
1581
+
1582
+ - Add combobox functionality in Autocomplete
1583
+ - add enableTitleHyphenation for PromotionCard component
1584
+ - Remove deprecated Card prop in PromotionCard
1585
+ - Add forwardRef to Accordion.Item
1586
+
1587
+ ## 5.8.2
1588
+ Fri, 28 Jun 2024 11:17:39 GMT
1589
+
1590
+ ### Updates
1591
+
1592
+ - Accordion updates: use container queries instead of media queries, left-align text and add gap between text and chevron icon in accordion item
1593
+
1594
+ ## 5.8.1
1595
+ Thu, 27 Jun 2024 15:15:27 GMT
1596
+
1597
+ ### Updates
1598
+
1599
+ - Fix max-width for AccordionItem title and content
1600
+ - Fix CSS specificity issue in Tooltip
1601
+
1602
+ ## 5.8.0
1603
+ Thu, 27 Jun 2024 09:28:30 GMT
1604
+
1605
+ ### Updates
1606
+
1607
+ - Accept single node as children in Modal
1608
+ - Fix padding issue when having both clear button and endAdornment in TextField
1609
+ - add troubleshoot and update it-service icons
1610
+ - export types for AccodionItem and make selectors more specific to fix heading overridding
1611
+ - Center outer grid container while having items, add noGap example
1612
+
1613
+ ## 5.7.0
1614
+ Thu, 20 Jun 2024 12:10:10 GMT
1615
+
1616
+ ### Updates
1617
+
1618
+ - Accordion updates: Fix shrinking chevron, add titleTag props, fix invalid HTML, fix heading color overwrite, don't filter out components that are not accordion items
1619
+ - Make image gradient visible in PromotionCard when using the Next.js Image component
1620
+
1621
+ ## 5.6.0
1622
+ Wed, 19 Jun 2024 11:39:11 GMT
1623
+
1624
+ ### Updates
1625
+
1626
+ - Disable Spinner in a Button that's loading
1627
+ - add Notification Banner component
1628
+
1629
+ ## 5.5.0
1630
+ Tue, 11 Jun 2024 12:44:09 GMT
1631
+
1632
+ ### Updates
1633
+
1634
+ - Expose the sub-componenents for ProductCard correctly
1635
+ - Add className support for ColorDot
1636
+ - Add forwardRef to CtaLink
1637
+
1638
+ ## 5.4.3
1639
+ Wed, 05 Jun 2024 08:54:47 GMT
1640
+
1641
+ ### Updates
1642
+
1643
+ - Accordion item improvements
1644
+ - Fix ellipsis overflow in Breadcrumbs
1645
+ - Update badge readme with custom icon example and move autocomplete to inputs
1646
+
1647
+ ## 5.4.2
1648
+ Mon, 03 Jun 2024 13:16:13 GMT
1649
+
1650
+ ### Updates
1651
+
1652
+ - 11922 - Fix bug where input is limited to one character in Safari with VoiceOver
1653
+
1654
+ ## 5.4.1
1655
+ Fri, 31 May 2024 07:22:09 GMT
1656
+
1657
+ ### Updates
1658
+
1659
+ - UI bug fixes in Modal - content was scrolling above heading in small devices, buttons were not sticky in larger devices. Adding possibility to pass zIndex to modal.
1660
+
1661
+ ## 5.4.0
1662
+ Thu, 30 May 2024 12:48:36 GMT
1663
+
1664
+ ### Updates
1665
+
1666
+ - Adds onClick to accordion item
1667
+ - move clear button functionality from search field to text field and enable it by default in search field
1668
+ - Fix bug in ChipGroup where the diagonal line for unavailable choice chips wasn't visible
1669
+ - Add support for aria-label prop on ChipGroup.Item
1670
+ - Add rel prop in Link component and update hover state colors
1671
+ - Add props for eliminating gaps in Grid
1672
+
1673
+ ## 5.3.0
1674
+ Tue, 28 May 2024 09:16:54 GMT
1675
+
1676
+ ### Updates
1677
+
1678
+ - fix id typing for text-fieldand improve search-field example
1679
+ - add dot notation to accordion
1680
+ - Add select component
1681
+ - update from node18 to node20
1682
+
1683
+ ## 5.2.0
1684
+ Fri, 24 May 2024 07:49:34 GMT
1685
+
1686
+ ### Updates
1687
+
1688
+ - Add @purpur/product-card
1689
+ - Fix CSS specificity issue in SearchField
1690
+
1691
+ ## 5.1.2
1692
+ Wed, 22 May 2024 14:49:48 GMT
1693
+
1694
+ ### Updates
1695
+
1696
+ - Update types for Action library, pass correct prop to disable Spinner in TextField
1697
+ - added notification prop to modal
1698
+
1699
+ ## 5.1.1
1700
+ Mon, 20 May 2024 14:20:18 GMT
1701
+
1702
+ ### Updates
1703
+
1704
+ - Export heading mixins
1705
+ - Fix tab content not being interactive when focused. Also fix active tab not set when no defaultSelected is passed.
1706
+ - B2XSET-270059: Add aria-valuetext support to Slider component
1707
+
1708
+ ## 5.1.0
1709
+ Mon, 13 May 2024 20:07:18 GMT
1710
+
1711
+ ### Updates
1712
+
1713
+ - Add support for varied column width in Grid
1714
+ - add accordion component
1715
+
1716
+ ## 5.0.0
1717
+ Wed, 08 May 2024 10:10:32 GMT
1718
+
1719
+ ### Updates
1720
+
1721
+ - standize negative variant prop for Breadcrumbs
1722
+ - add negative variant for label
1723
+ - extract negative into own prop from variant for Link
1724
+ - update skeleton variant to negative prop
1725
+ - standardize negative/disabled props for Spinner
1726
+ - standardize negative prop for Tabs
1727
+ - standardize negative prop instead of variant for tooltip
1728
+ - add negative versions of button and cta
1729
+ - complete rewrite of grid component
1730
+ - Update hex value for purple-50 token
1731
+ - Update hex values for purple-50 and purple-100 tokens
1732
+
1733
+ ## 4.6.0
1734
+ Tue, 07 May 2024 08:59:14 GMT
1735
+
1736
+ ### Updates
1737
+
1738
+ - Add autocomplete component. Updating Search Field to pass the forwarded ref to the Text field instead of its wrapping form. Adding new prop `formRef` for backwards compatibility.
1739
+
1740
+ ## 4.5.1
1741
+ Mon, 06 May 2024 14:50:04 GMT
1742
+
1743
+ ### Updates
1744
+
1745
+ - fix initial tab index
1746
+
1747
+ ## 4.5.0
1748
+ Mon, 06 May 2024 10:54:21 GMT
1749
+
1750
+ ### Updates
1751
+
1752
+ - add size variants to the tooltip button
1753
+ - add fallback fonts to font-family token
1754
+ - Add css selector
1755
+
1756
+ ## 4.4.0
1757
+ Fri, 03 May 2024 07:27:33 GMT
1758
+
1759
+ ### Updates
1760
+
1761
+ - Add qr-code icon
1762
+ - Add new slider component
1763
+ - Tabs component improvement to initially set open tab
1764
+ - Update dependencies
1765
+
1766
+ ## 4.3.0
1767
+ Wed, 24 Apr 2024 07:28:58 GMT
1768
+
1769
+ ### Updates
1770
+
1771
+ - update CtaLink to have several variant
1772
+
1773
+ ## 4.2.0
1774
+ Tue, 23 Apr 2024 11:25:14 GMT
1775
+
1776
+ ### Updates
1777
+
1778
+ - add negative version of heading
1779
+ - add negative version of paragraph
1780
+ - update SB examples for RichText to language independent ones
1781
+
1782
+ ## 4.1.1
1783
+ Thu, 18 Apr 2024 14:48:07 GMT
1784
+
1785
+ ### Updates
1786
+
1787
+ - adjust overline font-weight to the correct value of medium/500
1788
+
1789
+ ## 4.1.0
1790
+ Wed, 17 Apr 2024 09:20:39 GMT
1791
+
1792
+ ### Updates
1793
+
1794
+ - add autofill token and use it
1795
+
1796
+ ## 4.0.2
1797
+ Tue, 16 Apr 2024 15:30:36 GMT
1798
+
1799
+ ### Updates
1800
+
1801
+ - Fix click issue in Modal
1802
+ - Fix autofill styling for TextField
1803
+ - Add id to input
1804
+
1805
+ ## 4.0.1
1806
+ Mon, 15 Apr 2024 07:33:45 GMT
1807
+
1808
+ ### Updates
1809
+
1810
+ - adjust color background status neutral token from transparent black to gray
1811
+ - Allow id to be undefined and generate id if it is - text-field
1812
+
1813
+ ## 4.0.0
1814
+ Thu, 28 Mar 2024 16:27:08 GMT
1815
+
1816
+ ### Updates
1817
+
1818
+ - removes double build
1819
+ - Remove IconDynamic package
1820
+ - Creates two components Card as a wrapper component and Promotion card
1821
+ - remove mode and systemjs from build configs
1822
+
1823
+ ## 3.7.1
1824
+ Thu, 28 Mar 2024 11:06:09 GMT
1825
+
1826
+ ### Updates
1827
+
1828
+ - fixed for breadcrumbs
1829
+ - add tooltip and stepper to library
1830
+
1831
+ ## 3.7.0
1832
+ Tue, 26 Mar 2024 17:05:20 GMT
1833
+
1834
+ ### Updates
1835
+
1836
+ - add more icons varients and adjust uts for badge
1837
+ - clean-up stepper readme
1838
+
1839
+ ## 3.6.0
1840
+ Mon, 25 Mar 2024 14:58:50 GMT
1841
+
1842
+ ### Updates
1843
+
1844
+ - feb update of tokens and new black-friday background status color
1845
+ - adjust gray-50
1846
+ - Add Stepper component
1847
+ - bump vite/typescript, slim readmes
1848
+
1849
+ ## 3.5.1
1850
+ Fri, 22 Mar 2024 10:20:00 GMT
1851
+
1852
+ ### Updates
1853
+
1854
+ - fix disable visited for link component
1855
+
1856
+ ## 3.5.0
1857
+ Thu, 21 Mar 2024 16:13:56 GMT
1858
+
1859
+ ### Updates
1860
+
1861
+ - add scan icon
1862
+
1863
+ ## 3.4.0
1864
+ Tue, 19 Mar 2024 14:02:42 GMT
1865
+
1866
+ ### Updates
1867
+
1868
+ - add onClick to breadcrumbs item
1869
+ - Update dependencies
1870
+
1871
+ ## 3.3.2
1872
+ Tue, 19 Mar 2024 08:27:38 GMT
1873
+
1874
+ _Version update only_
1875
+
1876
+ ## 3.3.1
1877
+ Mon, 18 Mar 2024 13:12:43 GMT
1878
+
1879
+ ### Updates
1880
+
1881
+ - remove sideeffects flag from purpur lib for compatability with sspa
1882
+
1883
+ ## 3.3.0
1884
+ Fri, 15 Mar 2024 06:54:38 GMT
1885
+
1886
+ ### Updates
1887
+
1888
+ - fix gen script and add new four new icons
1889
+ - add four new filled icons
1890
+ - add missing license field to tooltip
1891
+ - Update dependencies
1892
+ - Update dependencies
1893
+
1894
+ ## 3.2.0
1895
+ Mon, 11 Mar 2024 09:27:39 GMT
1896
+
1897
+ ### Updates
1898
+
1899
+ - Add individual exports for each component in purpur lib, remove type: "module"; and add sideEffects: false; in package.json, make mode param optional in purpur component-rig vite config getConfig function
1900
+
1901
+ ## 3.1.0
1902
+ Fri, 08 Mar 2024 12:40:39 GMT
1903
+
1904
+ ### Updates
1905
+
1906
+ - Add tooltip component
1907
+ - add tooltip to lib
1908
+ - Update dependencies
1909
+
1910
+ ## 3.0.1
1911
+ Tue, 05 Mar 2024 16:03:43 GMT
1912
+
1913
+ ### Updates
1914
+
1915
+ - Fix styling bugs in SearchField and make onSearch optional
1916
+
1917
+ ## 3.0.0
1918
+ Wed, 28 Feb 2024 11:24:00 GMT
1919
+
1920
+ ### Updates
1921
+
1922
+ - Consume purpurds scope name
1923
+ - Revert breaking change that made either label or aria-label required in TextField
1924
+
1925
+ ## 2.8.0
1926
+ Mon, 26 Feb 2024 13:07:25 GMT
1927
+
1928
+ ### Updates
1929
+
1930
+ - CtaLink: if no href present, render a span instead, useful for nextjs eg.
1931
+
1932
+ ## 2.7.1
1933
+ Fri, 23 Feb 2024 15:01:26 GMT
1934
+
1935
+ ### Updates
1936
+
1937
+ - TextField: Fix full width issue. SearchField clear button: Set focus on input after clicking, position farther to the right, prevent keyboard focus.
1938
+
1939
+ ## 2.7.0
1940
+ Wed, 21 Feb 2024 09:49:45 GMT
1941
+
1942
+ ### Updates
1943
+
1944
+ - Add relative breakpoints in purpur/tokens
1945
+
1946
+ ## 2.6.0
1947
+ Mon, 19 Feb 2024 11:10:22 GMT
1948
+
1949
+ ### Updates
1950
+
1951
+ - Add SearchField component, add afterField prop in TextField
1952
+
1953
+ ## 2.5.1
1954
+ Mon, 12 Feb 2024 09:23:45 GMT
1955
+
1956
+ ### Updates
1957
+
1958
+ - Fix radio card group item image styling, and how class names are set
1959
+
1960
+ ## 2.5.0
1961
+ Wed, 07 Feb 2024 12:29:04 GMT
1962
+
1963
+ ### Minor changes
1964
+
1965
+ - type ParagraphVariant exported
1966
+
1967
+ ### Updates
1968
+
1969
+ - downgrade prettier to work with eslint and fix most of the import order issues
1970
+
1971
+ ## 2.4.0
1972
+ Mon, 05 Feb 2024 10:07:44 GMT
1973
+
1974
+ ### Updates
1975
+
1976
+ - Hide checkmark in unselected filter chips, update rich-text readme and remove unused css, add prop comments for tab components and move some code, remove css from icon-dynamic, modify generate script to exclude styles if they don't exist
1977
+ - Added exports for modal
1978
+
1979
+ ## 2.3.0
1980
+ Tue, 30 Jan 2024 16:21:15 GMT
1981
+
1982
+ ### Updates
1983
+
1984
+ - update all Kr icons and add cookie icon
1985
+ - make showIcon optional for badge
1986
+ - Update dependencies
1987
+ - Update dependencies
1988
+
1989
+ ## 2.2.0
1990
+ Fri, 26 Jan 2024 09:25:32 GMT
1991
+
1992
+ ### Updates
1993
+
1994
+ - add anchor functionality to Link component and improve docs
1995
+ - Fix toggle label padding when label position is left. The padding was always on the same side (to the left of the toggle).
1996
+ - fix grid col styling
1997
+
1998
+ ## 2.1.0
1999
+ Thu, 25 Jan 2024 09:56:17 GMT
2000
+
2001
+ ### Updates
2002
+
2003
+ - Added full width functionality to ChipGroup
2004
+
2005
+ ## 2.0.1
2006
+ Wed, 24 Jan 2024 11:05:21 GMT
2007
+
2008
+ ### Patches
2009
+
2010
+ - Fix toggle knob not getting correct position when toggle is server-side rendered
2011
+
2012
+ ### Updates
2013
+
2014
+ - update documentation for installation, usage and typography
2015
+
2016
+ ## 2.0.0
2017
+ Mon, 22 Jan 2024 14:59:48 GMT
2018
+
2019
+ ### Updates
2020
+
2021
+ - add showIcon prop to Badge
2022
+ - add css module support
2023
+
2024
+ ## 1.6.0
2025
+ Thu, 11 Jan 2024 14:22:34 GMT
2026
+
2027
+ ### Updates
2028
+
2029
+ - add paragraph additional-100-medium
2030
+
2031
+ ## 1.5.0
2032
+ Thu, 11 Jan 2024 12:39:30 GMT
2033
+
2034
+ ### Updates
2035
+
2036
+ - Added exports for chip-group
2037
+ - add paragrah-100-medium and bold
2038
+
2039
+ ## 1.4.0
2040
+ Mon, 08 Jan 2024 14:06:24 GMT
2041
+
2042
+ ### Updates
2043
+
2044
+ - Added export for './dist/components' in package.json
2045
+
2046
+ ## 1.3.3
2047
+ Fri, 05 Jan 2024 12:27:19 GMT
2048
+
2049
+ ### Updates
2050
+
2051
+ - Fixed bug with disabled button still being clickable
2052
+
2053
+ ## 1.3.2
2054
+ Tue, 02 Jan 2024 16:02:36 GMT
2055
+
2056
+ ### Updates
2057
+
2058
+ - updated title-100 from font-weight 500 => 700
2059
+
2060
+ ## 1.3.1
2061
+ Wed, 27 Dec 2023 09:41:34 GMT
2062
+
2063
+ ### Updates
2064
+
2065
+ - add standard prop typings for `Paragraph` component
2066
+
2067
+ ## 1.3.0
2068
+ Wed, 20 Dec 2023 13:48:01 GMT
2069
+
2070
+ ### Updates
2071
+
2072
+ - Add loading spinner in button, add sizes and variant for spinner, increase icon size in CTA link, update spinner variant in text field, improve a11y for button
2073
+
2074
+ ## 1.2.0
2075
+ Tue, 19 Dec 2023 13:29:41 GMT
2076
+
2077
+ ### Updates
2078
+
2079
+ - update skeleton component, add neg var and rounding options
2080
+
2081
+ ## 1.1.0
2082
+ Mon, 18 Dec 2023 14:05:46 GMT
2083
+
2084
+ ### Updates
2085
+
2086
+ - reinstate color.purpur.500, update semantic focus token from blue to purple
2087
+
2088
+ ## 1.0.0
2089
+ Mon, 18 Dec 2023 12:52:00 GMT
2090
+
2091
+ _Version update only_
2092
+
2093
+ ## 0.999.0
2094
+ Mon, 18 Dec 2023 12:41:09 GMT
2095
+
2096
+ ### Updates
2097
+
2098
+ - Release Purpur v1.0.0 with lockstep versioning policy
2099
+
2100
+ ## 0.119.2
2101
+ Mon, 18 Dec 2023 11:59:55 GMT
2102
+
2103
+ ### Updates
2104
+
2105
+ - Prepare to release Purpur v1.0.0 with lockstep versioning policy
2106
+