@qiwi/pijma-desktop 1.141.0 → 1.141.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 (60) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/lib/es6/actions/Actions.js +1 -0
  3. package/lib/es6/alert/Alert.js +1 -0
  4. package/lib/es6/annotation/Annotation.js +1 -0
  5. package/lib/es6/block-accordion/BlockAccordion.js +1 -0
  6. package/lib/es6/block-content/BlockContent.js +1 -0
  7. package/lib/es6/block-tabs/BlockTabs.js +2 -0
  8. package/lib/es6/breadcrumbs/Breadcrumbs.js +1 -0
  9. package/lib/es6/button/Button.js +1 -0
  10. package/lib/es6/checkbox/Checkbox.js +1 -0
  11. package/lib/es6/checkbox-field/CheckboxField.js +1 -0
  12. package/lib/es6/code-field/CodeField.js +1 -0
  13. package/lib/es6/content-suggest/ContentSuggest.js +1 -0
  14. package/lib/es6/details/Details.js +1 -0
  15. package/lib/es6/drop-down/DropDown.js +1 -0
  16. package/lib/es6/footer-app/FooterApp.js +1 -0
  17. package/lib/es6/footer-nav/FooterNav.js +1 -0
  18. package/lib/es6/footer-out/FooterOut.js +1 -0
  19. package/lib/es6/glossary/Glossary.js +1 -0
  20. package/lib/es6/header/Header.js +1 -0
  21. package/lib/es6/header-bank-card-link/HeaderBankCardLink.js +1 -0
  22. package/lib/es6/header-drop-down/HeaderDropDown.js +1 -0
  23. package/lib/es6/header-menu/HeaderMenu.js +1 -0
  24. package/lib/es6/header-menu/HeaderMenuItem.js +1 -0
  25. package/lib/es6/header-suggest/HeaderSuggest.js +2 -0
  26. package/lib/es6/link/BlockLink.js +2 -0
  27. package/lib/es6/link/FileLink.js +1 -0
  28. package/lib/es6/link/Link.js +1 -0
  29. package/lib/es6/link/SectionLink.js +2 -0
  30. package/lib/es6/list/List.js +1 -0
  31. package/lib/es6/logo-block-link/LogoBlockLink.js +1 -0
  32. package/lib/es6/logo-link/LogoLink.js +1 -0
  33. package/lib/es6/markdown/Markdown.js +2 -0
  34. package/lib/es6/menu/MenuItem.js +1 -0
  35. package/lib/es6/menu/MenuLink.js +2 -0
  36. package/lib/es6/modal/SimpleModal.js +1 -0
  37. package/lib/es6/nav-link/NavLink.js +1 -0
  38. package/lib/es6/notice/Notice.js +1 -0
  39. package/lib/es6/oops/Oops.js +1 -0
  40. package/lib/es6/pagination/Pagination.js +1 -0
  41. package/lib/es6/pagination/PaginationLink.js +1 -0
  42. package/lib/es6/password-field/PasswordField.js +1 -0
  43. package/lib/es6/phone-field/PhoneField.js +1 -0
  44. package/lib/es6/progress-bar/ProgressBar.js +1 -0
  45. package/lib/es6/radio-field/RadioField.js +1 -0
  46. package/lib/es6/rating/Rating.js +1 -0
  47. package/lib/es6/select-field/SelectField.js +2 -2
  48. package/lib/es6/status/Status.js +1 -0
  49. package/lib/es6/suggest-field/SuggestField.js +1 -0
  50. package/lib/es6/switch/Switch.js +1 -0
  51. package/lib/es6/switch-field/SwitchField.js +1 -0
  52. package/lib/es6/tabs/Tabs.js +2 -0
  53. package/lib/es6/text-area-field/TextAreaField.js +1 -0
  54. package/lib/es6/text-field/TextField.js +1 -0
  55. package/lib/es6/typography/Caption.js +1 -0
  56. package/lib/es6/typography/Heading.js +1 -0
  57. package/lib/es6/typography/Paragraph.js +1 -0
  58. package/lib/es6/typography/Text.js +1 -0
  59. package/lib/es6/typography/Title.js +1 -0
  60. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @qiwi/pijma-desktop [1.141.3](https://github.com/qiwi/pijma/compare/@qiwi/pijma-desktop@1.141.2...@qiwi/pijma-desktop@1.141.3) (2022-03-23)
2
+
3
+
4
+
5
+
6
+
7
+ ### Dependencies
8
+
9
+ * **@qiwi/pijma-core:** upgraded to 1.144.0
10
+
11
+ ## @qiwi/pijma-desktop [1.141.2](https://github.com/qiwi/pijma/compare/@qiwi/pijma-desktop@1.141.1...@qiwi/pijma-desktop@1.141.2) (2022-03-22)
12
+
13
+
14
+
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@qiwi/pijma-core:** upgraded to 1.143.1
20
+ * **@qiwi/pijma-infra:** upgraded to 1.4.0
21
+
22
+ ## @qiwi/pijma-desktop [1.141.1](https://github.com/qiwi/pijma/compare/@qiwi/pijma-desktop@1.141.0...@qiwi/pijma-desktop@1.141.1) (2022-03-04)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **desktop:** select field cannot be opened by mouse click ([#470](https://github.com/qiwi/pijma/issues/470)) ([fb6618b](https://github.com/qiwi/pijma/commit/fb6618b7ea3ad942f459b87a1b46a21f54f8ac3c))
28
+
1
29
  # [1.141.0](https://github.com/qiwi/pijma/compare/@qiwi/pijma-desktop@1.140.1...@qiwi/pijma-desktop@1.141.0) (2022-02-25)
2
30
 
3
31
 
@@ -32,3 +32,4 @@ export const Actions = (props) => {
32
32
  children: content
33
33
  });
34
34
  };
35
+ Actions.displayName = "Actions";
@@ -55,3 +55,4 @@ export const Alert = ({
55
55
  Alert.defaultProps = {
56
56
  type: "general"
57
57
  };
58
+ Alert.displayName = "Alert";
@@ -7,3 +7,4 @@ export const Annotation = ({ children }) => /* @__PURE__ */ React.createElement(
7
7
  r: 10,
8
8
  b: "solid 1px #e6e6e6"
9
9
  }, children);
10
+ Annotation.displayName = "Annotation";
@@ -55,3 +55,4 @@ BlockAccordion.defaultProps = {
55
55
  indent: "m",
56
56
  tabIndex: 0
57
57
  };
58
+ BlockAccordion.displayName = "BlockAccordion";
@@ -12,3 +12,4 @@ export const BlockContent = ({ indent = "m", children }) => /* @__PURE__ */ Reac
12
12
  BlockContent.defaultProps = {
13
13
  indent: "m"
14
14
  };
15
+ BlockContent.displayName = "BlockContent";
@@ -147,3 +147,5 @@ BlockTabs.defaultProps = {
147
147
  hr: true,
148
148
  indent: "m"
149
149
  };
150
+ FlexOverflow.displayName = "FlexOverflow", TabContent.displayName = "TabContent";
151
+ BlockTabs.displayName = "BlockTabs";
@@ -36,3 +36,4 @@ export const Breadcrumbs = ({
36
36
  mx: 2,
37
37
  display: "inline"
38
38
  }, "\u2022"), "\xAD") : null, /* @__PURE__ */ React.createElement(NavLink, __spreadValues({}, item)))));
39
+ Breadcrumbs.displayName = "Breadcrumbs";
@@ -193,3 +193,4 @@ export const Button = (props) => props.stub ? /* @__PURE__ */ React.createElemen
193
193
  })
194
194
  })
195
195
  });
196
+ Button.displayName = "Button";
@@ -36,3 +36,4 @@ Checkbox.defaultProps = {
36
36
  tabIndex: 0
37
37
  };
38
38
  export default Checkbox;
39
+ Checkbox.displayName = "Checkbox";
@@ -78,3 +78,4 @@ const CheckboxField = (props) => props.stub ? /* @__PURE__ */ React.createElemen
78
78
  })
79
79
  });
80
80
  export default CheckboxField;
81
+ CheckboxField.displayName = "CheckboxField";
@@ -88,3 +88,4 @@ export const CodeField = (_a) => {
88
88
  })) : null)
89
89
  });
90
90
  };
91
+ CodeField.displayName = "CodeField";
@@ -161,3 +161,4 @@ ContentSuggest.defaultProps = {
161
161
  equals: (a, b) => a === b
162
162
  };
163
163
  ContentSuggest.displayName = "ContentSuggest";
164
+ CardMenuItem.displayName = "CardMenuItem";
@@ -126,3 +126,4 @@ export const Details = ({
126
126
  size,
127
127
  children: content
128
128
  }))))));
129
+ Details.displayName = "Details";
@@ -74,3 +74,4 @@ DropDown.defaultProps = {
74
74
  rootClose: true,
75
75
  stub: false
76
76
  };
77
+ transition.displayName = "transition", DropDown.displayName = "DropDown";
@@ -56,3 +56,4 @@ export const FooterApp = ({ children, stub = false }) => /* @__PURE__ */ React.c
56
56
  stub
57
57
  }, item))
58
58
  })));
59
+ FooterAppLink.displayName = "FooterAppLink", FooterApp.displayName = "FooterApp";
@@ -35,3 +35,4 @@ export const FooterNav = ({ children = [], stub = false }) => /* @__PURE__ */ Re
35
35
  py: 2.5,
36
36
  key: i
37
37
  }, /* @__PURE__ */ React.createElement(NavLink, __spreadValues({}, item))))));
38
+ FooterNav.displayName = "FooterNav";
@@ -73,3 +73,4 @@ export const FooterOut = ({ children, stub = false }) => /* @__PURE__ */ React.c
73
73
  }, /* @__PURE__ */ React.createElement(FooterOutLink, __spreadValues({
74
74
  stub
75
75
  }, item))))));
76
+ FooterOutLink.displayName = "FooterOutLink", FooterOut.displayName = "FooterOut";
@@ -54,3 +54,4 @@ export const Glossary = ({ children, stub }) => stub ? /* @__PURE__ */ React.cre
54
54
  size: "m",
55
55
  children: content
56
56
  })))))));
57
+ Glossary.displayName = "Glossary";
@@ -7,3 +7,4 @@ export const Header = (props) => /* @__PURE__ */ React.createElement(Card, {
7
7
  height: 20,
8
8
  children: props.children
9
9
  });
10
+ Header.displayName = "Header";
@@ -47,3 +47,4 @@ export const HeaderBankCardLink = (props) => /* @__PURE__ */ React.createElement
47
47
  children: props.text
48
48
  }))
49
49
  });
50
+ HeaderBankCardLink.displayName = "HeaderBankCardLink";
@@ -90,3 +90,4 @@ export const HeaderDropDown = ({
90
90
  color: "#666"
91
91
  }))))
92
92
  });
93
+ transition.displayName = "transition", HeaderDropDown.displayName = "HeaderDropDown";
@@ -34,3 +34,4 @@ export const HeaderMenu = (props) => /* @__PURE__ */ React.createElement(Flex, {
34
34
  key: i,
35
35
  ml: i > 0 ? 5 : 0
36
36
  }, /* @__PURE__ */ React.createElement(HeaderMenuItem, __spreadValues({}, item)))));
37
+ HeaderMenu.displayName = "HeaderMenu";
@@ -62,3 +62,4 @@ export const HeaderMenuItem = forwardRef((props, ref) => /* @__PURE__ */ React.c
62
62
  HeaderMenuItem.defaultProps = {
63
63
  active: false
64
64
  };
65
+ HeaderMenuItem.displayName = "HeaderMenuItem";
@@ -220,3 +220,5 @@ export const HeaderSuggest = (_a) => {
220
220
  });
221
221
  };
222
222
  HeaderSuggest.displayName = "HeaderSuggest";
223
+ CardItem.displayName = "CardItem";
224
+ contentTransition.displayName = "contentTransition";
@@ -33,3 +33,5 @@ export const BlockLink = (props) => /* @__PURE__ */ React.createElement(LinkCont
33
33
  })
34
34
  })
35
35
  });
36
+ BlockCardLnk.displayName = "BlockCardLnk";
37
+ BlockLink.displayName = "BlockLink";
@@ -42,3 +42,4 @@ export const FileLink = (props) => /* @__PURE__ */ React.createElement(LinkContr
42
42
  children: props.children
43
43
  })))
44
44
  });
45
+ FileLink.displayName = "FileLink";
@@ -67,3 +67,4 @@ export const Link = (props) => props.stub ? props.size === void 0 ? null : /* @_
67
67
  children: props.children
68
68
  })
69
69
  });
70
+ Link.displayName = "Link";
@@ -35,3 +35,5 @@ export const SectionLink = (props) => /* @__PURE__ */ React.createElement(LinkCo
35
35
  })
36
36
  })
37
37
  });
38
+ SectionLnk.displayName = "SectionLnk";
39
+ SectionLink.displayName = "SectionLink";
@@ -126,3 +126,4 @@ export const List = ({ stub = false, type, size = "m", children }) => /* @__PURE
126
126
  })) : typeof item === "string" ? /* @__PURE__ */ React.createElement(Paragraph, {
127
127
  size
128
128
  }, item) : item))));
129
+ List.displayName = "List";
@@ -200,3 +200,4 @@ export const LogoBlockLink = (_a) => {
200
200
  children: action
201
201
  }))))) : null)));
202
202
  };
203
+ LogoBlockLink.displayName = "LogoBlockLink";
@@ -88,3 +88,4 @@ export const LogoLink = (_a) => {
88
88
  children: description
89
89
  })) : null));
90
90
  };
91
+ LogoLink.displayName = "LogoLink";
@@ -135,3 +135,5 @@ export const Markdown = ({ size = "m", children }) => /* @__PURE__ */ React.crea
135
135
  }), {})
136
136
  }
137
137
  });
138
+ MarkdownBox.displayName = "MarkdownBox";
139
+ p.displayName = "p", img.displayName = "img", a.displayName = "a", h1.displayName = "h1", h2.displayName = "h2", h3.displayName = "h3", h4.displayName = "h4", h5.displayName = "h5", strong.displayName = "strong", del.displayName = "del", li.displayName = "li", ul.displayName = "ul", ol.displayName = "ol", Markdown.displayName = "Markdown";
@@ -125,3 +125,4 @@ export const MenuItem = forwardRef((_a, ref) => {
125
125
  name: "angle-right"
126
126
  })) : null));
127
127
  });
128
+ MenuItem.displayName = "MenuItem";
@@ -42,3 +42,5 @@ export const MenuLink = (props) => props.stub ? /* @__PURE__ */ React.createElem
42
42
  onMouseDown: renderProps.onMouseDown
43
43
  })
44
44
  });
45
+ MenuItemLnk.displayName = "MenuItemLnk";
46
+ MenuLink.displayName = "MenuLink";
@@ -128,3 +128,4 @@ const SimpleModal = (props) => props.stub ? /* @__PURE__ */ React.createElement(
128
128
  }) : null, props.children))))
129
129
  });
130
130
  export default SimpleModal;
131
+ contentTransition.displayName = "contentTransition", backdropTransition.displayName = "backdropTransition", SimpleModal.displayName = "SimpleModal";
@@ -37,3 +37,4 @@ export const NavLink = (props) => props.stub ? /* @__PURE__ */ React.createEleme
37
37
  children: props.children
38
38
  })
39
39
  });
40
+ NavLink.displayName = "NavLink";
@@ -14,3 +14,4 @@ export const Notice = ({ icon, title, children }) => /* @__PURE__ */ React.creat
14
14
  }) : null, children ? /* @__PURE__ */ React.createElement(Paragraph, {
15
15
  children
16
16
  }) : null)) : null);
17
+ Notice.displayName = "Notice";
@@ -50,3 +50,4 @@ export const Oops = ({ logo, error, title, content, footer }) => /* @__PURE__ */
50
50
  children: footer
51
51
  }) : footer
52
52
  }) : null));
53
+ Oops.displayName = "Oops";
@@ -90,3 +90,4 @@ Pagination.defaultProps = {
90
90
  count: 5,
91
91
  stub: false
92
92
  };
93
+ Pagination.displayName = "Pagination";
@@ -40,3 +40,4 @@ PaginationLink.defaultProps = {
40
40
  width: 12,
41
41
  shadowed: false
42
42
  };
43
+ PaginationLink.displayName = "PaginationLink";
@@ -50,3 +50,4 @@ PasswordField.defaultProps = {
50
50
  tabIndex: 0,
51
51
  viewed: true
52
52
  };
53
+ PasswordField.displayName = "PasswordField";
@@ -150,3 +150,4 @@ PhoneField.defaultProps = {
150
150
  tabIndex: 0,
151
151
  code: "ru"
152
152
  };
153
+ PhoneField.displayName = "PhoneField";
@@ -21,3 +21,4 @@ export const ProgressBar = ({
21
21
  minWidth: 6,
22
22
  r: 12
23
23
  }));
24
+ ProgressBar.displayName = "ProgressBar";
@@ -79,3 +79,4 @@ const RadioField = (props) => props.stub ? /* @__PURE__ */ React.createElement(B
79
79
  })
80
80
  });
81
81
  export default RadioField;
82
+ RadioField.displayName = "RadioField";
@@ -48,3 +48,4 @@ Rating.defaultProps = {
48
48
  count: 5,
49
49
  stub: false
50
50
  };
51
+ Rating.displayName = "Rating";
@@ -113,13 +113,11 @@ export const SelectField = (props) => props.stub ? /* @__PURE__ */ React.createE
113
113
  })
114
114
  })), /* @__PURE__ */ React.createElement(Overlay, {
115
115
  show: renderProps.show,
116
- rootClose: true,
117
116
  placement: "bottom",
118
117
  target: renderProps.targetRef.current,
119
118
  container: renderProps.containerRef.current,
120
119
  popperConfig: { modifiers: { computeStyle: { gpuAcceleration: false } } },
121
120
  transition: Transition,
122
- onHide: renderProps.onHide,
123
121
  children: (overlayRenderProps) => /* @__PURE__ */ React.createElement(CardPos, {
124
122
  ref: overlayRenderProps.props.ref,
125
123
  css: overlayRenderProps.props.style,
@@ -152,3 +150,5 @@ export const SelectField = (props) => props.stub ? /* @__PURE__ */ React.createE
152
150
  }))
153
151
  })
154
152
  });
153
+ CardMenuItem.displayName = "CardMenuItem";
154
+ Transition.displayName = "Transition", SelectField.displayName = "SelectField";
@@ -28,3 +28,4 @@ export const Status = ({ icon, title, actions, content, children }) => /* @__PUR
28
28
  mt: 2,
29
29
  children
30
30
  }) : null);
31
+ Status.displayName = "Status";
@@ -153,3 +153,4 @@ SuggestField.defaultProps = {
153
153
  equals: (a, b) => a === b
154
154
  };
155
155
  SuggestField.displayName = "SuggestField";
156
+ CardMenuItem.displayName = "CardMenuItem";
@@ -69,3 +69,4 @@ export const Switch = (props) => props.stub ? /* @__PURE__ */ React.createElemen
69
69
  Switch.defaultProps = {
70
70
  tabIndex: 0
71
71
  };
72
+ Switch.displayName = "Switch";
@@ -90,3 +90,4 @@ SwitchField.defaultProps = {
90
90
  tabIndex: 0
91
91
  };
92
92
  export default SwitchField;
93
+ SwitchField.displayName = "SwitchField";
@@ -95,3 +95,5 @@ Tabs.defaultProps = {
95
95
  centered: false,
96
96
  stub: false
97
97
  };
98
+ FlexOverflow.displayName = "FlexOverflow", TabContent.displayName = "TabContent";
99
+ Tabs.displayName = "Tabs";
@@ -37,3 +37,4 @@ export const TextAreaField = (props) => /* @__PURE__ */ React.createElement(Text
37
37
  TextAreaField.defaultProps = {
38
38
  tabIndex: 0
39
39
  };
40
+ TextAreaField.displayName = "TextAreaField";
@@ -51,3 +51,4 @@ export const TextField = (props) => props.stub ? /* @__PURE__ */ React.createEle
51
51
  TextField.defaultProps = {
52
52
  tabIndex: 0
53
53
  };
54
+ TextField.displayName = "TextField";
@@ -34,3 +34,4 @@ export const Caption = ({ color = "support", align, stub, clamp, children }) =>
34
34
  Caption.defaultProps = {
35
35
  color: "support"
36
36
  };
37
+ Caption.displayName = "Caption";
@@ -81,3 +81,4 @@ export const Heading = ({ tag, size, color = "default", align, stub, clamp, chil
81
81
  Heading.defaultProps = {
82
82
  color: "default"
83
83
  };
84
+ Heading.displayName = "Heading";
@@ -86,3 +86,4 @@ Paragraph.defaultProps = {
86
86
  compact: false,
87
87
  color: "default"
88
88
  };
89
+ Paragraph.displayName = "Paragraph";
@@ -86,3 +86,4 @@ export const Text = ({
86
86
  children
87
87
  })
88
88
  });
89
+ Text.displayName = "Text";
@@ -58,3 +58,4 @@ export const Title = ({ tag, size, color = "default", align, stub, clamp, childr
58
58
  Title.defaultProps = {
59
59
  color: "default"
60
60
  };
61
+ Title.displayName = "Title";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qiwi/pijma-desktop",
3
- "version": "1.141.0",
3
+ "version": "1.141.3",
4
4
  "main": "./lib/es6/index.js",
5
5
  "types": "./lib/es6/index.d.ts",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
26
26
  "lib"
27
27
  ],
28
28
  "dependencies": {
29
- "@qiwi/pijma-core": "1.143.0",
29
+ "@qiwi/pijma-core": "1.144.0",
30
30
  "@qiwi/pijma-fonts": "1.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@qiwi/pijma-infra": "1.3.1"
33
+ "@qiwi/pijma-infra": "1.4.0"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",