@sanity/demo
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -25,9 +25,35 @@ import { black, white, hues } from '@sanity/color'; | ||
css: { | ||
color: black.hex | ||
"--tw-prose-body": black.hex, | ||
"--tw-prose-headings": black.hex, | ||
"--tw-prose-lead": black.hex, | ||
"--tw-prose-links": black.hex, | ||
"--tw-prose-bold": black.hex, | ||
"--tw-prose-counters": black.hex, | ||
"--tw-prose-bullets": black.hex, | ||
"--tw-prose-hr": black.hex, | ||
"--tw-prose-quotes": black.hex, | ||
"--tw-prose-quote-borders": black.hex, | ||
"--tw-prose-captions": black.hex, | ||
"--tw-prose-code": black.hex, | ||
"--tw-prose-pre-code": black.hex, | ||
"--tw-prose-pre-bg": "transparent", | ||
"--tw-prose-th-borders": black.hex, | ||
"--tw-prose-td-borders": black.hex, | ||
"--tw-prose-invert-body": white.hex, | ||
"--tw-prose-invert-headings": white.hex, | ||
"--tw-prose-invert-lead": white.hex, | ||
"--tw-prose-invert-links": white.hex, | ||
"--tw-prose-invert-bold": white.hex, | ||
"--tw-prose-invert-counters": white.hex, | ||
"--tw-prose-invert-bullets": white.hex, | ||
"--tw-prose-invert-hr": white.hex, | ||
"--tw-prose-invert-quotes": white.hex, | ||
"--tw-prose-invert-quote-borders": white.hex, | ||
"--tw-prose-invert-captions": white.hex, | ||
"--tw-prose-invert-code": white.hex, | ||
"--tw-prose-invert-pre-code": white.hex, | ||
"--tw-prose-invert-pre-bg": "transparent", | ||
"--tw-prose-invert-th-borders": white.hex, | ||
"--tw-prose-invert-td-borders": white.hex | ||
} | ||
}, | ||
invert: { | ||
css: { | ||
color: white.hex | ||
} | ||
} | ||
@@ -34,0 +60,0 @@ } |
{ | ||
"type": "module", | ||
"name": "@sanity/demo", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Design tokens for implementing demos and templates at Sanity.io.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -26,10 +26,36 @@ import {ColorTints, black, hues, white} from '@sanity/color' | ||
css: { | ||
color: black.hex, | ||
'--tw-prose-body': black.hex, | ||
'--tw-prose-headings': black.hex, | ||
'--tw-prose-lead': black.hex, | ||
'--tw-prose-links': black.hex, | ||
'--tw-prose-bold': black.hex, | ||
'--tw-prose-counters': black.hex, | ||
'--tw-prose-bullets': black.hex, | ||
'--tw-prose-hr': black.hex, | ||
'--tw-prose-quotes': black.hex, | ||
'--tw-prose-quote-borders': black.hex, | ||
'--tw-prose-captions': black.hex, | ||
'--tw-prose-code': black.hex, | ||
'--tw-prose-pre-code': black.hex, | ||
'--tw-prose-pre-bg': 'transparent', | ||
'--tw-prose-th-borders': black.hex, | ||
'--tw-prose-td-borders': black.hex, | ||
'--tw-prose-invert-body': white.hex, | ||
'--tw-prose-invert-headings': white.hex, | ||
'--tw-prose-invert-lead': white.hex, | ||
'--tw-prose-invert-links': white.hex, | ||
'--tw-prose-invert-bold': white.hex, | ||
'--tw-prose-invert-counters': white.hex, | ||
'--tw-prose-invert-bullets': white.hex, | ||
'--tw-prose-invert-hr': white.hex, | ||
'--tw-prose-invert-quotes': white.hex, | ||
'--tw-prose-invert-quote-borders': white.hex, | ||
'--tw-prose-invert-captions': white.hex, | ||
'--tw-prose-invert-code': white.hex, | ||
'--tw-prose-invert-pre-code': white.hex, | ||
'--tw-prose-invert-pre-bg': 'transparent', | ||
'--tw-prose-invert-th-borders': white.hex, | ||
'--tw-prose-invert-td-borders': white.hex, | ||
}, | ||
}, | ||
invert: { | ||
css: { | ||
color: white.hex, | ||
}, | ||
}, | ||
}, | ||
@@ -36,0 +62,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34229
353