@caseparts-org/caseblocks 0.0.124 → 0.0.125
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.js +26 -26
- package/dist/main-server.d.ts +0 -2
- package/dist/main-server.js +16 -18
- package/package.json +1 -1
package/dist/main-client.js
CHANGED
|
@@ -12,19 +12,19 @@ import { linkClassName as A } from "./atoms/Link/linkClassName.js";
|
|
|
12
12
|
import { configureLink as P, routerOverride as h } from "./atoms/Link/configureLink.js";
|
|
13
13
|
import { LinkButton as M } from "./atoms/LinkButton/LinkButton.js";
|
|
14
14
|
import { configureImage as F } from "./atoms/Image/configureImage.js";
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
15
|
+
import { Logo as V } from "./molecules/Logo/Logo.js";
|
|
16
|
+
import { SearchBox as y } from "./molecules/SearchBox/SearchBox.js";
|
|
17
|
+
import { QuantityInput as z } from "./molecules/QuantityInput/QuantityInput.js";
|
|
18
|
+
import { Pricing as O } from "./molecules/Pricing/Pricing.js";
|
|
19
|
+
import { Availability as R } from "./molecules/Availability/Availability.js";
|
|
20
|
+
import { Avatar as j } from "./molecules/Avatar/Avatar.js";
|
|
21
|
+
import { BannerCard as D } from "./molecules/BannerCard/BannerCard.js";
|
|
22
|
+
import { CardLink as J } from "./molecules/CardLink/CardLink.js";
|
|
23
|
+
import { Breadcrumbs as U } from "./molecules/Breadcrumbs/Breadcrumbs.js";
|
|
24
|
+
import { NotFound as X } from "./organisms/NotFound/NotFound.js";
|
|
25
|
+
import { HorizontalScroll as _ } from "./atoms/HorizontalScroll/HorizontalScroll.js";
|
|
26
|
+
import { SlideInPanel as oo } from "./atoms/SlideInPanel/SlideInPanel.js";
|
|
27
|
+
import { Markdown as eo } from "./atoms/Markdown/Markdown.js";
|
|
28
28
|
import { Tooltip as po } from "./atoms/Tooltip/Tooltip.js";
|
|
29
29
|
import { Popover as fo } from "./atoms/Popover/Popover.js";
|
|
30
30
|
import { Account as ao } from "./molecules/Account/Account.js";
|
|
@@ -46,12 +46,12 @@ export {
|
|
|
46
46
|
ao as Account,
|
|
47
47
|
so as AddToCart,
|
|
48
48
|
Io as AnimatedCheckMark,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
R as Availability,
|
|
50
|
+
j as Avatar,
|
|
51
|
+
D as BannerCard,
|
|
52
|
+
U as Breadcrumbs,
|
|
53
53
|
e as Button,
|
|
54
|
-
|
|
54
|
+
J as CardLink,
|
|
55
55
|
bo as Carousel,
|
|
56
56
|
Co as CartSlideInPanel,
|
|
57
57
|
io as Chip,
|
|
@@ -61,25 +61,25 @@ export {
|
|
|
61
61
|
Ho as Footer,
|
|
62
62
|
x as Grid,
|
|
63
63
|
n as Head,
|
|
64
|
-
|
|
64
|
+
_ as HorizontalScroll,
|
|
65
65
|
l as Icon,
|
|
66
66
|
Po as ImageViewer,
|
|
67
67
|
I as Input,
|
|
68
68
|
s as Link,
|
|
69
69
|
M as LinkButton,
|
|
70
|
-
|
|
70
|
+
V as Logo,
|
|
71
71
|
wo as MainNav,
|
|
72
|
-
|
|
72
|
+
eo as Markdown,
|
|
73
73
|
Ao as Modal,
|
|
74
|
-
|
|
74
|
+
X as NotFound,
|
|
75
75
|
fo as Popover,
|
|
76
|
-
|
|
76
|
+
O as Pricing,
|
|
77
77
|
No as Product,
|
|
78
|
-
|
|
78
|
+
z as QuantityInput,
|
|
79
79
|
d as Root,
|
|
80
|
-
|
|
80
|
+
y as SearchBox,
|
|
81
81
|
C as Separator,
|
|
82
|
-
|
|
82
|
+
oo as SlideInPanel,
|
|
83
83
|
Go as SpinZoomViewer,
|
|
84
84
|
ko as StatefulButton,
|
|
85
85
|
k as Text,
|
package/dist/main-server.d.ts
CHANGED
|
@@ -21,8 +21,6 @@ export { LinkButton } from './atoms/LinkButton/LinkButton';
|
|
|
21
21
|
export type { LinkButtonProps } from './atoms/LinkButton/LinkButton';
|
|
22
22
|
export { configureImage } from './atoms/Image/configureImage';
|
|
23
23
|
export type { ImageProps, ImageImplementation } from './atoms/Image/Image';
|
|
24
|
-
export { Markdown } from './atoms/Markdown/Markdown';
|
|
25
|
-
export type { MarkdownProps } from './atoms/Markdown/Markdown';
|
|
26
24
|
export { Logo } from './molecules/Logo/Logo';
|
|
27
25
|
export type { LogoProps } from './molecules/Logo/Logo';
|
|
28
26
|
export { SearchBox } from './molecules/SearchBox/SearchBox';
|
package/dist/main-server.js
CHANGED
|
@@ -4,32 +4,31 @@ import { Column as x, Grid as f } from "./atoms/Grid/Grid.js";
|
|
|
4
4
|
import { Head as a } from "./atoms/Root/Head.js";
|
|
5
5
|
import { Icon as u } from "./atoms/Icon/Icon.js";
|
|
6
6
|
import { Root as c } from "./atoms/Root/Root.js";
|
|
7
|
-
import { Separator as
|
|
7
|
+
import { Separator as g } from "./atoms/Separator/Separator.js";
|
|
8
8
|
import { Text as B } from "./atoms/Text/Text.js";
|
|
9
9
|
import { Input as C } from "./atoms/Input/Input.js";
|
|
10
10
|
import { Link as s } from "./atoms/Link/Link.js";
|
|
11
11
|
import { linkClassName as b } from "./atoms/Link/linkClassName.js";
|
|
12
12
|
import { configureLink as A, routerOverride as F } from "./atoms/Link/configureLink.js";
|
|
13
13
|
import { LinkButton as S } from "./atoms/LinkButton/LinkButton.js";
|
|
14
|
-
import { configureImage as
|
|
15
|
-
import { Markdown as H } from "./atoms/Markdown/Markdown.js";
|
|
14
|
+
import { configureImage as G } from "./atoms/Image/configureImage.js";
|
|
16
15
|
import { Logo as O } from "./molecules/Logo/Logo.js";
|
|
17
16
|
import { SearchBox as Q } from "./molecules/SearchBox/SearchBox.js";
|
|
18
17
|
import { QuantityInput as T } from "./molecules/QuantityInput/QuantityInput.js";
|
|
19
18
|
import { Pricing as q } from "./molecules/Pricing/Pricing.js";
|
|
20
|
-
import { Availability as
|
|
21
|
-
import { Avatar as
|
|
22
|
-
import { BannerCard as
|
|
23
|
-
import { CardLink as
|
|
24
|
-
import { Breadcrumbs as
|
|
25
|
-
import { NotFound as
|
|
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 { CardLink as U } from "./molecules/CardLink/CardLink.js";
|
|
23
|
+
import { Breadcrumbs as W } from "./molecules/Breadcrumbs/Breadcrumbs.js";
|
|
24
|
+
import { NotFound as Y } from "./organisms/NotFound/NotFound.js";
|
|
26
25
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
z as Availability,
|
|
27
|
+
E as Avatar,
|
|
28
|
+
K as BannerCard,
|
|
29
|
+
W as Breadcrumbs,
|
|
31
30
|
t as Button,
|
|
32
|
-
|
|
31
|
+
U as CardLink,
|
|
33
32
|
x as Column,
|
|
34
33
|
m as Flex,
|
|
35
34
|
f as Grid,
|
|
@@ -39,15 +38,14 @@ export {
|
|
|
39
38
|
s as Link,
|
|
40
39
|
S as LinkButton,
|
|
41
40
|
O as Logo,
|
|
42
|
-
|
|
43
|
-
_ as NotFound,
|
|
41
|
+
Y as NotFound,
|
|
44
42
|
q as Pricing,
|
|
45
43
|
T as QuantityInput,
|
|
46
44
|
c as Root,
|
|
47
45
|
Q as SearchBox,
|
|
48
|
-
|
|
46
|
+
g as Separator,
|
|
49
47
|
B as Text,
|
|
50
|
-
|
|
48
|
+
G as configureImage,
|
|
51
49
|
A as configureLink,
|
|
52
50
|
b as linkClassName,
|
|
53
51
|
F as routerOverride
|