@caseparts-org/caseblocks 0.0.71 → 0.0.73
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/Text.module-Dzhzk2fH.js +39 -0
- package/dist/assets/Footer.css +1 -0
- package/dist/assets/Root.css +1 -1
- package/dist/assets/Text.css +1 -1
- package/dist/atoms/Button/buttonClassName.js +1 -1
- package/dist/atoms/Link/Link.d.ts +10 -98
- package/dist/atoms/Link/Link.js +42 -44
- package/dist/atoms/Link/createLinkAdapter.d.ts +10 -0
- package/dist/atoms/Link/createLinkAdapter.js +39 -0
- package/dist/atoms/Text/Text.d.ts +2 -1
- package/dist/atoms/Text/Text.js +14 -12
- package/dist/atoms/Text/Text.stories.d.ts +1 -0
- package/dist/atoms/Text/Text.stories.js +87 -27
- package/dist/main-client.d.ts +2 -2
- package/dist/main-client.js +55 -52
- package/dist/main-server.d.ts +5 -0
- package/dist/main-server.js +22 -18
- package/dist/molecules/Avatar/Avatar.js +1 -1
- package/dist/molecules/Logo/Logo.d.ts +4 -1
- package/dist/molecules/Logo/Logo.js +13 -11
- package/dist/molecules/Logo/Logo.stories.d.ts +540 -0
- package/dist/molecules/Logo/Logo.stories.js +26 -7
- package/dist/organisms/Footer/Footer.d.ts +5 -0
- package/dist/organisms/Footer/Footer.js +160 -0
- package/dist/organisms/Footer/Footer.stories.d.ts +36 -0
- package/dist/organisms/Footer/Footer.stories.js +72 -0
- package/dist/styles/tokens.css +1 -0
- package/package.json +1 -1
- package/dist/Text.module-smM1g1J4.js +0 -25
package/dist/main-client.js
CHANGED
|
@@ -1,67 +1,70 @@
|
|
|
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 x, Grid as f } from "./atoms/Grid/Grid.js";
|
|
4
|
-
import { Head as
|
|
4
|
+
import { Head as n } from "./atoms/Root/Head.js";
|
|
5
5
|
import { Icon as u } from "./atoms/Icon/Icon.js";
|
|
6
|
-
import { Root as
|
|
6
|
+
import { Root as c } from "./atoms/Root/Root.js";
|
|
7
7
|
import { Separator as C } from "./atoms/Separator/Separator.js";
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Input as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
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 {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
8
|
+
import { Text as A } from "./atoms/Text/Text.js";
|
|
9
|
+
import { Input as B } from "./atoms/Input/Input.js";
|
|
10
|
+
import { Link as h } from "./atoms/Link/Link.js";
|
|
11
|
+
import { createLinkAdapter as L } from "./atoms/Link/createLinkAdapter.js";
|
|
12
|
+
import { Logo as T } from "./molecules/Logo/Logo.js";
|
|
13
|
+
import { SearchBox as P } from "./molecules/SearchBox/SearchBox.js";
|
|
14
|
+
import { QuantityInput as M } from "./molecules/QuantityInput/QuantityInput.js";
|
|
15
|
+
import { Pricing as b } from "./molecules/Pricing/Pricing.js";
|
|
16
|
+
import { LinkButton as w } from "./atoms/LinkButton/LinkButton.js";
|
|
17
|
+
import { Image as H, ImageProvider as Q } from "./atoms/Image/Image.js";
|
|
18
|
+
import { Tooltip as V } from "./molecules/Tooltip/Tooltip.js";
|
|
19
|
+
import { Account as q } from "./molecules/Account/Account.js";
|
|
20
|
+
import { Avatar as D } from "./molecules/Avatar/Avatar.js";
|
|
21
|
+
import { Chip as J } from "./molecules/Chip/Chip.js";
|
|
22
|
+
import { ToggleView as O } from "./molecules/ToggleView/ToggleView.js";
|
|
23
|
+
import { StatefulButton as W } from "./molecules/StatefulButton/StatefulButton.js";
|
|
24
|
+
import { AnimatedCheckMark as Y } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
25
|
+
import { AddToCart as _ } from "./molecules/AddToCart/AddToCart.js";
|
|
26
|
+
import { Availability as oo } from "./molecules/Availability/Availability.js";
|
|
27
|
+
import { BannerCard as to } from "./molecules/BannerCard/BannerCard.js";
|
|
28
|
+
import { MainNav as po } from "./organisms/MainNav/MainNav.js";
|
|
29
|
+
import { ChipSelector as xo } from "./organisms/ChipSelector/ChipSelector.js";
|
|
30
|
+
import { Product as ao } from "./organisms/Product/Product.js";
|
|
30
31
|
import { NotFound as io } from "./organisms/NotFound/NotFound.js";
|
|
31
|
-
import { Carousel as
|
|
32
|
+
import { Carousel as co } from "./organisms/Carousel/Carousel.js";
|
|
33
|
+
import { Footer as Co } from "./organisms/Footer/Footer.js";
|
|
32
34
|
export {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
q as Account,
|
|
36
|
+
_ as AddToCart,
|
|
37
|
+
Y as AnimatedCheckMark,
|
|
38
|
+
oo as Availability,
|
|
39
|
+
D as Avatar,
|
|
40
|
+
to as BannerCard,
|
|
39
41
|
t as Button,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
co as Carousel,
|
|
43
|
+
J as Chip,
|
|
44
|
+
xo as ChipSelector,
|
|
43
45
|
x as Column,
|
|
44
46
|
p as Flex,
|
|
47
|
+
Co as Footer,
|
|
45
48
|
f as Grid,
|
|
46
|
-
|
|
49
|
+
n as Head,
|
|
47
50
|
u as Icon,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
eo as MainNav,
|
|
51
|
+
H as Image,
|
|
52
|
+
Q as ImageProvider,
|
|
53
|
+
B as Input,
|
|
54
|
+
h as Link,
|
|
55
|
+
w as LinkButton,
|
|
56
|
+
T as Logo,
|
|
57
|
+
po as MainNav,
|
|
56
58
|
io as NotFound,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
b as Pricing,
|
|
60
|
+
ao as Product,
|
|
61
|
+
M as QuantityInput,
|
|
62
|
+
c as Root,
|
|
63
|
+
P as SearchBox,
|
|
62
64
|
C as Separator,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
W as StatefulButton,
|
|
66
|
+
A as Text,
|
|
67
|
+
O as ToggleView,
|
|
68
|
+
V as Tooltip,
|
|
69
|
+
L as createLinkAdapter
|
|
67
70
|
};
|
package/dist/main-server.d.ts
CHANGED
|
@@ -13,7 +13,12 @@ export { Text } from './atoms/Text/Text';
|
|
|
13
13
|
export type { TextProps } from './atoms/Text/Text';
|
|
14
14
|
export { Input } from './atoms/Input/Input';
|
|
15
15
|
export type { InputProps } from './atoms/Input/Input';
|
|
16
|
+
export { Link } from './atoms/Link/Link';
|
|
17
|
+
export type { LinkProps } from './atoms/Link/Link';
|
|
18
|
+
export { createLinkAdapter } from './atoms/Link/createLinkAdapter';
|
|
19
|
+
export type { RouterLike } from './atoms/Link/createLinkAdapter';
|
|
16
20
|
export { Logo } from './molecules/Logo/Logo';
|
|
21
|
+
export type { LogoProps } from './molecules/Logo/Logo';
|
|
17
22
|
export { SearchBox } from './molecules/SearchBox/SearchBox';
|
|
18
23
|
export type { SearchBoxProps } from './molecules/SearchBox/SearchBox';
|
|
19
24
|
export type { QuantityInputProps } from './molecules/QuantityInput/QuantityInput';
|
package/dist/main-server.js
CHANGED
|
@@ -2,28 +2,32 @@ 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
4
|
import { Head as a } from "./atoms/Root/Head.js";
|
|
5
|
-
import { Icon as
|
|
6
|
-
import { Root as
|
|
7
|
-
import { Separator as
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Input as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
5
|
+
import { Icon as u } from "./atoms/Icon/Icon.js";
|
|
6
|
+
import { Root as d } from "./atoms/Root/Root.js";
|
|
7
|
+
import { Separator as L } from "./atoms/Separator/Separator.js";
|
|
8
|
+
import { Text as k } from "./atoms/Text/Text.js";
|
|
9
|
+
import { Input as B } from "./atoms/Input/Input.js";
|
|
10
|
+
import { Link as h } from "./atoms/Link/Link.js";
|
|
11
|
+
import { createLinkAdapter as A } from "./atoms/Link/createLinkAdapter.js";
|
|
12
|
+
import { Logo as F } from "./molecules/Logo/Logo.js";
|
|
13
|
+
import { SearchBox as H } from "./molecules/SearchBox/SearchBox.js";
|
|
14
|
+
import { QuantityInput as Q } from "./molecules/QuantityInput/QuantityInput.js";
|
|
15
|
+
import { Pricing as T } from "./molecules/Pricing/Pricing.js";
|
|
14
16
|
export {
|
|
15
17
|
t as Button,
|
|
16
18
|
m as Column,
|
|
17
19
|
p as Flex,
|
|
18
20
|
f as Grid,
|
|
19
21
|
a as Head,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
u as Icon,
|
|
23
|
+
B as Input,
|
|
24
|
+
h as Link,
|
|
25
|
+
F as Logo,
|
|
26
|
+
T as Pricing,
|
|
27
|
+
Q as QuantityInput,
|
|
28
|
+
d as Root,
|
|
29
|
+
H as SearchBox,
|
|
30
|
+
L as Separator,
|
|
31
|
+
k as Text,
|
|
32
|
+
A as createLinkAdapter
|
|
29
33
|
};
|
|
@@ -3,7 +3,7 @@ import { Flex as m } from "../../atoms/Flex/Flex.js";
|
|
|
3
3
|
import { Link as c } from "../../atoms/Link/Link.js";
|
|
4
4
|
import { getHideAtStyles as l } from "../../atoms/HideAt.js";
|
|
5
5
|
import { c as f } from "../../clsx-OuTLNxxd.js";
|
|
6
|
-
import { t as r } from "../../Text.module-
|
|
6
|
+
import { t as r } from "../../Text.module-Dzhzk2fH.js";
|
|
7
7
|
import '../../assets/Avatar.css';const p = "_avatar_vwzwk_1", x = {
|
|
8
8
|
avatar: p
|
|
9
9
|
};
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export interface LogoProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
2
|
+
variant?: "color" | "white";
|
|
3
|
+
}
|
|
4
|
+
export declare function Logo({ variant, ...otherProps }: LogoProps): import("react/jsx-runtime").JSX.Element;
|