@hh.ru/magritte-ui 137.2.0 → 138.0.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.
package/index.d.ts CHANGED
@@ -17,7 +17,7 @@ export { useDebounce } from '@hh.ru/magritte-common-func-utils';
17
17
  export { Snackbar, SnackbarContainer, SnackbarContextProvider, type SnackbarProps, type SnackbarContainerProps, useAriaSnackbar, } from '@hh.ru/magritte-ui-snackbar';
18
18
  export { useTimer, Timer, type TimerProps } from '@hh.ru/magritte-ui-timer';
19
19
  export { Layer, type LayerName } from '@hh.ru/magritte-ui-layer';
20
- export { Flex, type FlexProps, type ResponsiveValue, type StyleProp, AspectRatio, type AspectRatioProps, } from '@hh.ru/magritte-ui-layout';
20
+ export { Box, type BoxProps, Flex, type FlexProps, type ResponsiveValue, type StyleProp, AspectRatio, type AspectRatioProps, } from '@hh.ru/magritte-ui-layout';
21
21
  export { Text, type TextStyle, type TextTypography, type TextProps } from '@hh.ru/magritte-ui-typography';
22
22
  export * from '@hh.ru/magritte-ui-link';
23
23
  export * from '@hh.ru/magritte-ui-card';
package/index.js CHANGED
@@ -15,7 +15,7 @@ export { useDebounce } from '@hh.ru/magritte-common-func-utils';
15
15
  export { Snackbar, SnackbarContainer, SnackbarContextProvider, useAriaSnackbar } from '@hh.ru/magritte-ui-snackbar';
16
16
  export { Timer, useTimer } from '@hh.ru/magritte-ui-timer';
17
17
  export { Layer } from '@hh.ru/magritte-ui-layer';
18
- export { AspectRatio, Flex } from '@hh.ru/magritte-ui-layout';
18
+ export { AspectRatio, Box, Flex } from '@hh.ru/magritte-ui-layout';
19
19
  export { Text } from '@hh.ru/magritte-ui-typography';
20
20
  export * from '@hh.ru/magritte-ui-link';
21
21
  export * from '@hh.ru/magritte-ui-card';
package/index.mock.d.ts CHANGED
@@ -17,7 +17,8 @@ export { useDebounce } from '@hh.ru/magritte-common-func-utils';
17
17
  export { Snackbar, SnackbarContainer, SnackbarContextProvider, type SnackbarProps, type SnackbarContainerProps, useAriaSnackbar, } from '@hh.ru/magritte-ui-snackbar';
18
18
  export { useTimer, Timer, type TimerProps } from '@hh.ru/magritte-ui-timer';
19
19
  export { Layer, type LayerName } from '@hh.ru/magritte-ui-layer';
20
- export { Flex, AspectRatio } from '@hh.ru/magritte-ui-layout/index.mock';
20
+ export { Box, Flex, AspectRatio } from '@hh.ru/magritte-ui-layout/index.mock';
21
+ export { type BoxProps } from '@hh.ru/magritte-ui-layout/box/types';
21
22
  export { type FlexProps, type ResponsiveValue, type StyleProp } from '@hh.ru/magritte-ui-layout/flex/types';
22
23
  export { type AspectRatioProps } from '@hh.ru/magritte-ui-layout/aspect-ratio/types';
23
24
  export { Text, type TextStyle, type TextTypography, type TextProps } from '@hh.ru/magritte-ui-typography/index.mock';
package/index.mock.js CHANGED
@@ -16,7 +16,7 @@ export { useDebounce } from '@hh.ru/magritte-common-func-utils';
16
16
  export { Snackbar, SnackbarContainer, SnackbarContextProvider, useAriaSnackbar } from '@hh.ru/magritte-ui-snackbar';
17
17
  export { Timer, useTimer } from '@hh.ru/magritte-ui-timer';
18
18
  export { Layer } from '@hh.ru/magritte-ui-layer';
19
- export { AspectRatio, Flex } from '@hh.ru/magritte-ui-layout/index.mock';
19
+ export { AspectRatio, Box, Flex } from '@hh.ru/magritte-ui-layout/index.mock';
20
20
  export { Text } from '@hh.ru/magritte-ui-typography/index.mock';
21
21
  export * from '@hh.ru/magritte-ui-link';
22
22
  export * from '@hh.ru/magritte-ui-card';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui",
3
- "version": "137.2.0",
3
+ "version": "138.0.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": false,
@@ -66,7 +66,7 @@
66
66
  "@hh.ru/magritte-ui-icon": "14.2.1",
67
67
  "@hh.ru/magritte-ui-input": "9.4.15",
68
68
  "@hh.ru/magritte-ui-layer": "3.2.3",
69
- "@hh.ru/magritte-ui-layout": "1.0.2",
69
+ "@hh.ru/magritte-ui-layout": "2.0.0",
70
70
  "@hh.ru/magritte-ui-link": "7.1.16",
71
71
  "@hh.ru/magritte-ui-loader": "3.0.3",
72
72
  "@hh.ru/magritte-ui-map": "1.1.6",
@@ -117,5 +117,5 @@
117
117
  "publishConfig": {
118
118
  "access": "public"
119
119
  },
120
- "gitHead": "ace8e156de2c5d2d5a3c2a7f1a66a49ca5a04817"
120
+ "gitHead": "014b1b0d8fa45606c348b96918b8b786528420a6"
121
121
  }