@rapidaai/react 1.1.54 → 1.1.55

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.
@@ -504,6 +504,9 @@ video {
504
504
 
505
505
  /* Hide scrollbar for IE, Edge and Firefox */
506
506
  /* Add this line */
507
+ .visible {
508
+ visibility: visible;
509
+ }
507
510
  .static {
508
511
  position: static;
509
512
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rapidaai/react",
3
- "version": "1.1.54",
3
+ "version": "1.1.55",
4
4
  "description": "An easy to use react client for building generative ai application using Rapida platform.",
5
5
  "repository": {
6
6
  "type": "git",