@retrivora-ai/rag-engine 1.8.5 → 1.8.6

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.css CHANGED
@@ -108,6 +108,8 @@
108
108
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
109
109
  --default-font-family: var(--font-sans);
110
110
  --default-mono-font-family: var(--font-mono);
111
+ --animate-shapeshift: shapeshift 5s ease-in-out infinite forwards;
112
+ --animate-gradientMove: gradientMove 3.5s ease-in-out infinite alternate;
111
113
  }
112
114
  }
113
115
  @layer base {
@@ -1801,6 +1803,20 @@
1801
1803
  }
1802
1804
  }
1803
1805
  }
1806
+ .group-hover\:animate-gradientMove {
1807
+ &:is(:where(.group):hover *) {
1808
+ @media (hover: hover) {
1809
+ animation: var(--animate-gradientMove);
1810
+ }
1811
+ }
1812
+ }
1813
+ .group-hover\:animate-shapeshift {
1814
+ &:is(:where(.group):hover *) {
1815
+ @media (hover: hover) {
1816
+ animation: var(--animate-shapeshift);
1817
+ }
1818
+ }
1819
+ }
1804
1820
  .group-hover\:rounded-none {
1805
1821
  &:is(:where(.group):hover *) {
1806
1822
  @media (hover: hover) {
@@ -2818,6 +2834,86 @@
2818
2834
  }
2819
2835
  }
2820
2836
  }
2837
+ @layer base {
2838
+ :root {
2839
+ --star: shape(
2840
+ evenodd from 50% 24.787%,
2841
+ curve by 7.143% 18.016% with 0% 0% / 2.9725% 13.814%,
2842
+ curve by 17.882% 7.197% with 4.171% 4.2025% / 17.882% 7.197%,
2843
+ curve by -17.882% 8.6765% with 0% 0% / -13.711% 4.474%,
2844
+ curve by -7.143% 16.5365% with -4.1705% 4.202% / -7.143% 16.5365%,
2845
+ curve by -8.6115% -16.5365% with 0% 0% / -4.441% -12.3345%,
2846
+ curve by -16.4135% -8.6765% with -4.171% -4.2025% / -16.4135% -8.6765%,
2847
+ curve by 16.4135% -7.197% with 0% 0% / 12.2425% -2.9945%,
2848
+ curve by 8.6115% -18.016% with 4.1705% -4.202% / 8.6115% -18.016%,
2849
+ close
2850
+ );
2851
+ --flower: shape(
2852
+ evenodd from 17.9665% 82.0335%,
2853
+ curve by -12.349% -32.0335% with -13.239% -5.129% / -18.021% -15.402%,
2854
+ curve by -0.0275% -22.203% with -3.1825% -9.331% / -3.074% -16.6605%,
2855
+ curve by 12.3765% -9.8305% with 2.3835% -4.3365% / 6.565% -7.579%,
2856
+ curve by 32.0335% -12.349% with 5.129% -13.239% / 15.402% -18.021%,
2857
+ curve by 20.4535% -0.8665% with 8.3805% -2.858% / 15.1465% -3.062%,
2858
+ curve by 11.58% 13.2155% with 5.225% 2.161% / 9.0355% 6.6475%,
2859
+ curve by 12.349% 32.0335% with 13.239% 5.129% / 18.021% 15.402%,
2860
+ curve by 0.5715% 21.1275% with 2.9805% 8.7395% / 3.0745% 15.723%,
2861
+ curve by -12.9205% 10.906% with -2.26% 4.88% / -6.638% 8.472%,
2862
+ curve by -32.0335% 12.349% with -5.129% 13.239% / -15.402% 18.021%,
2863
+ curve by -21.1215% 0.5745% with -8.736% 2.9795% / -15.718% 3.0745%,
2864
+ curve by -10.912% -12.9235% with -4.883% -2.2595% / -8.477% -6.6385%,
2865
+ close
2866
+ );
2867
+ --hexagon: shape(
2868
+ evenodd from 6.47% 67.001%,
2869
+ curve by 0% -34.002% with -1.1735% -7.7% / -1.1735% -26.302%,
2870
+ curve by 7.0415% -12.1965% with 0.7075% -4.641% / 3.3765% -9.2635%,
2871
+ curve by 29.447% -17.001% with 6.0815% -4.8665% / 22.192% -14.1675%,
2872
+ curve by 14.083% 0% with 4.3725% -1.708% / 9.7105% -1.708%,
2873
+ curve by 29.447% 17.001% with 7.255% 2.8335% / 23.3655% 12.1345%,
2874
+ curve by 7.0415% 12.1965% with 3.665% 2.933% / 6.334% 7.5555%,
2875
+ curve by 0% 34.002% with 1.1735% 7.7% / 1.1735% 26.302%,
2876
+ curve by -7.0415% 12.1965% with -0.7075% 4.641% / -3.3765% 9.2635%,
2877
+ curve by -29.447% 17.001% with -6.0815% 4.8665% / -22.192% 14.1675%,
2878
+ curve by -14.083% 0% with -4.3725% 1.708% / -9.7105% 1.708%,
2879
+ curve by -29.447% -17.001% with -7.255% -2.8335% / -23.3655% -12.1345%,
2880
+ curve by -7.0415% -12.1965% with -3.665% -2.933% / -6.334% -7.5555%,
2881
+ close
2882
+ );
2883
+ --cylinder: shape(
2884
+ evenodd from 10.5845% 59.7305%,
2885
+ curve by 0% -19.461% with -0.113% -1.7525% / -0.11% -18.14%,
2886
+ curve by 10.098% -26.213% with 0.837% -10.0375% / 3.821% -19.2625%,
2887
+ curve by 29.3175% -13.0215% with 7.2175% -7.992% / 17.682% -13.0215%,
2888
+ curve by 19.5845% 5.185% with 7.1265% 0% / 13.8135% 1.887%,
2889
+ curve by 9.8595% 7.9775% with 3.7065% 2.1185% / 7.035% 4.8195%,
2890
+ curve by 9.9715% 26.072% with 6.2015% 6.933% / 9.4345% 16.082%,
2891
+ curve by 0% 19.461% with 0.074% 1.384% / 0.0745% 17.7715%,
2892
+ curve by -13.0065% 29.1155% with -0.511% 11.5345% / -5.021% 21.933%,
2893
+ curve by -26.409% 10.119% with -6.991% 6.288% / -16.254% 10.119%,
2894
+ curve by -20.945% -5.9995% with -7.6935% 0% / -14.8755% -2.199%,
2895
+ curve by -8.713% -7.404% with -3.255% -2.0385% / -6.1905% -4.537%,
2896
+ curve by -9.7575% -25.831% with -6.074% -6.9035% / -9.1205% -15.963%,
2897
+ close
2898
+ );
2899
+ --circle: shape(
2900
+ evenodd from 13.482% 79.505%,
2901
+ curve by -7.1945% -12.47% with -1.4985% -1.8575% / -6.328% -10.225%,
2902
+ curve by 0.0985% -33.8965% with -4.1645% -10.7945% / -4.1685% -23.0235%,
2903
+ curve by 6.9955% -12.101% with 1.72% -4.3825% / 4.0845% -8.458%,
2904
+ curve by 30.125% -17.119% with 7.339% -9.1825% / 18.4775% -15.5135%,
2905
+ curve by 13.4165% 0.095% with 4.432% -0.6105% / 8.9505% -0.5855%,
2906
+ curve by 29.364% 16.9% with 11.6215% 1.77% / 22.102% 7.9015%,
2907
+ curve by 7.176% 12.4145% with 3.002% 3.7195% / 5.453% 7.968%,
2908
+ curve by -0.0475% 33.8925% with 4.168% 10.756% / 4.2305% 22.942%,
2909
+ curve by -7.1135% 12.2825% with -1.74% 4.4535% / -4.1455% 8.592%,
2910
+ curve by -29.404% 16.9075% with -7.202% 8.954% / -18.019% 15.137%,
2911
+ curve by -14.19% -0.018% with -4.6635% 0.7255% / -9.4575% 0.7205%,
2912
+ curve by -29.226% -16.8875% with -11.573% -1.8065% / -21.9955% -7.9235%,
2913
+ close
2914
+ );
2915
+ }
2916
+ }
2821
2917
  @property --tw-translate-x {
2822
2918
  syntax: "*";
2823
2919
  inherits: false;
@@ -3118,6 +3214,33 @@
3118
3214
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
3119
3215
  }
3120
3216
  }
3217
+ @keyframes shapeshift {
3218
+ 0% {
3219
+ clip-path: var(--circle);
3220
+ rotate: 0turn;
3221
+ }
3222
+ 25% {
3223
+ clip-path: var(--flower);
3224
+ }
3225
+ 50% {
3226
+ clip-path: var(--cylinder);
3227
+ }
3228
+ 75% {
3229
+ clip-path: var(--hexagon);
3230
+ }
3231
+ 100% {
3232
+ clip-path: var(--circle);
3233
+ rotate: 1turn;
3234
+ }
3235
+ }
3236
+ @keyframes gradientMove {
3237
+ 0% {
3238
+ translate: 0 0;
3239
+ }
3240
+ 100% {
3241
+ translate: -75% -75%;
3242
+ }
3243
+ }
3121
3244
  @layer properties {
3122
3245
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3123
3246
  *, ::before, ::after, ::backdrop {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retrivora-ai/rag-engine",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "description": "Retrivora AI is a plug-and-play AI engine for RAG chat experiences — generic vector DB + LLM provider, embeddable or standalone.",
5
5
  "author": "Abhinav Alkuchi",
6
6
  "license": "MIT",
package/src/tailwind.css CHANGED
@@ -1,2 +1,101 @@
1
1
  @import "tailwindcss";
2
- @source "./**/*.{ts,tsx,js,jsx}";
2
+ @source "./**/*.{ts,tsx,js,jsx}";
3
+
4
+ @theme {
5
+ --animate-shapeshift: shapeshift 5s ease-in-out infinite forwards;
6
+ --animate-gradientMove: gradientMove 3.5s ease-in-out infinite alternate;
7
+
8
+ @keyframes shapeshift {
9
+ 0% { clip-path: var(--circle); rotate: 0turn; }
10
+ 25% { clip-path: var(--flower); }
11
+ 50% { clip-path: var(--cylinder); }
12
+ 75% { clip-path: var(--hexagon); }
13
+ 100% { clip-path: var(--circle); rotate: 1turn; }
14
+ }
15
+
16
+ @keyframes gradientMove {
17
+ 0% { translate: 0 0; }
18
+ 100% { translate: -75% -75%; }
19
+ }
20
+ }
21
+
22
+ @layer base {
23
+ :root {
24
+ --star: shape(
25
+ evenodd from 50% 24.787%,
26
+ curve by 7.143% 18.016% with 0% 0% / 2.9725% 13.814%,
27
+ curve by 17.882% 7.197% with 4.171% 4.2025% / 17.882% 7.197%,
28
+ curve by -17.882% 8.6765% with 0% 0% / -13.711% 4.474%,
29
+ curve by -7.143% 16.5365% with -4.1705% 4.202% / -7.143% 16.5365%,
30
+ curve by -8.6115% -16.5365% with 0% 0% / -4.441% -12.3345%,
31
+ curve by -16.4135% -8.6765% with -4.171% -4.2025% / -16.4135% -8.6765%,
32
+ curve by 16.4135% -7.197% with 0% 0% / 12.2425% -2.9945%,
33
+ curve by 8.6115% -18.016% with 4.1705% -4.202% / 8.6115% -18.016%,
34
+ close
35
+ );
36
+ --flower: shape(
37
+ evenodd from 17.9665% 82.0335%,
38
+ curve by -12.349% -32.0335% with -13.239% -5.129% / -18.021% -15.402%,
39
+ curve by -0.0275% -22.203% with -3.1825% -9.331% / -3.074% -16.6605%,
40
+ curve by 12.3765% -9.8305% with 2.3835% -4.3365% / 6.565% -7.579%,
41
+ curve by 32.0335% -12.349% with 5.129% -13.239% / 15.402% -18.021%,
42
+ curve by 20.4535% -0.8665% with 8.3805% -2.858% / 15.1465% -3.062%,
43
+ curve by 11.58% 13.2155% with 5.225% 2.161% / 9.0355% 6.6475%,
44
+ curve by 12.349% 32.0335% with 13.239% 5.129% / 18.021% 15.402%,
45
+ curve by 0.5715% 21.1275% with 2.9805% 8.7395% / 3.0745% 15.723%,
46
+ curve by -12.9205% 10.906% with -2.26% 4.88% / -6.638% 8.472%,
47
+ curve by -32.0335% 12.349% with -5.129% 13.239% / -15.402% 18.021%,
48
+ curve by -21.1215% 0.5745% with -8.736% 2.9795% / -15.718% 3.0745%,
49
+ curve by -10.912% -12.9235% with -4.883% -2.2595% / -8.477% -6.6385%,
50
+ close
51
+ );
52
+ --hexagon: shape(
53
+ evenodd from 6.47% 67.001%,
54
+ curve by 0% -34.002% with -1.1735% -7.7% / -1.1735% -26.302%,
55
+ curve by 7.0415% -12.1965% with 0.7075% -4.641% / 3.3765% -9.2635%,
56
+ curve by 29.447% -17.001% with 6.0815% -4.8665% / 22.192% -14.1675%,
57
+ curve by 14.083% 0% with 4.3725% -1.708% / 9.7105% -1.708%,
58
+ curve by 29.447% 17.001% with 7.255% 2.8335% / 23.3655% 12.1345%,
59
+ curve by 7.0415% 12.1965% with 3.665% 2.933% / 6.334% 7.5555%,
60
+ curve by 0% 34.002% with 1.1735% 7.7% / 1.1735% 26.302%,
61
+ curve by -7.0415% 12.1965% with -0.7075% 4.641% / -3.3765% 9.2635%,
62
+ curve by -29.447% 17.001% with -6.0815% 4.8665% / -22.192% 14.1675%,
63
+ curve by -14.083% 0% with -4.3725% 1.708% / -9.7105% 1.708%,
64
+ curve by -29.447% -17.001% with -7.255% -2.8335% / -23.3655% -12.1345%,
65
+ curve by -7.0415% -12.1965% with -3.665% -2.933% / -6.334% -7.5555%,
66
+ close
67
+ );
68
+ --cylinder: shape(
69
+ evenodd from 10.5845% 59.7305%,
70
+ curve by 0% -19.461% with -0.113% -1.7525% / -0.11% -18.14%,
71
+ curve by 10.098% -26.213% with 0.837% -10.0375% / 3.821% -19.2625%,
72
+ curve by 29.3175% -13.0215% with 7.2175% -7.992% / 17.682% -13.0215%,
73
+ curve by 19.5845% 5.185% with 7.1265% 0% / 13.8135% 1.887%,
74
+ curve by 9.8595% 7.9775% with 3.7065% 2.1185% / 7.035% 4.8195%,
75
+ curve by 9.9715% 26.072% with 6.2015% 6.933% / 9.4345% 16.082%,
76
+ curve by 0% 19.461% with 0.074% 1.384% / 0.0745% 17.7715%,
77
+ curve by -13.0065% 29.1155% with -0.511% 11.5345% / -5.021% 21.933%,
78
+ curve by -26.409% 10.119% with -6.991% 6.288% / -16.254% 10.119%,
79
+ curve by -20.945% -5.9995% with -7.6935% 0% / -14.8755% -2.199%,
80
+ curve by -8.713% -7.404% with -3.255% -2.0385% / -6.1905% -4.537%,
81
+ curve by -9.7575% -25.831% with -6.074% -6.9035% / -9.1205% -15.963%,
82
+ close
83
+ );
84
+ --circle: shape(
85
+ evenodd from 13.482% 79.505%,
86
+ curve by -7.1945% -12.47% with -1.4985% -1.8575% / -6.328% -10.225%,
87
+ curve by 0.0985% -33.8965% with -4.1645% -10.7945% / -4.1685% -23.0235%,
88
+ curve by 6.9955% -12.101% with 1.72% -4.3825% / 4.0845% -8.458%,
89
+ curve by 30.125% -17.119% with 7.339% -9.1825% / 18.4775% -15.5135%,
90
+ curve by 13.4165% 0.095% with 4.432% -0.6105% / 8.9505% -0.5855%,
91
+ curve by 29.364% 16.9% with 11.6215% 1.77% / 22.102% 7.9015%,
92
+ curve by 7.176% 12.4145% with 3.002% 3.7195% / 5.453% 7.968%,
93
+ curve by -0.0475% 33.8925% with 4.168% 10.756% / 4.2305% 22.942%,
94
+ curve by -7.1135% 12.2825% with -1.74% 4.4535% / -4.1455% 8.592%,
95
+ curve by -29.404% 16.9075% with -7.202% 8.954% / -18.019% 15.137%,
96
+ curve by -14.19% -0.018% with -4.6635% 0.7255% / -9.4575% 0.7205%,
97
+ curve by -29.226% -16.8875% with -11.573% -1.8065% / -21.9955% -7.9235%,
98
+ close
99
+ );
100
+ }
101
+ }