@caseparts-org/caseblocks 0.0.120 → 0.0.122

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.
@@ -7,7 +7,7 @@ export type PopoverAPI = {
7
7
  type PositionKeyword = "top" | "right" | "bottom" | "left";
8
8
  type Position = "top left" | "top center" | "top right" | "right top" | "right center" | "right bottom" | "bottom left" | "bottom center" | "bottom right" | "left top" | "left center" | "left bottom" | PositionKeyword;
9
9
  export type PopoverProps = {
10
- trigger: React.ReactElement;
10
+ trigger: React.ReactElement<any>;
11
11
  children: React.ReactNode | ((_api: PopoverAPI) => React.ReactNode);
12
12
  position?: Position;
13
13
  popoverClassName?: string;
@@ -1,6 +1,6 @@
1
1
  import { jsxs as F, Fragment as H, jsx as k } from "react/jsx-runtime";
2
2
  import * as f from "react";
3
- import { r as N } from "../../index-B4KbmMH3.js";
3
+ import { r as N } from "../../index-BkF-BQ3Q.js";
4
4
  import { c as z } from "../../clsx-OuTLNxxd.js";
5
5
  import '../../assets/Popover.css';const W = "_popover_vlr81_1", q = "_content_vlr81_7", P = {
6
6
  popover: W,
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import { ReactNode, ReactElement } from 'react';
2
2
  export declare function Root({ children }: {
3
3
  children: ReactNode;
4
- }): JSX.Element;
4
+ }): ReactElement;
@@ -1,6 +1,6 @@
1
1
  import { jsxs as k, jsx as u } from "react/jsx-runtime";
2
2
  import * as r from "react";
3
- import { r as A } from "../../index-B4KbmMH3.js";
3
+ import { r as A } from "../../index-BkF-BQ3Q.js";
4
4
  import { c } from "../../clsx-OuTLNxxd.js";
5
5
  import { getHideAtStyles as N } from "../HideAt.js";
6
6
  import '../../assets/SlideInPanel.css';const q = "_root_12lt6_1", P = "_overlay_12lt6_8", R = "_panel_12lt6_16", j = "_active_12lt6_52", o = {
@@ -1,4 +1,5 @@
1
1
  import { HideAtProps } from '../HideAt';
2
+ import { JSX } from 'react';
2
3
  type ElementType = keyof Pick<JSX.IntrinsicElements, "span" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div">;
3
4
  /** A text element. */
4
5
  export type TextProps<T extends ElementType = "span"> = HideAtProps & {
@@ -3,7 +3,7 @@ type PositionKeyword = "top" | "right" | "bottom" | "left";
3
3
  type Position = "top left" | "top center" | "top right" | "right top" | "right center" | "right bottom" | "bottom left" | "bottom center" | "bottom right" | "left top" | "left center" | "left bottom" | PositionKeyword;
4
4
  export type TooltipProps = {
5
5
  children: React.ReactNode;
6
- trigger: React.ReactElement;
6
+ trigger: React.ReactElement<any>;
7
7
  tooltipClassName?: string;
8
8
  contentClassName?: string;
9
9
  position?: Position;
@@ -1,7 +1,7 @@
1
1
  import { jsxs as W, Fragment as X, jsx as O } from "react/jsx-runtime";
2
2
  import * as r from "react";
3
3
  import { c as S } from "../../clsx-OuTLNxxd.js";
4
- import { r as Y } from "../../index-B4KbmMH3.js";
4
+ import { r as Y } from "../../index-BkF-BQ3Q.js";
5
5
  import '../../assets/Tooltip.css';const A = "_tooltip_17o7a_1", D = "_content_17o7a_11", j = {
6
6
  tooltip: A,
7
7
  content: D
@@ -140,7 +140,7 @@ function R() {
140
140
  return y.H.useFormState(n, r, a);
141
141
  }, c.useFormStatus = function() {
142
142
  return y.H.useHostTransitionStatus();
143
- }, c.version = "19.1.1", c;
143
+ }, c.version = "19.2.3", c;
144
144
  }
145
145
  var s = {};
146
146
  /**
@@ -362,7 +362,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
362
362
  return y().useFormState(t, e, i);
363
363
  }, s.useFormStatus = function() {
364
364
  return y().useHostTransitionStatus();
365
- }, s.version = "19.1.1", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
365
+ }, s.version = "19.2.3", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
366
366
  }()), s;
367
367
  }
368
368
  function E() {
@@ -36,3 +36,5 @@ export { Carousel } from './organisms/Carousel/Carousel';
36
36
  export type { CarouselProps } from './organisms/Carousel/Carousel';
37
37
  export { Footer } from './organisms/Footer/Footer';
38
38
  export type { FooterProps } from './organisms/Footer/Footer';
39
+ export { SpinZoomViewer } from './organisms/SpinZoomViewer/SpinZoomViewer';
40
+ export type { SpinZoomViewerProps } from './organisms/SpinZoomViewer/SpinZoomViewer';
@@ -5,23 +5,23 @@ import { Head as n } from "./atoms/Root/Head.js";
5
5
  import { Icon as l } from "./atoms/Icon/Icon.js";
6
6
  import { Root as d } 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 S } 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";
12
- import { configureLink as h, routerOverride as s } from "./atoms/Link/configureLink.js";
13
- import { LinkButton as F } from "./atoms/LinkButton/LinkButton.js";
14
- import { configureImage as N } from "./atoms/Image/configureImage.js";
15
- import { Logo as w } from "./molecules/Logo/Logo.js";
16
- import { SearchBox as H } from "./molecules/SearchBox/SearchBox.js";
8
+ import { Text as S } from "./atoms/Text/Text.js";
9
+ import { Input as I } from "./atoms/Input/Input.js";
10
+ import { Link as s } from "./atoms/Link/Link.js";
11
+ import { linkClassName as A } from "./atoms/Link/linkClassName.js";
12
+ import { configureLink as P, routerOverride as h } from "./atoms/Link/configureLink.js";
13
+ import { LinkButton as w } from "./atoms/LinkButton/LinkButton.js";
14
+ import { configureImage as M } from "./atoms/Image/configureImage.js";
15
+ import { Logo as V } from "./molecules/Logo/Logo.js";
16
+ import { SearchBox as y } from "./molecules/SearchBox/SearchBox.js";
17
17
  import { QuantityInput as z } from "./molecules/QuantityInput/QuantityInput.js";
18
18
  import { Pricing as O } from "./molecules/Pricing/Pricing.js";
19
19
  import { Availability as R } from "./molecules/Availability/Availability.js";
20
- import { Avatar as q } from "./molecules/Avatar/Avatar.js";
21
- import { BannerCard as E } from "./molecules/BannerCard/BannerCard.js";
22
- import { CardLink as K } from "./molecules/CardLink/CardLink.js";
23
- import { Breadcrumbs as W } from "./molecules/Breadcrumbs/Breadcrumbs.js";
24
- import { NotFound as Y } from "./organisms/NotFound/NotFound.js";
20
+ import { Avatar as j } from "./molecules/Avatar/Avatar.js";
21
+ import { BannerCard as D } from "./molecules/BannerCard/BannerCard.js";
22
+ import { CardLink as J } from "./molecules/CardLink/CardLink.js";
23
+ import { Breadcrumbs as U } from "./molecules/Breadcrumbs/Breadcrumbs.js";
24
+ import { NotFound as X } from "./organisms/NotFound/NotFound.js";
25
25
  import { HorizontalScroll as _ } from "./atoms/HorizontalScroll/HorizontalScroll.js";
26
26
  import { SlideInPanel as oo } from "./atoms/SlideInPanel/SlideInPanel.js";
27
27
  import { Tooltip as eo } from "./atoms/Tooltip/Tooltip.js";
@@ -31,58 +31,60 @@ import { Chip as ao } from "./molecules/Chip/Chip.js";
31
31
  import { ToggleView as io } from "./molecules/ToggleView/ToggleView.js";
32
32
  import { CartSlideInPanel as uo } from "./molecules/Cart/CartSlideInPanel.js";
33
33
  import { StatefulButton as Co } from "./molecules/StatefulButton/StatefulButton.js";
34
- import { AnimatedCheckMark as ko } from "./molecules/StatefulButton/AnimatedCheckmark.js";
35
- import { AddToCart as So } from "./molecules/AddToCart/AddToCart.js";
36
- import { Modal as vo } from "./molecules/Modal/Modal.js";
37
- import { ImageViewer as Lo } from "./molecules/ImageViewer/ImageViewer.js";
38
- import { MainNav as ho } from "./organisms/MainNav/MainNav.js";
34
+ import { AnimatedCheckMark as So } from "./molecules/StatefulButton/AnimatedCheckmark.js";
35
+ import { AddToCart as Io } from "./molecules/AddToCart/AddToCart.js";
36
+ import { Modal as so } from "./molecules/Modal/Modal.js";
37
+ import { ImageViewer as Ao } from "./molecules/ImageViewer/ImageViewer.js";
38
+ import { MainNav as Po } from "./organisms/MainNav/MainNav.js";
39
39
  import { ChipSelector as To } from "./organisms/ChipSelector/ChipSelector.js";
40
- import { Product as Mo } from "./organisms/Product/Product.js";
41
- import { Carousel as bo } from "./organisms/Carousel/Carousel.js";
42
- import { Footer as yo } from "./organisms/Footer/Footer.js";
40
+ import { Product as Fo } from "./organisms/Product/Product.js";
41
+ import { Carousel as No } from "./organisms/Carousel/Carousel.js";
42
+ import { Footer as bo } from "./organisms/Footer/Footer.js";
43
+ import { default as Ho } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
43
44
  export {
44
45
  fo as Account,
45
- So as AddToCart,
46
- ko as AnimatedCheckMark,
46
+ Io as AddToCart,
47
+ So as AnimatedCheckMark,
47
48
  R as Availability,
48
- q as Avatar,
49
- E as BannerCard,
50
- W as Breadcrumbs,
49
+ j as Avatar,
50
+ D as BannerCard,
51
+ U as Breadcrumbs,
51
52
  e as Button,
52
- K as CardLink,
53
- bo as Carousel,
53
+ J as CardLink,
54
+ No as Carousel,
54
55
  uo as CartSlideInPanel,
55
56
  ao as Chip,
56
57
  To as ChipSelector,
57
58
  f as Column,
58
59
  p as Flex,
59
- yo as Footer,
60
+ bo as Footer,
60
61
  x as Grid,
61
62
  n as Head,
62
63
  _ as HorizontalScroll,
63
64
  l as Icon,
64
- Lo as ImageViewer,
65
- S as Input,
66
- v as Link,
67
- F as LinkButton,
68
- w as Logo,
69
- ho as MainNav,
70
- vo as Modal,
71
- Y as NotFound,
65
+ Ao as ImageViewer,
66
+ I as Input,
67
+ s as Link,
68
+ w as LinkButton,
69
+ V as Logo,
70
+ Po as MainNav,
71
+ so as Modal,
72
+ X as NotFound,
72
73
  po as Popover,
73
74
  O as Pricing,
74
- Mo as Product,
75
+ Fo as Product,
75
76
  z as QuantityInput,
76
77
  d as Root,
77
- H as SearchBox,
78
+ y as SearchBox,
78
79
  C as Separator,
79
80
  oo as SlideInPanel,
81
+ Ho as SpinZoomViewer,
80
82
  Co as StatefulButton,
81
- k as Text,
83
+ S as Text,
82
84
  io as ToggleView,
83
85
  eo as Tooltip,
84
- N as configureImage,
85
- h as configureLink,
86
- L as linkClassName,
87
- s as routerOverride
86
+ M as configureImage,
87
+ P as configureLink,
88
+ A as linkClassName,
89
+ h as routerOverride
88
90
  };
@@ -59,6 +59,10 @@ declare const meta: {
59
59
  results?: number | undefined;
60
60
  security?: string | undefined;
61
61
  unselectable?: "on" | "off" | undefined;
62
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
63
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
64
+ popoverTarget?: string | undefined;
65
+ inert?: boolean | undefined;
62
66
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
63
67
  is?: string | undefined;
64
68
  exportparts?: string | undefined;
@@ -268,6 +272,8 @@ declare const meta: {
268
272
  onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
269
273
  onScroll?: import('react').UIEventHandler<HTMLDivElement> | undefined;
270
274
  onScrollCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
275
+ onScrollEnd?: import('react').UIEventHandler<HTMLDivElement> | undefined;
276
+ onScrollEndCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
271
277
  onWheel?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
272
278
  onWheelCapture?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
273
279
  onAnimationStart?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
@@ -276,8 +282,16 @@ declare const meta: {
276
282
  onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
277
283
  onAnimationIteration?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
278
284
  onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
285
+ onToggle?: import('react').ToggleEventHandler<HTMLDivElement> | undefined;
286
+ onBeforeToggle?: import('react').ToggleEventHandler<HTMLDivElement> | undefined;
287
+ onTransitionCancel?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
288
+ onTransitionCancelCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
279
289
  onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
280
290
  onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
291
+ onTransitionRun?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
292
+ onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
293
+ onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
294
+ onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
281
295
  }>, context: import('storybook/internal/csf').StoryContext<import('@storybook/react').ReactRenderer, {
282
296
  variant?: ("color" | "white") | undefined;
283
297
  defaultChecked?: boolean | undefined;
@@ -327,6 +341,10 @@ declare const meta: {
327
341
  results?: number | undefined;
328
342
  security?: string | undefined;
329
343
  unselectable?: "on" | "off" | undefined;
344
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
345
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
346
+ popoverTarget?: string | undefined;
347
+ inert?: boolean | undefined;
330
348
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
331
349
  is?: string | undefined;
332
350
  exportparts?: string | undefined;
@@ -536,6 +554,8 @@ declare const meta: {
536
554
  onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
537
555
  onScroll?: import('react').UIEventHandler<HTMLDivElement> | undefined;
538
556
  onScrollCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
557
+ onScrollEnd?: import('react').UIEventHandler<HTMLDivElement> | undefined;
558
+ onScrollEndCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
539
559
  onWheel?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
540
560
  onWheelCapture?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
541
561
  onAnimationStart?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
@@ -544,8 +564,16 @@ declare const meta: {
544
564
  onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
545
565
  onAnimationIteration?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
546
566
  onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
567
+ onToggle?: import('react').ToggleEventHandler<HTMLDivElement> | undefined;
568
+ onBeforeToggle?: import('react').ToggleEventHandler<HTMLDivElement> | undefined;
569
+ onTransitionCancel?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
570
+ onTransitionCancelCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
547
571
  onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
548
572
  onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
573
+ onTransitionRun?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
574
+ onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
575
+ onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
576
+ onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
549
577
  }>) => import("react/jsx-runtime").JSX.Element)[];
550
578
  };
551
579
  export default meta;
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { HideAtProps } from '../../atoms/HideAt';
3
- export interface ToggleViewProps extends React.HTMLAttributes<HTMLDivElement>, HideAtProps {
3
+ export interface ToggleViewProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onToggle">, HideAtProps {
4
4
  selectedId: string | number;
5
5
  onToggle: (id: string | number) => void;
6
6
  className?: string;
@@ -9,7 +9,7 @@ export interface ProductProps extends AvailabilityProps {
9
9
  partNumber: string;
10
10
  priceLabel: string;
11
11
  price: string;
12
- imgSrc: string;
12
+ imgSrc?: string;
13
13
  attributes?: {
14
14
  label: string;
15
15
  value: string;
@@ -17,5 +17,6 @@ export interface ProductProps extends AvailabilityProps {
17
17
  className?: string;
18
18
  onAddToCart: (_itemKey: number, _quantity: number) => void;
19
19
  onClose?: (_itemKey: number) => void;
20
+ flat?: boolean;
20
21
  }
21
- export declare function Product({ productView, itemKey, partNumber, productDescription, availDescription, availId, contactHref, contactLinkBehavior, productHref, priceLabel, price, imgSrc, attributes, className, onAddToCart, onClose, ...otherProps }: ProductProps): import("react/jsx-runtime").JSX.Element;
22
+ export declare function Product({ productView, itemKey, partNumber, productDescription, availDescription, availId, contactHref, contactLinkBehavior, productHref, priceLabel, price, imgSrc, attributes, className, onAddToCart, onClose, flat, ...otherProps }: ProductProps): import("react/jsx-runtime").JSX.Element;
@@ -1,131 +1,134 @@
1
1
  import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
- import { Image as T } from "../../atoms/Image/Image.js";
3
- import { Link as g } from "../../atoms/Link/Link.js";
2
+ import { Image as v } from "../../atoms/Image/Image.js";
3
+ import { Link as I } from "../../atoms/Link/Link.js";
4
4
  import { Text as o } from "../../atoms/Text/Text.js";
5
- import { Availability as y } from "../../molecules/Availability/Availability.js";
6
- import { Pricing as w } from "../../molecules/Pricing/Pricing.js";
7
- import { AddToCart as v } from "../../molecules/AddToCart/AddToCart.js";
8
- import { Icon as B } from "../../atoms/Icon/Icon.js";
9
- import { c as x } from "../../clsx-OuTLNxxd.js";
10
- import '../../assets/Product.css';const L = "_productCard_15dy7_1", P = "_productInformation_15dy7_22", R = "_purchaseInformation_15dy7_29", $ = "_addToCart_15dy7_37", A = "_addToCartButton_15dy7_40", D = "_partNumber_15dy7_48", j = "_partNumberLabel_15dy7_55", k = "_productTile_15dy7_59", q = "_topRow_15dy7_80", E = "_productData_15dy7_111", F = "_purchase_15dy7_29", G = "_attributeContainer_15dy7_148", r = {
11
- productCard: L,
12
- productInformation: P,
13
- purchaseInformation: R,
14
- addToCart: $,
15
- addToCartButton: A,
16
- partNumber: D,
17
- partNumberLabel: j,
18
- productTile: k,
19
- topRow: q,
20
- productData: E,
21
- purchase: F,
22
- attributeContainer: G
5
+ import { Availability as w } from "../../molecules/Availability/Availability.js";
6
+ import { Pricing as x } from "../../molecules/Pricing/Pricing.js";
7
+ import { AddToCart as z } from "../../molecules/AddToCart/AddToCart.js";
8
+ import { Icon as R } from "../../atoms/Icon/Icon.js";
9
+ import { c as B } from "../../clsx-OuTLNxxd.js";
10
+ import '../../assets/Product.css';const $ = "_productCard_179ie_1", A = "_productInformation_179ie_20", D = "_purchaseInformation_179ie_27", P = "_addToCart_179ie_35", j = "_addToCartButton_179ie_38", k = "_partNumber_179ie_46", y = "_partNumberLabel_179ie_53", q = "_productTile_179ie_57", E = "_topRow_179ie_76", F = "_productData_179ie_107", G = "_purchase_179ie_27", J = "_attributeContainer_179ie_144", M = "_elevated_179ie_192", O = "_noImage_179ie_198", e = {
11
+ productCard: $,
12
+ productInformation: A,
13
+ purchaseInformation: D,
14
+ addToCart: P,
15
+ addToCartButton: j,
16
+ partNumber: k,
17
+ partNumberLabel: y,
18
+ productTile: q,
19
+ topRow: E,
20
+ productData: F,
21
+ purchase: G,
22
+ attributeContainer: J,
23
+ elevated: M,
24
+ noImage: O
23
25
  };
24
- function Z({
25
- productView: I,
26
- itemKey: s,
27
- partNumber: d,
28
- productDescription: l,
29
- availDescription: m,
30
- availId: e,
31
- contactHref: u,
32
- contactLinkBehavior: h,
33
- productHref: p,
34
- priceLabel: _,
35
- price: i,
36
- imgSrc: N,
37
- attributes: c,
26
+ function S({
27
+ productView: L,
28
+ itemKey: c,
29
+ partNumber: i,
30
+ productDescription: m,
31
+ availDescription: u,
32
+ availId: d,
33
+ contactHref: h,
34
+ contactLinkBehavior: p,
35
+ productHref: _,
36
+ priceLabel: N,
37
+ price: n,
38
+ imgSrc: r,
39
+ attributes: l,
38
40
  className: b,
39
41
  onAddToCart: f,
40
42
  onClose: C,
41
- ...z
43
+ flat: T,
44
+ ...g
42
45
  }) {
43
- return I === "Card" ? /* @__PURE__ */ a("div", { className: x(r.productCard, b), children: [
44
- /* @__PURE__ */ t(
45
- T,
46
+ return L === "Card" ? /* @__PURE__ */ a("div", { className: B(e.productCard, b, !T && e.elevated, !r && e.noImage), ...g, children: [
47
+ r && /* @__PURE__ */ t(
48
+ v,
46
49
  {
47
- src: N,
48
- alt: `${d} product image`,
50
+ src: r,
51
+ alt: `${i} product image`,
49
52
  height: 96,
50
53
  width: 96
51
54
  }
52
55
  ),
53
- /* @__PURE__ */ a("div", { className: r.productInformation, children: [
54
- /* @__PURE__ */ t(g, { href: p, children: l }),
55
- /* @__PURE__ */ a("div", { className: r.partNumber, children: [
56
- /* @__PURE__ */ t(o, { size: "sm", className: r.partNumberLabel, children: "Part #" }),
57
- /* @__PURE__ */ t(o, { size: "sm", weight: "semibold", children: d })
56
+ /* @__PURE__ */ a("div", { className: e.productInformation, children: [
57
+ /* @__PURE__ */ t(I, { href: _, children: m }),
58
+ /* @__PURE__ */ a("div", { className: e.partNumber, children: [
59
+ /* @__PURE__ */ t(o, { size: "sm", className: e.partNumberLabel, children: "Part #" }),
60
+ /* @__PURE__ */ t(o, { size: "sm", weight: "semibold", children: i })
58
61
  ] })
59
62
  ] }),
60
- /* @__PURE__ */ a("div", { className: r.purchaseInformation, children: [
61
- e && /* @__PURE__ */ t(
62
- y,
63
+ /* @__PURE__ */ a("div", { className: e.purchaseInformation, children: [
64
+ d && /* @__PURE__ */ t(
65
+ w,
63
66
  {
64
- availId: e,
65
- availDescription: m,
66
- contactHref: u,
67
- contactLinkBehavior: h
67
+ availId: d,
68
+ availDescription: u,
69
+ contactHref: h,
70
+ contactLinkBehavior: p
68
71
  }
69
72
  ),
70
- i && /* @__PURE__ */ t(w, { pricingLabel: _, price: i })
73
+ n && /* @__PURE__ */ t(x, { pricingLabel: N, price: n })
71
74
  ] }),
72
75
  /* @__PURE__ */ t(
73
- v,
76
+ z,
74
77
  {
75
- itemKey: s,
78
+ itemKey: c,
76
79
  onAdd: f,
77
- className: r.addToCart,
78
- addButtonClassName: r.addToCartButton,
80
+ className: e.addToCart,
81
+ addButtonClassName: e.addToCartButton,
79
82
  size: "md",
80
83
  buttonDoneText: ""
81
84
  }
82
85
  )
83
- ] }) : /* @__PURE__ */ a("div", { className: x(r.productTile, b), ...z, children: [
84
- /* @__PURE__ */ t(
85
- T,
86
+ ] }) : /* @__PURE__ */ a("div", { className: B(e.productTile, b, !T && e.elevated, !r && e.noImage), ...g, children: [
87
+ r && /* @__PURE__ */ t(
88
+ v,
86
89
  {
87
- src: N,
88
- alt: `${d} product image`,
90
+ src: r,
91
+ alt: `${i} product image`,
89
92
  height: 108,
90
93
  width: 108
91
94
  }
92
95
  ),
93
- /* @__PURE__ */ a("div", { className: r.productData, children: [
94
- /* @__PURE__ */ a("div", { className: r.topRow, children: [
95
- /* @__PURE__ */ a("div", { className: r.productInformation, children: [
96
- /* @__PURE__ */ t(g, { href: p, children: l }),
97
- /* @__PURE__ */ a("div", { className: r.partNumber, children: [
98
- /* @__PURE__ */ t(o, { size: "sm", className: r.partNumberLabel, children: "Part #" }),
99
- /* @__PURE__ */ t(o, { size: "sm", weight: "semibold", children: d })
96
+ /* @__PURE__ */ a("div", { className: e.productData, children: [
97
+ /* @__PURE__ */ a("div", { className: e.topRow, children: [
98
+ /* @__PURE__ */ a("div", { className: e.productInformation, children: [
99
+ /* @__PURE__ */ t(I, { href: _, children: m }),
100
+ /* @__PURE__ */ a("div", { className: e.partNumber, children: [
101
+ /* @__PURE__ */ t(o, { size: "sm", className: e.partNumberLabel, children: "Part #" }),
102
+ /* @__PURE__ */ t(o, { size: "sm", weight: "semibold", children: i })
100
103
  ] })
101
104
  ] }),
102
- C && /* @__PURE__ */ t("button", { onClick: () => C(s), children: /* @__PURE__ */ t(B, { size: "sm", iconKey: "fa-light fa-xmark" }) })
105
+ C && /* @__PURE__ */ t("button", { onClick: () => C(c), children: /* @__PURE__ */ t(R, { size: "sm", iconKey: "fa-light fa-xmark" }) })
103
106
  ] }),
104
- /* @__PURE__ */ a("div", { className: r.purchase, children: [
105
- /* @__PURE__ */ a("div", { className: r.purchaseInformation, children: [
106
- e && /* @__PURE__ */ t(
107
- y,
107
+ /* @__PURE__ */ a("div", { className: e.purchase, children: [
108
+ /* @__PURE__ */ a("div", { className: e.purchaseInformation, children: [
109
+ d && /* @__PURE__ */ t(
110
+ w,
108
111
  {
109
- availId: e,
110
- availDescription: m,
111
- contactHref: u,
112
- contactLinkBehavior: h
112
+ availId: d,
113
+ availDescription: u,
114
+ contactHref: h,
115
+ contactLinkBehavior: p
113
116
  }
114
117
  ),
115
- i && /* @__PURE__ */ t(w, { pricingLabel: _, price: i })
118
+ n && /* @__PURE__ */ t(x, { pricingLabel: N, price: n })
116
119
  ] }),
117
- /* @__PURE__ */ t(v, { itemKey: s, onAdd: f, className: r.addToCart, addButtonClassName: r.addToCartButton })
120
+ /* @__PURE__ */ t(z, { itemKey: c, onAdd: f, className: e.addToCart, addButtonClassName: e.addToCartButton })
118
121
  ] }),
119
- c && c.length > 0 && /* @__PURE__ */ t("ul", { className: r.attributeContainer, children: c.map((n) => /* @__PURE__ */ a("li", { children: [
122
+ l && l.length > 0 && /* @__PURE__ */ t("ul", { className: e.attributeContainer, children: l.map((s) => /* @__PURE__ */ a("li", { children: [
120
123
  /* @__PURE__ */ a(o, { size: "xs", weight: "light", children: [
121
- n.label,
124
+ s.label,
122
125
  ":"
123
126
  ] }),
124
- /* @__PURE__ */ t(o, { size: "xs", weight: "semibold", children: n.value })
125
- ] }, `${n.label}.${n.value}`)) })
127
+ /* @__PURE__ */ t(o, { size: "xs", weight: "semibold", children: s.value })
128
+ ] }, `${s.label}.${s.value}`)) })
126
129
  ] })
127
130
  ] });
128
131
  }
129
132
  export {
130
- Z as Product
133
+ S as Product
131
134
  };
@@ -65,6 +65,10 @@ declare const meta: {
65
65
  action: string;
66
66
  description: string;
67
67
  };
68
+ flat: {
69
+ control: "boolean";
70
+ description: string;
71
+ };
68
72
  };
69
73
  args: ProductProps;
70
74
  tags: string[];
@@ -77,3 +81,6 @@ export declare const Unavailable: Story;
77
81
  export declare const ContactForAvailability: Story;
78
82
  export declare const TileView: Story;
79
83
  export declare const DifferentPriceLabel: Story;
84
+ export declare const NoImageCard: Story;
85
+ export declare const FlatTile: Story;
86
+ export declare const NoImageFlatCard: Story;
@@ -46,7 +46,8 @@ const o = [
46
46
  price: { control: "text" },
47
47
  imgSrc: { control: "text" },
48
48
  itemKey: { control: "number" },
49
- onAddToCart: { action: "addToCart", description: "(itemKey, quantity)" }
49
+ onAddToCart: { action: "addToCart", description: "(itemKey, quantity)" },
50
+ flat: { control: "boolean", description: "Removes border and shadow" }
50
51
  },
51
52
  args: {
52
53
  productView: "Card",
@@ -69,7 +70,8 @@ const o = [
69
70
  },
70
71
  onClose: (t) => {
71
72
  alert(`On close clicked ${t}`);
72
- }
73
+ },
74
+ flat: !1
73
75
  },
74
76
  tags: ["autodocs"]
75
77
  }, l = {}, c = {
@@ -90,23 +92,42 @@ const o = [
90
92
  contactLinkBehavior: "new-tab",
91
93
  contactHref: "https://dev.caseparts.com/account/contactus"
92
94
  }
93
- }, p = {
95
+ }, d = {
94
96
  args: {
95
97
  productView: "Tile",
96
98
  productDescription: "Tile View Product"
97
99
  }
98
- }, d = {
100
+ }, p = {
99
101
  args: {
100
102
  priceLabel: "Member",
101
103
  price: "$118.49"
102
104
  }
105
+ }, u = {
106
+ args: {
107
+ productView: "Card",
108
+ imgSrc: void 0
109
+ }
110
+ }, v = {
111
+ args: {
112
+ productView: "Tile",
113
+ flat: !0
114
+ }
115
+ }, b = {
116
+ args: {
117
+ productView: "Card",
118
+ imgSrc: void 0,
119
+ flat: !0
120
+ }
103
121
  };
104
122
  export {
105
123
  s as ContactForAvailability,
106
124
  l as Default,
107
- d as DifferentPriceLabel,
125
+ p as DifferentPriceLabel,
126
+ v as FlatTile,
108
127
  c as LimitedStock,
109
- p as TileView,
128
+ u as NoImageCard,
129
+ b as NoImageFlatCard,
130
+ d as TileView,
110
131
  n as Unavailable,
111
132
  r as default
112
133
  };