@hh.ru/magritte-ui 136.1.2 → 136.3.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 +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.mock.d.ts +3 -0
- package/index.mock.js +1 -0
- package/index.mock.js.map +1 -1
- package/package.json +4 -3
package/index.d.ts
CHANGED
|
@@ -17,6 +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
21
|
export { Text, type TextStyle, type TextTypography, type TextProps } from '@hh.ru/magritte-ui-typography';
|
|
21
22
|
export * from '@hh.ru/magritte-ui-link';
|
|
22
23
|
export * from '@hh.ru/magritte-ui-card';
|
package/index.js
CHANGED
|
@@ -15,6 +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
19
|
export { Text } from '@hh.ru/magritte-ui-typography';
|
|
19
20
|
export * from '@hh.ru/magritte-ui-link';
|
|
20
21
|
export * from '@hh.ru/magritte-ui-card';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/index.mock.d.ts
CHANGED
|
@@ -17,6 +17,9 @@ 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';
|
|
21
|
+
export { type FlexProps, type ResponsiveValue, type StyleProp } from '@hh.ru/magritte-ui-layout/flex/types';
|
|
22
|
+
export { type AspectRatioProps } from '@hh.ru/magritte-ui-layout/aspect-ratio/types';
|
|
20
23
|
export { Text, type TextStyle, type TextTypography, type TextProps } from '@hh.ru/magritte-ui-typography/index.mock';
|
|
21
24
|
export * from '@hh.ru/magritte-ui-link';
|
|
22
25
|
export * from '@hh.ru/magritte-ui-card';
|
package/index.mock.js
CHANGED
|
@@ -16,6 +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
20
|
export { Text } from '@hh.ru/magritte-ui-typography/index.mock';
|
|
20
21
|
export * from '@hh.ru/magritte-ui-link';
|
|
21
22
|
export * from '@hh.ru/magritte-ui-card';
|
package/index.mock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "136.
|
|
3
|
+
"version": "136.3.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@hh.ru/magritte-ui-badge": "4.0.8",
|
|
42
42
|
"@hh.ru/magritte-ui-banner": "6.1.18",
|
|
43
43
|
"@hh.ru/magritte-ui-bottom-sheet": "9.3.8",
|
|
44
|
-
"@hh.ru/magritte-ui-branded-button": "2.
|
|
44
|
+
"@hh.ru/magritte-ui-branded-button": "2.3.0",
|
|
45
45
|
"@hh.ru/magritte-ui-breadcrumbs": "7.1.30",
|
|
46
46
|
"@hh.ru/magritte-ui-breakpoint": "6.0.8",
|
|
47
47
|
"@hh.ru/magritte-ui-button": "7.1.10",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"@hh.ru/magritte-ui-icon": "14.1.0",
|
|
67
67
|
"@hh.ru/magritte-ui-input": "9.4.12",
|
|
68
68
|
"@hh.ru/magritte-ui-layer": "3.2.3",
|
|
69
|
+
"@hh.ru/magritte-ui-layout": "1.0.1",
|
|
69
70
|
"@hh.ru/magritte-ui-link": "7.1.13",
|
|
70
71
|
"@hh.ru/magritte-ui-loader": "3.0.1",
|
|
71
72
|
"@hh.ru/magritte-ui-map": "1.1.4",
|
|
@@ -116,5 +117,5 @@
|
|
|
116
117
|
"publishConfig": {
|
|
117
118
|
"access": "public"
|
|
118
119
|
},
|
|
119
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "ca33f8067faf851780de6e3021150e9715245720"
|
|
120
121
|
}
|