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 1.0.0-alpha.6 to 1.0.0-alpha.7

lib/skins/input/skin-islands-input.md

19

CHANGELOG.md

@@ -7,9 +7,18 @@ ---

- Added extra-large button size.
- Added `dark` and `pseudo-dark` button types.
- Added shortcut aliases for button sizes (`s`, `xl` etc.).
- Added button using two elements (when using `content` element).
- Added `shape` modifier to button.
- Added islands-v3 input, with a lot of upgrades from the v2 one (except for the overall wrote-from-scratching):
- `large` and `extra-large` sizes, with aliases for all of them.
- Complex input made into a skin, triggered by having `__controller` element defined.
- Added islands-v3 button, with a lot of upgrades from the v2 one (except for the overall wrote-from-scratching):
- Added `extra-large` button size.
- Added `dark` and `pseudo-dark` button types.
- Added shortcut aliases for button sizes (`s`, `xl` etc.).
- Added button using two elements (when using `content` element).
- Added `shape` modifier to button.
- Changed line-height on body to unitless.
- Changed `rem` to `px` for standalone variant.
- Added `$islands_px` for modifying variables using the same unit that is used for other variables, if necessary.
- Changed notation for elements from `foo-element` to `foo__element`.

@@ -16,0 +25,0 @@ - Removed all the deprecated code.

{
"name": "stylobate-islands",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"author": "Roman Komarov <kizmarh@ya.ru> (http://kizu.ru/en/)",

@@ -5,0 +5,0 @@ "licence": "MIT",

@@ -26,3 +26,3 @@ /**

var result = postcss()
.use( autoprefixer().postcss )
.use( autoprefixer({browsers: ['last 2 versions', 'ios 5', 'ie 9', 'fx 28']}).postcss )
.process(css);

@@ -29,0 +29,0 @@

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