stone-kit 0.0.89 → 0.0.90

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/main.d.ts CHANGED
@@ -17,3 +17,4 @@ export { MetroTag } from './components/MetroTag';
17
17
  export { LotCard } from './components/LotCard';
18
18
  export { Select } from './components/Select';
19
19
  export { useClientWidth } from './shared/useClientWidth';
20
+ export { SortSelect } from './components/SortSelect';
package/dist/main.js CHANGED
@@ -3,13 +3,13 @@ import { MobileButton as p } from "./components/mobileButton/ui/MobileButton.js"
3
3
  import { NewIcon as f } from "./components/NewIcon/ui/NewIcon.js";
4
4
  import { DestinationTab as n } from "./components/DestinationTab/ui/DestinationTab.js";
5
5
  import { RoundButton as i } from "./components/RoundButton/ui/RoundButton.js";
6
- import { Tag as d } from "./components/Tag/ui/Tag.js";
7
- import { Switcher as T } from "./components/Switcher/ui/Switcher.js";
8
- import { Text as I } from "./components/Text/ui/Text.js";
9
- import { Flex as g } from "./components/Flex/ui/Flex.js";
10
- import { Input as s } from "./components/Input/ui/Input.js";
11
- import { Modal as B } from "./components/Modal/ui/Modal.js";
12
- import { FieldInput as S } from "./components/FieldInput/ui/FieldInput.js";
6
+ import { Tag as l } from "./components/Tag/ui/Tag.js";
7
+ import { Switcher as c } from "./components/Switcher/ui/Switcher.js";
8
+ import { Text as T } from "./components/Text/ui/Text.js";
9
+ import { Flex as b } from "./components/Flex/ui/Flex.js";
10
+ import { Input as h } from "./components/Input/ui/Input.js";
11
+ import { Modal as w } from "./components/Modal/ui/Modal.js";
12
+ import { FieldInput as M } from "./components/FieldInput/ui/FieldInput.js";
13
13
  import { TabSwitcher as F } from "./components/TabSwitcher/ui/TabSwitcher.js";
14
14
  import { GroupedInputs as D } from "./components/GroupedInput/ui/GroupedInputs.js";
15
15
  import { Logo as N } from "./components/Logo/ui/Logo.js";
@@ -17,24 +17,26 @@ import { MetroTag as W } from "./components/MetroTag/ui/MetroTag.js";
17
17
  import { LotCard as k } from "./components/LotCard/ui/LotCard.js";
18
18
  import { Select as v } from "./components/Select/ui/Select.js";
19
19
  import { useClientWidth as z } from "./shared/useClientWidth.js";
20
+ import { SortSelect as E } from "./components/SortSelect/ui/SortSelect.js";
20
21
  export {
21
22
  t as Button,
22
23
  n as DestinationTab,
23
- S as FieldInput,
24
- g as Flex,
24
+ M as FieldInput,
25
+ b as Flex,
25
26
  D as GroupedInputs,
26
- s as Input,
27
+ h as Input,
27
28
  N as Logo,
28
29
  k as LotCard,
29
30
  W as MetroTag,
30
31
  p as MobileButton,
31
- B as Modal,
32
+ w as Modal,
32
33
  f as NewIcon,
33
34
  i as RoundButton,
34
35
  v as Select,
35
- T as Switcher,
36
+ E as SortSelect,
37
+ c as Switcher,
36
38
  F as TabSwitcher,
37
- d as Tag,
38
- I as Text,
39
+ l as Tag,
40
+ T as Text,
39
41
  z as useClientWidth
40
42
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.89",
5
+ "version": "0.0.90",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",