@hh.ru/magritte-ui 142.1.0 → 142.3.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
@@ -86,3 +86,4 @@ export * from '@hh.ru/magritte-ui-full-screen-loader';
86
86
  export * from '@hh.ru/magritte-ui-media-viewer';
87
87
  export * from '@hh.ru/magritte-ui-map';
88
88
  export * from '@hh.ru/magritte-ui-strikethrough';
89
+ export * from '@hh.ru/magritte-ui-section-header';
package/index.js CHANGED
@@ -84,4 +84,5 @@ export * from '@hh.ru/magritte-ui-full-screen-loader';
84
84
  export * from '@hh.ru/magritte-ui-media-viewer';
85
85
  export * from '@hh.ru/magritte-ui-map';
86
86
  export * from '@hh.ru/magritte-ui-strikethrough';
87
+ export * from '@hh.ru/magritte-ui-section-header';
87
88
  //# sourceMappingURL=index.js.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
@@ -82,3 +82,4 @@ export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
82
82
  export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
83
83
  export * from '@hh.ru/magritte-ui-map/index.mock';
84
84
  export * from '@hh.ru/magritte-ui-strikethrough/index.mock';
85
+ export * from '@hh.ru/magritte-ui-section-header/index.mock';
package/index.mock.js CHANGED
@@ -78,4 +78,5 @@ export * from '@hh.ru/magritte-ui-full-screen-loader/index.mock';
78
78
  export * from '@hh.ru/magritte-ui-media-viewer/index.mock';
79
79
  export * from '@hh.ru/magritte-ui-map/index.mock';
80
80
  export * from '@hh.ru/magritte-ui-strikethrough/index.mock';
81
+ export * from '@hh.ru/magritte-ui-section-header/index.mock';
81
82
  //# sourceMappingURL=index.mock.js.map
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": "142.1.0",
3
+ "version": "142.3.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": false,
@@ -30,7 +30,7 @@
30
30
  "@hh.ru/magritte-fonts": "1.6.0",
31
31
  "@hh.ru/magritte-reset-css": "1.3.0",
32
32
  "@hh.ru/magritte-types": "5.0.7",
33
- "@hh.ru/magritte-ui-accordion": "3.1.46",
33
+ "@hh.ru/magritte-ui-accordion": "3.2.0",
34
34
  "@hh.ru/magritte-ui-action": "6.0.14",
35
35
  "@hh.ru/magritte-ui-action-bar": "5.4.1",
36
36
  "@hh.ru/magritte-ui-action-list": "8.1.77",
@@ -69,7 +69,7 @@
69
69
  "@hh.ru/magritte-ui-link": "7.1.31",
70
70
  "@hh.ru/magritte-ui-loader": "4.0.0",
71
71
  "@hh.ru/magritte-ui-map": "1.1.20",
72
- "@hh.ru/magritte-ui-media-viewer": "1.2.61",
72
+ "@hh.ru/magritte-ui-media-viewer": "1.3.0",
73
73
  "@hh.ru/magritte-ui-modal": "11.0.2",
74
74
  "@hh.ru/magritte-ui-modal-deprecated": "1.0.3",
75
75
  "@hh.ru/magritte-ui-nav-bar": "2.0.0",
@@ -84,6 +84,7 @@
84
84
  "@hh.ru/magritte-ui-rating-stars": "2.2.27",
85
85
  "@hh.ru/magritte-ui-scrollable-container": "6.2.23",
86
86
  "@hh.ru/magritte-ui-scrollbar": "1.0.28",
87
+ "@hh.ru/magritte-ui-section-header": "1.1.0",
87
88
  "@hh.ru/magritte-ui-segmented": "2.1.28",
88
89
  "@hh.ru/magritte-ui-select": "12.9.8",
89
90
  "@hh.ru/magritte-ui-skeleton": "3.0.25",
@@ -118,5 +119,5 @@
118
119
  "publishConfig": {
119
120
  "access": "public"
120
121
  },
121
- "gitHead": "8a1139aa7d3911d593096804889e4578d287467c"
122
+ "gitHead": "6b13b0877dd1f87bd08a348cc6384ae6ab01025f"
122
123
  }