@uxland/primary-shell 5.6.15 → 5.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "5.6.15",
3
+ "version": "5.7.0",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@primaria/plugins-core": "^1.0.14",
33
33
  "@reduxjs/toolkit": "^2.6.1",
34
- "@salut/design-system-salut": "../../design-system-salut-2.6.0.tgz",
34
+ "@salut/design-system-salut": "../../design-system-salut-2.7.0.tgz",
35
35
  "@types/react": "^19.0.12",
36
36
  "@uxland/lit-utilities": "^1.0.0",
37
37
  "@uxland/localization": "^1.0.3",
@@ -166,6 +166,9 @@
166
166
  margin-bottom: 24px;
167
167
  }
168
168
  @media (max-width: 1024px) {
169
+ .bottom-content-first {
170
+ margin-bottom: 24px;
171
+ }
169
172
  .toggle-button {
170
173
  display: none;
171
174
  }
@@ -42,8 +42,11 @@
42
42
  .wrapper {
43
43
  flex-direction: column;
44
44
  #widgets-sidebar-region {
45
- width: 100%;
45
+ max-width: 100%;
46
+ width: auto;
46
47
  border-left: none;
48
+ padding-inline: 40px;
49
+ padding-bottom: 24px;
47
50
  }
48
51
  .content {
49
52
  #header-widgets-region {