frontend-hamroun 1.2.61 → 1.2.63

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # Frontend Hamroun
2
2
 
3
3
  <p align="center">
4
- <img src="https://drive.google.com/uc?export=view&id=15VsMSNDhWAfV_R6ZWJltOJd-RMs9UH_y" alt="Frontend Hamroun Logo" width="300">
4
+ <img src="https://drive.google.com/uc?export=view&id=1zJV5tgl9p23VaNd5YeVF4Wx9v_oTdgZp" alt="Frontend Hamroun Logo" width="300">
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -123,7 +123,7 @@ function App() {
123
123
  <button onClick={() => setTheme(theme === 'light' ? 'dark' : 'light')}>
124
124
  Toggle theme
125
125
  </button>
126
- </Context.Provider>
126
+ </ThemeContext.Provider>
127
127
  );
128
128
  }
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-hamroun",
3
- "version": "1.2.61",
3
+ "version": "1.2.63",
4
4
  "description": "A lightweight full-stack JavaScript framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,8 +11,7 @@
11
11
  "README.md",
12
12
  "LICENSE",
13
13
  "bin",
14
- "templates",
15
- "assets"
14
+ "templates"
16
15
  ],
17
16
  "exports": {
18
17
  ".": {
package/assets/logo.png DELETED
Binary file