@playpilot/tpi 5.25.0-beta.theme.2 → 5.25.0-beta.theme.3

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": "5.25.0-beta.theme.2",
3
+ "version": "5.25.0-beta.theme.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -141,7 +141,7 @@
141
141
  $max-width: 600px;
142
142
 
143
143
  .modal {
144
- --playpilot-detail-background-border-radius: theme(detail-border-radius, #{margin(1)} #{margin(1)} 0 0);
144
+ --playpilot-detail-background-border-radius: #{theme(detail-border-radius, margin(1) margin(1) 0 0)};
145
145
  z-index: 2147483647; // As high as she goes
146
146
  box-sizing: border-box;
147
147
  position: fixed;
@@ -192,7 +192,7 @@
192
192
  left: 0;
193
193
  width: 100%;
194
194
  height: margin(12);
195
- border-radius: theme(detail-background-border-radius);
195
+ border-radius: theme(detail-background-border-radius, 0px);
196
196
  overflow: hidden;
197
197
  background: theme(detail-background, lighter);
198
198
  z-index: 0;