Skip to content

Commit d310bad

Browse files
chore(release): release 10.0.0 (#71)
Co-authored-by: huaweidevcloud <devcloudmobile@huawei.com>
1 parent e78ae0d commit d310bad

File tree

411 files changed

+4905
-1964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+4905
-1964
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To see more in [devui.design](https://devui.design/home).
2323

2424
## Angular Support
2525

26-
Now supports Angular <font color=red>`^9.0.0`</font>
26+
Now supports Angular <font color=red>`^10.0.0`</font>
2727

2828
## Getting Started
2929

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DevUI Design设计系统包含了DevUI规则、设计语言和最佳实践的资
2323

2424
## Angular版本
2525

26-
当前支持的angular版本<font color=red>`^9.0.0`</font>
26+
当前支持的angular版本<font color=red>`^10.0.0`</font>
2727

2828
## 快速开始
2929

devui/accordion/demo/accordion-demo.moudule.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ import { DDemoNavModule } from 'src/app/component/d-demo-nav.module';
4545
ChangeKeyComponent,
4646
],
4747
providers: [],
48-
entryComponents: [
49-
]
48+
5049
})
5150
export class AccordionDemoModule {
5251
}

devui/accordion/demo/template/template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
width: 16px;
1010
height: 16px;
1111
border-radius: 8px;
12-
font-size: 12px;
12+
font-size: $devui-font-size;
1313
line-height: 12px;
1414
padding: 2px;
1515
color: $devui-light-text;

devui/alert/alert.component.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
@import '../style/mixins/index';
22
@import '../style/theme/color';
33
@import '../style/theme/shadow';
4+
@import '../style/core/_font';
45

56
:host {
67
display: block;
78
}
89

910
.devui-alert {
1011
color: $devui-text;
11-
font-size: 12px;
12+
font-size: $devui-font-size;
1213
border: 1px solid transparent;
1314
padding: 10px;
1415
line-height: 20px;
@@ -26,7 +27,7 @@
2627

2728
span {
2829
color: $devui-text;
29-
font-size: 12px;
30+
font-size: $devui-font-size;
3031
font-weight: bold;
3132
}
3233
}

devui/alert/demo/alert-demo.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ import { DDemoNavModule } from 'src/app/component/d-demo-nav.module';
3434
BasicComponent,
3535
CloseComponent,
3636
],
37-
entryComponents: [
38-
AlertDemoComponent,
39-
],
37+
4038
})
4139
export class AlertDemoModule {
4240
}

devui/anchor/demo/anchor-demo.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ import { ScrollTargetComponent } from './scroll-target/scroll-target.component';
4545
HashComponent,
4646
ScrollTargetComponent
4747
],
48-
entryComponents: [
49-
AnchorDemoComponent,
50-
],
48+
5149
})
5250
export class AnchorDemoModule {
5351
}

devui/anchor/demo/async/async.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
cursor: pointer;
1414
height: 30px;
1515
line-height: 1.5;
16-
font-size: 12px;
16+
font-size: $devui-font-size;
1717
color: $devui-text-weak;
1818
position: relative;
1919
display: flex;

devui/anchor/demo/basic/basic.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import '~ng-devui/styles-var/devui-var.scss';
22

3-
43
/* 序号 */
54
.step-nav {
65
padding-top: 10px;
@@ -14,7 +13,7 @@
1413
cursor: pointer;
1514
height: 30px;
1615
line-height: 1.5;
17-
font-size: 12px;
16+
font-size: $devui-font-size;
1817
color: $devui-text-weak;
1918
position: relative;
2019
display: flex;

0 commit comments

Comments
 (0)