@caseparts-org/caseblocks 0.0.146 → 0.0.147

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.
@@ -32,6 +32,8 @@ export { Modal } from './molecules/Modal/Modal';
32
32
  export type { ModalProps } from './molecules/Modal/Modal';
33
33
  export { ImageViewer } from './molecules/ImageViewer/ImageViewer';
34
34
  export type { ImageViewerProps } from './molecules/ImageViewer/ImageViewer';
35
+ export { Table } from './molecules/Table/Table';
36
+ export type { TableProps, TableAlign, ColumnsProps, ColumnProps, BodyProps, RowProps, CellProps, TableComponent } from './molecules/Table/Table';
35
37
  export { MainNav } from './organisms/MainNav/MainNav';
36
38
  export type { MainNavProps } from './organisms/MainNav/MainNav';
37
39
  export { ChipSelector } from './organisms/ChipSelector/ChipSelector';
@@ -2,18 +2,18 @@ import { Button as e } from "./atoms/Button/Button.js";
2
2
  import { Flex as p } from "./atoms/Flex/Flex.js";
3
3
  import { Column as f, Grid as x } from "./atoms/Grid/Grid.js";
4
4
  import { Head as n } from "./atoms/Root/Head.js";
5
- import { Icon as d } from "./atoms/Icon/Icon.js";
5
+ import { Icon as l } from "./atoms/Icon/Icon.js";
6
6
  import { Root as u } from "./atoms/Root/Root.js";
7
7
  import { Separator as s } from "./atoms/Separator/Separator.js";
8
8
  import { Text as C } from "./atoms/Text/Text.js";
9
9
  import { Input as S } from "./atoms/Input/Input.js";
10
10
  import { Link as P } from "./atoms/Link/Link.js";
11
11
  import { linkClassName as A } from "./atoms/Link/linkClassName.js";
12
- import { configureLink as M, routerOverride as v } from "./atoms/Link/configureLink.js";
13
- import { LinkButton as h } from "./atoms/LinkButton/LinkButton.js";
14
- import { configureImage as y } from "./atoms/Image/configureImage.js";
15
- import { getHideAtStyles as H } from "./atoms/HideAt.js";
16
- import { Logo as V } from "./molecules/Logo/Logo.js";
12
+ import { configureLink as M, routerOverride as T } from "./atoms/Link/configureLink.js";
13
+ import { LinkButton as L } from "./atoms/LinkButton/LinkButton.js";
14
+ import { configureImage as b } from "./atoms/Image/configureImage.js";
15
+ import { getHideAtStyles as F } from "./atoms/HideAt.js";
16
+ import { Logo as N } from "./molecules/Logo/Logo.js";
17
17
  import { SearchBox as z } from "./molecules/SearchBox/SearchBox.js";
18
18
  import { QuantityInput as O } from "./molecules/QuantityInput/QuantityInput.js";
19
19
  import { Pricing as R } from "./molecules/Pricing/Pricing.js";
@@ -36,18 +36,19 @@ import { ToggleView as So } from "./molecules/ToggleView/ToggleView.js";
36
36
  import { CartSlideInPanel as Po } from "./molecules/Cart/CartSlideInPanel.js";
37
37
  import { StatefulButton as Ao } from "./molecules/StatefulButton/StatefulButton.js";
38
38
  import { AnimatedCheckMark as Mo } from "./molecules/StatefulButton/AnimatedCheckmark.js";
39
- import { AddToCart as Lo } from "./molecules/AddToCart/AddToCart.js";
40
- import { Modal as To } from "./molecules/Modal/Modal.js";
41
- import { ImageViewer as Fo } from "./molecules/ImageViewer/ImageViewer.js";
42
- import { MainNav as No } from "./organisms/MainNav/MainNav.js";
43
- import { ChipSelector as bo } from "./organisms/ChipSelector/ChipSelector.js";
44
- import { Product as Go } from "./organisms/Product/Product.js";
45
- import { Carousel as Qo } from "./organisms/Carousel/Carousel.js";
46
- import { Footer as Zo } from "./organisms/Footer/Footer.js";
47
- import { default as qo } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
39
+ import { AddToCart as vo } from "./molecules/AddToCart/AddToCart.js";
40
+ import { Modal as ho } from "./molecules/Modal/Modal.js";
41
+ import { ImageViewer as yo } from "./molecules/ImageViewer/ImageViewer.js";
42
+ import { T as Ho } from "./Table-rSK2f682.js";
43
+ import { MainNav as Vo } from "./organisms/MainNav/MainNav.js";
44
+ import { ChipSelector as Go } from "./organisms/ChipSelector/ChipSelector.js";
45
+ import { Product as Qo } from "./organisms/Product/Product.js";
46
+ import { Carousel as Zo } from "./organisms/Carousel/Carousel.js";
47
+ import { Footer as qo } from "./organisms/Footer/Footer.js";
48
+ import { default as Eo } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
48
49
  export {
49
50
  so as Account,
50
- Lo as AddToCart,
51
+ vo as AddToCart,
51
52
  Mo as AnimatedCheckMark,
52
53
  j as Availability,
53
54
  D as Avatar,
@@ -55,44 +56,45 @@ export {
55
56
  X as Breadcrumbs,
56
57
  e as Button,
57
58
  U as CardLink,
58
- Qo as Carousel,
59
+ Zo as Carousel,
59
60
  Po as CartSlideInPanel,
60
61
  Co as Chip,
61
- bo as ChipSelector,
62
+ Go as ChipSelector,
62
63
  f as Column,
63
64
  p as Flex,
64
- Zo as Footer,
65
+ qo as Footer,
65
66
  x as Grid,
66
67
  n as Head,
67
68
  oo as HorizontalScroll,
68
- d as Icon,
69
- Fo as ImageViewer,
69
+ l as Icon,
70
+ yo as ImageViewer,
70
71
  S as Input,
71
72
  P as Link,
72
- h as LinkButton,
73
- V as Logo,
74
- No as MainNav,
73
+ L as LinkButton,
74
+ N as Logo,
75
+ Vo as MainNav,
75
76
  po as Markdown,
76
- To as Modal,
77
+ ho as Modal,
77
78
  _ as NotFound,
78
79
  uo as Popover,
79
80
  fo as PreprocessedMarkdown,
80
81
  R as Pricing,
81
- Go as Product,
82
+ Qo as Product,
82
83
  O as QuantityInput,
83
84
  u as Root,
84
85
  z as SearchBox,
85
86
  s as Separator,
86
87
  eo as SlideInPanel,
87
- qo as SpinZoomViewer,
88
+ Eo as SpinZoomViewer,
88
89
  Ao as StatefulButton,
90
+ Ho as Table,
89
91
  C as Text,
90
92
  So as ToggleView,
91
93
  io as Tooltip,
92
- y as configureImage,
94
+ b as configureImage,
93
95
  M as configureLink,
94
- H as getHideAtStyles,
96
+ F as getHideAtStyles,
95
97
  A as linkClassName,
96
- v as routerOverride,
98
+ T as routerOverride,
97
99
  ao as usePreprocessedMarkdown
98
100
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caseparts-org/caseblocks",
3
3
  "private": false,
4
- "version": "0.0.146",
4
+ "version": "0.0.147",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",