@yahoo/uds 3.1.1 → 3.2.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.
Files changed (47) hide show
  1. package/dist/chunk-2QYCYBXH.cjs +2 -0
  2. package/dist/chunk-4EBGHMCT.js +2 -0
  3. package/dist/chunk-ADXQI4EF.js +2 -0
  4. package/dist/chunk-Z4AA4AEN.cjs +2 -0
  5. package/dist/client/index.cjs +2 -2
  6. package/dist/client/index.js +3 -3
  7. package/dist/experimental/index.cjs +2 -2
  8. package/dist/experimental/index.d.cts +6 -3
  9. package/dist/experimental/index.d.ts +6 -3
  10. package/dist/experimental/index.js +2 -1
  11. package/dist/{index-flTAmVAB.d.cts → index-CJrnI6Gt.d.cts} +9 -3
  12. package/dist/{index-CkNxDpv3.d.ts → index-DLk9RGCE.d.ts} +9 -3
  13. package/dist/{index-BpFK6gZ_.d.cts → index-DNEw8o0u.d.cts} +9 -3
  14. package/dist/{index-Bt0lNpiB.d.ts → index-nHs3qZik.d.ts} +9 -3
  15. package/dist/index.cjs +1 -1
  16. package/dist/index.d.cts +1 -1
  17. package/dist/index.d.ts +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/metafile-cjs.json +1 -1
  20. package/dist/metafile-esm.json +1 -1
  21. package/dist/tailwind/plugin.cjs +1 -1
  22. package/dist/tailwind/plugin.d.cts +12 -5
  23. package/dist/tailwind/plugin.d.ts +12 -5
  24. package/dist/tailwind/plugin.js +2 -2
  25. package/dist/tailwind/purger.cjs +1 -1
  26. package/dist/tailwind/purger.js +1 -1
  27. package/dist/tailwind/utils.cjs +1 -1
  28. package/dist/tailwind/utils.js +1 -1
  29. package/dist/tokens/automation/configs.cjs +1 -1
  30. package/dist/tokens/automation/configs.d.cts +1 -1
  31. package/dist/tokens/automation/configs.d.ts +1 -1
  32. package/dist/tokens/automation/configs.js +1 -1
  33. package/dist/tokens/automation/properties.cjs +1 -1
  34. package/dist/tokens/automation/properties.d.cts +1 -1
  35. package/dist/tokens/automation/properties.d.ts +1 -1
  36. package/dist/tokens/automation/properties.js +1 -1
  37. package/dist/tokens/index.cjs +1 -1
  38. package/dist/tokens/index.d.cts +2 -2
  39. package/dist/tokens/index.d.ts +2 -2
  40. package/dist/tokens/index.js +1 -1
  41. package/package.json +1 -1
  42. package/cli/ButtonFile.mock.tsx +0 -15
  43. package/cli/ButtonFile2.mock.tsx +0 -11
  44. package/dist/chunk-2MWXGM7N.cjs +0 -2
  45. package/dist/chunk-2RHIQTMH.js +0 -2
  46. package/dist/chunk-7DDAOT2K.cjs +0 -2
  47. package/dist/chunk-DCM7GPZ6.js +0 -2
@@ -50,11 +50,18 @@ interface TailwindPluginOptions {
50
50
  * @default false
51
51
  */
52
52
  disableFontFaceDeclarations?: boolean;
53
- /**
54
- * Generates CSS classes for visually forcing components into a pseudo state (hover, focus, etc)
55
- * @default false
56
- */
57
- generatePseudoStateSuffixes?: boolean;
53
+ previewOptions?: {
54
+ /**
55
+ * Generates CSS classes for visually forcing components into a pseudo state (hover, focus, etc)
56
+ * @default false
57
+ */
58
+ generatePseudoStateClassModifier: boolean;
59
+ /**
60
+ * User interactions will not affect the state applied to the component
61
+ * @default false
62
+ */
63
+ forcePseudoState: boolean;
64
+ };
58
65
  }
59
66
  declare const tailwindPlugin: {
60
67
  (options: TailwindPluginOptions): {
@@ -50,11 +50,18 @@ interface TailwindPluginOptions {
50
50
  * @default false
51
51
  */
52
52
  disableFontFaceDeclarations?: boolean;
53
- /**
54
- * Generates CSS classes for visually forcing components into a pseudo state (hover, focus, etc)
55
- * @default false
56
- */
57
- generatePseudoStateSuffixes?: boolean;
53
+ previewOptions?: {
54
+ /**
55
+ * Generates CSS classes for visually forcing components into a pseudo state (hover, focus, etc)
56
+ * @default false
57
+ */
58
+ generatePseudoStateClassModifier: boolean;
59
+ /**
60
+ * User interactions will not affect the state applied to the component
61
+ * @default false
62
+ */
63
+ forcePseudoState: boolean;
64
+ };
58
65
  }
59
66
  declare const tailwindPlugin: {
60
67
  (options: TailwindPluginOptions): {