Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sky-toolkit-core

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sky-toolkit-core - npm Package Compare versions

Comparing version 2.28.1 to 2.29.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Changelog

## 2.29.0
### Feature
* [Settings] Add `$global-spacing-unit-x-large` to globals.
* [Settings] Add `ultimate-on-demand` to gradient set.
* [Utilities] Add `-x-large` to spacing utilties.
## 2.28.0

@@ -8,0 +14,0 @@ ### Enhancements

3

docs/settings/globals.md

@@ -26,2 +26,3 @@ ---

| `$global-spacing-unit-large` | 2 × Default |
| `$global-spacing-unit-x-large` | 4 × Default |

@@ -77,5 +78,5 @@ ---

| `$global-shadow-y` | Default |
| `$global-shadow-blur` | Default |
| `$global-shadow-blur` | Default |
| `$global-shadow-spread` | Default |
| `$global-shadow` | All of above |
| `$global-text-shadow` | All of above |

@@ -15,3 +15,3 @@ ---

Each of the spacing units defined in
Each of the spacing units defined in
[sky-toolkit-core/settings/globals](../settings/globals.md) are available as

@@ -28,9 +28,10 @@ `u-margin` and `u-padding` utility classes. Each of these can be applied on:

| Suffix | Size |
|---------------------|------------------------------|
| No suffix (Default) | `$global-spacing-unit` |
| `-none` | `0` |
| `-tiny` | `$global-spacing-unit-tiny` |
| `-small` | `$global-spacing-unit-small` |
| `-large` | `$global-spacing-unit-large` |
| Suffix | Size |
|---------------------|---------------------------------|
| No suffix (Default) | `$global-spacing-unit` |
| `-none` | `0` |
| `-tiny` | `$global-spacing-unit-tiny` |
| `-small` | `$global-spacing-unit-small` |
| `-large` | `$global-spacing-unit-large` |
| `-x-large` | `$global-spacing-unit-x-large` |

@@ -47,2 +48,3 @@ ## Margin

<div class="u-margin-all-large">Large Margin</div>
<div class="u-margin-all-x-large">Extra Large Margin</div>

@@ -56,2 +58,3 @@ <hr class="c-keyline"/>

<div class="u-margin-bottom-large">Large Bottom Margin</div>
<div class="u-margin-bottom-x-large">Extra Large Bottom Margin</div>
```

@@ -71,2 +74,3 @@

<div class="u-padding-all-large">Large Padding</div>
<div class="u-padding-all-x-large">Extra Large Padding</div>

@@ -80,2 +84,3 @@ <hr class="c-keyline"/>

<div class="u-padding-bottom-large">Large Bottom Padding</div>
<div class="u-padding-bottom-x-large">Extra Large Bottom Padding</div>
```
{
"name": "sky-toolkit-core",
"version": "2.28.1",
"version": "2.29.0",
"description": "The core of Sky's CSS Toolkit",

@@ -25,3 +25,4 @@ "main": "index.js",

"sass-true": "3.1.0"
}
},
"gitHead": "4f36a97d4ef238505b7beb977677ae9a10e72508"
}

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