@hh.ru/magritte-ui 121.2.1 → 122.1.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
@@ -78,6 +78,7 @@ export * from '@hh.ru/magritte-ui-assistant';
78
78
  export * from '@hh.ru/magritte-ui-theme-wrapper';
79
79
  export * from '@hh.ru/magritte-ui-scrollbar';
80
80
  export * from '@hh.ru/magritte-ui-text-list';
81
+ export * from '@hh.ru/magritte-ui-content-overlay';
81
82
  export * from '@hh.ru/magritte-ui-floating-button';
82
83
  export * from '@hh.ru/magritte-ui-nav-bar';
83
84
  export * from '@hh.ru/magritte-ui-full-screen-loader';
package/index.js CHANGED
@@ -76,6 +76,7 @@ export * from '@hh.ru/magritte-ui-assistant';
76
76
  export * from '@hh.ru/magritte-ui-theme-wrapper';
77
77
  export * from '@hh.ru/magritte-ui-scrollbar';
78
78
  export * from '@hh.ru/magritte-ui-text-list';
79
+ export * from '@hh.ru/magritte-ui-content-overlay';
79
80
  export * from '@hh.ru/magritte-ui-floating-button';
80
81
  export * from '@hh.ru/magritte-ui-nav-bar';
81
82
  export * from '@hh.ru/magritte-ui-full-screen-loader';
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
@@ -70,6 +70,7 @@ export * from '@hh.ru/magritte-ui-assistant/index.mock';
70
70
  export * from '@hh.ru/magritte-ui-theme-wrapper';
71
71
  export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
72
72
  export * from '@hh.ru/magritte-ui-text-list';
73
+ export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
73
74
  export * from '@hh.ru/magritte-ui-floating-button/index.mock';
74
75
  export * from '@hh.ru/magritte-ui-nav-bar/index.mock';
75
76
  export * from '@hh.ru/magritte-ui-full-screen-loader';
package/index.mock.js CHANGED
@@ -69,6 +69,7 @@ export * from '@hh.ru/magritte-ui-assistant/index.mock';
69
69
  export * from '@hh.ru/magritte-ui-theme-wrapper';
70
70
  export * from '@hh.ru/magritte-ui-scrollbar/index.mock';
71
71
  export * from '@hh.ru/magritte-ui-text-list';
72
+ export * from '@hh.ru/magritte-ui-content-overlay/index.mock';
72
73
  export * from '@hh.ru/magritte-ui-floating-button/index.mock';
73
74
  export * from '@hh.ru/magritte-ui-nav-bar/index.mock';
74
75
  export * from '@hh.ru/magritte-ui-full-screen-loader';
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": "121.2.1",
3
+ "version": "122.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": false,
@@ -34,15 +34,15 @@
34
34
  "@hh.ru/magritte-ui-accordion": "3.0.17",
35
35
  "@hh.ru/magritte-ui-action": "5.0.14",
36
36
  "@hh.ru/magritte-ui-action-bar": "5.0.13",
37
- "@hh.ru/magritte-ui-action-list": "8.0.31",
37
+ "@hh.ru/magritte-ui-action-list": "8.0.32",
38
38
  "@hh.ru/magritte-ui-alert": "3.1.4",
39
39
  "@hh.ru/magritte-ui-assistant": "1.0.11",
40
40
  "@hh.ru/magritte-ui-avatar": "7.0.10",
41
41
  "@hh.ru/magritte-ui-badge": "3.2.2",
42
42
  "@hh.ru/magritte-ui-banner": "6.0.16",
43
- "@hh.ru/magritte-ui-bottom-sheet": "8.2.12",
43
+ "@hh.ru/magritte-ui-bottom-sheet": "9.0.0",
44
44
  "@hh.ru/magritte-ui-branded-button": "2.1.67",
45
- "@hh.ru/magritte-ui-breadcrumbs": "7.0.31",
45
+ "@hh.ru/magritte-ui-breadcrumbs": "7.0.32",
46
46
  "@hh.ru/magritte-ui-breakpoint": "6.0.1",
47
47
  "@hh.ru/magritte-ui-button": "6.0.14",
48
48
  "@hh.ru/magritte-ui-button-stack": "2.1.84",
@@ -51,15 +51,16 @@
51
51
  "@hh.ru/magritte-ui-checkable-card": "4.1.8",
52
52
  "@hh.ru/magritte-ui-checkbox-radio": "4.0.14",
53
53
  "@hh.ru/magritte-ui-chips": "6.0.16",
54
- "@hh.ru/magritte-ui-chips-input": "9.2.6",
54
+ "@hh.ru/magritte-ui-chips-input": "9.2.7",
55
55
  "@hh.ru/magritte-ui-chips-trigger": "4.1.8",
56
- "@hh.ru/magritte-ui-date-picker": "5.1.24",
56
+ "@hh.ru/magritte-ui-content-overlay": "1.1.0",
57
+ "@hh.ru/magritte-ui-date-picker": "5.1.25",
57
58
  "@hh.ru/magritte-ui-divider": "3.0.7",
58
59
  "@hh.ru/magritte-ui-dot-pages": "4.0.7",
59
60
  "@hh.ru/magritte-ui-drop": "12.0.4",
60
61
  "@hh.ru/magritte-ui-floating-button": "1.2.4",
61
62
  "@hh.ru/magritte-ui-form-helper": "2.0.10",
62
- "@hh.ru/magritte-ui-form-label": "8.0.30",
63
+ "@hh.ru/magritte-ui-form-label": "8.0.31",
63
64
  "@hh.ru/magritte-ui-full-screen-loader": "1.0.1",
64
65
  "@hh.ru/magritte-ui-grid": "2.2.37",
65
66
  "@hh.ru/magritte-ui-icon": "13.1.1",
@@ -67,26 +68,26 @@
67
68
  "@hh.ru/magritte-ui-layer": "3.0.5",
68
69
  "@hh.ru/magritte-ui-link": "6.0.16",
69
70
  "@hh.ru/magritte-ui-loader": "2.0.13",
70
- "@hh.ru/magritte-ui-modal": "9.2.11",
71
- "@hh.ru/magritte-ui-nav-bar": "1.0.2",
72
- "@hh.ru/magritte-ui-navigation-bar": "10.0.17",
71
+ "@hh.ru/magritte-ui-modal": "9.3.0",
72
+ "@hh.ru/magritte-ui-nav-bar": "1.1.0",
73
+ "@hh.ru/magritte-ui-navigation-bar": "10.0.18",
73
74
  "@hh.ru/magritte-ui-number-pages": "4.0.80",
74
- "@hh.ru/magritte-ui-phone-input": "4.0.35",
75
+ "@hh.ru/magritte-ui-phone-input": "4.0.36",
75
76
  "@hh.ru/magritte-ui-pincode-input": "2.0.11",
76
77
  "@hh.ru/magritte-ui-placeholder": "10.0.11",
77
78
  "@hh.ru/magritte-ui-progress-bar": "5.0.7",
78
- "@hh.ru/magritte-ui-rating-review": "2.0.15",
79
+ "@hh.ru/magritte-ui-rating-review": "3.0.0",
79
80
  "@hh.ru/magritte-ui-rating-smiles": "2.0.6",
80
- "@hh.ru/magritte-ui-rating-stars": "2.0.15",
81
+ "@hh.ru/magritte-ui-rating-stars": "2.1.0",
81
82
  "@hh.ru/magritte-ui-scrollable-container": "5.2.37",
82
83
  "@hh.ru/magritte-ui-scrollbar": "1.0.5",
83
84
  "@hh.ru/magritte-ui-segmented": "2.0.16",
84
- "@hh.ru/magritte-ui-select": "12.2.6",
85
+ "@hh.ru/magritte-ui-select": "12.2.7",
85
86
  "@hh.ru/magritte-ui-skeleton": "3.0.7",
86
- "@hh.ru/magritte-ui-snackbar": "6.1.7",
87
+ "@hh.ru/magritte-ui-snackbar": "6.1.8",
87
88
  "@hh.ru/magritte-ui-spacing": "2.0.64",
88
89
  "@hh.ru/magritte-ui-stepper": "1.0.16",
89
- "@hh.ru/magritte-ui-suggest": "11.0.31",
90
+ "@hh.ru/magritte-ui-suggest": "11.0.32",
90
91
  "@hh.ru/magritte-ui-swipe": "8.1.11",
91
92
  "@hh.ru/magritte-ui-switch": "3.0.14",
92
93
  "@hh.ru/magritte-ui-table": "3.1.4",
@@ -111,5 +112,5 @@
111
112
  "publishConfig": {
112
113
  "access": "public"
113
114
  },
114
- "gitHead": "4dbbd56cb39b4429b3a04e61b3224797aa7b456b"
115
+ "gitHead": "e2c9d1478f94096076aa2ef8a721f364a7f8cb9b"
115
116
  }