@stack-spot/portal-layout 2.22.0 → 2.22.1

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.22.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.22.0...portal-layout@v2.22.1) (2025-01-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change notification panel width ([004dafc](https://github.com/stack-spot/portal-commons/commit/004dafc8c5069d0ce95738e81979e316f9101a2d))
9
+
3
10
  ## [2.22.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.21.2...portal-layout@v2.22.0) (2025-01-15)
4
11
 
5
12
 
@@ -38,7 +38,7 @@ export const StyledBackdrop = styled(Backdrop) `
38
38
  box-shadow: 4px 4px 48px ${theme.color.danger.contrastText};
39
39
 
40
40
  .notification-panel {
41
- width: 368px;
41
+ width: 400px;
42
42
  padding: 16px;
43
43
  border-radius: 4px;
44
44
  background-color: ${theme.color.light[300]};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/portal-layout",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@ export const StyledBackdrop = styled(Backdrop)`
40
40
  box-shadow: 4px 4px 48px ${theme.color.danger.contrastText};
41
41
 
42
42
  .notification-panel {
43
- width: 368px;
43
+ width: 400px;
44
44
  padding: 16px;
45
45
  border-radius: 4px;
46
46
  background-color: ${theme.color.light[300]};