@team_yumi/ramen 0.4.0-next.20240213-c1b7366-5e6e50bf9c327bad04e3c309991bdff0 → 1.0.0-next.20240216-5d091ea-20addde4c09e463fd468f5238d101f1f
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/css/themes/arcus.theme.css +36 -0
- package/css/themes/default.theme.css +5 -0
- package/css/themes/easy.theme.css +5 -0
- package/css/themes/jumbo.theme.css +5 -0
- package/css/themes/paris.theme.css +4 -0
- package/css/themes/spid.theme.css +4 -0
- package/css/tokens/fonts.css +5 -0
- package/css/{size.css → tokens/size.css} +1 -0
- package/index.css +925 -961
- package/index.d.ts +2 -0
- package/index.js +2 -2
- package/package.json +4 -5
- package/{components → src/components}/core/x-accordion/index.d.ts +2 -2
- package/{components → src/components}/core/x-accordion/root.d.ts +38 -38
- package/{components/core/x-input → src/components/core/x-alert}/index.d.ts +2 -2
- package/{components → src/components}/core/x-alert/root.d.ts +26 -26
- package/{components/core/x-checkbox → src/components/core/x-avatar}/index.d.ts +2 -2
- package/{components/core/xavatar → src/components/core/x-avatar}/root.d.ts +8 -8
- package/{components/core/x-alert → src/components/core/x-badge}/index.d.ts +2 -2
- package/{components/core/xbadge → src/components/core/x-badge}/root.d.ts +8 -8
- package/{components/core/x-text-field → src/components/core/x-bar}/index.d.ts +2 -2
- package/{components/core/xbar → src/components/core/x-bar}/root.d.ts +18 -18
- package/{components/core/x-icon → src/components/core/x-box}/index.d.ts +2 -2
- package/{components/core/xbox → src/components/core/x-box}/root.d.ts +54 -54
- package/{components/core/xbuttonicon → src/components/core/x-button}/index.d.ts +2 -2
- package/{components/core/xbutton → src/components/core/x-button}/root.d.ts +15 -15
- package/{components/core/xbar → src/components/core/x-button-icon}/index.d.ts +2 -2
- package/{components/core/xbuttonicon → src/components/core/x-button-icon}/root.d.ts +13 -13
- package/src/components/core/x-card/index.d.ts +2 -0
- package/{components/core/xcard → src/components/core/x-card}/root.d.ts +19 -19
- package/src/components/core/x-card-counter/index.d.ts +2 -0
- package/{components/core/xcard-counter → src/components/core/x-card-counter}/root.d.ts +18 -18
- package/src/components/core/x-checkbox/index.d.ts +2 -0
- package/{components → src/components}/core/x-checkbox/root.d.ts +34 -34
- package/src/components/core/x-collapse-card/index.d.ts +2 -0
- package/{components/core/xcollapse-card → src/components/core/x-collapse-card}/root.d.ts +22 -22
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/context.d.ts +12 -12
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/index.d.ts +4 -4
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/root.d.ts +10 -10
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/useConfig.d.ts +2 -2
- package/src/components/core/x-counter/index.d.ts +2 -0
- package/{components/core/xcounter → src/components/core/x-counter}/root.d.ts +13 -13
- package/src/components/core/x-credits/index.d.ts +2 -0
- package/{components/core/xcredits → src/components/core/x-credits}/root.d.ts +3 -3
- package/src/components/core/x-currency-input/index.d.ts +2 -0
- package/{components/core/xcurrency-input → src/components/core/x-currency-input}/root.d.ts +5 -5
- package/src/components/core/x-decision/index.d.ts +2 -0
- package/{components/core/xdecision → src/components/core/x-decision}/root.d.ts +17 -17
- package/src/components/core/x-decision-item/index.d.ts +2 -0
- package/{components/core/xdecision-item → src/components/core/x-decision-item}/root.d.ts +30 -30
- package/src/components/core/x-divider/index.d.ts +2 -0
- package/{components/core/xdivider → src/components/core/x-divider}/root.d.ts +9 -9
- package/src/components/core/x-email-input/index.d.ts +2 -0
- package/{components/core/xemail-input → src/components/core/x-email-input}/root.d.ts +8 -8
- package/src/components/core/x-expansion-panel/index.d.ts +2 -0
- package/{components/core/xexpansion-panel → src/components/core/x-expansion-panel}/root.d.ts +14 -14
- package/src/components/core/x-form-item/index.d.ts +2 -0
- package/{components/core/xform-item → src/components/core/x-form-item}/root.d.ts +10 -10
- package/{components → src/components}/core/x-icon/icons/bold/index.d.ts +5 -5
- package/{components → src/components}/core/x-icon/icons/extrabold/index.d.ts +14 -14
- package/{components → src/components}/core/x-icon/icons/filled/index.d.ts +53 -53
- package/{components → src/components}/core/x-icon/icons/index.d.ts +5 -5
- package/{components → src/components}/core/x-icon/icons/outline/index.d.ts +195 -195
- package/src/components/core/x-icon/index.d.ts +2 -0
- package/{components → src/components}/core/x-icon/root.d.ts +18 -18
- package/src/components/core/x-image/index.d.ts +2 -0
- package/{components/core/ximage → src/components/core/x-image}/root.d.ts +13 -13
- package/src/components/core/x-image-preview/index.d.ts +2 -0
- package/{components/core/ximage-preview → src/components/core/x-image-preview}/root.d.ts +10 -10
- package/src/components/core/x-image-previewer/index.d.ts +2 -0
- package/{components/core/ximage-previewer → src/components/core/x-image-previewer}/root.d.ts +10 -10
- package/src/components/core/x-input/index.d.ts +2 -0
- package/{components → src/components}/core/x-input/root.d.ts +26 -26
- package/src/components/core/x-list/index.d.ts +2 -0
- package/{components/core/xlist → src/components/core/x-list}/root.d.ts +12 -12
- package/{components/core/xloading → src/components/core/x-loading}/api.d.ts +10 -10
- package/{components/core/xloading → src/components/core/x-loading}/container.d.ts +3 -3
- package/{components/core/xloading → src/components/core/x-loading}/index.d.ts +3 -3
- package/{components/core/xloading → src/components/core/x-loading}/loading.d.ts +6 -6
- package/src/components/core/x-number-input/index.d.ts +2 -0
- package/{components/core/xnumber-input → src/components/core/x-number-input}/root.d.ts +8 -8
- package/src/components/core/x-password-input/index.d.ts +2 -0
- package/{components/core/xpassword-input → src/components/core/x-password-input}/root.d.ts +8 -8
- package/src/components/core/x-phone-input/index.d.ts +2 -0
- package/{components/core/xphone-input → src/components/core/x-phone-input}/root.d.ts +8 -8
- package/src/components/core/x-progress-bar/index.d.ts +2 -0
- package/{components/core/xprogress-bar → src/components/core/x-progress-bar}/root.d.ts +30 -30
- package/src/components/core/x-radio-button/index.d.ts +2 -0
- package/{components → src/components}/core/x-radio-button/root.d.ts +34 -34
- package/src/components/core/x-search-input/index.d.ts +2 -0
- package/{components/core/xsearch-input → src/components/core/x-search-input}/root.d.ts +8 -8
- package/src/components/core/x-skeleton/index.d.ts +2 -0
- package/{components/core/xskeleton → src/components/core/x-skeleton}/root.d.ts +9 -9
- package/src/components/core/x-skeleton-renderer/index.d.ts +2 -0
- package/{components/core/xskeleton-renderer → src/components/core/x-skeleton-renderer}/root.d.ts +7 -7
- package/src/components/core/x-switch/index.d.ts +2 -0
- package/{components/core/xswitch → src/components/core/x-switch}/root.d.ts +9 -9
- package/src/components/core/x-symbol/index.d.ts +2 -0
- package/{components → src/components}/core/x-symbol/root.d.ts +18 -18
- package/{components → src/components}/core/x-symbol/symbols/index.d.ts +5 -5
- package/{components → src/components}/core/x-symbol/symbols/mdh/index.d.ts +22 -22
- package/{components → src/components}/core/x-symbol/symbols/neutral/index.d.ts +51 -51
- package/{components → src/components}/core/x-symbol/symbols/sm/index.d.ts +83 -83
- package/{components → src/components}/core/x-symbol/symbols/txd/index.d.ts +7 -7
- package/src/components/core/x-tab/index.d.ts +2 -0
- package/{components/core/xtab → src/components/core/x-tab}/root.d.ts +14 -14
- package/src/components/core/x-tab-content/index.d.ts +2 -0
- package/{components/core/xtab-content → src/components/core/x-tab-content}/root.d.ts +6 -6
- package/src/components/core/x-tab-panel/index.d.ts +2 -0
- package/{components/core/xtab-panel → src/components/core/x-tab-panel}/root.d.ts +7 -7
- package/src/components/core/x-tabs/index.d.ts +2 -0
- package/{components/core/xtabs → src/components/core/x-tabs}/root.d.ts +23 -23
- package/src/components/core/x-tag/index.d.ts +2 -0
- package/{components/core/xtag → src/components/core/x-tag}/root.d.ts +13 -13
- package/src/components/core/x-tag-business/index.d.ts +2 -0
- package/{components/core/xtag-business → src/components/core/x-tag-business}/root.d.ts +8 -8
- package/src/components/core/x-tag-state/index.d.ts +2 -0
- package/{components/core/xtag-state → src/components/core/x-tag-state}/root.d.ts +12 -12
- package/src/components/core/x-text/index.d.ts +2 -0
- package/{components/core/xtext → src/components/core/x-text}/root.d.ts +46 -46
- package/src/components/core/x-text-area/index.d.ts +2 -0
- package/{components → src/components}/core/x-text-area/root.d.ts +45 -45
- package/src/components/core/x-text-field/index.d.ts +2 -0
- package/{components → src/components}/core/x-text-field/root.d.ts +31 -31
- package/src/components/core/x-text-input/index.d.ts +2 -0
- package/{components/core/xtext-input → src/components/core/x-text-input}/root.d.ts +8 -8
- package/src/components/core/x-vspace/index.d.ts +2 -0
- package/{components/core/xvspace → src/components/core/x-vspace}/root.d.ts +7 -7
- package/src/components/mobile/x-app/index.d.ts +2 -0
- package/{components/mobile/xapp → src/components/mobile/x-app}/root.d.ts +8 -8
- package/src/components/mobile/x-body/index.d.ts +2 -0
- package/{components/mobile/xbody → src/components/mobile/x-body}/root.d.ts +7 -7
- package/src/components/mobile/x-bottom-sheet/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-bottom-sheet/root.d.ts +85 -85
- package/src/components/mobile/x-bottom-sheet-expandable/index.d.ts +2 -0
- package/{components/mobile/xbottom-sheet-expandable → src/components/mobile/x-bottom-sheet-expandable}/root.d.ts +25 -25
- package/src/components/mobile/x-calendar/index.d.ts +2 -0
- package/{components/mobile/xcalendar → src/components/mobile/x-calendar}/root.d.ts +17 -17
- package/src/components/mobile/x-card-approve/index.d.ts +2 -0
- package/{components/mobile/xcard-approve → src/components/mobile/x-card-approve}/root.d.ts +34 -34
- package/src/components/mobile/x-card-decision/index.d.ts +2 -0
- package/{components/mobile/xcard-decision → src/components/mobile/x-card-decision}/root.d.ts +34 -34
- package/src/components/mobile/x-card-image/index.d.ts +2 -0
- package/{components/mobile/xcard-image → src/components/mobile/x-card-image}/root.d.ts +30 -30
- package/src/components/mobile/x-card-scan/index.d.ts +2 -0
- package/{components/mobile/xcard-scan → src/components/mobile/x-card-scan}/root.d.ts +19 -19
- package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/constants.d.ts +19 -19
- package/src/components/mobile/x-datepicker/index.d.ts +2 -0
- package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/root.d.ts +10 -10
- package/src/components/mobile/x-datepicker-input/index.d.ts +2 -0
- package/{components/mobile/xdatepicker-input → src/components/mobile/x-datepicker-input}/root.d.ts +18 -18
- package/src/components/mobile/x-empty-state/index.d.ts +2 -0
- package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/options/index.d.ts +15 -15
- package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/root.d.ts +9 -9
- package/src/components/mobile/x-float-button/index.d.ts +2 -0
- package/{components/mobile/xfloat-button → src/components/mobile/x-float-button}/root.d.ts +9 -9
- package/src/components/mobile/x-footer/index.d.ts +2 -0
- package/{components/mobile/xfooter → src/components/mobile/x-footer}/root.d.ts +9 -9
- package/src/components/mobile/x-group-radio-button/index.d.ts +2 -0
- package/{components/mobile/xgroup-radio-button → src/components/mobile/x-group-radio-button}/root.d.ts +31 -31
- package/src/components/mobile/x-header/index.d.ts +2 -0
- package/{components/mobile/xheader → src/components/mobile/x-header}/root.d.ts +36 -36
- package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/index.d.ts +3 -3
- package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/root.d.ts +14 -14
- package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/index.d.ts +3 -3
- package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/root.d.ts +20 -20
- package/src/components/mobile/x-modal/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-modal/root.d.ts +84 -84
- package/src/components/mobile/x-option-radio-button/index.d.ts +2 -0
- package/{components/mobile/xoption-radio-button → src/components/mobile/x-option-radio-button}/root.d.ts +34 -34
- package/src/components/mobile/x-page/index.d.ts +2 -0
- package/{components/mobile/xpage → src/components/mobile/x-page}/root.d.ts +9 -9
- package/src/components/mobile/x-radio-button-option/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-radio-button-option/root.d.ts +34 -34
- package/src/components/mobile/x-select/index.d.ts +2 -0
- package/{components/mobile/xselect → src/components/mobile/x-select}/root.d.ts +26 -26
- package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/index.d.ts +3 -3
- package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/root.d.ts +32 -32
- package/{components → src/components}/mobile/x-snackbar/api.d.ts +14 -14
- package/{components → src/components}/mobile/x-snackbar/container.d.ts +8 -8
- package/{components → src/components}/mobile/x-snackbar/index.d.ts +3 -3
- package/{components → src/components}/mobile/x-snackbar/snackbar.d.ts +40 -40
- package/src/components/mobile/x-tab-bar/index.d.ts +2 -0
- package/{components/mobile/xtab-bar → src/components/mobile/x-tab-bar}/root.d.ts +8 -8
- package/src/components/mobile/x-tab-bar-content/index.d.ts +2 -0
- package/{components/mobile/xtab-bar-content → src/components/mobile/x-tab-bar-content}/root.d.ts +6 -6
- package/src/components/mobile/x-tab-bar-item/index.d.ts +2 -0
- package/{components/mobile/xtab-bar-item → src/components/mobile/x-tab-bar-item}/root.d.ts +10 -10
- package/src/components/web/x-app/index.d.ts +2 -0
- package/{components/web/xapp → src/components/web/x-app}/root.d.ts +6 -6
- package/src/components/web/x-body/index.d.ts +2 -0
- package/{components/web/xbody → src/components/web/x-body}/root.d.ts +6 -6
- package/src/components/web/x-card-image/index.d.ts +2 -0
- package/{components/web/xcard-image → src/components/web/x-card-image}/root.d.ts +9 -9
- package/src/components/web/x-checkbox-group/index.d.ts +2 -0
- package/{components/web/xcheckbox-group → src/components/web/x-checkbox-group}/root.d.ts +18 -18
- package/src/components/web/x-collapse-card/index.d.ts +2 -0
- package/{components/web/xcollapse-card → src/components/web/x-collapse-card}/root.d.ts +12 -12
- package/src/components/web/x-confirm-modal/index.d.ts +2 -0
- package/{components/web/xconfirm-modal → src/components/web/x-confirm-modal}/root.d.ts +17 -17
- package/src/components/web/x-drawer/index.d.ts +2 -0
- package/{components/web/xdrawer → src/components/web/x-drawer}/root.d.ts +25 -25
- package/src/components/web/x-header/index.d.ts +2 -0
- package/{components/web/xheader → src/components/web/x-header}/root.d.ts +12 -12
- package/src/components/web/x-modal/index.d.ts +2 -0
- package/{components/web/xmodal → src/components/web/x-modal}/root.d.ts +27 -27
- package/{components/web/xnotification → src/components/web/x-notification}/api.d.ts +16 -16
- package/{components/web/xnotification → src/components/web/x-notification}/container.d.ts +7 -7
- package/{components/web/xnotification → src/components/web/x-notification}/index.d.ts +3 -3
- package/{components/web/xnotification → src/components/web/x-notification}/notification.d.ts +12 -12
- package/src/components/web/x-page/index.d.ts +2 -0
- package/{components/web/xpage → src/components/web/x-page}/root.d.ts +6 -6
- package/src/components/web/x-select/index.d.ts +2 -0
- package/{components/web/xselect → src/components/web/x-select}/root.d.ts +22 -22
- package/src/components/web/x-select-modal/index.d.ts +2 -0
- package/{components/web/xselect-modal → src/components/web/x-select-modal}/root.d.ts +25 -25
- package/src/components/web/x-select-multiple/index.d.ts +2 -0
- package/{components/web/xselect-multiple → src/components/web/x-select-multiple}/root.d.ts +20 -20
- package/src/components/web/x-sidebar/index.d.ts +2 -0
- package/{components/web/xsidebar → src/components/web/x-sidebar}/root.d.ts +27 -27
- package/{components/web/xtable → src/components/web/x-table}/index.d.ts +3 -3
- package/{components/web/xtable → src/components/web/x-table}/root.d.ts +54 -54
- package/src/components/web/x-tabs/index.d.ts +2 -0
- package/src/components/web/x-tabs/root.d.ts +3 -0
- package/src/components/web/x-tooltip/index.d.ts +2 -0
- package/{components/web/xtooltip → src/components/web/x-tooltip}/root.d.ts +11 -11
- package/{hooks → src/hooks}/useMountTransition.d.ts +1 -1
- package/src/index.core.d.ts +78 -0
- package/src/index.mobile.d.ts +209 -0
- package/src/index.web.d.ts +183 -0
- package/{models → src/models}/Collections/IAlertType.d.ts +1 -1
- package/{models → src/models}/Collections/IAppearance.d.ts +1 -1
- package/{models → src/models}/Collections/IBackground.d.ts +1 -1
- package/{models → src/models}/Collections/IBackgroundThone.d.ts +1 -1
- package/{models → src/models}/Collections/IBorder.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderColor.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderSize.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderType.d.ts +1 -1
- package/{models → src/models}/Collections/IBottomExpandableState.d.ts +1 -1
- package/{models → src/models}/Collections/IBoxBackgroundThone.d.ts +1 -1
- package/{models → src/models}/Collections/IButtonIconState.d.ts +1 -1
- package/{models → src/models}/Collections/ICalendarSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardApproveBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ICardCounterBorderType.d.ts +1 -1
- package/{models → src/models}/Collections/ICardDecisionSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardImageSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardScanSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardState.d.ts +1 -1
- package/{models → src/models}/Collections/ICollapseCardSize.d.ts +1 -1
- package/{models → src/models}/Collections/IColor.d.ts +1 -1
- package/{models → src/models}/Collections/ICountry.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerFormat.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputFormat.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputType.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerType.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionItemSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionItemType.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionValueType.d.ts +1 -1
- package/{models → src/models}/Collections/IEmailInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IEmptyStateType.d.ts +1 -1
- package/{models → src/models}/Collections/IExpanssionModalState.d.ts +1 -1
- package/{models → src/models}/Collections/IFloatButtonBottom.d.ts +1 -1
- package/{models → src/models}/Collections/IFloatButtonPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IFontSize.d.ts +1 -1
- package/{models → src/models}/Collections/IFooterAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IGap.d.ts +1 -1
- package/{models → src/models}/Collections/IHeaderType.d.ts +1 -1
- package/{models → src/models}/Collections/IHeight.d.ts +1 -1
- package/{models → src/models}/Collections/IHorizontalAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IIcon.d.ts +1 -1
- package/{models → src/models}/Collections/IIconColor.d.ts +1 -1
- package/{models → src/models}/Collections/IIconPosition.d.ts +1 -1
- package/{models → src/models}/Collections/IIconSize.d.ts +1 -1
- package/{models → src/models}/Collections/IInputMode.d.ts +1 -1
- package/{models → src/models}/Collections/IInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IInputType.d.ts +1 -1
- package/{models → src/models}/Collections/ILineClamp.d.ts +1 -1
- package/{models → src/models}/Collections/ILineHeight.d.ts +1 -1
- package/{models → src/models}/Collections/INotificationType.d.ts +1 -1
- package/{models → src/models}/Collections/INumberInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IOrientation.d.ts +1 -1
- package/{models → src/models}/Collections/IOverflow.d.ts +1 -1
- package/{models → src/models}/Collections/IPadding.d.ts +1 -1
- package/{models → src/models}/Collections/IPasswordInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IPhoneInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IPlacementY.d.ts +1 -1
- package/{models → src/models}/Collections/IProgressBarSize.d.ts +1 -1
- package/{models → src/models}/Collections/IProgressBarType.d.ts +1 -1
- package/{models → src/models}/Collections/IRounded.d.ts +1 -1
- package/{models → src/models}/Collections/ISearchInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectModalSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectMultipleSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISize.d.ts +1 -1
- package/{models → src/models}/Collections/ISkeletonType.d.ts +1 -1
- package/{models → src/models}/Collections/ISkeletonWidth.d.ts +1 -1
- package/{models → src/models}/Collections/ISnackbarType.d.ts +1 -1
- package/{models → src/models}/Collections/IState.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbol.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbolColor.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbolSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITabBarBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ITabSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITabType.d.ts +1 -1
- package/{models → src/models}/Collections/ITabsBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ITabsSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagBusinessBrand.d.ts +1 -1
- package/{models → src/models}/Collections/ITagBusinessSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagColor.d.ts +1 -1
- package/{models → src/models}/Collections/ITagSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateColor.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateType.d.ts +1 -1
- package/{models → src/models}/Collections/ITagType.d.ts +1 -1
- package/{models → src/models}/Collections/ITextAlign.d.ts +1 -1
- package/{models → src/models}/Collections/ITextColorThone.d.ts +1 -1
- package/{models → src/models}/Collections/ITextFieldSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITextFieldType.d.ts +1 -1
- package/{models → src/models}/Collections/ITextInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITextOverflow.d.ts +1 -1
- package/{models → src/models}/Collections/ITheme.d.ts +1 -1
- package/{models → src/models}/Collections/ITooltipPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IType.d.ts +1 -1
- package/{models → src/models}/Collections/IVSpaceSize.d.ts +1 -1
- package/{models → src/models}/Collections/IVerticalAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IWeight.d.ts +1 -1
- package/{models → src/models}/Collections/IWidth.d.ts +1 -1
- package/{models → src/models}/Collections/index.d.ts +103 -103
- package/{models → src/models}/index.d.ts +2 -2
- package/components/core/x-radio-button/index.d.ts +0 -2
- package/components/core/x-symbol/index.d.ts +0 -2
- package/components/core/x-text-area/index.d.ts +0 -2
- package/components/core/xavatar/index.d.ts +0 -2
- package/components/core/xbadge/index.d.ts +0 -2
- package/components/core/xbox/index.d.ts +0 -2
- package/components/core/xbutton/index.d.ts +0 -2
- package/components/core/xcard/index.d.ts +0 -2
- package/components/core/xcard-counter/index.d.ts +0 -2
- package/components/core/xcollapse-card/index.d.ts +0 -2
- package/components/core/xcounter/index.d.ts +0 -2
- package/components/core/xcredits/index.d.ts +0 -2
- package/components/core/xcurrency-input/index.d.ts +0 -2
- package/components/core/xdecision/index.d.ts +0 -2
- package/components/core/xdecision-item/index.d.ts +0 -2
- package/components/core/xdivider/index.d.ts +0 -2
- package/components/core/xemail-input/index.d.ts +0 -2
- package/components/core/xexpansion-panel/index.d.ts +0 -2
- package/components/core/xform-item/index.d.ts +0 -2
- package/components/core/ximage/index.d.ts +0 -2
- package/components/core/ximage-preview/index.d.ts +0 -2
- package/components/core/ximage-previewer/index.d.ts +0 -2
- package/components/core/xlist/index.d.ts +0 -2
- package/components/core/xnumber-input/index.d.ts +0 -2
- package/components/core/xpassword-input/index.d.ts +0 -2
- package/components/core/xphone-input/index.d.ts +0 -2
- package/components/core/xprogress-bar/index.d.ts +0 -2
- package/components/core/xsearch-input/index.d.ts +0 -2
- package/components/core/xskeleton/index.d.ts +0 -2
- package/components/core/xskeleton-renderer/index.d.ts +0 -2
- package/components/core/xswitch/index.d.ts +0 -2
- package/components/core/xtab/index.d.ts +0 -2
- package/components/core/xtab-content/index.d.ts +0 -2
- package/components/core/xtab-panel/index.d.ts +0 -2
- package/components/core/xtabs/index.d.ts +0 -2
- package/components/core/xtag/index.d.ts +0 -2
- package/components/core/xtag-business/index.d.ts +0 -2
- package/components/core/xtag-state/index.d.ts +0 -2
- package/components/core/xtext/index.d.ts +0 -2
- package/components/core/xtext-input/index.d.ts +0 -2
- package/components/core/xvspace/index.d.ts +0 -2
- package/components/mobile/x-bottom-sheet/index.d.ts +0 -2
- package/components/mobile/x-modal/index.d.ts +0 -2
- package/components/mobile/x-radio-button-option/index.d.ts +0 -2
- package/components/mobile/xapp/index.d.ts +0 -2
- package/components/mobile/xbody/index.d.ts +0 -2
- package/components/mobile/xbottom-sheet-expandable/index.d.ts +0 -2
- package/components/mobile/xcalendar/index.d.ts +0 -2
- package/components/mobile/xcard-approve/index.d.ts +0 -2
- package/components/mobile/xcard-decision/index.d.ts +0 -2
- package/components/mobile/xcard-image/index.d.ts +0 -2
- package/components/mobile/xcard-scan/index.d.ts +0 -2
- package/components/mobile/xdatepicker/index.d.ts +0 -2
- package/components/mobile/xdatepicker-input/index.d.ts +0 -2
- package/components/mobile/xempty-state/index.d.ts +0 -2
- package/components/mobile/xfloat-button/index.d.ts +0 -2
- package/components/mobile/xfooter/index.d.ts +0 -2
- package/components/mobile/xgroup-radio-button/index.d.ts +0 -2
- package/components/mobile/xheader/index.d.ts +0 -2
- package/components/mobile/xoption-radio-button/index.d.ts +0 -2
- package/components/mobile/xpage/index.d.ts +0 -2
- package/components/mobile/xselect/index.d.ts +0 -2
- package/components/mobile/xtab-bar/index.d.ts +0 -2
- package/components/mobile/xtab-bar-content/index.d.ts +0 -2
- package/components/mobile/xtab-bar-item/index.d.ts +0 -2
- package/components/web/xapp/index.d.ts +0 -2
- package/components/web/xbody/index.d.ts +0 -2
- package/components/web/xcard-image/index.d.ts +0 -2
- package/components/web/xcheckbox-group/index.d.ts +0 -2
- package/components/web/xcollapse-card/index.d.ts +0 -2
- package/components/web/xconfirm-modal/index.d.ts +0 -2
- package/components/web/xdrawer/index.d.ts +0 -2
- package/components/web/xheader/index.d.ts +0 -2
- package/components/web/xmodal/index.d.ts +0 -2
- package/components/web/xpage/index.d.ts +0 -2
- package/components/web/xselect/index.d.ts +0 -2
- package/components/web/xselect-modal/index.d.ts +0 -2
- package/components/web/xselect-multiple/index.d.ts +0 -2
- package/components/web/xsidebar/index.d.ts +0 -2
- package/components/web/xtabs/index.d.ts +0 -2
- package/components/web/xtabs/root.d.ts +0 -3
- package/components/web/xtooltip/index.d.ts +0 -2
- package/css/fonts.css +0 -41
- package/css/index.css +0 -18
- package/index.core.d.ts +0 -76
- package/index.mobile.d.ts +0 -131
- package/index.web.d.ts +0 -115
- package/themes/arcus.theme.css +0 -33
- package/themes/default.css +0 -17
- package/themes/easy.theme.css +0 -28
- package/themes/fonts.css +0 -1
- package/themes/jumbo.theme.css +0 -26
- package/themes/paris.theme.css +0 -13
- package/themes/spid.theme.css +0 -15
- /package/css/{breakpoints.css → tokens/breakpoints.css} +0 -0
- /package/{themes/default.theme.css → css/tokens/colors.css} +0 -0
- /package/css/{shadow.css → tokens/shadow.css} +0 -0
- /package/css/{spacing.css → tokens/spacing.css} +0 -0
- /package/css/{typography.css → tokens/typography.css} +0 -0
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
import { ReactComponent as OliveOilFood } from './alimentos/aceite-oliva.svg';
|
|
2
|
-
import { ReactComponent as StoreFood } from './alimentos/almacen.svg';
|
|
3
|
-
import { ReactComponent as CannedFood } from './alimentos/enlatados.svg';
|
|
4
|
-
import { ReactComponent as FruitsVegetablesFood } from './alimentos/frutas-verduras.svg';
|
|
5
|
-
import { ReactComponent as GrainsFloursFood } from './alimentos/granos-harinas.svg';
|
|
6
|
-
import { ReactComponent as FrenchFriesFood } from './alimentos/papas-fritas.svg';
|
|
7
|
-
import { ReactComponent as PastaFood } from './alimentos/pastas.svg';
|
|
8
|
-
import { ReactComponent as SnackCafeFood } from './alimentos/snack-cafeteria.svg';
|
|
9
|
-
import { ReactComponent as ButcherShopMeat } from './carnes/carniceria.svg';
|
|
10
|
-
import { ReactComponent as PigLambMeat } from './carnes/cerdo-cordero.svg';
|
|
11
|
-
import { ReactComponent as StiffMeat } from './carnes/fiambre.svg';
|
|
12
|
-
import { ReactComponent as FishMeat } from './carnes/pescado.svg';
|
|
13
|
-
import { ReactComponent as ChickenMeat } from './carnes/pollo.svg';
|
|
14
|
-
import { ReactComponent as GeneralFrozen } from './congelados/congelados.svg';
|
|
15
|
-
import { ReactComponent as MealPreparatedFrozen } from './congelados/platos-preparados.svg';
|
|
16
|
-
import { ReactComponent as BedHomeDecoration } from './deco-hogar/cama.svg';
|
|
17
|
-
import { ReactComponent as FurnitureHomeDecoration } from './deco-hogar/muebles.svg';
|
|
18
|
-
import { ReactComponent as OrganizerHomeDecoration } from './deco-hogar/oganizadores.svg';
|
|
19
|
-
import { ReactComponent as ArmChairHomeDecoration } from './deco-hogar/sillon.svg';
|
|
20
|
-
import { ReactComponent as AccessoriesElectro } from './electro/accesorios.svg';
|
|
21
|
-
import { ReactComponent as HomeAppliancesElectro } from './electro/electrodomesticos.svg';
|
|
22
|
-
import { ReactComponent as WhiteLineElectro } from './electro/linea-blanca.svg';
|
|
23
|
-
import { ReactComponent as TechnologyElectro } from './electro/tecnologia.svg';
|
|
24
|
-
import { ReactComponent as TelephonyElectro } from './electro/telefonia.svg';
|
|
25
|
-
import { ReactComponent as TvElectro } from './electro/tv.svg';
|
|
26
|
-
import { ReactComponent as GardenAccessoriesExterior } from './exterior/accesorios-jardin.svg';
|
|
27
|
-
import { ReactComponent as CampingExterior } from './exterior/camping.svg';
|
|
28
|
-
import { ReactComponent as GardenDecorationExterior } from './exterior/decoracion-jardin.svg';
|
|
29
|
-
import { ReactComponent as SportsExterior } from './exterior/deportes.svg';
|
|
30
|
-
import { ReactComponent as GardenExterior } from './exterior/jardin.svg';
|
|
31
|
-
import { ReactComponent as PetsExterior } from './exterior/mascotas.svg';
|
|
32
|
-
import { ReactComponent as TablesTerracesExterior } from './exterior/mesas-terrazas.svg';
|
|
33
|
-
import { ReactComponent as PoolsGrillsExterior } from './exterior/piletas-parrillas.svg';
|
|
34
|
-
import { ReactComponent as BulbsTubesHardwareStore } from './ferreteria/ampolletas-tubos.svg';
|
|
35
|
-
import { ReactComponent as AutomotiveHardwareStore } from './ferreteria/automotor.svg';
|
|
36
|
-
import { ReactComponent as ConstructionHardwareStore } from './ferreteria/construccion.svg';
|
|
37
|
-
import { ReactComponent as ElectricityHardwareStore } from './ferreteria/electricidad.svg';
|
|
38
|
-
import { ReactComponent as FlooringHardwareStore } from './ferreteria/flooring.svg';
|
|
39
|
-
import { ReactComponent as FittingsFixingsHardwareStore } from './ferreteria/herrajes-fijaciones.svg';
|
|
40
|
-
import { ReactComponent as ElectricToolsHardwareStore } from './ferreteria/herramientas-electricas.svg';
|
|
41
|
-
import { ReactComponent as ToolsHardwareStore } from './ferreteria/herramientas.svg';
|
|
42
|
-
import { ReactComponent as IluminationHardwareStore } from './ferreteria/iluminacion.svg';
|
|
43
|
-
import { ReactComponent as WoodHardwareStore } from './ferreteria/madera.svg';
|
|
44
|
-
import { ReactComponent as PaintingsHardwareStore } from './ferreteria/pinturas.svg';
|
|
45
|
-
import { ReactComponent as PlumbingHardwareStore } from './ferreteria/plomeria.svg';
|
|
46
|
-
import { ReactComponent as DoorsWindowsHardwareStore } from './ferreteria/puertas-ventanas.svg';
|
|
47
|
-
import { ReactComponent as StiffFresh } from './frescos/fiambres.svg';
|
|
48
|
-
import { ReactComponent as DairyFresh } from './frescos/lacteos.svg';
|
|
49
|
-
import { ReactComponent as CheesesFresh } from './frescos/quesos.svg';
|
|
50
|
-
import { ReactComponent as ArticlesCleaning } from './limpieza/articulos-limpieza.svg';
|
|
51
|
-
import { ReactComponent as ClothesCleaning } from './limpieza/limpieza-ropa.svg';
|
|
52
|
-
import { ReactComponent as GeneralCleaning } from './limpieza/limpieza.svg';
|
|
53
|
-
import { ReactComponent as ToiletMaterialsCleaning } from './limpieza/materiales-aseo.svg';
|
|
54
|
-
import { ReactComponent as FizzyDrinksLiquids } from './liquidos/bebidas-gaseosas.svg';
|
|
55
|
-
import { ReactComponent as BeersLiquids } from './liquidos/cervezas.svg';
|
|
56
|
-
import { ReactComponent as CocktailLiquids } from './liquidos/cocktail.svg';
|
|
57
|
-
import { ReactComponent as JuicesLiquids } from './liquidos/jugos.svg';
|
|
58
|
-
import { ReactComponent as LiquorsLiquids } from './liquidos/licores.svg';
|
|
59
|
-
import { ReactComponent as WineLiquids } from './liquidos/vino.svg';
|
|
60
|
-
import { ReactComponent as SweetDessertsBakery } from './panaderia/dulces-postres.svg';
|
|
61
|
-
import { ReactComponent as CookiesCandiesBakery } from './panaderia/galletas-golosinas.svg';
|
|
62
|
-
import { ReactComponent as OwnBakeryBakery } from './panaderia/panaderia-propia.svg';
|
|
63
|
-
import { ReactComponent as BakedGoodsBakery } from './panaderia/panificados.svg';
|
|
64
|
-
import { ReactComponent as CakeShopBakery } from './panaderia/pasteleria.svg';
|
|
65
|
-
import { ReactComponent as HairArticlesHealthBeauty } from './salud-belleza/articulos-cabello.svg';
|
|
66
|
-
import { ReactComponent as CosmeticHealthBeauty } from './salud-belleza/cosmetica.svg';
|
|
67
|
-
import { ReactComponent as PharmacyHealthBeauty } from './salud-belleza/farmacia.svg';
|
|
68
|
-
import { ReactComponent as OralHygieneHealthBeauty } from './salud-belleza/higiene-oral.svg';
|
|
69
|
-
import { ReactComponent as HygieneHealthBeauty } from './salud-belleza/higiene.svg';
|
|
70
|
-
import { ReactComponent as PerfumeryHealthBeauty } from './salud-belleza/perfumeria.svg';
|
|
71
|
-
import { ReactComponent as TravelArticlesSundry } from './varios/articulos-viaje.svg';
|
|
72
|
-
import { ReactComponent as KitchenSundry } from './varios/cocina.svg';
|
|
73
|
-
import { ReactComponent as ContainersSundry } from './varios/envases.svg';
|
|
74
|
-
import { ReactComponent as PartiesSundry } from './varios/fiestas.svg';
|
|
75
|
-
import { ReactComponent as ToyStoreSundry } from './varios/jugueteria.svg';
|
|
76
|
-
import { ReactComponent as BookshopSundry } from './varios/libreria.svg';
|
|
77
|
-
import { ReactComponent as PackagingSundry } from './varios/material-empaque.svg';
|
|
78
|
-
import { ReactComponent as InternalUseSundry } from './varios/materiales-uso-interno.svg';
|
|
79
|
-
import { ReactComponent as CookTableSundry } from './varios/mesa-cocina.svg';
|
|
80
|
-
import { ReactComponent as FootwearSandalsDressing } from './vestuario/calzado-sandalias.svg';
|
|
81
|
-
import { ReactComponent as TextileClothingDressing } from './vestuario/textil-vestuario.svg';
|
|
82
|
-
import { ReactComponent as UniformsDressing } from './vestuario/uniformes.svg';
|
|
83
|
-
export { OliveOilFood, StoreFood, CannedFood, FruitsVegetablesFood, GrainsFloursFood, FrenchFriesFood, PastaFood, SnackCafeFood, ButcherShopMeat, PigLambMeat, StiffMeat, FishMeat, ChickenMeat, GeneralFrozen, MealPreparatedFrozen, BedHomeDecoration, FurnitureHomeDecoration, OrganizerHomeDecoration, ArmChairHomeDecoration, AccessoriesElectro, HomeAppliancesElectro, WhiteLineElectro, TechnologyElectro, TelephonyElectro, TvElectro, GardenAccessoriesExterior, CampingExterior, GardenDecorationExterior, SportsExterior, GardenExterior, PetsExterior, TablesTerracesExterior, PoolsGrillsExterior, BulbsTubesHardwareStore, AutomotiveHardwareStore, ConstructionHardwareStore, ElectricityHardwareStore, FlooringHardwareStore, FittingsFixingsHardwareStore, ElectricToolsHardwareStore, ToolsHardwareStore, IluminationHardwareStore, WoodHardwareStore, PaintingsHardwareStore, PlumbingHardwareStore, DoorsWindowsHardwareStore, StiffFresh, DairyFresh, CheesesFresh, ArticlesCleaning, ClothesCleaning, GeneralCleaning, ToiletMaterialsCleaning, FizzyDrinksLiquids, BeersLiquids, CocktailLiquids, JuicesLiquids, LiquorsLiquids, WineLiquids, SweetDessertsBakery, CookiesCandiesBakery, OwnBakeryBakery, BakedGoodsBakery, CakeShopBakery, HairArticlesHealthBeauty, CosmeticHealthBeauty, PharmacyHealthBeauty, OralHygieneHealthBeauty, HygieneHealthBeauty, PerfumeryHealthBeauty, TravelArticlesSundry, KitchenSundry, ContainersSundry, PartiesSundry, ToyStoreSundry, BookshopSundry, PackagingSundry, InternalUseSundry, CookTableSundry, FootwearSandalsDressing, TextileClothingDressing, UniformsDressing, };
|
|
1
|
+
import { ReactComponent as OliveOilFood } from './alimentos/aceite-oliva.svg';
|
|
2
|
+
import { ReactComponent as StoreFood } from './alimentos/almacen.svg';
|
|
3
|
+
import { ReactComponent as CannedFood } from './alimentos/enlatados.svg';
|
|
4
|
+
import { ReactComponent as FruitsVegetablesFood } from './alimentos/frutas-verduras.svg';
|
|
5
|
+
import { ReactComponent as GrainsFloursFood } from './alimentos/granos-harinas.svg';
|
|
6
|
+
import { ReactComponent as FrenchFriesFood } from './alimentos/papas-fritas.svg';
|
|
7
|
+
import { ReactComponent as PastaFood } from './alimentos/pastas.svg';
|
|
8
|
+
import { ReactComponent as SnackCafeFood } from './alimentos/snack-cafeteria.svg';
|
|
9
|
+
import { ReactComponent as ButcherShopMeat } from './carnes/carniceria.svg';
|
|
10
|
+
import { ReactComponent as PigLambMeat } from './carnes/cerdo-cordero.svg';
|
|
11
|
+
import { ReactComponent as StiffMeat } from './carnes/fiambre.svg';
|
|
12
|
+
import { ReactComponent as FishMeat } from './carnes/pescado.svg';
|
|
13
|
+
import { ReactComponent as ChickenMeat } from './carnes/pollo.svg';
|
|
14
|
+
import { ReactComponent as GeneralFrozen } from './congelados/congelados.svg';
|
|
15
|
+
import { ReactComponent as MealPreparatedFrozen } from './congelados/platos-preparados.svg';
|
|
16
|
+
import { ReactComponent as BedHomeDecoration } from './deco-hogar/cama.svg';
|
|
17
|
+
import { ReactComponent as FurnitureHomeDecoration } from './deco-hogar/muebles.svg';
|
|
18
|
+
import { ReactComponent as OrganizerHomeDecoration } from './deco-hogar/oganizadores.svg';
|
|
19
|
+
import { ReactComponent as ArmChairHomeDecoration } from './deco-hogar/sillon.svg';
|
|
20
|
+
import { ReactComponent as AccessoriesElectro } from './electro/accesorios.svg';
|
|
21
|
+
import { ReactComponent as HomeAppliancesElectro } from './electro/electrodomesticos.svg';
|
|
22
|
+
import { ReactComponent as WhiteLineElectro } from './electro/linea-blanca.svg';
|
|
23
|
+
import { ReactComponent as TechnologyElectro } from './electro/tecnologia.svg';
|
|
24
|
+
import { ReactComponent as TelephonyElectro } from './electro/telefonia.svg';
|
|
25
|
+
import { ReactComponent as TvElectro } from './electro/tv.svg';
|
|
26
|
+
import { ReactComponent as GardenAccessoriesExterior } from './exterior/accesorios-jardin.svg';
|
|
27
|
+
import { ReactComponent as CampingExterior } from './exterior/camping.svg';
|
|
28
|
+
import { ReactComponent as GardenDecorationExterior } from './exterior/decoracion-jardin.svg';
|
|
29
|
+
import { ReactComponent as SportsExterior } from './exterior/deportes.svg';
|
|
30
|
+
import { ReactComponent as GardenExterior } from './exterior/jardin.svg';
|
|
31
|
+
import { ReactComponent as PetsExterior } from './exterior/mascotas.svg';
|
|
32
|
+
import { ReactComponent as TablesTerracesExterior } from './exterior/mesas-terrazas.svg';
|
|
33
|
+
import { ReactComponent as PoolsGrillsExterior } from './exterior/piletas-parrillas.svg';
|
|
34
|
+
import { ReactComponent as BulbsTubesHardwareStore } from './ferreteria/ampolletas-tubos.svg';
|
|
35
|
+
import { ReactComponent as AutomotiveHardwareStore } from './ferreteria/automotor.svg';
|
|
36
|
+
import { ReactComponent as ConstructionHardwareStore } from './ferreteria/construccion.svg';
|
|
37
|
+
import { ReactComponent as ElectricityHardwareStore } from './ferreteria/electricidad.svg';
|
|
38
|
+
import { ReactComponent as FlooringHardwareStore } from './ferreteria/flooring.svg';
|
|
39
|
+
import { ReactComponent as FittingsFixingsHardwareStore } from './ferreteria/herrajes-fijaciones.svg';
|
|
40
|
+
import { ReactComponent as ElectricToolsHardwareStore } from './ferreteria/herramientas-electricas.svg';
|
|
41
|
+
import { ReactComponent as ToolsHardwareStore } from './ferreteria/herramientas.svg';
|
|
42
|
+
import { ReactComponent as IluminationHardwareStore } from './ferreteria/iluminacion.svg';
|
|
43
|
+
import { ReactComponent as WoodHardwareStore } from './ferreteria/madera.svg';
|
|
44
|
+
import { ReactComponent as PaintingsHardwareStore } from './ferreteria/pinturas.svg';
|
|
45
|
+
import { ReactComponent as PlumbingHardwareStore } from './ferreteria/plomeria.svg';
|
|
46
|
+
import { ReactComponent as DoorsWindowsHardwareStore } from './ferreteria/puertas-ventanas.svg';
|
|
47
|
+
import { ReactComponent as StiffFresh } from './frescos/fiambres.svg';
|
|
48
|
+
import { ReactComponent as DairyFresh } from './frescos/lacteos.svg';
|
|
49
|
+
import { ReactComponent as CheesesFresh } from './frescos/quesos.svg';
|
|
50
|
+
import { ReactComponent as ArticlesCleaning } from './limpieza/articulos-limpieza.svg';
|
|
51
|
+
import { ReactComponent as ClothesCleaning } from './limpieza/limpieza-ropa.svg';
|
|
52
|
+
import { ReactComponent as GeneralCleaning } from './limpieza/limpieza.svg';
|
|
53
|
+
import { ReactComponent as ToiletMaterialsCleaning } from './limpieza/materiales-aseo.svg';
|
|
54
|
+
import { ReactComponent as FizzyDrinksLiquids } from './liquidos/bebidas-gaseosas.svg';
|
|
55
|
+
import { ReactComponent as BeersLiquids } from './liquidos/cervezas.svg';
|
|
56
|
+
import { ReactComponent as CocktailLiquids } from './liquidos/cocktail.svg';
|
|
57
|
+
import { ReactComponent as JuicesLiquids } from './liquidos/jugos.svg';
|
|
58
|
+
import { ReactComponent as LiquorsLiquids } from './liquidos/licores.svg';
|
|
59
|
+
import { ReactComponent as WineLiquids } from './liquidos/vino.svg';
|
|
60
|
+
import { ReactComponent as SweetDessertsBakery } from './panaderia/dulces-postres.svg';
|
|
61
|
+
import { ReactComponent as CookiesCandiesBakery } from './panaderia/galletas-golosinas.svg';
|
|
62
|
+
import { ReactComponent as OwnBakeryBakery } from './panaderia/panaderia-propia.svg';
|
|
63
|
+
import { ReactComponent as BakedGoodsBakery } from './panaderia/panificados.svg';
|
|
64
|
+
import { ReactComponent as CakeShopBakery } from './panaderia/pasteleria.svg';
|
|
65
|
+
import { ReactComponent as HairArticlesHealthBeauty } from './salud-belleza/articulos-cabello.svg';
|
|
66
|
+
import { ReactComponent as CosmeticHealthBeauty } from './salud-belleza/cosmetica.svg';
|
|
67
|
+
import { ReactComponent as PharmacyHealthBeauty } from './salud-belleza/farmacia.svg';
|
|
68
|
+
import { ReactComponent as OralHygieneHealthBeauty } from './salud-belleza/higiene-oral.svg';
|
|
69
|
+
import { ReactComponent as HygieneHealthBeauty } from './salud-belleza/higiene.svg';
|
|
70
|
+
import { ReactComponent as PerfumeryHealthBeauty } from './salud-belleza/perfumeria.svg';
|
|
71
|
+
import { ReactComponent as TravelArticlesSundry } from './varios/articulos-viaje.svg';
|
|
72
|
+
import { ReactComponent as KitchenSundry } from './varios/cocina.svg';
|
|
73
|
+
import { ReactComponent as ContainersSundry } from './varios/envases.svg';
|
|
74
|
+
import { ReactComponent as PartiesSundry } from './varios/fiestas.svg';
|
|
75
|
+
import { ReactComponent as ToyStoreSundry } from './varios/jugueteria.svg';
|
|
76
|
+
import { ReactComponent as BookshopSundry } from './varios/libreria.svg';
|
|
77
|
+
import { ReactComponent as PackagingSundry } from './varios/material-empaque.svg';
|
|
78
|
+
import { ReactComponent as InternalUseSundry } from './varios/materiales-uso-interno.svg';
|
|
79
|
+
import { ReactComponent as CookTableSundry } from './varios/mesa-cocina.svg';
|
|
80
|
+
import { ReactComponent as FootwearSandalsDressing } from './vestuario/calzado-sandalias.svg';
|
|
81
|
+
import { ReactComponent as TextileClothingDressing } from './vestuario/textil-vestuario.svg';
|
|
82
|
+
import { ReactComponent as UniformsDressing } from './vestuario/uniformes.svg';
|
|
83
|
+
export { OliveOilFood, StoreFood, CannedFood, FruitsVegetablesFood, GrainsFloursFood, FrenchFriesFood, PastaFood, SnackCafeFood, ButcherShopMeat, PigLambMeat, StiffMeat, FishMeat, ChickenMeat, GeneralFrozen, MealPreparatedFrozen, BedHomeDecoration, FurnitureHomeDecoration, OrganizerHomeDecoration, ArmChairHomeDecoration, AccessoriesElectro, HomeAppliancesElectro, WhiteLineElectro, TechnologyElectro, TelephonyElectro, TvElectro, GardenAccessoriesExterior, CampingExterior, GardenDecorationExterior, SportsExterior, GardenExterior, PetsExterior, TablesTerracesExterior, PoolsGrillsExterior, BulbsTubesHardwareStore, AutomotiveHardwareStore, ConstructionHardwareStore, ElectricityHardwareStore, FlooringHardwareStore, FittingsFixingsHardwareStore, ElectricToolsHardwareStore, ToolsHardwareStore, IluminationHardwareStore, WoodHardwareStore, PaintingsHardwareStore, PlumbingHardwareStore, DoorsWindowsHardwareStore, StiffFresh, DairyFresh, CheesesFresh, ArticlesCleaning, ClothesCleaning, GeneralCleaning, ToiletMaterialsCleaning, FizzyDrinksLiquids, BeersLiquids, CocktailLiquids, JuicesLiquids, LiquorsLiquids, WineLiquids, SweetDessertsBakery, CookiesCandiesBakery, OwnBakeryBakery, BakedGoodsBakery, CakeShopBakery, HairArticlesHealthBeauty, CosmeticHealthBeauty, PharmacyHealthBeauty, OralHygieneHealthBeauty, HygieneHealthBeauty, PerfumeryHealthBeauty, TravelArticlesSundry, KitchenSundry, ContainersSundry, PartiesSundry, ToyStoreSundry, BookshopSundry, PackagingSundry, InternalUseSundry, CookTableSundry, FootwearSandalsDressing, TextileClothingDressing, UniformsDressing, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ReactComponent as Accesories } from './accesorios.svg';
|
|
2
|
-
import { ReactComponent as Shoes } from './calzado.svg';
|
|
3
|
-
import { ReactComponent as Sports } from './deportes.svg';
|
|
4
|
-
import { ReactComponent as Man } from './hombre.svg';
|
|
5
|
-
import { ReactComponent as Woman } from './mujer.svg';
|
|
6
|
-
import { ReactComponent as Childish } from './infantil.svg';
|
|
7
|
-
export { Accesories, Shoes, Sports, Man, Woman, Childish };
|
|
1
|
+
import { ReactComponent as Accesories } from './accesorios.svg';
|
|
2
|
+
import { ReactComponent as Shoes } from './calzado.svg';
|
|
3
|
+
import { ReactComponent as Sports } from './deportes.svg';
|
|
4
|
+
import { ReactComponent as Man } from './hombre.svg';
|
|
5
|
+
import { ReactComponent as Woman } from './mujer.svg';
|
|
6
|
+
import { ReactComponent as Childish } from './infantil.svg';
|
|
7
|
+
export { Accesories, Shoes, Sports, Man, Woman, Childish };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React, { MouseEventHandler } from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
export interface IProps {
|
|
4
|
-
label?: string;
|
|
5
|
-
icon?: (typeof Collections.IIcon)[number];
|
|
6
|
-
size?: (typeof Collections.ITabSize)[number];
|
|
7
|
-
type?: (typeof Collections.ITabType)[number];
|
|
8
|
-
selected?: boolean;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
onSelect?: MouseEventHandler<HTMLDivElement>;
|
|
11
|
-
count?: number;
|
|
12
|
-
}
|
|
13
|
-
declare const XTab: React.FC<IProps>;
|
|
14
|
-
export default XTab;
|
|
1
|
+
import React, { MouseEventHandler } from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
label?: string;
|
|
5
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
6
|
+
size?: (typeof Collections.ITabSize)[number];
|
|
7
|
+
type?: (typeof Collections.ITabType)[number];
|
|
8
|
+
selected?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
onSelect?: MouseEventHandler<HTMLDivElement>;
|
|
11
|
+
count?: number;
|
|
12
|
+
}
|
|
13
|
+
declare const XTab: React.FC<IProps>;
|
|
14
|
+
export default XTab;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IProps {
|
|
3
|
-
children?: React.ReactNode;
|
|
4
|
-
}
|
|
5
|
-
declare const XTabContent: React.FC<IProps>;
|
|
6
|
-
export default XTabContent;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IProps {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
declare const XTabContent: React.FC<IProps>;
|
|
6
|
+
export default XTabContent;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IProps {
|
|
3
|
-
tabKey: string;
|
|
4
|
-
children?: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
declare const XTabPanel: React.FC<IProps>;
|
|
7
|
-
export default XTabPanel;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IProps {
|
|
3
|
+
tabKey: string;
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare const XTabPanel: React.FC<IProps>;
|
|
7
|
+
export default XTabPanel;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
interface ITab {
|
|
4
|
-
key: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
icon?: (typeof Collections.IIcon)[number];
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
count?: number;
|
|
9
|
-
type?: (typeof Collections.ITabType)[number];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface IProps {
|
|
13
|
-
defaultKey?: string;
|
|
14
|
-
tabs?: ITab[];
|
|
15
|
-
actions?: IAction[];
|
|
16
|
-
size?: (typeof Collections.ITabSize)[number];
|
|
17
|
-
onTabChange?: (key: string) => void;
|
|
18
|
-
onActionClick?: (key: string) => void;
|
|
19
|
-
skeleton?: boolean;
|
|
20
|
-
border?: (typeof Collections.ITabsBorder)[number];
|
|
21
|
-
}
|
|
22
|
-
declare const XTabs: React.FC<IProps>;
|
|
23
|
-
export default XTabs;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
interface ITab {
|
|
4
|
+
key: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
count?: number;
|
|
9
|
+
type?: (typeof Collections.ITabType)[number];
|
|
10
|
+
}
|
|
11
|
+
type IAction = ITab;
|
|
12
|
+
export interface IProps {
|
|
13
|
+
defaultKey?: string;
|
|
14
|
+
tabs?: ITab[];
|
|
15
|
+
actions?: IAction[];
|
|
16
|
+
size?: (typeof Collections.ITabSize)[number];
|
|
17
|
+
onTabChange?: (key: string) => void;
|
|
18
|
+
onActionClick?: (key: string) => void;
|
|
19
|
+
skeleton?: boolean;
|
|
20
|
+
border?: (typeof Collections.ITabsBorder)[number];
|
|
21
|
+
}
|
|
22
|
+
declare const XTabs: React.FC<IProps>;
|
|
23
|
+
export default XTabs;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React, { MouseEventHandler } from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
export interface IProps {
|
|
4
|
-
text: string;
|
|
5
|
-
icon?: (typeof Collections.IIcon)[number];
|
|
6
|
-
size?: (typeof Collections.ITagSize)[number];
|
|
7
|
-
color?: (typeof Collections.ITagColor)[number];
|
|
8
|
-
onClose?: MouseEventHandler<HTMLDivElement>;
|
|
9
|
-
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}
|
|
12
|
-
declare const XTag: React.FC<IProps>;
|
|
13
|
-
export default XTag;
|
|
1
|
+
import React, { MouseEventHandler } from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
text: string;
|
|
5
|
+
icon?: (typeof Collections.IIcon)[number];
|
|
6
|
+
size?: (typeof Collections.ITagSize)[number];
|
|
7
|
+
color?: (typeof Collections.ITagColor)[number];
|
|
8
|
+
onClose?: MouseEventHandler<HTMLDivElement>;
|
|
9
|
+
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const XTag: React.FC<IProps>;
|
|
13
|
+
export default XTag;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
export interface IProps {
|
|
4
|
-
brand: (typeof Collections.ITagBusinessBrand)[number];
|
|
5
|
-
size?: (typeof Collections.ITagBusinessSize)[number];
|
|
6
|
-
}
|
|
7
|
-
declare const XTagBusiness: React.FC<IProps>;
|
|
8
|
-
export default XTagBusiness;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
brand: (typeof Collections.ITagBusinessBrand)[number];
|
|
5
|
+
size?: (typeof Collections.ITagBusinessSize)[number];
|
|
6
|
+
}
|
|
7
|
+
declare const XTagBusiness: React.FC<IProps>;
|
|
8
|
+
export default XTagBusiness;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
export interface IProps {
|
|
4
|
-
type?: (typeof Collections.ITagStateType)[number];
|
|
5
|
-
size?: (typeof Collections.ITagStateSize)[number];
|
|
6
|
-
state?: (typeof Collections.IState)[number];
|
|
7
|
-
color?: (typeof Collections.ITagStateColor)[number];
|
|
8
|
-
text: string;
|
|
9
|
-
onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
10
|
-
}
|
|
11
|
-
declare const XTagState: React.FC<IProps>;
|
|
12
|
-
export default XTagState;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
type?: (typeof Collections.ITagStateType)[number];
|
|
5
|
+
size?: (typeof Collections.ITagStateSize)[number];
|
|
6
|
+
state?: (typeof Collections.IState)[number];
|
|
7
|
+
color?: (typeof Collections.ITagStateColor)[number];
|
|
8
|
+
text: string;
|
|
9
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const XTagState: React.FC<IProps>;
|
|
12
|
+
export default XTagState;
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Collections } from '
|
|
3
|
-
export interface IProps {
|
|
4
|
-
/**
|
|
5
|
-
* Text content
|
|
6
|
-
*/
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* Text overflow can be normal or ellipsis
|
|
10
|
-
*/
|
|
11
|
-
textOverflow?: (typeof Collections.ITextOverflow)[number];
|
|
12
|
-
/**
|
|
13
|
-
* Line height can be normal, title or copy
|
|
14
|
-
*/
|
|
15
|
-
lineHeight?: (typeof Collections.ILineHeight)[number];
|
|
16
|
-
/**
|
|
17
|
-
* Font weight can be lighter, normal or bold
|
|
18
|
-
*/
|
|
19
|
-
weight?: (typeof Collections.IWeight)[number];
|
|
20
|
-
/**
|
|
21
|
-
* Font size can be 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. Fewer means bigger
|
|
22
|
-
*/
|
|
23
|
-
fontSize?: (typeof Collections.IFontSize)[number];
|
|
24
|
-
/**
|
|
25
|
-
* Line clamp can be none, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... 20
|
|
26
|
-
*/
|
|
27
|
-
lineClamp?: (typeof Collections.ILineClamp)[number];
|
|
28
|
-
/**
|
|
29
|
-
* Text align can be 'justify', 'left', 'center' or 'right'
|
|
30
|
-
*/
|
|
31
|
-
textAlign?: (typeof Collections.ITextAlign)[number];
|
|
32
|
-
/**
|
|
33
|
-
* Text color thone can be darkest, dark, medium, dim, light or lightest
|
|
34
|
-
*/
|
|
35
|
-
colorThone?: (typeof Collections.ITextColorThone)[number];
|
|
36
|
-
/**
|
|
37
|
-
* Text color can be any color from the palette fundamentals
|
|
38
|
-
*/
|
|
39
|
-
color?: (typeof Collections.IColor)[number];
|
|
40
|
-
/**
|
|
41
|
-
* If true, the content will be rendered with a skeleton effect
|
|
42
|
-
*/
|
|
43
|
-
skeleton?: boolean;
|
|
44
|
-
}
|
|
45
|
-
declare const XText: React.FC<IProps>;
|
|
46
|
-
export default XText;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Collections } from '@yumi/models';
|
|
3
|
+
export interface IProps {
|
|
4
|
+
/**
|
|
5
|
+
* Text content
|
|
6
|
+
*/
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Text overflow can be normal or ellipsis
|
|
10
|
+
*/
|
|
11
|
+
textOverflow?: (typeof Collections.ITextOverflow)[number];
|
|
12
|
+
/**
|
|
13
|
+
* Line height can be normal, title or copy
|
|
14
|
+
*/
|
|
15
|
+
lineHeight?: (typeof Collections.ILineHeight)[number];
|
|
16
|
+
/**
|
|
17
|
+
* Font weight can be lighter, normal or bold
|
|
18
|
+
*/
|
|
19
|
+
weight?: (typeof Collections.IWeight)[number];
|
|
20
|
+
/**
|
|
21
|
+
* Font size can be 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. Fewer means bigger
|
|
22
|
+
*/
|
|
23
|
+
fontSize?: (typeof Collections.IFontSize)[number];
|
|
24
|
+
/**
|
|
25
|
+
* Line clamp can be none, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ... 20
|
|
26
|
+
*/
|
|
27
|
+
lineClamp?: (typeof Collections.ILineClamp)[number];
|
|
28
|
+
/**
|
|
29
|
+
* Text align can be 'justify', 'left', 'center' or 'right'
|
|
30
|
+
*/
|
|
31
|
+
textAlign?: (typeof Collections.ITextAlign)[number];
|
|
32
|
+
/**
|
|
33
|
+
* Text color thone can be darkest, dark, medium, dim, light or lightest
|
|
34
|
+
*/
|
|
35
|
+
colorThone?: (typeof Collections.ITextColorThone)[number];
|
|
36
|
+
/**
|
|
37
|
+
* Text color can be any color from the palette fundamentals
|
|
38
|
+
*/
|
|
39
|
+
color?: (typeof Collections.IColor)[number];
|
|
40
|
+
/**
|
|
41
|
+
* If true, the content will be rendered with a skeleton effect
|
|
42
|
+
*/
|
|
43
|
+
skeleton?: boolean;
|
|
44
|
+
}
|
|
45
|
+
declare const XText: React.FC<IProps>;
|
|
46
|
+
export default XText;
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IProps {
|
|
3
|
-
/**
|
|
4
|
-
* Label text
|
|
5
|
-
*/
|
|
6
|
-
label?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Helper text
|
|
9
|
-
*/
|
|
10
|
-
caption?: string;
|
|
11
|
-
/**
|
|
12
|
-
* Error message
|
|
13
|
-
*/
|
|
14
|
-
error?: string;
|
|
15
|
-
/**
|
|
16
|
-
* Show mandatory symbol for textarea when is required
|
|
17
|
-
*/
|
|
18
|
-
mandatory?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* text for placeholder
|
|
21
|
-
*/
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Property to display character counter
|
|
25
|
-
*/
|
|
26
|
-
showCount?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* The maximum number of characters in Textarea
|
|
29
|
-
*/
|
|
30
|
-
maxLength?: number;
|
|
31
|
-
/**
|
|
32
|
-
* The textarea content value
|
|
33
|
-
*/
|
|
34
|
-
value?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Whether the textarea is disabled
|
|
37
|
-
*/
|
|
38
|
-
disabled?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Callback when user input
|
|
41
|
-
*/
|
|
42
|
-
onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
43
|
-
}
|
|
44
|
-
declare const XTextArea: React.FC<IProps>;
|
|
45
|
-
export default XTextArea;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface IProps {
|
|
3
|
+
/**
|
|
4
|
+
* Label text
|
|
5
|
+
*/
|
|
6
|
+
label?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Helper text
|
|
9
|
+
*/
|
|
10
|
+
caption?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Error message
|
|
13
|
+
*/
|
|
14
|
+
error?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Show mandatory symbol for textarea when is required
|
|
17
|
+
*/
|
|
18
|
+
mandatory?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* text for placeholder
|
|
21
|
+
*/
|
|
22
|
+
placeholder?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Property to display character counter
|
|
25
|
+
*/
|
|
26
|
+
showCount?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of characters in Textarea
|
|
29
|
+
*/
|
|
30
|
+
maxLength?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The textarea content value
|
|
33
|
+
*/
|
|
34
|
+
value?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Whether the textarea is disabled
|
|
37
|
+
*/
|
|
38
|
+
disabled?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Callback when user input
|
|
41
|
+
*/
|
|
42
|
+
onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
43
|
+
}
|
|
44
|
+
declare const XTextArea: React.FC<IProps>;
|
|
45
|
+
export default XTextArea;
|