@sps-woodland/modal 8.2.2 → 8.3.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/lib/style.css CHANGED
@@ -1 +1 @@
1
- ._3moto20{background-color:#fff;border-style:solid;border-width:.0625rem;border-radius:.25rem;display:flex;flex-direction:column;overflow:hidden;max-height:100%}._3moto21{border-color:#007db8}._3moto22,._3moto23{border-color:#de002e}._3moto24{border-color:#0b8940}._3moto25,._3moto26{border-color:#e7760b}._3moto27{border-color:#4b5356}._3moto28{width:23.75rem}._3moto29{width:36.25rem}._3moto2a{width:48.75rem}._3moto2b{width:73.75rem}._3moto2c{height:100%}._3moto2e{align-items:center;color:#fff;display:flex;padding:1rem}._3moto2f{background-color:#4b5356}._3moto2g,._3moto2h{background-color:#de002e}._3moto2i{background-color:#007db8}._3moto2j{background-color:#0b8940}._3moto2k,._3moto2l{background-color:#e7760b}._3moto2m{flex-grow:1;font-size:.875rem;font-weight:600;line-height:1.25rem}._3moto2n{font-weight:600;line-height:.875rem;font-size:.875rem;padding-right:.5rem}._3moto2o{overflow-y:auto;padding:1rem;flex:1}._3moto2p{align-items:center;background-color:#f3f4f4;display:flex;justify-content:flex-end;padding:.5rem}._3moto2q{color:#fff;border-width:0}._3moto2r{padding:0 .25rem}._3moto2s{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}
1
+ ._3moto20{background-color:oklch(100% 0 0);border-style:solid;border-width:.0625rem;border-radius:.25rem;display:flex;flex-direction:column;overflow:hidden;max-height:100%}._3moto21{border-color:oklch(56.21% .128 239.83)}._3moto22,._3moto23{border-color:oklch(56.83% .229 22.94)}._3moto24{border-color:oklch(55.21% .148 150.27)}._3moto25,._3moto26{border-color:oklch(68.35% .17 53.59)}._3moto27{border-color:oklch(43.62% .011 222.24)}._3moto28{width:23.75rem}._3moto29{width:36.25rem}._3moto2a{width:48.75rem}._3moto2b{width:73.75rem}._3moto2c{height:100%}._3moto2e{align-items:center;color:oklch(100% 0 0);display:flex;padding:1rem}._3moto2f{background-color:oklch(43.62% .011 222.24)}._3moto2g,._3moto2h{background-color:oklch(56.83% .229 22.94)}._3moto2i{background-color:oklch(56.21% .128 239.83)}._3moto2j{background-color:oklch(55.21% .148 150.27)}._3moto2k,._3moto2l{background-color:oklch(68.35% .17 53.59)}._3moto2m{flex-grow:1;font-size:.875rem;font-weight:600;line-height:1.25rem}._3moto2n{font-weight:600;line-height:.875rem;font-size:.875rem;padding-right:.5rem}._3moto2o{overflow-y:auto;padding:1rem;flex:1}._3moto2p{align-items:center;background-color:oklch(96.64% .001 197.14);display:flex;justify-content:flex-end;padding:.5rem}._3moto2q{color:oklch(100% 0 0);border-width:0}._3moto2r{padding:0 .25rem}._3moto2s{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}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/modal",
3
3
  "description": "SPS Woodland Design System modal component",
4
- "version": "8.2.2",
4
+ "version": "8.3.1",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/modal",
@@ -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.1",
33
+ "@sps-woodland/tokens": "8.3.1",
34
+ "@sps-woodland/buttons": "8.3.1"
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.1",
47
+ "@sps-woodland/buttons": "8.3.1",
48
+ "@sps-woodland/tokens": "8.3.1"
49
49
  },
50
50
  "dependencies": {
51
51
  "react-aria": "^3.21.0",