@lobehub/ui 1.164.0 → 1.164.1

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.
@@ -10,7 +10,7 @@
10
10
 
11
11
  @keyframes fill {
12
12
  30% {
13
- fill-opacity: 20%;
13
+ fill-opacity: 5%;
14
14
  }
15
15
 
16
16
  100% {
@@ -27,6 +27,6 @@
27
27
  stroke-width: 0.25em;
28
28
 
29
29
  animation:
30
- draw 2s ease-in-out infinite,
31
- fill 2s linear infinite;
30
+ draw 2s cubic-bezier(0.4, 0, 0.2, 1) infinite,
31
+ fill 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.164.0",
3
+ "version": "1.164.1",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",