@astral/ui 4.70.0 → 4.71.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 (159) hide show
  1. package/components/Accordion/styles.d.ts +1 -0
  2. package/components/Alert/styles.d.ts +2 -0
  3. package/components/AutoSaveIndicator/styles.d.ts +2 -0
  4. package/components/BottomDrawer/styles.d.ts +1 -0
  5. package/components/Chip/styles.d.ts +1 -0
  6. package/components/CodeField/styles.d.ts +1 -0
  7. package/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
  8. package/components/CollapsibleTypography/styles.d.ts +1 -0
  9. package/components/ConfirmAction/styles.d.ts +1 -0
  10. package/components/CopyTypography/styles.d.ts +1 -0
  11. package/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
  12. package/components/DashboardSidebarPopover/styles.d.ts +1 -0
  13. package/components/DataGrid/Cell/Cell.js +5 -2
  14. package/components/DataGrid/Cell/constants.d.ts +1 -0
  15. package/components/DataGrid/Cell/constants.js +1 -0
  16. package/components/DataGrid/Cell/styles.d.ts +1 -0
  17. package/components/DataGrid/Cell/styles.js +4 -0
  18. package/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
  19. package/components/DataGrid/Cell/useLogic/useLogic.js +6 -2
  20. package/components/DataGrid/DataGrid.js +2 -2
  21. package/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
  22. package/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
  23. package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
  24. package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
  25. package/components/DataGrid/Row/styles.d.ts +1 -0
  26. package/components/DataGrid/types.d.ts +8 -0
  27. package/components/DataGridPagination/styles.d.ts +1 -0
  28. package/components/DataGridPaginationContainer/styles.d.ts +1 -0
  29. package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
  30. package/components/Description/Description.d.ts +4 -0
  31. package/components/Description/Description.js +5 -2
  32. package/components/Description/Value/Value.d.ts +1 -1
  33. package/components/Description/Value/styles.d.ts +2 -0
  34. package/components/Description/constants.d.ts +1 -0
  35. package/components/Description/constants.js +1 -0
  36. package/components/Description/styles.js +4 -0
  37. package/components/DescriptionList/DescriptionList.d.ts +1 -1
  38. package/components/DescriptionList/DescriptionList.js +4 -3
  39. package/components/DescriptionList/styles.d.ts +2 -1
  40. package/components/DescriptionList/types.d.ts +2 -2
  41. package/components/Fieldset/styles.d.ts +2 -0
  42. package/components/Filename/styles.d.ts +1 -0
  43. package/components/FlowButton/styles.d.ts +1 -0
  44. package/components/JsonViewer/NodeValue/styles.d.ts +3 -0
  45. package/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
  46. package/components/MenuGroup/styles.d.ts +1 -0
  47. package/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
  48. package/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
  49. package/components/MenuOrganization/styles.d.ts +1 -0
  50. package/components/MinimalisticPagination/styles.d.ts +1 -0
  51. package/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
  52. package/components/NewStepper/Step/Description/styles.d.ts +1 -0
  53. package/components/NewStepper/Step/Label/styles.d.ts +2 -0
  54. package/components/NotFoundPage/styles.d.ts +2 -0
  55. package/components/Notification/NotificationTemplate/styles.d.ts +2 -0
  56. package/components/NotificationList/ListItem/styles.d.ts +1 -0
  57. package/components/OverflowTypography/OverflowTypography.d.ts +1 -0
  58. package/components/OverflowTypography/styles.d.ts +2 -0
  59. package/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
  60. package/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
  61. package/components/PageHeader/Title/styles.d.ts +1 -0
  62. package/components/Pagination/PaginationItem/styles.d.ts +1 -0
  63. package/components/PinButton/styles.d.ts +1 -0
  64. package/components/ProductSwitcher/Content/styles.d.ts +1 -0
  65. package/components/Tree/TreeItem/styles.d.ts +2 -0
  66. package/components/Typography/Typography.d.ts +1 -0
  67. package/components/Typography/Typography.js +13 -4
  68. package/components/Typography/constants.d.ts +1 -0
  69. package/components/Typography/constants.js +2 -1
  70. package/components/Typography/styles.js +4 -0
  71. package/components/Typography/types.d.ts +4 -0
  72. package/components/WelcomeScreen/styles.d.ts +2 -0
  73. package/components/fileUploading/FileInfo/styles.d.ts +1 -0
  74. package/components/fileUploading/restrictions/restrictFileType/restrictFileType.js +9 -6
  75. package/components/fileUploading/services/MimeTypeRegistry/MimeTypeRegistry.d.ts +8 -0
  76. package/components/fileUploading/services/MimeTypeRegistry/MimeTypeRegistry.js +35 -1
  77. package/components/placeholders/Placeholder/styles.d.ts +2 -0
  78. package/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
  79. package/hook-form/EditableText/styles.d.ts +1 -0
  80. package/node/components/Accordion/styles.d.ts +1 -0
  81. package/node/components/Alert/styles.d.ts +2 -0
  82. package/node/components/AutoSaveIndicator/styles.d.ts +2 -0
  83. package/node/components/BottomDrawer/styles.d.ts +1 -0
  84. package/node/components/Chip/styles.d.ts +1 -0
  85. package/node/components/CodeField/styles.d.ts +1 -0
  86. package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
  87. package/node/components/CollapsibleTypography/styles.d.ts +1 -0
  88. package/node/components/ConfirmAction/styles.d.ts +1 -0
  89. package/node/components/CopyTypography/styles.d.ts +1 -0
  90. package/node/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
  91. package/node/components/DashboardSidebarPopover/styles.d.ts +1 -0
  92. package/node/components/DataGrid/Cell/Cell.js +5 -2
  93. package/node/components/DataGrid/Cell/constants.d.ts +1 -0
  94. package/node/components/DataGrid/Cell/constants.js +1 -0
  95. package/node/components/DataGrid/Cell/styles.d.ts +1 -0
  96. package/node/components/DataGrid/Cell/styles.js +4 -0
  97. package/node/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
  98. package/node/components/DataGrid/Cell/useLogic/useLogic.js +5 -1
  99. package/node/components/DataGrid/DataGrid.js +2 -2
  100. package/node/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
  101. package/node/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
  102. package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
  103. package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
  104. package/node/components/DataGrid/Row/styles.d.ts +1 -0
  105. package/node/components/DataGrid/types.d.ts +8 -0
  106. package/node/components/DataGridPagination/styles.d.ts +1 -0
  107. package/node/components/DataGridPaginationContainer/styles.d.ts +1 -0
  108. package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
  109. package/node/components/Description/Description.d.ts +4 -0
  110. package/node/components/Description/Description.js +5 -2
  111. package/node/components/Description/Value/Value.d.ts +1 -1
  112. package/node/components/Description/Value/styles.d.ts +2 -0
  113. package/node/components/Description/constants.d.ts +1 -0
  114. package/node/components/Description/constants.js +1 -0
  115. package/node/components/Description/styles.js +4 -0
  116. package/node/components/DescriptionList/DescriptionList.d.ts +1 -1
  117. package/node/components/DescriptionList/DescriptionList.js +4 -3
  118. package/node/components/DescriptionList/styles.d.ts +2 -1
  119. package/node/components/DescriptionList/types.d.ts +2 -2
  120. package/node/components/Fieldset/styles.d.ts +2 -0
  121. package/node/components/Filename/styles.d.ts +1 -0
  122. package/node/components/FlowButton/styles.d.ts +1 -0
  123. package/node/components/JsonViewer/NodeValue/styles.d.ts +3 -0
  124. package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
  125. package/node/components/MenuGroup/styles.d.ts +1 -0
  126. package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
  127. package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
  128. package/node/components/MenuOrganization/styles.d.ts +1 -0
  129. package/node/components/MinimalisticPagination/styles.d.ts +1 -0
  130. package/node/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
  131. package/node/components/NewStepper/Step/Description/styles.d.ts +1 -0
  132. package/node/components/NewStepper/Step/Label/styles.d.ts +2 -0
  133. package/node/components/NotFoundPage/styles.d.ts +2 -0
  134. package/node/components/Notification/NotificationTemplate/styles.d.ts +2 -0
  135. package/node/components/NotificationList/ListItem/styles.d.ts +1 -0
  136. package/node/components/OverflowTypography/OverflowTypography.d.ts +1 -0
  137. package/node/components/OverflowTypography/styles.d.ts +2 -0
  138. package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
  139. package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
  140. package/node/components/PageHeader/Title/styles.d.ts +1 -0
  141. package/node/components/Pagination/PaginationItem/styles.d.ts +1 -0
  142. package/node/components/PinButton/styles.d.ts +1 -0
  143. package/node/components/ProductSwitcher/Content/styles.d.ts +1 -0
  144. package/node/components/Tree/TreeItem/styles.d.ts +2 -0
  145. package/node/components/Typography/Typography.d.ts +1 -0
  146. package/node/components/Typography/Typography.js +13 -4
  147. package/node/components/Typography/constants.d.ts +1 -0
  148. package/node/components/Typography/constants.js +2 -1
  149. package/node/components/Typography/styles.js +4 -0
  150. package/node/components/Typography/types.d.ts +4 -0
  151. package/node/components/WelcomeScreen/styles.d.ts +2 -0
  152. package/node/components/fileUploading/FileInfo/styles.d.ts +1 -0
  153. package/node/components/fileUploading/restrictions/restrictFileType/restrictFileType.js +9 -6
  154. package/node/components/fileUploading/services/MimeTypeRegistry/MimeTypeRegistry.d.ts +8 -0
  155. package/node/components/fileUploading/services/MimeTypeRegistry/MimeTypeRegistry.js +35 -1
  156. package/node/components/placeholders/Placeholder/styles.d.ts +2 -0
  157. package/node/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
  158. package/node/hook-form/EditableText/styles.d.ts +1 -0
  159. package/package.json +1 -1
@@ -13,4 +13,5 @@ export declare const Typography: import("react").ForwardRefExoticComponent<impor
13
13
  component?: ComponentProp | undefined;
14
14
  isUpperCase?: boolean | undefined;
15
15
  withoutCalt?: boolean | undefined;
16
+ isTabularNums?: boolean | undefined;
16
17
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement>>;
@@ -4,12 +4,21 @@ exports.Typography = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const react_1 = require("react");
6
6
  const classNames_1 = require("../utils/classNames");
7
+ const cva_1 = require("../utils/cva");
7
8
  const constants_1 = require("./constants");
8
9
  const hooks_1 = require("./hooks");
9
10
  const styles_1 = require("./styles");
10
- exports.Typography = (0, react_1.forwardRef)(({ children, color, colorIntensity = '800', component, withoutCalt, className, ...props }, ref) => {
11
+ const typographyCva = (0, cva_1.cva)(constants_1.typographyClassnames.root, {
12
+ variants: {
13
+ isTabularNums: {
14
+ true: constants_1.typographyClassnames.tabularNums,
15
+ },
16
+ withoutCalt: {
17
+ true: constants_1.typographyClassnames.withoutCalt,
18
+ },
19
+ },
20
+ });
21
+ exports.Typography = (0, react_1.forwardRef)(({ children, color, colorIntensity = '800', component, withoutCalt, className, isTabularNums, ...props }, ref) => {
11
22
  const typographyColor = (0, hooks_1.useTypographyColor)({ color, colorIntensity });
12
- return ((0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: (0, classNames_1.classNames)(constants_1.typographyClassnames.root, className, {
13
- [constants_1.typographyClassnames.withoutCalt]: withoutCalt,
14
- }), children: children }));
23
+ return ((0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: (0, classNames_1.classNames)(typographyCva({ isTabularNums, withoutCalt }), className), children: children }));
15
24
  });
@@ -1,4 +1,5 @@
1
1
  export declare const typographyClassnames: {
2
2
  root: string;
3
3
  withoutCalt: string;
4
+ tabularNums: string;
4
5
  };
@@ -4,5 +4,6 @@ exports.typographyClassnames = void 0;
4
4
  const createUIKitClassname_1 = require("../utils/createUIKitClassname");
5
5
  exports.typographyClassnames = {
6
6
  root: (0, createUIKitClassname_1.createUIKitClassname)('typography'),
7
- withoutCalt: 'typography_without-calt',
7
+ withoutCalt: (0, createUIKitClassname_1.createUIKitClassname)('typography_without-calt'),
8
+ tabularNums: (0, createUIKitClassname_1.createUIKitClassname)('typography_tabular-nums'),
8
9
  };
@@ -15,4 +15,8 @@ exports.TypographyWrapper = (0, styled_1.styled)(Typography_1.default, {
15
15
  .${constants_1.typographyClassnames.withoutCalt} {
16
16
  font-feature-settings: "calt" 0;
17
17
  }
18
+
19
+ &.${constants_1.typographyClassnames.tabularNums} {
20
+ font-feature-settings: "tnum" 1;
21
+ }
18
22
  `;
@@ -35,4 +35,8 @@ export type TypographyProps = TypographyPropsBase & {
35
35
  * Отключает контекстные альтернативы шрифта. Подробнее в [документации](https://ui-kit.astral.ru/?path=/docs/getting-started-fonts--docs)
36
36
  */
37
37
  withoutCalt?: boolean;
38
+ /**
39
+ * Включает моноширинные цифры.
40
+ */
41
+ isTabularNums?: boolean;
38
42
  } & HTMLAttributes<HTMLParagraphElement>;
@@ -22,6 +22,7 @@ export declare const Greeting: import("@emotion/styled/dist/declarations/src/typ
22
22
  component?: import("../Typography/types").ComponentProp | undefined;
23
23
  isUpperCase?: boolean | undefined;
24
24
  withoutCalt?: boolean | undefined;
25
+ isTabularNums?: boolean | undefined;
25
26
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
26
27
  theme?: import("@emotion/react").Theme | undefined;
27
28
  }, {}, {}>;
@@ -32,6 +33,7 @@ export declare const UserName: import("@emotion/styled/dist/declarations/src/typ
32
33
  component?: import("../Typography/types").ComponentProp | undefined;
33
34
  isUpperCase?: boolean | undefined;
34
35
  withoutCalt?: boolean | undefined;
36
+ isTabularNums?: boolean | undefined;
35
37
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
36
38
  theme?: import("@emotion/react").Theme | undefined;
37
39
  }, {}, {}>;
@@ -350,6 +350,7 @@ export declare const FileSize: import("@emotion/styled/dist/declarations/src/typ
350
350
  component?: import("../../Typography/types").ComponentProp | undefined;
351
351
  isUpperCase?: boolean | undefined;
352
352
  withoutCalt?: boolean | undefined;
353
+ isTabularNums?: boolean | undefined;
353
354
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
354
355
  theme?: import("@emotion/react").Theme | undefined;
355
356
  }, {}, {}>;
@@ -4,9 +4,14 @@ exports.restrictFileType = void 0;
4
4
  const MimeTypeRegistry_1 = require("../../services/MimeTypeRegistry");
5
5
  const constants_1 = require("./constants");
6
6
  const utils_1 = require("./utils");
7
- const getAcceptMimeTypes = (acceptMeta) => acceptMeta.mimeTypes.concat(...acceptMeta.extensions
8
- .map((extension) => MimeTypeRegistry_1.MimeTypeRegistry.getInstance().getMimeTypeByExtension(extension))
9
- .filter((value) => typeof value === 'string'));
7
+ const getAcceptMimeTypes = (acceptMeta) => {
8
+ return [
9
+ ...new Set([
10
+ ...acceptMeta.mimeTypes,
11
+ ...acceptMeta.extensions.flatMap((extension) => MimeTypeRegistry_1.MimeTypeRegistry.getInstance().getMimeTypesByExtension(extension)),
12
+ ]),
13
+ ];
14
+ };
10
15
  const checkEmptyAccept = (acceptMeta) => !acceptMeta.extensions.length &&
11
16
  !acceptMeta.mimeTypes.length &&
12
17
  !acceptMeta.generalMimeTypes.length;
@@ -23,9 +28,7 @@ const restrictFileType = (acceptMeta) => (file) => {
23
28
  }
24
29
  return undefined;
25
30
  }
26
- const isInconsistencyExtensionAndMimeType = !MimeTypeRegistry_1.MimeTypeRegistry.getInstance()
27
- .getExtensionsByMimeType(fileMeta.mimeType)
28
- ?.includes(fileMeta.extension);
31
+ const isInconsistencyExtensionAndMimeType = !MimeTypeRegistry_1.MimeTypeRegistry.getInstance().isExtensionValidForMimeType(fileMeta.mimeType, fileMeta.extension);
29
32
  if (isInconsistencyExtensionAndMimeType) {
30
33
  return constants_1.INCONSISTENCY_EXTENSION_AND_MIME_TYPE_ERROR_INFO;
31
34
  }
@@ -5,5 +5,13 @@ export declare class MimeTypeRegistry {
5
5
  private constructor();
6
6
  getMimeTypeByExtension(extension: string): string | null;
7
7
  getExtensionsByMimeType(mimeType: string): string[] | null;
8
+ /**
9
+ * Проверяет, что расширение файла допустимо для указанного MIME-типа.
10
+ * Учитывает wildcard-расширения из mime-db (например, `*xml` для `text/xml`).
11
+ */
12
+ isExtensionValidForMimeType(mimeType: string, extension: string): boolean;
13
+ getMimeTypesByExtension(extension: string): string[];
14
+ private normalizeExtension;
15
+ private matchExtension;
8
16
  static getInstance(): MimeTypeRegistry;
9
17
  }
@@ -13,11 +13,45 @@ class MimeTypeRegistry {
13
13
  }
14
14
  }
15
15
  getMimeTypeByExtension(extension) {
16
- return (this.extensionsMap.get(extension.toLowerCase().replace('.', '')) || null);
16
+ return this.extensionsMap.get(this.normalizeExtension(extension)) || null;
17
17
  }
18
18
  getExtensionsByMimeType(mimeType) {
19
19
  return this.mimeTypesMap[mimeType] || null;
20
20
  }
21
+ /**
22
+ * Проверяет, что расширение файла допустимо для указанного MIME-типа.
23
+ * Учитывает wildcard-расширения из mime-db (например, `*xml` для `text/xml`).
24
+ */
25
+ isExtensionValidForMimeType(mimeType, extension) {
26
+ const extensions = this.getExtensionsByMimeType(mimeType);
27
+ if (!extensions) {
28
+ return false;
29
+ }
30
+ return extensions.some((registeredExtension) => this.matchExtension(registeredExtension, extension));
31
+ }
32
+ getMimeTypesByExtension(extension) {
33
+ const normalizedExtension = this.normalizeExtension(extension);
34
+ const mimeTypes = [];
35
+ for (const [mimeType, extensions] of Object.entries(this.mimeTypesMap)) {
36
+ if (extensions.some((registeredExtension) => this.matchExtension(registeredExtension, normalizedExtension))) {
37
+ mimeTypes.push(mimeType);
38
+ }
39
+ }
40
+ return mimeTypes;
41
+ }
42
+ normalizeExtension(extension) {
43
+ return extension.toLowerCase().replace(/^\./, '');
44
+ }
45
+ matchExtension(registeredExtension, fileExtension) {
46
+ const normalizedFile = this.normalizeExtension(fileExtension);
47
+ const normalizedRegistered = registeredExtension.toLowerCase();
48
+ // Отдельная обработка для wildcard mime types, например xml === *xml
49
+ if (normalizedRegistered.startsWith('*')) {
50
+ const suffix = normalizedRegistered.slice(1);
51
+ return normalizedFile === suffix || normalizedFile.endsWith(suffix);
52
+ }
53
+ return normalizedRegistered === normalizedFile;
54
+ }
21
55
  static getInstance() {
22
56
  const instance = this.instanceRef?.deref();
23
57
  if (instance) {
@@ -18,6 +18,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
18
18
  component?: import("../../Typography/types").ComponentProp | undefined;
19
19
  isUpperCase?: boolean | undefined;
20
20
  withoutCalt?: boolean | undefined;
21
+ isTabularNums?: boolean | undefined;
21
22
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
22
23
  theme?: import("@emotion/react").Theme | undefined;
23
24
  } & WithSize, {}, {}>;
@@ -28,6 +29,7 @@ export declare const Description: import("@emotion/styled/dist/declarations/src/
28
29
  component?: import("../../Typography/types").ComponentProp | undefined;
29
30
  isUpperCase?: boolean | undefined;
30
31
  withoutCalt?: boolean | undefined;
32
+ isTabularNums?: boolean | undefined;
31
33
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
32
34
  theme?: import("@emotion/react").Theme | undefined;
33
35
  } & WithSize, {}, {}>;
@@ -10,6 +10,7 @@ export declare const Description: import("@emotion/styled/dist/declarations/src/
10
10
  component?: import("../../../components/Typography/types").ComponentProp | undefined;
11
11
  isUpperCase?: boolean | undefined;
12
12
  withoutCalt?: boolean | undefined;
13
+ isTabularNums?: boolean | undefined;
13
14
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
14
15
  theme?: import("@emotion/react").Theme | undefined;
15
16
  }, {}, {}>;
@@ -6,6 +6,7 @@ export declare const DisplayValue: import("@emotion/styled/dist/declarations/src
6
6
  component?: import("../../components/Typography/types").ComponentProp | undefined;
7
7
  isUpperCase?: boolean | undefined;
8
8
  withoutCalt?: boolean | undefined;
9
+ isTabularNums?: boolean | undefined;
9
10
  } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
10
11
  theme?: import("@emotion/react").Theme | undefined;
11
12
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.70.0",
3
+ "version": "4.71.1",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {