@dub/ui 0.0.24 → 0.0.25

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/badge.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as class_variance_authority_dist_types from 'class-variance-authority/d
3
3
  import { VariantProps } from 'class-variance-authority';
4
4
 
5
5
  declare const badgeVariants: (props?: ({
6
- variant?: "default" | "violet" | "blue" | "black" | "gray" | "neutral" | null | undefined;
6
+ variant?: "black" | "blue" | "gray" | "violet" | "default" | "neutral" | null | undefined;
7
7
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
8
8
  interface BadgeProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
9
9
  }
package/dist/tooltip.d.ts CHANGED
@@ -29,6 +29,6 @@ declare function NumberTooltip({ value, unit, children, lastClicked, }: {
29
29
  unit?: string;
30
30
  children: ReactNode;
31
31
  lastClicked?: Date | null;
32
- }): string | number | boolean | react_jsx_runtime.JSX.Element | Iterable<ReactNode> | React.PromiseLikeOfReactNode | null | undefined;
32
+ }): string | number | boolean | Iterable<ReactNode> | React.PromiseLikeOfReactNode | react_jsx_runtime.JSX.Element | null | undefined;
33
33
 
34
34
  export { InfoTooltip, NumberTooltip, SimpleTooltipContent, Tooltip, TooltipContent };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dub/ui",
3
3
  "description": "UI components for Dub.co",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",