@portosaur/theme 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @portosaur/theme
2
2
 
3
- Centralized visual core for Portosaur sites.
3
+ Visual core for Portosaur sites.
4
4
 
5
- ## 🧩 Structure
5
+ ## Structure
6
6
 
7
- - **🎨 theme/** — Custom Docusaurus components.
8
- - **🔌 plugins/** — Specialized logic for Portosaur workflows.
9
- - **📦 assets/** — Default images, icons, and CSS.
7
+ - **theme/** — Custom Docusaurus components.
8
+ - **plugins/** — Specialized logic for Portosaur workflows.
9
+ - **assets/** — Default images, icons, and CSS.
10
10
 
11
11
  ---
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@portosaur/theme",
3
- "version": "0.1.0",
4
- "description": "Portosaur Theme: React components and static assets.",
3
+ "version": "0.1.2",
4
+ "description": "Theme components for Portosaur - React components, static assets etc.",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "soymadip",
7
7
  "homepage": "https://soymadip.github.io/portosaur",