@spark-ui/tailwind-plugins
Advanced tools
Comparing version 2.10.12 to 2.10.13
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.10.13](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.12...@spark-ui/tailwind-plugins@2.10.13) (2023-06-01) | ||
**Note:** Version bump only for package @spark-ui/tailwind-plugins | ||
## [2.10.12](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.11...@spark-ui/tailwind-plugins@2.10.12) (2023-05-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/tailwind-plugins", | ||
"version": "2.10.12", | ||
"version": "2.10.13", | ||
"description": "Spark Tailwind plugins", | ||
@@ -26,3 +26,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "4b26172028b2bd2b83ce1728eaa5170bf25d0afe" | ||
"gitHead": "00f4500be0c6dcb48c9f45be5d7474bc40a6d8e0" | ||
} |
@@ -25,4 +25,4 @@ /* eslint-disable @typescript-eslint/no-var-requires */ | ||
/* eslint-disable complexity */ | ||
function traverse(theme, paths = []) { | ||
/* eslint-disable-next-line complexity */ | ||
Object.entries(theme).forEach(([key, value]) => { | ||
@@ -29,0 +29,0 @@ // 👀 see: https://tailwindcss.com/docs/font-size#providing-a-default-line-height |
@@ -9,3 +9,3 @@ // see 👀: https://github.com/sindresorhus/hex-rgb/blob/main/index.js | ||
/* eslint-disable complexity */ | ||
/* eslint-disable-next-line complexity */ | ||
function hexRgb(hex, options = {}) { | ||
@@ -12,0 +12,0 @@ if (typeof hex !== 'string' || nonHexChars.test(hex) || !validHexSize.test(hex)) { |
50139