stone-kit 0.0.62 → 0.0.64

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 ADDED
@@ -0,0 +1,11 @@
1
+ export { Button } from './components/Button';
2
+ export { MobileButton } from './components/mobileButton';
3
+ export { NewIcon } from './components/NewIcon';
4
+ export { DestinationTab } from './components/DestinationTab';
5
+ export { RoundButton } from './components/RoundButton';
6
+ export { Tag } from './components/Tag';
7
+ export { Switcher } from './components/Switcher';
8
+ export { Text } from './components/Text';
9
+ export { Flex } from './components/Flex';
10
+ export { Input } from './components/Input';
11
+ export { Modal } from './components/Modal';
package/dist/main.js ADDED
@@ -0,0 +1,24 @@
1
+ import { Button as t } from "./components/Button/ui/Button.js";
2
+ import { MobileButton as x } from "./components/mobileButton/ui/MobileButton.js";
3
+ import { NewIcon as f } from "./components/NewIcon/ui/NewIcon.js";
4
+ import { DestinationTab as n } from "./components/DestinationTab/ui/DestinationTab.js";
5
+ import { RoundButton as a } from "./components/RoundButton/ui/RoundButton.js";
6
+ import { Tag as l } from "./components/Tag/ui/Tag.js";
7
+ import { Switcher as T } from "./components/Switcher/ui/Switcher.js";
8
+ import { Text as c } from "./components/Text/ui/Text.js";
9
+ import { Flex as w } from "./components/Flex/ui/Flex.js";
10
+ import { Input as M } from "./components/Input/ui/Input.js";
11
+ import { Modal as h } from "./components/Modal/ui/Modal.js";
12
+ export {
13
+ t as Button,
14
+ n as DestinationTab,
15
+ w as Flex,
16
+ M as Input,
17
+ x as MobileButton,
18
+ h as Modal,
19
+ f as NewIcon,
20
+ a as RoundButton,
21
+ T as Switcher,
22
+ l as Tag,
23
+ c as Text
24
+ };
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.62",
5
+ "version": "0.0.64",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",