@san-siva/blogkit 1.1.6 → 1.1.8
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/package.json +2 -2
- package/src/styles/Blog.module.scss +1 -1
- package/src/styles/BlogHeader.module.scss +1 -1
- package/src/styles/BlogLink.module.scss +1 -1
- package/src/styles/BlogSection.module.scss +1 -1
- package/src/styles/Callout.module.scss +1 -1
- package/src/styles/CodeBlock.module.scss +1 -1
- package/src/styles/Mermaid.module.scss +1 -1
- package/src/styles/Table.module.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@san-siva/blogkit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "A reusable blog component library for React/Next.js applications with code highlighting, diagrams, and rich content features",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"author": "Santhosh Siva",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@san-siva/stylekit": "^1.0.
|
|
41
|
+
"@san-siva/stylekit": "^1.0.2"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@react-spring/web": "^10.0.0",
|