@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @easypost/easy-ui
2
2
 
3
+ ## 1.0.0-alpha.80
4
+
5
+ ### Patch Changes
6
+
7
+ - 49fa62b: fix(PlanCard): use proper token helper
8
+
3
9
  ## 1.0.0-alpha.79
4
10
 
5
11
  ### Minor Changes
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 = "_link_11zdn_4";
40
- const button = "_button_11zdn_8";
41
- const callout = "_callout_11zdn_25";
42
- const illustration = "_illustration_11zdn_31";
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,
@@ -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 = "_link_11zdn_4";
38
- const button = "_button_11zdn_8";
39
- const callout = "_callout_11zdn_25";
40
- const illustration = "_illustration_11zdn_31";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypost/easy-ui",
3
- "version": "1.0.0-alpha.79",
3
+ "version": "1.0.0-alpha.80",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
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
- ._link_11zdn_4 {
3782
+ ._link_5ul37_4 {
3783
3783
  text-decoration: none;
3784
3784
  }
3785
3785
 
3786
- ._button_11zdn_8 {
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
- ._link_11zdn_4,
3798
- ._button_11zdn_8 {
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
- ._callout_11zdn_25 {
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
- ._illustration_11zdn_31 {
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: invert(var(--ezui-space-2));
3814
+ margin-bottom: calc(var(--ezui-space-2) * -1);
3815
3815
  }
3816
- ._illustration_11zdn_31 svg,
3817
- ._illustration_11zdn_31 img {
3816
+ ._illustration_5ul37_31 svg,
3817
+ ._illustration_5ul37_31 img {
3818
3818
  display: block;
3819
3819
  width: 100%;
3820
3820
  }/**