@playpilot/tpi 8.17.0 → 8.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "8.17.0",
3
+ "version": "8.17.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -176,10 +176,13 @@
176
176
  }
177
177
 
178
178
  .unsupported-region {
179
+ position: relative;
179
180
  padding: margin(0.5) margin(1);
180
181
  margin: margin(0.5) 0;
181
- border: 1px solid theme(warning);
182
- background: theme(warning-dark);
182
+ background: theme(warning);
183
+ border: 1px solid black;
183
184
  border-radius: theme(border-radius);
185
+ font-weight: theme(font-bold);
186
+ color: black;
184
187
  }
185
188
  </style>