New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylobate-islands

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylobate-islands - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0

8

CHANGELOG.md

@@ -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 @@

14

lib/skins/disabled/skin-islands-disabled.md
---
---
## “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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc