@douyinfe/semi-foundation 2.1.5 → 2.1.6-alpha.0

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.
@@ -1,7 +1,7 @@
1
1
  //@import '../theme/variables.scss';
2
+ @import './option.scss';
2
3
  @import './variables.scss';
3
4
  @import './mixin.scss';
4
- @import './option.scss';
5
5
 
6
6
  $module: #{$prefix}-select;
7
7
  $single: #{$module}-single;
@@ -96,6 +96,9 @@
96
96
  .semi-timeline-alternate .semi-timeline-item-tail, .semi-timeline-alternate .semi-timeline-item-head, .semi-timeline-alternate .semi-timeline-item-head-custom, .semi-timeline-right .semi-timeline-item-tail, .semi-timeline-right .semi-timeline-item-head, .semi-timeline-right .semi-timeline-item-head-custom, .semi-timeline-center .semi-timeline-item-tail, .semi-timeline-center .semi-timeline-item-head, .semi-timeline-center .semi-timeline-item-head-custom {
97
97
  left: 50%;
98
98
  }
99
+ .semi-timeline-alternate .semi-timeline-item-head.semi-timeline-item-head-custom, .semi-timeline-right .semi-timeline-item-head.semi-timeline-item-head-custom, .semi-timeline-center .semi-timeline-item-head.semi-timeline-item-head-custom {
100
+ margin-left: 0;
101
+ }
99
102
  .semi-timeline-alternate .semi-timeline-item-head, .semi-timeline-right .semi-timeline-item-head, .semi-timeline-center .semi-timeline-item-head {
100
103
  margin-left: -4px;
101
104
  }
@@ -120,7 +120,11 @@ $module: #{$prefix}-timeline;
120
120
  &-head-custom {
121
121
  left: $spacing-timeline_item_head_custom-left;
122
122
  }
123
-
123
+ &-head{
124
+ &.#{$module}-item-head-custom{
125
+ margin-left: 0;
126
+ }
127
+ }
124
128
  &-head {
125
129
  margin-left: $spacing-timeline_item_head-marginLeft;
126
130
  }
@@ -1,7 +1,7 @@
1
1
  //@import '../theme/variables.scss';
2
+ @import './option.scss';
2
3
  @import './variables.scss';
3
4
  @import './mixin.scss';
4
- @import './option.scss';
5
5
 
6
6
  $module: #{$prefix}-select;
7
7
  $single: #{$module}-single;
@@ -96,6 +96,9 @@
96
96
  .semi-timeline-alternate .semi-timeline-item-tail, .semi-timeline-alternate .semi-timeline-item-head, .semi-timeline-alternate .semi-timeline-item-head-custom, .semi-timeline-right .semi-timeline-item-tail, .semi-timeline-right .semi-timeline-item-head, .semi-timeline-right .semi-timeline-item-head-custom, .semi-timeline-center .semi-timeline-item-tail, .semi-timeline-center .semi-timeline-item-head, .semi-timeline-center .semi-timeline-item-head-custom {
97
97
  left: 50%;
98
98
  }
99
+ .semi-timeline-alternate .semi-timeline-item-head.semi-timeline-item-head-custom, .semi-timeline-right .semi-timeline-item-head.semi-timeline-item-head-custom, .semi-timeline-center .semi-timeline-item-head.semi-timeline-item-head-custom {
100
+ margin-left: 0;
101
+ }
99
102
  .semi-timeline-alternate .semi-timeline-item-head, .semi-timeline-right .semi-timeline-item-head, .semi-timeline-center .semi-timeline-item-head {
100
103
  margin-left: -4px;
101
104
  }
@@ -120,7 +120,11 @@ $module: #{$prefix}-timeline;
120
120
  &-head-custom {
121
121
  left: $spacing-timeline_item_head_custom-left;
122
122
  }
123
-
123
+ &-head{
124
+ &.#{$module}-item-head-custom{
125
+ margin-left: 0;
126
+ }
127
+ }
124
128
  &-head {
125
129
  margin-left: $spacing-timeline_item_head-marginLeft;
126
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-foundation",
3
- "version": "2.1.5",
3
+ "version": "2.1.6-alpha.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build:lib": "node ./scripts/compileLib.js",
@@ -24,7 +24,7 @@
24
24
  "*.scss",
25
25
  "*.css"
26
26
  ],
27
- "gitHead": "8e2db56ec6e5a3f2ddf47ec03224e5e6adf443c2",
27
+ "gitHead": "6721f8e4f803913529db3c51d6d0af5dfe616938",
28
28
  "devDependencies": {
29
29
  "@babel/plugin-proposal-decorators": "^7.15.8",
30
30
  "@babel/plugin-transform-runtime": "^7.15.8",
@@ -1,7 +1,7 @@
1
1
  //@import '../theme/variables.scss';
2
+ @import './option.scss';
2
3
  @import './variables.scss';
3
4
  @import './mixin.scss';
4
- @import './option.scss';
5
5
 
6
6
  $module: #{$prefix}-select;
7
7
  $single: #{$module}-single;
@@ -120,7 +120,11 @@ $module: #{$prefix}-timeline;
120
120
  &-head-custom {
121
121
  left: $spacing-timeline_item_head_custom-left;
122
122
  }
123
-
123
+ &-head{
124
+ &.#{$module}-item-head-custom{
125
+ margin-left: 0;
126
+ }
127
+ }
124
128
  &-head {
125
129
  margin-left: $spacing-timeline_item_head-marginLeft;
126
130
  }