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.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:
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
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
|
|