@hh.ru/magritte-ui 70.2.3 → 71.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.mock.d.ts +1 -1
- package/package.json +25 -25
package/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.r
|
|
|
44
44
|
export { Banner, type BannerProps } from '@hh.ru/magritte-ui-banner';
|
|
45
45
|
export { DotPages, type DotPagesProps } from '@hh.ru/magritte-ui-dot-pages';
|
|
46
46
|
export { ActionList, type ActionListProps } from '@hh.ru/magritte-ui-action-list';
|
|
47
|
-
export { NavigationBar, type NavigationBarSize, type NavigationBarProps, type
|
|
47
|
+
export { NavigationBar, type NavigationBarSize, type NavigationBarProps, type NavigationBarItemProps, type NavigationBarItemArrayProps, } from '@hh.ru/magritte-ui-navigation-bar';
|
|
48
48
|
export * from '@hh.ru/magritte-ui-suggest';
|
|
49
49
|
export * from '@hh.ru/magritte-ui-select';
|
|
50
50
|
export * from '@hh.ru/magritte-ui-scrollable-container';
|
package/index.mock.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.r
|
|
|
43
43
|
export { Banner, type BannerProps } from '@hh.ru/magritte-ui-banner';
|
|
44
44
|
export { DotPages, type DotPagesProps } from '@hh.ru/magritte-ui-dot-pages/index.mock';
|
|
45
45
|
export { ActionList, type ActionListProps } from '@hh.ru/magritte-ui-action-list';
|
|
46
|
-
export { NavigationBar, type NavigationBarSize, type NavigationBarProps, type
|
|
46
|
+
export { NavigationBar, type NavigationBarSize, type NavigationBarProps, type NavigationBarItemProps, type NavigationBarItemArrayProps, } from '@hh.ru/magritte-ui-navigation-bar/index.mock';
|
|
47
47
|
export * from '@hh.ru/magritte-ui-suggest/index.mock';
|
|
48
48
|
export * from '@hh.ru/magritte-ui-spacing/index.mock';
|
|
49
49
|
export * from '@hh.ru/magritte-ui-form-label/index.mock';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "71.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,60 +30,60 @@
|
|
|
30
30
|
"@hh.ru/magritte-fonts": "1.0.8",
|
|
31
31
|
"@hh.ru/magritte-reset-css": "1.1.0",
|
|
32
32
|
"@hh.ru/magritte-ui-accordion": "2.5.29",
|
|
33
|
-
"@hh.ru/magritte-ui-action": "4.
|
|
34
|
-
"@hh.ru/magritte-ui-action-bar": "2.1.
|
|
35
|
-
"@hh.ru/magritte-ui-action-list": "6.0.
|
|
33
|
+
"@hh.ru/magritte-ui-action": "4.4.0",
|
|
34
|
+
"@hh.ru/magritte-ui-action-bar": "2.1.11",
|
|
35
|
+
"@hh.ru/magritte-ui-action-list": "6.0.24",
|
|
36
36
|
"@hh.ru/magritte-ui-alert": "1.3.9",
|
|
37
37
|
"@hh.ru/magritte-ui-avatar": "5.0.7",
|
|
38
38
|
"@hh.ru/magritte-ui-badge": "2.2.4",
|
|
39
|
-
"@hh.ru/magritte-ui-banner": "2.3.
|
|
40
|
-
"@hh.ru/magritte-ui-bottom-sheet": "5.3.
|
|
39
|
+
"@hh.ru/magritte-ui-banner": "2.3.49",
|
|
40
|
+
"@hh.ru/magritte-ui-bottom-sheet": "5.3.10",
|
|
41
41
|
"@hh.ru/magritte-ui-branded-button": "2.0.13",
|
|
42
|
-
"@hh.ru/magritte-ui-breadcrumbs": "5.0.
|
|
42
|
+
"@hh.ru/magritte-ui-breadcrumbs": "5.0.26",
|
|
43
43
|
"@hh.ru/magritte-ui-breakpoint": "4.0.3",
|
|
44
44
|
"@hh.ru/magritte-ui-button": "5.1.8",
|
|
45
|
-
"@hh.ru/magritte-ui-button-stack": "2.1.
|
|
45
|
+
"@hh.ru/magritte-ui-button-stack": "2.1.9",
|
|
46
46
|
"@hh.ru/magritte-ui-card": "6.1.2",
|
|
47
47
|
"@hh.ru/magritte-ui-cell": "4.0.5",
|
|
48
|
-
"@hh.ru/magritte-ui-checkable-card": "3.0.
|
|
48
|
+
"@hh.ru/magritte-ui-checkable-card": "3.0.29",
|
|
49
49
|
"@hh.ru/magritte-ui-checkbox-radio": "3.0.14",
|
|
50
|
-
"@hh.ru/magritte-ui-chips": "5.2.
|
|
51
|
-
"@hh.ru/magritte-ui-date-picker": "3.3.
|
|
50
|
+
"@hh.ru/magritte-ui-chips": "5.2.3",
|
|
51
|
+
"@hh.ru/magritte-ui-date-picker": "3.3.26",
|
|
52
52
|
"@hh.ru/magritte-ui-divider": "1.1.31",
|
|
53
53
|
"@hh.ru/magritte-ui-dot-pages": "3.0.6",
|
|
54
54
|
"@hh.ru/magritte-ui-drop": "7.0.5",
|
|
55
55
|
"@hh.ru/magritte-ui-dummy": "1.1.28",
|
|
56
56
|
"@hh.ru/magritte-ui-form-helper": "1.0.7",
|
|
57
|
-
"@hh.ru/magritte-ui-form-label": "4.2.
|
|
57
|
+
"@hh.ru/magritte-ui-form-label": "4.2.26",
|
|
58
58
|
"@hh.ru/magritte-ui-grid": "2.1.11",
|
|
59
59
|
"@hh.ru/magritte-ui-icon": "7.5.1",
|
|
60
|
-
"@hh.ru/magritte-ui-input": "6.0.
|
|
60
|
+
"@hh.ru/magritte-ui-input": "6.0.5",
|
|
61
61
|
"@hh.ru/magritte-ui-layer": "2.0.6",
|
|
62
|
-
"@hh.ru/magritte-ui-link": "4.
|
|
62
|
+
"@hh.ru/magritte-ui-link": "4.3.0",
|
|
63
63
|
"@hh.ru/magritte-ui-loader": "1.2.49",
|
|
64
|
-
"@hh.ru/magritte-ui-modal": "4.3.
|
|
65
|
-
"@hh.ru/magritte-ui-navigation-bar": "
|
|
64
|
+
"@hh.ru/magritte-ui-modal": "4.3.7",
|
|
65
|
+
"@hh.ru/magritte-ui-navigation-bar": "6.0.0",
|
|
66
66
|
"@hh.ru/magritte-ui-number-pages": "4.0.12",
|
|
67
67
|
"@hh.ru/magritte-ui-placeholder": "7.0.5",
|
|
68
68
|
"@hh.ru/magritte-ui-progress-bar": "4.0.6",
|
|
69
|
-
"@hh.ru/magritte-ui-scrollable-container": "4.3.
|
|
69
|
+
"@hh.ru/magritte-ui-scrollable-container": "4.3.34",
|
|
70
70
|
"@hh.ru/magritte-ui-segmented": "1.0.17",
|
|
71
|
-
"@hh.ru/magritte-ui-select": "6.0.
|
|
71
|
+
"@hh.ru/magritte-ui-select": "6.0.25",
|
|
72
72
|
"@hh.ru/magritte-ui-skeleton": "2.1.10",
|
|
73
|
-
"@hh.ru/magritte-ui-snackbar": "4.0.
|
|
73
|
+
"@hh.ru/magritte-ui-snackbar": "4.0.25",
|
|
74
74
|
"@hh.ru/magritte-ui-spacing": "2.0.27",
|
|
75
|
-
"@hh.ru/magritte-ui-suggest": "5.1.
|
|
75
|
+
"@hh.ru/magritte-ui-suggest": "5.1.22",
|
|
76
76
|
"@hh.ru/magritte-ui-swipe": "5.1.7",
|
|
77
77
|
"@hh.ru/magritte-ui-switch": "2.0.12",
|
|
78
|
-
"@hh.ru/magritte-ui-tabs": "5.1.
|
|
78
|
+
"@hh.ru/magritte-ui-tabs": "5.1.15",
|
|
79
79
|
"@hh.ru/magritte-ui-tag": "3.0.11",
|
|
80
|
-
"@hh.ru/magritte-ui-textarea": "2.0.
|
|
80
|
+
"@hh.ru/magritte-ui-textarea": "2.0.46",
|
|
81
81
|
"@hh.ru/magritte-ui-theme-provider": "1.1.27",
|
|
82
82
|
"@hh.ru/magritte-ui-timer": "1.2.30",
|
|
83
83
|
"@hh.ru/magritte-ui-title": "5.0.5",
|
|
84
|
-
"@hh.ru/magritte-ui-tooltip": "7.0.
|
|
84
|
+
"@hh.ru/magritte-ui-tooltip": "7.0.11",
|
|
85
85
|
"@hh.ru/magritte-ui-translate-guard": "0.1.12",
|
|
86
|
-
"@hh.ru/magritte-ui-tree-selector": "4.3.
|
|
86
|
+
"@hh.ru/magritte-ui-tree-selector": "4.3.6",
|
|
87
87
|
"@hh.ru/magritte-ui-typography": "3.0.14"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "6fb24f3a7bd82fd24cf7374de808e83459686b9c"
|
|
97
97
|
}
|