@lambo-design/detail-table 1.0.0-beta.26 → 1.0.0-beta.28

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": "@lambo-design/detail-table",
3
- "version": "1.0.0-beta.26",
3
+ "version": "1.0.0-beta.28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -10,8 +10,8 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "devDependencies": {
13
- "@lambo-design/core": "^4.7.1-beta.138",
14
- "@lambo-design/shared": "^1.0.0-beta.177"
13
+ "@lambo-design/core": "^4.7.1-beta.141",
14
+ "@lambo-design/shared": "^1.0.0-beta.210"
15
15
  },
16
16
  "scripts": {
17
17
  "release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  &-item-label {
38
- color: var(--heading-color,@_heading-color);;
38
+ color: var(--form-item-label-text-color,@_form-item-label-text-color);
39
39
  text-align: left;
40
40
  font-weight: 500;
41
41
  font-size: 14px;
@@ -65,7 +65,7 @@
65
65
 
66
66
  &-item-content {
67
67
  display: table-cell;
68
- color: var(--text-color,@_text-color);;
68
+ color: var(--text-color,@_text-color);
69
69
  font-size: 14px;
70
70
  line-height: 1.5;
71
71
  width: 22%;
@@ -106,8 +106,8 @@
106
106
  .@{descriptions-prefix-cls}-item-label,
107
107
  .@{descriptions-prefix-cls}-item-content {
108
108
  padding: @descriptions-default-padding;
109
- border: 1px solid var(--border-color-base,@_border-color-base); ;
110
-
109
+ border: 1px solid var(--border-color-base,@_border-color-base);
110
+ background-color: var(--form-item-detail-bg-color,@_form-item-detail-bg-color);
111
111
  &:last-child {
112
112
  border-right: none;
113
113
  }
package/.versionrc DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "tagPrefix": "@lambo-design/detail-table@",
3
- "releaseCommitMessageFormat": "chore(release): @lambo-design/detail-table@{{currentTag}}",
4
- "path": ".",
5
- "header": "# Changelog",
6
- "types": [
7
- {"type": "chore", "section":"'🎫 Chores | 其他更新", "hidden": false},
8
- {"type": "revert", "section":"⏪ Reverts | 回退", "hidden": false},
9
- {"type": "feat", "section": "✨ Features | 新功能", "hidden": false},
10
- {"type": "fix", "section": "🐛 Bug Fixes | Bug 修复", "hidden": false},
11
- {"type": "improvement", "section": "Feature Improvements", "hidden": false},
12
- {"type": "docs", "section":"📝 Documentation | 文档", "hidden": false},
13
- {"type": "style", "section":"💄 Styles | 风格", "hidden": false},
14
- {"type": "refactor", "section":"💄 Styles | 风格", "hidden": false},
15
- {"type": "perf", "section":"⚡ Performance Improvements | 性能优化", "hidden": false},
16
- {"type": "test", "section":"✅ Tests | 测试", "hidden": false},
17
- {"type": "build", "section":"👷‍ Build System | 构建", "hidden": false},
18
- {"type": "ci", "section":"🔧 Continuous Integration | CI 配置", "hidden":false}
19
- ],
20
- "commitUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/{{hash}}",
21
- "compareUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/{{previousTag}}...{{currentTag}}",
22
- "issueUrlFormat": "http://git.inspur.com/ecbh/lambo-design/lambo-design/-/issues/{{id}}"
23
- }
package/CHANGELOG.md DELETED
@@ -1,16 +0,0 @@
1
- # Changelog
2
- ## [1.0.0-beta.26](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/detail-table@1.0.0-beta.25...@lambo-design/detail-table@1.0.0-beta.26) (2024-05-22)
3
-
4
- ## [1.0.0-beta.25](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/detail-table@1.0.0-beta.24...@lambo-design/detail-table@1.0.0-beta.25) (2024-05-22)
5
-
6
-
7
- ### ✨ Features | 新功能
8
-
9
- * **detail-table:** 删除title配置属性 ([491d78f](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/491d78fd6a81b70110b4c090e884841c584cf50c))
10
-
11
- ## 1.0.0-beta.24 (2024-05-09)
12
-
13
-
14
- ### ✨ Features | 新功能
15
-
16
- * **@lambo-design/detail-table:** 明细表格问题处理 ([9a798f5](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/9a798f5f36579a1dbd1e55b1031f8400a4f463f3))