forked from pacocoursey/next-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Few small fixes * v0.0.16-beta.0 * Beta version with fixes for default theme and empty value entries * v0.0.16-beta.2 * Transpile ?? * Set color-scheme in inline script instead of effect * v0.0.16-beta.3 * v0.0.16-beta.4 * Update index.tsx * reorganize a bit, start working on next/script * simplify some logic, base64 encode the inline script to work with next/script * update gitignore * move to src/ * v0.0.16-beta.7 * add tests * update example packages * add test for empty values in value mapping * Make peer version of Next ensure script is correct * support nonce * fix localStorage setting, add test for it * v0.0.16-beta.8 * v0.0.16-beta.10 * v0.0.16-beta.11 * revert props handling * v0.0.16-beta.12 * use buffer to generate base64 on server side * v0.0.16-beta.13 * update example version to fix build * remove unused dep, prepare version to release
- Loading branch information
1 parent
30ae932
commit 837cb8a
Showing
10 changed files
with
823 additions
and
3,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
{ | ||
"loose": true | ||
} | ||
] | ||
], | ||
"@babel/plugin-proposal-nullish-coalescing-operator" | ||
], | ||
"presets": [ | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
.DS_Store | ||
node_modules | ||
dist | ||
.next | ||
node_modules/ | ||
dist/ | ||
.next/ | ||
.yalc/ | ||
yalc.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.