@caseparts-org/caseblocks 0.0.174 → 0.0.176
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/main-browser.d.ts +6 -0
- package/dist/main-browser.js +8 -0
- package/dist/main-client.d.ts +0 -6
- package/dist/main-client.js +71 -77
- package/dist/organisms/Carousel/Carousel.js +549 -547
- package/package.json +5 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { Markdown } from './atoms/Markdown/Markdown';
|
|
2
|
+
export type { MarkdownProps } from './atoms/Markdown/Markdown';
|
|
3
|
+
export { PreprocessedMarkdown } from './atoms/Markdown/PreprocessedMarkdown';
|
|
4
|
+
export type { PreprocessedMarkdownProps } from './atoms/Markdown/PreprocessedMarkdown';
|
|
5
|
+
export { usePreprocessedMarkdown } from './atoms/Markdown/usePreprocessedMarkdown';
|
|
6
|
+
export type { LinkTarget, ValidateToken } from './atoms/Markdown/usePreprocessedMarkdown';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Markdown as e } from "./atoms/Markdown/Markdown.js";
|
|
2
|
+
import { PreprocessedMarkdown as p } from "./atoms/Markdown/PreprocessedMarkdown.js";
|
|
3
|
+
import { usePreprocessedMarkdown as a } from "./atoms/Markdown/usePreprocessedMarkdown.js";
|
|
4
|
+
export {
|
|
5
|
+
e as Markdown,
|
|
6
|
+
p as PreprocessedMarkdown,
|
|
7
|
+
a as usePreprocessedMarkdown
|
|
8
|
+
};
|
package/dist/main-client.d.ts
CHANGED
|
@@ -3,12 +3,6 @@ export { HorizontalScroll } from './atoms/HorizontalScroll/HorizontalScroll';
|
|
|
3
3
|
export type { HorizontalScrollProps } from './atoms/HorizontalScroll/HorizontalScroll';
|
|
4
4
|
export { SlideInPanel } from './atoms/SlideInPanel/SlideInPanel';
|
|
5
5
|
export type { SlideInPanelProps } from './atoms/SlideInPanel/SlideInPanel';
|
|
6
|
-
export { Markdown } from './atoms/Markdown/Markdown';
|
|
7
|
-
export type { MarkdownProps } from './atoms/Markdown/Markdown';
|
|
8
|
-
export { PreprocessedMarkdown } from './atoms/Markdown/PreprocessedMarkdown';
|
|
9
|
-
export type { PreprocessedMarkdownProps } from './atoms/Markdown/PreprocessedMarkdown';
|
|
10
|
-
export { usePreprocessedMarkdown } from './atoms/Markdown/usePreprocessedMarkdown';
|
|
11
|
-
export type { LinkTarget, ValidateToken } from './atoms/Markdown/usePreprocessedMarkdown';
|
|
12
6
|
export { Tooltip } from './atoms/Tooltip/Tooltip';
|
|
13
7
|
export { Popover } from './atoms/Popover/Popover';
|
|
14
8
|
export type { PopoverProps } from './atoms/Popover/Popover';
|
package/dist/main-client.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Button as e } from "./atoms/Button/Button.js";
|
|
2
|
-
import { Flex as
|
|
2
|
+
import { Flex as m } from "./atoms/Flex/Flex.js";
|
|
3
3
|
import { Column as f, Grid as x } from "./atoms/Grid/Grid.js";
|
|
4
4
|
import { Head as i } from "./atoms/Root/Head.js";
|
|
5
5
|
import { Icon as l } from "./atoms/Icon/Icon.js";
|
|
6
6
|
import { Root as u } from "./atoms/Root/Root.js";
|
|
7
|
-
import { Separator as
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Input as
|
|
10
|
-
import { ToggleSwitch as
|
|
11
|
-
import { Link as
|
|
12
|
-
import { linkClassName as
|
|
13
|
-
import { configureLink as
|
|
14
|
-
import { LinkButton as
|
|
15
|
-
import { configureImage as
|
|
7
|
+
import { Separator as C } from "./atoms/Separator/Separator.js";
|
|
8
|
+
import { Text as S } from "./atoms/Text/Text.js";
|
|
9
|
+
import { Input as T } from "./atoms/Input/Input.js";
|
|
10
|
+
import { ToggleSwitch as A } from "./atoms/ToggleSwitch/ToggleSwitch.js";
|
|
11
|
+
import { Link as P } from "./atoms/Link/Link.js";
|
|
12
|
+
import { linkClassName as h } from "./atoms/Link/linkClassName.js";
|
|
13
|
+
import { configureLink as L, routerOverride as w } from "./atoms/Link/configureLink.js";
|
|
14
|
+
import { LinkButton as y } from "./atoms/LinkButton/LinkButton.js";
|
|
15
|
+
import { configureImage as H } from "./atoms/Image/configureImage.js";
|
|
16
16
|
import { getHideAtStyles as N } from "./atoms/HideAt.js";
|
|
17
17
|
import { Logo as z } from "./molecules/Logo/Logo.js";
|
|
18
18
|
import { SearchBox as E } from "./molecules/SearchBox/SearchBox.js";
|
|
@@ -23,88 +23,82 @@ import { Avatar as J } from "./molecules/Avatar/Avatar.js";
|
|
|
23
23
|
import { BannerCard as U } from "./molecules/BannerCard/BannerCard.js";
|
|
24
24
|
import { CardLink as X } from "./molecules/CardLink/CardLink.js";
|
|
25
25
|
import { Breadcrumbs as _ } from "./molecules/Breadcrumbs/Breadcrumbs.js";
|
|
26
|
-
import { Disclaimer as
|
|
27
|
-
import { NotFound as
|
|
28
|
-
import { HorizontalScroll as
|
|
29
|
-
import { SlideInPanel as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import { Carousel as Xr } from "./organisms/Carousel/Carousel.js";
|
|
52
|
-
import { Footer as _r } from "./organisms/Footer/Footer.js";
|
|
53
|
-
import { default as ro } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
|
|
26
|
+
import { Disclaimer as oo } from "./molecules/Disclaimer/Disclaimer.js";
|
|
27
|
+
import { NotFound as eo } from "./organisms/NotFound/NotFound.js";
|
|
28
|
+
import { HorizontalScroll as mo } from "./atoms/HorizontalScroll/HorizontalScroll.js";
|
|
29
|
+
import { SlideInPanel as fo } from "./atoms/SlideInPanel/SlideInPanel.js";
|
|
30
|
+
import { Tooltip as ao } from "./atoms/Tooltip/Tooltip.js";
|
|
31
|
+
import { Popover as no } from "./atoms/Popover/Popover.js";
|
|
32
|
+
import { Account as uo } from "./molecules/Account/Account.js";
|
|
33
|
+
import { Chip as Co } from "./molecules/Chip/Chip.js";
|
|
34
|
+
import { ToggleView as So } from "./molecules/ToggleView/ToggleView.js";
|
|
35
|
+
import { CartPart as To } from "./molecules/Cart/CartPart.js";
|
|
36
|
+
import { AddToCartPart as Ao } from "./molecules/AddToCartPart/AddToCartPart.js";
|
|
37
|
+
import { CartSlideInPanel as Po } from "./molecules/Cart/CartSlideInPanel.js";
|
|
38
|
+
import { StatefulButton as ho } from "./molecules/StatefulButton/StatefulButton.js";
|
|
39
|
+
import { AnimatedCheckMark as Lo } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
40
|
+
import { AddToCart as bo } from "./molecules/AddToCart/AddToCart.js";
|
|
41
|
+
import { Modal as Fo } from "./molecules/Modal/Modal.js";
|
|
42
|
+
import { ImageViewer as Mo } from "./molecules/ImageViewer/ImageViewer.js";
|
|
43
|
+
import { T as Vo } from "./Table-BX4PtCNE.js";
|
|
44
|
+
import { Error as Do } from "./molecules/Error/Error.js";
|
|
45
|
+
import { MainNav as Go } from "./organisms/MainNav/MainNav.js";
|
|
46
|
+
import { ChipSelector as Qo } from "./organisms/ChipSelector/ChipSelector.js";
|
|
47
|
+
import { Product as Zo } from "./organisms/Product/Product.js";
|
|
48
|
+
import { Carousel as qo } from "./organisms/Carousel/Carousel.js";
|
|
49
|
+
import { Footer as Ko } from "./organisms/Footer/Footer.js";
|
|
50
|
+
import { default as Wo } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
|
|
54
51
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
52
|
+
uo as Account,
|
|
53
|
+
bo as AddToCart,
|
|
54
|
+
Ao as AddToCartPart,
|
|
55
|
+
Lo as AnimatedCheckMark,
|
|
59
56
|
j as Availability,
|
|
60
57
|
J as Avatar,
|
|
61
58
|
U as BannerCard,
|
|
62
59
|
_ as Breadcrumbs,
|
|
63
60
|
e as Button,
|
|
64
61
|
X as CardLink,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
62
|
+
qo as Carousel,
|
|
63
|
+
To as CartPart,
|
|
64
|
+
Po as CartSlideInPanel,
|
|
65
|
+
Co as Chip,
|
|
66
|
+
Qo as ChipSelector,
|
|
70
67
|
f as Column,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
68
|
+
oo as Disclaimer,
|
|
69
|
+
Do as Error,
|
|
70
|
+
m as Flex,
|
|
71
|
+
Ko as Footer,
|
|
75
72
|
x as Grid,
|
|
76
73
|
i as Head,
|
|
77
|
-
|
|
74
|
+
mo as HorizontalScroll,
|
|
78
75
|
l as Icon,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
76
|
+
Mo as ImageViewer,
|
|
77
|
+
T as Input,
|
|
78
|
+
P as Link,
|
|
79
|
+
y as LinkButton,
|
|
83
80
|
z as Logo,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Cr as Popover,
|
|
89
|
-
nr as PreprocessedMarkdown,
|
|
81
|
+
Go as MainNav,
|
|
82
|
+
Fo as Modal,
|
|
83
|
+
eo as NotFound,
|
|
84
|
+
no as Popover,
|
|
90
85
|
R as Pricing,
|
|
91
|
-
|
|
86
|
+
Zo as Product,
|
|
92
87
|
O as QuantityInput,
|
|
93
88
|
u as Root,
|
|
94
89
|
E as SearchBox,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
90
|
+
C as Separator,
|
|
91
|
+
fo as SlideInPanel,
|
|
92
|
+
Wo as SpinZoomViewer,
|
|
93
|
+
ho as StatefulButton,
|
|
94
|
+
Vo as Table,
|
|
95
|
+
S as Text,
|
|
96
|
+
A as ToggleSwitch,
|
|
97
|
+
So as ToggleView,
|
|
98
|
+
ao as Tooltip,
|
|
99
|
+
H as configureImage,
|
|
100
|
+
L as configureLink,
|
|
106
101
|
N as getHideAtStyles,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
dr as usePreprocessedMarkdown
|
|
102
|
+
h as linkClassName,
|
|
103
|
+
w as routerOverride
|
|
110
104
|
};
|