@altimateai/ui-components 0.0.37-beta.3 → 0.0.37-beta.5

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/Stack.js CHANGED
@@ -6368,7 +6368,7 @@ const Xu = ou, qu = su, iu = G(({ className: e, align: t = "center", sideOffset:
6368
6368
  }
6369
6369
  ) }));
6370
6370
  iu.displayName = qo.displayName;
6371
- const ue = Gt("al-text-gray-900", {
6371
+ const ue = Gt("", {
6372
6372
  variants: {
6373
6373
  variant: {
6374
6374
  h1: "al-text-h1",
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from 'react';
2
2
  import { HTMLAttributes, ButtonHTMLAttributes, ReactNode, FC, MouseEvent } from 'react';
3
- import { B as ButtonProps } from './Button-C4jhPGlR.js';
3
+ import { B as ButtonProps } from './Button-CVsSwe4f.js';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import { PlotParams } from 'react-plotly.js';
6
6
  import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-COyBAkqH.js';
@@ -20,7 +20,7 @@ declare const Collapse: React$1.ForwardRefExoticComponent<CollapseProps & React$
20
20
  declare const Table: React$1.ForwardRefExoticComponent<HTMLAttributes<HTMLTableElement> & React$1.RefAttributes<HTMLTableElement>>;
21
21
 
22
22
  interface SpinnerProps extends HTMLAttributes<HTMLDivElement> {
23
- size?: "sm" | "md" | "lg";
23
+ size?: "xs" | "sm" | "md" | "lg";
24
24
  }
25
25
  declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
26
26
 
@@ -1,5 +1,5 @@
1
- import { a as Button, B as ButtonProps } from '../Button-C4jhPGlR.js';
2
- export { b as buttonVariants } from '../Button-C4jhPGlR.js';
1
+ import { a as Button, B as ButtonProps } from '../Button-CVsSwe4f.js';
2
+ export { b as buttonVariants } from '../Button-CVsSwe4f.js';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import { DayPicker, DayButton, DateRange } from 'react-day-picker';
5
5
  import * as React$1 from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.37-beta.3",
3
+ "version": "0.0.37-beta.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"