mimir-ui-kit 1.15.1 → 1.15.2

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.
@@ -1 +0,0 @@
1
- ._option_5wfzg_2{display:flex;height:100%;padding:var(--select-search-option-space);cursor:pointer;transition:background-color .2s ease-in-out}._option-active_5wfzg_9{background-color:var(--black-5)}._option-inner_5wfzg_12{display:flex;gap:var(--space-m);align-items:center;align-self:center;justify-content:space-between;width:100%}._selected-icon_5wfzg_21 path{fill:var(--sapphire-100)}._m_5wfzg_25{--select-search-gap: var(--space-2xs);--select-search-option-space: var(--space-2s) var(--space-m)}._l_5wfzg_30{--select-search-gap: var(--space-xs);--select-search-option-space: var(--space-2l) var(--space-m)}
@@ -1,10 +0,0 @@
1
- import { ESelectSearchSize } from '../SelectSearch/constants';
2
-
3
- export interface SelectSearchOptionProps {
4
- record: Record<string, unknown>;
5
- children?: React.ReactNode;
6
- size?: ESelectSearchSize;
7
- className?: string;
8
- title?: string;
9
- }
10
- export declare function SelectSearchOption({ record, size, children, className }: SelectSearchOptionProps): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- import "react/jsx-runtime";
2
- import "../../index-CweZ_OcN.js";
3
- import { S } from "../../SelectSearchOption-snHM9uZX.js";
4
- import "../../icons/Icon.js";
5
- import "../SelectSearch/constants.js";
6
- export {
7
- S as SelectSearchOption
8
- };
@@ -1,2 +0,0 @@
1
- export { SelectSearchOption } from './SelectSearchOption';
2
- export type { SelectSearchOptionProps } from './SelectSearchOption';
@@ -1,4 +0,0 @@
1
- import { S } from "../../SelectSearchOption-snHM9uZX.js";
2
- export {
3
- S as SelectSearchOption
4
- };