@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l3mpire/ui",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -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;