@bigtablet/design-system 3.14.2 → 3.15.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/dist/index.css CHANGED
@@ -5708,8 +5708,8 @@ body:has(.bottom_nav) {
5708
5708
  }
5709
5709
  .drawer_close {
5710
5710
  position: absolute;
5711
- top: 12px;
5712
- right: 12px;
5711
+ top: 16px;
5712
+ right: 16px;
5713
5713
  width: 32px;
5714
5714
  height: 32px;
5715
5715
  display: inline-flex;
@@ -5794,6 +5794,7 @@ body:has(.bottom_nav) {
5794
5794
  bottom: 0;
5795
5795
  left: 0;
5796
5796
  display: grid;
5797
+ grid-template-columns: minmax(0, 1fr);
5797
5798
  place-items: center;
5798
5799
  background: var(--bt-color-bg-overlay);
5799
5800
  z-index: 100;
@@ -5821,8 +5822,8 @@ body:has(.bottom_nav) {
5821
5822
  }
5822
5823
  .modal_close {
5823
5824
  position: absolute;
5824
- top: 12px;
5825
- right: 12px;
5825
+ top: 16px;
5826
+ right: 16px;
5826
5827
  width: 32px;
5827
5828
  height: 32px;
5828
5829
  display: inline-flex;
@@ -5843,9 +5844,15 @@ body:has(.bottom_nav) {
5843
5844
  outline: none;
5844
5845
  box-shadow: var(--bt-focus-ring);
5845
5846
  }
5847
+ @media (min-width: 600px) {
5848
+ .modal_close {
5849
+ top: 24px;
5850
+ right: 24px;
5851
+ }
5852
+ }
5846
5853
  .modal_title {
5847
5854
  margin: 0;
5848
- padding-right: 32px;
5855
+ padding-right: 24px;
5849
5856
  color: var(--bt-color-text-heading);
5850
5857
  font-size: 28px;
5851
5858
  font-weight: 700;
package/dist/index.d.ts CHANGED
@@ -866,6 +866,7 @@ declare const spacing: {
866
866
  readonly "4": "4px";
867
867
  readonly "6": "6px";
868
868
  readonly "8": "8px";
869
+ readonly "10": "10px";
869
870
  readonly "12": "12px";
870
871
  readonly "16": "16px";
871
872
  readonly "20": "20px";
@@ -873,6 +874,9 @@ declare const spacing: {
873
874
  readonly "32": "32px";
874
875
  readonly "40": "40px";
875
876
  readonly "48": "48px";
877
+ readonly "64": "64px";
878
+ readonly "96": "96px";
879
+ readonly "128": "128px";
876
880
  };
877
881
 
878
882
  declare const baseTypography: {
@@ -880,6 +884,7 @@ declare const baseTypography: {
880
884
  readonly primary: "Pretendard";
881
885
  };
882
886
  readonly fontSize: {
887
+ readonly "10": "10px";
883
888
  readonly "12": "12px";
884
889
  readonly "13": "13px";
885
890
  readonly "14": "14px";