@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.
- package/dist/main-client.d.ts +2 -0
- package/dist/main-client.js +32 -30
- package/package.json +1 -1
package/dist/main-client.d.ts
CHANGED
|
@@ -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';
|
package/dist/main-client.js
CHANGED
|
@@ -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
|
|
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
|
|
13
|
-
import { LinkButton as
|
|
14
|
-
import { configureImage as
|
|
15
|
-
import { getHideAtStyles as
|
|
16
|
-
import { Logo as
|
|
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
|
|
40
|
-
import { Modal as
|
|
41
|
-
import { ImageViewer as
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
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
|
-
|
|
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
|
-
|
|
59
|
+
Zo as Carousel,
|
|
59
60
|
Po as CartSlideInPanel,
|
|
60
61
|
Co as Chip,
|
|
61
|
-
|
|
62
|
+
Go as ChipSelector,
|
|
62
63
|
f as Column,
|
|
63
64
|
p as Flex,
|
|
64
|
-
|
|
65
|
+
qo as Footer,
|
|
65
66
|
x as Grid,
|
|
66
67
|
n as Head,
|
|
67
68
|
oo as HorizontalScroll,
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
l as Icon,
|
|
70
|
+
yo as ImageViewer,
|
|
70
71
|
S as Input,
|
|
71
72
|
P as Link,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
L as LinkButton,
|
|
74
|
+
N as Logo,
|
|
75
|
+
Vo as MainNav,
|
|
75
76
|
po as Markdown,
|
|
76
|
-
|
|
77
|
+
ho as Modal,
|
|
77
78
|
_ as NotFound,
|
|
78
79
|
uo as Popover,
|
|
79
80
|
fo as PreprocessedMarkdown,
|
|
80
81
|
R as Pricing,
|
|
81
|
-
|
|
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
|
-
|
|
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
|
-
|
|
94
|
+
b as configureImage,
|
|
93
95
|
M as configureLink,
|
|
94
|
-
|
|
96
|
+
F as getHideAtStyles,
|
|
95
97
|
A as linkClassName,
|
|
96
|
-
|
|
98
|
+
T as routerOverride,
|
|
97
99
|
ao as usePreprocessedMarkdown
|
|
98
100
|
};
|