create-comate-pagebuilder 1.0.7 → 1.0.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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pagebuilder-react-template",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pagebuilder-react-template",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.8",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"clsx": "^2.1.0",
|
|
12
12
|
"framer-motion": "^12.23.24",
|
package/template/package.json
CHANGED
|
@@ -8,15 +8,7 @@ export default {
|
|
|
8
8
|
extend: {
|
|
9
9
|
colors: {
|
|
10
10
|
// TODO: 请根据项目需求定义配色方案(只需填写单个颜色值即可)
|
|
11
|
-
|
|
12
|
-
// primary: '#3b82f6', // 蓝色
|
|
13
|
-
// secondary: '#f3f4f6', // 浅灰色
|
|
14
|
-
// accent: '#10b981', // 绿色
|
|
15
|
-
// foreground: '#1f2937', // 深灰(主文本)
|
|
16
|
-
// 'muted-foreground': '#6b7280', // 中灰(次要文本)
|
|
17
|
-
// border: '#e5e7eb', // 浅灰(边框)
|
|
18
|
-
// muted: '#f9fafb', // 极浅灰(背景)
|
|
19
|
-
//
|
|
11
|
+
|
|
20
12
|
// 使用场景说明:
|
|
21
13
|
// - primary: 主色,用于主要按钮背景 (bg-primary)
|
|
22
14
|
// - secondary: 次要色,用于次要按钮背景 (bg-secondary)
|