@app-studio/web 0.9.69 → 0.9.71
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/components/Background/Background/Background.props.d.ts +13 -0
- package/dist/components/Background/Background/Background.view.d.ts +3 -1
- package/dist/components/Background/Background.d.ts +1 -0
- package/dist/components/Title/Title/Title.type.d.ts +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/web.cjs.development.js +98 -120
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +98 -120
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +98 -120
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/docs/components/Icon.mdx +139 -304
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -520,9 +520,9 @@ var createIcon = function createIcon(name, defaultProps) {
|
|
|
520
520
|
if (defaultProps === void 0) {
|
|
521
521
|
defaultProps = {};
|
|
522
522
|
}
|
|
523
|
-
var IconComponent = props => /*#__PURE__*/React.createElement(Icon, Object.assign({
|
|
523
|
+
var IconComponent = props => (/*#__PURE__*/React.createElement(Icon, Object.assign({
|
|
524
524
|
name: name
|
|
525
|
-
}, defaultProps, props));
|
|
525
|
+
}, defaultProps, props)));
|
|
526
526
|
IconComponent.displayName = name + "Icon";
|
|
527
527
|
return IconComponent;
|
|
528
528
|
};
|
|
@@ -701,9 +701,9 @@ var UploadIcon = /*#__PURE__*/createIcon('upload', {
|
|
|
701
701
|
});
|
|
702
702
|
// Restored icons
|
|
703
703
|
var CheckIcon = TickIcon;
|
|
704
|
-
var BackIcon = props => /*#__PURE__*/React.createElement(ChevronIcon, Object.assign({
|
|
704
|
+
var BackIcon = props => (/*#__PURE__*/React.createElement(ChevronIcon, Object.assign({
|
|
705
705
|
orientation: "left"
|
|
706
|
-
}, props));
|
|
706
|
+
}, props)));
|
|
707
707
|
var ZoomOutIcon = /*#__PURE__*/createIcon('zoom-out', {
|
|
708
708
|
filled: false
|
|
709
709
|
});
|
|
@@ -808,106 +808,6 @@ var DragHandleLinesIcon = /*#__PURE__*/createIcon('grip-horizontal', {
|
|
|
808
808
|
filled: false
|
|
809
809
|
});
|
|
810
810
|
|
|
811
|
-
var Icon$1 = {
|
|
812
|
-
__proto__: null,
|
|
813
|
-
Icon: Icon,
|
|
814
|
-
UserIcon: UserIcon,
|
|
815
|
-
HelpIcon: HelpIcon,
|
|
816
|
-
FolderIcon: FolderIcon,
|
|
817
|
-
ChevronIcon: ChevronIcon,
|
|
818
|
-
DragHandleIcon: DragHandleIcon,
|
|
819
|
-
FileIcon: FileIcon,
|
|
820
|
-
VideoIcon: VideoIcon,
|
|
821
|
-
ImageIcon: ImageIcon,
|
|
822
|
-
AudioIcon: AudioIcon,
|
|
823
|
-
TwitterIcon: TwitterIcon,
|
|
824
|
-
XIcon: XIcon,
|
|
825
|
-
TwitchIcon: TwitchIcon,
|
|
826
|
-
CloseIcon: CloseIcon,
|
|
827
|
-
InstagramIcon: InstagramIcon,
|
|
828
|
-
YoutubeIcon: YoutubeIcon,
|
|
829
|
-
FacebookIcon: FacebookIcon,
|
|
830
|
-
LinkedinIcon: LinkedinIcon,
|
|
831
|
-
ThreadsIcon: ThreadsIcon,
|
|
832
|
-
MinusIcon: MinusIcon,
|
|
833
|
-
InfoIcon: InfoIcon,
|
|
834
|
-
PlayIcon: PlayIcon,
|
|
835
|
-
PauseIcon: PauseIcon,
|
|
836
|
-
HeartIcon: HeartIcon,
|
|
837
|
-
StarIcon: StarIcon,
|
|
838
|
-
SaveIcon: SaveIcon,
|
|
839
|
-
WarningIcon: WarningIcon,
|
|
840
|
-
BatteryIcon: BatteryIcon,
|
|
841
|
-
BookmarkIcon: BookmarkIcon,
|
|
842
|
-
CloudIcon: CloudIcon,
|
|
843
|
-
CopyIcon: CopyIcon,
|
|
844
|
-
DustBinIcon: DustBinIcon,
|
|
845
|
-
DeleteIcon: DeleteIcon,
|
|
846
|
-
EditIcon: EditIcon,
|
|
847
|
-
MicrophoneIcon: MicrophoneIcon,
|
|
848
|
-
StopIcon: StopIcon,
|
|
849
|
-
SendIcon: SendIcon,
|
|
850
|
-
LoadingSpinnerIcon: LoadingSpinnerIcon,
|
|
851
|
-
AttachmentIcon: AttachmentIcon,
|
|
852
|
-
SearchIcon: SearchIcon,
|
|
853
|
-
HomeIcon: HomeIcon,
|
|
854
|
-
SettingsIcon: SettingsIcon,
|
|
855
|
-
DownloadIcon: DownloadIcon,
|
|
856
|
-
ShareIcon: ShareIcon,
|
|
857
|
-
TickIcon: TickIcon,
|
|
858
|
-
PlusIcon: PlusIcon,
|
|
859
|
-
CloseEyeIcon: CloseEyeIcon,
|
|
860
|
-
OpenEyeIcon: OpenEyeIcon,
|
|
861
|
-
LockIcon: LockIcon,
|
|
862
|
-
ProfileIcon: ProfileIcon,
|
|
863
|
-
ExternalLinkIcon: ExternalLinkIcon,
|
|
864
|
-
SuccessIcon: SuccessIcon,
|
|
865
|
-
ErrorIcon: ErrorIcon,
|
|
866
|
-
NotificationIcon: NotificationIcon,
|
|
867
|
-
DocumentIcon: DocumentIcon,
|
|
868
|
-
ChartIcon: ChartIcon,
|
|
869
|
-
MoonIcon: MoonIcon,
|
|
870
|
-
PanelIcon: PanelIcon,
|
|
871
|
-
UploadIcon: UploadIcon,
|
|
872
|
-
CheckIcon: CheckIcon,
|
|
873
|
-
BackIcon: BackIcon,
|
|
874
|
-
ZoomOutIcon: ZoomOutIcon,
|
|
875
|
-
TextIcon: TextIcon,
|
|
876
|
-
ShapeIcon: ShapeIcon,
|
|
877
|
-
RotateIcon: RotateIcon,
|
|
878
|
-
GiftIcon: GiftIcon,
|
|
879
|
-
ShieldIcon: ShieldIcon,
|
|
880
|
-
LogoutIcon: LogoutIcon,
|
|
881
|
-
PowerOffIcon: PowerOffIcon,
|
|
882
|
-
LinkIcon: LinkIcon,
|
|
883
|
-
LayoutIcon: LayoutIcon,
|
|
884
|
-
ZapIcon: ZapIcon,
|
|
885
|
-
CreditCardIcon: CreditCardIcon,
|
|
886
|
-
MoreIcon: MoreIcon,
|
|
887
|
-
TrashIcon: TrashIcon,
|
|
888
|
-
FilterIcon: FilterIcon,
|
|
889
|
-
CalendarIcon: CalendarIcon,
|
|
890
|
-
ClockIcon: ClockIcon,
|
|
891
|
-
MapPinIcon: MapPinIcon,
|
|
892
|
-
MenuIcon: MenuIcon,
|
|
893
|
-
RefreshIcon: RefreshIcon,
|
|
894
|
-
PrintIcon: PrintIcon,
|
|
895
|
-
MagicWandIcon: MagicWandIcon,
|
|
896
|
-
UnLikeIcon: UnLikeIcon,
|
|
897
|
-
LikeIcon: LikeIcon,
|
|
898
|
-
CameraIcon: CameraIcon,
|
|
899
|
-
BluetoothIcon: BluetoothIcon,
|
|
900
|
-
UnlockIcon: UnlockIcon,
|
|
901
|
-
WifiIcon: WifiIcon,
|
|
902
|
-
BoldArrowIcon: BoldArrowIcon,
|
|
903
|
-
ArrowIcon: ArrowIcon,
|
|
904
|
-
SpinnerIcon: SpinnerIcon,
|
|
905
|
-
SliderIcon: SliderIcon,
|
|
906
|
-
CropIcon: CropIcon,
|
|
907
|
-
ZoomInIcon: ZoomInIcon,
|
|
908
|
-
DragHandleLinesIcon: DragHandleLinesIcon
|
|
909
|
-
};
|
|
910
|
-
|
|
911
811
|
/**
|
|
912
812
|
* Alert Styles
|
|
913
813
|
*
|
|
@@ -17266,7 +17166,8 @@ var HighlightStyles = {
|
|
|
17266
17166
|
glow: color => ({
|
|
17267
17167
|
color: color,
|
|
17268
17168
|
textShadow: "0 0 10px " + color + "80, 0 0 20px " + color + "40, 0 0 30px " + color + "20"
|
|
17269
|
-
})
|
|
17169
|
+
}),
|
|
17170
|
+
default: () => ({})
|
|
17270
17171
|
};
|
|
17271
17172
|
|
|
17272
17173
|
var _excluded$Z = ["text", "typingSpeed", "pauseTime", "onComplete", "showCursor", "cursorColor", "textStyle", "textComponent", "as"];
|
|
@@ -17538,7 +17439,7 @@ var TitleView = _ref => {
|
|
|
17538
17439
|
var {
|
|
17539
17440
|
children,
|
|
17540
17441
|
highlightText,
|
|
17541
|
-
highlightStyle = '
|
|
17442
|
+
highlightStyle = 'default',
|
|
17542
17443
|
highlightColor = 'theme.primary',
|
|
17543
17444
|
highlightSecondaryColor,
|
|
17544
17445
|
size = 'lg',
|
|
@@ -17635,9 +17536,9 @@ var TitleView = _ref => {
|
|
|
17635
17536
|
// Common container props
|
|
17636
17537
|
var containerProps = Object.assign({
|
|
17637
17538
|
ref,
|
|
17638
|
-
as: 'h1',
|
|
17639
17539
|
animate: inView ? controlledAnimate : undefined
|
|
17640
17540
|
}, !textComponent && {
|
|
17541
|
+
as: 'h1',
|
|
17641
17542
|
fontSize: useResponsive ? undefined : fontSize,
|
|
17642
17543
|
fontWeight: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.fontWeight : 'bold',
|
|
17643
17544
|
letterSpacing: useResponsive ? responsiveStyles == null ? void 0 : responsiveStyles.letterSpacing : undefined,
|
|
@@ -17693,25 +17594,27 @@ var TitleView = _ref => {
|
|
|
17693
17594
|
lastIndex = match.index + match[0].length;
|
|
17694
17595
|
}
|
|
17695
17596
|
if (lastIndex < text.length) parts.push(text.substring(lastIndex));
|
|
17696
|
-
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
17597
|
+
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
17598
|
+
fontSize: useResponsive ? undefined : fontSize
|
|
17599
|
+
}, containerProps, views == null ? void 0 : views.container, props), parts.map((part, idx) => typeof part === 'string' ? part : (/*#__PURE__*/React.createElement(TextComponent, Object.assign({
|
|
17697
17600
|
key: "highlight-" + idx,
|
|
17698
17601
|
as: "span",
|
|
17699
17602
|
display: "inline",
|
|
17700
|
-
animate: inView ? controlledHighlightAnimate : undefined
|
|
17701
|
-
fontSize: useResponsive ? undefined : fontSize
|
|
17603
|
+
animate: inView ? controlledHighlightAnimate : undefined
|
|
17702
17604
|
}, !highlightSlide ? highlightProps : {}, views == null ? void 0 : views.highlight), renderHighlightedContent(part.text)))));
|
|
17703
17605
|
}
|
|
17704
17606
|
// Case 2: Has highlight style but no highlight target - apply style to entire title
|
|
17705
17607
|
if (highlightStyle && !activeHighlightTarget) {
|
|
17706
|
-
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
17608
|
+
return /*#__PURE__*/React.createElement(Element, Object.assign({
|
|
17609
|
+
fontSize: fontSize
|
|
17610
|
+
}, containerProps, props, views == null ? void 0 : views.container), /*#__PURE__*/React.createElement(TextComponent, Object.assign({
|
|
17707
17611
|
as: "span",
|
|
17708
|
-
fontSize: fontSize,
|
|
17709
17612
|
display: "inline",
|
|
17710
17613
|
animate: inView ? controlledHighlightAnimate : undefined
|
|
17711
17614
|
}, !highlightSlide ? highlightProps : {}, views == null ? void 0 : views.highlight), renderHighlightedContent(text)));
|
|
17712
17615
|
}
|
|
17713
17616
|
// Case 3: Default - no highlighting
|
|
17714
|
-
return /*#__PURE__*/React.createElement(TextComponent, Object.assign({}, containerProps, views == null ? void 0 : views.container
|
|
17617
|
+
return /*#__PURE__*/React.createElement(TextComponent, Object.assign({}, containerProps, props, views == null ? void 0 : views.container), text);
|
|
17715
17618
|
};
|
|
17716
17619
|
|
|
17717
17620
|
/**
|
|
@@ -25778,7 +25681,8 @@ var _excluded$1o = ["children", "showRadialGradient", "views", "themeMode"],
|
|
|
25778
25681
|
_excluded8 = ["children", "src", "autoPlay", "loop", "muted", "playsInline", "overlay", "blendMode", "views", "themeMode"],
|
|
25779
25682
|
_excluded9 = ["children"],
|
|
25780
25683
|
_excluded10 = ["contentPosition"],
|
|
25781
|
-
_excluded11 = ["children", "views"]
|
|
25684
|
+
_excluded11 = ["children", "views"],
|
|
25685
|
+
_excluded12 = ["children", "designProps", "shape", "decorationRotation", "decorationScale", "decorationOpacity", "views"];
|
|
25782
25686
|
// Background Context
|
|
25783
25687
|
var BackgroundContext = /*#__PURE__*/createContext({});
|
|
25784
25688
|
/**
|
|
@@ -26237,15 +26141,15 @@ var BackgroundOverlay = _ref10 => {
|
|
|
26237
26141
|
var getDefaultOverlay = () => {
|
|
26238
26142
|
switch (contentPosition) {
|
|
26239
26143
|
case 'left':
|
|
26240
|
-
return 'radial-gradient(circle at
|
|
26144
|
+
return 'radial-gradient(circle at 80% 50%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.2) 100%)';
|
|
26241
26145
|
case 'right':
|
|
26242
|
-
return 'radial-gradient(circle at
|
|
26146
|
+
return 'radial-gradient(circle at 20% 50%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.2) 100%)';
|
|
26243
26147
|
case 'top':
|
|
26244
|
-
return 'radial-gradient(circle at 50% 80%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6)
|
|
26148
|
+
return 'radial-gradient(circle at 50% 80%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.1) 100%)';
|
|
26245
26149
|
case 'bottom':
|
|
26246
|
-
return 'radial-gradient(circle at 50% 80%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6)
|
|
26150
|
+
return 'radial-gradient(circle at 50% 80%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.1) 100%)';
|
|
26247
26151
|
case 'center':
|
|
26248
|
-
return 'radial-gradient(circle at 50%
|
|
26152
|
+
return 'radial-gradient(circle at 50% 70%, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%)';
|
|
26249
26153
|
default:
|
|
26250
26154
|
return 'rgba(0,0,0,0.5)';
|
|
26251
26155
|
}
|
|
@@ -26272,6 +26176,78 @@ var BackgroundViewBase = _ref11 => {
|
|
|
26272
26176
|
value: {}
|
|
26273
26177
|
}, /*#__PURE__*/React.createElement(View, Object.assign({}, DefaultBackgroundStyles.container, views == null ? void 0 : views.container, props), children));
|
|
26274
26178
|
};
|
|
26179
|
+
var BackgroundLayout = /*#__PURE__*/React.forwardRef((_ref12, ref) => {
|
|
26180
|
+
var _props$backgroundColo, _props$padding;
|
|
26181
|
+
var {
|
|
26182
|
+
children,
|
|
26183
|
+
shape = 'rounded',
|
|
26184
|
+
decorationRotation = 5,
|
|
26185
|
+
decorationScale = 1,
|
|
26186
|
+
decorationOpacity = 0.8,
|
|
26187
|
+
views
|
|
26188
|
+
} = _ref12,
|
|
26189
|
+
props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
26190
|
+
var getBorderRadius = shape => {
|
|
26191
|
+
switch (shape) {
|
|
26192
|
+
case 'square':
|
|
26193
|
+
return '0px';
|
|
26194
|
+
case 'pill':
|
|
26195
|
+
return '9999px';
|
|
26196
|
+
case 'rounded':
|
|
26197
|
+
default:
|
|
26198
|
+
return '16px';
|
|
26199
|
+
}
|
|
26200
|
+
};
|
|
26201
|
+
var radius = getBorderRadius(shape);
|
|
26202
|
+
// Calculate the extra space needed for the rotated/scaled decoration
|
|
26203
|
+
// When rotated, corners extend beyond the original bounds
|
|
26204
|
+
// Extra space ≈ sin(rotation) × dimension + (scale - 1) × dimension
|
|
26205
|
+
var rotationRad = Math.abs(decorationRotation) * (Math.PI / 180);
|
|
26206
|
+
var rotationOffset = Math.sin(rotationRad) * 100; // percentage-based estimate
|
|
26207
|
+
var scaleOffset = (decorationScale - 1) * 100 / 2;
|
|
26208
|
+
var extraPadding = Math.ceil(rotationOffset + scaleOffset);
|
|
26209
|
+
var backgroundColor = (_props$backgroundColo = props.backgroundColor) != null ? _props$backgroundColo : 'theme.primary';
|
|
26210
|
+
return /*#__PURE__*/React.createElement(View, Object.assign({}, props, {
|
|
26211
|
+
ref: ref,
|
|
26212
|
+
backgroundColor: 'transparent',
|
|
26213
|
+
position: "relative",
|
|
26214
|
+
overflow: "visible"
|
|
26215
|
+
}, views == null ? void 0 : views.container), /*#__PURE__*/React.createElement(View, {
|
|
26216
|
+
padding: (_props$padding = props.padding) != null ? _props$padding : 96 + extraPadding + "px " + extraPadding + "px",
|
|
26217
|
+
position: "relative",
|
|
26218
|
+
overflow: "visible"
|
|
26219
|
+
}, /*#__PURE__*/React.createElement(View, Object.assign({
|
|
26220
|
+
position: "absolute",
|
|
26221
|
+
top: extraPadding,
|
|
26222
|
+
left: extraPadding,
|
|
26223
|
+
right: extraPadding,
|
|
26224
|
+
bottom: extraPadding,
|
|
26225
|
+
backgroundColor: backgroundColor,
|
|
26226
|
+
borderRadius: radius,
|
|
26227
|
+
opacity: decorationOpacity / 1.5,
|
|
26228
|
+
transform: "scale(" + decorationScale + ")",
|
|
26229
|
+
pointerEvents: "none",
|
|
26230
|
+
zIndex: 1
|
|
26231
|
+
}, views == null ? void 0 : views.back)), /*#__PURE__*/React.createElement(View, Object.assign({
|
|
26232
|
+
position: "absolute",
|
|
26233
|
+
top: extraPadding,
|
|
26234
|
+
left: extraPadding,
|
|
26235
|
+
right: extraPadding,
|
|
26236
|
+
bottom: extraPadding,
|
|
26237
|
+
transform: "rotate(" + decorationRotation + "deg) scale(" + decorationScale + ")",
|
|
26238
|
+
opacity: decorationOpacity / 1.2,
|
|
26239
|
+
backgroundColor: backgroundColor,
|
|
26240
|
+
borderRadius: radius,
|
|
26241
|
+
pointerEvents: "none",
|
|
26242
|
+
zIndex: 2
|
|
26243
|
+
}, views == null ? void 0 : views.front)), /*#__PURE__*/React.createElement(View, Object.assign({
|
|
26244
|
+
margin: "0 auto",
|
|
26245
|
+
//width="100%"
|
|
26246
|
+
position: "relative",
|
|
26247
|
+
zIndex: 3
|
|
26248
|
+
}, views == null ? void 0 : views.content), children)));
|
|
26249
|
+
});
|
|
26250
|
+
BackgroundLayout.displayName = 'Background.Layout';
|
|
26275
26251
|
// Create the compound component
|
|
26276
26252
|
var BackgroundView = BackgroundViewBase;
|
|
26277
26253
|
// Attach compound components
|
|
@@ -26285,6 +26261,7 @@ BackgroundView.Image = BackgroundImage;
|
|
|
26285
26261
|
BackgroundView.Video = BackgroundVideo;
|
|
26286
26262
|
BackgroundView.Gradient = BackgroundGradient;
|
|
26287
26263
|
BackgroundView.Overlay = BackgroundOverlay;
|
|
26264
|
+
BackgroundView.Layout = BackgroundLayout;
|
|
26288
26265
|
|
|
26289
26266
|
/**
|
|
26290
26267
|
* Background Component with compound pattern
|
|
@@ -26338,6 +26315,7 @@ var BackgroundComponent = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PUR
|
|
|
26338
26315
|
})));
|
|
26339
26316
|
BackgroundComponent.displayName = 'Background';
|
|
26340
26317
|
var Background = /*#__PURE__*/Object.assign(BackgroundComponent, {
|
|
26318
|
+
Layout: BackgroundView.Layout,
|
|
26341
26319
|
Aurora: BackgroundView.Aurora,
|
|
26342
26320
|
Meteors: BackgroundView.Meteors,
|
|
26343
26321
|
Wall: BackgroundView.Wall,
|
|
@@ -26351,5 +26329,5 @@ var Background = /*#__PURE__*/Object.assign(BackgroundComponent, {
|
|
|
26351
26329
|
});
|
|
26352
26330
|
Background.displayName = 'Background';
|
|
26353
26331
|
|
|
26354
|
-
export { Accordion, Alert, ArrowIcon, AspectRatio, AttachmentIcon, AttachmentPreview, AudioIcon, AudioInput, AudioWaveform, Avatar, BackIcon, Background, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Button, CalendarIcon, CameraIcon, Card, Carousel, Chart, ChartIcon, ChatInput, CheckIcon, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ColorInput, ColorPicker, ComboBox, Command, ContextMenu, CookieConsent, CopyIcon, CountryPicker, CreditCardIcon, CropIcon, DatePicker, DeleteIcon, Divider, DocumentIcon, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DragHandleLinesIcon, Drawer, DropdownMenu, DustBinIcon, EditIcon, EmojiPicker, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FolderIcon, FormikChatInput, FormikCheckbox, FormikColorInput, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikOTPInput, FormikPassword, FormikSelect, FormikSelector, FormikSlider, FormikSwitch, FormikTagInput, FormikTextArea, FormikTextField, FormikUploader, GiftIcon, HeartIcon, HelpIcon, HomeIcon, HoverCard, Icon
|
|
26332
|
+
export { Accordion, Alert, ArrowIcon, AspectRatio, AttachmentIcon, AttachmentPreview, AudioIcon, AudioInput, AudioWaveform, Avatar, BackIcon, Background, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Button, CalendarIcon, CameraIcon, Card, Carousel, Chart, ChartIcon, ChatInput, CheckIcon, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ColorInput, ColorPicker, ComboBox, Command, ContextMenu, CookieConsent, CopyIcon, CountryPicker, CreditCardIcon, CropIcon, DatePicker, DeleteIcon, Divider, DocumentIcon, DownloadIcon, DragAndDrop, DragAndDropComponent, DragHandleIcon, DragHandleLinesIcon, Drawer, DropdownMenu, DustBinIcon, EditIcon, EmojiPicker, ErrorIcon, ExternalLinkIcon, FacebookIcon, FileIcon, FileImage, FileSVG, FilterIcon, FolderIcon, FormikChatInput, FormikCheckbox, FormikColorInput, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikOTPInput, FormikPassword, FormikSelect, FormikSelector, FormikSlider, FormikSwitch, FormikTagInput, FormikTextArea, FormikTextField, FormikUploader, GiftIcon, HeartIcon, HelpIcon, HomeIcon, HoverCard, Icon, ImageIcon, InfoIcon, InstagramIcon, LayoutIcon, LikeIcon, Link, LinkIcon, LinkedinIcon, Loader, LoadingSpinnerIcon, LockIcon, LogoutIcon, MagicWandIcon, MapPinIcon, MediaPreview, MenuIcon, Menubar, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, MoreIcon, NavigationMenu, NotificationIcon, OTPInput, OpenEyeIcon, Pagination, PanelIcon, Password, PauseIcon, PlayIcon, PlusIcon, PowerOffIcon, PrintIcon, ProfileIcon, ProgressBar, RefreshIcon, Resizable, RotateIcon, SaveIcon, SearchIcon, Select, Selector, SendIcon, Separator, SettingsIcon, ShapeIcon, ShareButton, ShareIcon, ShieldIcon, Sidebar, Slider, SliderIcon, SpinnerIcon, StarIcon, StatusIndicator, StopIcon, SuccessIcon, Switch, Table, Tabs, TagInput, TextArea, TextField, TextIcon, ThreadsIcon, TickIcon, Title, Toast, Toggle, ToggleGroup, Tooltip, TrashIcon, TwitchIcon, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Uploader, UserIcon, VideoIcon, WarningIcon, WifiIcon, XIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, hideMessage, hideModal, showMessage, showModal, showToast, useMessageStore, useModalStore, useToast$1 as useToast };
|
|
26355
26333
|
//# sourceMappingURL=web.esm.js.map
|