@sps-woodland/focused-task 8.16.1 → 8.17.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.
Files changed (2) hide show
  1. package/lib/style.css +1 -1
  2. package/package.json +7 -7
package/lib/style.css CHANGED
@@ -1 +1 @@
1
- ._1io4psq0{background-color:#f3f4f4;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;text-align:center;transition:top .3s ease;width:100%;padding-bottom:2rem}._1io4psq1{margin:0 auto;max-width:1240px;padding:0 1rem 1rem}._1io4psq2{max-width:100%}._1io4psq4{margin:1rem auto .5rem;max-width:1240px;min-width:0;padding:0 1rem;text-align:right}._1io4psq5{color:#4b5356;border-width:0;right:.5rem}._1io4psq6{padding:0 .25rem}._1io4psq7{position:fixed;z-index:1000;top:0;left:0;bottom:0;right:0;background:#f3f4f4;display:flex;align-items:center;justify-content:center;padding:1rem}._1io4psq8{align-items:center;background-color:#fff;bottom:0;box-shadow:0 -.0625rem .125rem #00000026;display:flex;height:3.125rem;justify-content:center;left:0;padding:.5rem;position:fixed;right:0}._1io4psq9{display:flex;max-width:1180px;width:100%}._1io4psqa{align-items:center;display:flex;flex:1;white-space:nowrap;justify-content:center}
1
+ ._1io4psq0{background-color:#f3f4f4;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;text-align:center;transition:top .3s ease;width:100%;padding-bottom:2rem}._1io4psq1{margin:0 auto;max-width:1280px;padding:0 1rem 1rem}._1io4psq2{max-width:100%}._1io4psq4{margin:1rem auto .5rem;max-width:1280px;min-width:0;padding:0 1rem;text-align:right}._1io4psq5{color:#4b5356;border-width:0;right:.5rem}._1io4psq6{padding:0 .25rem}._1io4psq7{position:fixed;z-index:1000;top:0;left:0;bottom:0;right:0;background:#f3f4f4;display:flex;align-items:center;justify-content:center;padding:1rem}._1io4psq8{align-items:center;background-color:#fff;bottom:0;box-shadow:0 -.0625rem .125rem #00000026;display:flex;height:3.125rem;justify-content:center;left:0;padding:.5rem;position:fixed;right:0}._1io4psq9{display:flex;max-width:1180px;width:100%}._1io4psqa{align-items:center;display:flex;flex:1;white-space:nowrap;justify-content:center}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/focused-task",
3
3
  "description": "SPS Woodland Design System focused task component",
4
- "version": "8.16.1",
4
+ "version": "8.17.0",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/focused-task",
@@ -29,9 +29,9 @@
29
29
  "@spscommerce/utils": "^7.0.0",
30
30
  "react": "^16.9.0",
31
31
  "react-dom": "^16.9.0",
32
- "@sps-woodland/buttons": "8.16.1",
33
- "@sps-woodland/core": "8.16.1",
34
- "@sps-woodland/tokens": "8.16.1"
32
+ "@sps-woodland/buttons": "8.17.0",
33
+ "@sps-woodland/core": "8.17.0",
34
+ "@sps-woodland/tokens": "8.17.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@spscommerce/utils": "^7.0.0",
@@ -42,9 +42,9 @@
42
42
  "@vanilla-extract/vite-plugin": "^3.6.0",
43
43
  "react": "^16.9.0",
44
44
  "react-dom": "^16.9.0",
45
- "@sps-woodland/buttons": "8.16.1",
46
- "@sps-woodland/core": "8.16.1",
47
- "@sps-woodland/tokens": "8.16.1"
45
+ "@sps-woodland/buttons": "8.17.0",
46
+ "@sps-woodland/core": "8.17.0",
47
+ "@sps-woodland/tokens": "8.17.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "react-aria": "^3.21.0",