zz-shopify-components 0.25.1-beta.7 → 0.25.1-beta.8

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.
@@ -69,7 +69,7 @@
69
69
  border-radius: var(--zz-modal-radius, 12px);
70
70
  box-shadow: var(--zz-modal-shadow, 0 20px 60px rgba(0,0,0,0.2));
71
71
  width: var(--zz-modal-width, min(720px, 92vw));
72
- max-height: var(--zz-modal-max-height, 90vh);
72
+ max-height: var(--zz-modal-max-height, 100vh);
73
73
  display: flex;
74
74
  flex-direction: column;
75
75
  overflow: hidden;
@@ -80,6 +80,7 @@
80
80
  .panel-inner {
81
81
  transform-origin: center center;
82
82
  transform: translateY(8px) scale(0.98);
83
+ max-height: var(--zz-modal-max-height, 100vh);
83
84
  }
84
85
  }
85
86
 
@@ -36,11 +36,15 @@
36
36
  font-size: 14px;
37
37
  line-height: 1.25;
38
38
  background: #F5F5F6;
39
+ font-weight: 700;
40
+ white-space: nowrap;
41
+ color: #00000080;
39
42
  --tab-padding: 1.25rem;
40
43
  }
41
44
 
42
45
  #shopify-block-{{ block.id }} input.tw-daisy-tab:checked {
43
46
  border-color: #000;
47
+ color: #000;
44
48
  }
45
49
  </style>
46
50
 
@@ -33,7 +33,7 @@
33
33
  </div>
34
34
 
35
35
  <!-- 移动端 -->
36
- <div class=' tw-w-full tw-overflow-hidden tw-h-[62vh] tw-relative lg:tw-hidden'>
36
+ <div class=' tw-w-full tw-overflow-hidden tw-h-[77vh] tw-relative lg:tw-hidden'>
37
37
  <div
38
38
  role='tablist'
39
39
  class='tw-daisy-tabs tw-w-full tw-overflow-x-auto tw-daisy-tabs-bordered'
@@ -43,6 +43,7 @@
43
43
  </div>
44
44
 
45
45
  <style>
46
+
46
47
  #shopify-block-{{ block.id }} .tw-daisy-tabs-bordered .tw-daisy-tab {
47
48
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
48
49
  --tw-border-opacity: 0.2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.25.1-beta.7",
3
+ "version": "0.25.1-beta.8",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",