@salutejs/plasma-new-hope 0.134.0-canary.1403.10590022490.0 → 0.134.0-canary.1404.10615452870.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (622) hide show
  1. package/cjs/components/DatePicker/RangeDate/RangeDate.js +19 -9
  2. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  3. package/cjs/components/DatePicker/SingleDate/SingleDate.js +12 -5
  4. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  5. package/cjs/components/DatePicker/hooks/useDatePicker.js +9 -7
  6. package/cjs/components/DatePicker/hooks/useDatePicker.js.map +1 -1
  7. package/cjs/components/DatePicker/utils/dateHelper.js +15 -13
  8. package/cjs/components/DatePicker/utils/dateHelper.js.map +1 -1
  9. package/cjs/components/Switch/Switch.tokens.js +1 -1
  10. package/cjs/components/Switch/Switch.tokens.js.map +1 -1
  11. package/cjs/components/Switch/_size/base.js +1 -1
  12. package/cjs/components/Switch/_size/base.js.map +1 -1
  13. package/cjs/components/Switch/_size/{base_9sphki.css → base_1sjw39x.css} +1 -1
  14. package/cjs/components/Switch/_view/base.js +1 -1
  15. package/cjs/components/Switch/_view/base.js.map +1 -1
  16. package/cjs/components/Switch/_view/base_d10e49.css +1 -0
  17. package/cjs/index.css +2 -2
  18. package/cjs/utils/datejs.js +1 -0
  19. package/cjs/utils/datejs.js.map +1 -1
  20. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +19 -9
  21. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +12 -5
  22. package/emotion/cjs/components/DatePicker/hooks/useDatePicker.js +9 -7
  23. package/emotion/cjs/components/DatePicker/utils/dateHelper.js +15 -13
  24. package/emotion/cjs/components/Switch/Switch.tokens.js +1 -1
  25. package/emotion/cjs/components/Switch/_size/base.js +1 -1
  26. package/emotion/cjs/components/Switch/_view/base.js +1 -1
  27. package/emotion/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +34 -1
  28. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +4 -4
  29. package/emotion/cjs/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +35 -1
  30. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.config.js +4 -4
  31. package/emotion/cjs/examples/themes/index.js +1 -3
  32. package/emotion/cjs/utils/datejs.js +1 -0
  33. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +19 -9
  34. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +12 -5
  35. package/emotion/es/components/DatePicker/hooks/useDatePicker.js +9 -7
  36. package/emotion/es/components/DatePicker/utils/dateHelper.js +15 -13
  37. package/emotion/es/components/Switch/Switch.tokens.js +1 -1
  38. package/emotion/es/components/Switch/_size/base.js +1 -1
  39. package/emotion/es/components/Switch/_view/base.js +1 -1
  40. package/emotion/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +34 -1
  41. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.config.js +4 -4
  42. package/emotion/es/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +35 -1
  43. package/emotion/es/examples/plasma_web/components/Switch/Switch.config.js +4 -4
  44. package/emotion/es/examples/themes/index.js +1 -3
  45. package/emotion/es/utils/datejs.js +1 -0
  46. package/es/components/DatePicker/RangeDate/RangeDate.js +19 -9
  47. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  48. package/es/components/DatePicker/SingleDate/SingleDate.js +12 -5
  49. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  50. package/es/components/DatePicker/hooks/useDatePicker.js +9 -7
  51. package/es/components/DatePicker/hooks/useDatePicker.js.map +1 -1
  52. package/es/components/DatePicker/utils/dateHelper.js +15 -13
  53. package/es/components/DatePicker/utils/dateHelper.js.map +1 -1
  54. package/es/components/Switch/Switch.tokens.js +1 -1
  55. package/es/components/Switch/Switch.tokens.js.map +1 -1
  56. package/es/components/Switch/_size/base.js +1 -1
  57. package/es/components/Switch/_size/base.js.map +1 -1
  58. package/es/components/Switch/_size/{base_9sphki.css → base_1sjw39x.css} +1 -1
  59. package/es/components/Switch/_view/base.js +1 -1
  60. package/es/components/Switch/_view/base.js.map +1 -1
  61. package/es/components/Switch/_view/base_d10e49.css +1 -0
  62. package/es/index.css +2 -2
  63. package/es/utils/datejs.js +1 -0
  64. package/es/utils/datejs.js.map +1 -1
  65. package/package.json +4 -4
  66. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +19 -9
  67. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +12 -5
  68. package/styled-components/cjs/components/DatePicker/hooks/useDatePicker.js +9 -7
  69. package/styled-components/cjs/components/DatePicker/utils/dateHelper.js +15 -13
  70. package/styled-components/cjs/components/Switch/Switch.tokens.js +1 -1
  71. package/styled-components/cjs/components/Switch/_size/base.js +1 -1
  72. package/styled-components/cjs/components/Switch/_view/base.js +1 -1
  73. package/styled-components/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +34 -1
  74. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
  75. package/styled-components/cjs/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +35 -1
  76. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.config.js +1 -1
  77. package/styled-components/cjs/examples/themes/index.js +1 -3
  78. package/styled-components/cjs/utils/datejs.js +1 -0
  79. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +19 -9
  80. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +12 -5
  81. package/styled-components/es/components/DatePicker/hooks/useDatePicker.js +9 -7
  82. package/styled-components/es/components/DatePicker/utils/dateHelper.js +15 -13
  83. package/styled-components/es/components/Switch/Switch.tokens.js +1 -1
  84. package/styled-components/es/components/Switch/_size/base.js +1 -1
  85. package/styled-components/es/components/Switch/_view/base.js +1 -1
  86. package/styled-components/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +34 -1
  87. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
  88. package/styled-components/es/examples/plasma_web/components/DatePicker/DatePicker.stories.tsx +35 -1
  89. package/styled-components/es/examples/plasma_web/components/Switch/Switch.config.js +1 -1
  90. package/styled-components/es/examples/themes/index.js +1 -3
  91. package/styled-components/es/utils/datejs.js +1 -0
  92. package/types/components/DatePicker/DatePickerBase.types.d.ts +6 -0
  93. package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
  94. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  95. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  96. package/types/components/DatePicker/hooks/useDatePicker.d.ts +1 -1
  97. package/types/components/DatePicker/hooks/useDatePicker.d.ts.map +1 -1
  98. package/types/components/DatePicker/utils/dateHelper.d.ts +6 -3
  99. package/types/components/DatePicker/utils/dateHelper.d.ts.map +1 -1
  100. package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts.map +1 -1
  101. package/types/examples/plasma_web/components/Switch/Switch.config.d.ts.map +1 -1
  102. package/types/examples/themes/index.d.ts.map +1 -1
  103. package/types/utils/datejs.d.ts +1 -0
  104. package/types/utils/datejs.d.ts.map +1 -1
  105. package/cjs/components/Switch/_view/base_b0jyco.css +0 -1
  106. package/emotion/cjs/examples/sds_engineer/components/Avatar/Avatar.config.js +0 -29
  107. package/emotion/cjs/examples/sds_engineer/components/Avatar/Avatar.js +0 -11
  108. package/emotion/cjs/examples/sds_engineer/components/Avatar/Avatar.stories.tsx +0 -65
  109. package/emotion/cjs/examples/sds_engineer/components/AvatarGroup/AvatarGroup.js +0 -10
  110. package/emotion/cjs/examples/sds_engineer/components/AvatarGroup/AvatarGroup.stories.tsx +0 -73
  111. package/emotion/cjs/examples/sds_engineer/components/Badge/Badge.config.js +0 -36
  112. package/emotion/cjs/examples/sds_engineer/components/Badge/Badge.js +0 -11
  113. package/emotion/cjs/examples/sds_engineer/components/Badge/Badge.stories.tsx +0 -56
  114. package/emotion/cjs/examples/sds_engineer/components/Button/Button.config.js +0 -51
  115. package/emotion/cjs/examples/sds_engineer/components/Button/Button.js +0 -11
  116. package/emotion/cjs/examples/sds_engineer/components/Button/Button.stories.tsx +0 -117
  117. package/emotion/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +0 -56
  118. package/emotion/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.js +0 -11
  119. package/emotion/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +0 -118
  120. package/emotion/cjs/examples/sds_engineer/components/Calendar/Calendar.js +0 -23
  121. package/emotion/cjs/examples/sds_engineer/components/Calendar/Calendar.stories.tsx +0 -283
  122. package/emotion/cjs/examples/sds_engineer/components/Calendar/CalendarBase.config.js +0 -25
  123. package/emotion/cjs/examples/sds_engineer/components/Calendar/CalendarDouble.config.js +0 -25
  124. package/emotion/cjs/examples/sds_engineer/components/Checkbox/Checkbox.config.js +0 -41
  125. package/emotion/cjs/examples/sds_engineer/components/Checkbox/Checkbox.js +0 -11
  126. package/emotion/cjs/examples/sds_engineer/components/Checkbox/Checkbox.stories.tsx +0 -167
  127. package/emotion/cjs/examples/sds_engineer/components/Chip/Chip.config.js +0 -28
  128. package/emotion/cjs/examples/sds_engineer/components/Chip/Chip.js +0 -11
  129. package/emotion/cjs/examples/sds_engineer/components/Chip/Chip.stories.tsx +0 -37
  130. package/emotion/cjs/examples/sds_engineer/components/Counter/Counter.config.js +0 -29
  131. package/emotion/cjs/examples/sds_engineer/components/Counter/Counter.js +0 -11
  132. package/emotion/cjs/examples/sds_engineer/components/Counter/Counter.stories.tsx +0 -41
  133. package/emotion/cjs/examples/sds_engineer/components/Divider/Divider.config.js +0 -31
  134. package/emotion/cjs/examples/sds_engineer/components/Divider/Divider.js +0 -11
  135. package/emotion/cjs/examples/sds_engineer/components/Divider/Divider.stories.tsx +0 -61
  136. package/emotion/cjs/examples/sds_engineer/components/Drawer/Drawer.config.js +0 -26
  137. package/emotion/cjs/examples/sds_engineer/components/Drawer/Drawer.js +0 -18
  138. package/emotion/cjs/examples/sds_engineer/components/Drawer/Drawer.stories.tsx +0 -218
  139. package/emotion/cjs/examples/sds_engineer/components/Grid/Grid.config.js +0 -22
  140. package/emotion/cjs/examples/sds_engineer/components/Grid/Grid.js +0 -23
  141. package/emotion/cjs/examples/sds_engineer/components/Grid/Grid.stories.tsx +0 -122
  142. package/emotion/cjs/examples/sds_engineer/components/Image/Image.js +0 -10
  143. package/emotion/cjs/examples/sds_engineer/components/Image/Image.stories.tsx +0 -48
  144. package/emotion/cjs/examples/sds_engineer/components/Link/Link.config.js +0 -121
  145. package/emotion/cjs/examples/sds_engineer/components/Link/Link.js +0 -11
  146. package/emotion/cjs/examples/sds_engineer/components/Link/Link.stories.tsx +0 -30
  147. package/emotion/cjs/examples/sds_engineer/components/Modal/Modal.config.js +0 -18
  148. package/emotion/cjs/examples/sds_engineer/components/Modal/Modal.js +0 -17
  149. package/emotion/cjs/examples/sds_engineer/components/Modal/Modal.stories.tsx +0 -208
  150. package/emotion/cjs/examples/sds_engineer/components/Notification/Notification.config.js +0 -25
  151. package/emotion/cjs/examples/sds_engineer/components/Notification/Notification.js +0 -29
  152. package/emotion/cjs/examples/sds_engineer/components/Notification/Notification.stories.tsx +0 -159
  153. package/emotion/cjs/examples/sds_engineer/components/Overlay/Overlay.stories.tsx +0 -79
  154. package/emotion/cjs/examples/sds_engineer/components/Panel/Panel.config.js +0 -27
  155. package/emotion/cjs/examples/sds_engineer/components/Panel/Panel.js +0 -18
  156. package/emotion/cjs/examples/sds_engineer/components/Panel/Panel.stories.tsx +0 -148
  157. package/emotion/cjs/examples/sds_engineer/components/Popover/Popover.config.js +0 -18
  158. package/emotion/cjs/examples/sds_engineer/components/Popover/Popover.js +0 -11
  159. package/emotion/cjs/examples/sds_engineer/components/Popover/Popover.stories.tsx +0 -117
  160. package/emotion/cjs/examples/sds_engineer/components/Popup/Popup.js +0 -28
  161. package/emotion/cjs/examples/sds_engineer/components/Popup/Popup.stories.tsx +0 -179
  162. package/emotion/cjs/examples/sds_engineer/components/Progress/Progress.config.js +0 -28
  163. package/emotion/cjs/examples/sds_engineer/components/Progress/Progress.js +0 -11
  164. package/emotion/cjs/examples/sds_engineer/components/Progress/Progress.stories.tsx +0 -33
  165. package/emotion/cjs/examples/sds_engineer/components/Radiobox/Radiobox.config.js +0 -42
  166. package/emotion/cjs/examples/sds_engineer/components/Radiobox/Radiobox.js +0 -11
  167. package/emotion/cjs/examples/sds_engineer/components/Radiobox/Radiobox.stories.tsx +0 -134
  168. package/emotion/cjs/examples/sds_engineer/components/Segment/Segment.js +0 -14
  169. package/emotion/cjs/examples/sds_engineer/components/Segment/Segment.stories.tsx +0 -95
  170. package/emotion/cjs/examples/sds_engineer/components/Segment/SegmentGroup.config.js +0 -35
  171. package/emotion/cjs/examples/sds_engineer/components/Segment/SegmentItem.config.js +0 -33
  172. package/emotion/cjs/examples/sds_engineer/components/Skeleton/LineSkeleton.config.js +0 -34
  173. package/emotion/cjs/examples/sds_engineer/components/Skeleton/Skeleton.js +0 -25
  174. package/emotion/cjs/examples/sds_engineer/components/Skeleton/Skeleton.stories.tsx +0 -90
  175. package/emotion/cjs/examples/sds_engineer/components/Spinner/Spinner.config.js +0 -31
  176. package/emotion/cjs/examples/sds_engineer/components/Spinner/Spinner.js +0 -11
  177. package/emotion/cjs/examples/sds_engineer/components/Spinner/Spinner.stories.tsx +0 -53
  178. package/emotion/cjs/examples/sds_engineer/components/Switch/Switch.config.js +0 -36
  179. package/emotion/cjs/examples/sds_engineer/components/Switch/Switch.js +0 -11
  180. package/emotion/cjs/examples/sds_engineer/components/Switch/Switch.stories.tsx +0 -61
  181. package/emotion/cjs/examples/sds_engineer/components/Tabs/TabItem.config.js +0 -39
  182. package/emotion/cjs/examples/sds_engineer/components/Tabs/TabItem.js +0 -11
  183. package/emotion/cjs/examples/sds_engineer/components/Tabs/Tabs.config.js +0 -42
  184. package/emotion/cjs/examples/sds_engineer/components/Tabs/Tabs.js +0 -11
  185. package/emotion/cjs/examples/sds_engineer/components/Tabs/Tabs.stories.tsx +0 -262
  186. package/emotion/cjs/examples/sds_engineer/components/Tabs/TabsController.js +0 -10
  187. package/emotion/cjs/examples/sds_engineer/components/TextArea/TextArea.config.js +0 -28
  188. package/emotion/cjs/examples/sds_engineer/components/TextArea/TextArea.js +0 -11
  189. package/emotion/cjs/examples/sds_engineer/components/TextArea/TextArea.stories.tsx +0 -66
  190. package/emotion/cjs/examples/sds_engineer/components/TextField/TextField.config.js +0 -39
  191. package/emotion/cjs/examples/sds_engineer/components/TextField/TextField.js +0 -11
  192. package/emotion/cjs/examples/sds_engineer/components/TextField/TextField.stories.tsx +0 -171
  193. package/emotion/cjs/examples/sds_engineer/components/Toast/Toast.config.js +0 -27
  194. package/emotion/cjs/examples/sds_engineer/components/Toast/Toast.js +0 -19
  195. package/emotion/cjs/examples/sds_engineer/components/Toast/Toast.stories.tsx +0 -223
  196. package/emotion/cjs/examples/sds_engineer/components/Toolbar/Toolbar.config.js +0 -25
  197. package/emotion/cjs/examples/sds_engineer/components/Toolbar/Toolbar.js +0 -17
  198. package/emotion/cjs/examples/sds_engineer/components/Toolbar/Toolbar.stories.tsx +0 -64
  199. package/emotion/cjs/examples/sds_engineer/components/Tooltip/Tooltip.config.js +0 -22
  200. package/emotion/cjs/examples/sds_engineer/components/Tooltip/Tooltip.js +0 -11
  201. package/emotion/cjs/examples/sds_engineer/components/Tooltip/Tooltip.stories.tsx +0 -205
  202. package/emotion/cjs/examples/themes/sds_engineer.module.css +0 -373
  203. package/emotion/es/examples/sds_engineer/components/Avatar/Avatar.config.js +0 -23
  204. package/emotion/es/examples/sds_engineer/components/Avatar/Avatar.js +0 -5
  205. package/emotion/es/examples/sds_engineer/components/Avatar/Avatar.stories.tsx +0 -65
  206. package/emotion/es/examples/sds_engineer/components/AvatarGroup/AvatarGroup.js +0 -4
  207. package/emotion/es/examples/sds_engineer/components/AvatarGroup/AvatarGroup.stories.tsx +0 -73
  208. package/emotion/es/examples/sds_engineer/components/Badge/Badge.config.js +0 -30
  209. package/emotion/es/examples/sds_engineer/components/Badge/Badge.js +0 -5
  210. package/emotion/es/examples/sds_engineer/components/Badge/Badge.stories.tsx +0 -56
  211. package/emotion/es/examples/sds_engineer/components/Button/Button.config.js +0 -45
  212. package/emotion/es/examples/sds_engineer/components/Button/Button.js +0 -5
  213. package/emotion/es/examples/sds_engineer/components/Button/Button.stories.tsx +0 -117
  214. package/emotion/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +0 -50
  215. package/emotion/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.js +0 -5
  216. package/emotion/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +0 -118
  217. package/emotion/es/examples/sds_engineer/components/Calendar/Calendar.js +0 -17
  218. package/emotion/es/examples/sds_engineer/components/Calendar/Calendar.stories.tsx +0 -283
  219. package/emotion/es/examples/sds_engineer/components/Calendar/CalendarBase.config.js +0 -19
  220. package/emotion/es/examples/sds_engineer/components/Calendar/CalendarDouble.config.js +0 -19
  221. package/emotion/es/examples/sds_engineer/components/Checkbox/Checkbox.config.js +0 -35
  222. package/emotion/es/examples/sds_engineer/components/Checkbox/Checkbox.js +0 -5
  223. package/emotion/es/examples/sds_engineer/components/Checkbox/Checkbox.stories.tsx +0 -167
  224. package/emotion/es/examples/sds_engineer/components/Chip/Chip.config.js +0 -22
  225. package/emotion/es/examples/sds_engineer/components/Chip/Chip.js +0 -5
  226. package/emotion/es/examples/sds_engineer/components/Chip/Chip.stories.tsx +0 -37
  227. package/emotion/es/examples/sds_engineer/components/Counter/Counter.config.js +0 -23
  228. package/emotion/es/examples/sds_engineer/components/Counter/Counter.js +0 -5
  229. package/emotion/es/examples/sds_engineer/components/Counter/Counter.stories.tsx +0 -41
  230. package/emotion/es/examples/sds_engineer/components/Divider/Divider.config.js +0 -25
  231. package/emotion/es/examples/sds_engineer/components/Divider/Divider.js +0 -5
  232. package/emotion/es/examples/sds_engineer/components/Divider/Divider.stories.tsx +0 -61
  233. package/emotion/es/examples/sds_engineer/components/Drawer/Drawer.config.js +0 -20
  234. package/emotion/es/examples/sds_engineer/components/Drawer/Drawer.js +0 -12
  235. package/emotion/es/examples/sds_engineer/components/Drawer/Drawer.stories.tsx +0 -218
  236. package/emotion/es/examples/sds_engineer/components/Grid/Grid.config.js +0 -16
  237. package/emotion/es/examples/sds_engineer/components/Grid/Grid.js +0 -6
  238. package/emotion/es/examples/sds_engineer/components/Grid/Grid.stories.tsx +0 -122
  239. package/emotion/es/examples/sds_engineer/components/Image/Image.js +0 -4
  240. package/emotion/es/examples/sds_engineer/components/Image/Image.stories.tsx +0 -48
  241. package/emotion/es/examples/sds_engineer/components/Link/Link.config.js +0 -115
  242. package/emotion/es/examples/sds_engineer/components/Link/Link.js +0 -5
  243. package/emotion/es/examples/sds_engineer/components/Link/Link.stories.tsx +0 -30
  244. package/emotion/es/examples/sds_engineer/components/Modal/Modal.config.js +0 -12
  245. package/emotion/es/examples/sds_engineer/components/Modal/Modal.js +0 -6
  246. package/emotion/es/examples/sds_engineer/components/Modal/Modal.stories.tsx +0 -208
  247. package/emotion/es/examples/sds_engineer/components/Notification/Notification.config.js +0 -19
  248. package/emotion/es/examples/sds_engineer/components/Notification/Notification.js +0 -16
  249. package/emotion/es/examples/sds_engineer/components/Notification/Notification.stories.tsx +0 -159
  250. package/emotion/es/examples/sds_engineer/components/Overlay/Overlay.stories.tsx +0 -79
  251. package/emotion/es/examples/sds_engineer/components/Panel/Panel.config.js +0 -21
  252. package/emotion/es/examples/sds_engineer/components/Panel/Panel.js +0 -12
  253. package/emotion/es/examples/sds_engineer/components/Panel/Panel.stories.tsx +0 -148
  254. package/emotion/es/examples/sds_engineer/components/Popover/Popover.config.js +0 -12
  255. package/emotion/es/examples/sds_engineer/components/Popover/Popover.js +0 -5
  256. package/emotion/es/examples/sds_engineer/components/Popover/Popover.stories.tsx +0 -117
  257. package/emotion/es/examples/sds_engineer/components/Popup/Popup.js +0 -5
  258. package/emotion/es/examples/sds_engineer/components/Popup/Popup.stories.tsx +0 -179
  259. package/emotion/es/examples/sds_engineer/components/Progress/Progress.config.js +0 -22
  260. package/emotion/es/examples/sds_engineer/components/Progress/Progress.js +0 -5
  261. package/emotion/es/examples/sds_engineer/components/Progress/Progress.stories.tsx +0 -33
  262. package/emotion/es/examples/sds_engineer/components/Radiobox/Radiobox.config.js +0 -36
  263. package/emotion/es/examples/sds_engineer/components/Radiobox/Radiobox.js +0 -5
  264. package/emotion/es/examples/sds_engineer/components/Radiobox/Radiobox.stories.tsx +0 -134
  265. package/emotion/es/examples/sds_engineer/components/Segment/Segment.js +0 -8
  266. package/emotion/es/examples/sds_engineer/components/Segment/Segment.stories.tsx +0 -95
  267. package/emotion/es/examples/sds_engineer/components/Segment/SegmentGroup.config.js +0 -29
  268. package/emotion/es/examples/sds_engineer/components/Segment/SegmentItem.config.js +0 -27
  269. package/emotion/es/examples/sds_engineer/components/Skeleton/LineSkeleton.config.js +0 -28
  270. package/emotion/es/examples/sds_engineer/components/Skeleton/Skeleton.js +0 -7
  271. package/emotion/es/examples/sds_engineer/components/Skeleton/Skeleton.stories.tsx +0 -90
  272. package/emotion/es/examples/sds_engineer/components/Spinner/Spinner.config.js +0 -25
  273. package/emotion/es/examples/sds_engineer/components/Spinner/Spinner.js +0 -5
  274. package/emotion/es/examples/sds_engineer/components/Spinner/Spinner.stories.tsx +0 -53
  275. package/emotion/es/examples/sds_engineer/components/Switch/Switch.config.js +0 -30
  276. package/emotion/es/examples/sds_engineer/components/Switch/Switch.js +0 -5
  277. package/emotion/es/examples/sds_engineer/components/Switch/Switch.stories.tsx +0 -61
  278. package/emotion/es/examples/sds_engineer/components/Tabs/TabItem.config.js +0 -33
  279. package/emotion/es/examples/sds_engineer/components/Tabs/TabItem.js +0 -5
  280. package/emotion/es/examples/sds_engineer/components/Tabs/Tabs.config.js +0 -36
  281. package/emotion/es/examples/sds_engineer/components/Tabs/Tabs.js +0 -5
  282. package/emotion/es/examples/sds_engineer/components/Tabs/Tabs.stories.tsx +0 -262
  283. package/emotion/es/examples/sds_engineer/components/Tabs/TabsController.js +0 -4
  284. package/emotion/es/examples/sds_engineer/components/TextArea/TextArea.config.js +0 -22
  285. package/emotion/es/examples/sds_engineer/components/TextArea/TextArea.js +0 -5
  286. package/emotion/es/examples/sds_engineer/components/TextArea/TextArea.stories.tsx +0 -66
  287. package/emotion/es/examples/sds_engineer/components/TextField/TextField.config.js +0 -33
  288. package/emotion/es/examples/sds_engineer/components/TextField/TextField.js +0 -5
  289. package/emotion/es/examples/sds_engineer/components/TextField/TextField.stories.tsx +0 -171
  290. package/emotion/es/examples/sds_engineer/components/Toast/Toast.config.js +0 -21
  291. package/emotion/es/examples/sds_engineer/components/Toast/Toast.js +0 -8
  292. package/emotion/es/examples/sds_engineer/components/Toast/Toast.stories.tsx +0 -223
  293. package/emotion/es/examples/sds_engineer/components/Toolbar/Toolbar.config.js +0 -19
  294. package/emotion/es/examples/sds_engineer/components/Toolbar/Toolbar.js +0 -11
  295. package/emotion/es/examples/sds_engineer/components/Toolbar/Toolbar.stories.tsx +0 -64
  296. package/emotion/es/examples/sds_engineer/components/Tooltip/Tooltip.config.js +0 -16
  297. package/emotion/es/examples/sds_engineer/components/Tooltip/Tooltip.js +0 -5
  298. package/emotion/es/examples/sds_engineer/components/Tooltip/Tooltip.stories.tsx +0 -205
  299. package/emotion/es/examples/themes/sds_engineer.module.css +0 -373
  300. package/es/components/Switch/_view/base_b0jyco.css +0 -1
  301. package/styled-components/cjs/examples/sds_engineer/components/Avatar/Avatar.config.js +0 -29
  302. package/styled-components/cjs/examples/sds_engineer/components/Avatar/Avatar.js +0 -11
  303. package/styled-components/cjs/examples/sds_engineer/components/Avatar/Avatar.stories.tsx +0 -65
  304. package/styled-components/cjs/examples/sds_engineer/components/AvatarGroup/AvatarGroup.js +0 -10
  305. package/styled-components/cjs/examples/sds_engineer/components/AvatarGroup/AvatarGroup.stories.tsx +0 -73
  306. package/styled-components/cjs/examples/sds_engineer/components/Badge/Badge.config.js +0 -36
  307. package/styled-components/cjs/examples/sds_engineer/components/Badge/Badge.js +0 -11
  308. package/styled-components/cjs/examples/sds_engineer/components/Badge/Badge.stories.tsx +0 -56
  309. package/styled-components/cjs/examples/sds_engineer/components/Button/Button.config.js +0 -51
  310. package/styled-components/cjs/examples/sds_engineer/components/Button/Button.js +0 -11
  311. package/styled-components/cjs/examples/sds_engineer/components/Button/Button.stories.tsx +0 -117
  312. package/styled-components/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +0 -56
  313. package/styled-components/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.js +0 -11
  314. package/styled-components/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +0 -118
  315. package/styled-components/cjs/examples/sds_engineer/components/Calendar/Calendar.js +0 -23
  316. package/styled-components/cjs/examples/sds_engineer/components/Calendar/Calendar.stories.tsx +0 -283
  317. package/styled-components/cjs/examples/sds_engineer/components/Calendar/CalendarBase.config.js +0 -25
  318. package/styled-components/cjs/examples/sds_engineer/components/Calendar/CalendarDouble.config.js +0 -25
  319. package/styled-components/cjs/examples/sds_engineer/components/Checkbox/Checkbox.config.js +0 -41
  320. package/styled-components/cjs/examples/sds_engineer/components/Checkbox/Checkbox.js +0 -11
  321. package/styled-components/cjs/examples/sds_engineer/components/Checkbox/Checkbox.stories.tsx +0 -167
  322. package/styled-components/cjs/examples/sds_engineer/components/Chip/Chip.config.js +0 -28
  323. package/styled-components/cjs/examples/sds_engineer/components/Chip/Chip.js +0 -11
  324. package/styled-components/cjs/examples/sds_engineer/components/Chip/Chip.stories.tsx +0 -37
  325. package/styled-components/cjs/examples/sds_engineer/components/Counter/Counter.config.js +0 -29
  326. package/styled-components/cjs/examples/sds_engineer/components/Counter/Counter.js +0 -11
  327. package/styled-components/cjs/examples/sds_engineer/components/Counter/Counter.stories.tsx +0 -41
  328. package/styled-components/cjs/examples/sds_engineer/components/Divider/Divider.config.js +0 -31
  329. package/styled-components/cjs/examples/sds_engineer/components/Divider/Divider.js +0 -11
  330. package/styled-components/cjs/examples/sds_engineer/components/Divider/Divider.stories.tsx +0 -61
  331. package/styled-components/cjs/examples/sds_engineer/components/Drawer/Drawer.config.js +0 -26
  332. package/styled-components/cjs/examples/sds_engineer/components/Drawer/Drawer.js +0 -18
  333. package/styled-components/cjs/examples/sds_engineer/components/Drawer/Drawer.stories.tsx +0 -218
  334. package/styled-components/cjs/examples/sds_engineer/components/Grid/Grid.config.js +0 -22
  335. package/styled-components/cjs/examples/sds_engineer/components/Grid/Grid.js +0 -23
  336. package/styled-components/cjs/examples/sds_engineer/components/Grid/Grid.stories.tsx +0 -122
  337. package/styled-components/cjs/examples/sds_engineer/components/Image/Image.js +0 -10
  338. package/styled-components/cjs/examples/sds_engineer/components/Image/Image.stories.tsx +0 -48
  339. package/styled-components/cjs/examples/sds_engineer/components/Link/Link.config.js +0 -32
  340. package/styled-components/cjs/examples/sds_engineer/components/Link/Link.js +0 -11
  341. package/styled-components/cjs/examples/sds_engineer/components/Link/Link.stories.tsx +0 -30
  342. package/styled-components/cjs/examples/sds_engineer/components/Modal/Modal.config.js +0 -18
  343. package/styled-components/cjs/examples/sds_engineer/components/Modal/Modal.js +0 -17
  344. package/styled-components/cjs/examples/sds_engineer/components/Modal/Modal.stories.tsx +0 -208
  345. package/styled-components/cjs/examples/sds_engineer/components/Notification/Notification.config.js +0 -25
  346. package/styled-components/cjs/examples/sds_engineer/components/Notification/Notification.js +0 -29
  347. package/styled-components/cjs/examples/sds_engineer/components/Notification/Notification.stories.tsx +0 -159
  348. package/styled-components/cjs/examples/sds_engineer/components/Overlay/Overlay.stories.tsx +0 -79
  349. package/styled-components/cjs/examples/sds_engineer/components/Panel/Panel.config.js +0 -27
  350. package/styled-components/cjs/examples/sds_engineer/components/Panel/Panel.js +0 -18
  351. package/styled-components/cjs/examples/sds_engineer/components/Panel/Panel.stories.tsx +0 -148
  352. package/styled-components/cjs/examples/sds_engineer/components/Popover/Popover.config.js +0 -18
  353. package/styled-components/cjs/examples/sds_engineer/components/Popover/Popover.js +0 -11
  354. package/styled-components/cjs/examples/sds_engineer/components/Popover/Popover.stories.tsx +0 -117
  355. package/styled-components/cjs/examples/sds_engineer/components/Popup/Popup.js +0 -28
  356. package/styled-components/cjs/examples/sds_engineer/components/Popup/Popup.stories.tsx +0 -179
  357. package/styled-components/cjs/examples/sds_engineer/components/Progress/Progress.config.js +0 -28
  358. package/styled-components/cjs/examples/sds_engineer/components/Progress/Progress.js +0 -11
  359. package/styled-components/cjs/examples/sds_engineer/components/Progress/Progress.stories.tsx +0 -33
  360. package/styled-components/cjs/examples/sds_engineer/components/Radiobox/Radiobox.config.js +0 -42
  361. package/styled-components/cjs/examples/sds_engineer/components/Radiobox/Radiobox.js +0 -11
  362. package/styled-components/cjs/examples/sds_engineer/components/Radiobox/Radiobox.stories.tsx +0 -134
  363. package/styled-components/cjs/examples/sds_engineer/components/Segment/Segment.js +0 -14
  364. package/styled-components/cjs/examples/sds_engineer/components/Segment/Segment.stories.tsx +0 -95
  365. package/styled-components/cjs/examples/sds_engineer/components/Segment/SegmentGroup.config.js +0 -35
  366. package/styled-components/cjs/examples/sds_engineer/components/Segment/SegmentItem.config.js +0 -33
  367. package/styled-components/cjs/examples/sds_engineer/components/Skeleton/LineSkeleton.config.js +0 -34
  368. package/styled-components/cjs/examples/sds_engineer/components/Skeleton/Skeleton.js +0 -25
  369. package/styled-components/cjs/examples/sds_engineer/components/Skeleton/Skeleton.stories.tsx +0 -90
  370. package/styled-components/cjs/examples/sds_engineer/components/Spinner/Spinner.config.js +0 -31
  371. package/styled-components/cjs/examples/sds_engineer/components/Spinner/Spinner.js +0 -11
  372. package/styled-components/cjs/examples/sds_engineer/components/Spinner/Spinner.stories.tsx +0 -53
  373. package/styled-components/cjs/examples/sds_engineer/components/Switch/Switch.config.js +0 -36
  374. package/styled-components/cjs/examples/sds_engineer/components/Switch/Switch.js +0 -11
  375. package/styled-components/cjs/examples/sds_engineer/components/Switch/Switch.stories.tsx +0 -61
  376. package/styled-components/cjs/examples/sds_engineer/components/Tabs/TabItem.config.js +0 -39
  377. package/styled-components/cjs/examples/sds_engineer/components/Tabs/TabItem.js +0 -11
  378. package/styled-components/cjs/examples/sds_engineer/components/Tabs/Tabs.config.js +0 -42
  379. package/styled-components/cjs/examples/sds_engineer/components/Tabs/Tabs.js +0 -11
  380. package/styled-components/cjs/examples/sds_engineer/components/Tabs/Tabs.stories.tsx +0 -262
  381. package/styled-components/cjs/examples/sds_engineer/components/Tabs/TabsController.js +0 -10
  382. package/styled-components/cjs/examples/sds_engineer/components/TextArea/TextArea.config.js +0 -28
  383. package/styled-components/cjs/examples/sds_engineer/components/TextArea/TextArea.js +0 -11
  384. package/styled-components/cjs/examples/sds_engineer/components/TextArea/TextArea.stories.tsx +0 -66
  385. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.config.js +0 -39
  386. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.js +0 -11
  387. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.stories.tsx +0 -171
  388. package/styled-components/cjs/examples/sds_engineer/components/Toast/Toast.config.js +0 -27
  389. package/styled-components/cjs/examples/sds_engineer/components/Toast/Toast.js +0 -19
  390. package/styled-components/cjs/examples/sds_engineer/components/Toast/Toast.stories.tsx +0 -223
  391. package/styled-components/cjs/examples/sds_engineer/components/Toolbar/Toolbar.config.js +0 -25
  392. package/styled-components/cjs/examples/sds_engineer/components/Toolbar/Toolbar.js +0 -17
  393. package/styled-components/cjs/examples/sds_engineer/components/Toolbar/Toolbar.stories.tsx +0 -64
  394. package/styled-components/cjs/examples/sds_engineer/components/Tooltip/Tooltip.config.js +0 -22
  395. package/styled-components/cjs/examples/sds_engineer/components/Tooltip/Tooltip.js +0 -11
  396. package/styled-components/cjs/examples/sds_engineer/components/Tooltip/Tooltip.stories.tsx +0 -205
  397. package/styled-components/cjs/examples/themes/sds_engineer.module.css +0 -373
  398. package/styled-components/es/examples/sds_engineer/components/Avatar/Avatar.config.js +0 -23
  399. package/styled-components/es/examples/sds_engineer/components/Avatar/Avatar.js +0 -5
  400. package/styled-components/es/examples/sds_engineer/components/Avatar/Avatar.stories.tsx +0 -65
  401. package/styled-components/es/examples/sds_engineer/components/AvatarGroup/AvatarGroup.js +0 -4
  402. package/styled-components/es/examples/sds_engineer/components/AvatarGroup/AvatarGroup.stories.tsx +0 -73
  403. package/styled-components/es/examples/sds_engineer/components/Badge/Badge.config.js +0 -30
  404. package/styled-components/es/examples/sds_engineer/components/Badge/Badge.js +0 -5
  405. package/styled-components/es/examples/sds_engineer/components/Badge/Badge.stories.tsx +0 -56
  406. package/styled-components/es/examples/sds_engineer/components/Button/Button.config.js +0 -45
  407. package/styled-components/es/examples/sds_engineer/components/Button/Button.js +0 -5
  408. package/styled-components/es/examples/sds_engineer/components/Button/Button.stories.tsx +0 -117
  409. package/styled-components/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +0 -50
  410. package/styled-components/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.js +0 -5
  411. package/styled-components/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +0 -118
  412. package/styled-components/es/examples/sds_engineer/components/Calendar/Calendar.js +0 -17
  413. package/styled-components/es/examples/sds_engineer/components/Calendar/Calendar.stories.tsx +0 -283
  414. package/styled-components/es/examples/sds_engineer/components/Calendar/CalendarBase.config.js +0 -19
  415. package/styled-components/es/examples/sds_engineer/components/Calendar/CalendarDouble.config.js +0 -19
  416. package/styled-components/es/examples/sds_engineer/components/Checkbox/Checkbox.config.js +0 -35
  417. package/styled-components/es/examples/sds_engineer/components/Checkbox/Checkbox.js +0 -5
  418. package/styled-components/es/examples/sds_engineer/components/Checkbox/Checkbox.stories.tsx +0 -167
  419. package/styled-components/es/examples/sds_engineer/components/Chip/Chip.config.js +0 -22
  420. package/styled-components/es/examples/sds_engineer/components/Chip/Chip.js +0 -5
  421. package/styled-components/es/examples/sds_engineer/components/Chip/Chip.stories.tsx +0 -37
  422. package/styled-components/es/examples/sds_engineer/components/Counter/Counter.config.js +0 -23
  423. package/styled-components/es/examples/sds_engineer/components/Counter/Counter.js +0 -5
  424. package/styled-components/es/examples/sds_engineer/components/Counter/Counter.stories.tsx +0 -41
  425. package/styled-components/es/examples/sds_engineer/components/Divider/Divider.config.js +0 -25
  426. package/styled-components/es/examples/sds_engineer/components/Divider/Divider.js +0 -5
  427. package/styled-components/es/examples/sds_engineer/components/Divider/Divider.stories.tsx +0 -61
  428. package/styled-components/es/examples/sds_engineer/components/Drawer/Drawer.config.js +0 -20
  429. package/styled-components/es/examples/sds_engineer/components/Drawer/Drawer.js +0 -12
  430. package/styled-components/es/examples/sds_engineer/components/Drawer/Drawer.stories.tsx +0 -218
  431. package/styled-components/es/examples/sds_engineer/components/Grid/Grid.config.js +0 -16
  432. package/styled-components/es/examples/sds_engineer/components/Grid/Grid.js +0 -6
  433. package/styled-components/es/examples/sds_engineer/components/Grid/Grid.stories.tsx +0 -122
  434. package/styled-components/es/examples/sds_engineer/components/Image/Image.js +0 -4
  435. package/styled-components/es/examples/sds_engineer/components/Image/Image.stories.tsx +0 -48
  436. package/styled-components/es/examples/sds_engineer/components/Link/Link.config.js +0 -26
  437. package/styled-components/es/examples/sds_engineer/components/Link/Link.js +0 -5
  438. package/styled-components/es/examples/sds_engineer/components/Link/Link.stories.tsx +0 -30
  439. package/styled-components/es/examples/sds_engineer/components/Modal/Modal.config.js +0 -12
  440. package/styled-components/es/examples/sds_engineer/components/Modal/Modal.js +0 -6
  441. package/styled-components/es/examples/sds_engineer/components/Modal/Modal.stories.tsx +0 -208
  442. package/styled-components/es/examples/sds_engineer/components/Notification/Notification.config.js +0 -19
  443. package/styled-components/es/examples/sds_engineer/components/Notification/Notification.js +0 -16
  444. package/styled-components/es/examples/sds_engineer/components/Notification/Notification.stories.tsx +0 -159
  445. package/styled-components/es/examples/sds_engineer/components/Overlay/Overlay.stories.tsx +0 -79
  446. package/styled-components/es/examples/sds_engineer/components/Panel/Panel.config.js +0 -21
  447. package/styled-components/es/examples/sds_engineer/components/Panel/Panel.js +0 -12
  448. package/styled-components/es/examples/sds_engineer/components/Panel/Panel.stories.tsx +0 -148
  449. package/styled-components/es/examples/sds_engineer/components/Popover/Popover.config.js +0 -12
  450. package/styled-components/es/examples/sds_engineer/components/Popover/Popover.js +0 -5
  451. package/styled-components/es/examples/sds_engineer/components/Popover/Popover.stories.tsx +0 -117
  452. package/styled-components/es/examples/sds_engineer/components/Popup/Popup.js +0 -5
  453. package/styled-components/es/examples/sds_engineer/components/Popup/Popup.stories.tsx +0 -179
  454. package/styled-components/es/examples/sds_engineer/components/Progress/Progress.config.js +0 -22
  455. package/styled-components/es/examples/sds_engineer/components/Progress/Progress.js +0 -5
  456. package/styled-components/es/examples/sds_engineer/components/Progress/Progress.stories.tsx +0 -33
  457. package/styled-components/es/examples/sds_engineer/components/Radiobox/Radiobox.config.js +0 -36
  458. package/styled-components/es/examples/sds_engineer/components/Radiobox/Radiobox.js +0 -5
  459. package/styled-components/es/examples/sds_engineer/components/Radiobox/Radiobox.stories.tsx +0 -134
  460. package/styled-components/es/examples/sds_engineer/components/Segment/Segment.js +0 -8
  461. package/styled-components/es/examples/sds_engineer/components/Segment/Segment.stories.tsx +0 -95
  462. package/styled-components/es/examples/sds_engineer/components/Segment/SegmentGroup.config.js +0 -29
  463. package/styled-components/es/examples/sds_engineer/components/Segment/SegmentItem.config.js +0 -27
  464. package/styled-components/es/examples/sds_engineer/components/Skeleton/LineSkeleton.config.js +0 -28
  465. package/styled-components/es/examples/sds_engineer/components/Skeleton/Skeleton.js +0 -7
  466. package/styled-components/es/examples/sds_engineer/components/Skeleton/Skeleton.stories.tsx +0 -90
  467. package/styled-components/es/examples/sds_engineer/components/Spinner/Spinner.config.js +0 -25
  468. package/styled-components/es/examples/sds_engineer/components/Spinner/Spinner.js +0 -5
  469. package/styled-components/es/examples/sds_engineer/components/Spinner/Spinner.stories.tsx +0 -53
  470. package/styled-components/es/examples/sds_engineer/components/Switch/Switch.config.js +0 -30
  471. package/styled-components/es/examples/sds_engineer/components/Switch/Switch.js +0 -5
  472. package/styled-components/es/examples/sds_engineer/components/Switch/Switch.stories.tsx +0 -61
  473. package/styled-components/es/examples/sds_engineer/components/Tabs/TabItem.config.js +0 -33
  474. package/styled-components/es/examples/sds_engineer/components/Tabs/TabItem.js +0 -5
  475. package/styled-components/es/examples/sds_engineer/components/Tabs/Tabs.config.js +0 -36
  476. package/styled-components/es/examples/sds_engineer/components/Tabs/Tabs.js +0 -5
  477. package/styled-components/es/examples/sds_engineer/components/Tabs/Tabs.stories.tsx +0 -262
  478. package/styled-components/es/examples/sds_engineer/components/Tabs/TabsController.js +0 -4
  479. package/styled-components/es/examples/sds_engineer/components/TextArea/TextArea.config.js +0 -22
  480. package/styled-components/es/examples/sds_engineer/components/TextArea/TextArea.js +0 -5
  481. package/styled-components/es/examples/sds_engineer/components/TextArea/TextArea.stories.tsx +0 -66
  482. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.config.js +0 -33
  483. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.js +0 -5
  484. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.stories.tsx +0 -171
  485. package/styled-components/es/examples/sds_engineer/components/Toast/Toast.config.js +0 -21
  486. package/styled-components/es/examples/sds_engineer/components/Toast/Toast.js +0 -8
  487. package/styled-components/es/examples/sds_engineer/components/Toast/Toast.stories.tsx +0 -223
  488. package/styled-components/es/examples/sds_engineer/components/Toolbar/Toolbar.config.js +0 -19
  489. package/styled-components/es/examples/sds_engineer/components/Toolbar/Toolbar.js +0 -11
  490. package/styled-components/es/examples/sds_engineer/components/Toolbar/Toolbar.stories.tsx +0 -64
  491. package/styled-components/es/examples/sds_engineer/components/Tooltip/Tooltip.config.js +0 -16
  492. package/styled-components/es/examples/sds_engineer/components/Tooltip/Tooltip.js +0 -5
  493. package/styled-components/es/examples/sds_engineer/components/Tooltip/Tooltip.stories.tsx +0 -205
  494. package/styled-components/es/examples/themes/sds_engineer.module.css +0 -373
  495. package/types/examples/sds_engineer/components/Avatar/Avatar.config.d.ts +0 -22
  496. package/types/examples/sds_engineer/components/Avatar/Avatar.config.d.ts.map +0 -1
  497. package/types/examples/sds_engineer/components/Avatar/Avatar.d.ts +0 -26
  498. package/types/examples/sds_engineer/components/Avatar/Avatar.d.ts.map +0 -1
  499. package/types/examples/sds_engineer/components/AvatarGroup/AvatarGroup.d.ts +0 -5
  500. package/types/examples/sds_engineer/components/AvatarGroup/AvatarGroup.d.ts.map +0 -1
  501. package/types/examples/sds_engineer/components/Badge/Badge.config.d.ts +0 -29
  502. package/types/examples/sds_engineer/components/Badge/Badge.config.d.ts.map +0 -1
  503. package/types/examples/sds_engineer/components/Badge/Badge.d.ts +0 -34
  504. package/types/examples/sds_engineer/components/Badge/Badge.d.ts.map +0 -1
  505. package/types/examples/sds_engineer/components/Button/Button.config.d.ts +0 -44
  506. package/types/examples/sds_engineer/components/Button/Button.config.d.ts.map +0 -1
  507. package/types/examples/sds_engineer/components/Button/Button.d.ts +0 -80
  508. package/types/examples/sds_engineer/components/Button/Button.d.ts.map +0 -1
  509. package/types/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.d.ts +0 -49
  510. package/types/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.d.ts.map +0 -1
  511. package/types/examples/sds_engineer/components/ButtonGroup/ButtonGroup.d.ts +0 -44
  512. package/types/examples/sds_engineer/components/ButtonGroup/ButtonGroup.d.ts.map +0 -1
  513. package/types/examples/sds_engineer/components/Calendar/Calendar.d.ts +0 -28
  514. package/types/examples/sds_engineer/components/Calendar/Calendar.d.ts.map +0 -1
  515. package/types/examples/sds_engineer/components/Calendar/CalendarBase.config.d.ts +0 -18
  516. package/types/examples/sds_engineer/components/Calendar/CalendarBase.config.d.ts.map +0 -1
  517. package/types/examples/sds_engineer/components/Calendar/CalendarDouble.config.d.ts +0 -18
  518. package/types/examples/sds_engineer/components/Calendar/CalendarDouble.config.d.ts.map +0 -1
  519. package/types/examples/sds_engineer/components/Checkbox/Checkbox.config.d.ts +0 -34
  520. package/types/examples/sds_engineer/components/Checkbox/Checkbox.config.d.ts.map +0 -1
  521. package/types/examples/sds_engineer/components/Checkbox/Checkbox.d.ts +0 -24
  522. package/types/examples/sds_engineer/components/Checkbox/Checkbox.d.ts.map +0 -1
  523. package/types/examples/sds_engineer/components/Chip/Chip.config.d.ts +0 -21
  524. package/types/examples/sds_engineer/components/Chip/Chip.config.d.ts.map +0 -1
  525. package/types/examples/sds_engineer/components/Chip/Chip.d.ts +0 -16
  526. package/types/examples/sds_engineer/components/Chip/Chip.d.ts.map +0 -1
  527. package/types/examples/sds_engineer/components/Counter/Counter.config.d.ts +0 -22
  528. package/types/examples/sds_engineer/components/Counter/Counter.config.d.ts.map +0 -1
  529. package/types/examples/sds_engineer/components/Counter/Counter.d.ts +0 -22
  530. package/types/examples/sds_engineer/components/Counter/Counter.d.ts.map +0 -1
  531. package/types/examples/sds_engineer/components/Divider/Divider.config.d.ts +0 -23
  532. package/types/examples/sds_engineer/components/Divider/Divider.config.d.ts.map +0 -1
  533. package/types/examples/sds_engineer/components/Divider/Divider.d.ts +0 -17
  534. package/types/examples/sds_engineer/components/Divider/Divider.d.ts.map +0 -1
  535. package/types/examples/sds_engineer/components/Drawer/Drawer.config.d.ts +0 -19
  536. package/types/examples/sds_engineer/components/Drawer/Drawer.config.d.ts.map +0 -1
  537. package/types/examples/sds_engineer/components/Drawer/Drawer.d.ts +0 -38
  538. package/types/examples/sds_engineer/components/Drawer/Drawer.d.ts.map +0 -1
  539. package/types/examples/sds_engineer/components/Grid/Grid.config.d.ts +0 -11
  540. package/types/examples/sds_engineer/components/Grid/Grid.config.d.ts.map +0 -1
  541. package/types/examples/sds_engineer/components/Grid/Grid.d.ts +0 -8
  542. package/types/examples/sds_engineer/components/Grid/Grid.d.ts.map +0 -1
  543. package/types/examples/sds_engineer/components/Image/Image.d.ts +0 -8
  544. package/types/examples/sds_engineer/components/Image/Image.d.ts.map +0 -1
  545. package/types/examples/sds_engineer/components/Link/Link.config.d.ts +0 -26
  546. package/types/examples/sds_engineer/components/Link/Link.config.d.ts.map +0 -1
  547. package/types/examples/sds_engineer/components/Link/Link.d.ts +0 -21
  548. package/types/examples/sds_engineer/components/Link/Link.d.ts.map +0 -1
  549. package/types/examples/sds_engineer/components/Modal/Modal.config.d.ts +0 -11
  550. package/types/examples/sds_engineer/components/Modal/Modal.config.d.ts.map +0 -1
  551. package/types/examples/sds_engineer/components/Modal/Modal.d.ts +0 -8
  552. package/types/examples/sds_engineer/components/Modal/Modal.d.ts.map +0 -1
  553. package/types/examples/sds_engineer/components/Notification/Notification.config.d.ts +0 -18
  554. package/types/examples/sds_engineer/components/Notification/Notification.config.d.ts.map +0 -1
  555. package/types/examples/sds_engineer/components/Notification/Notification.d.ts +0 -19
  556. package/types/examples/sds_engineer/components/Notification/Notification.d.ts.map +0 -1
  557. package/types/examples/sds_engineer/components/Panel/Panel.config.d.ts +0 -20
  558. package/types/examples/sds_engineer/components/Panel/Panel.config.d.ts.map +0 -1
  559. package/types/examples/sds_engineer/components/Panel/Panel.d.ts +0 -27
  560. package/types/examples/sds_engineer/components/Panel/Panel.d.ts.map +0 -1
  561. package/types/examples/sds_engineer/components/Popover/Popover.config.d.ts +0 -11
  562. package/types/examples/sds_engineer/components/Popover/Popover.config.d.ts.map +0 -1
  563. package/types/examples/sds_engineer/components/Popover/Popover.d.ts +0 -8
  564. package/types/examples/sds_engineer/components/Popover/Popover.d.ts.map +0 -1
  565. package/types/examples/sds_engineer/components/Popup/Popup.d.ts +0 -4
  566. package/types/examples/sds_engineer/components/Popup/Popup.d.ts.map +0 -1
  567. package/types/examples/sds_engineer/components/Progress/Progress.config.d.ts +0 -21
  568. package/types/examples/sds_engineer/components/Progress/Progress.config.d.ts.map +0 -1
  569. package/types/examples/sds_engineer/components/Progress/Progress.d.ts +0 -16
  570. package/types/examples/sds_engineer/components/Progress/Progress.d.ts.map +0 -1
  571. package/types/examples/sds_engineer/components/Radiobox/Radiobox.config.d.ts +0 -35
  572. package/types/examples/sds_engineer/components/Radiobox/Radiobox.config.d.ts.map +0 -1
  573. package/types/examples/sds_engineer/components/Radiobox/Radiobox.d.ts +0 -24
  574. package/types/examples/sds_engineer/components/Radiobox/Radiobox.d.ts.map +0 -1
  575. package/types/examples/sds_engineer/components/Segment/Segment.d.ts +0 -58
  576. package/types/examples/sds_engineer/components/Segment/Segment.d.ts.map +0 -1
  577. package/types/examples/sds_engineer/components/Segment/SegmentGroup.config.d.ts +0 -28
  578. package/types/examples/sds_engineer/components/Segment/SegmentGroup.config.d.ts.map +0 -1
  579. package/types/examples/sds_engineer/components/Segment/SegmentItem.config.d.ts +0 -26
  580. package/types/examples/sds_engineer/components/Segment/SegmentItem.config.d.ts.map +0 -1
  581. package/types/examples/sds_engineer/components/Skeleton/LineSkeleton.config.d.ts +0 -27
  582. package/types/examples/sds_engineer/components/Skeleton/LineSkeleton.config.d.ts.map +0 -1
  583. package/types/examples/sds_engineer/components/Skeleton/Skeleton.d.ts +0 -51
  584. package/types/examples/sds_engineer/components/Skeleton/Skeleton.d.ts.map +0 -1
  585. package/types/examples/sds_engineer/components/Spinner/Spinner.config.d.ts +0 -24
  586. package/types/examples/sds_engineer/components/Spinner/Spinner.config.d.ts.map +0 -1
  587. package/types/examples/sds_engineer/components/Spinner/Spinner.d.ts +0 -34
  588. package/types/examples/sds_engineer/components/Spinner/Spinner.d.ts.map +0 -1
  589. package/types/examples/sds_engineer/components/Switch/Switch.config.d.ts +0 -28
  590. package/types/examples/sds_engineer/components/Switch/Switch.config.d.ts.map +0 -1
  591. package/types/examples/sds_engineer/components/Switch/Switch.d.ts +0 -21
  592. package/types/examples/sds_engineer/components/Switch/Switch.d.ts.map +0 -1
  593. package/types/examples/sds_engineer/components/Tabs/TabItem.config.d.ts +0 -32
  594. package/types/examples/sds_engineer/components/Tabs/TabItem.config.d.ts.map +0 -1
  595. package/types/examples/sds_engineer/components/Tabs/TabItem.d.ts +0 -3
  596. package/types/examples/sds_engineer/components/Tabs/TabItem.d.ts.map +0 -1
  597. package/types/examples/sds_engineer/components/Tabs/Tabs.config.d.ts +0 -35
  598. package/types/examples/sds_engineer/components/Tabs/Tabs.config.d.ts.map +0 -1
  599. package/types/examples/sds_engineer/components/Tabs/Tabs.d.ts +0 -3
  600. package/types/examples/sds_engineer/components/Tabs/Tabs.d.ts.map +0 -1
  601. package/types/examples/sds_engineer/components/Tabs/TabsController.d.ts +0 -3
  602. package/types/examples/sds_engineer/components/Tabs/TabsController.d.ts.map +0 -1
  603. package/types/examples/sds_engineer/components/TextArea/TextArea.config.d.ts +0 -21
  604. package/types/examples/sds_engineer/components/TextArea/TextArea.config.d.ts.map +0 -1
  605. package/types/examples/sds_engineer/components/TextArea/TextArea.d.ts +0 -46
  606. package/types/examples/sds_engineer/components/TextArea/TextArea.d.ts.map +0 -1
  607. package/types/examples/sds_engineer/components/TextField/TextField.config.d.ts +0 -32
  608. package/types/examples/sds_engineer/components/TextField/TextField.config.d.ts.map +0 -1
  609. package/types/examples/sds_engineer/components/TextField/TextField.d.ts +0 -64
  610. package/types/examples/sds_engineer/components/TextField/TextField.d.ts.map +0 -1
  611. package/types/examples/sds_engineer/components/Toast/Toast.config.d.ts +0 -20
  612. package/types/examples/sds_engineer/components/Toast/Toast.config.d.ts.map +0 -1
  613. package/types/examples/sds_engineer/components/Toast/Toast.d.ts +0 -20
  614. package/types/examples/sds_engineer/components/Toast/Toast.d.ts.map +0 -1
  615. package/types/examples/sds_engineer/components/Toolbar/Toolbar.config.d.ts +0 -18
  616. package/types/examples/sds_engineer/components/Toolbar/Toolbar.config.d.ts.map +0 -1
  617. package/types/examples/sds_engineer/components/Toolbar/Toolbar.d.ts +0 -23
  618. package/types/examples/sds_engineer/components/Toolbar/Toolbar.d.ts.map +0 -1
  619. package/types/examples/sds_engineer/components/Tooltip/Tooltip.config.d.ts +0 -15
  620. package/types/examples/sds_engineer/components/Tooltip/Tooltip.config.d.ts.map +0 -1
  621. package/types/examples/sds_engineer/components/Tooltip/Tooltip.d.ts +0 -5
  622. package/types/examples/sds_engineer/components/Tooltip/Tooltip.d.ts.map +0 -1
@@ -1,25 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _react = /*#__PURE__*/require("@emotion/react");
8
- var _Notification = /*#__PURE__*/require("../../../../components/Notification");
9
- var config = exports.config = {
10
- defaults: {
11
- view: 'default'
12
- },
13
- variations: {
14
- view: {
15
- "default": /*#__PURE__*/(0, _react.css)(_Notification.notificationTokens.contentColor, ":var(--text-secondary);", _Notification.notificationTokens.background, ":var(--surface-transparent-card);", _Notification.notificationTokens.borderRadius, ":0.75rem;", _Notification.notificationTokens.padding, ":0.375rem;", _Notification.notificationTokens.contentPaddingTop, ":0.125rem;", _Notification.notificationTokens.contentPaddingRight, ":0.25rem;", _Notification.notificationTokens.contentPaddingBottom, ":0rem;", _Notification.notificationTokens.contentPaddingLeft, ":0.25rem;", _Notification.notificationTokens.contentPaddingTopWithoutIcon, ":0.25rem;", _Notification.notificationTokens.horizontalLayoutRightPaddingWithoutCloseIcon, ":1rem;", _Notification.notificationTokens.textboxPaddingTop, ":0.1875rem;", _Notification.notificationTokens.textboxPaddingRight, ":0.125rem;", _Notification.notificationTokens.textboxPaddingBottom, ":0.375rem;", _Notification.notificationTokens.textboxPaddingLeft, ":0.125rem;", _Notification.notificationTokens.textboxPaddingRightWithCloseIcon, ":1.625rem;", _Notification.notificationTokens.textboxGap, ":0.25rem;", _Notification.notificationTokens.closeIconTop, ":0.5rem;", _Notification.notificationTokens.closeIconRight, ":0.5rem;", _Notification.notificationTokens.buttonsMarginTop, ":0.375rem;", _Notification.notificationTokens.contentLeftIconSize, ":1.5rem;", _Notification.notificationTokens.contentLeftIconMargin, ":0.375rem;", _Notification.notificationTokens.contentTopIconMargin, ":0.5rem;", _Notification.notificationTokens.contentFontFamily, ":var(--plasma-typo-body-s-font-family);", _Notification.notificationTokens.contentFontSize, ":var(--plasma-typo-body-s-font-size);", _Notification.notificationTokens.contentFontStyle, ":var(--plasma-typo-body-s-font-style);", _Notification.notificationTokens.contentFontWeight, ":var(--plasma-typo-body-s-font-weight);", _Notification.notificationTokens.contentFontLetterSpacing, ":var(--plasma-typo-body-s-letter-spacing);", _Notification.notificationTokens.contentFontLineHeight, ":var(--plasma-typo-body-s-line-height);", _Notification.notificationTokens.titleFontFamily, ":var(--plasma-typo-body-s-font-family);", _Notification.notificationTokens.titleFontSize, ":var(--plasma-typo-body-s-font-size);", _Notification.notificationTokens.titleFontStyle, ":var(--plasma-typo-body-s-font-style);", _Notification.notificationTokens.titleFontWeight, ":var(--plasma-typo-body-s-bold-font-weight);", _Notification.notificationTokens.titleFontLetterSpacing, ":var(--plasma-typo-body-s-letter-spacing);", _Notification.notificationTokens.titleFontLineHeight, ":var(--plasma-typo-body-s-line-height);", _Notification.notificationTokens.closeIconColor, ":var(--text-tertiary);", _Notification.notificationTokens.closeIconColorOnHover, ":var(--text-primary);", _Notification.notificationTokens.horizontalLayoutGap, ":0.375rem;", _Notification.notificationTokens.horizontalLayoutLeftIconMargin, ":0.75rem;", _Notification.notificationTokens.paddingOneLineTextbox, ":0.8125rem 0.5rem 0.8125rem 0.875rem;;label:plasma-new-hope__default;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9Ob3RpZmljYXRpb24uY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVV3QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9leGFtcGxlcy9zZHNfZW5naW5lZXIvY29tcG9uZW50cy9Ob3RpZmljYXRpb24vTm90aWZpY2F0aW9uLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgbm90aWZpY2F0aW9uVG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vLi4vY29tcG9uZW50cy9Ob3RpZmljYXRpb24nO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHZpZXc6ICdkZWZhdWx0JyxcbiAgICB9LFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgdmlldzoge1xuICAgICAgICAgICAgZGVmYXVsdDogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRDb2xvcn06IHZhcigtLXRleHQtc2Vjb25kYXJ5KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5iYWNrZ3JvdW5kfTogdmFyKC0tc3VyZmFjZS10cmFuc3BhcmVudC1jYXJkKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ib3JkZXJSYWRpdXN9OiAwLjc1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmd9OiAwLjM3NXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nVG9wfTogMC4xMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdSaWdodH06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdCb3R0b219OiAwcmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nTGVmdH06IDAuMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ1RvcFdpdGhvdXRJY29ufTogMC4yNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0UmlnaHRQYWRkaW5nV2l0aG91dENsb3NlSWNvbn06IDFyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1RvcH06IDAuMTg3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1JpZ2h0fTogMC4xMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdCb3R0b219OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ0xlZnR9OiAwLjEyNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hQYWRkaW5nUmlnaHRXaXRoQ2xvc2VJY29ufTogMS42MjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveEdhcH06IDAuMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25Ub3B9OiAwLjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uUmlnaHR9OiAwLjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5idXR0b25zTWFyZ2luVG9wfTogMC4zNzVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50TGVmdEljb25TaXplfTogMS41cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRMZWZ0SWNvbk1hcmdpbn06IDAuMzc1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRUb3BJY29uTWFyZ2lufTogMC41cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudEZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250U3R5bGV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zdHlsZSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudEZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC13ZWlnaHQpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudEZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWxpbmUtaGVpZ2h0KTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udEZhbWlseX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LWZhbWlseSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250U2l6ZX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LXNpemUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udFdlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1ib2xkLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWxldHRlci1zcGFjaW5nKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRMaW5lSGVpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWxpbmUtaGVpZ2h0KTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvbkNvbG9yfTogdmFyKC0tdGV4dC10ZXJ0aWFyeSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uQ29sb3JPbkhvdmVyfTogdmFyKC0tdGV4dC1wcmltYXJ5KTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmhvcml6b250YWxMYXlvdXRHYXB9OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0TGVmdEljb25NYXJnaW59OiAwLjc1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmdPbmVMaW5lVGV4dGJveH06IDAuODEyNXJlbSAwLjVyZW0gMC44MTI1cmVtIDAuODc1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICAgICAgbGF5b3V0OiB7XG4gICAgICAgICAgICBob3Jpem9udGFsOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMud2lkdGh9OiAyNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0UGFkZGluZ306IDFyZW0gMC41cmVtIDFyZW0gMC44NzVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgdmVydGljYWw6IGNzc2BcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy53aWR0aH06IDE1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmd9OiAwLjM3NXJlbTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgICAgIHNpemU6IHtcbiAgICAgICAgICAgIHhzOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uVG9wfTogMC41cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblJpZ2h0fTogMC41cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMucGFkZGluZ306IDAuMzc1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hQYWRkaW5nVG9wV2l0aFRvcEljb259OiAwcmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdUb3B9OiAwLjEyNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ1JpZ2h0fTogMC4yNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ0JvdHRvbX06IDByZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdMZWZ0fTogMC4yNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmJ1dHRvbnNNYXJnaW5MZWZ0fTogMHJlbTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgfSxcbn07XG4iXX0= */"))
16
- },
17
- layout: {
18
- horizontal: /*#__PURE__*/(0, _react.css)(_Notification.notificationTokens.width, ":25rem;", _Notification.notificationTokens.horizontalLayoutPadding, ":1rem 0.5rem 1rem 0.875rem;;label:plasma-new-hope__horizontal;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9Ob3RpZmljYXRpb24uY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWdFMkIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvc2RzX2VuZ2luZWVyL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uL05vdGlmaWNhdGlvbi5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IG5vdGlmaWNhdGlvblRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Q29sb3J9OiB2YXIoLS10ZXh0LXNlY29uZGFyeSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYmFja2dyb3VuZH06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtY2FyZCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYm9yZGVyUmFkaXVzfTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ1RvcH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nUmlnaHR9OiAwLjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nQm90dG9tfTogMHJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ0xlZnR9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdUb3BXaXRob3V0SWNvbn06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFJpZ2h0UGFkZGluZ1dpdGhvdXRDbG9zZUljb259OiAxcmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdUb3B9OiAwLjE4NzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdSaWdodH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hQYWRkaW5nQm90dG9tfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdMZWZ0fTogMC4xMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1JpZ2h0V2l0aENsb3NlSWNvbn06IDEuNjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hHYXB9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uVG9wfTogMC41cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblJpZ2h0fTogMC41cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYnV0dG9uc01hcmdpblRvcH06IDAuMzc1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudExlZnRJY29uU2l6ZX06IDEuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50TGVmdEljb25NYXJnaW59OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50VG9wSWNvbk1hcmdpbn06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtYm9sZC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25Db2xvcn06IHZhcigtLXRleHQtdGVydGlhcnkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvbkNvbG9yT25Ib3Zlcn06IHZhcigtLXRleHQtcHJpbWFyeSk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0R2FwfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dExlZnRJY29uTWFyZ2lufTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nT25lTGluZVRleHRib3h9OiAwLjgxMjVyZW0gMC41cmVtIDAuODEyNXJlbSAwLjg3NXJlbTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgICAgIGxheW91dDoge1xuICAgICAgICAgICAgaG9yaXpvbnRhbDogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLndpZHRofTogMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFBhZGRpbmd9OiAxcmVtIDAuNXJlbSAxcmVtIDAuODc1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIHZlcnRpY2FsOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMud2lkdGh9OiAxNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICB4czogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblRvcH06IDAuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25SaWdodH06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmd9OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1RvcFdpdGhUb3BJY29ufTogMHJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nVG9wfTogMC4xMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdSaWdodH06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdCb3R0b219OiAwcmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nTGVmdH06IDAuMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5idXR0b25zTWFyZ2luTGVmdH06IDByZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */")),
19
- vertical: /*#__PURE__*/(0, _react.css)(_Notification.notificationTokens.width, ":15rem;", _Notification.notificationTokens.padding, ":0.375rem;;label:plasma-new-hope__vertical;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9Ob3RpZmljYXRpb24uY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9FeUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvc2RzX2VuZ2luZWVyL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uL05vdGlmaWNhdGlvbi5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IG5vdGlmaWNhdGlvblRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Q29sb3J9OiB2YXIoLS10ZXh0LXNlY29uZGFyeSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYmFja2dyb3VuZH06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtY2FyZCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYm9yZGVyUmFkaXVzfTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ1RvcH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nUmlnaHR9OiAwLjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nQm90dG9tfTogMHJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ0xlZnR9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdUb3BXaXRob3V0SWNvbn06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFJpZ2h0UGFkZGluZ1dpdGhvdXRDbG9zZUljb259OiAxcmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdUb3B9OiAwLjE4NzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdSaWdodH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hQYWRkaW5nQm90dG9tfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdMZWZ0fTogMC4xMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1JpZ2h0V2l0aENsb3NlSWNvbn06IDEuNjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hHYXB9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uVG9wfTogMC41cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblJpZ2h0fTogMC41cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYnV0dG9uc01hcmdpblRvcH06IDAuMzc1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudExlZnRJY29uU2l6ZX06IDEuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50TGVmdEljb25NYXJnaW59OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50VG9wSWNvbk1hcmdpbn06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtYm9sZC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25Db2xvcn06IHZhcigtLXRleHQtdGVydGlhcnkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvbkNvbG9yT25Ib3Zlcn06IHZhcigtLXRleHQtcHJpbWFyeSk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0R2FwfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dExlZnRJY29uTWFyZ2lufTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nT25lTGluZVRleHRib3h9OiAwLjgxMjVyZW0gMC41cmVtIDAuODEyNXJlbSAwLjg3NXJlbTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgICAgIGxheW91dDoge1xuICAgICAgICAgICAgaG9yaXpvbnRhbDogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLndpZHRofTogMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFBhZGRpbmd9OiAxcmVtIDAuNXJlbSAxcmVtIDAuODc1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIHZlcnRpY2FsOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMud2lkdGh9OiAxNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICB4czogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblRvcH06IDAuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25SaWdodH06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmd9OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1RvcFdpdGhUb3BJY29ufTogMHJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nVG9wfTogMC4xMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdSaWdodH06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdCb3R0b219OiAwcmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nTGVmdH06IDAuMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5idXR0b25zTWFyZ2luTGVmdH06IDByZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */"))
20
- },
21
- size: {
22
- xs: /*#__PURE__*/(0, _react.css)(_Notification.notificationTokens.closeIconTop, ":0.5rem;", _Notification.notificationTokens.closeIconRight, ":0.5rem;", _Notification.notificationTokens.padding, ":0.375rem;", _Notification.notificationTokens.textboxPaddingTopWithTopIcon, ":0rem;", _Notification.notificationTokens.contentPaddingTop, ":0.125rem;", _Notification.notificationTokens.contentPaddingRight, ":0.25rem;", _Notification.notificationTokens.contentPaddingBottom, ":0rem;", _Notification.notificationTokens.contentPaddingLeft, ":0.25rem;", _Notification.notificationTokens.buttonsMarginLeft, ":0rem;;label:plasma-new-hope__xs;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL05vdGlmaWNhdGlvbi9Ob3RpZmljYXRpb24uY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBFbUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvc2RzX2VuZ2luZWVyL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uL05vdGlmaWNhdGlvbi5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IG5vdGlmaWNhdGlvblRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvTm90aWZpY2F0aW9uJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Q29sb3J9OiB2YXIoLS10ZXh0LXNlY29uZGFyeSk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYmFja2dyb3VuZH06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtY2FyZCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYm9yZGVyUmFkaXVzfTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ1RvcH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nUmlnaHR9OiAwLjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nQm90dG9tfTogMHJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50UGFkZGluZ0xlZnR9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdUb3BXaXRob3V0SWNvbn06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFJpZ2h0UGFkZGluZ1dpdGhvdXRDbG9zZUljb259OiAxcmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdUb3B9OiAwLjE4NzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdSaWdodH06IDAuMTI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hQYWRkaW5nQm90dG9tfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGV4dGJveFBhZGRpbmdMZWZ0fTogMC4xMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1JpZ2h0V2l0aENsb3NlSWNvbn06IDEuNjI1cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRleHRib3hHYXB9OiAwLjI1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY2xvc2VJY29uVG9wfTogMC41cmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblJpZ2h0fTogMC41cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuYnV0dG9uc01hcmdpblRvcH06IDAuMzc1cmVtO1xuXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudExlZnRJY29uU2l6ZX06IDEuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50TGVmdEljb25NYXJnaW59OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50VG9wSWNvbk1hcmdpbn06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250RmFtaWx5fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udFN0eWxlfTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtc3R5bGUpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250V2VpZ2h0fTogdmFyKC0tcGxhc21hLXR5cG8tYm9keS1zLWZvbnQtd2VpZ2h0KTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jb250ZW50Rm9udExldHRlclNwYWNpbmd9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtbGV0dGVyLXNwYWNpbmcpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRGYW1pbHl9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1mYW1pbHkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnRpdGxlRm9udFNpemV9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtZm9udC1zaXplKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRTdHlsZX06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1mb250LXN0eWxlKTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50aXRsZUZvbnRXZWlnaHR9OiB2YXIoLS1wbGFzbWEtdHlwby1ib2R5LXMtYm9sZC1mb250LXdlaWdodCk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGV0dGVyU3BhY2luZ306IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1sZXR0ZXItc3BhY2luZyk7XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMudGl0bGVGb250TGluZUhlaWdodH06IHZhcigtLXBsYXNtYS10eXBvLWJvZHktcy1saW5lLWhlaWdodCk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25Db2xvcn06IHZhcigtLXRleHQtdGVydGlhcnkpO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvbkNvbG9yT25Ib3Zlcn06IHZhcigtLXRleHQtcHJpbWFyeSk7XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5ob3Jpem9udGFsTGF5b3V0R2FwfTogMC4zNzVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dExlZnRJY29uTWFyZ2lufTogMC43NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nT25lTGluZVRleHRib3h9OiAwLjgxMjVyZW0gMC41cmVtIDAuODEyNXJlbSAwLjg3NXJlbTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgICAgIGxheW91dDoge1xuICAgICAgICAgICAgaG9yaXpvbnRhbDogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLndpZHRofTogMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuaG9yaXpvbnRhbExheW91dFBhZGRpbmd9OiAxcmVtIDAuNXJlbSAxcmVtIDAuODc1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIHZlcnRpY2FsOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMud2lkdGh9OiAxNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5wYWRkaW5nfTogMC4zNzVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICB4czogY3NzYFxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNsb3NlSWNvblRvcH06IDAuNXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5jbG9zZUljb25SaWdodH06IDAuNXJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLnBhZGRpbmd9OiAwLjM3NXJlbTtcbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy50ZXh0Ym94UGFkZGluZ1RvcFdpdGhUb3BJY29ufTogMHJlbTtcblxuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nVG9wfTogMC4xMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdSaWdodH06IDAuMjVyZW07XG4gICAgICAgICAgICAgICAgJHtub3RpZmljYXRpb25Ub2tlbnMuY29udGVudFBhZGRpbmdCb3R0b219OiAwcmVtO1xuICAgICAgICAgICAgICAgICR7bm90aWZpY2F0aW9uVG9rZW5zLmNvbnRlbnRQYWRkaW5nTGVmdH06IDAuMjVyZW07XG5cbiAgICAgICAgICAgICAgICAke25vdGlmaWNhdGlvblRva2Vucy5idXR0b25zTWFyZ2luTGVmdH06IDByZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */"))
23
- }
24
- }
25
- };
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.NotificationsProvider = exports.Notification = void 0;
7
- Object.defineProperty(exports, "modalClasses", {
8
- enumerable: true,
9
- get: function get() {
10
- return _Modal.modalClasses;
11
- }
12
- });
13
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
14
- var _Notification = /*#__PURE__*/require("../../../../components/Notification");
15
- var _engines = /*#__PURE__*/require("../../../../engines");
16
- var _Notification2 = /*#__PURE__*/require("./Notification.config");
17
- var _Modal = /*#__PURE__*/require("../../../../components/Modal");
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Notification.noticationConfig, _Notification2.config);
20
- var Notification = exports.Notification = /*#__PURE__*/(0, _engines.component)(mergedConfig);
21
- var NotificationsProvider = exports.NotificationsProvider = function NotificationsProvider(_ref) {
22
- var children = _ref.children,
23
- _ref$frame = _ref.frame,
24
- frame = _ref$frame === void 0 ? 'theme-root' : _ref$frame;
25
- return /*#__PURE__*/_react["default"].createElement(_Notification.NotificationsProvider, {
26
- config: mergedConfig,
27
- frame: frame
28
- }, children);
29
- };
@@ -1,159 +0,0 @@
1
- import React, { useCallback, useRef, useState } from 'react';
2
- import type { ComponentProps } from 'react';
3
- import type { StoryObj, Meta } from '@storybook/react';
4
-
5
- import { Button } from '../Button/Button';
6
- import { Modal } from '../Modal/Modal';
7
- import {
8
- NotificationIconPlacement,
9
- NotificationLayout,
10
- addNotification,
11
- } from '../../../../../src/components/Notification';
12
- import { WithTheme } from '../../../_helpers';
13
- import { PopupProvider } from '../Popup/Popup';
14
- import { NotificationProps } from '../../../../components/Notification';
15
- import { IconDisclosureRight } from '../../../../components/_Icon';
16
-
17
- import { Notification, NotificationsProvider } from './Notification';
18
-
19
- const titles = ['Выполнено', 'Внимание', 'Ошибка'];
20
- const texts = ['SSH ключ успешно скопирован', 'Нельзя скопировать SSH ключ', 'Не удалось скопировать SSH ключ'];
21
- const iconPlacement = ['top', 'left'];
22
-
23
- const longText = `JavaScript frameworks are an essential part of modern front-end web development,
24
- providing developers with proven tools for building scalable, interactive web applications.
25
- `;
26
-
27
- const getNotificationProps = (i: number) => ({
28
- title: titles[i % 3],
29
- children: texts[i % 3],
30
- iconPlacement: iconPlacement[i % 2] as NotificationIconPlacement,
31
- });
32
-
33
- const placements = ['top', 'left'];
34
-
35
- const meta: Meta<NotificationProps> = {
36
- title: 'sds_engineer/Notification',
37
- decorators: [WithTheme],
38
- };
39
-
40
- export default meta;
41
-
42
- interface StoryDefaultProps {
43
- title: string;
44
- children: string;
45
- showCloseIcon: boolean;
46
- showLeftIcon: boolean;
47
- layout: NotificationLayout;
48
- iconPlacement: NotificationIconPlacement;
49
- }
50
-
51
- const StoryDefault = ({ title, children, iconPlacement, layout, showLeftIcon, ...rest }: StoryDefaultProps) => {
52
- return (
53
- <Notification
54
- title={title}
55
- icon={showLeftIcon ? <IconDisclosureRight /> : ''}
56
- iconPlacement={iconPlacement}
57
- actions={<Button text="text" size="xs" stretch={layout === 'vertical'} />}
58
- layout={layout}
59
- {...rest}
60
- >
61
- {children}
62
- </Notification>
63
- );
64
- };
65
-
66
- export const Default: StoryObj<StoryDefaultProps> = {
67
- argTypes: {
68
- iconPlacement: {
69
- options: placements,
70
- control: {
71
- type: 'select',
72
- },
73
- },
74
- layout: {
75
- options: ['vertical', 'horizontal'],
76
- control: {
77
- type: 'select',
78
- },
79
- },
80
- },
81
- args: {
82
- title: 'Title',
83
- children: longText,
84
- showCloseIcon: true,
85
- showLeftIcon: true,
86
- iconPlacement: 'top',
87
- layout: 'vertical',
88
- },
89
- render: (args) => <StoryDefault {...args} />,
90
- };
91
-
92
- type StoryLiveDemoProps = ComponentProps<typeof Notification> & {
93
- timeout: number;
94
- layout: NotificationLayout;
95
- iconPlacement: NotificationIconPlacement;
96
- };
97
-
98
- const StoryLiveDemo = ({ timeout, ...rest }: StoryLiveDemoProps) => {
99
- const count = useRef(0);
100
- const handleClick = useCallback(() => {
101
- addNotification({ icon: <IconDisclosureRight />, ...rest, ...getNotificationProps(count.current) }, timeout);
102
- count.current++;
103
- }, [count, rest]);
104
-
105
- return (
106
- <NotificationsProvider>
107
- <Button text="Добавить уведомление" onClick={handleClick} />
108
- </NotificationsProvider>
109
- );
110
- };
111
-
112
- export const LiveDemo: StoryObj<StoryLiveDemoProps> = {
113
- argTypes: {
114
- layout: {
115
- options: ['vertical', 'horizontal'],
116
- control: {
117
- type: 'select',
118
- },
119
- },
120
- },
121
- args: {
122
- timeout: 3000,
123
- role: 'alert',
124
- layout: 'vertical',
125
- },
126
- render: (args) => <StoryLiveDemo {...args} />,
127
- };
128
-
129
- type StoryWithModalProps = ComponentProps<typeof Notification> & {
130
- timeout: number;
131
- };
132
-
133
- const StoryWithModal = ({ timeout }: StoryWithModalProps) => {
134
- const [isModalOpen, setIsModalOpen] = useState(false);
135
- const count = useRef(0);
136
- const handleClick = useCallback(() => {
137
- addNotification(getNotificationProps(count.current), timeout);
138
- count.current++;
139
- }, [count]);
140
-
141
- return (
142
- <NotificationsProvider>
143
- <PopupProvider>
144
- <Button text="Open modal" onClick={() => setIsModalOpen(true)} />
145
- <Modal frame="theme-root" opened={isModalOpen} onClose={() => setIsModalOpen(false)}>
146
- <div>Hello!</div>
147
- <Button view="primary" text="Add notification" onClick={handleClick} />
148
- </Modal>
149
- </PopupProvider>
150
- </NotificationsProvider>
151
- );
152
- };
153
-
154
- export const WithModal: StoryObj<StoryLiveDemoProps> = {
155
- args: {
156
- timeout: 3500,
157
- },
158
- render: (args) => <StoryWithModal {...args} />,
159
- };
@@ -1,79 +0,0 @@
1
- import React, { useState } from 'react';
2
- import styled from 'styled-components';
3
- import type { ComponentProps } from 'react';
4
- import type { StoryObj, Meta } from '@storybook/react';
5
- import { action } from '@storybook/addon-actions';
6
- import { disableProps } from '@salutejs/plasma-sb-utils';
7
-
8
- import { Button } from '../Button/Button';
9
- import { WithTheme } from '../../../_helpers';
10
- import { Overlay } from '../../../../components/Overlay';
11
-
12
- const onOverlayClick = action('onOverlayClick');
13
-
14
- type StoryOverlayProps = ComponentProps<typeof Overlay>;
15
-
16
- const meta: Meta<StoryOverlayProps> = {
17
- title: 'sds_engineer/Overlay',
18
- decorators: [WithTheme],
19
- argTypes: {
20
- isClickable: {
21
- control: {
22
- type: 'boolean',
23
- },
24
- table: { defaultValue: { summary: true } },
25
- },
26
- withBlur: {
27
- control: {
28
- type: 'boolean',
29
- },
30
- table: { defaultValue: { summary: false } },
31
- },
32
- ...disableProps(['onOverlayClick', 'zIndex']),
33
- },
34
- component: Overlay,
35
- };
36
-
37
- export default meta;
38
-
39
- const StyledButton = styled(Button)`
40
- margin: 1rem;
41
- width: 15rem;
42
- `;
43
-
44
- const StyledCloseButton = styled(Button)`
45
- position: fixed;
46
- top: 50%;
47
- left: 50%;
48
- z-index: 101;
49
- transform: translate(-50%, -50%);
50
- width: 15rem;
51
- `;
52
-
53
- const StoryDefault = (props: StoryOverlayProps) => {
54
- const [isVisible, setIsVisible] = useState(false);
55
-
56
- return (
57
- <>
58
- <StyledButton text="Показать overlay" onClick={() => setIsVisible(true)} />
59
- {isVisible && (
60
- <>
61
- <Overlay {...props} />
62
- <StyledCloseButton text=" Скрыть overlay" onClick={() => setIsVisible(false)} />
63
- </>
64
- )}
65
- </>
66
- );
67
- };
68
-
69
- export const Default: StoryObj<StoryOverlayProps> = {
70
- args: {
71
- zIndex: '100',
72
- backgroundColorProperty: 'var(--overlay-soft)',
73
- withBlur: false,
74
- transparent: false,
75
- isClickable: true,
76
- onOverlayClick,
77
- },
78
- render: (args) => <StoryDefault {...args} />,
79
- };
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _react = /*#__PURE__*/require("@emotion/react");
8
- var _Panel = /*#__PURE__*/require("../../../../components/Panel");
9
- var config = exports.config = {
10
- defaults: {
11
- view: 'default',
12
- size: 'm',
13
- borderRadius: 'none'
14
- },
15
- variations: {
16
- view: {
17
- "default": /*#__PURE__*/(0, _react.css)(_Panel.panelTokens.background, ":var(--surface-solid-card);", _Panel.panelTokens.shadow, ":0 3.75rem 7rem -0.5rem rgba(0, 0, 0, 0.08);", _Panel.panelTokens.contentBackgroundColor, ":var(--surface-transparent-primary);;label:plasma-new-hope__default;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZd0IiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vZXhhbXBsZXMvc2RzX2VuZ2luZWVyL2NvbXBvbmVudHMvUGFuZWwvUGFuZWwuY29uZmlnLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBwYW5lbFRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL2NvbXBvbmVudHMvUGFuZWwnO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHZpZXc6ICdkZWZhdWx0JyxcbiAgICAgICAgc2l6ZTogJ20nLFxuICAgICAgICBib3JkZXJSYWRpdXM6ICdub25lJyxcbiAgICB9LFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgdmlldzoge1xuICAgICAgICAgICAgZGVmYXVsdDogY3NzYFxuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuYmFja2dyb3VuZH06IHZhcigtLXN1cmZhY2Utc29saWQtY2FyZCk7XG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5zaGFkb3d9OiAwIDMuNzVyZW0gN3JlbSAtMC41cmVtIHJnYmEoMCwgMCwgMCwgMC4wOCk7XG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5jb250ZW50QmFja2dyb3VuZENvbG9yfTogdmFyKC0tc3VyZmFjZS10cmFuc3BhcmVudC1wcmltYXJ5KTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgICAgIHNpemU6IHtcbiAgICAgICAgICAgIG06IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLnBhZGRpbmd9OiAxLjVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBib3JkZXJSYWRpdXM6IHtcbiAgICAgICAgICAgIG5vbmU6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJvcmRlclJhZGl1c306IDA7XG4gICAgICAgICAgICBgLFxuICAgICAgICAgICAgZGVmYXVsdDogY3NzYFxuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuYm9yZGVyUmFkaXVzfTogMC42MjVyZW07XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgIH0sXG59O1xuIl19 */"))
18
- },
19
- size: {
20
- m: /*#__PURE__*/(0, _react.css)(_Panel.panelTokens.padding, ":1.5rem;;label:plasma-new-hope__m;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtQmtCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgcGFuZWxUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi9jb21wb25lbnRzL1BhbmVsJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgICAgIHNpemU6ICdtJyxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiAnbm9uZScsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJhY2tncm91bmR9OiB2YXIoLS1zdXJmYWNlLXNvbGlkLWNhcmQpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuc2hhZG93fTogMCAzLjc1cmVtIDdyZW0gLTAuNXJlbSByZ2JhKDAsIDAsIDAsIDAuMDgpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuY29udGVudEJhY2tncm91bmRDb2xvcn06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtcHJpbWFyeSk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBtOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5wYWRkaW5nfTogMS41cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiB7XG4gICAgICAgICAgICBub25lOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5ib3JkZXJSYWRpdXN9OiAwO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJvcmRlclJhZGl1c306IDAuNjI1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
21
- },
22
- borderRadius: {
23
- none: /*#__PURE__*/(0, _react.css)(_Panel.panelTokens.borderRadius, ":0;;label:plasma-new-hope__none;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF3QnFCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgcGFuZWxUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi9jb21wb25lbnRzL1BhbmVsJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgICAgIHNpemU6ICdtJyxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiAnbm9uZScsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJhY2tncm91bmR9OiB2YXIoLS1zdXJmYWNlLXNvbGlkLWNhcmQpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuc2hhZG93fTogMCAzLjc1cmVtIDdyZW0gLTAuNXJlbSByZ2JhKDAsIDAsIDAsIDAuMDgpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuY29udGVudEJhY2tncm91bmRDb2xvcn06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtcHJpbWFyeSk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBtOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5wYWRkaW5nfTogMS41cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiB7XG4gICAgICAgICAgICBub25lOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5ib3JkZXJSYWRpdXN9OiAwO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJvcmRlclJhZGl1c306IDAuNjI1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */")),
24
- "default": /*#__PURE__*/(0, _react.css)(_Panel.panelTokens.borderRadius, ":0.625rem;;label:plasma-new-hope__default;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEyQndCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BhbmVsL1BhbmVsLmNvbmZpZy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgcGFuZWxUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi9jb21wb25lbnRzL1BhbmVsJztcblxuZXhwb3J0IGNvbnN0IGNvbmZpZyA9IHtcbiAgICBkZWZhdWx0czoge1xuICAgICAgICB2aWV3OiAnZGVmYXVsdCcsXG4gICAgICAgIHNpemU6ICdtJyxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiAnbm9uZScsXG4gICAgfSxcbiAgICB2YXJpYXRpb25zOiB7XG4gICAgICAgIHZpZXc6IHtcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJhY2tncm91bmR9OiB2YXIoLS1zdXJmYWNlLXNvbGlkLWNhcmQpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuc2hhZG93fTogMCAzLjc1cmVtIDdyZW0gLTAuNXJlbSByZ2JhKDAsIDAsIDAsIDAuMDgpO1xuICAgICAgICAgICAgICAgICR7cGFuZWxUb2tlbnMuY29udGVudEJhY2tncm91bmRDb2xvcn06IHZhcigtLXN1cmZhY2UtdHJhbnNwYXJlbnQtcHJpbWFyeSk7XG4gICAgICAgICAgICBgLFxuICAgICAgICB9LFxuICAgICAgICBzaXplOiB7XG4gICAgICAgICAgICBtOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5wYWRkaW5nfTogMS41cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICAgICAgYm9yZGVyUmFkaXVzOiB7XG4gICAgICAgICAgICBub25lOiBjc3NgXG4gICAgICAgICAgICAgICAgJHtwYW5lbFRva2Vucy5ib3JkZXJSYWRpdXN9OiAwO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgICAgIGRlZmF1bHQ6IGNzc2BcbiAgICAgICAgICAgICAgICAke3BhbmVsVG9rZW5zLmJvcmRlclJhZGl1c306IDAuNjI1cmVtO1xuICAgICAgICAgICAgYCxcbiAgICAgICAgfSxcbiAgICB9LFxufTtcbiJdfQ== */"))
25
- }
26
- }
27
- };
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.PanelHeader = exports.PanelFooter = exports.PanelContent = exports.Panel = void 0;
7
- var _Panel = /*#__PURE__*/require("../../../../components/Panel");
8
- var _Panel2 = /*#__PURE__*/require("../../../../components/Panel/Panel");
9
- var _engines = /*#__PURE__*/require("../../../../engines");
10
- var _Panel3 = /*#__PURE__*/require("./Panel.config");
11
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Panel2.panelConfig, _Panel3.config);
12
- var Panel = exports.Panel = /*#__PURE__*/(0, _engines.component)(mergedConfig);
13
- var mergedContentConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Panel.panelContentConfig);
14
- var PanelContent = exports.PanelContent = /*#__PURE__*/(0, _engines.component)(mergedContentConfig);
15
- var mergedHeaderConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Panel.panelHeaderConfig);
16
- var PanelHeader = exports.PanelHeader = /*#__PURE__*/(0, _engines.component)(mergedHeaderConfig);
17
- var mergedFooterConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Panel.panelFooterConfig);
18
- var PanelFooter = exports.PanelFooter = /*#__PURE__*/(0, _engines.component)(mergedFooterConfig);
@@ -1,148 +0,0 @@
1
- import React, { useState } from 'react';
2
- import styled from '@emotion/styled';
3
- import type { ComponentProps } from 'react';
4
- import type { StoryObj, Meta } from '@storybook/react';
5
-
6
- import { Button } from '../Button/Button';
7
- import { WithTheme } from '../../../_helpers';
8
- import { Heading } from '../../../typograpy/components/Heading/Heading';
9
- import { IconDone } from '../../../../components/_Icon';
10
- import { ClosePlacementType } from '../../../../components/Panel';
11
- import { SSRProvider } from '../../../../components/SSRProvider';
12
-
13
- import { Panel, PanelContent, PanelFooter, PanelHeader } from './Panel';
14
-
15
- export default {
16
- title: 'sds_engineer/Panel',
17
- decorators: [WithTheme],
18
- argTypes: {
19
- borderRadius: {
20
- options: ['none', 'default'],
21
- control: {
22
- type: 'select',
23
- },
24
- },
25
- showHeader: {
26
- control: {
27
- type: 'boolean',
28
- },
29
- table: { defaultValue: { summary: true } },
30
- },
31
- showFooter: {
32
- control: {
33
- type: 'boolean',
34
- },
35
- table: { defaultValue: { summary: true } },
36
- },
37
- showActions: {
38
- control: {
39
- type: 'boolean',
40
- },
41
- table: { defaultValue: { summary: true } },
42
- },
43
- closePlacement: {
44
- options: ['right', 'left'],
45
- control: {
46
- type: 'select',
47
- },
48
- table: { defaultValue: { summary: 'right' } },
49
- },
50
- },
51
- } as Meta;
52
-
53
- type StoryPanelProps = ComponentProps<typeof Panel> & {
54
- showHeader: boolean;
55
- showFooter: boolean;
56
- showActions: boolean;
57
- closePlacement: string;
58
- hasCloseArrow: boolean;
59
- };
60
-
61
- const StyledWrapper = styled.div`
62
- height: 100%;
63
- width: 100%;
64
- display: flex;
65
- flex-direction: column;
66
- `;
67
-
68
- const StyledContentWrapper = styled.div`
69
- height: 80%;
70
- display: flex;
71
- flex-grow: 1;
72
- `;
73
-
74
- const StyledContent = styled.div`
75
- background: #f5f5dc;
76
- flex-grow: 1;
77
- height: 100%;
78
- `;
79
-
80
- const StyledSection = styled.div`
81
- background: #808080;
82
- min-height: 20%;
83
- `;
84
-
85
- const StyledIconButton = styled(Button)`
86
- position: relative;
87
- width: 1.5rem;
88
- height: 1.5rem;
89
- `;
90
-
91
- const StoryPanelDemo = ({ showHeader, showFooter, showActions, closePlacement, ...rest }: StoryPanelProps) => {
92
- const [isOpen, setIsOpen] = useState(false);
93
-
94
- return (
95
- <SSRProvider>
96
- <StyledWrapper>
97
- <StyledSection>
98
- <Button text="Открыть панель" onClick={() => setIsOpen(true)} />
99
- </StyledSection>
100
- <StyledContentWrapper>
101
- {isOpen && (
102
- <Panel {...rest}>
103
- <PanelHeader
104
- closePlacement={closePlacement as ClosePlacementType}
105
- actions={
106
- showActions && (
107
- <StyledIconButton size="s" view="clear">
108
- <IconDone size="s" />
109
- </StyledIconButton>
110
- )
111
- }
112
- onClose={() => setIsOpen(false)}
113
- >
114
- {showHeader && <Heading size="h3">Header</Heading>}
115
- </PanelHeader>
116
- <PanelContent>Content</PanelContent>
117
- {showFooter && (
118
- <PanelFooter>
119
- <Heading size="h3">Footer</Heading>
120
- </PanelFooter>
121
- )}
122
- </Panel>
123
- )}
124
- <StyledContent>
125
- <Heading style={{ margin: '2rem' }} size="h2">
126
- Some basic content
127
- </Heading>
128
- </StyledContent>
129
- </StyledContentWrapper>
130
- <StyledSection />
131
- </StyledWrapper>
132
- </SSRProvider>
133
- );
134
- };
135
-
136
- export const PanelDemo: StoryObj<StoryPanelProps> = {
137
- args: {
138
- showHeader: true,
139
- showFooter: true,
140
- showActions: true,
141
- hasCloseArrow: true,
142
- borderRadius: 'none',
143
- closePlacement: 'right',
144
- width: '30%',
145
- height: '100%',
146
- },
147
- render: (args) => <StoryPanelDemo {...args} />,
148
- };
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _react = /*#__PURE__*/require("@emotion/react");
8
- var _Popover = /*#__PURE__*/require("../../../../components/Popover");
9
- var config = exports.config = {
10
- defaults: {
11
- view: 'default'
12
- },
13
- variations: {
14
- view: {
15
- "default": /*#__PURE__*/(0, _react.css)(_Popover.popoverTokens.arrowMaskWidth, ":1rem;", _Popover.popoverTokens.arrowMaskHeight, ":1rem;", _Popover.popoverTokens.arrowMaskImage, ":url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");", _Popover.popoverTokens.arrowHeight, ":0.375rem;", _Popover.popoverTokens.arrowEdgeMargin, ":0.5625rem;", _Popover.popoverTokens.arrowBackground, ":var(--plasma-colors-surface-solid03);;label:plasma-new-hope__default;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BvcG92ZXIvUG9wb3Zlci5jb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVXdCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2V4YW1wbGVzL3Nkc19lbmdpbmVlci9jb21wb25lbnRzL1BvcG92ZXIvUG9wb3Zlci5jb25maWcudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHBvcG92ZXJUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi8uLi9jb21wb25lbnRzL1BvcG92ZXInO1xuXG5leHBvcnQgY29uc3QgY29uZmlnID0ge1xuICAgIGRlZmF1bHRzOiB7XG4gICAgICAgIHZpZXc6ICdkZWZhdWx0JyxcbiAgICB9LFxuICAgIHZhcmlhdGlvbnM6IHtcbiAgICAgICAgdmlldzoge1xuICAgICAgICAgICAgZGVmYXVsdDogY3NzYFxuICAgICAgICAgICAgICAgICR7cG9wb3ZlclRva2Vucy5hcnJvd01hc2tXaWR0aH06IDFyZW07XG4gICAgICAgICAgICAgICAgJHtwb3BvdmVyVG9rZW5zLmFycm93TWFza0hlaWdodH06IDFyZW07XG4gICAgICAgICAgICAgICAgJHtwb3BvdmVyVG9rZW5zLmFycm93TWFza0ltYWdlfTogdXJsKFwiZGF0YTppbWFnZS9zdmcreG1sO2Jhc2U2NCxQSE4yWnlCM2FXUjBhRDBpTVRZaUlHaGxhV2RvZEQwaU1UWWlJSGh0Ykc1elBTSm9kSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHlNREF3TDNOMlp5SWdlRzFzYm5NNmMzWm5QU0pvZEhSd09pOHZkM2QzTG5jekxtOXlaeTh5TURBd0wzTjJaeUkrQ2lBZ1BIQmhkR2dnWTJ4cGNDMXlkV3hsUFNKbGRtVnViMlJrSWlCa1BTSnRNQ3c1TGpnMWJERTJMREJqTFRRdU5ERXNNQ0F0T0N3eUxqWTVJQzA0TERaak1Dd3RNeTR6TVNBdE15NDFPU3d0TmlBdE9Dd3RObm9pSUdacGJHdzlJaU14TnpFM01UY2lJR1pwYkd3dGNuVnNaVDBpWlhabGJtOWtaQ0lnYVdROUlsUmhhV3dpTHo0S1BDOXpkbWMrXCIpO1xuICAgICAgICAgICAgICAgICR7cG9wb3ZlclRva2Vucy5hcnJvd0hlaWdodH06IDAuMzc1cmVtO1xuICAgICAgICAgICAgICAgICR7cG9wb3ZlclRva2Vucy5hcnJvd0VkZ2VNYXJnaW59OiAwLjU2MjVyZW07XG4gICAgICAgICAgICAgICAgJHtwb3BvdmVyVG9rZW5zLmFycm93QmFja2dyb3VuZH06IHZhcigtLXBsYXNtYS1jb2xvcnMtc3VyZmFjZS1zb2xpZDAzKTtcbiAgICAgICAgICAgIGAsXG4gICAgICAgIH0sXG4gICAgfSxcbn07XG4iXX0= */"))
16
- }
17
- }
18
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Popover = void 0;
7
- var _Popover = /*#__PURE__*/require("../../../../components/Popover");
8
- var _engines = /*#__PURE__*/require("../../../../engines");
9
- var _Popover2 = /*#__PURE__*/require("./Popover.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Popover.popoverConfig, _Popover2.config);
11
- var Popover = exports.Popover = /*#__PURE__*/(0, _engines.component)(mergedConfig);