@rarui/styles 2.1.1 → 2.2.0-rc.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.
package/dist/index.d.ts CHANGED
@@ -220,6 +220,7 @@ declare const varsThemeBase: {
220
220
  };
221
221
  };
222
222
  declare const variables: string;
223
+ export declare const CaptureProps: (_target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void;
223
224
  declare const avatarStyles: {
224
225
  container: string;
225
226
  avatar: import("@vanilla-extract/recipes").RuntimeFn<{
@@ -7822,7 +7823,7 @@ declare const styles: {
7822
7823
  };
7823
7824
  }>;
7824
7825
  };
7825
- export type ButtonVariants = RecipeVariants<typeof styles.button>;
7826
+ export type ButtonVariants = NonNullable<RecipeVariants<typeof styles.button>>;
7826
7827
  export declare const button: {
7827
7828
  classnames: {
7828
7829
  button: import("@vanilla-extract/recipes").RuntimeFn<{