@hh.ru/magritte-ui 140.8.5 → 142.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 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 * from '@hh.ru/magritte-ui-nav-bar';
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 * from '@hh.ru/magritte-ui-nav-bar';
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 * from '@hh.ru/magritte-ui-nav-bar/index.mock';
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 * from '@hh.ru/magritte-ui-nav-bar/index.mock';
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": "140.8.5",
3
+ "version": "142.0.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": false,
@@ -32,51 +32,52 @@
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.3.32",
36
- "@hh.ru/magritte-ui-action-list": "8.1.74",
37
- "@hh.ru/magritte-ui-alert": "4.0.31",
35
+ "@hh.ru/magritte-ui-action-bar": "5.4.1",
36
+ "@hh.ru/magritte-ui-action-list": "8.1.76",
37
+ "@hh.ru/magritte-ui-alert": "4.0.33",
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
- "@hh.ru/magritte-ui-banner": "6.2.26",
42
- "@hh.ru/magritte-ui-bottom-sheet": "9.4.5",
43
- "@hh.ru/magritte-ui-branded-button": "2.3.15",
44
- "@hh.ru/magritte-ui-breadcrumbs": "7.1.73",
41
+ "@hh.ru/magritte-ui-banner": "6.2.27",
42
+ "@hh.ru/magritte-ui-bottom-sheet": "9.4.7",
43
+ "@hh.ru/magritte-ui-branded-button": "2.3.16",
44
+ "@hh.ru/magritte-ui-breadcrumbs": "7.1.75",
45
45
  "@hh.ru/magritte-ui-breakpoint": "6.1.1",
46
- "@hh.ru/magritte-ui-button": "7.2.14",
47
- "@hh.ru/magritte-ui-button-stack": "4.0.14",
46
+ "@hh.ru/magritte-ui-button": "7.2.15",
47
+ "@hh.ru/magritte-ui-button-stack": "4.0.15",
48
48
  "@hh.ru/magritte-ui-card": "8.5.19",
49
49
  "@hh.ru/magritte-ui-cell": "7.2.27",
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.34",
53
+ "@hh.ru/magritte-ui-chips-input": "9.5.36",
54
54
  "@hh.ru/magritte-ui-chips-trigger": "4.3.29",
55
- "@hh.ru/magritte-ui-content-overlay": "1.2.0",
56
- "@hh.ru/magritte-ui-date-picker": "6.1.65",
55
+ "@hh.ru/magritte-ui-content-overlay": "1.2.1",
56
+ "@hh.ru/magritte-ui-date-picker": "6.1.67",
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.31",
60
- "@hh.ru/magritte-ui-floating-button": "3.0.28",
59
+ "@hh.ru/magritte-ui-drop": "12.3.33",
60
+ "@hh.ru/magritte-ui-floating-button": "3.0.30",
61
61
  "@hh.ru/magritte-ui-form-helper": "2.1.15",
62
- "@hh.ru/magritte-ui-form-label": "8.1.73",
63
- "@hh.ru/magritte-ui-full-screen-loader": "1.1.26",
62
+ "@hh.ru/magritte-ui-form-label": "8.1.75",
63
+ "@hh.ru/magritte-ui-full-screen-loader": "1.1.28",
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.5",
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
- "@hh.ru/magritte-ui-loader": "3.0.14",
71
- "@hh.ru/magritte-ui-map": "1.1.19",
72
- "@hh.ru/magritte-ui-media-viewer": "1.2.58",
73
- "@hh.ru/magritte-ui-modal": "10.1.35",
74
- "@hh.ru/magritte-ui-nav-bar": "1.5.4",
75
- "@hh.ru/magritte-ui-navigation-bar": "10.1.36",
70
+ "@hh.ru/magritte-ui-loader": "4.0.0",
71
+ "@hh.ru/magritte-ui-map": "1.1.20",
72
+ "@hh.ru/magritte-ui-media-viewer": "1.2.60",
73
+ "@hh.ru/magritte-ui-modal": "11.0.1",
74
+ "@hh.ru/magritte-ui-modal-deprecated": "1.0.2",
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.69",
78
+ "@hh.ru/magritte-ui-phone-input": "4.2.71",
78
79
  "@hh.ru/magritte-ui-pincode-input": "2.5.20",
79
- "@hh.ru/magritte-ui-placeholder": "11.1.26",
80
+ "@hh.ru/magritte-ui-placeholder": "11.1.28",
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,29 +85,29 @@
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.5",
88
+ "@hh.ru/magritte-ui-select": "12.9.7",
88
89
  "@hh.ru/magritte-ui-skeleton": "3.0.25",
89
- "@hh.ru/magritte-ui-snackbar": "6.4.2",
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.4",
94
- "@hh.ru/magritte-ui-swipe": "8.2.29",
94
+ "@hh.ru/magritte-ui-suggest": "11.3.6",
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.45",
98
+ "@hh.ru/magritte-ui-tabs": "7.2.47",
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.18",
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.2",
104
- "@hh.ru/magritte-ui-tooltip": "11.0.26",
104
+ "@hh.ru/magritte-ui-title": "8.3.3",
105
+ "@hh.ru/magritte-ui-tooltip": "11.0.28",
105
106
  "@hh.ru/magritte-ui-translate-guard": "0.1.19",
106
- "@hh.ru/magritte-ui-tree-selector": "5.5.47",
107
- "@hh.ru/magritte-ui-trigger": "4.3.23",
107
+ "@hh.ru/magritte-ui-tree-selector": "5.5.48",
108
+ "@hh.ru/magritte-ui-trigger": "4.3.24",
108
109
  "@hh.ru/magritte-ui-typography": "5.3.6",
109
- "@hh.ru/magritte-ui-upload": "4.3.20"
110
+ "@hh.ru/magritte-ui-upload": "4.3.21"
110
111
  },
111
112
  "peerDependencies": {
112
113
  "classnames": ">=2.3.2",
@@ -117,5 +118,5 @@
117
118
  "publishConfig": {
118
119
  "access": "public"
119
120
  },
120
- "gitHead": "31b8343d575729be9878df6f3d156992168a97b0"
121
+ "gitHead": "a912a354ba397bc6991dcf7f6ca19e02134b4abb"
121
122
  }