@caseparts-org/caseblocks 0.0.113 → 0.0.114
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 +16 -14
- package/package.json +1 -1
package/dist/main-client.d.ts
CHANGED
|
@@ -22,6 +22,8 @@ export { AnimatedCheckMark } from './molecules/StatefulButton/AnimatedCheckmark'
|
|
|
22
22
|
export type { AddToCartProps } from './molecules/AddToCart/AddToCart';
|
|
23
23
|
export { AddToCart } from './molecules/AddToCart/AddToCart';
|
|
24
24
|
export type { CategoryWithChildren as MainCategory, Category } from './molecules/CategoryNav/CategoryNav';
|
|
25
|
+
export { Modal } from './molecules/Modal/Modal';
|
|
26
|
+
export type { ModalProps } from './molecules/Modal/Modal';
|
|
25
27
|
export { MainNav } from './organisms/MainNav/MainNav';
|
|
26
28
|
export type { MainNavProps } from './organisms/MainNav/MainNav';
|
|
27
29
|
export { ChipSelector } from './organisms/ChipSelector/ChipSelector';
|
package/dist/main-client.js
CHANGED
|
@@ -11,8 +11,8 @@ import { Link as v } from "./atoms/Link/Link.js";
|
|
|
11
11
|
import { linkClassName as L } from "./atoms/Link/linkClassName.js";
|
|
12
12
|
import { configureLink as h, routerOverride as s } from "./atoms/Link/configureLink.js";
|
|
13
13
|
import { LinkButton as F } from "./atoms/LinkButton/LinkButton.js";
|
|
14
|
-
import { configureImage as
|
|
15
|
-
import { Logo as
|
|
14
|
+
import { configureImage as N } from "./atoms/Image/configureImage.js";
|
|
15
|
+
import { Logo as y } from "./molecules/Logo/Logo.js";
|
|
16
16
|
import { SearchBox as w } from "./molecules/SearchBox/SearchBox.js";
|
|
17
17
|
import { QuantityInput as G } from "./molecules/QuantityInput/QuantityInput.js";
|
|
18
18
|
import { Pricing as Q } from "./molecules/Pricing/Pricing.js";
|
|
@@ -33,11 +33,12 @@ import { CartSlideInPanel as uo } from "./molecules/Cart/CartSlideInPanel.js";
|
|
|
33
33
|
import { StatefulButton as Co } from "./molecules/StatefulButton/StatefulButton.js";
|
|
34
34
|
import { AnimatedCheckMark as ko } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
35
35
|
import { AddToCart as Bo } from "./molecules/AddToCart/AddToCart.js";
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
36
|
+
import { Modal as vo } from "./molecules/Modal/Modal.js";
|
|
37
|
+
import { MainNav as Lo } from "./organisms/MainNav/MainNav.js";
|
|
38
|
+
import { ChipSelector as ho } from "./organisms/ChipSelector/ChipSelector.js";
|
|
39
|
+
import { Product as To } from "./organisms/Product/Product.js";
|
|
40
|
+
import { Carousel as Mo } from "./organisms/Carousel/Carousel.js";
|
|
41
|
+
import { Footer as bo } from "./organisms/Footer/Footer.js";
|
|
41
42
|
export {
|
|
42
43
|
fo as Account,
|
|
43
44
|
Bo as AddToCart,
|
|
@@ -48,13 +49,13 @@ export {
|
|
|
48
49
|
W as Breadcrumbs,
|
|
49
50
|
e as Button,
|
|
50
51
|
K as CardLink,
|
|
51
|
-
|
|
52
|
+
Mo as Carousel,
|
|
52
53
|
uo as CartSlideInPanel,
|
|
53
54
|
ao as Chip,
|
|
54
|
-
|
|
55
|
+
ho as ChipSelector,
|
|
55
56
|
f as Column,
|
|
56
57
|
p as Flex,
|
|
57
|
-
|
|
58
|
+
bo as Footer,
|
|
58
59
|
x as Grid,
|
|
59
60
|
n as Head,
|
|
60
61
|
_ as HorizontalScroll,
|
|
@@ -62,12 +63,13 @@ export {
|
|
|
62
63
|
B as Input,
|
|
63
64
|
v as Link,
|
|
64
65
|
F as LinkButton,
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
y as Logo,
|
|
67
|
+
Lo as MainNav,
|
|
68
|
+
vo as Modal,
|
|
67
69
|
Y as NotFound,
|
|
68
70
|
po as Popover,
|
|
69
71
|
Q as Pricing,
|
|
70
|
-
|
|
72
|
+
To as Product,
|
|
71
73
|
G as QuantityInput,
|
|
72
74
|
d as Root,
|
|
73
75
|
w as SearchBox,
|
|
@@ -77,7 +79,7 @@ export {
|
|
|
77
79
|
k as Text,
|
|
78
80
|
io as ToggleView,
|
|
79
81
|
eo as Tooltip,
|
|
80
|
-
|
|
82
|
+
N as configureImage,
|
|
81
83
|
h as configureLink,
|
|
82
84
|
L as linkClassName,
|
|
83
85
|
s as routerOverride
|