@memori.ai/memori-react 2.5.0 → 2.5.1
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.5.1](https://github.com/memori-ai/memori-react/compare/v2.5.0...v2.5.1) (2023-06-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* select colors and font ([cf4e98a](https://github.com/memori-ai/memori-react/commit/cf4e98ad96770fbe5fa5404a6d751275a68e0a5d))
|
|
9
|
+
|
|
3
10
|
## [2.5.0](https://github.com/memori-ai/memori-react/compare/v2.4.2...v2.5.0) (2023-06-20)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
background: transparent;
|
|
17
17
|
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
|
|
18
18
|
rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
|
|
19
|
+
color: var(--memori-text-color, #333);
|
|
19
20
|
cursor: pointer;
|
|
21
|
+
font-family: 'Exo 2', sans-serif;
|
|
22
|
+
font-size: 16px;
|
|
20
23
|
text-align: left;
|
|
21
24
|
}
|
|
22
25
|
|
|
@@ -133,4 +136,4 @@ li.memori-select--option:focus {
|
|
|
133
136
|
li.memori-select--option:focus {
|
|
134
137
|
outline: 2px solid #63b3ed;
|
|
135
138
|
outline-offset: 2px;
|
|
136
|
-
}
|
|
139
|
+
}
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
background: transparent;
|
|
17
17
|
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
|
|
18
18
|
rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
|
|
19
|
+
color: var(--memori-text-color, #333);
|
|
19
20
|
cursor: pointer;
|
|
21
|
+
font-family: 'Exo 2', sans-serif;
|
|
22
|
+
font-size: 16px;
|
|
20
23
|
text-align: left;
|
|
21
24
|
}
|
|
22
25
|
|
|
@@ -133,4 +136,4 @@ li.memori-select--option:focus {
|
|
|
133
136
|
li.memori-select--option:focus {
|
|
134
137
|
outline: 2px solid #63b3ed;
|
|
135
138
|
outline-offset: 2px;
|
|
136
|
-
}
|
|
139
|
+
}
|
package/package.json
CHANGED
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
background: transparent;
|
|
17
17
|
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
|
|
18
18
|
rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
|
|
19
|
+
color: var(--memori-text-color, #333);
|
|
19
20
|
cursor: pointer;
|
|
21
|
+
font-family: 'Exo 2', sans-serif;
|
|
22
|
+
font-size: 16px;
|
|
20
23
|
text-align: left;
|
|
21
24
|
}
|
|
22
25
|
|
|
@@ -133,4 +136,4 @@ li.memori-select--option:focus {
|
|
|
133
136
|
li.memori-select--option:focus {
|
|
134
137
|
outline: 2px solid #63b3ed;
|
|
135
138
|
outline-offset: 2px;
|
|
136
|
-
}
|
|
139
|
+
}
|