@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.
@@ -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 i } from "./atoms/Root/Head.js";
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 l } from "./atoms/Root/Root.js";
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 k } from "./atoms/Text/Text.js";
9
- import { Input as A } from "./atoms/Input/Input.js";
10
- import { Logo as I } from "./molecules/Logo/Logo.js";
11
- import { SearchBox as L } from "./molecules/SearchBox/SearchBox.js";
12
- import { QuantityInput as S } from "./molecules/QuantityInput/QuantityInput.js";
13
- import { Pricing as y } from "./molecules/Pricing/Pricing.js";
14
- import { Link as M, LinkProvider as N } from "./atoms/Link/Link.js";
15
- import { LinkButton as s } from "./atoms/LinkButton/LinkButton.js";
16
- import { Image as G, ImageProvider as H } from "./atoms/Image/Image.js";
17
- import { Tooltip as R } from "./molecules/Tooltip/Tooltip.js";
18
- import { Account as j } from "./molecules/Account/Account.js";
19
- import { Avatar as z } from "./molecules/Avatar/Avatar.js";
20
- import { Chip as E } from "./molecules/Chip/Chip.js";
21
- import { ToggleView as K } from "./molecules/ToggleView/ToggleView.js";
22
- import { StatefulButton as U } from "./molecules/StatefulButton/StatefulButton.js";
23
- import { AnimatedCheckMark as X } from "./molecules/StatefulButton/AnimatedCheckmark.js";
24
- import { AddToCart as Z } from "./molecules/AddToCart/AddToCart.js";
25
- import { Availability as $ } from "./molecules/Availability/Availability.js";
26
- import { BannerCard as ro } from "./molecules/BannerCard/BannerCard.js";
27
- import { MainNav as eo } from "./organisms/MainNav/MainNav.js";
28
- import { ChipSelector as mo } from "./organisms/ChipSelector/ChipSelector.js";
29
- import { Product as fo } from "./organisms/Product/Product.js";
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 uo } from "./organisms/Carousel/Carousel.js";
32
+ import { Carousel as co } from "./organisms/Carousel/Carousel.js";
33
+ import { Footer as Co } from "./organisms/Footer/Footer.js";
32
34
  export {
33
- j as Account,
34
- Z as AddToCart,
35
- X as AnimatedCheckMark,
36
- $ as Availability,
37
- z as Avatar,
38
- ro as BannerCard,
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
- uo as Carousel,
41
- E as Chip,
42
- mo as ChipSelector,
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
- i as Head,
49
+ n as Head,
47
50
  u as Icon,
48
- G as Image,
49
- H as ImageProvider,
50
- A as Input,
51
- M as Link,
52
- s as LinkButton,
53
- N as LinkProvider,
54
- I as Logo,
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
- y as Pricing,
58
- fo as Product,
59
- S as QuantityInput,
60
- l as Root,
61
- L as SearchBox,
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
- U as StatefulButton,
64
- k as Text,
65
- K as ToggleView,
66
- R as Tooltip
65
+ W as StatefulButton,
66
+ A as Text,
67
+ O as ToggleView,
68
+ V as Tooltip,
69
+ L as createLinkAdapter
67
70
  };
@@ -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';
@@ -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 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";
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
- 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
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-smM1g1J4.js";
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 declare function Logo(): import("react/jsx-runtime").JSX.Element;
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;