@onesy/ui-react 1.0.129 → 1.0.131
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/Accordion/Accordion.js +342 -242
- package/Accordion/index.js +12 -7
- package/AdvancedTextField/AdvancedTextField.js +165 -157
- package/AdvancedTextField/index.js +12 -7
- package/Append/Append.js +502 -519
- package/Append/index.js +12 -7
- package/AreaChart/AreaChart.js +53 -40
- package/AreaChart/index.js +12 -7
- package/AreaChartItem/AreaChartItem.js +325 -237
- package/AreaChartItem/index.js +12 -7
- package/AudioPlayer/AudioPlayer.js +683 -466
- package/AudioPlayer/index.js +12 -7
- package/AudioRecorder/AudioRecorder.js +359 -259
- package/AudioRecorder/index.js +12 -7
- package/AutoComplete/AutoComplete.js +693 -568
- package/AutoComplete/index.js +12 -7
- package/AutoCompleteCountry/AutoCompleteCountry.js +99 -62
- package/AutoCompleteCountry/index.js +12 -7
- package/AutoCompleteCurrency/AutoCompleteCurrency.js +73 -61
- package/AutoCompleteCurrency/index.js +12 -7
- package/Avatar/Avatar.js +113 -86
- package/Avatar/index.js +12 -7
- package/AvatarGroup/AvatarGroup.js +104 -87
- package/AvatarGroup/index.js +12 -7
- package/Backdrop/Backdrop.js +160 -139
- package/Backdrop/index.js +12 -7
- package/Badge/Badge.js +116 -96
- package/Badge/index.js +12 -7
- package/Banner/Banner.js +126 -85
- package/Banner/index.js +12 -7
- package/BottomAppBar/BottomAppBar.js +89 -60
- package/BottomAppBar/index.js +12 -7
- package/BottomSheet/BottomSheet.js +66 -59
- package/BottomSheet/index.js +12 -7
- package/Box/Box.js +43 -35
- package/Box/index.js +12 -7
- package/Breadcrumbs/Breadcrumbs.js +168 -144
- package/Breadcrumbs/index.js +12 -7
- package/BubbleChart/BubbleChart.js +261 -132
- package/BubbleChart/index.js +12 -7
- package/BubbleChartItem/BubbleChartItem.js +228 -161
- package/BubbleChartItem/index.js +12 -7
- package/Button/Button.js +488 -467
- package/Button/index.js +12 -7
- package/Buttons/Buttons.js +366 -293
- package/Buttons/index.js +12 -7
- package/Calendar/Calendar.js +715 -452
- package/Calendar/index.js +12 -7
- package/CalendarAvailability/CalendarAvailability.js +709 -388
- package/CalendarAvailability/index.js +12 -7
- package/CalendarMenu/CalendarMenu.js +430 -303
- package/CalendarMenu/index.js +12 -7
- package/CalendarMonth/CalendarMonth.js +537 -498
- package/CalendarMonth/index.js +12 -7
- package/CalendarViews/CalendarViews.js +403 -254
- package/CalendarViews/index.js +12 -7
- package/CalendarWeek/CalendarWeek.js +536 -395
- package/CalendarWeek/index.js +12 -7
- package/Card/Card.js +133 -101
- package/Card/index.js +12 -7
- package/CardButton/CardButton.js +78 -58
- package/CardButton/index.js +12 -7
- package/CardFooter/CardFooter.js +58 -39
- package/CardFooter/index.js +12 -7
- package/CardHeader/CardHeader.js +61 -44
- package/CardHeader/index.js +12 -7
- package/CardImage/CardImage.js +80 -67
- package/CardImage/index.js +12 -7
- package/CardMain/CardMain.js +53 -39
- package/CardMain/index.js +12 -7
- package/Carousel/Carousel.js +1025 -913
- package/Carousel/index.js +12 -7
- package/Chart/Chart.js +1325 -1174
- package/Chart/index.js +12 -7
- package/Checkbox/Checkbox.js +339 -325
- package/Checkbox/index.js +12 -7
- package/Chip/Chip.js +131 -102
- package/Chip/index.js +12 -7
- package/Chips/Chips.js +121 -94
- package/Chips/index.js +12 -7
- package/ClickListener/ClickListener.js +86 -89
- package/ClickListener/index.js +12 -7
- package/Clock/Clock.js +470 -417
- package/Clock/index.js +12 -7
- package/ColorTextField/ColorTextField.js +234 -171
- package/ColorTextField/index.js +12 -7
- package/ColumnChart/ColumnChart.js +63 -46
- package/ColumnChart/index.js +12 -7
- package/ColumnChartItem/ColumnChartItem.js +208 -149
- package/ColumnChartItem/index.js +12 -7
- package/Confirm/Confirm.js +184 -129
- package/Confirm/Context.js +9 -7
- package/Confirm/index.js +32 -13
- package/Confirm/useConfirm.js +11 -10
- package/Container/Container.js +154 -133
- package/Container/index.js +12 -7
- package/CookieBanner/CookieBanner.js +142 -76
- package/CookieBanner/index.js +12 -7
- package/Countdown/Countdown.js +403 -255
- package/Countdown/index.js +12 -7
- package/DatePicker/DatePicker.js +802 -547
- package/DatePicker/index.js +12 -7
- package/DateRangePicker/DateRangePicker.js +44 -37
- package/DateRangePicker/index.js +12 -7
- package/DateTimePicker/DateTimePicker.js +672 -459
- package/DateTimePicker/index.js +12 -7
- package/DateTimeRangePicker/DateTimeRangePicker.js +44 -37
- package/DateTimeRangePicker/index.js +12 -7
- package/Divider/Divider.js +198 -185
- package/Divider/index.js +12 -7
- package/DonutChart/DonutChart.js +49 -42
- package/DonutChart/index.js +12 -7
- package/DragAndDropList/DragAndDropList.js +160 -156
- package/DragAndDropList/index.js +12 -7
- package/Drawing/Drawing.js +850 -523
- package/Drawing/index.js +12 -7
- package/DropZone/DropZone.js +239 -201
- package/DropZone/index.js +12 -7
- package/Emojis/Emojis.js +409 -317
- package/Emojis/emojis_list.js +7279 -9250
- package/Emojis/index.js +19 -9
- package/Expand/Expand.js +201 -149
- package/Expand/index.js +12 -7
- package/Fab/Fab.js +46 -26
- package/Fab/index.js +12 -7
- package/Fade/Fade.js +131 -101
- package/Fade/index.js +12 -7
- package/FileChoose/FileChoose.js +218 -150
- package/FileChoose/index.js +12 -7
- package/Focus/Focus.js +87 -88
- package/Focus/index.js +12 -7
- package/Form/Form.js +194 -120
- package/Form/index.js +12 -7
- package/FormRow/FormRow.js +123 -78
- package/FormRow/index.js +12 -7
- package/Forms/Forms.js +55 -41
- package/Forms/index.js +12 -7
- package/Frame/Frame.js +212 -150
- package/Frame/index.js +12 -7
- package/Grid/Grid.js +231 -166
- package/Grid/index.js +12 -7
- package/Grow/Grow.js +137 -109
- package/Grow/index.js +12 -7
- package/HTMLCanvas/HTMLCanvas.js +752 -542
- package/HTMLCanvas/index.js +24 -21
- package/IFrame/IFrame.js +122 -104
- package/IFrame/index.js +12 -7
- package/Icon/Icon.js +112 -95
- package/Icon/index.js +24 -21
- package/IconButton/IconButton.js +49 -37
- package/IconButton/index.js +12 -7
- package/Image/Image.js +285 -252
- package/Image/index.js +12 -7
- package/ImageCrop/ImageCrop.js +1073 -1048
- package/ImageCrop/index.js +12 -7
- package/ImageEdit/ImageEdit.js +1088 -783
- package/ImageEdit/index.js +12 -7
- package/ImageGallery/ImageGallery.js +518 -473
- package/ImageGallery/index.js +12 -7
- package/ImageList/ImageList.js +136 -129
- package/ImageList/index.js +12 -7
- package/ImageListItem/ImageListItem.js +101 -87
- package/ImageListItem/index.js +12 -7
- package/ImageListItemBox/ImageListItemBox.js +61 -50
- package/ImageListItemBox/index.js +12 -7
- package/Info/Info.js +99 -63
- package/Info/index.js +12 -7
- package/Interaction/Interaction.js +405 -345
- package/Interaction/index.js +12 -7
- package/Keyframes/Context.js +9 -7
- package/Keyframes/Keyframes.js +189 -174
- package/Keyframes/index.js +42 -25
- package/Keyframes/useKeyframes.js +11 -10
- package/Label/Label.js +177 -151
- package/Label/index.js +12 -7
- package/Labels/Labels.js +126 -98
- package/Labels/index.js +12 -7
- package/Line/Line.js +296 -174
- package/Line/index.js +12 -7
- package/LineChart/LineChart.js +57 -40
- package/LineChart/index.js +12 -7
- package/LineChartItem/LineChartItem.js +239 -177
- package/LineChartItem/index.js +12 -7
- package/LinearMeter/LinearMeter.js +453 -377
- package/LinearMeter/index.js +12 -7
- package/LinearProgress/LinearProgress.js +324 -255
- package/LinearProgress/index.js +12 -7
- package/Link/Link.js +182 -127
- package/Link/index.js +12 -7
- package/Links/Links.js +277 -156
- package/Links/index.js +12 -7
- package/List/List.js +148 -113
- package/List/index.js +12 -7
- package/ListItem/ListItem.js +388 -362
- package/ListItem/index.js +12 -7
- package/ListSubheader/ListSubheader.js +52 -44
- package/ListSubheader/index.js +12 -7
- package/MainProgress/Context.js +9 -7
- package/MainProgress/MainProgress.js +193 -161
- package/MainProgress/index.js +32 -13
- package/MainProgress/useMainProgress.js +11 -10
- package/Markdown/Markdown.js +676 -704
- package/Markdown/index.js +12 -7
- package/Masonry/Masonry.js +207 -181
- package/Masonry/index.js +12 -7
- package/Medias/Medias.js +436 -398
- package/Medias/index.js +12 -7
- package/Menu/Menu.js +278 -243
- package/Menu/index.js +12 -7
- package/MenuDesktop/MenuDesktop.js +496 -419
- package/MenuDesktop/index.js +12 -7
- package/MenuItem/MenuItem.js +286 -231
- package/MenuItem/index.js +12 -7
- package/Meta/Meta.js +78 -54
- package/Meta/index.js +12 -7
- package/Modal/Modal.js +333 -272
- package/Modal/index.js +12 -7
- package/ModalFooter/ModalFooter.js +50 -39
- package/ModalFooter/index.js +12 -7
- package/ModalHeader/ModalHeader.js +51 -39
- package/ModalHeader/index.js +12 -7
- package/ModalIcon/ModalIcon.js +29 -23
- package/ModalIcon/index.js +12 -7
- package/ModalMain/ModalMain.js +50 -41
- package/ModalMain/index.js +12 -7
- package/ModalText/ModalText.js +47 -37
- package/ModalText/index.js +12 -7
- package/ModalTitle/ModalTitle.js +47 -37
- package/ModalTitle/index.js +12 -7
- package/MoreOptions/MoreOptions.js +72 -52
- package/MoreOptions/index.js +12 -7
- package/Move/Move.js +166 -141
- package/Move/index.js +12 -7
- package/NavigationBar/NavigationBar.js +133 -109
- package/NavigationBar/index.js +12 -7
- package/NavigationDrawer/NavigationDrawer.js +241 -211
- package/NavigationDrawer/index.js +12 -7
- package/NavigationItem/NavigationItem.js +293 -262
- package/NavigationItem/index.js +12 -7
- package/NavigationRail/NavigationRail.js +187 -150
- package/NavigationRail/index.js +12 -7
- package/NotFound/NotFound.js +89 -66
- package/NotFound/index.js +12 -7
- package/NumericTextField/NumericTextField.js +217 -212
- package/NumericTextField/index.js +12 -7
- package/Page/Page.js +131 -67
- package/Page/index.js +12 -7
- package/PageTransition/PageTransition.js +112 -102
- package/PageTransition/index.js +12 -7
- package/Pagination/Pagination.js +153 -98
- package/Pagination/index.js +12 -7
- package/PaginationItem/PaginationItem.js +85 -65
- package/PaginationItem/index.js +12 -7
- package/Parallax/Parallax.js +138 -145
- package/Parallax/index.js +12 -7
- package/Path/Path.js +40 -35
- package/Path/index.js +12 -7
- package/PieChart/PieChart.js +382 -267
- package/PieChart/index.js +12 -7
- package/Placeholder/Placeholder.js +125 -117
- package/Placeholder/index.js +12 -7
- package/Portal/Portal.js +37 -38
- package/Portal/index.js +12 -7
- package/Properties/Properties.js +85 -64
- package/Properties/index.js +12 -7
- package/Property/Property.js +120 -108
- package/Property/index.js +12 -7
- package/Radio/Radio.js +211 -181
- package/Radio/index.js +12 -7
- package/Radios/Radios.js +124 -92
- package/Radios/index.js +12 -7
- package/Rating/Rating.js +353 -360
- package/Rating/index.js +12 -7
- package/Reset/Reset.js +19 -24
- package/Reset/index.js +12 -7
- package/Reveal/Reveal.js +98 -89
- package/Reveal/index.js +12 -7
- package/RichTextEditor/RichTextEditor.js +1764 -972
- package/RichTextEditor/index.js +12 -7
- package/RoundMeter/RoundMeter.js +629 -537
- package/RoundMeter/index.js +12 -7
- package/RoundProgress/RoundProgress.js +233 -174
- package/RoundProgress/index.js +12 -7
- package/ScatterChart/ScatterChart.js +53 -40
- package/ScatterChart/index.js +12 -7
- package/ScatterChartItem/ScatterChartItem.js +214 -153
- package/ScatterChartItem/index.js +12 -7
- package/ScreenCapture/ScreenCapture.js +427 -335
- package/ScreenCapture/index.js +12 -7
- package/Section/Section.js +380 -319
- package/Section/index.js +12 -7
- package/SectionAction/SectionAction.js +72 -61
- package/SectionAction/index.js +12 -7
- package/SectionBoxes/SectionBoxes.js +240 -208
- package/SectionBoxes/index.js +12 -7
- package/SectionCards/SectionCards.js +256 -217
- package/SectionCards/index.js +12 -7
- package/SectionCarousel/SectionCarousel.js +284 -242
- package/SectionCarousel/index.js +12 -7
- package/SectionContact/SectionContact.js +174 -116
- package/SectionContact/index.js +12 -7
- package/SectionImageGallery/SectionImageGallery.js +64 -51
- package/SectionImageGallery/index.js +12 -7
- package/SectionLogos/SectionLogos.js +123 -109
- package/SectionLogos/index.js +12 -7
- package/SectionMedia/SectionMedia.js +170 -152
- package/SectionMedia/index.js +12 -7
- package/SectionReviews/SectionReviews.js +170 -129
- package/SectionReviews/index.js +12 -7
- package/SectionTextMedia/SectionTextMedia.js +187 -142
- package/SectionTextMedia/index.js +12 -7
- package/SectionTimeline/SectionTimeline.js +126 -95
- package/SectionTimeline/index.js +12 -7
- package/SectionWatch/SectionWatch.js +65 -53
- package/SectionWatch/index.js +12 -7
- package/Select/Select.js +517 -406
- package/Select/index.js +12 -7
- package/Share/Share.js +458 -319
- package/Share/index.js +12 -7
- package/Slide/Slide.js +184 -140
- package/Slide/index.js +12 -7
- package/Slider/Slider.js +927 -837
- package/Slider/index.js +12 -7
- package/SmartTextField/SmartTextField.js +1406 -1014
- package/SmartTextField/index.js +12 -7
- package/Snackbar/Snackbar.js +227 -185
- package/Snackbar/index.js +12 -7
- package/Snackbars/Context.js +9 -7
- package/Snackbars/Snackbars.js +234 -210
- package/Snackbars/index.js +32 -13
- package/Snackbars/useSnackbars.js +11 -10
- package/Space/Space.js +1683 -968
- package/Space/index.js +24 -21
- package/SpeechToText/SpeechToText.js +207 -172
- package/SpeechToText/index.js +12 -7
- package/SpeedDial/SpeedDial.js +434 -398
- package/SpeedDial/index.js +12 -7
- package/SpeedDialItem/SpeedDialItem.js +89 -63
- package/SpeedDialItem/index.js +12 -7
- package/SpyScroll/SpyScroll.js +154 -142
- package/SpyScroll/index.js +12 -7
- package/Step/Step.js +181 -127
- package/Step/index.js +12 -7
- package/Stepper/Stepper.js +159 -139
- package/Stepper/index.js +12 -7
- package/Surface/Surface.js +760 -798
- package/Surface/index.js +12 -7
- package/Switch/Switch.js +688 -532
- package/Switch/index.js +12 -7
- package/Tab/Tab.js +185 -150
- package/Tab/index.js +12 -7
- package/Table/Table.js +100 -77
- package/Table/index.js +12 -7
- package/TableBody/TableBody.js +76 -63
- package/TableBody/index.js +12 -7
- package/TableCell/TableCell.js +258 -220
- package/TableCell/index.js +12 -7
- package/TableFooter/TableFooter.js +60 -48
- package/TableFooter/index.js +12 -7
- package/TableHead/TableHead.js +139 -120
- package/TableHead/index.js +12 -7
- package/TableHeader/TableHeader.js +65 -50
- package/TableHeader/index.js +12 -7
- package/TablePagination/TablePagination.js +171 -98
- package/TablePagination/index.js +12 -7
- package/TableRow/TableRow.js +77 -64
- package/TableRow/index.js +12 -7
- package/Tabs/Tabs.js +425 -377
- package/Tabs/index.js +12 -7
- package/Text/Text.js +131 -113
- package/Text/index.js +12 -7
- package/TextField/TextField.js +940 -879
- package/TextField/index.js +12 -7
- package/TextToSpeech/TextToSpeech.js +176 -153
- package/TextToSpeech/index.js +12 -7
- package/TimePicker/TimePicker.js +985 -718
- package/TimePicker/index.js +12 -7
- package/TimeRangePicker/TimeRangePicker.js +44 -37
- package/TimeRangePicker/index.js +12 -7
- package/Timeline/Timeline.js +54 -42
- package/Timeline/index.js +12 -7
- package/TimelineItem/TimelineItem.js +144 -147
- package/TimelineItem/index.js +12 -7
- package/Timer/Timer.js +321 -204
- package/Timer/index.js +12 -7
- package/ToggleButton/ToggleButton.js +67 -58
- package/ToggleButton/index.js +12 -7
- package/ToggleButtons/ToggleButtons.js +46 -37
- package/ToggleButtons/index.js +12 -7
- package/Tooltip/Tooltip.js +489 -454
- package/Tooltip/index.js +12 -7
- package/TopAppBar/TopAppBar.js +237 -197
- package/TopAppBar/index.js +12 -7
- package/Transition/Context.js +9 -7
- package/Transition/Transition.js +321 -339
- package/Transition/index.js +42 -25
- package/Transition/useTransition.js +11 -10
- package/Transitions/Transitions.js +215 -179
- package/Transitions/index.js +12 -7
- package/Tree/Tree.js +375 -312
- package/Tree/index.js +12 -7
- package/Type/Type.js +251 -152
- package/Type/index.js +12 -7
- package/VideoPlayer/VideoPlayer.js +866 -656
- package/VideoPlayer/index.js +12 -7
- package/ViewSplit/ViewSplit.js +413 -387
- package/ViewSplit/index.js +12 -7
- package/Watch/Watch.js +436 -290
- package/Watch/index.js +12 -7
- package/Weather/Weather.js +294 -247
- package/Weather/index.js +12 -7
- package/Whiteboard/Whiteboard.js +1392 -1292
- package/Whiteboard/index.js +12 -7
- package/Widgets/Context.js +9 -7
- package/Widgets/Widgets.js +220 -168
- package/Widgets/index.js +32 -13
- package/Widgets/useWidgets.js +11 -10
- package/WindowSplit/WindowSplit.js +381 -336
- package/WindowSplit/index.js +12 -7
- package/Zoom/Zoom.js +126 -99
- package/Zoom/index.js +12 -7
- package/esm/BottomAppBar/BottomAppBar.js +5 -4
- package/esm/Buttons/Buttons.js +1 -1
- package/esm/index.js +1 -1
- package/index.js +4053 -660
- package/package.json +1 -1
- package/types.js +4 -1
- package/useForm/index.js +25 -11
- package/useForm/useForm.js +203 -174
- package/useForm/validate.js +215 -203
- package/useLocation/index.js +12 -7
- package/useLocation/useLocation.js +54 -49
- package/useMediaQuery/index.js +12 -7
- package/useMediaQuery/useMediaQuery.js +44 -43
- package/useQuery/index.js +12 -7
- package/useQuery/useQuery.js +14 -10
- package/useScroll/index.js +12 -7
- package/useScroll/useScroll.js +61 -56
- package/useSubscription/index.js +12 -7
- package/useSubscription/useSubscription.js +35 -35
- package/useSwipe/index.js +12 -7
- package/useSwipe/useSwipe.js +157 -131
- package/useVisible/index.js +12 -7
- package/useVisible/useVisible.js +86 -76
- package/utils.js +1224 -1362
package/Markdown/Markdown.js
CHANGED
|
@@ -1,223 +1,254 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Object.
|
|
17
|
-
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
color: theme.palette.text.default.primary,
|
|
27
|
-
'& dt': {
|
|
28
|
-
marginTop: '16px',
|
|
29
|
-
fontWeight: '500'
|
|
30
|
-
},
|
|
31
|
-
'& dd': {
|
|
32
|
-
paddingInlineStart: theme.methods.space.value(2, 'px'),
|
|
33
|
-
marginBottom: '16px'
|
|
34
|
-
},
|
|
35
|
-
'& h1, h2, h3, h4, h5, h6': {
|
|
36
|
-
display: 'flex',
|
|
37
|
-
alignItems: 'center'
|
|
38
|
-
},
|
|
39
|
-
'& h1 code, h2 code, h3 code, h4 code, h5 code, h6 code': {
|
|
40
|
-
margin: '0 8px'
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
h1: Object.assign(Object.assign({}, theme.typography.values.h1), { wordBreak: 'break-word', margin: '70px 0 16px' }),
|
|
44
|
-
h2: Object.assign(Object.assign({}, theme.typography.values.h2), { wordBreak: 'break-word', margin: '50px 0 16px' }),
|
|
45
|
-
h3: Object.assign(Object.assign({}, theme.typography.values.h3), { wordBreak: 'break-word', margin: '40px 0 16px' }),
|
|
46
|
-
h4: Object.assign(Object.assign({}, theme.typography.values.t1), { wordBreak: 'break-word', margin: '30px 0 16px' }),
|
|
47
|
-
h5: Object.assign(Object.assign({}, theme.typography.values.t2), { wordBreak: 'break-word', margin: '20px 0 16px' }),
|
|
48
|
-
h6: Object.assign(Object.assign({}, theme.typography.values.t3), { wordBreak: 'break-word', margin: '10px 0 16px' }),
|
|
49
|
-
p: {
|
|
50
|
-
marginBottom: '16px',
|
|
51
|
-
wordBreak: 'break-word',
|
|
52
|
-
lineHeight: '1.5'
|
|
53
|
-
},
|
|
54
|
-
em: {},
|
|
55
|
-
strong: {},
|
|
56
|
-
del: {},
|
|
57
|
-
a: {
|
|
58
|
-
color: theme.palette.color.primary[40],
|
|
59
|
-
textDecoration: 'underline'
|
|
60
|
-
},
|
|
61
|
-
code: {
|
|
62
|
-
padding: `${theme.methods.space.value(0.25, 'px')} ${theme.methods.space.value(0.5, 'px')}`,
|
|
63
|
-
borderRadius: theme.methods.shape.radius.value('xs', 'px'),
|
|
64
|
-
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 4 : 10),
|
|
65
|
-
fontFamily: theme.typography.font_family.tertiary,
|
|
66
|
-
fontSize: '0.75rem',
|
|
67
|
-
'& span': {
|
|
68
|
-
whiteSpace: 'pre'
|
|
69
|
-
}
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
+
var _react = _interopRequireDefault(require("react"));
|
|
12
|
+
var _utils = require("@onesy/utils");
|
|
13
|
+
var _styleReact = require("@onesy/style-react");
|
|
14
|
+
var _utils2 = require("../utils");
|
|
15
|
+
const _excluded = ["value", "render", "elementClassNames", "elementStyles", "onAdded", "onUpdate", "onStart", "Component", "className", "children"];
|
|
16
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18
|
+
const useStyle = (0, _styleReact.style)(theme => ({
|
|
19
|
+
root: {
|
|
20
|
+
width: '100%',
|
|
21
|
+
lineHeight: '1.5',
|
|
22
|
+
color: theme.palette.text.default.primary,
|
|
23
|
+
'& dt': {
|
|
24
|
+
marginTop: '16px',
|
|
25
|
+
fontWeight: '500'
|
|
70
26
|
},
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
borderRadius: theme.methods.shape.radius.value('rg', 'px'),
|
|
75
|
-
color: theme.palette.text.default.primary,
|
|
76
|
-
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.04 : 0.1),
|
|
77
|
-
'& code': {
|
|
78
|
-
padding: '0px',
|
|
79
|
-
background: 'transparent'
|
|
80
|
-
}
|
|
27
|
+
'& dd': {
|
|
28
|
+
paddingInlineStart: theme.methods.space.value(2, 'px'),
|
|
29
|
+
marginBottom: '16px'
|
|
81
30
|
},
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
margin: '24px 0',
|
|
86
|
-
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.04 : 0.2),
|
|
87
|
-
border: 'none'
|
|
31
|
+
'& h1, h2, h3, h4, h5, h6': {
|
|
32
|
+
display: 'flex',
|
|
33
|
+
alignItems: 'center'
|
|
88
34
|
},
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
35
|
+
'& h1 code, h2 code, h3 code, h4 code, h5 code, h6 code': {
|
|
36
|
+
margin: '0 8px'
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
h1: _objectSpread(_objectSpread({}, theme.typography.values.h1), {}, {
|
|
40
|
+
wordBreak: 'break-word',
|
|
41
|
+
margin: '70px 0 16px'
|
|
42
|
+
}),
|
|
43
|
+
h2: _objectSpread(_objectSpread({}, theme.typography.values.h2), {}, {
|
|
44
|
+
wordBreak: 'break-word',
|
|
45
|
+
margin: '50px 0 16px'
|
|
46
|
+
}),
|
|
47
|
+
h3: _objectSpread(_objectSpread({}, theme.typography.values.h3), {}, {
|
|
48
|
+
wordBreak: 'break-word',
|
|
49
|
+
margin: '40px 0 16px'
|
|
50
|
+
}),
|
|
51
|
+
h4: _objectSpread(_objectSpread({}, theme.typography.values.t1), {}, {
|
|
52
|
+
wordBreak: 'break-word',
|
|
53
|
+
margin: '30px 0 16px'
|
|
54
|
+
}),
|
|
55
|
+
h5: _objectSpread(_objectSpread({}, theme.typography.values.t2), {}, {
|
|
56
|
+
wordBreak: 'break-word',
|
|
57
|
+
margin: '20px 0 16px'
|
|
58
|
+
}),
|
|
59
|
+
h6: _objectSpread(_objectSpread({}, theme.typography.values.t3), {}, {
|
|
60
|
+
wordBreak: 'break-word',
|
|
61
|
+
margin: '10px 0 16px'
|
|
62
|
+
}),
|
|
63
|
+
p: {
|
|
64
|
+
marginBottom: '16px',
|
|
65
|
+
wordBreak: 'break-word',
|
|
66
|
+
lineHeight: '1.5'
|
|
67
|
+
},
|
|
68
|
+
em: {},
|
|
69
|
+
strong: {},
|
|
70
|
+
del: {},
|
|
71
|
+
a: {
|
|
72
|
+
color: theme.palette.color.primary[40],
|
|
73
|
+
textDecoration: 'underline'
|
|
74
|
+
},
|
|
75
|
+
code: {
|
|
76
|
+
padding: `${theme.methods.space.value(0.25, 'px')} ${theme.methods.space.value(0.5, 'px')}`,
|
|
77
|
+
borderRadius: theme.methods.shape.radius.value('xs', 'px'),
|
|
78
|
+
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 4 : 10),
|
|
79
|
+
fontFamily: theme.typography.font_family.tertiary,
|
|
80
|
+
fontSize: '0.75rem',
|
|
81
|
+
'& span': {
|
|
82
|
+
whiteSpace: 'pre'
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
pre: {
|
|
86
|
+
margin: '16px 0',
|
|
87
|
+
padding: theme.methods.space.value(2, 'px'),
|
|
88
|
+
borderRadius: theme.methods.shape.radius.value('rg', 'px'),
|
|
89
|
+
color: theme.palette.text.default.primary,
|
|
90
|
+
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.04 : 0.1),
|
|
91
|
+
'& code': {
|
|
92
|
+
padding: '0px',
|
|
93
|
+
background: 'transparent'
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
hr: {
|
|
97
|
+
height: '1px',
|
|
98
|
+
width: '100%',
|
|
99
|
+
margin: '24px 0',
|
|
100
|
+
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.04 : 0.2),
|
|
101
|
+
border: 'none'
|
|
102
|
+
},
|
|
103
|
+
blockquote: {
|
|
104
|
+
margin: '16px 0',
|
|
105
|
+
marginInlineStart: '16px',
|
|
106
|
+
padding: `${theme.methods.space.value(2.5, 'px')} ${theme.methods.space.value(2, 'px')}`,
|
|
107
|
+
borderInlineStart: `4px solid ${theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.04 : 0.2)}`,
|
|
108
|
+
background: theme.methods.palette.color.colorToRgb(theme.palette.text.default.primary, theme.palette.light ? 0.02 : 0.14),
|
|
109
|
+
'& > *': {
|
|
110
|
+
margin: '0px'
|
|
101
111
|
},
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
112
|
+
'& > $blockquote': {
|
|
113
|
+
marginBlock: '16px'
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
ol: {
|
|
117
|
+
paddingInlineStart: theme.methods.space.value(2, 'px'),
|
|
118
|
+
marginBottom: '16px'
|
|
119
|
+
},
|
|
120
|
+
ul: {
|
|
121
|
+
listStyleType: 'circle',
|
|
122
|
+
paddingInlineStart: theme.methods.space.value(2, 'px'),
|
|
123
|
+
marginBottom: '16px'
|
|
124
|
+
},
|
|
125
|
+
li: {
|
|
126
|
+
marginBottom: '10px',
|
|
127
|
+
'&:last-of-type': {
|
|
128
|
+
marginBottom: '0px'
|
|
105
129
|
},
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
marginBottom: '
|
|
130
|
+
'& p': {
|
|
131
|
+
lineHeight: 'inherit',
|
|
132
|
+
'&:last-of-type': {
|
|
133
|
+
marginBottom: '0px'
|
|
134
|
+
}
|
|
110
135
|
},
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
marginBottom: '0px'
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
'& ul': {
|
|
123
|
-
marginBottom: '10px',
|
|
124
|
-
'&:first-of-type': {
|
|
125
|
-
marginTop: '10px'
|
|
126
|
-
},
|
|
127
|
-
'&:last-of-type': {
|
|
128
|
-
marginBottom: '0px'
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
'& ol': {
|
|
132
|
-
marginBottom: '10px',
|
|
133
|
-
'&:first-of-type': {
|
|
134
|
-
marginTop: '10px'
|
|
135
|
-
},
|
|
136
|
-
'&:last-of-type': {
|
|
137
|
-
marginBottom: '0px'
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
'& li': {
|
|
141
|
-
listStyleType: 'disc'
|
|
142
|
-
}
|
|
136
|
+
'& ul': {
|
|
137
|
+
marginBottom: '10px',
|
|
138
|
+
'&:first-of-type': {
|
|
139
|
+
marginTop: '10px'
|
|
140
|
+
},
|
|
141
|
+
'&:last-of-type': {
|
|
142
|
+
marginBottom: '0px'
|
|
143
|
+
}
|
|
143
144
|
},
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
'& ol': {
|
|
146
|
+
marginBottom: '10px',
|
|
147
|
+
'&:first-of-type': {
|
|
148
|
+
marginTop: '10px'
|
|
149
|
+
},
|
|
150
|
+
'&:last-of-type': {
|
|
151
|
+
marginBottom: '0px'
|
|
152
|
+
}
|
|
146
153
|
},
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
'& li': {
|
|
155
|
+
listStyleType: 'disc'
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
tableWrapper: {
|
|
159
|
+
overflowX: 'auto'
|
|
160
|
+
},
|
|
161
|
+
table: {
|
|
162
|
+
margin: '16px 0',
|
|
163
|
+
borderCollapse: 'collapse',
|
|
164
|
+
border: `1px solid ${(0, _utils.colorToRgb)(theme.methods.palette.color.value('primary', 5, true), 10)}`,
|
|
165
|
+
'& th, td': _objectSpread(_objectSpread({}, theme.typography.values.b2), {}, {
|
|
166
|
+
padding: `${theme.methods.space.value(1.5, 'px')} ${theme.methods.space.value(2, 'px')}`,
|
|
167
|
+
borderBottom: `1px solid ${(0, _utils.colorToRgb)(theme.methods.palette.color.value('primary', 5, true), 10)}`,
|
|
168
|
+
borderRight: `1px solid ${(0, _utils.colorToRgb)(theme.methods.palette.color.value('primary', 5, true), 10)}`,
|
|
169
|
+
whiteSpace: 'nowrap'
|
|
170
|
+
}),
|
|
171
|
+
'& th': {
|
|
172
|
+
fontWeight: '500',
|
|
173
|
+
borderBottom: `1px solid ${(0, _utils.colorToRgb)(theme.methods.palette.color.value('primary', 5, true), 14)}`,
|
|
174
|
+
background: theme.methods.palette.color.value('primary', 99, true)
|
|
157
175
|
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
176
|
+
}
|
|
177
|
+
}), {
|
|
178
|
+
name: 'onesy-Markdown'
|
|
179
|
+
});
|
|
180
|
+
const escapeRegExp = value => value.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&');
|
|
181
|
+
const Markdown = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
182
|
+
const theme = (0, _styleReact.useOnesyTheme)();
|
|
183
|
+
const props = _react.default.useMemo(() => {
|
|
184
|
+
var _theme$ui, _theme$ui2;
|
|
185
|
+
return _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyMarkdown) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
186
|
+
}, [props_]);
|
|
187
|
+
const {
|
|
188
|
+
value,
|
|
189
|
+
render,
|
|
190
|
+
elementClassNames,
|
|
191
|
+
elementStyles,
|
|
192
|
+
onAdded,
|
|
193
|
+
onUpdate,
|
|
194
|
+
onStart,
|
|
195
|
+
Component = 'div',
|
|
196
|
+
className,
|
|
197
|
+
children
|
|
198
|
+
} = props,
|
|
199
|
+
other = (0, _objectWithoutProperties2.default)(props, _excluded);
|
|
200
|
+
const {
|
|
201
|
+
classes
|
|
202
|
+
} = useStyle();
|
|
203
|
+
const refs = {
|
|
204
|
+
root: _react.default.useRef(undefined)
|
|
205
|
+
};
|
|
206
|
+
const [init, setInit] = _react.default.useState(false);
|
|
207
|
+
const make = value_ => {
|
|
208
|
+
let valueNew = '';
|
|
209
|
+
const addClassName = (name, ...args) => {
|
|
210
|
+
let valueClass = classes[name];
|
|
211
|
+
if (elementClassNames !== null && elementClassNames !== void 0 && elementClassNames[name]) valueClass += ` ${elementClassNames[name]}`;
|
|
212
|
+
|
|
213
|
+
// Add additional values
|
|
214
|
+
args.forEach(arg => valueClass += ` ${arg}`);
|
|
215
|
+
return ` class='${valueClass}'`;
|
|
167
216
|
};
|
|
168
|
-
const
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
const
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
tdAttributes[index] = ` align='center'`;
|
|
204
|
-
else if (item.endsWith(':'))
|
|
205
|
-
tdAttributes[index] = ` align='right'`;
|
|
206
|
-
else
|
|
207
|
-
tdAttributes[index] = ` align='left'`;
|
|
208
|
-
});
|
|
209
|
-
const rowsHead = head.reduce((result, item, index) => {
|
|
210
|
-
result += `\n<th${tdAttributes[index] || ''}>${item}</th>`;
|
|
211
|
-
return result;
|
|
212
|
-
}, '');
|
|
213
|
-
let rowsBody = '';
|
|
214
|
-
items.slice(2).map(row_ => {
|
|
215
|
-
const row = row_.split('|').filter(Boolean).map(item => item.trim());
|
|
216
|
-
let tr = ``;
|
|
217
|
-
row.forEach((item, index) => tr += `\n<td${tdAttributes[index] || ''}>${item}</td>`);
|
|
218
|
-
rowsBody += `\n<tr>${tr}</tr>`;
|
|
219
|
-
});
|
|
220
|
-
return `<thead>
|
|
217
|
+
const addStyle = name => {
|
|
218
|
+
if (elementStyles !== null && elementStyles !== void 0 && elementStyles[name]) return ` style='${elementStyles[name]}'`;
|
|
219
|
+
return '';
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
// Markdown
|
|
223
|
+
if ((0, _utils.is)('string', value_)) {
|
|
224
|
+
// version string
|
|
225
|
+
// add to the root programatically
|
|
226
|
+
// in this version style can only be added as string not an object
|
|
227
|
+
const table = valueTable_ => {
|
|
228
|
+
const valueTable = valueTable_;
|
|
229
|
+
const items = valueTable.split('\n').filter(Boolean).map(item_ => {
|
|
230
|
+
let item = item_.trim();
|
|
231
|
+
if (item.startsWith('|')) item = item.slice(1).trim();
|
|
232
|
+
if (item.endsWith('|')) item = item.slice(0, -1).trim();
|
|
233
|
+
return item;
|
|
234
|
+
});
|
|
235
|
+
const head = items[0].split('|').filter(Boolean).map(item => item.trim());
|
|
236
|
+
const tdAttributes = {};
|
|
237
|
+
items[1].split('|').filter(Boolean).map(item => item.trim()).forEach((item, index) => {
|
|
238
|
+
if (item.startsWith(':') && item.endsWith(':')) tdAttributes[index] = ` align='center'`;else if (item.endsWith(':')) tdAttributes[index] = ` align='right'`;else tdAttributes[index] = ` align='left'`;
|
|
239
|
+
});
|
|
240
|
+
const rowsHead = head.reduce((result, item, index) => {
|
|
241
|
+
result += `\n<th${tdAttributes[index] || ''}>${item}</th>`;
|
|
242
|
+
return result;
|
|
243
|
+
}, '');
|
|
244
|
+
let rowsBody = '';
|
|
245
|
+
items.slice(2).map(row_ => {
|
|
246
|
+
const row = row_.split('|').filter(Boolean).map(item => item.trim());
|
|
247
|
+
let tr = ``;
|
|
248
|
+
row.forEach((item, index) => tr += `\n<td${tdAttributes[index] || ''}>${item}</td>`);
|
|
249
|
+
rowsBody += `\n<tr>${tr}</tr>`;
|
|
250
|
+
});
|
|
251
|
+
return `<thead>
|
|
221
252
|
<tr>
|
|
222
253
|
${rowsHead}
|
|
223
254
|
</tr>
|
|
@@ -226,505 +257,446 @@ const Markdown = react_1.default.forwardRef((props_, ref) => {
|
|
|
226
257
|
${rowsBody}
|
|
227
258
|
</tbody>
|
|
228
259
|
`;
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
value: /(?:[^^]*)(\[([^\]]*)\])(?:[^:[(]*)/gm,
|
|
444
|
-
method: (match, a1, a2, offset, string) => {
|
|
445
|
-
const url = string.match(new RegExp(`\\[${a2}\\]: ([^\\s]*)( "([^"]*)")?`)) || string.match(new RegExp(`\\[${a2.toLowerCase()}\\]: ([^\\s]*)( "([^"]*)")?`));
|
|
446
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('a', (0, style_react_1.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], url, match, a1, a2, offset, string) : undefined;
|
|
447
|
-
if (valueRender !== undefined)
|
|
448
|
-
return valueRender;
|
|
449
|
-
if (!url)
|
|
450
|
-
return match;
|
|
451
|
-
return match.replace(a1, `<a${addClassName('a')}${addStyle('a')} href='${url[1]}' title='${url[3] || ''}' ref='nofollow'>${a2}</a>`);
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
// blockquote
|
|
455
|
-
{
|
|
456
|
-
value: /^ *(>+ (<(a|img|em|strong)|[A-Za-z0-9[\]()])*.*(\n *>+.*)*)/gm,
|
|
457
|
-
method: (match, a1, ...args) => {
|
|
458
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('blockquote', (0, style_react_1.classNames)([classes['blockquote'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['blockquote']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['blockquote'], match, a1, ...args) : undefined;
|
|
459
|
-
if (valueRender !== undefined)
|
|
460
|
-
return valueRender;
|
|
461
|
-
const valueAdd = a1.replace(/^ *> */gm, ' ');
|
|
462
|
-
return `<blockquote${addClassName('blockquote')}${addStyle('blockquote')}>${method(valueAdd)}</blockquote>`;
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
// p
|
|
466
|
-
{
|
|
467
|
-
value: /^ *((<(a|img|em|strong)|[A-Za-z0-9[\]()]).*(\n *(<(a|img|em|strong)|[A-Za-z0-9[\]()]).*)*)/gm,
|
|
468
|
-
method: (match, a1, ...args) => {
|
|
469
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('p', (0, style_react_1.classNames)([classes['p'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['p']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['p'], match, a1, ...args) : undefined;
|
|
470
|
-
if (valueRender !== undefined)
|
|
471
|
-
return valueRender;
|
|
472
|
-
const string = args[6];
|
|
473
|
-
if (!a1.trim())
|
|
474
|
-
return '';
|
|
475
|
-
// ul
|
|
476
|
-
const ul = string.match(new RegExp(`<ul|${escapeRegExp(a1)}|ul>`, 'g'));
|
|
477
|
-
if (ul) {
|
|
478
|
-
const index = ul.findIndex(item => item === a1);
|
|
479
|
-
if ((ul[index - 1] === '<ul' && ul[index + 1] === 'ul>') ||
|
|
480
|
-
(ul[index - 1] === '<ul' && a1.endsWith('</ul>')))
|
|
481
|
-
return match;
|
|
482
|
-
}
|
|
483
|
-
// ol
|
|
484
|
-
const ol = string.match(new RegExp(`<ol|${escapeRegExp(a1)}|ol>`, 'g'));
|
|
485
|
-
if (ol) {
|
|
486
|
-
const index = ol.findIndex(item => item === a1);
|
|
487
|
-
if ((ol[index - 1] === '<ol' && ol[index + 1] === 'ol>') ||
|
|
488
|
-
(ol[index - 1] === '<ol' && a1.endsWith('</ol>')))
|
|
489
|
-
return match;
|
|
490
|
-
}
|
|
491
|
-
// p
|
|
492
|
-
const p = string.match(new RegExp(`<p|${escapeRegExp(a1)}|p>`, 'g'));
|
|
493
|
-
if (p) {
|
|
494
|
-
const index = p.findIndex(item => item === a1);
|
|
495
|
-
if ((p[index - 1] === '<p' && p[index + 1] === 'p>') ||
|
|
496
|
-
(p[index - 1] === '<p' && a1.endsWith('</p>')))
|
|
497
|
-
return match;
|
|
498
|
-
}
|
|
499
|
-
// pre
|
|
500
|
-
const pre = string.match(new RegExp(`<pre|${escapeRegExp(a1)}|pre>`, 'g'));
|
|
501
|
-
if (pre) {
|
|
502
|
-
const index = pre.findIndex(item => item === a1);
|
|
503
|
-
if ((pre[index - 1] === '<pre' && pre[index + 1] === 'pre>') ||
|
|
504
|
-
(pre[index - 1] === '<pre' && a1.endsWith('</pre>')))
|
|
505
|
-
return match;
|
|
506
|
-
}
|
|
507
|
-
// blockquote
|
|
508
|
-
const blockquote = string.match(new RegExp(`<blockquote|${escapeRegExp(a1)}|blockquote>`, 'g'));
|
|
509
|
-
if (blockquote) {
|
|
510
|
-
const index = blockquote.find(item => item === a1);
|
|
511
|
-
if ((blockquote[index - 1] === '<blockquote' && blockquote[index + 1] === 'blockquote>') ||
|
|
512
|
-
(blockquote[index - 1] === '<blockquote' && a1.endsWith('</blockquote>')))
|
|
513
|
-
return match;
|
|
514
|
-
}
|
|
515
|
-
// table
|
|
516
|
-
const table_ = string.match(new RegExp(`<table|${escapeRegExp(a1)}|table>`, 'g'));
|
|
517
|
-
if (table_) {
|
|
518
|
-
const index = table_.findIndex(item => item === a1);
|
|
519
|
-
if ((table_[index - 1] === '<table' && table_[index + 1] === 'table>') ||
|
|
520
|
-
(table_[index - 1] === '<table' && a1.endsWith('</table>')))
|
|
521
|
-
return match;
|
|
522
|
-
}
|
|
523
|
-
return `<p${addClassName('p')}${addStyle('p')}>${a1.trim().replace(/ +/g, ' ')}</p>`;
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
// a
|
|
527
|
-
{
|
|
528
|
-
value: /\[([^\]]*)\]\(([^\s]*)( "([^"]*)")?\)/g,
|
|
529
|
-
method: (match, a1, a2, a3, a4, ...args) => {
|
|
530
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('a', (0, style_react_1.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], match, a1, a2, a3, a4, ...args) : undefined;
|
|
531
|
-
if (valueRender !== undefined)
|
|
532
|
-
return valueRender;
|
|
533
|
-
return `<a${addClassName('a')}${addStyle('a')} href='${a2}' title='${a4 || ''}' ref='nofollow'>${a1}</a>`;
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
// a ref
|
|
537
|
-
{
|
|
538
|
-
value: /\[(.*)\]\[(.*)\]/g,
|
|
539
|
-
method: (match, a1, a2, offset, string) => {
|
|
540
|
-
const url = string.match(new RegExp(`\\[${a2}\\]: ([^\\s]*)( "([^"]*)")?`)) || string.match(new RegExp(`\\[${a2.toLowerCase()}\\]: ([^\\s]*)( "([^"]*)")?`));
|
|
541
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('a', (0, style_react_1.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], url, match, a1, a2, offset, string) : undefined;
|
|
542
|
-
if (valueRender !== undefined)
|
|
543
|
-
return valueRender;
|
|
544
|
-
if (!url)
|
|
545
|
-
return '';
|
|
546
|
-
return `<a${addClassName('a')}${addStyle('a')} href='${url[1]}' title='${url[3] || ''}' ref='nofollow'>${a1}</a>`;
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
// a clean up
|
|
550
|
-
{
|
|
551
|
-
value: /(<a.*)(title='')([^<]*<\/a>)/g,
|
|
552
|
-
method: '$1$3'
|
|
553
|
-
},
|
|
554
|
-
// img clean up
|
|
555
|
-
{
|
|
556
|
-
value: /(<img.*)(title='')([^<]*\/>)/g,
|
|
557
|
-
method: '$1$3'
|
|
558
|
-
},
|
|
559
|
-
// a refs clean up
|
|
560
|
-
{
|
|
561
|
-
value: /<p.*>\[.*\]:[^<]*<\/p>/g,
|
|
562
|
-
method: ''
|
|
563
|
-
},
|
|
564
|
-
// bold
|
|
565
|
-
{
|
|
566
|
-
value: /__([^_]*)__/g,
|
|
567
|
-
method: (match, a1, ...args) => {
|
|
568
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('strong', (0, style_react_1.classNames)([classes['strong'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['strong']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['strong'], match, a1, ...args) : undefined;
|
|
569
|
-
if (valueRender !== undefined)
|
|
570
|
-
return valueRender;
|
|
571
|
-
return `<strong${addClassName('strong')}${addStyle('strong')}>${a1}</strong>`;
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
value: /\*\*([^*]*)\*\*/g,
|
|
576
|
-
method: (match, a1, ...args) => {
|
|
577
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('strong', (0, style_react_1.classNames)([classes['strong'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['strong']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['strong'], match, a1, ...args) : undefined;
|
|
578
|
-
if (valueRender !== undefined)
|
|
579
|
-
return valueRender;
|
|
580
|
-
return `<strong${addClassName('strong')}${addStyle('strong')}>${a1}</strong>`;
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
// italic
|
|
584
|
-
{
|
|
585
|
-
// Safari doesn't support lookbehind
|
|
586
|
-
value: /_([^_]+)_/g,
|
|
587
|
-
method: (match, a1, a2, a3, ...args) => {
|
|
588
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('italic', (0, style_react_1.classNames)([classes['italic'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['italic']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['italic'], match, a1, ...args) : undefined;
|
|
589
|
-
if (valueRender !== undefined)
|
|
590
|
-
return valueRender;
|
|
591
|
-
if (a3[a2 - 1] === '\\')
|
|
592
|
-
return match;
|
|
593
|
-
return `<em${addClassName('em')}${addStyle('em')}>${a1}</em>`;
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
value: /\*([^*]*)\*/g,
|
|
598
|
-
method: (match, a1, ...args) => {
|
|
599
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('italic', (0, style_react_1.classNames)([classes['italic'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['italic']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['italic'], match, a1, ...args) : undefined;
|
|
600
|
-
if (valueRender !== undefined)
|
|
601
|
-
return valueRender;
|
|
602
|
-
return `<em${addClassName('em')}${addStyle('em')}>${a1}</em>`;
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
// del
|
|
606
|
-
{
|
|
607
|
-
value: /~~([^~]*)~~/g,
|
|
608
|
-
method: (match, a1, ...args) => {
|
|
609
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('del', (0, style_react_1.classNames)([classes['del'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['del']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['del'], match, a1, ...args) : undefined;
|
|
610
|
-
if (valueRender !== undefined)
|
|
611
|
-
return valueRender;
|
|
612
|
-
return `<del${addClassName('del')}${addStyle('del')}>${a1}</del>`;
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
// line break
|
|
616
|
-
{
|
|
617
|
-
value: / \\/g,
|
|
618
|
-
method: (match, ...args) => {
|
|
619
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('br', (0, style_react_1.classNames)([classes['br'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['br']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['br'], match, ...args) : undefined;
|
|
620
|
-
if (valueRender !== undefined)
|
|
621
|
-
return valueRender;
|
|
622
|
-
return '<br />';
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
// Clean up
|
|
626
|
-
// Escape '\', preceeded, followed by any none \ character remove it
|
|
627
|
-
{
|
|
628
|
-
value: /[^\\](\\)[^\\]/g,
|
|
629
|
-
method: (match, a1, ...args) => {
|
|
630
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('br', (0, style_react_1.classNames)([classes['br'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['br']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['br'], match, ...args) : undefined;
|
|
631
|
-
if (valueRender !== undefined)
|
|
632
|
-
return valueRender;
|
|
633
|
-
return match.replace(a1, '');
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
// It ought to be clean, only used code characters
|
|
637
|
-
// without any updates
|
|
638
|
-
// inline code
|
|
639
|
-
{
|
|
640
|
-
value: /([^`])`{1}([^`]*)`{1}([^`])/g,
|
|
641
|
-
method: (match, a1, a2, a3, ...args) => {
|
|
642
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('code', (0, style_react_1.classNames)([classes['code'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['code']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['code'], match, a1, a2, a3, ...args) : undefined;
|
|
643
|
-
if (valueRender !== undefined)
|
|
644
|
-
return valueRender;
|
|
645
|
-
return `${a1}<code${addClassName('code')}${addStyle('code')}>${a2}</code>${a3}`;
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
];
|
|
649
|
-
};
|
|
650
|
-
const method = (valueNew_, options = { level: 1 }) => {
|
|
651
|
-
let result = regExpressions(options).reduce((regexResult, current) => {
|
|
652
|
-
let response = regexResult;
|
|
653
|
-
response = response.replace(current.value, current.method);
|
|
654
|
-
return response;
|
|
655
|
-
}, valueNew_);
|
|
656
|
-
result = result.trim();
|
|
657
|
-
return result;
|
|
658
|
-
};
|
|
659
|
-
const listItem = (valueListItem_, level = 1) => {
|
|
660
|
-
const valueListItem = valueListItem_;
|
|
661
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('li', (0, style_react_1.classNames)([classes['li'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['li']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['li'], valueListItem_) : undefined;
|
|
662
|
-
if (valueRender !== undefined)
|
|
663
|
-
return valueRender;
|
|
664
|
-
return method(valueListItem, { level: level + 1 });
|
|
665
|
-
};
|
|
666
|
-
const list = (valueList_, marker, level = 1) => {
|
|
667
|
-
const valueList = valueList_.replace(new RegExp(`(^ *(${marker} ?(.*))(\\n( +.*)?)*)`, 'gm'), (match, a1, a2, a3) => {
|
|
668
|
-
const other_ = match.replace(a2, '');
|
|
669
|
-
return `\n<li${addClassName('li')}${addStyle('li')}>
|
|
670
|
-
<p${addClassName('p')}${addStyle('p')}>${a3}</p>
|
|
260
|
+
};
|
|
261
|
+
const regExpressions = (options = {
|
|
262
|
+
level: 1
|
|
263
|
+
}) => {
|
|
264
|
+
const {
|
|
265
|
+
level
|
|
266
|
+
} = options;
|
|
267
|
+
return [
|
|
268
|
+
// hr
|
|
269
|
+
{
|
|
270
|
+
value: /^ *\*{3}$/gm,
|
|
271
|
+
method: (match, ...args) => {
|
|
272
|
+
const valueRender = (0, _utils.is)('function', render) ? render('hr', (0, _styleReact.classNames)([classes['hr'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['hr']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['hr'], match, ...args) : undefined;
|
|
273
|
+
if (valueRender !== undefined) return valueRender;
|
|
274
|
+
return `<hr${addClassName('hr')}${addStyle('hr')}/>`;
|
|
275
|
+
}
|
|
276
|
+
}, {
|
|
277
|
+
value: /^ *-{3}$/gm,
|
|
278
|
+
method: (match, ...args) => {
|
|
279
|
+
const valueRender = (0, _utils.is)('function', render) ? render('hr', (0, _styleReact.classNames)([classes['hr'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['hr']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['hr'], match, ...args) : undefined;
|
|
280
|
+
if (valueRender !== undefined) return valueRender;
|
|
281
|
+
return `<hr${addClassName('hr')}${addStyle('hr')}/>`;
|
|
282
|
+
}
|
|
283
|
+
}, {
|
|
284
|
+
value: /^ *_{3}$/gm,
|
|
285
|
+
method: (match, ...args) => {
|
|
286
|
+
const valueRender = (0, _utils.is)('function', render) ? render('hr', (0, _styleReact.classNames)([classes['hr'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['hr']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['hr'], match, ...args) : undefined;
|
|
287
|
+
if (valueRender !== undefined) return valueRender;
|
|
288
|
+
return `<hr${addClassName('hr')}${addStyle('hr')}/>`;
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
// h1
|
|
292
|
+
{
|
|
293
|
+
value: /^ *# (.*)$/gm,
|
|
294
|
+
method: (match, a1, ...args) => {
|
|
295
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h1', (0, _styleReact.classNames)([classes['h1'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h1']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h1'], match, a1, ...args) : undefined;
|
|
296
|
+
if (valueRender !== undefined) return valueRender;
|
|
297
|
+
return `<h1${addClassName('h1')}${addStyle('h1')}>${a1}</h1>`;
|
|
298
|
+
}
|
|
299
|
+
}, {
|
|
300
|
+
value: /^ *(.*)[\r\n]=+$/gm,
|
|
301
|
+
method: (match, a1, ...args) => {
|
|
302
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h1', (0, _styleReact.classNames)([classes['h1'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h1']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h1'], match, a1, ...args) : undefined;
|
|
303
|
+
if (valueRender !== undefined) return valueRender;
|
|
304
|
+
return `<h1${addClassName('h1')}${addStyle('h1')}>${a1}</h1>`;
|
|
305
|
+
}
|
|
306
|
+
}, {
|
|
307
|
+
value: /^ *(.*)[\r\n]=+$/gm,
|
|
308
|
+
method: (match, a1, ...args) => {
|
|
309
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h1', (0, _styleReact.classNames)([classes['h1'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h1']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h1'], match, a1, ...args) : undefined;
|
|
310
|
+
if (valueRender !== undefined) return valueRender;
|
|
311
|
+
return `<h1${addClassName('h1')}${addStyle('h1')}>${a1}</h1>`;
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
// h2
|
|
315
|
+
{
|
|
316
|
+
value: /^ *## (.*)$/gm,
|
|
317
|
+
method: (match, a1, ...args) => {
|
|
318
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h2', (0, _styleReact.classNames)([classes['h2'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h2']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h2'], match, a1, ...args) : undefined;
|
|
319
|
+
if (valueRender !== undefined) return valueRender;
|
|
320
|
+
return `<h2${addClassName('h2')}${addStyle('h2')}>${a1}</h2>`;
|
|
321
|
+
}
|
|
322
|
+
}, {
|
|
323
|
+
value: /^ *(.*)[\r\n]-+$/gm,
|
|
324
|
+
method: (match, a1, ...args) => {
|
|
325
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h2', (0, _styleReact.classNames)([classes['h2'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h2']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h2'], match, a1, ...args) : undefined;
|
|
326
|
+
if (valueRender !== undefined) return valueRender;
|
|
327
|
+
return `<h2${addClassName('h2')}${addStyle('h2')}>${a1}</h2>`;
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
// h3
|
|
331
|
+
{
|
|
332
|
+
value: /^ *### (.*)$/gm,
|
|
333
|
+
method: (match, a1, ...args) => {
|
|
334
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h3', (0, _styleReact.classNames)([classes['h3'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h3']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h3'], match, a1, ...args) : undefined;
|
|
335
|
+
if (valueRender !== undefined) return valueRender;
|
|
336
|
+
return `<h3${addClassName('h3')}${addStyle('h3')}>${a1}</h3>`;
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
// h4
|
|
340
|
+
{
|
|
341
|
+
value: /^ *#### (.*)$/gm,
|
|
342
|
+
method: (match, a1, ...args) => {
|
|
343
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h4', (0, _styleReact.classNames)([classes['h4'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h4']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h4'], match, a1, ...args) : undefined;
|
|
344
|
+
if (valueRender !== undefined) return valueRender;
|
|
345
|
+
return `<h4${addClassName('h4')}${addStyle('h4')}>${a1}</h4>`;
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
// h5
|
|
349
|
+
{
|
|
350
|
+
value: /^ *##### (.*)$/gm,
|
|
351
|
+
method: (match, a1, ...args) => {
|
|
352
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h5', (0, _styleReact.classNames)([classes['h5'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h5']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h5'], match, a1, ...args) : undefined;
|
|
353
|
+
if (valueRender !== undefined) return valueRender;
|
|
354
|
+
return `<h5${addClassName('h5')}${addStyle('h5')}>${a1}</h5>`;
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
// h6
|
|
358
|
+
{
|
|
359
|
+
value: /^ *###### (.*)$/gm,
|
|
360
|
+
method: (match, a1, ...args) => {
|
|
361
|
+
const valueRender = (0, _utils.is)('function', render) ? render('h6', (0, _styleReact.classNames)([classes['h6'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['h6']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['h6'], match, a1, ...args) : undefined;
|
|
362
|
+
if (valueRender !== undefined) return valueRender;
|
|
363
|
+
return `<h6${addClassName('h6')}${addStyle('h6')}>${a1}</h6>`;
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
// table
|
|
367
|
+
{
|
|
368
|
+
value: / *\|?([^|\n]+(\|[^|\n]+)+ *\|?(\n *\|? *:?-{3,}:? *(\| *:?-{3,}:? *)+ *\|?)(\n *\|?([^|\n]+(\|[^|\n]+)+) *\|?)*)/g,
|
|
369
|
+
method: (match, ...args) => {
|
|
370
|
+
const valueRender = (0, _utils.is)('function', render) ? render('table', (0, _styleReact.classNames)([classes['table'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['table']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['table'], match, ...args) : undefined;
|
|
371
|
+
if (valueRender !== undefined) return valueRender;
|
|
372
|
+
return `<div class='${classes.tableWrapper}'><table${addClassName('table')}${addStyle('table')}>${table(match)}</table></div>`;
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
// a url
|
|
376
|
+
{
|
|
377
|
+
value: /(?:[^:][\n <])((?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\-\/]+))(?:>)?/g,
|
|
378
|
+
method: (match, a1, ...args) => {
|
|
379
|
+
const valueRender = (0, _utils.is)('function', render) ? render('a', (0, _styleReact.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], match, a1, ...args) : undefined;
|
|
380
|
+
if (valueRender !== undefined) return valueRender;
|
|
381
|
+
let match_ = match;
|
|
382
|
+
if (match_.includes(`<${a1}>`)) match_ = match_.replace(`<${a1}>`, a1);
|
|
383
|
+
return match_.replace(a1, `<a${addClassName('a')}${addStyle('a')} href='${a1}' ref='nofollow'>${a1}</a>`);
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
// ol
|
|
387
|
+
{
|
|
388
|
+
value: new RegExp(`^ *(\\d+\\. .*(\\n+(\\d+\\. |\\s{${level * 2}}.*).*)*)`, 'gm'),
|
|
389
|
+
method: (match, ...args) => {
|
|
390
|
+
const valueRender = (0, _utils.is)('function', render) ? render('ol', (0, _styleReact.classNames)([classes['ol'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['ol']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['ol'], match, ...args) : undefined;
|
|
391
|
+
if (valueRender !== undefined) return valueRender;
|
|
392
|
+
return `<ol${addClassName('ol')}${addStyle('ol')}>${list(match, `\\d\\.`, level + 1)}</ol>`;
|
|
393
|
+
}
|
|
394
|
+
}, {
|
|
395
|
+
value: new RegExp(`^ *(\\d+\\) .*(\\n+(\\d+\\) |\\s{${level * 2}}.*).*)*)`, 'gm'),
|
|
396
|
+
method: (match, ...args) => {
|
|
397
|
+
const valueRender = (0, _utils.is)('function', render) ? render('ol', (0, _styleReact.classNames)([classes['ol'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['ol']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['ol'], match, ...args) : undefined;
|
|
398
|
+
if (valueRender !== undefined) return valueRender;
|
|
399
|
+
return `<ol${addClassName('ol')}${addStyle('ol')}>${list(match, `\\d\\)`, level + 1)}</ol>`;
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
// ul
|
|
403
|
+
{
|
|
404
|
+
value: new RegExp(`^ *(\\* .*(\\n+(\\* |\\s{${level * 2}}.*).*)*)`, 'gm'),
|
|
405
|
+
method: (match, ...args) => {
|
|
406
|
+
const valueRender = (0, _utils.is)('function', render) ? render('ul', (0, _styleReact.classNames)([classes['ul'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['ul']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['ul'], match, ...args) : undefined;
|
|
407
|
+
if (valueRender !== undefined) return valueRender;
|
|
408
|
+
return `<ul${addClassName('ul')}${addStyle('ul')}>${list(match, `\\*`, level + 1)}</ul>`;
|
|
409
|
+
}
|
|
410
|
+
}, {
|
|
411
|
+
value: new RegExp(`^ *(- .*(\\n+(- |\\s{${level * 2}}.*).*)*)`, 'gm'),
|
|
412
|
+
method: (match, ...args) => {
|
|
413
|
+
const valueRender = (0, _utils.is)('function', render) ? render('ul', (0, _styleReact.classNames)([classes['ul'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['ul']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['ul'], match, ...args) : undefined;
|
|
414
|
+
if (valueRender !== undefined) return valueRender;
|
|
415
|
+
return `<ul${addClassName('ul')}${addStyle('ul')}>${list(match, `\\-`, level + 1)}</ul>`;
|
|
416
|
+
}
|
|
417
|
+
}, {
|
|
418
|
+
value: new RegExp(`^ *(\\+ .*(\\n+(\\+ |\\s{${level * 2}}.*).*)*)`, 'gm'),
|
|
419
|
+
method: (match, ...args) => {
|
|
420
|
+
const valueRender = (0, _utils.is)('function', render) ? render('ul', (0, _styleReact.classNames)([classes['ul'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['ul']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['ul'], match, ...args) : undefined;
|
|
421
|
+
if (valueRender !== undefined) return valueRender;
|
|
422
|
+
return `<ul${addClassName('ul')}${addStyle('ul')}>${list(match, `\\+`, level + 1)}</ul>`;
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
// img
|
|
426
|
+
{
|
|
427
|
+
value: /!\[(.*)\]\(([^\s]*)( "([^"]*)")?\)/g,
|
|
428
|
+
method: (match, a1, a2, a3, a4, ...args) => {
|
|
429
|
+
const valueRender = (0, _utils.is)('function', render) ? render('img', (0, _styleReact.classNames)([classes['img'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['img']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['img'], match, a1, a2, a3, a4, ...args) : undefined;
|
|
430
|
+
if (valueRender !== undefined) return valueRender;
|
|
431
|
+
return `<img${addClassName('img')}${addStyle('img')} alt='${a1}' src='${a2}' title='${a4 || ''}' />`;
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
// img ref
|
|
435
|
+
{
|
|
436
|
+
value: /!\[(.*)\]\[(.*)\]/g,
|
|
437
|
+
method: (match, a1, a2, offset, string) => {
|
|
438
|
+
const url = string.match(new RegExp(`\\[${a2}\\]: ([^\\s]*)( "([^"]*)")?`)) || string.match(new RegExp(`\\[${a2.toLowerCase()}\\]: ([^\\s]*)( "([^"]*)")?`));
|
|
439
|
+
const valueRender = (0, _utils.is)('function', render) ? render('img', (0, _styleReact.classNames)([classes['img'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['img']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['img'], url, match, a1, a2, offset, string) : undefined;
|
|
440
|
+
if (valueRender !== undefined) return valueRender;
|
|
441
|
+
if (!url) return '';
|
|
442
|
+
return `<img${addClassName('img')}${addStyle('img')} alt='${a1}' src='${url[1]}' title='${url[3] || ''}' />`;
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
// a ref inline
|
|
446
|
+
{
|
|
447
|
+
value: /(?:[^^]*)(\[([^\]]*)\])(?:[^:[(]*)/gm,
|
|
448
|
+
method: (match, a1, a2, offset, string) => {
|
|
449
|
+
const url = string.match(new RegExp(`\\[${a2}\\]: ([^\\s]*)( "([^"]*)")?`)) || string.match(new RegExp(`\\[${a2.toLowerCase()}\\]: ([^\\s]*)( "([^"]*)")?`));
|
|
450
|
+
const valueRender = (0, _utils.is)('function', render) ? render('a', (0, _styleReact.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], url, match, a1, a2, offset, string) : undefined;
|
|
451
|
+
if (valueRender !== undefined) return valueRender;
|
|
452
|
+
if (!url) return match;
|
|
453
|
+
return match.replace(a1, `<a${addClassName('a')}${addStyle('a')} href='${url[1]}' title='${url[3] || ''}' ref='nofollow'>${a2}</a>`);
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
// blockquote
|
|
457
|
+
{
|
|
458
|
+
value: /^ *(>+ (<(a|img|em|strong)|[A-Za-z0-9[\]()])*.*(\n *>+.*)*)/gm,
|
|
459
|
+
method: (match, a1, ...args) => {
|
|
460
|
+
const valueRender = (0, _utils.is)('function', render) ? render('blockquote', (0, _styleReact.classNames)([classes['blockquote'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['blockquote']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['blockquote'], match, a1, ...args) : undefined;
|
|
461
|
+
if (valueRender !== undefined) return valueRender;
|
|
462
|
+
const valueAdd = a1.replace(/^ *> */gm, ' ');
|
|
463
|
+
return `<blockquote${addClassName('blockquote')}${addStyle('blockquote')}>${method(valueAdd)}</blockquote>`;
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
// p
|
|
467
|
+
{
|
|
468
|
+
value: /^ *((<(a|img|em|strong)|[A-Za-z0-9[\]()]).*(\n *(<(a|img|em|strong)|[A-Za-z0-9[\]()]).*)*)/gm,
|
|
469
|
+
method: (match, a1, ...args) => {
|
|
470
|
+
const valueRender = (0, _utils.is)('function', render) ? render('p', (0, _styleReact.classNames)([classes['p'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['p']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['p'], match, a1, ...args) : undefined;
|
|
471
|
+
if (valueRender !== undefined) return valueRender;
|
|
472
|
+
const string = args[6];
|
|
473
|
+
if (!a1.trim()) return '';
|
|
671
474
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
valueNew = value_;
|
|
678
|
-
// Extract code blocks
|
|
679
|
-
let codeBlocks = valueNew.match(/`{3}([\s\S]*?)`{3}/g) || [];
|
|
680
|
-
if (!!codeBlocks.length) {
|
|
681
|
-
codeBlocks.forEach((item, index) => valueNew = valueNew.replace(item, `onesy-${index}-var`));
|
|
475
|
+
// ul
|
|
476
|
+
const ul = string.match(new RegExp(`<ul|${escapeRegExp(a1)}|ul>`, 'g'));
|
|
477
|
+
if (ul) {
|
|
478
|
+
const index = ul.findIndex(item => item === a1);
|
|
479
|
+
if (ul[index - 1] === '<ul' && ul[index + 1] === 'ul>' || ul[index - 1] === '<ul' && a1.endsWith('</ul>')) return match;
|
|
682
480
|
}
|
|
683
|
-
|
|
684
|
-
//
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
const valueRender = (0, utils_1.is)('function', render) ? render('pre', (0, style_react_1.classNames)([classes['pre'], (0, style_react_1.classNames)([classes['pre'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['pre']]), ...additionalClassNames]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['pre'], match, a1, a2, ...args) : undefined;
|
|
690
|
-
if (valueRender !== undefined)
|
|
691
|
-
return valueRender;
|
|
692
|
-
return `<pre${addClassName('pre', ...additionalClassNames)}${addStyle('pre')}><code${addClassName('code')}${addStyle('code')}>${(0, utils_2.sanitize)(a2)}</code></pre>`;
|
|
693
|
-
}));
|
|
694
|
-
codeBlocks.forEach((item, index) => valueNew = (0, utils_2.replace)(valueNew, `onesy-${index}-var`, item));
|
|
481
|
+
|
|
482
|
+
// ol
|
|
483
|
+
const ol = string.match(new RegExp(`<ol|${escapeRegExp(a1)}|ol>`, 'g'));
|
|
484
|
+
if (ol) {
|
|
485
|
+
const index = ol.findIndex(item => item === a1);
|
|
486
|
+
if (ol[index - 1] === '<ol' && ol[index + 1] === 'ol>' || ol[index - 1] === '<ol' && a1.endsWith('</ol>')) return match;
|
|
695
487
|
}
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
onStart();
|
|
703
|
-
refs.root.current.innerHTML = make(value);
|
|
704
|
-
if (!init) {
|
|
705
|
-
setInit(true);
|
|
706
|
-
if ((0, utils_1.is)('function', onAdded))
|
|
707
|
-
onAdded();
|
|
488
|
+
|
|
489
|
+
// p
|
|
490
|
+
const p = string.match(new RegExp(`<p|${escapeRegExp(a1)}|p>`, 'g'));
|
|
491
|
+
if (p) {
|
|
492
|
+
const index = p.findIndex(item => item === a1);
|
|
493
|
+
if (p[index - 1] === '<p' && p[index + 1] === 'p>' || p[index - 1] === '<p' && a1.endsWith('</p>')) return match;
|
|
708
494
|
}
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
if ((0, utils_1.is)('function', ref))
|
|
716
|
-
ref(item);
|
|
717
|
-
else
|
|
718
|
-
ref.current = item;
|
|
495
|
+
|
|
496
|
+
// pre
|
|
497
|
+
const pre = string.match(new RegExp(`<pre|${escapeRegExp(a1)}|pre>`, 'g'));
|
|
498
|
+
if (pre) {
|
|
499
|
+
const index = pre.findIndex(item => item === a1);
|
|
500
|
+
if (pre[index - 1] === '<pre' && pre[index + 1] === 'pre>' || pre[index - 1] === '<pre' && a1.endsWith('</pre>')) return match;
|
|
719
501
|
}
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
(
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
502
|
+
|
|
503
|
+
// blockquote
|
|
504
|
+
const blockquote = string.match(new RegExp(`<blockquote|${escapeRegExp(a1)}|blockquote>`, 'g'));
|
|
505
|
+
if (blockquote) {
|
|
506
|
+
const index = blockquote.find(item => item === a1);
|
|
507
|
+
if (blockquote[index - 1] === '<blockquote' && blockquote[index + 1] === 'blockquote>' || blockquote[index - 1] === '<blockquote' && a1.endsWith('</blockquote>')) return match;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// table
|
|
511
|
+
const table_ = string.match(new RegExp(`<table|${escapeRegExp(a1)}|table>`, 'g'));
|
|
512
|
+
if (table_) {
|
|
513
|
+
const index = table_.findIndex(item => item === a1);
|
|
514
|
+
if (table_[index - 1] === '<table' && table_[index + 1] === 'table>' || table_[index - 1] === '<table' && a1.endsWith('</table>')) return match;
|
|
515
|
+
}
|
|
516
|
+
return `<p${addClassName('p')}${addStyle('p')}>${a1.trim().replace(/ +/g, ' ')}</p>`;
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
// a
|
|
520
|
+
{
|
|
521
|
+
value: /\[([^\]]*)\]\(([^\s]*)( "([^"]*)")?\)/g,
|
|
522
|
+
method: (match, a1, a2, a3, a4, ...args) => {
|
|
523
|
+
const valueRender = (0, _utils.is)('function', render) ? render('a', (0, _styleReact.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], match, a1, a2, a3, a4, ...args) : undefined;
|
|
524
|
+
if (valueRender !== undefined) return valueRender;
|
|
525
|
+
return `<a${addClassName('a')}${addStyle('a')} href='${a2}' title='${a4 || ''}' ref='nofollow'>${a1}</a>`;
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
// a ref
|
|
529
|
+
{
|
|
530
|
+
value: /\[(.*)\]\[(.*)\]/g,
|
|
531
|
+
method: (match, a1, a2, offset, string) => {
|
|
532
|
+
const url = string.match(new RegExp(`\\[${a2}\\]: ([^\\s]*)( "([^"]*)")?`)) || string.match(new RegExp(`\\[${a2.toLowerCase()}\\]: ([^\\s]*)( "([^"]*)")?`));
|
|
533
|
+
const valueRender = (0, _utils.is)('function', render) ? render('a', (0, _styleReact.classNames)([classes['a'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['a']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['a'], url, match, a1, a2, offset, string) : undefined;
|
|
534
|
+
if (valueRender !== undefined) return valueRender;
|
|
535
|
+
if (!url) return '';
|
|
536
|
+
return `<a${addClassName('a')}${addStyle('a')} href='${url[1]}' title='${url[3] || ''}' ref='nofollow'>${a1}</a>`;
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
// a clean up
|
|
540
|
+
{
|
|
541
|
+
value: /(<a.*)(title='')([^<]*<\/a>)/g,
|
|
542
|
+
method: '$1$3'
|
|
543
|
+
},
|
|
544
|
+
// img clean up
|
|
545
|
+
{
|
|
546
|
+
value: /(<img.*)(title='')([^<]*\/>)/g,
|
|
547
|
+
method: '$1$3'
|
|
548
|
+
},
|
|
549
|
+
// a refs clean up
|
|
550
|
+
{
|
|
551
|
+
value: /<p.*>\[.*\]:[^<]*<\/p>/g,
|
|
552
|
+
method: ''
|
|
553
|
+
},
|
|
554
|
+
// bold
|
|
555
|
+
{
|
|
556
|
+
value: /__([^_]*)__/g,
|
|
557
|
+
method: (match, a1, ...args) => {
|
|
558
|
+
const valueRender = (0, _utils.is)('function', render) ? render('strong', (0, _styleReact.classNames)([classes['strong'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['strong']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['strong'], match, a1, ...args) : undefined;
|
|
559
|
+
if (valueRender !== undefined) return valueRender;
|
|
560
|
+
return `<strong${addClassName('strong')}${addStyle('strong')}>${a1}</strong>`;
|
|
561
|
+
}
|
|
562
|
+
}, {
|
|
563
|
+
value: /\*\*([^*]*)\*\*/g,
|
|
564
|
+
method: (match, a1, ...args) => {
|
|
565
|
+
const valueRender = (0, _utils.is)('function', render) ? render('strong', (0, _styleReact.classNames)([classes['strong'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['strong']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['strong'], match, a1, ...args) : undefined;
|
|
566
|
+
if (valueRender !== undefined) return valueRender;
|
|
567
|
+
return `<strong${addClassName('strong')}${addStyle('strong')}>${a1}</strong>`;
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
// italic
|
|
571
|
+
{
|
|
572
|
+
// Safari doesn't support lookbehind
|
|
573
|
+
value: /_([^_]+)_/g,
|
|
574
|
+
method: (match, a1, a2, a3, ...args) => {
|
|
575
|
+
const valueRender = (0, _utils.is)('function', render) ? render('italic', (0, _styleReact.classNames)([classes['italic'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['italic']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['italic'], match, a1, ...args) : undefined;
|
|
576
|
+
if (valueRender !== undefined) return valueRender;
|
|
577
|
+
if (a3[a2 - 1] === '\\') return match;
|
|
578
|
+
return `<em${addClassName('em')}${addStyle('em')}>${a1}</em>`;
|
|
579
|
+
}
|
|
580
|
+
}, {
|
|
581
|
+
value: /\*([^*]*)\*/g,
|
|
582
|
+
method: (match, a1, ...args) => {
|
|
583
|
+
const valueRender = (0, _utils.is)('function', render) ? render('italic', (0, _styleReact.classNames)([classes['italic'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['italic']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['italic'], match, a1, ...args) : undefined;
|
|
584
|
+
if (valueRender !== undefined) return valueRender;
|
|
585
|
+
return `<em${addClassName('em')}${addStyle('em')}>${a1}</em>`;
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
// del
|
|
589
|
+
{
|
|
590
|
+
value: /~~([^~]*)~~/g,
|
|
591
|
+
method: (match, a1, ...args) => {
|
|
592
|
+
const valueRender = (0, _utils.is)('function', render) ? render('del', (0, _styleReact.classNames)([classes['del'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['del']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['del'], match, a1, ...args) : undefined;
|
|
593
|
+
if (valueRender !== undefined) return valueRender;
|
|
594
|
+
return `<del${addClassName('del')}${addStyle('del')}>${a1}</del>`;
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
// line break
|
|
598
|
+
{
|
|
599
|
+
value: / \\/g,
|
|
600
|
+
method: (match, ...args) => {
|
|
601
|
+
const valueRender = (0, _utils.is)('function', render) ? render('br', (0, _styleReact.classNames)([classes['br'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['br']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['br'], match, ...args) : undefined;
|
|
602
|
+
if (valueRender !== undefined) return valueRender;
|
|
603
|
+
return '<br />';
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
// Clean up
|
|
607
|
+
// Escape '\', preceeded, followed by any none \ character remove it
|
|
608
|
+
{
|
|
609
|
+
value: /[^\\](\\)[^\\]/g,
|
|
610
|
+
method: (match, a1, ...args) => {
|
|
611
|
+
const valueRender = (0, _utils.is)('function', render) ? render('br', (0, _styleReact.classNames)([classes['br'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['br']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['br'], match, ...args) : undefined;
|
|
612
|
+
if (valueRender !== undefined) return valueRender;
|
|
613
|
+
return match.replace(a1, '');
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
// It ought to be clean, only used code characters
|
|
617
|
+
// without any updates
|
|
618
|
+
// inline code
|
|
619
|
+
{
|
|
620
|
+
value: /([^`])`{1}([^`]*)`{1}([^`])/g,
|
|
621
|
+
method: (match, a1, a2, a3, ...args) => {
|
|
622
|
+
const valueRender = (0, _utils.is)('function', render) ? render('code', (0, _styleReact.classNames)([classes['code'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['code']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['code'], match, a1, a2, a3, ...args) : undefined;
|
|
623
|
+
if (valueRender !== undefined) return valueRender;
|
|
624
|
+
return `${a1}<code${addClassName('code')}${addStyle('code')}>${a2}</code>${a3}`;
|
|
625
|
+
}
|
|
626
|
+
}];
|
|
627
|
+
};
|
|
628
|
+
const method = (valueNew_, options = {
|
|
629
|
+
level: 1
|
|
630
|
+
}) => {
|
|
631
|
+
let result = regExpressions(options).reduce((regexResult, current) => {
|
|
632
|
+
let response = regexResult;
|
|
633
|
+
response = response.replace(current.value, current.method);
|
|
634
|
+
return response;
|
|
635
|
+
}, valueNew_);
|
|
636
|
+
result = result.trim();
|
|
637
|
+
return result;
|
|
638
|
+
};
|
|
639
|
+
const listItem = (valueListItem_, level = 1) => {
|
|
640
|
+
const valueListItem = valueListItem_;
|
|
641
|
+
const valueRender = (0, _utils.is)('function', render) ? render('li', (0, _styleReact.classNames)([classes['li'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['li']]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['li'], valueListItem_) : undefined;
|
|
642
|
+
if (valueRender !== undefined) return valueRender;
|
|
643
|
+
return method(valueListItem, {
|
|
644
|
+
level: level + 1
|
|
645
|
+
});
|
|
646
|
+
};
|
|
647
|
+
const list = (valueList_, marker, level = 1) => {
|
|
648
|
+
const valueList = valueList_.replace(new RegExp(`(^ *(${marker} ?(.*))(\\n( +.*)?)*)`, 'gm'), (match, a1, a2, a3) => {
|
|
649
|
+
const other_ = match.replace(a2, '');
|
|
650
|
+
return `\n<li${addClassName('li')}${addStyle('li')}>
|
|
651
|
+
<p${addClassName('p')}${addStyle('p')}>${a3}</p>
|
|
652
|
+
|
|
653
|
+
${listItem(other_, level)}
|
|
654
|
+
</li>`;
|
|
655
|
+
});
|
|
656
|
+
return valueList;
|
|
657
|
+
};
|
|
658
|
+
valueNew = value_;
|
|
659
|
+
|
|
660
|
+
// Extract code blocks
|
|
661
|
+
let codeBlocks = valueNew.match(/`{3}([\s\S]*?)`{3}/g) || [];
|
|
662
|
+
if (!!codeBlocks.length) {
|
|
663
|
+
codeBlocks.forEach((item, index) => valueNew = valueNew.replace(item, `onesy-${index}-var`));
|
|
664
|
+
}
|
|
665
|
+
valueNew = method(valueNew);
|
|
666
|
+
|
|
667
|
+
// Revert code blocks
|
|
668
|
+
if (!!codeBlocks.length) {
|
|
669
|
+
codeBlocks = codeBlocks.map(item => item.replace(/`{3}(.*)\n([\s\S]*?)`{3}/m, (match, a1, a2, ...args) => {
|
|
670
|
+
const additionalClassNames = [a1, `language-${a1}`];
|
|
671
|
+
const valueRender = (0, _utils.is)('function', render) ? render('pre', (0, _styleReact.classNames)([classes['pre'], (0, _styleReact.classNames)([classes['pre'], elementClassNames === null || elementClassNames === void 0 ? void 0 : elementClassNames['pre']]), ...additionalClassNames]), elementStyles === null || elementStyles === void 0 ? void 0 : elementStyles['pre'], match, a1, a2, ...args) : undefined;
|
|
672
|
+
if (valueRender !== undefined) return valueRender;
|
|
673
|
+
return `<pre${addClassName('pre', ...additionalClassNames)}${addStyle('pre')}><code${addClassName('code')}${addStyle('code')}>${(0, _utils2.sanitize)(a2)}</code></pre>`;
|
|
674
|
+
}));
|
|
675
|
+
codeBlocks.forEach((item, index) => valueNew = (0, _utils2.replace)(valueNew, `onesy-${index}-var`, item));
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
return valueNew;
|
|
679
|
+
};
|
|
680
|
+
_react.default.useEffect(() => {
|
|
681
|
+
if (refs.root.current) {
|
|
682
|
+
if ((0, _utils.is)('function', onStart)) onStart();
|
|
683
|
+
refs.root.current.innerHTML = make(value);
|
|
684
|
+
if (!init) {
|
|
685
|
+
setInit(true);
|
|
686
|
+
if ((0, _utils.is)('function', onAdded)) onAdded();
|
|
687
|
+
}
|
|
688
|
+
if ((0, _utils.is)('function', onUpdate)) onUpdate();
|
|
689
|
+
}
|
|
690
|
+
}, [init, value, onStart, onAdded, onUpdate]);
|
|
691
|
+
return /*#__PURE__*/_react.default.createElement(Component, (0, _extends2.default)({
|
|
692
|
+
ref: item => {
|
|
693
|
+
if (ref) {
|
|
694
|
+
if ((0, _utils.is)('function', ref)) ref(item);else ref.current = item;
|
|
695
|
+
}
|
|
696
|
+
refs.root.current = item;
|
|
697
|
+
},
|
|
698
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('Markdown', theme) && ['onesy-Markdown-root'], className, classes.root])
|
|
699
|
+
}, other));
|
|
728
700
|
});
|
|
729
701
|
Markdown.displayName = 'onesy-Markdown';
|
|
730
|
-
exports.default = Markdown;
|
|
702
|
+
var _default = exports.default = Markdown;
|