@chrryai/chrry 1.2.39 → 1.2.43

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/App.module.scss CHANGED
@@ -81,6 +81,11 @@
81
81
  margin-right: toRem.toRem(3.5) !important;
82
82
  }
83
83
 
84
+ .zarathustra {
85
+ position: relative;
86
+ right: toRem.toRem(10);
87
+ }
88
+
84
89
  @keyframes slideInFromLeft {
85
90
  0% {
86
91
  left: -20px;
@@ -81,6 +81,11 @@
81
81
  margin-right: toRem.toRem(3.5) !important;
82
82
  }
83
83
 
84
+ .zarathustra {
85
+ position: relative;
86
+ right: toRem.toRem(10);
87
+ }
88
+
84
89
  @keyframes slideInFromLeft {
85
90
  0% {
86
91
  left: -20px;
package/dist/index.d.mts CHANGED
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
1407
1407
  declare function getFlag({ code }: {
1408
1408
  code?: string;
1409
1409
  }): string;
1410
- declare const VERSION = "1.2.39";
1410
+ declare const VERSION = "1.2.43";
1411
1411
  type instructionBase = {
1412
1412
  id: string;
1413
1413
  title: string;
package/dist/index.d.ts CHANGED
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
1407
1407
  declare function getFlag({ code }: {
1408
1408
  code?: string;
1409
1409
  }): string;
1410
- declare const VERSION = "1.2.39";
1410
+ declare const VERSION = "1.2.43";
1411
1411
  type instructionBase = {
1412
1412
  id: string;
1413
1413
  title: string;