@easypost/easy-ui 1.0.0-alpha.79 → 1.0.0-alpha.80
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/CHANGELOG.md +6 -0
- package/PlanCard/index.js +4 -4
- package/PlanCard/index.mjs +4 -4
- package/package.json +1 -1
- package/style.css +9 -9
package/CHANGELOG.md
CHANGED
package/PlanCard/index.js
CHANGED
|
@@ -36,10 +36,10 @@ const UnstyledButton = require("../__chunks__/UnstyledButton-CnIn7VBo.js");
|
|
|
36
36
|
const useHover = require("../__chunks__/useHover-BMIowV0x.js");
|
|
37
37
|
const mergeProps = require("../__chunks__/mergeProps-d7wJkv71.js");
|
|
38
38
|
const useLink = require("../__chunks__/useLink-CcRvXaFq.js");
|
|
39
|
-
const link = "
|
|
40
|
-
const button = "
|
|
41
|
-
const callout = "
|
|
42
|
-
const illustration = "
|
|
39
|
+
const link = "_link_5ul37_4";
|
|
40
|
+
const button = "_button_5ul37_8";
|
|
41
|
+
const callout = "_callout_5ul37_25";
|
|
42
|
+
const illustration = "_illustration_5ul37_31";
|
|
43
43
|
const styles = {
|
|
44
44
|
link,
|
|
45
45
|
button,
|
package/PlanCard/index.mjs
CHANGED
|
@@ -34,10 +34,10 @@ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-CfhKDftV.mjs";
|
|
|
34
34
|
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-CwJuylzq.mjs";
|
|
35
35
|
import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-CORsYhTp.mjs";
|
|
36
36
|
import { $ as $298d61e98472621b$export$dcf14c9974fe2767 } from "../__chunks__/useLink-CxFvWxcs.mjs";
|
|
37
|
-
const link = "
|
|
38
|
-
const button = "
|
|
39
|
-
const callout = "
|
|
40
|
-
const illustration = "
|
|
37
|
+
const link = "_link_5ul37_4";
|
|
38
|
+
const button = "_button_5ul37_8";
|
|
39
|
+
const callout = "_callout_5ul37_25";
|
|
40
|
+
const illustration = "_illustration_5ul37_31";
|
|
41
41
|
const styles = {
|
|
42
42
|
link,
|
|
43
43
|
button,
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -3779,11 +3779,11 @@ textarea {
|
|
|
3779
3779
|
}/**
|
|
3780
3780
|
* Do not edit directly, this file was auto-generated.
|
|
3781
3781
|
*/
|
|
3782
|
-
.
|
|
3782
|
+
._link_5ul37_4 {
|
|
3783
3783
|
text-decoration: none;
|
|
3784
3784
|
}
|
|
3785
3785
|
|
|
3786
|
-
.
|
|
3786
|
+
._button_5ul37_8 {
|
|
3787
3787
|
appearance: none;
|
|
3788
3788
|
margin: 0;
|
|
3789
3789
|
padding: 0;
|
|
@@ -3794,27 +3794,27 @@ textarea {
|
|
|
3794
3794
|
color: inherit;
|
|
3795
3795
|
}
|
|
3796
3796
|
|
|
3797
|
-
.
|
|
3798
|
-
.
|
|
3797
|
+
._link_5ul37_4,
|
|
3798
|
+
._button_5ul37_8 {
|
|
3799
3799
|
cursor: pointer;
|
|
3800
3800
|
border-radius: var(--ezui-shape-border-radius-lg);
|
|
3801
3801
|
}
|
|
3802
3802
|
|
|
3803
|
-
.
|
|
3803
|
+
._callout_5ul37_25 {
|
|
3804
3804
|
display: flex;
|
|
3805
3805
|
flex-direction: column;
|
|
3806
3806
|
min-height: var(--ezui-space-3-5);
|
|
3807
3807
|
}
|
|
3808
3808
|
|
|
3809
|
-
.
|
|
3809
|
+
._illustration_5ul37_31 {
|
|
3810
3810
|
flex: 1;
|
|
3811
3811
|
display: flex;
|
|
3812
3812
|
flex-direction: column;
|
|
3813
3813
|
justify-content: flex-end;
|
|
3814
|
-
margin-bottom:
|
|
3814
|
+
margin-bottom: calc(var(--ezui-space-2) * -1);
|
|
3815
3815
|
}
|
|
3816
|
-
.
|
|
3817
|
-
.
|
|
3816
|
+
._illustration_5ul37_31 svg,
|
|
3817
|
+
._illustration_5ul37_31 img {
|
|
3818
3818
|
display: block;
|
|
3819
3819
|
width: 100%;
|
|
3820
3820
|
}/**
|