mimir-ui-kit 1.15.0 → 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.
Files changed (34) hide show
  1. package/dist/assets/Image.css +1 -0
  2. package/dist/assets/ListPhotos.css +1 -1
  3. package/dist/assets/SelectSearch.css +1 -1
  4. package/dist/assets/UploaderPhotos.css +1 -1
  5. package/dist/assets/index.css +1 -1
  6. package/dist/components/Image/Image.d.ts +12 -0
  7. package/dist/components/Image/Image.js +42 -15
  8. package/dist/components/ListPhotos/ListPhotos.js +1 -1
  9. package/dist/components/SelectSearch/SelectSearch.d.ts +0 -7
  10. package/dist/components/SelectSearch/SelectSearch.js +3801 -639
  11. package/dist/components/SelectSearch/index.d.ts +1 -1
  12. package/dist/components/SelectSearch/types.d.ts +16 -11
  13. package/dist/components/Slider/Slider.d.ts +2 -0
  14. package/dist/components/Slider/Slider.js +4 -2
  15. package/dist/components/Uploader/Uploader.d.ts +10 -1
  16. package/dist/components/Uploader/Uploader.js +62 -56
  17. package/dist/components/UploaderPhotos/UploaderPhotos.d.ts +10 -1
  18. package/dist/components/UploaderPhotos/UploaderPhotos.js +50 -34
  19. package/dist/components/index.d.ts +1 -3
  20. package/dist/components/index.js +0 -2
  21. package/dist/hooks/index.d.ts +1 -1
  22. package/dist/hooks/index.js +2 -1
  23. package/dist/hooks/useMediaQuery/constants.d.ts +10 -0
  24. package/dist/hooks/useMediaQuery/constants.js +13 -1
  25. package/dist/hooks/useMediaQuery/index.d.ts +1 -1
  26. package/dist/hooks/useMediaQuery/index.js +2 -1
  27. package/dist/index.js +2 -3
  28. package/package.json +1 -1
  29. package/dist/SelectSearchOption-snHM9uZX.js +0 -3796
  30. package/dist/assets/SelectSearchOption.css +0 -1
  31. package/dist/components/SelectSearchOption/SelectSearchOption.d.ts +0 -10
  32. package/dist/components/SelectSearchOption/SelectSearchOption.js +0 -8
  33. package/dist/components/SelectSearchOption/index.d.ts +0 -2
  34. package/dist/components/SelectSearchOption/index.js +0 -4
@@ -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
- };