@sps-woodland/modal 8.12.3 → 8.13.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/modal/Modal.css.d.ts +2 -2
- package/lib/style.css +1 -1
- package/package.json +7 -7
package/lib/modal/Modal.css.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Tokens } from "@sps-woodland/tokens";
|
|
2
2
|
import type { VariantDefinitions, RecipeVariant, BooleanRecipeVariant } from "@sps-woodland/core";
|
|
3
|
-
export declare type ModalKind = keyof typeof Tokens.component["modal"]["kind"];
|
|
4
|
-
export declare type ModalSize = keyof typeof Tokens.component["modal"]["size"];
|
|
3
|
+
export declare type ModalKind = keyof (typeof Tokens.component)["modal"]["kind"];
|
|
4
|
+
export declare type ModalSize = keyof (typeof Tokens.component)["modal"]["size"];
|
|
5
5
|
interface ModalVariantDefinitions extends VariantDefinitions {
|
|
6
6
|
kind: RecipeVariant<ModalKind>;
|
|
7
7
|
size: RecipeVariant<ModalSize>;
|
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:#027db8}._3moto22,._3moto23{border-color:#de012e}._3moto24{border-color:#0b8940}._3moto25,._3moto26{border-color:#e77609}._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:#de012e}._3moto2i{background-color:#027db8}._3moto2j{background-color:#0b8940}._3moto2k,._3moto2l{background-color:#e77609}._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:#fff;border-style:solid;border-width:.0625rem;border-radius:.25rem;display:flex;flex-direction:column;overflow:hidden;max-height:100%}._3moto21{border-color:#027db8}._3moto22,._3moto23{border-color:#de012e}._3moto24{border-color:#0b8940}._3moto25,._3moto26{border-color:#e77609}._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:#de012e}._3moto2i{background-color:#027db8}._3moto2j{background-color:#0b8940}._3moto2k,._3moto2l{background-color:#e77609}._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}.z-stratum-dropdown{z-index:1100}
|
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.
|
|
4
|
+
"version": "8.13.0",
|
|
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": "^7.0.0",
|
|
30
30
|
"react": "^16.9.0",
|
|
31
31
|
"react-dom": "^16.9.0",
|
|
32
|
-
"@sps-woodland/buttons": "8.
|
|
33
|
-
"@sps-woodland/core": "8.
|
|
34
|
-
"@sps-woodland/tokens": "8.
|
|
32
|
+
"@sps-woodland/buttons": "8.13.0",
|
|
33
|
+
"@sps-woodland/core": "8.13.0",
|
|
34
|
+
"@sps-woodland/tokens": "8.13.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.
|
|
46
|
-
"@sps-woodland/core": "8.
|
|
47
|
-
"@sps-woodland/tokens": "8.
|
|
45
|
+
"@sps-woodland/buttons": "8.13.0",
|
|
46
|
+
"@sps-woodland/core": "8.13.0",
|
|
47
|
+
"@sps-woodland/tokens": "8.13.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"react-aria": "^3.21.0",
|