@memori.ai/memori-react 1.0.0-alpha.5 → 1.0.0-alpha.7
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/components/Blob/Blob.css +1 -2
- package/dist/components/MemoriWidget/MemoriWidget.css +3 -2
- package/esm/components/Blob/Blob.css +1 -2
- package/esm/components/MemoriWidget/MemoriWidget.css +3 -2
- package/package.json +1 -1
- package/src/components/Blob/Blob.css +1 -2
- package/src/components/MemoriWidget/MemoriWidget.css +3 -2
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
font-size: 20vmin;
|
|
19
19
|
mix-blend-mode: screen;
|
|
20
20
|
transform: translate(var(--memori-blob-x, -50%), var(--memori-blob-y, -50%)) rotate(0deg);
|
|
21
|
-
|
|
22
|
-
transform-origin: var(-(--memori-blob-y)) var(-(--memori-blob-x));
|
|
21
|
+
transform-origin: 50% 50%;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
@media screen and (max-height: 1280px) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root,
|
|
2
|
-
#root
|
|
2
|
+
#root,
|
|
3
|
+
.memori-widget {
|
|
3
4
|
--memori-primary: rgb(102, 103, 171);
|
|
4
5
|
--memori-primary-text: #000;
|
|
5
6
|
--memori-inner-content-pad: 1rem;
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
--memori-button-text: #000;
|
|
11
12
|
--memori-button-padding: 0.5rem 1.5rem;
|
|
12
13
|
--memori-button-border-color: #d9d9d9;
|
|
13
|
-
--memori-button-
|
|
14
|
+
--memori-button-radius: 5px;
|
|
14
15
|
--memori-button-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
|
|
15
16
|
--memori-blur-background: 0;
|
|
16
17
|
--memori-drawer--width: 100%;
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
font-size: 20vmin;
|
|
19
19
|
mix-blend-mode: screen;
|
|
20
20
|
transform: translate(var(--memori-blob-x, -50%), var(--memori-blob-y, -50%)) rotate(0deg);
|
|
21
|
-
|
|
22
|
-
transform-origin: var(-(--memori-blob-y)) var(-(--memori-blob-x));
|
|
21
|
+
transform-origin: 50% 50%;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
@media screen and (max-height: 1280px) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root,
|
|
2
|
-
#root
|
|
2
|
+
#root,
|
|
3
|
+
.memori-widget {
|
|
3
4
|
--memori-primary: rgb(102, 103, 171);
|
|
4
5
|
--memori-primary-text: #000;
|
|
5
6
|
--memori-inner-content-pad: 1rem;
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
--memori-button-text: #000;
|
|
11
12
|
--memori-button-padding: 0.5rem 1.5rem;
|
|
12
13
|
--memori-button-border-color: #d9d9d9;
|
|
13
|
-
--memori-button-
|
|
14
|
+
--memori-button-radius: 5px;
|
|
14
15
|
--memori-button-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
|
|
15
16
|
--memori-blur-background: 0;
|
|
16
17
|
--memori-drawer--width: 100%;
|
package/package.json
CHANGED
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
font-size: 20vmin;
|
|
19
19
|
mix-blend-mode: screen;
|
|
20
20
|
transform: translate(var(--memori-blob-x, -50%), var(--memori-blob-y, -50%)) rotate(0deg);
|
|
21
|
-
|
|
22
|
-
transform-origin: var(-(--memori-blob-y)) var(-(--memori-blob-x));
|
|
21
|
+
transform-origin: 50% 50%;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
@media screen and (max-height: 1280px) {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root,
|
|
2
|
-
#root
|
|
2
|
+
#root,
|
|
3
|
+
.memori-widget {
|
|
3
4
|
--memori-primary: rgb(102, 103, 171);
|
|
4
5
|
--memori-primary-text: #000;
|
|
5
6
|
--memori-inner-content-pad: 1rem;
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
--memori-button-text: #000;
|
|
11
12
|
--memori-button-padding: 0.5rem 1.5rem;
|
|
12
13
|
--memori-button-border-color: #d9d9d9;
|
|
13
|
-
--memori-button-
|
|
14
|
+
--memori-button-radius: 5px;
|
|
14
15
|
--memori-button-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
|
|
15
16
|
--memori-blur-background: 0;
|
|
16
17
|
--memori-drawer--width: 100%;
|