@gravity-ui/page-constructor 5.28.2 → 5.28.4
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/build/cjs/blocks/Banner/Banner.css +15 -0
- package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
- package/build/cjs/blocks/Companies/Companies.css +21 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/cjs/blocks/Form/Form.css +134 -0
- package/build/cjs/blocks/Header/Header.css +226 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/cjs/blocks/Icons/Icons.css +56 -0
- package/build/cjs/blocks/Info/Info.css +32 -0
- package/build/cjs/blocks/Map/Map.css +14 -0
- package/build/cjs/blocks/Media/Media.css +17 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/cjs/blocks/Questions/Questions.css +13 -0
- package/build/cjs/blocks/Share/Share.css +68 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/cjs/blocks/Slider/Slider.css +703 -0
- package/build/cjs/blocks/Slider/slick.css +87 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/cjs/blocks/SliderNew/Slider.css +834 -0
- package/build/cjs/blocks/Table/Table.css +30 -0
- package/build/cjs/blocks/Tabs/Tabs.css +111 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/cjs/components/Anchor/Anchor.css +8 -0
- package/build/cjs/components/Author/Author.css +58 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/cjs/components/BlockBase/BlockBase.css +70 -0
- package/build/cjs/components/Button/Button.css +59 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/cjs/components/Buttons/Buttons.css +11 -0
- package/build/cjs/components/CardBase/CardBase.css +96 -0
- package/build/cjs/components/ContentList/ContentList.css +65 -0
- package/build/cjs/components/Control/Control.css +88 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/cjs/components/FileLink/FileLink.css +54 -0
- package/build/cjs/components/Foldable/Foldable.css +10 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
- package/build/cjs/components/Link/Link.css +71 -0
- package/build/cjs/components/Links/Links.css +15 -0
- package/build/cjs/components/Map/Map.css +25 -0
- package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
- package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
- package/build/cjs/components/Media/Image/Image.css +10 -0
- package/build/cjs/components/Media/Media.css +11 -0
- package/build/cjs/components/Media/Video/Video.css +12 -0
- package/build/cjs/components/MediaBase/MediaBase.css +60 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/cjs/components/Table/Table.css +87 -0
- package/build/cjs/components/Title/Title.css +16 -0
- package/build/cjs/components/Title/TitleItem.css +119 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
- package/build/cjs/containers/Loadable/Loadable.css +4 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/cjs/editor/components/Layout/Layout.css +50 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/cjs/editor/containers/Editor/Editor.css +17 -0
- package/build/cjs/editor/containers/Form/Form.css +87 -0
- package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/cjs/editor/styles/mixins.css +0 -0
- package/build/cjs/editor/styles/root.css +9 -0
- package/build/cjs/editor/styles/variables.css +0 -0
- package/build/cjs/grid/Grid/Grid.css +87 -0
- package/build/cjs/grid/styles/bootstrap.css +1627 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/cjs/navigation/components/Logo/Logo.css +23 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
- package/build/cjs/navigation/hooks/useShowBorder.js +3 -2
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/cjs/sub-blocks/Content/Content.css +159 -0
- package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
- package/build/esm/blocks/Banner/Banner.css +15 -0
- package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
- package/build/esm/blocks/Companies/Companies.css +21 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/esm/blocks/Form/Form.css +134 -0
- package/build/esm/blocks/Header/Header.css +226 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/esm/blocks/Icons/Icons.css +56 -0
- package/build/esm/blocks/Info/Info.css +32 -0
- package/build/esm/blocks/Map/Map.css +14 -0
- package/build/esm/blocks/Media/Media.css +17 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/esm/blocks/Questions/Questions.css +13 -0
- package/build/esm/blocks/Share/Share.css +68 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/esm/blocks/Slider/Slider.css +703 -0
- package/build/esm/blocks/Slider/slick.css +87 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/esm/blocks/SliderNew/Slider.css +834 -0
- package/build/esm/blocks/Table/Table.css +30 -0
- package/build/esm/blocks/Tabs/Tabs.css +111 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/esm/components/Anchor/Anchor.css +8 -0
- package/build/esm/components/Author/Author.css +58 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/esm/components/BlockBase/BlockBase.css +70 -0
- package/build/esm/components/Button/Button.css +59 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/esm/components/Buttons/Buttons.css +11 -0
- package/build/esm/components/CardBase/CardBase.css +96 -0
- package/build/esm/components/ContentList/ContentList.css +65 -0
- package/build/esm/components/Control/Control.css +88 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/esm/components/FileLink/FileLink.css +54 -0
- package/build/esm/components/Foldable/Foldable.css +10 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
- package/build/esm/components/Link/Link.css +71 -0
- package/build/esm/components/Links/Links.css +15 -0
- package/build/esm/components/Map/Map.css +25 -0
- package/build/esm/components/Media/DataLens/DataLens.css +20 -0
- package/build/esm/components/Media/Iframe/Iframe.css +18 -0
- package/build/esm/components/Media/Image/Image.css +10 -0
- package/build/esm/components/Media/Media.css +11 -0
- package/build/esm/components/Media/Video/Video.css +12 -0
- package/build/esm/components/MediaBase/MediaBase.css +60 -0
- package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/esm/components/Table/Table.css +87 -0
- package/build/esm/components/Title/Title.css +16 -0
- package/build/esm/components/Title/TitleItem.css +119 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
- package/build/esm/containers/Loadable/Loadable.css +4 -0
- package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/esm/editor/components/Layout/Layout.css +50 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/esm/editor/containers/Editor/Editor.css +17 -0
- package/build/esm/editor/containers/Form/Form.css +87 -0
- package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/esm/editor/styles/mixins.css +0 -0
- package/build/esm/editor/styles/root.css +9 -0
- package/build/esm/editor/styles/variables.css +0 -0
- package/build/esm/grid/Grid/Grid.css +87 -0
- package/build/esm/grid/styles/bootstrap.css +1627 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/esm/navigation/components/Logo/Logo.css +23 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/esm/navigation/containers/Layout/Layout.css +15 -0
- package/build/esm/navigation/hooks/useShowBorder.js +1 -1
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/esm/sub-blocks/Content/Content.css +159 -0
- package/build/esm/sub-blocks/Divider/Divider.css +27 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/esm/sub-blocks/Quote/Quote.css +146 -0
- package/package.json +1 -1
- package/styles/styles.css +128 -0
- package/widget/index.js +1 -1
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-desktop-navigation__wrapper {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
align-items: center;
|
|
7
|
+
height: var(--header-height);
|
|
8
|
+
}
|
|
9
|
+
@media (min-width: 769px) {
|
|
10
|
+
.pc-desktop-navigation__mobile-menu-button.pc-desktop-navigation__mobile-menu-button {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.pc-desktop-navigation__navigation, .pc-desktop-navigation__left, .pc-desktop-navigation__right {
|
|
16
|
+
display: flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
}
|
|
19
|
+
.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation {
|
|
20
|
+
position: relative;
|
|
21
|
+
flex: 1 0 0;
|
|
22
|
+
justify-content: flex-start;
|
|
23
|
+
}
|
|
24
|
+
@media (max-width: 768px) {
|
|
25
|
+
.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation {
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation {
|
|
31
|
+
justify-content: flex-end;
|
|
32
|
+
}
|
|
33
|
+
@media (min-width: 769px) {
|
|
34
|
+
.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation {
|
|
35
|
+
display: none;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.pc-desktop-navigation__mobile-navigation-container {
|
|
40
|
+
padding-right: 8px;
|
|
41
|
+
}
|
|
42
|
+
.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow) .pc-desktop-navigation__mobile-navigation {
|
|
43
|
+
justify-content: flex-start;
|
|
44
|
+
}
|
|
45
|
+
.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow_type_right) {
|
|
46
|
+
padding-right: 16px;
|
|
47
|
+
}
|
|
48
|
+
.pc-desktop-navigation__right {
|
|
49
|
+
justify-content: flex-end;
|
|
50
|
+
font-size: var(--g-text-body-2-font-size);
|
|
51
|
+
line-height: var(--g-text-body-2-line-height);
|
|
52
|
+
}
|
|
53
|
+
@media (max-width: 768px) {
|
|
54
|
+
.pc-desktop-navigation__right {
|
|
55
|
+
flex: 3 0 0;
|
|
56
|
+
max-width: 50%;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.pc-desktop-navigation__navigation-container, .pc-desktop-navigation__mobile-navigation-container {
|
|
60
|
+
display: flex;
|
|
61
|
+
overflow-x: hidden;
|
|
62
|
+
flex: 1 0 0;
|
|
63
|
+
justify-content: space-between;
|
|
64
|
+
align-items: center;
|
|
65
|
+
}
|
|
66
|
+
.pc-desktop-navigation__navigation-container {
|
|
67
|
+
margin-right: 32px;
|
|
68
|
+
}
|
|
69
|
+
.pc-desktop-navigation__button {
|
|
70
|
+
margin-top: 0;
|
|
71
|
+
}
|
|
72
|
+
.pc-desktop-navigation__logo {
|
|
73
|
+
margin: 0 32px 0 0;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
}
|
|
76
|
+
.pc-desktop-navigation__links, .pc-desktop-navigation__buttons, .pc-desktop-navigation__mobile-buttons {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
margin: 0;
|
|
80
|
+
padding: 0;
|
|
81
|
+
list-style: none;
|
|
82
|
+
}
|
|
83
|
+
@media (max-width: 768px) {
|
|
84
|
+
.pc-desktop-navigation__buttons {
|
|
85
|
+
display: none;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.pc-desktop-navigation__buttons > *:not(:last-child) {
|
|
89
|
+
margin-right: 16px;
|
|
90
|
+
}
|
|
91
|
+
@media (min-width: 769px) {
|
|
92
|
+
.pc-desktop-navigation__mobile-buttons {
|
|
93
|
+
display: none;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.pc-desktop-navigation__mobile-buttons .pc-desktop-navigation__item:not(:last-child) {
|
|
97
|
+
margin-right: 0;
|
|
98
|
+
}
|
|
99
|
+
.pc-desktop-navigation__links {
|
|
100
|
+
position: relative;
|
|
101
|
+
font-size: var(--g-text-body-2-font-size);
|
|
102
|
+
line-height: var(--g-text-body-2-line-height);
|
|
103
|
+
}
|
|
104
|
+
.pc-desktop-navigation__item {
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
.pc-desktop-navigation__item:not(:last-child) {
|
|
108
|
+
margin-right: 20px;
|
|
109
|
+
}
|
|
110
|
+
@media (max-width: 768px) {
|
|
111
|
+
.pc-desktop-navigation__navigation-container {
|
|
112
|
+
justify-content: flex-end;
|
|
113
|
+
}
|
|
114
|
+
.pc-desktop-navigation__navigation-container, .pc-desktop-navigation__mobile-navigation-container {
|
|
115
|
+
justify-content: flex-end;
|
|
116
|
+
}
|
|
117
|
+
.pc-desktop-navigation__navigation-container {
|
|
118
|
+
flex: 0 0 0;
|
|
119
|
+
}
|
|
120
|
+
.pc-desktop-navigation__left {
|
|
121
|
+
flex: 1 0 0;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
@media (max-width: 576px) {
|
|
125
|
+
.pc-desktop-navigation__navigation-container {
|
|
126
|
+
margin-right: 12px;
|
|
127
|
+
}
|
|
128
|
+
.pc-desktop-navigation__logo {
|
|
129
|
+
margin-right: 0;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.pc-logo__text {
|
|
2
|
+
margin: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/* use this for style redefinitions to awoid problems with
|
|
6
|
+
unpredictable css rules order in build */
|
|
7
|
+
.pc-logo {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
text-decoration: none;
|
|
11
|
+
}
|
|
12
|
+
.pc-logo__icon {
|
|
13
|
+
display: flex;
|
|
14
|
+
margin-right: 8px;
|
|
15
|
+
object-fit: contain;
|
|
16
|
+
}
|
|
17
|
+
.pc-logo__text {
|
|
18
|
+
font-size: var(--g-text-header-1-font-size);
|
|
19
|
+
line-height: var(--g-text-header-1-line-height);
|
|
20
|
+
color: var(--pc-text-header-color);
|
|
21
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
22
|
+
white-space: nowrap;
|
|
23
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-mobile-navigation {
|
|
4
|
+
position: fixed;
|
|
5
|
+
z-index: 100;
|
|
6
|
+
top: var(--header-height);
|
|
7
|
+
left: 0;
|
|
8
|
+
width: 100%;
|
|
9
|
+
border-bottom-right-radius: var(--pc-border-radius);
|
|
10
|
+
border-bottom-left-radius: var(--pc-border-radius);
|
|
11
|
+
background-color: var(--g-color-base-background);
|
|
12
|
+
box-shadow: 0 3px 10px var(--g-color-sfx-shadow);
|
|
13
|
+
max-height: calc(100vh - 2 * var(--header-height));
|
|
14
|
+
overflow-y: scroll;
|
|
15
|
+
scrollbar-width: none;
|
|
16
|
+
-ms-overflow-style: none;
|
|
17
|
+
font-size: var(--g-text-body-2-font-size);
|
|
18
|
+
line-height: var(--g-text-body-2-line-height);
|
|
19
|
+
}
|
|
20
|
+
.pc-mobile-navigation::-webkit-scrollbar {
|
|
21
|
+
display: none;
|
|
22
|
+
}
|
|
23
|
+
@media (min-width: 769px) {
|
|
24
|
+
.pc-mobile-navigation {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.pc-mobile-navigation__wrapper {
|
|
29
|
+
padding: 32px 48px;
|
|
30
|
+
}
|
|
31
|
+
.pc-mobile-navigation__button {
|
|
32
|
+
margin-top: 24px;
|
|
33
|
+
}
|
|
34
|
+
.pc-mobile-navigation__rows {
|
|
35
|
+
position: relative;
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
padding-bottom: 24px;
|
|
39
|
+
margin: 0;
|
|
40
|
+
padding: 0;
|
|
41
|
+
list-style: none;
|
|
42
|
+
margin-bottom: 24px;
|
|
43
|
+
}
|
|
44
|
+
.pc-mobile-navigation__rows:last-child {
|
|
45
|
+
margin-bottom: 0;
|
|
46
|
+
}
|
|
47
|
+
.pc-mobile-navigation__dropdown-item:not(:last-child) {
|
|
48
|
+
margin-bottom: 16px;
|
|
49
|
+
}
|
|
50
|
+
.pc-mobile-navigation__popup {
|
|
51
|
+
z-index: 101;
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
min-width: 220px;
|
|
55
|
+
padding: 16px;
|
|
56
|
+
border: 1px solid var(--g-color-line-generic);
|
|
57
|
+
border-top-width: 0;
|
|
58
|
+
border-radius: calc(var(--pc-border-radius) / 2);
|
|
59
|
+
background: var(--g-color-base-float);
|
|
60
|
+
box-shadow: 0 3px 10px var(--g-color-sfx-shadow);
|
|
61
|
+
}
|
|
62
|
+
@media (min-width: 769px) {
|
|
63
|
+
.pc-mobile-navigation__popup {
|
|
64
|
+
display: none;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
@media (max-width: 576px) {
|
|
68
|
+
.pc-mobile-navigation__wrapper {
|
|
69
|
+
padding-left: 24px;
|
|
70
|
+
padding-right: 24px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-navigation {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
height: var(--header-height);
|
|
8
|
+
background-color: var(--g-color-base-background);
|
|
9
|
+
}
|
|
10
|
+
.pc-navigation_with-border {
|
|
11
|
+
box-shadow: inset 0 -1px 0 var(--g-color-line-generic);
|
|
12
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-navigation-item {
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
outline: none;
|
|
6
|
+
color: inherit;
|
|
7
|
+
text-decoration: none;
|
|
8
|
+
}
|
|
9
|
+
.pc-navigation-item:last-child {
|
|
10
|
+
margin-bottom: 0;
|
|
11
|
+
}
|
|
12
|
+
.utilityfocus .pc-navigation-item:focus {
|
|
13
|
+
outline: 2px solid #ffdb4d;
|
|
14
|
+
}
|
|
15
|
+
.pc-navigation-item__content:not(.pc-navigation-item__content_type_button):hover, .pc-navigation-item__content:not(.pc-navigation-item__content_type_button):active {
|
|
16
|
+
color: var(--g-color-text-link);
|
|
17
|
+
}
|
|
18
|
+
.pc-navigation-item_menu-layout_desktop {
|
|
19
|
+
height: var(--header-height);
|
|
20
|
+
line-height: var(--header-height);
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
}
|
|
23
|
+
.pc-navigation-item_menu-layout_mobile {
|
|
24
|
+
margin-bottom: 24px;
|
|
25
|
+
}
|
|
26
|
+
.pc-navigation-item_menu-layout_dropdown {
|
|
27
|
+
margin-bottom: 0;
|
|
28
|
+
}
|
|
29
|
+
.pc-navigation-item_menu-layout_dropdown .pc-navigation-item__content_type_link {
|
|
30
|
+
padding: 8px 12px;
|
|
31
|
+
}
|
package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.pc-github-button {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
white-space: nowrap;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
height: 100%;
|
|
9
|
+
}
|
|
10
|
+
.pc-github-button span {
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-navigation-dropdown {
|
|
4
|
+
position: relative;
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
white-space: nowrap;
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
height: 100%;
|
|
11
|
+
background: inherit;
|
|
12
|
+
font: inherit;
|
|
13
|
+
color: var(--g-color-text-primary);
|
|
14
|
+
border: none;
|
|
15
|
+
}
|
|
16
|
+
.pc-navigation-dropdown:focus {
|
|
17
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
18
|
+
outline-offset: 0;
|
|
19
|
+
}
|
|
20
|
+
.pc-navigation-dropdown:focus:not(:focus-visible) {
|
|
21
|
+
outline: 0;
|
|
22
|
+
}
|
|
23
|
+
.pc-navigation-dropdown__arrow {
|
|
24
|
+
margin-left: 7px;
|
|
25
|
+
color: var(--g-color-text-secondary);
|
|
26
|
+
}
|
package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-navigation-link {
|
|
4
|
+
color: var(--g-color-text-primary);
|
|
5
|
+
color: inherit;
|
|
6
|
+
text-decoration: none;
|
|
7
|
+
outline: none;
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
white-space: nowrap;
|
|
12
|
+
}
|
|
13
|
+
.utilityfocus .pc-navigation-link:focus {
|
|
14
|
+
outline: 2px solid #ffdb4d;
|
|
15
|
+
}
|
|
16
|
+
.pc-navigation-link:hover, .pc-navigation-link_active {
|
|
17
|
+
color: var(--g-color-text-link);
|
|
18
|
+
}
|
|
19
|
+
.pc-navigation-link:focus {
|
|
20
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
21
|
+
outline-offset: 0;
|
|
22
|
+
}
|
|
23
|
+
.pc-navigation-link:focus:not(:focus-visible) {
|
|
24
|
+
outline: 0;
|
|
25
|
+
}
|
|
26
|
+
.pc-navigation-link__arrow {
|
|
27
|
+
position: relative;
|
|
28
|
+
top: -2px;
|
|
29
|
+
width: 9px;
|
|
30
|
+
height: 9px;
|
|
31
|
+
margin-left: 5px;
|
|
32
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-navigation-popup {
|
|
4
|
+
margin-left: -16px;
|
|
5
|
+
margin-top: -16px;
|
|
6
|
+
z-index: 101;
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
min-width: 220px;
|
|
10
|
+
padding: 16px;
|
|
11
|
+
border: 1px solid var(--g-color-line-generic);
|
|
12
|
+
border-top-width: 0;
|
|
13
|
+
border-radius: calc(var(--pc-border-radius) / 2);
|
|
14
|
+
background: var(--g-color-base-float);
|
|
15
|
+
box-shadow: 0 3px 10px var(--g-color-sfx-shadow);
|
|
16
|
+
}
|
|
17
|
+
.pc-navigation-popup__list {
|
|
18
|
+
margin: 0;
|
|
19
|
+
padding: 0;
|
|
20
|
+
list-style: none;
|
|
21
|
+
}
|
|
22
|
+
.pc-navigation-popup__link {
|
|
23
|
+
height: 36px;
|
|
24
|
+
line-height: 20px;
|
|
25
|
+
border-radius: 8px;
|
|
26
|
+
}
|
|
27
|
+
.pc-navigation-popup__link:hover {
|
|
28
|
+
color: var(--g-color-text-primary);
|
|
29
|
+
background-color: var(--g-color-base-simple-hover);
|
|
30
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-social-icon {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: 40px;
|
|
8
|
+
height: 40px;
|
|
9
|
+
margin-right: 8px;
|
|
10
|
+
color: var(--g-color-base-background);
|
|
11
|
+
border-radius: 50%;
|
|
12
|
+
background-color: var(--g-color-base-generic);
|
|
13
|
+
}
|
|
14
|
+
.pc-social-icon:hover {
|
|
15
|
+
background-color: var(--g-color-base-generic-hover);
|
|
16
|
+
}
|
|
17
|
+
.pc-social-icon__icon {
|
|
18
|
+
width: 16px;
|
|
19
|
+
height: 16px;
|
|
20
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-background-card {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.pc-background-card_theme_light {
|
|
7
|
+
background-color: var(--pc-color-base-silver);
|
|
8
|
+
}
|
|
9
|
+
.pc-background-card_theme_dark {
|
|
10
|
+
background-color: var(--pc-color-base-asphalt);
|
|
11
|
+
}
|
|
12
|
+
.pc-background-card_padding_s {
|
|
13
|
+
padding-bottom: 80px;
|
|
14
|
+
}
|
|
15
|
+
.pc-background-card_padding_m {
|
|
16
|
+
padding-bottom: 160px;
|
|
17
|
+
}
|
|
18
|
+
.pc-background-card_padding_l {
|
|
19
|
+
padding-bottom: 240px;
|
|
20
|
+
}
|
|
21
|
+
.pc-background-card_padding_xl {
|
|
22
|
+
padding-bottom: 320px;
|
|
23
|
+
}
|
|
24
|
+
.pc-background-card_border_none {
|
|
25
|
+
box-shadow: none;
|
|
26
|
+
cursor: default;
|
|
27
|
+
border: none;
|
|
28
|
+
}
|
|
29
|
+
.pc-background-card__content {
|
|
30
|
+
display: flex;
|
|
31
|
+
}
|
|
32
|
+
.pc-background-card__image {
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: 0;
|
|
35
|
+
left: 0;
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 100%;
|
|
38
|
+
}
|
|
39
|
+
.pc-background-card__image img {
|
|
40
|
+
object-fit: cover;
|
|
41
|
+
object-position: left;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
a.pc-background-card_theme_light {
|
|
45
|
+
background-color: var(--pc-color-base-silver);
|
|
46
|
+
}
|
|
47
|
+
a.pc-background-card_theme_dark {
|
|
48
|
+
background-color: var(--pc-color-base-asphalt);
|
|
49
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
.pc-banner-card__subtitle p, .pc-banner-card__subtitle, .pc-banner-card__title {
|
|
2
|
+
margin: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/* use this for style redefinitions to awoid problems with
|
|
6
|
+
unpredictable css rules order in build */
|
|
7
|
+
.pc-banner-card_theme_dark {
|
|
8
|
+
--g-color-line-focus: var(--pc-color-line-focus-dark);
|
|
9
|
+
}
|
|
10
|
+
.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title,
|
|
11
|
+
.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle {
|
|
12
|
+
color: var(--g-color-text-light-primary);
|
|
13
|
+
}
|
|
14
|
+
.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title p,
|
|
15
|
+
.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle p {
|
|
16
|
+
color: var(--g-color-text-light-primary);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.pc-banner-card__title {
|
|
20
|
+
font-size: var(--g-text-display-2-font-size);
|
|
21
|
+
line-height: var(--g-text-display-2-line-height);
|
|
22
|
+
color: var(--pc-text-header-color);
|
|
23
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
24
|
+
}
|
|
25
|
+
@media (max-width: 576px) {
|
|
26
|
+
.pc-banner-card__title {
|
|
27
|
+
font-size: var(--g-text-display-1-font-size);
|
|
28
|
+
line-height: var(--g-text-display-1-line-height);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.pc-banner-card__title a {
|
|
32
|
+
outline: none;
|
|
33
|
+
color: var(--g-color-text-link);
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
.utilityfocus .pc-banner-card__title a:focus {
|
|
38
|
+
outline: 2px solid #ffdb4d;
|
|
39
|
+
}
|
|
40
|
+
.pc-banner-card__title a:hover, .pc-banner-card__title a:active {
|
|
41
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
42
|
+
color: var(--g-color-text-link-hover);
|
|
43
|
+
}
|
|
44
|
+
.pc-banner-card__content {
|
|
45
|
+
width: 100%;
|
|
46
|
+
border-radius: var(--pc-border-radius);
|
|
47
|
+
display: flex;
|
|
48
|
+
min-height: 320px;
|
|
49
|
+
}
|
|
50
|
+
.pc-banner-card__info, .pc-banner-card__image {
|
|
51
|
+
flex: 1;
|
|
52
|
+
}
|
|
53
|
+
.pc-banner-card__info {
|
|
54
|
+
padding: 32px;
|
|
55
|
+
display: flex;
|
|
56
|
+
justify-content: space-between;
|
|
57
|
+
flex-direction: column;
|
|
58
|
+
align-items: baseline;
|
|
59
|
+
}
|
|
60
|
+
.pc-banner-card__subtitle {
|
|
61
|
+
display: inline-block;
|
|
62
|
+
margin-top: 8px;
|
|
63
|
+
font-size: var(--g-text-body-3-font-size);
|
|
64
|
+
line-height: var(--g-text-body-3-line-height);
|
|
65
|
+
color: var(--pc-text-header-color);
|
|
66
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
67
|
+
font-weight: normal;
|
|
68
|
+
}
|
|
69
|
+
.pc-banner-card__subtitle p {
|
|
70
|
+
font-size: var(--g-text-body-3-font-size);
|
|
71
|
+
line-height: var(--g-text-body-3-line-height);
|
|
72
|
+
color: var(--pc-text-header-color);
|
|
73
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
74
|
+
font-weight: normal;
|
|
75
|
+
}
|
|
76
|
+
.pc-banner-card__button.pc-banner-card__button {
|
|
77
|
+
margin-top: 28px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.pc-banner-card__image {
|
|
81
|
+
border-top-right-radius: var(--pc-border-radius);
|
|
82
|
+
border-bottom-right-radius: var(--pc-border-radius);
|
|
83
|
+
margin: var(--pc-image-padding);
|
|
84
|
+
border-radius: calc(var(--pc-border-radius) - var(--pc-image-padding));
|
|
85
|
+
}
|
|
86
|
+
.pc-banner-card__image img {
|
|
87
|
+
object-fit: cover;
|
|
88
|
+
object-position: left;
|
|
89
|
+
}
|
|
90
|
+
.pc-banner-card_media-view_fit .pc-banner-card__image img {
|
|
91
|
+
object-fit: contain;
|
|
92
|
+
}
|
|
93
|
+
@media (max-width: 576px) {
|
|
94
|
+
.pc-banner-card__image {
|
|
95
|
+
display: none;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-basic-card.pc-basic-card {
|
|
4
|
+
min-height: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.pc-basic-card__content {
|
|
8
|
+
display: flex;
|
|
9
|
+
}
|
|
10
|
+
.pc-basic-card__wrapper {
|
|
11
|
+
flex: auto;
|
|
12
|
+
}
|