cynx-ui 1.2.47 → 1.2.48

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -36,7 +36,10 @@ import { SkeletonText as _SkeletonText, SkeletonCard as _SkeletonCard, SkeletonR
36
36
  import { XTable as _XTable, XThead as _XThead, XTbody as _XTbody, XTr as _XTr, XTh as _XTh, XTd as _XTd, SkeletonTable as _SkeletonTable } from './components/XTable.jsx';
37
37
  import { PageShell as _PageShell, TableCard as _TableCard, TableCardFilters as _TableCardFilters, TableCardBody as _TableCardBody, TableCardFooter as _TableCardFooter, CardHdr as _CardHdr, StatCard as _StatCard, StatCardSkeleton as _StatCardSkeleton } from './components/Card.jsx';
38
38
 
39
+ import { default as _FilePicker } from './components/FilePicker.jsx';
40
+
39
41
  export const Button = _Button;
42
+ export const FilePicker = _FilePicker;
40
43
  export const Input = _Input;
41
44
  export const Toggle = _Toggle;
42
45
  export const Spinner = _Spinner || _SpinnerNamed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cynx-ui",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js"