stylobate-islands
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -5,2 +5,10 @@ --- | ||
## v0.23.0 (2014-02-22) | ||
- Added offset arguments for arrow icon. | ||
- Removed disabled guards, as it is now have no events. | ||
- Using stylobate's disabled kind for disabled skin. | ||
- Fixed selectors for file inputs a bit. | ||
- Updated deps. | ||
## v0.22.0 (2014-02-11) | ||
@@ -7,0 +15,0 @@ |
--- | ||
--- | ||
## “Disabled” | ||
## disabled | ||
Для того, чтобы визуально «отключить» тот или иной блок можно использовать скин `disabled`: | ||
skin: disabled | ||
skin: disabled | ||
Используется для визуального отключения какого-либо блока. | ||
> <a class="button is-disabled"> | ||
> <span class="button-content">Отключённая кнопка</span> | ||
> </a> | ||
> | ||
> <div class="example:disabled"></div> | ||
По умолчанию добавляет `pointer-events: none`, так что отпадает необходимость сбрасывать стили состояний. Если зачем-то нужно ловить ивенты на таком элементе, нужно использовать параметр `with-events`. |
@@ -32,6 +32,6 @@ --- | ||
kind: icon_arrow | ||
Иконка для стрелочки. Принимает большое число опциональных параметров: | ||
kind: icon_arrow | ||
- Размер: либо одно число, либо именованный параметр `size`; по умолчанию — `6px`. | ||
@@ -41,5 +41,9 @@ - Толщина: именованный праметр `width`; по умолчанию — `2px`. | ||
- Направление: одно из ключевых слов `top`, `right`, `bottom`, `left`; по умолчанию — `bottom`. | ||
- Модификатор направления: можно задать дополнительные направления параметром-элементом `-direction`, например `(-direction '&:hover' right)`. | ||
- Стандартный транзишн: чтобы включить транзишн для смены направления достаточно использовать параметр `with-transition`. | ||
- Смещение иконки по X и Y: именованные параметры `offset-x` и `offset-y`, например `(offset-y -6px)` | ||
> <span class="icon_arrow"></span> | ||
> <span class="icon_another-arrow"></span> | ||
> <span class="icon_another-arrow_offset"></span> | ||
> | ||
@@ -46,0 +50,0 @@ > <div class="example:icon_arrow"></div> |
{ | ||
"name": "stylobate-islands", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)", | ||
@@ -16,6 +16,6 @@ "licence": "MIT", | ||
"dependencies": { | ||
"stylobate": "0.22.1" | ||
"stylobate": "0.22.3" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "1.0.x", | ||
"autoprefixer": "1.1.x", | ||
"csso": "1.3.x", | ||
@@ -26,3 +26,3 @@ "csscomb": "2.0.x", | ||
"mocha": "*", | ||
"should": "*" | ||
"should": "2.x.x" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114970
+ Addedif-ie.styl@0.3.0(transitive)
+ Addedstylobate@0.22.3(transitive)
+ Addedutilus.styl@0.10.1(transitive)
- Removedif-ie.styl@0.2.0(transitive)
- Removedstylobate@0.22.1(transitive)
- Removedutilus.styl@0.9.0(transitive)
Updatedstylobate@0.22.3