@megafon/ui-shared 3.0.0 → 3.0.2

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,17 @@
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
+ ## [3.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@3.0.0...@megafon/ui-shared@3.0.2) (2022-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * revert mistake version ([cc8668a](https://github.com/MegafonWebLab/megafon-ui/commit/cc8668a9ff2bc5fde6bf93ca806d4406a5944107))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.3.0...@megafon/ui-shared@3.0.0) (2022-02-09)
7
18
 
8
19
 
@@ -28,18 +39,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
28
39
 
29
40
  * **textwithicon:** prop items removed, list items are now added by child components
30
41
  * **accordionbox:** remove prop hasVerticalPaddings
31
- * ContentArea: prop color change values from 'base' to 'white' and from 'content' to 'default';
32
- remove depreacted value 'freshAsphalt'
33
- Paragraph: prop color change values from 'base' to 'white' and from 'contend' to 'default';
34
- remove deprecared values 'freshAsphalt' and 'clearWhite'
35
- StoreBanner: prop theme change value from 'black' to 'default'; remove deprecated value 'clearWhite'
36
- * ContentArea, Paragraph, StoreBanner and Breadcrumbs components from no don't have
37
- freshAsphalt and clearWhite as values for colorize props
38
42
  * **accordion-box:** remove parameter 'title' in onClickAccordion prop
39
43
  * **colors:** green, green20, green80, purple, purple20 and purple80 colors now have 'brand'
40
44
  prefix (e.g. brandGreen)
41
- * **colors:** read commit description
42
-
45
+ * **contentarea**: prop color change values from 'base' to 'white' and from 'content' to 'default';
46
+ remove depreacted value 'freshAsphalt'
47
+ * **contentarea**, **paragraph**, **storebanner** and **breadcrumbs** components from no don't have
48
+ 'freshAsphalt' and 'clearWhite' as values for colorizing props
49
+ * **storebanner**: prop theme change value from 'black' to 'default'; remove deprecated value 'clearWhite'
50
+ * **components:** for the components to work correctly, now it's needed to import colors.css file
43
51
 
44
52
 
45
53
 
package/README.md CHANGED
@@ -5,10 +5,10 @@ React UI components library.
5
5
  ## Getting started
6
6
 
7
7
  ```bash
8
- $ npm install --save @megafon/ui-shared@beta
8
+ $ npm install --save @megafon/ui-shared
9
9
  ```
10
10
  ```bash
11
- $ yarn add @megafon/ui-shared@beta
11
+ $ yarn add @megafon/ui-shared
12
12
  ```
13
13
 
14
14
  ## Development notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-shared",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -52,7 +52,7 @@
52
52
  "@babel/preset-env": "^7.8.6",
53
53
  "@babel/preset-react": "^7.8.3",
54
54
  "@babel/preset-typescript": "^7.8.3",
55
- "@megafon/ui-icons": "^1.0.0",
55
+ "@megafon/ui-icons": "^1.0.1",
56
56
  "@svgr/core": "^2.4.1",
57
57
  "@types/enzyme": "^3.10.5",
58
58
  "@types/enzyme-adapter-react-16": "^1.0.6",
@@ -82,13 +82,13 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@babel/runtime": "^7.8.4",
85
- "@megafon/ui-core": "^3.0.0",
86
- "@megafon/ui-helpers": "^2.0.0",
85
+ "@megafon/ui-core": "^3.0.1",
86
+ "@megafon/ui-helpers": "^2.0.1",
87
87
  "core-js": "^3.6.4",
88
88
  "htmr": "^0.9.2",
89
89
  "lodash.throttle": "^4.1.1",
90
90
  "prop-types": "^15.7.2",
91
91
  "swiper": "^6.5.6"
92
92
  },
93
- "gitHead": "6c0ceaf24ab250ae0d733395974991f0b58572b6"
93
+ "gitHead": "1affe80f981e92478c481a3f344c8d210d3028c8"
94
94
  }