@altimateai/ui-components 0.0.79-beta.1 → 0.0.79-beta.2

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.
@@ -9620,7 +9620,7 @@ export {
9620
9620
  mo as Z,
9621
9621
  hx as _,
9622
9622
  Uh as a,
9623
- od as a$,
9623
+ nd as a$,
9624
9624
  ml as a0,
9625
9625
  gl as a1,
9626
9626
  hl as a2,
@@ -9655,9 +9655,9 @@ export {
9655
9655
  mu as aV,
9656
9656
  Vx as aW,
9657
9657
  Bx as aX,
9658
- Qr as aY,
9659
- id as aZ,
9660
- nd as a_,
9658
+ sd as aY,
9659
+ Qr as aZ,
9660
+ id as a_,
9661
9661
  om as aa,
9662
9662
  yx as ab,
9663
9663
  wg as ac,
@@ -9685,12 +9685,13 @@ export {
9685
9685
  nr as ay,
9686
9686
  Ix as az,
9687
9687
  ed as b,
9688
- z as b0,
9689
- ye as b1,
9690
- Eh as b2,
9691
- gd as b3,
9692
- fd as b4,
9693
- qa as b5,
9688
+ od as b0,
9689
+ z as b1,
9690
+ ye as b2,
9691
+ Eh as b3,
9692
+ gd as b4,
9693
+ fd as b5,
9694
+ qa as b6,
9694
9695
  Xo as c,
9695
9696
  Ju as d,
9696
9697
  rx as e,
package/dist/index.d.ts CHANGED
@@ -72,6 +72,7 @@ interface MarkdownProps {
72
72
  content: string;
73
73
  id?: string;
74
74
  components?: Components;
75
+ className?: string;
75
76
  }
76
77
  declare const Markdown: React.FC<MarkdownProps>;
77
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.79-beta.1",
3
+ "version": "0.0.79-beta.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"