@hh.ru/magritte-ui 138.6.3 → 138.6.5
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.mock.d.ts +15 -14
- package/index.mock.js +15 -14
- package/index.mock.js.map +1 -1
- package/package.json +39 -39
package/index.mock.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { useCloseByClickOutside } from '@hh.ru/magritte-common-mouse';
|
|
|
5
5
|
export { useMultipleRefs } from '@hh.ru/magritte-common-use-multiple-refs';
|
|
6
6
|
export { Cookies } from '@hh.ru/magritte-common-cookies';
|
|
7
7
|
export * from '@hh.ru/magritte-common-data-provider';
|
|
8
|
-
export { Divider } from '@hh.ru/magritte-ui-divider';
|
|
8
|
+
export { Divider } from '@hh.ru/magritte-ui-divider/index.mock';
|
|
9
9
|
export { type IconColor, type IconDisabledColor, type IconHoveredColor } from '@hh.ru/magritte-ui-icon';
|
|
10
10
|
export { Loader } from '@hh.ru/magritte-ui-loader/index.mock';
|
|
11
11
|
export { Button, type ButtonStyle, type ButtonMode, type ButtonSize, type ButtonProps, } from '@hh.ru/magritte-ui-button/index.mock';
|
|
@@ -16,20 +16,21 @@ export { useEscapeToClose, keyboardKeys } from '@hh.ru/magritte-common-keyboard'
|
|
|
16
16
|
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
|
-
export
|
|
19
|
+
export * from '@hh.ru/magritte-ui-alert/index.mock';
|
|
20
|
+
export { Layer, type LayerName } from '@hh.ru/magritte-ui-layer/index.mock';
|
|
20
21
|
export { Box, Flex, AspectRatio } from '@hh.ru/magritte-ui-layout/index.mock';
|
|
21
22
|
export { type BoxProps } from '@hh.ru/magritte-ui-layout/box/types';
|
|
22
23
|
export { type FlexProps, type ResponsiveValue, type StyleProp } from '@hh.ru/magritte-ui-layout/flex/types';
|
|
23
24
|
export { type AspectRatioProps } from '@hh.ru/magritte-ui-layout/aspect-ratio/types';
|
|
24
25
|
export { Text, type TextStyle, type TextTypography, type TextProps } from '@hh.ru/magritte-ui-typography/index.mock';
|
|
25
26
|
export * from '@hh.ru/magritte-ui-link';
|
|
26
|
-
export * from '@hh.ru/magritte-ui-card';
|
|
27
|
+
export * from '@hh.ru/magritte-ui-card/index.mock';
|
|
27
28
|
export * from '@hh.ru/magritte-ui-tooltip/index.mock';
|
|
28
|
-
export { Switch } from '@hh.ru/magritte-ui-switch';
|
|
29
|
+
export { Switch } from '@hh.ru/magritte-ui-switch/index.mock';
|
|
29
30
|
export { CheckableChip, CustomChip, type ChipStyle, ChipsContainer, type CustomChipProps, type CheckableChipProps, } from '@hh.ru/magritte-ui-chips/index.mock';
|
|
30
|
-
export { Title, type TitleProps } from '@hh.ru/magritte-ui-title';
|
|
31
|
+
export { Title, type TitleProps } from '@hh.ru/magritte-ui-title/index.mock';
|
|
31
32
|
export * from '@hh.ru/magritte-ui-bottom-sheet/index.mock';
|
|
32
|
-
export { Tabs, Tab, type TabId } from '@hh.ru/magritte-ui-tabs';
|
|
33
|
+
export { Tabs, Tab, type TabId } from '@hh.ru/magritte-ui-tabs/index.mock';
|
|
33
34
|
export * from '@hh.ru/magritte-ui-drop';
|
|
34
35
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card/index.mock';
|
|
35
36
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
@@ -38,20 +39,20 @@ export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
|
38
39
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
39
40
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
40
41
|
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
41
|
-
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion';
|
|
42
|
+
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
42
43
|
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
43
|
-
export * from '@hh.ru/magritte-ui-number-pages';
|
|
44
|
+
export * from '@hh.ru/magritte-ui-number-pages/index.mock';
|
|
44
45
|
export * from '@hh.ru/magritte-ui-breadcrumbs/index.mock';
|
|
45
46
|
export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.ru/magritte-ui-progress-bar/index.mock';
|
|
46
|
-
export { Banner, type BannerProps } from '@hh.ru/magritte-ui-banner';
|
|
47
|
+
export { Banner, type BannerProps } from '@hh.ru/magritte-ui-banner/index.mock';
|
|
47
48
|
export { DotPages, type DotPagesProps } from '@hh.ru/magritte-ui-dot-pages/index.mock';
|
|
48
|
-
export { ActionList, type ActionListProps } from '@hh.ru/magritte-ui-action-list';
|
|
49
|
+
export { ActionList, type ActionListProps } from '@hh.ru/magritte-ui-action-list/index.mock';
|
|
49
50
|
export { NavigationBar, type NavigationBarSize, type NavigationBarProps, type NavigationBarItemProps, type NavigationBarItemArrayProps, } from '@hh.ru/magritte-ui-navigation-bar/index.mock';
|
|
50
51
|
export * from '@hh.ru/magritte-ui-suggest/index.mock';
|
|
51
52
|
export * from '@hh.ru/magritte-ui-spacing/index.mock';
|
|
52
53
|
export * from '@hh.ru/magritte-ui-form-label/index.mock';
|
|
53
54
|
export * from '@hh.ru/magritte-ui-button-stack/index.mock';
|
|
54
|
-
export { Placeholder, type PlaceholderProps, type PlaceholderVerticalAlign } from '@hh.ru/magritte-ui-placeholder';
|
|
55
|
+
export { Placeholder, type PlaceholderProps, type PlaceholderVerticalAlign, } from '@hh.ru/magritte-ui-placeholder/index.mock';
|
|
55
56
|
export { useCollapsible } from '@hh.ru/magritte-common-use-collapsible';
|
|
56
57
|
export * from '@hh.ru/magritte-ui-branded-button/index.mock';
|
|
57
58
|
export * from '@hh.ru/magritte-ui-form-helper/index.mock';
|
|
@@ -73,11 +74,11 @@ export * from '@hh.ru/magritte-ui-stepper/index.mock';
|
|
|
73
74
|
export * from '@hh.ru/magritte-ui-assistant/index.mock';
|
|
74
75
|
export * from '@hh.ru/magritte-ui-theme-wrapper';
|
|
75
76
|
export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
76
|
-
export * from '@hh.ru/magritte-ui-text-list';
|
|
77
|
+
export * from '@hh.ru/magritte-ui-text-list/index.mock';
|
|
77
78
|
export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
|
|
78
79
|
export * from '@hh.ru/magritte-ui-floating-button/index.mock';
|
|
79
80
|
export * from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
80
|
-
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
81
|
+
export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
|
|
81
82
|
export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-map/index.mock';
|
|
83
|
-
export * from '@hh.ru/magritte-ui-strikethrough';
|
|
84
|
+
export * from '@hh.ru/magritte-ui-strikethrough/index.mock';
|
package/index.mock.js
CHANGED
|
@@ -5,7 +5,7 @@ export { useCloseByClickOutside } from '@hh.ru/magritte-common-mouse';
|
|
|
5
5
|
export { useMultipleRefs } from '@hh.ru/magritte-common-use-multiple-refs';
|
|
6
6
|
export { Cookies } from '@hh.ru/magritte-common-cookies';
|
|
7
7
|
export * from '@hh.ru/magritte-common-data-provider';
|
|
8
|
-
export { Divider } from '@hh.ru/magritte-ui-divider';
|
|
8
|
+
export { Divider } from '@hh.ru/magritte-ui-divider/index.mock';
|
|
9
9
|
export { Loader } from '@hh.ru/magritte-ui-loader/index.mock';
|
|
10
10
|
export { Button } from '@hh.ru/magritte-ui-button/index.mock';
|
|
11
11
|
export { DateTimeInput, Input, NumberInput, PasswordInput, SearchInput, UncontrolledDateTimeInput, UncontrolledInput, UncontrolledNumberInput, UncontrolledPasswordInput, UncontrolledSearchInput } from '@hh.ru/magritte-ui-input/index.mock';
|
|
@@ -15,17 +15,18 @@ export { keyboardKeys, useEscapeToClose } from '@hh.ru/magritte-common-keyboard'
|
|
|
15
15
|
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
|
-
export
|
|
18
|
+
export * from '@hh.ru/magritte-ui-alert/index.mock';
|
|
19
|
+
export { Layer } from '@hh.ru/magritte-ui-layer/index.mock';
|
|
19
20
|
export { AspectRatio, Box, Flex } from '@hh.ru/magritte-ui-layout/index.mock';
|
|
20
21
|
export { Text } from '@hh.ru/magritte-ui-typography/index.mock';
|
|
21
22
|
export * from '@hh.ru/magritte-ui-link';
|
|
22
|
-
export * from '@hh.ru/magritte-ui-card';
|
|
23
|
+
export * from '@hh.ru/magritte-ui-card/index.mock';
|
|
23
24
|
export * from '@hh.ru/magritte-ui-tooltip/index.mock';
|
|
24
|
-
export { Switch } from '@hh.ru/magritte-ui-switch';
|
|
25
|
+
export { Switch } from '@hh.ru/magritte-ui-switch/index.mock';
|
|
25
26
|
export { CheckableChip, ChipsContainer, CustomChip } from '@hh.ru/magritte-ui-chips/index.mock';
|
|
26
|
-
export { Title } from '@hh.ru/magritte-ui-title';
|
|
27
|
+
export { Title } from '@hh.ru/magritte-ui-title/index.mock';
|
|
27
28
|
export * from '@hh.ru/magritte-ui-bottom-sheet/index.mock';
|
|
28
|
-
export { Tab, Tabs } from '@hh.ru/magritte-ui-tabs';
|
|
29
|
+
export { Tab, Tabs } from '@hh.ru/magritte-ui-tabs/index.mock';
|
|
29
30
|
export * from '@hh.ru/magritte-ui-drop';
|
|
30
31
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card/index.mock';
|
|
31
32
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
@@ -34,20 +35,20 @@ export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
|
34
35
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
35
36
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
37
|
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
37
|
-
export { Accordion } from '@hh.ru/magritte-ui-accordion';
|
|
38
|
+
export { Accordion } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
38
39
|
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
39
|
-
export * from '@hh.ru/magritte-ui-number-pages';
|
|
40
|
+
export * from '@hh.ru/magritte-ui-number-pages/index.mock';
|
|
40
41
|
export * from '@hh.ru/magritte-ui-breadcrumbs/index.mock';
|
|
41
42
|
export { ProgressBar } from '@hh.ru/magritte-ui-progress-bar/index.mock';
|
|
42
|
-
export { Banner } from '@hh.ru/magritte-ui-banner';
|
|
43
|
+
export { Banner } from '@hh.ru/magritte-ui-banner/index.mock';
|
|
43
44
|
export { DotPages } from '@hh.ru/magritte-ui-dot-pages/index.mock';
|
|
44
|
-
export { ActionList } from '@hh.ru/magritte-ui-action-list';
|
|
45
|
+
export { ActionList } from '@hh.ru/magritte-ui-action-list/index.mock';
|
|
45
46
|
export { NavigationBar } from '@hh.ru/magritte-ui-navigation-bar/index.mock';
|
|
46
47
|
export * from '@hh.ru/magritte-ui-suggest/index.mock';
|
|
47
48
|
export * from '@hh.ru/magritte-ui-spacing/index.mock';
|
|
48
49
|
export * from '@hh.ru/magritte-ui-form-label/index.mock';
|
|
49
50
|
export * from '@hh.ru/magritte-ui-button-stack/index.mock';
|
|
50
|
-
export { Placeholder } from '@hh.ru/magritte-ui-placeholder';
|
|
51
|
+
export { Placeholder } from '@hh.ru/magritte-ui-placeholder/index.mock';
|
|
51
52
|
export { useCollapsible } from '@hh.ru/magritte-common-use-collapsible';
|
|
52
53
|
export * from '@hh.ru/magritte-ui-branded-button/index.mock';
|
|
53
54
|
export * from '@hh.ru/magritte-ui-form-helper/index.mock';
|
|
@@ -69,12 +70,12 @@ export * from '@hh.ru/magritte-ui-stepper/index.mock';
|
|
|
69
70
|
export * from '@hh.ru/magritte-ui-assistant/index.mock';
|
|
70
71
|
export * from '@hh.ru/magritte-ui-theme-wrapper';
|
|
71
72
|
export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
72
|
-
export * from '@hh.ru/magritte-ui-text-list';
|
|
73
|
+
export * from '@hh.ru/magritte-ui-text-list/index.mock';
|
|
73
74
|
export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
|
|
74
75
|
export * from '@hh.ru/magritte-ui-floating-button/index.mock';
|
|
75
76
|
export * from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
76
|
-
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
77
|
+
export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
|
|
77
78
|
export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
|
|
78
79
|
export * from '@hh.ru/magritte-ui-map/index.mock';
|
|
79
|
-
export * from '@hh.ru/magritte-ui-strikethrough';
|
|
80
|
+
export * from '@hh.ru/magritte-ui-strikethrough/index.mock';
|
|
80
81
|
//# sourceMappingURL=index.mock.js.map
|
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": "138.6.
|
|
3
|
+
"version": "138.6.5",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -31,83 +31,83 @@
|
|
|
31
31
|
"@hh.ru/magritte-fonts": "1.6.0",
|
|
32
32
|
"@hh.ru/magritte-reset-css": "1.2.1",
|
|
33
33
|
"@hh.ru/magritte-types": "5.0.6",
|
|
34
|
-
"@hh.ru/magritte-ui-accordion": "3.1.
|
|
34
|
+
"@hh.ru/magritte-ui-accordion": "3.1.30",
|
|
35
35
|
"@hh.ru/magritte-ui-action": "6.0.3",
|
|
36
|
-
"@hh.ru/magritte-ui-action-bar": "5.3.
|
|
37
|
-
"@hh.ru/magritte-ui-action-list": "8.1.
|
|
38
|
-
"@hh.ru/magritte-ui-alert": "4.0.
|
|
36
|
+
"@hh.ru/magritte-ui-action-bar": "5.3.18",
|
|
37
|
+
"@hh.ru/magritte-ui-action-list": "8.1.50",
|
|
38
|
+
"@hh.ru/magritte-ui-alert": "4.0.14",
|
|
39
39
|
"@hh.ru/magritte-ui-assistant": "1.0.32",
|
|
40
40
|
"@hh.ru/magritte-ui-avatar": "8.1.4",
|
|
41
41
|
"@hh.ru/magritte-ui-badge": "4.0.9",
|
|
42
|
-
"@hh.ru/magritte-ui-banner": "6.2.
|
|
43
|
-
"@hh.ru/magritte-ui-bottom-sheet": "9.3.
|
|
42
|
+
"@hh.ru/magritte-ui-banner": "6.2.11",
|
|
43
|
+
"@hh.ru/magritte-ui-bottom-sheet": "9.3.27",
|
|
44
44
|
"@hh.ru/magritte-ui-branded-button": "2.3.3",
|
|
45
|
-
"@hh.ru/magritte-ui-breadcrumbs": "7.1.
|
|
45
|
+
"@hh.ru/magritte-ui-breadcrumbs": "7.1.49",
|
|
46
46
|
"@hh.ru/magritte-ui-breakpoint": "6.0.8",
|
|
47
47
|
"@hh.ru/magritte-ui-button": "7.2.2",
|
|
48
48
|
"@hh.ru/magritte-ui-button-stack": "4.0.2",
|
|
49
|
-
"@hh.ru/magritte-ui-card": "8.5.
|
|
49
|
+
"@hh.ru/magritte-ui-card": "8.5.4",
|
|
50
50
|
"@hh.ru/magritte-ui-cell": "7.2.15",
|
|
51
51
|
"@hh.ru/magritte-ui-checkable-card": "5.0.22",
|
|
52
52
|
"@hh.ru/magritte-ui-checkbox-radio": "4.1.12",
|
|
53
53
|
"@hh.ru/magritte-ui-chips": "7.0.9",
|
|
54
|
-
"@hh.ru/magritte-ui-chips-input": "9.5.
|
|
54
|
+
"@hh.ru/magritte-ui-chips-input": "9.5.9",
|
|
55
55
|
"@hh.ru/magritte-ui-chips-trigger": "4.3.15",
|
|
56
56
|
"@hh.ru/magritte-ui-content-overlay": "1.1.2",
|
|
57
|
-
"@hh.ru/magritte-ui-date-picker": "6.1.
|
|
58
|
-
"@hh.ru/magritte-ui-divider": "3.1.
|
|
57
|
+
"@hh.ru/magritte-ui-date-picker": "6.1.41",
|
|
58
|
+
"@hh.ru/magritte-ui-divider": "3.1.2",
|
|
59
59
|
"@hh.ru/magritte-ui-dot-pages": "4.0.21",
|
|
60
|
-
"@hh.ru/magritte-ui-drop": "12.3.
|
|
61
|
-
"@hh.ru/magritte-ui-floating-button": "3.0.
|
|
60
|
+
"@hh.ru/magritte-ui-drop": "12.3.16",
|
|
61
|
+
"@hh.ru/magritte-ui-floating-button": "3.0.16",
|
|
62
62
|
"@hh.ru/magritte-ui-form-helper": "2.1.8",
|
|
63
|
-
"@hh.ru/magritte-ui-form-label": "8.1.
|
|
64
|
-
"@hh.ru/magritte-ui-full-screen-loader": "1.1.
|
|
63
|
+
"@hh.ru/magritte-ui-form-label": "8.1.49",
|
|
64
|
+
"@hh.ru/magritte-ui-full-screen-loader": "1.1.15",
|
|
65
65
|
"@hh.ru/magritte-ui-grid": "3.0.3",
|
|
66
66
|
"@hh.ru/magritte-ui-icon": "14.2.1",
|
|
67
67
|
"@hh.ru/magritte-ui-input": "9.4.17",
|
|
68
|
-
"@hh.ru/magritte-ui-layer": "3.2.
|
|
68
|
+
"@hh.ru/magritte-ui-layer": "3.2.4",
|
|
69
69
|
"@hh.ru/magritte-ui-layout": "2.0.0",
|
|
70
70
|
"@hh.ru/magritte-ui-link": "7.1.18",
|
|
71
71
|
"@hh.ru/magritte-ui-loader": "3.0.3",
|
|
72
72
|
"@hh.ru/magritte-ui-map": "1.1.7",
|
|
73
|
-
"@hh.ru/magritte-ui-media-viewer": "1.2.
|
|
74
|
-
"@hh.ru/magritte-ui-modal": "10.1.
|
|
75
|
-
"@hh.ru/magritte-ui-nav-bar": "1.3.
|
|
76
|
-
"@hh.ru/magritte-ui-navigation-bar": "10.1.
|
|
77
|
-
"@hh.ru/magritte-ui-number-pages": "4.1.
|
|
78
|
-
"@hh.ru/magritte-ui-phone-input": "4.2.
|
|
73
|
+
"@hh.ru/magritte-ui-media-viewer": "1.2.34",
|
|
74
|
+
"@hh.ru/magritte-ui-modal": "10.1.14",
|
|
75
|
+
"@hh.ru/magritte-ui-nav-bar": "1.3.18",
|
|
76
|
+
"@hh.ru/magritte-ui-navigation-bar": "10.1.22",
|
|
77
|
+
"@hh.ru/magritte-ui-number-pages": "4.1.16",
|
|
78
|
+
"@hh.ru/magritte-ui-phone-input": "4.2.44",
|
|
79
79
|
"@hh.ru/magritte-ui-pincode-input": "2.5.7",
|
|
80
|
-
"@hh.ru/magritte-ui-placeholder": "11.1.
|
|
80
|
+
"@hh.ru/magritte-ui-placeholder": "11.1.9",
|
|
81
81
|
"@hh.ru/magritte-ui-progress-bar": "5.0.21",
|
|
82
82
|
"@hh.ru/magritte-ui-rating-review": "3.1.15",
|
|
83
83
|
"@hh.ru/magritte-ui-rating-smiles": "2.0.20",
|
|
84
84
|
"@hh.ru/magritte-ui-rating-stars": "2.2.15",
|
|
85
85
|
"@hh.ru/magritte-ui-scrollable-container": "6.2.12",
|
|
86
86
|
"@hh.ru/magritte-ui-scrollbar": "1.0.22",
|
|
87
|
-
"@hh.ru/magritte-ui-segmented": "2.1.
|
|
88
|
-
"@hh.ru/magritte-ui-select": "12.8.
|
|
87
|
+
"@hh.ru/magritte-ui-segmented": "2.1.16",
|
|
88
|
+
"@hh.ru/magritte-ui-select": "12.8.9",
|
|
89
89
|
"@hh.ru/magritte-ui-skeleton": "3.0.20",
|
|
90
|
-
"@hh.ru/magritte-ui-snackbar": "6.3.
|
|
90
|
+
"@hh.ru/magritte-ui-snackbar": "6.3.9",
|
|
91
91
|
"@hh.ru/magritte-ui-spacing": "2.1.15",
|
|
92
|
-
"@hh.ru/magritte-ui-stepper": "1.3.
|
|
93
|
-
"@hh.ru/magritte-ui-strikethrough": "1.0.
|
|
94
|
-
"@hh.ru/magritte-ui-suggest": "11.2.
|
|
95
|
-
"@hh.ru/magritte-ui-swipe": "8.2.
|
|
96
|
-
"@hh.ru/magritte-ui-switch": "3.1.
|
|
92
|
+
"@hh.ru/magritte-ui-stepper": "1.3.4",
|
|
93
|
+
"@hh.ru/magritte-ui-strikethrough": "1.0.2",
|
|
94
|
+
"@hh.ru/magritte-ui-suggest": "11.2.28",
|
|
95
|
+
"@hh.ru/magritte-ui-swipe": "8.2.17",
|
|
96
|
+
"@hh.ru/magritte-ui-switch": "3.1.13",
|
|
97
97
|
"@hh.ru/magritte-ui-table": "3.2.7",
|
|
98
|
-
"@hh.ru/magritte-ui-tabs": "7.2.
|
|
99
|
-
"@hh.ru/magritte-ui-tag": "5.3.
|
|
100
|
-
"@hh.ru/magritte-ui-text-list": "1.1.
|
|
98
|
+
"@hh.ru/magritte-ui-tabs": "7.2.32",
|
|
99
|
+
"@hh.ru/magritte-ui-tag": "5.3.1",
|
|
100
|
+
"@hh.ru/magritte-ui-text-list": "1.1.31",
|
|
101
101
|
"@hh.ru/magritte-ui-textarea": "3.3.18",
|
|
102
102
|
"@hh.ru/magritte-ui-theme-wrapper": "1.1.15",
|
|
103
103
|
"@hh.ru/magritte-ui-timer": "1.2.75",
|
|
104
104
|
"@hh.ru/magritte-ui-title": "8.0.3",
|
|
105
|
-
"@hh.ru/magritte-ui-tooltip": "11.0.
|
|
105
|
+
"@hh.ru/magritte-ui-tooltip": "11.0.13",
|
|
106
106
|
"@hh.ru/magritte-ui-translate-guard": "0.1.19",
|
|
107
|
-
"@hh.ru/magritte-ui-tree-selector": "5.5.
|
|
107
|
+
"@hh.ru/magritte-ui-tree-selector": "5.5.30",
|
|
108
108
|
"@hh.ru/magritte-ui-trigger": "4.3.10",
|
|
109
109
|
"@hh.ru/magritte-ui-typography": "5.2.0",
|
|
110
|
-
"@hh.ru/magritte-ui-upload": "4.3.
|
|
110
|
+
"@hh.ru/magritte-ui-upload": "4.3.5"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"classnames": ">=2.3.2",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "874a439a3d63a81e633e98833922340fbcf8c168"
|
|
122
122
|
}
|