@ssa-ui-kit/core 2.8.2 → 2.8.3
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.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -16386,13 +16386,15 @@ function Typeahead_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tr
|
|
|
16386
16386
|
|
|
16387
16387
|
|
|
16388
16388
|
|
|
16389
|
+
// TODO: automatically calculate max-height
|
|
16390
|
+
// https://github.com/ssagroup/ui-kit/issues/385
|
|
16389
16391
|
const TypeaheadOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
|
|
16390
16392
|
target: "e1vig1dw6"
|
|
16391
16393
|
} : 0)("padding:0;margin:0;list-style:none;background:#fff;border-radius:8px;filter:", ({
|
|
16392
16394
|
theme
|
|
16393
16395
|
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
|
|
16394
16396
|
theme
|
|
16395
|
-
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";" + ( true ? "" : 0));
|
|
16397
|
+
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";overflow-y:auto;max-height:350px;" + ( true ? "" : 0));
|
|
16396
16398
|
const TypeaheadOption = /*#__PURE__*/base_default()("li", true ? {
|
|
16397
16399
|
target: "e1vig1dw5"
|
|
16398
16400
|
} : 0)("display:flex;align-items:center;padding:8px 16px;border:none;cursor:pointer;font-size:14px;gap:8px;padding:12px;height:40px;background:", ({
|