@rxdrag/website-lib-react 0.0.7 → 0.0.8
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/package.json +22 -23
- package/forms.ts +0 -1
- package/index.ts +0 -1
- package/media.ts +0 -1
- package/richtext.ts +0 -1
- package/src/components/Analytics/eventHandlers.ts +0 -173
- package/src/components/Analytics/index.tsx +0 -21
- package/src/components/Analytics/singleton.ts +0 -214
- package/src/components/Analytics/tracking.ts +0 -221
- package/src/components/Analytics/types.ts +0 -60
- package/src/components/Analytics/utils.ts +0 -95
- package/src/components/AttachmentIcon/index.tsx +0 -53
- package/src/components/BackgroundHlsVideoPlayer.tsx +0 -97
- package/src/components/BackgroundVideoPlayer.tsx +0 -32
- package/src/components/Bulletin.tsx +0 -30
- package/src/components/ContactForm/ContactForm.tsx +0 -296
- package/src/components/ContactForm/FileUpload2.tsx +0 -423
- package/src/components/ContactForm/Input.tsx +0 -48
- package/src/components/ContactForm/Input2.tsx +0 -59
- package/src/components/ContactForm/Submit.tsx +0 -48
- package/src/components/ContactForm/TelInput.tsx +0 -215
- package/src/components/ContactForm/TelInput2.tsx +0 -213
- package/src/components/ContactForm/Textarea.tsx +0 -48
- package/src/components/ContactForm/Textarea2.tsx +0 -89
- package/src/components/ContactForm/countryDialCodes.ts +0 -243
- package/src/components/ContactForm/factory.tsx +0 -60
- package/src/components/ContactForm/funcs.ts +0 -64
- package/src/components/ContactForm/hooks/useInlineLabelPadding.ts +0 -43
- package/src/components/ContactForm/hooks/useTelControl.ts +0 -81
- package/src/components/ContactForm/index.ts +0 -7
- package/src/components/ContactForm/types.ts +0 -68
- package/src/components/Icon/index.tsx +0 -20
- package/src/components/Medias/MainMedia.tsx +0 -257
- package/src/components/Medias/Thumbnail.tsx +0 -62
- package/src/components/Medias/VideoPlayer.tsx +0 -114
- package/src/components/Medias/index.tsx +0 -271
- package/src/components/ProductCard/ProductCard.tsx +0 -24
- package/src/components/ProductCard/ProductCta/index.tsx +0 -28
- package/src/components/ProductCard/ProductCta/style.css +0 -4
- package/src/components/ProductCard/ProductDescription/index.tsx +0 -13
- package/src/components/ProductCard/ProductDescription/style.css +0 -6
- package/src/components/ProductCard/ProductMedia/index.tsx +0 -35
- package/src/components/ProductCard/ProductMedia/style.css +0 -6
- package/src/components/ProductCard/ProductTitle/index.tsx +0 -7
- package/src/components/ProductCard/ProductTitle/style.css +0 -4
- package/src/components/ProductCard/ProductView.tsx +0 -36
- package/src/components/ProductCard/index.ts +0 -5
- package/src/components/ProductCard/useQueryProduct.ts +0 -32
- package/src/components/ReactModalTrigger.tsx +0 -28
- package/src/components/ReactVideoPlayer.tsx +0 -332
- package/src/components/RichTextOutline/index.tsx +0 -74
- package/src/components/RichTextOutline/parseOutline.ts +0 -63
- package/src/components/RichTextOutline/useAcitviedHeading.ts +0 -142
- package/src/components/RichTextOutline/useAnchorScroll.ts +0 -24
- package/src/components/Scroller.tsx +0 -39
- package/src/components/SearchInput.tsx +0 -21
- package/src/components/Share/index.tsx +0 -86
- package/src/components/Share/socials.tsx +0 -80
- package/src/components/Share//350/265/204/346/226/231.md +0 -7
- package/src/components/ToTop.tsx +0 -72
- package/src/components/VideoPlayIcon.tsx +0 -43
- package/src/components/all.ts +0 -25
- package/src/components/index.ts +0 -12
- package/src/forms.ts +0 -1
- package/src/index.ts +0 -1
- package/src/media.ts +0 -1
- package/src/richtext.ts +0 -1
- package/src/types/view-model.ts +0 -37
- package/src/ui.ts +0 -10
- package/src/video.ts +0 -2
- package/ui.ts +0 -1
- package/video.ts +0 -1
package/src/ui.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./components/Analytics";
|
|
2
|
-
export * from "./components/AttachmentIcon";
|
|
3
|
-
export * from "./components/Icon";
|
|
4
|
-
export * from "./components/Share";
|
|
5
|
-
export * from "./components/Scroller";
|
|
6
|
-
export * from "./components/SearchInput";
|
|
7
|
-
export * from "./components/ToTop";
|
|
8
|
-
export * from "./components/BackgroundVideoPlayer";
|
|
9
|
-
export * from "./components/Bulletin";
|
|
10
|
-
export * from "./components/ReactModalTrigger";
|
package/src/video.ts
DELETED
package/ui.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./src/ui";
|
package/video.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./src/video";
|