@memori.ai/memori-react 2.0.4 → 2.0.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
 
2
2
 
3
+ ## [2.0.5](https://github.com/memori-ai/memori-react/compare/v2.0.4...v2.0.5) (2023-04-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * totem layout blob z-index ([5808bdf](https://github.com/memori-ai/memori-react/commit/5808bdfa6875a3083e787b40f49c3cc836edfdd5))
9
+
3
10
  ## [2.0.4](https://github.com/memori-ai/memori-react/compare/v2.0.3...v2.0.4) (2023-04-24)
4
11
 
5
12
 
@@ -129,6 +129,10 @@
129
129
  font-size: 125%;
130
130
  }
131
131
 
132
+ .memori-totem-layout--avatar .memori-blob {
133
+ z-index: 2;
134
+ }
135
+
132
136
  .memori-totem-layout--avatar .memori--avatar-wrapper > div canvas + div {
133
137
  position: absolute !important;
134
138
  width: 100%;
@@ -129,6 +129,10 @@
129
129
  font-size: 125%;
130
130
  }
131
131
 
132
+ .memori-totem-layout--avatar .memori-blob {
133
+ z-index: 2;
134
+ }
135
+
132
136
  .memori-totem-layout--avatar .memori--avatar-wrapper > div canvas + div {
133
137
  position: absolute !important;
134
138
  width: 100%;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.4",
2
+ "version": "2.0.5",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -129,6 +129,10 @@
129
129
  font-size: 125%;
130
130
  }
131
131
 
132
+ .memori-totem-layout--avatar .memori-blob {
133
+ z-index: 2;
134
+ }
135
+
132
136
  .memori-totem-layout--avatar .memori--avatar-wrapper > div canvas + div {
133
137
  position: absolute !important;
134
138
  width: 100%;