@changebot/widgets-react 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -263,7 +263,7 @@ Changebot widgets include 15 beautiful pre-built themes:
|
|
|
263
263
|
- **Popular**: `dracula`, `nord`, `tokyo-night`, `cyberpunk`
|
|
264
264
|
- **Solarized**: `solarized-light`, `solarized-dark`
|
|
265
265
|
- **Everforest**: `everforest-light`, `everforest-dark`
|
|
266
|
-
- **Modern**: `
|
|
266
|
+
- **Modern**: `frost` (clean, minimal light theme)
|
|
267
267
|
|
|
268
268
|
### Using Themes
|
|
269
269
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@changebot/widgets-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "React wrapper components for Changebot widgets",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@stencil/react-output-target": "^1.2.0",
|
|
17
|
-
"@changebot/core": "^0.0.
|
|
17
|
+
"@changebot/core": "^0.0.9"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/react": "^18.2.0",
|