Skip to content

Commit 9606494

Browse files
committed
Update readme to refer common.blocks
1 parent 616e8a6 commit 9606494

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ React Components are called blocks according to BEM methodology. Check [bem-info
77

88
## Blocks
99

10-
* [Attach](blocks/Attach/)
11-
* [Button](blocks/Button)
12-
* [CheckBox](blocks/CheckBox)
13-
* [CheckBoxGroup](blocks/CheckBoxGroup)
14-
* [Dropdown](blocks/Dropdown)
15-
* [Icon](blocks/Icon)
16-
* [Image](blocks/Image)
17-
* [KeyCodes](blocks/KeyCodes)
18-
* [Link](blocks/Link)
19-
* [Menu](blocks/Menu)
20-
* [Modal](blocks/Modal)
21-
* [Popup](blocks/Popup)
22-
* [ProgressBar](blocks/ProgressBar)
23-
* [Radio](blocks/Radio)
24-
* [RadioGroup](blocks/RadioGroup)
25-
* [Select](blocks/Select)
26-
* [Spin](blocks/Spin)
27-
* [TextArea](blocks/TextArea)
28-
* [TextInput](blocks/TextInput)
10+
* [Attach](common.blocks/Attach/)
11+
* [Button](common.blocks/Button)
12+
* [CheckBox](common.blocks/CheckBox)
13+
* [CheckBoxGroup](common.blocks/CheckBoxGroup)
14+
* [Dropdown](common.blocks/Dropdown)
15+
* [Icon](common.blocks/Icon)
16+
* [Image](common.blocks/Image)
17+
* [KeyCodes](common.blocks/KeyCodes)
18+
* [Link](common.blocks/Link)
19+
* [Menu](common.blocks/Menu)
20+
* [Modal](common.blocks/Modal)
21+
* [Popup](common.blocks/Popup)
22+
* [ProgressBar](common.blocks/ProgressBar)
23+
* [Radio](common.blocks/Radio)
24+
* [RadioGroup](common.blocks/RadioGroup)
25+
* [Select](common.blocks/Select)
26+
* [Spin](common.blocks/Spin)
27+
* [TextArea](common.blocks/TextArea)
28+
* [TextInput](common.blocks/TextInput)
2929

3030
## Build
3131

@@ -53,7 +53,7 @@ module: {
5353
loader: 'webpack-bem-loader',
5454
options: {
5555
levels: [
56-
'./node_modules/bem-react-components/blocks',
56+
'./node_modules/bem-react-components/common.blocks',
5757
'./src/my-awesome-blocks'
5858
],
5959
techs: ['js', 'css']
@@ -83,7 +83,7 @@ Example of `.babelrc`
8383
"plugins": [
8484
["bem-import", {
8585
"levels": [
86-
"./node_modules/bem-react-components/blocks",
86+
"./node_modules/bem-react-components/common.blocks",
8787
"./src/my-awesome-blocks"
8888
]
8989
}]

README.ru.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ React компоненты это блоки с точки зрения BEM ме
77

88
## Блоки
99

10-
* [Attach](blocks/Attach/)
11-
* [Button](blocks/Button)
12-
* [CheckBox](blocks/CheckBox)
13-
* [CheckBoxGroup](blocks/CheckBoxGroup)
14-
* [Dropdown](blocks/Dropdown)
15-
* [Icon](blocks/Icon)
16-
* [Image](blocks/Image)
17-
* [KeyCodes](blocks/KeyCodes)
18-
* [Link](blocks/Link)
19-
* [Menu](blocks/Menu)
20-
* [Modal](blocks/Modal)
21-
* [Popup](blocks/Popup)
22-
* [ProgressBar](blocks/ProgressBar)
23-
* [Radio](blocks/Radio)
24-
* [RadioGroup](blocks/RadioGroup)
25-
* [Select](blocks/Select)
26-
* [Spin](blocks/Spin)
27-
* [TextArea](blocks/TextArea)
28-
* [TextInput](blocks/TextInput)
10+
* [Attach](common.blocks/Attach/)
11+
* [Button](common.blocks/Button)
12+
* [CheckBox](common.blocks/CheckBox)
13+
* [CheckBoxGroup](common.blocks/CheckBoxGroup)
14+
* [Dropdown](common.blocks/Dropdown)
15+
* [Icon](common.blocks/Icon)
16+
* [Image](common.blocks/Image)
17+
* [KeyCodes](common.blocks/KeyCodes)
18+
* [Link](common.blocks/Link)
19+
* [Menu](common.blocks/Menu)
20+
* [Modal](common.blocks/Modal)
21+
* [Popup](common.blocks/Popup)
22+
* [ProgressBar](common.blocks/ProgressBar)
23+
* [Radio](common.blocks/Radio)
24+
* [RadioGroup](common.blocks/RadioGroup)
25+
* [Select](common.blocks/Select)
26+
* [Spin](common.blocks/Spin)
27+
* [TextArea](common.blocks/TextArea)
28+
* [TextInput](common.blocks/TextInput)
2929

3030
## Сборка
3131

@@ -53,7 +53,7 @@ module: {
5353
loader: 'webpack-bem-loader',
5454
options: {
5555
levels: [
56-
'./node_modules/bem-react-components/blocks',
56+
'./node_modules/bem-react-components/common.blocks',
5757
'./src/my-awesome-blocks'
5858
],
5959
techs: ['js', 'css']
@@ -83,7 +83,7 @@ NB: Babel не обрабатывает `css` файлы, только `js` и `
8383
"plugins": [
8484
["bem-import", {
8585
"levels": [
86-
"./node_modules/bem-react-components/blocks",
86+
"./node_modules/bem-react-components/common.blocks",
8787
"./src/my-awesome-blocks"
8888
]
8989
}]

0 commit comments

Comments
 (0)