pixelplay 1.1.4 → 1.2.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/CHANGELOG.md +48 -20
- package/dist/index.d.mts +12 -8
- package/dist/index.d.ts +12 -8
- package/dist/index.js +7857 -4645
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7866 -4648
- package/dist/index.mjs.map +1 -1
- package/dist/server.d.mts +9 -12
- package/dist/server.d.ts +9 -12
- package/dist/server.js +56 -36
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +56 -36
- package/dist/server.mjs.map +1 -1
- package/dist/styles.css +96 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -138,6 +138,18 @@
|
|
|
138
138
|
--shadow-lg: 0 4px 12px -2px rgba(0,0,0,0.22);
|
|
139
139
|
--shadow-xl: 0 8px 24px -4px rgba(0,0,0,0.22);
|
|
140
140
|
--shadow-2xl: 0 12px 36px -6px rgba(0,0,0,0.24);
|
|
141
|
+
--spacing-page-x: 1rem;
|
|
142
|
+
--spacing-page-y: 1.5rem;
|
|
143
|
+
--spacing-card-x: 1.25rem;
|
|
144
|
+
--spacing-card-y: 1rem;
|
|
145
|
+
--spacing-section-gap: 1.5rem;
|
|
146
|
+
--spacing-row-gap: 1rem;
|
|
147
|
+
--spacing-col-gap: 1rem;
|
|
148
|
+
--spacing-header-h: 3.5rem;
|
|
149
|
+
--spacing-sidebar-w: 17.25rem;
|
|
150
|
+
--spacing-filter-bar-x: 1rem;
|
|
151
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
152
|
+
--spacing-aside-w: 20rem;
|
|
141
153
|
}
|
|
142
154
|
|
|
143
155
|
.dark {
|
|
@@ -279,6 +291,18 @@
|
|
|
279
291
|
--shadow-lg: 0 4px 12px -2px rgba(0,0,0,0.22);
|
|
280
292
|
--shadow-xl: 0 8px 24px -4px rgba(0,0,0,0.22);
|
|
281
293
|
--shadow-2xl: 0 12px 36px -6px rgba(0,0,0,0.24);
|
|
294
|
+
--spacing-page-x: 1rem;
|
|
295
|
+
--spacing-page-y: 1.5rem;
|
|
296
|
+
--spacing-card-x: 1.25rem;
|
|
297
|
+
--spacing-card-y: 1rem;
|
|
298
|
+
--spacing-section-gap: 1.5rem;
|
|
299
|
+
--spacing-row-gap: 1rem;
|
|
300
|
+
--spacing-col-gap: 1rem;
|
|
301
|
+
--spacing-header-h: 3.5rem;
|
|
302
|
+
--spacing-sidebar-w: 17.25rem;
|
|
303
|
+
--spacing-filter-bar-x: 1rem;
|
|
304
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
305
|
+
--spacing-aside-w: 20rem;
|
|
282
306
|
}
|
|
283
307
|
|
|
284
308
|
[data-design-theme="inkwell"] {
|
|
@@ -420,6 +444,18 @@
|
|
|
420
444
|
--shadow-lg: 0 4px 12px -2px rgba(0,0,0,0.22);
|
|
421
445
|
--shadow-xl: 0 8px 24px -4px rgba(0,0,0,0.22);
|
|
422
446
|
--shadow-2xl: 0 12px 36px -6px rgba(0,0,0,0.24);
|
|
447
|
+
--spacing-page-x: 1rem;
|
|
448
|
+
--spacing-page-y: 1.5rem;
|
|
449
|
+
--spacing-card-x: 1.25rem;
|
|
450
|
+
--spacing-card-y: 1rem;
|
|
451
|
+
--spacing-section-gap: 1.5rem;
|
|
452
|
+
--spacing-row-gap: 1rem;
|
|
453
|
+
--spacing-col-gap: 1rem;
|
|
454
|
+
--spacing-header-h: 3.5rem;
|
|
455
|
+
--spacing-sidebar-w: 17.25rem;
|
|
456
|
+
--spacing-filter-bar-x: 1rem;
|
|
457
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
458
|
+
--spacing-aside-w: 20rem;
|
|
423
459
|
}
|
|
424
460
|
|
|
425
461
|
[data-design-theme="inkwell"].dark {
|
|
@@ -561,6 +597,18 @@
|
|
|
561
597
|
--shadow-lg: 0 4px 12px -2px rgba(0,0,0,0.22);
|
|
562
598
|
--shadow-xl: 0 8px 24px -4px rgba(0,0,0,0.22);
|
|
563
599
|
--shadow-2xl: 0 12px 36px -6px rgba(0,0,0,0.24);
|
|
600
|
+
--spacing-page-x: 1rem;
|
|
601
|
+
--spacing-page-y: 1.5rem;
|
|
602
|
+
--spacing-card-x: 1.25rem;
|
|
603
|
+
--spacing-card-y: 1rem;
|
|
604
|
+
--spacing-section-gap: 1.5rem;
|
|
605
|
+
--spacing-row-gap: 1rem;
|
|
606
|
+
--spacing-col-gap: 1rem;
|
|
607
|
+
--spacing-header-h: 3.5rem;
|
|
608
|
+
--spacing-sidebar-w: 17.25rem;
|
|
609
|
+
--spacing-filter-bar-x: 1rem;
|
|
610
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
611
|
+
--spacing-aside-w: 20rem;
|
|
564
612
|
}
|
|
565
613
|
|
|
566
614
|
[data-design-theme="rosewood"] {
|
|
@@ -702,6 +750,18 @@
|
|
|
702
750
|
--shadow-lg: 0 8px 28px -4px rgba(68,44,46,0.06);
|
|
703
751
|
--shadow-xl: 0 16px 44px -6px rgba(68,44,46,0.06);
|
|
704
752
|
--shadow-2xl: 0 24px 60px -8px rgba(68,44,46,0.06);
|
|
753
|
+
--spacing-page-x: 1rem;
|
|
754
|
+
--spacing-page-y: 1.5rem;
|
|
755
|
+
--spacing-card-x: 1.25rem;
|
|
756
|
+
--spacing-card-y: 1rem;
|
|
757
|
+
--spacing-section-gap: 1.5rem;
|
|
758
|
+
--spacing-row-gap: 1rem;
|
|
759
|
+
--spacing-col-gap: 1rem;
|
|
760
|
+
--spacing-header-h: 3.5rem;
|
|
761
|
+
--spacing-sidebar-w: 17.25rem;
|
|
762
|
+
--spacing-filter-bar-x: 1rem;
|
|
763
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
764
|
+
--spacing-aside-w: 20rem;
|
|
705
765
|
}
|
|
706
766
|
|
|
707
767
|
[data-design-theme="rosewood"].dark {
|
|
@@ -843,6 +903,18 @@
|
|
|
843
903
|
--shadow-lg: 0 8px 28px -4px rgba(68,44,46,0.06);
|
|
844
904
|
--shadow-xl: 0 16px 44px -6px rgba(68,44,46,0.06);
|
|
845
905
|
--shadow-2xl: 0 24px 60px -8px rgba(68,44,46,0.06);
|
|
906
|
+
--spacing-page-x: 1rem;
|
|
907
|
+
--spacing-page-y: 1.5rem;
|
|
908
|
+
--spacing-card-x: 1.25rem;
|
|
909
|
+
--spacing-card-y: 1rem;
|
|
910
|
+
--spacing-section-gap: 1.5rem;
|
|
911
|
+
--spacing-row-gap: 1rem;
|
|
912
|
+
--spacing-col-gap: 1rem;
|
|
913
|
+
--spacing-header-h: 3.5rem;
|
|
914
|
+
--spacing-sidebar-w: 17.25rem;
|
|
915
|
+
--spacing-filter-bar-x: 1rem;
|
|
916
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
917
|
+
--spacing-aside-w: 20rem;
|
|
846
918
|
}
|
|
847
919
|
|
|
848
920
|
[data-design-theme="botanica"] {
|
|
@@ -984,6 +1056,18 @@
|
|
|
984
1056
|
--shadow-lg: 0 6px 20px -4px rgba(26,58,42,0.12);
|
|
985
1057
|
--shadow-xl: 0 12px 32px -6px rgba(26,58,42,0.12);
|
|
986
1058
|
--shadow-2xl: 0 20px 48px -8px rgba(26,58,42,0.14);
|
|
1059
|
+
--spacing-page-x: 1rem;
|
|
1060
|
+
--spacing-page-y: 1.5rem;
|
|
1061
|
+
--spacing-card-x: 1.5rem;
|
|
1062
|
+
--spacing-card-y: 1.25rem;
|
|
1063
|
+
--spacing-section-gap: 1.5rem;
|
|
1064
|
+
--spacing-row-gap: 1rem;
|
|
1065
|
+
--spacing-col-gap: 1rem;
|
|
1066
|
+
--spacing-header-h: 3.5rem;
|
|
1067
|
+
--spacing-sidebar-w: 17.25rem;
|
|
1068
|
+
--spacing-filter-bar-x: 1rem;
|
|
1069
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
1070
|
+
--spacing-aside-w: 20rem;
|
|
987
1071
|
}
|
|
988
1072
|
|
|
989
1073
|
[data-design-theme="botanica"].dark {
|
|
@@ -1125,4 +1209,16 @@
|
|
|
1125
1209
|
--shadow-lg: 0 6px 20px -4px rgba(26,58,42,0.12);
|
|
1126
1210
|
--shadow-xl: 0 12px 32px -6px rgba(26,58,42,0.12);
|
|
1127
1211
|
--shadow-2xl: 0 20px 48px -8px rgba(26,58,42,0.14);
|
|
1212
|
+
--spacing-page-x: 1rem;
|
|
1213
|
+
--spacing-page-y: 1.5rem;
|
|
1214
|
+
--spacing-card-x: 1.5rem;
|
|
1215
|
+
--spacing-card-y: 1.25rem;
|
|
1216
|
+
--spacing-section-gap: 1.5rem;
|
|
1217
|
+
--spacing-row-gap: 1rem;
|
|
1218
|
+
--spacing-col-gap: 1rem;
|
|
1219
|
+
--spacing-header-h: 3.5rem;
|
|
1220
|
+
--spacing-sidebar-w: 17.25rem;
|
|
1221
|
+
--spacing-filter-bar-x: 1rem;
|
|
1222
|
+
--spacing-filter-bar-y: 0.75rem;
|
|
1223
|
+
--spacing-aside-w: 20rem;
|
|
1128
1224
|
}
|