@purpur/library 8.21.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +48 -1
- package/CHANGELOG.md +23 -2
- package/package.json +26 -26
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,53 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@purpur/
|
|
2
|
+
"name": "@purpur/library",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "9.0.0",
|
|
6
|
+
"tag": "@purpur/library_v9.0.0",
|
|
7
|
+
"date": "Thu, 12 Mar 2026 09:14:57 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Add suffixes for static and animated for illustrative icons"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Remove the depricated promotionCardScheme from theme"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Rename icon ai-robot => robot"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Remove button-separated for SearchField"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Improve the build output and rename to @purpur/library."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Update theming mechanism from inline styling to data attribute."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Popover: Full width button on mobile. Fix bug where PopoverSteps where shown on a standalone popover when it was within a PopoverFlow"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updated Card padding to use spacing-400 on large breakpoint"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Table: Fix UI glitches when single row selection (radio buttons) mode is used together with sticky first column"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"comment": "Table: Change \"Reorder columns\" button in the table settings drawer to text variant instead of tertiary"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"comment": "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"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"patch": [
|
|
45
|
+
{
|
|
46
|
+
"comment": "Table: Fix getComputedStyle SSR crash by adding typeof document guard in pxToRem"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
4
51
|
{
|
|
5
52
|
"version": "8.21.0",
|
|
6
53
|
"tag": "@purpur/purpur_v8.21.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
|
-
# Change Log - @purpur/
|
|
1
|
+
# Change Log - @purpur/library
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 12 Mar 2026 09:14:57 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 9.0.0
|
|
6
|
+
Thu, 12 Mar 2026 09:14:57 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Table: Fix getComputedStyle SSR crash by adding typeof document guard in pxToRem
|
|
11
|
+
|
|
12
|
+
### Updates
|
|
13
|
+
|
|
14
|
+
- Add suffixes for static and animated for illustrative icons
|
|
15
|
+
- Remove the depricated promotionCardScheme from theme
|
|
16
|
+
- Rename icon ai-robot => robot
|
|
17
|
+
- Remove button-separated for SearchField
|
|
18
|
+
- Improve the build output and rename to @purpur/library.
|
|
19
|
+
- Update theming mechanism from inline styling to data attribute.
|
|
20
|
+
- Popover: Full width button on mobile. Fix bug where PopoverSteps where shown on a standalone popover when it was within a PopoverFlow
|
|
21
|
+
- Updated Card padding to use spacing-400 on large breakpoint
|
|
22
|
+
- Table: Fix UI glitches when single row selection (radio buttons) mode is used together with sticky first column
|
|
23
|
+
- Table: Change "Reorder columns" button in the table settings drawer to text variant instead of tertiary
|
|
24
|
+
- 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
|
|
4
25
|
|
|
5
26
|
## 8.21.0
|
|
6
27
|
Thu, 26 Feb 2026 14:45:04 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpur/library",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
@@ -89,69 +89,69 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"change-case": "~5.4.4",
|
|
91
91
|
"@purpur/badge": "8.21.0",
|
|
92
|
-
"@purpur/button": "8.21.0",
|
|
93
92
|
"@purpur/cta-link": "8.21.0",
|
|
93
|
+
"@purpur/button": "8.21.0",
|
|
94
94
|
"@purpur/field-error-text": "8.21.0",
|
|
95
|
+
"@purpur/color-dot": "8.21.0",
|
|
95
96
|
"@purpur/field-helper-text": "8.21.0",
|
|
96
97
|
"@purpur/grid": "8.21.0",
|
|
97
|
-
"@purpur/color-dot": "8.21.0",
|
|
98
|
-
"@purpur/icon": "8.21.0",
|
|
99
98
|
"@purpur/heading": "8.21.0",
|
|
100
99
|
"@purpur/label": "8.21.0",
|
|
101
100
|
"@purpur/link": "8.21.0",
|
|
101
|
+
"@purpur/spinner": "8.21.0",
|
|
102
|
+
"@purpur/icon": "8.21.0",
|
|
102
103
|
"@purpur/notification": "8.21.0",
|
|
103
104
|
"@purpur/paragraph": "8.21.0",
|
|
104
|
-
"@purpur/spinner": "8.21.0",
|
|
105
105
|
"@purpur/skeleton": "8.21.0",
|
|
106
106
|
"@purpur/text-field": "8.21.0",
|
|
107
|
-
"@purpur/tokens": "8.21.0",
|
|
108
107
|
"@purpur/theme": "8.21.0",
|
|
108
|
+
"@purpur/tokens": "8.21.0",
|
|
109
109
|
"@purpur/action": "8.21.0",
|
|
110
|
-
"@purpur/breadcrumbs": "8.21.0",
|
|
111
|
-
"@purpur/visually-hidden": "8.21.0",
|
|
112
110
|
"@purpur/radio-button-group": "8.21.0",
|
|
113
|
-
"@purpur/
|
|
111
|
+
"@purpur/visually-hidden": "8.21.0",
|
|
112
|
+
"@purpur/breadcrumbs": "8.21.0",
|
|
114
113
|
"@purpur/checkbox": "8.21.0",
|
|
114
|
+
"@purpur/text-spacing": "8.21.0",
|
|
115
115
|
"@purpur/text-area": "8.21.0",
|
|
116
|
-
"@purpur/
|
|
116
|
+
"@purpur/toggle": "8.21.0",
|
|
117
117
|
"@purpur/alert-badge": "8.21.0",
|
|
118
|
+
"@purpur/rich-text": "8.21.0",
|
|
118
119
|
"@purpur/tabs": "8.21.0",
|
|
119
|
-
"@purpur/text-spacing": "8.21.0",
|
|
120
120
|
"@purpur/counter-badge": "8.21.0",
|
|
121
121
|
"@purpur/radio-card-group": "8.21.0",
|
|
122
122
|
"@purpur/chip-group": "8.21.0",
|
|
123
123
|
"@purpur/modal": "8.21.0",
|
|
124
|
-
"@purpur/stepper": "8.21.0",
|
|
125
124
|
"@purpur/search-field": "8.21.0",
|
|
126
|
-
"@purpur/card": "8.21.0",
|
|
127
|
-
"@purpur/promotion-card": "8.21.0",
|
|
128
125
|
"@purpur/tooltip": "8.21.0",
|
|
126
|
+
"@purpur/promotion-card": "8.21.0",
|
|
127
|
+
"@purpur/stepper": "8.21.0",
|
|
128
|
+
"@purpur/card": "8.21.0",
|
|
129
129
|
"@purpur/slider": "8.21.0",
|
|
130
|
-
"@purpur/autocomplete": "8.21.0",
|
|
131
130
|
"@purpur/accordion": "8.21.0",
|
|
132
|
-
"@purpur/
|
|
131
|
+
"@purpur/autocomplete": "8.21.0",
|
|
133
132
|
"@purpur/select": "8.21.0",
|
|
134
133
|
"@purpur/notification-banner": "8.21.0",
|
|
135
134
|
"@purpur/content-block": "8.21.0",
|
|
136
|
-
"@purpur/
|
|
135
|
+
"@purpur/product-card": "8.21.0",
|
|
137
136
|
"@purpur/illustrative-icon": "8.21.0",
|
|
138
|
-
"@purpur/pagination": "8.21.0",
|
|
139
137
|
"@purpur/drawer": "8.21.0",
|
|
140
|
-
"@purpur/
|
|
141
|
-
"@purpur/
|
|
138
|
+
"@purpur/listbox": "8.21.0",
|
|
139
|
+
"@purpur/pagination": "8.21.0",
|
|
142
140
|
"@purpur/footer": "8.21.0",
|
|
143
141
|
"@purpur/hero-banner": "8.21.0",
|
|
144
|
-
"@purpur/
|
|
142
|
+
"@purpur/quantity-selector": "8.21.0",
|
|
143
|
+
"@purpur/password-field": "8.21.0",
|
|
145
144
|
"@purpur/container": "8.21.0",
|
|
146
|
-
"@purpur/
|
|
145
|
+
"@purpur/table": "8.21.0",
|
|
147
146
|
"@purpur/dismissable-chip-group": "8.21.0",
|
|
147
|
+
"@purpur/common-types": "8.21.0",
|
|
148
148
|
"@purpur/calendar": "8.21.0",
|
|
149
|
-
"@purpur/date-picker": "8.21.0",
|
|
150
|
-
"@purpur/date-field": "8.21.0",
|
|
151
149
|
"@purpur/logo": "8.21.0",
|
|
152
|
-
"@purpur/
|
|
150
|
+
"@purpur/date-picker": "8.21.0",
|
|
151
|
+
"@purpur/popover": "8.21.0",
|
|
153
152
|
"@purpur/spacer": "8.21.0",
|
|
154
|
-
"@purpur/
|
|
153
|
+
"@purpur/countdown": "8.21.0",
|
|
154
|
+
"@purpur/date-field": "8.21.0"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
157
|
"@microsoft/rush-lib": "5.166.0",
|