@akinon/ui-ai-spinner 1.0.9 → 1.1.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
@@ -37,7 +37,7 @@ const AiSpinner = ({ text, icon = 'ai-star', showContainer = true, iconColor = u
37
37
  border: '3px solid transparent',
38
38
  borderImageSource: `linear-gradient(to bottom, ${gradientStart}, ${gradientEnd})`,
39
39
  borderImageSlice: 1,
40
- background: 'linear-gradient(to bottom, rgba(35, 43, 60, 0.4), rgba(35, 43, 60, 0.4))',
40
+ background: 'linear-gradient(to bottom, var(--color-ebonyClay-600-40), var(--color-ebonyClay-600-40))',
41
41
  backgroundClip: 'padding-box'
42
42
  },
43
43
  [`${prefixCls}.${baseCls}__container--hidden`]: {
package/dist/esm/index.js CHANGED
@@ -34,7 +34,7 @@ export const AiSpinner = ({ text, icon = 'ai-star', showContainer = true, iconCo
34
34
  border: '3px solid transparent',
35
35
  borderImageSource: `linear-gradient(to bottom, ${gradientStart}, ${gradientEnd})`,
36
36
  borderImageSlice: 1,
37
- background: 'linear-gradient(to bottom, rgba(35, 43, 60, 0.4), rgba(35, 43, 60, 0.4))',
37
+ background: 'linear-gradient(to bottom, var(--color-ebonyClay-600-40), var(--color-ebonyClay-600-40))',
38
38
  backgroundClip: 'padding-box'
39
39
  },
40
40
  [`${prefixCls}.${baseCls}__container--hidden`]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/ui-ai-spinner",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",
@@ -11,9 +11,9 @@
11
11
  "dependencies": {
12
12
  "@ant-design/cssinjs": "^1.24.0",
13
13
  "antd": "^5.27.0",
14
- "@akinon/ui-theme": "1.2.8",
15
- "@akinon/ui-typography": "1.2.7",
16
- "@akinon/icons": "1.2.8"
14
+ "@akinon/icons": "1.2.8",
15
+ "@akinon/ui-theme": "1.3.0",
16
+ "@akinon/ui-typography": "1.2.7"
17
17
  },
18
18
  "devDependencies": {
19
19
  "clean-package": "2.2.0",