@pandacss/preset-panda 1.11.2 → 2.0.0-beta.0

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Segun Adebayo
3
+ Copyright (c) 2023 Chakra Systems Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @pandacss/preset-panda
2
+
3
+ The default theme preset for [Panda CSS](https://panda-css.com) — colors, typography, spacing, and other design tokens.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install -D @pandacss/preset-panda
9
+ ```
10
+
11
+ ## Documentation
12
+
13
+ Visit the [Panda CSS documentation](https://panda-css.com) to learn more.
14
+
15
+ ## License
16
+
17
+ MIT © [Chakra Systems Inc.](https://github.com/chakra-ui)
package/dist/index.d.mts CHANGED
@@ -43,6 +43,9 @@ declare const preset: {
43
43
  square: {
44
44
  value: string;
45
45
  };
46
+ video: {
47
+ value: string;
48
+ };
46
49
  landscape: {
47
50
  value: string;
48
51
  };
@@ -160,6 +163,9 @@ declare const preset: {
160
163
  '2xl': {
161
164
  value: string;
162
165
  };
166
+ inner: {
167
+ value: string;
168
+ };
163
169
  'inset-2xs': {
164
170
  value: string;
165
171
  };
@@ -174,16 +180,51 @@ declare const preset: {
174
180
  current: {
175
181
  value: string;
176
182
  };
183
+ transparent: {
184
+ value: string;
185
+ };
177
186
  black: {
178
187
  value: string;
179
188
  };
180
189
  white: {
181
190
  value: string;
182
191
  };
183
- transparent: {
184
- value: string;
192
+ slate: {
193
+ 50: {
194
+ value: string;
195
+ };
196
+ 100: {
197
+ value: string;
198
+ };
199
+ 200: {
200
+ value: string;
201
+ };
202
+ 300: {
203
+ value: string;
204
+ };
205
+ 400: {
206
+ value: string;
207
+ };
208
+ 500: {
209
+ value: string;
210
+ };
211
+ 600: {
212
+ value: string;
213
+ };
214
+ 700: {
215
+ value: string;
216
+ };
217
+ 800: {
218
+ value: string;
219
+ };
220
+ 900: {
221
+ value: string;
222
+ };
223
+ 950: {
224
+ value: string;
225
+ };
185
226
  };
186
- rose: {
227
+ gray: {
187
228
  50: {
188
229
  value: string;
189
230
  };
@@ -218,7 +259,7 @@ declare const preset: {
218
259
  value: string;
219
260
  };
220
261
  };
221
- pink: {
262
+ zinc: {
222
263
  50: {
223
264
  value: string;
224
265
  };
@@ -253,7 +294,7 @@ declare const preset: {
253
294
  value: string;
254
295
  };
255
296
  };
256
- fuchsia: {
297
+ neutral: {
257
298
  50: {
258
299
  value: string;
259
300
  };
@@ -288,7 +329,7 @@ declare const preset: {
288
329
  value: string;
289
330
  };
290
331
  };
291
- purple: {
332
+ stone: {
292
333
  50: {
293
334
  value: string;
294
335
  };
@@ -323,7 +364,7 @@ declare const preset: {
323
364
  value: string;
324
365
  };
325
366
  };
326
- violet: {
367
+ mauve: {
327
368
  50: {
328
369
  value: string;
329
370
  };
@@ -358,7 +399,7 @@ declare const preset: {
358
399
  value: string;
359
400
  };
360
401
  };
361
- indigo: {
402
+ olive: {
362
403
  50: {
363
404
  value: string;
364
405
  };
@@ -393,7 +434,7 @@ declare const preset: {
393
434
  value: string;
394
435
  };
395
436
  };
396
- blue: {
437
+ mist: {
397
438
  50: {
398
439
  value: string;
399
440
  };
@@ -428,7 +469,7 @@ declare const preset: {
428
469
  value: string;
429
470
  };
430
471
  };
431
- sky: {
472
+ taupe: {
432
473
  50: {
433
474
  value: string;
434
475
  };
@@ -463,7 +504,7 @@ declare const preset: {
463
504
  value: string;
464
505
  };
465
506
  };
466
- cyan: {
507
+ red: {
467
508
  50: {
468
509
  value: string;
469
510
  };
@@ -498,7 +539,7 @@ declare const preset: {
498
539
  value: string;
499
540
  };
500
541
  };
501
- teal: {
542
+ orange: {
502
543
  50: {
503
544
  value: string;
504
545
  };
@@ -533,7 +574,7 @@ declare const preset: {
533
574
  value: string;
534
575
  };
535
576
  };
536
- emerald: {
577
+ amber: {
537
578
  50: {
538
579
  value: string;
539
580
  };
@@ -568,7 +609,7 @@ declare const preset: {
568
609
  value: string;
569
610
  };
570
611
  };
571
- green: {
612
+ yellow: {
572
613
  50: {
573
614
  value: string;
574
615
  };
@@ -638,7 +679,7 @@ declare const preset: {
638
679
  value: string;
639
680
  };
640
681
  };
641
- yellow: {
682
+ green: {
642
683
  50: {
643
684
  value: string;
644
685
  };
@@ -673,7 +714,7 @@ declare const preset: {
673
714
  value: string;
674
715
  };
675
716
  };
676
- amber: {
717
+ emerald: {
677
718
  50: {
678
719
  value: string;
679
720
  };
@@ -708,7 +749,7 @@ declare const preset: {
708
749
  value: string;
709
750
  };
710
751
  };
711
- orange: {
752
+ teal: {
712
753
  50: {
713
754
  value: string;
714
755
  };
@@ -743,7 +784,7 @@ declare const preset: {
743
784
  value: string;
744
785
  };
745
786
  };
746
- red: {
787
+ cyan: {
747
788
  50: {
748
789
  value: string;
749
790
  };
@@ -778,7 +819,7 @@ declare const preset: {
778
819
  value: string;
779
820
  };
780
821
  };
781
- neutral: {
822
+ sky: {
782
823
  50: {
783
824
  value: string;
784
825
  };
@@ -813,7 +854,7 @@ declare const preset: {
813
854
  value: string;
814
855
  };
815
856
  };
816
- stone: {
857
+ blue: {
817
858
  50: {
818
859
  value: string;
819
860
  };
@@ -848,7 +889,7 @@ declare const preset: {
848
889
  value: string;
849
890
  };
850
891
  };
851
- zinc: {
892
+ indigo: {
852
893
  50: {
853
894
  value: string;
854
895
  };
@@ -883,7 +924,7 @@ declare const preset: {
883
924
  value: string;
884
925
  };
885
926
  };
886
- gray: {
927
+ violet: {
887
928
  50: {
888
929
  value: string;
889
930
  };
@@ -918,7 +959,112 @@ declare const preset: {
918
959
  value: string;
919
960
  };
920
961
  };
921
- slate: {
962
+ purple: {
963
+ 50: {
964
+ value: string;
965
+ };
966
+ 100: {
967
+ value: string;
968
+ };
969
+ 200: {
970
+ value: string;
971
+ };
972
+ 300: {
973
+ value: string;
974
+ };
975
+ 400: {
976
+ value: string;
977
+ };
978
+ 500: {
979
+ value: string;
980
+ };
981
+ 600: {
982
+ value: string;
983
+ };
984
+ 700: {
985
+ value: string;
986
+ };
987
+ 800: {
988
+ value: string;
989
+ };
990
+ 900: {
991
+ value: string;
992
+ };
993
+ 950: {
994
+ value: string;
995
+ };
996
+ };
997
+ fuchsia: {
998
+ 50: {
999
+ value: string;
1000
+ };
1001
+ 100: {
1002
+ value: string;
1003
+ };
1004
+ 200: {
1005
+ value: string;
1006
+ };
1007
+ 300: {
1008
+ value: string;
1009
+ };
1010
+ 400: {
1011
+ value: string;
1012
+ };
1013
+ 500: {
1014
+ value: string;
1015
+ };
1016
+ 600: {
1017
+ value: string;
1018
+ };
1019
+ 700: {
1020
+ value: string;
1021
+ };
1022
+ 800: {
1023
+ value: string;
1024
+ };
1025
+ 900: {
1026
+ value: string;
1027
+ };
1028
+ 950: {
1029
+ value: string;
1030
+ };
1031
+ };
1032
+ pink: {
1033
+ 50: {
1034
+ value: string;
1035
+ };
1036
+ 100: {
1037
+ value: string;
1038
+ };
1039
+ 200: {
1040
+ value: string;
1041
+ };
1042
+ 300: {
1043
+ value: string;
1044
+ };
1045
+ 400: {
1046
+ value: string;
1047
+ };
1048
+ 500: {
1049
+ value: string;
1050
+ };
1051
+ 600: {
1052
+ value: string;
1053
+ };
1054
+ 700: {
1055
+ value: string;
1056
+ };
1057
+ 800: {
1058
+ value: string;
1059
+ };
1060
+ 900: {
1061
+ value: string;
1062
+ };
1063
+ 950: {
1064
+ value: string;
1065
+ };
1066
+ };
1067
+ rose: {
922
1068
  50: {
923
1069
  value: string;
924
1070
  };
@@ -1264,7 +1410,9 @@ declare const preset: {
1264
1410
  };
1265
1411
  };
1266
1412
  textStyles: _pandacss_types.TextStyles;
1267
- containerSizes: {
1413
+ containers: {
1414
+ '3xs': string;
1415
+ '2xs': string;
1268
1416
  xs: string;
1269
1417
  sm: string;
1270
1418
  md: string;