@caseparts-org/caseblocks 0.0.82 → 0.0.83
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 +0 -8
- package/dist/main-client.js +28 -28
- package/dist/main-server.d.ts +8 -0
- package/dist/main-server.js +39 -31
- package/package.json +1 -1
package/dist/main-client.d.ts
CHANGED
|
@@ -2,8 +2,6 @@ export * from './main-server';
|
|
|
2
2
|
export { Tooltip } from './molecules/Tooltip/Tooltip';
|
|
3
3
|
export { Account } from './molecules/Account/Account';
|
|
4
4
|
export type { AccountProps } from './molecules/Account/Account';
|
|
5
|
-
export { Avatar } from './molecules/Avatar/Avatar';
|
|
6
|
-
export type { AvatarProps } from './molecules/Avatar/Avatar';
|
|
7
5
|
export { Chip } from './molecules/Chip/Chip';
|
|
8
6
|
export type { ChipProps } from './molecules/Chip/Chip';
|
|
9
7
|
export { ToggleView } from './molecules/ToggleView/ToggleView';
|
|
@@ -15,18 +13,12 @@ export type { AnimatedCheckMarkProps } from './molecules/StatefulButton/Animated
|
|
|
15
13
|
export { AnimatedCheckMark } from './molecules/StatefulButton/AnimatedCheckmark';
|
|
16
14
|
export type { AddToCartProps } from './molecules/AddToCart/AddToCart';
|
|
17
15
|
export { AddToCart } from './molecules/AddToCart/AddToCart';
|
|
18
|
-
export { Availability } from './molecules/Availability/Availability';
|
|
19
|
-
export type { AvailabilityProps, ContactUsLinkBehavior } from './molecules/Availability/Availability';
|
|
20
|
-
export { BannerCard } from './molecules/BannerCard/BannerCard';
|
|
21
|
-
export type { BannerCardProps } from './molecules/BannerCard/BannerCard';
|
|
22
16
|
export { MainNav } from './organisms/MainNav/MainNav';
|
|
23
17
|
export type { MainCategory, MainNavProps, Category } from './organisms/MainNav/MainNav';
|
|
24
18
|
export { ChipSelector } from './organisms/ChipSelector/ChipSelector';
|
|
25
19
|
export type { ChipSelectorProps } from './organisms/ChipSelector/ChipSelector';
|
|
26
20
|
export { Product } from './organisms/Product/Product';
|
|
27
21
|
export type { ProductProps, ProductView } from './organisms/Product/Product';
|
|
28
|
-
export { NotFound } from './organisms/NotFound/NotFound';
|
|
29
|
-
export type { NotFoundProps } from './organisms/NotFound/NotFound';
|
|
30
22
|
export { Carousel } from './organisms/Carousel/Carousel';
|
|
31
23
|
export type { CarouselProps } from './organisms/Carousel/Carousel';
|
|
32
24
|
export { Footer } from './organisms/Footer/Footer';
|
package/dist/main-client.js
CHANGED
|
@@ -16,33 +16,33 @@ import { Logo as b } from "./molecules/Logo/Logo.js";
|
|
|
16
16
|
import { SearchBox as G } from "./molecules/SearchBox/SearchBox.js";
|
|
17
17
|
import { QuantityInput as O } from "./molecules/QuantityInput/QuantityInput.js";
|
|
18
18
|
import { Pricing as R } from "./molecules/Pricing/Pricing.js";
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
19
|
+
import { Availability as j } from "./molecules/Availability/Availability.js";
|
|
20
|
+
import { Avatar as z } from "./molecules/Avatar/Avatar.js";
|
|
21
|
+
import { BannerCard as E } from "./molecules/BannerCard/BannerCard.js";
|
|
22
|
+
import { NotFound as K } from "./organisms/NotFound/NotFound.js";
|
|
23
|
+
import { Tooltip as W } from "./molecules/Tooltip/Tooltip.js";
|
|
24
|
+
import { Account as Y } from "./molecules/Account/Account.js";
|
|
25
|
+
import { Chip as _ } from "./molecules/Chip/Chip.js";
|
|
26
|
+
import { ToggleView as oo } from "./molecules/ToggleView/ToggleView.js";
|
|
27
|
+
import { StatefulButton as to } from "./molecules/StatefulButton/StatefulButton.js";
|
|
28
|
+
import { AnimatedCheckMark as po } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
29
|
+
import { AddToCart as fo } from "./molecules/AddToCart/AddToCart.js";
|
|
30
|
+
import { MainNav as ao } from "./organisms/MainNav/MainNav.js";
|
|
31
|
+
import { ChipSelector as io } from "./organisms/ChipSelector/ChipSelector.js";
|
|
32
|
+
import { Product as lo } from "./organisms/Product/Product.js";
|
|
33
33
|
import { Carousel as Co } from "./organisms/Carousel/Carousel.js";
|
|
34
34
|
import { Footer as ko } from "./organisms/Footer/Footer.js";
|
|
35
35
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
Y as Account,
|
|
37
|
+
fo as AddToCart,
|
|
38
|
+
po as AnimatedCheckMark,
|
|
39
|
+
j as Availability,
|
|
40
|
+
z as Avatar,
|
|
41
|
+
E as BannerCard,
|
|
42
42
|
t as Button,
|
|
43
43
|
Co as Carousel,
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
_ as Chip,
|
|
45
|
+
io as ChipSelector,
|
|
46
46
|
f as Column,
|
|
47
47
|
p as Flex,
|
|
48
48
|
ko as Footer,
|
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
v as Link,
|
|
54
54
|
N as LinkButton,
|
|
55
55
|
b as Logo,
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
ao as MainNav,
|
|
57
|
+
K as NotFound,
|
|
58
58
|
R as Pricing,
|
|
59
|
-
|
|
59
|
+
lo as Product,
|
|
60
60
|
O as QuantityInput,
|
|
61
61
|
c as Root,
|
|
62
62
|
G as SearchBox,
|
|
63
63
|
C as Separator,
|
|
64
|
-
|
|
64
|
+
to as StatefulButton,
|
|
65
65
|
k as Text,
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
oo as ToggleView,
|
|
67
|
+
W as Tooltip,
|
|
68
68
|
M as configureImage,
|
|
69
69
|
T as configureLink,
|
|
70
70
|
L as linkClassName,
|
package/dist/main-server.d.ts
CHANGED
|
@@ -29,3 +29,11 @@ export type { QuantityInputProps } from './molecules/QuantityInput/QuantityInput
|
|
|
29
29
|
export { QuantityInput } from './molecules/QuantityInput/QuantityInput';
|
|
30
30
|
export { Pricing } from './molecules/Pricing/Pricing';
|
|
31
31
|
export type { PricingProps } from './molecules/Pricing/Pricing';
|
|
32
|
+
export { Availability } from './molecules/Availability/Availability';
|
|
33
|
+
export type { AvailabilityProps, ContactUsLinkBehavior } from './molecules/Availability/Availability';
|
|
34
|
+
export { Avatar } from './molecules/Avatar/Avatar';
|
|
35
|
+
export type { AvatarProps } from './molecules/Avatar/Avatar';
|
|
36
|
+
export { BannerCard } from './molecules/BannerCard/BannerCard';
|
|
37
|
+
export type { BannerCardProps } from './molecules/BannerCard/BannerCard';
|
|
38
|
+
export { NotFound } from './organisms/NotFound/NotFound';
|
|
39
|
+
export type { NotFoundProps } from './organisms/NotFound/NotFound';
|
package/dist/main-server.js
CHANGED
|
@@ -1,40 +1,48 @@
|
|
|
1
|
-
import { Button as
|
|
1
|
+
import { Button as t } from "./atoms/Button/Button.js";
|
|
2
2
|
import { Flex as m } from "./atoms/Flex/Flex.js";
|
|
3
3
|
import { Column as x, Grid as f } from "./atoms/Grid/Grid.js";
|
|
4
|
-
import { Head as
|
|
5
|
-
import { Icon as
|
|
6
|
-
import { Root as
|
|
7
|
-
import { Separator as
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Input as
|
|
4
|
+
import { Head as a } from "./atoms/Root/Head.js";
|
|
5
|
+
import { Icon as u } from "./atoms/Icon/Icon.js";
|
|
6
|
+
import { Root as c } from "./atoms/Root/Root.js";
|
|
7
|
+
import { Separator as g } from "./atoms/Separator/Separator.js";
|
|
8
|
+
import { Text as B } from "./atoms/Text/Text.js";
|
|
9
|
+
import { Input as L } from "./atoms/Input/Input.js";
|
|
10
10
|
import { Link as C } from "./atoms/Link/Link.js";
|
|
11
|
-
import { linkClassName as
|
|
12
|
-
import { configureLink as
|
|
13
|
-
import { LinkButton as
|
|
14
|
-
import { configureImage as
|
|
15
|
-
import { Logo as
|
|
16
|
-
import { SearchBox as
|
|
17
|
-
import { QuantityInput as
|
|
18
|
-
import { Pricing as
|
|
11
|
+
import { linkClassName as y } from "./atoms/Link/linkClassName.js";
|
|
12
|
+
import { configureLink as F, routerOverride as N } from "./atoms/Link/configureLink.js";
|
|
13
|
+
import { LinkButton as b } from "./atoms/LinkButton/LinkButton.js";
|
|
14
|
+
import { configureImage as G } from "./atoms/Image/configureImage.js";
|
|
15
|
+
import { Logo as O } from "./molecules/Logo/Logo.js";
|
|
16
|
+
import { SearchBox as Q } from "./molecules/SearchBox/SearchBox.js";
|
|
17
|
+
import { QuantityInput as T } from "./molecules/QuantityInput/QuantityInput.js";
|
|
18
|
+
import { Pricing as q } from "./molecules/Pricing/Pricing.js";
|
|
19
|
+
import { Availability as z } from "./molecules/Availability/Availability.js";
|
|
20
|
+
import { Avatar as E } from "./molecules/Avatar/Avatar.js";
|
|
21
|
+
import { BannerCard as K } from "./molecules/BannerCard/BannerCard.js";
|
|
22
|
+
import { NotFound as U } from "./organisms/NotFound/NotFound.js";
|
|
19
23
|
export {
|
|
20
|
-
|
|
24
|
+
z as Availability,
|
|
25
|
+
E as Avatar,
|
|
26
|
+
K as BannerCard,
|
|
27
|
+
t as Button,
|
|
21
28
|
x as Column,
|
|
22
29
|
m as Flex,
|
|
23
30
|
f as Grid,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
31
|
+
a as Head,
|
|
32
|
+
u as Icon,
|
|
33
|
+
L as Input,
|
|
27
34
|
C as Link,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
b as LinkButton,
|
|
36
|
+
O as Logo,
|
|
37
|
+
U as NotFound,
|
|
38
|
+
q as Pricing,
|
|
39
|
+
T as QuantityInput,
|
|
40
|
+
c as Root,
|
|
41
|
+
Q as SearchBox,
|
|
42
|
+
g as Separator,
|
|
43
|
+
B as Text,
|
|
44
|
+
G as configureImage,
|
|
45
|
+
F as configureLink,
|
|
46
|
+
y as linkClassName,
|
|
47
|
+
N as routerOverride
|
|
40
48
|
};
|