@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,184 +0,0 @@
|
|
|
1
|
-
import { ButtonArgs } from "../buttons/button/_types";
|
|
2
|
-
export declare const components: {
|
|
3
|
-
"text.primary": () => {
|
|
4
|
-
color: string | undefined;
|
|
5
|
-
};
|
|
6
|
-
"text.success": () => {
|
|
7
|
-
color: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
"text.warning": () => {
|
|
10
|
-
color: string | undefined;
|
|
11
|
-
};
|
|
12
|
-
"text.danger": () => {
|
|
13
|
-
color: string | undefined;
|
|
14
|
-
};
|
|
15
|
-
"navigation.hoverableItem": ({ isCurrent }: {
|
|
16
|
-
isCurrent: boolean;
|
|
17
|
-
}) => {
|
|
18
|
-
color: string | undefined;
|
|
19
|
-
"font-weight": number;
|
|
20
|
-
"background-color"?: string | undefined;
|
|
21
|
-
"border-top-left-radius": string;
|
|
22
|
-
"border-bottom-left-radius": string;
|
|
23
|
-
"&:hover, &.hover": {
|
|
24
|
-
"background-color": string | undefined;
|
|
25
|
-
color: string | undefined;
|
|
26
|
-
};
|
|
27
|
-
"&:active, &.active": {
|
|
28
|
-
"background-color": string | undefined;
|
|
29
|
-
color: string | undefined;
|
|
30
|
-
};
|
|
31
|
-
"&.isCurrent": {
|
|
32
|
-
color: string | undefined;
|
|
33
|
-
"font-weight": number;
|
|
34
|
-
"background-color": string | undefined;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
"notifications.notification": ({ type, isPrimary, }: {
|
|
38
|
-
type: string;
|
|
39
|
-
isPrimary: boolean;
|
|
40
|
-
}) => {
|
|
41
|
-
svg?: {
|
|
42
|
-
marginTop: string;
|
|
43
|
-
} | {
|
|
44
|
-
color: string;
|
|
45
|
-
marginTop: string;
|
|
46
|
-
} | undefined;
|
|
47
|
-
backgroundColor?: string | undefined;
|
|
48
|
-
};
|
|
49
|
-
"notifications.notification.close": ({ type, isPrimary, }: {
|
|
50
|
-
type: string;
|
|
51
|
-
isPrimary: boolean;
|
|
52
|
-
}) => {
|
|
53
|
-
color?: string | undefined;
|
|
54
|
-
":hover"?: {
|
|
55
|
-
color: string;
|
|
56
|
-
} | undefined;
|
|
57
|
-
cursor: string;
|
|
58
|
-
};
|
|
59
|
-
"notifications.notification.close-icon": () => {
|
|
60
|
-
position: string;
|
|
61
|
-
top: string;
|
|
62
|
-
right: string;
|
|
63
|
-
width: string;
|
|
64
|
-
height: string;
|
|
65
|
-
};
|
|
66
|
-
"notifications.notification.title": ({ type, isPrimary, }: {
|
|
67
|
-
type: string;
|
|
68
|
-
isPrimary: boolean;
|
|
69
|
-
}) => {
|
|
70
|
-
color?: string | undefined;
|
|
71
|
-
};
|
|
72
|
-
pageHeader: {
|
|
73
|
-
imgMaxHeight: string;
|
|
74
|
-
};
|
|
75
|
-
autocomplete: {
|
|
76
|
-
thumbSize: string;
|
|
77
|
-
};
|
|
78
|
-
"tabs.tab": ({ isSelected }: {
|
|
79
|
-
isSelected: boolean;
|
|
80
|
-
}) => {
|
|
81
|
-
fontWeight: number;
|
|
82
|
-
} | undefined;
|
|
83
|
-
"dropdowns.item": ({ addable, checked, ...rest }: {
|
|
84
|
-
addable: boolean;
|
|
85
|
-
checked: boolean;
|
|
86
|
-
}) => {
|
|
87
|
-
fontWeight?: number | undefined;
|
|
88
|
-
color?: string | undefined;
|
|
89
|
-
cursor?: string | undefined;
|
|
90
|
-
};
|
|
91
|
-
"buttons.icon_button": ({ disabled, isBright, isAccent, isPrimary, isBasic, }: ButtonArgs) => {
|
|
92
|
-
pointerEvents?: string | undefined;
|
|
93
|
-
backgroundColor?: string | undefined;
|
|
94
|
-
color?: string | undefined;
|
|
95
|
-
border?: string | undefined;
|
|
96
|
-
"&:hover"?: {
|
|
97
|
-
borderColor: string | undefined;
|
|
98
|
-
color: string | undefined;
|
|
99
|
-
backgroundColor: string | undefined;
|
|
100
|
-
"& svg"?: undefined;
|
|
101
|
-
} | {
|
|
102
|
-
backgroundColor: string | undefined;
|
|
103
|
-
color: string | undefined;
|
|
104
|
-
borderColor?: undefined;
|
|
105
|
-
"& svg"?: undefined;
|
|
106
|
-
} | {
|
|
107
|
-
backgroundColor: string;
|
|
108
|
-
color: string;
|
|
109
|
-
"& svg": {
|
|
110
|
-
color: string;
|
|
111
|
-
};
|
|
112
|
-
borderColor?: undefined;
|
|
113
|
-
} | undefined;
|
|
114
|
-
"&:active"?: {
|
|
115
|
-
borderColor: string | undefined;
|
|
116
|
-
color: string | undefined;
|
|
117
|
-
backgroundColor: string;
|
|
118
|
-
"& svg"?: undefined;
|
|
119
|
-
} | {
|
|
120
|
-
backgroundColor: string;
|
|
121
|
-
color: string | undefined;
|
|
122
|
-
borderColor?: undefined;
|
|
123
|
-
"& svg"?: undefined;
|
|
124
|
-
} | {
|
|
125
|
-
backgroundColor: string | undefined;
|
|
126
|
-
color: string;
|
|
127
|
-
borderColor?: undefined;
|
|
128
|
-
"& svg"?: undefined;
|
|
129
|
-
} | {
|
|
130
|
-
backgroundColor: string;
|
|
131
|
-
color: string;
|
|
132
|
-
"& svg": {
|
|
133
|
-
color: string;
|
|
134
|
-
};
|
|
135
|
-
borderColor?: undefined;
|
|
136
|
-
} | undefined;
|
|
137
|
-
borderColor?: string | undefined;
|
|
138
|
-
};
|
|
139
|
-
"buttons.button": ({ isAccent, isBright, isPrimary, isBasic, isLink, }: ButtonArgs) => {
|
|
140
|
-
backgroundColor?: string | undefined;
|
|
141
|
-
color?: string | undefined;
|
|
142
|
-
border?: string | undefined;
|
|
143
|
-
"&:hover"?: {
|
|
144
|
-
borderColor: string | undefined;
|
|
145
|
-
color: string | undefined;
|
|
146
|
-
backgroundColor: string | undefined;
|
|
147
|
-
} | {
|
|
148
|
-
backgroundColor: string | undefined;
|
|
149
|
-
borderColor?: undefined;
|
|
150
|
-
color?: undefined;
|
|
151
|
-
} | {
|
|
152
|
-
backgroundColor: string | undefined;
|
|
153
|
-
color: string | undefined;
|
|
154
|
-
borderColor?: undefined;
|
|
155
|
-
} | {
|
|
156
|
-
color: string | undefined;
|
|
157
|
-
borderColor?: undefined;
|
|
158
|
-
backgroundColor?: undefined;
|
|
159
|
-
} | undefined;
|
|
160
|
-
"&:active"?: {
|
|
161
|
-
borderColor: string | undefined;
|
|
162
|
-
color: string | undefined;
|
|
163
|
-
backgroundColor: string;
|
|
164
|
-
} | {
|
|
165
|
-
backgroundColor: string | undefined;
|
|
166
|
-
borderColor?: undefined;
|
|
167
|
-
color?: undefined;
|
|
168
|
-
} | {
|
|
169
|
-
backgroundColor: string;
|
|
170
|
-
color: string | undefined;
|
|
171
|
-
borderColor?: undefined;
|
|
172
|
-
} | {
|
|
173
|
-
color: string | undefined;
|
|
174
|
-
borderColor?: undefined;
|
|
175
|
-
backgroundColor?: undefined;
|
|
176
|
-
} | undefined;
|
|
177
|
-
borderColor?: string | undefined;
|
|
178
|
-
};
|
|
179
|
-
"cards.card": {
|
|
180
|
-
border: string;
|
|
181
|
-
};
|
|
182
|
-
chrome: any;
|
|
183
|
-
notification: any;
|
|
184
|
-
};
|
|
@@ -1,446 +0,0 @@
|
|
|
1
|
-
declare const theme: {
|
|
2
|
-
breakpoints: {
|
|
3
|
-
xxl: string;
|
|
4
|
-
xs: string;
|
|
5
|
-
sm: string;
|
|
6
|
-
md: string;
|
|
7
|
-
lg: string;
|
|
8
|
-
xl: string;
|
|
9
|
-
};
|
|
10
|
-
colors: {
|
|
11
|
-
base: "light" | "dark";
|
|
12
|
-
background: string;
|
|
13
|
-
foreground: string;
|
|
14
|
-
primaryHue: string;
|
|
15
|
-
dangerHue: string;
|
|
16
|
-
warningHue: string;
|
|
17
|
-
successHue: string;
|
|
18
|
-
neutralHue: string;
|
|
19
|
-
chromeHue: string;
|
|
20
|
-
} & {
|
|
21
|
-
infoHue: string;
|
|
22
|
-
accentHue: string;
|
|
23
|
-
};
|
|
24
|
-
palette: {
|
|
25
|
-
black: string;
|
|
26
|
-
white: string;
|
|
27
|
-
product: {
|
|
28
|
-
support: string;
|
|
29
|
-
message: string;
|
|
30
|
-
explore: string;
|
|
31
|
-
gather: string;
|
|
32
|
-
guide: string;
|
|
33
|
-
connect: string;
|
|
34
|
-
chat: string;
|
|
35
|
-
talk: string;
|
|
36
|
-
sell: string;
|
|
37
|
-
};
|
|
38
|
-
grey: {
|
|
39
|
-
"100": string;
|
|
40
|
-
"200": string;
|
|
41
|
-
"300": string;
|
|
42
|
-
"400": string;
|
|
43
|
-
"500": string;
|
|
44
|
-
"600": string;
|
|
45
|
-
"700": string;
|
|
46
|
-
"800": string;
|
|
47
|
-
};
|
|
48
|
-
blue: {
|
|
49
|
-
"50": string;
|
|
50
|
-
"100": string;
|
|
51
|
-
"200": string;
|
|
52
|
-
"300": string;
|
|
53
|
-
"400": string;
|
|
54
|
-
"500": string;
|
|
55
|
-
"600": string;
|
|
56
|
-
"700": string;
|
|
57
|
-
"800": string;
|
|
58
|
-
};
|
|
59
|
-
red: {
|
|
60
|
-
"100": string;
|
|
61
|
-
"200": string;
|
|
62
|
-
"300": string;
|
|
63
|
-
"400": string;
|
|
64
|
-
"500": string;
|
|
65
|
-
"600": string;
|
|
66
|
-
"700": string;
|
|
67
|
-
"800": string;
|
|
68
|
-
"900": string;
|
|
69
|
-
};
|
|
70
|
-
yellow: {
|
|
71
|
-
"100": string;
|
|
72
|
-
"200": string;
|
|
73
|
-
"300": string;
|
|
74
|
-
"400": string;
|
|
75
|
-
"500": string;
|
|
76
|
-
"600": string;
|
|
77
|
-
"700": string;
|
|
78
|
-
"800": string;
|
|
79
|
-
"900": string;
|
|
80
|
-
};
|
|
81
|
-
green: {
|
|
82
|
-
"50": string;
|
|
83
|
-
"100": string;
|
|
84
|
-
"200": string;
|
|
85
|
-
"300": string;
|
|
86
|
-
"400": string;
|
|
87
|
-
"500": string;
|
|
88
|
-
"600": string;
|
|
89
|
-
"700": string;
|
|
90
|
-
"800": string;
|
|
91
|
-
};
|
|
92
|
-
azure: {
|
|
93
|
-
"100": string;
|
|
94
|
-
"200": string;
|
|
95
|
-
"300": string;
|
|
96
|
-
"400": string;
|
|
97
|
-
"500": string;
|
|
98
|
-
"600": string;
|
|
99
|
-
"700": string;
|
|
100
|
-
"800": string;
|
|
101
|
-
"900": string;
|
|
102
|
-
};
|
|
103
|
-
kale: {
|
|
104
|
-
"100": string;
|
|
105
|
-
"200": string;
|
|
106
|
-
"300": string;
|
|
107
|
-
"600": string;
|
|
108
|
-
"700": string;
|
|
109
|
-
"800": string;
|
|
110
|
-
};
|
|
111
|
-
pink: {
|
|
112
|
-
"600": string;
|
|
113
|
-
"700": string;
|
|
114
|
-
"800": string;
|
|
115
|
-
"900": string;
|
|
116
|
-
};
|
|
117
|
-
crimson: {
|
|
118
|
-
"200": string;
|
|
119
|
-
"300": string;
|
|
120
|
-
"400": string;
|
|
121
|
-
"500": string;
|
|
122
|
-
};
|
|
123
|
-
fuschia: {
|
|
124
|
-
"400": string;
|
|
125
|
-
"600": string;
|
|
126
|
-
M400: string;
|
|
127
|
-
M600: string;
|
|
128
|
-
};
|
|
129
|
-
lemon: {
|
|
130
|
-
"400": string;
|
|
131
|
-
"500": string;
|
|
132
|
-
"600": string;
|
|
133
|
-
"700": string;
|
|
134
|
-
};
|
|
135
|
-
teal: {
|
|
136
|
-
"400": string;
|
|
137
|
-
"500": string;
|
|
138
|
-
"600": string;
|
|
139
|
-
"700": string;
|
|
140
|
-
};
|
|
141
|
-
royal: {
|
|
142
|
-
"600": string;
|
|
143
|
-
"700": string;
|
|
144
|
-
"800": string;
|
|
145
|
-
"900": string;
|
|
146
|
-
};
|
|
147
|
-
purple: {
|
|
148
|
-
"200": string;
|
|
149
|
-
"300": string;
|
|
150
|
-
"400": string;
|
|
151
|
-
"500": string;
|
|
152
|
-
};
|
|
153
|
-
lime: {
|
|
154
|
-
"400": string;
|
|
155
|
-
"600": string;
|
|
156
|
-
M400: string;
|
|
157
|
-
M600: string;
|
|
158
|
-
};
|
|
159
|
-
mint: {
|
|
160
|
-
"400": string;
|
|
161
|
-
"600": string;
|
|
162
|
-
M400: string;
|
|
163
|
-
M600: string;
|
|
164
|
-
};
|
|
165
|
-
orange: {
|
|
166
|
-
"400": string;
|
|
167
|
-
"600": string;
|
|
168
|
-
M400: string;
|
|
169
|
-
M600: string;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
fonts: {
|
|
173
|
-
system: string;
|
|
174
|
-
mono: string;
|
|
175
|
-
};
|
|
176
|
-
fontWeights: {
|
|
177
|
-
semibold: number;
|
|
178
|
-
thin: number;
|
|
179
|
-
extralight: number;
|
|
180
|
-
light: number;
|
|
181
|
-
regular: number;
|
|
182
|
-
medium: number;
|
|
183
|
-
bold: number;
|
|
184
|
-
extrabold: number;
|
|
185
|
-
black: number;
|
|
186
|
-
};
|
|
187
|
-
gradients: {
|
|
188
|
-
dark: string;
|
|
189
|
-
};
|
|
190
|
-
borderRadii: {
|
|
191
|
-
lg: string;
|
|
192
|
-
xl: string;
|
|
193
|
-
xxl: string;
|
|
194
|
-
sm: string;
|
|
195
|
-
md: string;
|
|
196
|
-
};
|
|
197
|
-
lineHeights: {
|
|
198
|
-
xs: string;
|
|
199
|
-
sm: string;
|
|
200
|
-
md: string;
|
|
201
|
-
lg: string;
|
|
202
|
-
xl: string;
|
|
203
|
-
xxl: string;
|
|
204
|
-
xxxl: string;
|
|
205
|
-
};
|
|
206
|
-
components: {
|
|
207
|
-
"text.primary": () => {
|
|
208
|
-
color: string | undefined;
|
|
209
|
-
};
|
|
210
|
-
"text.success": () => {
|
|
211
|
-
color: string | undefined;
|
|
212
|
-
};
|
|
213
|
-
"text.warning": () => {
|
|
214
|
-
color: string | undefined;
|
|
215
|
-
};
|
|
216
|
-
"text.danger": () => {
|
|
217
|
-
color: string | undefined;
|
|
218
|
-
};
|
|
219
|
-
"navigation.hoverableItem": ({ isCurrent }: {
|
|
220
|
-
isCurrent: boolean;
|
|
221
|
-
}) => {
|
|
222
|
-
color: string | undefined;
|
|
223
|
-
"font-weight": number;
|
|
224
|
-
"background-color"?: string | undefined;
|
|
225
|
-
"border-top-left-radius": string;
|
|
226
|
-
"border-bottom-left-radius": string;
|
|
227
|
-
"&:hover, &.hover": {
|
|
228
|
-
"background-color": string | undefined;
|
|
229
|
-
color: string | undefined;
|
|
230
|
-
};
|
|
231
|
-
"&:active, &.active": {
|
|
232
|
-
"background-color": string | undefined;
|
|
233
|
-
color: string | undefined;
|
|
234
|
-
};
|
|
235
|
-
"&.isCurrent": {
|
|
236
|
-
color: string | undefined;
|
|
237
|
-
"font-weight": number;
|
|
238
|
-
"background-color": string | undefined;
|
|
239
|
-
};
|
|
240
|
-
};
|
|
241
|
-
"notifications.notification": ({ type, isPrimary, }: {
|
|
242
|
-
type: string;
|
|
243
|
-
isPrimary: boolean;
|
|
244
|
-
}) => {
|
|
245
|
-
svg?: {
|
|
246
|
-
marginTop: string;
|
|
247
|
-
} | {
|
|
248
|
-
color: string;
|
|
249
|
-
marginTop: string;
|
|
250
|
-
} | undefined;
|
|
251
|
-
backgroundColor?: string | undefined;
|
|
252
|
-
};
|
|
253
|
-
"notifications.notification.close": ({ type, isPrimary, }: {
|
|
254
|
-
type: string;
|
|
255
|
-
isPrimary: boolean;
|
|
256
|
-
}) => {
|
|
257
|
-
color?: string | undefined;
|
|
258
|
-
":hover"?: {
|
|
259
|
-
color: string;
|
|
260
|
-
} | undefined;
|
|
261
|
-
cursor: string;
|
|
262
|
-
};
|
|
263
|
-
"notifications.notification.close-icon": () => {
|
|
264
|
-
position: string;
|
|
265
|
-
top: string;
|
|
266
|
-
right: string;
|
|
267
|
-
width: string;
|
|
268
|
-
height: string;
|
|
269
|
-
};
|
|
270
|
-
"notifications.notification.title": ({ type, isPrimary, }: {
|
|
271
|
-
type: string;
|
|
272
|
-
isPrimary: boolean;
|
|
273
|
-
}) => {
|
|
274
|
-
color?: string | undefined;
|
|
275
|
-
};
|
|
276
|
-
pageHeader: {
|
|
277
|
-
imgMaxHeight: string;
|
|
278
|
-
};
|
|
279
|
-
autocomplete: {
|
|
280
|
-
thumbSize: string;
|
|
281
|
-
};
|
|
282
|
-
"tabs.tab": ({ isSelected }: {
|
|
283
|
-
isSelected: boolean;
|
|
284
|
-
}) => {
|
|
285
|
-
fontWeight: number;
|
|
286
|
-
} | undefined;
|
|
287
|
-
"dropdowns.item": ({ addable, checked, ...rest }: {
|
|
288
|
-
addable: boolean;
|
|
289
|
-
checked: boolean;
|
|
290
|
-
}) => {
|
|
291
|
-
fontWeight?: number | undefined;
|
|
292
|
-
color?: string | undefined;
|
|
293
|
-
cursor?: string | undefined;
|
|
294
|
-
};
|
|
295
|
-
"buttons.icon_button": ({ disabled, isBright, isAccent, isPrimary, isBasic, }: import("../buttons/button/_types").ButtonArgs) => {
|
|
296
|
-
pointerEvents?: string | undefined;
|
|
297
|
-
backgroundColor?: string | undefined;
|
|
298
|
-
color?: string | undefined;
|
|
299
|
-
border?: string | undefined;
|
|
300
|
-
"&:hover"?: {
|
|
301
|
-
borderColor: string | undefined;
|
|
302
|
-
color: string | undefined;
|
|
303
|
-
backgroundColor: string | undefined;
|
|
304
|
-
"& svg"?: undefined;
|
|
305
|
-
} | {
|
|
306
|
-
backgroundColor: string | undefined;
|
|
307
|
-
color: string | undefined;
|
|
308
|
-
borderColor?: undefined;
|
|
309
|
-
"& svg"?: undefined;
|
|
310
|
-
} | {
|
|
311
|
-
backgroundColor: string;
|
|
312
|
-
color: string;
|
|
313
|
-
"& svg": {
|
|
314
|
-
color: string;
|
|
315
|
-
};
|
|
316
|
-
borderColor?: undefined;
|
|
317
|
-
} | undefined;
|
|
318
|
-
"&:active"?: {
|
|
319
|
-
borderColor: string | undefined;
|
|
320
|
-
color: string | undefined;
|
|
321
|
-
backgroundColor: string;
|
|
322
|
-
"& svg"?: undefined;
|
|
323
|
-
} | {
|
|
324
|
-
backgroundColor: string;
|
|
325
|
-
color: string | undefined;
|
|
326
|
-
borderColor?: undefined;
|
|
327
|
-
"& svg"?: undefined;
|
|
328
|
-
} | {
|
|
329
|
-
backgroundColor: string | undefined;
|
|
330
|
-
color: string;
|
|
331
|
-
borderColor?: undefined;
|
|
332
|
-
"& svg"?: undefined;
|
|
333
|
-
} | {
|
|
334
|
-
backgroundColor: string;
|
|
335
|
-
color: string;
|
|
336
|
-
"& svg": {
|
|
337
|
-
color: string;
|
|
338
|
-
};
|
|
339
|
-
borderColor?: undefined;
|
|
340
|
-
} | undefined;
|
|
341
|
-
borderColor?: string | undefined;
|
|
342
|
-
};
|
|
343
|
-
"buttons.button": ({ isAccent, isBright, isPrimary, isBasic, isLink, }: import("../buttons/button/_types").ButtonArgs) => {
|
|
344
|
-
backgroundColor?: string | undefined;
|
|
345
|
-
color?: string | undefined;
|
|
346
|
-
border?: string | undefined;
|
|
347
|
-
"&:hover"?: {
|
|
348
|
-
borderColor: string | undefined;
|
|
349
|
-
color: string | undefined;
|
|
350
|
-
backgroundColor: string | undefined;
|
|
351
|
-
} | {
|
|
352
|
-
backgroundColor: string | undefined;
|
|
353
|
-
borderColor?: undefined;
|
|
354
|
-
color?: undefined;
|
|
355
|
-
} | {
|
|
356
|
-
backgroundColor: string | undefined;
|
|
357
|
-
color: string | undefined;
|
|
358
|
-
borderColor?: undefined;
|
|
359
|
-
} | {
|
|
360
|
-
color: string | undefined;
|
|
361
|
-
borderColor?: undefined;
|
|
362
|
-
backgroundColor?: undefined;
|
|
363
|
-
} | undefined;
|
|
364
|
-
"&:active"?: {
|
|
365
|
-
borderColor: string | undefined;
|
|
366
|
-
color: string | undefined;
|
|
367
|
-
backgroundColor: string;
|
|
368
|
-
} | {
|
|
369
|
-
backgroundColor: string | undefined;
|
|
370
|
-
borderColor?: undefined;
|
|
371
|
-
color?: undefined;
|
|
372
|
-
} | {
|
|
373
|
-
backgroundColor: string;
|
|
374
|
-
color: string | undefined;
|
|
375
|
-
borderColor?: undefined;
|
|
376
|
-
} | {
|
|
377
|
-
color: string | undefined;
|
|
378
|
-
borderColor?: undefined;
|
|
379
|
-
backgroundColor?: undefined;
|
|
380
|
-
} | undefined;
|
|
381
|
-
borderColor?: string | undefined;
|
|
382
|
-
};
|
|
383
|
-
"cards.card": {
|
|
384
|
-
border: string;
|
|
385
|
-
};
|
|
386
|
-
chrome: any;
|
|
387
|
-
notification: any;
|
|
388
|
-
};
|
|
389
|
-
shadows: {
|
|
390
|
-
boxShadow: (theme: import("styled-components").DefaultTheme) => string;
|
|
391
|
-
xs: (color: string) => string;
|
|
392
|
-
sm: (color: string) => string;
|
|
393
|
-
md: (color: string) => string;
|
|
394
|
-
lg: (offsetY: string, blurRadius: string, color: string) => string;
|
|
395
|
-
};
|
|
396
|
-
levels: {
|
|
397
|
-
back: number;
|
|
398
|
-
base: number;
|
|
399
|
-
front: number;
|
|
400
|
-
modal: number;
|
|
401
|
-
};
|
|
402
|
-
rtl: boolean;
|
|
403
|
-
document?: any;
|
|
404
|
-
window?: any;
|
|
405
|
-
borders: {
|
|
406
|
-
sm: string;
|
|
407
|
-
md: string;
|
|
408
|
-
};
|
|
409
|
-
borderStyles: {
|
|
410
|
-
solid: string;
|
|
411
|
-
};
|
|
412
|
-
borderWidths: {
|
|
413
|
-
sm: string;
|
|
414
|
-
md: string;
|
|
415
|
-
};
|
|
416
|
-
fontSizes: {
|
|
417
|
-
xs: string;
|
|
418
|
-
sm: string;
|
|
419
|
-
md: string;
|
|
420
|
-
lg: string;
|
|
421
|
-
xl: string;
|
|
422
|
-
xxl: string;
|
|
423
|
-
xxxl: string;
|
|
424
|
-
};
|
|
425
|
-
iconSizes: {
|
|
426
|
-
sm: string;
|
|
427
|
-
md: string;
|
|
428
|
-
lg: string;
|
|
429
|
-
};
|
|
430
|
-
shadowWidths: {
|
|
431
|
-
xs: string;
|
|
432
|
-
sm: string;
|
|
433
|
-
md: string;
|
|
434
|
-
};
|
|
435
|
-
space: {
|
|
436
|
-
base: number;
|
|
437
|
-
xxs: string;
|
|
438
|
-
xs: string;
|
|
439
|
-
sm: string;
|
|
440
|
-
md: string;
|
|
441
|
-
lg: string;
|
|
442
|
-
xl: string;
|
|
443
|
-
xxl: string;
|
|
444
|
-
};
|
|
445
|
-
};
|
|
446
|
-
export { theme };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const flexCenter: import("styled-components").RuleSet<object>;
|
|
2
|
-
export declare const flexColumnCenter: import("styled-components").RuleSet<object>;
|
|
3
|
-
export declare const flexStart: import("styled-components").RuleSet<object>;
|
|
4
|
-
export declare const cardStyle: import("styled-components").RuleSet<object>;
|