Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.7.0 #11

Merged
merged 11 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 版本记录

## v0.6.1
Minemetero marked this conversation as resolved.
Show resolved Hide resolved

- 针对 [Sober `0.4.1`](https://soberjs.com/introduction/update-log) 的全面更新

## v0.6.0

- 适配 [Sober `0.3.0` 更新](https://soberjs.com/introduction/update-log)
Expand Down
156 changes: 155 additions & 1 deletion custom-data/components.css-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,160 @@
"url": "https://soberjs.com/component/picker"
}
]
},
{
"name": "--field-border-radius",
"description": {
"kind": "markdown",
"value": "圆角\n\n**组件:**\n\n- `<s-field>` 表单域 Field"
},
"default": "4px",
lingbopro marked this conversation as resolved.
Show resolved Hide resolved
"references": [
{
"name": "文档: 表单域 Field",
"url": "https://soberjs.com/component/field"
}
]
},
{
"name": "--field-border-width",
"description": {
"kind": "markdown",
"value": "边框宽度\n\n**组件:**\n\n- `<s-field>` 表单域 Field"
},
"default": "1px",
"references": [
{
"name": "文档: 表单域 Field",
"url": "https://soberjs.com/component/field"
}
]
},
{
"name": "--field-border-color",
"description": {
"kind": "markdown",
"value": "边框颜色\n\n**组件:**\n\n- `<s-field>` 表单域 Field"
},
"default": "var(--s-color-outline, #777680)",
"references": [
{
"name": "文档: 表单域 Field",
"url": "https://soberjs.com/component/field"
}
]
},
{
"name": "--field-padding",
"description": {
"kind": "markdown",
"value": "内边距\n\n**组件:**\n\n- `<s-field>` 表单域 Field"
},
"default": "16px",
"references": [
{
"name": "文档: 表单域 Field",
"url": "https://soberjs.com/component/field"
}
]
},
{
"name": "--field-focused-border-width",
"description": {
"kind": "markdown",
"value": "聚焦边框高度\n\n**组件:**\n\n- `<s-field>` 表单域 Field"
},
"default": "2px",
"references": [
{
"name": "文档: 表单域 Field",
"url": "https://soberjs.com/component/field"
}
]
},
{
"name": "--checkbox-color",
"description": {
"kind": "markdown",
"value": "Checkbox 的颜色\n\n**组件:**\n\n- `<s-checkbox>` 复选框 Checkbox"
},
"default": "var(--s-color-primary, #5256a9)",
"references": [
{
"name": "文档: 复选框 Checkbox",
"url": "https://soberjs.com/component/checkbox"
}
]
},
{
"name": "--radio-button-color",
"description": {
"kind": "markdown",
"value": "Radio Button 的颜色\n\n**组件:**\n\n- `<s-radio-button>` 单选按钮 Radio Button"
},
"default": "var(--s-color-primary, #5256a9)",
"references": [
{
"name": "文档: 单选按钮 Radio Button",
"url": "https://soberjs.com/component/radio-button"
}
]
},
{
"name": "--text-field-border-radius",
"description": {
"kind": "markdown",
"value": "Text Field 的圆角\n\n**组件:**\n\n- `<s-text-field>` 文本框 Text Field"
},
"default": "4px",
"references": [
{
"name": "文档: 文本框 Text Field",
"url": "https://soberjs.com/component/text-field"
}
]
},
{
"name": "--text-field-border-width",
"description": {
"kind": "markdown",
"value": "Text Field 的边框宽度\n\n**组件:**\n\n- `<s-text-field>` 文本框 Text Field"
},
"default": "1px",
"references": [
{
"name": "文档: 文本框 Text Field",
"url": "https://soberjs.com/component/text-field"
}
]
},
{
"name": "--text-field-border-color",
"description": {
"kind": "markdown",
"value": "Text Field 的边框颜色\n\n**组件:**\n\n- `<s-text-field>` 文本框 Text Field"
},
"default": "var(--s-color-outline, #777680)",
"references": [
{
"name": "文档: 文本框 Text Field",
"url": "https://soberjs.com/component/text-field"
}
]
},
{
"name": "--text-field-padding",
"description": {
"kind": "markdown",
"value": "Text Field 的内边距\n\n**组件:**\n\n- `<s-text-field>` 文本框 Text Field"
},
"default": "16px",
"references": [
{
"name": "文档: 文本框 Text Field",
"url": "https://soberjs.com/component/text-field"
}
]
}
]
}
}
Loading
Loading