@megafon/ui-shared 2.1.0 → 2.1.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.1.3...@megafon/ui-shared@2.1.4) (2021-12-29)
7
+
8
+ **Note:** Version bump only for package @megafon/ui-shared
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.1.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.1.2...@megafon/ui-shared@2.1.3) (2021-12-20)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **tabs:** fix active tab underline width ([4499399](https://github.com/MegafonWebLab/megafon-ui/commit/449939942730143712a92930a279a8b6fc17a012))
20
+ * **ui-shared:** remove few eslint rules from .eslintrc.json ([de49316](https://github.com/MegafonWebLab/megafon-ui/commit/de49316bf982a7d573a0bdd94f949d6407ce0ff8))
21
+
22
+
23
+
24
+
25
+
26
+ ## [2.1.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.1.1...@megafon/ui-shared@2.1.2) (2021-12-14)
27
+
28
+ **Note:** Version bump only for package @megafon/ui-shared
29
+
30
+
31
+
32
+
33
+
34
+ ## [2.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.1.0...@megafon/ui-shared@2.1.1) (2021-12-14)
35
+
36
+ **Note:** Version bump only for package @megafon/ui-shared
37
+
38
+
39
+
40
+
41
+
6
42
  # [2.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.1...@megafon/ui-shared@2.1.0) (2021-12-13)
7
43
 
8
44
 
@@ -1,5 +1,9 @@
1
1
  import "core-js/modules/es.array.map";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
+
4
+ /* eslint-disable jsx-a11y/no-static-element-interactions */
5
+
6
+ /* eslint-disable jsx-a11y/click-events-have-key-events */
3
7
  import React from 'react';
4
8
  import { Grid, GridColumn, Header, Paragraph } from '@megafon/ui-core';
5
9
  import { cnCreate } from '@megafon/ui-helpers';
@@ -1,4 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
+
3
+ /* eslint-disable jsx-a11y/no-static-element-interactions */
4
+
5
+ /* eslint-disable jsx-a11y/click-events-have-key-events */
2
6
  import * as React from 'react';
3
7
  import { Collapse } from '@megafon/ui-core';
4
8
  import { cnCreate } from '@megafon/ui-helpers';
@@ -23,6 +23,9 @@ var _react2 = require("swiper/react");
23
23
 
24
24
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
25
 
26
+ /* eslint-disable jsx-a11y/no-static-element-interactions */
27
+
28
+ /* eslint-disable jsx-a11y/click-events-have-key-events */
26
29
  var pictureAlignTypes = {
27
30
  LEFT: 'left',
28
31
  RIGHT: 'right'
@@ -23,6 +23,9 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj;
23
23
 
24
24
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
25
 
26
+ /* eslint-disable jsx-a11y/no-static-element-interactions */
27
+
28
+ /* eslint-disable jsx-a11y/click-events-have-key-events */
26
29
  var cn = (0, _uiHelpers.cnCreate)('mfui-property-description');
27
30
 
28
31
  var PropertyDescription = function PropertyDescription(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "2.1.0",
3
+ "version": "2.1.4",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "dependencies": {
83
83
  "@babel/runtime": "^7.8.4",
84
- "@megafon/ui-core": "^2.1.1",
84
+ "@megafon/ui-core": "^2.2.0",
85
85
  "@megafon/ui-helpers": "^1.0.0",
86
86
  "core-js": "^3.6.4",
87
87
  "htmr": "^0.9.2",
@@ -89,5 +89,5 @@
89
89
  "prop-types": "^15.7.2",
90
90
  "swiper": "^6.5.6"
91
91
  },
92
- "gitHead": "31bd33b5e87106ea511fbbdc8ad266f70457e3d3"
92
+ "gitHead": "26b2f120bd0f51992981718c28cb8cd8138e1870"
93
93
  }