@hh.ru/magritte-ui 78.6.0 → 79.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 +1 -1
- package/index.js +1 -1
- package/index.mock.d.ts +1 -1
- package/index.mock.js +1 -1
- package/package.json +49 -49
package/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { Dummy } from '@hh.ru/magritte-ui-dummy';
|
|
2
1
|
export { GridHighlighter, GridColumn, GridLayout, GridRow } from '@hh.ru/magritte-ui-grid';
|
|
3
2
|
export type { ColumnCount, GridColumnProps, GridLayoutProps, GridRowProps } from '@hh.ru/magritte-ui-grid';
|
|
4
3
|
export { useBreakpoint, BreakpointProvider, Breakpoint } from '@hh.ru/magritte-ui-breakpoint';
|
|
@@ -64,3 +63,4 @@ export * from '@hh.ru/magritte-ui-swipe';
|
|
|
64
63
|
export * from '@hh.ru/magritte-ui-tree-selector';
|
|
65
64
|
export * from '@hh.ru/magritte-ui-trigger';
|
|
66
65
|
export { type PhoneInputProps, type CountryCode, type CountryCallingCode, PhoneInput, } from '@hh.ru/magritte-ui-phone-input';
|
|
66
|
+
export * from '@hh.ru/magritte-types';
|
package/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { Dummy } from '@hh.ru/magritte-ui-dummy';
|
|
2
1
|
export { GridColumn, GridHighlighter, GridLayout, GridRow } from '@hh.ru/magritte-ui-grid';
|
|
3
2
|
export { Breakpoint, BreakpointProvider, useBreakpoint } from '@hh.ru/magritte-ui-breakpoint';
|
|
4
3
|
export { useResize } from '@hh.ru/magritte-common-resize';
|
|
@@ -62,4 +61,5 @@ export * from '@hh.ru/magritte-ui-swipe';
|
|
|
62
61
|
export * from '@hh.ru/magritte-ui-tree-selector';
|
|
63
62
|
export * from '@hh.ru/magritte-ui-trigger';
|
|
64
63
|
export { PhoneInput } from '@hh.ru/magritte-ui-phone-input';
|
|
64
|
+
export * from '@hh.ru/magritte-types';
|
|
65
65
|
//# sourceMappingURL=index.js.map
|
package/index.mock.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { Dummy } from '@hh.ru/magritte-ui-dummy';
|
|
2
1
|
export { GridHighlighter, GridColumn, GridLayout, GridRow, type GridColumnProps, type GridLayoutProps, } from '@hh.ru/magritte-ui-grid';
|
|
3
2
|
export { useBreakpoint, BreakpointProvider, Breakpoint } from '@hh.ru/magritte-ui-breakpoint';
|
|
4
3
|
export { useResize } from '@hh.ru/magritte-common-resize';
|
|
@@ -57,3 +56,4 @@ export * from '@hh.ru/magritte-ui-tree-selector/index.mock';
|
|
|
57
56
|
export * from '@hh.ru/magritte-ui-select';
|
|
58
57
|
export * from '@hh.ru/magritte-ui-trigger';
|
|
59
58
|
export { type PhoneInputProps, type CountryCode, type CountryCallingCode, PhoneInput, } from '@hh.ru/magritte-ui-phone-input/index.mock';
|
|
59
|
+
export * from '@hh.ru/magritte-types';
|
package/index.mock.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { Dummy } from '@hh.ru/magritte-ui-dummy';
|
|
2
1
|
export { GridColumn, GridHighlighter, GridLayout, GridRow } from '@hh.ru/magritte-ui-grid';
|
|
3
2
|
export { Breakpoint, BreakpointProvider, useBreakpoint } from '@hh.ru/magritte-ui-breakpoint';
|
|
4
3
|
export { useResize } from '@hh.ru/magritte-common-resize';
|
|
@@ -56,4 +55,5 @@ export * from '@hh.ru/magritte-ui-tree-selector/index.mock';
|
|
|
56
55
|
export * from '@hh.ru/magritte-ui-select';
|
|
57
56
|
export * from '@hh.ru/magritte-ui-trigger';
|
|
58
57
|
export { PhoneInput } from '@hh.ru/magritte-ui-phone-input/index.mock';
|
|
58
|
+
export * from '@hh.ru/magritte-types';
|
|
59
59
|
//# sourceMappingURL=index.mock.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "79.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,64 +29,64 @@
|
|
|
29
29
|
"@hh.ru/magritte-design-tokens": "19.1.2",
|
|
30
30
|
"@hh.ru/magritte-fonts": "1.0.9",
|
|
31
31
|
"@hh.ru/magritte-reset-css": "1.1.0",
|
|
32
|
-
"@hh.ru/magritte-
|
|
33
|
-
"@hh.ru/magritte-ui-
|
|
34
|
-
"@hh.ru/magritte-ui-action
|
|
35
|
-
"@hh.ru/magritte-ui-action-
|
|
32
|
+
"@hh.ru/magritte-types": "5.0.0",
|
|
33
|
+
"@hh.ru/magritte-ui-accordion": "2.5.43",
|
|
34
|
+
"@hh.ru/magritte-ui-action": "4.4.13",
|
|
35
|
+
"@hh.ru/magritte-ui-action-bar": "2.2.6",
|
|
36
|
+
"@hh.ru/magritte-ui-action-list": "6.0.59",
|
|
36
37
|
"@hh.ru/magritte-ui-alert": "1.3.16",
|
|
37
|
-
"@hh.ru/magritte-ui-avatar": "5.0.
|
|
38
|
+
"@hh.ru/magritte-ui-avatar": "5.0.13",
|
|
38
39
|
"@hh.ru/magritte-ui-badge": "2.2.10",
|
|
39
|
-
"@hh.ru/magritte-ui-banner": "2.3.
|
|
40
|
-
"@hh.ru/magritte-ui-bottom-sheet": "5.5.
|
|
41
|
-
"@hh.ru/magritte-ui-branded-button": "2.1.
|
|
42
|
-
"@hh.ru/magritte-ui-breadcrumbs": "5.0.
|
|
40
|
+
"@hh.ru/magritte-ui-banner": "2.3.64",
|
|
41
|
+
"@hh.ru/magritte-ui-bottom-sheet": "5.5.11",
|
|
42
|
+
"@hh.ru/magritte-ui-branded-button": "2.1.8",
|
|
43
|
+
"@hh.ru/magritte-ui-breadcrumbs": "5.0.61",
|
|
43
44
|
"@hh.ru/magritte-ui-breakpoint": "4.0.4",
|
|
44
|
-
"@hh.ru/magritte-ui-button": "5.2.
|
|
45
|
-
"@hh.ru/magritte-ui-button-stack": "2.1.
|
|
46
|
-
"@hh.ru/magritte-ui-card": "6.1.
|
|
47
|
-
"@hh.ru/magritte-ui-cell": "4.0.
|
|
48
|
-
"@hh.ru/magritte-ui-checkable-card": "3.0.
|
|
49
|
-
"@hh.ru/magritte-ui-checkbox-radio": "3.0.
|
|
50
|
-
"@hh.ru/magritte-ui-chips": "5.2.
|
|
51
|
-
"@hh.ru/magritte-ui-date-picker": "3.3.
|
|
45
|
+
"@hh.ru/magritte-ui-button": "5.2.5",
|
|
46
|
+
"@hh.ru/magritte-ui-button-stack": "2.1.24",
|
|
47
|
+
"@hh.ru/magritte-ui-card": "6.1.16",
|
|
48
|
+
"@hh.ru/magritte-ui-cell": "4.0.20",
|
|
49
|
+
"@hh.ru/magritte-ui-checkable-card": "3.0.48",
|
|
50
|
+
"@hh.ru/magritte-ui-checkbox-radio": "3.0.25",
|
|
51
|
+
"@hh.ru/magritte-ui-chips": "5.2.21",
|
|
52
|
+
"@hh.ru/magritte-ui-date-picker": "3.3.60",
|
|
52
53
|
"@hh.ru/magritte-ui-divider": "1.1.35",
|
|
53
|
-
"@hh.ru/magritte-ui-dot-pages": "3.0.
|
|
54
|
+
"@hh.ru/magritte-ui-dot-pages": "3.0.11",
|
|
54
55
|
"@hh.ru/magritte-ui-drop": "7.2.3",
|
|
55
|
-
"@hh.ru/magritte-ui-
|
|
56
|
-
"@hh.ru/magritte-ui-form-
|
|
57
|
-
"@hh.ru/magritte-ui-form-label": "4.3.26",
|
|
56
|
+
"@hh.ru/magritte-ui-form-helper": "1.0.13",
|
|
57
|
+
"@hh.ru/magritte-ui-form-label": "4.3.27",
|
|
58
58
|
"@hh.ru/magritte-ui-grid": "2.2.4",
|
|
59
|
-
"@hh.ru/magritte-ui-icon": "7.9.
|
|
60
|
-
"@hh.ru/magritte-ui-input": "7.0.
|
|
59
|
+
"@hh.ru/magritte-ui-icon": "7.9.3",
|
|
60
|
+
"@hh.ru/magritte-ui-input": "7.0.3",
|
|
61
61
|
"@hh.ru/magritte-ui-layer": "2.1.0",
|
|
62
|
-
"@hh.ru/magritte-ui-link": "4.3.
|
|
63
|
-
"@hh.ru/magritte-ui-loader": "1.3.
|
|
64
|
-
"@hh.ru/magritte-ui-modal": "5.0.
|
|
65
|
-
"@hh.ru/magritte-ui-navigation-bar": "6.3.
|
|
66
|
-
"@hh.ru/magritte-ui-number-pages": "4.0.
|
|
67
|
-
"@hh.ru/magritte-ui-phone-input": "1.1.
|
|
68
|
-
"@hh.ru/magritte-ui-placeholder": "7.0.
|
|
69
|
-
"@hh.ru/magritte-ui-progress-bar": "4.0.
|
|
70
|
-
"@hh.ru/magritte-ui-scrollable-container": "4.4.
|
|
71
|
-
"@hh.ru/magritte-ui-segmented": "1.0.
|
|
72
|
-
"@hh.ru/magritte-ui-select": "8.
|
|
73
|
-
"@hh.ru/magritte-ui-skeleton": "2.1.
|
|
74
|
-
"@hh.ru/magritte-ui-snackbar": "4.1.
|
|
62
|
+
"@hh.ru/magritte-ui-link": "4.3.13",
|
|
63
|
+
"@hh.ru/magritte-ui-loader": "1.3.8",
|
|
64
|
+
"@hh.ru/magritte-ui-modal": "5.0.13",
|
|
65
|
+
"@hh.ru/magritte-ui-navigation-bar": "6.3.4",
|
|
66
|
+
"@hh.ru/magritte-ui-number-pages": "4.0.23",
|
|
67
|
+
"@hh.ru/magritte-ui-phone-input": "1.1.2",
|
|
68
|
+
"@hh.ru/magritte-ui-placeholder": "7.0.10",
|
|
69
|
+
"@hh.ru/magritte-ui-progress-bar": "4.0.11",
|
|
70
|
+
"@hh.ru/magritte-ui-scrollable-container": "4.4.1",
|
|
71
|
+
"@hh.ru/magritte-ui-segmented": "1.0.29",
|
|
72
|
+
"@hh.ru/magritte-ui-select": "8.6.1",
|
|
73
|
+
"@hh.ru/magritte-ui-skeleton": "2.1.15",
|
|
74
|
+
"@hh.ru/magritte-ui-snackbar": "4.1.12",
|
|
75
75
|
"@hh.ru/magritte-ui-spacing": "2.0.31",
|
|
76
|
-
"@hh.ru/magritte-ui-suggest": "6.4.
|
|
77
|
-
"@hh.ru/magritte-ui-swipe": "5.1.
|
|
78
|
-
"@hh.ru/magritte-ui-switch": "2.0.
|
|
79
|
-
"@hh.ru/magritte-ui-tabs": "5.3.
|
|
80
|
-
"@hh.ru/magritte-ui-tag": "3.0.
|
|
81
|
-
"@hh.ru/magritte-ui-textarea": "2.0.
|
|
76
|
+
"@hh.ru/magritte-ui-suggest": "6.4.1",
|
|
77
|
+
"@hh.ru/magritte-ui-swipe": "5.1.20",
|
|
78
|
+
"@hh.ru/magritte-ui-switch": "2.0.23",
|
|
79
|
+
"@hh.ru/magritte-ui-tabs": "5.3.1",
|
|
80
|
+
"@hh.ru/magritte-ui-tag": "3.0.22",
|
|
81
|
+
"@hh.ru/magritte-ui-textarea": "2.0.61",
|
|
82
82
|
"@hh.ru/magritte-ui-theme-provider": "1.1.31",
|
|
83
83
|
"@hh.ru/magritte-ui-timer": "1.2.34",
|
|
84
|
-
"@hh.ru/magritte-ui-title": "5.0.
|
|
85
|
-
"@hh.ru/magritte-ui-tooltip": "8.0.
|
|
84
|
+
"@hh.ru/magritte-ui-title": "5.0.10",
|
|
85
|
+
"@hh.ru/magritte-ui-tooltip": "8.0.5",
|
|
86
86
|
"@hh.ru/magritte-ui-translate-guard": "0.1.12",
|
|
87
|
-
"@hh.ru/magritte-ui-tree-selector": "4.4.
|
|
88
|
-
"@hh.ru/magritte-ui-trigger": "3.0.
|
|
89
|
-
"@hh.ru/magritte-ui-typography": "3.0.
|
|
87
|
+
"@hh.ru/magritte-ui-tree-selector": "4.4.18",
|
|
88
|
+
"@hh.ru/magritte-ui-trigger": "3.0.4",
|
|
89
|
+
"@hh.ru/magritte-ui-typography": "3.0.19"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"classnames": ">=2.3.2",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "34aa8b63db1d1af2d969ef765d060ac8f59cd9ff"
|
|
99
99
|
}
|