@pisell/materials 1.0.368 → 1.0.369
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/page/index.js +28 -22
- package/lib/components/page/index.js +28 -22
- package/package.json +2 -2
|
@@ -74,12 +74,32 @@ var Page = function Page(props) {
|
|
|
74
74
|
contentBg: '#101828'
|
|
75
75
|
},
|
|
76
76
|
Button: {
|
|
77
|
-
|
|
77
|
+
borderRadiusSM: 6,
|
|
78
|
+
borderRadiusLG: 9,
|
|
78
79
|
borderRadius: 8,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
controlHeight: 36,
|
|
81
|
+
colorBgContainerDisabled: '#F2F4F7',
|
|
82
|
+
colorBgTextHover: '#F9FAFB',
|
|
83
|
+
colorBorder: '#D0D5DD',
|
|
84
|
+
colorError: '#D92D20',
|
|
85
|
+
colorErrorActive: '#D92D20',
|
|
86
|
+
colorErrorHover: '#B42318',
|
|
87
|
+
colorErrorBg: '#FEF3F2',
|
|
88
|
+
colorErrorBorderHover: '#FDA29B',
|
|
89
|
+
colorErrorOutline: 'rgba(217, 45, 32, 0.06)',
|
|
90
|
+
colorLink: '#175CD3',
|
|
91
|
+
colorLinkActive: '#194185',
|
|
92
|
+
colorLinkHover: '#1849A9',
|
|
93
|
+
// colorPrimaryActive: '#7f56d9',
|
|
94
|
+
// colorPrimaryBorder: '#E9D7FE',
|
|
95
|
+
colorText: '#344054',
|
|
96
|
+
colorTextDisabled: '#D0D5DD',
|
|
97
|
+
colorTextLightSolid: '#fff',
|
|
98
|
+
colorBgTextActive: '#D0D5DD',
|
|
99
|
+
controlOutline: 'rgba(127, 86, 217, 0.04)',
|
|
100
|
+
controlTmpOutline: '#F9FAFB',
|
|
101
|
+
paddingContentHorizontal: 14,
|
|
102
|
+
marginXS: 8
|
|
83
103
|
},
|
|
84
104
|
Divider: {
|
|
85
105
|
colorSplit: '#EAECF0'
|
|
@@ -107,30 +127,16 @@ var Page = function Page(props) {
|
|
|
107
127
|
colorIcon: '#667085',
|
|
108
128
|
colorTextQuaternary: '#D0D5DD',
|
|
109
129
|
colorBgContainerDisabled: '#F9FAFB',
|
|
110
|
-
colorTextDisabled: '#98A2B3'
|
|
111
|
-
controlHeight: 48,
|
|
112
|
-
colorBorder: 'rgb(208,213,221)'
|
|
113
|
-
},
|
|
114
|
-
InputNumber: {
|
|
115
|
-
controlHeight: 48,
|
|
116
|
-
borderRadius: 8,
|
|
117
|
-
colorBorder: 'rgb(208,213,221)'
|
|
130
|
+
colorTextDisabled: '#98A2B3'
|
|
118
131
|
},
|
|
119
132
|
Input: {
|
|
120
133
|
fontSizeIcon: 16,
|
|
121
|
-
addonBg: '#fff'
|
|
122
|
-
borderRadius: 8,
|
|
123
|
-
colorBorder: 'rgb(208,213,221)',
|
|
124
|
-
controlHeight: 48,
|
|
125
|
-
paddingInline: 16
|
|
134
|
+
addonBg: '#fff'
|
|
126
135
|
// "lineHeight": 1
|
|
127
136
|
},
|
|
128
137
|
|
|
129
138
|
Select: {
|
|
130
|
-
fontSizeIcon: 16
|
|
131
|
-
controlHeight: 48,
|
|
132
|
-
borderRadius: 8,
|
|
133
|
-
colorBorder: 'rgb(208,213,221)'
|
|
139
|
+
fontSizeIcon: 16
|
|
134
140
|
// "lineHeight": 1
|
|
135
141
|
}
|
|
136
142
|
},
|
|
@@ -93,12 +93,32 @@ var Page = (props) => {
|
|
|
93
93
|
contentBg: "#101828"
|
|
94
94
|
},
|
|
95
95
|
Button: {
|
|
96
|
-
|
|
96
|
+
borderRadiusSM: 6,
|
|
97
|
+
borderRadiusLG: 9,
|
|
97
98
|
borderRadius: 8,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
99
|
+
controlHeight: 36,
|
|
100
|
+
colorBgContainerDisabled: "#F2F4F7",
|
|
101
|
+
colorBgTextHover: "#F9FAFB",
|
|
102
|
+
colorBorder: "#D0D5DD",
|
|
103
|
+
colorError: "#D92D20",
|
|
104
|
+
colorErrorActive: "#D92D20",
|
|
105
|
+
colorErrorHover: "#B42318",
|
|
106
|
+
colorErrorBg: "#FEF3F2",
|
|
107
|
+
colorErrorBorderHover: "#FDA29B",
|
|
108
|
+
colorErrorOutline: "rgba(217, 45, 32, 0.06)",
|
|
109
|
+
colorLink: "#175CD3",
|
|
110
|
+
colorLinkActive: "#194185",
|
|
111
|
+
colorLinkHover: "#1849A9",
|
|
112
|
+
// colorPrimaryActive: '#7f56d9',
|
|
113
|
+
// colorPrimaryBorder: '#E9D7FE',
|
|
114
|
+
colorText: "#344054",
|
|
115
|
+
colorTextDisabled: "#D0D5DD",
|
|
116
|
+
colorTextLightSolid: "#fff",
|
|
117
|
+
colorBgTextActive: "#D0D5DD",
|
|
118
|
+
controlOutline: "rgba(127, 86, 217, 0.04)",
|
|
119
|
+
controlTmpOutline: "#F9FAFB",
|
|
120
|
+
paddingContentHorizontal: 14,
|
|
121
|
+
marginXS: 8
|
|
102
122
|
},
|
|
103
123
|
Divider: {
|
|
104
124
|
colorSplit: "#EAECF0"
|
|
@@ -126,29 +146,15 @@ var Page = (props) => {
|
|
|
126
146
|
colorIcon: "#667085",
|
|
127
147
|
colorTextQuaternary: "#D0D5DD",
|
|
128
148
|
colorBgContainerDisabled: "#F9FAFB",
|
|
129
|
-
colorTextDisabled: "#98A2B3"
|
|
130
|
-
controlHeight: 48,
|
|
131
|
-
colorBorder: "rgb(208,213,221)"
|
|
132
|
-
},
|
|
133
|
-
InputNumber: {
|
|
134
|
-
controlHeight: 48,
|
|
135
|
-
borderRadius: 8,
|
|
136
|
-
colorBorder: "rgb(208,213,221)"
|
|
149
|
+
colorTextDisabled: "#98A2B3"
|
|
137
150
|
},
|
|
138
151
|
Input: {
|
|
139
152
|
fontSizeIcon: 16,
|
|
140
|
-
addonBg: "#fff"
|
|
141
|
-
borderRadius: 8,
|
|
142
|
-
colorBorder: "rgb(208,213,221)",
|
|
143
|
-
controlHeight: 48,
|
|
144
|
-
paddingInline: 16
|
|
153
|
+
addonBg: "#fff"
|
|
145
154
|
// "lineHeight": 1
|
|
146
155
|
},
|
|
147
156
|
Select: {
|
|
148
|
-
fontSizeIcon: 16
|
|
149
|
-
controlHeight: 48,
|
|
150
|
-
borderRadius: 8,
|
|
151
|
-
colorBorder: "rgb(208,213,221)"
|
|
157
|
+
fontSizeIcon: 16
|
|
152
158
|
// "lineHeight": 1
|
|
153
159
|
}
|
|
154
160
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.369",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
64
64
|
"crypto-js": "^4.2.0",
|
|
65
65
|
"@zxing/library": "0.21.2",
|
|
66
|
-
"@pisell/icon": "0.0.10",
|
|
67
66
|
"@pisell/utils": "1.0.30",
|
|
67
|
+
"@pisell/icon": "0.0.10",
|
|
68
68
|
"@pisell/date-picker": "1.0.92"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|