cordage-enterprise 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/App.d.ts +3 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/Interfaces/background.interface.d.ts +5 -0
- package/dist/types/Interfaces/background.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/border.interface.d.ts +20 -0
- package/dist/types/Interfaces/border.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/boxShadow.interface.d.ts +4 -0
- package/dist/types/Interfaces/boxShadow.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/color.interface.d.ts +7 -0
- package/dist/types/Interfaces/color.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/cssProps.interface.d.ts +11 -0
- package/dist/types/Interfaces/cssProps.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/flex.interface.d.ts +15 -0
- package/dist/types/Interfaces/flex.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/fonts.interface.d.ts +16 -0
- package/dist/types/Interfaces/fonts.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/frontend.d.ts +80 -0
- package/dist/types/Interfaces/frontend.d.ts.map +1 -0
- package/dist/types/Interfaces/modelBox.interface.d.ts +38 -0
- package/dist/types/Interfaces/modelBox.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/position.interface.d.ts +9 -0
- package/dist/types/Interfaces/position.interface.d.ts.map +1 -0
- package/dist/types/Interfaces/variantText.interface.d.ts +2 -0
- package/dist/types/Interfaces/variantText.interface.d.ts.map +1 -0
- package/dist/types/components/Avatar/AvatarBadge.d.ts +15 -0
- package/dist/types/components/Avatar/AvatarBadge.d.ts.map +1 -0
- package/dist/types/components/Avatar/AvatarGroup.d.ts +4 -0
- package/dist/types/components/Avatar/AvatarGroup.d.ts.map +1 -0
- package/dist/types/components/Avatar/AvatarStack.d.ts +22 -0
- package/dist/types/components/Avatar/AvatarStack.d.ts.map +1 -0
- package/dist/types/components/Avatar/Avatars.d.ts +1677 -0
- package/dist/types/components/Avatar/Avatars.d.ts.map +1 -0
- package/dist/types/components/Avatar/index.d.ts +4 -0
- package/dist/types/components/Avatar/index.d.ts.map +1 -0
- package/dist/types/components/Avatar/interfaces/index.d.ts +176 -0
- package/dist/types/components/Avatar/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Avatar/utils/AvatarsSizes.d.ts +181 -0
- package/dist/types/components/Avatar/utils/AvatarsSizes.d.ts.map +1 -0
- package/dist/types/components/Badge/index.d.ts +4 -0
- package/dist/types/components/Badge/index.d.ts.map +1 -0
- package/dist/types/components/Badge/interfaces/index.d.ts +77 -0
- package/dist/types/components/Badge/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Badge/stitches/index.d.ts +1134 -0
- package/dist/types/components/Badge/stitches/index.d.ts.map +1 -0
- package/dist/types/components/Btn/BtnAppBar.d.ts +13 -0
- package/dist/types/components/Btn/BtnAppBar.d.ts.map +1 -0
- package/dist/types/components/Btn/BtnDrop.d.ts +25 -0
- package/dist/types/components/Btn/BtnDrop.d.ts.map +1 -0
- package/dist/types/components/Btn/BtnLink.d.ts +5 -0
- package/dist/types/components/Btn/BtnLink.d.ts.map +1 -0
- package/dist/types/components/Btn/BtnOutline.d.ts +5 -0
- package/dist/types/components/Btn/BtnOutline.d.ts.map +1 -0
- package/dist/types/components/Btn/BtnSimple.d.ts +4 -0
- package/dist/types/components/Btn/BtnSimple.d.ts.map +1 -0
- package/dist/types/components/Btn/components/BtnDropItem.d.ts +370 -0
- package/dist/types/components/Btn/components/BtnDropItem.d.ts.map +1 -0
- package/dist/types/components/Btn/components/IconTranslate.d.ts +5 -0
- package/dist/types/components/Btn/components/IconTranslate.d.ts.map +1 -0
- package/dist/types/components/Btn/components/StyledBtn.d.ts +1515 -0
- package/dist/types/components/Btn/components/StyledBtn.d.ts.map +1 -0
- package/dist/types/components/Btn/components/StyledBtnSimple.d.ts +377 -0
- package/dist/types/components/Btn/components/StyledBtnSimple.d.ts.map +1 -0
- package/dist/types/components/Btn/components/TextBtn.d.ts +370 -0
- package/dist/types/components/Btn/components/TextBtn.d.ts.map +1 -0
- package/dist/types/components/Btn/index.d.ts +5 -0
- package/dist/types/components/Btn/index.d.ts.map +1 -0
- package/dist/types/components/Btn/interface/index.d.ts +193 -0
- package/dist/types/components/Btn/interface/index.d.ts.map +1 -0
- package/dist/types/components/Btn/variants/index.d.ts +3066 -0
- package/dist/types/components/Btn/variants/index.d.ts.map +1 -0
- package/dist/types/components/Button/Button.d.ts +29 -0
- package/dist/types/components/Button/Button.d.ts.map +1 -0
- package/dist/types/components/Divider/index.d.ts +4 -0
- package/dist/types/components/Divider/index.d.ts.map +1 -0
- package/dist/types/components/Divider/interfaces/index.d.ts +10 -0
- package/dist/types/components/Divider/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Dropdows/Accordion.d.ts +4 -0
- package/dist/types/components/Dropdows/Accordion.d.ts.map +1 -0
- package/dist/types/components/Dropdows/ContainerItem.d.ts +1677 -0
- package/dist/types/components/Dropdows/ContainerItem.d.ts.map +1 -0
- package/dist/types/components/Dropdows/Drop.d.ts +4 -0
- package/dist/types/components/Dropdows/Drop.d.ts.map +1 -0
- package/dist/types/components/Dropdows/DropDownLanguage.d.ts +4 -0
- package/dist/types/components/Dropdows/DropDownLanguage.d.ts.map +1 -0
- package/dist/types/components/Dropdows/DropMenu.d.ts +9 -0
- package/dist/types/components/Dropdows/DropMenu.d.ts.map +1 -0
- package/dist/types/components/Dropdows/DropdownButton.d.ts +17 -0
- package/dist/types/components/Dropdows/DropdownButton.d.ts.map +1 -0
- package/dist/types/components/Dropdows/DropdownSelect.d.ts +6 -0
- package/dist/types/components/Dropdows/DropdownSelect.d.ts.map +1 -0
- package/dist/types/components/Dropdows/HOCS/WithDropDown.d.ts +1707 -0
- package/dist/types/components/Dropdows/HOCS/WithDropDown.d.ts.map +1 -0
- package/dist/types/components/Dropdows/ItemDropdownSelect.d.ts +8 -0
- package/dist/types/components/Dropdows/ItemDropdownSelect.d.ts.map +1 -0
- package/dist/types/components/Dropdows/Select.d.ts +4 -0
- package/dist/types/components/Dropdows/Select.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectAutocomplete.d.ts +4 -0
- package/dist/types/components/Dropdows/SelectAutocomplete.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectComponent.d.ts +4 -0
- package/dist/types/components/Dropdows/SelectComponent.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectLanguage.d.ts +4 -0
- package/dist/types/components/Dropdows/SelectLanguage.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectNumber.d.ts +6 -0
- package/dist/types/components/Dropdows/SelectNumber.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectOrganization.d.ts +3 -0
- package/dist/types/components/Dropdows/SelectOrganization.d.ts.map +1 -0
- package/dist/types/components/Dropdows/SelectStyled.d.ts +3 -0
- package/dist/types/components/Dropdows/SelectStyled.d.ts.map +1 -0
- package/dist/types/components/Dropdows/data/dataLanguages.d.ts +6 -0
- package/dist/types/components/Dropdows/data/dataLanguages.d.ts.map +1 -0
- package/dist/types/components/Dropdows/hooks/usePositionDrop.d.ts +11 -0
- package/dist/types/components/Dropdows/hooks/usePositionDrop.d.ts.map +1 -0
- package/dist/types/components/Dropdows/interfaces/index.d.ts +221 -0
- package/dist/types/components/Dropdows/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Dropdows/variants/index.d.ts +18 -0
- package/dist/types/components/Dropdows/variants/index.d.ts.map +1 -0
- package/dist/types/components/Emoji/EmojiItem.d.ts +9 -0
- package/dist/types/components/Emoji/EmojiItem.d.ts.map +1 -0
- package/dist/types/components/Emoji/EmojiList.d.ts +10 -0
- package/dist/types/components/Emoji/EmojiList.d.ts.map +1 -0
- package/dist/types/components/Emoji/EmojiPicker.d.ts +18 -0
- package/dist/types/components/Emoji/EmojiPicker.d.ts.map +1 -0
- package/dist/types/components/Emoji/HOCs/DropDownSimple.d.ts +15 -0
- package/dist/types/components/Emoji/HOCs/DropDownSimple.d.ts.map +1 -0
- package/dist/types/components/Emoji/components/ImgEmojiItem.d.ts +3 -0
- package/dist/types/components/Emoji/components/ImgEmojiItem.d.ts.map +1 -0
- package/dist/types/components/Emoji/helpers/skinToneVariants.helper.d.ts +3 -0
- package/dist/types/components/Emoji/helpers/skinToneVariants.helper.d.ts.map +1 -0
- package/dist/types/components/Emoji/hooks/useParseEmoji.d.ts +6 -0
- package/dist/types/components/Emoji/hooks/useParseEmoji.d.ts.map +1 -0
- package/dist/types/components/Emoji/hooks/usePositionDrop.d.ts +11 -0
- package/dist/types/components/Emoji/hooks/usePositionDrop.d.ts.map +1 -0
- package/dist/types/components/Emoji/index.d.ts +4 -0
- package/dist/types/components/Emoji/index.d.ts.map +1 -0
- package/dist/types/components/Emoji/interfaces/emoji.interfaces.d.ts +53 -0
- package/dist/types/components/Emoji/interfaces/emoji.interfaces.d.ts.map +1 -0
- package/dist/types/components/Emoji/utils/index.d.ts +4 -0
- package/dist/types/components/Emoji/utils/index.d.ts.map +1 -0
- package/dist/types/components/Emoji/utils/url_bucket_emojis.d.ts +2 -0
- package/dist/types/components/Emoji/utils/url_bucket_emojis.d.ts.map +1 -0
- package/dist/types/components/FAFont/index.d.ts +6 -0
- package/dist/types/components/FAFont/index.d.ts.map +1 -0
- package/dist/types/components/FAFont/interfaces/index.d.ts +30 -0
- package/dist/types/components/FAFont/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/FAIcon/FAIcon.d.ts +4 -0
- package/dist/types/components/FAIcon/FAIcon.d.ts.map +1 -0
- package/dist/types/components/FAIcon/interfaces/index.d.ts +71 -0
- package/dist/types/components/FAIcon/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/FAIcon/variants/index.d.ts +18 -0
- package/dist/types/components/FAIcon/variants/index.d.ts.map +1 -0
- package/dist/types/components/Header/Header.d.ts +13 -0
- package/dist/types/components/Header/Header.d.ts.map +1 -0
- package/dist/types/components/Iconography/Caret.d.ts +4 -0
- package/dist/types/components/Iconography/Caret.d.ts.map +1 -0
- package/dist/types/components/Iconography/ContainerIconButton.d.ts +2 -0
- package/dist/types/components/Iconography/ContainerIconButton.d.ts.map +1 -0
- package/dist/types/components/Iconography/CountryFlag.d.ts +10 -0
- package/dist/types/components/Iconography/CountryFlag.d.ts.map +1 -0
- package/dist/types/components/Iconography/DateAndTimeIcon.d.ts +6 -0
- package/dist/types/components/Iconography/DateAndTimeIcon.d.ts.map +1 -0
- package/dist/types/components/Iconography/DinamicFlag.d.ts +4 -0
- package/dist/types/components/Iconography/DinamicFlag.d.ts.map +1 -0
- package/dist/types/components/Iconography/Flag.d.ts +4 -0
- package/dist/types/components/Iconography/Flag.d.ts.map +1 -0
- package/dist/types/components/Iconography/Icon.d.ts +9 -0
- package/dist/types/components/Iconography/Icon.d.ts.map +1 -0
- package/dist/types/components/Iconography/IconButton.d.ts +4 -0
- package/dist/types/components/Iconography/IconButton.d.ts.map +1 -0
- package/dist/types/components/Iconography/IconDivider.d.ts +4 -0
- package/dist/types/components/Iconography/IconDivider.d.ts.map +1 -0
- package/dist/types/components/Iconography/Icons.d.ts +2 -0
- package/dist/types/components/Iconography/Icons.d.ts.map +1 -0
- package/dist/types/components/Iconography/badge.d.ts +2 -0
- package/dist/types/components/Iconography/badge.d.ts.map +1 -0
- package/dist/types/components/Iconography/flags/Flags.d.ts +32 -0
- package/dist/types/components/Iconography/flags/Flags.d.ts.map +1 -0
- package/dist/types/components/Iconography/helpers/setCountryCodes.d.ts +17 -0
- package/dist/types/components/Iconography/helpers/setCountryCodes.d.ts.map +1 -0
- package/dist/types/components/Iconography/hooks/Favorite.d.ts +3 -0
- package/dist/types/components/Iconography/hooks/Favorite.d.ts.map +1 -0
- package/dist/types/components/Iconography/hooks/useFlagIcon.d.ts +110 -0
- package/dist/types/components/Iconography/hooks/useFlagIcon.d.ts.map +1 -0
- package/dist/types/components/Iconography/hooks/useIconLibrary.d.ts +61 -0
- package/dist/types/components/Iconography/hooks/useIconLibrary.d.ts.map +1 -0
- package/dist/types/components/Iconography/index.d.ts +4 -0
- package/dist/types/components/Iconography/index.d.ts.map +1 -0
- package/dist/types/components/Iconography/interfaces/index.d.ts +114 -0
- package/dist/types/components/Iconography/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Iconography/variants.d.ts +255 -0
- package/dist/types/components/Iconography/variants.d.ts.map +1 -0
- package/dist/types/components/Iconography/variantsIcon/index.d.ts +93 -0
- package/dist/types/components/Iconography/variantsIcon/index.d.ts.map +1 -0
- package/dist/types/components/Image/Images.d.ts +739 -0
- package/dist/types/components/Image/Images.d.ts.map +1 -0
- package/dist/types/components/Image/index.d.ts +4 -0
- package/dist/types/components/Image/index.d.ts.map +1 -0
- package/dist/types/components/Image/interfaces/index.d.ts +11 -0
- package/dist/types/components/Image/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/InputAI/components/BtntGpt.d.ts +9 -0
- package/dist/types/components/InputAI/components/BtntGpt.d.ts.map +1 -0
- package/dist/types/components/InputAI/components/DropDownLan.d.ts +9 -0
- package/dist/types/components/InputAI/components/DropDownLan.d.ts.map +1 -0
- package/dist/types/components/InputAI/components/IconTranslate.d.ts +5 -0
- package/dist/types/components/InputAI/components/IconTranslate.d.ts.map +1 -0
- package/dist/types/components/InputAI/components/ItemLang.d.ts +9 -0
- package/dist/types/components/InputAI/components/ItemLang.d.ts.map +1 -0
- package/dist/types/components/InputAI/components/PopLang.d.ts +17 -0
- package/dist/types/components/InputAI/components/PopLang.d.ts.map +1 -0
- package/dist/types/components/InputAI/index.d.ts +48 -0
- package/dist/types/components/InputAI/index.d.ts.map +1 -0
- package/dist/types/components/InputAI/stitches/index.d.ts +5584 -0
- package/dist/types/components/InputAI/stitches/index.d.ts.map +1 -0
- package/dist/types/components/Inputs/CheckBox.d.ts +1684 -0
- package/dist/types/components/Inputs/CheckBox.d.ts.map +1 -0
- package/dist/types/components/Inputs/IconShowInfo.d.ts +15 -0
- package/dist/types/components/Inputs/IconShowInfo.d.ts.map +1 -0
- package/dist/types/components/Inputs/InputCheckbox.d.ts +370 -0
- package/dist/types/components/Inputs/InputCheckbox.d.ts.map +1 -0
- package/dist/types/components/Inputs/Inputs.d.ts +3 -0
- package/dist/types/components/Inputs/Inputs.d.ts.map +1 -0
- package/dist/types/components/Inputs/Label.d.ts +3 -0
- package/dist/types/components/Inputs/Label.d.ts.map +1 -0
- package/dist/types/components/Inputs/interfaces/index.d.ts +193 -0
- package/dist/types/components/Inputs/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Items/ButtonItem.d.ts +2 -0
- package/dist/types/components/Items/ButtonItem.d.ts.map +1 -0
- package/dist/types/components/Items/ButtonSimple.d.ts +2 -0
- package/dist/types/components/Items/ButtonSimple.d.ts.map +1 -0
- package/dist/types/components/Items/CheckItem.d.ts +4 -0
- package/dist/types/components/Items/CheckItem.d.ts.map +1 -0
- package/dist/types/components/Items/CheckItemSC.d.ts +2 -0
- package/dist/types/components/Items/CheckItemSC.d.ts.map +1 -0
- package/dist/types/components/Items/Components/ContainerItem.d.ts +2 -0
- package/dist/types/components/Items/Components/ContainerItem.d.ts.map +1 -0
- package/dist/types/components/Items/Components/ContentItem.d.ts +4 -0
- package/dist/types/components/Items/Components/ContentItem.d.ts.map +1 -0
- package/dist/types/components/Items/Components/ContentType.d.ts +11 -0
- package/dist/types/components/Items/Components/ContentType.d.ts.map +1 -0
- package/dist/types/components/Items/Components/OptionsItem.d.ts +18 -0
- package/dist/types/components/Items/Components/OptionsItem.d.ts.map +1 -0
- package/dist/types/components/Items/Components/VisualElement.d.ts +32 -0
- package/dist/types/components/Items/Components/VisualElement.d.ts.map +1 -0
- package/dist/types/components/Items/ContainerItemDocument.d.ts +2 -0
- package/dist/types/components/Items/ContainerItemDocument.d.ts.map +1 -0
- package/dist/types/components/Items/GeneralItem.d.ts +4 -0
- package/dist/types/components/Items/GeneralItem.d.ts.map +1 -0
- package/dist/types/components/Items/InboxItem.d.ts +5 -0
- package/dist/types/components/Items/InboxItem.d.ts.map +1 -0
- package/dist/types/components/Items/Item.d.ts +4 -0
- package/dist/types/components/Items/Item.d.ts.map +1 -0
- package/dist/types/components/Items/ItemAlphabet.d.ts +4 -0
- package/dist/types/components/Items/ItemAlphabet.d.ts.map +1 -0
- package/dist/types/components/Items/ItemContainer.d.ts +2 -0
- package/dist/types/components/Items/ItemContainer.d.ts.map +1 -0
- package/dist/types/components/Items/ItemDocument.d.ts +4 -0
- package/dist/types/components/Items/ItemDocument.d.ts.map +1 -0
- package/dist/types/components/Items/ItemMenu.d.ts +4 -0
- package/dist/types/components/Items/ItemMenu.d.ts.map +1 -0
- package/dist/types/components/Items/ItemQuiz.d.ts +6 -0
- package/dist/types/components/Items/ItemQuiz.d.ts.map +1 -0
- package/dist/types/components/Items/SimpleItem.d.ts +4 -0
- package/dist/types/components/Items/SimpleItem.d.ts.map +1 -0
- package/dist/types/components/Items/ThumbnailItem.d.ts +4 -0
- package/dist/types/components/Items/ThumbnailItem.d.ts.map +1 -0
- package/dist/types/components/Items/ToggleItem.d.ts +4 -0
- package/dist/types/components/Items/ToggleItem.d.ts.map +1 -0
- package/dist/types/components/Items/TumbnailItemSC.d.ts +2 -0
- package/dist/types/components/Items/TumbnailItemSC.d.ts.map +1 -0
- package/dist/types/components/Items/UserItem.d.ts +4 -0
- package/dist/types/components/Items/UserItem.d.ts.map +1 -0
- package/dist/types/components/Items/interfaces/index.d.ts +338 -0
- package/dist/types/components/Items/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Items/variants/index.d.ts +11 -0
- package/dist/types/components/Items/variants/index.d.ts.map +1 -0
- package/dist/types/components/Layout/Container.d.ts +55 -0
- package/dist/types/components/Layout/Container.d.ts.map +1 -0
- package/dist/types/components/Layout/stitches/index.d.ts +370 -0
- package/dist/types/components/Layout/stitches/index.d.ts.map +1 -0
- package/dist/types/components/ListMC/Context/DragContext.d.ts +12 -0
- package/dist/types/components/ListMC/Context/DragContext.d.ts.map +1 -0
- package/dist/types/components/ListMC/Context/DragProvider.d.ts +4 -0
- package/dist/types/components/ListMC/Context/DragProvider.d.ts.map +1 -0
- package/dist/types/components/ListMC/Context/DragReducer.d.ts +14 -0
- package/dist/types/components/ListMC/Context/DragReducer.d.ts.map +1 -0
- package/dist/types/components/ListMC/DragList.d.ts +4 -0
- package/dist/types/components/ListMC/DragList.d.ts.map +1 -0
- package/dist/types/components/ListMC/DraggableSets.d.ts +4 -0
- package/dist/types/components/ListMC/DraggableSets.d.ts.map +1 -0
- package/dist/types/components/ListMC/index.d.ts +45 -0
- package/dist/types/components/ListMC/index.d.ts.map +1 -0
- package/dist/types/components/ListMC/interfaces/index.d.ts +247 -0
- package/dist/types/components/ListMC/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Page/Page.d.ts +4 -0
- package/dist/types/components/Page/Page.d.ts.map +1 -0
- package/dist/types/components/SVG/index.d.ts +739 -0
- package/dist/types/components/SVG/index.d.ts.map +1 -0
- package/dist/types/components/Tag/Components/AvatarTag.d.ts +3 -0
- package/dist/types/components/Tag/Components/AvatarTag.d.ts.map +1 -0
- package/dist/types/components/Tag/Components/StatusBadge.d.ts +6 -0
- package/dist/types/components/Tag/Components/StatusBadge.d.ts.map +1 -0
- package/dist/types/components/Tag/Components/StyledTag.d.ts +6 -0
- package/dist/types/components/Tag/Components/StyledTag.d.ts.map +1 -0
- package/dist/types/components/Tag/Components/VisualElement.d.ts +15 -0
- package/dist/types/components/Tag/Components/VisualElement.d.ts.map +1 -0
- package/dist/types/components/Tag/TagComponent.d.ts +4 -0
- package/dist/types/components/Tag/TagComponent.d.ts.map +1 -0
- package/dist/types/components/Tag/TagContainer.d.ts +2 -0
- package/dist/types/components/Tag/TagContainer.d.ts.map +1 -0
- package/dist/types/components/Tag/TagLink.d.ts +4 -0
- package/dist/types/components/Tag/TagLink.d.ts.map +1 -0
- package/dist/types/components/Tag/TagOutline.d.ts +9 -0
- package/dist/types/components/Tag/TagOutline.d.ts.map +1 -0
- package/dist/types/components/Tag/TagStatus.d.ts +4 -0
- package/dist/types/components/Tag/TagStatus.d.ts.map +1 -0
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/Tag/index.d.ts.map +1 -0
- package/dist/types/components/Tag/interfaces/index.d.ts +218 -0
- package/dist/types/components/Tag/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Tag/variants/index.d.ts +1794 -0
- package/dist/types/components/Tag/variants/index.d.ts.map +1 -0
- package/dist/types/components/Tooltip/StyledTooltip.d.ts +1110 -0
- package/dist/types/components/Tooltip/StyledTooltip.d.ts.map +1 -0
- package/dist/types/components/Tooltip/index.d.ts +6 -0
- package/dist/types/components/Tooltip/index.d.ts.map +1 -0
- package/dist/types/components/Tooltip/interface/index.d.ts +31 -0
- package/dist/types/components/Tooltip/interface/index.d.ts.map +1 -0
- package/dist/types/components/Tooltip/variants/index.d.ts +127 -0
- package/dist/types/components/Tooltip/variants/index.d.ts.map +1 -0
- package/dist/types/components/Typography/Body1.d.ts +372 -0
- package/dist/types/components/Typography/Body1.d.ts.map +1 -0
- package/dist/types/components/Typography/Body2.d.ts +373 -0
- package/dist/types/components/Typography/Body2.d.ts.map +1 -0
- package/dist/types/components/Typography/Caption.d.ts +373 -0
- package/dist/types/components/Typography/Caption.d.ts.map +1 -0
- package/dist/types/components/Typography/Display1.d.ts +372 -0
- package/dist/types/components/Typography/Display1.d.ts.map +1 -0
- package/dist/types/components/Typography/Display2.d.ts +372 -0
- package/dist/types/components/Typography/Display2.d.ts.map +1 -0
- package/dist/types/components/Typography/Display3.d.ts +372 -0
- package/dist/types/components/Typography/Display3.d.ts.map +1 -0
- package/dist/types/components/Typography/Display4.d.ts +372 -0
- package/dist/types/components/Typography/Display4.d.ts.map +1 -0
- package/dist/types/components/Typography/Display5.d.ts +372 -0
- package/dist/types/components/Typography/Display5.d.ts.map +1 -0
- package/dist/types/components/Typography/Display6.d.ts +372 -0
- package/dist/types/components/Typography/Display6.d.ts.map +1 -0
- package/dist/types/components/Typography/H1.d.ts +372 -0
- package/dist/types/components/Typography/H1.d.ts.map +1 -0
- package/dist/types/components/Typography/H2.d.ts +372 -0
- package/dist/types/components/Typography/H2.d.ts.map +1 -0
- package/dist/types/components/Typography/H3.d.ts +372 -0
- package/dist/types/components/Typography/H3.d.ts.map +1 -0
- package/dist/types/components/Typography/H4.d.ts +372 -0
- package/dist/types/components/Typography/H4.d.ts.map +1 -0
- package/dist/types/components/Typography/H5.d.ts +372 -0
- package/dist/types/components/Typography/H5.d.ts.map +1 -0
- package/dist/types/components/Typography/H6.d.ts +373 -0
- package/dist/types/components/Typography/H6.d.ts.map +1 -0
- package/dist/types/components/Typography/LabelText.d.ts +373 -0
- package/dist/types/components/Typography/LabelText.d.ts.map +1 -0
- package/dist/types/components/Typography/Small.d.ts +373 -0
- package/dist/types/components/Typography/Small.d.ts.map +1 -0
- package/dist/types/components/Typography/Span.d.ts +370 -0
- package/dist/types/components/Typography/Span.d.ts.map +1 -0
- package/dist/types/components/Typography/SubHead1.d.ts +372 -0
- package/dist/types/components/Typography/SubHead1.d.ts.map +1 -0
- package/dist/types/components/Typography/SubHead2.d.ts +373 -0
- package/dist/types/components/Typography/SubHead2.d.ts.map +1 -0
- package/dist/types/components/Typography/Text.d.ts +4 -0
- package/dist/types/components/Typography/Text.d.ts.map +1 -0
- package/dist/types/components/Typography/TextXs.d.ts +373 -0
- package/dist/types/components/Typography/TextXs.d.ts.map +1 -0
- package/dist/types/components/Typography/TextXxs.d.ts +373 -0
- package/dist/types/components/Typography/TextXxs.d.ts.map +1 -0
- package/dist/types/components/Typography/Typographies.d.ts +373 -0
- package/dist/types/components/Typography/Typographies.d.ts.map +1 -0
- package/dist/types/components/Typography/interfaces/index.d.ts +34 -0
- package/dist/types/components/Typography/interfaces/index.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/displayVariants.d.ts +385 -0
- package/dist/types/components/Typography/variants/displayVariants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h1Variants.d.ts +65 -0
- package/dist/types/components/Typography/variants/h1Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h2Variants.d.ts +65 -0
- package/dist/types/components/Typography/variants/h2Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h3Variants.d.ts +65 -0
- package/dist/types/components/Typography/variants/h3Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h4Variants.d.ts +65 -0
- package/dist/types/components/Typography/variants/h4Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h5Variants.d.ts +65 -0
- package/dist/types/components/Typography/variants/h5Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/h6Variants.d.ts +70 -0
- package/dist/types/components/Typography/variants/h6Variants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/pVariants.d.ts +543 -0
- package/dist/types/components/Typography/variants/pVariants.d.ts.map +1 -0
- package/dist/types/components/Typography/variants/variantsText.d.ts +116 -0
- package/dist/types/components/Typography/variants/variantsText.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/components/skeletons/BrandingSkeleton.d.ts +3 -0
- package/dist/types/components/skeletons/BrandingSkeleton.d.ts.map +1 -0
- package/dist/types/components/skeletons/CircleSkeleton.d.ts +9 -0
- package/dist/types/components/skeletons/CircleSkeleton.d.ts.map +1 -0
- package/dist/types/components/skeletons/RectangleSkeleton.d.ts +8 -0
- package/dist/types/components/skeletons/RectangleSkeleton.d.ts.map +1 -0
- package/dist/types/components/skeletons/SkAvatarWithlabels.d.ts +3 -0
- package/dist/types/components/skeletons/SkAvatarWithlabels.d.ts.map +1 -0
- package/dist/types/components/skeletons/SkTextSM.d.ts +3 -0
- package/dist/types/components/skeletons/SkTextSM.d.ts.map +1 -0
- package/dist/types/helpers/backgroundColor.d.ts +3 -0
- package/dist/types/helpers/backgroundColor.d.ts.map +1 -0
- package/dist/types/helpers/capitalize.d.ts +2 -0
- package/dist/types/helpers/capitalize.d.ts.map +1 -0
- package/dist/types/helpers/codeGenerator.d.ts +2 -0
- package/dist/types/helpers/codeGenerator.d.ts.map +1 -0
- package/dist/types/helpers/formatNumberToTime.d.ts +2 -0
- package/dist/types/helpers/formatNumberToTime.d.ts.map +1 -0
- package/dist/types/helpers/getFontSizes.d.ts +4 -0
- package/dist/types/helpers/getFontSizes.d.ts.map +1 -0
- package/dist/types/helpers/getRandomNumber.d.ts +2 -0
- package/dist/types/helpers/getRandomNumber.d.ts.map +1 -0
- package/dist/types/helpers/howLongAgo.d.ts +3 -0
- package/dist/types/helpers/howLongAgo.d.ts.map +1 -0
- package/dist/types/helpers/ramdomKey.d.ts +2 -0
- package/dist/types/helpers/ramdomKey.d.ts.map +1 -0
- package/dist/types/helpers/themingHelpers.d.ts +10 -0
- package/dist/types/helpers/themingHelpers.d.ts.map +1 -0
- package/dist/types/hooks/useAccessibilityHook.d.ts +5 -0
- package/dist/types/hooks/useAccessibilityHook.d.ts.map +1 -0
- package/dist/types/hooks/useCurrency.d.ts +5 -0
- package/dist/types/hooks/useCurrency.d.ts.map +1 -0
- package/dist/types/hooks/useDateFormat.d.ts +6 -0
- package/dist/types/hooks/useDateFormat.d.ts.map +1 -0
- package/dist/types/hooks/useOutsideClick.d.ts +2 -0
- package/dist/types/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/types/hooks/useOutsideClickElement.d.ts +2 -0
- package/dist/types/hooks/useOutsideClickElement.d.ts.map +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/main.d.ts +2 -0
- package/dist/types/main.d.ts.map +1 -0
- package/dist/types/stories/Badge/Badge.stories.d.ts +7 -0
- package/dist/types/stories/Badge/Badge.stories.d.ts.map +1 -0
- package/dist/types/stories/FAIcon/FAIcon.stories.d.ts +7 -0
- package/dist/types/stories/FAIcon/FAIcon.stories.d.ts.map +1 -0
- package/dist/types/stories/InputAI/InputAI.stories.d.ts +7 -0
- package/dist/types/stories/InputAI/InputAI.stories.d.ts.map +1 -0
- package/dist/types/stories/InputAI/PopLang.stories.d.ts +7 -0
- package/dist/types/stories/InputAI/PopLang.stories.d.ts.map +1 -0
- package/dist/types/stories/Page/Page.stories.d.ts +13 -0
- package/dist/types/stories/Page/Page.stories.d.ts.map +1 -0
- package/dist/types/stories/Typography/Body1.stories.d.ts +7 -0
- package/dist/types/stories/Typography/Body1.stories.d.ts.map +1 -0
- package/dist/types/theme.d.ts +1631 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/types/utils/index.d.ts +29 -0
- package/dist/types/utils/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/App.tsx"],"names":[],"mappings":"AAEA,iBAAS,GAAG,4CAOX;AAED,eAAe,GAAG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"background.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/background.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface BorderProps {
|
|
2
|
+
border?: string;
|
|
3
|
+
borderColor?: string;
|
|
4
|
+
outline?: string;
|
|
5
|
+
outlineOffset?: string;
|
|
6
|
+
borderRadius?: string;
|
|
7
|
+
borderLeft?: string;
|
|
8
|
+
borderRight?: string;
|
|
9
|
+
borderTop?: string;
|
|
10
|
+
borderBottom?: string;
|
|
11
|
+
borderTopLeftRadius?: string;
|
|
12
|
+
borderTopRightRadius?: string;
|
|
13
|
+
borderBottomLeftRadius?: string;
|
|
14
|
+
borderBottomRightRadius?: string;
|
|
15
|
+
borderBottomColor?: string;
|
|
16
|
+
borderTopColor?: string;
|
|
17
|
+
borderLeftColor?: string;
|
|
18
|
+
borderRightColor?: string;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=border.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"border.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/border.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boxShadow.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/boxShadow.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/color.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BackGroundProps } from "./background.interface";
|
|
2
|
+
import { ColorProps } from "./color.interface";
|
|
3
|
+
import { BoxShadowProps } from "./boxShadow.interface";
|
|
4
|
+
import { FlexProps } from "./flex.interface";
|
|
5
|
+
import { FontProps } from "./fonts.interface";
|
|
6
|
+
import { ModelBoxProps } from "./modelBox.interface";
|
|
7
|
+
import { PositionProps } from "./position.interface";
|
|
8
|
+
import { BorderProps } from "./border.interface";
|
|
9
|
+
export type THydrateProps = ColorProps & BackGroundProps & BorderProps & BoxShadowProps & FlexProps & FontProps & ModelBoxProps & PositionProps;
|
|
10
|
+
export type TPropsType = 'color' | 'background' | 'border' | 'boxShadow' | 'flex' | 'fontSize' | 'modelBox' | 'position';
|
|
11
|
+
//# sourceMappingURL=cssProps.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cssProps.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/cssProps.interface.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAEhD,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,eAAe,GAAG,WAAW,GAChE,cAAc,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,GAAG,aAAa,CAAA;AAE5E,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,WAAW,GAAG,MAAM,GAC3E,UAAU,GAAG,UAAU,GAAG,UAAU,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface FlexProps {
|
|
2
|
+
flex?: string;
|
|
3
|
+
justifyContent?: string;
|
|
4
|
+
alignItems?: string;
|
|
5
|
+
flexDirection?: string;
|
|
6
|
+
flexWrap?: string;
|
|
7
|
+
flexFlow?: string;
|
|
8
|
+
flexGrow?: string;
|
|
9
|
+
flexShrink?: string;
|
|
10
|
+
flexBasis?: string;
|
|
11
|
+
alignContent?: string;
|
|
12
|
+
alignSelf?: string;
|
|
13
|
+
gap?: string;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=flex.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flex.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/flex.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface FontProps {
|
|
2
|
+
fontFamily?: string;
|
|
3
|
+
fontSize?: string;
|
|
4
|
+
fontStyle?: string;
|
|
5
|
+
fontWeight?: string;
|
|
6
|
+
lineHeight?: string;
|
|
7
|
+
textTransform?: string;
|
|
8
|
+
letterSpacing?: string;
|
|
9
|
+
textDecoration?: string;
|
|
10
|
+
textAlign?: string;
|
|
11
|
+
whiteSpace?: string;
|
|
12
|
+
wordBreak?: string;
|
|
13
|
+
wordWrap?: string;
|
|
14
|
+
textOverflow?: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=fonts.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/fonts.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export interface User {
|
|
2
|
+
auth0_id?: string;
|
|
3
|
+
id?: string;
|
|
4
|
+
image?: {
|
|
5
|
+
file_name?: string;
|
|
6
|
+
} | null;
|
|
7
|
+
first_name: string;
|
|
8
|
+
last_name: string;
|
|
9
|
+
email: string;
|
|
10
|
+
language?: string;
|
|
11
|
+
timezone?: string;
|
|
12
|
+
type?: string;
|
|
13
|
+
job_title: {
|
|
14
|
+
id?: string;
|
|
15
|
+
inserted_at?: string;
|
|
16
|
+
organization_id?: string;
|
|
17
|
+
updated_at?: string;
|
|
18
|
+
title?: string;
|
|
19
|
+
job_title_translations?: Array<jobTitleTranslation>;
|
|
20
|
+
};
|
|
21
|
+
organizational_units: Array<OrganizationalUnit>;
|
|
22
|
+
business_unit_id?: string | null;
|
|
23
|
+
inserted_at?: string;
|
|
24
|
+
job_title_id?: string | null;
|
|
25
|
+
middle_name?: string | null;
|
|
26
|
+
organization_id?: string | null;
|
|
27
|
+
organizational_unit_id?: string | null;
|
|
28
|
+
password?: string | null;
|
|
29
|
+
password_confirmation?: string | null;
|
|
30
|
+
status?: string | null;
|
|
31
|
+
updated_at?: string | null;
|
|
32
|
+
organization?: {
|
|
33
|
+
id: string;
|
|
34
|
+
display_name?: string;
|
|
35
|
+
};
|
|
36
|
+
user_type?: string;
|
|
37
|
+
license_type?: string;
|
|
38
|
+
invited_status?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface OrganizationalUnitForm {
|
|
41
|
+
code: string;
|
|
42
|
+
description: string;
|
|
43
|
+
level: string;
|
|
44
|
+
name: string;
|
|
45
|
+
organization_id: string;
|
|
46
|
+
responsible_id: string;
|
|
47
|
+
}
|
|
48
|
+
export interface OrganizationalUnit {
|
|
49
|
+
code: string;
|
|
50
|
+
id: string;
|
|
51
|
+
image: string;
|
|
52
|
+
inserted_at: string;
|
|
53
|
+
level: number;
|
|
54
|
+
organization_id: string;
|
|
55
|
+
parent_id: string;
|
|
56
|
+
responsible_id: string;
|
|
57
|
+
translations: Translation[];
|
|
58
|
+
updated_at: string;
|
|
59
|
+
}
|
|
60
|
+
export type jobTitleTranslation = {
|
|
61
|
+
description: string | null;
|
|
62
|
+
id: string;
|
|
63
|
+
index: number;
|
|
64
|
+
inserted_at: string;
|
|
65
|
+
job_title_id: string;
|
|
66
|
+
language: string;
|
|
67
|
+
name: string;
|
|
68
|
+
updated_at: string;
|
|
69
|
+
};
|
|
70
|
+
export interface Translation {
|
|
71
|
+
description: string;
|
|
72
|
+
id: string;
|
|
73
|
+
inserted_at: string;
|
|
74
|
+
language: string;
|
|
75
|
+
name: string;
|
|
76
|
+
organizational_unit_id: string;
|
|
77
|
+
type: string;
|
|
78
|
+
updated_at: string;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=frontend.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"frontend.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/frontend.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export interface ModelBoxProps {
|
|
2
|
+
display?: string;
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
overflow?: string;
|
|
6
|
+
overflowX?: string;
|
|
7
|
+
overflowY?: string;
|
|
8
|
+
minHeight?: string;
|
|
9
|
+
maxHeight?: string;
|
|
10
|
+
minWidth?: string;
|
|
11
|
+
maxWidth?: string;
|
|
12
|
+
padding?: string;
|
|
13
|
+
p?: string;
|
|
14
|
+
pt?: string;
|
|
15
|
+
pr?: string;
|
|
16
|
+
pb?: string;
|
|
17
|
+
pl?: string;
|
|
18
|
+
px?: string;
|
|
19
|
+
py?: string;
|
|
20
|
+
margin?: string;
|
|
21
|
+
m?: string;
|
|
22
|
+
mt?: string;
|
|
23
|
+
mr?: string;
|
|
24
|
+
mb?: string;
|
|
25
|
+
ml?: string;
|
|
26
|
+
mx?: string;
|
|
27
|
+
my?: string;
|
|
28
|
+
marginLeft?: string;
|
|
29
|
+
marginRight?: string;
|
|
30
|
+
marginTop?: string;
|
|
31
|
+
marginBottom?: string;
|
|
32
|
+
paddingLeft?: string;
|
|
33
|
+
paddingRight?: string;
|
|
34
|
+
paddingTop?: string;
|
|
35
|
+
paddingBottom?: string;
|
|
36
|
+
size?: string;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=modelBox.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modelBox.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/modelBox.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"position.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/position.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variantText.interface.d.ts","sourceRoot":"","sources":["../../../src/Interfaces/variantText.interface.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,WAAW,GAAG,IAAI,GAAC,IAAI,GAAC,IAAI,GACpC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAC5C,UAAU,GAAC,UAAU,GAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAC7C,SAAS,GAAC,OAAO,GAAC,OAAO,GAAC,QAAQ,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AvatarBadgeProps {
|
|
3
|
+
size?: string;
|
|
4
|
+
nameBadge?: 'favorite' | 'guestUser' | 'info' | 'warning';
|
|
5
|
+
transitionSize?: boolean;
|
|
6
|
+
bottom?: string;
|
|
7
|
+
right?: string;
|
|
8
|
+
styles?: React.CSSProperties;
|
|
9
|
+
isLoading?: boolean;
|
|
10
|
+
iconName?: string;
|
|
11
|
+
iconColor?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare const AvatarBadge: ({ nameBadge, transitionSize, size, bottom, right, styles, isLoading, iconName, iconColor, }: AvatarBadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default AvatarBadge;
|
|
15
|
+
//# sourceMappingURL=AvatarBadge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/AvatarBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,UAAU,gBAAgB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;IAC1D,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,WAAW,gGAUrB,gBAAgB,4CAqElB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/AvatarGroup.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAG/C,eAAO,MAAM,WAAW,oCAAkC,gBAAgB,4CA4EzE,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AvatarSizes } from './interfaces';
|
|
2
|
+
export interface AvatarASProps {
|
|
3
|
+
letters?: string;
|
|
4
|
+
imgSrc?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
hasBadge?: boolean;
|
|
7
|
+
nameBadge?: 'favorite' | 'guestUser' | 'info' | 'warning';
|
|
8
|
+
bgColor?: string;
|
|
9
|
+
emoji?: string;
|
|
10
|
+
iconName?: string;
|
|
11
|
+
colorIcon?: string;
|
|
12
|
+
hasBorder?: boolean;
|
|
13
|
+
size?: AvatarSizes;
|
|
14
|
+
isLoading?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface ASProps {
|
|
17
|
+
avatars: AvatarASProps[];
|
|
18
|
+
maxAvatars: number;
|
|
19
|
+
}
|
|
20
|
+
export declare const AvatarStack: ({ avatars, maxAvatars }: ASProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default AvatarStack;
|
|
22
|
+
//# sourceMappingURL=AvatarStack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarStack.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/AvatarStack.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAE1C,MAAM,WAAW,aAAa;IAC1B,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,MAAM,CAAC,EAAC,MAAM,CAAA;IACd,KAAK,CAAC,EAAC,MAAM,CAAA;IACb,QAAQ,CAAC,EAAC,OAAO,CAAA;IACjB,SAAS,CAAC,EAAC,UAAU,GAAC,WAAW,GAAC,MAAM,GAAC,SAAS,CAAA;IAClD,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,KAAK,CAAC,EAAC,MAAM,CAAA;IACb,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,SAAS,CAAC,EAAC,OAAO,CAAA;IAClB,IAAI,CAAC,EAAC,WAAW,CAAC;IAClB,SAAS,CAAC,EAAC,OAAO,CAAA;CACrB;AAED,MAAM,WAAW,OAAO;IACpB,OAAO,EAAC,aAAa,EAAE,CAAC;IACxB,UAAU,EAAC,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,WAAW,4BAA0B,OAAO,4CA+CxD,CAAA;AAED,eAAe,WAAW,CAAA"}
|