@phillips/seldon 1.109.2 → 1.110.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.
@@ -340,9 +340,9 @@ $snowflake-menu-padding: 1.25rem;
340
340
  --spacing-micro: 0.5rem;
341
341
  --spacing-xsm: 0.75rem;
342
342
  --spacing-sm: 1.25rem;
343
- --spacing-md: 2.5rem;
344
- --spacing-lg: 3.75rem;
345
- --spacing-xl: 5rem;
343
+ --spacing-md: 2.25rem;
344
+ --spacing-lg: 3.25rem;
345
+ --spacing-xl: 4.25rem;
346
346
  --spacing-xxl: 5.25rem;
347
347
  --spacing-xxxl: 6.25rem;
348
348
  }
@@ -3,7 +3,11 @@
3
3
  .#{$px}-page-content-wrapper {
4
4
  padding: 0 $padding-md;
5
5
 
6
+ @media (min-width: $breakpoint-md) {
7
+ padding: 0 $padding-lg;
8
+ }
9
+
6
10
  @media (min-width: $breakpoint-xl) {
7
- padding: 0 3.25rem;
11
+ padding: 0 $padding-xl;
8
12
  }
9
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.109.2",
3
+ "version": "1.110.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/PhillipsAuctionHouse/seldon"
@@ -85,7 +85,7 @@
85
85
  "@testing-library/react": "^16.0.0",
86
86
  "@testing-library/user-event": "^14.5.2",
87
87
  "@types/color": "^3.0.6",
88
- "@types/node": "^20.14.10",
88
+ "@types/node": "^22.12.0",
89
89
  "@types/react": "^18.3.3",
90
90
  "@types/react-dom": "^18.0.11",
91
91
  "@types/react-modal": "^3.16.3",
@@ -110,7 +110,7 @@
110
110
  "rimraf": "^6.0.1",
111
111
  "rollup-plugin-copy": "^3.5.0",
112
112
  "rollup-plugin-peer-deps-external": "^2.2.4",
113
- "sass": "^1.83.1",
113
+ "sass": "^1.83.4",
114
114
  "semantic-release": "^23.1.1",
115
115
  "storybook": "^8.5.0",
116
116
  "stylelint": "^16.8.1",