@antscorp/antsomi-ui 1.3.5-beta.369 → 1.3.5-beta.370

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.
@@ -158,8 +158,21 @@ export const StepsWrapper = styled(Steps) `
158
158
  // * Common
159
159
  &.antsomi-steps {
160
160
  .antsomi-steps-item-title {
161
+ font-size: 16px;
162
+ line-height: ${STEP_SIZE.DEFAULT}px;
163
+ }
164
+
165
+ .antsomi-steps-item-description {
161
166
  font-size: 14px;
162
167
  }
168
+
169
+ &.antsomi-steps-small {
170
+ .antsomi-steps-item-title {
171
+ font-size: 14px;
172
+ line-height: ${STEP_SIZE.SMALL}px;
173
+ }
174
+ }
175
+
163
176
  .antsomi-steps-item-wait {
164
177
  color: ${(_l = THEME.token) === null || _l === void 0 ? void 0 : _l.bw7};
165
178
 
@@ -29,6 +29,10 @@ export const GlobalStyle = () => {
29
29
  box-sizing: border-box;
30
30
  }
31
31
 
32
+ hr {
33
+ border-color: var(--divider-1);
34
+ }
35
+
32
36
  .rc-virtual-list-scrollbar {
33
37
  width: 4px !important;
34
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.369",
3
+ "version": "1.3.5-beta.370",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",