@l3mpire/ui 3.5.0 → 3.5.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.
- package/dist/index.js +39 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +39 -28
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/globals.css +0 -15
package/package.json
CHANGED
package/src/styles/globals.css
CHANGED
|
@@ -859,10 +859,6 @@ body {
|
|
|
859
859
|
animation: ai-pulse 1.6s ease-in-out infinite;
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
.ai-gradient-text {
|
|
863
|
-
color: var(--core-text-functional-info);
|
|
864
|
-
}
|
|
865
|
-
|
|
866
862
|
.ai-orb {
|
|
867
863
|
position: relative;
|
|
868
864
|
width: 96px;
|
|
@@ -935,17 +931,6 @@ body {
|
|
|
935
931
|
}
|
|
936
932
|
}
|
|
937
933
|
|
|
938
|
-
@keyframes ai-reveal {
|
|
939
|
-
from {
|
|
940
|
-
opacity: 0;
|
|
941
|
-
transform: translateY(4px);
|
|
942
|
-
}
|
|
943
|
-
to {
|
|
944
|
-
opacity: 1;
|
|
945
|
-
transform: translateY(0);
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
|
|
949
934
|
@keyframes ai-ring {
|
|
950
935
|
0% {
|
|
951
936
|
opacity: 0.6;
|