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 +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styled-components/StyledSelect.d.ts +1 -0
- package/package.json +1 -1
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:
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
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
|
|