@yahoo/uds 3.32.0 → 3.33.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 (42) hide show
  1. package/dist/chunk-4YKYM24Q.cjs +1 -0
  2. package/dist/chunk-TKDMDEZQ.js +2 -0
  3. package/dist/experimental/client/SwitchV2.js +0 -1
  4. package/dist/metafile-cjs.json +1 -1
  5. package/dist/metafile-esm.json +1 -1
  6. package/dist/tailwind/plugin.cjs +1 -1
  7. package/dist/tailwind/plugin.d.cts +2 -2
  8. package/dist/tailwind/plugin.d.ts +2 -2
  9. package/dist/tailwind/plugin.js +2 -2
  10. package/dist/tailwind/purger.cjs +1 -1
  11. package/dist/tailwind/purger.js +2 -2
  12. package/dist/tailwind/utils.cjs +1 -1
  13. package/dist/tailwind/utils.d.cts +8 -8
  14. package/dist/tailwind/utils.d.ts +8 -8
  15. package/dist/tailwind/utils.js +1 -1
  16. package/package.json +1 -1
  17. package/dist/Input-B5AE4PE5.d.ts +0 -52
  18. package/dist/Input-C-SNRax7.d.cts +0 -52
  19. package/dist/Pressable-DrsJnA9p.d.ts +0 -44
  20. package/dist/Pressable-ZwJ3p5BO.d.cts +0 -44
  21. package/dist/VStack-6OKRLQVe.d.cts +0 -112
  22. package/dist/VStack-Daijz56E.d.ts +0 -112
  23. package/dist/chunk-5NN6ZF5W.js +0 -2
  24. package/dist/chunk-64CJRXJ4.cjs +0 -1
  25. package/dist/chunk-6IRLMT6I.cjs +0 -1
  26. package/dist/chunk-7NWACD4M.cjs +0 -1
  27. package/dist/chunk-C5UZEZC5.js +0 -2
  28. package/dist/chunk-C644LGNR.cjs +0 -1
  29. package/dist/chunk-CFX4ZLZI.js +0 -1
  30. package/dist/chunk-FN67NTU3.cjs +0 -1
  31. package/dist/chunk-GIJZFIYD.js +0 -3
  32. package/dist/chunk-OW6PGTIM.js +0 -1
  33. package/dist/chunk-PAETZFJJ.cjs +0 -3
  34. package/dist/chunk-RA5767I6.cjs +0 -1
  35. package/dist/chunk-VKJHEGMU.js +0 -2
  36. package/dist/chunk-WBRK2KGV.cjs +0 -2
  37. package/dist/chunk-YHC6NBJU.js +0 -1
  38. package/dist/chunk-Z22N2NRS.js +0 -1
  39. package/dist/index-AOeCApsf.d.cts +0 -245
  40. package/dist/index-Dmxw79V3.d.ts +0 -245
  41. package/dist/types-zBAkfBh2.d.cts +0 -10585
  42. package/dist/types-zBAkfBh2.d.ts +0 -10585
@@ -27,8 +27,8 @@ type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBo
27
27
  declare const udsToTailwindMap: {
28
28
  fontSize: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6", TwdFontSize>;
29
29
  lineHeight: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6", TwdFontSize>;
30
- borderRadius: Record<"md" | "lg" | "sm" | "xs" | "xl", TwBorderRadius>;
31
- borderWidth: Record<"thin" | "medium" | "thick", TwBorderWidth>;
30
+ borderRadius: Record<"sm" | "md" | "lg" | "xl" | "xs", TwBorderRadius>;
31
+ borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
32
32
  };
33
33
 
34
34
  declare function getButtonColorForProperty(property: ButtonColorProperty, { type, value }: ButtonColorPropertyConfig[ButtonColorProperty], theme: ThemeFn): string;
@@ -27,8 +27,8 @@ type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBo
27
27
  declare const udsToTailwindMap: {
28
28
  fontSize: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6", TwdFontSize>;
29
29
  lineHeight: Record<"display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6", TwdFontSize>;
30
- borderRadius: Record<"md" | "lg" | "sm" | "xs" | "xl", TwBorderRadius>;
31
- borderWidth: Record<"thin" | "medium" | "thick", TwBorderWidth>;
30
+ borderRadius: Record<"sm" | "md" | "lg" | "xl" | "xs", TwBorderRadius>;
31
+ borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
32
32
  };
33
33
 
34
34
  declare function getButtonColorForProperty(property: ButtonColorProperty, { type, value }: ButtonColorPropertyConfig[ButtonColorProperty], theme: ThemeFn): string;