@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.
@@ -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';
@@ -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 { Tooltip as j } from "./molecules/Tooltip/Tooltip.js";
20
- import { Account as z } from "./molecules/Account/Account.js";
21
- import { Avatar as E } from "./molecules/Avatar/Avatar.js";
22
- import { Chip as K } from "./molecules/Chip/Chip.js";
23
- import { ToggleView as W } from "./molecules/ToggleView/ToggleView.js";
24
- import { StatefulButton as Y } from "./molecules/StatefulButton/StatefulButton.js";
25
- import { AnimatedCheckMark as _ } from "./molecules/StatefulButton/AnimatedCheckmark.js";
26
- import { AddToCart as oo } from "./molecules/AddToCart/AddToCart.js";
27
- import { Availability as to } from "./molecules/Availability/Availability.js";
28
- import { BannerCard as po } from "./molecules/BannerCard/BannerCard.js";
29
- import { MainNav as fo } from "./organisms/MainNav/MainNav.js";
30
- import { ChipSelector as ao } from "./organisms/ChipSelector/ChipSelector.js";
31
- import { Product as io } from "./organisms/Product/Product.js";
32
- import { NotFound as lo } from "./organisms/NotFound/NotFound.js";
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
- z as Account,
37
- oo as AddToCart,
38
- _ as AnimatedCheckMark,
39
- to as Availability,
40
- E as Avatar,
41
- po as BannerCard,
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
- K as Chip,
45
- ao as ChipSelector,
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
- fo as MainNav,
57
- lo as NotFound,
56
+ ao as MainNav,
57
+ K as NotFound,
58
58
  R as Pricing,
59
- io as Product,
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
- Y as StatefulButton,
64
+ to as StatefulButton,
65
65
  k as Text,
66
- W as ToggleView,
67
- j as Tooltip,
66
+ oo as ToggleView,
67
+ W as Tooltip,
68
68
  M as configureImage,
69
69
  T as configureLink,
70
70
  L as linkClassName,
@@ -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';
@@ -1,40 +1,48 @@
1
- import { Button as e } from "./atoms/Button/Button.js";
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 i } from "./atoms/Root/Head.js";
5
- import { Icon as a } from "./atoms/Icon/Icon.js";
6
- import { Root as g } from "./atoms/Root/Root.js";
7
- import { Separator as l } from "./atoms/Separator/Separator.js";
8
- import { Text as L } from "./atoms/Text/Text.js";
9
- import { Input as B } from "./atoms/Input/Input.js";
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 h } from "./atoms/Link/linkClassName.js";
12
- import { configureLink as y, routerOverride as F } from "./atoms/Link/configureLink.js";
13
- import { LinkButton as H } from "./atoms/LinkButton/LinkButton.js";
14
- import { configureImage as O } from "./atoms/Image/configureImage.js";
15
- import { Logo as Q } from "./molecules/Logo/Logo.js";
16
- import { SearchBox as T } from "./molecules/SearchBox/SearchBox.js";
17
- import { QuantityInput as j } from "./molecules/QuantityInput/QuantityInput.js";
18
- import { Pricing as w } from "./molecules/Pricing/Pricing.js";
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
- e as Button,
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
- i as Head,
25
- a as Icon,
26
- B as Input,
31
+ a as Head,
32
+ u as Icon,
33
+ L as Input,
27
34
  C as Link,
28
- H as LinkButton,
29
- Q as Logo,
30
- w as Pricing,
31
- j as QuantityInput,
32
- g as Root,
33
- T as SearchBox,
34
- l as Separator,
35
- L as Text,
36
- O as configureImage,
37
- y as configureLink,
38
- h as linkClassName,
39
- F as routerOverride
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
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caseparts-org/caseblocks",
3
3
  "private": false,
4
- "version": "0.0.82",
4
+ "version": "0.0.83",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",