@salutejs/plasma-new-hope 0.176.1-canary.1510.11572230988.0 → 0.176.1-canary.1517.11571952534.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (184) hide show
  1. package/cjs/components/Notification/Notification.css +11 -11
  2. package/cjs/components/Notification/Notification.js +2 -2
  3. package/cjs/components/Notification/Notification.js.map +1 -1
  4. package/cjs/components/Notification/Notification.styles.js +2 -11
  5. package/cjs/components/Notification/Notification.styles.js.map +1 -1
  6. package/cjs/components/Notification/{Notification.styles_e6274r.css → Notification.styles_7h8hp0.css} +2 -2
  7. package/cjs/components/Notification/Notification.tokens.js +1 -2
  8. package/cjs/components/Notification/Notification.tokens.js.map +1 -1
  9. package/cjs/components/Notification/Notification.types.js.map +1 -1
  10. package/cjs/components/Notification/NotificationsPortal.js +4 -8
  11. package/cjs/components/Notification/NotificationsPortal.js.map +1 -1
  12. package/cjs/components/Notification/NotificationsProvider.css +11 -11
  13. package/cjs/components/Notification/NotificationsProvider.js +1 -3
  14. package/cjs/components/Notification/NotificationsProvider.js.map +1 -1
  15. package/cjs/components/Pagination/Pagination.css +12 -12
  16. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +12 -12
  17. package/cjs/components/Select/Select.css +12 -12
  18. package/cjs/components/Select/Select.tokens.js +1 -2
  19. package/cjs/components/Select/Select.tokens.js.map +1 -1
  20. package/cjs/components/Select/ui/Inner/Inner.css +12 -12
  21. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +12 -12
  22. package/cjs/components/Select/ui/Target/Target.css +12 -12
  23. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +12 -12
  24. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  25. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  26. package/{es/components/Select/ui/Target/ui/Textfield/Textfield.styles_jzeap2.css → cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_11yj58s.css} +1 -1
  27. package/cjs/components/Steps/Steps.css +9 -9
  28. package/cjs/components/Steps/Steps.tokens.js +1 -0
  29. package/cjs/components/Steps/Steps.tokens.js.map +1 -1
  30. package/cjs/components/Steps/ui/StepItem/StepItem.css +9 -9
  31. package/cjs/components/Steps/ui/StepItem/StepItem.js +29 -7
  32. package/cjs/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  33. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js +6 -6
  34. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  35. package/cjs/components/Steps/ui/StepItem/StepItem.styles_1oh5gqm.css +9 -0
  36. package/cjs/index.css +31 -31
  37. package/cjs/index.js +1 -1
  38. package/emotion/cjs/components/Notification/Notification.js +2 -2
  39. package/emotion/cjs/components/Notification/Notification.styles.js +19 -14
  40. package/emotion/cjs/components/Notification/Notification.template-doc.mdx +8 -17
  41. package/emotion/cjs/components/Notification/Notification.tokens.js +1 -2
  42. package/emotion/cjs/components/Notification/NotificationsPortal.js +5 -9
  43. package/emotion/cjs/components/Notification/NotificationsProvider.js +1 -3
  44. package/emotion/cjs/components/Notification/index.js +4 -4
  45. package/emotion/cjs/components/Select/Select.tokens.js +1 -2
  46. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +21 -12
  47. package/emotion/cjs/components/Steps/Steps.tokens.js +1 -0
  48. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.js +29 -7
  49. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.styles.js +17 -11
  50. package/emotion/cjs/examples/plasma_b2c/components/Notification/Notification.js +3 -5
  51. package/emotion/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -25
  52. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +5 -5
  53. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  54. package/emotion/cjs/examples/plasma_web/components/Notification/Notification.js +3 -5
  55. package/emotion/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -25
  56. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +5 -5
  57. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  58. package/emotion/es/components/Notification/Notification.js +1 -1
  59. package/emotion/es/components/Notification/Notification.styles.js +19 -14
  60. package/emotion/es/components/Notification/Notification.template-doc.mdx +8 -17
  61. package/emotion/es/components/Notification/Notification.tokens.js +1 -2
  62. package/emotion/es/components/Notification/NotificationsPortal.js +5 -9
  63. package/emotion/es/components/Notification/NotificationsProvider.js +1 -3
  64. package/emotion/es/components/Notification/index.js +1 -1
  65. package/emotion/es/components/Select/Select.tokens.js +1 -2
  66. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +21 -12
  67. package/emotion/es/components/Steps/Steps.tokens.js +1 -0
  68. package/emotion/es/components/Steps/ui/StepItem/StepItem.js +29 -7
  69. package/emotion/es/components/Steps/ui/StepItem/StepItem.styles.js +17 -11
  70. package/emotion/es/examples/plasma_b2c/components/Notification/Notification.js +4 -6
  71. package/emotion/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -25
  72. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.config.js +5 -5
  73. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  74. package/emotion/es/examples/plasma_web/components/Notification/Notification.js +4 -6
  75. package/emotion/es/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -25
  76. package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +5 -5
  77. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  78. package/es/components/Notification/Notification.css +11 -11
  79. package/es/components/Notification/Notification.js +2 -2
  80. package/es/components/Notification/Notification.js.map +1 -1
  81. package/es/components/Notification/Notification.styles.js +2 -11
  82. package/es/components/Notification/Notification.styles.js.map +1 -1
  83. package/es/components/Notification/{Notification.styles_e6274r.css → Notification.styles_7h8hp0.css} +2 -2
  84. package/es/components/Notification/Notification.tokens.js +1 -2
  85. package/es/components/Notification/Notification.tokens.js.map +1 -1
  86. package/es/components/Notification/Notification.types.js.map +1 -1
  87. package/es/components/Notification/NotificationsPortal.js +4 -8
  88. package/es/components/Notification/NotificationsPortal.js.map +1 -1
  89. package/es/components/Notification/NotificationsProvider.css +11 -11
  90. package/es/components/Notification/NotificationsProvider.js +1 -3
  91. package/es/components/Notification/NotificationsProvider.js.map +1 -1
  92. package/es/components/Pagination/Pagination.css +12 -12
  93. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +12 -12
  94. package/es/components/Select/Select.css +12 -12
  95. package/es/components/Select/Select.tokens.js +1 -2
  96. package/es/components/Select/Select.tokens.js.map +1 -1
  97. package/es/components/Select/ui/Inner/Inner.css +12 -12
  98. package/es/components/Select/ui/Inner/ui/Item/Item.css +12 -12
  99. package/es/components/Select/ui/Target/Target.css +12 -12
  100. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +12 -12
  101. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  102. package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
  103. package/{cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_jzeap2.css → es/components/Select/ui/Target/ui/Textfield/Textfield.styles_11yj58s.css} +1 -1
  104. package/es/components/Steps/Steps.css +9 -9
  105. package/es/components/Steps/Steps.tokens.js +1 -0
  106. package/es/components/Steps/Steps.tokens.js.map +1 -1
  107. package/es/components/Steps/ui/StepItem/StepItem.css +9 -9
  108. package/es/components/Steps/ui/StepItem/StepItem.js +30 -8
  109. package/es/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  110. package/es/components/Steps/ui/StepItem/StepItem.styles.js +6 -6
  111. package/es/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  112. package/es/components/Steps/ui/StepItem/StepItem.styles_1oh5gqm.css +9 -0
  113. package/es/index.css +31 -31
  114. package/es/index.js +1 -1
  115. package/package.json +2 -2
  116. package/styled-components/cjs/components/Notification/Notification.js +2 -2
  117. package/styled-components/cjs/components/Notification/Notification.styles.js +2 -5
  118. package/styled-components/cjs/components/Notification/Notification.template-doc.mdx +8 -17
  119. package/styled-components/cjs/components/Notification/Notification.tokens.js +1 -2
  120. package/styled-components/cjs/components/Notification/NotificationsPortal.js +4 -8
  121. package/styled-components/cjs/components/Notification/NotificationsProvider.js +1 -3
  122. package/styled-components/cjs/components/Notification/index.js +4 -4
  123. package/styled-components/cjs/components/Select/Select.tokens.js +1 -2
  124. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  125. package/styled-components/cjs/components/Steps/Steps.tokens.js +1 -0
  126. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.js +29 -7
  127. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.styles.js +12 -6
  128. package/styled-components/cjs/examples/plasma_b2c/components/Notification/Notification.js +3 -5
  129. package/styled-components/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -25
  130. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +1 -1
  131. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  132. package/styled-components/cjs/examples/plasma_web/components/Notification/Notification.js +3 -5
  133. package/styled-components/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -25
  134. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +1 -1
  135. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  136. package/styled-components/es/components/Notification/Notification.js +1 -1
  137. package/styled-components/es/components/Notification/Notification.styles.js +2 -5
  138. package/styled-components/es/components/Notification/Notification.template-doc.mdx +8 -17
  139. package/styled-components/es/components/Notification/Notification.tokens.js +1 -2
  140. package/styled-components/es/components/Notification/NotificationsPortal.js +4 -8
  141. package/styled-components/es/components/Notification/NotificationsProvider.js +1 -3
  142. package/styled-components/es/components/Notification/index.js +1 -1
  143. package/styled-components/es/components/Select/Select.tokens.js +1 -2
  144. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +1 -1
  145. package/styled-components/es/components/Steps/Steps.tokens.js +1 -0
  146. package/styled-components/es/components/Steps/ui/StepItem/StepItem.js +29 -7
  147. package/styled-components/es/components/Steps/ui/StepItem/StepItem.styles.js +12 -6
  148. package/styled-components/es/examples/plasma_b2c/components/Notification/Notification.js +4 -6
  149. package/styled-components/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -25
  150. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.config.js +1 -1
  151. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +1 -1
  152. package/styled-components/es/examples/plasma_web/components/Notification/Notification.js +4 -6
  153. package/styled-components/es/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -25
  154. package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +1 -1
  155. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +1 -1
  156. package/types/components/Notification/Notification.d.ts +3 -3
  157. package/types/components/Notification/Notification.d.ts.map +1 -1
  158. package/types/components/Notification/Notification.styles.d.ts +2 -4
  159. package/types/components/Notification/Notification.styles.d.ts.map +1 -1
  160. package/types/components/Notification/Notification.tokens.d.ts +0 -1
  161. package/types/components/Notification/Notification.tokens.d.ts.map +1 -1
  162. package/types/components/Notification/Notification.types.d.ts +5 -11
  163. package/types/components/Notification/Notification.types.d.ts.map +1 -1
  164. package/types/components/Notification/NotificationsPortal.d.ts.map +1 -1
  165. package/types/components/Notification/NotificationsProvider.d.ts +3 -4
  166. package/types/components/Notification/NotificationsProvider.d.ts.map +1 -1
  167. package/types/components/Notification/index.d.ts +2 -2
  168. package/types/components/Notification/index.d.ts.map +1 -1
  169. package/types/components/Select/Select.tokens.d.ts +0 -1
  170. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  171. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  172. package/types/components/Steps/Steps.tokens.d.ts +1 -0
  173. package/types/components/Steps/Steps.tokens.d.ts.map +1 -1
  174. package/types/components/Steps/ui/StepItem/StepItem.d.ts.map +1 -1
  175. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +2 -2
  176. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +1 -1
  177. package/types/examples/plasma_b2c/components/Notification/Notification.d.ts +2 -4
  178. package/types/examples/plasma_b2c/components/Notification/Notification.d.ts.map +1 -1
  179. package/types/examples/plasma_b2c/components/Steps/Steps.config.d.ts.map +1 -1
  180. package/types/examples/plasma_web/components/Notification/Notification.d.ts +13 -4
  181. package/types/examples/plasma_web/components/Notification/Notification.d.ts.map +1 -1
  182. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts.map +1 -1
  183. package/cjs/components/Steps/ui/StepItem/StepItem.styles_sp9rcd.css +0 -9
  184. package/es/components/Steps/ui/StepItem/StepItem.styles_sp9rcd.css +0 -9
@@ -18,16 +18,14 @@ var Popup = /*#__PURE__*/component(popupConfig);
18
18
  var StyledPopup = /*#__PURE__*/_styled(Popup, {
19
19
  target: "eefkyeq0",
20
20
  label: "plasma-new-hope__StyledPopup"
21
- })("&>.", popupBaseRootClass, "{overflow:hidden;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uL05vdGlmaWNhdGlvbnNQb3J0YWwudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWlCaUMiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ob3RpZmljYXRpb24vTm90aWZpY2F0aW9uc1BvcnRhbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgRkMsIEZvcndhcmRSZWZFeG90aWNDb21wb25lbnQsIFJlZkF0dHJpYnV0ZXMsIHVzZU1lbW8gfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyB1c2VTdG9yZW9uIH0gZnJvbSAnc3RvcmVvbi9yZWFjdCc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBwb3B1cEJhc2VSb290Q2xhc3MgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLWNvcmUnO1xuXG5pbXBvcnQgeyBQb3B1cFByb3ZpZGVyLCBwb3B1cENvbmZpZyB9IGZyb20gJy4uL1BvcHVwJztcbmltcG9ydCB7IGNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2VuZ2luZXMnO1xuaW1wb3J0IHsgY3ggfSBmcm9tICcuLi8uLi91dGlscyc7XG5cbmltcG9ydCB7IE5vdGlmaWNhdGlvbnNTdGF0ZSwgTm90aWZpY2F0aW9uc0V2ZW50cywgY2xvc2VOb3RpZmljYXRpb24gfSBmcm9tICcuL05vdGlmaWNhdGlvbnNTdG9yZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Qb3J0YWxQcm9wcywgTm90aWZpY2F0aW9uUHJvcHMgfSBmcm9tICcuL05vdGlmaWNhdGlvbi50eXBlcyc7XG5pbXBvcnQgeyBTdHlsZWRJdGVtV3JhcHBlciwgU3R5bGVkUm9vdCB9IGZyb20gJy4vTm90aWZpY2F0aW9uLnN0eWxlcyc7XG5pbXBvcnQgeyBjbGFzc2VzIH0gZnJvbSAnLi9Ob3RpZmljYXRpb24udG9rZW5zJztcblxuLy8gaXNzdWUgIzgyM1xuY29uc3QgUG9wdXAgPSBjb21wb25lbnQocG9wdXBDb25maWcpO1xuXG5jb25zdCBTdHlsZWRQb3B1cCA9IHN0eWxlZChQb3B1cClgXG4gICAgJiA+IC4ke3BvcHVwQmFzZVJvb3RDbGFzc30ge1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIH1cbmA7XG5cbi8qKlxuICog0J7QsdC10YDRgtC60LAg0LTQu9GPINCy0LjQt9GD0LDQu9GM0L3QvtCz0L4g0L/RgNC10LTRgdGC0LDQstC70LXQvdC40Y8g0YPQstC10LTQvtC80LvQtdC90LjQuS5cbiAqL1xuZXhwb3J0IGNvbnN0IE5vdGlmaWNhdGlvbnNQb3J0YWw6IEZDPE5vdGlmaWNhdGlvblBvcnRhbFByb3BzPiA9ICh7IGNvbmZpZywgZnJhbWUsIHBsYWNlbWVudCA9ICdib3R0b20tcmlnaHQnIH0pID0+IHtcbiAgICBjb25zdCB7IG5vdGlmaWNhdGlvbnMgfSA9IHVzZVN0b3Jlb248Tm90aWZpY2F0aW9uc1N0YXRlLCBOb3RpZmljYXRpb25zRXZlbnRzPignbm90aWZpY2F0aW9ucycpO1xuXG4gICAgY29uc3QgTm90aWZpY2F0aW9uID0gdXNlTWVtbyhcbiAgICAgICAgKCkgPT4gY29tcG9uZW50KGNvbmZpZykgYXMgRm9yd2FyZFJlZkV4b3RpY0NvbXBvbmVudDxOb3RpZmljYXRpb25Qcm9wcyAmIFJlZkF0dHJpYnV0ZXM8SFRNTERpdkVsZW1lbnQ+PixcbiAgICAgICAgW10sXG4gICAgKTtcblxuICAgIHJldHVybiAoXG4gICAgICAgIDxQb3B1cFByb3ZpZGVyPlxuICAgICAgICAgICAge25vdGlmaWNhdGlvbnMubGVuZ3RoID4gMCAmJiAoXG4gICAgICAgICAgICAgICAgPFN0eWxlZFBvcHVwIG9wZW5lZCBmcmFtZT17ZnJhbWV9IHBsYWNlbWVudD17cGxhY2VtZW50fSB6SW5kZXg9XCI5MTAwXCI+XG4gICAgICAgICAgICAgICAgICAgIDxTdHlsZWRSb290IHBsYWNlbWVudD17cGxhY2VtZW50fT5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtub3RpZmljYXRpb25zLm1hcCgoeyBpZCwgaXNIaWRkZW4sIC4uLnJlc3QgfSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxTdHlsZWRJdGVtV3JhcHBlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBrZXk9e2lkfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9e2N4KFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXNIaWRkZW4gPyBjbGFzc2VzLm5vdGlmaWNhdGlvbkl0ZW1IaWRkZW4gOiBjbGFzc2VzLm5vdGlmaWNhdGlvbkl0ZW1PcGVuZWQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZW1lbnQgPT09ICdib3R0b20tbGVmdCcgJiYgY2xhc3Nlcy5ub3RpZmljYXRpb25MZWZ0VG9SaWdodEFuaW1hdGlvbixcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXNIaWRkZW49e2lzSGlkZGVuIHx8IGZhbHNlfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPE5vdGlmaWNhdGlvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAga2V5PXtpZH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPXtpZH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG9uQ2xvc2VCdXR0b25DbGljaz17KCkgPT4gY2xvc2VOb3RpZmljYXRpb24oaWQpfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9TdHlsZWRJdGVtV3JhcHBlcj5cbiAgICAgICAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgICAgICA8L1N0eWxlZFJvb3Q+XG4gICAgICAgICAgICAgICAgPC9TdHlsZWRQb3B1cD5cbiAgICAgICAgICAgICl9XG4gICAgICAgIDwvUG9wdXBQcm92aWRlcj5cbiAgICApO1xufTtcbiJdfQ== */"));
21
+ })("&>.", popupBaseRootClass, "{overflow:hidden;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uL05vdGlmaWNhdGlvbnNQb3J0YWwudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWlCaUMiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ob3RpZmljYXRpb24vTm90aWZpY2F0aW9uc1BvcnRhbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QsIHsgRkMsIEZvcndhcmRSZWZFeG90aWNDb21wb25lbnQsIFJlZkF0dHJpYnV0ZXMsIHVzZU1lbW8gfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyB1c2VTdG9yZW9uIH0gZnJvbSAnc3RvcmVvbi9yZWFjdCc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBwb3B1cEJhc2VSb290Q2xhc3MgfSBmcm9tICdAc2FsdXRlanMvcGxhc21hLWNvcmUnO1xuXG5pbXBvcnQgeyBQb3B1cFByb3ZpZGVyLCBwb3B1cENvbmZpZyB9IGZyb20gJy4uL1BvcHVwJztcbmltcG9ydCB7IGNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2VuZ2luZXMnO1xuaW1wb3J0IHsgY3ggfSBmcm9tICcuLi8uLi91dGlscyc7XG5cbmltcG9ydCB7IE5vdGlmaWNhdGlvbnNTdGF0ZSwgTm90aWZpY2F0aW9uc0V2ZW50cywgY2xvc2VOb3RpZmljYXRpb24gfSBmcm9tICcuL05vdGlmaWNhdGlvbnNTdG9yZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25Qb3J0YWxQcm9wcywgTm90aWZpY2F0aW9uUHJvcHMgfSBmcm9tICcuL05vdGlmaWNhdGlvbi50eXBlcyc7XG5pbXBvcnQgeyBTdHlsZWRJdGVtV3JhcHBlciwgU3R5bGVkUm9vdCB9IGZyb20gJy4vTm90aWZpY2F0aW9uLnN0eWxlcyc7XG5pbXBvcnQgeyBjbGFzc2VzIH0gZnJvbSAnLi9Ob3RpZmljYXRpb24udG9rZW5zJztcblxuLy8gaXNzdWUgIzgyM1xuY29uc3QgUG9wdXAgPSBjb21wb25lbnQocG9wdXBDb25maWcpO1xuXG5jb25zdCBTdHlsZWRQb3B1cCA9IHN0eWxlZChQb3B1cClgXG4gICAgJiA+IC4ke3BvcHVwQmFzZVJvb3RDbGFzc30ge1xuICAgICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIH1cbmA7XG5cbi8qKlxuICog0J7QsdC10YDRgtC60LAg0LTQu9GPINCy0LjQt9GD0LDQu9GM0L3QvtCz0L4g0L/RgNC10LTRgdGC0LDQstC70LXQvdC40Y8g0YPQstC10LTQvtC80LvQtdC90LjQuS5cbiAqL1xuZXhwb3J0IGNvbnN0IE5vdGlmaWNhdGlvbnNQb3J0YWw6IEZDPE5vdGlmaWNhdGlvblBvcnRhbFByb3BzPiA9ICh7IGNvbmZpZywgZnJhbWUgfSkgPT4ge1xuICAgIGNvbnN0IHsgbm90aWZpY2F0aW9ucyB9ID0gdXNlU3RvcmVvbjxOb3RpZmljYXRpb25zU3RhdGUsIE5vdGlmaWNhdGlvbnNFdmVudHM+KCdub3RpZmljYXRpb25zJyk7XG5cbiAgICBjb25zdCBOb3RpZmljYXRpb24gPSB1c2VNZW1vKFxuICAgICAgICAoKSA9PiBjb21wb25lbnQoY29uZmlnKSBhcyBGb3J3YXJkUmVmRXhvdGljQ29tcG9uZW50PE5vdGlmaWNhdGlvblByb3BzICYgUmVmQXR0cmlidXRlczxIVE1MRGl2RWxlbWVudD4+LFxuICAgICAgICBbXSxcbiAgICApO1xuXG4gICAgcmV0dXJuIChcbiAgICAgICAgPFBvcHVwUHJvdmlkZXI+XG4gICAgICAgICAgICB7bm90aWZpY2F0aW9ucy5sZW5ndGggPiAwICYmIChcbiAgICAgICAgICAgICAgICA8U3R5bGVkUG9wdXAgb3BlbmVkIGZyYW1lPXtmcmFtZX0gcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgekluZGV4PVwiOTEwMFwiPlxuICAgICAgICAgICAgICAgICAgICA8U3R5bGVkUm9vdD5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtub3RpZmljYXRpb25zLm1hcCgoeyBpZCwgaXNIaWRkZW4sIC4uLnJlc3QgfSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxTdHlsZWRJdGVtV3JhcHBlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBrZXk9e2lkfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzc05hbWU9e2N4KFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaXNIaWRkZW4gPyBjbGFzc2VzLm5vdGlmaWNhdGlvbkl0ZW1IaWRkZW4gOiBjbGFzc2VzLm5vdGlmaWNhdGlvbkl0ZW1PcGVuZWQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzSGlkZGVuPXtpc0hpZGRlbiB8fCBmYWxzZX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxOb3RpZmljYXRpb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGtleT17aWR9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD17aWR9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBvbkNsb3NlQnV0dG9uQ2xpY2s9eygpID0+IGNsb3NlTm90aWZpY2F0aW9uKGlkKX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsuLi5yZXN0fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvU3R5bGVkSXRlbVdyYXBwZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICAgICAgPC9TdHlsZWRSb290PlxuICAgICAgICAgICAgICAgIDwvU3R5bGVkUG9wdXA+XG4gICAgICAgICAgICApfVxuICAgICAgICA8L1BvcHVwUHJvdmlkZXI+XG4gICAgKTtcbn07XG4iXX0= */"));
22
22
 
23
23
  /**
24
24
  * Обертка для визуального представления уведомлений.
25
25
  */
26
26
  export var NotificationsPortal = function NotificationsPortal(_ref) {
27
27
  var config = _ref.config,
28
- frame = _ref.frame,
29
- _ref$placement = _ref.placement,
30
- placement = _ref$placement === void 0 ? 'bottom-right' : _ref$placement;
28
+ frame = _ref.frame;
31
29
  var _useStoreon = useStoreon('notifications'),
32
30
  notifications = _useStoreon.notifications;
33
31
  var Notification = useMemo(function () {
@@ -36,17 +34,15 @@ export var NotificationsPortal = function NotificationsPortal(_ref) {
36
34
  return /*#__PURE__*/React.createElement(PopupProvider, null, notifications.length > 0 && /*#__PURE__*/React.createElement(StyledPopup, {
37
35
  opened: true,
38
36
  frame: frame,
39
- placement: placement,
37
+ placement: "bottom-right",
40
38
  zIndex: "9100"
41
- }, /*#__PURE__*/React.createElement(StyledRoot, {
42
- placement: placement
43
- }, notifications.map(function (_ref2) {
39
+ }, /*#__PURE__*/React.createElement(StyledRoot, null, notifications.map(function (_ref2) {
44
40
  var id = _ref2.id,
45
41
  isHidden = _ref2.isHidden,
46
42
  rest = _objectWithoutProperties(_ref2, _excluded);
47
43
  return /*#__PURE__*/React.createElement(StyledItemWrapper, {
48
44
  key: id,
49
- className: cx(isHidden ? classes.notificationItemHidden : classes.notificationItemOpened, placement === 'bottom-left' && classes.notificationLeftToRightAnimation),
45
+ className: cx(isHidden ? classes.notificationItemHidden : classes.notificationItemOpened),
50
46
  isHidden: isHidden || false
51
47
  }, /*#__PURE__*/React.createElement(Notification, _extends({
52
48
  key: id,
@@ -5,13 +5,11 @@ import { NotificationsPortal } from './NotificationsPortal';
5
5
  export var NotificationsProvider = function NotificationsProvider(_ref) {
6
6
  var children = _ref.children,
7
7
  config = _ref.config,
8
- frame = _ref.frame,
9
- placement = _ref.placement;
8
+ frame = _ref.frame;
10
9
  return /*#__PURE__*/React.createElement(StoreContext.Provider, {
11
10
  value: NotificationsStore
12
11
  }, children, /*#__PURE__*/React.createElement(NotificationsPortal, {
13
12
  frame: frame,
14
- placement: placement,
15
13
  config: config
16
14
  }));
17
15
  };
@@ -1,4 +1,4 @@
1
1
  export { NotificationsProvider } from './NotificationsProvider';
2
- export { notificationRoot, notificationConfig } from './Notification';
2
+ export { notificationRoot, noticationConfig } from './Notification';
3
3
  export { addNotification, closeNotification } from './NotificationsStore';
4
4
  export { classes as notificationClasses, tokens as notificationTokens } from './Notification.tokens';
@@ -93,8 +93,7 @@ export var tokens = {
93
93
  spinnerSize: '--plasma-select-spinner-size',
94
94
  spinnerSizeTight: '--plasma-select-spinner-size-tight',
95
95
  disclosureIconColor: '--plasma-select-disclosure-icon-color',
96
- disclosureIconColorHover: '--plasma-select-disclosure-icon-color-hover',
97
- contentLeftColor: '--plasma-select-content-left-color'
96
+ disclosureIconColorHover: '--plasma-select-disclosure-icon-color-hover'
98
97
  };
99
98
  export var constants = {
100
99
  focusColor: '--surface-accent',