@arkitektbedriftene/fe-lib 0.4.4 → 0.4.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.
@@ -3623,14 +3623,14 @@ export {
3623
3623
  fe as B,
3624
3624
  zi as C,
3625
3625
  _i as D,
3626
- gi as E,
3626
+ ji as E,
3627
3627
  Zo as F,
3628
- Rt as G,
3629
- Yi as H,
3630
- Ki as I,
3628
+ Hi as G,
3629
+ Vi as H,
3630
+ Rt as I,
3631
3631
  Gi as J,
3632
3632
  Ui as K,
3633
- ji as M,
3633
+ gi as M,
3634
3634
  Wi as N,
3635
3635
  ln as O,
3636
3636
  Ii as P,
@@ -3648,18 +3648,18 @@ export {
3648
3648
  si as j,
3649
3649
  Oi as k,
3650
3650
  Mi as l,
3651
- Pi as m,
3652
- Bi as n,
3651
+ sn as m,
3652
+ Ki as n,
3653
3653
  Xr as o,
3654
- De as p,
3655
- Ei as q,
3656
- Ci as r,
3654
+ Yi as p,
3655
+ Pi as q,
3656
+ Bi as r,
3657
3657
  j as s,
3658
- sn as t,
3658
+ De as t,
3659
3659
  ri as u,
3660
- Ai as v,
3661
- In as w,
3662
- Ni as x,
3663
- Hi as y,
3664
- Vi as z
3660
+ Ei as v,
3661
+ Ci as w,
3662
+ Ai as x,
3663
+ In as y,
3664
+ Ni as z
3665
3665
  };
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const TableEditPlugin: () => JSX.Element | null;
@@ -4,3 +4,4 @@ export * from './Editor';
4
4
  export * from './editorContext';
5
5
  export * from './styles';
6
6
  export * from './Toolbar/Toolbar';
7
+ export * from './Plugins/TableEditPlugin';