@stack-spot/portal-layout 2.32.0 → 2.32.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.32.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.32.0...portal-layout@v2.32.1) (2025-04-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix remove css for svg on menu ([#959](https://github.com/stack-spot/portal-commons/issues/959)) ([1dd607a](https://github.com/stack-spot/portal-commons/commit/1dd607a0b60033d9c958a50c153d74c810ef7227))
9
+
3
10
  ## [2.32.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.31.1...portal-layout@v2.32.0) (2025-04-23)
4
11
 
5
12
 
package/dist/layout.css CHANGED
@@ -119,10 +119,6 @@ body {
119
119
  bottom: 0;
120
120
  }
121
121
 
122
- #menu svg {
123
- fill: var(--light-contrastText);
124
- }
125
-
126
122
  #menu .item-row-group svg {
127
123
  fill: var(--light-700);
128
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/portal-layout",
3
- "version": "2.32.0",
3
+ "version": "2.32.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/layout.css CHANGED
@@ -119,10 +119,6 @@ body {
119
119
  bottom: 0;
120
120
  }
121
121
 
122
- #menu svg {
123
- fill: var(--light-contrastText);
124
- }
125
-
126
122
  #menu .item-row-group svg {
127
123
  fill: var(--light-700);
128
124
  }