@antscorp/antsomi-ui 1.3.5-beta.451 → 1.3.5-beta.453

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.
@@ -11,6 +11,7 @@ export const SelectedIcon = styled.div `
11
11
  border: 1px solid #b8cfe6;
12
12
  border-radius: 100%;
13
13
  font-size: 14px;
14
+ line-height: 23px;
14
15
  color: ${(_a = THEME.token) === null || _a === void 0 ? void 0 : _a.colorPrimary};
15
16
  box-sizing: border-box;
16
17
  width: 100%;
@@ -49,6 +50,8 @@ export const StepsWrapper = styled(Steps) `
49
50
  width: 100%;
50
51
  height: 100%;
51
52
  display: flex;
53
+ line-height: 23px;
54
+ top: 0px;
52
55
  justify-content: center;
53
56
  align-items: center;
54
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.451",
3
+ "version": "1.3.5-beta.453",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",
@@ -19,7 +19,7 @@
19
19
  "unpkg": "dist/index.js",
20
20
  "types": "es/index.d.ts",
21
21
  "scripts": {
22
- "prepublishOnly": "yarn && yarn build:es",
22
+ "prepublishOnly": "yarn && yarn build:es && git commit -am \"chore: update antsomi-ui version\" && git push",
23
23
  "build:es": "npm run clean && npm run copy-files && npm run ts-compile",
24
24
  "clean": "rimraf dist lib es",
25
25
  "dev": "vite",