create-comate-pagebuilder 1.0.1 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-comate-pagebuilder",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Create a modern, minimalist React + Vite + Tailwind CSS project",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "PageBuilder-react-template",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -7,7 +7,7 @@ export default {
7
7
  theme: {
8
8
  extend: {
9
9
  colors: {
10
- // PageBuilder 标准配色系统
10
+ // PageBuilder 标准配色系统,请务必按需进行调整修改
11
11
  primary: {
12
12
  50: '#f0f9ff',
13
13
  100: '#e0f2fe',
@@ -21,16 +21,16 @@ export default {
21
21
  900: '#0c4a6e',
22
22
  },
23
23
  accent: {
24
- 50: '#fdf4ff',
25
- 100: '#fae8ff',
26
- 200: '#f5d0fe',
27
- 300: '#f0abfc',
28
- 400: '#e879f9',
29
- 500: '#d946ef',
30
- 600: '#c026d3',
31
- 700: '#a21caf',
32
- 800: '#86198f',
33
- 900: '#701a75',
24
+ 50: '#f0fdf4',
25
+ 100: '#dcfce7',
26
+ 200: '#bbf7d0',
27
+ 300: '#86efac',
28
+ 400: '#4ade80',
29
+ 500: '#22c55e',
30
+ 600: '#16a34a',
31
+ 700: '#15803d',
32
+ 800: '#166534',
33
+ 900: '#14532d',
34
34
  },
35
35
  neutral: {
36
36
  50: '#fafafa',