@appquality/unguess-design-system 3.1.115 → 3.1.116-tooltip-player
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/.github/workflows/check-build-pr.yml +27 -0
- package/.github/workflows/release.yml +2 -9
- package/.github/workflows/storybook.yml +0 -5
- package/.vite/commands/setEnv.ts +18 -0
- package/.vite/plugins/svgr.ts +40 -0
- package/.vscode/settings.json +3 -0
- package/build/assets/index.css +6 -0
- package/build/index.d.ts +13320 -99
- package/build/index.js +79772 -7553
- package/package.json +81 -65
- package/vite.config.mts +41 -0
- package/vite.config.storybook.mts +40 -0
- package/yarn-error.log +10334 -0
- package/build/constants.d.ts +0 -3
- package/build/hooks/useDebounce.d.ts +0 -2
- package/build/hooks/useWindowSize.d.ts +0 -4
- package/build/stories/accordions/_types.d.ts +0 -25
- package/build/stories/accordions/index.d.ts +0 -9
- package/build/stories/accordions/index.stories.d.ts +0 -14
- package/build/stories/alerts/_types.d.ts +0 -5
- package/build/stories/alerts/index.d.ts +0 -287
- package/build/stories/alerts/index.stories.d.ts +0 -4
- package/build/stories/avatar/InternalAvatar.d.ts +0 -2
- package/build/stories/avatar/_types.d.ts +0 -19
- package/build/stories/avatar/index.d.ts +0 -13
- package/build/stories/avatar/index.stories.d.ts +0 -6
- package/build/stories/breadcrumbs/_types.d.ts +0 -7
- package/build/stories/breadcrumbs/index.d.ts +0 -3
- package/build/stories/breadcrumbs/index.stories.d.ts +0 -11
- package/build/stories/buttons/anchor/index.d.ts +0 -12
- package/build/stories/buttons/anchor/index.stories.d.ts +0 -7
- package/build/stories/buttons/button/_types.d.ts +0 -7
- package/build/stories/buttons/button/index.d.ts +0 -308
- package/build/stories/buttons/button/index.stories.d.ts +0 -9
- package/build/stories/buttons/button-group/index.d.ts +0 -9
- package/build/stories/buttons/button-group/index.stories.d.ts +0 -13
- package/build/stories/buttons/icon-button/_types.d.ts +0 -7
- package/build/stories/buttons/icon-button/index.d.ts +0 -14
- package/build/stories/buttons/icon-button/index.stories.d.ts +0 -8
- package/build/stories/buttons/shared/_shared.d.ts +0 -2
- package/build/stories/buttons/split-button/_types.d.ts +0 -2
- package/build/stories/buttons/split-button/index.d.ts +0 -11
- package/build/stories/buttons/split-button/index.stories.d.ts +0 -5
- package/build/stories/buttons/utils.d.ts +0 -872
- package/build/stories/campaign-cards/_types.d.ts +0 -44
- package/build/stories/campaign-cards/index.d.ts +0 -3
- package/build/stories/campaign-cards/index.stories.d.ts +0 -5
- package/build/stories/campaign-cards/skeleton.d.ts +0 -1
- package/build/stories/cards/_types.d.ts +0 -9
- package/build/stories/cards/container.stories.d.ts +0 -8
- package/build/stories/cards/index.d.ts +0 -16
- package/build/stories/cards/index.stories.d.ts +0 -9
- package/build/stories/charts/ChartContainer.d.ts +0 -6
- package/build/stories/charts/Legend.d.ts +0 -11
- package/build/stories/charts/_types.d.ts +0 -6
- package/build/stories/charts/bar/_data.d.ts +0 -28
- package/build/stories/charts/bar/_types.d.ts +0 -26
- package/build/stories/charts/bar/index.d.ts +0 -2
- package/build/stories/charts/bar/index.stories.d.ts +0 -5
- package/build/stories/charts/bullet/CustomBulletChartMarker.d.ts +0 -2
- package/build/stories/charts/bullet/CustomBulletChartMeasure.d.ts +0 -8
- package/build/stories/charts/bullet/CustomTooltip.d.ts +0 -5
- package/build/stories/charts/bullet/_types.d.ts +0 -6
- package/build/stories/charts/bullet/index.d.ts +0 -3
- package/build/stories/charts/bullet/index.stories.d.ts +0 -5
- package/build/stories/charts/halfPie/HalfPieChartComponent.d.ts +0 -7
- package/build/stories/charts/halfPie/_types.d.ts +0 -14
- package/build/stories/charts/halfPie/index.d.ts +0 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +0 -4
- package/build/stories/charts/pie/_types.d.ts +0 -36
- package/build/stories/charts/pie/index.d.ts +0 -3
- package/build/stories/charts/pie/index.stories.d.ts +0 -6
- package/build/stories/charts/pieCenteredItem.d.ts +0 -11
- package/build/stories/charts/sentiment/_data.d.ts +0 -9
- package/build/stories/charts/sentiment/_types.d.ts +0 -31
- package/build/stories/charts/sentiment/index.d.ts +0 -2
- package/build/stories/charts/sentiment/index.stories.d.ts +0 -5
- package/build/stories/charts/sunburst/ResetButton.d.ts +0 -9
- package/build/stories/charts/sunburst/_types.d.ts +0 -26
- package/build/stories/charts/sunburst/findChildrenByName.d.ts +0 -3
- package/build/stories/charts/sunburst/getChildrenValue.d.ts +0 -3
- package/build/stories/charts/sunburst/index.d.ts +0 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +0 -5
- package/build/stories/charts/waffle/CustomCell.d.ts +0 -16
- package/build/stories/charts/waffle/_types.d.ts +0 -13
- package/build/stories/charts/waffle/index.d.ts +0 -3
- package/build/stories/charts/waffle/index.stories.d.ts +0 -5
- package/build/stories/chat/_types.d.ts +0 -50
- package/build/stories/chat/context/chatContext.d.ts +0 -39
- package/build/stories/chat/hooks/useMedia.d.ts +0 -8
- package/build/stories/chat/index.d.ts +0 -296
- package/build/stories/chat/index.stories.d.ts +0 -32
- package/build/stories/chat/parts/MediaLightbox.d.ts +0 -14
- package/build/stories/chat/parts/ThumbnailContainer/DeleteThumbnailX.d.ts +0 -5
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -5
- package/build/stories/chat/parts/bar.d.ts +0 -6
- package/build/stories/chat/parts/comment.d.ts +0 -12
- package/build/stories/chat/parts/commentBox.d.ts +0 -15
- package/build/stories/chat/parts/containers.d.ts +0 -289
- package/build/stories/chat/parts/extensions.d.ts +0 -8
- package/build/stories/chat/parts/footer.d.ts +0 -5
- package/build/stories/chat/parts/header.d.ts +0 -272
- package/build/stories/chat/parts/mention.d.ts +0 -1
- package/build/stories/chat/parts/mentionList.d.ts +0 -9
- package/build/stories/chat/parts/sendShortcut.d.ts +0 -3
- package/build/stories/close/_types.d.ts +0 -3
- package/build/stories/close/index.d.ts +0 -6
- package/build/stories/color-swatch/_types.d.ts +0 -16
- package/build/stories/color-swatch/index.d.ts +0 -3
- package/build/stories/color-swatch/index.stories.d.ts +0 -5
- package/build/stories/drawers/_types.d.ts +0 -30
- package/build/stories/drawers/index.d.ts +0 -18
- package/build/stories/drawers/index.stories.d.ts +0 -4
- package/build/stories/drawers/loremIpsum.d.ts +0 -1
- package/build/stories/dropdowns/autocomplete/_types.d.ts +0 -3
- package/build/stories/dropdowns/autocomplete/index.d.ts +0 -12
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +0 -8
- package/build/stories/dropdowns/countermultiselect/_types.d.ts +0 -17
- package/build/stories/dropdowns/countermultiselect/index.d.ts +0 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +0 -4
- package/build/stories/dropdowns/field/_types.d.ts +0 -2
- package/build/stories/dropdowns/field/index.d.ts +0 -274
- package/build/stories/dropdowns/item/_types.d.ts +0 -9
- package/build/stories/dropdowns/item/index.d.ts +0 -3
- package/build/stories/dropdowns/item-content/_types.d.ts +0 -9
- package/build/stories/dropdowns/item-content/index.d.ts +0 -3
- package/build/stories/dropdowns/menu/_types.d.ts +0 -47
- package/build/stories/dropdowns/menu/index.d.ts +0 -14
- package/build/stories/dropdowns/menu/index.stories.d.ts +0 -4
- package/build/stories/dropdowns/menuheader/_types.d.ts +0 -5
- package/build/stories/dropdowns/menuheader/index.d.ts +0 -2
- package/build/stories/dropdowns/select/_types.d.ts +0 -33
- package/build/stories/dropdowns/select/index.d.ts +0 -290
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -21
- package/build/stories/editor/_types.d.ts +0 -20
- package/build/stories/editor/editorFooter.d.ts +0 -3
- package/build/stories/editor/editorHeader.d.ts +0 -2
- package/build/stories/editor/floatingMenu.d.ts +0 -2
- package/build/stories/editor/index.d.ts +0 -16
- package/build/stories/editor/index.stories.d.ts +0 -14
- package/build/stories/forms/checkbox/_types.d.ts +0 -8
- package/build/stories/forms/checkbox/cards/_types.d.ts +0 -10
- package/build/stories/forms/checkbox/cards/index.d.ts +0 -3
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +0 -11
- package/build/stories/forms/checkbox/index.d.ts +0 -13
- package/build/stories/forms/checkbox/index.stories.d.ts +0 -4
- package/build/stories/forms/field/_types.d.ts +0 -3
- package/build/stories/forms/field/index.d.ts +0 -7
- package/build/stories/forms/input/_types.d.ts +0 -9
- package/build/stories/forms/input/index.d.ts +0 -283
- package/build/stories/forms/input/index.stories.d.ts +0 -8
- package/build/stories/forms/input-toggle/_types.d.ts +0 -12
- package/build/stories/forms/input-toggle/index.d.ts +0 -278
- package/build/stories/forms/input-toggle/index.stories.d.ts +0 -12
- package/build/stories/forms/mediaInput/_types.d.ts +0 -13
- package/build/stories/forms/mediaInput/index.d.ts +0 -10
- package/build/stories/forms/mediaInput/index.stories.d.ts +0 -7
- package/build/stories/forms/radio/_types.d.ts +0 -3
- package/build/stories/forms/radio/cards/_types.d.ts +0 -11
- package/build/stories/forms/radio/cards/index.d.ts +0 -3
- package/build/stories/forms/radio/cards/index.stories.d.ts +0 -11
- package/build/stories/forms/radio/index.d.ts +0 -13
- package/build/stories/forms/radio/index.stories.d.ts +0 -5
- package/build/stories/forms/textarea/_types.d.ts +0 -15
- package/build/stories/forms/textarea/index.d.ts +0 -9
- package/build/stories/forms/textarea/index.stories.d.ts +0 -6
- package/build/stories/forms/toggle/_types.d.ts +0 -3
- package/build/stories/forms/toggle/index.d.ts +0 -12
- package/build/stories/forms/toggle/index.stories.d.ts +0 -8
- package/build/stories/grid/col/_types.d.ts +0 -77
- package/build/stories/grid/col/index.d.ts +0 -3
- package/build/stories/grid/col/index.stories.d.ts +0 -6
- package/build/stories/grid/grid/_types.d.ts +0 -9
- package/build/stories/grid/grid/index.d.ts +0 -9
- package/build/stories/grid/grid/index.stories.d.ts +0 -10
- package/build/stories/grid/row/_types.d.ts +0 -48
- package/build/stories/grid/row/index.d.ts +0 -3
- package/build/stories/grid/row/index.stories.d.ts +0 -8
- package/build/stories/highlight/CreateObservationButton.d.ts +0 -19
- package/build/stories/highlight/_types.d.ts +0 -39
- package/build/stories/highlight/demo-parts/data.d.ts +0 -55
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +0 -7
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +0 -5
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +0 -5
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +0 -5
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +0 -5
- package/build/stories/highlight/highlightContext.d.ts +0 -10
- package/build/stories/highlight/index.d.ts +0 -10
- package/build/stories/highlight/index.stories.d.ts +0 -19
- package/build/stories/highlight/searchable.d.ts +0 -3
- package/build/stories/icons/_types.d.ts +0 -7
- package/build/stories/icons/index.d.ts +0 -9
- package/build/stories/icons/index.stories.d.ts +0 -4
- package/build/stories/info-cards/_types.d.ts +0 -8
- package/build/stories/info-cards/index.d.ts +0 -3
- package/build/stories/info-cards/index.stories.d.ts +0 -5
- package/build/stories/label/_types.d.ts +0 -5
- package/build/stories/label/index.d.ts +0 -281
- package/build/stories/label/index.stories.d.ts +0 -5
- package/build/stories/lightbox/_types.d.ts +0 -3
- package/build/stories/lightbox/index.d.ts +0 -11
- package/build/stories/lightbox/index.stories.d.ts +0 -11
- package/build/stories/lightbox/parts/body.d.ts +0 -817
- package/build/stories/lightbox/parts/footer.d.ts +0 -273
- package/build/stories/loaders/dots/_types.d.ts +0 -11
- package/build/stories/loaders/dots/index.d.ts +0 -14
- package/build/stories/loaders/dots/index.stories.d.ts +0 -4
- package/build/stories/loaders/progress/_types.d.ts +0 -12
- package/build/stories/loaders/progress/index.d.ts +0 -14
- package/build/stories/loaders/progress/index.stories.d.ts +0 -5
- package/build/stories/loaders/skeleton/_types.d.ts +0 -9
- package/build/stories/loaders/skeleton/index.d.ts +0 -16
- package/build/stories/loaders/skeleton/index.stories.d.ts +0 -5
- package/build/stories/loaders/spinner/_types.d.ts +0 -19
- package/build/stories/loaders/spinner/index.d.ts +0 -10
- package/build/stories/loaders/spinner/index.stories.d.ts +0 -4
- package/build/stories/login-form/_types.d.ts +0 -29
- package/build/stories/login-form/index.d.ts +0 -9
- package/build/stories/login-form/index.stories.d.ts +0 -5
- package/build/stories/logo/_types.d.ts +0 -9
- package/build/stories/logo/index.d.ts +0 -12
- package/build/stories/logo/index.stories.d.ts +0 -4
- package/build/stories/modals/_types.d.ts +0 -38
- package/build/stories/modals/fullscreen/index.d.ts +0 -1101
- package/build/stories/modals/fullscreen/index.stories.d.ts +0 -8
- package/build/stories/modals/index.d.ts +0 -282
- package/build/stories/modals/index.stories.d.ts +0 -13
- package/build/stories/multiselect/AddableItem.d.ts +0 -4
- package/build/stories/multiselect/Item.d.ts +0 -11
- package/build/stories/multiselect/_types.d.ts +0 -22
- package/build/stories/multiselect/index.d.ts +0 -2
- package/build/stories/multiselect/index.stories.d.ts +0 -5
- package/build/stories/navigation/app-header/_types.d.ts +0 -23
- package/build/stories/navigation/app-header/index.d.ts +0 -7
- package/build/stories/navigation/app-header/index.stories.d.ts +0 -5
- package/build/stories/navigation/app-header/skeleton.d.ts +0 -1
- package/build/stories/navigation/body/_types.d.ts +0 -5
- package/build/stories/navigation/body/index.d.ts +0 -6
- package/build/stories/navigation/chrome/_types.d.ts +0 -7
- package/build/stories/navigation/chrome/index.d.ts +0 -9
- package/build/stories/navigation/content/_types.d.ts +0 -2
- package/build/stories/navigation/content/index.d.ts +0 -6
- package/build/stories/navigation/header/_types.d.ts +0 -5
- package/build/stories/navigation/header/header-item/_types.d.ts +0 -55
- package/build/stories/navigation/header/header-item/brandItem.d.ts +0 -291
- package/build/stories/navigation/header/header-item/headerItem.d.ts +0 -4
- package/build/stories/navigation/header/header-item/headerItemIcon.d.ts +0 -4
- package/build/stories/navigation/header/header-item/headerItemText.d.ts +0 -3
- package/build/stories/navigation/header/header-item/index.d.ts +0 -5
- package/build/stories/navigation/header/header-item/utils.d.ts +0 -12
- package/build/stories/navigation/header/header-item/workspacesDropdown.d.ts +0 -2
- package/build/stories/navigation/header/index.d.ts +0 -13
- package/build/stories/navigation/main/_types.d.ts +0 -3
- package/build/stories/navigation/main/index.d.ts +0 -6
- package/build/stories/navigation/nav/_types.d.ts +0 -5
- package/build/stories/navigation/nav/index.d.ts +0 -9
- package/build/stories/navigation/nav/nav-item/_types.d.ts +0 -29
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +0 -12
- package/build/stories/navigation/nav/nav-item/index.d.ts +0 -8
- package/build/stories/navigation/nav/nav-item/navDivider.d.ts +0 -3
- package/build/stories/navigation/nav/nav-item/navItem.d.ts +0 -4
- package/build/stories/navigation/nav/nav-item/navItemIcon.d.ts +0 -3
- package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +0 -9
- package/build/stories/navigation/nav/nav-item/navItemText.d.ts +0 -3
- package/build/stories/navigation/nav/nav-item/navToggle.d.ts +0 -3
- package/build/stories/navigation/page-header/_types.d.ts +0 -10
- package/build/stories/navigation/page-header/index.d.ts +0 -1112
- package/build/stories/navigation/page-header/index.stories.d.ts +0 -14
- package/build/stories/navigation/page-header/styled/main.d.ts +0 -1099
- package/build/stories/notifications/_types.d.ts +0 -11
- package/build/stories/notifications/index.d.ts +0 -20
- package/build/stories/notifications/index.stories.d.ts +0 -9
- package/build/stories/pagination/_types.d.ts +0 -34
- package/build/stories/pagination/index.d.ts +0 -17
- package/build/stories/pagination/index.stories.d.ts +0 -5
- package/build/stories/player/_types.d.ts +0 -47
- package/build/stories/player/context/progressContext.d.ts +0 -16
- package/build/stories/player/hooks/usePictureInPicture.d.ts +0 -4
- package/build/stories/player/index.d.ts +0 -15
- package/build/stories/player/index.stories.d.ts +0 -12
- package/build/stories/player/parts/CutStart.d.ts +0 -4
- package/build/stories/player/parts/audioButton.d.ts +0 -1
- package/build/stories/player/parts/bookmark.d.ts +0 -2
- package/build/stories/player/parts/container.d.ts +0 -3
- package/build/stories/player/parts/controlButton.d.ts +0 -294
- package/build/stories/player/parts/controls.d.ts +0 -284
- package/build/stories/player/parts/controlsCenterGroup.d.ts +0 -2
- package/build/stories/player/parts/cutterButton.d.ts +0 -6
- package/build/stories/player/parts/floatingControls.d.ts +0 -8
- package/build/stories/player/parts/fullScreenButton.d.ts +0 -3
- package/build/stories/player/parts/progress.d.ts +0 -11
- package/build/stories/player/parts/spinner.d.ts +0 -1
- package/build/stories/player/parts/timeLabel.d.ts +0 -4
- package/build/stories/player/parts/tooltip.d.ts +0 -5
- package/build/stories/player/parts/video.d.ts +0 -1
- package/build/stories/player/utils.d.ts +0 -2
- package/build/stories/product-cards/_types.d.ts +0 -36
- package/build/stories/product-cards/index.d.ts +0 -3
- package/build/stories/product-cards/index.stories.d.ts +0 -5
- package/build/stories/profile-modal/_types.d.ts +0 -67
- package/build/stories/profile-modal/components/UserContainer.d.ts +0 -2
- package/build/stories/profile-modal/components/menuItem.d.ts +0 -282
- package/build/stories/profile-modal/components/menuItemIcon.d.ts +0 -9
- package/build/stories/profile-modal/components/previousMenuButton.d.ts +0 -2
- package/build/stories/profile-modal/index.d.ts +0 -10
- package/build/stories/profile-modal/index.stories.d.ts +0 -4
- package/build/stories/profile-modal/items/helpMenuItem.d.ts +0 -19
- package/build/stories/profile-modal/items/languageMenuItem.d.ts +0 -14
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +0 -21
- package/build/stories/profile-modal/userMenu.d.ts +0 -2
- package/build/stories/profile-modal/utils.d.ts +0 -1
- package/build/stories/service-cards/_types.d.ts +0 -17
- package/build/stories/service-cards/index.d.ts +0 -3
- package/build/stories/service-cards/index.stories.d.ts +0 -5
- package/build/stories/shared/editorStyle.d.ts +0 -2
- package/build/stories/shared/globalStyle.d.ts +0 -4
- package/build/stories/slider/_types.d.ts +0 -9
- package/build/stories/slider/index.d.ts +0 -16
- package/build/stories/slider/index.stories.d.ts +0 -13
- package/build/stories/slider/parts/buttons.d.ts +0 -3
- package/build/stories/slider/parts/container.d.ts +0 -273
- package/build/stories/slider/parts/counter.d.ts +0 -4
- package/build/stories/slider/parts/slickSlider.d.ts +0 -4
- package/build/stories/slider/parts/slide.d.ts +0 -2
- package/build/stories/slider/parts/sliderContext.d.ts +0 -7
- package/build/stories/special-cards/_types.d.ts +0 -29
- package/build/stories/special-cards/index.d.ts +0 -852
- package/build/stories/special-cards/index.stories.d.ts +0 -8
- package/build/stories/special-cards/styled/footer.d.ts +0 -2
- package/build/stories/special-cards/styled/header.d.ts +0 -839
- package/build/stories/special-cards/styled/meta.d.ts +0 -3
- package/build/stories/special-cards/styled/thumbnail.d.ts +0 -3
- package/build/stories/stepper/_types.d.ts +0 -16
- package/build/stories/stepper/index.d.ts +0 -828
- package/build/stories/stepper/index.stories.d.ts +0 -9
- package/build/stories/table/_types.d.ts +0 -82
- package/build/stories/table/grouped.d.ts +0 -4
- package/build/stories/table/index.d.ts +0 -21
- package/build/stories/table/index.stories.d.ts +0 -16
- package/build/stories/tabs/_types.d.ts +0 -18
- package/build/stories/tabs/index.d.ts +0 -5
- package/build/stories/tabs/index.stories.d.ts +0 -12
- package/build/stories/tags/_types.d.ts +0 -23
- package/build/stories/tags/index.d.ts +0 -562
- package/build/stories/tags/index.stories.d.ts +0 -15
- package/build/stories/theme/charts.d.ts +0 -8
- package/build/stories/theme/colors.d.ts +0 -7
- package/build/stories/theme/colors.stories.d.ts +0 -20
- package/build/stories/theme/components.d.ts +0 -184
- package/build/stories/theme/fontWeights.d.ts +0 -12
- package/build/stories/theme/gradients.d.ts +0 -3
- package/build/stories/theme/index.d.ts +0 -446
- package/build/stories/theme/mixins.d.ts +0 -4
- package/build/stories/theme/palette.d.ts +0 -148
- package/build/stories/theme/palette.stories.d.ts +0 -28
- package/build/stories/theme/utils.d.ts +0 -11
- package/build/stories/tiles/_types.d.ts +0 -12
- package/build/stories/tiles/index.d.ts +0 -22
- package/build/stories/tiles/index.stories.d.ts +0 -18
- package/build/stories/timeline/_types.d.ts +0 -14
- package/build/stories/timeline/index.d.ts +0 -290
- package/build/stories/timeline/index.stories.d.ts +0 -15
- package/build/stories/title/_types.d.ts +0 -5
- package/build/stories/title/index.d.ts +0 -6
- package/build/stories/title/index.stories.d.ts +0 -4
- package/build/stories/tooltip/_types.d.ts +0 -4
- package/build/stories/tooltip/index.d.ts +0 -3
- package/build/stories/tooltip/index.stories.d.ts +0 -5
- package/build/stories/tooltip-modal/_types.d.ts +0 -21
- package/build/stories/tooltip-modal/index.d.ts +0 -18
- package/build/stories/tooltip-modal/index.stories.d.ts +0 -4
- package/build/stories/transcript/_data.d.ts +0 -17
- package/build/stories/transcript/extensions/theme/index.d.ts +0 -349
- package/build/stories/transcript/findActiveWord.d.ts +0 -2
- package/build/stories/transcript/floatingMenu.d.ts +0 -8
- package/build/stories/transcript/getParsedContent.d.ts +0 -26
- package/build/stories/transcript/index.d.ts +0 -53
- package/build/stories/transcript/index.stories.d.ts +0 -23
- package/build/stories/transcript/nodes/active/Component.d.ts +0 -6
- package/build/stories/transcript/nodes/active/index.d.ts +0 -4
- package/build/stories/transcript/nodes/observation/Component.d.ts +0 -6
- package/build/stories/transcript/nodes/observation/index.d.ts +0 -2
- package/build/stories/transcript/nodes/paragraph/Component.d.ts +0 -6
- package/build/stories/transcript/nodes/paragraph/index.d.ts +0 -2
- package/build/stories/transcript/nodes/word/Component.d.ts +0 -6
- package/build/stories/transcript/nodes/word/index.d.ts +0 -2
- package/build/stories/transcript/search.d.ts +0 -9
- package/build/stories/transcript/useEditor.d.ts +0 -12
- package/build/stories/trigger/_types.d.ts +0 -3
- package/build/stories/trigger/index.d.ts +0 -6
- package/build/stories/typography/block-quote/_types.d.ts +0 -5
- package/build/stories/typography/block-quote/index.d.ts +0 -6
- package/build/stories/typography/block-quote/index.stories.d.ts +0 -3
- package/build/stories/typography/code/_types.d.ts +0 -7
- package/build/stories/typography/code/index.d.ts +0 -6
- package/build/stories/typography/code/index.stories.d.ts +0 -6
- package/build/stories/typography/ellipsis/_types.d.ts +0 -9
- package/build/stories/typography/ellipsis/index.d.ts +0 -6
- package/build/stories/typography/ellipsis/index.stories.d.ts +0 -3
- package/build/stories/typography/lists/_types.d.ts +0 -17
- package/build/stories/typography/lists/index.d.ts +0 -16
- package/build/stories/typography/lists/ordered.stories.d.ts +0 -4
- package/build/stories/typography/lists/unordered.stories.d.ts +0 -4
- package/build/stories/typography/paragraph/index.d.ts +0 -6
- package/build/stories/typography/paragraph/index.stories.d.ts +0 -4
- package/build/stories/typography/span/_types.d.ts +0 -13
- package/build/stories/typography/span/index.d.ts +0 -12
- package/build/stories/typography/span/index.stories.d.ts +0 -4
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +0 -4
- package/build/stories/typography/typescale/index.d.ts +0 -315
- package/build/stories/typography/typescale/index.stories.d.ts +0 -4
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { StepperArgs } from "./_types";
|
|
2
|
-
interface StepperStoryProps extends StepperArgs {
|
|
3
|
-
currentStep: number;
|
|
4
|
-
accordionTitle: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StepperStoryProps>;
|
|
7
|
-
export declare const SeparateContent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StepperStoryProps>;
|
|
8
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, StepperArgs>;
|
|
9
|
-
export default _default;
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { ITableProps, IRowProps, ICellProps, IHeaderCellProps, ISortableCellProps } from "@zendeskgarden/react-tables";
|
|
2
|
-
import { IconArgs } from "../icons/_types";
|
|
3
|
-
type SIZE = "small" | "medium" | "large";
|
|
4
|
-
export interface TableProps extends ITableProps {
|
|
5
|
-
/** Sets the table size */
|
|
6
|
-
size?: SIZE;
|
|
7
|
-
/** Removes interactive styling from table rows */
|
|
8
|
-
isReadOnly?: boolean;
|
|
9
|
-
columns?: Array<{
|
|
10
|
-
name: string;
|
|
11
|
-
field: string;
|
|
12
|
-
}>;
|
|
13
|
-
items?: Array<IRow>;
|
|
14
|
-
groups?: Array<Group> | null;
|
|
15
|
-
isStriped?: boolean;
|
|
16
|
-
hasCaption?: boolean;
|
|
17
|
-
isTruncated?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface HeaderCellArgs extends IHeaderCellProps {
|
|
20
|
-
/** Applies striped styling */
|
|
21
|
-
isStriped?: boolean;
|
|
22
|
-
/** @ignore Applies focus styling */
|
|
23
|
-
isFocused?: boolean;
|
|
24
|
-
/** @ignore Applies hover styling */
|
|
25
|
-
isHovered?: boolean;
|
|
26
|
-
/** Applies selected styling */
|
|
27
|
-
isSelected?: boolean;
|
|
28
|
-
}
|
|
29
|
-
export interface RowArgs extends IRowProps {
|
|
30
|
-
/** Applies striped styling */
|
|
31
|
-
isStriped?: boolean;
|
|
32
|
-
/** @ignore Applies focus styling */
|
|
33
|
-
isFocused?: boolean;
|
|
34
|
-
/** @ignore Applies hover styling */
|
|
35
|
-
isHovered?: boolean;
|
|
36
|
-
/** Applies selected styling */
|
|
37
|
-
isSelected?: boolean;
|
|
38
|
-
}
|
|
39
|
-
export interface CellArgs extends ICellProps {
|
|
40
|
-
/**
|
|
41
|
-
* Applies minimum fixed width styling (e.g. for cells that contain
|
|
42
|
-
* checkboxes or icons)
|
|
43
|
-
*/
|
|
44
|
-
isMinimum?: boolean;
|
|
45
|
-
/** Truncates long text with an ellipsis */
|
|
46
|
-
isTruncated?: boolean;
|
|
47
|
-
/** Applies styling for a cell that contains an overflow menu */
|
|
48
|
-
hasOverflow?: boolean;
|
|
49
|
-
/** Adjusts the [width](https://developer.mozilla.org/en-US/docs/Web/CSS/width) of the cell */
|
|
50
|
-
width?: string | number;
|
|
51
|
-
}
|
|
52
|
-
export interface HeadArgs extends ICellProps {
|
|
53
|
-
/**
|
|
54
|
-
* Applies minimum fixed width styling (e.g. for cells that contain
|
|
55
|
-
* checkboxes or icons)
|
|
56
|
-
*/
|
|
57
|
-
isMinimum?: boolean;
|
|
58
|
-
/** Truncates long text with an ellipsis */
|
|
59
|
-
isTruncated?: boolean;
|
|
60
|
-
/** Applies styling for a cell that contains an overflow menu */
|
|
61
|
-
hasOverflow?: boolean;
|
|
62
|
-
/** Adjusts the [width](https://developer.mozilla.org/en-US/docs/Web/CSS/width) of the cell */
|
|
63
|
-
width?: string | number;
|
|
64
|
-
}
|
|
65
|
-
export interface SortableCellArgs extends ISortableCellProps {
|
|
66
|
-
/** Sets the width of the cell */
|
|
67
|
-
width?: string | number;
|
|
68
|
-
/** Passes props to the cell */
|
|
69
|
-
cellProps?: any;
|
|
70
|
-
}
|
|
71
|
-
export interface IRow {
|
|
72
|
-
id?: number | string;
|
|
73
|
-
groupName?: string;
|
|
74
|
-
selected?: boolean;
|
|
75
|
-
[index: string]: any;
|
|
76
|
-
}
|
|
77
|
-
export interface Group {
|
|
78
|
-
groupName: string;
|
|
79
|
-
groupIcon: IconArgs["type"];
|
|
80
|
-
items: Array<IRow>;
|
|
81
|
-
}
|
|
82
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { RowArgs, TableProps } from "./_types";
|
|
2
|
-
declare const GroupRow: (props: RowArgs) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare const GroupedTable: ({ columns, groups, ...args }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export { GroupedTable, GroupRow };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
import { CellArgs, HeaderCellArgs, RowArgs, SortableCellArgs, TableProps } from "./_types";
|
|
3
|
-
/**
|
|
4
|
-
* A Table organizes data into columns and rows. Tables make it easier for users to compare and analyze information.
|
|
5
|
-
|
|
6
|
-
* Used for this:
|
|
7
|
-
- To organize and display read-only data with logical relationships
|
|
8
|
-
|
|
9
|
-
* Not for this:
|
|
10
|
-
- To structure content on a page, use the Grid component instead
|
|
11
|
-
*/
|
|
12
|
-
declare const Table: (props: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare const Head: (props: HTMLAttributes<HTMLTableSectionElement>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare const HeaderRow: (props: RowArgs) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
declare const HeaderCell: (props: HeaderCellArgs) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
declare const Body: (props: HTMLAttributes<HTMLTableSectionElement>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
declare const Row: (props: RowArgs) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
declare const Cell: (props: CellArgs) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
declare const Caption: (props: HTMLAttributes<HTMLTableCaptionElement>) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
declare const SortableCell: (props: SortableCellArgs) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export { Table, Head, HeaderRow, HeaderCell, Body, Row, Cell, Caption, SortableCell };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TableProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
3
|
-
export declare const Grouped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
4
|
-
export declare const WithPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
5
|
-
/** STRIPED */
|
|
6
|
-
export declare const Striped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
7
|
-
/** WITH CAPTION */
|
|
8
|
-
export declare const WithCaption: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
9
|
-
/** TRUNCATED */
|
|
10
|
-
export declare const Truncated: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
11
|
-
export declare const Scroll: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
12
|
-
export declare const Selection: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
13
|
-
export declare const Sort: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
14
|
-
export declare const VirtualScrolling: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
15
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
16
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes } from "react";
|
|
2
|
-
export interface TabsArgs extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
-
selectedIndex?: number;
|
|
4
|
-
onTabChange?: (index: number) => void;
|
|
5
|
-
}
|
|
6
|
-
export interface TabItemProps extends HTMLAttributes<HTMLDivElement> {
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
index: number;
|
|
9
|
-
isSelected?: boolean;
|
|
10
|
-
isDisabled?: boolean;
|
|
11
|
-
setSelectedTab: (index: number) => void;
|
|
12
|
-
}
|
|
13
|
-
export interface TabPanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
14
|
-
children: React.ReactNode;
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
title: string;
|
|
17
|
-
hidden?: boolean;
|
|
18
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TabsArgs } from "./_types";
|
|
2
|
-
interface TabStoryArgs extends TabsArgs {
|
|
3
|
-
items: {
|
|
4
|
-
title: string;
|
|
5
|
-
content: string;
|
|
6
|
-
isDisabled?: boolean;
|
|
7
|
-
}[];
|
|
8
|
-
}
|
|
9
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TabStoryArgs>;
|
|
10
|
-
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TabStoryArgs>;
|
|
11
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TabsArgs>;
|
|
12
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ITagProps } from '@zendeskgarden/react-tags';
|
|
2
|
-
export interface TagArgs extends ITagProps {
|
|
3
|
-
/** Adjusts font size and padding */
|
|
4
|
-
size?: 'small' | 'medium' | 'large';
|
|
5
|
-
/**
|
|
6
|
-
* Sets the color of the tag. Refer to
|
|
7
|
-
* [PALETTE](/components/palette#palette)
|
|
8
|
-
* for available colors. Accepts any hex value.
|
|
9
|
-
*/
|
|
10
|
-
hue?: string;
|
|
11
|
-
/**
|
|
12
|
-
* Sets the color of the tag. Refer to
|
|
13
|
-
* [PALETTE](/components/palette#palette)
|
|
14
|
-
* for available colors. Accepts any hex value.
|
|
15
|
-
*/
|
|
16
|
-
color?: string;
|
|
17
|
-
/** Applies pill styling */
|
|
18
|
-
isPill?: boolean;
|
|
19
|
-
/** Applies styles to round the tag */
|
|
20
|
-
isRound?: boolean;
|
|
21
|
-
/** Applies regular (non-bold) font weight */
|
|
22
|
-
isRegular?: boolean;
|
|
23
|
-
}
|