@akinon/ui-steps 1.2.8 → 1.3.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.
package/dist/cjs/index.js CHANGED
@@ -349,7 +349,7 @@ const Steps = (_a) => {
349
349
  height: '45px',
350
350
  ['&::after']: {
351
351
  width: '3px',
352
- background: '#4482ff'
352
+ background: 'var(--color-azure-500)'
353
353
  }
354
354
  }
355
355
  },
package/dist/esm/index.js CHANGED
@@ -346,7 +346,7 @@ export const Steps = (_a) => {
346
346
  height: '45px',
347
347
  ['&::after']: {
348
348
  width: '3px',
349
- background: '#4482ff'
349
+ background: 'var(--color-azure-500)'
350
350
  }
351
351
  }
352
352
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/ui-steps",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",
@@ -11,15 +11,15 @@
11
11
  "dependencies": {
12
12
  "@ant-design/cssinjs": "^1.24.0",
13
13
  "antd": "^5.27.0",
14
- "@akinon/icons": "1.2.7",
15
- "@akinon/ui-theme": "1.2.7"
14
+ "@akinon/icons": "1.2.8",
15
+ "@akinon/ui-theme": "1.3.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "clean-package": "2.2.0",
19
19
  "copyfiles": "^2.4.1",
20
20
  "rimraf": "^5.0.5",
21
21
  "typescript": "*",
22
- "@akinon/typescript-config": "1.1.7"
22
+ "@akinon/typescript-config": "1.1.8"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^18 || ^19",