@clubmed/trident-ui 1.4.0-rc.1 → 1.5.0-beta.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/assets/icons/Actions/CrossBig.svg +3 -0
  3. package/assets/icons/Actions/Login.svg +8 -0
  4. package/assets/icons/Brand/BabyClubMedFRCA.svg +12 -0
  5. package/assets/icons/Brand/BurgerMenu.svg +3 -0
  6. package/assets/icons/Brand/ChillPassFRCA.svg +11 -0
  7. package/assets/icons/Brand/ExclusiveCollectionFRCA.svg +3 -0
  8. package/assets/icons/Brand/HappyToCareFRCA.svg +3 -0
  9. package/assets/icons/Brand/HappyToCareLite.svg +3 -0
  10. package/assets/icons/Brand/IconicTrident.svg +11 -0
  11. package/assets/icons/Brand/TeensFRCA.svg +11 -0
  12. package/assets/icons/HappyToCare/Aqua.svg +11 -0
  13. package/assets/icons/HappyToCare/BREEAM_Fill.svg +108 -0
  14. package/assets/icons/HappyToCare/BREEAM_Outline.svg +44 -0
  15. package/assets/icons/HappyToCare/GreenGlobe.svg +30 -0
  16. package/assets/icons/HappyToCare/GreenGlobeCertified.svg +1568 -0
  17. package/assets/icons/HappyToCare/HQE.svg +53 -0
  18. package/assets/icons/Iconic/IconicLogo.svg +9 -0
  19. package/assets/icons/ResortFill/HLTJ_Fill.svg +14 -0
  20. package/assets/icons/ResortFill/SAFC_Fill.svg +6 -0
  21. package/assets/icons/ResortFill/SAFL_Fill.svg +6 -0
  22. package/assets/icons/ResortFill/TACJ_Fill.svg +14 -0
  23. package/assets/icons/ResortFill-EC/SAFC_EC_Fill.svg +8 -0
  24. package/assets/icons/ResortOutline/HLTJ_Outline.svg +7 -0
  25. package/assets/icons/ResortOutline/SAFC_Outline.svg +5 -0
  26. package/assets/icons/ResortOutline/SAFL_Outline.svg +5 -0
  27. package/assets/icons/ResortOutline/TACJ_Outline.svg +7 -0
  28. package/assets/icons/ResortOutline-EC/SAFC_EC_Outline.svg +5 -0
  29. package/assets/icons/Services/AllInclusive.svg +1 -3
  30. package/assets/icons/Services/Secure.svg +9 -0
  31. package/assets/icons/Services/Tours.svg +8 -0
  32. package/assets/icons/Socials/GoogleMonogram.svg +6 -0
  33. package/assets/icons/Socials/TripAdvisorMonogram.svg +2 -4
  34. package/assets/icons/Transports/AgencyLocation.svg +10 -0
  35. package/assets/icons/Utilities/Audio.svg +8 -0
  36. package/assets/icons/Utilities/GridDefault.svg +3 -0
  37. package/assets/icons/Utilities/Headphones.svg +5 -0
  38. package/assets/icons/Utilities/PeopleDouble.svg +2 -3
  39. package/assets/icons/Utilities/PeopleSingle.svg +2 -2
  40. package/assets/icons/Utilities/Percentage.svg +20 -0
  41. package/assets/icons/Utilities/SpecialOffersPercent.svg +4 -0
  42. package/assets/trident-ui.css +1 -1
  43. package/chunks/plugin.js +2 -1
  44. package/package.json +14 -10
  45. package/tailwind/config/typography.d.ts +6 -0
  46. package/tailwind/config/typography.js +80 -0
  47. package/tailwind/config/typography.js.map +1 -0
  48. package/tailwind/plugins/gridArea.d.ts +4 -0
  49. package/tailwind/plugins/gridArea.js +15 -0
  50. package/tailwind/plugins/gridArea.js.map +1 -0
  51. package/tailwind/plugins/lineClampFix.js +8 -5
  52. package/tailwind/plugins/lineClampFix.js.map +1 -1
  53. package/tailwind/tailwind.preset.d.ts +106 -505
  54. package/tailwind/tailwind.preset.js +4713 -638
  55. package/tailwind/tailwind.preset.js.map +1 -1
@@ -1,16 +1,39 @@
1
+ import { default as tailwindCssTypography } from '@tailwindcss/typography';
1
2
  export declare const tailwindPreset: {
2
3
  content: never[];
3
- plugins: {
4
+ safelist: {
5
+ pattern: RegExp;
6
+ variants: string[];
7
+ }[];
8
+ plugins: ({
4
9
  handler: import('tailwindcss/types/config').PluginCreator;
5
10
  config?: Partial<import('tailwindcss/types/config').Config>;
6
- }[];
11
+ } | typeof tailwindCssTypography)[];
7
12
  corePlugins: {
8
- lineClamp: false;
13
+ lineClamp: true;
9
14
  };
10
15
  darkMode: "media";
11
16
  theme: {
12
- extends: {
17
+ extend: {
18
+ blur: {
19
+ 0: string;
20
+ xs: string;
21
+ };
22
+ containers: {
23
+ xs: string;
24
+ sm: string;
25
+ md: string;
26
+ lg: string;
27
+ xl: string;
28
+ '2xl': string;
29
+ '3xl': string;
30
+ '4xl': string;
31
+ '5xl': string;
32
+ '6xl': string;
33
+ '7xl': string;
34
+ };
13
35
  gridAutoColumns: {
36
+ 280: string;
14
37
  360: string;
15
38
  380: string;
16
39
  auto: string;
@@ -45,6 +68,14 @@ export declare const tailwindPreset: {
45
68
  '11/12': string;
46
69
  full: string;
47
70
  };
71
+ transitionTimingFunction: {
72
+ DEFAULT: string;
73
+ };
74
+ typography: ({ theme }: import('tailwindcss/types/config').PluginAPI) => {
75
+ DEFAULT: {
76
+ css: any;
77
+ };
78
+ };
48
79
  };
49
80
  colors: {
50
81
  current: string;
@@ -125,19 +156,24 @@ export declare const tailwindPreset: {
125
156
  120: string;
126
157
  140: string;
127
158
  160: string;
159
+ 200: string;
128
160
  220: string;
129
161
  240: string;
130
162
  250: string;
131
163
  300: string;
132
164
  360: string;
133
165
  380: string;
166
+ 400: string;
134
167
  420: string;
168
+ 580: string;
135
169
  620: string;
136
170
  640: string;
137
171
  680: string;
138
172
  780: string;
139
173
  820: string;
174
+ 920: string;
140
175
  980: string;
176
+ 1020: string;
141
177
  1120: string;
142
178
  1160: string;
143
179
  1180: string;
@@ -146,30 +182,31 @@ export declare const tailwindPreset: {
146
182
  };
147
183
  animation: {
148
184
  none: string;
185
+ backdropFadeIn: string;
186
+ backdropFadeOut: string;
187
+ backdropSweepIn: string;
188
+ backdropSweepOut: string;
189
+ boop: string;
149
190
  bounce: string;
150
191
  bounceEnter: string;
151
192
  bounceEnterStrong: string;
152
193
  bounceExit: string;
153
- toastEnter: string;
154
- toastExit: string;
155
194
  filling: string;
156
- spin: string;
157
195
  loaderDash: string;
158
- wave: string;
159
196
  ping: string;
197
+ pulsation: string;
160
198
  pulse: string;
161
199
  rotatesIn: string;
162
200
  slideDown: string;
163
201
  slideRightEnter: string;
164
202
  slideRightExit: string;
165
203
  slideUp: string;
204
+ spin: string;
166
205
  tick: string;
206
+ toastEnter: string;
207
+ toastExit: string;
167
208
  tock: string;
168
- boop: string;
169
- backdropFadeIn: string;
170
- backdropFadeOut: string;
171
- backdropSweepIn: string;
172
- backdropSweepOut: string;
209
+ wave: string;
173
210
  zoomIn: string;
174
211
  zoomOut: string;
175
212
  };
@@ -181,6 +218,20 @@ export declare const tailwindPreset: {
181
218
  700: string;
182
219
  };
183
220
  keyframes: {
221
+ boop: {
222
+ '0%': {
223
+ scale: string;
224
+ };
225
+ '25%': {
226
+ scale: string;
227
+ };
228
+ '75%': {
229
+ scale: string;
230
+ };
231
+ '100%': {
232
+ scale: string;
233
+ };
234
+ };
184
235
  bounceEnter: {
185
236
  '0%': {
186
237
  opacity: string;
@@ -241,6 +292,11 @@ export declare const tailwindPreset: {
241
292
  transform: string;
242
293
  };
243
294
  };
295
+ pulsation: {
296
+ '50%': {
297
+ opacity: string;
298
+ };
299
+ };
244
300
  pulse: {
245
301
  '25%': {
246
302
  scale: string;
@@ -325,95 +381,81 @@ export declare const tailwindPreset: {
325
381
  transform: string;
326
382
  };
327
383
  };
328
- boop: {
384
+ backdropFadeIn: {
329
385
  '0%': {
330
- scale: string;
331
- };
332
- '25%': {
333
- scale: string;
334
- };
335
- '75%': {
336
- scale: string;
386
+ 'backdrop-filter': string;
387
+ opacity: string;
337
388
  };
338
389
  '100%': {
339
- scale: string;
340
- };
341
- };
342
- ping: {
343
- '75%, 100%': {
344
- transform: string;
390
+ 'backdrop-filter': string;
345
391
  opacity: string;
346
392
  };
347
393
  };
348
- bounce: {
349
- '0%, 100%': {
350
- transform: string;
351
- animationTimingFunction: string;
352
- };
353
- '50%': {
354
- transform: string;
355
- animationTimingFunction: string;
356
- };
357
- };
358
- toastEnter: {
394
+ backdropFadeOut: {
359
395
  '0%': {
360
- transform: string;
396
+ 'backdrop-filter': string;
361
397
  opacity: string;
362
398
  };
363
399
  '100%': {
364
- transform: string;
400
+ 'backdrop-filter': string;
365
401
  opacity: string;
366
402
  };
367
403
  };
368
- toastExit: {
404
+ backdropSweepIn: {
369
405
  '0%': {
406
+ 'backdrop-filter': string;
407
+ opacity: string;
370
408
  transform: string;
371
409
  };
372
410
  '100%': {
411
+ 'backdrop-filter': string;
412
+ opacity: string;
373
413
  transform: string;
374
414
  };
375
415
  };
376
- backdropFadeIn: {
416
+ backdropSweepOut: {
377
417
  '0%': {
378
418
  'backdrop-filter': string;
379
419
  opacity: string;
420
+ transform: string;
380
421
  };
381
422
  '100%': {
382
423
  'backdrop-filter': string;
383
424
  opacity: string;
425
+ transform: string;
384
426
  };
385
427
  };
386
- backdropFadeOut: {
387
- '0%': {
388
- 'backdrop-filter': string;
389
- opacity: string;
428
+ bounce: {
429
+ '0%, 100%': {
430
+ transform: string;
431
+ animationTimingFunction: string;
390
432
  };
391
- '100%': {
392
- 'backdrop-filter': string;
433
+ '50%': {
434
+ transform: string;
435
+ animationTimingFunction: string;
436
+ };
437
+ };
438
+ ping: {
439
+ '75%, 100%': {
440
+ transform: string;
393
441
  opacity: string;
394
442
  };
395
443
  };
396
- backdropSweepIn: {
444
+ toastEnter: {
397
445
  '0%': {
398
- 'backdrop-filter': string;
399
- opacity: string;
400
446
  transform: string;
447
+ opacity: string;
401
448
  };
402
449
  '100%': {
403
- 'backdrop-filter': string;
404
- opacity: string;
405
450
  transform: string;
451
+ opacity: string;
406
452
  };
407
453
  };
408
- backdropSweepOut: {
454
+ toastExit: {
409
455
  '0%': {
410
- 'backdrop-filter': string;
411
- opacity: string;
412
456
  transform: string;
413
457
  };
414
458
  '100%': {
415
- 'backdrop-filter': string;
416
- opacity: string;
417
459
  transform: string;
418
460
  };
419
461
  };
@@ -439,26 +481,17 @@ export declare const tailwindPreset: {
439
481
  };
440
482
  };
441
483
  aspectRatio: {
484
+ inherit: string;
442
485
  auto: string;
443
486
  horizontal: string;
444
487
  square: string;
445
488
  vertical: string;
446
489
  verticalVideo: string;
490
+ 'vertical-video': string;
447
491
  video: string;
448
492
  };
449
493
  backdropBlur: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
450
- blur: {
451
- DEFAULT: string;
452
- 0: string;
453
- none: string;
454
- xs: string;
455
- sm: string;
456
- md: string;
457
- lg: string;
458
- xl: string;
459
- '2xl': string;
460
- '3xl': string;
461
- };
494
+ backdropOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
462
495
  borderColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
463
496
  borderRadius: {
464
497
  0: string;
@@ -473,8 +506,8 @@ export declare const tailwindPreset: {
473
506
  };
474
507
  borderWidth: {
475
508
  DEFAULT: string;
476
- 1: string;
477
509
  0: string;
510
+ 1: string;
478
511
  2: string;
479
512
  4: string;
480
513
  6: string;
@@ -528,6 +561,7 @@ export declare const tailwindPreset: {
528
561
  '2xl': string;
529
562
  none: string;
530
563
  };
564
+ flexBasis: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
531
565
  fontFamily: {
532
566
  sans: [string, string, string, string, string];
533
567
  serif: [string, string, string, string];
@@ -598,22 +632,6 @@ export declare const tailwindPreset: {
598
632
  6: string;
599
633
  7: string;
600
634
  };
601
- lineHeight: {
602
- none: string;
603
- tight: string;
604
- snug: string;
605
- normal: string;
606
- relaxed: string;
607
- loose: string;
608
- 3: string;
609
- 4: string;
610
- 5: string;
611
- 6: string;
612
- 7: string;
613
- 8: string;
614
- 9: string;
615
- 10: string;
616
- };
617
635
  maxHeight: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
618
636
  maxWidth: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
619
637
  minHeight: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
@@ -636,25 +654,6 @@ export declare const tailwindPreset: {
636
654
  100: string;
637
655
  };
638
656
  ringColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
639
- ringWidth: {
640
- DEFAULT: string;
641
- 0: string;
642
- 1: string;
643
- 2: string;
644
- 4: string;
645
- 8: string;
646
- };
647
- rotate: {
648
- 0: string;
649
- 1: string;
650
- 2: string;
651
- 3: string;
652
- 6: string;
653
- 12: string;
654
- 45: string;
655
- 90: string;
656
- 180: string;
657
- };
658
657
  scale: {
659
658
  0: string;
660
659
  50: string;
@@ -742,6 +741,7 @@ export declare const tailwindPreset: {
742
741
  'transform/colors': string;
743
742
  'transform/opacity': string;
744
743
  'colors/opacity': string;
744
+ 'opacity/height': string;
745
745
  };
746
746
  translate: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
747
747
  width: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
@@ -754,405 +754,6 @@ export declare const tailwindPreset: {
754
754
  4: string;
755
755
  5: string;
756
756
  };
757
- transformOrigin: {
758
- center: string;
759
- top: string;
760
- 'top-right': string;
761
- right: string;
762
- 'bottom-right': string;
763
- bottom: string;
764
- 'bottom-left': string;
765
- left: string;
766
- 'top-left': string;
767
- };
768
- transitionTimingFunction: {
769
- DEFAULT: string;
770
- linear: string;
771
- in: string;
772
- out: string;
773
- 'in-out': string;
774
- };
775
- willChange: {
776
- auto: string;
777
- scroll: string;
778
- contents: string;
779
- transform: string;
780
- };
781
- backdropBrightness: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
782
- backdropContrast: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
783
- backdropGrayscale: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
784
- backdropHueRotate: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
785
- backdropInvert: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
786
- backdropOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
787
- backdropSaturate: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
788
- backdropSepia: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
789
- backgroundColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
790
- backgroundImage: {
791
- none: string;
792
- 'gradient-to-t': string;
793
- 'gradient-to-tr': string;
794
- 'gradient-to-r': string;
795
- 'gradient-to-br': string;
796
- 'gradient-to-b': string;
797
- 'gradient-to-bl': string;
798
- 'gradient-to-l': string;
799
- 'gradient-to-tl': string;
800
- };
801
- backgroundOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
802
- backgroundPosition: {
803
- bottom: string;
804
- center: string;
805
- left: string;
806
- 'left-bottom': string;
807
- 'left-top': string;
808
- right: string;
809
- 'right-bottom': string;
810
- 'right-top': string;
811
- top: string;
812
- };
813
- backgroundSize: {
814
- auto: string;
815
- cover: string;
816
- contain: string;
817
- };
818
- brightness: {
819
- 0: string;
820
- 50: string;
821
- 75: string;
822
- 90: string;
823
- 95: string;
824
- 100: string;
825
- 105: string;
826
- 110: string;
827
- 125: string;
828
- 150: string;
829
- 200: string;
830
- };
831
- borderOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
832
- borderSpacing: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
833
- boxShadowColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
834
- caretColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
835
- accentColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
836
- contrast: {
837
- 0: string;
838
- 50: string;
839
- 75: string;
840
- 100: string;
841
- 125: string;
842
- 150: string;
843
- 200: string;
844
- };
845
- content: {
846
- none: string;
847
- };
848
- cursor: {
849
- auto: string;
850
- default: string;
851
- pointer: string;
852
- wait: string;
853
- text: string;
854
- move: string;
855
- help: string;
856
- 'not-allowed': string;
857
- none: string;
858
- 'context-menu': string;
859
- progress: string;
860
- cell: string;
861
- crosshair: string;
862
- 'vertical-text': string;
863
- alias: string;
864
- copy: string;
865
- 'no-drop': string;
866
- grab: string;
867
- grabbing: string;
868
- 'all-scroll': string;
869
- 'col-resize': string;
870
- 'row-resize': string;
871
- 'n-resize': string;
872
- 'e-resize': string;
873
- 's-resize': string;
874
- 'w-resize': string;
875
- 'ne-resize': string;
876
- 'nw-resize': string;
877
- 'se-resize': string;
878
- 'sw-resize': string;
879
- 'ew-resize': string;
880
- 'ns-resize': string;
881
- 'nesw-resize': string;
882
- 'nwse-resize': string;
883
- 'zoom-in': string;
884
- 'zoom-out': string;
885
- };
886
- divideColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
887
- divideOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
888
- divideWidth: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
889
- fill: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
890
- grayscale: {
891
- 0: string;
892
- DEFAULT: string;
893
- };
894
- hueRotate: {
895
- 0: string;
896
- 15: string;
897
- 30: string;
898
- 60: string;
899
- 90: string;
900
- 180: string;
901
- };
902
- invert: {
903
- 0: string;
904
- DEFAULT: string;
905
- };
906
- flex: {
907
- 1: string;
908
- auto: string;
909
- initial: string;
910
- none: string;
911
- };
912
- flexBasis: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
913
- flexGrow: {
914
- 0: string;
915
- DEFAULT: string;
916
- };
917
- flexShrink: {
918
- 0: string;
919
- DEFAULT: string;
920
- };
921
- gap: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
922
- gradientColorStops: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
923
- gridAutoColumns: {
924
- auto: string;
925
- min: string;
926
- max: string;
927
- fr: string;
928
- };
929
- gridAutoRows: {
930
- auto: string;
931
- min: string;
932
- max: string;
933
- fr: string;
934
- };
935
- gridColumn: {
936
- auto: string;
937
- 'span-1': string;
938
- 'span-2': string;
939
- 'span-3': string;
940
- 'span-4': string;
941
- 'span-5': string;
942
- 'span-6': string;
943
- 'span-7': string;
944
- 'span-8': string;
945
- 'span-9': string;
946
- 'span-10': string;
947
- 'span-11': string;
948
- 'span-12': string;
949
- 'span-full': string;
950
- };
951
- gridColumnEnd: {
952
- auto: string;
953
- 1: string;
954
- 2: string;
955
- 3: string;
956
- 4: string;
957
- 5: string;
958
- 6: string;
959
- 7: string;
960
- 8: string;
961
- 9: string;
962
- 10: string;
963
- 11: string;
964
- 12: string;
965
- 13: string;
966
- };
967
- gridColumnStart: {
968
- auto: string;
969
- 1: string;
970
- 2: string;
971
- 3: string;
972
- 4: string;
973
- 5: string;
974
- 6: string;
975
- 7: string;
976
- 8: string;
977
- 9: string;
978
- 10: string;
979
- 11: string;
980
- 12: string;
981
- 13: string;
982
- };
983
- gridRow: {
984
- auto: string;
985
- 'span-1': string;
986
- 'span-2': string;
987
- 'span-3': string;
988
- 'span-4': string;
989
- 'span-5': string;
990
- 'span-6': string;
991
- 'span-full': string;
992
- };
993
- gridRowStart: {
994
- auto: string;
995
- 1: string;
996
- 2: string;
997
- 3: string;
998
- 4: string;
999
- 5: string;
1000
- 6: string;
1001
- 7: string;
1002
- };
1003
- gridRowEnd: {
1004
- auto: string;
1005
- 1: string;
1006
- 2: string;
1007
- 3: string;
1008
- 4: string;
1009
- 5: string;
1010
- 6: string;
1011
- 7: string;
1012
- };
1013
- gridTemplateColumns: {
1014
- none: string;
1015
- 1: string;
1016
- 2: string;
1017
- 3: string;
1018
- 4: string;
1019
- 5: string;
1020
- 6: string;
1021
- 7: string;
1022
- 8: string;
1023
- 9: string;
1024
- 10: string;
1025
- 11: string;
1026
- 12: string;
1027
- };
1028
- gridTemplateRows: {
1029
- none: string;
1030
- 1: string;
1031
- 2: string;
1032
- 3: string;
1033
- 4: string;
1034
- 5: string;
1035
- 6: string;
1036
- };
1037
- letterSpacing: {
1038
- tighter: string;
1039
- tight: string;
1040
- normal: string;
1041
- wide: string;
1042
- wider: string;
1043
- widest: string;
1044
- };
1045
- listStyleType: {
1046
- none: string;
1047
- disc: string;
1048
- decimal: string;
1049
- };
1050
- objectPosition: {
1051
- bottom: string;
1052
- center: string;
1053
- left: string;
1054
- 'left-bottom': string;
1055
- 'left-top': string;
1056
- right: string;
1057
- 'right-bottom': string;
1058
- 'right-top': string;
1059
- top: string;
1060
- };
1061
- margin: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1062
- order: {
1063
- first: string;
1064
- last: string;
1065
- none: string;
1066
- 1: string;
1067
- 2: string;
1068
- 3: string;
1069
- 4: string;
1070
- 5: string;
1071
- 6: string;
1072
- 7: string;
1073
- 8: string;
1074
- 9: string;
1075
- 10: string;
1076
- 11: string;
1077
- 12: string;
1078
- };
1079
- padding: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1080
- placeholderColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1081
- placeholderOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1082
- outlineColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1083
- outlineOffset: {
1084
- 0: string;
1085
- 1: string;
1086
- 2: string;
1087
- 4: string;
1088
- 8: string;
1089
- };
1090
- outlineWidth: {
1091
- 0: string;
1092
- 1: string;
1093
- 2: string;
1094
- 4: string;
1095
- 8: string;
1096
- };
1097
- ringOffsetColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1098
- ringOffsetWidth: {
1099
- 0: string;
1100
- 1: string;
1101
- 2: string;
1102
- 4: string;
1103
- 8: string;
1104
- };
1105
- ringOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1106
- saturate: {
1107
- 0: string;
1108
- 50: string;
1109
- 100: string;
1110
- 150: string;
1111
- 200: string;
1112
- };
1113
- scrollMargin: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1114
- scrollPadding: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1115
- sepia: {
1116
- 0: string;
1117
- DEFAULT: string;
1118
- };
1119
- size: ({ theme }: any) => any;
1120
- skew: {
1121
- 0: string;
1122
- 1: string;
1123
- 2: string;
1124
- 3: string;
1125
- 6: string;
1126
- 12: string;
1127
- };
1128
- space: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1129
- stroke: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1130
- strokeWidth: {
1131
- 0: string;
1132
- 1: string;
1133
- 2: string;
1134
- };
1135
- textColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1136
- textDecorationColor: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1137
- textDecorationThickness: {
1138
- auto: string;
1139
- 'from-font': string;
1140
- 0: string;
1141
- 1: string;
1142
- 2: string;
1143
- 4: string;
1144
- 8: string;
1145
- };
1146
- textUnderlineOffset: {
1147
- auto: string;
1148
- 0: string;
1149
- 1: string;
1150
- 2: string;
1151
- 4: string;
1152
- 8: string;
1153
- };
1154
- textIndent: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1155
- textOpacity: ({ theme }: import('tailwindcss/types/config').PluginUtils) => any;
1156
757
  };
1157
758
  variantOrder: string[];
1158
759
  future: {