@sps-woodland/focused-task 8.2.2 → 8.3.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/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:oklch(96.64% .001 197.14);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:oklch(43.62% .011 222.24);border-width:0;right:.5rem}._1io4psq6{padding:0 .25rem}._1io4psq7{position:fixed;z-index:1000;top:0;left:0;bottom:0;right:0;background:oklch(96.64% .001 197.14);display:flex;align-items:center;justify-content:center;padding:1rem}._1io4psq8{align-items:center;background-color:oklch(100% 0 0);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.2.2",
4
+ "version": "8.3.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": "^6.12.1",
30
30
  "react": "^16.9.0",
31
31
  "react-dom": "^16.9.0",
32
- "@sps-woodland/core": "8.2.2",
33
- "@sps-woodland/tokens": "8.2.2",
34
- "@sps-woodland/buttons": "8.2.2"
32
+ "@sps-woodland/core": "8.3.0",
33
+ "@sps-woodland/tokens": "8.3.0",
34
+ "@sps-woodland/buttons": "8.3.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@spscommerce/utils": "^6.12.1",
@@ -43,9 +43,9 @@
43
43
  "react": "^16.9.0",
44
44
  "react-dom": "^16.9.0",
45
45
  "vite": "^3.1.4",
46
- "@sps-woodland/core": "8.2.2",
47
- "@sps-woodland/buttons": "8.2.2",
48
- "@sps-woodland/tokens": "8.2.2"
46
+ "@sps-woodland/core": "8.3.0",
47
+ "@sps-woodland/buttons": "8.3.0",
48
+ "@sps-woodland/tokens": "8.3.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "react-aria": "^3.21.0",