@pexip/components 16.8.0 → 16.9.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.md +32 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 16.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bfe4ce46: Support ReactNode subtitle in SectionAccordion
|
|
8
|
+
- 9fa7884d: Design tokens
|
|
9
|
+
|
|
10
|
+
- Add `success-hover-color` palette
|
|
11
|
+
- Add `dangerBordered` variant
|
|
12
|
+
- Add icons for breakout rooms UI
|
|
13
|
+
|
|
14
|
+
Components
|
|
15
|
+
|
|
16
|
+
- Add `Panel` component, a reusable panel with header section, content section
|
|
17
|
+
and footer section
|
|
18
|
+
- Update `Box` to allow header and footer content in props. The added
|
|
19
|
+
`BoxHeader` can be used as header
|
|
20
|
+
- Update `nonBrandableButtonVariantValues` to include `dangerBordered` variant
|
|
21
|
+
- Update `NumberStepInput` styling in dark scheme
|
|
22
|
+
- Update `Modal` with header and footer props for content and styling
|
|
23
|
+
- Update `Menu` to allow sections in the menu to have a title
|
|
24
|
+
- Update `KebabMenuButton` with props for `ButtonVariant` and if
|
|
25
|
+
`reactiveButtonStyles` should be applied (e.g. hover state)
|
|
26
|
+
- Update `Draggable` with prop on pointerup
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- bfe4ce46: Fix Toast and NotificationToast stories
|
|
31
|
+
- Updated dependencies [9fa7884d]
|
|
32
|
+
- @pexip/utils@16.7.0
|
|
33
|
+
- @pexip/hooks@16.4.1
|
|
34
|
+
|
|
3
35
|
## 16.8.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip/components",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.9.0",
|
|
4
4
|
"homepage": "https://gitlab.com/pexip/zoo",
|
|
5
5
|
"bugs": "https://gitlab.com/pexip/zoo/issues",
|
|
6
6
|
"repository": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"typescript-declarations": "tsc --project tsconfig.declarations.json"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@pexip/hooks": "16.4.
|
|
40
|
+
"@pexip/hooks": "16.4.1",
|
|
41
41
|
"@pexip/signal": "16.5.0",
|
|
42
|
-
"@pexip/utils": "16.
|
|
42
|
+
"@pexip/utils": "16.7.0",
|
|
43
43
|
"change-case": "^4.1.1",
|
|
44
44
|
"classnames": "^2.2.6",
|
|
45
45
|
"focus-visible": "^5.1.0",
|