diff --git a/.eslintrc.json b/.eslintrc.json index 1c757f4..82f4489 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,10 +3,7 @@ "browser": true, "es2020": true }, - "extends": ["airbnb-base"], - "parserOptions": { - "ecmaVersion": 11, - "sourceType": "module" - }, + "plugins": ["prettier"], + "extends": ["airbnb-base", "plugin:prettier/recommended"], "rules": {} } diff --git a/.lintstagedrc.json b/.lintstagedrc.json index e027d02..0d6e397 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -3,6 +3,6 @@ "prettier --write", "git add" ], - "package.json": ["yarn lint:package"], + "package.json": ["yarn format:package"], "**/*.{js,jsx}": ["yarn lint"] } diff --git a/.prettierrc b/.prettierrc index 0373595..fb05e0e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,12 +1,15 @@ { "arrowParens": "avoid", - "semi": false, - "tabWidth": 2, - "singleQuote": false, - "trailingComma": "all", "bracketSpacing": true, - "printWidth": 80, "jsxBracketSameLine": false, "jsxSingleQuote": false, - "proseWrap": "always" + "printWidth": 80, + "proseWrap": "always", + "requirePragma": false, + "semi": true, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "all", + "useTabs": false, + "endOfLine": "auto" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b6ab1..491bf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,81 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.4.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.3.0...v0.4.0) (2020-07-22) +# [0.6.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.2...v0.6.0) (2020-10-01) ### ✨ Features -* **snippets:** ✨ add tailwind grid snippets ([#30](https://github.com/navin-moorthy/vscode-css-snippets/issues/30)) ([bc2bd84](https://github.com/navin-moorthy/vscode-css-snippets/commit/bc2bd847bc1ba6c850d549670db19256b651be2d)), closes [#29](https://github.com/navin-moorthy/vscode-css-snippets/issues/29) +* **scss:** ✨ add support for scss files ([#47](https://github.com/navin-moorthy/vscode-css-snippets/issues/47)) ([293d2c5](https://github.com/navin-moorthy/vscode-css-snippets/commit/293d2c505976bd61dcca225c12d49d0b7cc9e368)), closes [#46](https://github.com/navin-moorthy/vscode-css-snippets/issues/46) + + + + + +## [0.5.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.1...v0.5.2) (2020-10-01) + + +### ♻️ Chores + +* **deps:** ⬆️ update dev deps ([aecb309](https://github.com/navin-moorthy/vscode-css-snippets/commit/aecb3090b0e8a37d672f754de8fed29a66fa9022)) +* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#45](https://github.com/navin-moorthy/vscode-css-snippets/issues/45)) ([fb1bbad](https://github.com/navin-moorthy/vscode-css-snippets/commit/fb1bbadb21e442446e645433cad6f4e552ad982b)) + + + + + +## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020-08-11) + + +### 🐛 Bug Fixes + +* **snippets:** 🐛 fix no negative margins and readme typo ([#44](https://github.com/navin-moorthy/vscode-css-snippets/issues/44)) ([fc61ed5](https://github.com/navin-moorthy/vscode-css-snippets/commit/fc61ed5b1c4b0c8083177ddd7cab9aa5685b8b7d)), closes [#43](https://github.com/navin-moorthy/vscode-css-snippets/issues/43) + + +### 📦 Code Refactoring + +* **snippets:** ♻️ move space snippets to individual files ([#38](https://github.com/navin-moorthy/vscode-css-snippets/issues/38)) ([#40](https://github.com/navin-moorthy/vscode-css-snippets/issues/40)) ([bceaef2](https://github.com/navin-moorthy/vscode-css-snippets/commit/bceaef2ad4a430f93cb745b90ceeef401550032d)) + + +### 📚 Documentation + +* **gifs:** 📝 add intro gif for tailwind snippets added ([#41](https://github.com/navin-moorthy/vscode-css-snippets/issues/41)) ([#42](https://github.com/navin-moorthy/vscode-css-snippets/issues/42)) ([d494e71](https://github.com/navin-moorthy/vscode-css-snippets/commit/d494e711020fd9d90e6df714f6b3bd3a56ea6565)) +* **refactor:** 📝 better arrangment of docs for Tailwind ([#39](https://github.com/navin-moorthy/vscode-css-snippets/issues/39)) ([b5ab1a8](https://github.com/navin-moorthy/vscode-css-snippets/commit/b5ab1a8ae32615960e0f026267737adb50b1bce2)), closes [#37](https://github.com/navin-moorthy/vscode-css-snippets/issues/37) + + + + + +## [0.5.1](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.5.0...v0.5.1) (2020-08-11) + + +### 🐛 Bug Fixes + +* **snippets:** 🐛 fix no negative margins and readme typo ([#44](https://github.com/navin-moorthy/vscode-css-snippets/issues/44)) ([fc61ed5](https://github.com/navin-moorthy/vscode-css-snippets/commit/fc61ed5b1c4b0c8083177ddd7cab9aa5685b8b7d)), closes [#43](https://github.com/navin-moorthy/vscode-css-snippets/issues/43) + + +### 📦 Code Refactoring + +* **snippets:** ♻️ move space snippets to individual files ([#38](https://github.com/navin-moorthy/vscode-css-snippets/issues/38)) ([#40](https://github.com/navin-moorthy/vscode-css-snippets/issues/40)) ([bceaef2](https://github.com/navin-moorthy/vscode-css-snippets/commit/bceaef2ad4a430f93cb745b90ceeef401550032d)) + + +### 📚 Documentation + +* **gifs:** 📝 add intro gif for tailwind snippets added ([#41](https://github.com/navin-moorthy/vscode-css-snippets/issues/41)) ([#42](https://github.com/navin-moorthy/vscode-css-snippets/issues/42)) ([d494e71](https://github.com/navin-moorthy/vscode-css-snippets/commit/d494e711020fd9d90e6df714f6b3bd3a56ea6565)) +* **refactor:** 📝 better arrangment of docs for Tailwind ([#39](https://github.com/navin-moorthy/vscode-css-snippets/issues/39)) ([b5ab1a8](https://github.com/navin-moorthy/vscode-css-snippets/commit/b5ab1a8ae32615960e0f026267737adb50b1bce2)), closes [#37](https://github.com/navin-moorthy/vscode-css-snippets/issues/37) + + + + + +# [0.5.0](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.4.0...v0.5.0) (2020-08-10) + + +### ✨ Features + +* **snippets:** ✨ add tailwind spacing - margin snippets ([#32](https://github.com/navin-moorthy/vscode-css-snippets/issues/32)) ([65e455e](https://github.com/navin-moorthy/vscode-css-snippets/commit/65e455e8be0d85d6b85bb9bbcd9352a04717b977)), closes [#31](https://github.com/navin-moorthy/vscode-css-snippets/issues/31) +* **snippets:** ✨ add tailwind spacing - padding snippets ([#34](https://github.com/navin-moorthy/vscode-css-snippets/issues/34)) ([b34481a](https://github.com/navin-moorthy/vscode-css-snippets/commit/b34481a7b490bbb39156b6d3c22bb7c1f67199cf)), closes [#33](https://github.com/navin-moorthy/vscode-css-snippets/issues/33) +* **snippets:** ✨ add tailwind spacing - space between snippets ([#36](https://github.com/navin-moorthy/vscode-css-snippets/issues/36)) ([29fe054](https://github.com/navin-moorthy/vscode-css-snippets/commit/29fe0548dbb8541f1b8b1467ffe2fa4a5b2e34b2)), closes [#35](https://github.com/navin-moorthy/vscode-css-snippets/issues/35) diff --git a/README.md b/README.md index e8a152f..f1fea02 100644 --- a/README.md +++ b/README.md @@ -42,38 +42,11 @@ You can enable tab completion (recommended) by opening - [CSS Reset](#css-reset) - [Pseudo Styles](#pseudo-styles) - [Breakpoints](#breakpoints) - - [Tailwind Layout](#tailwind-layout) - - [Container](#container) - - [Box Sizing](#box-sizing) - - [Display](#display) - - [Float](#float) - - [Clear](#clear) - - [Clear](#clear-1) - - [Object Fit](#object-fit) - - [Object Position](#object-position) - - [Overflow](#overflow) - - [Position](#position) - - [Top / Right / Bottom / Left](#top--right--bottom--left) - - [Visibility](#visibility) - - [Z-Index](#z-index) - - [Tailwind FlexBox](#tailwind-flexbox) - - [Flex Direction](#flex-direction) - - [Flex Wrap](#flex-wrap) - - [Align Items](#align-items) - - [Align Content](#align-content) - - [Align Self](#align-self) - - [Justify Content](#justify-content) - - [Flex](#flex) - - [Flex Grow](#flex-grow) - - [Flex Shrink](#flex-shrink) - - [Flex Order](#flex-order) - - [Tailwind Grid](#tailwind-grid) - - [Grid Template Columns](#grid-template-columns) - - [Grid Column Start / End](#grid-column-start--end) - - [Grid Template Rows](#grid-template-rows) - - [Grid Row Start / End](#grid-row-start--end) - - [Gap](#gap) - - [Grid Auto Flow](#grid-auto-flow) + - [Tailwind](#tailwind) + - [Layout Snippets](#layout-snippets) + - [FlexBox Snippets](#flexbox-snippets) + - [Grid Snippets](#grid-snippets) + - [Spacing Snippets](#spacing-snippets) - [1 line layouts](#1-line-layouts) - [Extra Guides](#extra-guides) - [Snippets generation from Selected line/lines](#snippets-generation-from-selected-linelines) @@ -120,440 +93,31 @@ You can enable tab completion (recommended) by opening | `resp-lg-selected` | Get tailwind breakpoint for selected class/classes - lg - 1024px [See how →](#snippets-generation-from-selected-linelines) | | `resp-xl-selected` | Get tailwind breakpoint for selected class/classes - xl - 1280px [See how →](#snippets-generation-from-selected-linelines) | -### [Tailwind](https://tailwindcss.com/) Layout - -#### [Container](https://tailwindcss.com/docs/container) - -| Snippet | Purpose | -| ----------- | ------------------------------------------------------------------- | -| `container` | A component for fixing an element's width to the current breakpoint | - -#### [Box Sizing](https://tailwindcss.com/docs/box-sizing) - -| Snippet | Purpose | -| ------------- | ------------------------ | -| `box-border` | box-sizing: border-box; | -| `box-content` | box-sizing: content-box; | - -#### [Display](https://tailwindcss.com/docs/display) - -| Snippet | Purpose | -| -------------------- | ---------------------------- | -| `hidden` | display: none; | -| `block` | display: block; | -| `flow-root` | display: flow-root; | -| `inline-block` | display: inline-block; | -| `inline` | display: inline; | -| `flex` | display: flex; | -| `inline-flex` | display: inline-flex; | -| `grid` | display: grid; | -| `inline-grid` | display: inline-grid; | -| `table` | display: table; | -| `table-caption` | display: table-caption; | -| `table-cell` | display: table-cell; | -| `table-column` | display: table-column; | -| `table-column-group` | display: table-column-group; | -| `table-footer-group` | display: table-footer-group; | -| `table-header-group` | display: table-header-group; | -| `table-row-group` | display: table-row-group; | -| `table-row` | display: table-row; | - -#### [Float](https://tailwindcss.com/docs/float) - -| Snippet | Purpose | -| ------------- | ------------------------------------------------------ | -| `float-right` | float: right; | -| `float-left` | float: left; | -| `float-none` | float: none; | -| `clearfix` | &::after { content: "": display: table; clear: both; } | - -#### [Clear](https://tailwindcss.com/docs/clear) - -| Snippet | Purpose | -| ------------- | ------------- | -| `clear-left` | clear: left; | -| `clear-right` | clear: right; | -| `clear-both` | clear: both; | -| `clear-none` | clear: none; | - -#### [Clear](https://tailwindcss.com/docs/clear) - -| Snippet | Purpose | -| ------------- | ------------- | -| `clear-left` | clear: left; | -| `clear-right` | clear: right; | -| `clear-both` | clear: both; | -| `clear-none` | clear: none; | - -#### [Object Fit](https://tailwindcss.com/docs/object-fit) - -| Snippet | Purpose | -| ------------------- | ----------------------- | -| `object-contain` | object-fit: contain; | -| `object-cover` | object-fit: cover; | -| `object-fill` | object-fit: fill; | -| `object-none` | object-fit: none; | -| `object-scale-down` | object-fit: scale-down; | - -#### [Object Position](https://tailwindcss.com/docs/object-position) - -| Snippet | Purpose | -| --------------------- | ------------------------------ | -| `object-bottom` | object-position: bottom; | -| `object-center` | object-position: center; | -| `object-left` | object-position: left; | -| `object-left-bottom` | object-position: left bottom; | -| `object-left-top` | object-position: left top; | -| `object-right` | object-position: right; | -| `object-right-bottom` | object-position: right bottom; | -| `object-right-top` | object-position: right top; | -| `object-top` | object-position: top; | - -#### [Overflow](https://tailwindcss.com/docs/overflow) - -| Snippet | Purpose | -| -------------------- | ---------------------------------- | -| `overflow-auto` | overflow: auto; | -| `overflow-hidden` | overflow: hidden; | -| `overflow-visible` | overflow: visible; | -| `overflow-scroll` | overflow: scroll; | -| `overflow-x-auto` | overflow-x: auto; | -| `overflow-y-auto` | overflow-y: auto; | -| `overflow-x-hidden` | overflow-x: hidden; | -| `overflow-y-hidden` | overflow-y: hidden; | -| `overflow-x-visible` | overflow-x: visible; | -| `overflow-y-visibl` | overflow-y: visible; | -| `overflow-x-scroll` | overflow-x: scroll; | -| `overflow-y-scroll` | overflow-y: scroll; | -| `scrolling-touch` | -webkit-overflow-scrolling: touch; | -| `scrolling-auto` | -webkit-overflow-scrolling: auto; | - -#### [Position](https://tailwindcss.com/docs/position) - -| Snippet | Purpose | -| ---------- | ------------------- | -| `static` | position: static; | -| `fixed` | position: fixed; | -| `absolute` | position: absolute; | -| `relative` | position: relative; | -| `sticky` | position: sticky; | - -#### [Top / Right / Bottom / Left](https://tailwindcss.com/docs/top-right-bottom-left) - -| Snippet | Purpose | -| -------------- | ------------------------------------------------- | -| `inset-0` | top: 0; right: 0; bottom: 0; left: 0; | -| `inset-y-0` | top: 0; bottom: 0; | -| `inset-x-0` | right: 0; left: 0; | -| `top-0` | top: 0; | -| `right-0` | right: 0; | -| `bottom-0` | bottom: 0; | -| `left-0` | left: 0; | -| `inset-auto` | top: auto; right: auto; bottom: auto; left: auto; | -| `inset-y-auto` | top: auto; bottom: auto; | -| `inset-x-auto` | left: auto; right: auto; | -| `top-auto` | top: auto; | -| `bottom-auto` | bottom: auto; | -| `left-auto` | left: auto; | -| `right-auto` | right: auto; | - -#### [Visibility](https://tailwindcss.com/docs/visibility) - -| Snippet | Purpose | -| ----------- | -------------------- | -| `visible` | visibility: visible; | -| `invisible` | visibility: hidden; | - -#### [Z-Index](https://tailwindcss.com/docs/z-index) - -| Snippet | Purpose | -| -------- | -------------- | -| `z-0` | z-index: 0; | -| `z-10` | z-index: 10; | -| `z-20` | z-index: 20; | -| `z-30` | z-index: 30; | -| `z-40` | z-index: 40; | -| `z-50` | z-index: 50; | -| `z-auto` | z-index: auto; | - -### [Tailwind](https://tailwindcss.com/) FlexBox - -#### [Flex Direction](https://tailwindcss.com/docs/flex-direction) - -| Snippet | Purpose | -| ------------------ | ------------------------------- | -| `flex-row` | flex-direction: row; | -| `flex-row-reverse` | flex-direction: row-reverse; | -| `flex-col` | flex-direction: column; | -| `flex-col-reverse` | flex-direction: column-reverse; | - -#### [Flex Wrap](https://tailwindcss.com/docs/flex-wrap) - -| Snippet | Purpose | -| ------------------- | ------------------------ | -| `flex-no-wrap` | flex-wrap: nowrap; | -| `flex-wrap` | flex-wrap: wrap; | -| `flex-wrap-reverse` | flex-wrap: wrap-reverse; | - -#### [Align Items](https://tailwindcss.com/docs/align-items) - -| Snippet | Purpose | -| ---------------- | ------------------------ | -| `items-stretch` | align-items: stretch; | -| `items-start` | align-items: flex-start; | -| `items-center` | align-items: center; | -| `items-end` | align-items: flex-end; | -| `items-baseline` | align-items: baseline; | - -#### [Align Content](https://tailwindcss.com/docs/align-content) - -| Snippet | Purpose | -| ----------------- | ----------------------------- | -| `content-start` | align-content: flex-start; | -| `content-center` | align-content: center; | -| `content-end` | align-content: flex-end; | -| `content-between` | align-content: space-between; | -| `content-around` | align-content: space-around; | - -#### [Align Self](https://tailwindcss.com/docs/align-self) - -| Snippet | Purpose | -| -------------- | ----------------------- | -| `self-auto` | align-self: auto; | -| `self-start` | align-self: flex-start; | -| `self-center` | align-self: center; | -| `self-end` | align-self: flex-end; | -| `self-stretch` | align-self: stretch; | - -#### [Justify Content](https://tailwindcss.com/docs/justify-content) - -| Snippet | Purpose | -| ----------------- | ------------------------------- | -| `justify-start` | justify-content: flex-start; | -| `justify-center` | justify-content: center; | -| `justify-end` | justify-content: flex-end; | -| `justify-between` | justify-content: space-between; | -| `justify-around` | justify-content: space-around; | - -#### [Flex](https://tailwindcss.com/docs/flex) - -| Snippet | Purpose | -| -------------- | --------------- | -| `flex-initial` | flex: 0 1 auto; | -| `flex-1` | flex: 1 1 0%; | -| `flex-auto` | flex: 1 1 auto; | -| `flex-none` | flex: none; | - -#### [Flex Grow](https://tailwindcss.com/docs/flex-grow) - -| Snippet | Purpose | -| ------------- | ------------- | -| `flex-grow` | flex-grow: 1; | -| `flex-grow-0` | flex-grow: 0; | - -#### [Flex Shrink](https://tailwindcss.com/docs/flex-shrink) - -| Snippet | Purpose | -| --------------- | --------------- | -| `flex-shrink` | flex-shrink: 1; | -| `flex-shrink-0` | flex-shrink: 0; | - -#### [Flex Order](https://tailwindcss.com/docs/order) - -| Snippet | Purpose | -| ------------- | ------------- | -| `order-first` | order: -9999; | -| `order-last` | order: 9999; | -| `order-none` | order: 0; | -| `order-1` | order: 1; | -| `order-2` | order: 2; | -| `order-3` | order: 3; | -| `order-4` | order: 4; | -| `order-5` | order: 5; | -| `order-6` | order: 6; | -| `order-7` | order: 7; | -| `order-8` | order: 8; | -| `order-9` | order: 9; | -| `order-10` | order: 10; | -| `order-11` | order: 11; | -| `order-12` | order: 12; | - -### [Tailwind](https://tailwindcss.com/) Grid - -#### [Grid Template Columns](https://tailwindcss.com/docs/grid-template-columns) - -| Snippet | Purpose | -| ---------------- | -------------------------------------------------- | -| `grid-cols-1` | grid-template-columns: repeat(1, minmax(0, 1fr)); | -| `grid-cols-2` | grid-template-columns: repeat(2, minmax(0, 1fr)); | -| `grid-cols-3` | grid-template-columns: repeat(3, minmax(0, 1fr)); | -| `grid-cols-4` | grid-template-columns: repeat(4, minmax(0, 1fr)); | -| `grid-cols-5` | grid-template-columns: repeat(5, minmax(0, 1fr)); | -| `grid-cols-6` | grid-template-columns: repeat(6, minmax(0, 1fr)); | -| `grid-cols-7` | grid-template-columns: repeat(7, minmax(0, 1fr)); | -| `grid-cols-8` | grid-template-columns: repeat(8, minmax(0, 1fr)); | -| `grid-cols-9` | grid-template-columns: repeat(9, minmax(0, 1fr)); | -| `grid-cols-10` | grid-template-columns: repeat(10, minmax(0, 1fr)); | -| `grid-cols-11` | grid-template-columns: repeat(11, minmax(0, 1fr)); | -| `grid-cols-12` | grid-template-columns: repeat(12, minmax(0, 1fr)); | -| `grid-cols-none` | grid-template-columns: none; | - -#### [Grid Column Start / End](https://tailwindcss.com/docs/grid-column) - -| Snippet | Purpose | -| ---------------- | ------------------------------- | -| `col-auto` | grid-column: auto; | -| `col-span-1` | grid-column: span 1 / span 1; | -| `col-span-2` | grid-column: span 2 / span 2; | -| `col-span-3` | grid-column: span 3 / span 3; | -| `col-span-4` | grid-column: span 4 / span 4; | -| `col-span-5` | grid-column: span 5 / span 5; | -| `col-span-6` | grid-column: span 6 / span 6; | -| `col-span-7` | grid-column: span 7 / span 7; | -| `col-span-8` | grid-column: span 8 / span 8; | -| `col-span-9` | grid-column: span 9 / span 9; | -| `col-span-10` | grid-column: span 10 / span 10; | -| `col-span-11` | grid-column: span 11 / span 11; | -| `col-span-12` | grid-column: span 12 / span 12; | -| `col-start-1` | grid-column-start: 1; | -| `col-start-2` | grid-column-start: 2; | -| `col-start-3` | grid-column-start: 3; | -| `col-start-4` | grid-column-start: 4; | -| `col-start-5` | grid-column-start: 5; | -| `col-start-6` | grid-column-start: 6; | -| `col-start-7` | grid-column-start: 7; | -| `col-start-8` | grid-column-start: 8; | -| `col-start-9` | grid-column-start: 9; | -| `col-start-10` | grid-column-start: 10; | -| `col-start-11` | grid-column-start: 11; | -| `col-start-12` | grid-column-start: 12; | -| `col-start-13` | grid-column-start: 13; | -| `col-start-auto` | grid-column-start: auto; | -| `col-end-1` | grid-column-end: 1; | -| `col-end-2` | grid-column-end: 2; | -| `col-end-3` | grid-column-end: 3; | -| `col-end-4` | grid-column-end: 4; | -| `col-end-5` | grid-column-end: 5; | -| `col-end-6` | grid-column-end: 6; | -| `col-end-7` | grid-column-end: 7; | -| `col-end-8` | grid-column-end: 8; | -| `col-end-9` | grid-column-end: 9; | -| `col-end-10` | grid-column-end: 10; | -| `col-end-11` | grid-column-end: 11; | -| `col-end-12` | grid-column-end: 12; | -| `col-end-13` | grid-column-end: 13; | -| `col-end-auto` | grid-column-end: auto; | - -#### [Grid Template Rows](https://tailwindcss.com/docs/grid-template-rows) - -| Snippet | Purpose | -| ---------------- | ---------------------------------------------- | -| `grid-rows-1` | grid-template-rows: repeat(1, minmax(0, 1fr)); | -| `grid-rows-2` | grid-template-rows: repeat(2, minmax(0, 1fr)); | -| `grid-rows-3` | grid-template-rows: repeat(3, minmax(0, 1fr)); | -| `grid-rows-4` | grid-template-rows: repeat(4, minmax(0, 1fr)); | -| `grid-rows-5` | grid-template-rows: repeat(5, minmax(0, 1fr)); | -| `grid-rows-6` | grid-template-rows: repeat(6, minmax(0, 1fr)); | -| `grid-rows-none` | grid-template-rows: none; | - -#### [Grid Row Start / End](https://tailwindcss.com/docs/grid-row) - -| Snippet | Purpose | -| ---------------- | -------------------------- | -| `row-auto` | grid-row: auto; | -| `row-span-1` | grid-row: span 1 / span 1; | -| `row-span-2` | grid-row: span 2 / span 2; | -| `row-span-3` | grid-row: span 3 / span 3; | -| `row-span-4` | grid-row: span 4 / span 4; | -| `row-span-5` | grid-row: span 5 / span 5; | -| `row-span-6` | grid-row: span 6 / span 6; | -| `row-start-1` | grid-row-start: 1; | -| `row-start-2` | grid-row-start: 2; | -| `row-start-3` | grid-row-start: 3; | -| `row-start-4` | grid-row-start: 4; | -| `row-start-5` | grid-row-start: 5; | -| `row-start-6` | grid-row-start: 6; | -| `row-start-7` | grid-row-start: 7; | -| `row-start-auto` | grid-row-start: auto; | -| `row-end-1` | grid-row-end: 1; | -| `row-end-2` | grid-row-end: 2; | -| `row-end-3` | grid-row-end: 3; | -| `row-end-4` | grid-row-end: 4; | -| `row-end-5` | grid-row-end: 5; | -| `row-end-6` | grid-row-end: 6; | -| `row-end-7` | grid-row-end: 7; | -| `row-end-auto` | grid-row-end: auto; | - -#### [Gap](https://tailwindcss.com/docs/gap) - -| Snippet | Purpose | -| ------------ | -------------------- | -| `gap-0` | gap: 0; | -| `gap-1` | gap: 0.25rem; | -| `gap-2` | gap: 0.5rem; | -| `gap-3` | gap: 0.75rem; | -| `gap-4` | gap: 1rem; | -| `gap-5` | gap: 1.25rem; | -| `gap-6` | gap: 1.5rem; | -| `gap-8` | gap: 2rem; | -| `gap-10` | gap: 2.5rem; | -| `gap-12` | gap: 3rem; | -| `gap-16` | gap: 4rem; | -| `gap-20` | gap: 5rem; | -| `gap-24` | gap: 6rem; | -| `gap-32` | gap: 8rem; | -| `gap-40` | gap: 10rem; | -| `gap-48` | gap: 12rem; | -| `gap-56` | gap: 14rem; | -| `gap-64` | gap: 16rem; | -| `gap-px` | gap: 1px; | -| `row-gap-0` | row-gap: 0; | -| `row-gap-1` | row-gap: 0.25rem; | -| `row-gap-2` | row-gap: 0.5rem; | -| `row-gap-3` | row-gap: 0.75rem; | -| `row-gap-4` | row-gap: 1rem; | -| `row-gap-5` | row-gap: 1.25rem; | -| `row-gap-6` | row-gap: 1.5rem; | -| `row-gap-8` | row-gap: 2rem; | -| `row-gap-10` | row-gap: 2.5rem; | -| `row-gap-12` | row-gap: 3rem; | -| `row-gap-16` | row-gap: 4rem; | -| `row-gap-20` | row-gap: 5rem; | -| `row-gap-24` | row-gap: 6rem; | -| `row-gap-32` | row-gap: 8rem; | -| `row-gap-40` | row-gap: 10rem; | -| `row-gap-48` | row-gap: 12rem; | -| `row-gap-56` | row-gap: 14rem; | -| `row-gap-64` | row-gap: 16rem; | -| `row-gap-px` | row-gap: 1px; | -| `col-gap-0` | column-gap: 0; | -| `col-gap-1` | column-gap: 0.25rem; | -| `col-gap-2` | column-gap: 0.5rem; | -| `col-gap-3` | column-gap: 0.75rem; | -| `col-gap-4` | column-gap: 1rem; | -| `col-gap-5` | column-gap: 1.25rem; | -| `col-gap-6` | column-gap: 1.5rem; | -| `col-gap-8` | column-gap: 2rem; | -| `col-gap-10` | column-gap: 2.5rem; | -| `col-gap-12` | column-gap: 3rem; | -| `col-gap-16` | column-gap: 4rem; | -| `col-gap-20` | column-gap: 5rem; | -| `col-gap-24` | column-gap: 6rem; | -| `col-gap-32` | column-gap: 8rem; | -| `col-gap-40` | column-gap: 10rem; | -| `col-gap-48` | column-gap: 12rem; | -| `col-gap-56` | column-gap: 14rem; | -| `col-gap-64` | column-gap: 16rem; | -| `col-gap-px` | column-gap: 1px; | - -#### [Grid Auto Flow](https://tailwindcss.com/docs/grid-auto-flow) - -| Snippet | Purpose | -| --------------------- | ----------------------------- | -| `grid-flow-row` | grid-auto-flow: row; | -| `grid-flow-col` | grid-auto-flow: column; | -| `grid-flow-row-dense` | grid-auto-flow: row dense; | -| `grid-flow-col-dense` | grid-auto-flow: column dense; | +### [Tailwind](https://tailwindcss.com/) + +#### Layout Snippets + +**[List of all Layout Snippets →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/layout.md)** + +![Layout Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-layout.gif) + +#### FlexBox Snippets + +**[List of all FlexBox Snippets →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/flex.md)** + +![FlexBox Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-flex.gif) + +#### Grid Snippets + +**[List of all Grid Snippets →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/grid.md)** + +![Grid Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-grid.gif) + +#### Spacing Snippets + +**[List of all Spacing Snippets →](https://github.com/navin-moorthy/vscode-css-snippets/blob/master/docs/tailwind/spacing.md)** + +![Spacing Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-spacing.gif) ### [1 line layouts](https://1linelayouts.glitch.me/) diff --git a/docs/tailwind/flex.md b/docs/tailwind/flex.md new file mode 100644 index 0000000..46694a1 --- /dev/null +++ b/docs/tailwind/flex.md @@ -0,0 +1,115 @@ +# [Tailwind](https://tailwindcss.com/) FlexBox + +![FlexBox Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-flex.gif) + +- [Tailwind FlexBox](#tailwind-flexbox) + - [Flex Direction](#flex-direction) + - [Flex Wrap](#flex-wrap) + - [Align Items](#align-items) + - [Align Content](#align-content) + - [Align Self](#align-self) + - [Justify Content](#justify-content) + - [Flex](#flex) + - [Flex Grow](#flex-grow) + - [Flex Shrink](#flex-shrink) + - [Flex Order](#flex-order) + +## [Flex Direction](https://tailwindcss.com/docs/flex-direction) + +| Snippet | Purpose | +| ------------------ | ------------------------------- | +| `flex-row` | flex-direction: row; | +| `flex-row-reverse` | flex-direction: row-reverse; | +| `flex-col` | flex-direction: column; | +| `flex-col-reverse` | flex-direction: column-reverse; | + +## [Flex Wrap](https://tailwindcss.com/docs/flex-wrap) + +| Snippet | Purpose | +| ------------------- | ------------------------ | +| `flex-no-wrap` | flex-wrap: nowrap; | +| `flex-wrap` | flex-wrap: wrap; | +| `flex-wrap-reverse` | flex-wrap: wrap-reverse; | + +## [Align Items](https://tailwindcss.com/docs/align-items) + +| Snippet | Purpose | +| ---------------- | ------------------------ | +| `items-stretch` | align-items: stretch; | +| `items-start` | align-items: flex-start; | +| `items-center` | align-items: center; | +| `items-end` | align-items: flex-end; | +| `items-baseline` | align-items: baseline; | + +## [Align Content](https://tailwindcss.com/docs/align-content) + +| Snippet | Purpose | +| ----------------- | ----------------------------- | +| `content-start` | align-content: flex-start; | +| `content-center` | align-content: center; | +| `content-end` | align-content: flex-end; | +| `content-between` | align-content: space-between; | +| `content-around` | align-content: space-around; | + +## [Align Self](https://tailwindcss.com/docs/align-self) + +| Snippet | Purpose | +| -------------- | ----------------------- | +| `self-auto` | align-self: auto; | +| `self-start` | align-self: flex-start; | +| `self-center` | align-self: center; | +| `self-end` | align-self: flex-end; | +| `self-stretch` | align-self: stretch; | + +## [Justify Content](https://tailwindcss.com/docs/justify-content) + +| Snippet | Purpose | +| ----------------- | ------------------------------- | +| `justify-start` | justify-content: flex-start; | +| `justify-center` | justify-content: center; | +| `justify-end` | justify-content: flex-end; | +| `justify-between` | justify-content: space-between; | +| `justify-around` | justify-content: space-around; | + +## [Flex](https://tailwindcss.com/docs/flex) + +| Snippet | Purpose | +| -------------- | --------------- | +| `flex-initial` | flex: 0 1 auto; | +| `flex-1` | flex: 1 1 0%; | +| `flex-auto` | flex: 1 1 auto; | +| `flex-none` | flex: none; | + +## [Flex Grow](https://tailwindcss.com/docs/flex-grow) + +| Snippet | Purpose | +| ------------- | ------------- | +| `flex-grow` | flex-grow: 1; | +| `flex-grow-0` | flex-grow: 0; | + +## [Flex Shrink](https://tailwindcss.com/docs/flex-shrink) + +| Snippet | Purpose | +| --------------- | --------------- | +| `flex-shrink` | flex-shrink: 1; | +| `flex-shrink-0` | flex-shrink: 0; | + +## [Flex Order](https://tailwindcss.com/docs/order) + +| Snippet | Purpose | +| ------------- | ------------- | +| `order-first` | order: -9999; | +| `order-last` | order: 9999; | +| `order-none` | order: 0; | +| `order-1` | order: 1; | +| `order-2` | order: 2; | +| `order-3` | order: 3; | +| `order-4` | order: 4; | +| `order-5` | order: 5; | +| `order-6` | order: 6; | +| `order-7` | order: 7; | +| `order-8` | order: 8; | +| `order-9` | order: 9; | +| `order-10` | order: 10; | +| `order-11` | order: 11; | +| `order-12` | order: 12; | diff --git a/docs/tailwind/grid.md b/docs/tailwind/grid.md new file mode 100644 index 0000000..653aaa4 --- /dev/null +++ b/docs/tailwind/grid.md @@ -0,0 +1,186 @@ +# [Tailwind](https://tailwindcss.com/) Grid + +![Grid Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-grid.gif) + +- [Tailwind Grid](#tailwind-grid) + - [Grid Template Columns](#grid-template-columns) + - [Grid Column Start / End](#grid-column-start--end) + - [Grid Template Rows](#grid-template-rows) + - [Grid Row Start / End](#grid-row-start--end) + - [Gap](#gap) + - [Grid Auto Flow](#grid-auto-flow) + +## [Grid Template Columns](https://tailwindcss.com/docs/grid-template-columns) + +| Snippet | Purpose | +| ---------------- | -------------------------------------------------- | +| `grid-cols-1` | grid-template-columns: repeat(1, minmax(0, 1fr)); | +| `grid-cols-2` | grid-template-columns: repeat(2, minmax(0, 1fr)); | +| `grid-cols-3` | grid-template-columns: repeat(3, minmax(0, 1fr)); | +| `grid-cols-4` | grid-template-columns: repeat(4, minmax(0, 1fr)); | +| `grid-cols-5` | grid-template-columns: repeat(5, minmax(0, 1fr)); | +| `grid-cols-6` | grid-template-columns: repeat(6, minmax(0, 1fr)); | +| `grid-cols-7` | grid-template-columns: repeat(7, minmax(0, 1fr)); | +| `grid-cols-8` | grid-template-columns: repeat(8, minmax(0, 1fr)); | +| `grid-cols-9` | grid-template-columns: repeat(9, minmax(0, 1fr)); | +| `grid-cols-10` | grid-template-columns: repeat(10, minmax(0, 1fr)); | +| `grid-cols-11` | grid-template-columns: repeat(11, minmax(0, 1fr)); | +| `grid-cols-12` | grid-template-columns: repeat(12, minmax(0, 1fr)); | +| `grid-cols-none` | grid-template-columns: none; | + +## [Grid Column Start / End](https://tailwindcss.com/docs/grid-column) + +| Snippet | Purpose | +| ---------------- | ------------------------------- | +| `col-auto` | grid-column: auto; | +| `col-span-1` | grid-column: span 1 / span 1; | +| `col-span-2` | grid-column: span 2 / span 2; | +| `col-span-3` | grid-column: span 3 / span 3; | +| `col-span-4` | grid-column: span 4 / span 4; | +| `col-span-5` | grid-column: span 5 / span 5; | +| `col-span-6` | grid-column: span 6 / span 6; | +| `col-span-7` | grid-column: span 7 / span 7; | +| `col-span-8` | grid-column: span 8 / span 8; | +| `col-span-9` | grid-column: span 9 / span 9; | +| `col-span-10` | grid-column: span 10 / span 10; | +| `col-span-11` | grid-column: span 11 / span 11; | +| `col-span-12` | grid-column: span 12 / span 12; | +| `col-start-1` | grid-column-start: 1; | +| `col-start-2` | grid-column-start: 2; | +| `col-start-3` | grid-column-start: 3; | +| `col-start-4` | grid-column-start: 4; | +| `col-start-5` | grid-column-start: 5; | +| `col-start-6` | grid-column-start: 6; | +| `col-start-7` | grid-column-start: 7; | +| `col-start-8` | grid-column-start: 8; | +| `col-start-9` | grid-column-start: 9; | +| `col-start-10` | grid-column-start: 10; | +| `col-start-11` | grid-column-start: 11; | +| `col-start-12` | grid-column-start: 12; | +| `col-start-13` | grid-column-start: 13; | +| `col-start-auto` | grid-column-start: auto; | +| `col-end-1` | grid-column-end: 1; | +| `col-end-2` | grid-column-end: 2; | +| `col-end-3` | grid-column-end: 3; | +| `col-end-4` | grid-column-end: 4; | +| `col-end-5` | grid-column-end: 5; | +| `col-end-6` | grid-column-end: 6; | +| `col-end-7` | grid-column-end: 7; | +| `col-end-8` | grid-column-end: 8; | +| `col-end-9` | grid-column-end: 9; | +| `col-end-10` | grid-column-end: 10; | +| `col-end-11` | grid-column-end: 11; | +| `col-end-12` | grid-column-end: 12; | +| `col-end-13` | grid-column-end: 13; | +| `col-end-auto` | grid-column-end: auto; | + +## [Grid Template Rows](https://tailwindcss.com/docs/grid-template-rows) + +| Snippet | Purpose | +| ---------------- | ---------------------------------------------- | +| `grid-rows-1` | grid-template-rows: repeat(1, minmax(0, 1fr)); | +| `grid-rows-2` | grid-template-rows: repeat(2, minmax(0, 1fr)); | +| `grid-rows-3` | grid-template-rows: repeat(3, minmax(0, 1fr)); | +| `grid-rows-4` | grid-template-rows: repeat(4, minmax(0, 1fr)); | +| `grid-rows-5` | grid-template-rows: repeat(5, minmax(0, 1fr)); | +| `grid-rows-6` | grid-template-rows: repeat(6, minmax(0, 1fr)); | +| `grid-rows-none` | grid-template-rows: none; | + +## [Grid Row Start / End](https://tailwindcss.com/docs/grid-row) + +| Snippet | Purpose | +| ---------------- | -------------------------- | +| `row-auto` | grid-row: auto; | +| `row-span-1` | grid-row: span 1 / span 1; | +| `row-span-2` | grid-row: span 2 / span 2; | +| `row-span-3` | grid-row: span 3 / span 3; | +| `row-span-4` | grid-row: span 4 / span 4; | +| `row-span-5` | grid-row: span 5 / span 5; | +| `row-span-6` | grid-row: span 6 / span 6; | +| `row-start-1` | grid-row-start: 1; | +| `row-start-2` | grid-row-start: 2; | +| `row-start-3` | grid-row-start: 3; | +| `row-start-4` | grid-row-start: 4; | +| `row-start-5` | grid-row-start: 5; | +| `row-start-6` | grid-row-start: 6; | +| `row-start-7` | grid-row-start: 7; | +| `row-start-auto` | grid-row-start: auto; | +| `row-end-1` | grid-row-end: 1; | +| `row-end-2` | grid-row-end: 2; | +| `row-end-3` | grid-row-end: 3; | +| `row-end-4` | grid-row-end: 4; | +| `row-end-5` | grid-row-end: 5; | +| `row-end-6` | grid-row-end: 6; | +| `row-end-7` | grid-row-end: 7; | +| `row-end-auto` | grid-row-end: auto; | + +## [Gap](https://tailwindcss.com/docs/gap) + +| Snippet | Purpose | +| ------------ | -------------------- | +| `gap-0` | gap: 0; | +| `gap-1` | gap: 0.25rem; | +| `gap-2` | gap: 0.5rem; | +| `gap-3` | gap: 0.75rem; | +| `gap-4` | gap: 1rem; | +| `gap-5` | gap: 1.25rem; | +| `gap-6` | gap: 1.5rem; | +| `gap-8` | gap: 2rem; | +| `gap-10` | gap: 2.5rem; | +| `gap-12` | gap: 3rem; | +| `gap-16` | gap: 4rem; | +| `gap-20` | gap: 5rem; | +| `gap-24` | gap: 6rem; | +| `gap-32` | gap: 8rem; | +| `gap-40` | gap: 10rem; | +| `gap-48` | gap: 12rem; | +| `gap-56` | gap: 14rem; | +| `gap-64` | gap: 16rem; | +| `gap-px` | gap: 1px; | +| `row-gap-0` | row-gap: 0; | +| `row-gap-1` | row-gap: 0.25rem; | +| `row-gap-2` | row-gap: 0.5rem; | +| `row-gap-3` | row-gap: 0.75rem; | +| `row-gap-4` | row-gap: 1rem; | +| `row-gap-5` | row-gap: 1.25rem; | +| `row-gap-6` | row-gap: 1.5rem; | +| `row-gap-8` | row-gap: 2rem; | +| `row-gap-10` | row-gap: 2.5rem; | +| `row-gap-12` | row-gap: 3rem; | +| `row-gap-16` | row-gap: 4rem; | +| `row-gap-20` | row-gap: 5rem; | +| `row-gap-24` | row-gap: 6rem; | +| `row-gap-32` | row-gap: 8rem; | +| `row-gap-40` | row-gap: 10rem; | +| `row-gap-48` | row-gap: 12rem; | +| `row-gap-56` | row-gap: 14rem; | +| `row-gap-64` | row-gap: 16rem; | +| `row-gap-px` | row-gap: 1px; | +| `col-gap-0` | column-gap: 0; | +| `col-gap-1` | column-gap: 0.25rem; | +| `col-gap-2` | column-gap: 0.5rem; | +| `col-gap-3` | column-gap: 0.75rem; | +| `col-gap-4` | column-gap: 1rem; | +| `col-gap-5` | column-gap: 1.25rem; | +| `col-gap-6` | column-gap: 1.5rem; | +| `col-gap-8` | column-gap: 2rem; | +| `col-gap-10` | column-gap: 2.5rem; | +| `col-gap-12` | column-gap: 3rem; | +| `col-gap-16` | column-gap: 4rem; | +| `col-gap-20` | column-gap: 5rem; | +| `col-gap-24` | column-gap: 6rem; | +| `col-gap-32` | column-gap: 8rem; | +| `col-gap-40` | column-gap: 10rem; | +| `col-gap-48` | column-gap: 12rem; | +| `col-gap-56` | column-gap: 14rem; | +| `col-gap-64` | column-gap: 16rem; | +| `col-gap-px` | column-gap: 1px; | + +## [Grid Auto Flow](https://tailwindcss.com/docs/grid-auto-flow) + +| Snippet | Purpose | +| --------------------- | ----------------------------- | +| `grid-flow-row` | grid-auto-flow: row; | +| `grid-flow-col` | grid-auto-flow: column; | +| `grid-flow-row-dense` | grid-auto-flow: row dense; | +| `grid-flow-col-dense` | grid-auto-flow: column dense; | diff --git a/docs/tailwind/layout.md b/docs/tailwind/layout.md new file mode 100644 index 0000000..bc4200b --- /dev/null +++ b/docs/tailwind/layout.md @@ -0,0 +1,172 @@ +# [Tailwind](https://tailwindcss.com/) Layout + +![Layout Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-layout.gif) + +- [Tailwind Layout](#tailwind-layout) + - [Container](#container) + - [Box Sizing](#box-sizing) + - [Display](#display) + - [Float](#float) + - [Clear](#clear) + - [Clear](#clear-1) + - [Object Fit](#object-fit) + - [Object Position](#object-position) + - [Overflow](#overflow) + - [Position](#position) + - [Top / Right / Bottom / Left](#top--right--bottom--left) + - [Visibility](#visibility) + - [Z-Index](#z-index) + +## [Container](https://tailwindcss.com/docs/container) + +| Snippet | Purpose | +| ----------- | ------------------------------------------------------------------- | +| `container` | A component for fixing an element's width to the current breakpoint | + +## [Box Sizing](https://tailwindcss.com/docs/box-sizing) + +| Snippet | Purpose | +| ------------- | ------------------------ | +| `box-border` | box-sizing: border-box; | +| `box-content` | box-sizing: content-box; | + +## [Display](https://tailwindcss.com/docs/display) + +| Snippet | Purpose | +| -------------------- | ---------------------------- | +| `hidden` | display: none; | +| `block` | display: block; | +| `flow-root` | display: flow-root; | +| `inline-block` | display: inline-block; | +| `inline` | display: inline; | +| `flex` | display: flex; | +| `inline-flex` | display: inline-flex; | +| `grid` | display: grid; | +| `inline-grid` | display: inline-grid; | +| `table` | display: table; | +| `table-caption` | display: table-caption; | +| `table-cell` | display: table-cell; | +| `table-column` | display: table-column; | +| `table-column-group` | display: table-column-group; | +| `table-footer-group` | display: table-footer-group; | +| `table-header-group` | display: table-header-group; | +| `table-row-group` | display: table-row-group; | +| `table-row` | display: table-row; | + +## [Float](https://tailwindcss.com/docs/float) + +| Snippet | Purpose | +| ------------- | ------------------------------------------------------ | +| `float-right` | float: right; | +| `float-left` | float: left; | +| `float-none` | float: none; | +| `clearfix` | &::after { content: "": display: table; clear: both; } | + +## [Clear](https://tailwindcss.com/docs/clear) + +| Snippet | Purpose | +| ------------- | ------------- | +| `clear-left` | clear: left; | +| `clear-right` | clear: right; | +| `clear-both` | clear: both; | +| `clear-none` | clear: none; | + +## [Clear](https://tailwindcss.com/docs/clear) + +| Snippet | Purpose | +| ------------- | ------------- | +| `clear-left` | clear: left; | +| `clear-right` | clear: right; | +| `clear-both` | clear: both; | +| `clear-none` | clear: none; | + +## [Object Fit](https://tailwindcss.com/docs/object-fit) + +| Snippet | Purpose | +| ------------------- | ----------------------- | +| `object-contain` | object-fit: contain; | +| `object-cover` | object-fit: cover; | +| `object-fill` | object-fit: fill; | +| `object-none` | object-fit: none; | +| `object-scale-down` | object-fit: scale-down; | + +## [Object Position](https://tailwindcss.com/docs/object-position) + +| Snippet | Purpose | +| --------------------- | ------------------------------ | +| `object-bottom` | object-position: bottom; | +| `object-center` | object-position: center; | +| `object-left` | object-position: left; | +| `object-left-bottom` | object-position: left bottom; | +| `object-left-top` | object-position: left top; | +| `object-right` | object-position: right; | +| `object-right-bottom` | object-position: right bottom; | +| `object-right-top` | object-position: right top; | +| `object-top` | object-position: top; | + +## [Overflow](https://tailwindcss.com/docs/overflow) + +| Snippet | Purpose | +| -------------------- | ---------------------------------- | +| `overflow-auto` | overflow: auto; | +| `overflow-hidden` | overflow: hidden; | +| `overflow-visible` | overflow: visible; | +| `overflow-scroll` | overflow: scroll; | +| `overflow-x-auto` | overflow-x: auto; | +| `overflow-y-auto` | overflow-y: auto; | +| `overflow-x-hidden` | overflow-x: hidden; | +| `overflow-y-hidden` | overflow-y: hidden; | +| `overflow-x-visible` | overflow-x: visible; | +| `overflow-y-visibl` | overflow-y: visible; | +| `overflow-x-scroll` | overflow-x: scroll; | +| `overflow-y-scroll` | overflow-y: scroll; | +| `scrolling-touch` | -webkit-overflow-scrolling: touch; | +| `scrolling-auto` | -webkit-overflow-scrolling: auto; | + +## [Position](https://tailwindcss.com/docs/position) + +| Snippet | Purpose | +| ---------- | ------------------- | +| `static` | position: static; | +| `fixed` | position: fixed; | +| `absolute` | position: absolute; | +| `relative` | position: relative; | +| `sticky` | position: sticky; | + +## [Top / Right / Bottom / Left](https://tailwindcss.com/docs/top-right-bottom-left) + +| Snippet | Purpose | +| -------------- | ------------------------------------------------- | +| `inset-0` | top: 0; right: 0; bottom: 0; left: 0; | +| `inset-y-0` | top: 0; bottom: 0; | +| `inset-x-0` | right: 0; left: 0; | +| `top-0` | top: 0; | +| `right-0` | right: 0; | +| `bottom-0` | bottom: 0; | +| `left-0` | left: 0; | +| `inset-auto` | top: auto; right: auto; bottom: auto; left: auto; | +| `inset-y-auto` | top: auto; bottom: auto; | +| `inset-x-auto` | left: auto; right: auto; | +| `top-auto` | top: auto; | +| `bottom-auto` | bottom: auto; | +| `left-auto` | left: auto; | +| `right-auto` | right: auto; | + +## [Visibility](https://tailwindcss.com/docs/visibility) + +| Snippet | Purpose | +| ----------- | -------------------- | +| `visible` | visibility: visible; | +| `invisible` | visibility: hidden; | + +## [Z-Index](https://tailwindcss.com/docs/z-index) + +| Snippet | Purpose | +| -------- | -------------- | +| `z-0` | z-index: 0; | +| `z-10` | z-index: 10; | +| `z-20` | z-index: 20; | +| `z-30` | z-index: 30; | +| `z-40` | z-index: 40; | +| `z-50` | z-index: 50; | +| `z-auto` | z-index: auto; | diff --git a/docs/tailwind/spacing.md b/docs/tailwind/spacing.md new file mode 100644 index 0000000..e4d27ec --- /dev/null +++ b/docs/tailwind/spacing.md @@ -0,0 +1,570 @@ +# [Tailwind](https://tailwindcss.com/) Spacing + +![Spacing Snippets Showcase](https://github.com/navin-moorthy/vscode-css-snippets/raw/master/media/tailwind-spacing.gif) + +- [Tailwind Spacing](#tailwind-spacing) + - [Padding](#padding) + - [Margin](#margin) + - [Space Between](#space-between) + +## [Padding](https://tailwindcss.com/docs/padding) + +| Snippet | Purpose | +| ------- | ---------------------------------------------- | +| `p-0` | padding: 0; | +| `p-1` | padding: 0.25rem; | +| `p-2` | padding: 0.5rem; | +| `p-3` | padding: 0.75rem; | +| `p-4` | padding: 1rem; | +| `p-5` | padding: 1.25rem; | +| `p-6` | padding: 1.5rem; | +| `p-8` | padding: 2rem; | +| `p-10` | padding: 2.5rem; | +| `p-12` | padding: 3rem; | +| `p-16` | padding: 4rem; | +| `p-20` | padding: 5rem; | +| `p-24` | padding: 6rem; | +| `p-32` | padding: 8rem; | +| `p-40` | padding: 10rem; | +| `p-48` | padding: 12rem; | +| `p-56` | padding: 14rem; | +| `p-64` | padding: 16rem; | +| `p-px` | padding: 1px; | +| `pt-0` | padding-top: 0; | +| `pt-1` | padding-top: 0.25rem; | +| `pt-2` | padding-top: 0.5rem; | +| `pt-3` | padding-top: 0.75rem; | +| `pt-4` | padding-top: 1rem; | +| `pt-5` | padding-top: 1.25rem; | +| `pt-6` | padding-top: 1.5rem; | +| `pt-8` | padding-top: 2rem; | +| `pt-10` | padding-top: 2.5rem; | +| `pt-12` | padding-top: 3rem; | +| `pt-16` | padding-top: 4rem; | +| `pt-20` | padding-top: 5rem; | +| `pt-24` | padding-top: 6rem; | +| `pt-32` | padding-top: 8rem; | +| `pt-40` | padding-top: 10rem; | +| `pt-48` | padding-top: 12rem; | +| `pt-56` | padding-top: 14rem; | +| `pt-64` | padding-top: 16rem; | +| `pt-px` | padding-top: 1px; | +| `pr-0` | padding-right: 0; | +| `pr-1` | padding-right: 0.25rem; | +| `pr-2` | padding-right: 0.5rem; | +| `pr-3` | padding-right: 0.75rem; | +| `pr-4` | padding-right: 1rem; | +| `pr-5` | padding-right: 1.25rem; | +| `pr-6` | padding-right: 1.5rem; | +| `pr-8` | padding-right: 2rem; | +| `pr-10` | padding-right: 2.5rem; | +| `pr-12` | padding-right: 3rem; | +| `pr-16` | padding-right: 4rem; | +| `pr-20` | padding-right: 5rem; | +| `pr-24` | padding-right: 6rem; | +| `pr-32` | padding-right: 8rem; | +| `pr-40` | padding-right: 10rem; | +| `pr-48` | padding-right: 12rem; | +| `pr-56` | padding-right: 14rem; | +| `pr-64` | padding-right: 16rem; | +| `pr-px` | padding-right: 1px; | +| `pb-0` | padding-bottom: 0; | +| `pb-1` | padding-bottom: 0.25rem; | +| `pb-2` | padding-bottom: 0.5rem; | +| `pb-3` | padding-bottom: 0.75rem; | +| `pb-4` | padding-bottom: 1rem; | +| `pb-5` | padding-bottom: 1.25rem; | +| `pb-6` | padding-bottom: 1.5rem; | +| `pb-8` | padding-bottom: 2rem; | +| `pb-10` | padding-bottom: 2.5rem; | +| `pb-12` | padding-bottom: 3rem; | +| `pb-16` | padding-bottom: 4rem; | +| `pb-20` | padding-bottom: 5rem; | +| `pb-24` | padding-bottom: 6rem; | +| `pb-32` | padding-bottom: 8rem; | +| `pb-40` | padding-bottom: 10rem; | +| `pb-48` | padding-bottom: 12rem; | +| `pb-56` | padding-bottom: 14rem; | +| `pb-64` | padding-bottom: 16rem; | +| `pb-px` | padding-bottom: 1px; | +| `pl-0` | padding-left: 0; | +| `pl-1` | padding-left: 0.25rem; | +| `pl-2` | padding-left: 0.5rem; | +| `pl-3` | padding-left: 0.75rem; | +| `pl-4` | padding-left: 1rem; | +| `pl-5` | padding-left: 1.25rem; | +| `pl-6` | padding-left: 1.5rem; | +| `pl-8` | padding-left: 2rem; | +| `pl-10` | padding-left: 2.5rem; | +| `pl-12` | padding-left: 3rem; | +| `pl-16` | padding-left: 4rem; | +| `pl-20` | padding-left: 5rem; | +| `pl-24` | padding-left: 6rem; | +| `pl-32` | padding-left: 8rem; | +| `pl-40` | padding-left: 10rem; | +| `pl-48` | padding-left: 12rem; | +| `pl-56` | padding-left: 14rem; | +| `pl-64` | padding-left: 16rem; | +| `pl-px` | padding-left: 1px; | +| `py-0` | padding-top: 0; padding-bottom: 0; | +| `py-1` | padding-top: 0.25rem; padding-bottom: 0.25rem; | +| `py-2` | padding-top: 0.5rem; padding-bottom: 0.5rem; | +| `py-3` | padding-top: 0.75rem; padding-bottom: 0.75rem; | +| `py-4` | padding-top: 1rem; padding-bottom: 1rem; | +| `py-5` | padding-top: 1.25rem; padding-bottom: 1.25rem; | +| `py-6` | padding-top: 1.5rem; padding-bottom: 1.5rem; | +| `py-8` | padding-top: 2rem; padding-bottom: 2rem; | +| `py-10` | padding-top: 2.5rem; padding-bottom: 2.5rem; | +| `py-12` | padding-top: 3rem; padding-bottom: 3rem; | +| `py-16` | padding-top: 4rem; padding-bottom: 4rem; | +| `py-20` | padding-top: 5rem; padding-bottom: 5rem; | +| `py-24` | padding-top: 6rem; padding-bottom: 6rem; | +| `py-32` | padding-top: 8rem; padding-bottom: 8rem; | +| `py-40` | padding-top: 10rem; padding-bottom: 10rem; | +| `py-48` | padding-top: 12rem; padding-bottom: 12rem; | +| `py-56` | padding-top: 14rem; padding-bottom: 14rem; | +| `py-64` | padding-top: 16rem; padding-bottom: 16rem; | +| `py-px` | padding-top: 1px; padding-bottom: 1px; | +| `px-0` | padding-right: 0; padding-left: 0; | +| `px-1` | padding-right: 0.25rem; padding-left: 0.25rem; | +| `px-2` | padding-right: 0.5rem; padding-left: 0.5rem; | +| `px-3` | padding-right: 0.75rem; padding-left: 0.75rem; | +| `px-4` | padding-right: 1rem; padding-left: 1rem; | +| `px-5` | padding-right: 1.25rem; padding-left: 1.25rem; | +| `px-6` | padding-right: 1.5rem; padding-left: 1.5rem; | +| `px-8` | padding-right: 2rem; padding-left: 2rem; | +| `px-10` | padding-right: 2.5rem; padding-left: 2.5rem; | +| `px-12` | padding-right: 3rem; padding-left: 3rem; | +| `px-16` | padding-right: 4rem; padding-left: 4rem; | +| `px-20` | padding-right: 5rem; padding-left: 5rem; | +| `px-24` | padding-right: 6rem; padding-left: 6rem; | +| `px-32` | padding-right: 8rem; padding-left: 8rem; | +| `px-40` | padding-right: 10rem; padding-left: 10rem; | +| `px-48` | padding-right: 12rem; padding-left: 12rem; | +| `px-56` | padding-right: 14rem; padding-left: 14rem; | +| `px-64` | padding-right: 16rem; padding-left: 16rem; | +| `px-px` | padding-right: 1px; padding-left: 1px; | + +## [Margin](https://tailwindcss.com/docs/margin) + +| Snippet | Purpose | +| --------- | ---------------------------------------------- | +| `m-0` | margin: 0; | +| `m-1` | margin: 0.25rem; | +| `m-2` | margin: 0.5rem; | +| `m-3` | margin: 0.75rem; | +| `m-4` | margin: 1rem; | +| `m-5` | margin: 1.25rem; | +| `m-6` | margin: 1.5rem; | +| `m-8` | margin: 2rem; | +| `m-10` | margin: 2.5rem; | +| `m-12` | margin: 3rem; | +| `m-16` | margin: 4rem; | +| `m-20` | margin: 5rem; | +| `m-24` | margin: 6rem; | +| `m-32` | margin: 8rem; | +| `m-40` | margin: 10rem; | +| `m-48` | margin: 12rem; | +| `m-56` | margin: 14rem; | +| `m-64` | margin: 16rem; | +| `m-auto` | margin: auto; | +| `m-px` | margin: 1px; | +| `-m-1` | margin: -0.25rem; | +| `-m-2` | margin: -0.5rem; | +| `-m-3` | margin: -0.75rem; | +| `-m-4` | margin: -1rem; | +| `-m-5` | margin: -1.25rem; | +| `-m-6` | margin: -1.5rem; | +| `-m-8` | margin: -2rem; | +| `-m-10` | margin: -2.5rem; | +| `-m-12` | margin: -3rem; | +| `-m-16` | margin: -4rem; | +| `-m-20` | margin: -5rem; | +| `-m-24` | margin: -6rem; | +| `-m-32` | margin: -8rem; | +| `-m-40` | margin: -10rem; | +| `-m-48` | margin: -12rem; | +| `-m-56` | margin: -14rem; | +| `-m-64` | margin: -16rem; | +| `-m-px` | margin: -1px; | +| `mt-0` | margin-top: 0; | +| `mt-1` | margin-top: 0.25rem; | +| `mt-2` | margin-top: 0.5rem; | +| `mt-3` | margin-top: 0.75rem; | +| `mt-4` | margin-top: 1rem; | +| `mt-5` | margin-top: 1.25rem; | +| `mt-6` | margin-top: 1.5rem; | +| `mt-8` | margin-top: 2rem; | +| `mt-10` | margin-top: 2.5rem; | +| `mt-12` | margin-top: 3rem; | +| `mt-16` | margin-top: 4rem; | +| `mt-20` | margin-top: 5rem; | +| `mt-24` | margin-top: 6rem; | +| `mt-32` | margin-top: 8rem; | +| `mt-40` | margin-top: 10rem; | +| `mt-48` | margin-top: 12rem; | +| `mt-56` | margin-top: 14rem; | +| `mt-64` | margin-top: 16rem; | +| `mt-auto` | margin-top: auto; | +| `mt-px` | margin-top: 1px; | +| `-mt-1` | margin-top: -0.25rem; | +| `-mt-2` | margin-top: -0.5rem; | +| `-mt-3` | margin-top: -0.75rem; | +| `-mt-4` | margin-top: -1rem; | +| `-mt-5` | margin-top: -1.25rem; | +| `-mt-6` | margin-top: -1.5rem; | +| `-mt-8` | margin-top: -2rem; | +| `-mt-10` | margin-top: -2.5rem; | +| `-mt-12` | margin-top: -3rem; | +| `-mt-16` | margin-top: -4rem; | +| `-mt-20` | margin-top: -5rem; | +| `-mt-24` | margin-top: -6rem; | +| `-mt-32` | margin-top: -8rem; | +| `-mt-40` | margin-top: -10rem; | +| `-mt-48` | margin-top: -12rem; | +| `-mt-56` | margin-top: -14rem; | +| `-mt-64` | margin-top: -16rem; | +| `-mt-px` | margin-top: -1px; | +| `mr-0` | margin-right: 0; | +| `mr-1` | margin-right: 0.25rem; | +| `mr-2` | margin-right: 0.5rem; | +| `mr-3` | margin-right: 0.75rem; | +| `mr-4` | margin-right: 1rem; | +| `mr-5` | margin-right: 1.25rem; | +| `mr-6` | margin-right: 1.5rem; | +| `mr-8` | margin-right: 2rem; | +| `mr-10` | margin-right: 2.5rem; | +| `mr-12` | margin-right: 3rem; | +| `mr-16` | margin-right: 4rem; | +| `mr-20` | margin-right: 5rem; | +| `mr-24` | margin-right: 6rem; | +| `mr-32` | margin-right: 8rem; | +| `mr-40` | margin-right: 10rem; | +| `mr-48` | margin-right: 12rem; | +| `mr-56` | margin-right: 14rem; | +| `mr-64` | margin-right: 16rem; | +| `mr-auto` | margin-right: auto; | +| `mr-px` | margin-right: 1px; | +| `-mr-1` | margin-right: -0.25rem; | +| `-mr-2` | margin-right: -0.5rem; | +| `-mr-3` | margin-right: -0.75rem; | +| `-mr-4` | margin-right: -1rem; | +| `-mr-5` | margin-right: -1.25rem; | +| `-mr-6` | margin-right: -1.5rem; | +| `-mr-8` | margin-right: -2rem; | +| `-mr-10` | margin-right: -2.5rem; | +| `-mr-12` | margin-right: -3rem; | +| `-mr-16` | margin-right: -4rem; | +| `-mr-20` | margin-right: -5rem; | +| `-mr-24` | margin-right: -6rem; | +| `-mr-32` | margin-right: -8rem; | +| `-mr-40` | margin-right: -10rem; | +| `-mr-48` | margin-right: -12rem; | +| `-mr-56` | margin-right: -14rem; | +| `-mr-64` | margin-right: -16rem; | +| `-mr-px` | margin-right: -1px; | +| `mb-0` | margin-bottom: 0; | +| `mb-1` | margin-bottom: 0.25rem; | +| `mb-2` | margin-bottom: 0.5rem; | +| `mb-3` | margin-bottom: 0.75rem; | +| `mb-4` | margin-bottom: 1rem; | +| `mb-5` | margin-bottom: 1.25rem; | +| `mb-6` | margin-bottom: 1.5rem; | +| `mb-8` | margin-bottom: 2rem; | +| `mb-10` | margin-bottom: 2.5rem; | +| `mb-12` | margin-bottom: 3rem; | +| `mb-16` | margin-bottom: 4rem; | +| `mb-20` | margin-bottom: 5rem; | +| `mb-24` | margin-bottom: 6rem; | +| `mb-32` | margin-bottom: 8rem; | +| `mb-40` | margin-bottom: 10rem; | +| `mb-48` | margin-bottom: 12rem; | +| `mb-56` | margin-bottom: 14rem; | +| `mb-64` | margin-bottom: 16rem; | +| `mb-auto` | margin-bottom: auto; | +| `mb-px` | margin-bottom: 1px; | +| `-mb-1` | margin-bottom: -0.25rem; | +| `-mb-2` | margin-bottom: -0.5rem; | +| `-mb-3` | margin-bottom: -0.75rem; | +| `-mb-4` | margin-bottom: -1rem; | +| `-mb-5` | margin-bottom: -1.25rem; | +| `-mb-6` | margin-bottom: -1.5rem; | +| `-mb-8` | margin-bottom: -2rem; | +| `-mb-10` | margin-bottom: -2.5rem; | +| `-mb-12` | margin-bottom: -3rem; | +| `-mb-16` | margin-bottom: -4rem; | +| `-mb-20` | margin-bottom: -5rem; | +| `-mb-24` | margin-bottom: -6rem; | +| `-mb-32` | margin-bottom: -8rem; | +| `-mb-40` | margin-bottom: -10rem; | +| `-mb-48` | margin-bottom: -12rem; | +| `-mb-56` | margin-bottom: -14rem; | +| `-mb-64` | margin-bottom: -16rem; | +| `-mb-px` | margin-bottom: -1px; | +| `ml-0` | margin-left: 0; | +| `ml-1` | margin-left: 0.25rem; | +| `ml-2` | margin-left: 0.5rem; | +| `ml-3` | margin-left: 0.75rem; | +| `ml-4` | margin-left: 1rem; | +| `ml-5` | margin-left: 1.25rem; | +| `ml-6` | margin-left: 1.5rem; | +| `ml-8` | margin-left: 2rem; | +| `ml-10` | margin-left: 2.5rem; | +| `ml-12` | margin-left: 3rem; | +| `ml-16` | margin-left: 4rem; | +| `ml-20` | margin-left: 5rem; | +| `ml-24` | margin-left: 6rem; | +| `ml-32` | margin-left: 8rem; | +| `ml-40` | margin-left: 10rem; | +| `ml-48` | margin-left: 12rem; | +| `ml-56` | margin-left: 14rem; | +| `ml-64` | margin-left: 16rem; | +| `ml-auto` | margin-left: auto; | +| `ml-px` | margin-left: 1px; | +| `-ml-1` | margin-left: -0.25rem; | +| `-ml-2` | margin-left: -0.5rem; | +| `-ml-3` | margin-left: -0.75rem; | +| `-ml-4` | margin-left: -1rem; | +| `-ml-5` | margin-left: -1.25rem; | +| `-ml-6` | margin-left: -1.5rem; | +| `-ml-8` | margin-left: -2rem; | +| `-ml-10` | margin-left: -2.5rem; | +| `-ml-12` | margin-left: -3rem; | +| `-ml-16` | margin-left: -4rem; | +| `-ml-20` | margin-left: -5rem; | +| `-ml-24` | margin-left: -6rem; | +| `-ml-32` | margin-left: -8rem; | +| `-ml-40` | margin-left: -10rem; | +| `-ml-48` | margin-left: -12rem; | +| `-ml-56` | margin-left: -14rem; | +| `-ml-64` | margin-left: -16rem; | +| `-ml-px` | margin-left: -1px; | +| `my-0` | margin-top: 0; margin-bottom: 0; | +| `my-1` | margin-top: 0.25rem; margin-bottom: 0.25rem; | +| `my-2` | margin-top: 0.5rem; margin-bottom: 0.5rem; | +| `my-3` | margin-top: 0.75rem; margin-bottom: 0.75rem; | +| `my-4` | margin-top: 1rem; margin-bottom: 1rem; | +| `my-5` | margin-top: 1.25rem; margin-bottom: 1.25rem; | +| `my-6` | margin-top: 1.5rem; margin-bottom: 1.5rem; | +| `my-8` | margin-top: 2rem; margin-bottom: 2rem; | +| `my-10` | margin-top: 2.5rem; margin-bottom: 2.5rem; | +| `my-12` | margin-top: 3rem; margin-bottom: 3rem; | +| `my-16` | margin-top: 4rem; margin-bottom: 4rem; | +| `my-20` | margin-top: 5rem; margin-bottom: 5rem; | +| `my-24` | margin-top: 6rem; margin-bottom: 6rem; | +| `my-32` | margin-top: 8rem; margin-bottom: 8rem; | +| `my-40` | margin-top: 10rem; margin-bottom: 10rem; | +| `my-48` | margin-top: 12rem; margin-bottom: 12rem; | +| `my-56` | margin-top: 14rem; margin-bottom: 14rem; | +| `my-64` | margin-top: 16rem; margin-bottom: 16rem; | +| `my-auto` | margin-top: auto; margin-bottom: auto; | +| `my-px` | margin-top: 1px; margin-bottom: 1px; | +| `-my-1` | margin-top: -0.25rem; margin-bottom: -0.25rem; | +| `-my-2` | margin-top: -0.5rem; margin-bottom: -0.5rem; | +| `-my-3` | margin-top: -0.75rem; margin-bottom: -0.75rem; | +| `-my-4` | margin-top: -1rem; margin-bottom: -1rem; | +| `-my-5` | margin-top: -1.25rem; margin-bottom: -1.25rem; | +| `-my-6` | margin-top: -1.5rem; margin-bottom: -1.5rem; | +| `-my-8` | margin-top: -2rem; margin-bottom: -2rem; | +| `-my-10` | margin-top: -2.5rem; margin-bottom: -2.5rem; | +| `-my-12` | margin-top: -3rem; margin-bottom: -3rem; | +| `-my-16` | margin-top: -4rem; margin-bottom: -4rem; | +| `-my-20` | margin-top: -5rem; margin-bottom: -5rem; | +| `-my-24` | margin-top: -6rem; margin-bottom: -6rem; | +| `-my-32` | margin-top: -8rem; margin-bottom: -8rem; | +| `-my-40` | margin-top: -10rem; margin-bottom: -10rem; | +| `-my-48` | margin-top: -12rem; margin-bottom: -12rem; | +| `-my-56` | margin-top: -14rem; margin-bottom: -14rem; | +| `-my-64` | margin-top: -16rem; margin-bottom: -16rem; | +| `-my-px` | margin-top: -1px; margin-bottom: -1px; | +| `mx-0` | margin-right: 0; margin-left: 0; | +| `mx-1` | margin-right: 0.25rem; margin-left: 0.25rem; | +| `mx-2` | margin-right: 0.5rem; margin-left: 0.5rem; | +| `mx-3` | margin-right: 0.75rem; margin-left: 0.75rem; | +| `mx-4` | margin-right: 1rem; margin-left: 1rem; | +| `mx-5` | margin-right: 1.25rem; margin-left: 1.25rem; | +| `mx-6` | margin-right: 1.5rem; margin-left: 1.5rem; | +| `mx-8` | margin-right: 2rem; margin-left: 2rem; | +| `mx-10` | margin-right: 2.5rem; margin-left: 2.5rem; | +| `mx-12` | margin-right: 3rem; margin-left: 3rem; | +| `mx-16` | margin-right: 4rem; margin-left: 4rem; | +| `mx-20` | margin-right: 5rem; margin-left: 5rem; | +| `mx-24` | margin-right: 6rem; margin-left: 6rem; | +| `mx-32` | margin-right: 8rem; margin-left: 8rem; | +| `mx-40` | margin-right: 10rem; margin-left: 10rem; | +| `mx-48` | margin-right: 12rem; margin-left: 12rem; | +| `mx-56` | margin-right: 14rem; margin-left: 14rem; | +| `mx-64` | margin-right: 16rem; margin-left: 16rem; | +| `mx-auto` | margin-right: auto; margin-left: auto; | +| `mx-px` | margin-right: 1px; margin-left: 1px; | +| `-mx-1` | margin-right: -0.25rem; margin-left: -0.25rem; | +| `-mx-2` | margin-right: -0.5rem; margin-left: -0.5rem; | +| `-mx-3` | margin-right: -0.75rem; margin-left: -0.75rem; | +| `-mx-4` | margin-right: -1rem; margin-left: -1rem; | +| `-mx-5` | margin-right: -1.25rem; margin-left: -1.25rem; | +| `-mx-6` | margin-right: -1.5rem; margin-left: -1.5rem; | +| `-mx-8` | margin-right: -2rem; margin-left: -2rem; | +| `-mx-10` | margin-right: -2.5rem; margin-left: -2.5rem; | +| `-mx-12` | margin-right: -3rem; margin-left: -3rem; | +| `-mx-16` | margin-right: -4rem; margin-left: -4rem; | +| `-mx-20` | margin-right: -5rem; margin-left: -5rem; | +| `-mx-24` | margin-right: -6rem; margin-left: -6rem; | +| `-mx-32` | margin-right: -8rem; margin-left: -8rem; | +| `-mx-40` | margin-right: -10rem; margin-left: -10rem; | +| `-mx-48` | margin-right: -12rem; margin-left: -12rem; | +| `-mx-56` | margin-right: -14rem; margin-left: -14rem; | +| `-mx-64` | margin-right: -16rem; margin-left: -16rem; | +| `-mx-px` | margin-right: -1px; margin-left: -1px; | + +## [Space Between](https://tailwindcss.com/docs/space) + +| Snippet | Purpose | +| --------------------- | ------------------------ | +| `space-x-0` | margin-left: 0; | +| `space-x-1` | margin-left: 0.25rem; | +| `space-x-2` | margin-left: 0.5rem; | +| `space-x-3` | margin-left: 0.75rem; | +| `space-x-4` | margin-left: 1rem; | +| `space-x-5` | margin-left: 1.25rem; | +| `space-x-6` | margin-left: 1.5rem; | +| `space-x-8` | margin-left: 2rem; | +| `space-x-10` | margin-left: 2.5rem; | +| `space-x-12` | margin-left: 3rem; | +| `space-x-16` | margin-left: 4rem; | +| `space-x-20` | margin-left: 5rem; | +| `space-x-24` | margin-left: 6rem; | +| `space-x-32` | margin-left: 8rem; | +| `space-x-40` | margin-left: 10rem; | +| `space-x-48` | margin-left: 12rem; | +| `space-x-56` | margin-left: 14rem; | +| `space-x-64` | margin-left: 16rem; | +| `space-x-px` | margin-left: 1px; | +| `-space-x-1` | margin-left: -0.25rem; | +| `-space-x-2` | margin-left: -0.5rem; | +| `-space-x-3` | margin-left: -0.75rem; | +| `-space-x-4` | margin-left: -1rem; | +| `-space-x-5` | margin-left: -1.25rem; | +| `-space-x-6` | margin-left: -1.5rem; | +| `-space-x-8` | margin-left: -2rem; | +| `-space-x-10` | margin-left: -2.5rem; | +| `-space-x-12` | margin-left: -3rem; | +| `-space-x-16` | margin-left: -4rem; | +| `-space-x-20` | margin-left: -5rem; | +| `-space-x-24` | margin-left: -6rem; | +| `-space-x-32` | margin-left: -8rem; | +| `-space-x-40` | margin-left: -10rem; | +| `-space-x-48` | margin-left: -12rem; | +| `-space-x-56` | margin-left: -14rem; | +| `-space-x-64` | margin-left: -16rem; | +| `-space-x-px` | margin-left: -1px; | +| `space-y-0` | margin-top: 0; | +| `space-y-1` | margin-top: 0.25rem; | +| `space-y-2` | margin-top: 0.5rem; | +| `space-y-3` | margin-top: 0.75rem; | +| `space-y-4` | margin-top: 1rem; | +| `space-y-5` | margin-top: 1.25rem; | +| `space-y-6` | margin-top: 1.5rem; | +| `space-y-8` | margin-top: 2rem; | +| `space-y-10` | margin-top: 2.5rem; | +| `space-y-12` | margin-top: 3rem; | +| `space-y-16` | margin-top: 4rem; | +| `space-y-20` | margin-top: 5rem; | +| `space-y-24` | margin-top: 6rem; | +| `space-y-32` | margin-top: 8rem; | +| `space-y-40` | margin-top: 10rem; | +| `space-y-48` | margin-top: 12rem; | +| `space-y-56` | margin-top: 14rem; | +| `space-y-64` | margin-top: 16rem; | +| `space-y-px` | margin-top: 1px; | +| `-space-y-1` | margin-top: -0.25rem; | +| `-space-y-2` | margin-top: -0.5rem; | +| `-space-y-3` | margin-top: -0.75rem; | +| `-space-y-4` | margin-top: -1rem; | +| `-space-y-5` | margin-top: -1.25rem; | +| `-space-y-6` | margin-top: -1.5rem; | +| `-space-y-8` | margin-top: -2rem; | +| `-space-y-10` | margin-top: -2.5rem; | +| `-space-y-12` | margin-top: -3rem; | +| `-space-y-16` | margin-top: -4rem; | +| `-space-y-20` | margin-top: -5rem; | +| `-space-y-24` | margin-top: -6rem; | +| `-space-y-32` | margin-top: -8rem; | +| `-space-y-40` | margin-top: -10rem; | +| `-space-y-48` | margin-top: -12rem; | +| `-space-y-56` | margin-top: -14rem; | +| `-space-y-64` | margin-top: -16rem; | +| `-space-y-px` | margin-top: -1px; | +| `space-x-reverse-0` | margin-right: 0; | +| `space-x-reverse-1` | margin-right: 0.25rem; | +| `space-x-reverse-2` | margin-right: 0.5rem; | +| `space-x-reverse-3` | margin-right: 0.75rem; | +| `space-x-reverse-4` | margin-right: 1rem; | +| `space-x-reverse-5` | margin-right: 1.25rem; | +| `space-x-reverse-6` | margin-right: 1.5rem; | +| `space-x-reverse-8` | margin-right: 2rem; | +| `space-x-reverse-10` | margin-right: 2.5rem; | +| `space-x-reverse-12` | margin-right: 3rem; | +| `space-x-reverse-16` | margin-right: 4rem; | +| `space-x-reverse-20` | margin-right: 5rem; | +| `space-x-reverse-24` | margin-right: 6rem; | +| `space-x-reverse-32` | margin-right: 8rem; | +| `space-x-reverse-40` | margin-right: 10rem; | +| `space-x-reverse-48` | margin-right: 12rem; | +| `space-x-reverse-56` | margin-right: 14rem; | +| `space-x-reverse-64` | margin-right: 16rem; | +| `space-x-reverse-px` | margin-right: 1px; | +| `-space-x-reverse-1` | margin-right: -0.25rem; | +| `-space-x-reverse-2` | margin-right: -0.5rem; | +| `-space-x-reverse-3` | margin-right: -0.75rem; | +| `-space-x-reverse-4` | margin-right: -1rem; | +| `-space-x-reverse-5` | margin-right: -1.25rem; | +| `-space-x-reverse-6` | margin-right: -1.5rem; | +| `-space-x-reverse-8` | margin-right: -2rem; | +| `-space-x-reverse-10` | margin-right: -2.5rem; | +| `-space-x-reverse-12` | margin-right: -3rem; | +| `-space-x-reverse-16` | margin-right: -4rem; | +| `-space-x-reverse-20` | margin-right: -5rem; | +| `-space-x-reverse-24` | margin-right: -6rem; | +| `-space-x-reverse-32` | margin-right: -8rem; | +| `-space-x-reverse-40` | margin-right: -10rem; | +| `-space-x-reverse-48` | margin-right: -12rem; | +| `-space-x-reverse-56` | margin-right: -14rem; | +| `-space-x-reverse-64` | margin-right: -16rem; | +| `-space-x-reverse-px` | margin-right: -1px; | +| `space-y-reverse-0` | margin-bottom: 0; | +| `space-y-reverse-1` | margin-bottom: 0.25rem; | +| `space-y-reverse-2` | margin-bottom: 0.5rem; | +| `space-y-reverse-3` | margin-bottom: 0.75rem; | +| `space-y-reverse-4` | margin-bottom: 1rem; | +| `space-y-reverse-5` | margin-bottom: 1.25rem; | +| `space-y-reverse-6` | margin-bottom: 1.5rem; | +| `space-y-reverse-8` | margin-bottom: 2rem; | +| `space-y-reverse-10` | margin-bottom: 2.5rem; | +| `space-y-reverse-12` | margin-bottom: 3rem; | +| `space-y-reverse-16` | margin-bottom: 4rem; | +| `space-y-reverse-20` | margin-bottom: 5rem; | +| `space-y-reverse-24` | margin-bottom: 6rem; | +| `space-y-reverse-32` | margin-bottom: 8rem; | +| `space-y-reverse-40` | margin-bottom: 10rem; | +| `space-y-reverse-48` | margin-bottom: 12rem; | +| `space-y-reverse-56` | margin-bottom: 14rem; | +| `space-y-reverse-64` | margin-bottom: 16rem; | +| `space-y-reverse-px` | margin-bottom: 1px; | +| `-space-y-reverse-1` | margin-bottom: -0.25rem; | +| `-space-y-reverse-2` | margin-bottom: -0.5rem; | +| `-space-y-reverse-3` | margin-bottom: -0.75rem; | +| `-space-y-reverse-4` | margin-bottom: -1rem; | +| `-space-y-reverse-5` | margin-bottom: -1.25rem; | +| `-space-y-reverse-6` | margin-bottom: -1.5rem; | +| `-space-y-reverse-8` | margin-bottom: -2rem; | +| `-space-y-reverse-10` | margin-bottom: -2.5rem; | +| `-space-y-reverse-12` | margin-bottom: -3rem; | +| `-space-y-reverse-16` | margin-bottom: -4rem; | +| `-space-y-reverse-20` | margin-bottom: -5rem; | +| `-space-y-reverse-24` | margin-bottom: -6rem; | +| `-space-y-reverse-32` | margin-bottom: -8rem; | +| `-space-y-reverse-40` | margin-bottom: -10rem; | +| `-space-y-reverse-48` | margin-bottom: -12rem; | +| `-space-y-reverse-56` | margin-bottom: -14rem; | +| `-space-y-reverse-64` | margin-bottom: -16rem; | +| `-space-y-reverse-px` | margin-bottom: -1px; | diff --git a/lerna.json b/lerna.json index f0fd617..7c76ab3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["."], - "version": "0.4.0", + "version": "0.6.0", "changelogPreset": "metahub", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", diff --git a/media/tailwind-flex.gif b/media/tailwind-flex.gif new file mode 100644 index 0000000..849580e Binary files /dev/null and b/media/tailwind-flex.gif differ diff --git a/media/tailwind-grid.gif b/media/tailwind-grid.gif new file mode 100644 index 0000000..cb39af7 Binary files /dev/null and b/media/tailwind-grid.gif differ diff --git a/media/tailwind-layout.gif b/media/tailwind-layout.gif new file mode 100644 index 0000000..ab2f0cc Binary files /dev/null and b/media/tailwind-layout.gif differ diff --git a/media/tailwind-spacing.gif b/media/tailwind-spacing.gif new file mode 100644 index 0000000..575c2ca Binary files /dev/null and b/media/tailwind-spacing.gif differ diff --git a/package.json b/package.json index c2a1e29..b080ae2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-css-snippets", "displayName": "VSCode CSS Snippets", - "version": "0.4.0", + "version": "0.6.0", "description": "CSS Snippets for fast prototyping", "categories": [ "Snippets" @@ -21,9 +21,9 @@ "bootstrap": "lerna bootstrap", "commit": "gacp", "format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"", + "format:package": "sort-package-json", "lerna-version": "lerna version", - "lint": "eslint . --ext .js --fix", - "lint:package": "sort-package-json" + "lint": "eslint . --ext .js --fix" }, "contributes": { "snippets": [ @@ -51,6 +51,18 @@ "language": "css", "path": "./snippets/tailwind/grid.json" }, + { + "language": "css", + "path": "./snippets/tailwind/spacing/padding.json" + }, + { + "language": "css", + "path": "./snippets/tailwind/spacing/margin.json" + }, + { + "language": "css", + "path": "./snippets/tailwind/spacing/space-between.json" + }, { "language": "css", "path": "./snippets/1linelayouts/snippets.json" @@ -58,24 +70,68 @@ { "language": "css", "path": "./snippets/contributions/snippet.json" + }, + { + "language": "scss", + "path": "./snippets/css-reset.json" + }, + { + "language": "scss", + "path": "./snippets/pseudo.json" + }, + { + "language": "scss", + "path": "./snippets/breakpoints.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/layout.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/flexbox.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/grid.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/padding.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/margin.json" + }, + { + "language": "scss", + "path": "./snippets/tailwind/spacing/space-between.json" + }, + { + "language": "scss", + "path": "./snippets/1linelayouts/snippets.json" + }, + { + "language": "scss", + "path": "./snippets/contributions/snippet.json" } ] }, "devDependencies": { - "@commitlint/cli": "^9.1.1", - "@commitlint/config-conventional": "^9.1.1", - "conventional-changelog-metahub": "^4.0.1", - "eslint": "^7.5.0", - "eslint-config-airbnb-base": "^14.2.0", - "eslint-config-prettier": "^6.11.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-prettier": "^3.1.4", - "gacp": "^2.10.0", - "husky": "^4.2.5", - "lerna": "^3.22.1", - "lint-staged": "^10.2.11", - "prettier": "^2.0.5", - "sort-package-json": "^1.44.0" + "@commitlint/cli": "11.0.0", + "@commitlint/config-conventional": "11.0.0", + "conventional-changelog-metahub": "4.0.1", + "eslint": "7.10.0", + "eslint-config-airbnb-base": "14.2.0", + "eslint-config-prettier": "6.12.0", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-prettier": "3.1.4", + "gacp": "2.10.0", + "husky": "4.3.0", + "lerna": "3.22.1", + "lint-staged": "10.4.0", + "prettier": "2.1.2", + "sort-package-json": "1.46.0" }, "engines": { "vscode": "^1.47.0" diff --git a/snippets/css-reset.json b/snippets/css-reset.json index 130d89f..755137a 100644 --- a/snippets/css-reset.json +++ b/snippets/css-reset.json @@ -574,6 +574,7 @@ "embed,", "object {", " display: block;", + " vertical-align: middle;", "}", "", "/**", diff --git a/snippets/pseudo.json b/snippets/pseudo.json index feaaa41..64f2da9 100644 --- a/snippets/pseudo.json +++ b/snippets/pseudo.json @@ -1,52 +1,52 @@ { "nth-child": { "prefix": "nth-child", - "body": [".${1:classname}:nth-child(${2}) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(${2}) {", " ${0}", "}", ""], "description": "nth-child" }, "even": { "prefix": "even", - "body": [".${1:classname}:nth-child(2n) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(2n) {", " ${0}", "}", ""], "description": "even" }, "odd": { "prefix": "odd", - "body": [".${1:classname}:nth-child(odd) {", " ${0}", "}"], + "body": [".${1:classname}:nth-child(odd) {", " ${0}", "}", ""], "description": "odd" }, "last": { "prefix": "last", - "body": [".${1:classname}:last-child {", " ${0}", "}"], + "body": [".${1:classname}:last-child {", " ${0}", "}", ""], "description": "last" }, "first": { "prefix": "first", - "body": [".${1:classname}:first-child {", " ${0}", "}"], + "body": [".${1:classname}:first-child {", " ${0}", "}", ""], "description": "first" }, "visited": { "prefix": "visited", - "body": [".${1:classname}:visited {", " ${0}", "}"], + "body": [".${1:classname}:visited {", " ${0}", "}", ""], "description": "visited" }, "disabled": { "prefix": "disabled", - "body": [".${1:classname}:disabled {", " ${0}", "}"], + "body": [".${1:classname}:disabled {", " ${0}", "}", ""], "description": "disabled" }, "active": { "prefix": "active", - "body": [".${1:classname}:active {", " ${0}", "}"], + "body": [".${1:classname}:active {", " ${0}", "}", ""], "description": "active" }, "focus": { "prefix": "focus", - "body": [".${1:classname}:focus {", " ${0}", "}"], + "body": [".${1:classname}:focus {", " ${0}", "}", ""], "description": "focus" }, "hover": { "prefix": "hover", - "body": [".${1:classname}:hover {", " ${0}", "}"], + "body": [".${1:classname}:hover {", " ${0}", "}", ""], "description": "hover" } } diff --git a/snippets/tailwind/layout.json b/snippets/tailwind/layout.json index dcda7f3..4773ebb 100644 --- a/snippets/tailwind/layout.json +++ b/snippets/tailwind/layout.json @@ -1,302 +1,302 @@ { "right-auto": { "prefix": "right-auto", - "body": ["right: auto;"], + "body": ["right: auto;", ""], "description": "right-auto" }, "bottom-auto": { "prefix": "bottom-auto", - "body": ["bottom: auto;"], + "body": ["bottom: auto;", ""], "description": "bottom-auto" }, "left-auto": { "prefix": "left-auto", - "body": ["left: auto;"], + "body": ["left: auto;", ""], "description": "left-auto" }, "top-auto": { "prefix": "top-auto", - "body": ["top: auto;"], + "body": ["top: auto;", ""], "description": "top-auto" }, "right-0": { "prefix": "right-0", - "body": ["right: 0;"], + "body": ["right: 0;", ""], "description": "right-0" }, "bottom-0": { "prefix": "bottom-0", - "body": ["bottom: 0;"], + "body": ["bottom: 0;", ""], "description": "bottom-0" }, "left-0": { "prefix": "left-0", - "body": ["left: 0;"], + "body": ["left: 0;", ""], "description": "left-0" }, "top-0": { "prefix": "top-0", - "body": ["top: 0;"], + "body": ["top: 0;", ""], "description": "top-0" }, "z-auto": { "prefix": "z-auto", - "body": ["z-index: auto;"], + "body": ["z-index: auto;", ""], "description": "z-index auto" }, "z-50": { "prefix": "z-50", - "body": ["z-index: 50;"], + "body": ["z-index: 50;", ""], "description": "z-index 50" }, "z-40": { "prefix": "z-40", - "body": ["z-index: 40;"], + "body": ["z-index: 40;", ""], "description": "z-index 40" }, "z-30": { "prefix": "z-30", - "body": ["z-index: 30;"], + "body": ["z-index: 30;", ""], "description": "z-index 30" }, "z-20": { "prefix": "z-20", - "body": ["z-index: 20;"], + "body": ["z-index: 20;", ""], "description": "z-index 20" }, "z-10": { "prefix": "z-10", - "body": ["z-index: 10;"], + "body": ["z-index: 10;", ""], "description": "z-index 10" }, "z-0": { "prefix": "z-0", - "body": ["z-index: 0;"], + "body": ["z-index: 0;", ""], "description": "z-index 0" }, "invisible": { "prefix": "invisible", - "body": ["visibility: hidden;"], + "body": ["visibility: hidden;", ""], "description": "visibility hidden" }, "visible": { "prefix": "visible", - "body": ["visibility: visible;"], + "body": ["visibility: visible;", ""], "description": "visibility visible" }, "inset-auto": { "prefix": "inset-auto", - "body": ["top: auto;", "right: auto;", "bottom: auto;", "left: auto;"], + "body": ["top: auto;", "right: auto;", "bottom: auto;", "left: auto;", ""], "description": "inset-auto" }, "inset-x-auto": { "prefix": "inset-x-auto", - "body": ["right: auto;", "left: auto;"], + "body": ["right: auto;", "left: auto;", ""], "description": "inset-x-auto" }, "inset-y-auto": { "prefix": "inset-y-auto", - "body": ["top: auto;", "bottom: auto;"], + "body": ["top: auto;", "bottom: auto;", ""], "description": "inset-y-auto" }, "inset-x-0": { "prefix": "inset-x-0", - "body": ["right: 0;", "left: 0;"], + "body": ["right: 0;", "left: 0;", ""], "description": "inset-x-0" }, "inset-y-0": { "prefix": "inset-y-0", - "body": ["top: 0;", "bottom: 0;"], + "body": ["top: 0;", "bottom: 0;", ""], "description": "inset-y-0" }, "inset-0": { "prefix": "inset-0", - "body": ["top: 0;", "right: 0;", "bottom: 0;", "left: 0;"], + "body": ["top: 0;", "right: 0;", "bottom: 0;", "left: 0;", ""], "description": "inset-0" }, "sticky": { "prefix": "sticky", - "body": ["position: sticky;"], + "body": ["position: sticky;", ""], "description": "position sticky" }, "relative": { "prefix": "relative", - "body": ["position: relative;"], + "body": ["position: relative;", ""], "description": "position relative" }, "absolute": { "prefix": "absolute", - "body": ["position: absolute;"], + "body": ["position: absolute;", ""], "description": "position absolute" }, "fixed": { "prefix": "fixed", - "body": ["position: fixed;"], + "body": ["position: fixed;", ""], "description": "position fixed" }, "static": { "prefix": "static", - "body": ["position: static;"], + "body": ["position: static;", ""], "description": "position static" }, "scrolling-auto": { "prefix": "scrolling-auto", - "body": ["-webkit-overflow-scrolling: auto;"], + "body": ["-webkit-overflow-scrolling: auto;", ""], "description": "scrolling-auto" }, "scrolling-touch": { "prefix": "scrolling-touch", - "body": ["-webkit-overflow-scrolling: touch;"], + "body": ["-webkit-overflow-scrolling: touch;", ""], "description": "scrolling-touch" }, "overflow-y-scroll": { "prefix": "overflow-y-scroll", - "body": ["overflow-y: scroll;"], + "body": ["overflow-y: scroll;", ""], "description": "overflow-y-scroll" }, "overflow-y-visible": { "prefix": "overflow-y-visible", - "body": ["overflow-y: visible;"], + "body": ["overflow-y: visible;", ""], "description": "overflow-y-visible" }, "overflow-y-hidden": { "prefix": "overflow-y-hidden", - "body": ["overflow-y: hidden;"], + "body": ["overflow-y: hidden;", ""], "description": "overflow-y-hidden" }, "overflow-y-auto": { "prefix": "overflow-y-auto", - "body": ["overflow-y: auto;"], + "body": ["overflow-y: auto;", ""], "description": "overflow-y-auto" }, "overflow-x-scroll": { "prefix": "overflow-x-scroll", - "body": ["overflow-x: scroll;"], + "body": ["overflow-x: scroll;", ""], "description": "overflow-x-scroll" }, "overflow-x-visible": { "prefix": "overflow-x-visible", - "body": ["overflow-x: visible;"], + "body": ["overflow-x: visible;", ""], "description": "overflow-x-visible" }, "overflow-x-hidden": { "prefix": "overflow-x-hidden", - "body": ["overflow-x: hidden;"], + "body": ["overflow-x: hidden;", ""], "description": "overflow-x-hidden" }, "overflow-x-auto": { "prefix": "overflow-x-auto", - "body": ["overflow-x: auto;"], + "body": ["overflow-x: auto;", ""], "description": "overflow-x-auto" }, "overflow-scroll": { "prefix": "overflow-scroll", - "body": ["overflow: scroll;"], + "body": ["overflow: scroll;", ""], "description": "overflow-scroll" }, "overflow-visible": { "prefix": "overflow-visible", - "body": ["overflow: visible;"], + "body": ["overflow: visible;", ""], "description": "overflow-visible" }, "overflow-hidden": { "prefix": "overflow-hidden", - "body": ["overflow: hidden;"], + "body": ["overflow: hidden;", ""], "description": "overflow-hidden" }, "overflow-auto": { "prefix": "overflow-auto", - "body": ["overflow: auto;"], + "body": ["overflow: auto;", ""], "description": "overflow-auto" }, "object-left-top": { "prefix": "object-left-top", - "body": ["object-position: left top;"], + "body": ["object-position: left top;", ""], "description": "object-left-top" }, "object-right-top": { "prefix": "object-right-top", - "body": ["object-position: right top;"], + "body": ["object-position: right top;", ""], "description": "object-right-top" }, "object-left-bottom": { "prefix": "object-left-bottom", - "body": ["object-position: left bottom;"], + "body": ["object-position: left bottom;", ""], "description": "object-left-bottom" }, "object-right-bottom": { "prefix": "object-right-bottom", - "body": ["object-position: right bottom;"], + "body": ["object-position: right bottom;", ""], "description": "object-right-bottom" }, "object-right": { "prefix": "object-right", - "body": ["object-position: right;"], + "body": ["object-position: right;", ""], "description": "object-right" }, "object-left": { "prefix": "object-left", - "body": ["object-position: left;"], + "body": ["object-position: left;", ""], "description": "object-left" }, "object-center": { "prefix": "object-center", - "body": ["object-position: center;"], + "body": ["object-position: center;", ""], "description": "object-center" }, "object-top": { "prefix": "object-top", - "body": ["object-position: top;"], + "body": ["object-position: top;", ""], "description": "object-top" }, "object-bottom": { "prefix": "object-bottom", - "body": ["object-position: bottom;"], + "body": ["object-position: bottom;", ""], "description": "object-bottom" }, "object-scale-down": { "prefix": "object-scale-down", - "body": ["object-fit: scale-down;"], + "body": ["object-fit: scale-down;", ""], "description": "object-scale-down" }, "object-fill": { "prefix": "object-fill", - "body": ["object-fit: fill;"], + "body": ["object-fit: fill;", ""], "description": "object-fill" }, "object-cover": { "prefix": "object-cover", - "body": ["object-fit: cover;"], + "body": ["object-fit: cover;", ""], "description": "object-cover" }, "object-contain": { "prefix": "object-contain", - "body": ["object-fit: contain;"], + "body": ["object-fit: contain;", ""], "description": "object-contain" }, "object-none": { "prefix": "object-none", - "body": ["object-fit: none;"], + "body": ["object-fit: none;", ""], "description": "object-none" }, "clear-both": { "prefix": "clear-both", - "body": ["clear: both;"], + "body": ["clear: both;", ""], "description": "clear-both" }, "clear-right": { "prefix": "clear-right", - "body": ["clear: right;"], + "body": ["clear: right;", ""], "description": "clear-right" }, "clear-left": { "prefix": "clear-left", - "body": ["clear: left;"], + "body": ["clear: left;", ""], "description": "clear-left" }, "clear-none": { "prefix": "clear-none", - "body": ["clear: none;"], + "body": ["clear: none;", ""], "description": "clear-none" }, "clearfix": { @@ -312,117 +312,117 @@ }, "float-none": { "prefix": "float-none", - "body": ["float: none;"], + "body": ["float: none;", ""], "description": "float-none" }, "float-left": { "prefix": "float-left", - "body": ["float: left;"], + "body": ["float: left;", ""], "description": "float-left" }, "float-right": { "prefix": "float-right", - "body": ["float: right;"], + "body": ["float: right;", ""], "description": "float-right" }, "table-row": { "prefix": "table-row", - "body": ["display: table-row;"], + "body": ["display: table-row;", ""], "description": "display table-row" }, "table-row-group": { "prefix": "table-row-group", - "body": ["display: table-row-group;"], + "body": ["display: table-row-group;", ""], "description": "display table-row-group" }, "table-header-group": { "prefix": "table-header-group", - "body": ["display: table-header-group;"], + "body": ["display: table-header-group;", ""], "description": "display table-header-group" }, "table-footer-group": { "prefix": "table-footer-group", - "body": ["display: table-footer-group;"], + "body": ["display: table-footer-group;", ""], "description": "display table-footer-group" }, "table-column-group": { "prefix": "table-column-group", - "body": ["display: table-column-group;"], + "body": ["display: table-column-group;", ""], "description": "display table-column-group" }, "table-column": { "prefix": "table-column", - "body": ["display: table-column;"], + "body": ["display: table-column;", ""], "description": "display table-column" }, "table-cell": { "prefix": "table-cell", - "body": ["display: table-cell;"], + "body": ["display: table-cell;", ""], "description": "display table-cell" }, "table-caption": { "prefix": "table-caption", - "body": ["display: table-caption;"], + "body": ["display: table-caption;", ""], "description": "display table-caption" }, "table": { "prefix": "table", - "body": ["display: table;"], + "body": ["display: table;", ""], "description": "display table" }, "inline-grid": { "prefix": "inline-grid", - "body": ["display: inline-grid;"], + "body": ["display: inline-grid;", ""], "description": "display inline-grid" }, "grid": { "prefix": "grid", - "body": ["display: grid;"], + "body": ["display: grid;", ""], "description": "display grid" }, "inline-flex": { "prefix": "inline-flex", - "body": ["display: inline-flex;"], + "body": ["display: inline-flex;", ""], "description": "display inline-flex" }, "flex": { "prefix": "flex", - "body": ["display: flex;"], + "body": ["display: flex;", ""], "description": "display flex" }, "inline": { "prefix": "inline", - "body": ["display: inline;"], + "body": ["display: inline;", ""], "description": "display inline" }, "inline-block": { "prefix": "inline-block", - "body": ["display: inline-block;"], + "body": ["display: inline-block;", ""], "description": "display inline-block" }, "flow-root": { "prefix": "flow-root", - "body": ["display: flow-root;"], + "body": ["display: flow-root;", ""], "description": "display flow-root" }, "block": { "prefix": "block", - "body": ["display: block;"], + "body": ["display: block;", ""], "description": "display block" }, "hidden": { "prefix": "hidden", - "body": ["display: none;"], + "body": ["display: none;", ""], "description": "display hidden" }, "content-box": { "prefix": "box-content", - "body": ["box-sizing: content-box;"], + "body": ["box-sizing: content-box;", ""], "description": "box-sizing content-box" }, "border-box": { "prefix": "box-border", - "body": ["box-sizing: border-box;"], + "body": ["box-sizing: border-box;", ""], "description": "box-sizing border-box" }, "container": { diff --git a/snippets/tailwind/spacing/margin.json b/snippets/tailwind/spacing/margin.json new file mode 100644 index 0000000..3219d57 --- /dev/null +++ b/snippets/tailwind/spacing/margin.json @@ -0,0 +1,1345 @@ +{ + "m-0": { + "prefix": "m-0", + "body": ["margin: 0;", ""], + "description": "m-0" + }, + "m-1": { + "prefix": "m-1", + "body": ["margin: 0.25rem;", ""], + "description": "m-1" + }, + "m-2": { + "prefix": "m-2", + "body": ["margin: 0.5rem;", ""], + "description": "m-2" + }, + "m-3": { + "prefix": "m-3", + "body": ["margin: 0.75rem;", ""], + "description": "m-3" + }, + "m-4": { + "prefix": "m-4", + "body": ["margin: 1rem;", ""], + "description": "m-4" + }, + "m-5": { + "prefix": "m-5", + "body": ["margin: 1.25rem;", ""], + "description": "m-5" + }, + "m-6": { + "prefix": "m-6", + "body": ["margin: 1.5rem;", ""], + "description": "m-6" + }, + "m-8": { + "prefix": "m-8", + "body": ["margin: 2rem;", ""], + "description": "m-8" + }, + "m-10": { + "prefix": "m-10", + "body": ["margin: 2.5rem;", ""], + "description": "m-10" + }, + "m-12": { + "prefix": "m-12", + "body": ["margin: 3rem;", ""], + "description": "m-12" + }, + "m-16": { + "prefix": "m-16", + "body": ["margin: 4rem;", ""], + "description": "m-16" + }, + "m-20": { + "prefix": "m-20", + "body": ["margin: 5rem;", ""], + "description": "m-20" + }, + "m-24": { + "prefix": "m-24", + "body": ["margin: 6rem;", ""], + "description": "m-24" + }, + "m-32": { + "prefix": "m-32", + "body": ["margin: 8rem;", ""], + "description": "m-32" + }, + "m-40": { + "prefix": "m-40", + "body": ["margin: 10rem;", ""], + "description": "m-40" + }, + "m-48": { + "prefix": "m-48", + "body": ["margin: 12rem;", ""], + "description": "m-48" + }, + "m-56": { + "prefix": "m-56", + "body": ["margin: 14rem;", ""], + "description": "m-56" + }, + "m-64": { + "prefix": "m-64", + "body": ["margin: 16rem;", ""], + "description": "m-64" + }, + "m-auto": { + "prefix": "m-auto", + "body": ["margin: auto;", ""], + "description": "m-auto" + }, + "m-px": { + "prefix": "m-px", + "body": ["margin: 1px;", ""], + "description": "m-px" + }, + + "-m-1": { + "prefix": "-m-1", + "body": ["margin: -0.25rem;", ""], + "description": "-m-1" + }, + "-m-2": { + "prefix": "-m-2", + "body": ["margin: -0.5rem;", ""], + "description": "-m-2" + }, + "-m-3": { + "prefix": "-m-3", + "body": ["margin: -0.75rem;", ""], + "description": "-m-3" + }, + "-m-4": { + "prefix": "-m-4", + "body": ["margin: -1rem;", ""], + "description": "-m-4" + }, + "-m-5": { + "prefix": "-m-5", + "body": ["margin: -1.25rem;", ""], + "description": "-m-5" + }, + "-m-6": { + "prefix": "-m-6", + "body": ["margin: -1.5rem;", ""], + "description": "-m-6" + }, + "-m-8": { + "prefix": "-m-8", + "body": ["margin: -2rem;", ""], + "description": "-m-8" + }, + "-m-10": { + "prefix": "-m-10", + "body": ["margin: -2.5rem;", ""], + "description": "-m-10" + }, + "-m-12": { + "prefix": "-m-12", + "body": ["margin: -3rem;", ""], + "description": "-m-12" + }, + "-m-16": { + "prefix": "-m-16", + "body": ["margin: -4rem;", ""], + "description": "-m-16" + }, + "-m-20": { + "prefix": "-m-20", + "body": ["margin: -5rem;", ""], + "description": "-m-20" + }, + "-m-24": { + "prefix": "-m-24", + "body": ["margin: -6rem;", ""], + "description": "-m-24" + }, + "-m-32": { + "prefix": "-m-32", + "body": ["margin: -8rem;", ""], + "description": "-m-32" + }, + "-m-40": { + "prefix": "-m-40", + "body": ["margin: -10rem;", ""], + "description": "-m-40" + }, + "-m-48": { + "prefix": "-m-48", + "body": ["margin: -12rem;", ""], + "description": "-m-48" + }, + "-m-56": { + "prefix": "-m-56", + "body": ["margin: -14rem;", ""], + "description": "-m-56" + }, + "-m-64": { + "prefix": "-m-64", + "body": ["margin: -16rem;", ""], + "description": "-m-64" + }, + "-m-px": { + "prefix": "-m-px", + "body": ["margin: -1px;", ""], + "description": "-m-px" + }, + + "mt-0": { + "prefix": "mt-0", + "body": ["margin-top: 0;", ""], + "description": "mt-0" + }, + "mt-1": { + "prefix": "mt-1", + "body": ["margin-top: 0.25rem;", ""], + "description": "mt-1" + }, + "mt-2": { + "prefix": "mt-2", + "body": ["margin-top: 0.5rem;", ""], + "description": "mt-2" + }, + "mt-3": { + "prefix": "mt-3", + "body": ["margin-top: 0.75rem;", ""], + "description": "mt-3" + }, + "mt-4": { + "prefix": "mt-4", + "body": ["margin-top: 1rem;", ""], + "description": "mt-4" + }, + "mt-5": { + "prefix": "mt-5", + "body": ["margin-top: 1.25rem;", ""], + "description": "mt-5" + }, + "mt-6": { + "prefix": "mt-6", + "body": ["margin-top: 1.5rem;", ""], + "description": "mt-6" + }, + "mt-8": { + "prefix": "mt-8", + "body": ["margin-top: 2rem;", ""], + "description": "mt-8" + }, + "mt-10": { + "prefix": "mt-10", + "body": ["margin-top: 2.5rem;", ""], + "description": "mt-10" + }, + "mt-12": { + "prefix": "mt-12", + "body": ["margin-top: 3rem;", ""], + "description": "mt-12" + }, + "mt-16": { + "prefix": "mt-16", + "body": ["margin-top: 4rem;", ""], + "description": "mt-16" + }, + "mt-20": { + "prefix": "mt-20", + "body": ["margin-top: 5rem;", ""], + "description": "mt-20" + }, + "mt-24": { + "prefix": "mt-24", + "body": ["margin-top: 6rem;", ""], + "description": "mt-24" + }, + "mt-32": { + "prefix": "mt-32", + "body": ["margin-top: 8rem;", ""], + "description": "mt-32" + }, + "mt-40": { + "prefix": "mt-40", + "body": ["margin-top: 10rem;", ""], + "description": "mt-40" + }, + "mt-48": { + "prefix": "mt-48", + "body": ["margin-top: 12rem;", ""], + "description": "mt-48" + }, + "mt-56": { + "prefix": "mt-56", + "body": ["margin-top: 14rem;", ""], + "description": "mt-56" + }, + "mt-64": { + "prefix": "mt-64", + "body": ["margin-top: 16rem;", ""], + "description": "mt-64" + }, + "mt-auto": { + "prefix": "mt-auto", + "body": ["margin-top: auto;", ""], + "description": "mt-auto" + }, + "mt-px": { + "prefix": "mt-px", + "body": ["margin-top: 1px;", ""], + "description": "mt-px" + }, + + "-mt-1": { + "prefix": "-mt-1", + "body": ["margin-top: -0.25rem;", ""], + "description": "-mt-1" + }, + "-mt-2": { + "prefix": "-mt-2", + "body": ["margin-top: -0.5rem;", ""], + "description": "-mt-2" + }, + "-mt-3": { + "prefix": "-mt-3", + "body": ["margin-top: -0.75rem;", ""], + "description": "-mt-3" + }, + "-mt-4": { + "prefix": "-mt-4", + "body": ["margin-top: -1rem;", ""], + "description": "-mt-4" + }, + "-mt-5": { + "prefix": "-mt-5", + "body": ["margin-top: -1.25rem;", ""], + "description": "-mt-5" + }, + "-mt-6": { + "prefix": "-mt-6", + "body": ["margin-top: -1.5rem;", ""], + "description": "-mt-6" + }, + "-mt-8": { + "prefix": "-mt-8", + "body": ["margin-top: -2rem;", ""], + "description": "-mt-8" + }, + "-mt-10": { + "prefix": "-mt-10", + "body": ["margin-top: -2.5rem;", ""], + "description": "-mt-10" + }, + "-mt-12": { + "prefix": "-mt-12", + "body": ["margin-top: -3rem;", ""], + "description": "-mt-12" + }, + "-mt-16": { + "prefix": "-mt-16", + "body": ["margin-top: -4rem;", ""], + "description": "-mt-16" + }, + "-mt-20": { + "prefix": "-mt-20", + "body": ["margin-top: -5rem;", ""], + "description": "-mt-20" + }, + "-mt-24": { + "prefix": "-mt-24", + "body": ["margin-top: -6rem;", ""], + "description": "-mt-24" + }, + "-mt-32": { + "prefix": "-mt-32", + "body": ["margin-top: -8rem;", ""], + "description": "-mt-32" + }, + "-mt-40": { + "prefix": "-mt-40", + "body": ["margin-top: -10rem;", ""], + "description": "-mt-40" + }, + "-mt-48": { + "prefix": "-mt-48", + "body": ["margin-top: -12rem;", ""], + "description": "-mt-48" + }, + "-mt-56": { + "prefix": "-mt-56", + "body": ["margin-top: -14rem;", ""], + "description": "-mt-56" + }, + "-mt-64": { + "prefix": "-mt-64", + "body": ["margin-top: -16rem;", ""], + "description": "-mt-64" + }, + "-mt-px": { + "prefix": "-mt-px", + "body": ["margin-top: -1px;", ""], + "description": "-mt-px" + }, + + "mr-0": { + "prefix": "mr-0", + "body": ["margin-right: 0;", ""], + "description": "mr-0" + }, + "mr-1": { + "prefix": "mr-1", + "body": ["margin-right: 0.25rem;", ""], + "description": "mr-1" + }, + "mr-2": { + "prefix": "mr-2", + "body": ["margin-right: 0.5rem;", ""], + "description": "mr-2" + }, + "mr-3": { + "prefix": "mr-3", + "body": ["margin-right: 0.75rem;", ""], + "description": "mr-3" + }, + "mr-4": { + "prefix": "mr-4", + "body": ["margin-right: 1rem;", ""], + "description": "mr-4" + }, + "mr-5": { + "prefix": "mr-5", + "body": ["margin-right: 1.25rem;", ""], + "description": "mr-5" + }, + "mr-6": { + "prefix": "mr-6", + "body": ["margin-right: 1.5rem;", ""], + "description": "mr-6" + }, + "mr-8": { + "prefix": "mr-8", + "body": ["margin-right: 2rem;", ""], + "description": "mr-8" + }, + "mr-10": { + "prefix": "mr-10", + "body": ["margin-right: 2.5rem;", ""], + "description": "mr-10" + }, + "mr-12": { + "prefix": "mr-12", + "body": ["margin-right: 3rem;", ""], + "description": "mr-12" + }, + "mr-16": { + "prefix": "mr-16", + "body": ["margin-right: 4rem;", ""], + "description": "mr-16" + }, + "mr-20": { + "prefix": "mr-20", + "body": ["margin-right: 5rem;", ""], + "description": "mr-20" + }, + "mr-24": { + "prefix": "mr-24", + "body": ["margin-right: 6rem;", ""], + "description": "mr-24" + }, + "mr-32": { + "prefix": "mr-32", + "body": ["margin-right: 8rem;", ""], + "description": "mr-32" + }, + "mr-40": { + "prefix": "mr-40", + "body": ["margin-right: 10rem;", ""], + "description": "mr-40" + }, + "mr-48": { + "prefix": "mr-48", + "body": ["margin-right: 12rem;", ""], + "description": "mr-48" + }, + "mr-56": { + "prefix": "mr-56", + "body": ["margin-right: 14rem;", ""], + "description": "mr-56" + }, + "mr-64": { + "prefix": "mr-64", + "body": ["margin-right: 16rem;", ""], + "description": "mr-64" + }, + "mr-auto": { + "prefix": "mr-auto", + "body": ["margin-right: auto;", ""], + "description": "mr-auto" + }, + "mr-px": { + "prefix": "mr-px", + "body": ["margin-right: 1px;", ""], + "description": "mr-px" + }, + + "-mr-1": { + "prefix": "-mr-1", + "body": ["margin-right: -0.25rem;", ""], + "description": "-mr-1" + }, + "-mr-2": { + "prefix": "-mr-2", + "body": ["margin-right: -0.5rem;", ""], + "description": "-mr-2" + }, + "-mr-3": { + "prefix": "-mr-3", + "body": ["margin-right: -0.75rem;", ""], + "description": "-mr-3" + }, + "-mr-4": { + "prefix": "-mr-4", + "body": ["margin-right: -1rem;", ""], + "description": "-mr-4" + }, + "-mr-5": { + "prefix": "-mr-5", + "body": ["margin-right: -1.25rem;", ""], + "description": "-mr-5" + }, + "-mr-6": { + "prefix": "-mr-6", + "body": ["margin-right: -1.5rem;", ""], + "description": "-mr-6" + }, + "-mr-8": { + "prefix": "-mr-8", + "body": ["margin-right: -2rem;", ""], + "description": "-mr-8" + }, + "-mr-10": { + "prefix": "-mr-10", + "body": ["margin-right: -2.5rem;", ""], + "description": "-mr-10" + }, + "-mr-12": { + "prefix": "-mr-12", + "body": ["margin-right: -3rem;", ""], + "description": "-mr-12" + }, + "-mr-16": { + "prefix": "-mr-16", + "body": ["margin-right: -4rem;", ""], + "description": "-mr-16" + }, + "-mr-20": { + "prefix": "-mr-20", + "body": ["margin-right: -5rem;", ""], + "description": "-mr-20" + }, + "-mr-24": { + "prefix": "-mr-24", + "body": ["margin-right: -6rem;", ""], + "description": "-mr-24" + }, + "-mr-32": { + "prefix": "-mr-32", + "body": ["margin-right: -8rem;", ""], + "description": "-mr-32" + }, + "-mr-40": { + "prefix": "-mr-40", + "body": ["margin-right: -10rem;", ""], + "description": "-mr-40" + }, + "-mr-48": { + "prefix": "-mr-48", + "body": ["margin-right: -12rem;", ""], + "description": "-mr-48" + }, + "-mr-56": { + "prefix": "-mr-56", + "body": ["margin-right: -14rem;", ""], + "description": "-mr-56" + }, + "-mr-64": { + "prefix": "-mr-64", + "body": ["margin-right: -16rem;", ""], + "description": "-mr-64" + }, + "-mr-px": { + "prefix": "-mr-px", + "body": ["margin-right: -1px;", ""], + "description": "-mr-px" + }, + + "mb-0": { + "prefix": "mb-0", + "body": ["margin-bottom: 0;", ""], + "description": "mb-0" + }, + "mb-1": { + "prefix": "mb-1", + "body": ["margin-bottom: 0.25rem;", ""], + "description": "mb-1" + }, + "mb-2": { + "prefix": "mb-2", + "body": ["margin-bottom: 0.5rem;", ""], + "description": "mb-2" + }, + "mb-3": { + "prefix": "mb-3", + "body": ["margin-bottom: 0.75rem;", ""], + "description": "mb-3" + }, + "mb-4": { + "prefix": "mb-4", + "body": ["margin-bottom: 1rem;", ""], + "description": "mb-4" + }, + "mb-5": { + "prefix": "mb-5", + "body": ["margin-bottom: 1.25rem;", ""], + "description": "mb-5" + }, + "mb-6": { + "prefix": "mb-6", + "body": ["margin-bottom: 1.5rem;", ""], + "description": "mb-6" + }, + "mb-8": { + "prefix": "mb-8", + "body": ["margin-bottom: 2rem;", ""], + "description": "mb-8" + }, + "mb-10": { + "prefix": "mb-10", + "body": ["margin-bottom: 2.5rem;", ""], + "description": "mb-10" + }, + "mb-12": { + "prefix": "mb-12", + "body": ["margin-bottom: 3rem;", ""], + "description": "mb-12" + }, + "mb-16": { + "prefix": "mb-16", + "body": ["margin-bottom: 4rem;", ""], + "description": "mb-16" + }, + "mb-20": { + "prefix": "mb-20", + "body": ["margin-bottom: 5rem;", ""], + "description": "mb-20" + }, + "mb-24": { + "prefix": "mb-24", + "body": ["margin-bottom: 6rem;", ""], + "description": "mb-24" + }, + "mb-32": { + "prefix": "mb-32", + "body": ["margin-bottom: 8rem;", ""], + "description": "mb-32" + }, + "mb-40": { + "prefix": "mb-40", + "body": ["margin-bottom: 10rem;", ""], + "description": "mb-40" + }, + "mb-48": { + "prefix": "mb-48", + "body": ["margin-bottom: 12rem;", ""], + "description": "mb-48" + }, + "mb-56": { + "prefix": "mb-56", + "body": ["margin-bottom: 14rem;", ""], + "description": "mb-56" + }, + "mb-64": { + "prefix": "mb-64", + "body": ["margin-bottom: 16rem;", ""], + "description": "mb-64" + }, + "mb-auto": { + "prefix": "mb-auto", + "body": ["margin-bottom: auto;", ""], + "description": "mb-auto" + }, + "mb-px": { + "prefix": "mb-px", + "body": ["margin-bottom: 1px;", ""], + "description": "mb-px" + }, + + "-mb-1": { + "prefix": "-mb-1", + "body": ["margin-bottom: -0.25rem;", ""], + "description": "-mb-1" + }, + "-mb-2": { + "prefix": "-mb-2", + "body": ["margin-bottom: -0.5rem;", ""], + "description": "-mb-2" + }, + "-mb-3": { + "prefix": "-mb-3", + "body": ["margin-bottom: -0.75rem;", ""], + "description": "-mb-3" + }, + "-mb-4": { + "prefix": "-mb-4", + "body": ["margin-bottom: -1rem;", ""], + "description": "-mb-4" + }, + "-mb-5": { + "prefix": "-mb-5", + "body": ["margin-bottom: -1.25rem;", ""], + "description": "-mb-5" + }, + "-mb-6": { + "prefix": "-mb-6", + "body": ["margin-bottom: -1.5rem;", ""], + "description": "-mb-6" + }, + "-mb-8": { + "prefix": "-mb-8", + "body": ["margin-bottom: -2rem;", ""], + "description": "-mb-8" + }, + "-mb-10": { + "prefix": "-mb-10", + "body": ["margin-bottom: -2.5rem;", ""], + "description": "-mb-10" + }, + "-mb-12": { + "prefix": "-mb-12", + "body": ["margin-bottom: -3rem;", ""], + "description": "-mb-12" + }, + "-mb-16": { + "prefix": "-mb-16", + "body": ["margin-bottom: -4rem;", ""], + "description": "-mb-16" + }, + "-mb-20": { + "prefix": "-mb-20", + "body": ["margin-bottom: -5rem;", ""], + "description": "-mb-20" + }, + "-mb-24": { + "prefix": "-mb-24", + "body": ["margin-bottom: -6rem;", ""], + "description": "-mb-24" + }, + "-mb-32": { + "prefix": "-mb-32", + "body": ["margin-bottom: -8rem;", ""], + "description": "-mb-32" + }, + "-mb-40": { + "prefix": "-mb-40", + "body": ["margin-bottom: -10rem;", ""], + "description": "-mb-40" + }, + "-mb-48": { + "prefix": "-mb-48", + "body": ["margin-bottom: -12rem;", ""], + "description": "-mb-48" + }, + "-mb-56": { + "prefix": "-mb-56", + "body": ["margin-bottom: -14rem;", ""], + "description": "-mb-56" + }, + "-mb-64": { + "prefix": "-mb-64", + "body": ["margin-bottom: -16rem;", ""], + "description": "-mb-64" + }, + "-mb-px": { + "prefix": "-mb-px", + "body": ["margin-bottom: -1px;", ""], + "description": "-mb-px" + }, + + "ml-0": { + "prefix": "ml-0", + "body": ["margin-left: 0;", ""], + "description": "ml-0" + }, + "ml-1": { + "prefix": "ml-1", + "body": ["margin-left: 0.25rem;", ""], + "description": "ml-1" + }, + "ml-2": { + "prefix": "ml-2", + "body": ["margin-left: 0.5rem;", ""], + "description": "ml-2" + }, + "ml-3": { + "prefix": "ml-3", + "body": ["margin-left: 0.75rem;", ""], + "description": "ml-3" + }, + "ml-4": { + "prefix": "ml-4", + "body": ["margin-left: 1rem;", ""], + "description": "ml-4" + }, + "ml-5": { + "prefix": "ml-5", + "body": ["margin-left: 1.25rem;", ""], + "description": "ml-5" + }, + "ml-6": { + "prefix": "ml-6", + "body": ["margin-left: 1.5rem;", ""], + "description": "ml-6" + }, + "ml-8": { + "prefix": "ml-8", + "body": ["margin-left: 2rem;", ""], + "description": "ml-8" + }, + "ml-10": { + "prefix": "ml-10", + "body": ["margin-left: 2.5rem;", ""], + "description": "ml-10" + }, + "ml-12": { + "prefix": "ml-12", + "body": ["margin-left: 3rem;", ""], + "description": "ml-12" + }, + "ml-16": { + "prefix": "ml-16", + "body": ["margin-left: 4rem;", ""], + "description": "ml-16" + }, + "ml-20": { + "prefix": "ml-20", + "body": ["margin-left: 5rem;", ""], + "description": "ml-20" + }, + "ml-24": { + "prefix": "ml-24", + "body": ["margin-left: 6rem;", ""], + "description": "ml-24" + }, + "ml-32": { + "prefix": "ml-32", + "body": ["margin-left: 8rem;", ""], + "description": "ml-32" + }, + "ml-40": { + "prefix": "ml-40", + "body": ["margin-left: 10rem;", ""], + "description": "ml-40" + }, + "ml-48": { + "prefix": "ml-48", + "body": ["margin-left: 12rem;", ""], + "description": "ml-48" + }, + "ml-56": { + "prefix": "ml-56", + "body": ["margin-left: 14rem;", ""], + "description": "ml-56" + }, + "ml-64": { + "prefix": "ml-64", + "body": ["margin-left: 16rem;", ""], + "description": "ml-64" + }, + "ml-auto": { + "prefix": "ml-auto", + "body": ["margin-left: auto;", ""], + "description": "ml-auto" + }, + "ml-px": { + "prefix": "ml-px", + "body": ["margin-left: 1px;", ""], + "description": "ml-px" + }, + + "-ml-1": { + "prefix": "-ml-1", + "body": ["margin-left: -0.25rem;", ""], + "description": "-ml-1" + }, + "-ml-2": { + "prefix": "-ml-2", + "body": ["margin-left: -0.5rem;", ""], + "description": "-ml-2" + }, + "-ml-3": { + "prefix": "-ml-3", + "body": ["margin-left: -0.75rem;", ""], + "description": "-ml-3" + }, + "-ml-4": { + "prefix": "-ml-4", + "body": ["margin-left: -1rem;", ""], + "description": "-ml-4" + }, + "-ml-5": { + "prefix": "-ml-5", + "body": ["margin-left: -1.25rem;", ""], + "description": "-ml-5" + }, + "-ml-6": { + "prefix": "-ml-6", + "body": ["margin-left: -1.5rem;", ""], + "description": "-ml-6" + }, + "-ml-8": { + "prefix": "-ml-8", + "body": ["margin-left: -2rem;", ""], + "description": "-ml-8" + }, + "-ml-10": { + "prefix": "-ml-10", + "body": ["margin-left: -2.5rem;", ""], + "description": "-ml-10" + }, + "-ml-12": { + "prefix": "-ml-12", + "body": ["margin-left: -3rem;", ""], + "description": "-ml-12" + }, + "-ml-16": { + "prefix": "-ml-16", + "body": ["margin-left: -4rem;", ""], + "description": "-ml-16" + }, + "-ml-20": { + "prefix": "-ml-20", + "body": ["margin-left: -5rem;", ""], + "description": "-ml-20" + }, + "-ml-24": { + "prefix": "-ml-24", + "body": ["margin-left: -6rem;", ""], + "description": "-ml-24" + }, + "-ml-32": { + "prefix": "-ml-32", + "body": ["margin-left: -8rem;", ""], + "description": "-ml-32" + }, + "-ml-40": { + "prefix": "-ml-40", + "body": ["margin-left: -10rem;", ""], + "description": "-ml-40" + }, + "-ml-48": { + "prefix": "-ml-48", + "body": ["margin-left: -12rem;", ""], + "description": "-ml-48" + }, + "-ml-56": { + "prefix": "-ml-56", + "body": ["margin-left: -14rem;", ""], + "description": "-ml-56" + }, + "-ml-64": { + "prefix": "-ml-64", + "body": ["margin-left: -16rem;", ""], + "description": "-ml-64" + }, + "-ml-px": { + "prefix": "-ml-px", + "body": ["margin-left: -1px;", ""], + "description": "-ml-px" + }, + + "my-0": { + "prefix": "my-0", + "body": ["margin-top: 0;", "margin-bottom: 0;", ""], + "description": "my-0" + }, + "my-1": { + "prefix": "my-1", + "body": ["margin-top: 0.25rem;", "margin-bottom: 0.25rem;", ""], + "description": "my-1" + }, + "my-2": { + "prefix": "my-2", + "body": ["margin-top: 0.5rem;", "margin-bottom: 0.5rem;", ""], + "description": "my-2" + }, + "my-3": { + "prefix": "my-3", + "body": ["margin-top: 0.75rem;", "margin-bottom: 0.75rem;", ""], + "description": "my-3" + }, + "my-4": { + "prefix": "my-4", + "body": ["margin-top: 1rem;", "margin-bottom: 1rem;", ""], + "description": "my-4" + }, + "my-5": { + "prefix": "my-5", + "body": ["margin-top: 1.25rem;", "margin-bottom: 1.25rem;", ""], + "description": "my-5" + }, + "my-6": { + "prefix": "my-6", + "body": ["margin-top: 1.5rem;", "margin-bottom: 1.5rem;", ""], + "description": "my-6" + }, + "my-8": { + "prefix": "my-8", + "body": ["margin-top: 2rem;", "margin-bottom: 2rem;", ""], + "description": "my-8" + }, + "my-10": { + "prefix": "my-10", + "body": ["margin-top: 2.5rem;", "margin-bottom: 2.5rem;", ""], + "description": "my-10" + }, + "my-12": { + "prefix": "my-12", + "body": ["margin-top: 3rem;", "margin-bottom: 3rem;", ""], + "description": "my-12" + }, + "my-16": { + "prefix": "my-16", + "body": ["margin-top: 4rem;", "margin-bottom: 4rem;", ""], + "description": "my-16" + }, + "my-20": { + "prefix": "my-20", + "body": ["margin-top: 5rem;", "margin-bottom: 5rem;", ""], + "description": "my-20" + }, + "my-24": { + "prefix": "my-24", + "body": ["margin-top: 6rem;", "margin-bottom: 6rem;", ""], + "description": "my-24" + }, + "my-32": { + "prefix": "my-32", + "body": ["margin-top: 8rem;", "margin-bottom: 8rem;", ""], + "description": "my-32" + }, + "my-40": { + "prefix": "my-40", + "body": ["margin-top: 10rem;", "margin-bottom: 10rem;", ""], + "description": "my-40" + }, + "my-48": { + "prefix": "my-48", + "body": ["margin-top: 12rem;", "margin-bottom: 12rem;", ""], + "description": "my-48" + }, + "my-56": { + "prefix": "my-56", + "body": ["margin-top: 14rem;", "margin-bottom: 14rem;", ""], + "description": "my-56" + }, + "my-64": { + "prefix": "my-64", + "body": ["margin-top: 16rem;", "margin-bottom: 16rem;", ""], + "description": "my-64" + }, + "my-auto": { + "prefix": "my-auto", + "body": ["margin-top: auto;", "margin-bottom: auto;", ""], + "description": "my-auto" + }, + "my-px": { + "prefix": "my-px", + "body": ["margin-top: 1px;", "margin-bottom: 1px;", ""], + "description": "my-px" + }, + + "-my-1": { + "prefix": "-my-1", + "body": ["margin-top: -0.25rem;", "margin-bottom: -0.25rem;", ""], + "description": "-my-1" + }, + "-my-2": { + "prefix": "-my-2", + "body": ["margin-top: -0.5rem;", "margin-bottom: -0.5rem;", ""], + "description": "-my-2" + }, + "-my-3": { + "prefix": "-my-3", + "body": ["margin-top: -0.75rem;", "margin-bottom: -0.75rem;", ""], + "description": "-my-3" + }, + "-my-4": { + "prefix": "-my-4", + "body": ["margin-top: -1rem;", "margin-bottom: -1rem;", ""], + "description": "-my-4" + }, + "-my-5": { + "prefix": "-my-5", + "body": ["margin-top: -1.25rem;", "margin-bottom: -1.25rem;", ""], + "description": "-my-5" + }, + "-my-6": { + "prefix": "-my-6", + "body": ["margin-top: -1.5rem;", "margin-bottom: -1.5rem;", ""], + "description": "-my-6" + }, + "-my-8": { + "prefix": "-my-8", + "body": ["margin-top: -2rem;", "margin-bottom: -2rem;", ""], + "description": "-my-8" + }, + "-my-10": { + "prefix": "-my-10", + "body": ["margin-top: -2.5rem;", "margin-bottom: -2.5rem;", ""], + "description": "-my-10" + }, + "-my-12": { + "prefix": "-my-12", + "body": ["margin-top: -3rem;", "margin-bottom: -3rem;", ""], + "description": "-my-12" + }, + "-my-16": { + "prefix": "-my-16", + "body": ["margin-top: -4rem;", "margin-bottom: -4rem;", ""], + "description": "-my-16" + }, + "-my-20": { + "prefix": "-my-20", + "body": ["margin-top: -5rem;", "margin-bottom: -5rem;", ""], + "description": "-my-20" + }, + "-my-24": { + "prefix": "-my-24", + "body": ["margin-top: -6rem;", "margin-bottom: -6rem;", ""], + "description": "-my-24" + }, + "-my-32": { + "prefix": "-my-32", + "body": ["margin-top: -8rem;", "margin-bottom: -8rem;", ""], + "description": "-my-32" + }, + "-my-40": { + "prefix": "-my-40", + "body": ["margin-top: -10rem;", "margin-bottom: -10rem;", ""], + "description": "-my-40" + }, + "-my-48": { + "prefix": "-my-48", + "body": ["margin-top: -12rem;", "margin-bottom: -12rem;", ""], + "description": "-my-48" + }, + "-my-56": { + "prefix": "-my-56", + "body": ["margin-top: -14rem;", "margin-bottom: -14rem;", ""], + "description": "-my-56" + }, + "-my-64": { + "prefix": "-my-64", + "body": ["margin-top: -16rem;", "margin-bottom: -16rem;", ""], + "description": "-my-64" + }, + "-my-px": { + "prefix": "-my-px", + "body": ["margin-top: -1px;", "margin-bottom: -1px;", ""], + "description": "-my-px" + }, + + "mx-0": { + "prefix": "mx-0", + "body": ["margin-right: 0;", "margin-left: 0;", ""], + "description": "mx-0" + }, + "mx-1": { + "prefix": "mx-1", + "body": ["margin-right: 0.25rem;", "margin-left: 0.25rem;", ""], + "description": "mx-1" + }, + "mx-2": { + "prefix": "mx-2", + "body": ["margin-right: 0.5rem;", "margin-left: 0.5rem;", ""], + "description": "mx-2" + }, + "mx-3": { + "prefix": "mx-3", + "body": ["margin-right: 0.75rem;", "margin-left: 0.75rem;", ""], + "description": "mx-3" + }, + "mx-4": { + "prefix": "mx-4", + "body": ["margin-right: 1rem;", "margin-left: 1rem;", ""], + "description": "mx-4" + }, + "mx-5": { + "prefix": "mx-5", + "body": ["margin-right: 1.25rem;", "margin-left: 1.25rem;", ""], + "description": "mx-5" + }, + "mx-6": { + "prefix": "mx-6", + "body": ["margin-right: 1.5rem;", "margin-left: 1.5rem;", ""], + "description": "mx-6" + }, + "mx-8": { + "prefix": "mx-8", + "body": ["margin-right: 2rem;", "margin-left: 2rem;", ""], + "description": "mx-8" + }, + "mx-10": { + "prefix": "mx-10", + "body": ["margin-right: 2.5rem;", "margin-left: 2.5rem;", ""], + "description": "mx-10" + }, + "mx-12": { + "prefix": "mx-12", + "body": ["margin-right: 3rem;", "margin-left: 3rem;", ""], + "description": "mx-12" + }, + "mx-16": { + "prefix": "mx-16", + "body": ["margin-right: 4rem;", "margin-left: 4rem;", ""], + "description": "mx-16" + }, + "mx-20": { + "prefix": "mx-20", + "body": ["margin-right: 5rem;", "margin-left: 5rem;", ""], + "description": "mx-20" + }, + "mx-24": { + "prefix": "mx-24", + "body": ["margin-right: 6rem;", "margin-left: 6rem;", ""], + "description": "mx-24" + }, + "mx-32": { + "prefix": "mx-32", + "body": ["margin-right: 8rem;", "margin-left: 8rem;", ""], + "description": "mx-32" + }, + "mx-40": { + "prefix": "mx-40", + "body": ["margin-right: 10rem;", "margin-left: 10rem;", ""], + "description": "mx-40" + }, + "mx-48": { + "prefix": "mx-48", + "body": ["margin-right: 12rem;", "margin-left: 12rem;", ""], + "description": "mx-48" + }, + "mx-56": { + "prefix": "mx-56", + "body": ["margin-right: 14rem;", "margin-left: 14rem;", ""], + "description": "mx-56" + }, + "mx-64": { + "prefix": "mx-64", + "body": ["margin-right: 16rem;", "margin-left: 16rem;", ""], + "description": "mx-64" + }, + "mx-auto": { + "prefix": "mx-auto", + "body": ["margin-right: auto;", "margin-left: auto;", ""], + "description": "mx-auto" + }, + "mx-px": { + "prefix": "mx-px", + "body": ["margin-right: 1px;", "margin-left: 1px;", ""], + "description": "mx-px" + }, + + "-mx-1": { + "prefix": "-mx-1", + "body": ["margin-right: -0.25rem;", "margin-left: -0.25rem;", ""], + "description": "-mx-1" + }, + "-mx-2": { + "prefix": "-mx-2", + "body": ["margin-right: -0.5rem;", "margin-left: -0.5rem;", ""], + "description": "-mx-2" + }, + "-mx-3": { + "prefix": "-mx-3", + "body": ["margin-right: -0.75rem;", "margin-left: -0.75rem;", ""], + "description": "-mx-3" + }, + "-mx-4": { + "prefix": "-mx-4", + "body": ["margin-right: -1rem;", "margin-left: -1rem;", ""], + "description": "-mx-4" + }, + "-mx-5": { + "prefix": "-mx-5", + "body": ["margin-right: -1.25rem;", "margin-left: -1.25rem;", ""], + "description": "-mx-5" + }, + "-mx-6": { + "prefix": "-mx-6", + "body": ["margin-right: -1.5rem;", "margin-left: -1.5rem;", ""], + "description": "-mx-6" + }, + "-mx-8": { + "prefix": "-mx-8", + "body": ["margin-right: -2rem;", "margin-left: -2rem;", ""], + "description": "-mx-8" + }, + "-mx-10": { + "prefix": "-mx-10", + "body": ["margin-right: -2.5rem;", "margin-left: -2.5rem;", ""], + "description": "-mx-10" + }, + "-mx-12": { + "prefix": "-mx-12", + "body": ["margin-right: -3rem;", "margin-left: -3rem;", ""], + "description": "-mx-12" + }, + "-mx-16": { + "prefix": "-mx-16", + "body": ["margin-right: -4rem;", "margin-left: -4rem;", ""], + "description": "-mx-16" + }, + "-mx-20": { + "prefix": "-mx-20", + "body": ["margin-right: -5rem;", "margin-left: -5rem;", ""], + "description": "-mx-20" + }, + "-mx-24": { + "prefix": "-mx-24", + "body": ["margin-right: -6rem;", "margin-left: -6rem;", ""], + "description": "-mx-24" + }, + "-mx-32": { + "prefix": "-mx-32", + "body": ["margin-right: -8rem;", "margin-left: -8rem;", ""], + "description": "-mx-32" + }, + "-mx-40": { + "prefix": "-mx-40", + "body": ["margin-right: -10rem;", "margin-left: -10rem;", ""], + "description": "-mx-40" + }, + "-mx-48": { + "prefix": "-mx-48", + "body": ["margin-right: -12rem;", "margin-left: -12rem;", ""], + "description": "-mx-48" + }, + "-mx-56": { + "prefix": "-mx-56", + "body": ["margin-right: -14rem;", "margin-left: -14rem;", ""], + "description": "-mx-56" + }, + "-mx-64": { + "prefix": "-mx-64", + "body": ["margin-right: -16rem;", "margin-left: -16rem;", ""], + "description": "-mx-64" + }, + "-mx-px": { + "prefix": "-mx-px", + "body": ["margin-right: -1px;", "margin-left: -1px;", ""], + "description": "-mx-px" + } +} diff --git a/snippets/tailwind/spacing/padding.json b/snippets/tailwind/spacing/padding.json new file mode 100644 index 0000000..fa03061 --- /dev/null +++ b/snippets/tailwind/spacing/padding.json @@ -0,0 +1,673 @@ +{ + "p-0": { + "prefix": "p-0", + "body": ["padding: 0;", ""], + "description": "p-0" + }, + "p-1": { + "prefix": "p-1", + "body": ["padding: 0.25rem;", ""], + "description": "p-1" + }, + "p-2": { + "prefix": "p-2", + "body": ["padding: 0.5rem;", ""], + "description": "p-2" + }, + "p-3": { + "prefix": "p-3", + "body": ["padding: 0.75rem;", ""], + "description": "p-3" + }, + "p-4": { + "prefix": "p-4", + "body": ["padding: 1rem;", ""], + "description": "p-4" + }, + "p-5": { + "prefix": "p-5", + "body": ["padding: 1.25rem;", ""], + "description": "p-5" + }, + "p-6": { + "prefix": "p-6", + "body": ["padding: 1.5rem;", ""], + "description": "p-6" + }, + "p-8": { + "prefix": "p-8", + "body": ["padding: 2rem;", ""], + "description": "p-8" + }, + "p-10": { + "prefix": "p-10", + "body": ["padding: 2.5rem;", ""], + "description": "p-10" + }, + "p-12": { + "prefix": "p-12", + "body": ["padding: 3rem;", ""], + "description": "p-12" + }, + "p-16": { + "prefix": "p-16", + "body": ["padding: 4rem;", ""], + "description": "p-16" + }, + "p-20": { + "prefix": "p-20", + "body": ["padding: 5rem;", ""], + "description": "p-20" + }, + "p-24": { + "prefix": "p-24", + "body": ["padding: 6rem;", ""], + "description": "p-24" + }, + "p-32": { + "prefix": "p-32", + "body": ["padding: 8rem;", ""], + "description": "p-32" + }, + "p-40": { + "prefix": "p-40", + "body": ["padding: 10rem;", ""], + "description": "p-40" + }, + "p-48": { + "prefix": "p-48", + "body": ["padding: 12rem;", ""], + "description": "p-48" + }, + "p-56": { + "prefix": "p-56", + "body": ["padding: 14rem;", ""], + "description": "p-56" + }, + "p-64": { + "prefix": "p-64", + "body": ["padding: 16rem;", ""], + "description": "p-64" + }, + "p-px": { + "prefix": "p-px", + "body": ["padding: 1px;", ""], + "description": "p-px" + }, + + "pr-0": { + "prefix": "pr-0", + "body": ["padding-right: 0;", ""], + "description": "pr-0" + }, + "pr-1": { + "prefix": "pr-1", + "body": ["padding-right: 0.25rem;", ""], + "description": "pr-1" + }, + "pr-2": { + "prefix": "pr-2", + "body": ["padding-right: 0.5rem;", ""], + "description": "pr-2" + }, + "pr-3": { + "prefix": "pr-3", + "body": ["padding-right: 0.75rem;", ""], + "description": "pr-3" + }, + "pr-4": { + "prefix": "pr-4", + "body": ["padding-right: 1rem;", ""], + "description": "pr-4" + }, + "pr-5": { + "prefix": "pr-5", + "body": ["padding-right: 1.25rem;", ""], + "description": "pr-5" + }, + "pr-6": { + "prefix": "pr-6", + "body": ["padding-right: 1.5rem;", ""], + "description": "pr-6" + }, + "pr-8": { + "prefix": "pr-8", + "body": ["padding-right: 2rem;", ""], + "description": "pr-8" + }, + "pr-10": { + "prefix": "pr-10", + "body": ["padding-right: 2.5rem;", ""], + "description": "pr-10" + }, + "pr-12": { + "prefix": "pr-12", + "body": ["padding-right: 3rem;", ""], + "description": "pr-12" + }, + "pr-16": { + "prefix": "pr-16", + "body": ["padding-right: 4rem;", ""], + "description": "pr-16" + }, + "pr-20": { + "prefix": "pr-20", + "body": ["padding-right: 5rem;", ""], + "description": "pr-20" + }, + "pr-24": { + "prefix": "pr-24", + "body": ["padding-right: 6rem;", ""], + "description": "pr-24" + }, + "pr-32": { + "prefix": "pr-32", + "body": ["padding-right: 8rem;", ""], + "description": "pr-32" + }, + "pr-40": { + "prefix": "pr-40", + "body": ["padding-right: 10rem;", ""], + "description": "pr-40" + }, + "pr-48": { + "prefix": "pr-48", + "body": ["padding-right: 12rem;", ""], + "description": "pr-48" + }, + "pr-56": { + "prefix": "pr-56", + "body": ["padding-right: 14rem;", ""], + "description": "pr-56" + }, + "pr-64": { + "prefix": "pr-64", + "body": ["padding-right: 16rem;", ""], + "description": "pr-64" + }, + "pr-px": { + "prefix": "pr-px", + "body": ["padding-right: 1px;", ""], + "description": "pr-px" + }, + + "pb-0": { + "prefix": "pb-0", + "body": ["padding-bottom: 0;", ""], + "description": "pb-0" + }, + "pb-1": { + "prefix": "pb-1", + "body": ["padding-bottom: 0.25rem;", ""], + "description": "pb-1" + }, + "pb-2": { + "prefix": "pb-2", + "body": ["padding-bottom: 0.5rem;", ""], + "description": "pb-2" + }, + "pb-3": { + "prefix": "pb-3", + "body": ["padding-bottom: 0.75rem;", ""], + "description": "pb-3" + }, + "pb-4": { + "prefix": "pb-4", + "body": ["padding-bottom: 1rem;", ""], + "description": "pb-4" + }, + "pb-5": { + "prefix": "pb-5", + "body": ["padding-bottom: 1.25rem;", ""], + "description": "pb-5" + }, + "pb-6": { + "prefix": "pb-6", + "body": ["padding-bottom: 1.5rem;", ""], + "description": "pb-6" + }, + "pb-8": { + "prefix": "pb-8", + "body": ["padding-bottom: 2rem;", ""], + "description": "pb-8" + }, + "pb-10": { + "prefix": "pb-10", + "body": ["padding-bottom: 2.5rem;", ""], + "description": "pb-10" + }, + "pb-12": { + "prefix": "pb-12", + "body": ["padding-bottom: 3rem;", ""], + "description": "pb-12" + }, + "pb-16": { + "prefix": "pb-16", + "body": ["padding-bottom: 4rem;", ""], + "description": "pb-16" + }, + "pb-20": { + "prefix": "pb-20", + "body": ["padding-bottom: 5rem;", ""], + "description": "pb-20" + }, + "pb-24": { + "prefix": "pb-24", + "body": ["padding-bottom: 6rem;", ""], + "description": "pb-24" + }, + "pb-32": { + "prefix": "pb-32", + "body": ["padding-bottom: 8rem;", ""], + "description": "pb-32" + }, + "pb-40": { + "prefix": "pb-40", + "body": ["padding-bottom: 10rem;", ""], + "description": "pb-40" + }, + "pb-48": { + "prefix": "pb-48", + "body": ["padding-bottom: 12rem;", ""], + "description": "pb-48" + }, + "pb-56": { + "prefix": "pb-56", + "body": ["padding-bottom: 14rem;", ""], + "description": "pb-56" + }, + "pb-64": { + "prefix": "pb-64", + "body": ["padding-bottom: 16rem;", ""], + "description": "pb-64" + }, + "pb-px": { + "prefix": "pb-px", + "body": ["padding-bottom: 1px;", ""], + "description": "pb-px" + }, + + "pt-0": { + "prefix": "pt-0", + "body": ["padding-top: 0;", ""], + "description": "pt-0" + }, + "pt-1": { + "prefix": "pt-1", + "body": ["padding-top: 0.25rem;", ""], + "description": "pt-1" + }, + "pt-2": { + "prefix": "pt-2", + "body": ["padding-top: 0.5rem;", ""], + "description": "pt-2" + }, + "pt-3": { + "prefix": "pt-3", + "body": ["padding-top: 0.75rem;", ""], + "description": "pt-3" + }, + "pt-4": { + "prefix": "pt-4", + "body": ["padding-top: 1rem;", ""], + "description": "pt-4" + }, + "pt-5": { + "prefix": "pt-5", + "body": ["padding-top: 1.25rem;", ""], + "description": "pt-5" + }, + "pt-6": { + "prefix": "pt-6", + "body": ["padding-top: 1.5rem;", ""], + "description": "pt-6" + }, + "pt-8": { + "prefix": "pt-8", + "body": ["padding-top: 2rem;", ""], + "description": "pt-8" + }, + "pt-10": { + "prefix": "pt-10", + "body": ["padding-top: 2.5rem;", ""], + "description": "pt-10" + }, + "pt-12": { + "prefix": "pt-12", + "body": ["padding-top: 3rem;", ""], + "description": "pt-12" + }, + "pt-16": { + "prefix": "pt-16", + "body": ["padding-top: 4rem;", ""], + "description": "pt-16" + }, + "pt-20": { + "prefix": "pt-20", + "body": ["padding-top: 5rem;", ""], + "description": "pt-20" + }, + "pt-24": { + "prefix": "pt-24", + "body": ["padding-top: 6rem;", ""], + "description": "pt-24" + }, + "pt-32": { + "prefix": "pt-32", + "body": ["padding-top: 8rem;", ""], + "description": "pt-32" + }, + "pt-40": { + "prefix": "pt-40", + "body": ["padding-top: 10rem;", ""], + "description": "pt-40" + }, + "pt-48": { + "prefix": "pt-48", + "body": ["padding-top: 12rem;", ""], + "description": "pt-48" + }, + "pt-56": { + "prefix": "pt-56", + "body": ["padding-top: 14rem;", ""], + "description": "pt-56" + }, + "pt-64": { + "prefix": "pt-64", + "body": ["padding-top: 16rem;", ""], + "description": "pt-64" + }, + "pt-px": { + "prefix": "pt-px", + "body": ["padding-top: 1px;", ""], + "description": "pt-px" + }, + + "pl-0": { + "prefix": "pl-0", + "body": ["padding-left: 0;", ""], + "description": "pl-0" + }, + "pl-1": { + "prefix": "pl-1", + "body": ["padding-left: 0.25rem;", ""], + "description": "pl-1" + }, + "pl-2": { + "prefix": "pl-2", + "body": ["padding-left: 0.5rem;", ""], + "description": "pl-2" + }, + "pl-3": { + "prefix": "pl-3", + "body": ["padding-left: 0.75rem;", ""], + "description": "pl-3" + }, + "pl-4": { + "prefix": "pl-4", + "body": ["padding-left: 1rem;", ""], + "description": "pl-4" + }, + "pl-5": { + "prefix": "pl-5", + "body": ["padding-left: 1.25rem;", ""], + "description": "pl-5" + }, + "pl-6": { + "prefix": "pl-6", + "body": ["padding-left: 1.5rem;", ""], + "description": "pl-6" + }, + "pl-8": { + "prefix": "pl-8", + "body": ["padding-left: 2rem;", ""], + "description": "pl-8" + }, + "pl-10": { + "prefix": "pl-10", + "body": ["padding-left: 2.5rem;", ""], + "description": "pl-10" + }, + "pl-12": { + "prefix": "pl-12", + "body": ["padding-left: 3rem;", ""], + "description": "pl-12" + }, + "pl-16": { + "prefix": "pl-16", + "body": ["padding-left: 4rem;", ""], + "description": "pl-16" + }, + "pl-20": { + "prefix": "pl-20", + "body": ["padding-left: 5rem;", ""], + "description": "pl-20" + }, + "pl-24": { + "prefix": "pl-24", + "body": ["padding-left: 6rem;", ""], + "description": "pl-24" + }, + "pl-32": { + "prefix": "pl-32", + "body": ["padding-left: 8rem;", ""], + "description": "pl-32" + }, + "pl-40": { + "prefix": "pl-40", + "body": ["padding-left: 10rem;", ""], + "description": "pl-40" + }, + "pl-48": { + "prefix": "pl-48", + "body": ["padding-left: 12rem;", ""], + "description": "pl-48" + }, + "pl-56": { + "prefix": "pl-56", + "body": ["padding-left: 14rem;", ""], + "description": "pl-56" + }, + "pl-64": { + "prefix": "pl-64", + "body": ["padding-left: 16rem;", ""], + "description": "pl-64" + }, + "pl-px": { + "prefix": "pl-px", + "body": ["padding-left: 1px;", ""], + "description": "pl-px" + }, + + "py-0": { + "prefix": "py-0", + "body": ["padding-top: 0;", "padding-bottom: 0;", ""], + "description": "py-0" + }, + "py-1": { + "prefix": "py-1", + "body": ["padding-top: 0.25rem;", "padding-bottom: 0.25rem;", ""], + "description": "py-1" + }, + "py-2": { + "prefix": "py-2", + "body": ["padding-top: 0.5rem;", "padding-bottom: 0.5rem;", ""], + "description": "py-2" + }, + "py-3": { + "prefix": "py-3", + "body": ["padding-top: 0.75rem;", "padding-bottom: 0.75rem;", ""], + "description": "py-3" + }, + "py-4": { + "prefix": "py-4", + "body": ["padding-top: 1rem;", "padding-bottom: 1rem;", ""], + "description": "py-4" + }, + "py-5": { + "prefix": "py-5", + "body": ["padding-top: 1.25rem;", "padding-bottom: 1.25rem;", ""], + "description": "py-5" + }, + "py-6": { + "prefix": "py-6", + "body": ["padding-top: 1.5rem;", "padding-bottom: 1.5rem;", ""], + "description": "py-6" + }, + "py-8": { + "prefix": "py-8", + "body": ["padding-top: 2rem;", "padding-bottom: 2rem;", ""], + "description": "py-8" + }, + "py-10": { + "prefix": "py-10", + "body": ["padding-top: 2.5rem;", "padding-bottom: 2.5rem;", ""], + "description": "py-10" + }, + "py-12": { + "prefix": "py-12", + "body": ["padding-top: 3rem;", "padding-bottom: 3rem;", ""], + "description": "py-12" + }, + "py-16": { + "prefix": "py-16", + "body": ["padding-top: 4rem;", "padding-bottom: 4rem;", ""], + "description": "py-16" + }, + "py-20": { + "prefix": "py-20", + "body": ["padding-top: 5rem;", "padding-bottom: 5rem;", ""], + "description": "py-20" + }, + "py-24": { + "prefix": "py-24", + "body": ["padding-top: 6rem;", "padding-bottom: 6rem;", ""], + "description": "py-24" + }, + "py-32": { + "prefix": "py-32", + "body": ["padding-top: 8rem;", "padding-bottom: 8rem;", ""], + "description": "py-32" + }, + "py-40": { + "prefix": "py-40", + "body": ["padding-top: 10rem;", "padding-bottom: 10rem;", ""], + "description": "py-40" + }, + "py-48": { + "prefix": "py-48", + "body": ["padding-top: 12rem;", "padding-bottom: 12rem;", ""], + "description": "py-48" + }, + "py-56": { + "prefix": "py-56", + "body": ["padding-top: 14rem;", "padding-bottom: 14rem;", ""], + "description": "py-56" + }, + "py-64": { + "prefix": "py-64", + "body": ["padding-top: 16rem;", "padding-bottom: 16rem;", ""], + "description": "py-64" + }, + "py-px": { + "prefix": "py-px", + "body": ["padding-top: 1px;", "padding-bottom: 1px;", ""], + "description": "py-px" + }, + + "px-0": { + "prefix": "px-0", + "body": ["padding-right: 0;", "padding-left: 0;", ""], + "description": "px-0" + }, + "px-1": { + "prefix": "px-1", + "body": ["padding-right: 0.25rem;", "padding-left: 0.25rem;", ""], + "description": "px-1" + }, + "px-2": { + "prefix": "px-2", + "body": ["padding-right: 0.5rem;", "padding-left: 0.5rem;", ""], + "description": "px-2" + }, + "px-3": { + "prefix": "px-3", + "body": ["padding-right: 0.75rem;", "padding-left: 0.75rem;", ""], + "description": "px-3" + }, + "px-4": { + "prefix": "px-4", + "body": ["padding-right: 1rem;", "padding-left: 1rem;", ""], + "description": "px-4" + }, + "px-5": { + "prefix": "px-5", + "body": ["padding-right: 1.25rem;", "padding-left: 1.25rem;", ""], + "description": "px-5" + }, + "px-6": { + "prefix": "px-6", + "body": ["padding-right: 1.5rem;", "padding-left: 1.5rem;", ""], + "description": "px-6" + }, + "px-8": { + "prefix": "px-8", + "body": ["padding-right: 2rem;", "padding-left: 2rem;", ""], + "description": "px-8" + }, + "px-10": { + "prefix": "px-10", + "body": ["padding-right: 2.5rem;", "padding-left: 2.5rem;", ""], + "description": "px-10" + }, + "px-12": { + "prefix": "px-12", + "body": ["padding-right: 3rem;", "padding-left: 3rem;", ""], + "description": "px-12" + }, + "px-16": { + "prefix": "px-16", + "body": ["padding-right: 4rem;", "padding-left: 4rem;", ""], + "description": "px-16" + }, + "px-20": { + "prefix": "px-20", + "body": ["padding-right: 5rem;", "padding-left: 5rem;", ""], + "description": "px-20" + }, + "px-24": { + "prefix": "px-24", + "body": ["padding-right: 6rem;", "padding-left: 6rem;", ""], + "description": "px-24" + }, + "px-32": { + "prefix": "px-32", + "body": ["padding-right: 8rem;", "padding-left: 8rem;", ""], + "description": "px-32" + }, + "px-40": { + "prefix": "px-40", + "body": ["padding-right: 10rem;", "padding-left: 10rem;", ""], + "description": "px-40" + }, + "px-48": { + "prefix": "px-48", + "body": ["padding-right: 12rem;", "padding-left: 12rem;", ""], + "description": "px-48" + }, + "px-56": { + "prefix": "px-56", + "body": ["padding-right: 14rem;", "padding-left: 14rem;", ""], + "description": "px-56" + }, + "px-64": { + "prefix": "px-64", + "body": ["padding-right: 16rem;", "padding-left: 16rem;", ""], + "description": "px-64" + }, + "px-px": { + "prefix": "px-px", + "body": ["padding-right: 1px;", "padding-left: 1px;", ""], + "description": "px-px" + } +} diff --git a/snippets/tailwind/spacing/space-between.json b/snippets/tailwind/spacing/space-between.json new file mode 100644 index 0000000..6565660 --- /dev/null +++ b/snippets/tailwind/spacing/space-between.json @@ -0,0 +1,1625 @@ +{ + "space-x-0": { + "prefix": "space-x-0", + "body": [".${1:classname} > * + * {", " margin-left: 0;", "}", "", "${0}"], + "description": "space-x-0" + }, + "space-x-1": { + "prefix": "space-x-1", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 0.25rem;", + "}", + "", + "${0}" + ], + "description": "space-x-1" + }, + "space-x-2": { + "prefix": "space-x-2", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 0.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-2" + }, + "space-x-3": { + "prefix": "space-x-3", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 0.75rem;", + "}", + "", + "${0}" + ], + "description": "space-x-3" + }, + "space-x-4": { + "prefix": "space-x-4", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 1rem;", + "}", + "", + "${0}" + ], + "description": "space-x-4" + }, + "space-x-5": { + "prefix": "space-x-5", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 1.25rem;", + "}", + "", + "${0}" + ], + "description": "space-x-5" + }, + "space-x-6": { + "prefix": "space-x-6", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 1.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-6" + }, + "space-x-8": { + "prefix": "space-x-8", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 2rem;", + "}", + "", + "${0}" + ], + "description": "space-x-8" + }, + "space-x-10": { + "prefix": "space-x-10", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 2.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-10" + }, + "space-x-12": { + "prefix": "space-x-12", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 3rem;", + "}", + "", + "${0}" + ], + "description": "space-x-12" + }, + "space-x-16": { + "prefix": "space-x-16", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 4rem;", + "}", + "", + "${0}" + ], + "description": "space-x-16" + }, + "space-x-20": { + "prefix": "space-x-20", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-20" + }, + "space-x-24": { + "prefix": "space-x-24", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 6rem;", + "}", + "", + "${0}" + ], + "description": "space-x-24" + }, + "space-x-32": { + "prefix": "space-x-32", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 8rem;", + "}", + "", + "${0}" + ], + "description": "space-x-32" + }, + "space-x-40": { + "prefix": "space-x-40", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 10rem;", + "}", + "", + "${0}" + ], + "description": "space-x-40" + }, + "space-x-48": { + "prefix": "space-x-48", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 12rem;", + "}", + "", + "${0}" + ], + "description": "space-x-48" + }, + "space-x-56": { + "prefix": "space-x-56", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 14rem;", + "}", + "", + "${0}" + ], + "description": "space-x-56" + }, + "space-x-64": { + "prefix": "space-x-64", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 16rem;", + "}", + "", + "${0}" + ], + "description": "space-x-64" + }, + "space-x-px": { + "prefix": "space-x-px", + "body": [ + ".${1:classname} > * + * {", + " margin-left: 1px;", + "}", + "", + "${0}" + ], + "description": "space-x-px" + }, + + "-space-x-1": { + "prefix": "-space-x-1", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -0.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-1" + }, + "-space-x-2": { + "prefix": "-space-x-2", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -0.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-2" + }, + "-space-x-3": { + "prefix": "-space-x-3", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -0.75rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-3" + }, + "-space-x-4": { + "prefix": "-space-x-4", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -1rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-4" + }, + "-space-x-5": { + "prefix": "-space-x-5", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -1.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-5" + }, + "-space-x-6": { + "prefix": "-space-x-6", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -1.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-6" + }, + "-space-x-8": { + "prefix": "-space-x-8", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -2rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-8" + }, + "-space-x-10": { + "prefix": "-space-x-10", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -2.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-10" + }, + "-space-x-12": { + "prefix": "-space-x-12", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -3rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-12" + }, + "-space-x-16": { + "prefix": "-space-x-16", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -4rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-16" + }, + "-space-x-20": { + "prefix": "-space-x-20", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-20" + }, + "-space-x-24": { + "prefix": "-space-x-24", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -6rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-24" + }, + "-space-x-32": { + "prefix": "-space-x-32", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -8rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-32" + }, + "-space-x-40": { + "prefix": "-space-x-40", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -10rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-40" + }, + "-space-x-48": { + "prefix": "-space-x-48", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -12rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-48" + }, + "-space-x-56": { + "prefix": "-space-x-56", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -14rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-56" + }, + "-space-x-64": { + "prefix": "-space-x-64", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -16rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-64" + }, + "-space-x-px": { + "prefix": "-space-x-px", + "body": [ + ".${1:classname} > * + * {", + " margin-left: -1px;", + "}", + "", + "${0}" + ], + "description": "-space-x-px" + }, + + "space-y-0": { + "prefix": "space-y-0", + "body": [".${1:classname} > * + * {", " margin-top: 0;", "}", "", "${0}"], + "description": "space-y-0" + }, + "space-y-1": { + "prefix": "space-y-1", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 0.25rem;", + "}", + "", + "${0}" + ], + "description": "space-y-1" + }, + "space-y-2": { + "prefix": "space-y-2", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 0.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-2" + }, + "space-y-3": { + "prefix": "space-y-3", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 0.75rem;", + "}", + "", + "${0}" + ], + "description": "space-y-3" + }, + "space-y-4": { + "prefix": "space-y-4", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 1rem;", + "}", + "", + "${0}" + ], + "description": "space-y-4" + }, + "space-y-5": { + "prefix": "space-y-5", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 1.25rem;", + "}", + "", + "${0}" + ], + "description": "space-y-5" + }, + "space-y-6": { + "prefix": "space-y-6", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 1.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-6" + }, + "space-y-8": { + "prefix": "space-y-8", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 2rem;", + "}", + "", + "${0}" + ], + "description": "space-y-8" + }, + "space-y-10": { + "prefix": "space-y-10", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 2.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-10" + }, + "space-y-12": { + "prefix": "space-y-12", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 3rem;", + "}", + "", + "${0}" + ], + "description": "space-y-12" + }, + "space-y-16": { + "prefix": "space-y-16", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 4rem;", + "}", + "", + "${0}" + ], + "description": "space-y-16" + }, + "space-y-20": { + "prefix": "space-y-20", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-20" + }, + "space-y-24": { + "prefix": "space-y-24", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 6rem;", + "}", + "", + "${0}" + ], + "description": "space-y-24" + }, + "space-y-32": { + "prefix": "space-y-32", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 8rem;", + "}", + "", + "${0}" + ], + "description": "space-y-32" + }, + "space-y-40": { + "prefix": "space-y-40", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 10rem;", + "}", + "", + "${0}" + ], + "description": "space-y-40" + }, + "space-y-48": { + "prefix": "space-y-48", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 12rem;", + "}", + "", + "${0}" + ], + "description": "space-y-48" + }, + "space-y-56": { + "prefix": "space-y-56", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 14rem;", + "}", + "", + "${0}" + ], + "description": "space-y-56" + }, + "space-y-64": { + "prefix": "space-y-64", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 16rem;", + "}", + "", + "${0}" + ], + "description": "space-y-64" + }, + "space-y-px": { + "prefix": "space-y-px", + "body": [ + ".${1:classname} > * + * {", + " margin-top: 1px;", + "}", + "", + "${0}" + ], + "description": "space-y-px" + }, + + "-space-y-1": { + "prefix": "-space-y-1", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -0.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-1" + }, + "-space-y-2": { + "prefix": "-space-y-2", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -0.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-2" + }, + "-space-y-3": { + "prefix": "-space-y-3", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -0.75rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-3" + }, + "-space-y-4": { + "prefix": "-space-y-4", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -1rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-4" + }, + "-space-y-5": { + "prefix": "-space-y-5", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -1.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-5" + }, + "-space-y-6": { + "prefix": "-space-y-6", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -1.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-6" + }, + "-space-y-8": { + "prefix": "-space-y-8", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -2rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-8" + }, + "-space-y-10": { + "prefix": "-space-y-10", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -2.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-10" + }, + "-space-y-12": { + "prefix": "-space-y-12", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -3rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-12" + }, + "-space-y-16": { + "prefix": "-space-y-16", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -4rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-16" + }, + "-space-y-20": { + "prefix": "-space-y-20", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-20" + }, + "-space-y-24": { + "prefix": "-space-y-24", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -6rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-24" + }, + "-space-y-32": { + "prefix": "-space-y-32", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -8rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-32" + }, + "-space-y-40": { + "prefix": "-space-y-40", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -10rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-40" + }, + "-space-y-48": { + "prefix": "-space-y-48", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -12rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-48" + }, + "-space-y-56": { + "prefix": "-space-y-56", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -14rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-56" + }, + "-space-y-64": { + "prefix": "-space-y-64", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -16rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-64" + }, + "-space-y-px": { + "prefix": "-space-y-px", + "body": [ + ".${1:classname} > * + * {", + " margin-top: -1px;", + "}", + "", + "${0}" + ], + "description": "-space-y-px" + }, + + "space-x-reverse-0": { + "prefix": "space-x-reverse-0", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 0;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-0" + }, + "space-x-reverse-1": { + "prefix": "space-x-reverse-1", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 0.25rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-1" + }, + "space-x-reverse-2": { + "prefix": "space-x-reverse-2", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 0.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-2" + }, + "space-x-reverse-3": { + "prefix": "space-x-reverse-3", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 0.75rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-3" + }, + "space-x-reverse-4": { + "prefix": "space-x-reverse-4", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 1rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-4" + }, + "space-x-reverse-5": { + "prefix": "space-x-reverse-5", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 1.25rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-5" + }, + "space-x-reverse-6": { + "prefix": "space-x-reverse-6", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 1.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-6" + }, + "space-x-reverse-8": { + "prefix": "space-x-reverse-8", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 2rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-8" + }, + "space-x-reverse-10": { + "prefix": "space-x-reverse-10", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 2.5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-10" + }, + "space-x-reverse-12": { + "prefix": "space-x-reverse-12", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 3rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-12" + }, + "space-x-reverse-16": { + "prefix": "space-x-reverse-16", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 4rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-16" + }, + "space-x-reverse-20": { + "prefix": "space-x-reverse-20", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 5rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-20" + }, + "space-x-reverse-24": { + "prefix": "space-x-reverse-24", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 6rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-24" + }, + "space-x-reverse-32": { + "prefix": "space-x-reverse-32", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 8rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-32" + }, + "space-x-reverse-40": { + "prefix": "space-x-reverse-40", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 10rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-40" + }, + "space-x-reverse-48": { + "prefix": "space-x-reverse-48", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 12rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-48" + }, + "space-x-reverse-56": { + "prefix": "space-x-reverse-56", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 14rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-56" + }, + "space-x-reverse-64": { + "prefix": "space-x-reverse-64", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 16rem;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-64" + }, + "space-x-reverse-px": { + "prefix": "space-x-reverse-px", + "body": [ + ".${1:classname} > * + * {", + " margin-right: 1px;", + "}", + "", + "${0}" + ], + "description": "space-x-reverse-px" + }, + + "-space-x-reverse-1": { + "prefix": "-space-x-reverse-1", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -0.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-1" + }, + "-space-x-reverse-2": { + "prefix": "-space-x-reverse-2", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -0.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-2" + }, + "-space-x-reverse-3": { + "prefix": "-space-x-reverse-3", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -0.75rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-3" + }, + "-space-x-reverse-4": { + "prefix": "-space-x-reverse-4", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -1rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-4" + }, + "-space-x-reverse-5": { + "prefix": "-space-x-reverse-5", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -1.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-5" + }, + "-space-x-reverse-6": { + "prefix": "-space-x-reverse-6", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -1.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-6" + }, + "-space-x-reverse-8": { + "prefix": "-space-x-reverse-8", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -2rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-8" + }, + "-space-x-reverse-10": { + "prefix": "-space-x-reverse-10", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -2.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-10" + }, + "-space-x-reverse-12": { + "prefix": "-space-x-reverse-12", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -3rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-12" + }, + "-space-x-reverse-16": { + "prefix": "-space-x-reverse-16", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -4rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-16" + }, + "-space-x-reverse-20": { + "prefix": "-space-x-reverse-20", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -5rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-20" + }, + "-space-x-reverse-24": { + "prefix": "-space-x-reverse-24", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -6rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-24" + }, + "-space-x-reverse-32": { + "prefix": "-space-x-reverse-32", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -8rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-32" + }, + "-space-x-reverse-40": { + "prefix": "-space-x-reverse-40", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -10rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-40" + }, + "-space-x-reverse-48": { + "prefix": "-space-x-reverse-48", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -12rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-48" + }, + "-space-x-reverse-56": { + "prefix": "-space-x-reverse-56", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -14rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-56" + }, + "-space-x-reverse-64": { + "prefix": "-space-x-reverse-64", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -16rem;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-64" + }, + "-space-x-reverse-px": { + "prefix": "-space-x-reverse-px", + "body": [ + ".${1:classname} > * + * {", + " margin-right: -1px;", + "}", + "", + "${0}" + ], + "description": "-space-x-reverse-px" + }, + + "space-y-reverse-0": { + "prefix": "space-y-reverse-0", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 0;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-0" + }, + "space-y-reverse-1": { + "prefix": "space-y-reverse-1", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 0.25rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-1" + }, + "space-y-reverse-2": { + "prefix": "space-y-reverse-2", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 0.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-2" + }, + "space-y-reverse-3": { + "prefix": "space-y-reverse-3", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 0.75rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-3" + }, + "space-y-reverse-4": { + "prefix": "space-y-reverse-4", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 1rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-4" + }, + "space-y-reverse-5": { + "prefix": "space-y-reverse-5", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 1.25rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-5" + }, + "space-y-reverse-6": { + "prefix": "space-y-reverse-6", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 1.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-6" + }, + "space-y-reverse-8": { + "prefix": "space-y-reverse-8", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 2rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-8" + }, + "space-y-reverse-10": { + "prefix": "space-y-reverse-10", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 2.5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-10" + }, + "space-y-reverse-12": { + "prefix": "space-y-reverse-12", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 3rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-12" + }, + "space-y-reverse-16": { + "prefix": "space-y-reverse-16", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 4rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-16" + }, + "space-y-reverse-20": { + "prefix": "space-y-reverse-20", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 5rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-20" + }, + "space-y-reverse-24": { + "prefix": "space-y-reverse-24", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 6rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-24" + }, + "space-y-reverse-32": { + "prefix": "space-y-reverse-32", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 8rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-32" + }, + "space-y-reverse-40": { + "prefix": "space-y-reverse-40", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 10rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-40" + }, + "space-y-reverse-48": { + "prefix": "space-y-reverse-48", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 12rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-48" + }, + "space-y-reverse-56": { + "prefix": "space-y-reverse-56", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 14rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-56" + }, + "space-y-reverse-64": { + "prefix": "space-y-reverse-64", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 16rem;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-64" + }, + "space-y-reverse-px": { + "prefix": "space-y-reverse-px", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: 1px;", + "}", + "", + "${0}" + ], + "description": "space-y-reverse-px" + }, + + "-space-y-reverse-1": { + "prefix": "-space-y-reverse-1", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -0.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-1" + }, + "-space-y-reverse-2": { + "prefix": "-space-y-reverse-2", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -0.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-2" + }, + "-space-y-reverse-3": { + "prefix": "-space-y-reverse-3", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -0.75rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-3" + }, + "-space-y-reverse-4": { + "prefix": "-space-y-reverse-4", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -1rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-4" + }, + "-space-y-reverse-5": { + "prefix": "-space-y-reverse-5", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -1.25rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-5" + }, + "-space-y-reverse-6": { + "prefix": "-space-y-reverse-6", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -1.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-6" + }, + "-space-y-reverse-8": { + "prefix": "-space-y-reverse-8", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -2rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-8" + }, + "-space-y-reverse-10": { + "prefix": "-space-y-reverse-10", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -2.5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-10" + }, + "-space-y-reverse-12": { + "prefix": "-space-y-reverse-12", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -3rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-12" + }, + "-space-y-reverse-16": { + "prefix": "-space-y-reverse-16", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -4rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-16" + }, + "-space-y-reverse-20": { + "prefix": "-space-y-reverse-20", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -5rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-20" + }, + "-space-y-reverse-24": { + "prefix": "-space-y-reverse-24", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -6rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-24" + }, + "-space-y-reverse-32": { + "prefix": "-space-y-reverse-32", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -8rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-32" + }, + "-space-y-reverse-40": { + "prefix": "-space-y-reverse-40", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -10rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-40" + }, + "-space-y-reverse-48": { + "prefix": "-space-y-reverse-48", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -12rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-48" + }, + "-space-y-reverse-56": { + "prefix": "-space-y-reverse-56", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -14rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-56" + }, + "-space-y-reverse-64": { + "prefix": "-space-y-reverse-64", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -16rem;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-64" + }, + "-space-y-reverse-px": { + "prefix": "-space-y-reverse-px", + "body": [ + ".${1:classname} > * + * {", + " margin-bottom: -1px;", + "}", + "", + "${0}" + ], + "description": "-space-y-reverse-px" + } +} diff --git a/yarn.lock b/yarn.lock index b9beaec..f28b57a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,78 +23,96 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/runtime@^7.9.6": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" - integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== +"@babel/runtime@^7.11.2": + version "7.11.2" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" + integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== dependencies: regenerator-runtime "^0.13.4" -"@commitlint/cli@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-9.1.1.tgz#24277e6c1e616191a34a7182a1d3e73369a34f98" - integrity sha512-ye9vUZz8Niv77e5ecBWnA2PnuPF+vYy/3BfSZx8sEaNjozJWUolTk/fuqTsoij3bseZBVObd+cVqZgGk8lfEdw== - dependencies: - "@babel/runtime" "^7.9.6" - "@commitlint/format" "^9.1.1" - "@commitlint/lint" "^9.1.1" - "@commitlint/load" "^9.1.1" - "@commitlint/read" "^9.1.1" +"@commitlint/cli@11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3" + integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g== + dependencies: + "@babel/runtime" "^7.11.2" + "@commitlint/format" "^11.0.0" + "@commitlint/lint" "^11.0.0" + "@commitlint/load" "^11.0.0" + "@commitlint/read" "^11.0.0" chalk "4.1.0" core-js "^3.6.1" - get-stdin "7.0.0" - lodash "^4.17.15" - meow "5.0.0" - regenerator-runtime "0.13.5" + get-stdin "8.0.0" + lodash "^4.17.19" resolve-from "5.0.0" resolve-global "1.0.0" + yargs "^15.1.0" -"@commitlint/config-conventional@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.1.1.tgz#c10e6ff8e56bd462fa33e17522b0f98da97daa39" - integrity sha512-t/bvv8ofjj7V4W99eVDyuACaC7Ch4SYaukglBYt/K1Y9Ixg8mCBuFDMGRMhyZn4upUe1ls8l4SO3rjaVbYIjlg== +"@commitlint/config-conventional@11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" + integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA== dependencies: - conventional-changelog-conventionalcommits "4.3.0" + conventional-changelog-conventionalcommits "^4.3.1" -"@commitlint/ensure@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-9.1.1.tgz#0143f2c34a27fcd7fb91b7a5029de84a0f416b93" - integrity sha512-dCvev16s7pTqM3Qka8WkWkjZ0lKu3cZ8q+EK34gXR90v7rkssVbPvbyttTfTWTvmQTqZY1zNkvMqbOc8V7pXwA== +"@commitlint/ensure@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-11.0.0.tgz#3e796b968ab5b72bc6f8a6040076406306c987fb" + integrity sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug== dependencies: - "@commitlint/types" "^9.1.1" - lodash "^4.17.15" + "@commitlint/types" "^11.0.0" + lodash "^4.17.19" + +"@commitlint/execute-rule@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d" + integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ== "@commitlint/execute-rule@^9.1.1": version "9.1.1" resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-9.1.1.tgz#59bfe018d85545881e4bd1a47f9cd155b2df4c2c" integrity sha512-kCncHMXfVDfmUx1NExl7T+s7udAWEOh039DFGR9R5MWoy+zm2cJsCdsbWFFuNbcPWCKor57ywdIUN2t048P6Yg== -"@commitlint/format@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-9.1.1.tgz#a1a48bcdcaca304ff33d40bbf2b787600e47082e" - integrity sha512-CLVXltSA8U7Sr+8ad1hBCFFL5GSdVWZsFgttt1hNT6CiOtPHV9e3AeWK0TACFcXWIl+iFKdRNfNrYM77RBJN0A== +"@commitlint/format@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b" + integrity sha512-bpBLWmG0wfZH/svzqD1hsGTpm79TKJWcf6EXZllh2J/LSSYKxGlv967lpw0hNojme0sZd4a/97R3qA2QHWWSLg== dependencies: + "@commitlint/types" "^11.0.0" chalk "^4.0.0" -"@commitlint/is-ignored@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-9.1.1.tgz#1f2683897dab03ec00d363486b4b439791a86927" - integrity sha512-A2ernvkAIfkGh53cNSuuMlTVZyJ58BYbkUw8h34pG0uS/GDteUyh7K3hgRqMmrwoL/DNBEp5earRM6nBYgLX1Q== +"@commitlint/is-ignored@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz#7b803eda56276dbe7fec51eb1510676198468f39" + integrity sha512-VLHOUBN+sOlkYC4tGuzE41yNPO2w09sQnOpfS+pSPnBFkNUUHawEuA44PLHtDvQgVuYrMAmSWFQpWabMoP5/Xg== dependencies: - "@commitlint/types" "^9.1.1" + "@commitlint/types" "^11.0.0" semver "7.3.2" -"@commitlint/lint@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-9.1.1.tgz#c947a1b1a68213488450a4c4ce047e46a45c4699" - integrity sha512-2g2OL8J5dfzH3VY004i506DmRbCJR1W49JbYsTGuTAv1y9f0s8ocV2Wbfh7WJ8YZQabSHXTMZFQJjsvMQ+b0Hw== +"@commitlint/lint@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-11.0.0.tgz#01e062cd1b0e7c3d756aa2c246462e0b6a3348a4" + integrity sha512-Q8IIqGIHfwKr8ecVZyYh6NtXFmKw4YSEWEr2GJTB/fTZXgaOGtGFZDWOesCZllQ63f1s/oWJYtVv5RAEuwN8BQ== dependencies: - "@commitlint/is-ignored" "^9.1.1" - "@commitlint/parse" "^9.1.1" - "@commitlint/rules" "^9.1.1" - "@commitlint/types" "^9.1.1" + "@commitlint/is-ignored" "^11.0.0" + "@commitlint/parse" "^11.0.0" + "@commitlint/rules" "^11.0.0" + "@commitlint/types" "^11.0.0" + +"@commitlint/load@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211" + integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg== + dependencies: + "@commitlint/execute-rule" "^11.0.0" + "@commitlint/resolve-extends" "^11.0.0" + "@commitlint/types" "^11.0.0" + chalk "4.1.0" + cosmiconfig "^7.0.0" + lodash "^4.17.19" + resolve-from "^5.0.0" -"@commitlint/load@^9.0.1", "@commitlint/load@^9.1.1": +"@commitlint/load@^9.0.1": version "9.1.1" resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-9.1.1.tgz#8b1580ab821729bbe197e95f960e7cee966402ae" integrity sha512-RCIX44M8nq3bW98vuxA6C2rM0wAnZlneFls2OVi5l2BvD/rsQ2R9CZYwPt/MYU6RbwMmlGhkuHdScwK6pJeUqA== @@ -107,28 +125,38 @@ lodash "^4.17.15" resolve-from "^5.0.0" -"@commitlint/message@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-9.1.1.tgz#7621e8f194d676d7d747bfdda49c00ca4d1572df" - integrity sha512-52Li4BNSY55I0fAq1s8cnxIK9Jneozdh4oonLlDzqWvgFq8znsHb9LWmi46K0bsCQT3CRUnMU+GPnikghIMRKQ== +"@commitlint/message@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05" + integrity sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA== -"@commitlint/parse@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-9.1.1.tgz#ec2b9527eb42725591976bedbed5bccfcde529bd" - integrity sha512-WxvsEi7sMBh8vynamTiHvUOsPOUZ5308pi0gJ5q+DnLY+JPx0Bbxdho9pjyVc3S0bymPCbOrk2gTIbmaTokIRQ== +"@commitlint/parse@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-11.0.0.tgz#d18b08cf67c35d02115207d7009306a2e8e7c901" + integrity sha512-DekKQAIYWAXIcyAZ6/PDBJylWJ1BROTfDIzr9PMVxZRxBPc1gW2TG8fLgjZfBP5mc0cuthPkVi91KQQKGri/7A== dependencies: conventional-changelog-angular "^5.0.0" conventional-commits-parser "^3.0.0" -"@commitlint/read@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-9.1.1.tgz#de20c32e9f7020ecaf1601c5e06a83c74464b161" - integrity sha512-cg75klW1WNBAJZABxacf2FhxAlP0di7xs/wuTqPNq0OTpblhY5s2BoS7eO0UlQi1K14Unx7b9+Sb7sjuE9Viyw== +"@commitlint/read@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-11.0.0.tgz#f24240548c63587bba139fa5a364cab926077016" + integrity sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g== dependencies: - "@commitlint/top-level" "^9.1.1" - fs-extra "^8.1.0" + "@commitlint/top-level" "^11.0.0" + fs-extra "^9.0.0" git-raw-commits "^2.0.0" +"@commitlint/resolve-extends@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz#158ecbe27d4a2a51d426111a01478e216fbb1036" + integrity sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw== + dependencies: + import-fresh "^3.0.0" + lodash "^4.17.19" + resolve-from "^5.0.0" + resolve-global "^1.0.0" + "@commitlint/resolve-extends@^9.1.1": version "9.1.1" resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-9.1.1.tgz#8ce703fcd2426ab1f5449906442267e18c995430" @@ -139,33 +167,54 @@ resolve-from "^5.0.0" resolve-global "^1.0.0" -"@commitlint/rules@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-9.1.1.tgz#21165c9dc8621a52fa57eec9a66e01c83ec58f90" - integrity sha512-QicTJ9v4g8WbJ71gu2ypvbdEP6Q+cJYlLPrb6ilNhtOMCyn6ndXSlCMpcQNw84d9ORyd28okzhDZZBSqX5hslg== +"@commitlint/rules@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375" + integrity sha512-2hD9y9Ep5ZfoNxDDPkQadd2jJeocrwC4vJ98I0g8pNYn/W8hS9+/FuNpolREHN8PhmexXbkjrwyQrWbuC0DVaA== dependencies: - "@commitlint/ensure" "^9.1.1" - "@commitlint/message" "^9.1.1" - "@commitlint/to-lines" "^9.1.1" - "@commitlint/types" "^9.1.1" + "@commitlint/ensure" "^11.0.0" + "@commitlint/message" "^11.0.0" + "@commitlint/to-lines" "^11.0.0" + "@commitlint/types" "^11.0.0" -"@commitlint/to-lines@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-9.1.1.tgz#882631657ea4e14aea8600e7d48c4fbfb3e63c2d" - integrity sha512-JFKfpehPL3Qrlo6DpIsuJvdtR1wSjdbXD3liphvFTAFWo64yYC/jmnTdy0UqWIhrV1jcxP1LzNejIuRt6hsCXQ== +"@commitlint/to-lines@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-11.0.0.tgz#86dea151c10eea41e39ea96fa4de07839258a7fe" + integrity sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw== -"@commitlint/top-level@^9.1.1": - version "9.1.1" - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-9.1.1.tgz#5b825515381d70972189e549b0a9d57542afe996" - integrity sha512-pIgAbGqHbOunTGiUzBPhIKfXrTWdCrVwsimECXy/If5XaZ3GHhxiiA7BxsWFlAN1UZ6PgVMPgymKU0kx2D5A/w== +"@commitlint/top-level@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-11.0.0.tgz#bb2d1b6e5ed3be56874633b59e1f7de118c32783" + integrity sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA== dependencies: - find-up "^4.0.0" + find-up "^5.0.0" + +"@commitlint/types@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe" + integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ== "@commitlint/types@^9.0.1", "@commitlint/types@^9.1.1": version "9.1.1" resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.1.tgz#d97ebc35d20eed6d8458361cbca5c7cb85d45184" integrity sha512-SXY8bCQ1qacJ8AUTUxjabY8G6OjSmMPLN9MBCzGaKOjpPNX6z8zbXTbk9oU3GHZLtcxweWLCi2n49IRS4iQlwg== +"@eslint/eslintrc@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085" + integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA== + dependencies: + ajv "^6.12.4" + debug "^4.1.1" + espree "^7.3.0" + globals "^12.1.0" + ignore "^4.0.6" + import-fresh "^3.2.1" + js-yaml "^3.13.1" + lodash "^4.17.19" + minimatch "^3.0.4" + strip-json-comments "^3.1.1" + "@evocateur/libnpmaccess@^3.1.2": version "3.1.2" resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845" @@ -1166,10 +1215,10 @@ acorn-jsx@^5.2.0: resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe" integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ== -acorn@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd" - integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA== +acorn@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" + integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== agent-base@4, agent-base@^4.3.0: version "4.3.0" @@ -1210,6 +1259,16 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" +ajv@^6.12.4: + version "6.12.5" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da" + integrity sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + ansi-align@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" @@ -1674,7 +1733,7 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@4.1.0, chalk@^4.0.0: +chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== @@ -1704,7 +1763,7 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -chownr@^1.1.1, chownr@^1.1.2: +chownr@^1.1.1, chownr@^1.1.2, chownr@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== @@ -1748,7 +1807,7 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-truncate@2.1.0, cli-truncate@^2.1.0: +cli-truncate@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== @@ -1852,10 +1911,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6: dependencies: delayed-stream "~1.0.0" -commander@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" - integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== +commander@^6.0.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-6.1.0.tgz#f8d722b78103141006b66f4c7ba1e97315ba75bc" + integrity sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA== compare-func@^1.3.1: version "1.3.4" @@ -1865,6 +1924,14 @@ compare-func@^1.3.1: array-ify "^1.0.0" dot-prop "^3.0.0" +compare-func@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3" + integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA== + dependencies: + array-ify "^1.0.0" + dot-prop "^5.1.0" + compare-versions@^3.6.0: version "3.6.0" resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" @@ -1943,12 +2010,12 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.3: compare-func "^1.3.1" q "^1.5.1" -conventional-changelog-conventionalcommits@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2" - integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg== +conventional-changelog-conventionalcommits@^4.3.1: + version "4.4.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz#8d96687141c9bbd725a89b95c04966d364194cd4" + integrity sha512-ybvx76jTh08tpaYrYn/yd0uJNLt5yMrb1BphDe4WBredMlvPisvMghfpnJb6RmRNcqXeuhR6LfGZGewbkRm9yA== dependencies: - compare-func "^1.3.1" + compare-func "^2.0.0" lodash "^4.17.15" q "^1.5.1" @@ -1971,7 +2038,7 @@ conventional-changelog-core@^3.1.6: read-pkg-up "^3.0.0" through2 "^3.0.0" -conventional-changelog-metahub@^4.0.1: +conventional-changelog-metahub@4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/conventional-changelog-metahub/-/conventional-changelog-metahub-4.0.1.tgz#60e41958de0e7270c213d4f0d235c860c520946e" integrity sha512-iiEjdMsI2CEFC+eXoTOTTG64QvNAUOTRFBUNRIzxczbzYCYC4PJyh0gNGpRGo1F8uCueQfXrQL2PFtDq50EtUA== @@ -2088,6 +2155,17 @@ cosmiconfig@^6.0.0: path-type "^4.0.0" yaml "^1.7.2" +cosmiconfig@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== + dependencies: + "@types/parse-json" "^4.0.0" + import-fresh "^3.2.1" + parse-json "^5.0.0" + path-type "^4.0.0" + yaml "^1.10.0" + cross-spawn@^6.0.0: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -2344,6 +2422,13 @@ dot-prop@^4.2.0: dependencies: is-obj "^1.0.0" +dot-prop@^5.1.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" + integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== + dependencies: + is-obj "^2.0.0" + dot-prop@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb" @@ -2403,7 +2488,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: dependencies: once "^1.4.0" -enquirer@^2.3.5: +enquirer@^2.3.5, enquirer@^2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== @@ -2480,7 +2565,7 @@ escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-airbnb-base@^14.2.0: +eslint-config-airbnb-base@14.2.0: version "14.2.0" resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4" integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q== @@ -2489,14 +2574,14 @@ eslint-config-airbnb-base@^14.2.0: object.assign "^4.1.0" object.entries "^1.1.2" -eslint-config-prettier@^6.11.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1" - integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA== +eslint-config-prettier@6.12.0: + version "6.12.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2" + integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw== dependencies: get-stdin "^6.0.0" -eslint-import-resolver-node@^0.3.3: +eslint-import-resolver-node@^0.3.4: version "0.3.4" resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717" integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== @@ -2512,17 +2597,17 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-import@^2.22.0: - version "2.22.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e" - integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg== +eslint-plugin-import@2.22.1: + version "2.22.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702" + integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== dependencies: array-includes "^3.1.1" array.prototype.flat "^1.2.3" contains-path "^0.1.0" debug "^2.6.9" doctrine "1.5.0" - eslint-import-resolver-node "^0.3.3" + eslint-import-resolver-node "^0.3.4" eslint-module-utils "^2.6.0" has "^1.0.3" minimatch "^3.0.4" @@ -2531,19 +2616,19 @@ eslint-plugin-import@^2.22.0: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-prettier@^3.1.4: +eslint-plugin-prettier@3.1.4: version "3.1.4" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== dependencies: prettier-linter-helpers "^1.0.0" -eslint-scope@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" - integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== +eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== dependencies: - esrecurse "^4.1.0" + esrecurse "^4.3.0" estraverse "^4.1.1" eslint-utils@^2.1.0: @@ -2558,22 +2643,23 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== -eslint@^7.5.0: - version "7.5.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.5.0.tgz#9ecbfad62216d223b82ac9ffea7ef3444671d135" - integrity sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q== +eslint@7.10.0: + version "7.10.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9" + integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA== dependencies: "@babel/code-frame" "^7.0.0" + "@eslint/eslintrc" "^0.1.3" ajv "^6.10.0" chalk "^4.0.0" cross-spawn "^7.0.2" debug "^4.0.1" doctrine "^3.0.0" enquirer "^2.3.5" - eslint-scope "^5.1.0" + eslint-scope "^5.1.1" eslint-utils "^2.1.0" eslint-visitor-keys "^1.3.0" - espree "^7.2.0" + espree "^7.3.0" esquery "^1.2.0" esutils "^2.0.2" file-entry-cache "^5.0.1" @@ -2600,12 +2686,12 @@ eslint@^7.5.0: text-table "^0.2.0" v8-compile-cache "^2.0.3" -espree@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69" - integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g== +espree@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348" + integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== dependencies: - acorn "^7.3.1" + acorn "^7.4.0" acorn-jsx "^5.2.0" eslint-visitor-keys "^1.3.0" @@ -2621,14 +2707,14 @@ esquery@^1.2.0: dependencies: estraverse "^5.1.0" -esrecurse@^4.1.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" - integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== dependencies: - estraverse "^4.1.0" + estraverse "^5.2.0" -estraverse@^4.1.0, estraverse@^4.1.1: +estraverse@^4.1.1: version "4.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== @@ -2638,6 +2724,11 @@ estraverse@^5.1.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.1.0.tgz#374309d39fd935ae500e7b92e8a6b4c720e59642" integrity sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw== +estraverse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" + integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== + esutils@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" @@ -2661,7 +2752,7 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^4.0.0, execa@^4.0.1: +execa@^4.0.0, execa@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.3.tgz#0a34dabbad6d66100bd6f2c576c8669403f317f2" integrity sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== @@ -2866,6 +2957,14 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + find-versions@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e" @@ -2948,7 +3047,7 @@ fs-extra@^9.0.0: jsonfile "^6.0.1" universalify "^1.0.0" -fs-minipass@^1.2.5: +fs-minipass@^1.2.7: version "1.2.7" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== @@ -2980,7 +3079,7 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gacp@^2.10.0: +gacp@2.10.0: version "2.10.0" resolved "https://registry.yarnpkg.com/gacp/-/gacp-2.10.0.tgz#7069f2b2f99e30b5555b5b845b4c66de2a6c4295" integrity sha512-i8OwBh8L5A9nD5lGBjumoZzJ3Q2KCsP87o5wDr7UbcOS5ImfFfj5OcGZQ5fknBtxGvP9Hb2/XR+Qv+HX2tdmZg== @@ -3047,10 +3146,10 @@ get-port@^4.2.0: resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== -get-stdin@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" - integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== +get-stdin@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" + integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== get-stdin@^4.0.1: version "4.0.1" @@ -3257,9 +3356,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6 integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== handlebars@^4.7.6: - version "4.7.6" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" - integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== + version "4.7.7" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" + integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== dependencies: minimist "^1.2.5" neo-async "^2.6.0" @@ -3350,9 +3449,9 @@ has@^1.0.3: function-bind "^1.1.1" hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: - version "2.8.8" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" - integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== + version "2.8.9" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" + integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== http-cache-semantics@^3.8.1: version "3.8.1" @@ -3401,15 +3500,15 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@^4.2.5: - version "4.2.5" - resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36" - integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ== +husky@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de" + integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== dependencies: chalk "^4.0.0" ci-info "^2.0.0" compare-versions "^3.6.0" - cosmiconfig "^6.0.0" + cosmiconfig "^7.0.0" find-versions "^3.2.0" opencollective-postinstall "^2.0.2" pkg-dir "^4.2.0" @@ -3461,7 +3560,7 @@ import-fresh@^2.0.0: caller-path "^2.0.0" resolve-from "^3.0.0" -import-fresh@^3.0.0, import-fresh@^3.1.0: +import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== @@ -3523,9 +3622,9 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" - integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + version "1.3.8" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" + integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== init-package-json@^1.10.3: version "1.10.3" @@ -3982,7 +4081,7 @@ latest-version@^5.0.0: dependencies: package-json "^6.3.0" -lerna@^3.22.1: +lerna@3.22.1: version "3.22.1" resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.22.1.tgz#82027ac3da9c627fd8bf02ccfeff806a98e65b62" integrity sha512-vk1lfVRFm+UuEFA7wkLKeSF7Iz13W+N/vFd48aW2yuS7Kv0RbNm2/qcDPV863056LMfkRlsEe+QYOw3palj5Lg== @@ -4019,20 +4118,20 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^10.2.11: - version "10.2.11" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.11.tgz#713c80877f2dc8b609b05bc59020234e766c9720" - integrity sha512-LRRrSogzbixYaZItE2APaS4l2eJMjjf5MbclRZpLJtcQJShcvUzKXsNeZgsLIZ0H0+fg2tL4B59fU9wHIHtFIA== +lint-staged@10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.4.0.tgz#d18628f737328e0bbbf87d183f4020930e9a984e" + integrity sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg== dependencies: - chalk "^4.0.0" - cli-truncate "2.1.0" - commander "^5.1.0" - cosmiconfig "^6.0.0" + chalk "^4.1.0" + cli-truncate "^2.1.0" + commander "^6.0.0" + cosmiconfig "^7.0.0" debug "^4.1.1" dedent "^0.7.0" - enquirer "^2.3.5" - execa "^4.0.1" - listr2 "^2.1.0" + enquirer "^2.3.6" + execa "^4.0.3" + listr2 "^2.6.0" log-symbols "^4.0.0" micromatch "^4.0.2" normalize-path "^3.0.0" @@ -4040,18 +4139,18 @@ lint-staged@^10.2.11: string-argv "0.3.1" stringify-object "^3.3.0" -listr2@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.2.1.tgz#3a0abf78a7a9d9fb4121a541b524cb52e8dcbbba" - integrity sha512-WhuhT7xpVi2otpY/OzJJ8DQhf6da8MjGiEhMdA9oQquwtsSfzZt+YKlasUBer717Uocd0oPmbPeiTD7MvGzctw== +listr2@^2.6.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.6.2.tgz#4912eb01e1e2dd72ec37f3895a56bf2622d6f36a" + integrity sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA== dependencies: - chalk "^4.0.0" + chalk "^4.1.0" cli-truncate "^2.1.0" figures "^3.2.0" indent-string "^4.0.0" log-update "^4.0.0" p-map "^4.0.0" - rxjs "^6.5.5" + rxjs "^6.6.2" through "^2.3.8" load-json-file@^1.0.0: @@ -4119,6 +4218,13 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + lodash._reinterpolate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" @@ -4170,9 +4276,9 @@ lodash.uniq@^4.5.0: integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.2.1: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" - integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== log-symbols@^3.0.0: version "3.0.0" @@ -4303,21 +4409,6 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -meow@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-5.0.0.tgz#dfc73d63a9afc714a5e371760eb5c88b91078aa4" - integrity sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== - dependencies: - camelcase-keys "^4.0.0" - decamelize-keys "^1.0.0" - loud-rejection "^1.0.0" - minimist-options "^3.0.1" - normalize-package-data "^2.3.4" - read-pkg-up "^3.0.0" - redent "^2.0.0" - trim-newlines "^2.0.0" - yargs-parser "^10.0.0" - meow@^3.3.0: version "3.7.0" resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" @@ -4462,11 +4553,11 @@ minimist-options@^4.0.2: kind-of "^6.0.3" minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== -minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: +minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6" integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== @@ -4474,7 +4565,7 @@ minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0: safe-buffer "^5.1.2" yallist "^3.0.0" -minizlib@^1.2.1: +minizlib@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d" integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== @@ -4517,7 +4608,7 @@ mkdirp@*: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -mkdirp@^0.5.0, mkdirp@^0.5.1: +mkdirp@^0.5.1, mkdirp@^0.5.5: version "0.5.5" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== @@ -4622,9 +4713,11 @@ node-fetch-npm@^2.0.2: safe-buffer "^5.1.1" node-fetch@^2.3.0, node-fetch@^2.5.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" node-gyp@^5.0.2: version "5.1.1" @@ -4932,6 +5025,13 @@ p-limit@^2.0.0, p-limit@^2.2.0: dependencies: p-try "^2.0.0" +p-limit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" + integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== + dependencies: + p-try "^2.0.0" + p-locate@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" @@ -4953,6 +5053,13 @@ p-locate@^4.1.0: dependencies: p-limit "^2.2.0" +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + p-map-series@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca" @@ -5123,9 +5230,9 @@ path-key@^3.0.0, path-key@^3.1.0: integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== path-type@^1.0.0: version "1.1.0" @@ -5242,10 +5349,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" - integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== +prettier@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" + integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== process-nextick-args@~2.0.0: version "2.0.1" @@ -5535,7 +5642,7 @@ redent@^3.0.0: indent-string "^4.0.0" strip-indent "^3.0.0" -regenerator-runtime@0.13.5, regenerator-runtime@^0.13.4: +regenerator-runtime@^0.13.4: version "0.13.5" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== @@ -5735,14 +5842,21 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.4.0, rxjs@^6.5.5: +rxjs@^6.4.0: version "6.6.0" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz#af2901eedf02e3a83ffa7f886240ff9018bbec84" integrity sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== dependencies: tslib "^1.9.0" -safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +rxjs@^6.6.2: + version "6.6.3" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552" + integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== + dependencies: + tslib "^1.9.0" + +safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -5957,10 +6071,10 @@ sort-object-keys@^1.1.3: resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@^1.44.0: - version "1.44.0" - resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.44.0.tgz#470330be868f8a524a4607b26f2a0233e93d8b6d" - integrity sha512-u9GUZvpavUCXV5SbEqXu9FRbsJrYU6WM10r3zA0gymGPufK5X82MblCLh9GW9l46pXKEZvK+FA3eVTqC4oMp4A== +sort-package-json@1.46.0: + version "1.46.0" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-1.46.0.tgz#ea30a03d17c23762bfbf115fa54500459508c9ca" + integrity sha512-Fn5iiGKkATkEOQ0rol45dClfvNNW3r6PZ87mU4rbpz/M0Dxz+0D6oEU8nfpwUB5rd8u+WzsH2BQ/kRDwz+yVDQ== dependencies: detect-indent "^6.0.0" detect-newline "3.1.0" @@ -6063,9 +6177,9 @@ sshpk@^1.7.0: tweetnacl "~0.14.0" ssri@^6.0.0, ssri@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" - integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + version "6.0.2" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5" + integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== dependencies: figgy-pudding "^3.5.1" @@ -6238,7 +6352,7 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" -strip-json-comments@^3.1.0: +strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -6282,17 +6396,17 @@ table@^5.2.3: string-width "^3.0.0" tar@^4.4.10, tar@^4.4.12, tar@^4.4.8: - version "4.4.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" - integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA== + version "4.4.19" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3" + integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA== dependencies: - chownr "^1.1.1" - fs-minipass "^1.2.5" - minipass "^2.8.6" - minizlib "^1.2.1" - mkdirp "^0.5.0" - safe-buffer "^5.1.2" - yallist "^3.0.3" + chownr "^1.1.4" + fs-minipass "^1.2.7" + minipass "^2.9.0" + minizlib "^1.3.3" + mkdirp "^0.5.5" + safe-buffer "^5.2.1" + yallist "^3.1.1" temp-dir@^1.0.0: version "1.0.0" @@ -6420,6 +6534,11 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" @@ -6436,9 +6555,9 @@ trim-newlines@^3.0.0: integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== trim-off-newlines@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" - integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= + version "1.0.3" + resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1" + integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg== tsconfig-paths@^3.9.0: version "3.9.0" @@ -6512,9 +6631,9 @@ typedarray@^0.0.6: integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= uglify-js@^3.1.4: - version "3.10.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7" - integrity sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA== + version "3.13.5" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.5.tgz#5d71d6dbba64cf441f32929b1efce7365bb4f113" + integrity sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw== uid-number@0.0.6: version "0.0.6" @@ -6688,11 +6807,24 @@ wcwidth@^1.0.0: dependencies: defaults "^1.0.3" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whatwg-url@^7.0.0: version "7.1.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" @@ -6849,27 +6981,20 @@ xtend@~4.0.1: integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + version "4.0.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" + integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== -yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: +yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== -yaml@^1.7.2: +yaml@^1.10.0, yaml@^1.7.2: version "1.10.0" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e" integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== -yargs-parser@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" - integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== - dependencies: - camelcase "^4.1.0" - yargs-parser@^15.0.1: version "15.0.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3" @@ -6903,7 +7028,7 @@ yargs@^14.2.2: y18n "^4.0.0" yargs-parser "^15.0.1" -yargs@^15.0.0: +yargs@^15.0.0, yargs@^15.1.0: version "15.4.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==