@caseparts-org/caseblocks 0.0.85 → 0.0.86

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,4 +1,6 @@
1
1
  export * from './main-server';
2
+ export { HorizontalScroll } from './atoms/HorizontalScroll/HorizontalScroll';
3
+ export type { HorizontalScrollProps } from './atoms/HorizontalScroll/HorizontalScroll';
2
4
  export { Tooltip } from './molecules/Tooltip/Tooltip';
3
5
  export { Account } from './molecules/Account/Account';
4
6
  export type { AccountProps } from './molecules/Account/Account';
@@ -7,66 +7,68 @@ import { Root as c } from "./atoms/Root/Root.js";
7
7
  import { Separator as C } from "./atoms/Separator/Separator.js";
8
8
  import { Text as k } from "./atoms/Text/Text.js";
9
9
  import { Input as B } from "./atoms/Input/Input.js";
10
- import { Link as v } from "./atoms/Link/Link.js";
11
- import { linkClassName as L } from "./atoms/Link/linkClassName.js";
10
+ import { Link as h } from "./atoms/Link/Link.js";
11
+ import { linkClassName as I } from "./atoms/Link/linkClassName.js";
12
12
  import { configureLink as T, routerOverride as s } from "./atoms/Link/configureLink.js";
13
13
  import { LinkButton as N } from "./atoms/LinkButton/LinkButton.js";
14
- import { configureImage as M } from "./atoms/Image/configureImage.js";
15
- import { Logo as b } from "./molecules/Logo/Logo.js";
16
- import { SearchBox as G } from "./molecules/SearchBox/SearchBox.js";
17
- import { QuantityInput as O } from "./molecules/QuantityInput/QuantityInput.js";
18
- import { Pricing as R } from "./molecules/Pricing/Pricing.js";
19
- import { Availability as j } from "./molecules/Availability/Availability.js";
20
- import { Avatar as z } from "./molecules/Avatar/Avatar.js";
14
+ import { configureImage as H } from "./atoms/Image/configureImage.js";
15
+ import { Logo as P } from "./molecules/Logo/Logo.js";
16
+ import { SearchBox as w } from "./molecules/SearchBox/SearchBox.js";
17
+ import { QuantityInput as G } from "./molecules/QuantityInput/QuantityInput.js";
18
+ import { Pricing as Q } from "./molecules/Pricing/Pricing.js";
19
+ import { Availability as V } from "./molecules/Availability/Availability.js";
20
+ import { Avatar as q } from "./molecules/Avatar/Avatar.js";
21
21
  import { BannerCard as E } from "./molecules/BannerCard/BannerCard.js";
22
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
- import { Carousel as Co } from "./organisms/Carousel/Carousel.js";
34
- import { Footer as ko } from "./organisms/Footer/Footer.js";
23
+ import { HorizontalScroll as W } from "./atoms/HorizontalScroll/HorizontalScroll.js";
24
+ import { Tooltip as Y } from "./molecules/Tooltip/Tooltip.js";
25
+ import { Account as _ } from "./molecules/Account/Account.js";
26
+ import { Chip as oo } from "./molecules/Chip/Chip.js";
27
+ import { ToggleView as to } from "./molecules/ToggleView/ToggleView.js";
28
+ import { StatefulButton as po } from "./molecules/StatefulButton/StatefulButton.js";
29
+ import { AnimatedCheckMark as fo } from "./molecules/StatefulButton/AnimatedCheckmark.js";
30
+ import { AddToCart as ao } from "./molecules/AddToCart/AddToCart.js";
31
+ import { MainNav as io } from "./organisms/MainNav/MainNav.js";
32
+ import { ChipSelector as lo } from "./organisms/ChipSelector/ChipSelector.js";
33
+ import { Product as Co } from "./organisms/Product/Product.js";
34
+ import { Carousel as ko } from "./organisms/Carousel/Carousel.js";
35
+ import { Footer as Bo } from "./organisms/Footer/Footer.js";
35
36
  export {
36
- Y as Account,
37
- fo as AddToCart,
38
- po as AnimatedCheckMark,
39
- j as Availability,
40
- z as Avatar,
37
+ _ as Account,
38
+ ao as AddToCart,
39
+ fo as AnimatedCheckMark,
40
+ V as Availability,
41
+ q as Avatar,
41
42
  E as BannerCard,
42
43
  t as Button,
43
- Co as Carousel,
44
- _ as Chip,
45
- io as ChipSelector,
44
+ ko as Carousel,
45
+ oo as Chip,
46
+ lo as ChipSelector,
46
47
  f as Column,
47
48
  p as Flex,
48
- ko as Footer,
49
+ Bo as Footer,
49
50
  x as Grid,
50
51
  n as Head,
52
+ W as HorizontalScroll,
51
53
  u as Icon,
52
54
  B as Input,
53
- v as Link,
55
+ h as Link,
54
56
  N as LinkButton,
55
- b as Logo,
56
- ao as MainNav,
57
+ P as Logo,
58
+ io as MainNav,
57
59
  K as NotFound,
58
- R as Pricing,
59
- lo as Product,
60
- O as QuantityInput,
60
+ Q as Pricing,
61
+ Co as Product,
62
+ G as QuantityInput,
61
63
  c as Root,
62
- G as SearchBox,
64
+ w as SearchBox,
63
65
  C as Separator,
64
- to as StatefulButton,
66
+ po as StatefulButton,
65
67
  k as Text,
66
- oo as ToggleView,
67
- W as Tooltip,
68
- M as configureImage,
68
+ to as ToggleView,
69
+ Y as Tooltip,
70
+ H as configureImage,
69
71
  T as configureLink,
70
- L as linkClassName,
72
+ I as linkClassName,
71
73
  s as routerOverride
72
74
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caseparts-org/caseblocks",
3
3
  "private": false,
4
- "version": "0.0.85",
4
+ "version": "0.0.86",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",