@yahoo/uds 3.4.1 → 3.4.3

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 (56) hide show
  1. package/dist/{VStack-D4Meu5hQ.d.cts → VStack-BD6BARE0.d.cts} +1 -1
  2. package/dist/{VStack-D01lhpy-.d.ts → VStack-CTUNBjyE.d.ts} +1 -1
  3. package/dist/VStack-CdDZP_4B.d.cts +145 -0
  4. package/dist/VStack-CjZN3YSK.d.ts +145 -0
  5. package/dist/chunk-3HJAKD7X.cjs +3 -0
  6. package/dist/chunk-CNAKHAWF.cjs +2 -0
  7. package/dist/chunk-HBZLHJEI.js +2 -0
  8. package/dist/chunk-IRHJ7DWJ.js +2 -0
  9. package/dist/chunk-LC4SJVGM.js +2 -0
  10. package/dist/chunk-PLGFYRZJ.js +3 -0
  11. package/dist/chunk-VLLIKC2Z.cjs +2 -0
  12. package/dist/chunk-YTMZSL6D.cjs +1 -0
  13. package/dist/client/index.cjs +2 -2
  14. package/dist/client/index.d.cts +6 -6
  15. package/dist/client/index.d.ts +6 -6
  16. package/dist/client/index.js +3 -3
  17. package/dist/{index-DDlRCX51.d.cts → index-BnpJrpTE.d.cts} +1 -1
  18. package/dist/index-CJkW3rKr.d.cts +208 -0
  19. package/dist/{index-C0qfnFCa.d.ts → index-DQL36m4I.d.ts} +1 -1
  20. package/dist/index-DYfIoQDs.d.ts +208 -0
  21. package/dist/index.cjs +1 -1
  22. package/dist/index.d.cts +5 -5
  23. package/dist/index.d.ts +5 -5
  24. package/dist/index.js +1 -1
  25. package/dist/metafile-cjs.json +1 -1
  26. package/dist/metafile-esm.json +1 -1
  27. package/dist/tailwind/plugin.cjs +1 -1
  28. package/dist/tailwind/plugin.d.cts +4 -4
  29. package/dist/tailwind/plugin.d.ts +4 -4
  30. package/dist/tailwind/plugin.js +2 -2
  31. package/dist/tailwind/utils.cjs +1 -1
  32. package/dist/tailwind/utils.d.cts +1 -1
  33. package/dist/tailwind/utils.d.ts +1 -1
  34. package/dist/tailwind/utils.js +1 -1
  35. package/dist/tokens/automation/configs.cjs +1 -1
  36. package/dist/tokens/automation/configs.d.cts +2 -2
  37. package/dist/tokens/automation/configs.d.ts +2 -2
  38. package/dist/tokens/automation/configs.js +1 -1
  39. package/dist/tokens/automation/properties.cjs +1 -1
  40. package/dist/tokens/automation/properties.d.cts +2 -2
  41. package/dist/tokens/automation/properties.d.ts +2 -2
  42. package/dist/tokens/automation/properties.js +1 -1
  43. package/dist/tokens/index.cjs +1 -1
  44. package/dist/tokens/index.d.cts +3313 -3273
  45. package/dist/tokens/index.d.ts +3313 -3273
  46. package/dist/tokens/index.js +1 -1
  47. package/dist/tokens/parseTokens.d.cts +1 -1
  48. package/dist/tokens/parseTokens.d.ts +1 -1
  49. package/dist/{types-Dul9W1L-.d.cts → types-DE_O6y5z.d.cts} +1764 -1724
  50. package/dist/{types-Dul9W1L-.d.ts → types-DE_O6y5z.d.ts} +1764 -1724
  51. package/dist/types-DW9iZBjD.d.cts +10302 -0
  52. package/dist/types-DW9iZBjD.d.ts +10302 -0
  53. package/package.json +1 -1
  54. package/cli/PropsToClass.mock.tsx +0 -14
  55. package/dist/chunk-2TV7YHJM.js +0 -2
  56. package/dist/chunk-CFUZ4XFX.cjs +0 -2
@@ -1,6 +1,6 @@
1
1
  import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
2
  import { CSSRuleObject } from 'tailwindcss/types/config';
3
- import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-Dul9W1L-.cjs';
3
+ import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-DW9iZBjD.cjs';
4
4
  import { Config } from 'tailwindcss';
5
5
  import defaultTailwindTheme from 'tailwindcss/defaultTheme';
6
6
  import '@yahoo/uds-icons/types';
@@ -30,9 +30,9 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
30
30
  type TwBorderWidthToExclude = '0' | '8';
31
31
  type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
32
32
  declare const udsToTailwindMap: {
33
- fontSize: Record<"label3" | "label1" | "label4" | "label2" | "caption1" | "headline1" | "caption2" | "title4" | "title3" | "title1" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
34
- lineHeight: Record<"label3" | "label1" | "label4" | "label2" | "caption1" | "headline1" | "caption2" | "title4" | "title3" | "title1" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
35
- borderRadius: Record<"md" | "sm" | "lg" | "xl" | "xs", TwBorderRadius>;
33
+ fontSize: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
34
+ lineHeight: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
35
+ borderRadius: Record<"sm" | "md" | "xl" | "lg" | "xs", TwBorderRadius>;
36
36
  borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
37
37
  };
38
38
  /**
@@ -1,6 +1,6 @@
1
1
  import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
2
  import { CSSRuleObject } from 'tailwindcss/types/config';
3
- import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-Dul9W1L-.js';
3
+ import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-DW9iZBjD.js';
4
4
  import { Config } from 'tailwindcss';
5
5
  import defaultTailwindTheme from 'tailwindcss/defaultTheme';
6
6
  import '@yahoo/uds-icons/types';
@@ -30,9 +30,9 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
30
30
  type TwBorderWidthToExclude = '0' | '8';
31
31
  type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
32
32
  declare const udsToTailwindMap: {
33
- fontSize: Record<"label3" | "label1" | "label4" | "label2" | "caption1" | "headline1" | "caption2" | "title4" | "title3" | "title1" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
34
- lineHeight: Record<"label3" | "label1" | "label4" | "label2" | "caption1" | "headline1" | "caption2" | "title4" | "title3" | "title1" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
35
- borderRadius: Record<"md" | "sm" | "lg" | "xl" | "xs", TwBorderRadius>;
33
+ fontSize: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
34
+ lineHeight: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
35
+ borderRadius: Record<"sm" | "md" | "xl" | "lg" | "xs", TwBorderRadius>;
36
36
  borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
37
37
  };
38
38
  /**