ncore-ui-kit 1.1.0-alpha.6 → 1.1.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/lib/module/assets/svg/cayCoreIcon/index.js +36 -36
- package/lib/module/assets/svg/cayCoreIcon/index.js.map +1 -1
- package/lib/module/assets/svg/enUSIcon/index.js +13 -13
- package/lib/module/assets/svg/enUSIcon/index.js.map +1 -1
- package/lib/module/assets/svg/loadingIcon/index.js +6 -6
- package/lib/module/assets/svg/loadingIcon/index.js.map +1 -1
- package/lib/module/assets/svg/nibgatCommunityIcon/index.js +4 -4
- package/lib/module/assets/svg/nibgatCommunityIcon/index.js.map +1 -1
- package/lib/module/assets/svg/nibgatIcon/index.js +2 -2
- package/lib/module/assets/svg/nibgatIcon/index.js.map +1 -1
- package/lib/module/assets/svg/trTRIcon/index.js +6 -6
- package/lib/module/assets/svg/trTRIcon/index.js.map +1 -1
- package/lib/module/components/avatar/index.js +10 -10
- package/lib/module/components/avatar/index.js.map +1 -1
- package/lib/module/components/avatar/stylesheet.js +36 -36
- package/lib/module/components/avatar/stylesheet.js.map +1 -1
- package/lib/module/components/avatarGroup/index.js +10 -10
- package/lib/module/components/avatarGroup/index.js.map +1 -1
- package/lib/module/components/avatarGroup/stylesheet.js +33 -33
- package/lib/module/components/avatarGroup/stylesheet.js.map +1 -1
- package/lib/module/components/bottomSheet/index.js +90 -90
- package/lib/module/components/bottomSheet/index.js.map +1 -1
- package/lib/module/components/button/index.js +5 -5
- package/lib/module/components/button/index.js.map +1 -1
- package/lib/module/components/button/stylesheet.js +37 -37
- package/lib/module/components/button/stylesheet.js.map +1 -1
- package/lib/module/components/checkBox/index.js +8 -8
- package/lib/module/components/checkBox/index.js.map +1 -1
- package/lib/module/components/checkBox/stylesheet.js +41 -41
- package/lib/module/components/checkBox/stylesheet.js.map +1 -1
- package/lib/module/components/chip/index.js +9 -9
- package/lib/module/components/chip/index.js.map +1 -1
- package/lib/module/components/chip/stylesheet.js +19 -19
- package/lib/module/components/chip/stylesheet.js.map +1 -1
- package/lib/module/components/codeEditor/index.js +247 -0
- package/lib/module/components/codeEditor/index.js.map +1 -0
- package/lib/module/components/codeEditor/stylesheet.js +195 -0
- package/lib/module/components/codeEditor/stylesheet.js.map +1 -0
- package/lib/module/components/codeEditor/type.js +4 -0
- package/lib/module/components/codeEditor/type.js.map +1 -0
- package/lib/module/components/codeViewer/index.js +177 -59
- package/lib/module/components/codeViewer/index.js.map +1 -1
- package/lib/module/components/codeViewer/parser.js +57 -12
- package/lib/module/components/codeViewer/parser.js.map +1 -1
- package/lib/module/components/codeViewer/stylesheet.js +77 -9
- package/lib/module/components/codeViewer/stylesheet.js.map +1 -1
- package/lib/module/components/dateSelector/index.js +4 -4
- package/lib/module/components/dateSelector/index.js.map +1 -1
- package/lib/module/components/dateSelector/stylesheet.js +24 -24
- package/lib/module/components/dateSelector/stylesheet.js.map +1 -1
- package/lib/module/components/dateTimePicker/index.js +36 -36
- package/lib/module/components/dateTimePicker/index.js.map +1 -1
- package/lib/module/components/dateTimePicker/stylesheet.js +71 -71
- package/lib/module/components/dateTimePicker/stylesheet.js.map +1 -1
- package/lib/module/components/dateTimePicker/type.js.map +1 -1
- package/lib/module/components/dateTimeSheet/index.js +23 -23
- package/lib/module/components/dateTimeSheet/index.js.map +1 -1
- package/lib/module/components/dateTimeSheet/stylesheet.js +38 -38
- package/lib/module/components/dateTimeSheet/stylesheet.js.map +1 -1
- package/lib/module/components/dialog/index.js +11 -11
- package/lib/module/components/dialog/index.js.map +1 -1
- package/lib/module/components/dialog/stylesheet.js +18 -18
- package/lib/module/components/dialog/stylesheet.js.map +1 -1
- package/lib/module/components/embeddedMenu/components/menuButton/index.js +10 -10
- package/lib/module/components/embeddedMenu/components/menuButton/index.js.map +1 -1
- package/lib/module/components/embeddedMenu/index.js +20 -20
- package/lib/module/components/embeddedMenu/index.js.map +1 -1
- package/lib/module/components/embeddedMenu/stylesheet.js +18 -18
- package/lib/module/components/embeddedMenu/stylesheet.js.map +1 -1
- package/lib/module/components/header/index.js +15 -15
- package/lib/module/components/header/index.js.map +1 -1
- package/lib/module/components/header/stylesheet.js +19 -19
- package/lib/module/components/header/stylesheet.js.map +1 -1
- package/lib/module/components/highlightButton/index.js +4 -4
- package/lib/module/components/highlightButton/index.js.map +1 -1
- package/lib/module/components/highlightButton/stylesheet.js +32 -32
- package/lib/module/components/highlightButton/stylesheet.js.map +1 -1
- package/lib/module/components/index.js +4 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/loading/index.js +4 -4
- package/lib/module/components/loading/index.js.map +1 -1
- package/lib/module/components/localeSwitcher/index.js +10 -10
- package/lib/module/components/localeSwitcher/index.js.map +1 -1
- package/lib/module/components/mainHeader/index.js +4 -4
- package/lib/module/components/mainHeader/index.js.map +1 -1
- package/lib/module/components/markdownEditor/index.js +302 -0
- package/lib/module/components/markdownEditor/index.js.map +1 -0
- package/lib/module/components/markdownEditor/stylesheet.js +130 -0
- package/lib/module/components/markdownEditor/stylesheet.js.map +1 -0
- package/lib/module/components/markdownEditor/type.js +5 -0
- package/lib/module/components/markdownEditor/type.js.map +1 -0
- package/lib/module/components/markdownViewer/constant.js +6 -6
- package/lib/module/components/markdownViewer/constant.js.map +1 -1
- package/lib/module/components/markdownViewer/index.js +88 -87
- package/lib/module/components/markdownViewer/index.js.map +1 -1
- package/lib/module/components/markdownViewer/stylesheet.js +25 -30
- package/lib/module/components/markdownViewer/stylesheet.js.map +1 -1
- package/lib/module/components/markdownViewer/type.js.map +1 -1
- package/lib/module/components/markdownViewer/util.js +30 -12
- package/lib/module/components/markdownViewer/util.js.map +1 -1
- package/lib/module/components/menu/components/menuButton/index.js +6 -6
- package/lib/module/components/menu/components/menuButton/index.js.map +1 -1
- package/lib/module/components/menu/index.js +12 -12
- package/lib/module/components/menu/index.js.map +1 -1
- package/lib/module/components/menu/stylesheet.js +10 -10
- package/lib/module/components/menu/stylesheet.js.map +1 -1
- package/lib/module/components/modal/index.js +15 -15
- package/lib/module/components/modal/index.js.map +1 -1
- package/lib/module/components/modal/stylesheet.js +6 -6
- package/lib/module/components/modal/stylesheet.js.map +1 -1
- package/lib/module/components/monthSelector/index.js +3 -3
- package/lib/module/components/monthSelector/index.js.map +1 -1
- package/lib/module/components/monthSelector/stylesheet.js +22 -22
- package/lib/module/components/monthSelector/stylesheet.js.map +1 -1
- package/lib/module/components/notificationIndicator/index.js +2 -2
- package/lib/module/components/notificationIndicator/index.js.map +1 -1
- package/lib/module/components/notificationIndicator/stylesheet.js +15 -15
- package/lib/module/components/notificationIndicator/stylesheet.js.map +1 -1
- package/lib/module/components/numericInput/index.js +24 -24
- package/lib/module/components/numericInput/index.js.map +1 -1
- package/lib/module/components/numericInput/stylesheet.js +69 -69
- package/lib/module/components/numericInput/stylesheet.js.map +1 -1
- package/lib/module/components/pageContainer/index.js +1 -1
- package/lib/module/components/pageContainer/index.js.map +1 -1
- package/lib/module/components/pageContainer/stylesheet.js +4 -4
- package/lib/module/components/pageContainer/stylesheet.js.map +1 -1
- package/lib/module/components/paletteSwitcher/index.js +14 -14
- package/lib/module/components/paletteSwitcher/index.js.map +1 -1
- package/lib/module/components/radioButton/index.js +5 -5
- package/lib/module/components/radioButton/index.js.map +1 -1
- package/lib/module/components/radioButton/stylesheet.js +45 -45
- package/lib/module/components/radioButton/stylesheet.js.map +1 -1
- package/lib/module/components/rowCard/index.js +7 -7
- package/lib/module/components/rowCard/index.js.map +1 -1
- package/lib/module/components/rowCard/stylesheet.js +23 -23
- package/lib/module/components/rowCard/stylesheet.js.map +1 -1
- package/lib/module/components/selectBox/index.js +32 -32
- package/lib/module/components/selectBox/index.js.map +1 -1
- package/lib/module/components/selectBox/stylesheet.js +71 -71
- package/lib/module/components/selectBox/stylesheet.js.map +1 -1
- package/lib/module/components/selectSheet/index.js +34 -34
- package/lib/module/components/selectSheet/index.js.map +1 -1
- package/lib/module/components/selectSheet/stylesheet.js +39 -39
- package/lib/module/components/selectSheet/stylesheet.js.map +1 -1
- package/lib/module/components/seperator/index.js +3 -3
- package/lib/module/components/seperator/index.js.map +1 -1
- package/lib/module/components/seperator/stylesheet.js +3 -3
- package/lib/module/components/seperator/stylesheet.js.map +1 -1
- package/lib/module/components/siteLogo/index.js +17 -17
- package/lib/module/components/siteLogo/index.js.map +1 -1
- package/lib/module/components/siteLogo/stylesheet.js +41 -41
- package/lib/module/components/siteLogo/stylesheet.js.map +1 -1
- package/lib/module/components/snackBar/index.js +37 -37
- package/lib/module/components/snackBar/index.js.map +1 -1
- package/lib/module/components/snackBar/stylesheet.js +36 -36
- package/lib/module/components/snackBar/stylesheet.js.map +1 -1
- package/lib/module/components/stateCard/index.js +5 -5
- package/lib/module/components/stateCard/index.js.map +1 -1
- package/lib/module/components/stateCard/stylesheet.js +17 -17
- package/lib/module/components/stateCard/stylesheet.js.map +1 -1
- package/lib/module/components/sticker/index.js +4 -4
- package/lib/module/components/sticker/index.js.map +1 -1
- package/lib/module/components/sticker/stylesheet.js +12 -12
- package/lib/module/components/sticker/stylesheet.js.map +1 -1
- package/lib/module/components/switch/index.js +6 -6
- package/lib/module/components/switch/index.js.map +1 -1
- package/lib/module/components/switch/stylesheet.js +46 -46
- package/lib/module/components/switch/stylesheet.js.map +1 -1
- package/lib/module/components/systemToolbar/index.js +133 -0
- package/lib/module/components/systemToolbar/index.js.map +1 -0
- package/lib/module/components/systemToolbar/stylesheet.js +50 -0
- package/lib/module/components/systemToolbar/stylesheet.js.map +1 -0
- package/lib/module/components/systemToolbar/type.js +4 -0
- package/lib/module/components/systemToolbar/type.js.map +1 -0
- package/lib/module/components/textAreaInput/index.js +54 -36
- package/lib/module/components/textAreaInput/index.js.map +1 -1
- package/lib/module/components/textAreaInput/stylesheet.js +84 -77
- package/lib/module/components/textAreaInput/stylesheet.js.map +1 -1
- package/lib/module/components/textAreaInput/type.js.map +1 -1
- package/lib/module/components/textInput/index.js +46 -34
- package/lib/module/components/textInput/index.js.map +1 -1
- package/lib/module/components/textInput/stylesheet.js +87 -80
- package/lib/module/components/textInput/stylesheet.js.map +1 -1
- package/lib/module/components/textInput/type.js.map +1 -1
- package/lib/module/components/themeSwitcher/index.js +15 -15
- package/lib/module/components/themeSwitcher/index.js.map +1 -1
- package/lib/module/components/timeSelector/components/timeInput/index.js +1 -1
- package/lib/module/components/timeSelector/components/timeInput/index.js.map +1 -1
- package/lib/module/components/timeSelector/components/timeInput/stylesheet.js +2 -2
- package/lib/module/components/timeSelector/components/timeInput/stylesheet.js.map +1 -1
- package/lib/module/components/timeSelector/index.js +14 -14
- package/lib/module/components/timeSelector/index.js.map +1 -1
- package/lib/module/components/timeSelector/stylesheet.js +10 -10
- package/lib/module/components/timeSelector/stylesheet.js.map +1 -1
- package/lib/module/components/toast/index.js +22 -22
- package/lib/module/components/toast/index.js.map +1 -1
- package/lib/module/components/toast/stylesheet.js +33 -33
- package/lib/module/components/toast/stylesheet.js.map +1 -1
- package/lib/module/components/tooltip/index.js +350 -0
- package/lib/module/components/tooltip/index.js.map +1 -0
- package/lib/module/components/tooltip/stylesheet.js +144 -0
- package/lib/module/components/tooltip/stylesheet.js.map +1 -0
- package/lib/module/components/tooltip/type.js +4 -0
- package/lib/module/components/tooltip/type.js.map +1 -0
- package/lib/module/components/yearSelector/index.js +3 -3
- package/lib/module/components/yearSelector/index.js.map +1 -1
- package/lib/module/components/yearSelector/stylesheet.js +25 -25
- package/lib/module/components/yearSelector/stylesheet.js.map +1 -1
- package/lib/module/context/bottomSheet.js +3 -3
- package/lib/module/context/bottomSheet.js.map +1 -1
- package/lib/module/context/dialog.js +2 -2
- package/lib/module/context/dialog.js.map +1 -1
- package/lib/module/context/embeddedMenu.js +12 -12
- package/lib/module/context/embeddedMenu.js.map +1 -1
- package/lib/module/context/index.js +4 -4
- package/lib/module/context/index.js.map +1 -1
- package/lib/module/context/localize.js +6 -6
- package/lib/module/context/localize.js.map +1 -1
- package/lib/module/context/menu.js +10 -10
- package/lib/module/context/menu.js.map +1 -1
- package/lib/module/context/modal.js +2 -2
- package/lib/module/context/modal.js.map +1 -1
- package/lib/module/context/snackBar.js +3 -3
- package/lib/module/context/snackBar.js.map +1 -1
- package/lib/module/context/theme.js +9 -9
- package/lib/module/context/theme.js.map +1 -1
- package/lib/module/context/toast.js +3 -3
- package/lib/module/context/toast.js.map +1 -1
- package/lib/module/core/index.js +1 -1
- package/lib/module/core/index.js.map +1 -1
- package/lib/module/helpers/portalize/Host.js +2 -2
- package/lib/module/helpers/portalize/Host.js.map +1 -1
- package/lib/module/helpers/portalize/Manager.js +1 -1
- package/lib/module/helpers/portalize/Manager.js.map +1 -1
- package/lib/module/helpers/portalize/context/index.js +12 -12
- package/lib/module/helpers/portalize/context/index.js.map +1 -1
- package/lib/module/helpers/theme/palette.js +21 -14
- package/lib/module/helpers/theme/palette.js.map +1 -1
- package/lib/module/helpers/theme/shapes.js +1 -1
- package/lib/module/helpers/theme/shapes.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/package.json +1 -1
- package/lib/module/utils/index.js +8 -8
- package/lib/module/utils/index.js.map +1 -1
- package/lib/module/variants/locales/default.json +49 -11
- package/lib/module/variants/themes/default.json +1 -0
- package/lib/package.json +1 -1
- package/lib/src/assets/svg/cayCoreIcon/index.js +12 -12
- package/lib/src/assets/svg/enUSIcon/index.js +6 -6
- package/lib/src/assets/svg/loadingIcon/index.js +8 -8
- package/lib/src/assets/svg/nibgatCommunityIcon/index.js +2 -2
- package/lib/src/assets/svg/nibgatIcon/index.js +1 -1
- package/lib/src/assets/svg/trTRIcon/index.js +4 -4
- package/lib/src/components/avatar/index.js +10 -10
- package/lib/src/components/avatar/stylesheet.js +36 -36
- package/lib/src/components/avatarGroup/index.js +5 -5
- package/lib/src/components/avatarGroup/stylesheet.js +33 -33
- package/lib/src/components/bottomSheet/index.js +77 -77
- package/lib/src/components/button/index.js +3 -3
- package/lib/src/components/button/stylesheet.js +35 -35
- package/lib/src/components/checkBox/index.js +7 -7
- package/lib/src/components/checkBox/stylesheet.js +41 -41
- package/lib/src/components/chip/index.js +10 -10
- package/lib/src/components/chip/stylesheet.js +18 -18
- package/lib/src/components/codeEditor/index.js +252 -0
- package/lib/src/components/codeEditor/stylesheet.js +182 -0
- package/lib/src/components/codeEditor/type.js +1 -0
- package/lib/src/components/codeViewer/index.js +197 -61
- package/lib/src/components/codeViewer/parser.js +203 -155
- package/lib/src/components/codeViewer/stylesheet.js +78 -10
- package/lib/src/components/dateSelector/index.js +15 -12
- package/lib/src/components/dateSelector/stylesheet.js +24 -24
- package/lib/src/components/dateTimePicker/index.js +32 -32
- package/lib/src/components/dateTimePicker/stylesheet.js +71 -71
- package/lib/src/components/dateTimeSheet/index.js +32 -20
- package/lib/src/components/dateTimeSheet/stylesheet.js +38 -38
- package/lib/src/components/dialog/index.js +8 -8
- package/lib/src/components/dialog/stylesheet.js +18 -18
- package/lib/src/components/embeddedMenu/components/menuButton/index.js +9 -9
- package/lib/src/components/embeddedMenu/index.js +37 -28
- package/lib/src/components/embeddedMenu/stylesheet.js +18 -18
- package/lib/src/components/header/index.js +7 -7
- package/lib/src/components/header/stylesheet.js +19 -19
- package/lib/src/components/highlightButton/index.js +3 -3
- package/lib/src/components/highlightButton/stylesheet.js +30 -30
- package/lib/src/components/index.js +4 -0
- package/lib/src/components/loading/index.js +2 -2
- package/lib/src/components/localeSwitcher/index.js +12 -12
- package/lib/src/components/mainHeader/index.js +21 -18
- package/lib/src/components/markdownEditor/index.js +223 -0
- package/lib/src/components/markdownEditor/stylesheet.js +122 -0
- package/lib/src/components/markdownEditor/type.js +2 -0
- package/lib/src/components/markdownViewer/constant.js +6 -6
- package/lib/src/components/markdownViewer/index.js +72 -75
- package/lib/src/components/markdownViewer/stylesheet.js +25 -30
- package/lib/src/components/markdownViewer/util.js +28 -11
- package/lib/src/components/menu/components/menuButton/index.js +3 -3
- package/lib/src/components/menu/index.js +19 -13
- package/lib/src/components/menu/stylesheet.js +10 -10
- package/lib/src/components/modal/index.js +17 -17
- package/lib/src/components/modal/stylesheet.js +6 -6
- package/lib/src/components/monthSelector/index.js +14 -11
- package/lib/src/components/monthSelector/stylesheet.js +22 -22
- package/lib/src/components/notificationIndicator/index.js +1 -1
- package/lib/src/components/notificationIndicator/stylesheet.js +15 -15
- package/lib/src/components/numericInput/index.js +28 -27
- package/lib/src/components/numericInput/stylesheet.js +69 -69
- package/lib/src/components/pageContainer/index.js +1 -1
- package/lib/src/components/pageContainer/stylesheet.js +4 -4
- package/lib/src/components/paletteSwitcher/index.js +15 -15
- package/lib/src/components/radioButton/index.js +4 -4
- package/lib/src/components/radioButton/stylesheet.js +45 -45
- package/lib/src/components/rowCard/index.js +6 -6
- package/lib/src/components/rowCard/stylesheet.js +23 -23
- package/lib/src/components/selectBox/index.js +24 -24
- package/lib/src/components/selectBox/stylesheet.js +71 -71
- package/lib/src/components/selectSheet/index.js +49 -35
- package/lib/src/components/selectSheet/stylesheet.js +39 -39
- package/lib/src/components/seperator/index.js +1 -1
- package/lib/src/components/seperator/stylesheet.js +3 -3
- package/lib/src/components/siteLogo/index.js +14 -14
- package/lib/src/components/siteLogo/stylesheet.js +40 -40
- package/lib/src/components/snackBar/index.js +31 -31
- package/lib/src/components/snackBar/stylesheet.js +36 -36
- package/lib/src/components/stateCard/index.js +4 -4
- package/lib/src/components/stateCard/stylesheet.js +17 -17
- package/lib/src/components/sticker/index.js +3 -3
- package/lib/src/components/sticker/stylesheet.js +11 -11
- package/lib/src/components/switch/index.js +5 -5
- package/lib/src/components/switch/stylesheet.js +46 -46
- package/lib/src/components/systemToolbar/index.js +69 -0
- package/lib/src/components/systemToolbar/stylesheet.js +43 -0
- package/lib/src/components/systemToolbar/type.js +3 -0
- package/lib/src/components/textAreaInput/index.js +40 -28
- package/lib/src/components/textAreaInput/stylesheet.js +82 -77
- package/lib/src/components/textInput/index.js +41 -33
- package/lib/src/components/textInput/stylesheet.js +85 -80
- package/lib/src/components/themeSwitcher/index.js +16 -16
- package/lib/src/components/timeSelector/components/timeInput/index.js +2 -2
- package/lib/src/components/timeSelector/components/timeInput/stylesheet.js +2 -2
- package/lib/src/components/timeSelector/index.js +34 -25
- package/lib/src/components/timeSelector/stylesheet.js +10 -10
- package/lib/src/components/toast/index.js +18 -18
- package/lib/src/components/toast/stylesheet.js +33 -33
- package/lib/src/components/tooltip/index.js +303 -0
- package/lib/src/components/tooltip/stylesheet.js +133 -0
- package/lib/src/components/tooltip/type.js +2 -0
- package/lib/src/components/yearSelector/index.js +14 -11
- package/lib/src/components/yearSelector/stylesheet.js +25 -25
- package/lib/src/context/bottomSheet.js +3 -3
- package/lib/src/context/dialog.js +3 -3
- package/lib/src/context/embeddedMenu.js +10 -10
- package/lib/src/context/index.js +4 -4
- package/lib/src/context/localize.js +6 -6
- package/lib/src/context/menu.js +10 -10
- package/lib/src/context/modal.js +3 -3
- package/lib/src/context/snackBar.js +3 -3
- package/lib/src/context/theme.js +8 -8
- package/lib/src/context/toast.js +3 -3
- package/lib/src/core/index.js +1 -1
- package/lib/src/helpers/portalize/Host.js +3 -3
- package/lib/src/helpers/portalize/Manager.js +2 -2
- package/lib/src/helpers/portalize/context/index.js +12 -12
- package/lib/src/helpers/theme/palette.js +21 -14
- package/lib/src/helpers/theme/shapes.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/utils/index.js +8 -8
- package/lib/src/variants/locales/default.json +49 -11
- package/lib/src/variants/themes/default.json +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -1
- package/lib/typescript/package.json +1 -1
- package/lib/typescript/src/components/avatar/index.d.ts +1 -1
- package/lib/typescript/src/components/avatar/stylesheet.d.ts +6 -6
- package/lib/typescript/src/components/avatar/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/avatar/type.d.ts +1 -1
- package/lib/typescript/src/components/avatar/type.d.ts.map +1 -1
- package/lib/typescript/src/components/avatarGroup/index.d.ts +1 -1
- package/lib/typescript/src/components/avatarGroup/stylesheet.d.ts +8 -8
- package/lib/typescript/src/components/avatarGroup/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/bottomSheet/type.d.ts +6 -6
- package/lib/typescript/src/components/bottomSheet/type.d.ts.map +1 -1
- package/lib/typescript/src/components/button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/button/stylesheet.d.ts +7 -7
- package/lib/typescript/src/components/button/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/checkBox/index.d.ts.map +1 -1
- package/lib/typescript/src/components/checkBox/stylesheet.d.ts +18 -18
- package/lib/typescript/src/components/checkBox/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/checkBox/type.d.ts +1 -1
- package/lib/typescript/src/components/checkBox/type.d.ts.map +1 -1
- package/lib/typescript/src/components/chip/stylesheet.d.ts +8 -8
- package/lib/typescript/src/components/chip/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/codeEditor/index.d.ts +4 -0
- package/lib/typescript/src/components/codeEditor/index.d.ts.map +1 -0
- package/lib/typescript/src/components/codeEditor/stylesheet.d.ts +749 -0
- package/lib/typescript/src/components/codeEditor/stylesheet.d.ts.map +1 -0
- package/lib/typescript/src/components/codeEditor/type.d.ts +29 -0
- package/lib/typescript/src/components/codeEditor/type.d.ts.map +1 -0
- package/lib/typescript/src/components/codeViewer/index.d.ts +1 -1
- package/lib/typescript/src/components/codeViewer/index.d.ts.map +1 -1
- package/lib/typescript/src/components/codeViewer/parser.d.ts +2 -0
- package/lib/typescript/src/components/codeViewer/parser.d.ts.map +1 -1
- package/lib/typescript/src/components/codeViewer/stylesheet.d.ts +304 -10
- package/lib/typescript/src/components/codeViewer/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/codeViewer/type.d.ts +6 -0
- package/lib/typescript/src/components/codeViewer/type.d.ts.map +1 -1
- package/lib/typescript/src/components/dateSelector/index.d.ts.map +1 -1
- package/lib/typescript/src/components/dateSelector/stylesheet.d.ts +11 -11
- package/lib/typescript/src/components/dateSelector/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimePicker/index.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimePicker/stylesheet.d.ts +39 -39
- package/lib/typescript/src/components/dateTimePicker/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimePicker/type.d.ts +1 -1
- package/lib/typescript/src/components/dateTimePicker/type.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimeSheet/index.d.ts +1 -1
- package/lib/typescript/src/components/dateTimeSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimeSheet/stylesheet.d.ts +24 -24
- package/lib/typescript/src/components/dateTimeSheet/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/dateTimeSheet/type.d.ts +4 -4
- package/lib/typescript/src/components/dateTimeSheet/type.d.ts.map +1 -1
- package/lib/typescript/src/components/dialog/stylesheet.d.ts +12 -12
- package/lib/typescript/src/components/dialog/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/dialog/type.d.ts +5 -5
- package/lib/typescript/src/components/dialog/type.d.ts.map +1 -1
- package/lib/typescript/src/components/embeddedMenu/index.d.ts.map +1 -1
- package/lib/typescript/src/components/embeddedMenu/stylesheet.d.ts +17 -17
- package/lib/typescript/src/components/embeddedMenu/type.d.ts +1 -1
- package/lib/typescript/src/components/embeddedMenu/type.d.ts.map +1 -1
- package/lib/typescript/src/components/header/index.d.ts +1 -1
- package/lib/typescript/src/components/header/stylesheet.d.ts +22 -22
- package/lib/typescript/src/components/header/type.d.ts +4 -1
- package/lib/typescript/src/components/header/type.d.ts.map +1 -1
- package/lib/typescript/src/components/highlightButton/index.d.ts.map +1 -1
- package/lib/typescript/src/components/highlightButton/stylesheet.d.ts +7 -7
- package/lib/typescript/src/components/highlightButton/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +14 -6
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/mainHeader/index.d.ts +1 -1
- package/lib/typescript/src/components/mainHeader/index.d.ts.map +1 -1
- package/lib/typescript/src/components/markdownEditor/index.d.ts +5 -0
- package/lib/typescript/src/components/markdownEditor/index.d.ts.map +1 -0
- package/lib/typescript/src/components/markdownEditor/stylesheet.d.ts +112 -0
- package/lib/typescript/src/components/markdownEditor/stylesheet.d.ts.map +1 -0
- package/lib/typescript/src/components/markdownEditor/type.d.ts +22 -0
- package/lib/typescript/src/components/markdownEditor/type.d.ts.map +1 -0
- package/lib/typescript/src/components/markdownViewer/index.d.ts.map +1 -1
- package/lib/typescript/src/components/markdownViewer/stylesheet.d.ts +24 -29
- package/lib/typescript/src/components/markdownViewer/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/markdownViewer/type.d.ts +5 -4
- package/lib/typescript/src/components/markdownViewer/type.d.ts.map +1 -1
- package/lib/typescript/src/components/markdownViewer/util.d.ts +3 -2
- package/lib/typescript/src/components/markdownViewer/util.d.ts.map +1 -1
- package/lib/typescript/src/components/menu/index.d.ts.map +1 -1
- package/lib/typescript/src/components/menu/stylesheet.d.ts +10 -10
- package/lib/typescript/src/components/menu/type.d.ts +2 -2
- package/lib/typescript/src/components/menu/type.d.ts.map +1 -1
- package/lib/typescript/src/components/modal/stylesheet.d.ts +4 -4
- package/lib/typescript/src/components/modal/type.d.ts +2 -2
- package/lib/typescript/src/components/modal/type.d.ts.map +1 -1
- package/lib/typescript/src/components/monthSelector/index.d.ts.map +1 -1
- package/lib/typescript/src/components/monthSelector/stylesheet.d.ts +12 -12
- package/lib/typescript/src/components/monthSelector/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/notificationIndicator/stylesheet.d.ts +6 -6
- package/lib/typescript/src/components/notificationIndicator/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/notificationIndicator/type.d.ts +2 -2
- package/lib/typescript/src/components/notificationIndicator/type.d.ts.map +1 -1
- package/lib/typescript/src/components/numericInput/index.d.ts.map +1 -1
- package/lib/typescript/src/components/numericInput/stylesheet.d.ts +37 -37
- package/lib/typescript/src/components/numericInput/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/numericInput/type.d.ts +1 -1
- package/lib/typescript/src/components/numericInput/type.d.ts.map +1 -1
- package/lib/typescript/src/components/pageContainer/stylesheet.d.ts +3 -3
- package/lib/typescript/src/components/pageContainer/type.d.ts +6 -6
- package/lib/typescript/src/components/pageContainer/type.d.ts.map +1 -1
- package/lib/typescript/src/components/radioButton/index.d.ts.map +1 -1
- package/lib/typescript/src/components/radioButton/stylesheet.d.ts +22 -22
- package/lib/typescript/src/components/radioButton/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/radioButton/type.d.ts +2 -2
- package/lib/typescript/src/components/radioButton/type.d.ts.map +1 -1
- package/lib/typescript/src/components/rowCard/stylesheet.d.ts +16 -16
- package/lib/typescript/src/components/rowCard/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/selectBox/index.d.ts.map +1 -1
- package/lib/typescript/src/components/selectBox/stylesheet.d.ts +39 -39
- package/lib/typescript/src/components/selectBox/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/selectBox/type.d.ts +41 -41
- package/lib/typescript/src/components/selectBox/type.d.ts.map +1 -1
- package/lib/typescript/src/components/selectSheet/index.d.ts +1 -1
- package/lib/typescript/src/components/selectSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/selectSheet/stylesheet.d.ts +27 -27
- package/lib/typescript/src/components/selectSheet/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/selectSheet/type.d.ts +11 -11
- package/lib/typescript/src/components/selectSheet/type.d.ts.map +1 -1
- package/lib/typescript/src/components/seperator/stylesheet.d.ts +2 -2
- package/lib/typescript/src/components/seperator/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/siteLogo/index.d.ts +1 -1
- package/lib/typescript/src/components/siteLogo/stylesheet.d.ts +7 -7
- package/lib/typescript/src/components/siteLogo/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/snackBar/stylesheet.d.ts +14 -14
- package/lib/typescript/src/components/snackBar/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/snackBar/type.d.ts +10 -10
- package/lib/typescript/src/components/snackBar/type.d.ts.map +1 -1
- package/lib/typescript/src/components/stateCard/stylesheet.d.ts +2 -2
- package/lib/typescript/src/components/stateCard/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/sticker/stylesheet.d.ts +1 -1
- package/lib/typescript/src/components/switch/index.d.ts.map +1 -1
- package/lib/typescript/src/components/switch/stylesheet.d.ts +18 -18
- package/lib/typescript/src/components/switch/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/switch/type.d.ts +2 -2
- package/lib/typescript/src/components/switch/type.d.ts.map +1 -1
- package/lib/typescript/src/components/systemToolbar/index.d.ts +5 -0
- package/lib/typescript/src/components/systemToolbar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/systemToolbar/stylesheet.d.ts +23 -0
- package/lib/typescript/src/components/systemToolbar/stylesheet.d.ts.map +1 -0
- package/lib/typescript/src/components/systemToolbar/type.d.ts +28 -0
- package/lib/typescript/src/components/systemToolbar/type.d.ts.map +1 -0
- package/lib/typescript/src/components/text/type.d.ts +4 -4
- package/lib/typescript/src/components/text/type.d.ts.map +1 -1
- package/lib/typescript/src/components/textAreaInput/index.d.ts.map +1 -1
- package/lib/typescript/src/components/textAreaInput/stylesheet.d.ts +47 -46
- package/lib/typescript/src/components/textAreaInput/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/textAreaInput/type.d.ts +13 -7
- package/lib/typescript/src/components/textAreaInput/type.d.ts.map +1 -1
- package/lib/typescript/src/components/textInput/index.d.ts.map +1 -1
- package/lib/typescript/src/components/textInput/stylesheet.d.ts +41 -44
- package/lib/typescript/src/components/textInput/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/textInput/type.d.ts +6 -0
- package/lib/typescript/src/components/textInput/type.d.ts.map +1 -1
- package/lib/typescript/src/components/timeSelector/components/timeInput/stylesheet.d.ts +1 -1
- package/lib/typescript/src/components/timeSelector/components/timeInput/type.d.ts +1 -1
- package/lib/typescript/src/components/timeSelector/components/timeInput/type.d.ts.map +1 -1
- package/lib/typescript/src/components/timeSelector/index.d.ts +1 -1
- package/lib/typescript/src/components/timeSelector/index.d.ts.map +1 -1
- package/lib/typescript/src/components/timeSelector/stylesheet.d.ts +8 -8
- package/lib/typescript/src/components/timeSelector/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/stylesheet.d.ts +12 -12
- package/lib/typescript/src/components/toast/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/components/toast/type.d.ts +10 -10
- package/lib/typescript/src/components/toast/type.d.ts.map +1 -1
- package/lib/typescript/src/components/tooltip/index.d.ts +5 -0
- package/lib/typescript/src/components/tooltip/index.d.ts.map +1 -0
- package/lib/typescript/src/components/tooltip/stylesheet.d.ts +66 -0
- package/lib/typescript/src/components/tooltip/stylesheet.d.ts.map +1 -0
- package/lib/typescript/src/components/tooltip/type.d.ts +74 -0
- package/lib/typescript/src/components/tooltip/type.d.ts.map +1 -0
- package/lib/typescript/src/components/yearSelector/index.d.ts.map +1 -1
- package/lib/typescript/src/components/yearSelector/stylesheet.d.ts +16 -15
- package/lib/typescript/src/components/yearSelector/stylesheet.d.ts.map +1 -1
- package/lib/typescript/src/context/index.d.ts +4 -4
- package/lib/typescript/src/context/index.d.ts.map +1 -1
- package/lib/typescript/src/context/theme.d.ts +1 -1
- package/lib/typescript/src/context/theme.d.ts.map +1 -1
- package/lib/typescript/src/core/hooks.d.ts +5 -5
- package/lib/typescript/src/core/hooks.d.ts.map +1 -1
- package/lib/typescript/src/core/index.d.ts.map +1 -1
- package/lib/typescript/src/helpers/portalize/Host.d.ts.map +1 -1
- package/lib/typescript/src/helpers/portalize/context/index.d.ts +2 -2
- package/lib/typescript/src/helpers/portalize/context/index.d.ts.map +1 -1
- package/lib/typescript/src/helpers/theme/palette.d.ts.map +1 -1
- package/lib/typescript/src/helpers/theme/shapes.d.ts +1 -0
- package/lib/typescript/src/helpers/theme/shapes.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +2 -2
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/types/bottomSheet.d.ts +1 -1
- package/lib/typescript/src/types/bottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/types/dialog.d.ts +1 -1
- package/lib/typescript/src/types/dialog.d.ts.map +1 -1
- package/lib/typescript/src/types/index.d.ts +1 -1
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/locale.d.ts +3 -3
- package/lib/typescript/src/types/locale.d.ts.map +1 -1
- package/lib/typescript/src/types/modal.d.ts +1 -1
- package/lib/typescript/src/types/modal.d.ts.map +1 -1
- package/lib/typescript/src/types/snackBar.d.ts +1 -1
- package/lib/typescript/src/types/snackBar.d.ts.map +1 -1
- package/lib/typescript/src/types/toast.d.ts +1 -1
- package/lib/typescript/src/types/toast.d.ts.map +1 -1
- package/lib/typescript/src/variants/locales/default.json +49 -11
- package/lib/typescript/src/variants/themes/default.json +1 -0
- package/package.json +1 -1
- package/src/assets/svg/cayCoreIcon/index.tsx +94 -94
- package/src/assets/svg/enUSIcon/index.tsx +21 -21
- package/src/assets/svg/loadingIcon/index.tsx +10 -10
- package/src/assets/svg/nibgatCommunityIcon/index.tsx +7 -7
- package/src/assets/svg/nibgatIcon/index.tsx +5 -5
- package/src/assets/svg/trTRIcon/index.tsx +9 -9
- package/src/components/avatar/index.tsx +19 -19
- package/src/components/avatar/stylesheet.ts +42 -42
- package/src/components/avatar/type.ts +1 -1
- package/src/components/avatarGroup/index.tsx +18 -18
- package/src/components/avatarGroup/stylesheet.ts +35 -35
- package/src/components/avatarGroup/type.ts +10 -10
- package/src/components/bottomSheet/index.tsx +115 -115
- package/src/components/bottomSheet/type.ts +6 -6
- package/src/components/button/index.tsx +5 -6
- package/src/components/button/stylesheet.ts +37 -37
- package/src/components/checkBox/index.tsx +11 -14
- package/src/components/checkBox/stylesheet.ts +41 -41
- package/src/components/checkBox/type.ts +1 -1
- package/src/components/chip/index.tsx +19 -19
- package/src/components/chip/stylesheet.ts +21 -21
- package/src/components/codeEditor/index.tsx +438 -0
- package/src/components/codeEditor/stylesheet.ts +208 -0
- package/src/components/codeEditor/type.ts +39 -0
- package/src/components/codeViewer/index.tsx +302 -96
- package/src/components/codeViewer/parser.ts +210 -155
- package/src/components/codeViewer/stylesheet.ts +84 -9
- package/src/components/codeViewer/type.ts +6 -0
- package/src/components/dateSelector/index.tsx +20 -15
- package/src/components/dateSelector/stylesheet.ts +24 -24
- package/src/components/dateTimePicker/index.tsx +77 -81
- package/src/components/dateTimePicker/stylesheet.ts +81 -81
- package/src/components/dateTimePicker/type.ts +20 -19
- package/src/components/dateTimeSheet/index.tsx +99 -81
- package/src/components/dateTimeSheet/stylesheet.ts +36 -36
- package/src/components/dateTimeSheet/type.ts +21 -21
- package/src/components/dialog/index.tsx +24 -24
- package/src/components/dialog/stylesheet.ts +18 -18
- package/src/components/dialog/type.ts +9 -9
- package/src/components/embeddedMenu/components/menuButton/index.tsx +15 -15
- package/src/components/embeddedMenu/index.tsx +77 -62
- package/src/components/embeddedMenu/stylesheet.ts +17 -17
- package/src/components/embeddedMenu/type.ts +4 -4
- package/src/components/header/index.tsx +18 -18
- package/src/components/header/stylesheet.ts +18 -18
- package/src/components/header/type.ts +4 -1
- package/src/components/highlightButton/index.tsx +4 -5
- package/src/components/highlightButton/stylesheet.ts +32 -32
- package/src/components/index.ts +41 -6
- package/src/components/loading/index.tsx +4 -4
- package/src/components/loading/stylesheet.ts +10 -10
- package/src/components/loading/type.ts +18 -18
- package/src/components/localeSwitcher/index.tsx +23 -23
- package/src/components/mainHeader/index.tsx +27 -22
- package/src/components/markdownEditor/index.tsx +530 -0
- package/src/components/markdownEditor/stylesheet.ts +140 -0
- package/src/components/markdownEditor/type.ts +34 -0
- package/src/components/markdownViewer/constant.ts +6 -6
- package/src/components/markdownViewer/index.tsx +117 -112
- package/src/components/markdownViewer/stylesheet.ts +25 -30
- package/src/components/markdownViewer/type.ts +15 -13
- package/src/components/markdownViewer/util.ts +34 -12
- package/src/components/menu/components/menuButton/index.tsx +9 -9
- package/src/components/menu/index.tsx +41 -31
- package/src/components/menu/stylesheet.ts +10 -10
- package/src/components/menu/type.ts +6 -6
- package/src/components/modal/index.tsx +20 -20
- package/src/components/modal/stylesheet.ts +6 -6
- package/src/components/modal/type.ts +2 -2
- package/src/components/monthSelector/index.tsx +31 -26
- package/src/components/monthSelector/stylesheet.ts +22 -22
- package/src/components/notificationIndicator/index.tsx +2 -2
- package/src/components/notificationIndicator/stylesheet.ts +16 -16
- package/src/components/notificationIndicator/type.ts +2 -2
- package/src/components/numericInput/index.tsx +59 -62
- package/src/components/numericInput/stylesheet.ts +71 -71
- package/src/components/numericInput/type.ts +1 -1
- package/src/components/pageContainer/index.tsx +1 -1
- package/src/components/pageContainer/stylesheet.ts +3 -3
- package/src/components/pageContainer/type.ts +6 -6
- package/src/components/paletteSwitcher/index.tsx +27 -27
- package/src/components/radioButton/index.tsx +7 -10
- package/src/components/radioButton/stylesheet.ts +45 -45
- package/src/components/radioButton/type.ts +2 -2
- package/src/components/rowCard/index.tsx +11 -11
- package/src/components/rowCard/stylesheet.ts +23 -23
- package/src/components/selectBox/index.tsx +53 -59
- package/src/components/selectBox/stylesheet.ts +76 -76
- package/src/components/selectBox/type.ts +51 -51
- package/src/components/selectSheet/index.tsx +118 -94
- package/src/components/selectSheet/stylesheet.ts +39 -39
- package/src/components/selectSheet/type.ts +21 -21
- package/src/components/seperator/index.tsx +3 -3
- package/src/components/seperator/stylesheet.ts +4 -4
- package/src/components/siteLogo/index.tsx +35 -35
- package/src/components/siteLogo/stylesheet.ts +42 -42
- package/src/components/snackBar/index.tsx +50 -50
- package/src/components/snackBar/stylesheet.ts +40 -40
- package/src/components/snackBar/type.ts +10 -10
- package/src/components/stateCard/index.tsx +13 -13
- package/src/components/stateCard/stylesheet.ts +17 -17
- package/src/components/sticker/index.tsx +4 -4
- package/src/components/sticker/stylesheet.ts +12 -12
- package/src/components/switch/index.tsx +10 -13
- package/src/components/switch/stylesheet.ts +48 -48
- package/src/components/switch/type.ts +2 -2
- package/src/components/systemToolbar/index.tsx +188 -0
- package/src/components/systemToolbar/stylesheet.ts +59 -0
- package/src/components/systemToolbar/type.ts +43 -0
- package/src/components/text/type.ts +4 -4
- package/src/components/textAreaInput/index.tsx +55 -42
- package/src/components/textAreaInput/stylesheet.ts +88 -81
- package/src/components/textAreaInput/type.ts +13 -7
- package/src/components/textInput/index.tsx +62 -53
- package/src/components/textInput/stylesheet.ts +90 -81
- package/src/components/textInput/type.ts +6 -0
- package/src/components/themeSwitcher/index.tsx +27 -27
- package/src/components/timeSelector/components/timeInput/index.tsx +6 -6
- package/src/components/timeSelector/components/timeInput/stylesheet.ts +2 -2
- package/src/components/timeSelector/components/timeInput/type.ts +2 -2
- package/src/components/timeSelector/index.tsx +109 -100
- package/src/components/timeSelector/stylesheet.ts +11 -11
- package/src/components/toast/index.tsx +32 -32
- package/src/components/toast/stylesheet.ts +37 -37
- package/src/components/toast/type.ts +10 -10
- package/src/components/tooltip/index.tsx +477 -0
- package/src/components/tooltip/stylesheet.ts +177 -0
- package/src/components/tooltip/type.ts +93 -0
- package/src/components/yearSelector/index.tsx +31 -26
- package/src/components/yearSelector/stylesheet.ts +25 -25
- package/src/context/bottomSheet.tsx +9 -9
- package/src/context/dialog.tsx +8 -8
- package/src/context/embeddedMenu.tsx +18 -18
- package/src/context/index.tsx +11 -11
- package/src/context/localize.tsx +12 -12
- package/src/context/menu.tsx +16 -16
- package/src/context/modal.tsx +8 -8
- package/src/context/snackBar.tsx +7 -7
- package/src/context/theme.tsx +21 -21
- package/src/context/toast.tsx +7 -7
- package/src/core/hooks.ts +10 -10
- package/src/core/index.tsx +11 -12
- package/src/helpers/portalize/Host.tsx +9 -10
- package/src/helpers/portalize/Manager.tsx +3 -3
- package/src/helpers/portalize/context/index.ts +12 -12
- package/src/helpers/theme/palette.ts +26 -18
- package/src/helpers/theme/shapes.ts +1 -1
- package/src/index.tsx +11 -2
- package/src/types/bottomSheet.ts +1 -1
- package/src/types/dialog.ts +1 -1
- package/src/types/index.ts +1 -1
- package/src/types/locale.ts +4 -4
- package/src/types/modal.ts +1 -1
- package/src/types/portalize.ts +3 -3
- package/src/types/snackBar.ts +1 -1
- package/src/types/toast.ts +1 -1
- package/src/utils/index.ts +8 -8
- package/src/variants/locales/default.json +49 -11
- package/src/variants/themes/default.json +1 -0
package/LICENSE
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 nibgat
|
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
6
|
-
in the Software without restriction, including without limitation the rights
|
|
7
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
9
|
-
furnished to do so, subject to the following conditions:
|
|
10
|
-
|
|
11
|
-
The above copyright notice and this permission notice shall be included in all
|
|
12
|
-
copies or substantial portions of the Software.
|
|
13
|
-
|
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 nibgat
|
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6
|
+
in the Software without restriction, including without limitation the rights
|
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9
|
+
furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
|
12
|
+
copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
|
+
SOFTWARE.
|
|
@@ -23,8 +23,8 @@ const CayCoreIcon = ({
|
|
|
23
23
|
strokeLinejoin: "round",
|
|
24
24
|
clipRule: "evenodd",
|
|
25
25
|
fillRule: "evenodd",
|
|
26
|
-
stroke: "#B00900",
|
|
27
26
|
strokeWidth: 0.2,
|
|
27
|
+
stroke: "#B00900",
|
|
28
28
|
fill: "#B00900"
|
|
29
29
|
}), /*#__PURE__*/_jsx(Path, {
|
|
30
30
|
d: "M120.98 122.245c0 .138-.165.25-.367.25-.203 0-.31.15-.24.333.095.245-.073.305-.633.222-.76-.112-.76-.11-.757 1.105.002.668.07 1.47.155 1.778.082.31.307.562.497.562.243 0 .345.33.345 1.105 0 .608.068 1.283.153 1.5.082.218.307.395.5.395.25 0 .347.343.347 1.213 0 1.26.408 2.787.743 2.787.107 0 .25.583.317 1.293.075.79.283 1.407.533 1.59.252.185.407.657.407 1.242 0 1.105.488 2.878.79 2.878.115 0 .213.422.215.937.005 1.305.243 2.063.65 2.063.248 0 .345.347.345 1.22 0 1.71.253 2.78.655 2.78.245 0 .345.352.345 1.22 0 1.71.253 2.78.655 2.78.255 0 .345.405.345 1.562.003 1.708.385 3.438.76 3.438.13 0 .24.647.245 1.437.008 1.695.36 3.393.73 3.518.145.047.263.682.263 1.407s.072 1.84.16 2.48c.1.735.285 1.16.5 1.16.257 0 .342.468.342 1.938.003 2.292.39 4.9.745 5.02.145.047.255 1.015.258 2.25.005 2.557.407 5.632.752 5.75.14.047.245 1.427.248 3.25.005 4.25.455 10.647.755 10.75.145.05.245 2.107.25 5.125l.007 5.042 1.065.645c.813.493 1.663 1.525 3.6 4.375 1.395 2.053 3.47 4.855 4.615 6.228 2.798 3.36 9.578 10.512 11.79 12.442 3.2 2.79 5.62 4.415 11.29 7.575.55.308 1.705 1.078 2.568 1.71 1.415 1.043 1.55 1.22 1.407 1.838-.087.377-.81 2.372-1.602 4.435-.795 2.062-1.648 4.425-1.9 5.25-.25.825-.6 1.59-.778 1.7-.177.11-.63.47-1.007.797-.663.575-.67.608-.21.95.41.305.455.56.322 1.835-.085.815-.44 2.66-.79 4.1-.35 1.44-.635 3.3-.635 4.13 0 .833-.127 1.64-.282 1.795-.155.155-.225.435-.153.623.148.382 3.493 2.415 5.275 3.202.645.285 1.93.68 2.855.875.925.195 2.633.358 3.795.36 1.163.003 3.503.183 5.2.403 2.643.34 3.615.355 6.76.107 2.02-.16 5.418-.385 7.55-.497 3.265-.173 4.258-.325 6.315-.973 1.343-.422 3.818-1.055 5.5-1.407 1.683-.353 3.623-.818 4.31-1.035.688-.218 2.263-.93 3.5-1.583 1.238-.652 3.655-1.717 5.375-2.365 1.72-.65 4.025-1.612 5.125-2.14 1.1-.527 4.22-2.442 6.935-4.252 4.468-2.978 4.91-3.338 4.673-3.783-.203-.38-.105-.94.437-2.467.545-1.543.825-2.008 1.268-2.12l.565-.143-.59-1.182c-.325-.65-.893-1.983-1.26-2.96-.368-.978-1.06-2.233-1.538-2.79-.477-.558-.867-1.163-.867-1.348 0-.185-.338-1.517-.75-2.96-.413-1.442-.75-2.642-.75-2.662 0-.023 1.435-1.193 3.187-2.6 4.06-3.263 14.09-13.305 16.625-16.648 3.73-4.917 6.195-8.9 8.95-14.465 2.163-4.37 3.105-6.64 4.593-11.057 2.94-8.735 3.715-12.215 5.137-23.068.353-2.69.508-5.287.508-8.5 0-4.78-.195-6.69-1.773-17.47-.41-2.802-.852-6.232-.985-7.625-.362-3.845-.685-5-1.65-5.937l-.835-.808-2.317.318c-1.275.175-2.475.28-2.67.232-.195-.047-.54.155-.718.498-.292.562-.245.68.115.807.57.2-2.01 1.235-3.075 1.235-.83 0-.842.015-.842 1.125 0 .665-.508 2.695-1.24 4.973-.683 2.115-1.43 4.842-1.663 6.062-.325 1.705-.58 2.39-1.107 2.965-.793.868-1.545 2.303-2.403 4.575-.332.885-.772 1.933-.975 2.325-.202.395-.685 1.083-1.07 1.533-.45.525-.89 1.542-1.235 2.86-.622 2.367-4.577 13.377-8.43 23.457-1.47 3.85-3.297 8.633-4.06 10.625-.762 1.993-2.552 6.435-3.98 9.87-1.51 3.638-3.105 7.05-3.82 8.17-1.082 1.7-1.21 2.043-1.09 2.93.085.625-.077 1.86-.427 3.275-.368 1.485-.508 2.608-.408 3.24.125.785-.01 1.313-.727 2.823-.485 1.02-1.06 2.747-1.278 3.837-.285 1.425-.58 2.183-1.055 2.703-1.147 1.255-4.297 3.652-5.755 4.382-1.415.708-9.292 3.53-11.155 3.998-.55.137-2.125.427-3.5.642a111.08 111.08 0 0 0-5 .935c-1.582.343-3.372.54-4.875.54-1.305 0-4.4-.107-6.875-.24-4.047-.215-4.607-.3-5.562-.842-.585-.333-1.063-.7-1.063-.818 0-.517 1.185-2.49 2.715-4.52l1.66-2.202 4.058-2.128c2.232-1.17 4.987-2.467 6.125-2.882 1.137-.415 3.707-1.193 5.715-1.728 4.397-1.172 7.542-2.26 9.727-3.365.895-.452 1.915-1.142 2.27-1.535.43-.475.79-1.357 1.088-2.66.247-1.087.37-2.247.277-2.625-.092-.372-.517-1.04-.947-1.487-.665-.693-.958-.813-1.963-.813-.65 0-2.175.253-3.387.563-2.01.512-2.785.562-8.708.56-6.025 0-6.655-.045-8.625-.583-4.905-1.342-9.535-3.432-13.592-6.14-1.118-.745-3.113-2.26-4.435-3.365-1.32-1.105-3.383-3.05-4.583-4.325-1.2-1.275-2.862-3.332-3.695-4.575-1.642-2.45-4.592-8.35-6.067-12.122-.508-1.3-1.3-3.74-1.763-5.423-1.077-3.93-2.37-12.862-2.37-16.375 0-1.455.165-3.59.365-4.742.2-1.153.643-3.953.985-6.22.623-4.135 1.515-7.54 3.3-12.57l.955-2.695-1.012-1.013c-1-1-1.043-1.015-3.865-1.362-1.57-.193-4.148-.528-5.728-.74l-4.5-.608c-1.815-.245-7.65-1.472-10.71-2.252-1.1-.28-2.337-.51-2.755-.51-.415 0-.82-.103-.897-.23-.078-.128-1.193-.58-2.48-1.008-1.285-.427-2.55-.94-2.81-1.137-.26-.198-.558-.363-.66-.368-.103-.005-.188.105-.188.243l.005-.003Z",
|
|
@@ -34,8 +34,8 @@ const CayCoreIcon = ({
|
|
|
34
34
|
strokeLinejoin: "round",
|
|
35
35
|
fillRule: "evenodd",
|
|
36
36
|
clipRule: "evenodd",
|
|
37
|
-
stroke: "#C2211A",
|
|
38
37
|
strokeWidth: 0.2,
|
|
38
|
+
stroke: "#C2211A",
|
|
39
39
|
fill: "#C2211A"
|
|
40
40
|
}), /*#__PURE__*/_jsx(Path, {
|
|
41
41
|
d: "M274.23 124.143c-1.72.465-4.13 1.032-5.36 1.26-1.98.365-2.35.52-3.25 1.37-.995.94-1.002.96-.367.965.577.005.68.15.94 1.32.16.722.4 2.452.53 3.842.132 1.393.575 4.823.985 7.625 1.577 10.778 1.772 12.688 1.772 17.47 0 3.213-.155 5.81-.507 8.5-.94 7.165-1.515 10.535-2.393 14.033-.48 1.912-1.715 5.98-2.745 9.035-1.485 4.415-2.43 6.685-4.592 11.057-2.755 5.563-5.215 9.543-8.95 14.465-2.733 3.603-11.373 12.158-15.94 15.785a933.32 933.32 0 0 1-3.855 3.053c-.058.04.252 1.35.687 2.907.435 1.558.793 2.975.793 3.148 0 .172.387.765.86 1.317.472.553 1.26 2.033 1.747 3.29.49 1.258 1.113 2.65 1.388 3.098.275.447.65.812.835.812.4 0 2.205-1.245 6.295-4.342 1.91-1.448 5.145-4.388 8.905-8.1 3.247-3.205 6.732-6.835 7.742-8.068 2.53-3.085 5.558-7.46 8.013-11.58 1.135-1.905 2.56-4.015 3.165-4.69.605-.672 1.362-1.29 1.685-1.37.4-.1.64-.395.757-.925.123-.557.095-.757-.105-.822-.202-.068-.285-2.945-.285-10.1 0-5.74.095-9.993.228-10.043.267-.097.772-6.96.772-10.477 0-1.65.095-2.473.295-2.538.353-.117.675-2.76.693-5.665.01-1.562.107-2.167.387-2.375.275-.202.42-1.017.538-3.027.09-1.513.257-2.813.372-2.888.315-.207.715-2.612.715-4.305 0-1.062.113-1.582.385-1.782.255-.188.435-.89.538-2.09.082-.995.235-1.81.335-1.81.257 0 .742-2.038.742-3.11 0-.49.1-.89.22-.89.285 0 .78-1.97.78-3.11 0-.49.103-.89.225-.89.365 0 .775-1.478.775-2.788 0-.865.1-1.212.345-1.212.405 0 .645-.755.65-2.035.003-.548.143-.965.353-1.045.192-.075.382-.55.475-1.09.145-.863.12-1.095-.515-1.733-.398-.397-.898-1.23-1.113-1.847-.215-.618-.815-2.458-1.33-4.088-.76-2.397-.865-3.047-.59-3.215.275-.17.243-.262-.137-.68-.263-.29-.75-.505-1.115-.49-.358.015-2.055.408-3.775.873l.002-.005ZM132.98 205.85c0 .883-.11 1.643-.247 1.688-.283.095-.748 6.975-.75 11.125-.003 1.66-.105 2.825-.255 2.875-.353.117-.743 2.717-.745 4.957l-.003 1.875 1.133.603c.687.365 2.33 1.872 4.167 3.827 2.738 2.91 8.235 7.815 12.478 11.133 1.88 1.47 4.195 2.957 7.47 4.805 1.305.735 3.64 2.175 5.185 3.195 1.545 1.02 2.895 1.817 3 1.772.105-.045.65-.357 1.215-.692.932-.555 1.077-.783 1.582-2.5.305-1.04 1.21-3.578 2.01-5.64.8-2.063 1.528-4.103 1.62-4.535.158-.745.065-.865-1.827-2.375-1.97-1.575-2.643-2.003-6.785-4.333-2.388-1.342-5.895-3.83-8.088-5.732-1.85-1.605-7.642-7.768-10.37-11.033-1.145-1.37-3.105-4.002-4.352-5.85-1.248-1.845-2.673-3.805-3.168-4.352-.922-1.025-2.682-2.415-3.06-2.415-.117 0-.212.722-.212 1.605l.002-.003Zm97.375 49.673c-2.475 1.66-5.4 3.45-6.5 3.977-1.1.528-3.405 1.49-5.125 2.14-1.72.65-4.137 1.715-5.375 2.365-1.237.653-2.812 1.365-3.5 1.583-.687.217-2.627.682-4.31 1.035-1.682.352-4.157.985-5.5 1.407-2.057.648-3.047.8-6.315.973-2.132.112-5.527.335-7.55.497-3.147.25-4.117.235-6.76-.107-1.697-.22-4.037-.4-5.2-.403-1.162-.002-2.897-.17-3.857-.372-1.67-.353-3.893-1.32-6.45-2.805l-1.193-.693-.512.625c-.938 1.145-1.698 3.093-2.465 6.323-1.04 4.375-2.18 10.555-2.778 15.052-.302 2.268-.557 6.023-.645 9.5-.127 5.025-.077 6.255.393 9.75.295 2.2.767 5.125 1.045 6.5.28 1.375 1.012 4.02 1.627 5.875.618 1.855 1.733 4.613 2.483 6.125.747 1.513 2.087 3.718 2.975 4.9.887 1.183 2.275 2.763 3.082 3.51.808.748 2.115 1.788 2.903 2.313.787.522 2.115 1.227 2.945 1.565.832.337 2.39.742 3.462.9 1.485.217 2.41.212 3.868-.013 3.545-.55 7.357-2.142 11.977-4.997 3.188-1.973 7.605-5.36 10.38-7.963 1.295-1.215 3.475-3.502 4.843-5.085a130.884 130.884 0 0 0 4.722-5.862c2.808-3.75 7.868-11.85 11.175-17.895 1.393-2.548 3.253-6.208 4.133-8.135 1.77-3.88 3.417-8.278 4.75-12.678.482-1.592 1.217-4.527 1.632-6.522 1.01-4.86 1.843-11.213 1.693-12.928-.068-.765-.363-1.862-.655-2.437-.293-.575-.615-1.043-.715-1.04-.1.002-2.208 1.362-4.683 3.022v-.002Z",
|
|
@@ -45,8 +45,8 @@ const CayCoreIcon = ({
|
|
|
45
45
|
strokeLinejoin: "round",
|
|
46
46
|
fillRule: "evenodd",
|
|
47
47
|
clipRule: "evenodd",
|
|
48
|
-
stroke: "#B71B13",
|
|
49
48
|
strokeWidth: 0.2,
|
|
49
|
+
stroke: "#B71B13",
|
|
50
50
|
fill: "#B71B13"
|
|
51
51
|
}), /*#__PURE__*/_jsx(Path, {
|
|
52
52
|
d: "M235.086 130.237c-.285.115-.813.558-1.168.98-.5.593-.682 1.155-.807 2.46-.188 1.96-.993 5.23-2.295 9.318-.758 2.38-.92 3.262-.938 5.125-.012 1.302-.152 2.48-.335 2.795-.172.3-.312.737-.312.972s-.198.575-.438.758c-.24.182-.505.335-.587.34-.313.017-.993-1.98-1.7-4.998-.405-1.722-1.09-4.027-1.523-5.125-.432-1.097-1.5-3.345-2.37-4.995-.87-1.65-1.725-3.482-1.9-4.072-.195-.658-.677-1.398-1.252-1.915l-.935-.845-7.71.165c-10.65.23-18.993.207-27.085-.07-5.193-.178-7.59-.278-8.808-.215-1.217.062-1.26.285-1.742.752-.568.55-.925 1.215-1.14 2.118-.173.722-1.153 3.007-2.18 5.072-1.028 2.068-2.213 4.82-2.633 6.118-.42 1.297-1.065 3.772-1.432 5.5-.563 2.642-.668 3.755-.665 7.015.002 3.43.097 4.305.817 7.625.448 2.062 1.16 4.792 1.58 6.067.423 1.275 1.36 3.355 2.088 4.625.727 1.268 1.977 3.205 2.78 4.305 2.155 2.953 6.572 7.28 9.222 9.04 2.343 1.555 5.053 2.818 7.863 3.665 1.25.378 2.64.518 6.04.61 3.495.095 4.84.033 6.462-.295 2.21-.447 5.04-1.487 7.26-2.667 1.305-.695 3.768-2.49 6.73-4.908.715-.585 1.44-1.062 1.608-1.062.167 0 .45.567.627 1.262.31 1.213.298 1.298-.337 2.218-.365.525-.778 1.377-.92 1.892-.143.515-.188 1.22-.1 1.568.117.47-.06.96-.708 1.932a33.694 33.694 0 0 0-1.622 2.803c-.415.825-1.178 2.895-1.69 4.6-.513 1.707-1.245 3.857-1.625 4.782-.683 1.658-1.82 3.535-2.808 4.633l-.505.562h.768c.627 0 .797.125.94.688.1.397-.018 1.562-.28 2.75-.343 1.565-.568 2.1-.928 2.215-.432.137-.407.217.29.915.623.622 1.023.785 2.153.88 1.137.095 1.627-.003 2.712-.533.728-.355 1.77-1.03 2.315-1.495 1.865-1.595 3.908-2.887 5.803-3.677 1.042-.435 2.58-.93 3.417-1.103 1.443-.295 1.523-.35 1.523-1.037 0-.435.482-1.495 1.2-2.643 1.162-1.855 4.9-10.527 7.742-17.96.763-1.992 2.59-6.775 4.06-10.625 3.883-10.16 7.813-21.102 8.425-23.457.293-1.128.78-2.323 1.085-2.668.533-.6.548-.745.37-3.75-.155-2.61-.297-3.372-.862-4.625-1.065-2.362-1.365-4.05-1.213-6.817.098-1.783.018-3.028-.292-4.565-.42-2.073-.758-2.853-1.135-2.62-.26.16-5.848.472-7.38.412-.688-.027-1.41-.095-1.65-.17-.24-.072-.475-.31-.475-.505 0-.392-.588-.442-1.395-.115v-.005Z",
|
|
@@ -56,8 +56,8 @@ const CayCoreIcon = ({
|
|
|
56
56
|
strokeLinejoin: "round",
|
|
57
57
|
fillRule: "evenodd",
|
|
58
58
|
clipRule: "evenodd",
|
|
59
|
-
stroke: "#E1423E",
|
|
60
59
|
strokeWidth: 0.2,
|
|
60
|
+
stroke: "#E1423E",
|
|
61
61
|
fill: "#E1423E"
|
|
62
62
|
}), /*#__PURE__*/_jsx(Path, {
|
|
63
63
|
d: "M154.75 129.893c-.808.68-.815.7-.278.898.468.172.523.322.375 1.015-.095.447-.617 1.995-1.157 3.437a69.004 69.004 0 0 0-1.708 5.375 59.286 59.286 0 0 0-1.127 5.625 252.333 252.333 0 0 1-.888 5.72c-.27 1.585-.485 4.018-.485 5.493 0 3.515 1.293 12.445 2.37 16.377.463 1.683 1.255 4.123 1.763 5.423 1.487 3.81 4.43 9.68 6.112 12.19.858 1.28 2.868 3.685 4.47 5.347 1.603 1.663 3.98 3.915 5.288 5.008 1.305 1.092 3.29 2.597 4.407 3.342 4.058 2.708 8.688 4.8 13.593 6.14 1.97.54 2.6.583 8.625.583 5.922 0 6.697-.05 8.707-.56 1.215-.31 2.74-.563 3.395-.563.915 0 1.303-.13 1.693-.562.987-1.098 2.125-2.975 2.807-4.633.38-.925 1.11-3.075 1.625-4.782.513-1.708 1.275-3.778 1.69-4.6a32.352 32.352 0 0 1 1.623-2.803c.645-.972.825-1.462.707-1.932-.087-.345-.042-1.05.1-1.568.143-.515.558-1.37.925-1.897l.665-.96-.552-2.07c-.305-1.138-.64-2.163-.75-2.278-.315-.332-1.973.665-4.133 2.485-1.1.928-2.807 2.213-3.795 2.86-1.937 1.268-5.197 2.723-7.665 3.423-1.24.352-2.537.437-6.665.437-4.127 0-5.425-.085-6.665-.437-2.685-.763-5.875-2.233-8.205-3.785-1.24-.825-3.157-2.413-4.257-3.525-1.1-1.113-2.658-2.918-3.46-4.013-.803-1.095-2.053-3.027-2.78-4.297-.728-1.268-1.665-3.35-2.088-4.625-.422-1.275-1.132-4.005-1.58-6.068-.72-3.32-.815-4.195-.817-7.625-.003-3.26.102-4.372.665-7.015.367-1.727 1.012-4.202 1.432-5.5.42-1.297 1.605-4.05 2.633-6.117 1.027-2.068 2.005-4.338 2.172-5.048.223-.935.445-1.327.813-1.422.487-.128.482-.158-.148-.788-.537-.537-1.002-.692-2.625-.877-1.085-.123-4.727-.455-8.097-.74-3.368-.285-6.525-.578-7.015-.653-.725-.112-1.043-.01-1.715.558v.007Zm96.48-.105c-1.855.258-3.965.588-4.688.733-.722.145-1.312.395-1.312.557 0 .163.18 1.138.4 2.17.282 1.33.362 2.625.275 4.455-.14 2.898.152 4.555 1.217 6.92.563 1.248.708 2.025.865 4.625.105 1.72.27 3.323.368 3.563.097.24.277.437.4.437.43 0 1.7-2.052 2.37-3.827.962-2.55 1.8-4.18 2.592-5.048.528-.577.783-1.26 1.108-2.965.232-1.217.98-3.947 1.662-6.062.735-2.278 1.24-4.305 1.24-4.973v-1.125l-1.562.038c-.86.02-3.083.247-4.938.505l.003-.003Zm-22.75.723c-1.168.102-3.555.197-5.305.212l-3.18.025-.908.798c-.75.657-.845.845-.547 1.062.197.145.505.715.68 1.265.175.55 1.03 2.35 1.895 4 .867 1.65 1.93 3.898 2.365 4.993.432 1.095 1.16 3.547 1.615 5.447.547 2.285 1.07 3.848 1.542 4.608.395.632.9 1.267 1.125 1.407.318.198.685.058 1.623-.617.965-.695 1.245-1.058 1.362-1.78.08-.5.288-1.078.46-1.285.22-.263.265-.848.15-1.95-.127-1.25-.037-2.038.445-3.825a186.507 186.507 0 0 1 1.52-5.215c.51-1.655 1.038-4.058 1.195-5.438.203-1.777.378-2.472.62-2.472.188 0 .34-.093.34-.208 0-.112-.26-.45-.577-.75-.498-.467-.843-.537-2.438-.505a75.241 75.241 0 0 0-3.985.225l.003.003Zm-5.25 79.885c-1.03.35-2.505.975-3.278 1.385-.77.41-2.232 1.415-3.25 2.23-1.017.817-2.405 1.765-3.085 2.11-1.327.67-2.807.8-4.077.36-.658-.23-.965-.163-2.225.472-2.03 1.023-5.273 2.138-9.565 3.283-2.008.535-4.493 1.275-5.523 1.645-1.03.37-3.817 1.672-6.19 2.895-2.372 1.222-4.475 2.222-4.67 2.222-.195 0-.43.238-.522.525-.093.29-.91 1.498-1.82 2.688-1.763 2.305-3.035 4.415-3.043 5.047-.005.458 2.053 2.083 3.268 2.58.527.215 2.48.425 5.102.545 6.843.318 8.755.263 11.5-.332 1.375-.298 3.625-.718 5-.935 1.375-.218 2.95-.505 3.5-.643.55-.137 2.97-.932 5.375-1.767 2.405-.835 5.105-1.898 6-2.363.895-.465 2.47-1.575 3.5-2.467 1.03-.893 2.403-2.045 3.048-2.563.66-.527 1.182-1.157 1.192-1.44.05-1.325.845-4.17 1.628-5.817.715-1.503.845-2.02.727-2.883-.092-.675.045-1.777.383-3.092.535-2.083.642-3.233.372-3.938-.087-.225-.435-.392-.812-.39-.363.003-1.505.293-2.535.645v-.002Z",
|
|
@@ -67,8 +67,8 @@ const CayCoreIcon = ({
|
|
|
67
67
|
strokeLinejoin: "round",
|
|
68
68
|
fillRule: "evenodd",
|
|
69
69
|
clipRule: "evenodd",
|
|
70
|
-
stroke: "#D2352F",
|
|
71
70
|
strokeWidth: 0.2,
|
|
71
|
+
stroke: "#D2352F",
|
|
72
72
|
fill: "#D2352F"
|
|
73
73
|
}), /*#__PURE__*/_jsx(Path, {
|
|
74
74
|
d: "M191.23 108.268c-1.855.11-5.68.32-8.5.467-5.02.263-7.07.443-13.125 1.145-5.985.695-9.157 1.128-12.792 1.75-2.038.35-4.325.735-5.083.858-.757.122-1.882.33-2.5.46l-4.825 1.012c-5.112 1.073-13.37 3.19-15.925 4.085-3.305 1.16-6.09 2.61-7.097 3.698-.498.537-.905 1.067-.903 1.175 0 .35 2.31 1.487 4.435 2.185 1.133.372 2.125.78 2.203.907.077.128.482.23.897.23.415 0 1.655.23 2.755.51 3.06.78 8.895 2.01 10.71 2.253.895.12 2.918.395 4.5.607 7.195.973 8.72 1.16 10.125 1.248 1.443.09 10.988.927 14.875 1.305 1.03.1 2.775.192 3.875.207 1.1.013 5.095.13 8.875.26 8.38.288 16.79.3 27.375.04 12.855-.317 25.803-1.005 26.193-1.395.145-.145-.008-.312-.343-.42-.455-.145-.477-.28-.335-.925.093-.422.368-1.34.613-2.04.262-.757.572-1.242.765-1.197.267.065.275.02.042-.26-.21-.253-.09-.953.485-2.828.42-1.37.92-2.615 1.11-2.767.19-.153.348-.518.348-.813 0-.295.112-.535.25-.535.137 0 .25-.11.25-.242 0-.155-.128-.193-.36-.105-.29.112-.268-.163.127-1.445.268-.87.803-2.918 1.188-4.548.447-1.9.605-2.987.435-3.032-.145-.038-.715-.188-1.265-.33-1.215-.318-7.68-.725-16.75-1.053-3.713-.135-9.73-.36-13.375-.5-7.37-.282-14.158-.272-19.25.028l-.003.005Z",
|
|
@@ -78,8 +78,8 @@ const CayCoreIcon = ({
|
|
|
78
78
|
strokeLinejoin: "round",
|
|
79
79
|
fillRule: "evenodd",
|
|
80
80
|
clipRule: "evenodd",
|
|
81
|
-
stroke: "#F3C7C8",
|
|
82
81
|
strokeWidth: 0.2,
|
|
82
|
+
stroke: "#F3C7C8",
|
|
83
83
|
fill: "#F3C7C8"
|
|
84
84
|
}), /*#__PURE__*/_jsx(Path, {
|
|
85
85
|
d: "M283.995 20.558c-.387.86-1.125 2.742-1.637 4.187-1.195 3.365-3.763 9.76-4.565 11.375-.343.688-1.118 1.95-1.723 2.805-.605.855-1.425 2.24-1.822 3.075-.395.837-.91 2.303-1.145 3.258-.245 1.005-.84 2.395-1.408 3.3-1.85 2.942-2.715 5.044-3.702 8.99-.69 2.755-1.303 4.542-2.103 6.134-.62 1.238-1.427 3.305-1.79 4.596-.362 1.29-1.147 3.357-1.745 4.594-.597 1.238-1.387 3.376-1.757 4.75-.37 1.376-.885 3.038-1.143 3.698-.257.658-.47 1.59-.47 2.073 0 .48.193 1.167.428 1.527.235.358.995.915 1.687 1.24.97.453 1.693.588 3.135.588 1.03 0 2.595-.118 3.478-.26.88-.143 2.582-.35 3.782-.46 2.89-.268 4.2-.908 5.468-2.678.532-.745 1.285-2.112 1.667-3.037 2.258-5.456 4.75-10.865 5.55-12.06.773-1.153.91-1.55.84-2.456-.055-.73.038-1.174.285-1.374.203-.163.5-.858.665-1.546.363-1.522 3.428-8.83 3.958-9.432.21-.237.405-.875.435-1.417.032-.558.29-1.28.595-1.668.405-.515.5-.885.387-1.49-.117-.625-.032-.917.378-1.297.29-.27.465-.658.387-.863-.077-.203.078-.883.348-1.51.27-.628.73-2.025 1.022-3.108.293-1.08.63-2.19.75-2.465.12-.275.523-2.397.898-4.717.68-4.207.682-4.222.247-6.247-.24-1.116-.65-2.33-.91-2.698-.262-.367-.475-.84-.475-1.05 0-.21-.225-.453-.5-.54-.275-.087-.5-.293-.5-.455 0-.408-4.042-3.635-5.442-4.343-.628-.317-1.525-.577-1.99-.577-.8 0-.89.09-1.553 1.563l-.01-.005ZM165.73 358.81c0 .395-1.932 2.292-3.837 3.8-.668.527-1.53 1.397-1.918 1.932-.575.793-.665 1.103-.497 1.69.112.395.47 1.083.792 1.528.323.445 1.238 1.237 2.035 1.757.798.52 2.34 1.283 3.428 1.698 1.087.415 3.362 1.098 5.055 1.513 3.722.915 10.235 1.947 14.317 2.267 1.65.13 4.288.407 5.86.617 2.143.285 5.278.383 12.51.383 7.065 0 10.42-.1 12.515-.37 1.575-.203 4.158-.488 5.74-.633 4.01-.367 10.65-1.415 13.625-2.15 3.383-.835 6.22-1.775 7.875-2.61.758-.38 1.838-1.092 2.405-1.582.568-.49 1.218-1.287 1.45-1.772.39-.825.39-.946.003-1.761-.228-.48-1.363-1.734-2.568-2.834s-2.367-2.373-2.537-2.783c-.235-.57-.523-.785-1.218-.918-.5-.095-2.822-.035-5.16.135-2.337.17-5.91.396-7.94.503-2.03.108-3.76.265-3.847.35-.268.268.587 1.33 2.085 2.588a56.733 56.733 0 0 1 2.382 2.117c.68.655.943 1.117.943 1.657 0 .558-.255.98-.988 1.643-.545.492-1.42 1.112-1.945 1.382-1.072.548-4.907 1.623-7.19 2.018-.825.143-3.187.438-5.25.655-2.567.27-6.192.395-11.5.397-5.79 0-8.477-.099-10.625-.402-6.27-.88-10.367-1.803-12.247-2.755-1.135-.575-2.753-2.13-2.753-2.647 0-.14.168-.578.37-.973.395-.765 1.615-1.805 3.928-3.348.782-.522 1.73-1.234 2.105-1.582.54-.5.607-.673.327-.82-.57-.3-6.412-.738-12.292-.918-4.645-.142-5.438-.082-5.438.225v.003Z",
|
|
@@ -89,8 +89,8 @@ const CayCoreIcon = ({
|
|
|
89
89
|
strokeLinejoin: "round",
|
|
90
90
|
fillRule: "evenodd",
|
|
91
91
|
clipRule: "evenodd",
|
|
92
|
-
stroke: "#DADADA",
|
|
93
92
|
strokeWidth: 0.2,
|
|
93
|
+
stroke: "#DADADA",
|
|
94
94
|
fill: "#DADADA"
|
|
95
95
|
}), /*#__PURE__*/_jsx(Path, {
|
|
96
96
|
d: "M262.73 355.793c-2.132.405-4.297.845-4.812.98-.663.172-.938.38-.938.71 0 .257.478.922 1.063 1.477s1.88 1.583 2.882 2.283c1 .7 2.15 1.733 2.558 2.293.405.56.807 1.392.892 1.847.085.455.018 1.252-.155 1.767-.17.515-.842 1.473-1.495 2.123-.675.675-2.03 1.61-3.152 2.173-2.543 1.275-7.548 3.002-11.968 4.129a111.35 111.35 0 0 1-7.125 1.521c-5.815 1.007-12.832 1.842-16.875 2.007-2.062.085-5.1.325-6.752.535-2.435.31-5.268.362-15 .285-9.37-.078-13.393-.215-18.373-.628-3.507-.292-7.725-.707-9.375-.925-6.59-.865-13.142-1.96-15.75-2.632-3.495-.9-7.13-2.212-10-3.61-1.257-.612-2.87-1.653-3.655-2.358-.772-.692-1.587-1.647-1.812-2.12-.225-.472-.408-1.305-.408-1.847 0-.695.218-1.288.73-1.998.753-1.037 1.713-1.894 4.493-3.984.882-.663 1.815-1.598 2.067-2.076l.458-.87-.563-.217c-.497-.192-6.062-.97-9.62-1.342l-1.31-.138-1.117 1.242c-.798.888-1.88 1.643-3.715 2.608-1.873.982-2.995 1.78-4.183 2.962-.897.895-2.13 2.503-2.71 3.518-.58 1.015-1.03 1.935-1.03 2.1 0 .447 1.893 1.885 2.485 1.885.295 0 .515.162.515.382 0 .21.198.458.438.55.24.093.655.37.922.618.268.247.745.45 1.063.45.317 0 .582.14.585.312.005.173.517.623 1.14 1 .622.378 1.237.688 1.367.688.13 0 .46.225.735.5.275.275.725.5 1 .5s.725.225 1 .5.78.5 1.125.5c.368 0 .625.142.625.347 0 .403.533.653 1.395.653.35 0 .605.147.605.347 0 .4.533.653 1.375.653.32 0 .625.127.678.282.102.308.565.318 3.495.073 1.64-.135 2.455-.032 5.185.623a151.91 151.91 0 0 0 6.642 1.397c5.79 1.062 16.695 2.385 21.75 2.638 8.595.43 25.375.739 32.375.599 3.78-.075 8.618-.3 10.75-.5 2.133-.2 5.508-.465 7.5-.59 1.993-.125 5.968-.54 8.833-.922 4.767-.635 5.39-.668 7.375-.388 2.425.343 3.837.365 4.035.06.072-.112.687-.262 1.367-.337.68-.075 1.355-.298 1.5-.498.145-.197.82-.422 1.5-.5.71-.08 1.36-.31 1.528-.54.16-.22.492-.4.735-.4.7 0 2.377-.557 2.377-.79 0-.115.28-.21.625-.21s.85-.225 1.125-.5.758-.5 1.073-.5c.315 0 1.007-.222 1.542-.495a15.804 15.804 0 0 1 1.803-.769c.457-.15.832-.366.832-.476 0-.11.325-.264.72-.342.395-.08.875-.3 1.065-.49.19-.19.645-.42 1.013-.513.367-.092.82-.307 1.005-.48.187-.172.982-.645 1.767-1.052.785-.408 1.43-.885 1.43-1.063 0-.177.183-.322.405-.322.543 0 2.575-1.303 2.585-1.655.005-.155.32-.342.703-.42.382-.077 1.11-.543 1.617-1.038l.925-.897-1.65-2.138c-1.65-2.137-3.84-4.002-6.46-5.5-1.457-.832-3.625-2.959-3.625-3.519 0-.285-.245-.326-.937-.303-.515.017-2.68.363-4.813.768v.007Z",
|
|
@@ -100,8 +100,8 @@ const CayCoreIcon = ({
|
|
|
100
100
|
strokeLinejoin: "round",
|
|
101
101
|
fillRule: "evenodd",
|
|
102
102
|
clipRule: "evenodd",
|
|
103
|
-
stroke: "#B6B7B8",
|
|
104
103
|
strokeWidth: 0.2,
|
|
104
|
+
stroke: "#B6B7B8",
|
|
105
105
|
fill: "#B6B7B8"
|
|
106
106
|
}), /*#__PURE__*/_jsx(Path, {
|
|
107
107
|
d: "M150.355 356.938c-.137.1-.432.52-.657.932-.225.413-1.118 1.293-1.995 1.955-2.813 2.13-3.745 2.953-4.493 3.985-.515.71-.73 1.303-.73 1.998 0 .542.183 1.375.408 1.847.225.473 1.04 1.428 1.812 2.12.785.705 2.398 1.743 3.655 2.358 2.87 1.4 6.505 2.712 10 3.61 2.608.67 9.16 1.765 15.75 2.632 1.65.218 5.868.633 9.375.925 4.978.415 9.003.553 18.373.628 9.732.08 12.565.025 15-.285 1.652-.21 4.69-.453 6.752-.535 4.043-.165 11.06-1 16.875-2.008 1.993-.345 5.2-1.03 7.125-1.52 4.42-1.127 9.425-2.855 11.968-4.13 1.122-.562 2.477-1.495 3.152-2.172.653-.653 1.325-1.608 1.495-2.123.17-.515.24-1.31.155-1.767-.085-.455-.487-1.288-.892-1.848s-1.558-1.592-2.558-2.292c-2.13-1.493-3.945-3.158-3.945-3.618 0-.18-.172-.392-.385-.472-.212-.083-2.94.13-6.062.467-3.123.34-6.325.685-7.115.77-.79.085-1.498.253-1.573.373-.28.455.635 1.67 2.675 3.52 1.163 1.055 2.338 2.352 2.568 2.835.39.822.387.935-.003 1.76-.23.485-.882 1.282-1.45 1.772-.567.49-1.65 1.2-2.405 1.583-1.655.832-4.492 1.772-7.875 2.61-2.975.735-9.615 1.782-13.625 2.15-1.582.145-4.165.43-5.74.632-2.097.27-5.452.37-12.515.37-7.235 0-10.367-.095-12.51-.382-1.572-.21-4.21-.488-5.86-.618-4.082-.32-10.592-1.352-14.317-2.267-1.693-.415-3.968-1.098-5.055-1.513-1.088-.415-2.633-1.182-3.428-1.697-.797-.515-1.76-1.383-2.137-1.93-.403-.58-.688-1.33-.688-1.8 0-.643.27-1.068 1.333-2.113.732-.72 2.14-2.02 3.125-2.89.985-.87 1.792-1.777 1.792-1.977 0-.198-.252-.42-.562-.533-.31-.112-2.138-.347-4.063-.517-1.925-.173-4.772-.47-6.325-.663-1.555-.192-3.13-.35-3.5-.347-.37.002-.787.087-.925.187v-.002Z",
|
|
@@ -111,8 +111,8 @@ const CayCoreIcon = ({
|
|
|
111
111
|
strokeLinejoin: "round",
|
|
112
112
|
fillRule: "evenodd",
|
|
113
113
|
clipRule: "evenodd",
|
|
114
|
-
stroke: "#C6C7C8",
|
|
115
114
|
strokeWidth: 0.2,
|
|
115
|
+
stroke: "#C6C7C8",
|
|
116
116
|
fill: "#C6C7C8"
|
|
117
117
|
}), /*#__PURE__*/_jsx(Path, {
|
|
118
118
|
d: "M128.006 354.33c-.302.49-1.08 1.275-1.725 1.748-.645.47-1.77 1.152-2.525 1.53-1.467.732-4.225 2.602-4.73 3.21-.227.275-.242.532-.055 1.022.138.36.365.655.505.655s.623.383 1.068.85c1.407 1.473 3.515 3.15 3.955 3.15.232 0 .482.225.555.5.072.275.29.5.485.5s.87-.917 1.472-1.982c.635-1.123 1.763-2.575 2.71-3.518 1.18-1.17 2.365-2.007 4.183-2.962 2.665-1.4 4.5-2.975 4.245-3.638-.083-.212-.405-.437-.72-.5-1.723-.342-6.498-1.157-7.598-1.295-1.257-.157-1.282-.147-1.825.73Zm16.743 23.69c-.593.238-.578.258.55.86.637.34 1.5.618 1.92.618.42 0 .762.095.762.21 0 .342 1.21.79 2.138.79.475 0 .862.102.862.225 0 .3 1.398.775 2.288.775.392 0 .712.092.712.207 0 .25 2.243.793 3.27.793.403 0 .73.097.73.215 0 .277 2.518.785 3.895.785.585 0 1.1.115 1.148.252.107.323 2.652.743 4.5.745.78 0 1.455.11 1.5.245.117.345 3.192.748 5.75.753 1.192.002 2.205.107 2.25.232.122.335 5.907.773 10.2.773 2.142 0 3.75.102 3.8.24.047.14 4.002.362 9.482.535 7.198.227 10.74.227 15.125.002 3.15-.16 6.178-.4 6.728-.53.55-.13 1.73-.245 2.625-.255.895-.01 2.582-.185 3.75-.39 1.167-.202 2.52-.427 3-.497 3.345-.493 4.25-.678 4.25-.878 0-.125.477-.23 1.062-.232 1.118-.008 2.968-.355 3.813-.718.275-.117 1.23-.35 2.125-.517.895-.168 1.737-.393 1.875-.5.137-.108.782-.273 1.435-.368.652-.095 1.337-.325 1.525-.51.187-.187.667-.382 1.065-.437l.725-.098-.703-.297c-.387-.165-1.625-.365-2.75-.445-1.51-.108-3.29.025-6.797.512-2.613.363-6.438.768-8.5.898-2.063.132-5.493.402-7.625.6-2.133.2-6.97.422-10.75.5-7 .14-23.78-.17-32.375-.6-5.05-.253-15.953-1.575-21.75-2.638-1.925-.352-4.948-.99-6.643-1.397-3.155-.76-5.785-.928-6.965-.455l-.002-.003Z",
|
|
@@ -122,8 +122,8 @@ const CayCoreIcon = ({
|
|
|
122
122
|
strokeLinejoin: "round",
|
|
123
123
|
fillRule: "evenodd",
|
|
124
124
|
clipRule: "evenodd",
|
|
125
|
-
stroke: "#A9ABAC",
|
|
126
125
|
strokeWidth: 0.2,
|
|
126
|
+
stroke: "#A9ABAC",
|
|
127
127
|
fill: "#A9ABAC"
|
|
128
128
|
}), /*#__PURE__*/_jsx(Path, {
|
|
129
129
|
d: "M265.005 114.558c-.253.585-1.033 2.32-1.738 3.857-1.2 2.623-2.785 7.003-3.235 8.788-.19.755-.2.755.61.907.953.18 4.318-.227 6.215-.75.688-.19 1.7-.415 2.25-.502.55-.088 2.723-.598 4.825-1.135 2.105-.538 4.018-.978 4.25-.98.233 0 .713-.113 1.075-.303a15.93 15.93 0 0 1 1.928-.805c.692-.23 1.395-.58 1.56-.78.165-.197.455-.362.645-.362s.345-.133.345-.308c0-.7-.888-1.505-3.16-2.842-2.93-1.725-6.26-3.293-9.165-4.318-1.988-.7-5.078-1.53-5.7-1.53-.135 0-.45.478-.7 1.063h-.005Z",
|
|
@@ -149,8 +149,8 @@ const CayCoreIcon = ({
|
|
|
149
149
|
strokeLinejoin: "round",
|
|
150
150
|
fillRule: "evenodd",
|
|
151
151
|
clipRule: "evenodd",
|
|
152
|
-
stroke: "#9D9FA0",
|
|
153
152
|
strokeWidth: 0.2,
|
|
153
|
+
stroke: "#9D9FA0",
|
|
154
154
|
fill: "#9D9FA0"
|
|
155
155
|
}), /*#__PURE__*/_jsx(Path, {
|
|
156
156
|
d: "M272.48 353.597c-1.582.433-3.127.875-3.437.983-.328.115-.563.46-.563.747 0 .653 2.05 2.618 3.625 3.52 2.37 1.355 4.83 3.378 6.018 4.95.655.865 1.407 1.82 1.675 2.12.495.555 1.182.533 1.182-.04 0-.175.31-.385.688-.467.377-.083 1.33-.758 2.115-1.5.785-.743 1.6-1.418 1.812-1.498.213-.08.385-.32.385-.53 0-.21.158-.382.348-.382.495 0 .717-.745.352-1.183-.575-.695-3.132-2.29-5.23-3.265-2.12-.985-4.56-2.905-4.85-3.815-.097-.305-.36-.477-.7-.455-.3.018-1.84.388-3.42.818v-.003Z",
|
|
@@ -172,25 +172,25 @@ const CayCoreIcon = ({
|
|
|
172
172
|
children: [/*#__PURE__*/_jsxs(RadialGradient, {
|
|
173
173
|
gradientTransform: "translate(271.605 133.07) scale(20.51)",
|
|
174
174
|
gradientUnits: "userSpaceOnUse",
|
|
175
|
+
r: 1 / pathScale,
|
|
175
176
|
id: "a",
|
|
176
177
|
cx: 0,
|
|
177
178
|
cy: 0,
|
|
178
|
-
r: 1 / pathScale,
|
|
179
179
|
children: [/*#__PURE__*/_jsx(Stop, {
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
stopColor: "#E29D9D",
|
|
181
|
+
offset: 0.333
|
|
182
182
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
183
|
-
|
|
184
|
-
|
|
183
|
+
stopColor: "#E4ADAE",
|
|
184
|
+
offset: 0.4
|
|
185
185
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
stopColor: "#E6B6B7",
|
|
187
|
+
offset: 0.467
|
|
188
188
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
stopColor: "#F0C3CA",
|
|
190
|
+
offset: 0.933
|
|
191
191
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
stopColor: "#EFC7D0",
|
|
193
|
+
offset: 1
|
|
194
194
|
})]
|
|
195
195
|
}), /*#__PURE__*/_jsxs(RadialGradient, {
|
|
196
196
|
gradientTransform: "translate(297.063 344.983) scale(22.085)",
|
|
@@ -202,14 +202,14 @@ const CayCoreIcon = ({
|
|
|
202
202
|
children: [/*#__PURE__*/_jsx(Stop, {
|
|
203
203
|
stopColor: "#99948F"
|
|
204
204
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
stopColor: "#989795",
|
|
206
|
+
offset: 0.333
|
|
207
207
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
208
|
-
|
|
209
|
-
|
|
208
|
+
stopColor: "#A2A09F",
|
|
209
|
+
offset: 0.867
|
|
210
210
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
stopColor: "#A7A29E",
|
|
212
|
+
offset: 1
|
|
213
213
|
})]
|
|
214
214
|
}), /*#__PURE__*/_jsxs(RadialGradient, {
|
|
215
215
|
gradientTransform: "translate(269.848 370.97) scale(19.8675)",
|
|
@@ -219,17 +219,17 @@ const CayCoreIcon = ({
|
|
|
219
219
|
cx: 0,
|
|
220
220
|
cy: 0,
|
|
221
221
|
children: [/*#__PURE__*/_jsx(Stop, {
|
|
222
|
-
|
|
223
|
-
|
|
222
|
+
stopColor: "#ADAEAE",
|
|
223
|
+
offset: 0.533
|
|
224
224
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
stopColor: "#ACADAC",
|
|
226
|
+
offset: 0.667
|
|
227
227
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
228
|
-
|
|
229
|
-
|
|
228
|
+
stopColor: "#A7A5A4",
|
|
229
|
+
offset: 0.867
|
|
230
230
|
}), /*#__PURE__*/_jsx(Stop, {
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
stopColor: "#A5A4A2",
|
|
232
|
+
offset: 1
|
|
233
233
|
})]
|
|
234
234
|
})]
|
|
235
235
|
})]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["RadialGradient","Path","Defs","Stop","Svg","jsx","_jsx","jsxs","_jsxs","CayCoreIcon","size","style","props","pathScale","height","width","children","d","transform","scale","strokeLinejoin","clipRule","fillRule","
|
|
1
|
+
{"version":3,"names":["RadialGradient","Path","Defs","Stop","Svg","jsx","_jsx","jsxs","_jsxs","CayCoreIcon","size","style","props","pathScale","height","width","children","d","transform","scale","strokeLinejoin","clipRule","fillRule","strokeWidth","stroke","fill","gradientTransform","gradientUnits","r","id","cx","cy","stopColor","offset"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/cayCoreIcon/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -21,46 +21,46 @@ const EnUsIcon = ({
|
|
|
21
21
|
},
|
|
22
22
|
...props,
|
|
23
23
|
children: [/*#__PURE__*/_jsx(Mask, {
|
|
24
|
-
id: "a",
|
|
25
24
|
maskUnits: "userSpaceOnUse",
|
|
25
|
+
style: stylesheet.mask,
|
|
26
26
|
height: 32,
|
|
27
27
|
width: 32,
|
|
28
|
+
id: "a",
|
|
28
29
|
x: 0,
|
|
29
30
|
y: 0,
|
|
30
|
-
style: stylesheet.mask,
|
|
31
31
|
children: /*#__PURE__*/_jsx(Path, {
|
|
32
|
-
fill: "#fff",
|
|
33
32
|
d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z",
|
|
34
33
|
transform: [{
|
|
35
34
|
scale: 1 / pathScale
|
|
36
|
-
}]
|
|
35
|
+
}],
|
|
36
|
+
fill: "#fff"
|
|
37
37
|
})
|
|
38
38
|
}), /*#__PURE__*/_jsxs(G, {
|
|
39
39
|
mask: "url(#a)",
|
|
40
40
|
children: [/*#__PURE__*/_jsx(Path, {
|
|
41
|
-
fill: "#EEE",
|
|
42
41
|
d: "M16 0h16v4l-2 2 2 2v4l-2 2 2 2v4l-2 2 2 2v4l-16 2-16-2v-4l2-2-2-2v-4L16 0Z",
|
|
43
42
|
transform: [{
|
|
44
43
|
scale: 1 / pathScale
|
|
45
|
-
}]
|
|
44
|
+
}],
|
|
45
|
+
fill: "#EEE"
|
|
46
46
|
}), /*#__PURE__*/_jsx(Path, {
|
|
47
|
-
fill: "#D80027",
|
|
48
47
|
d: "M14 4h18v4H14V4Zm0 8h18v4H16l-2-4ZM0 20h32v4H0v-4Zm0 8h32v4H0v-4Z",
|
|
49
48
|
transform: [{
|
|
50
49
|
scale: 1 / pathScale
|
|
51
|
-
}]
|
|
50
|
+
}],
|
|
51
|
+
fill: "#D80027"
|
|
52
52
|
}), /*#__PURE__*/_jsx(Path, {
|
|
53
|
-
fill: "#0052B4",
|
|
54
|
-
d: "M0 0h16v16H0V0Z",
|
|
55
53
|
transform: [{
|
|
56
54
|
scale: 1 / pathScale
|
|
57
|
-
}]
|
|
55
|
+
}],
|
|
56
|
+
d: "M0 0h16v16H0V0Z",
|
|
57
|
+
fill: "#0052B4"
|
|
58
58
|
}), /*#__PURE__*/_jsx(Path, {
|
|
59
|
-
fill: "#EEE",
|
|
60
59
|
d: "m11.688 15.188 3.562-2.563h-4.375l3.563 2.563L13.062 11l-1.374 4.188Zm-5.063 0 3.563-2.563H5.811l3.563 2.563L8 11l-1.375 4.188Zm-5.063 0 3.563-2.563H.75l3.563 2.563L2.938 11l-1.376 4.188Zm10.126-5.063 3.562-2.563h-4.375l3.563 2.563-1.376-4.188-1.374 4.188Zm-5.063 0 3.563-2.563H5.811l3.563 2.563L8 5.937l-1.375 4.188Zm-5.063 0 3.563-2.563H.75l3.563 2.563-1.375-4.188-1.376 4.188ZM11.688 5l3.562-2.563h-4.375L14.438 5 13.062.812 11.688 5ZM6.625 5l3.563-2.563H5.811L9.376 5 8 .812 6.625 5ZM1.562 5l3.563-2.563H.75L4.313 5 2.938.812 1.562 5Z",
|
|
61
60
|
transform: [{
|
|
62
61
|
scale: 1 / pathScale
|
|
63
|
-
}]
|
|
62
|
+
}],
|
|
63
|
+
fill: "#EEE"
|
|
64
64
|
})]
|
|
65
65
|
})]
|
|
66
66
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Path","Mask","Svg","G","jsx","_jsx","jsxs","_jsxs","stylesheet","mask","maskType","EnUsIcon","size","style","props","pathScale","height","width","children","
|
|
1
|
+
{"version":3,"names":["Path","Mask","Svg","G","jsx","_jsx","jsxs","_jsxs","stylesheet","mask","maskType","EnUsIcon","size","style","props","pathScale","height","width","children","maskUnits","id","x","y","d","transform","scale","fill"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/enUSIcon/index.tsx"],"mappings":";;AAGA,SACIA,IAAI,EACJC,IAAI,EACJC,GAAG,EACHC,CAAC,QACE,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,UAAU,GAAG;EACfC,IAAI,EAAE;IACFC,QAAQ,EAAE;EACd;AACJ,CAAC;AAED,MAAMC,QAAQ,GAAGA,CAAC;EACdC,IAAI,GAAG,EAAE;EACTC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAMC,SAAS,GAAG,EAAE,GAAGH,IAAI;EAE3B,oBAAOL,KAAA,CAACL,GAAG;IACPc,MAAM,EAAEJ,IAAK;IACbK,KAAK,EAAEL,IAAK;IACZC,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAA,GACEC,KAAK;IAAAI,QAAA,gBAETb,IAAA,CAACJ,IAAI;MACDkB,SAAS,EAAC,gBAAgB;MAC1BN,KAAK,EAAEL,UAAU,CAACC,IAAK;MACvBO,MAAM,EAAE,EAAG;MACXC,KAAK,EAAE,EAAG;MACVG,EAAE,EAAC,GAAG;MACNC,CAAC,EAAE,CAAE;MACLC,CAAC,EAAE,CAAE;MAAAJ,QAAA,eAELb,IAAA,CAACL,IAAI;QACDuB,CAAC,EAAC,0EAA0E;QAC5EC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFW,IAAI,EAAC;MAAM,CACd;IAAC,CACA,CAAC,eACPnB,KAAA,CAACJ,CAAC;MACEM,IAAI,EAAC,SAAS;MAAAS,QAAA,gBAEdb,IAAA,CAACL,IAAI;QACDuB,CAAC,EAAC,4EAA4E;QAC9EC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFW,IAAI,EAAC;MAAM,CACd,CAAC,eACFrB,IAAA,CAACL,IAAI;QACDuB,CAAC,EAAC,mEAAmE;QACrEC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFW,IAAI,EAAC;MAAS,CACjB,CAAC,eACFrB,IAAA,CAACL,IAAI;QACDwB,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFQ,CAAC,EAAC,iBAAiB;QACnBG,IAAI,EAAC;MAAS,CACjB,CAAC,eACFrB,IAAA,CAACL,IAAI;QACDuB,CAAC,EAAC,4hBAA4hB;QAC9hBC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFW,IAAI,EAAC;MAAM,CACd,CAAC;IAAA,CACH,CAAC;EAAA,CACH,CAAC;AACV,CAAC;AACD,eAAef,QAAQ","ignoreList":[]}
|
|
@@ -18,17 +18,17 @@ const LoadingIcon = ({
|
|
|
18
18
|
const pathScale = 38 / size;
|
|
19
19
|
useEffect(() => {
|
|
20
20
|
const animation = Animated.loop(Animated.timing(animValue, {
|
|
21
|
-
|
|
22
|
-
duration: 2000,
|
|
21
|
+
useNativeDriver: Platform.OS !== "web",
|
|
23
22
|
easing: Easing.linear,
|
|
24
|
-
|
|
23
|
+
duration: 2000,
|
|
24
|
+
toValue: 1
|
|
25
25
|
}));
|
|
26
26
|
animation.start();
|
|
27
27
|
return () => animation.stop();
|
|
28
28
|
}, [animValue]);
|
|
29
29
|
const rotate = animValue.interpolate({
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
outputRange: ["0deg", "-360deg"],
|
|
31
|
+
inputRange: [0, 1]
|
|
32
32
|
});
|
|
33
33
|
return /*#__PURE__*/_jsx(View, {
|
|
34
34
|
style: {
|
|
@@ -43,10 +43,10 @@ const LoadingIcon = ({
|
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
45
45
|
children: /*#__PURE__*/_jsx(Svg, {
|
|
46
|
+
style: props.style,
|
|
46
47
|
height: size,
|
|
47
48
|
width: size,
|
|
48
49
|
fill: "none",
|
|
49
|
-
style: props.style,
|
|
50
50
|
...props,
|
|
51
51
|
children: /*#__PURE__*/_jsx(Path, {
|
|
52
52
|
d: "M11.885 7.303 19 3.194l7.115 4.109v8.215l7.095 4.09v8.215l-7.115 4.108-7.076-4.108-7.114 4.108-7.115-4.108v-8.216l7.095-4.089V7.303Z",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useRef","Animated","Platform","Easing","View","NCoreUIKitTheme","Path","Svg","jsx","_jsx","LoadingIcon","color","customColor","size","props","colors","useContext","animValue","Value","current","pathScale","animation","loop","timing","
|
|
1
|
+
{"version":3,"names":["useEffect","useRef","Animated","Platform","Easing","View","NCoreUIKitTheme","Path","Svg","jsx","_jsx","LoadingIcon","color","customColor","size","props","colors","useContext","animValue","Value","current","pathScale","animation","loop","timing","useNativeDriver","OS","easing","linear","duration","toValue","start","stop","rotate","interpolate","outputRange","inputRange","style","height","width","children","transform","fill","d","stroke","content","icon","strokeLinejoin","strokeLinecap","clipRule","strokeWidth"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/loadingIcon/index.tsx"],"mappings":";;AAAA,SACIA,SAAS,EACTC,MAAM,QACH,OAAO;AACd,SACIC,QAAQ,EACRC,QAAQ,EACRC,MAAM,EACNC,IAAI,QACD,cAAc;AACrB,SACIC,eAAe,QACZ,wBAAqB;AAI5B,SACIC,IAAI,EACJC,GAAG,QACA,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE1B,MAAMC,WAAW,GAAGA,CAAC;EACjBC,KAAK,GAAG,YAAY;EACpBC,WAAW;EACXC,IAAI,GAAG,EAAE;EACT,GAAGC;AACe,CAAC,KAAK;EACxB,MAAM;IACFC;EACJ,CAAC,GAAGV,eAAe,CAACW,UAAU,CAAC,CAAC;EAEhC,MAAMC,SAAS,GAAGjB,MAAM,CAAC,IAAIC,QAAQ,CAACiB,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EAEvD,MAAMC,SAAS,GAAG,EAAE,GAAGP,IAAI;EAE3Bd,SAAS,CAAC,MAAM;IACZ,MAAMsB,SAAS,GAAGpB,QAAQ,CAACqB,IAAI,CAC3BrB,QAAQ,CAACsB,MAAM,CAACN,SAAS,EAAE;MACvBO,eAAe,EAAEtB,QAAQ,CAACuB,EAAE,KAAK,KAAK;MACtCC,MAAM,EAAEvB,MAAM,CAACwB,MAAM;MACrBC,QAAQ,EAAE,IAAI;MACdC,OAAO,EAAE;IACb,CAAC,CACL,CAAC;IAEDR,SAAS,CAACS,KAAK,CAAC,CAAC;IAEjB,OAAO,MAAMT,SAAS,CAACU,IAAI,CAAC,CAAC;EACjC,CAAC,EAAE,CACCd,SAAS,CACZ,CAAC;EAEF,MAAMe,MAAM,GAAGf,SAAS,CAACgB,WAAW,CAAC;IACjCC,WAAW,EAAE,CACT,MAAM,EACN,SAAS,CACZ;IACDC,UAAU,EAAE,CACR,CAAC,EACD,CAAC;EAET,CAAC,CAAC;EAEF,oBAAO1B,IAAA,CAACL,IAAI;IACRgC,KAAK,EAAE;MACHC,MAAM,EAAExB,IAAI;MACZyB,KAAK,EAAEzB,IAAI;MACX,GAAGC,KAAK,EAAEsB;IACd,CAAE;IAAAG,QAAA,eAEF9B,IAAA,CAACR,QAAQ,CAACG,IAAI;MACVgC,KAAK,EAAE;QACHI,SAAS,EAAE,CACP;UACIR,MAAM,EAAEA;QACZ,CAAC;MAET,CAAE;MAAAO,QAAA,eAEF9B,IAAA,CAACF,GAAG;QACA6B,KAAK,EAAEtB,KAAK,CAACsB,KAAM;QACnBC,MAAM,EAAExB,IAAK;QACbyB,KAAK,EAAEzB,IAAK;QACZ4B,IAAI,EAAC,MAAM;QAAA,GACP3B,KAAK;QAAAyB,QAAA,eAET9B,IAAA,CAACH,IAAI;UACDoC,CAAC,EAAC,sIAAsI;UACxIC,MAAM,EAAE/B,WAAW,GAAGA,WAAW,GAAGG,MAAM,CAAC6B,OAAO,CAACC,IAAI,CAAClC,KAAK,CAAE;UAC/D6B,SAAS,EAAE,SAAS,CAAC,GAAGpB,SAAS,GAAI;UACrC0B,cAAc,EAAC,OAAO;UACtBC,aAAa,EAAC,OAAO;UACrBC,QAAQ,EAAC,SAAS;UAClBC,WAAW,EAAE;QAAE,CAClB;MAAC,CACD;IAAC,CACK;EAAC,CACd,CAAC;AACX,CAAC;AACD,eAAevC,WAAW","ignoreList":[]}
|
|
@@ -35,12 +35,12 @@ const NIBGATCommunityIcon = ({
|
|
|
35
35
|
d: "m1263 1772 127-221 127-220h509l127 220 127 221-127 220-127 220h-509l-127-220-127-220zm599-215h0c9-5 21-2 26 6l114 199c2 3 3 6 3 10 0 3-1 6-3 9l-113 197c-2 4-5 7-9 9h0c-9 4-20 1-25-8l-185-368-92 161 109 189c5 9 2 20-6 25h0c-9 5-21 2-26-6l-114-199c-2-3-3-6-3-10 0-3 1-6 3-9l113-197c2-4 5-7 9-9h0c9-4 20-1 25 8l185 368 92-160-109-190c-5-9-2-20 6-25z",
|
|
36
36
|
stroke: color ? colors.content.icon[color] : customColor,
|
|
37
37
|
fill: color ? colors.content.icon[color] : customColor,
|
|
38
|
-
strokeWidth: strokeWidth,
|
|
39
|
-
strokeLinejoin: "round",
|
|
40
|
-
strokeLinecap: "round",
|
|
41
38
|
transform: [{
|
|
42
39
|
scale: 1 / pathScale
|
|
43
|
-
}]
|
|
40
|
+
}],
|
|
41
|
+
strokeWidth: strokeWidth,
|
|
42
|
+
strokeLinejoin: "round",
|
|
43
|
+
strokeLinecap: "round"
|
|
44
44
|
})]
|
|
45
45
|
})]
|
|
46
46
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NCoreUIKitTheme","Path","Defs","Svg","G","jsx","_jsx","jsxs","_jsxs","NIBGATCommunityIcon","customColor","size","color","style","props","colors","useContext","pathScale","strokeWidth","fillRule","clipRule","height","width","children","id","d","transform","scale","stroke","content","icon","fill","strokeLinejoin","strokeLinecap"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/nibgatCommunityIcon/index.tsx"],"mappings":";;AAAA,SACIA,eAAe,QACZ,wBAAqB;AAI5B,SACIC,IAAI,EACJC,IAAI,EACJC,GAAG,EACHC,CAAC,QACE,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,mBAAmB,GAAGA,CAAC;EACzBC,WAAW,GAAG,SAAS;EACvBC,IAAI,GAAG,EAAE;EACTC,KAAK;EACLC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAM;IACFC;EACJ,CAAC,GAAGf,eAAe,CAACgB,UAAU,CAAC,CAAC;EAEhC,MAAMC,SAAS,GAAG,IAAI,GAAGN,IAAI;EAE7B,MAAMO,WAAW,GAAIP,IAAI,GAAG,KAAK,GAAI,IAAI;EAEzC,oBAAOH,KAAA,CAACL,GAAG;IACPgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,MAAM,EAAEV,IAAK;IACbW,KAAK,EAAEX,IAAK;IACZE,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAA,GACEC,KAAK;IAAAS,QAAA,gBAETjB,IAAA,CAACJ,IAAI,IAAO,CAAC,eACbM,KAAA,CAACJ,CAAC;MACEoB,EAAE,EAAC,eAAe;MAAAD,QAAA,gBAElBjB,IAAA,CAACL,IAAI;QACDwB,CAAC,EAAC,2cAA2c;QAC7cC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC;MACH,CACL,CAAC,eACFX,IAAA,CAACL,IAAI;QACDwB,CAAC,EAAC,4VAA4V;QAC9VG,MAAM,EAAEhB,KAAK,GAAGG,MAAM,CAACc,OAAO,CAACC,IAAI,CAAClB,KAAK,CAAC,GAAGF,WAAY;QACzDqB,IAAI,EAAEnB,KAAK,GAAGG,MAAM,CAACc,OAAO,CAACC,IAAI,CAAClB,KAAK,CAAC,GAAGF,WAAY;
|
|
1
|
+
{"version":3,"names":["NCoreUIKitTheme","Path","Defs","Svg","G","jsx","_jsx","jsxs","_jsxs","NIBGATCommunityIcon","customColor","size","color","style","props","colors","useContext","pathScale","strokeWidth","fillRule","clipRule","height","width","children","id","d","transform","scale","stroke","content","icon","fill","strokeLinejoin","strokeLinecap"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/nibgatCommunityIcon/index.tsx"],"mappings":";;AAAA,SACIA,eAAe,QACZ,wBAAqB;AAI5B,SACIC,IAAI,EACJC,IAAI,EACJC,GAAG,EACHC,CAAC,QACE,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,mBAAmB,GAAGA,CAAC;EACzBC,WAAW,GAAG,SAAS;EACvBC,IAAI,GAAG,EAAE;EACTC,KAAK;EACLC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAM;IACFC;EACJ,CAAC,GAAGf,eAAe,CAACgB,UAAU,CAAC,CAAC;EAEhC,MAAMC,SAAS,GAAG,IAAI,GAAGN,IAAI;EAE7B,MAAMO,WAAW,GAAIP,IAAI,GAAG,KAAK,GAAI,IAAI;EAEzC,oBAAOH,KAAA,CAACL,GAAG;IACPgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,MAAM,EAAEV,IAAK;IACbW,KAAK,EAAEX,IAAK;IACZE,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAA,GACEC,KAAK;IAAAS,QAAA,gBAETjB,IAAA,CAACJ,IAAI,IAAO,CAAC,eACbM,KAAA,CAACJ,CAAC;MACEoB,EAAE,EAAC,eAAe;MAAAD,QAAA,gBAElBjB,IAAA,CAACL,IAAI;QACDwB,CAAC,EAAC,2cAA2c;QAC7cC,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC;MACH,CACL,CAAC,eACFX,IAAA,CAACL,IAAI;QACDwB,CAAC,EAAC,4VAA4V;QAC9VG,MAAM,EAAEhB,KAAK,GAAGG,MAAM,CAACc,OAAO,CAACC,IAAI,CAAClB,KAAK,CAAC,GAAGF,WAAY;QACzDqB,IAAI,EAAEnB,KAAK,GAAGG,MAAM,CAACc,OAAO,CAACC,IAAI,CAAClB,KAAK,CAAC,GAAGF,WAAY;QACvDgB,SAAS,EAAE,CACP;UACIC,KAAK,EAAE,CAAC,GAAGV;QACf,CAAC,CACH;QACFC,WAAW,EAAEA,WAAY;QACzBc,cAAc,EAAC,OAAO;QACtBC,aAAa,EAAC;MAAO,CACxB,CAAC;IAAA,CACH,CAAC;EAAA,CACH,CAAC;AACV,CAAC;AACD,eAAexB,mBAAmB","ignoreList":[]}
|
|
@@ -21,10 +21,10 @@ const NIBGATIcon = ({
|
|
|
21
21
|
transform: [{
|
|
22
22
|
scale: 1 / pathScale
|
|
23
23
|
}],
|
|
24
|
+
fill: "url(#nibgat_gradient)",
|
|
24
25
|
fillOpacity: 0.922,
|
|
25
26
|
clipRule: "evenodd",
|
|
26
|
-
fillRule: "evenodd"
|
|
27
|
-
fill: "url(#nibgat_gradient)"
|
|
27
|
+
fillRule: "evenodd"
|
|
28
28
|
}), /*#__PURE__*/_jsx(Path, {
|
|
29
29
|
d: "m222.613 198.652 21.808-37.795 21.846-37.834h87.307l21.846 37.834 21.807 37.795-21.807 37.833-21.846 37.795h-87.307l-21.846-37.795-21.808-37.833ZM353.574 425.537l21.846-37.834 21.808-37.795h87.345l21.808 37.795 21.845 37.834-21.845 37.795-21.808 37.833h-87.345l-21.808-37.833-21.846-37.795ZM91.615 425.537l21.846-37.834 21.808-37.795h87.345l21.808 37.795 21.845 37.834-21.845 37.795-21.808 37.833h-87.345l-21.808-37.833-21.846-37.795Z",
|
|
30
30
|
transform: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["LinearGradient","Path","Defs","Stop","Svg","jsx","_jsx","jsxs","_jsxs","NIBGATIcon","size","style","props","pathScale","height","width","fill","children","d","transform","scale","fillOpacity","clipRule","fillRule","strokeOpacity","strokeWidth","stroke","strokeLinejoin","strokeLinecap","gradientUnits","x1","x2","y2","y1","id","stopColor","offset"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/nibgatIcon/index.tsx"],"mappings":";;AAGA,SACIA,cAAc,EACdC,IAAI,EACJC,IAAI,EACJC,IAAI,EACJC,GAAG,QACA,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,UAAU,GAAGA,CAAC;EAChBC,IAAI,GAAG,EAAE;EACTC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAMC,SAAS,GAAG,GAAG,GAAGH,IAAI;EAE5B,oBAAOF,KAAA,CAACJ,GAAG;IACPU,MAAM,EAAEJ,IAAK;IACbK,KAAK,EAAEL,IAAK;IACZM,IAAI,EAAC,MAAM;IAAA,GACPJ,KAAK;IACTD,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAAM,QAAA,gBAEFX,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,wKAAwK;MAC1KC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;
|
|
1
|
+
{"version":3,"names":["LinearGradient","Path","Defs","Stop","Svg","jsx","_jsx","jsxs","_jsxs","NIBGATIcon","size","style","props","pathScale","height","width","fill","children","d","transform","scale","fillOpacity","clipRule","fillRule","strokeOpacity","strokeWidth","stroke","strokeLinejoin","strokeLinecap","gradientUnits","x1","x2","y2","y1","id","stopColor","offset"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/nibgatIcon/index.tsx"],"mappings":";;AAGA,SACIA,cAAc,EACdC,IAAI,EACJC,IAAI,EACJC,IAAI,EACJC,GAAG,QACA,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,UAAU,GAAGA,CAAC;EAChBC,IAAI,GAAG,EAAE;EACTC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAMC,SAAS,GAAG,GAAG,GAAGH,IAAI;EAE5B,oBAAOF,KAAA,CAACJ,GAAG;IACPU,MAAM,EAAEJ,IAAK;IACbK,KAAK,EAAEL,IAAK;IACZM,IAAI,EAAC,MAAM;IAAA,GACPJ,KAAK;IACTD,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAAM,QAAA,gBAEFX,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,wKAAwK;MAC1KC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;MACFG,IAAI,EAAC,uBAAuB;MAC5BK,WAAW,EAAE,KAAM;MACnBC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC;IAAS,CACrB,CAAC,eACFjB,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,obAAob;MACtbC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;MACFW,aAAa,EAAE,IAAK;MACpBC,WAAW,EAAE,IAAK;MAClBH,QAAQ,EAAC,SAAS;MAClBI,MAAM,EAAC;IAAS,CACnB,CAAC,eACFpB,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,iVAAiV;MACnVC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;MACFW,aAAa,EAAE,IAAK;MACpBC,WAAW,EAAE,KAAM;MACnBC,MAAM,EAAC;IAAS,CACnB,CAAC,eACFpB,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,mJAAmJ;MACrJC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;MACFY,WAAW,EAAE,IAAK;MAClBH,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBG,MAAM,EAAC,SAAS;MAChBV,IAAI,EAAC;IAAS,CACjB,CAAC,eACFV,IAAA,CAACL,IAAI;MACDiB,CAAC,EAAC,wHAAwH;MAC1HC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGP;MACf,CAAC,CACH;MACFc,cAAc,EAAC,OAAO;MACtBH,aAAa,EAAE,KAAM;MACrBI,aAAa,EAAC,OAAO;MACrBH,WAAW,EAAE,KAAM;MACnBC,MAAM,EAAC;IAAS,CACnB,CAAC,eACFpB,IAAA,CAACJ,IAAI;MAAAe,QAAA,eACDT,KAAA,CAACR,cAAc;QACX6B,aAAa,EAAC,gBAAgB;QAC9BC,EAAE,EAAE,OAAO,GAAGjB,SAAU;QACxBkB,EAAE,EAAE,OAAO,GAAGlB,SAAU;QACxBmB,EAAE,EAAE,OAAO,GAAGnB,SAAU;QACxBoB,EAAE,EAAE,MAAM,GAAGpB,SAAU;QACvBqB,EAAE,EAAC,iBAAiB;QAAAjB,QAAA,gBAEpBX,IAAA,CAACH,IAAI;UACDgC,SAAS,EAAC;QAAS,CACtB,CAAC,eACF7B,IAAA,CAACH,IAAI;UACDgC,SAAS,EAAC,SAAS;UACnBC,MAAM,EAAE;QAAE,CACb,CAAC;MAAA,CACU;IAAC,CACf,CAAC;EAAA,CACN,CAAC;AACV,CAAC;AACD,eAAe3B,UAAU","ignoreList":[]}
|
|
@@ -16,23 +16,23 @@ const TRTRIcon = ({
|
|
|
16
16
|
},
|
|
17
17
|
...props,
|
|
18
18
|
children: [/*#__PURE__*/_jsx(Path, {
|
|
19
|
-
fill: "#ED4C5C",
|
|
20
19
|
d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z",
|
|
21
20
|
transform: [{
|
|
22
21
|
scale: 1 / pathScale
|
|
23
|
-
}]
|
|
22
|
+
}],
|
|
23
|
+
fill: "#ED4C5C"
|
|
24
24
|
}), /*#__PURE__*/_jsx(Path, {
|
|
25
|
-
fill: "#fff",
|
|
26
25
|
d: "m20.96 19.734.053-2.88-2.88-.853 2.88-.853-.054-2.88 1.76 2.293 2.88-.853L23.84 16l1.76 2.293-2.88-.853-1.76 2.293Z",
|
|
27
26
|
transform: [{
|
|
28
27
|
scale: 1 / pathScale
|
|
29
|
-
}]
|
|
28
|
+
}],
|
|
29
|
+
fill: "#fff"
|
|
30
30
|
}), /*#__PURE__*/_jsx(Path, {
|
|
31
|
-
fill: "#fff",
|
|
32
31
|
d: "M16.638 22.4c-3.52 0-6.346-2.88-6.346-6.4 0-3.52 2.826-6.4 6.346-6.4 1.334 0 2.56.427 3.627 1.12A7.901 7.901 0 0 0 14.292 8c-4.374 0-7.894 3.573-7.894 8s3.52 8 7.894 8c2.4 0 4.533-1.067 5.973-2.72a6.355 6.355 0 0 1-3.627 1.12Z",
|
|
33
32
|
transform: [{
|
|
34
33
|
scale: 1 / pathScale
|
|
35
|
-
}]
|
|
34
|
+
}],
|
|
35
|
+
fill: "#fff"
|
|
36
36
|
})]
|
|
37
37
|
});
|
|
38
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Path","Svg","jsx","_jsx","jsxs","_jsxs","TRTRIcon","size","style","props","pathScale","height","width","children","
|
|
1
|
+
{"version":3,"names":["Path","Svg","jsx","_jsx","jsxs","_jsxs","TRTRIcon","size","style","props","pathScale","height","width","children","d","transform","scale","fill"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["assets/svg/trTRIcon/index.tsx"],"mappings":";;AAGA,SACIA,IAAI,EACJC,GAAG,QACA,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE1B,MAAMC,QAAQ,GAAGA,CAAC;EACdC,IAAI,GAAG,EAAE;EACTC,KAAK;EACL,GAAGC;AACe,CAAC,KAAK;EACxB,MAAMC,SAAS,GAAG,EAAE,GAAGH,IAAI;EAE3B,oBAAOF,KAAA,CAACJ,GAAG;IACPU,MAAM,EAAEJ,IAAK;IACbK,KAAK,EAAEL,IAAK;IACZC,KAAK,EAAE;MACH,GAAGA;IACP,CAAE;IAAA,GACEC,KAAK;IAAAI,QAAA,gBAETV,IAAA,CAACH,IAAI;MACDc,CAAC,EAAC,0EAA0E;MAC5EC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGN;MACf,CAAC,CACH;MACFO,IAAI,EAAC;IAAS,CACjB,CAAC,eACFd,IAAA,CAACH,IAAI;MACDc,CAAC,EAAC,qHAAqH;MACvHC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGN;MACf,CAAC,CACH;MACFO,IAAI,EAAC;IAAM,CACd,CAAC,eACFd,IAAA,CAACH,IAAI;MACDc,CAAC,EAAC,oOAAoO;MACtOC,SAAS,EAAE,CACP;QACIC,KAAK,EAAE,CAAC,GAAGN;MACf,CAAC,CACH;MACFO,IAAI,EAAC;IAAM,CACd,CAAC;EAAA,CACD,CAAC;AACV,CAAC;AACD,eAAeX,QAAQ","ignoreList":[]}
|
|
@@ -16,18 +16,18 @@ const Avatar = ({
|
|
|
16
16
|
titleColor = "onPrimary",
|
|
17
17
|
isShowBorder = false,
|
|
18
18
|
isStatusIndicator,
|
|
19
|
-
isWorkWithAction,
|
|
20
19
|
image: ImageProp,
|
|
20
|
+
isWorkWithAction,
|
|
21
21
|
backgroundColor,
|
|
22
22
|
size = "medium",
|
|
23
23
|
icon: IconProp,
|
|
24
|
-
imageSource,
|
|
25
|
-
customTheme,
|
|
26
24
|
borderColor,
|
|
27
|
-
|
|
25
|
+
customTheme,
|
|
26
|
+
imageSource,
|
|
28
27
|
imageProps,
|
|
29
|
-
|
|
28
|
+
isDisabled,
|
|
30
29
|
iconColor,
|
|
30
|
+
isLoading,
|
|
31
31
|
imageUrl,
|
|
32
32
|
onPress,
|
|
33
33
|
title,
|
|
@@ -95,10 +95,10 @@ const Avatar = ({
|
|
|
95
95
|
return /*#__PURE__*/_jsx(IconProp, {
|
|
96
96
|
size: currentSize.iconSize,
|
|
97
97
|
customColor: iconColor,
|
|
98
|
-
color: "default",
|
|
99
98
|
style: {
|
|
100
99
|
...iconDynamicStyle
|
|
101
|
-
}
|
|
100
|
+
},
|
|
101
|
+
color: "default"
|
|
102
102
|
});
|
|
103
103
|
}
|
|
104
104
|
return /*#__PURE__*/_jsx(UserRoundIcon, {
|
|
@@ -164,11 +164,11 @@ const Avatar = ({
|
|
|
164
164
|
onError: () => setImageLoadError(true),
|
|
165
165
|
height: currentSize.size,
|
|
166
166
|
width: currentSize.size,
|
|
167
|
+
style: [stylesheet.image, imageDynamicStyle, imageProps?.style],
|
|
167
168
|
source: {
|
|
168
169
|
uri: imageUrl,
|
|
169
170
|
...imageSource
|
|
170
|
-
}
|
|
171
|
-
style: [stylesheet.image, imageDynamicStyle, imageProps?.style]
|
|
171
|
+
}
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
174
|
return /*#__PURE__*/_jsx(Text, {
|
|
@@ -178,10 +178,10 @@ const Avatar = ({
|
|
|
178
178
|
});
|
|
179
179
|
};
|
|
180
180
|
return /*#__PURE__*/_jsxs(TouchableOpacity, {
|
|
181
|
-
disabled: !isWorkWithAction || isDisabled || isLoading,
|
|
182
181
|
onPress: !isWorkWithAction || isDisabled || isLoading ? undefined : () => {
|
|
183
182
|
if (onPress) onPress();
|
|
184
183
|
},
|
|
184
|
+
disabled: !isWorkWithAction || isDisabled || isLoading,
|
|
185
185
|
style: [style, stylesheet.container, containerDynamicStyle],
|
|
186
186
|
children: [renderContent(), renderStatusIndicator()]
|
|
187
187
|
});
|