@yahoo/uds 3.33.0-beta.1 → 3.34.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.
@@ -51,6 +51,7 @@ interface TailwindPluginOptions {
51
51
  /**
52
52
  * Enable responsive type ramp styles.
53
53
  * @default false
54
+ * @deprecated This is now set in the uds.config
54
55
  */
55
56
  enableResponsiveTypeRamp?: boolean;
56
57
  /**
@@ -51,6 +51,7 @@ interface TailwindPluginOptions {
51
51
  /**
52
52
  * Enable responsive type ramp styles.
53
53
  * @default false
54
+ * @deprecated This is now set in the uds.config
54
55
  */
55
56
  enableResponsiveTypeRamp?: boolean;
56
57
  /**