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.cjs CHANGED
@@ -3081,10 +3081,11 @@
3081
3081
  `,ri=m(H.Select)`
3082
3082
  width: ${({$width:n})=>n??"100%"};
3083
3083
 
3084
- min-height: 40px;
3085
- align-items: center;
3086
- gap: 8px;
3087
- align-self: stretch;
3084
+ min-height: ${({$height:n})=>n??"unset"};
3085
+ gap: 2.5rem;
3086
+ display: flex;
3087
+ flex-direction: column;
3088
+ gap: 0.5rem;
3088
3089
  border-radius: var(--border-radius-025, 2px);
3089
3090
  background: var(--color-bg-secondary, #f5f5f5);
3090
3091