diff --git a/common.blocks/button/button.deps.js b/common.blocks/button/button.deps.js index d04bf841a..4081837d4 100644 --- a/common.blocks/button/button.deps.js +++ b/common.blocks/button/button.deps.js @@ -14,11 +14,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'button' } + shouldDeps : { tech : 'bemhtml', block : 'button' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'button', mods : { type : 'link' } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/checkbox-group/checkbox-group.deps.js b/common.blocks/checkbox-group/checkbox-group.deps.js index 551f73f3d..68e89e65c 100644 --- a/common.blocks/checkbox-group/checkbox-group.deps.js +++ b/common.blocks/checkbox-group/checkbox-group.deps.js @@ -4,11 +4,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'checkbox-group' } + shouldDeps : { tech : 'bemhtml', block : 'checkbox-group' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'checkbox-group', mods : { type : 'button' } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/checkbox/checkbox.deps.js b/common.blocks/checkbox/checkbox.deps.js index 51d4dd405..6fc54b4ef 100644 --- a/common.blocks/checkbox/checkbox.deps.js +++ b/common.blocks/checkbox/checkbox.deps.js @@ -11,11 +11,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'checkbox' } + shouldDeps : { tech : 'bemhtml', block : 'checkbox' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'checkbox', mods : { type : 'button' } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/dropdown/dropdown.deps.js b/common.blocks/dropdown/dropdown.deps.js index cfe55c1fd..ad0e8beed 100644 --- a/common.blocks/dropdown/dropdown.deps.js +++ b/common.blocks/dropdown/dropdown.deps.js @@ -12,9 +12,9 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'dropdown' } + shouldDeps : { tech : 'bemhtml', block : 'dropdown' } }, { tech : 'tmpl-spec.js', - mustDeps : { tech : 'bemhtml', block : 'dropdown', mods : { switcher : ['link', 'button'] } } + shouldDeps : { tech : 'bemhtml', block : 'dropdown', mods : { switcher : ['link', 'button'] } } }] diff --git a/common.blocks/input/input.deps.js b/common.blocks/input/input.deps.js index e739fcdc0..38e86ed96 100644 --- a/common.blocks/input/input.deps.js +++ b/common.blocks/input/input.deps.js @@ -10,11 +10,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'input' } + shouldDeps : { tech : 'bemhtml', block : 'input' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'input', mods : { type : ['textarea', 'password', 'search'], 'has-clear' : true } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/link/link.deps.js b/common.blocks/link/link.deps.js index 5884de52e..223b06586 100644 --- a/common.blocks/link/link.deps.js +++ b/common.blocks/link/link.deps.js @@ -12,9 +12,9 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'link' } + shouldDeps : { tech : 'bemhtml', block : 'link' } }, { tech : 'tmpl-spec.js', - mustDeps : { tech : 'bemhtml', block : 'link', mods : { pseudo : true } } + shouldDeps : { tech : 'bemhtml', block : 'link', mods : { pseudo : true } } }] diff --git a/common.blocks/menu-item/menu-item.deps.js b/common.blocks/menu-item/menu-item.deps.js index d14da95d0..436861618 100644 --- a/common.blocks/menu-item/menu-item.deps.js +++ b/common.blocks/menu-item/menu-item.deps.js @@ -4,9 +4,9 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'menu-item' } + shouldDeps : { tech : 'bemhtml', block : 'menu-item' } }, { tech : 'tmpl-spec.js', - mustDeps : { tech : 'bemhtml', block : 'link' } + shouldDeps : { tech : 'bemhtml', block : 'link' } }] diff --git a/common.blocks/menu/menu.deps.js b/common.blocks/menu/menu.deps.js index b28b97ab7..280c33cab 100644 --- a/common.blocks/menu/menu.deps.js +++ b/common.blocks/menu/menu.deps.js @@ -10,11 +10,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'menu' } + shouldDeps : { tech : 'bemhtml', block : 'menu' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'link' }, { tech : 'bemhtml', block : 'menu-item', mods : { type : 'link' } }, { tech : 'bemhtml', block : 'menu', mods : { mode : 'radio' } }, diff --git a/common.blocks/radio-group/radio-group.deps.js b/common.blocks/radio-group/radio-group.deps.js index 9d961b31d..1a3c2d586 100644 --- a/common.blocks/radio-group/radio-group.deps.js +++ b/common.blocks/radio-group/radio-group.deps.js @@ -4,11 +4,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'radio-group' } + shouldDeps : { tech : 'bemhtml', block : 'radio-group' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'radio-group', mods : { type : 'button' } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/radio/radio.deps.js b/common.blocks/radio/radio.deps.js index f185d6268..9d3dc04d8 100644 --- a/common.blocks/radio/radio.deps.js +++ b/common.blocks/radio/radio.deps.js @@ -11,11 +11,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'radio' } + shouldDeps : { tech : 'bemhtml', block : 'radio' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'radio', mods : { type : 'button' } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/select/select.deps.js b/common.blocks/select/select.deps.js index 3a877386c..3e81f5cfb 100644 --- a/common.blocks/select/select.deps.js +++ b/common.blocks/select/select.deps.js @@ -16,11 +16,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'select' } + shouldDeps : { tech : 'bemhtml', block : 'select' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'select', mods : { mode : ['radio', 'check', 'radio-check'] } }, { tech : 'bemhtml', block : 'icon' } ] diff --git a/common.blocks/textarea/textarea.deps.js b/common.blocks/textarea/textarea.deps.js index c76b86b76..2e4bef30d 100644 --- a/common.blocks/textarea/textarea.deps.js +++ b/common.blocks/textarea/textarea.deps.js @@ -12,11 +12,11 @@ }, { tech : 'spec.js', - mustDeps : { tech : 'bemhtml', block : 'textarea' } + shouldDeps : { tech : 'bemhtml', block : 'textarea' } }, { tech : 'tmpl-spec.js', - mustDeps : [ + shouldDeps : [ { tech : 'bemhtml', block : 'textarea' }, { tech : 'bemhtml', block : 'icon' } ]