@7shifts/sous-chef 4.0.0-beta.0 → 4.0.0
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/README.md +1 -0
- package/dist/actions/Button/Button.d.ts +12 -1
- package/dist/actions/PaginationControls/PaginationControls.d.ts +5 -0
- package/dist/actions/index.d.ts +2 -2
- package/dist/assets/MagnifyingGlassIllustration/MagnifyingGlassIllustration.d.ts +3 -0
- package/dist/assets/MagnifyingGlassIllustration/index.d.ts +1 -0
- package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +3 -2
- package/dist/core/SousChefProvider/SousChefProvider.d.ts +3 -1
- package/dist/core/SousChefProvider/context/ProviderConfigContext.d.ts +3 -1
- package/dist/empty_states/EmptyStateContainer/helpers/helpers.d.ts +5 -0
- package/dist/empty_states/EmptyStateContainer/types.d.ts +1 -1
- package/dist/feedback/InlineBanner/InlineBanner.d.ts +9 -1
- package/dist/feedback/InlineBanner/InlineBannerCTA/InlineBannerCTA.d.ts +1 -1
- package/dist/feedback/MicroBanner/ButtonCTA/ButtonCTA.d.ts +9 -0
- package/dist/feedback/MicroBanner/ButtonCTA/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/MicroBanner.d.ts +19 -0
- package/dist/feedback/MicroBanner/MicroBannerIcon/MicroBannerIcon.d.ts +7 -0
- package/dist/feedback/MicroBanner/MicroBannerIcon/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/constants.d.ts +7 -0
- package/dist/feedback/MicroBanner/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/types.d.ts +2 -0
- package/dist/feedback/PersistentBanner/constants.d.ts +2 -0
- package/dist/feedback/PersistentBanner/types.d.ts +1 -1
- package/dist/feedback/Toast/Toast.d.ts +2 -1
- package/dist/feedback/Toast/types.d.ts +4 -0
- package/dist/feedback/index.d.ts +2 -1
- package/dist/forms/ColorField/ColorField.d.ts +5 -0
- package/dist/forms/ColorField/ColorOverlay/ColorOverlay.d.ts +9 -0
- package/dist/forms/ColorField/ColorOverlay/index.d.ts +1 -0
- package/dist/forms/ColorField/ColorOverlay/useColorKeyboardNavigation.d.ts +4 -0
- package/dist/forms/ColorField/ColorSwatch/ColorSwatch.d.ts +6 -0
- package/dist/forms/ColorField/ColorSwatch/index.d.ts +1 -0
- package/dist/forms/ColorField/constants.d.ts +1 -0
- package/dist/forms/ColorField/index.d.ts +1 -0
- package/dist/forms/CurrencyField/CurrencyField.d.ts +2 -2
- package/dist/forms/DateField/DateField.d.ts +2 -2
- package/dist/forms/DateRangeField/DateRangeCalendar/DateRangeCalendar.d.ts +0 -1
- package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +1 -1
- package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +1 -1
- package/dist/forms/Field/Field.d.ts +1 -0
- package/dist/forms/FormRow/FormRow.d.ts +2 -0
- package/dist/forms/MultiSelectField/MultiSelectField.d.ts +4 -2
- package/dist/forms/NumberField/NumberField.d.ts +13 -0
- package/dist/forms/NumberField/index.d.ts +1 -0
- package/dist/forms/PhoneField/usePhoneField.d.ts +2 -1
- package/dist/forms/PillSelectField/CreatableOption/CreatableOption.d.ts +11 -0
- package/dist/forms/PillSelectField/CreatableOption/index.d.ts +1 -0
- package/dist/forms/PillSelectField/PillSelectField.d.ts +8 -5
- package/dist/forms/PillSelectField/types.d.ts +4 -0
- package/dist/forms/RadioGroupField/BoxOptions/BoxOptions.d.ts +3 -1
- package/dist/forms/RadioGroupField/RadioGroupField.d.ts +4 -1
- package/dist/forms/SelectField/CreatableButton/CreatableButton.d.ts +15 -0
- package/dist/forms/SelectField/CreatableButton/index.d.ts +1 -0
- package/dist/forms/SelectField/CreateInputForm/CreateInputForm.d.ts +16 -0
- package/dist/forms/SelectField/CreateInputForm/index.d.ts +1 -0
- package/dist/forms/SelectField/CustomContainer/CustomContainer.d.ts +1 -1
- package/dist/forms/SelectField/CustomGroupWithCreate/CustomGroupWithCreate.d.ts +7 -0
- package/dist/forms/SelectField/CustomGroupWithCreate/index.d.ts +1 -0
- package/dist/forms/SelectField/CustomOption/CustomOption.d.ts +1 -1
- package/dist/forms/SelectField/SelectField.d.ts +5 -3
- package/dist/forms/SelectField/types.d.ts +9 -0
- package/dist/forms/SelectField/useSelectField.d.ts +5 -6
- package/dist/forms/TextField/useTextField.d.ts +1 -2
- package/dist/forms/TimeField/TimeField.d.ts +8 -3
- package/dist/forms/TimeField/TimeFieldDropdown/TimeFieldDropdown.d.ts +5 -2
- package/dist/forms/TimeField/TimeFieldDropdownTrigger/TimeFieldDropdownTrigger.d.ts +2 -0
- package/dist/forms/TimeField/TimeFieldInput/TimeFieldInput.d.ts +3 -1
- package/dist/forms/TimeField/constants.d.ts +4 -0
- package/dist/forms/TimeField/domain.d.ts +2 -1
- package/dist/forms/TimeField/types.d.ts +1 -0
- package/dist/forms/TimeRangeField/TimeRangeEnd/TimeRangeEnd.d.ts +3 -1
- package/dist/forms/TimeRangeField/TimeRangeField.d.ts +4 -1
- package/dist/forms/TimeRangeField/TimeRangeStart/TimeRangeStart.d.ts +1 -1
- package/dist/forms/TimeRangeField/types.d.ts +2 -0
- package/dist/forms/WeekField/WeekField.d.ts +2 -2
- package/dist/forms/hooks/useDateFieldControllers.d.ts +4 -5
- package/dist/forms/hooks/useMultiSelectFieldControllers.d.ts +0 -1
- package/dist/forms/hooks/usePhoneFieldControllers.d.ts +2 -1
- package/dist/forms/hooks/useRangeFieldControllers.d.ts +0 -1
- package/dist/forms/hooks/useSelectFieldControllers.d.ts +0 -1
- package/dist/forms/index.d.ts +5 -1
- package/dist/forms/validations.d.ts +1 -0
- package/dist/foundation/domain.d.ts +1 -1
- package/dist/foundation/tokens/color/color-codes.d.ts +26 -6
- package/dist/foundation/tokens/color/color-constants.d.ts +128 -0
- package/dist/foundation/tokens/color/color-types.d.ts +1 -1
- package/dist/foundation/types.d.ts +40 -10
- package/dist/hooks/useBackgroundColorCheck.d.ts +15 -0
- package/dist/hooks/useIsVisibleInViewPort/index.d.ts +2 -0
- package/dist/hooks/useIsVisibleInViewPort/useIsVisibleInViewPort.d.ts +12 -0
- package/dist/hooks/usePositionStyles.d.ts +0 -1
- package/dist/hooks/useTheme.d.ts +5 -0
- package/dist/hooks/useViewPortIntersectionObserver/index.d.ts +2 -0
- package/dist/hooks/useViewPortIntersectionObserver/useViewPortIntersectionObserver.d.ts +10 -0
- package/dist/i18n/TranslationsContext.d.ts +0 -1
- package/dist/i18n/locales/en.json +25 -3
- package/dist/i18n/locales/es.json +24 -2
- package/dist/i18n/locales/fr.json +24 -2
- package/dist/icons/VariantGallery.d.ts +26 -0
- package/dist/icons/components/IconFlagSolid.d.ts +9 -0
- package/dist/icons/components/arrows/IconArrowDown.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowDownWideShort.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowLeft.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowToTop.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowTurnDownRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowUp.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronDown.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronLeft.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronUp.d.ts +10 -0
- package/dist/icons/components/arrows/IconExpand.d.ts +10 -0
- package/dist/icons/components/arrows/IconRepeat.d.ts +10 -0
- package/dist/icons/components/arrows/IconReply.d.ts +10 -0
- package/dist/icons/components/arrows/IconSort.d.ts +10 -0
- package/dist/icons/components/arrows/IconSync.d.ts +10 -0
- package/dist/icons/components/arrows/IconSyncExclamation.d.ts +10 -0
- package/dist/icons/components/arrows/IconUndo.d.ts +10 -0
- package/dist/icons/components/arrows/index.d.ts +18 -0
- package/dist/icons/components/business/IconAnalytics.d.ts +10 -0
- package/dist/icons/components/business/IconBalanceScale.d.ts +10 -0
- package/dist/icons/components/business/IconBalanceScaleLeft.d.ts +10 -0
- package/dist/icons/components/business/IconBarsV.d.ts +10 -0
- package/dist/icons/components/business/IconBook.d.ts +10 -0
- package/dist/icons/components/business/IconCalculator.d.ts +10 -0
- package/dist/icons/components/business/IconCashRegister.d.ts +10 -0
- package/dist/icons/components/business/IconChartBar.d.ts +10 -0
- package/dist/icons/components/business/IconCreditCard.d.ts +10 -0
- package/dist/icons/components/business/IconCreditCardPlus.d.ts +10 -0
- package/dist/icons/components/business/IconDollarSign.d.ts +10 -0
- package/dist/icons/components/business/IconEnvelopeOpenDollar.d.ts +10 -0
- package/dist/icons/components/business/IconGanttChart.d.ts +10 -0
- package/dist/icons/components/business/IconHandHoldingCoin.d.ts +10 -0
- package/dist/icons/components/business/IconHandHoldingDollar.d.ts +10 -0
- package/dist/icons/components/business/IconMoneyBill.d.ts +10 -0
- package/dist/icons/components/business/IconPercentage.d.ts +10 -0
- package/dist/icons/components/business/IconSitemap.d.ts +10 -0
- package/dist/icons/components/business/IconTable.d.ts +10 -0
- package/dist/icons/components/business/index.d.ts +19 -0
- package/dist/icons/components/communication/IconBell.d.ts +10 -0
- package/dist/icons/components/communication/IconBullhorn.d.ts +10 -0
- package/dist/icons/components/communication/IconCamera.d.ts +10 -0
- package/dist/icons/components/communication/IconCameraSlash.d.ts +10 -0
- package/dist/icons/components/communication/IconComment.d.ts +10 -0
- package/dist/icons/components/communication/IconCommentLines.d.ts +10 -0
- package/dist/icons/components/communication/IconEnvelope.d.ts +10 -0
- package/dist/icons/components/communication/IconMessages.d.ts +10 -0
- package/dist/icons/components/communication/IconMobile.d.ts +10 -0
- package/dist/icons/components/communication/IconPhone.d.ts +10 -0
- package/dist/icons/components/communication/IconVideo.d.ts +10 -0
- package/dist/icons/components/communication/IconWifi.d.ts +10 -0
- package/dist/icons/components/communication/IconWifiSlash.d.ts +10 -0
- package/dist/icons/components/communication/index.d.ts +13 -0
- package/dist/icons/components/controls/IconBarsH.d.ts +10 -0
- package/dist/icons/components/controls/IconBold.d.ts +10 -0
- package/dist/icons/components/controls/IconCheckCircle.d.ts +10 -0
- package/dist/icons/components/controls/IconCog.d.ts +10 -0
- package/dist/icons/components/controls/IconCopy.d.ts +10 -0
- package/dist/icons/components/controls/IconEdit.d.ts +10 -0
- package/dist/icons/components/controls/IconEllipsis.d.ts +10 -0
- package/dist/icons/components/controls/IconEllipsisV.d.ts +10 -0
- package/dist/icons/components/controls/IconExternalLink.d.ts +10 -0
- package/dist/icons/components/controls/IconEye.d.ts +10 -0
- package/dist/icons/components/controls/IconEyeSlash.d.ts +10 -0
- package/dist/icons/components/controls/IconFile.d.ts +10 -0
- package/dist/icons/components/controls/IconGripVertical.d.ts +10 -0
- package/dist/icons/components/controls/IconHouse.d.ts +10 -0
- package/dist/icons/components/controls/IconImage.d.ts +10 -0
- package/dist/icons/components/controls/IconItalic.d.ts +10 -0
- package/dist/icons/components/controls/IconLink.d.ts +10 -0
- package/dist/icons/components/controls/IconList.d.ts +10 -0
- package/dist/icons/components/controls/IconListOl.d.ts +10 -0
- package/dist/icons/components/controls/IconLock.d.ts +10 -0
- package/dist/icons/components/controls/IconMemoMagnifyingGlass.d.ts +10 -0
- package/dist/icons/components/controls/IconMinus.d.ts +10 -0
- package/dist/icons/components/controls/IconMinusCircle.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperPlane.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperPlaneClock.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperclip.d.ts +10 -0
- package/dist/icons/components/controls/IconPencil.d.ts +10 -0
- package/dist/icons/components/controls/IconPlus.d.ts +10 -0
- package/dist/icons/components/controls/IconPrint.d.ts +10 -0
- package/dist/icons/components/controls/IconSearch.d.ts +10 -0
- package/dist/icons/components/controls/IconSignIn.d.ts +10 -0
- package/dist/icons/components/controls/IconSignOut.d.ts +10 -0
- package/dist/icons/components/controls/IconSlidersH.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevron.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevronDown.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevronUp.d.ts +10 -0
- package/dist/icons/components/controls/IconStrikethrough.d.ts +10 -0
- package/dist/icons/components/controls/IconTimes.d.ts +10 -0
- package/dist/icons/components/controls/IconTrash.d.ts +10 -0
- package/dist/icons/components/controls/IconUnderline.d.ts +10 -0
- package/dist/icons/components/controls/IconUnlock.d.ts +10 -0
- package/dist/icons/components/controls/IconVolume.d.ts +10 -0
- package/dist/icons/components/controls/IconVolumeMute.d.ts +10 -0
- package/dist/icons/components/controls/IconWrench.d.ts +10 -0
- package/dist/icons/components/controls/index.d.ts +44 -0
- package/dist/icons/components/emojis/IconAwful.d.ts +9 -0
- package/dist/icons/components/emojis/IconAwfulMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconBad.d.ts +9 -0
- package/dist/icons/components/emojis/IconBadMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconDecent.d.ts +9 -0
- package/dist/icons/components/emojis/IconDecentMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconGood.d.ts +9 -0
- package/dist/icons/components/emojis/IconGoodMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconGreat.d.ts +9 -0
- package/dist/icons/components/emojis/IconGreatMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/index.d.ts +10 -0
- package/dist/icons/components/human/IconAddressBook.d.ts +10 -0
- package/dist/icons/components/human/IconFaceSmileRelaxed.d.ts +10 -0
- package/dist/icons/components/human/IconFileUser.d.ts +10 -0
- package/dist/icons/components/human/IconGrinBeam.d.ts +10 -0
- package/dist/icons/components/human/IconHand.d.ts +10 -0
- package/dist/icons/components/human/IconHandPointRight.d.ts +10 -0
- package/dist/icons/components/human/IconHandshake.d.ts +10 -0
- package/dist/icons/components/human/IconStar.d.ts +10 -0
- package/dist/icons/components/human/IconThumbsDown.d.ts +10 -0
- package/dist/icons/components/human/IconThumbsUp.d.ts +10 -0
- package/dist/icons/components/human/IconUser.d.ts +10 -0
- package/dist/icons/components/human/IconUserComputer.d.ts +10 -0
- package/dist/icons/components/human/IconUserFriends.d.ts +10 -0
- package/dist/icons/components/human/IconUserPlus.d.ts +10 -0
- package/dist/icons/components/human/IconUserSearch.d.ts +10 -0
- package/dist/icons/components/human/IconUserSlash.d.ts +10 -0
- package/dist/icons/components/human/IconUserTag.d.ts +10 -0
- package/dist/icons/components/human/IconUserTie.d.ts +10 -0
- package/dist/icons/components/human/IconUsers.d.ts +10 -0
- package/dist/icons/components/human/index.d.ts +19 -0
- package/dist/icons/components/image/IconBirthdayCake.d.ts +10 -0
- package/dist/icons/components/image/IconBolt.d.ts +10 -0
- package/dist/icons/components/image/IconBriefcase.d.ts +10 -0
- package/dist/icons/components/image/IconBullseyeArrow.d.ts +10 -0
- package/dist/icons/components/image/IconClipboardList.d.ts +10 -0
- package/dist/icons/components/image/IconDownload.d.ts +10 -0
- package/dist/icons/components/image/IconFilePdf.d.ts +10 -0
- package/dist/icons/components/image/IconFlag.d.ts +10 -0
- package/dist/icons/components/image/IconFourDotsCircle.d.ts +10 -0
- package/dist/icons/components/image/IconFourSquares.d.ts +10 -0
- package/dist/icons/components/image/IconGavel.d.ts +10 -0
- package/dist/icons/components/image/IconGif.d.ts +10 -0
- package/dist/icons/components/image/IconGift.d.ts +10 -0
- package/dist/icons/components/image/IconGlobe.d.ts +10 -0
- package/dist/icons/components/image/IconHatChef.d.ts +10 -0
- package/dist/icons/components/image/IconIslandTropical.d.ts +10 -0
- package/dist/icons/components/image/IconLaptopSearch.d.ts +10 -0
- package/dist/icons/components/image/IconMagic.d.ts +10 -0
- package/dist/icons/components/image/IconMapMarker.d.ts +10 -0
- package/dist/icons/components/image/IconMedal.d.ts +10 -0
- package/dist/icons/components/image/IconMugSaucer.d.ts +10 -0
- package/dist/icons/components/image/IconNotesMedical.d.ts +10 -0
- package/dist/icons/components/image/IconPlateUtensils.d.ts +10 -0
- package/dist/icons/components/image/IconPlug.d.ts +10 -0
- package/dist/icons/components/image/IconRocket.d.ts +10 -0
- package/dist/icons/components/image/IconSparkle.d.ts +10 -0
- package/dist/icons/components/image/IconStickyNoteLines.d.ts +10 -0
- package/dist/icons/components/image/IconStore.d.ts +10 -0
- package/dist/icons/components/image/IconTachometer.d.ts +10 -0
- package/dist/icons/components/image/IconThreeSquares.d.ts +10 -0
- package/dist/icons/components/image/IconUniversity.d.ts +10 -0
- package/dist/icons/components/image/index.d.ts +31 -0
- package/dist/icons/components/index.d.ts +8 -148
- package/dist/icons/components/status/IconAward.d.ts +10 -0
- package/dist/icons/components/status/IconAwardSimple.d.ts +10 -0
- package/dist/icons/components/status/IconBan.d.ts +10 -0
- package/dist/icons/components/status/IconCheck.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncomplete.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncompleteRole.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncompleteUser.d.ts +10 -0
- package/dist/icons/components/status/IconCircleHalfStroke.d.ts +10 -0
- package/dist/icons/components/status/IconCircleXMark.d.ts +10 -0
- package/dist/icons/components/status/IconDeleteLeft.d.ts +10 -0
- package/dist/icons/components/status/IconExclamation.d.ts +10 -0
- package/dist/icons/components/status/IconExclamationTriangle.d.ts +10 -0
- package/dist/icons/components/status/IconInfoCircle.d.ts +10 -0
- package/dist/icons/components/status/IconQuestionCircle.d.ts +10 -0
- package/dist/icons/components/status/IconTimesOctagon.d.ts +10 -0
- package/dist/icons/components/status/index.d.ts +15 -0
- package/dist/icons/components/time/IconCalendar.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarAlt.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarCheck.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarDay.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarExclamation.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarStar.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarWeek.d.ts +10 -0
- package/dist/icons/components/time/IconClock.d.ts +10 -0
- package/dist/icons/components/time/IconClockExclamation.d.ts +10 -0
- package/dist/icons/components/time/IconClockRewind.d.ts +10 -0
- package/dist/icons/components/time/IconOvertime.d.ts +10 -0
- package/dist/icons/components/time/IconStopwatch.d.ts +10 -0
- package/dist/icons/components/time/index.d.ts +12 -0
- package/dist/icons/constants.d.ts +1 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/types.d.ts +2 -1
- package/dist/index.css +2952 -2118
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +58782 -9189
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +60595 -10416
- package/dist/index.modern.js.map +1 -1
- package/dist/ink_illustrations/components/art/InkArtistHat.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkArtistPainting.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkBrush.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkBrushCup.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkColorPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkContemporaryArtAbstract.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkDrawingPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkHandDrawingWithPencil.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMural.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMuseumPainting.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMuseumSculpture.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkPaintTin.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkPottery.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkSculptureCarvingChisel.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkShapes.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkSprayPaintCan.d.ts +7 -0
- package/dist/ink_illustrations/components/art/index.d.ts +16 -0
- package/dist/ink_illustrations/components/business/InkBriefcase.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkCallToActionButtons.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkCoinUsDollar.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkGlobalInternational.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkKey.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkLightBulb.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkLockLocked.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkMagnet.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkNotepadWithArrow.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkPieChartRevenue.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkQuestionAnswerChat.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkRoadmap.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkShoppingCart.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkTarget.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkWebsiteOnMonitor.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkWritingPen.d.ts +7 -0
- package/dist/ink_illustrations/components/business/index.d.ts +16 -0
- package/dist/ink_illustrations/components/cooking/InkBakingMold.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkBlender.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkChefHat.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCookbook.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCookingTongs.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCuttingBoard.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkDicer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkExtractorHood.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkFryingPanEggs.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkIceMold.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkKitchenApron.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkLadle.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMasher.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMeasuringJug.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMicrowaveOven.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMixer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMixingIngredients.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOliveOil.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOven.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOvenGlove.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkPot.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkRoller.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSaltShaker.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSauceBottle.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSaucePan.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSpatula.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkStrainer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkTeaPot.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkToaster.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkWhisk.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/index.d.ts +32 -0
- package/dist/ink_illustrations/components/design/Ink3DModeling02.d.ts +7 -0
- package/dist/ink_illustrations/components/design/Ink3DPrinting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkAppFolder.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkApps.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBigboard.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBookletBrochure.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBoxInUnfoldedForm.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkColorProfileCmyk.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkCube.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkCutScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDeadline.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDesignSketchOfClothes.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDrawingOnGraphicTablet.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkEmbroidery.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkEyedropperWithColorPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkFocusEyeHidden.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkGraphicFileGalleryFrame.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkGuidelineBrandBook.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkInteriorDesignHouseBlueprintPaperPlan.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLabelDesign.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLandscapeDesign.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLayers.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMagazine.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMagicStick.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMobileMockup.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkOnlineMeeting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkOverlapOverlayIntersectionOpacity.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPacManWithCursor.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPaletteForDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPenCurves.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPenToolCursorWithBeziers.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPencil.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkProtractorRuler.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkRuler.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkScaleToolCrop.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkSearch.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkSettings.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkStickerSmileEmoji.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTShirtPrinting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTabletMockup.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTextToolFont.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTransparentBackground.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebBrowsing1.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebBrowsing2.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebUiElementImageSettings.d.ts +7 -0
- package/dist/ink_illustrations/components/design/index.d.ts +45 -0
- package/dist/ink_illustrations/components/education/InkAcademicCap.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkAudioBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBlackboard.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBookSearch.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBookShelf.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBrainLearn.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkCheckMark.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkCrossMark.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkDiplomaCertificate.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkGlobe.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkLanguage.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkMedal.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkNoteBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkProjector.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkTestExamGrades.d.ts +7 -0
- package/dist/ink_illustrations/components/education/index.d.ts +16 -0
- package/dist/ink_illustrations/components/emojis/InkAngryFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkAstonishedFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkBeamingFaceWithSmilingEyes.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkFaceBlowingKiss.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkFaceWithTearsOfJoy.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkGrimacingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkPleadingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSleepingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithGlasses.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHeartEyes.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHearts.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithSunglasses.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithTear.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmirkingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkThinkingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkWinkingFaceWithTongue.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/index.d.ts +16 -0
- package/dist/ink_illustrations/components/enterteniment/Ink3DGlasses.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkAmusementPark.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkBallet.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkBowling.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkCardGames.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkCarouselWithHorses.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkDiscoBall.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkDj.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkFirecracker.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkJoystick.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkMagicTricks.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkMascarade.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkNotesChart.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkRollerSkating.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkSlotMachine.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkTheatre.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/index.d.ts +16 -0
- package/dist/ink_illustrations/components/food/InkAvocado.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBeverageCola.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBreadToast.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBurger.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCabbage.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCandy.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCarrot.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCheese.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoctailTropical.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoffeeCup.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoffeeCupTakeaway.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCrayfish.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCroissant.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCupcake.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkDonut.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkEggSunnySide.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkFrenchFries.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkFruitBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkGrapes.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkHotDog.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkIceCream.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkLunchBag.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkMatcha.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkMilkCarton.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkNoodlesWok.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkPepper.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkPizzaSlice.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSoup.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSteak.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSushi.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkTaco.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkWatermelon.d.ts +7 -0
- package/dist/ink_illustrations/components/food/index.d.ts +32 -0
- package/dist/ink_illustrations/components/gardening/InkBirdHouse.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenFence.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenShovel.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardeningFork.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkLawnmower.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot1.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot2.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot3.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot4.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot5.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot6.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkRakes.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkSeeds.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkWateringCan.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkWateringHose.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/index.d.ts +16 -0
- package/dist/ink_illustrations/components/hands/InkCrossedFingers.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFingerSnap.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFingerWalking.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFistRaised.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeasuringHorizontally.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeasuringVertically.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeditationGesture.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandRaised.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignCall.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignChill.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignHalfHeartLeft.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignLittle.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignRock.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignStop.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandThreeFingers.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVictoryLeftHand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVictoryRightHand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVulcanSalute.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWaving.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCamera.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCards.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithChopsticks.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCigarette.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCoins.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCreditCard.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCup.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithDiamonds.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithDices.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGem.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGift.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGlass.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithMagicWand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPaletteknifePainting.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPencilDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPuzzle.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithRose.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSeedsPlanting.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSmartPen.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSpray.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithToothBrush.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithWatches.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithWipingCloth.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkIndexPointingDown.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkMakingPhotoOnPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkPushingButton.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkThumbBackDirection.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkThumbsUp.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/index.d.ts +48 -0
- package/dist/ink_illustrations/components/health/InkAmbulance.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkBandAid.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkBloodBagForTransfusion.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkCardiogramMonitor.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkCrutches.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDiagnosisDocument.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDigitalThermometer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDropperContainer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkEar.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkEyeDropper.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkFaceMask.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkHeadMirror.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkHospitalBed.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkInhaler.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkKidney.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkLabTest.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkLungs.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkMaleFemaleSex.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkMedicalKit.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkNasalSpray.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkOintment.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPharmacyStore.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPills.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPillsBlisterPack.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPillsContainer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkSanitizer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkStethoscope.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkStomach.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkSyringe.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkTooth.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkVirus.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkWalkingFrame.d.ts +7 -0
- package/dist/ink_illustrations/components/health/index.d.ts +32 -0
- package/dist/ink_illustrations/components/holidays/InkBirthdayCakeSlice.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkBirthdayCap.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkCandies.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChampagneCheers.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasAngel.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasBells.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasElf.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasSack.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasSnowman.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasStar.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasStocking.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTree.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasWreath.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkCookieMan.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkFireworks.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkFlowerBouquet.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenGhost1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenGhost2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenJack.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHanukkah.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkIndependenceDayGrill.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkMagicWand.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles3.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkStPatricksDayClover.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkValentinesDayTeddy.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/index.d.ts +29 -0
- package/dist/ink_illustrations/components/index.d.ts +27 -0
- package/dist/ink_illustrations/components/marketing/InkAiAutomation.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkBarChartUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkCogs.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkContentImage.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkContentVideo.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkDataFlow.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkDataReport.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmail.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmailInbox.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmailOpened.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkFireTrending.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkFlag.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkInstagramPost.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkLink.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkLockUnlocked.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMarketingCampaign.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMessageInformation.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMessageQuestionsFaq.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMoneyMetricUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMoneySearch.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkNews.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkNotificationHashtag.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPresentationLive.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPresentationReport.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPrivacyGdpr.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkStaircaseUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkTimer.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkUploadToCloud.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkWorkingByDesk.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/index.d.ts +29 -0
- package/dist/ink_illustrations/components/music/InkBanjo.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkBoombox.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCassetteTape.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCastanets.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCongasDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDigitalPiano.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDjembeAfricanDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDrumSet.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkFlute.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkGuitar.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHarmonica.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHarp.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHorn.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkKalimba.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkMaracas.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkMetronome.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkOcarina.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPanflute.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPiano.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPlates.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkSaxophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkSubwoofer.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTambourine.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTriangle.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTrumpet.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTuningFork.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVinylRecord.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVinylRecordPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkViolin.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVocalMicrophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkXylophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/index.d.ts +32 -0
- package/dist/ink_illustrations/components/nature/InkBamboo.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkCherryBlossoms.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkChestnut.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkEarWheat.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkFourLeafClover.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkHazelnut.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkLeaf1.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkLeaf2.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkMushroom.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkPalm.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkReedGrass.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkSunflower.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTree.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTreeEvergreen.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTreeStump.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkVaseWithWildflowers.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/index.d.ts +16 -0
- package/dist/ink_illustrations/components/office/InkBooks.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkBooksStack.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkBoxOpened.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCalculator.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkClassicPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCoffeeMug.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkComputerMouse.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCorkNoticeBoard.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCutterPaperKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDeskLamp.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDuctTape.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDumbbell.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkElectricCoolingFan.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEmployeeIdBadge.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEmployeeOfMonth.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEraser.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkExtensionCableCord.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkFileFolder.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkFlashDriveUsb.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkHeadphones.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkKeyboard.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkLaptop.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkMarker.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeChair01.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeChair02.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeNotebook.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant1.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant2.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant3.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeProjector.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeSnack.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPaperClip.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPaperShredder.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPen.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPencilSharpener.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPrinter.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkSandglass.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkScanner.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkShelfWithBooks.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkSmartphone.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkStapler.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkStickyNotes.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkTrashBin.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbDrive01.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbDrive02.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbHub.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWallCalendar.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWallClock.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWebCamera.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWifiRouter.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWorkingTable.d.ts +7 -0
- package/dist/ink_illustrations/components/office/index.d.ts +52 -0
- package/dist/ink_illustrations/components/other/InkAirBalloon.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkBackpack.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkCowboyHat.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkCrown.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkDolphin.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkFlowerVase.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkGiftBox.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkHare.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkJuiceCarton.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkMicrophone.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPaperPlane.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPartyHat.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPokemon.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkS/321/201ulptureBust.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkWallet.d.ts +7 -0
- package/dist/ink_illustrations/components/other/index.d.ts +15 -0
- package/dist/ink_illustrations/components/people/InkCouple01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkCouple02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkCouple03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan04.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan05.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan06.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan07.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan08.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan09.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan10.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan11.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan12.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan13.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan14.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan15.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan16.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan17.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman04.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman05.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman06.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman07.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman08.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman09.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman10.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman11.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman12.d.ts +7 -0
- package/dist/ink_illustrations/components/people/index.d.ts +32 -0
- package/dist/ink_illustrations/components/pets/InkBirdCage.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatFace.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatPlaying.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatStanding.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogFace.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogHouse.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogStanding.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogToy.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkFishAquarium.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetCollar.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetCrate.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetFood.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetLitterShovel.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkRabbit.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkSnake.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/index.d.ts +16 -0
- package/dist/ink_illustrations/components/sciency/InkAnatomy.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkAsteroid.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkAstronaut.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkBacteria.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkChemistry.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkDna.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkLabTube.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkMicroChips.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkMicroscope.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkNewtonsCradle.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkNuclearEnergy.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkPlanet.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkPlantInTube.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkRobotics.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkSpaceTravel.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkTelescope.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/index.d.ts +16 -0
- package/dist/ink_illustrations/components/shop/InkBillCheck.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkBox.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkClosed.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkCreditCard.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkDiscountTag.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkDollarBill.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkGoShopping.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkLuxuryJewellery.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkOpen.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkOpenAllDay24Hours.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkPosTerminalMachine.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkQrCode.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkQrCodeScanMobile.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkSavingMoney.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkShoppingBasket.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkStoreShop.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/index.d.ts +16 -0
- package/dist/ink_illustrations/components/sport/InkAlpinist.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkAmericanFootball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBarbell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBaseball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBaseballBatWithBall.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBasketball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBoxing.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBoxingGloves.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCanoeist.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCardioExerciseAthletePowerlifterWithBarbell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCoachWhistle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCurlingStone.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCyclistBicycle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFencerSwordsmanWithSaber.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFitnessTracker.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFootballPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFrisbee.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkGolfClubSet.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkGolfTennisHatCap.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHandBandage.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHockeyPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHockeyStickWithPuck.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkIceSkating.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkJumpingRopes.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkKarateMaster.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkKettlebell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkLifeJacket.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkMotocrossMotorcycle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkPoleVaultAthleteJumper.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkPunchingBoxingBag.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkResistanceBand.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkReusableWaterBottle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkReusableWaterBottleWithEnergyDrink.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkRollerSkates.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkRunning.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkateboarder.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkates.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkier.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSnorkeling.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSnowboarder.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSoccer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSportBag.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSportsHockeyFootballHelmet.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSumoWrestler.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSurferSurfboard.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSwimmingGogglesWithCap.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTableTennis.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTennis.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTennisShuttlecock.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkVolleyball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/index.d.ts +50 -0
- package/dist/ink_illustrations/components/therapy/InkBalanceYinYang.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkBrokenHeart.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkGroupOnlineTherapy.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkHumanMoods.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkIndividualOnlineTherapy.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindDepression.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindEnergyLevels.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindProblemSolving.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindQuestion.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindThoughtProcess.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychiatryNeurons.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychologySymbol.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychotherapistTakingNotes.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkStoneStacking.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkYogaMan.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkYogaWoman.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/index.d.ts +16 -0
- package/dist/ink_illustrations/components/transport/InkAirPlane.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkBicycle.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkBus.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCableCar.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCar.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCarKey1.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCarKey2.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCargoShip.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCrane.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCruiseShip.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkDirigible.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkDoubleDecker.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkGasStationPump.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHelicopter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHighSpeedTrain.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHotAirBalloon.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkKayak.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkMoped.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkMotorbike.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkPowerBoat1.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkPowerBoat2.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkRv.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSailboat.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkScooter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSegway.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSemi.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSkateboard.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSubmarine.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTractor.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTrafficLight.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTram.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkWaterScooter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/index.d.ts +32 -0
- package/dist/ink_illustrations/components/travel/InkAirplanePillow.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkAviatorSunglasses.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkBonfire.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCampingSuv.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCarabine.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCompass.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDirectionSigns.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDoNotDisturb.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDrawing1.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlashlight.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlipFlops.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlippers.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkHotelSign.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkMatches.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPanama.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPaperMap.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPassport.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard1.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard2.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkRescueCircle.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSuitcase.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSunBed.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSunscreen.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwimsuitBikini.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwimsuitShorts.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwissKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTemplate.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTent.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTouristBackpack.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTouristBriefcase.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/index.d.ts +31 -0
- package/dist/ink_illustrations/components/weather/InkClearNight.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkCloudy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkGroup7975.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkPartlyCloudyDay.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkPartlyCloudyNight.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainDrops.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainbow.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkSnowflake.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkSnowy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkStrongWind.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTemperatureCold.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTemperatureHot.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkThunderstorm.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTornado.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkUmbrella.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkWindy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/index.d.ts +17 -0
- package/dist/ink_illustrations/components/work/InkCodeTerminal.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentSignature.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentWithInfographic.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentsAndMedia.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkForm.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkInfographics.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkLaptopBrowser.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkMonitorBrowser.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPackageDiscount.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPerformanceMetric.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPieChartDiscount.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkProfile.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkStopSign.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkWebWindow.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkWorkflow.d.ts +7 -0
- package/dist/ink_illustrations/components/work/index.d.ts +15 -0
- package/dist/ink_illustrations/illustration-typescript-template.d.ts +9 -0
- package/dist/ink_illustrations/illustrationUtils.d.ts +1 -0
- package/dist/ink_illustrations/index.d.ts +1 -0
- package/dist/layout/PageLayout/MenuItem/MenuItem.d.ts +7 -0
- package/dist/layout/PageLayout/MenuItem/index.d.ts +1 -0
- package/dist/layout/PageLayout/PageLayout.d.ts +10 -0
- package/dist/layout/PageLayout/index.d.ts +1 -0
- package/dist/layout/PageLayout/types.d.ts +11 -0
- package/dist/layout/index.d.ts +3 -1
- package/dist/lists/Accordion/Accordion.d.ts +4 -2
- package/dist/lists/Accordion/types.d.ts +1 -1
- package/dist/lists/ActionList/ActionList.d.ts +6 -2
- package/dist/lists/ActionList/type.d.ts +10 -0
- package/dist/lists/ActionListItem/type.d.ts +1 -1
- package/dist/lists/DataTable/DataTable.d.ts +3 -3
- package/dist/lists/DataTable/DataTableContext.d.ts +1 -1
- package/dist/lists/DataTable/DataTableCoverShadow/DataTableCoverShadow.d.ts +3 -4
- package/dist/lists/DataTable/DataTableEmptyState/DataTableEmptyState.d.ts +3 -2
- package/dist/lists/DataTable/DataTableScrollFakeBorder/DataTableScrollFakeBorder.d.ts +2 -1
- package/dist/lists/DataTable/DataTableStickyColumnsContainer/DataTableStickyColumnsContainer.d.ts +1 -2
- package/dist/lists/DataTable/types.d.ts +1 -0
- package/dist/lists/hooks/useDataTableScrollState.d.ts +0 -3
- package/dist/lists/hooks/useDetectFixedScroll.d.ts +1 -0
- package/dist/lists/hooks/useTableHeaderHeight.d.ts +1 -0
- package/dist/media/Chip/constants.d.ts +2 -0
- package/dist/media/Chip/types.d.ts +1 -1
- package/dist/media/Pill/Pill.d.ts +1 -1
- package/dist/media/Pill/constants.d.ts +1 -0
- package/dist/media/Pill/types.d.ts +1 -1
- package/dist/overlay/Calendar/Calendar.d.ts +1 -2
- package/dist/overlay/CalendarMonth/CalendarMonth.d.ts +15 -0
- package/dist/overlay/CalendarMonth/index.d.ts +1 -0
- package/dist/overlay/Dropdown/Dropdown.d.ts +1 -0
- package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +3 -1
- package/dist/overlay/DropdownListItemSelectable/DropdownListItemSelectable.d.ts +11 -0
- package/dist/overlay/DropdownListItemSelectable/index.d.ts +1 -0
- package/dist/overlay/DropdownSubmenu/DropdownSubmenu.d.ts +12 -0
- package/dist/overlay/DropdownSubmenu/index.d.ts +1 -0
- package/dist/overlay/HintModal/HintModal.d.ts +3 -1
- package/dist/overlay/KebabMenu/types.d.ts +0 -1
- package/dist/overlay/Modal/Modal.d.ts +3 -3
- package/dist/overlay/Popover/Popover.d.ts +18 -0
- package/dist/overlay/Popover/index.d.ts +1 -0
- package/dist/overlay/Tooltip/Tooltip.d.ts +5 -2
- package/dist/overlay/hooks/useListKeyboardNavigation/types.d.ts +1 -1
- package/dist/overlay/hooks/useSubmenu.d.ts +18 -0
- package/dist/overlay/index.d.ts +3 -1
- package/dist/tests/utils/mockIntersectionObserver.d.ts +9 -0
- package/dist/typography/Text/Text.d.ts +1 -1
- package/dist/typography/Text/constants.d.ts +3 -0
- package/dist/typography/Text/types.d.ts +2 -2
- package/dist/utils/date.d.ts +1 -1
- package/dist/utils/dom.d.ts +5 -0
- package/dist/utils/elements.d.ts +0 -1
- package/dist/utils/environment.d.ts +1 -0
- package/dist/utils/types.d.ts +0 -1
- package/package.json +29 -24
- package/dist/controls/ToolbarSelect/ToolbarSelect.styles.d.ts +0 -5
- package/dist/flags/flags/ac.svg +0 -76
- package/dist/flags/flags/ad.svg +0 -150
- package/dist/flags/flags/ae.svg +0 -6
- package/dist/flags/flags/af.svg +0 -81
- package/dist/flags/flags/ag.svg +0 -14
- package/dist/flags/flags/ai.svg +0 -758
- package/dist/flags/flags/al.svg +0 -5
- package/dist/flags/flags/am.svg +0 -5
- package/dist/flags/flags/ao.svg +0 -13
- package/dist/flags/flags/ar.svg +0 -32
- package/dist/flags/flags/as.svg +0 -72
- package/dist/flags/flags/at.svg +0 -6
- package/dist/flags/flags/au.svg +0 -8
- package/dist/flags/flags/aw.svg +0 -186
- package/dist/flags/flags/ax.svg +0 -18
- package/dist/flags/flags/az.svg +0 -8
- package/dist/flags/flags/ba.svg +0 -12
- package/dist/flags/flags/bb.svg +0 -6
- package/dist/flags/flags/bd.svg +0 -4
- package/dist/flags/flags/be.svg +0 -7
- package/dist/flags/flags/bf.svg +0 -7
- package/dist/flags/flags/bg.svg +0 -7
- package/dist/flags/flags/bh.svg +0 -4
- package/dist/flags/flags/bi.svg +0 -15
- package/dist/flags/flags/bj.svg +0 -14
- package/dist/flags/flags/bl.svg +0 -5
- package/dist/flags/flags/bm.svg +0 -97
- package/dist/flags/flags/bn.svg +0 -36
- package/dist/flags/flags/bo.svg +0 -676
- package/dist/flags/flags/bq.svg +0 -5
- package/dist/flags/flags/br.svg +0 -45
- package/dist/flags/flags/bs.svg +0 -13
- package/dist/flags/flags/bt.svg +0 -89
- package/dist/flags/flags/bw.svg +0 -7
- package/dist/flags/flags/by.svg +0 -20
- package/dist/flags/flags/bz.svg +0 -145
- package/dist/flags/flags/ca.svg +0 -4
- package/dist/flags/flags/cc.svg +0 -19
- package/dist/flags/flags/cd.svg +0 -5
- package/dist/flags/flags/cf.svg +0 -15
- package/dist/flags/flags/cg.svg +0 -12
- package/dist/flags/flags/ch.svg +0 -9
- package/dist/flags/flags/ci.svg +0 -7
- package/dist/flags/flags/ck.svg +0 -9
- package/dist/flags/flags/cl.svg +0 -13
- package/dist/flags/flags/cm.svg +0 -15
- package/dist/flags/flags/cn.svg +0 -11
- package/dist/flags/flags/co.svg +0 -7
- package/dist/flags/flags/cr.svg +0 -7
- package/dist/flags/flags/cu.svg +0 -13
- package/dist/flags/flags/cv.svg +0 -13
- package/dist/flags/flags/cw.svg +0 -14
- package/dist/flags/flags/cx.svg +0 -15
- package/dist/flags/flags/cy.svg +0 -6
- package/dist/flags/flags/cz.svg +0 -5
- package/dist/flags/flags/de.svg +0 -5
- package/dist/flags/flags/dj.svg +0 -13
- package/dist/flags/flags/dk.svg +0 -5
- package/dist/flags/flags/dm.svg +0 -152
- package/dist/flags/flags/do.svg +0 -129
- package/dist/flags/flags/dz.svg +0 -5
- package/dist/flags/flags/ec.svg +0 -138
- package/dist/flags/flags/ee.svg +0 -7
- package/dist/flags/flags/eg.svg +0 -38
- package/dist/flags/flags/eh.svg +0 -16
- package/dist/flags/flags/er.svg +0 -8
- package/dist/flags/flags/es.svg +0 -544
- package/dist/flags/flags/et.svg +0 -14
- package/dist/flags/flags/fi.svg +0 -5
- package/dist/flags/flags/fj.svg +0 -120
- package/dist/flags/flags/fk.svg +0 -90
- package/dist/flags/flags/fm.svg +0 -11
- package/dist/flags/flags/fo.svg +0 -12
- package/dist/flags/flags/fr.svg +0 -5
- package/dist/flags/flags/ga.svg +0 -7
- package/dist/flags/flags/gb.svg +0 -7
- package/dist/flags/flags/gd.svg +0 -27
- package/dist/flags/flags/ge.svg +0 -6
- package/dist/flags/flags/gf.svg +0 -5
- package/dist/flags/flags/gg.svg +0 -9
- package/dist/flags/flags/gh.svg +0 -6
- package/dist/flags/flags/gi.svg +0 -32
- package/dist/flags/flags/gl.svg +0 -4
- package/dist/flags/flags/gm.svg +0 -14
- package/dist/flags/flags/gn.svg +0 -7
- package/dist/flags/flags/gp.svg +0 -5
- package/dist/flags/flags/gq.svg +0 -23
- package/dist/flags/flags/gr.svg +0 -16
- package/dist/flags/flags/gt.svg +0 -220
- package/dist/flags/flags/gu.svg +0 -23
- package/dist/flags/flags/gw.svg +0 -13
- package/dist/flags/flags/gy.svg +0 -9
- package/dist/flags/flags/hk.svg +0 -8
- package/dist/flags/flags/hn.svg +0 -18
- package/dist/flags/flags/hr.svg +0 -58
- package/dist/flags/flags/ht.svg +0 -116
- package/dist/flags/flags/hu.svg +0 -7
- package/dist/flags/flags/id.svg +0 -4
- package/dist/flags/flags/ie.svg +0 -7
- package/dist/flags/flags/il.svg +0 -14
- package/dist/flags/flags/im.svg +0 -36
- package/dist/flags/flags/in.svg +0 -25
- package/dist/flags/flags/io.svg +0 -130
- package/dist/flags/flags/iq.svg +0 -10
- package/dist/flags/flags/ir.svg +0 -219
- package/dist/flags/flags/is.svg +0 -12
- package/dist/flags/flags/it.svg +0 -7
- package/dist/flags/flags/je.svg +0 -45
- package/dist/flags/flags/jm.svg +0 -8
- package/dist/flags/flags/jo.svg +0 -16
- package/dist/flags/flags/jp.svg +0 -11
- package/dist/flags/flags/ke.svg +0 -23
- package/dist/flags/flags/kg.svg +0 -15
- package/dist/flags/flags/kh.svg +0 -61
- package/dist/flags/flags/ki.svg +0 -36
- package/dist/flags/flags/km.svg +0 -16
- package/dist/flags/flags/kn.svg +0 -14
- package/dist/flags/flags/kp.svg +0 -15
- package/dist/flags/flags/kr.svg +0 -24
- package/dist/flags/flags/kw.svg +0 -13
- package/dist/flags/flags/ky.svg +0 -109
- package/dist/flags/flags/kz.svg +0 -36
- package/dist/flags/flags/la.svg +0 -12
- package/dist/flags/flags/lb.svg +0 -15
- package/dist/flags/flags/lc.svg +0 -8
- package/dist/flags/flags/li.svg +0 -43
- package/dist/flags/flags/lk.svg +0 -22
- package/dist/flags/flags/lr.svg +0 -14
- package/dist/flags/flags/ls.svg +0 -8
- package/dist/flags/flags/lt.svg +0 -7
- package/dist/flags/flags/lu.svg +0 -5
- package/dist/flags/flags/lv.svg +0 -6
- package/dist/flags/flags/ly.svg +0 -13
- package/dist/flags/flags/ma.svg +0 -4
- package/dist/flags/flags/mc.svg +0 -6
- package/dist/flags/flags/md.svg +0 -70
- package/dist/flags/flags/me.svg +0 -116
- package/dist/flags/flags/mf.svg +0 -5
- package/dist/flags/flags/mg.svg +0 -7
- package/dist/flags/flags/mh.svg +0 -7
- package/dist/flags/flags/mk.svg +0 -5
- package/dist/flags/flags/ml.svg +0 -7
- package/dist/flags/flags/mm.svg +0 -12
- package/dist/flags/flags/mn.svg +0 -14
- package/dist/flags/flags/mo.svg +0 -9
- package/dist/flags/flags/mp.svg +0 -86
- package/dist/flags/flags/mq.svg +0 -5
- package/dist/flags/flags/mr.svg +0 -6
- package/dist/flags/flags/ms.svg +0 -33
- package/dist/flags/flags/mt.svg +0 -49
- package/dist/flags/flags/mu.svg +0 -8
- package/dist/flags/flags/mv.svg +0 -6
- package/dist/flags/flags/mw.svg +0 -10
- package/dist/flags/flags/mx.svg +0 -382
- package/dist/flags/flags/my.svg +0 -26
- package/dist/flags/flags/mz.svg +0 -21
- package/dist/flags/flags/na.svg +0 -16
- package/dist/flags/flags/nc.svg +0 -13
- package/dist/flags/flags/ne.svg +0 -6
- package/dist/flags/flags/nf.svg +0 -9
- package/dist/flags/flags/ng.svg +0 -6
- package/dist/flags/flags/ni.svg +0 -129
- package/dist/flags/flags/nl.svg +0 -5
- package/dist/flags/flags/no.svg +0 -7
- package/dist/flags/flags/np.svg +0 -13
- package/dist/flags/flags/nr.svg +0 -12
- package/dist/flags/flags/nu.svg +0 -10
- package/dist/flags/flags/nz.svg +0 -36
- package/dist/flags/flags/om.svg +0 -115
- package/dist/flags/flags/pa.svg +0 -14
- package/dist/flags/flags/pe.svg +0 -244
- package/dist/flags/flags/pf.svg +0 -19
- package/dist/flags/flags/pg.svg +0 -9
- package/dist/flags/flags/ph.svg +0 -6
- package/dist/flags/flags/pk.svg +0 -15
- package/dist/flags/flags/pl.svg +0 -6
- package/dist/flags/flags/pm.svg +0 -5
- package/dist/flags/flags/pr.svg +0 -13
- package/dist/flags/flags/ps.svg +0 -15
- package/dist/flags/flags/pt.svg +0 -57
- package/dist/flags/flags/pw.svg +0 -11
- package/dist/flags/flags/py.svg +0 -157
- package/dist/flags/flags/qa.svg +0 -4
- package/dist/flags/flags/re.svg +0 -5
- package/dist/flags/flags/ro.svg +0 -7
- package/dist/flags/flags/rs.svg +0 -292
- package/dist/flags/flags/ru.svg +0 -7
- package/dist/flags/flags/rw.svg +0 -13
- package/dist/flags/flags/sa.svg +0 -26
- package/dist/flags/flags/sb.svg +0 -13
- package/dist/flags/flags/sc.svg +0 -7
- package/dist/flags/flags/sd.svg +0 -13
- package/dist/flags/flags/se.svg +0 -4
- package/dist/flags/flags/sg.svg +0 -13
- package/dist/flags/flags/sh.svg +0 -76
- package/dist/flags/flags/si.svg +0 -18
- package/dist/flags/flags/sj.svg +0 -7
- package/dist/flags/flags/sk.svg +0 -9
- package/dist/flags/flags/sl.svg +0 -7
- package/dist/flags/flags/sm.svg +0 -75
- package/dist/flags/flags/sn.svg +0 -8
- package/dist/flags/flags/so.svg +0 -11
- package/dist/flags/flags/sr.svg +0 -6
- package/dist/flags/flags/ss.svg +0 -8
- package/dist/flags/flags/st.svg +0 -16
- package/dist/flags/flags/sv.svg +0 -594
- package/dist/flags/flags/sx.svg +0 -56
- package/dist/flags/flags/sy.svg +0 -6
- package/dist/flags/flags/sz.svg +0 -34
- package/dist/flags/flags/ta.svg +0 -76
- package/dist/flags/flags/tc.svg +0 -50
- package/dist/flags/flags/td.svg +0 -7
- package/dist/flags/flags/tg.svg +0 -14
- package/dist/flags/flags/th.svg +0 -7
- package/dist/flags/flags/tj.svg +0 -22
- package/dist/flags/flags/tk.svg +0 -5
- package/dist/flags/flags/tl.svg +0 -13
- package/dist/flags/flags/tm.svg +0 -205
- package/dist/flags/flags/tn.svg +0 -4
- package/dist/flags/flags/to.svg +0 -10
- package/dist/flags/flags/tr.svg +0 -8
- package/dist/flags/flags/tt.svg +0 -5
- package/dist/flags/flags/tv.svg +0 -9
- package/dist/flags/flags/tw.svg +0 -34
- package/dist/flags/flags/tz.svg +0 -13
- package/dist/flags/flags/ua.svg +0 -6
- package/dist/flags/flags/ug.svg +0 -30
- package/dist/flags/flags/us.svg +0 -9
- package/dist/flags/flags/uy.svg +0 -28
- package/dist/flags/flags/uz.svg +0 -30
- package/dist/flags/flags/va.svg +0 -479
- package/dist/flags/flags/vc.svg +0 -8
- package/dist/flags/flags/ve.svg +0 -26
- package/dist/flags/flags/vg.svg +0 -63
- package/dist/flags/flags/vi.svg +0 -28
- package/dist/flags/flags/vn.svg +0 -11
- package/dist/flags/flags/vu.svg +0 -21
- package/dist/flags/flags/wf.svg +0 -5
- package/dist/flags/flags/ws.svg +0 -7
- package/dist/flags/flags/xk.svg +0 -8
- package/dist/flags/flags/ye.svg +0 -7
- package/dist/flags/flags/yt.svg +0 -5
- package/dist/flags/flags/za.svg +0 -17
- package/dist/flags/flags/zm.svg +0 -27
- package/dist/flags/flags/zw.svg +0 -21
- package/dist/forms/DatePickerCalendar/DatePickerCalendar.d.ts +0 -15
- package/dist/forms/DatePickerCalendar/index.d.ts +0 -1
- package/dist/forms/hooks/useFieldMask.d.ts +0 -1
- package/dist/forms/hooks/useShouldScrollMenuIntoView.d.ts +0 -1
- package/dist/foundation/colors.d.ts +0 -53
- package/dist/i18n/locales/locales/en.json +0 -44
- package/dist/i18n/locales/locales/es.json +0 -44
- package/dist/i18n/locales/locales/fr.json +0 -44
- package/dist/icons/components/IconAnalytics.d.ts +0 -9
- package/dist/icons/components/IconArrowDown.d.ts +0 -9
- package/dist/icons/components/IconArrowDownWideShort.d.ts +0 -9
- package/dist/icons/components/IconArrowLeft.d.ts +0 -9
- package/dist/icons/components/IconArrowRight.d.ts +0 -9
- package/dist/icons/components/IconArrowToTop.d.ts +0 -9
- package/dist/icons/components/IconArrowTurnDownRight.d.ts +0 -9
- package/dist/icons/components/IconArrowUp.d.ts +0 -9
- package/dist/icons/components/IconAward.d.ts +0 -9
- package/dist/icons/components/IconAwful.d.ts +0 -9
- package/dist/icons/components/IconAwfulMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconBad.d.ts +0 -9
- package/dist/icons/components/IconBadMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconBalanceScale.d.ts +0 -9
- package/dist/icons/components/IconBalanceScaleLeft.d.ts +0 -9
- package/dist/icons/components/IconBan.d.ts +0 -9
- package/dist/icons/components/IconBarsH.d.ts +0 -9
- package/dist/icons/components/IconBarsV.d.ts +0 -9
- package/dist/icons/components/IconBell.d.ts +0 -9
- package/dist/icons/components/IconBirthdayCake.d.ts +0 -9
- package/dist/icons/components/IconBold.d.ts +0 -9
- package/dist/icons/components/IconBolt.d.ts +0 -9
- package/dist/icons/components/IconBook.d.ts +0 -9
- package/dist/icons/components/IconBriefcase.d.ts +0 -9
- package/dist/icons/components/IconBullseyeArrow.d.ts +0 -9
- package/dist/icons/components/IconCalculator.d.ts +0 -9
- package/dist/icons/components/IconCalendar.d.ts +0 -9
- package/dist/icons/components/IconCalendarAlt.d.ts +0 -9
- package/dist/icons/components/IconCalendarCheck.d.ts +0 -9
- package/dist/icons/components/IconCalendarDay.d.ts +0 -9
- package/dist/icons/components/IconCalendarExclamation.d.ts +0 -9
- package/dist/icons/components/IconCalendarStar.d.ts +0 -9
- package/dist/icons/components/IconCalendarTomorrow.d.ts +0 -9
- package/dist/icons/components/IconCamera.d.ts +0 -9
- package/dist/icons/components/IconCameraSlash.d.ts +0 -9
- package/dist/icons/components/IconCashRegister.d.ts +0 -9
- package/dist/icons/components/IconChartBar.d.ts +0 -9
- package/dist/icons/components/IconCheck.d.ts +0 -9
- package/dist/icons/components/IconCheckCircleIncomplete.d.ts +0 -9
- package/dist/icons/components/IconChevronDown.d.ts +0 -9
- package/dist/icons/components/IconChevronLeft.d.ts +0 -9
- package/dist/icons/components/IconChevronRight.d.ts +0 -9
- package/dist/icons/components/IconChevronUp.d.ts +0 -9
- package/dist/icons/components/IconClipboardList.d.ts +0 -9
- package/dist/icons/components/IconClock.d.ts +0 -9
- package/dist/icons/components/IconCog.d.ts +0 -9
- package/dist/icons/components/IconComment.d.ts +0 -9
- package/dist/icons/components/IconCommentLines.d.ts +0 -9
- package/dist/icons/components/IconCopy.d.ts +0 -9
- package/dist/icons/components/IconCreditCard.d.ts +0 -9
- package/dist/icons/components/IconCreditCardPlus.d.ts +0 -9
- package/dist/icons/components/IconDecent.d.ts +0 -9
- package/dist/icons/components/IconDecentMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconDownload.d.ts +0 -9
- package/dist/icons/components/IconEdit.d.ts +0 -9
- package/dist/icons/components/IconEllipsisV.d.ts +0 -9
- package/dist/icons/components/IconEnvelope.d.ts +0 -9
- package/dist/icons/components/IconEnvelopeOpenDollar.d.ts +0 -9
- package/dist/icons/components/IconExclaimation.d.ts +0 -9
- package/dist/icons/components/IconExclaimationTriangle.d.ts +0 -9
- package/dist/icons/components/IconExpand.d.ts +0 -9
- package/dist/icons/components/IconExternalLink.d.ts +0 -9
- package/dist/icons/components/IconEye.d.ts +0 -9
- package/dist/icons/components/IconEyeSlash.d.ts +0 -9
- package/dist/icons/components/IconFile.d.ts +0 -9
- package/dist/icons/components/IconFilePdf.d.ts +0 -9
- package/dist/icons/components/IconFlag.d.ts +0 -9
- package/dist/icons/components/IconFourDotsCircle.d.ts +0 -9
- package/dist/icons/components/IconFourSquares.d.ts +0 -9
- package/dist/icons/components/IconGavel.d.ts +0 -9
- package/dist/icons/components/IconGif.d.ts +0 -9
- package/dist/icons/components/IconGift.d.ts +0 -9
- package/dist/icons/components/IconGood.d.ts +0 -9
- package/dist/icons/components/IconGoodMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconGreat.d.ts +0 -9
- package/dist/icons/components/IconGreatMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconGrinBeam.d.ts +0 -9
- package/dist/icons/components/IconGripVertical.d.ts +0 -9
- package/dist/icons/components/IconHandshake.d.ts +0 -9
- package/dist/icons/components/IconHatChef.d.ts +0 -9
- package/dist/icons/components/IconImage.d.ts +0 -9
- package/dist/icons/components/IconInfoCircle.d.ts +0 -9
- package/dist/icons/components/IconIslandTropical.d.ts +0 -9
- package/dist/icons/components/IconItalic.d.ts +0 -9
- package/dist/icons/components/IconLaptopSearch.d.ts +0 -9
- package/dist/icons/components/IconLink.d.ts +0 -9
- package/dist/icons/components/IconList.d.ts +0 -9
- package/dist/icons/components/IconListOI.d.ts +0 -9
- package/dist/icons/components/IconLock.d.ts +0 -9
- package/dist/icons/components/IconMagicSolid.d.ts +0 -9
- package/dist/icons/components/IconMapMarker.d.ts +0 -9
- package/dist/icons/components/IconMegaphone.d.ts +0 -9
- package/dist/icons/components/IconMessages.d.ts +0 -9
- package/dist/icons/components/IconMinus.d.ts +0 -9
- package/dist/icons/components/IconMinusCircle.d.ts +0 -9
- package/dist/icons/components/IconMoneyBill.d.ts +0 -9
- package/dist/icons/components/IconMugSaucerSolid.d.ts +0 -9
- package/dist/icons/components/IconNotesMedical.d.ts +0 -9
- package/dist/icons/components/IconOvertime.d.ts +0 -9
- package/dist/icons/components/IconPaperPlane.d.ts +0 -9
- package/dist/icons/components/IconPaperPlaneClock.d.ts +0 -9
- package/dist/icons/components/IconPaperclip.d.ts +0 -9
- package/dist/icons/components/IconPencil.d.ts +0 -9
- package/dist/icons/components/IconPercentage.d.ts +0 -9
- package/dist/icons/components/IconPhone.d.ts +0 -9
- package/dist/icons/components/IconPlateUtensils.d.ts +0 -9
- package/dist/icons/components/IconPlug.d.ts +0 -9
- package/dist/icons/components/IconPlus.d.ts +0 -9
- package/dist/icons/components/IconPrint.d.ts +0 -9
- package/dist/icons/components/IconQuestionCircle.d.ts +0 -9
- package/dist/icons/components/IconRepeat.d.ts +0 -9
- package/dist/icons/components/IconReply.d.ts +0 -9
- package/dist/icons/components/IconRocket.d.ts +0 -9
- package/dist/icons/components/IconSearch.d.ts +0 -9
- package/dist/icons/components/IconSignOut.d.ts +0 -9
- package/dist/icons/components/IconSitemap.d.ts +0 -9
- package/dist/icons/components/IconSlidersH.d.ts +0 -9
- package/dist/icons/components/IconSort.d.ts +0 -9
- package/dist/icons/components/IconStar.d.ts +0 -9
- package/dist/icons/components/IconStarSolid.d.ts +0 -9
- package/dist/icons/components/IconStickyNoteLines.d.ts +0 -9
- package/dist/icons/components/IconStopwatch.d.ts +0 -9
- package/dist/icons/components/IconStrikethrough.d.ts +0 -9
- package/dist/icons/components/IconSync.d.ts +0 -9
- package/dist/icons/components/IconSyncExclaimation.d.ts +0 -9
- package/dist/icons/components/IconTable.d.ts +0 -9
- package/dist/icons/components/IconTachometer.d.ts +0 -9
- package/dist/icons/components/IconTimes.d.ts +0 -9
- package/dist/icons/components/IconTimesOctagon.d.ts +0 -9
- package/dist/icons/components/IconTrash.d.ts +0 -9
- package/dist/icons/components/IconUnderline.d.ts +0 -9
- package/dist/icons/components/IconUndo.d.ts +0 -9
- package/dist/icons/components/IconUniversity.d.ts +0 -9
- package/dist/icons/components/IconUnlock.d.ts +0 -9
- package/dist/icons/components/IconUserComputer.d.ts +0 -9
- package/dist/icons/components/IconUserFriends.d.ts +0 -9
- package/dist/icons/components/IconUserLight.d.ts +0 -9
- package/dist/icons/components/IconUserPlus.d.ts +0 -9
- package/dist/icons/components/IconUserSearch.d.ts +0 -9
- package/dist/icons/components/IconUserSlash.d.ts +0 -9
- package/dist/icons/components/IconUserSolid.d.ts +0 -9
- package/dist/icons/components/IconUserTag.d.ts +0 -9
- package/dist/icons/components/IconUserTie.d.ts +0 -9
- package/dist/icons/components/IconUsers.d.ts +0 -9
- package/dist/icons/components/IconVideo.d.ts +0 -9
- package/dist/icons/components/IconVolume.d.ts +0 -9
- package/dist/icons/components/IconVolumeMute.d.ts +0 -9
- package/dist/icons/components/IconWrench.d.ts +0 -9
- package/dist/lists/DataTable/DataTableCell/DataTableCell.d.ts +0 -7
- package/dist/lists/DataTable/DataTableCell/index.d.ts +0 -1
- package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/EmptyStateIllustration.d.ts +0 -3
- package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/index.d.ts +0 -1
- package/dist/lists/DataTable/DataTableHeader.d.ts +0 -9
- package/dist/lists/ResourceTable/ResourceTable.d.ts +0 -28
- package/dist/lists/ResourceTable/ResourceTableContext.d.ts +0 -7
- package/dist/lists/ResourceTable/ResourceTableHeader.d.ts +0 -12
- package/dist/lists/ResourceTable/index.d.ts +0 -1
- package/dist/lists/ResourceTable/types.d.ts +0 -26
- package/dist/lists/ResourceTableRow/ResourceTableRow.d.ts +0 -13
- package/dist/lists/ResourceTableRow/index.d.ts +0 -1
- package/dist/overlay/Menu/Menu.d.ts +0 -10
- package/dist/overlay/Menu/MenuButton.d.ts +0 -8
- package/dist/overlay/Menu/MenuContext.d.ts +0 -9
- package/dist/overlay/Menu/MenuItem.d.ts +0 -7
- package/dist/overlay/Menu/MenuList.d.ts +0 -6
- package/dist/overlay/Menu/index.d.ts +0 -1
- package/dist/overlay/Menu/types.d.ts +0 -5
- package/dist/utils/i18n.d.ts +0 -1
- package/dist/utils/mask.d.ts +0 -18
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { SelectOption, SelectOptions } from './types';
|
|
3
|
+
import { DataProps } from '../../foundation/types';
|
|
3
4
|
type NoOptionsMessageFunction = (input: {
|
|
4
5
|
inputValue: string;
|
|
5
6
|
}) => string | null;
|
|
@@ -22,7 +23,7 @@ export type Props<T> = {
|
|
|
22
23
|
onChange?: (e: SelectOption<T>) => void;
|
|
23
24
|
onBlur?: (e: SelectOption<T>) => void;
|
|
24
25
|
options: SelectOptions<T>;
|
|
25
|
-
placeholder?:
|
|
26
|
+
placeholder?: React.ReactNode;
|
|
26
27
|
/** Use a prefix for things like currency symbols (“$”, “¥”, “£”) or icons. */
|
|
27
28
|
prefix?: React.ReactNode;
|
|
28
29
|
/** Use a suffix for things like (“%”, “Jr.”, “.00”) or icons. */
|
|
@@ -34,11 +35,12 @@ export type Props<T> = {
|
|
|
34
35
|
/** This is used for setting the data-testid */
|
|
35
36
|
testId?: string;
|
|
36
37
|
creatableButton?: React.ReactNode;
|
|
37
|
-
|
|
38
|
+
/** Callback when creating a new option. For grouped options, the groupLabel parameter will be provided. For non-grouped options, groupLabel will be undefined. */
|
|
39
|
+
onCreate?: (option: string, groupLabel?: string) => void;
|
|
38
40
|
/** This is to allow disable the seach functionality. Use it just in some edge-cases, for example in touch devices when the user clicks on the field it opens a virtual keyboard to search, sometimes that virtual keyboard taks much space then passing `isSearchable={false}` prevents opening it. */
|
|
39
41
|
isSearchable?: boolean;
|
|
40
42
|
autoFocus?: boolean;
|
|
41
|
-
};
|
|
43
|
+
} & DataProps;
|
|
42
44
|
/** Component to make possible choose from a predefined options. */
|
|
43
45
|
declare const SelectField: <T extends unknown>(props: Props<T>) => React.JSX.Element;
|
|
44
46
|
export default SelectField;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
1
2
|
import { ControlProps } from 'react-select';
|
|
2
3
|
export type GroupOption<T> = {
|
|
3
4
|
label: string;
|
|
@@ -19,3 +20,11 @@ export type CustomOptionProps<T> = {
|
|
|
19
20
|
export interface SelectedOptionPrefixProps<T> extends ControlProps<T, false> {
|
|
20
21
|
selectedOption: SelectOption<T>;
|
|
21
22
|
}
|
|
23
|
+
export type CustomComponentsExtraProps = {
|
|
24
|
+
testId?: string;
|
|
25
|
+
UserCustomOption?: React.ElementType;
|
|
26
|
+
SelectedOptionPrefix?: React.ElementType;
|
|
27
|
+
creatableButton?: ReactNode;
|
|
28
|
+
onMenuInputFocus: (isFocused: boolean) => void;
|
|
29
|
+
onCreate?: (option: string, groupLabel?: string) => void;
|
|
30
|
+
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { Props } from './SelectField';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
2
|
+
import { CustomComponentsExtraProps } from './types';
|
|
3
|
+
export declare const useSelectField: <T extends unknown>({ asToolbarFilter, caption, disabled, error, id, isClearable, label, menuShouldScrollIntoView, name, noOptionsMessage, options, onBlur, onChange, placeholder, value, defaultValue, CustomOption: UserCustomOption, SelectedOptionPrefix, testId, creatableButton, onCreate, isSearchable, autoFocus, ...rest }: Props<T>) => {
|
|
4
|
+
selectProps: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "onChange" | "value" | "inputValue" | "menuIsOpen" | "onInputChange" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("react").RefAttributes<import("react-select/dist/declarations/src/Select").default<unknown, boolean, import("react-select").GroupBase<unknown>>> & {
|
|
5
|
+
componentsProps: CustomComponentsExtraProps;
|
|
6
|
+
};
|
|
8
7
|
fieldProps: {
|
|
9
8
|
caption: import("react").ReactNode;
|
|
10
9
|
error: import("react").ReactNode;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RefType } from '../../utils/types';
|
|
3
2
|
import type { Props } from './TextField';
|
|
4
3
|
import type { DataProps } from '../../foundation/types';
|
|
@@ -9,7 +8,7 @@ export declare const useTextField: ({ autoComplete, autoFocus, defaultValue, dis
|
|
|
9
8
|
inputProps: {
|
|
10
9
|
'aria-describedby': string;
|
|
11
10
|
'aria-invalid': boolean;
|
|
12
|
-
autoComplete: ("
|
|
11
|
+
autoComplete: ("off" | "on") | undefined;
|
|
13
12
|
autoFocus: boolean | undefined;
|
|
14
13
|
className: string;
|
|
15
14
|
'data-testid': string | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { Props as TextFieldProps } from '../TextField/TextField';
|
|
3
|
-
import { StartTime, TimeInterval } from '../../utils/date';
|
|
3
|
+
import { StartTime, TimeInterval, TimeRange } from '../../utils/date';
|
|
4
|
+
import { TimeFormat } from './types';
|
|
4
5
|
type Props = TextFieldProps & {
|
|
5
6
|
onClick?: () => void;
|
|
6
7
|
interval?: TimeInterval;
|
|
@@ -9,9 +10,11 @@ type Props = TextFieldProps & {
|
|
|
9
10
|
endField?: boolean;
|
|
10
11
|
duration?: string;
|
|
11
12
|
subtractDuration?: number;
|
|
13
|
+
calculateDuration?: (e: TimeRange) => string;
|
|
14
|
+
timeFormat?: TimeFormat;
|
|
12
15
|
};
|
|
13
16
|
export declare const TimeRangeSelector: React.ForwardRefExoticComponent<{
|
|
14
|
-
autoComplete?: ("
|
|
17
|
+
autoComplete?: ("off" | "on") | undefined;
|
|
15
18
|
autoFocus?: boolean | undefined;
|
|
16
19
|
caption?: React.ReactNode;
|
|
17
20
|
defaultValue?: string | undefined;
|
|
@@ -38,11 +41,13 @@ export declare const TimeRangeSelector: React.ForwardRefExoticComponent<{
|
|
|
38
41
|
endField?: boolean | undefined;
|
|
39
42
|
duration?: string | undefined;
|
|
40
43
|
subtractDuration?: number | undefined;
|
|
44
|
+
calculateDuration?: ((e: TimeRange) => string) | undefined;
|
|
45
|
+
timeFormat?: TimeFormat | undefined;
|
|
41
46
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
42
47
|
/**
|
|
43
48
|
* `TimeField` are like `TextField` but it auto-format the value when the user leaves the field.
|
|
44
49
|
*
|
|
45
50
|
* At the end, it is just a string formatted nicely. **You are in charge of validating the value and parsing it back to a value that you can use on your application**.
|
|
46
51
|
*/
|
|
47
|
-
declare const TimeField: React.ForwardRefExoticComponent<Omit<Props, "prefix" | "
|
|
52
|
+
declare const TimeField: React.ForwardRefExoticComponent<Omit<Props, "prefix" | "subtractDuration" | "calculateDuration" | "suffix"> & React.RefAttributes<HTMLInputElement>>;
|
|
48
53
|
export default TimeField;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { StartTime, TimeInterval } from '../../../utils/date';
|
|
2
|
+
import { StartTime, TimeInterval, TimeRange } from '../../../utils/date';
|
|
3
|
+
import { TimeFormat } from '../types';
|
|
3
4
|
type TimeFieldDropdownProps = {
|
|
4
5
|
trigger: React.ReactElement;
|
|
5
6
|
interval: TimeInterval;
|
|
@@ -9,6 +10,8 @@ type TimeFieldDropdownProps = {
|
|
|
9
10
|
width?: number;
|
|
10
11
|
endField: boolean;
|
|
11
12
|
subtractDuration?: number;
|
|
13
|
+
calculateDuration?: (e: TimeRange) => string;
|
|
14
|
+
timeFormat: TimeFormat;
|
|
12
15
|
};
|
|
13
|
-
declare const TimeFieldDropdown: ({ trigger, interval, startTime, onOptionClick, inputValue, width, endField, subtractDuration }: TimeFieldDropdownProps) => React.JSX.Element;
|
|
16
|
+
declare const TimeFieldDropdown: ({ trigger, interval, startTime, onOptionClick, inputValue, width, endField, subtractDuration, calculateDuration, timeFormat }: TimeFieldDropdownProps) => React.JSX.Element;
|
|
14
17
|
export default TimeFieldDropdown;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { Props as TextFieldProps } from '../../TextField/TextField';
|
|
3
|
+
import { TimeFormat } from '../types';
|
|
3
4
|
declare const TimeFieldDropdownTrigger: React.ForwardRefExoticComponent<Omit<TextFieldProps, "suffix"> & {
|
|
4
5
|
onClick?: (() => void) | undefined;
|
|
5
6
|
onInputChange?: ((e: string) => void) | undefined;
|
|
6
7
|
selectedTimeOption?: string | undefined;
|
|
7
8
|
startTime?: string | undefined;
|
|
8
9
|
duration?: string | undefined;
|
|
10
|
+
timeFormat: TimeFormat;
|
|
9
11
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
10
12
|
export default TimeFieldDropdownTrigger;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { TimeFormat } from '../types';
|
|
2
3
|
type Props = {
|
|
3
4
|
inputProps: any;
|
|
4
5
|
allOtherProps: any;
|
|
5
6
|
onInputChange?: (e: string) => void;
|
|
6
7
|
prefix?: React.ReactNode;
|
|
7
8
|
duration?: string;
|
|
9
|
+
timeFormat: TimeFormat;
|
|
8
10
|
};
|
|
9
|
-
declare const TimeFieldInput: ({ inputProps, allOtherProps, prefix, duration }: Props) => React.JSX.Element;
|
|
11
|
+
declare const TimeFieldInput: ({ inputProps, allOtherProps, prefix, duration, timeFormat }: Props) => React.JSX.Element;
|
|
10
12
|
export default TimeFieldInput;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { StartTime } from '../../utils/date';
|
|
2
|
-
|
|
2
|
+
import { TimeFormat } from './types';
|
|
3
|
+
export declare const getTimeOptions: (interval: number, startTime?: Date, skipStartTime?: boolean, timeFormat?: TimeFormat) => string[];
|
|
3
4
|
export declare const getDuration: (timeOption: string, startTime: string, subtractDuration?: number) => string | undefined;
|
|
4
5
|
export declare const getDateWithStartTime: (startTime: StartTime) => Date;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TimeFormat = 'ampm' | '24h';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TimeRangeInputProps } from '../types';
|
|
3
|
-
|
|
3
|
+
import { TimeRange } from '../../../utils/date';
|
|
4
|
+
declare const TimeRangeEnd: ({ startTime, onChange, interval, placeholder, duration, disabled, testId, value, subtractDuration, calculateDuration, timeFormat }: TimeRangeInputProps & {
|
|
4
5
|
duration?: string | undefined;
|
|
5
6
|
subtractDuration?: number | undefined;
|
|
7
|
+
calculateDuration?: ((e: TimeRange) => string) | undefined;
|
|
6
8
|
}) => React.JSX.Element;
|
|
7
9
|
export default TimeRangeEnd;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StartTime, TimeInterval, TimeRange } from '../../utils/date';
|
|
3
|
+
import { TimeFormat } from '../TimeField/types';
|
|
3
4
|
type Props = {
|
|
4
5
|
name: string;
|
|
5
6
|
/** If not provided it will generate a random id so the label links properly with the text input */
|
|
@@ -17,6 +18,8 @@ type Props = {
|
|
|
17
18
|
testId?: string;
|
|
18
19
|
/** Subtract this time(in minutes) from total duration*/
|
|
19
20
|
subtractDuration?: number;
|
|
21
|
+
calculateDuration?: (e: TimeRange) => string;
|
|
22
|
+
timeFormat?: TimeFormat;
|
|
20
23
|
};
|
|
21
|
-
declare const TimeRangeField: ({ name, id: inputId, value, interval, startTime, onChange, onBlur, label, caption, error, placeholder, disabled, testId, subtractDuration }: Props) => React.JSX.Element;
|
|
24
|
+
declare const TimeRangeField: ({ name, id: inputId, value, interval, startTime, onChange, onBlur, label, caption, error, placeholder, disabled, testId, subtractDuration, calculateDuration, timeFormat }: Props) => React.JSX.Element;
|
|
22
25
|
export default TimeRangeField;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TimeRangeInputProps } from '../types';
|
|
3
|
-
declare const TimeRangeStart: ({ startTime, onChange, interval, placeholder, id, disabled, testId, value }: TimeRangeInputProps & {
|
|
3
|
+
declare const TimeRangeStart: ({ startTime, onChange, interval, placeholder, id, disabled, testId, value, timeFormat }: TimeRangeInputProps & {
|
|
4
4
|
id?: string | undefined;
|
|
5
5
|
}) => React.JSX.Element;
|
|
6
6
|
export default TimeRangeStart;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { StartTime, TimeInterval } from '../../utils/date';
|
|
2
|
+
import { TimeFormat } from '../TimeField/types';
|
|
2
3
|
export type TimeRangeInputProps = {
|
|
3
4
|
interval: TimeInterval;
|
|
4
5
|
startTime?: StartTime;
|
|
@@ -7,4 +8,5 @@ export type TimeRangeInputProps = {
|
|
|
7
8
|
testId?: string;
|
|
8
9
|
disabled?: boolean;
|
|
9
10
|
value: string;
|
|
11
|
+
timeFormat: TimeFormat;
|
|
10
12
|
};
|
|
@@ -4,12 +4,12 @@ type Props = {
|
|
|
4
4
|
name: string;
|
|
5
5
|
/** If not provided it will generate a random id so the label links properly with the text input */
|
|
6
6
|
id?: string;
|
|
7
|
-
value?: Date
|
|
7
|
+
value?: Date;
|
|
8
8
|
disabledDays?: (day: Date) => boolean;
|
|
9
9
|
/** Reference this for valid formats: https://date-fns.org/v2.18.0/docs/format */
|
|
10
10
|
format?: string;
|
|
11
11
|
initialMonth?: Date;
|
|
12
|
-
onChange?: (e: Date
|
|
12
|
+
onChange?: (e: Date) => void;
|
|
13
13
|
onBlur?: () => void;
|
|
14
14
|
label?: React.ReactNode;
|
|
15
15
|
caption?: React.ReactNode;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
type FieldControls = {
|
|
3
2
|
id: string;
|
|
4
3
|
error?: React.ReactNode;
|
|
5
|
-
value?: Date
|
|
6
|
-
onChange: (e: Date
|
|
4
|
+
value?: Date;
|
|
5
|
+
onChange: (e: Date) => void;
|
|
7
6
|
onBlur: () => void;
|
|
8
7
|
};
|
|
9
8
|
type Props = {
|
|
10
9
|
name: string;
|
|
11
10
|
id?: string;
|
|
12
|
-
value?: Date
|
|
13
|
-
onChange?: (e: Date
|
|
11
|
+
value?: Date;
|
|
12
|
+
onChange?: (e: Date) => void;
|
|
14
13
|
onBlur?: () => void;
|
|
15
14
|
error?: React.ReactNode;
|
|
16
15
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CountryCode } from 'libphonenumber-js';
|
|
3
2
|
type FieldControls = {
|
|
4
3
|
id: string;
|
|
@@ -9,10 +8,12 @@ type FieldControls = {
|
|
|
9
8
|
metaData: {
|
|
10
9
|
country: CountryCode;
|
|
11
10
|
phone: string;
|
|
11
|
+
parsingError?: string;
|
|
12
12
|
};
|
|
13
13
|
changeMeta: (data: {
|
|
14
14
|
country: CountryCode;
|
|
15
15
|
phone: string;
|
|
16
|
+
parsingError?: string;
|
|
16
17
|
}) => void;
|
|
17
18
|
};
|
|
18
19
|
type Props = {
|
package/dist/forms/index.d.ts
CHANGED
|
@@ -22,9 +22,13 @@ import FormSection from './FormSection';
|
|
|
22
22
|
import FormFooter from './FormFooter';
|
|
23
23
|
import FormFeedback from './FormFeedback';
|
|
24
24
|
import PhoneField from './PhoneField';
|
|
25
|
-
|
|
25
|
+
import NumberField from './NumberField';
|
|
26
|
+
import ColorField from './ColorField';
|
|
27
|
+
export { Form, FormRow, TextAreaField, TextField, CheckboxField, PillSelectField, RadioGroupField, RadioGroupOption, RadioGroupBoxOption, PasswordField, MultiSelectField, SelectField, AsyncSelectField, DateField, DateRangeField, WeekField, TimeField, TimeRangeField, CurrencyField, PercentageField, FormSection, FormFooter, FormFeedback, PhoneField, NumberField, ColorField, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT };
|
|
26
28
|
export type { PasswordCriteria } from './PasswordField/types';
|
|
27
29
|
export type { SelectOption, SelectOptions, GroupOption, CustomOptionProps, SelectedOptionPrefixProps } from './SelectField/types';
|
|
30
|
+
export type { PillSelectOption } from './PillSelectField/types';
|
|
28
31
|
export type { AsyncSelectOptions } from './AsyncSelectField/types';
|
|
29
32
|
export type { FormikType } from './Form/types';
|
|
30
33
|
export type { PhoneFieldCountryCode } from './PhoneField/types';
|
|
34
|
+
export { isValidPhoneNumber } from './validations';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isValidPhoneNumber: (value: string | undefined) => boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Color } from './tokens/color/color-types';
|
|
2
2
|
import { ZIndex } from './tokens/zindex/z-index-types';
|
|
3
3
|
export declare const getColor: (color?: string | Color) => string | undefined;
|
|
4
|
-
export declare const getZIndex: (zIndex?: ZIndex | number) => number | undefined;
|
|
4
|
+
export declare const getZIndex: (zIndex?: ZIndex | number) => number | string | undefined;
|
|
@@ -18,25 +18,25 @@ export declare const COLOR_CODES: {
|
|
|
18
18
|
readonly 'mint-300': " #8de4d7";
|
|
19
19
|
readonly 'mint-400': " #3abda9";
|
|
20
20
|
readonly 'mint-500': " #35ac9a";
|
|
21
|
-
readonly 'mint-600': " #
|
|
21
|
+
readonly 'mint-600': " #1d5e54";
|
|
22
22
|
readonly 'radish-100': " #fcf0f0";
|
|
23
23
|
readonly 'radish-200': " #f7d1d1";
|
|
24
24
|
readonly 'radish-300': " #f0a3a3";
|
|
25
25
|
readonly 'radish-400': " #e76767";
|
|
26
26
|
readonly 'radish-500': " #d33434";
|
|
27
|
-
readonly 'radish-600': " #
|
|
27
|
+
readonly 'radish-600': " #793133";
|
|
28
28
|
readonly 'blueberry-100': " #f6fdff";
|
|
29
29
|
readonly 'blueberry-200': " #ceecf5";
|
|
30
30
|
readonly 'blueberry-300': " #9cd9eb";
|
|
31
31
|
readonly 'blueberry-400': " #5bc0de";
|
|
32
32
|
readonly 'blueberry-500': " #51acc7";
|
|
33
|
-
readonly 'blueberry-600': " #
|
|
33
|
+
readonly 'blueberry-600': " #2c5d6b";
|
|
34
34
|
readonly 'banana-100': " #fff9ed";
|
|
35
35
|
readonly 'banana-200': " #ffeec9";
|
|
36
36
|
readonly 'banana-300': " #ffdd92";
|
|
37
|
-
readonly 'banana-400': " #
|
|
38
|
-
readonly 'banana-500': " #
|
|
39
|
-
readonly 'banana-600': " #
|
|
37
|
+
readonly 'banana-400': " #f7ba11";
|
|
38
|
+
readonly 'banana-500': " #bf9436";
|
|
39
|
+
readonly 'banana-600': " #765f2c";
|
|
40
40
|
readonly 'grey-100': " #f3f3f3";
|
|
41
41
|
readonly 'grey-200': " #d5d5d5";
|
|
42
42
|
readonly 'grey-300': " #949494";
|
|
@@ -61,4 +61,24 @@ export declare const COLOR_CODES: {
|
|
|
61
61
|
readonly 'blackberry-400': " #4570ff";
|
|
62
62
|
readonly 'blackberry-500': " #1c5cbb";
|
|
63
63
|
readonly 'blackberry-600': " #193f78";
|
|
64
|
+
readonly 'seq-1': " #00b5d8";
|
|
65
|
+
readonly 'seq-2': " #f9922b";
|
|
66
|
+
readonly 'seq-3': " #28cc6d";
|
|
67
|
+
readonly 'seq-4': " #d83f87";
|
|
68
|
+
readonly 'seq-5': " #4359ce";
|
|
69
|
+
readonly 'seq-6': " #ff6f61";
|
|
70
|
+
readonly 'seq-7': " #35e5c6";
|
|
71
|
+
readonly 'seq-8': " #a966e7";
|
|
72
|
+
readonly 'seq-9': " #905642";
|
|
73
|
+
readonly 'seq-10': " #ffb300";
|
|
74
|
+
readonly 'seq-11': " #708238";
|
|
75
|
+
readonly 'seq-12': " #4fc3f7";
|
|
76
|
+
readonly 'seq-13': " #e94057";
|
|
77
|
+
readonly 'seq-14': " #00a896";
|
|
78
|
+
readonly 'seq-15': " #6a4c93";
|
|
79
|
+
readonly 'seq-16': " #a3cb38";
|
|
80
|
+
readonly 'seq-17': " #546e7a";
|
|
81
|
+
readonly 'seq-18': " #fc9999";
|
|
82
|
+
readonly 'seq-19': " #2f80ed";
|
|
83
|
+
readonly 'seq-20': " #be3434";
|
|
64
84
|
};
|
|
@@ -61,4 +61,132 @@ export declare const COLORS: {
|
|
|
61
61
|
readonly 'blackberry-400': "var(--color-blackberry-400)";
|
|
62
62
|
readonly 'blackberry-500': "var(--color-blackberry-500)";
|
|
63
63
|
readonly 'blackberry-600': "var(--color-blackberry-600)";
|
|
64
|
+
readonly 'seq-1': "var(--color-seq-1)";
|
|
65
|
+
readonly 'seq-2': "var(--color-seq-2)";
|
|
66
|
+
readonly 'seq-3': "var(--color-seq-3)";
|
|
67
|
+
readonly 'seq-4': "var(--color-seq-4)";
|
|
68
|
+
readonly 'seq-5': "var(--color-seq-5)";
|
|
69
|
+
readonly 'seq-6': "var(--color-seq-6)";
|
|
70
|
+
readonly 'seq-7': "var(--color-seq-7)";
|
|
71
|
+
readonly 'seq-8': "var(--color-seq-8)";
|
|
72
|
+
readonly 'seq-9': "var(--color-seq-9)";
|
|
73
|
+
readonly 'seq-10': "var(--color-seq-10)";
|
|
74
|
+
readonly 'seq-11': "var(--color-seq-11)";
|
|
75
|
+
readonly 'seq-12': "var(--color-seq-12)";
|
|
76
|
+
readonly 'seq-13': "var(--color-seq-13)";
|
|
77
|
+
readonly 'seq-14': "var(--color-seq-14)";
|
|
78
|
+
readonly 'seq-15': "var(--color-seq-15)";
|
|
79
|
+
readonly 'seq-16': "var(--color-seq-16)";
|
|
80
|
+
readonly 'seq-17': "var(--color-seq-17)";
|
|
81
|
+
readonly 'seq-18': "var(--color-seq-18)";
|
|
82
|
+
readonly 'seq-19': "var(--color-seq-19)";
|
|
83
|
+
readonly 'seq-20': "var(--color-seq-20)";
|
|
84
|
+
readonly 'neutral-color': "var(--color-neutral-color)";
|
|
85
|
+
readonly 'neutral-on-color': "var(--color-neutral-on-color)";
|
|
86
|
+
readonly 'neutral-container': "var(--color-neutral-container)";
|
|
87
|
+
readonly 'neutral-on-container': "var(--color-neutral-on-container)";
|
|
88
|
+
readonly 'neutral-container-variant': "var(--color-neutral-container-variant)";
|
|
89
|
+
readonly 'neutral-on-container-variant': "var(--color-neutral-on-container-variant)";
|
|
90
|
+
readonly 'neutral-black-transparent-05': "var(--color-neutral-black-transparent-05)";
|
|
91
|
+
readonly 'neutral-black-transparent-10': "var(--color-neutral-black-transparent-10)";
|
|
92
|
+
readonly 'neutral-black-transparent-15': "var(--color-neutral-black-transparent-15)";
|
|
93
|
+
readonly 'neutral-black-transparent-20': "var(--color-neutral-black-transparent-20)";
|
|
94
|
+
readonly 'neutral-black-transparent-30': "var(--color-neutral-black-transparent-30)";
|
|
95
|
+
readonly 'neutral-black-transparent-40': "var(--color-neutral-black-transparent-40)";
|
|
96
|
+
readonly 'neutral-black-transparent-50': "var(--color-neutral-black-transparent-50)";
|
|
97
|
+
readonly 'neutral-black-transparent-60': "var(--color-neutral-black-transparent-60)";
|
|
98
|
+
readonly 'neutral-black-transparent-70': "var(--color-neutral-black-transparent-70)";
|
|
99
|
+
readonly 'neutral-black-transparent-80': "var(--color-neutral-black-transparent-80)";
|
|
100
|
+
readonly 'neutral-black-transparent-90': "var(--color-neutral-black-transparent-90)";
|
|
101
|
+
readonly 'neutral-white-transparent-05': "var(--color-neutral-white-transparent-05)";
|
|
102
|
+
readonly 'neutral-white-transparent-10': "var(--color-neutral-white-transparent-10)";
|
|
103
|
+
readonly 'neutral-white-transparent-15': "var(--color-neutral-white-transparent-15)";
|
|
104
|
+
readonly 'neutral-white-transparent-20': "var(--color-neutral-white-transparent-20)";
|
|
105
|
+
readonly 'neutral-white-transparent-30': "var(--color-neutral-white-transparent-30)";
|
|
106
|
+
readonly 'neutral-white-transparent-40': "var(--color-neutral-white-transparent-40)";
|
|
107
|
+
readonly 'neutral-white-transparent-50': "var(--color-neutral-white-transparent-50)";
|
|
108
|
+
readonly 'neutral-white-transparent-60': "var(--color-neutral-white-transparent-60)";
|
|
109
|
+
readonly 'neutral-white-transparent-70': "var(--color-neutral-white-transparent-70)";
|
|
110
|
+
readonly 'neutral-white-transparent-80': "var(--color-neutral-white-transparent-80)";
|
|
111
|
+
readonly 'neutral-white-transparent-90': "var(--color-neutral-white-transparent-90)";
|
|
112
|
+
readonly 'surface-color-overlay': "var(--color-surface-color-overlay)";
|
|
113
|
+
readonly 'surface-color-dim': "var(--color-surface-color-dim)";
|
|
114
|
+
readonly 'surface-color': "var(--color-surface-color)";
|
|
115
|
+
readonly 'surface-on-color-disabled': "var(--color-surface-on-color-disabled)";
|
|
116
|
+
readonly 'surface-on-color-subtle': "var(--color-surface-on-color-subtle)";
|
|
117
|
+
readonly 'surface-on-color': "var(--color-surface-on-color)";
|
|
118
|
+
readonly 'surface-on-color-bold': "var(--color-surface-on-color-bold)";
|
|
119
|
+
readonly 'surface-container': "var(--color-surface-container)";
|
|
120
|
+
readonly 'surface-container-high': "var(--color-surface-container-high)";
|
|
121
|
+
readonly 'surface-container-highest': "var(--color-surface-container-highest)";
|
|
122
|
+
readonly 'surface-container-disabled': "var(--color-surface-container-disabled)";
|
|
123
|
+
readonly 'surface-container-disabled-variant': "var(--color-surface-container-disabled-variant)";
|
|
124
|
+
readonly 'surface-on-container-disabled': "var(--color-surface-on-container-disabled)";
|
|
125
|
+
readonly 'surface-inverse': "var(--color-surface-inverse)";
|
|
126
|
+
readonly 'surface-on-inverse': "var(--color-surface-on-inverse)";
|
|
127
|
+
readonly 'surface-on-inverse-disabled': "var(--color-surface-on-inverse-disabled)";
|
|
128
|
+
readonly outline: "var(--color-outline)";
|
|
129
|
+
readonly 'outline-variant': "var(--color-outline-variant)";
|
|
130
|
+
readonly 'outline-inverse': "var(--color-outline-inverse)";
|
|
131
|
+
readonly 'primary-color': "var(--color-primary-color)";
|
|
132
|
+
readonly 'primary-on-color': "var(--color-primary-on-color)";
|
|
133
|
+
readonly 'primary-color-variant': "var(--color-primary-color-variant)";
|
|
134
|
+
readonly 'primary-on-color-variant': "var(--color-primary-on-color-variant)";
|
|
135
|
+
readonly 'primary-container': "var(--color-primary-container)";
|
|
136
|
+
readonly 'primary-on-container': "var(--color-primary-on-container)";
|
|
137
|
+
readonly 'primary-container-variant': "var(--color-primary-container-variant)";
|
|
138
|
+
readonly 'primary-on-container-variant': "var(--color-primary-on-container-variant)";
|
|
139
|
+
readonly 'secondary-color': "var(--color-secondary-color)";
|
|
140
|
+
readonly 'secondary-on-color': "var(--color-secondary-on-color)";
|
|
141
|
+
readonly 'secondary-container': "var(--color-secondary-container)";
|
|
142
|
+
readonly 'secondary-on-container': "var(--color-secondary-on-container)";
|
|
143
|
+
readonly 'secondary-container-variant': "var(--color-secondary-container-variant)";
|
|
144
|
+
readonly 'secondary-on-container-variant': "var(--color-secondary-on-container-variant)";
|
|
145
|
+
readonly 'tertiary-color': "var(--color-tertiary-color)";
|
|
146
|
+
readonly 'tertiary-on-color': "var(--color-tertiary-on-color)";
|
|
147
|
+
readonly 'tertiary-container': "var(--color-tertiary-container)";
|
|
148
|
+
readonly 'tertiary-on-container': "var(--color-tertiary-on-container)";
|
|
149
|
+
readonly 'tertiary-container-variant': "var(--color-tertiary-container-variant)";
|
|
150
|
+
readonly 'tertiary-on-container-variant': "var(--color-tertiary-on-container-variant)";
|
|
151
|
+
readonly 'success-color': "var(--color-success-color)";
|
|
152
|
+
readonly 'success-on-color': "var(--color-success-on-color)";
|
|
153
|
+
readonly 'success-container': "var(--color-success-container)";
|
|
154
|
+
readonly 'success-on-container': "var(--color-success-on-container)";
|
|
155
|
+
readonly 'success-container-variant': "var(--color-success-container-variant)";
|
|
156
|
+
readonly 'success-on-container-variant': "var(--color-success-on-container-variant)";
|
|
157
|
+
readonly 'danger-color': "var(--color-danger-color)";
|
|
158
|
+
readonly 'danger-on-color': "var(--color-danger-on-color)";
|
|
159
|
+
readonly 'danger-container': "var(--color-danger-container)";
|
|
160
|
+
readonly 'danger-on-container': "var(--color-danger-on-container)";
|
|
161
|
+
readonly 'danger-container-variant': "var(--color-danger-container-variant)";
|
|
162
|
+
readonly 'danger-on-container-variant': "var(--color-danger-on-container-variant)";
|
|
163
|
+
readonly 'info-color': "var(--color-info-color)";
|
|
164
|
+
readonly 'info-on-color': "var(--color-info-on-color)";
|
|
165
|
+
readonly 'info-container': "var(--color-info-container)";
|
|
166
|
+
readonly 'info-on-container': "var(--color-info-on-container)";
|
|
167
|
+
readonly 'info-container-variant': "var(--color-info-container-variant)";
|
|
168
|
+
readonly 'info-on-container-variant': "var(--color-info-on-container-variant)";
|
|
169
|
+
readonly 'upsell-color': "var(--color-upsell-color)";
|
|
170
|
+
readonly 'upsell-on-color': "var(--color-upsell-on-color)";
|
|
171
|
+
readonly 'upsell-color-variant': "var(--color-upsell-color-variant)";
|
|
172
|
+
readonly 'upsell-on-color-variant': "var(--color-upsell-on-color-variant)";
|
|
173
|
+
readonly 'upsell-container': "var(--color-upsell-container)";
|
|
174
|
+
readonly 'upsell-on-container': "var(--color-upsell-on-container)";
|
|
175
|
+
readonly 'upsell-container-variant': "var(--color-upsell-container-variant)";
|
|
176
|
+
readonly 'upsell-on-container-variant': "var(--color-upsell-on-container-variant)";
|
|
177
|
+
readonly 'warning-color': "var(--color-warning-color)";
|
|
178
|
+
readonly 'warning-on-color': "var(--color-warning-on-color)";
|
|
179
|
+
readonly 'warning-container': "var(--color-warning-container)";
|
|
180
|
+
readonly 'warning-on-container': "var(--color-warning-on-container)";
|
|
181
|
+
readonly 'warning-container-variant': "var(--color-warning-container-variant)";
|
|
182
|
+
readonly 'warning-on-container-variant': "var(--color-warning-on-container-variant)";
|
|
183
|
+
readonly 'shadow-overlay': "var(--color-shadow-overlay)";
|
|
184
|
+
readonly 'shadow-active': "var(--color-shadow-active)";
|
|
185
|
+
readonly 'hover-inverse': "var(--color-hover-inverse)";
|
|
186
|
+
readonly 'hover-lighten': "var(--color-hover-lighten)";
|
|
187
|
+
readonly 'hover-darken': "var(--color-hover-darken)";
|
|
188
|
+
readonly 'brand-neutrals-caviar-dynamic': "var(--color-brand-neutrals-caviar-dynamic)";
|
|
189
|
+
readonly 'brand-neutrals-chefscoat-dynamic': "var(--color-brand-neutrals-chefscoat-dynamic)";
|
|
190
|
+
readonly 'on-graphic-black': "var(--color-on-graphic-black)";
|
|
191
|
+
readonly 'on-graphic-white': "var(--color-on-graphic-white)";
|
|
64
192
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'oat-100' | 'oat-200' | 'oat-300' | 'oat-400' | 'oat-500' | 'oat-600' | 'lime-100' | 'lime-200' | 'lime-300' | 'lime-400' | 'lime-500' | 'lime-600' | 'blackberry-100' | 'blackberry-200' | 'blackberry-300' | 'blackberry-400' | 'blackberry-500' | 'blackberry-600';
|
|
1
|
+
export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'oat-100' | 'oat-200' | 'oat-300' | 'oat-400' | 'oat-500' | 'oat-600' | 'lime-100' | 'lime-200' | 'lime-300' | 'lime-400' | 'lime-500' | 'lime-600' | 'blackberry-100' | 'blackberry-200' | 'blackberry-300' | 'blackberry-400' | 'blackberry-500' | 'blackberry-600' | 'seq-1' | 'seq-2' | 'seq-3' | 'seq-4' | 'seq-5' | 'seq-6' | 'seq-7' | 'seq-8' | 'seq-9' | 'seq-10' | 'seq-11' | 'seq-12' | 'seq-13' | 'seq-14' | 'seq-15' | 'seq-16' | 'seq-17' | 'seq-18' | 'seq-19' | 'seq-20' | 'neutral-color' | 'neutral-on-color' | 'neutral-container' | 'neutral-on-container' | 'neutral-container-variant' | 'neutral-on-container-variant' | 'neutral-black-transparent-05' | 'neutral-black-transparent-10' | 'neutral-black-transparent-15' | 'neutral-black-transparent-20' | 'neutral-black-transparent-30' | 'neutral-black-transparent-40' | 'neutral-black-transparent-50' | 'neutral-black-transparent-60' | 'neutral-black-transparent-70' | 'neutral-black-transparent-80' | 'neutral-black-transparent-90' | 'neutral-white-transparent-05' | 'neutral-white-transparent-10' | 'neutral-white-transparent-15' | 'neutral-white-transparent-20' | 'neutral-white-transparent-30' | 'neutral-white-transparent-40' | 'neutral-white-transparent-50' | 'neutral-white-transparent-60' | 'neutral-white-transparent-70' | 'neutral-white-transparent-80' | 'neutral-white-transparent-90' | 'surface-color-overlay' | 'surface-color-dim' | 'surface-color' | 'surface-on-color-disabled' | 'surface-on-color-subtle' | 'surface-on-color' | 'surface-on-color-bold' | 'surface-container' | 'surface-container-high' | 'surface-container-highest' | 'surface-container-disabled' | 'surface-container-disabled-variant' | 'surface-on-container-disabled' | 'surface-inverse' | 'surface-on-inverse' | 'surface-on-inverse-disabled' | 'outline' | 'outline-variant' | 'outline-inverse' | 'primary-color' | 'primary-on-color' | 'primary-color-variant' | 'primary-on-color-variant' | 'primary-container' | 'primary-on-container' | 'primary-container-variant' | 'primary-on-container-variant' | 'secondary-color' | 'secondary-on-color' | 'secondary-container' | 'secondary-on-container' | 'secondary-container-variant' | 'secondary-on-container-variant' | 'tertiary-color' | 'tertiary-on-color' | 'tertiary-container' | 'tertiary-on-container' | 'tertiary-container-variant' | 'tertiary-on-container-variant' | 'success-color' | 'success-on-color' | 'success-container' | 'success-on-container' | 'success-container-variant' | 'success-on-container-variant' | 'danger-color' | 'danger-on-color' | 'danger-container' | 'danger-on-container' | 'danger-container-variant' | 'danger-on-container-variant' | 'info-color' | 'info-on-color' | 'info-container' | 'info-on-container' | 'info-container-variant' | 'info-on-container-variant' | 'upsell-color' | 'upsell-on-color' | 'upsell-color-variant' | 'upsell-on-color-variant' | 'upsell-container' | 'upsell-on-container' | 'upsell-container-variant' | 'upsell-on-container-variant' | 'warning-color' | 'warning-on-color' | 'warning-container' | 'warning-on-container' | 'warning-container-variant' | 'warning-on-container-variant' | 'shadow-overlay' | 'shadow-active' | 'hover-inverse' | 'hover-lighten' | 'hover-darken' | 'brand-neutrals-caviar-dynamic' | 'brand-neutrals-chefscoat-dynamic' | 'on-graphic-black' | 'on-graphic-white';
|
|
@@ -1,23 +1,53 @@
|
|
|
1
1
|
export type PositionStyles = {
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* @description Shortcut for `margin`.
|
|
4
|
+
* @category Positioning
|
|
5
|
+
*/
|
|
3
6
|
m?: string | number;
|
|
4
|
-
/**
|
|
7
|
+
/**
|
|
8
|
+
* @description Defines the margin around of the element.
|
|
9
|
+
* @category Positioning
|
|
10
|
+
*/
|
|
5
11
|
margin?: string | number;
|
|
6
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* @description Shortcut for `marginTop`.
|
|
14
|
+
* @category Positioning
|
|
15
|
+
*/
|
|
7
16
|
mt?: string | number;
|
|
8
|
-
/**
|
|
17
|
+
/**
|
|
18
|
+
* @description Defines the margin on the top of the element.
|
|
19
|
+
* @category Positioning
|
|
20
|
+
*/
|
|
9
21
|
marginTop?: string | number;
|
|
10
|
-
/**
|
|
22
|
+
/**
|
|
23
|
+
* @description Shortcut for `marginRight`.
|
|
24
|
+
* @category Positioning
|
|
25
|
+
*/
|
|
11
26
|
mr?: string | number;
|
|
12
|
-
/**
|
|
27
|
+
/**
|
|
28
|
+
* @description Defines the margin on the right side of the element.
|
|
29
|
+
* @category Positioning
|
|
30
|
+
*/
|
|
13
31
|
marginRight?: string | number;
|
|
14
|
-
/**
|
|
32
|
+
/**
|
|
33
|
+
* @description Shortcut for `marginBottom`.
|
|
34
|
+
* @category Positioning
|
|
35
|
+
*/
|
|
15
36
|
mb?: string | number;
|
|
16
|
-
/**
|
|
37
|
+
/**
|
|
38
|
+
* @description Defines the margin on the bottom of the element.
|
|
39
|
+
* @category Positioning
|
|
40
|
+
*/
|
|
17
41
|
marginBottom?: string | number;
|
|
18
|
-
/**
|
|
42
|
+
/**
|
|
43
|
+
* @description Shortcut for `marginLeft`.
|
|
44
|
+
* @category Positioning
|
|
45
|
+
*/
|
|
19
46
|
ml?: string | number;
|
|
20
|
-
/**
|
|
47
|
+
/**
|
|
48
|
+
* @description Defines the margin on the left side of the element.
|
|
49
|
+
* @category Positioning
|
|
50
|
+
*/
|
|
21
51
|
marginLeft?: string | number;
|
|
22
52
|
};
|
|
23
53
|
export type DataProps = {
|