@mt-gloss/ui 0.1.135 → 0.1.137
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/{COMMITS-B_qGBoy7.js → COMMITS-B7dc_-m8.js} +1 -1
- package/composites-panels.js +567 -516
- package/index.js +2 -2
- package/lib/composites/panels/shells/SettingsShell.d.ts +12 -1
- package/lib/composites/panels/shells/settings/GhostSlotPill.d.ts +7 -0
- package/lib/composites/panels/shells/settings/SlotsControls.d.ts +6 -1
- package/lib/composites/panels/shells/settings/index.d.ts +3 -0
- package/package.json +1 -1
- package/ui.css +1 -1
|
@@ -363,7 +363,7 @@ function be() {
|
|
|
363
363
|
function Pe() {
|
|
364
364
|
return W(V);
|
|
365
365
|
}
|
|
366
|
-
const De = K.number().min(7).max(90), xe = K.array(K.string().min(1)).max(
|
|
366
|
+
const De = K.number().min(7).max(90), xe = K.array(K.string().min(1)).max(6);
|
|
367
367
|
function Ne(e, n) {
|
|
368
368
|
if (e === "timeframe") {
|
|
369
369
|
const t = De.safeParse(n);
|