@easypost/easy-ui 1.0.0-alpha.75 → 1.0.0-alpha.76

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/style.css CHANGED
@@ -1568,44 +1568,45 @@
1568
1568
  }/**
1569
1569
  * Do not edit directly, this file was auto-generated.
1570
1570
  */
1571
- ._statusPromotional_dgfcn_4 {
1571
+ ._statusPromotional_1xl7t_4 {
1572
1572
  --ezui-c-notification-color: var(--ezui-color-neutral-000);
1573
1573
  --ezui-c-notification-color-background: var(--ezui-color-primary-500);
1574
1574
  }
1575
1575
 
1576
- ._statusSuccess_dgfcn_9 {
1576
+ ._statusSuccess_1xl7t_9 {
1577
1577
  --ezui-c-notification-color: var(--ezui-color-positive-800);
1578
1578
  --ezui-c-notification-color-background: var(--ezui-color-positive-100);
1579
1579
  }
1580
1580
 
1581
- ._statusNeutral_dgfcn_14 {
1581
+ ._statusNeutral_1xl7t_14 {
1582
1582
  --ezui-c-notification-color: var(--ezui-color-secondary-800);
1583
1583
  --ezui-c-notification-color-background: var(--ezui-color-secondary-100);
1584
1584
  }
1585
1585
 
1586
- ._statusWarning_dgfcn_19 {
1586
+ ._statusWarning_1xl7t_19 {
1587
1587
  --ezui-c-notification-color: var(--ezui-color-neutral-900);
1588
1588
  --ezui-c-notification-color-background: var(--ezui-color-warning-300);
1589
1589
  }
1590
1590
 
1591
- ._statusError_dgfcn_24 {
1591
+ ._statusError_1xl7t_24 {
1592
1592
  --ezui-c-notification-color: var(--ezui-color-negative-800);
1593
1593
  --ezui-c-notification-color-background: var(--ezui-color-negative-100);
1594
1594
  }
1595
1595
 
1596
- ._typeToast_dgfcn_29 {
1596
+ ._typeToast_1xl7t_29 {
1597
1597
  display: inline-flex;
1598
1598
  }
1599
1599
 
1600
- ._typeAlert_dgfcn_33 {
1600
+ ._typeAlert_1xl7t_33 {
1601
1601
  display: flex;
1602
- width: 100%;
1602
+ width: calc(100% - var(--ezui-c-notification-margin-x) * 2);
1603
1603
  }
1604
1604
 
1605
- ._Notification_dgfcn_38 {
1605
+ ._Notification_1xl7t_38 {
1606
1606
  /* prettier-ignore */
1607
- --ezui-c-notification-border-radius: var(--ezui-shape-border-radius-base);
1607
+ --ezui-c-notification-border-radius: var(--ezui-shape-border-radius-lg);
1608
1608
  --ezui-c-notification-max-width: 1200px;
1609
+ --ezui-c-notification-margin-x: var(--ezui-space-6);
1609
1610
  align-items: center;
1610
1611
  justify-content: space-between;
1611
1612
  margin: auto;
@@ -1618,33 +1619,63 @@
1618
1619
  pointer-events: auto;
1619
1620
  }
1620
1621
 
1621
- ._iconText_dgfcn_54 {
1622
+ ._iconText_1xl7t_55 {
1622
1623
  display: inline-flex;
1623
1624
  align-items: center;
1624
1625
  gap: var(--ezui-space-1);
1625
1626
  }
1626
1627
 
1627
- ._closeButton_dgfcn_60 {
1628
+ ._closeButtonContainer_1xl7t_61 {
1629
+ display: inline-flex;
1628
1630
  padding: var(--ezui-space-0);
1629
1631
  /* prettier-ignore */
1630
1632
  margin: var(--ezui-space-0-5) var(--ezui-space-1) var(--ezui-space-0-5) var(--ezui-space-2);
1631
1633
  background-color: var(--ezui-c-notification-color-background);
1632
1634
  color: var(--ezui-c-notification-color-text);
1635
+ }
1636
+
1637
+ ._closeButton_1xl7t_61 {
1633
1638
  cursor: pointer;
1634
1639
  }
1635
1640
 
1636
- ._region_dgfcn_69 {
1641
+ ._region_1xl7t_74 {
1637
1642
  display: flex;
1643
+ flex-direction: column;
1638
1644
  align-items: center;
1639
1645
  justify-content: center;
1640
1646
  }
1641
1647
 
1642
- ._container_dgfcn_75 {
1648
+ ._container_1xl7t_81 {
1643
1649
  /* prettier-ignore */
1644
1650
  --ezui-c-notification-z-index: var(--ezui-z-index-notification);
1645
1651
  z-index: var(--ezui-c-notification-z-index);
1646
1652
  width: 100%;
1647
1653
  pointer-events: none;
1654
+ }._appear_9o3cj_1,
1655
+ ._enter_9o3cj_2 {
1656
+ opacity: 0;
1657
+ transform: translateY(-8px);
1658
+ }
1659
+
1660
+ ._appearActive_9o3cj_7,
1661
+ ._enterActive_9o3cj_8 {
1662
+ opacity: 1;
1663
+ transform: translateY(0);
1664
+ transition: all 150ms ease-out;
1665
+ }
1666
+
1667
+ ._exit_9o3cj_14 {
1668
+ opacity: 1;
1669
+ transform: translateY(0);
1670
+ }
1671
+ ._exit_9o3cj_14:not(:first-child) {
1672
+ position: absolute;
1673
+ }
1674
+
1675
+ ._exitActive_9o3cj_22 {
1676
+ opacity: 0;
1677
+ transform: translateY(-8px);
1678
+ transition: all 150ms ease-out;
1648
1679
  }/**
1649
1680
  * Do not edit directly, this file was auto-generated.
1650
1681
  */
@@ -5712,6 +5743,142 @@ textarea {
5712
5743
  }/**
5713
5744
  * Do not edit directly, this file was auto-generated.
5714
5745
  */
5746
+ ._underlayBg_pn8iw_4 {
5747
+ --ezui-c-drawer-animation-duration: 150ms;
5748
+ --ezui-c-drawer-max-width: 608px;
5749
+ --ezui-c-drawer-height: 100svh;
5750
+ position: fixed;
5751
+ z-index: var(--ezui-z-index-drawer);
5752
+ display: flex;
5753
+ flex-direction: column;
5754
+ opacity: 0;
5755
+ transition-property: opacity, backdrop-filter;
5756
+ transition-timing-function: ease-in-out;
5757
+ transition-duration: var(--ezui-c-drawer-animation-duration);
5758
+ }
5759
+ ._underlayBg_pn8iw_4::before {
5760
+ content: "";
5761
+ position: absolute;
5762
+ background: var(--ezui-color-primary-800);
5763
+ opacity: var(--ezui-opacity-underlay);
5764
+ }
5765
+
5766
+ ._underlayBg_pn8iw_4,
5767
+ ._underlayBg_pn8iw_4::before {
5768
+ top: 0;
5769
+ left: 0;
5770
+ right: 0;
5771
+ bottom: 0;
5772
+ }
5773
+
5774
+ ._underlayBgEnter_pn8iw_32 {
5775
+ opacity: 0;
5776
+ }
5777
+
5778
+ ._underlayBgEnterDone_pn8iw_36 {
5779
+ opacity: 1;
5780
+ backdrop-filter: blur(1px);
5781
+ }
5782
+
5783
+ ._underlayBgExit_pn8iw_41 {
5784
+ opacity: 0;
5785
+ backdrop-filter: blur(0);
5786
+ }
5787
+
5788
+ ._underlayBox_pn8iw_46 {
5789
+ position: relative;
5790
+ display: flex;
5791
+ flex-direction: column;
5792
+ height: 100%;
5793
+ pointer-events: none;
5794
+ transition-property: transform;
5795
+ transition-timing-function: ease-in-out;
5796
+ transition-duration: var(--ezui-c-drawer-animation-duration);
5797
+ }
5798
+
5799
+ ._underlayBoxAppear_pn8iw_57 {
5800
+ transform: translateX(25%);
5801
+ }
5802
+
5803
+ ._underlayBoxAppearDone_pn8iw_61 {
5804
+ transform: translateX(0);
5805
+ }
5806
+
5807
+ ._underlayBoxExit_pn8iw_65 {
5808
+ transform: translateX(25%);
5809
+ }
5810
+
5811
+ ._Drawer_pn8iw_69 {
5812
+ flex: 0 1 auto;
5813
+ display: flex;
5814
+ flex-direction: column;
5815
+ margin: 0;
5816
+ margin-left: auto;
5817
+ width: 100%;
5818
+ max-width: var(--ezui-c-drawer-max-width);
5819
+ height: var(--ezui-c-drawer-height);
5820
+ overflow: hidden;
5821
+ background: var(--ezui-color-neutral-000);
5822
+ box-shadow: var(--ezui-shadow-level-3);
5823
+ pointer-events: auto;
5824
+ position: relative;
5825
+ outline: none;
5826
+ }
5827
+
5828
+ ._header_pn8iw_86 {
5829
+ margin: 0;
5830
+ }
5831
+ ._header_pn8iw_86._stuck_pn8iw_89 {
5832
+ box-shadow: var(--ezui-shadow-stuck-from-top);
5833
+ }
5834
+
5835
+ ._banner_pn8iw_93 {
5836
+ background: var(--ezui-color-primary-700);
5837
+ color: var(--ezui-color-neutral-000);
5838
+ padding: var(--ezui-space-3) var(--ezui-space-2);
5839
+ }
5840
+
5841
+ ._body_pn8iw_99 {
5842
+ position: relative;
5843
+ overflow: auto;
5844
+ display: flex;
5845
+ flex-direction: column;
5846
+ overscroll-behavior: contain;
5847
+ }
5848
+ ._body_pn8iw_99 [data-intercept] {
5849
+ position: absolute;
5850
+ left: 0;
5851
+ width: 1px;
5852
+ height: 1px;
5853
+ }
5854
+ ._body_pn8iw_99 [data-intercept="header"] {
5855
+ top: 0;
5856
+ }
5857
+
5858
+ ._closeButton_pn8iw_116 {
5859
+ appearance: none;
5860
+ margin: 0;
5861
+ padding: 0;
5862
+ background: none;
5863
+ border: 0;
5864
+ font-size: inherit;
5865
+ line-height: inherit;
5866
+ color: inherit;
5867
+ display: inline-flex;
5868
+ padding: var(--ezui-space-0-25);
5869
+ margin: calc(var(--ezui-space-0-25) * -1);
5870
+ cursor: pointer;
5871
+ }
5872
+
5873
+ ._banneredContentArea_pn8iw_131 {
5874
+ padding: var(--ezui-space-3) var(--ezui-space-2);
5875
+ }
5876
+
5877
+ ._standaloneContentArea_pn8iw_135 {
5878
+ padding: var(--ezui-space-3) var(--ezui-space-4);
5879
+ }/**
5880
+ * Do not edit directly, this file was auto-generated.
5881
+ */
5715
5882
  ._Container_17nvh_4 {
5716
5883
  --ezui-c-vertical-nav-logo-max-width: 164px;
5717
5884
  display: flex;
@@ -6068,142 +6235,6 @@ textarea {
6068
6235
  }/**
6069
6236
  * Do not edit directly, this file was auto-generated.
6070
6237
  */
6071
- ._underlayBg_pn8iw_4 {
6072
- --ezui-c-drawer-animation-duration: 150ms;
6073
- --ezui-c-drawer-max-width: 608px;
6074
- --ezui-c-drawer-height: 100svh;
6075
- position: fixed;
6076
- z-index: var(--ezui-z-index-drawer);
6077
- display: flex;
6078
- flex-direction: column;
6079
- opacity: 0;
6080
- transition-property: opacity, backdrop-filter;
6081
- transition-timing-function: ease-in-out;
6082
- transition-duration: var(--ezui-c-drawer-animation-duration);
6083
- }
6084
- ._underlayBg_pn8iw_4::before {
6085
- content: "";
6086
- position: absolute;
6087
- background: var(--ezui-color-primary-800);
6088
- opacity: var(--ezui-opacity-underlay);
6089
- }
6090
-
6091
- ._underlayBg_pn8iw_4,
6092
- ._underlayBg_pn8iw_4::before {
6093
- top: 0;
6094
- left: 0;
6095
- right: 0;
6096
- bottom: 0;
6097
- }
6098
-
6099
- ._underlayBgEnter_pn8iw_32 {
6100
- opacity: 0;
6101
- }
6102
-
6103
- ._underlayBgEnterDone_pn8iw_36 {
6104
- opacity: 1;
6105
- backdrop-filter: blur(1px);
6106
- }
6107
-
6108
- ._underlayBgExit_pn8iw_41 {
6109
- opacity: 0;
6110
- backdrop-filter: blur(0);
6111
- }
6112
-
6113
- ._underlayBox_pn8iw_46 {
6114
- position: relative;
6115
- display: flex;
6116
- flex-direction: column;
6117
- height: 100%;
6118
- pointer-events: none;
6119
- transition-property: transform;
6120
- transition-timing-function: ease-in-out;
6121
- transition-duration: var(--ezui-c-drawer-animation-duration);
6122
- }
6123
-
6124
- ._underlayBoxAppear_pn8iw_57 {
6125
- transform: translateX(25%);
6126
- }
6127
-
6128
- ._underlayBoxAppearDone_pn8iw_61 {
6129
- transform: translateX(0);
6130
- }
6131
-
6132
- ._underlayBoxExit_pn8iw_65 {
6133
- transform: translateX(25%);
6134
- }
6135
-
6136
- ._Drawer_pn8iw_69 {
6137
- flex: 0 1 auto;
6138
- display: flex;
6139
- flex-direction: column;
6140
- margin: 0;
6141
- margin-left: auto;
6142
- width: 100%;
6143
- max-width: var(--ezui-c-drawer-max-width);
6144
- height: var(--ezui-c-drawer-height);
6145
- overflow: hidden;
6146
- background: var(--ezui-color-neutral-000);
6147
- box-shadow: var(--ezui-shadow-level-3);
6148
- pointer-events: auto;
6149
- position: relative;
6150
- outline: none;
6151
- }
6152
-
6153
- ._header_pn8iw_86 {
6154
- margin: 0;
6155
- }
6156
- ._header_pn8iw_86._stuck_pn8iw_89 {
6157
- box-shadow: var(--ezui-shadow-stuck-from-top);
6158
- }
6159
-
6160
- ._banner_pn8iw_93 {
6161
- background: var(--ezui-color-primary-700);
6162
- color: var(--ezui-color-neutral-000);
6163
- padding: var(--ezui-space-3) var(--ezui-space-2);
6164
- }
6165
-
6166
- ._body_pn8iw_99 {
6167
- position: relative;
6168
- overflow: auto;
6169
- display: flex;
6170
- flex-direction: column;
6171
- overscroll-behavior: contain;
6172
- }
6173
- ._body_pn8iw_99 [data-intercept] {
6174
- position: absolute;
6175
- left: 0;
6176
- width: 1px;
6177
- height: 1px;
6178
- }
6179
- ._body_pn8iw_99 [data-intercept="header"] {
6180
- top: 0;
6181
- }
6182
-
6183
- ._closeButton_pn8iw_116 {
6184
- appearance: none;
6185
- margin: 0;
6186
- padding: 0;
6187
- background: none;
6188
- border: 0;
6189
- font-size: inherit;
6190
- line-height: inherit;
6191
- color: inherit;
6192
- display: inline-flex;
6193
- padding: var(--ezui-space-0-25);
6194
- margin: calc(var(--ezui-space-0-25) * -1);
6195
- cursor: pointer;
6196
- }
6197
-
6198
- ._banneredContentArea_pn8iw_131 {
6199
- padding: var(--ezui-space-3) var(--ezui-space-2);
6200
- }
6201
-
6202
- ._standaloneContentArea_pn8iw_135 {
6203
- padding: var(--ezui-space-3) var(--ezui-space-4);
6204
- }/**
6205
- * Do not edit directly, this file was auto-generated.
6206
- */
6207
6238
  ._popover_ihjp5_4 {
6208
6239
  --ezui-c-menu-border-radius: var(--ezui-shape-border-radius-md);
6209
6240
  --ezui-c-menu-color-background: var(--ezui-color-neutral-000);