sky-toolkit-core
Advanced tools
Comparing version 2.28.1 to 2.29.0
@@ -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 |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148607
1