@qwickapps/react-framework 1.5.4 → 1.5.5

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
@@ -4,6 +4,10 @@ A complete React framework for building modern, responsive applications with int
4
4
 
5
5
  ## What's New
6
6
 
7
+ ### December 6, 2025 - Repository URLs Update (v1.5.5)
8
+
9
+ - Updated repository and homepage URLs to point to public GitHub org
10
+
7
11
  ### December 6, 2025 - Scaffold Layout & Spacing Improvements (v1.5.4)
8
12
 
9
13
  - **Scaffold Layout Spacing**: Responsive base padding (16px mobile, 24px tablet, 32px desktop) plus nav element clearance
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./manifest.schema.json",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "palettes": [
5
5
  {
6
6
  "id": "default",
@@ -8,11 +8,11 @@
8
8
  "description": "Classic blue and neutral color scheme - the original QwickApps palette",
9
9
  "author": "QwickApps",
10
10
  "license": "PolyForm-Shield-1.0.0",
11
- "version": "1.5.4",
12
- "file": "palette-default.1.5.4.css",
11
+ "version": "1.5.5",
12
+ "file": "palette-default.1.5.5.css",
13
13
  "primaryColor": "#007bff",
14
14
  "inlined": true,
15
- "fileMinified": "palette-default.1.5.4.min.css",
15
+ "fileMinified": "palette-default.1.5.5.min.css",
16
16
  "fileLatest": "palette-default.latest.css",
17
17
  "fileLatestMinified": "palette-default.latest.min.css"
18
18
  },
@@ -22,11 +22,11 @@
22
22
  "description": "Warm oranges, golden yellows, and earthy browns - inspired by fall foliage",
23
23
  "author": "QwickApps",
24
24
  "license": "PolyForm-Shield-1.0.0",
25
- "version": "1.5.4",
26
- "file": "palette-autumn.1.5.4.css",
25
+ "version": "1.5.5",
26
+ "file": "palette-autumn.1.5.5.css",
27
27
  "primaryColor": "#ea580c",
28
28
  "inlined": false,
29
- "fileMinified": "palette-autumn.1.5.4.min.css",
29
+ "fileMinified": "palette-autumn.1.5.5.min.css",
30
30
  "fileLatest": "palette-autumn.latest.css",
31
31
  "fileLatestMinified": "palette-autumn.latest.min.css"
32
32
  },
@@ -36,11 +36,11 @@
36
36
  "description": "Modern purple gradient for creative and tech brands - inspired by cosmic nebulae",
37
37
  "author": "QwickApps",
38
38
  "license": "PolyForm-Shield-1.0.0",
39
- "version": "1.5.4",
40
- "file": "palette-cosmic.1.5.4.css",
39
+ "version": "1.5.5",
40
+ "file": "palette-cosmic.1.5.5.css",
41
41
  "primaryColor": "#8b5cf6",
42
42
  "inlined": false,
43
- "fileMinified": "palette-cosmic.1.5.4.min.css",
43
+ "fileMinified": "palette-cosmic.1.5.5.min.css",
44
44
  "fileLatest": "palette-cosmic.latest.css",
45
45
  "fileLatestMinified": "palette-cosmic.latest.min.css"
46
46
  },
@@ -50,11 +50,11 @@
50
50
  "description": "Deep blues, aqua teals, and seafoam greens - inspired by ocean depths",
51
51
  "author": "QwickApps",
52
52
  "license": "PolyForm-Shield-1.0.0",
53
- "version": "1.5.4",
54
- "file": "palette-ocean.1.5.4.css",
53
+ "version": "1.5.5",
54
+ "file": "palette-ocean.1.5.5.css",
55
55
  "primaryColor": "#0891b2",
56
56
  "inlined": false,
57
- "fileMinified": "palette-ocean.1.5.4.min.css",
57
+ "fileMinified": "palette-ocean.1.5.5.min.css",
58
58
  "fileLatest": "palette-ocean.latest.css",
59
59
  "fileLatestMinified": "palette-ocean.latest.min.css"
60
60
  },
@@ -64,11 +64,11 @@
64
64
  "description": "Fresh greens, soft pinks, and bright yellows - inspired by spring blooms",
65
65
  "author": "QwickApps",
66
66
  "license": "PolyForm-Shield-1.0.0",
67
- "version": "1.5.4",
68
- "file": "palette-spring.1.5.4.css",
67
+ "version": "1.5.5",
68
+ "file": "palette-spring.1.5.5.css",
69
69
  "primaryColor": "#16a34a",
70
70
  "inlined": false,
71
- "fileMinified": "palette-spring.1.5.4.min.css",
71
+ "fileMinified": "palette-spring.1.5.5.min.css",
72
72
  "fileLatest": "palette-spring.latest.css",
73
73
  "fileLatestMinified": "palette-spring.latest.min.css"
74
74
  },
@@ -78,11 +78,11 @@
78
78
  "description": "Cool blues, icy whites, and frosty grays - inspired by winter landscapes",
79
79
  "author": "QwickApps",
80
80
  "license": "PolyForm-Shield-1.0.0",
81
- "version": "1.5.4",
82
- "file": "palette-winter.1.5.4.css",
81
+ "version": "1.5.5",
82
+ "file": "palette-winter.1.5.5.css",
83
83
  "primaryColor": "#0077be",
84
84
  "inlined": false,
85
- "fileMinified": "palette-winter.1.5.4.min.css",
85
+ "fileMinified": "palette-winter.1.5.5.min.css",
86
86
  "fileLatest": "palette-winter.latest.css",
87
87
  "fileLatestMinified": "palette-winter.latest.min.css"
88
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwickapps/react-framework",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "type": "module",
5
5
  "description": "Complete React framework with responsive navigation, flexible layouts, theming system, and reusable components for building modern applications.",
6
6
  "main": "dist/index.js",
@@ -178,7 +178,7 @@
178
178
  },
179
179
  "repository": {
180
180
  "type": "git",
181
- "url": "https://github.com/raajkumars/qwickapps.git",
182
- "directory": "packages/qwickapps-react-framework"
183
- }
181
+ "url": "https://github.com/qwickapps/react-framework.git"
182
+ },
183
+ "homepage": "https://github.com/qwickapps/react-framework#readme"
184
184
  }