affiliate-front-shared 1.3.10 → 1.3.11

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.mjs CHANGED
@@ -7515,10 +7515,11 @@ const Vi = m(rr)`
7515
7515
  `, ji = m(et)`
7516
7516
  width: ${({ $width: n }) => n ?? "100%"};
7517
7517
 
7518
- min-height: 40px;
7519
- align-items: center;
7520
- gap: 8px;
7521
- align-self: stretch;
7518
+ min-height: ${({ $height: n }) => n ?? "unset"};
7519
+ gap: 2.5rem;
7520
+ display: flex;
7521
+ flex-direction: column;
7522
+ gap: 0.5rem;
7522
7523
  border-radius: var(--border-radius-025, 2px);
7523
7524
  background: var(--color-bg-secondary, #f5f5f5);
7524
7525