@salutejs/plasma-new-hope 0.322.0-canary.1933.14596920222.0 → 0.322.0-canary.1938.14660334712.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/cjs/components/Notification/Notification.types.js.map +1 -1
  2. package/cjs/components/Notification/NotificationsStore.js +4 -2
  3. package/cjs/components/Notification/NotificationsStore.js.map +1 -1
  4. package/emotion/cjs/components/Accordion/Accordion.template-doc.mdx +99 -71
  5. package/emotion/cjs/components/Autocomplete/Autocomplete.template-doc.mdx +523 -454
  6. package/emotion/cjs/components/Checkbox/Checkbox.template-doc.mdx +3 -3
  7. package/emotion/cjs/components/Combobox/Combobox.template-doc.mdx +58 -27
  8. package/emotion/cjs/components/DatePicker/DatePicker.template-doc.mdx +5 -0
  9. package/emotion/cjs/components/Dropdown/Dropdown.template-doc.mdx +10 -10
  10. package/emotion/cjs/components/Flow/Flow.template-doc.mdx +2 -2
  11. package/emotion/cjs/components/Notification/Notification.template-doc.mdx +23 -2
  12. package/emotion/cjs/components/Notification/NotificationsStore.js +4 -2
  13. package/emotion/cjs/components/NumberFormat/NumberFormat.template-doc.mdx +4 -4
  14. package/emotion/cjs/components/Radiobox/Radiobox.template-doc.mdx +10 -11
  15. package/emotion/cjs/components/Range/Range.template-doc.mdx +5 -1
  16. package/emotion/cjs/components/Segment/Segment.template-doc.mdx +3 -3
  17. package/emotion/cjs/components/Select/Select.template-doc.mdx +27 -27
  18. package/emotion/cjs/components/Slider/Slider.template-doc.mdx +2 -2
  19. package/emotion/cjs/components/Switch/Switch.template-doc.mdx +3 -3
  20. package/emotion/cjs/components/Table/Table.template-doc.mdx +2 -2
  21. package/emotion/cjs/components/Tabs/Tabs.template-doc.mdx +11 -7
  22. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +9 -2
  23. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +117 -32
  24. package/emotion/cjs/components/Toast/Toast.template-doc.mdx +48 -2
  25. package/emotion/cjs/components/Tooltip/Tooltip.template-doc.mdx +19 -4
  26. package/emotion/cjs/components/Tree/Tree.template-doc.mdx +0 -1
  27. package/emotion/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -0
  28. package/emotion/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -0
  29. package/emotion/es/components/Accordion/Accordion.template-doc.mdx +99 -71
  30. package/emotion/es/components/Autocomplete/Autocomplete.template-doc.mdx +523 -454
  31. package/emotion/es/components/Checkbox/Checkbox.template-doc.mdx +3 -3
  32. package/emotion/es/components/Combobox/Combobox.template-doc.mdx +58 -27
  33. package/emotion/es/components/DatePicker/DatePicker.template-doc.mdx +5 -0
  34. package/emotion/es/components/Dropdown/Dropdown.template-doc.mdx +10 -10
  35. package/emotion/es/components/Flow/Flow.template-doc.mdx +2 -2
  36. package/emotion/es/components/Notification/Notification.template-doc.mdx +23 -2
  37. package/emotion/es/components/Notification/NotificationsStore.js +4 -2
  38. package/emotion/es/components/NumberFormat/NumberFormat.template-doc.mdx +4 -4
  39. package/emotion/es/components/Radiobox/Radiobox.template-doc.mdx +10 -11
  40. package/emotion/es/components/Range/Range.template-doc.mdx +5 -1
  41. package/emotion/es/components/Segment/Segment.template-doc.mdx +3 -3
  42. package/emotion/es/components/Select/Select.template-doc.mdx +27 -27
  43. package/emotion/es/components/Slider/Slider.template-doc.mdx +2 -2
  44. package/emotion/es/components/Switch/Switch.template-doc.mdx +3 -3
  45. package/emotion/es/components/Table/Table.template-doc.mdx +2 -2
  46. package/emotion/es/components/Tabs/Tabs.template-doc.mdx +11 -7
  47. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +9 -2
  48. package/emotion/es/components/TextField/TextField.template-doc.mdx +117 -32
  49. package/emotion/es/components/Toast/Toast.template-doc.mdx +48 -2
  50. package/emotion/es/components/Tooltip/Tooltip.template-doc.mdx +19 -4
  51. package/emotion/es/components/Tree/Tree.template-doc.mdx +0 -1
  52. package/emotion/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -0
  53. package/emotion/es/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -0
  54. package/es/components/Notification/Notification.types.js.map +1 -1
  55. package/es/components/Notification/NotificationsStore.js +4 -2
  56. package/es/components/Notification/NotificationsStore.js.map +1 -1
  57. package/package.json +4 -4
  58. package/styled-components/cjs/components/Accordion/Accordion.template-doc.mdx +99 -71
  59. package/styled-components/cjs/components/Autocomplete/Autocomplete.template-doc.mdx +523 -454
  60. package/styled-components/cjs/components/Checkbox/Checkbox.template-doc.mdx +3 -3
  61. package/styled-components/cjs/components/Combobox/Combobox.template-doc.mdx +58 -27
  62. package/styled-components/cjs/components/DatePicker/DatePicker.template-doc.mdx +5 -0
  63. package/styled-components/cjs/components/Dropdown/Dropdown.template-doc.mdx +10 -10
  64. package/styled-components/cjs/components/Flow/Flow.template-doc.mdx +2 -2
  65. package/styled-components/cjs/components/Notification/Notification.template-doc.mdx +23 -2
  66. package/styled-components/cjs/components/Notification/NotificationsStore.js +4 -2
  67. package/styled-components/cjs/components/NumberFormat/NumberFormat.template-doc.mdx +4 -4
  68. package/styled-components/cjs/components/Radiobox/Radiobox.template-doc.mdx +10 -11
  69. package/styled-components/cjs/components/Range/Range.template-doc.mdx +5 -1
  70. package/styled-components/cjs/components/Segment/Segment.template-doc.mdx +3 -3
  71. package/styled-components/cjs/components/Select/Select.template-doc.mdx +27 -27
  72. package/styled-components/cjs/components/Slider/Slider.template-doc.mdx +2 -2
  73. package/styled-components/cjs/components/Switch/Switch.template-doc.mdx +3 -3
  74. package/styled-components/cjs/components/Table/Table.template-doc.mdx +2 -2
  75. package/styled-components/cjs/components/Tabs/Tabs.template-doc.mdx +11 -7
  76. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +9 -2
  77. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +117 -32
  78. package/styled-components/cjs/components/Toast/Toast.template-doc.mdx +48 -2
  79. package/styled-components/cjs/components/Tooltip/Tooltip.template-doc.mdx +19 -4
  80. package/styled-components/cjs/components/Tree/Tree.template-doc.mdx +0 -1
  81. package/styled-components/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -0
  82. package/styled-components/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -0
  83. package/styled-components/es/components/Accordion/Accordion.template-doc.mdx +99 -71
  84. package/styled-components/es/components/Autocomplete/Autocomplete.template-doc.mdx +523 -454
  85. package/styled-components/es/components/Checkbox/Checkbox.template-doc.mdx +3 -3
  86. package/styled-components/es/components/Combobox/Combobox.template-doc.mdx +58 -27
  87. package/styled-components/es/components/DatePicker/DatePicker.template-doc.mdx +5 -0
  88. package/styled-components/es/components/Dropdown/Dropdown.template-doc.mdx +10 -10
  89. package/styled-components/es/components/Flow/Flow.template-doc.mdx +2 -2
  90. package/styled-components/es/components/Notification/Notification.template-doc.mdx +23 -2
  91. package/styled-components/es/components/Notification/NotificationsStore.js +4 -2
  92. package/styled-components/es/components/NumberFormat/NumberFormat.template-doc.mdx +4 -4
  93. package/styled-components/es/components/Radiobox/Radiobox.template-doc.mdx +10 -11
  94. package/styled-components/es/components/Range/Range.template-doc.mdx +5 -1
  95. package/styled-components/es/components/Segment/Segment.template-doc.mdx +3 -3
  96. package/styled-components/es/components/Select/Select.template-doc.mdx +27 -27
  97. package/styled-components/es/components/Slider/Slider.template-doc.mdx +2 -2
  98. package/styled-components/es/components/Switch/Switch.template-doc.mdx +3 -3
  99. package/styled-components/es/components/Table/Table.template-doc.mdx +2 -2
  100. package/styled-components/es/components/Tabs/Tabs.template-doc.mdx +11 -7
  101. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +9 -2
  102. package/styled-components/es/components/TextField/TextField.template-doc.mdx +117 -32
  103. package/styled-components/es/components/Toast/Toast.template-doc.mdx +48 -2
  104. package/styled-components/es/components/Tooltip/Tooltip.template-doc.mdx +19 -4
  105. package/styled-components/es/components/Tree/Tree.template-doc.mdx +0 -1
  106. package/styled-components/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +4 -0
  107. package/styled-components/es/examples/plasma_web/components/Notification/Notification.stories.tsx +4 -0
  108. package/types/components/Notification/Notification.types.d.ts +14 -10
  109. package/types/components/Notification/Notification.types.d.ts.map +1 -1
  110. package/types/components/Notification/NotificationsStore.d.ts +1 -1
  111. package/types/components/Notification/NotificationsStore.d.ts.map +1 -1
  112. /package/emotion/cjs/components/Combobox/ComboboxOld/{Combobox.template-doc.mdx → Combobox.doc.mdx} +0 -0
  113. /package/emotion/es/components/Combobox/ComboboxOld/{Combobox.template-doc.mdx → Combobox.doc.mdx} +0 -0
  114. /package/styled-components/cjs/components/Combobox/ComboboxOld/{Combobox.template-doc.mdx → Combobox.doc.mdx} +0 -0
  115. /package/styled-components/es/components/Combobox/ComboboxOld/{Combobox.template-doc.mdx → Combobox.doc.mdx} +0 -0
@@ -3,6 +3,7 @@ import styled from 'styled-components';
3
3
  import type { ComponentProps } from 'react';
4
4
  import type { StoryObj, Meta } from '@storybook/react';
5
5
  import { getConfigVariations } from '@salutejs/plasma-sb-utils';
6
+ import { action } from '@storybook/addon-actions';
6
7
 
7
8
  import { Button } from '../Button/Button';
8
9
  import { Modal } from '../Modal/Modal';
@@ -40,6 +41,9 @@ const getNotificationProps = (i: number) => ({
40
41
  children: texts[i % 3],
41
42
  size: size[i % 2],
42
43
  iconPlacement: iconPlacement[i % 2] as NotificationIconPlacement,
44
+ onTimeoutClose: () => {
45
+ action('onTimeoutClose')('Callback, вызываемый при автоматическом закрытии по timeout.');
46
+ },
43
47
  });
44
48
 
45
49
  const meta: Meta<NotificationProps> = {
@@ -3,6 +3,7 @@ import styled from 'styled-components';
3
3
  import type { ComponentProps } from 'react';
4
4
  import type { StoryObj, Meta } from '@storybook/react';
5
5
  import { getConfigVariations } from '@salutejs/plasma-sb-utils';
6
+ import { action } from '@storybook/addon-actions';
6
7
 
7
8
  import { Button } from '../Button/Button';
8
9
  import { Modal } from '../Modal/Modal';
@@ -40,6 +41,9 @@ const getNotificationProps = (i: number) => ({
40
41
  children: texts[i % 3],
41
42
  size: size[i % 2],
42
43
  iconPlacement: iconPlacement[i % 2] as NotificationIconPlacement,
44
+ onTimeoutClose: () => {
45
+ action('onTimeoutClose')('Callback, вызываемый при автоматическом закрытии по timeout.');
46
+ },
43
47
  });
44
48
 
45
49
  const meta: Meta<NotificationProps> = {
@@ -53,16 +53,6 @@ export interface NotificationProps extends AsProps, Omit<HTMLAttributes<HTMLDivE
53
53
  * true
54
54
  */
55
55
  showCloseIcon?: boolean;
56
- /**
57
- * Callback при нажатии на кнопку закрытия.
58
- */
59
- onCloseButtonClick?: () => void;
60
- /**
61
- * @deprecated
62
- * Не влияет на отображение компонента.
63
- * Статус компонента Notification.
64
- */
65
- status?: string;
66
56
  /**
67
57
  * Вид Notification.
68
58
  */
@@ -91,6 +81,20 @@ export interface NotificationProps extends AsProps, Omit<HTMLAttributes<HTMLDivE
91
81
  * Цвет заголовка (по умолчанию берётся цвет из view)
92
82
  */
93
83
  backgroundColor?: string;
84
+ /**
85
+ * Callback при нажатии на кнопку закрытия.
86
+ */
87
+ onCloseButtonClick?: () => void;
88
+ /**
89
+ * Callback, вызываемый при автоматическом закрытии по timeout.
90
+ */
91
+ onTimeoutClose?: () => void;
92
+ /**
93
+ * @deprecated
94
+ * Не влияет на отображение компонента.
95
+ * Статус компонента Notification.
96
+ */
97
+ status?: string;
94
98
  }
95
99
  export interface NotificationPortalProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
96
100
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.types.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/Notification.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,OAAO;;;CAGnB,CAAC;AAEF,oBAAY,kBAAkB,GAAG,MAAM,OAAO,OAAO,CAAC;AAEtD,eAAO,MAAM,UAAU;;;CAGtB,CAAC;AAEF,oBAAY,yBAAyB,GAAG,MAAM,OAAO,UAAU,CAAC;AAChE,oBAAY,qBAAqB,GAAG,cAAc,CAAC;AAEnD,oBAAY,UAAU,GAAG;IACrB,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC5B,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC7C,CAAC;AAEF,oBAAY,aAAa,GAAG;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,OAAO,EAAE,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC7F;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC1F;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC,MAAM,EAAE,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,iBAAiB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC;IACnH;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAChC"}
1
+ {"version":3,"file":"Notification.types.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/Notification.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,OAAO;;;CAGnB,CAAC;AAEF,oBAAY,kBAAkB,GAAG,MAAM,OAAO,OAAO,CAAC;AAEtD,eAAO,MAAM,UAAU;;;CAGtB,CAAC;AAEF,oBAAY,yBAAyB,GAAG,MAAM,OAAO,UAAU,CAAC;AAChE,oBAAY,qBAAqB,GAAG,cAAc,CAAC;AAEnD,oBAAY,UAAU,GAAG;IACrB,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC5B,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC7C,CAAC;AAEF,oBAAY,aAAa,GAAG;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,OAAO,EAAE,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC7F;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;OAEG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IACnC;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;IAC1F;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC,MAAM,EAAE,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,EAAE,iBAAiB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC;IACnH;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAChC"}
@@ -22,5 +22,5 @@ export declare const closeNotification: (id: string, delay?: number) => void;
22
22
  * @param props Пропсы всплывающего оповещения
23
23
  * @return Идентификатор нового оповещения
24
24
  */
25
- export declare function addNotification({ id: externalId, ...rest }: NotificationProps, timeout?: number | null): string;
25
+ export declare function addNotification({ id: externalId, onTimeoutClose, ...rest }: NotificationProps, timeout?: number | null): string;
26
26
  //# sourceMappingURL=NotificationsStore.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationsStore.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationsStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,YAAY,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,oBAAY,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC7B,aAAa,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC;AACF,oBAAY,mBAAmB,GAAG;IAC9B,GAAG,EAAE,gBAAgB,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,uDAkB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB,OAAQ,MAAM,yBAK3C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,iBAAiB,EAAE,OAAO,GAAE,MAAM,GAAG,IAAW,UAe5G"}
1
+ {"version":3,"file":"NotificationsStore.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/NotificationsStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,YAAY,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,oBAAY,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AACF,oBAAY,kBAAkB,GAAG;IAC7B,aAAa,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC;AACF,oBAAY,mBAAmB,GAAG;IAC9B,GAAG,EAAE,gBAAgB,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,uDAkB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB,OAAQ,MAAM,yBAM3C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe,CAC3B,EAAE,EAAE,EAAE,UAAU,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,EAAE,iBAAiB,EAC9D,OAAO,GAAE,MAAM,GAAG,IAAW,UAoBhC"}