@epam/uui 5.13.3-beta.2 → 5.13.3-rc.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 (122) hide show
  1. package/components/buttons/Button.d.ts +1 -1
  2. package/components/buttons/Button.d.ts.map +1 -1
  3. package/components/buttons/LinkButton.d.ts.map +1 -1
  4. package/components/datePickers/CalendarPresets.d.ts.map +1 -1
  5. package/components/datePickers/DatePicker.d.ts.map +1 -1
  6. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  7. package/components/datePickers/DatePickerHeader.d.ts +1 -1
  8. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  9. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  10. package/components/datePickers/RangeDatePickerBody.d.ts +1 -1
  11. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  12. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
  13. package/components/errors/ErrorHandler.d.ts +1 -2
  14. package/components/errors/ErrorHandler.d.ts.map +1 -1
  15. package/components/fileUpload/FileCard.d.ts.map +1 -1
  16. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  17. package/components/filters/FilterItemBody.d.ts.map +1 -1
  18. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  19. package/components/filters/FilterPanelItemToggler.d.ts +1 -1
  20. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
  21. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  22. package/components/filters/FiltersPanel.d.ts.map +1 -1
  23. package/components/inputs/Checkbox.d.ts.map +1 -1
  24. package/components/inputs/MultiSwitch.d.ts +13 -12
  25. package/components/inputs/MultiSwitch.d.ts.map +1 -1
  26. package/components/inputs/Rating.d.ts.map +1 -1
  27. package/components/inputs/Switch.d.ts.map +1 -1
  28. package/components/inputs/TextArea.d.ts.map +1 -1
  29. package/components/inputs/timePicker/types.d.ts +0 -1
  30. package/components/inputs/timePicker/types.d.ts.map +1 -1
  31. package/components/layout/Accordion.d.ts.map +1 -1
  32. package/components/layout/FlexItems/FlexRow.d.ts +8 -21
  33. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  34. package/components/layout/LabeledInput.d.ts +0 -1
  35. package/components/layout/LabeledInput.d.ts.map +1 -1
  36. package/components/overlays/Alert.d.ts +2 -4
  37. package/components/overlays/Alert.d.ts.map +1 -1
  38. package/components/overlays/Dropdown.d.ts +1 -1
  39. package/components/overlays/Dropdown.d.ts.map +1 -1
  40. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  41. package/components/overlays/Modals.d.ts +8 -15
  42. package/components/overlays/Modals.d.ts.map +1 -1
  43. package/components/overlays/NotificationCard.d.ts.map +1 -1
  44. package/components/pickers/DataPickerBody.d.ts +1 -1
  45. package/components/pickers/DataPickerBody.d.ts.map +1 -1
  46. package/components/pickers/DataPickerCell.d.ts +3 -5
  47. package/components/pickers/DataPickerCell.d.ts.map +1 -1
  48. package/components/pickers/DataPickerFooter.d.ts +1 -1
  49. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  50. package/components/pickers/DataPickerHeader.d.ts.map +1 -1
  51. package/components/pickers/DataPickerRow.d.ts +1 -1
  52. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  53. package/components/pickers/PickerBodyMobileView.d.ts +5 -25
  54. package/components/pickers/PickerBodyMobileView.d.ts.map +1 -1
  55. package/components/pickers/PickerInput.d.ts +1 -1
  56. package/components/pickers/PickerInput.d.ts.map +1 -1
  57. package/components/pickers/PickerItem.d.ts.map +1 -1
  58. package/components/pickers/PickerList.d.ts +2 -2
  59. package/components/pickers/PickerList.d.ts.map +1 -1
  60. package/components/pickers/{PickerListItem.d.ts → PickerListRow.d.ts} +2 -2
  61. package/components/pickers/PickerListRow.d.ts.map +1 -0
  62. package/components/pickers/PickerModal.d.ts +1 -1
  63. package/components/pickers/PickerModal.d.ts.map +1 -1
  64. package/components/pickers/PickerToggler.d.ts +4 -5
  65. package/components/pickers/PickerToggler.d.ts.map +1 -1
  66. package/components/pickers/PickerTogglerTag.d.ts +3 -3
  67. package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
  68. package/components/pickers/index.d.ts +1 -2
  69. package/components/pickers/index.d.ts.map +1 -1
  70. package/components/pickers/types.d.ts +1 -1
  71. package/components/pickers/types.d.ts.map +1 -1
  72. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
  73. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
  74. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
  75. package/components/tables/DataTable.d.ts +5 -13
  76. package/components/tables/DataTable.d.ts.map +1 -1
  77. package/components/tables/DataTableCell.d.ts +3 -7
  78. package/components/tables/DataTableCell.d.ts.map +1 -1
  79. package/components/tables/DataTableHeaderCell.d.ts +6 -8
  80. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  81. package/components/tables/DataTableHeaderGroupCell.d.ts +5 -3
  82. package/components/tables/DataTableHeaderGroupCell.d.ts.map +1 -1
  83. package/components/tables/DataTableHeaderRow.d.ts +1 -1
  84. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  85. package/components/tables/DataTableRow.d.ts +4 -6
  86. package/components/tables/DataTableRow.d.ts.map +1 -1
  87. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  88. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
  89. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
  90. package/components/tables/types.d.ts +5 -3
  91. package/components/tables/types.d.ts.map +1 -1
  92. package/components/types.d.ts +0 -1
  93. package/components/types.d.ts.map +1 -1
  94. package/components/typography/RichTextView.d.ts +1 -1
  95. package/components/typography/RichTextView.d.ts.map +1 -1
  96. package/components/typography/Text.d.ts +5 -5
  97. package/components/typography/Text.d.ts.map +1 -1
  98. package/components/widgets/CountIndicator.d.ts +3 -5
  99. package/components/widgets/CountIndicator.d.ts.map +1 -1
  100. package/components/widgets/DataRowAddons.d.ts +8 -15
  101. package/components/widgets/DataRowAddons.d.ts.map +1 -1
  102. package/components/widgets/Paginator.d.ts +1 -1
  103. package/components/widgets/Paginator.d.ts.map +1 -1
  104. package/components/widgets/StatusIndicator.d.ts +3 -5
  105. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  106. package/icons/icons.d.ts +21 -0
  107. package/icons/icons.d.ts.map +1 -0
  108. package/index.d.ts +1 -0
  109. package/index.d.ts.map +1 -1
  110. package/index.esm.js +1361 -1468
  111. package/index.esm.js.map +1 -1
  112. package/index.js +1359 -1467
  113. package/index.js.map +1 -1
  114. package/package.json +5 -5
  115. package/settings.d.ts +2 -417
  116. package/settings.d.ts.map +1 -1
  117. package/settings.types.d.ts +238 -0
  118. package/settings.types.d.ts.map +1 -0
  119. package/stats.html +1 -19
  120. package/styles.css +1091 -1181
  121. package/styles.css.map +1 -1
  122. package/components/pickers/PickerListItem.d.ts.map +0 -1
@@ -1,27 +1,20 @@
1
1
  import React from 'react';
2
- import { DataRowProps, DndEventHandlers, Overwrite } from '@epam/uui-core';
3
- import type { ControlSize } from '../types';
4
- interface DataRowAddonsMods {
5
- /** Controls size. */
6
- size?: ControlSize | '60';
7
- }
8
- export interface DataRowAddonsModsOverride {
9
- }
10
- interface DataRowAddonsCoreProps<TItem, TId> {
2
+ import { DataRowProps, DndEventHandlers } from '@epam/uui-core';
3
+ import { ControlSize } from '../types';
4
+ /**
5
+ * Props of DataRowAddons.
6
+ */
7
+ export interface DataRowAddonsProps<TItem, TId> {
11
8
  /** DataRowProps object for the row where an addon is placed. */
12
9
  rowProps: DataRowProps<TItem, TId>;
13
10
  /** HTML tabIndex attribute to set on the cell. */
14
11
  tabIndex?: React.HTMLAttributes<HTMLElement>['tabIndex'];
12
+ /** Controls size. */
13
+ size?: ControlSize | '60';
15
14
  /**
16
15
  * Drag'n'drop marker event handlers.
17
16
  */
18
17
  eventHandlers?: DndEventHandlers;
19
18
  }
20
- /**
21
- * Props of DataRowAddons.
22
- */
23
- export interface DataRowAddonsProps<TItem, TId> extends DataRowAddonsCoreProps<TItem, TId>, Overwrite<DataRowAddonsMods, DataRowAddonsModsOverride> {
24
- }
25
19
  export declare function DataRowAddons<TItem, TId>(props: DataRowAddonsProps<TItem, TId>): JSX.Element;
26
- export {};
27
20
  //# sourceMappingURL=DataRowAddons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataRowAddons.d.ts","sourceRoot":"","sources":["../../../components/widgets/DataRowAddons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA0B,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGnG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAK5C,UAAU,iBAAiB;IACvB,qBAAqB;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,yBAAyB;CAAG;AAE7C,UAAU,sBAAsB,CAAC,KAAK,EAAE,GAAG;IACvC,gEAAgE;IAChE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACnC,kDAAkD;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;IACzD;;OAEG;IACH,aAAa,CAAC,EAAE,gBAAgB,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,sBAAsB,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,SAAS,CAAC,iBAAiB,EAAE,yBAAyB,CAAC;CAAG;AAEtJ,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,eAoD9E"}
1
+ {"version":3,"file":"DataRowAddons.d.ts","sourceRoot":"","sources":["../../../components/widgets/DataRowAddons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGxF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,EAAE,GAAG;IAC1C,gEAAgE;IAChE,QAAQ,EAAE,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;IACnC,kDAAkD;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;IACzD,qBAAqB;IACrB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,gBAAgB,CAAC;CACpC;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,EAAE,GAAG,CAAC,eAoD9E"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { Overwrite } from '@epam/uui-core';
2
+ import { Overwrite } from '@epam/uui-core';
3
3
  import { PaginatorProps as UuiPaginatorProps } from '@epam/uui-components';
4
4
  export interface PaginatorModsOverride {
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAoD,cAAc,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAM7H,MAAM,WAAW,qBAAqB;CAAG;AAEzC,UAAU,aAAa;IACnB;;;SAGK;IACL,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE7G,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eAqD9C"}
1
+ {"version":3,"file":"Paginator.d.ts","sourceRoot":"","sources":["../../../components/widgets/Paginator.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAoD,cAAc,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAO7H,MAAM,WAAW,qBAAqB;CAAG;AAEzC,UAAU,aAAa;IACnB;;;SAGK;IACL,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,cAAe,SAAQ,iBAAiB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE7G,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eAqD9C"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { IHasCX, Overwrite } from '@epam/uui-core';
2
+ import { IHasCX } from '@epam/uui-core';
3
3
  type StatusIndicatorColor = 'neutral' | 'info' | 'success' | 'warning' | 'critical';
4
4
  type StatusIndicatorMods = {
5
5
  /**
@@ -8,8 +8,6 @@ type StatusIndicatorMods = {
8
8
  */
9
9
  color?: StatusIndicatorColor;
10
10
  };
11
- export interface StatusIndicatorModsOverride {
12
- }
13
11
  export type StatusIndicatorCoreProps = IHasCX & {
14
12
  /**
15
13
  * Component size. If omitted, 24 size will be used.
@@ -24,7 +22,7 @@ export type StatusIndicatorCoreProps = IHasCX & {
24
22
  /** Component caption. */
25
23
  caption: string;
26
24
  };
27
- export type StatusIndicatorProps = StatusIndicatorCoreProps & Overwrite<StatusIndicatorMods, StatusIndicatorModsOverride>;
25
+ export type StatusIndicatorProps = StatusIndicatorCoreProps & StatusIndicatorMods;
28
26
  export declare const StatusIndicator: React.ForwardRefExoticComponent<IHasCX & {
29
27
  /**
30
28
  * Component size. If omitted, 24 size will be used.
@@ -38,6 +36,6 @@ export declare const StatusIndicator: React.ForwardRefExoticComponent<IHasCX & {
38
36
  fill?: 'solid' | 'outline';
39
37
  /** Component caption. */
40
38
  caption: string;
41
- } & Omit<StatusIndicatorMods, never> & StatusIndicatorModsOverride & React.RefAttributes<HTMLDivElement>>;
39
+ } & StatusIndicatorMods & React.RefAttributes<HTMLDivElement>>;
42
40
  export {};
43
41
  //# sourceMappingURL=StatusIndicator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/StatusIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAKxD,KAAK,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpF,KAAK,mBAAmB,GAAG;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF,MAAM,WAAW,2BAA2B;CAAG;AAE/C,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,yBAAyB;IACzB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG,SAAS,CAAC,mBAAmB,EAAE,2BAA2B,CAAC,CAAC;AAE1H,eAAO,MAAM,eAAe;IAhBxB;;;OAGG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;IACzB;;;OAGG;WACI,OAAO,GAAG,SAAS;IAC1B,yBAAyB;aAChB,MAAM;yGAsBjB,CAAC"}
1
+ {"version":3,"file":"StatusIndicator.d.ts","sourceRoot":"","sources":["../../../components/widgets/StatusIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAIxC,KAAK,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpF,KAAK,mBAAmB,GAAG;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG;IAC5C;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,yBAAyB;IACzB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG,mBAAmB,CAAC;AAElF,eAAO,MAAM,eAAe;IAhBxB;;;OAGG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;IACzB;;;OAGG;WACI,OAAO,GAAG,SAAS;IAC1B,yBAAyB;aAChB,MAAM;8DAsBjB,CAAC"}
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ export declare const fileIcons: {
3
+ docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
4
+ exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
5
+ pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
6
+ imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
7
+ videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
8
+ tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
9
+ textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
10
+ mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
11
+ fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
12
+ };
13
+ export declare const systemIcons: {
14
+ readonly clear: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
15
+ readonly foldingArrow: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
16
+ readonly accept: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
17
+ readonly search: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
18
+ readonly calendar: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
19
+ readonly info: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
20
+ };
21
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":";AAgBA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC"}
package/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './components';
3
3
  export * from './i18n';
4
4
  export * from './helpers';
5
5
  export * from './settings';
6
+ export type * from './settings.types';
6
7
  export type { DataTableCellContainerProps } from '@epam/uui-components';
7
8
  export { DataTableCellContainer } from '@epam/uui-components';
8
9
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAE3B,YAAY,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"AAAA,OAAO,iCAAiC,CAAC;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,mBAAmB,kBAAkB,CAAC;AAEtC,YAAY,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC"}