@playpilot/tpi 6.2.4 → 6.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "6.2.4",
3
+ "version": "6.2.6",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -42,11 +42,12 @@
42
42
  border-radius: theme(exlore-search-border-radius, border-radius);
43
43
  background: theme(explore-search-background, content);
44
44
  color: theme(text-color-alt);
45
- font-size: theme(font-size-base);
45
+ font-size: theme(font-size-large);
46
46
  font-family: theme(font-family);
47
47
 
48
48
  &:focus {
49
- outline: 1px solid white;
49
+ outline: theme(explore-search-focus-outline, 1px solid white);
50
+ outline-offset: 0;
50
51
  }
51
52
 
52
53
  &::placeholder {
@@ -175,6 +175,7 @@
175
175
  justify-content: flex-start;
176
176
  align-items: center;
177
177
  overflow: auto;
178
+ overscroll-behavior: contain;
178
179
  top: 0;
179
180
  right: 0;
180
181
  bottom: 0;