@epam/uui 5.4.3 → 5.5.1

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 (155) hide show
  1. package/assets/styles/text-size.scss +5 -0
  2. package/components/buttons/Button.d.ts +22 -11
  3. package/components/buttons/Button.d.ts.map +1 -1
  4. package/components/buttons/IconButton.d.ts +9 -7
  5. package/components/buttons/IconButton.d.ts.map +1 -1
  6. package/components/buttons/LinkButton.d.ts +7 -4
  7. package/components/buttons/LinkButton.d.ts.map +1 -1
  8. package/components/buttons/TabButton.d.ts +10 -4
  9. package/components/buttons/TabButton.d.ts.map +1 -1
  10. package/components/buttons/VerticalTabButton.d.ts +4 -4
  11. package/components/buttons/VerticalTabButton.d.ts.map +1 -1
  12. package/components/datePickers/DatePicker.d.ts +5 -0
  13. package/components/datePickers/DatePicker.d.ts.map +1 -1
  14. package/components/datePickers/DatePickerBody.d.ts +3 -0
  15. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  16. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  17. package/components/datePickers/RangeDatePicker.d.ts +7 -0
  18. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  19. package/components/datePickers/RangeDatePickerBody.d.ts +4 -4
  20. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  21. package/components/dnd/DropMarker.d.ts +5 -1
  22. package/components/dnd/DropMarker.d.ts.map +1 -1
  23. package/components/fileUpload/DropSpot.d.ts +2 -3
  24. package/components/fileUpload/DropSpot.d.ts.map +1 -1
  25. package/components/fileUpload/FileCard.d.ts.map +1 -1
  26. package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
  27. package/components/filters/FilterDatePickerBody.d.ts +2 -2
  28. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  29. package/components/filters/FilterNumericBody.d.ts +15 -0
  30. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  31. package/components/filters/FilterPickerBody.d.ts +2 -2
  32. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  33. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  34. package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
  35. package/components/index.d.ts +0 -1
  36. package/components/index.d.ts.map +1 -1
  37. package/components/inputs/Checkbox.d.ts +11 -2
  38. package/components/inputs/Checkbox.d.ts.map +1 -1
  39. package/components/inputs/InputAddon.d.ts +2 -3
  40. package/components/inputs/InputAddon.d.ts.map +1 -1
  41. package/components/inputs/MultiSwitch.d.ts +24 -8
  42. package/components/inputs/MultiSwitch.d.ts.map +1 -1
  43. package/components/inputs/NumericInput.d.ts +19 -6
  44. package/components/inputs/NumericInput.d.ts.map +1 -1
  45. package/components/inputs/RadioInput.d.ts +12 -5
  46. package/components/inputs/RadioInput.d.ts.map +1 -1
  47. package/components/inputs/Slider.d.ts +3 -6
  48. package/components/inputs/Slider.d.ts.map +1 -1
  49. package/components/inputs/Switch.d.ts +4 -2
  50. package/components/inputs/Switch.d.ts.map +1 -1
  51. package/components/inputs/TextArea.d.ts +19 -7
  52. package/components/inputs/TextArea.d.ts.map +1 -1
  53. package/components/inputs/TextInput.d.ts +15 -6
  54. package/components/inputs/TextInput.d.ts.map +1 -1
  55. package/components/inputs/TimePicker.d.ts.map +1 -1
  56. package/components/layout/Accordion.d.ts +7 -2
  57. package/components/layout/Accordion.d.ts.map +1 -1
  58. package/components/layout/CheckboxGroup.d.ts +21 -2
  59. package/components/layout/CheckboxGroup.d.ts.map +1 -1
  60. package/components/layout/FlexItems/FlexCell.d.ts +3 -1
  61. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  62. package/components/layout/FlexItems/FlexRow.d.ts +3 -2
  63. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  64. package/components/layout/FlexItems/Panel.d.ts +3 -1
  65. package/components/layout/FlexItems/Panel.d.ts.map +1 -1
  66. package/components/layout/LabeledInput.d.ts +3 -1
  67. package/components/layout/LabeledInput.d.ts.map +1 -1
  68. package/components/layout/RadioGroup.d.ts +20 -2
  69. package/components/layout/RadioGroup.d.ts.map +1 -1
  70. package/components/layout/VirtualList.d.ts +5 -6
  71. package/components/layout/VirtualList.d.ts.map +1 -1
  72. package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -1
  73. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
  74. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +2 -1
  75. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
  76. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +2 -1
  77. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
  78. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +2 -1
  79. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
  80. package/components/navigation/MainMenu/GlobalMenu.d.ts +1 -0
  81. package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
  82. package/components/navigation/MainMenu/MainMenu.d.ts +3 -1
  83. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
  84. package/components/navigation/MainMenu/MainMenuAvatar.d.ts +1 -0
  85. package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
  86. package/components/navigation/MainMenu/MainMenuButton.d.ts +2 -1
  87. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  88. package/components/navigation/MainMenu/MainMenuIcon.d.ts +1 -0
  89. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  90. package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -0
  91. package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
  92. package/components/overlays/Alert.d.ts +10 -5
  93. package/components/overlays/Alert.d.ts.map +1 -1
  94. package/components/overlays/ConfirmationModal.d.ts +3 -0
  95. package/components/overlays/ConfirmationModal.d.ts.map +1 -1
  96. package/components/overlays/DropdownContainer.d.ts +9 -1
  97. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  98. package/components/overlays/Modals.d.ts +16 -4
  99. package/components/overlays/Modals.d.ts.map +1 -1
  100. package/components/overlays/NotificationCard.d.ts +14 -7
  101. package/components/overlays/NotificationCard.d.ts.map +1 -1
  102. package/components/overlays/Tooltip.d.ts +8 -4
  103. package/components/overlays/Tooltip.d.ts.map +1 -1
  104. package/components/pickers/DataPickerCell.d.ts +5 -0
  105. package/components/pickers/DataPickerCell.d.ts.map +1 -0
  106. package/components/pickers/DataPickerRow.d.ts +2 -5
  107. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  108. package/components/pickers/MobileDropdownWrapper.d.ts +1 -0
  109. package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
  110. package/components/pickers/PickerInput.d.ts +2 -3
  111. package/components/pickers/PickerInput.d.ts.map +1 -1
  112. package/components/pickers/PickerModal.d.ts.map +1 -1
  113. package/components/pickers/PickerToggler.d.ts +4 -0
  114. package/components/pickers/PickerToggler.d.ts.map +1 -1
  115. package/components/pickers/types.d.ts +7 -0
  116. package/components/pickers/types.d.ts.map +1 -0
  117. package/components/tables/DataTable.d.ts +25 -3
  118. package/components/tables/DataTable.d.ts.map +1 -1
  119. package/components/tables/DataTableCell.d.ts.map +1 -1
  120. package/components/tables/DataTableHeaderCell.d.ts +2 -2
  121. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  122. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  123. package/components/types.d.ts +13 -1
  124. package/components/types.d.ts.map +1 -1
  125. package/components/typography/RichTextView.d.ts +3 -1
  126. package/components/typography/RichTextView.d.ts.map +1 -1
  127. package/components/typography/Text.d.ts +28 -8
  128. package/components/typography/Text.d.ts.map +1 -1
  129. package/components/widgets/Badge.d.ts +33 -16
  130. package/components/widgets/Badge.d.ts.map +1 -1
  131. package/components/widgets/CountIndicator.d.ts +8 -3
  132. package/components/widgets/CountIndicator.d.ts.map +1 -1
  133. package/components/widgets/DataRowAddons.d.ts +16 -0
  134. package/components/widgets/DataRowAddons.d.ts.map +1 -0
  135. package/components/widgets/Paginator.d.ts.map +1 -1
  136. package/components/widgets/ProgressBar.d.ts +10 -2
  137. package/components/widgets/ProgressBar.d.ts.map +1 -1
  138. package/components/widgets/Spinner.d.ts +3 -4
  139. package/components/widgets/Spinner.d.ts.map +1 -1
  140. package/components/widgets/StatusIndicator.d.ts +4 -3
  141. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  142. package/components/widgets/Tag.d.ts +20 -12
  143. package/components/widgets/Tag.d.ts.map +1 -1
  144. package/components/widgets/index.d.ts +1 -0
  145. package/components/widgets/index.d.ts.map +1 -1
  146. package/helpers/textLayout.d.ts +1 -1
  147. package/helpers/textLayout.d.ts.map +1 -1
  148. package/index.esm.js +940 -816
  149. package/index.esm.js.map +1 -1
  150. package/index.js +944 -835
  151. package/index.js.map +1 -1
  152. package/package.json +5 -5
  153. package/stats.html +1 -1
  154. package/styles.css +4878 -4808
  155. package/styles.css.map +1 -1
@@ -1,5 +1,4 @@
1
- import { SpinnerProps as UuiSpinnerProps } from '@epam/uui-components';
2
- export type SpinnerProps = UuiSpinnerProps;
3
- export declare function applySpinnerMods(): string[];
4
- export declare const Spinner: (props: UuiSpinnerProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { SpinnerProps as uuiSpinnerProps } from '@epam/uui-components';
2
+ export type SpinnerProps = uuiSpinnerProps;
3
+ export declare const Spinner: (props: uuiSpinnerProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
4
  //# sourceMappingURL=Spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../components/widgets/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI9F,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAE3C,wBAAgB,gBAAgB,aAE/B;AAED,eAAO,MAAM,OAAO,yJAA0D,CAAC"}
1
+ {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../components/widgets/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAI9F,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAM3C,eAAO,MAAM,OAAO,yJAA0D,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
2
  import { IHasCX } from '@epam/uui-core';
3
- export type StatusIndicatorColors = 'neutral' | 'info' | 'success' | 'warning' | 'critical';
4
- export type StatusIndicatorMods = {
3
+ type StatusIndicatorColor = 'neutral' | 'info' | 'success' | 'warning' | 'critical';
4
+ type StatusIndicatorMods = {
5
5
  /**
6
6
  * Component color.
7
7
  * @default 'neutral'
8
8
  */
9
- color?: StatusIndicatorColors;
9
+ color?: StatusIndicatorColor;
10
10
  };
11
11
  export type StatusIndicatorCoreProps = IHasCX & {
12
12
  /**
@@ -37,4 +37,5 @@ export declare const StatusIndicator: React.ForwardRefExoticComponent<IHasCX & {
37
37
  /** Component caption. */
38
38
  caption: string;
39
39
  } & StatusIndicatorMods & React.RefAttributes<HTMLDivElement>>;
40
+ export {};
40
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,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAE5F,MAAM,MAAM,mBAAmB,GAAG;IAC9B;;;OAGG;IACH,KAAK,CAAC,EAAE,qBAAqB,CAAC;CACjC,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"}
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;AAGxC,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"}
@@ -1,19 +1,27 @@
1
1
  import React from 'react';
2
2
  import { ButtonProps } from '@epam/uui-components';
3
- export type TagSize = '18' | '24' | '30' | '36' | '42' | '48';
4
- export type TagFill = 'solid' | 'outline';
5
- export type TagColor = 'info' | 'success' | 'warning' | 'critical' | 'neutral';
6
- export type TagMods = {
7
- /** @default 'neutral' */
8
- color?: TagColor;
9
- };
3
+ interface TagMods {
4
+ /**
5
+ * Defines component color.
6
+ * @default 'neutral'
7
+ */
8
+ color?: 'info' | 'success' | 'warning' | 'critical' | 'neutral';
9
+ }
10
+ /** Represents the Core properties of the Tag component. */
10
11
  export type TagCoreProps = ButtonProps & {
11
- /** @default '36' */
12
- size?: TagSize;
13
- /** @default 'solid' */
14
- fill?: TagFill;
12
+ /**
13
+ * Defines component size.
14
+ * @default '36'
15
+ */
16
+ size?: '18' | '24' | '30' | '36' | '42' | '48';
17
+ /**
18
+ * Defines component fill style.
19
+ * @default 'solid'
20
+ */
21
+ fill?: 'solid' | 'outline';
15
22
  };
23
+ /** Represents the properties of the Tag component. */
16
24
  export type TagProps = TagCoreProps & TagMods;
17
- export declare function applyTagMods(props: TagProps): string[];
18
25
  export declare const Tag: (props: (TagCoreProps & TagMods) & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
26
+ export {};
19
27
  //# sourceMappingURL=Tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAgB3D,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC9D,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAC1C,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAW/E,MAAM,MAAM,OAAO,GAAG;IAClB,yBAAyB;IACzB,KAAK,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACrC,oBAAoB;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,uBAAuB;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,YAAY,GAAG,OAAO,CAAC;AAE9C,wBAAgB,YAAY,CAAC,KAAK,EAAE,QAAQ,YAQ3C;AAED,eAAO,MAAM,GAAG,oIAUb,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../components/widgets/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAyB3D,UAAU,OAAO;IACb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;CACnE;AAED,2DAA2D;AAC3D,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,sDAAsD;AACtD,MAAM,MAAM,QAAQ,GAAG,YAAY,GAAG,OAAO,CAAC;AAY9C,eAAO,MAAM,GAAG,oIAUb,CAAC"}
@@ -9,4 +9,5 @@ export * from './IndicatorBar';
9
9
  export * from './ProgressBar';
10
10
  export * from './CountIndicator';
11
11
  export * from './StatusIndicator';
12
+ export * from './DataRowAddons';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -4,6 +4,6 @@ export interface TextSettings {
4
4
  fontSize?: '10' | '12' | '14' | '16' | '18' | '24';
5
5
  }
6
6
  export declare function getTextClasses(props: TextSettings & {
7
- size: '18' | ControlSize | '60';
7
+ size: 'none' | '18' | ControlSize | '60';
8
8
  }, border: boolean): string[];
9
9
  //# sourceMappingURL=textLayout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACtD;AAYD,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAAA;CAAE,EAAE,MAAM,EAAE,OAAO,YAgBxG"}
1
+ {"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACtD;AAYD,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,WAAW,GAAG,IAAI,CAAA;CAAE,EAAE,MAAM,EAAE,OAAO,YAgBjH"}