@hh.ru/magritte-ui 140.8.5 → 141.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 +3 -2
- package/index.js +3 -2
- package/index.js.map +1 -1
- package/index.mock.d.ts +3 -2
- package/index.mock.js +3 -2
- package/index.mock.js.map +1 -1
- package/package.json +32 -31
package/index.d.ts
CHANGED
|
@@ -35,7 +35,8 @@ export * from '@hh.ru/magritte-ui-avatar';
|
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
36
|
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell';
|
|
37
37
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion';
|
|
38
|
-
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
38
|
+
export { Modal, ModalWithImage, type ModalProps, type ModalWithImageProps, type ModalMediaProps, } from '@hh.ru/magritte-ui-modal';
|
|
39
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated';
|
|
39
40
|
export * from '@hh.ru/magritte-ui-number-pages';
|
|
40
41
|
export * from '@hh.ru/magritte-ui-breadcrumbs';
|
|
41
42
|
export { ProgressBar, type ProgressBarStyle, type ProgressBarProps } from '@hh.ru/magritte-ui-progress-bar';
|
|
@@ -80,7 +81,7 @@ export * from '@hh.ru/magritte-ui-scrollbar';
|
|
|
80
81
|
export * from '@hh.ru/magritte-ui-text-list';
|
|
81
82
|
export * from '@hh.ru/magritte-ui-content-overlay';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-floating-button';
|
|
83
|
-
export
|
|
84
|
+
export { NavBar, type NavBarProps, type ActionsProps, type PaneProps, type MorphProps, type TitleContainerProps, type LayoutMorphProps, type EnvironmentFingerprintNodeProps, } from '@hh.ru/magritte-ui-nav-bar';
|
|
84
85
|
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
85
86
|
export * from '@hh.ru/magritte-ui-media-viewer';
|
|
86
87
|
export * from '@hh.ru/magritte-ui-map';
|
package/index.js
CHANGED
|
@@ -33,7 +33,8 @@ export * from '@hh.ru/magritte-ui-avatar';
|
|
|
33
33
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
34
34
|
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell';
|
|
35
35
|
export { Accordion } from '@hh.ru/magritte-ui-accordion';
|
|
36
|
-
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
36
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal';
|
|
37
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated';
|
|
37
38
|
export * from '@hh.ru/magritte-ui-number-pages';
|
|
38
39
|
export * from '@hh.ru/magritte-ui-breadcrumbs';
|
|
39
40
|
export { ProgressBar } from '@hh.ru/magritte-ui-progress-bar';
|
|
@@ -78,7 +79,7 @@ export * from '@hh.ru/magritte-ui-scrollbar';
|
|
|
78
79
|
export * from '@hh.ru/magritte-ui-text-list';
|
|
79
80
|
export * from '@hh.ru/magritte-ui-content-overlay';
|
|
80
81
|
export * from '@hh.ru/magritte-ui-floating-button';
|
|
81
|
-
export
|
|
82
|
+
export { NavBar } from '@hh.ru/magritte-ui-nav-bar';
|
|
82
83
|
export * from '@hh.ru/magritte-ui-full-screen-loader';
|
|
83
84
|
export * from '@hh.ru/magritte-ui-media-viewer';
|
|
84
85
|
export * from '@hh.ru/magritte-ui-map';
|
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
|
@@ -39,7 +39,8 @@ export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
|
39
39
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
40
40
|
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
41
41
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
42
|
-
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
42
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
43
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated/index.mock';
|
|
43
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';
|
|
@@ -76,7 +77,7 @@ export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
|
76
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
|
-
export
|
|
80
|
+
export { NavBar, type NavBarProps, type ActionsProps, type PaneProps, type MorphProps, type TitleContainerProps, type LayoutMorphProps, type EnvironmentFingerprintNodeProps, } from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
80
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';
|
package/index.mock.js
CHANGED
|
@@ -35,7 +35,8 @@ export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
36
|
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
37
37
|
export { Accordion } from '@hh.ru/magritte-ui-accordion/index.mock';
|
|
38
|
-
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
38
|
+
export { Modal, ModalWithImage } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
39
|
+
export { ModalDeprecated } from '@hh.ru/magritte-ui-modal-deprecated/index.mock';
|
|
39
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';
|
|
@@ -72,7 +73,7 @@ export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
|
|
|
72
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
|
-
export
|
|
76
|
+
export { NavBar } from '@hh.ru/magritte-ui-nav-bar/index.mock';
|
|
76
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';
|
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": "
|
|
3
|
+
"version": "141.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"@hh.ru/magritte-types": "5.0.7",
|
|
33
33
|
"@hh.ru/magritte-ui-accordion": "3.1.45",
|
|
34
34
|
"@hh.ru/magritte-ui-action": "6.0.14",
|
|
35
|
-
"@hh.ru/magritte-ui-action-bar": "5.
|
|
36
|
-
"@hh.ru/magritte-ui-action-list": "8.1.
|
|
37
|
-
"@hh.ru/magritte-ui-alert": "4.0.
|
|
35
|
+
"@hh.ru/magritte-ui-action-bar": "5.4.0",
|
|
36
|
+
"@hh.ru/magritte-ui-action-list": "8.1.75",
|
|
37
|
+
"@hh.ru/magritte-ui-alert": "4.0.32",
|
|
38
38
|
"@hh.ru/magritte-ui-assistant": "1.0.39",
|
|
39
39
|
"@hh.ru/magritte-ui-avatar": "8.2.7",
|
|
40
40
|
"@hh.ru/magritte-ui-badge": "4.0.12",
|
|
41
41
|
"@hh.ru/magritte-ui-banner": "6.2.26",
|
|
42
|
-
"@hh.ru/magritte-ui-bottom-sheet": "9.4.
|
|
42
|
+
"@hh.ru/magritte-ui-bottom-sheet": "9.4.6",
|
|
43
43
|
"@hh.ru/magritte-ui-branded-button": "2.3.15",
|
|
44
|
-
"@hh.ru/magritte-ui-breadcrumbs": "7.1.
|
|
44
|
+
"@hh.ru/magritte-ui-breadcrumbs": "7.1.74",
|
|
45
45
|
"@hh.ru/magritte-ui-breakpoint": "6.1.1",
|
|
46
46
|
"@hh.ru/magritte-ui-button": "7.2.14",
|
|
47
47
|
"@hh.ru/magritte-ui-button-stack": "4.0.14",
|
|
@@ -50,33 +50,34 @@
|
|
|
50
50
|
"@hh.ru/magritte-ui-checkable-card": "5.0.34",
|
|
51
51
|
"@hh.ru/magritte-ui-checkbox-radio": "4.1.23",
|
|
52
52
|
"@hh.ru/magritte-ui-chips": "7.0.22",
|
|
53
|
-
"@hh.ru/magritte-ui-chips-input": "9.5.
|
|
53
|
+
"@hh.ru/magritte-ui-chips-input": "9.5.35",
|
|
54
54
|
"@hh.ru/magritte-ui-chips-trigger": "4.3.29",
|
|
55
|
-
"@hh.ru/magritte-ui-content-overlay": "1.2.
|
|
56
|
-
"@hh.ru/magritte-ui-date-picker": "6.1.
|
|
55
|
+
"@hh.ru/magritte-ui-content-overlay": "1.2.1",
|
|
56
|
+
"@hh.ru/magritte-ui-date-picker": "6.1.66",
|
|
57
57
|
"@hh.ru/magritte-ui-divider": "3.2.1",
|
|
58
58
|
"@hh.ru/magritte-ui-dot-pages": "4.0.26",
|
|
59
|
-
"@hh.ru/magritte-ui-drop": "12.3.
|
|
60
|
-
"@hh.ru/magritte-ui-floating-button": "3.0.
|
|
59
|
+
"@hh.ru/magritte-ui-drop": "12.3.32",
|
|
60
|
+
"@hh.ru/magritte-ui-floating-button": "3.0.29",
|
|
61
61
|
"@hh.ru/magritte-ui-form-helper": "2.1.15",
|
|
62
|
-
"@hh.ru/magritte-ui-form-label": "8.1.
|
|
63
|
-
"@hh.ru/magritte-ui-full-screen-loader": "1.1.
|
|
62
|
+
"@hh.ru/magritte-ui-form-label": "8.1.74",
|
|
63
|
+
"@hh.ru/magritte-ui-full-screen-loader": "1.1.27",
|
|
64
64
|
"@hh.ru/magritte-ui-grid": "3.0.8",
|
|
65
65
|
"@hh.ru/magritte-ui-icon": "14.2.12",
|
|
66
66
|
"@hh.ru/magritte-ui-input": "9.4.29",
|
|
67
|
-
"@hh.ru/magritte-ui-layer": "3.2.
|
|
67
|
+
"@hh.ru/magritte-ui-layer": "3.2.6",
|
|
68
68
|
"@hh.ru/magritte-ui-layout": "2.0.3",
|
|
69
69
|
"@hh.ru/magritte-ui-link": "7.1.31",
|
|
70
70
|
"@hh.ru/magritte-ui-loader": "3.0.14",
|
|
71
|
-
"@hh.ru/magritte-ui-map": "1.1.
|
|
72
|
-
"@hh.ru/magritte-ui-media-viewer": "1.2.
|
|
73
|
-
"@hh.ru/magritte-ui-modal": "
|
|
74
|
-
"@hh.ru/magritte-ui-
|
|
75
|
-
"@hh.ru/magritte-ui-
|
|
71
|
+
"@hh.ru/magritte-ui-map": "1.1.20",
|
|
72
|
+
"@hh.ru/magritte-ui-media-viewer": "1.2.59",
|
|
73
|
+
"@hh.ru/magritte-ui-modal": "11.0.0",
|
|
74
|
+
"@hh.ru/magritte-ui-modal-deprecated": "1.0.1",
|
|
75
|
+
"@hh.ru/magritte-ui-nav-bar": "2.0.0",
|
|
76
|
+
"@hh.ru/magritte-ui-navigation-bar": "10.1.37",
|
|
76
77
|
"@hh.ru/magritte-ui-number-pages": "4.1.28",
|
|
77
|
-
"@hh.ru/magritte-ui-phone-input": "4.2.
|
|
78
|
+
"@hh.ru/magritte-ui-phone-input": "4.2.70",
|
|
78
79
|
"@hh.ru/magritte-ui-pincode-input": "2.5.20",
|
|
79
|
-
"@hh.ru/magritte-ui-placeholder": "11.1.
|
|
80
|
+
"@hh.ru/magritte-ui-placeholder": "11.1.27",
|
|
80
81
|
"@hh.ru/magritte-ui-progress-bar": "5.0.26",
|
|
81
82
|
"@hh.ru/magritte-ui-rating-review": "3.1.27",
|
|
82
83
|
"@hh.ru/magritte-ui-rating-smiles": "2.0.23",
|
|
@@ -84,26 +85,26 @@
|
|
|
84
85
|
"@hh.ru/magritte-ui-scrollable-container": "6.2.23",
|
|
85
86
|
"@hh.ru/magritte-ui-scrollbar": "1.0.28",
|
|
86
87
|
"@hh.ru/magritte-ui-segmented": "2.1.28",
|
|
87
|
-
"@hh.ru/magritte-ui-select": "12.9.
|
|
88
|
+
"@hh.ru/magritte-ui-select": "12.9.6",
|
|
88
89
|
"@hh.ru/magritte-ui-skeleton": "3.0.25",
|
|
89
|
-
"@hh.ru/magritte-ui-snackbar": "6.4.
|
|
90
|
+
"@hh.ru/magritte-ui-snackbar": "6.4.3",
|
|
90
91
|
"@hh.ru/magritte-ui-spacing": "2.1.21",
|
|
91
92
|
"@hh.ru/magritte-ui-stepper": "1.3.16",
|
|
92
93
|
"@hh.ru/magritte-ui-strikethrough": "1.0.9",
|
|
93
|
-
"@hh.ru/magritte-ui-suggest": "11.3.
|
|
94
|
-
"@hh.ru/magritte-ui-swipe": "8.2.
|
|
94
|
+
"@hh.ru/magritte-ui-suggest": "11.3.5",
|
|
95
|
+
"@hh.ru/magritte-ui-swipe": "8.2.30",
|
|
95
96
|
"@hh.ru/magritte-ui-switch": "3.1.24",
|
|
96
97
|
"@hh.ru/magritte-ui-table": "4.0.4",
|
|
97
|
-
"@hh.ru/magritte-ui-tabs": "7.2.
|
|
98
|
+
"@hh.ru/magritte-ui-tabs": "7.2.46",
|
|
98
99
|
"@hh.ru/magritte-ui-tag": "5.3.12",
|
|
99
100
|
"@hh.ru/magritte-ui-text-list": "1.1.38",
|
|
100
101
|
"@hh.ru/magritte-ui-textarea": "3.3.31",
|
|
101
|
-
"@hh.ru/magritte-ui-theme-wrapper": "1.1.
|
|
102
|
+
"@hh.ru/magritte-ui-theme-wrapper": "1.1.19",
|
|
102
103
|
"@hh.ru/magritte-ui-timer": "1.2.78",
|
|
103
|
-
"@hh.ru/magritte-ui-title": "8.3.
|
|
104
|
-
"@hh.ru/magritte-ui-tooltip": "11.0.
|
|
104
|
+
"@hh.ru/magritte-ui-title": "8.3.3",
|
|
105
|
+
"@hh.ru/magritte-ui-tooltip": "11.0.27",
|
|
105
106
|
"@hh.ru/magritte-ui-translate-guard": "0.1.19",
|
|
106
|
-
"@hh.ru/magritte-ui-tree-selector": "5.5.
|
|
107
|
+
"@hh.ru/magritte-ui-tree-selector": "5.5.48",
|
|
107
108
|
"@hh.ru/magritte-ui-trigger": "4.3.23",
|
|
108
109
|
"@hh.ru/magritte-ui-typography": "5.3.6",
|
|
109
110
|
"@hh.ru/magritte-ui-upload": "4.3.20"
|
|
@@ -117,5 +118,5 @@
|
|
|
117
118
|
"publishConfig": {
|
|
118
119
|
"access": "public"
|
|
119
120
|
},
|
|
120
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "c04d157907ffbb3a873f8cd98fb63c4034f93f69"
|
|
121
122
|
}
|