@qiwi/pijma-mobile 1.139.2 → 1.139.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/lib/es6/actions/index.js +1 -1
  3. package/lib/es6/alert/Alert.js +2 -2
  4. package/lib/es6/alert/index.js +1 -1
  5. package/lib/es6/block-accordion/BlockAccordion.js +1 -1
  6. package/lib/es6/block-accordion/index.js +1 -1
  7. package/lib/es6/block-content/index.js +1 -1
  8. package/lib/es6/block-tabs/BlockTabs.js +1 -1
  9. package/lib/es6/block-tabs/index.js +1 -1
  10. package/lib/es6/breadcrumbs/Breadcrumbs.js +2 -2
  11. package/lib/es6/breadcrumbs/index.js +1 -1
  12. package/lib/es6/button/index.js +1 -1
  13. package/lib/es6/checkbox/index.js +1 -1
  14. package/lib/es6/checkbox-field/index.js +1 -1
  15. package/lib/es6/code-field/index.js +2 -2
  16. package/lib/es6/content-suggest/ContentSuggest.js +4 -4
  17. package/lib/es6/content-suggest/index.js +1 -1
  18. package/lib/es6/drop-up/DropUp.js +1 -1
  19. package/lib/es6/drop-up/index.js +1 -1
  20. package/lib/es6/footer-app/index.js +1 -1
  21. package/lib/es6/footer-nav/FooterNav.js +1 -1
  22. package/lib/es6/footer-nav/index.js +1 -1
  23. package/lib/es6/footer-out/index.js +1 -1
  24. package/lib/es6/glossary/Glossary.js +1 -1
  25. package/lib/es6/glossary/index.js +1 -1
  26. package/lib/es6/header/index.js +2 -2
  27. package/lib/es6/index.js +44 -44
  28. package/lib/es6/input-modal/index.js +1 -1
  29. package/lib/es6/link/FileLink.js +1 -1
  30. package/lib/es6/link/index.js +4 -4
  31. package/lib/es6/list/List.js +1 -1
  32. package/lib/es6/list/index.js +1 -1
  33. package/lib/es6/logo-block-link/LogoBlockLink.js +2 -2
  34. package/lib/es6/logo-block-link/index.js +1 -1
  35. package/lib/es6/logo-link/LogoLink.js +2 -2
  36. package/lib/es6/logo-link/index.js +1 -1
  37. package/lib/es6/markdown/Markdown.js +3 -3
  38. package/lib/es6/markdown/index.js +1 -1
  39. package/lib/es6/menu/MenuCaption.js +1 -1
  40. package/lib/es6/menu/MenuItem.js +1 -1
  41. package/lib/es6/menu/MenuLink.js +1 -1
  42. package/lib/es6/menu/index.js +4 -4
  43. package/lib/es6/modal/index.js +1 -1
  44. package/lib/es6/nav-link/index.js +1 -1
  45. package/lib/es6/notice/Notice.js +1 -1
  46. package/lib/es6/notice/index.js +1 -1
  47. package/lib/es6/oops/Oops.js +1 -1
  48. package/lib/es6/oops/index.js +1 -1
  49. package/lib/es6/pagination/Pagination.js +2 -2
  50. package/lib/es6/pagination/index.js +2 -2
  51. package/lib/es6/password-field/index.js +2 -2
  52. package/lib/es6/phone-field/PhoneField.js +2 -2
  53. package/lib/es6/phone-field/index.js +2 -2
  54. package/lib/es6/progress-bar/index.js +1 -1
  55. package/lib/es6/radio-field/index.js +1 -1
  56. package/lib/es6/rating/index.js +1 -1
  57. package/lib/es6/select-field/SelectField.js +2 -2
  58. package/lib/es6/select-field/index.js +1 -1
  59. package/lib/es6/status/Status.js +1 -1
  60. package/lib/es6/status/index.js +1 -1
  61. package/lib/es6/suggest-field/SuggestField.js +5 -5
  62. package/lib/es6/suggest-field/index.js +1 -1
  63. package/lib/es6/switch/index.js +1 -1
  64. package/lib/es6/switch-field/index.js +1 -1
  65. package/lib/es6/tabs/Tabs.js +1 -1
  66. package/lib/es6/tabs/index.js +1 -1
  67. package/lib/es6/text-area-field/index.js +1 -1
  68. package/lib/es6/text-field/index.js +2 -2
  69. package/lib/es6/typography/index.js +5 -5
  70. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.139.3](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.139.2...@qiwi/pijma-mobile@1.139.3) (2021-12-21)
2
+
1
3
  ## [1.139.2](https://github.com/qiwi/pijma/compare/@qiwi/pijma-mobile@1.139.1...@qiwi/pijma-mobile@1.139.2) (2021-12-15)
2
4
 
3
5
 
@@ -1 +1 @@
1
- export * from "./Actions";
1
+ export * from "./Actions.js";
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { Flex, FlexItem, Icon, AlertControl, Box } from "@qiwi/pijma-core";
3
- import { Paragraph } from "../typography";
4
- import { Link } from "../link";
3
+ import { Paragraph } from "../typography/index.js";
4
+ import { Link } from "../link/index.js";
5
5
  const AlertIconColor = {
6
6
  success: "#4bbd5c",
7
7
  warning: "#ff8c00",
@@ -1 +1 @@
1
- export * from "./Alert";
1
+ export * from "./Alert.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { AccordionControl, Box, Card, Flex, FlexItem, Icon } from "@qiwi/pijma-core";
3
- import { Paragraph } from "../typography";
3
+ import { Paragraph } from "../typography/index.js";
4
4
  export const BlockAccordion = ({ items, tabIndex = 0, opened, onChange }) => /* @__PURE__ */ React.createElement(AccordionControl, {
5
5
  items,
6
6
  opened,
@@ -1 +1 @@
1
- export * from "./BlockAccordion";
1
+ export * from "./BlockAccordion.js";
@@ -1 +1 @@
1
- export * from "./BlockContent";
1
+ export * from "./BlockContent.js";
@@ -9,7 +9,7 @@ import {
9
9
  TabBorder,
10
10
  styled
11
11
  } from "@qiwi/pijma-core";
12
- import { Paragraph } from "../typography";
12
+ import { Paragraph } from "../typography/index.js";
13
13
  const BlockTabsIndent = {
14
14
  m: [4, 4, 4, 4],
15
15
  l: [6, 6, 6, 6]
@@ -1 +1 @@
1
- export * from "./BlockTabs";
1
+ export * from "./BlockTabs.js";
@@ -16,8 +16,8 @@ var __spreadValues = (a, b) => {
16
16
  };
17
17
  import React, { Fragment } from "react";
18
18
  import { Box } from "@qiwi/pijma-core";
19
- import { NavLink } from "../nav-link";
20
- import { Paragraph } from "../typography";
19
+ import { NavLink } from "../nav-link/index.js";
20
+ import { Paragraph } from "../typography/index.js";
21
21
  export const Breadcrumbs = ({
22
22
  children = [],
23
23
  stub = false
@@ -1 +1 @@
1
- export * from "./Breadcrumbs";
1
+ export * from "./Breadcrumbs.js";
@@ -1 +1 @@
1
- export * from "./Button";
1
+ export * from "./Button.js";
@@ -1,4 +1,4 @@
1
- import Checkbox from "./Checkbox";
1
+ import Checkbox from "./Checkbox.js";
2
2
  export {
3
3
  Checkbox
4
4
  };
@@ -1,4 +1,4 @@
1
- import CheckboxField from "./CheckboxField";
1
+ import CheckboxField from "./CheckboxField.js";
2
2
  export {
3
3
  CheckboxField
4
4
  };
@@ -1,2 +1,2 @@
1
- export * from "./CodeFieldProps";
2
- export * from "./CodeField";
1
+ export * from "./CodeFieldProps.js";
2
+ export * from "./CodeField.js";
@@ -26,10 +26,10 @@ import {
26
26
  Spacer,
27
27
  styled
28
28
  } from "@qiwi/pijma-core";
29
- import { Paragraph } from "../typography";
30
- import { Link } from "../link";
31
- import { MenuItem } from "../menu";
32
- import { InputModal } from "../input-modal";
29
+ import { Paragraph } from "../typography/index.js";
30
+ import { Link } from "../link/index.js";
31
+ import { MenuItem } from "../menu/index.js";
32
+ import { InputModal } from "../input-modal/index.js";
33
33
  const CardMenuItem = styled(Card)().withComponent(MenuItem);
34
34
  export const ContentSuggest = (_a) => {
35
35
  var _b = _a, {
@@ -1 +1 @@
1
- export * from "./ContentSuggest";
1
+ export * from "./ContentSuggest.js";
@@ -28,7 +28,7 @@ import {
28
28
  styled,
29
29
  Icon
30
30
  } from "@qiwi/pijma-core";
31
- import { Paragraph } from "../typography";
31
+ import { Paragraph } from "../typography/index.js";
32
32
  const contentTransitionVertical = (props) => /* @__PURE__ */ React.createElement(SimpleTransition, __spreadValues({}, props));
33
33
  const contentTransitionHorizontal = (props) => /* @__PURE__ */ React.createElement(SimpleTransition, __spreadValues({}, props));
34
34
  const translate3d = {
@@ -1 +1 @@
1
- export * from "./DropUp";
1
+ export * from "./DropUp.js";
@@ -1 +1 @@
1
- export * from "./FooterApp";
1
+ export * from "./FooterApp.js";
@@ -16,7 +16,7 @@ var __spreadValues = (a, b) => {
16
16
  };
17
17
  import React from "react";
18
18
  import { Box, Flex, FlexItem } from "@qiwi/pijma-core";
19
- import { NavLink } from "../nav-link";
19
+ import { NavLink } from "../nav-link/index.js";
20
20
  export const FooterNav = ({ children = [], stub = false }) => /* @__PURE__ */ React.createElement(Box, {
21
21
  overflow: "hidden"
22
22
  }, /* @__PURE__ */ React.createElement(Flex, {
@@ -1 +1 @@
1
- export * from "./FooterNav";
1
+ export * from "./FooterNav.js";
@@ -1 +1 @@
1
- export * from "./FooterOut";
1
+ export * from "./FooterOut.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Box, Spacer } from "@qiwi/pijma-core";
3
- import { Text } from "../typography";
3
+ import { Text } from "../typography/index.js";
4
4
  export const Glossary = ({ children, stub }) => stub ? /* @__PURE__ */ React.createElement(Box, {
5
5
  as: "dl"
6
6
  }, children.map((item, i) => /* @__PURE__ */ React.createElement(Box, {
@@ -1 +1 @@
1
- export * from "./Glossary";
1
+ export * from "./Glossary.js";
@@ -1,2 +1,2 @@
1
- export * from "./Header";
2
- export * from "./HeaderMenu";
1
+ export * from "./Header.js";
2
+ export * from "./HeaderMenu.js";
package/lib/es6/index.js CHANGED
@@ -1,45 +1,45 @@
1
1
  export * from "@qiwi/pijma-core";
2
- export * from "./button";
3
- export * from "./actions";
4
- export * from "./text-field";
5
- export * from "./password-field";
6
- export * from "./phone-field";
7
- export * from "./modal";
8
- export * from "./drop-up";
9
- export * from "./checkbox-field";
10
- export * from "./checkbox";
11
- export * from "./radio-field";
12
- export * from "./typography";
13
- export * from "./link";
14
- export * from "./block-accordion";
15
- export * from "./block-content";
16
- export * from "./nav-link";
17
- export * from "./breadcrumbs";
18
- export * from "./list";
19
- export * from "./header";
20
- export * from "./menu";
21
- export * from "./pagination";
22
- export * from "./status";
23
- export * from "./logo-link";
24
- export * from "./oops";
25
- export * from "./glossary";
26
- export * from "./markdown";
27
- export * from "./footer-nav";
28
- export * from "./footer-out";
29
- export * from "./footer-app";
30
- export * from "./alert";
31
- export * from "./rating";
32
- export * from "./content-suggest";
33
- export * from "./progress-bar";
34
- export * from "./alert";
35
- export * from "./logo-block-link";
36
- export * from "./suggest-field";
37
- export * from "./tabs";
38
- export * from "./block-tabs";
39
- export * from "./notice";
40
- export * from "./switch";
41
- export * from "./switch-field";
42
- export * from "./select-field";
43
- export * from "./code-field";
44
- export { TextField as MaskTextField } from "./text-field";
45
- export { PasswordField as MaskPasswordField } from "./password-field";
2
+ export * from "./button/index.js";
3
+ export * from "./actions/index.js";
4
+ export * from "./text-field/index.js";
5
+ export * from "./password-field/index.js";
6
+ export * from "./phone-field/index.js";
7
+ export * from "./modal/index.js";
8
+ export * from "./drop-up/index.js";
9
+ export * from "./checkbox-field/index.js";
10
+ export * from "./checkbox/index.js";
11
+ export * from "./radio-field/index.js";
12
+ export * from "./typography/index.js";
13
+ export * from "./link/index.js";
14
+ export * from "./block-accordion/index.js";
15
+ export * from "./block-content/index.js";
16
+ export * from "./nav-link/index.js";
17
+ export * from "./breadcrumbs/index.js";
18
+ export * from "./list/index.js";
19
+ export * from "./header/index.js";
20
+ export * from "./menu/index.js";
21
+ export * from "./pagination/index.js";
22
+ export * from "./status/index.js";
23
+ export * from "./logo-link/index.js";
24
+ export * from "./oops/index.js";
25
+ export * from "./glossary/index.js";
26
+ export * from "./markdown/index.js";
27
+ export * from "./footer-nav/index.js";
28
+ export * from "./footer-out/index.js";
29
+ export * from "./footer-app/index.js";
30
+ export * from "./alert/index.js";
31
+ export * from "./rating/index.js";
32
+ export * from "./content-suggest/index.js";
33
+ export * from "./progress-bar/index.js";
34
+ export * from "./alert/index.js";
35
+ export * from "./logo-block-link/index.js";
36
+ export * from "./suggest-field/index.js";
37
+ export * from "./tabs/index.js";
38
+ export * from "./block-tabs/index.js";
39
+ export * from "./notice/index.js";
40
+ export * from "./switch/index.js";
41
+ export * from "./switch-field/index.js";
42
+ export * from "./select-field/index.js";
43
+ export * from "./code-field/index.js";
44
+ export { TextField as MaskTextField } from "./text-field/index.js";
45
+ export { PasswordField as MaskPasswordField } from "./password-field/index.js";
@@ -1,4 +1,4 @@
1
- import InputModal from "./InputModal";
1
+ import InputModal from "./InputModal.js";
2
2
  export {
3
3
  InputModal
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { LinkControl, FlexItem, Icon, FlexLnk } from "@qiwi/pijma-core";
3
- import { Text } from "../typography";
3
+ import { Text } from "../typography/index.js";
4
4
  export const FileLink = (props) => /* @__PURE__ */ React.createElement(LinkControl, {
5
5
  onClick: props.onClick,
6
6
  onFocus: props.onFocus,
@@ -1,4 +1,4 @@
1
- export * from "./Link";
2
- export * from "./BlockLink";
3
- export * from "./FileLink";
4
- export * from "./SectionLink";
1
+ export * from "./Link.js";
2
+ export * from "./BlockLink.js";
3
+ export * from "./FileLink.js";
4
+ export * from "./SectionLink.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Box, Card, Flex, FlexItem, Stub } from "@qiwi/pijma-core";
3
- import { Paragraph, Text } from "../typography";
3
+ import { Paragraph, Text } from "../typography/index.js";
4
4
  const ListType = {
5
5
  step: "ol",
6
6
  number: "ol",
@@ -1 +1 @@
1
- export * from "./List";
1
+ export * from "./List.js";
@@ -15,8 +15,8 @@ var __objRest = (source, exclude) => {
15
15
  };
16
16
  import React from "react";
17
17
  import { Box, Flex, FlexItem, Spacer, Image, Block, Stub } from "@qiwi/pijma-core";
18
- import { BlockLink } from "../link";
19
- import { Paragraph, Text } from "../typography";
18
+ import { BlockLink } from "../link/index.js";
19
+ import { Paragraph, Text } from "../typography/index.js";
20
20
  export const LogoBlockLink = (_a) => {
21
21
  var _b = _a, { title, icon, description, actions } = _b, props = __objRest(_b, ["title", "icon", "description", "actions"]);
22
22
  return props.stub ? /* @__PURE__ */ React.createElement(Block, null, props.horizontal ? /* @__PURE__ */ React.createElement(Box, {
@@ -1 +1 @@
1
- export * from "./LogoBlockLink";
1
+ export * from "./LogoBlockLink.js";
@@ -15,8 +15,8 @@ var __objRest = (source, exclude) => {
15
15
  };
16
16
  import React from "react";
17
17
  import { Box, Flex, FlexItem, Spacer, Image } from "@qiwi/pijma-core";
18
- import { Paragraph } from "../typography";
19
- import { SectionLink } from "../link";
18
+ import { Paragraph } from "../typography/index.js";
19
+ import { SectionLink } from "../link/index.js";
20
20
  export const LogoLink = (_a) => {
21
21
  var _b = _a, { title, icon, description, horizontal } = _b, props = __objRest(_b, ["title", "icon", "description", "horizontal"]);
22
22
  return /* @__PURE__ */ React.createElement(SectionLink, {
@@ -1 +1 @@
1
- export * from "./LogoLink";
1
+ export * from "./LogoLink.js";
@@ -15,9 +15,9 @@ var __spreadValues = (a2, b) => {
15
15
  return a2;
16
16
  };
17
17
  import React, { Children } from "react";
18
- import { Paragraph, Heading, Text } from "../typography";
19
- import { Link } from "../link";
20
- import { List } from "../list";
18
+ import { Paragraph, Heading, Text } from "../typography/index.js";
19
+ import { Link } from "../link/index.js";
20
+ import { List } from "../list/index.js";
21
21
  import { styled, Box, Image, MarkdownToJSX } from "@qiwi/pijma-core";
22
22
  const MarkdownBox = styled(Box)({
23
23
  "&:nth-child(1)": {
@@ -1 +1 @@
1
- export * from "./Markdown";
1
+ export * from "./Markdown.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Box } from "@qiwi/pijma-core";
3
- import { Caption } from "../typography";
3
+ import { Caption } from "../typography/index.js";
4
4
  export const MenuCaption = ({ text }) => /* @__PURE__ */ React.createElement(Box, {
5
5
  px: 4,
6
6
  py: 2
@@ -37,7 +37,7 @@ import {
37
37
  Image,
38
38
  Typo
39
39
  } from "@qiwi/pijma-core";
40
- import { Paragraph, Text } from "../typography";
40
+ import { Paragraph, Text } from "../typography/index.js";
41
41
  const IconSize = {
42
42
  s: 6,
43
43
  m: 12
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { styled, LinkControl, Lnk } from "@qiwi/pijma-core";
3
- import { MenuItem } from "../menu";
3
+ import { MenuItem } from "../menu/index.js";
4
4
  const MenuItemLnk = styled(Lnk)().withComponent(MenuItem);
5
5
  export const MenuLink = (props) => props.stub ? /* @__PURE__ */ React.createElement(MenuItem, {
6
6
  stub: true,
@@ -1,4 +1,4 @@
1
- export * from "./MenuCaption";
2
- export * from "./MenuContainer";
3
- export * from "./MenuItem";
4
- export * from "./MenuLink";
1
+ export * from "./MenuCaption.js";
2
+ export * from "./MenuContainer.js";
3
+ export * from "./MenuItem.js";
4
+ export * from "./MenuLink.js";
@@ -1,4 +1,4 @@
1
- import SimpleModal from "./SimpleModal";
1
+ import SimpleModal from "./SimpleModal.js";
2
2
  export {
3
3
  SimpleModal
4
4
  };
@@ -1 +1 @@
1
- export * from "./NavLink";
1
+ export * from "./NavLink.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Flex, FlexItem, Spacer } from "@qiwi/pijma-core";
3
- import { Heading, Paragraph } from "../typography/";
3
+ import { Heading, Paragraph } from "../typography//index.js";
4
4
  export const Notice = ({ icon, title, children }) => /* @__PURE__ */ React.createElement(Flex, null, /* @__PURE__ */ React.createElement(FlexItem, {
5
5
  shrink: 0,
6
6
  basis: 6,
@@ -1 +1 @@
1
- export * from "./Notice";
1
+ export * from "./Notice.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Flex, FlexItem, Typo, Card } from "@qiwi/pijma-core";
3
- import { Paragraph, Heading } from "../typography";
3
+ import { Paragraph, Heading } from "../typography/index.js";
4
4
  export const Oops = ({ logo, error, title, content, footer }) => /* @__PURE__ */ React.createElement(Card, {
5
5
  pt: 4,
6
6
  pb: 6,
@@ -1 +1 @@
1
- export * from "./Oops";
1
+ export * from "./Oops.js";
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { PaginationControl, Card, Icon } from "@qiwi/pijma-core";
3
- import { Text } from "../typography";
4
- import { PaginationLink } from "./PaginationLink";
3
+ import { Text } from "../typography/index.js";
4
+ import { PaginationLink } from "./PaginationLink.js";
5
5
  export const Pagination = ({
6
6
  total,
7
7
  count = 3,
@@ -1,2 +1,2 @@
1
- export * from "./Pagination";
2
- export * from "./PaginationLink";
1
+ export * from "./Pagination.js";
2
+ export * from "./PaginationLink.js";
@@ -1,2 +1,2 @@
1
- export * from "./PasswordField";
2
- export * from "./PasswordFieldProps";
1
+ export * from "./PasswordField.js";
2
+ export * from "./PasswordFieldProps.js";
@@ -27,8 +27,8 @@ import {
27
27
  Flag,
28
28
  CardPos
29
29
  } from "@qiwi/pijma-core";
30
- import { Paragraph } from "../typography";
31
- import { DropUp } from "../drop-up";
30
+ import { Paragraph } from "../typography/index.js";
31
+ import { DropUp } from "../drop-up/index.js";
32
32
  export const PhoneField = (_a) => {
33
33
  var _b = _a, {
34
34
  tabIndex = 0,
@@ -1,2 +1,2 @@
1
- export * from "./PhoneField";
2
- export * from "./PhoneFieldProps";
1
+ export * from "./PhoneField.js";
2
+ export * from "./PhoneFieldProps.js";
@@ -1 +1 @@
1
- export * from "./ProgressBar";
1
+ export * from "./ProgressBar.js";
@@ -1,4 +1,4 @@
1
- import RadioField from "./RadioField";
1
+ import RadioField from "./RadioField.js";
2
2
  export {
3
3
  RadioField
4
4
  };
@@ -1 +1 @@
1
- export * from "./Rating";
1
+ export * from "./Rating.js";
@@ -10,8 +10,8 @@ import {
10
10
  Icon,
11
11
  CardPos
12
12
  } from "@qiwi/pijma-core";
13
- import { MenuItem } from "../menu";
14
- import { DropUp } from "../drop-up";
13
+ import { MenuItem } from "../menu/index.js";
14
+ import { DropUp } from "../drop-up/index.js";
15
15
  const CardItem = styled(Card)().withComponent(MenuItem);
16
16
  export const SelectField = (props) => props.stub ? /* @__PURE__ */ React.createElement(InputField, {
17
17
  active: false,
@@ -1 +1 @@
1
- export * from "./SelectField";
1
+ export * from "./SelectField.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { Flex, FlexItem } from "@qiwi/pijma-core";
3
- import { Heading, Paragraph } from "../typography";
3
+ import { Heading, Paragraph } from "../typography/index.js";
4
4
  export const Status = ({ icon, title, actions, content, children }) => /* @__PURE__ */ React.createElement(Flex, {
5
5
  align: "center",
6
6
  direction: "column"
@@ -1 +1 @@
1
- export * from "./Status";
1
+ export * from "./Status.js";
@@ -26,11 +26,11 @@ import {
26
26
  BasicInput,
27
27
  InputField
28
28
  } from "@qiwi/pijma-core";
29
- import { Paragraph } from "../typography";
30
- import { Link } from "../link";
31
- import { MenuItem } from "../menu";
32
- import { InputModal } from "../input-modal";
33
- import { Markdown } from "../markdown";
29
+ import { Paragraph } from "../typography/index.js";
30
+ import { Link } from "../link/index.js";
31
+ import { MenuItem } from "../menu/index.js";
32
+ import { InputModal } from "../input-modal/index.js";
33
+ import { Markdown } from "../markdown/index.js";
34
34
  const CardItem = styled(Card)().withComponent(MenuItem);
35
35
  export const SuggestField = (_a) => {
36
36
  var _b = _a, {
@@ -1 +1 @@
1
- export * from "./SuggestField";
1
+ export * from "./SuggestField.js";
@@ -1 +1 @@
1
- export * from "./Switch";
1
+ export * from "./Switch.js";
@@ -1,4 +1,4 @@
1
- import SwitchField from "./SwitchField";
1
+ import SwitchField from "./SwitchField.js";
2
2
  export {
3
3
  SwitchField
4
4
  };
@@ -7,7 +7,7 @@ import {
7
7
  TabBorder,
8
8
  styled
9
9
  } from "@qiwi/pijma-core";
10
- import { Paragraph } from "../typography";
10
+ import { Paragraph } from "../typography/index.js";
11
11
  const FlexOverflow = styled(Flex)({
12
12
  "&::-webkit-scrollbar": {
13
13
  display: "none"
@@ -1 +1 @@
1
- export * from "./Tabs";
1
+ export * from "./Tabs.js";
@@ -1 +1 @@
1
- export * from "./TextAreaField";
1
+ export * from "./TextAreaField.js";
@@ -1,2 +1,2 @@
1
- export * from "./TextField";
2
- export * from "./TextFieldProps";
1
+ export * from "./TextField.js";
2
+ export * from "./TextFieldProps.js";
@@ -1,5 +1,5 @@
1
- export * from "./Text";
2
- export * from "./Paragraph";
3
- export * from "./Heading";
4
- export * from "./Title";
5
- export * from "./Caption";
1
+ export * from "./Text.js";
2
+ export * from "./Paragraph.js";
3
+ export * from "./Heading.js";
4
+ export * from "./Title.js";
5
+ export * from "./Caption.js";
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@qiwi/pijma-mobile",
3
- "version": "1.139.2",
4
- "main": "lib/es6/index.js",
5
- "types": "lib/es6/index.d.ts",
3
+ "version": "1.139.3",
4
+ "main": "./lib/es6/index.js",
5
+ "types": "./lib/es6/index.d.ts",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -12,7 +12,7 @@
12
12
  "clean": "rimraf lib styleguide/lib",
13
13
  "build": "concurrently 'npm:build:*'",
14
14
  "build:guide": "NODE_ENV=production styleguidist build",
15
- "build:es5": "node ../infra/esbuild.js",
15
+ "build:es6": "node ../infra/esbuild.js && tsc-esm-fix --target=lib/es6",
16
16
  "build:libdef": "tsc -p tsconfig.build.json --emitDeclarationOnly",
17
17
  "watch": "styleguidist server",
18
18
  "lint": "eslint -c ../infra/.eslintrc.js 'src/**/*.ts{,x}'",
@@ -26,7 +26,7 @@
26
26
  "lib"
27
27
  ],
28
28
  "dependencies": {
29
- "@qiwi/pijma-core": "1.141.2",
29
+ "@qiwi/pijma-core": "1.142.0",
30
30
  "@qiwi/pijma-fonts": "1.0.0"
31
31
  },
32
32
  "devDependencies": {