@caseparts-org/caseblocks 0.0.40 → 0.0.41
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 +26 -26
- package/dist/main-server.d.ts +0 -2
- package/dist/main-server.js +20 -22
- package/package.json +1 -1
package/dist/main-client.d.ts
CHANGED
|
@@ -19,6 +19,8 @@ export type { AnimatedCheckMarkProps } from './molecules/StatefulButton/Animated
|
|
|
19
19
|
export { AnimatedCheckMark } from './molecules/StatefulButton/AnimatedCheckmark';
|
|
20
20
|
export type { AddToCartProps } from './molecules/AddToCart/AddToCart';
|
|
21
21
|
export { AddToCart } from './molecules/AddToCart/AddToCart';
|
|
22
|
+
export { Availability } from './molecules/Availability/Availability';
|
|
23
|
+
export type { AvailabilityProps, ContactUsLinkBehavior } from './molecules/Availability/Availability';
|
|
22
24
|
export { MainNav } from './organisms/MainNav/MainNav';
|
|
23
25
|
export type { MainCategory, MainNavProps, Category } from './organisms/MainNav/MainNav';
|
|
24
26
|
export { ChipSelector } from './organisms/ChipSelector/ChipSelector';
|
package/dist/main-client.js
CHANGED
|
@@ -10,50 +10,50 @@ import { Input as I } from "./atoms/Input/Input.js";
|
|
|
10
10
|
import { Logo as k } from "./molecules/Logo/Logo.js";
|
|
11
11
|
import { SearchBox as S } from "./molecules/SearchBox/SearchBox.js";
|
|
12
12
|
import { QuantityInput as B } from "./molecules/QuantityInput/QuantityInput.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
13
|
+
import { Pricing as y } from "./molecules/Pricing/Pricing.js";
|
|
14
|
+
import { Link as b, LinkProvider as w } from "./atoms/Link/Link.js";
|
|
15
|
+
import { Image as G, ImageProvider as H } from "./atoms/Image/Image.js";
|
|
16
|
+
import { Tooltip as Q } from "./molecules/Tooltip/Tooltip.js";
|
|
17
|
+
import { Account as V } from "./molecules/Account/Account.js";
|
|
18
|
+
import { Avatar as q } from "./molecules/Avatar/Avatar.js";
|
|
19
|
+
import { Chip as z } from "./molecules/Chip/Chip.js";
|
|
20
|
+
import { ToggleView as E } from "./molecules/ToggleView/ToggleView.js";
|
|
21
|
+
import { StatefulButton as K } from "./molecules/StatefulButton/StatefulButton.js";
|
|
22
|
+
import { AnimatedCheckMark as U } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
23
|
+
import { AddToCart as X } from "./molecules/AddToCart/AddToCart.js";
|
|
24
|
+
import { Availability as Z } from "./molecules/Availability/Availability.js";
|
|
25
25
|
import { MainNav as $ } from "./organisms/MainNav/MainNav.js";
|
|
26
26
|
import { ChipSelector as ro } from "./organisms/ChipSelector/ChipSelector.js";
|
|
27
27
|
import { Product as eo } from "./organisms/Product/Product.js";
|
|
28
28
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
V as Account,
|
|
30
|
+
X as AddToCart,
|
|
31
|
+
U as AnimatedCheckMark,
|
|
32
|
+
Z as Availability,
|
|
33
|
+
q as Avatar,
|
|
34
34
|
t as Button,
|
|
35
|
-
|
|
35
|
+
z as Chip,
|
|
36
36
|
ro as ChipSelector,
|
|
37
37
|
x as Column,
|
|
38
38
|
p as Flex,
|
|
39
39
|
f as Grid,
|
|
40
40
|
i as Head,
|
|
41
41
|
u as Icon,
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
G as Image,
|
|
43
|
+
H as ImageProvider,
|
|
44
44
|
I as Input,
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
b as Link,
|
|
46
|
+
w as LinkProvider,
|
|
47
47
|
k as Logo,
|
|
48
48
|
$ as MainNav,
|
|
49
|
-
|
|
49
|
+
y as Pricing,
|
|
50
50
|
eo as Product,
|
|
51
51
|
B as QuantityInput,
|
|
52
52
|
d as Root,
|
|
53
53
|
S as SearchBox,
|
|
54
54
|
g as Separator,
|
|
55
|
-
|
|
55
|
+
K as StatefulButton,
|
|
56
56
|
A as Text,
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
E as ToggleView,
|
|
58
|
+
Q as Tooltip
|
|
59
59
|
};
|
package/dist/main-server.d.ts
CHANGED
|
@@ -18,7 +18,5 @@ export { SearchBox } from './molecules/SearchBox/SearchBox';
|
|
|
18
18
|
export type { SearchBoxProps } from './molecules/SearchBox/SearchBox';
|
|
19
19
|
export type { QuantityInputProps } from './molecules/QuantityInput/QuantityInput';
|
|
20
20
|
export { QuantityInput } from './molecules/QuantityInput/QuantityInput';
|
|
21
|
-
export { Availability } from './molecules/Availability/Availability';
|
|
22
|
-
export type { AvailabilityProps, ContactUsLinkBehavior } from './molecules/Availability/Availability';
|
|
23
21
|
export { Pricing } from './molecules/Pricing/Pricing';
|
|
24
22
|
export type { PricingProps } from './molecules/Pricing/Pricing';
|
package/dist/main-server.js
CHANGED
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
import { Button as t } from "./atoms/Button/Button.js";
|
|
2
2
|
import { Flex as p } from "./atoms/Flex/Flex.js";
|
|
3
3
|
import { Column as m, 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
|
|
10
|
-
import { Logo as
|
|
11
|
-
import { SearchBox as
|
|
12
|
-
import { QuantityInput as
|
|
13
|
-
import {
|
|
14
|
-
import { Pricing as P } from "./molecules/Pricing/Pricing.js";
|
|
4
|
+
import { Head as a } from "./atoms/Root/Head.js";
|
|
5
|
+
import { Icon as i } from "./atoms/Icon/Icon.js";
|
|
6
|
+
import { Root as I } 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 h } from "./atoms/Input/Input.js";
|
|
10
|
+
import { Logo as C } from "./molecules/Logo/Logo.js";
|
|
11
|
+
import { SearchBox as G } from "./molecules/SearchBox/SearchBox.js";
|
|
12
|
+
import { QuantityInput as L } from "./molecules/QuantityInput/QuantityInput.js";
|
|
13
|
+
import { Pricing as Q } from "./molecules/Pricing/Pricing.js";
|
|
15
14
|
export {
|
|
16
|
-
H as Availability,
|
|
17
15
|
t as Button,
|
|
18
16
|
m as Column,
|
|
19
17
|
p as Flex,
|
|
20
18
|
f as Grid,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
a as Head,
|
|
20
|
+
i as Icon,
|
|
21
|
+
h as Input,
|
|
22
|
+
C as Logo,
|
|
23
|
+
Q as Pricing,
|
|
24
|
+
L as QuantityInput,
|
|
25
|
+
I as Root,
|
|
26
|
+
G as SearchBox,
|
|
27
|
+
g as Separator,
|
|
28
|
+
B as Text
|
|
31
29
|
};
|