cja-phoenix 0.24.9 → 0.24.10
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/dist/cja-phoenix.es.js
CHANGED
|
@@ -19683,7 +19683,11 @@ const q4 = {
|
|
|
19683
19683
|
max: 1199
|
|
19684
19684
|
},
|
|
19685
19685
|
xl: {
|
|
19686
|
-
min: 1200
|
|
19686
|
+
min: 1200,
|
|
19687
|
+
max: 1439
|
|
19688
|
+
},
|
|
19689
|
+
xxl: {
|
|
19690
|
+
min: 1440
|
|
19687
19691
|
}
|
|
19688
19692
|
}, O4 = (e) => {
|
|
19689
19693
|
for (const t in Dc)
|
package/package.json
CHANGED