@atlaskit/help 8.0.9 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/analytics/package.json +1 -1
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/assets/IconWrapper.js +2 -2
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +3 -3
- package/dist/cjs/components/Article/ArticleLoadingFail/styled.compiled.css +3 -0
- package/dist/cjs/components/Article/ArticleLoadingFail/styled.js +25 -24
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.compiled.css +8 -0
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +35 -57
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +5 -0
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +42 -31
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/styled.compiled.css +16 -0
- package/dist/cjs/components/Article/WhatsNewArticle/styled.js +49 -68
- package/dist/cjs/components/Article/index.compiled.css +20 -0
- package/dist/cjs/components/Article/index.js +14 -8
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.compiled.css +60 -0
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +130 -156
- package/dist/cjs/components/ArticlesList/styled.compiled.css +9 -0
- package/dist/cjs/components/ArticlesList/styled.js +18 -35
- package/dist/cjs/components/BackButton/index.js +3 -23
- package/dist/cjs/components/HelpContentButton/index.js +2 -2
- package/dist/cjs/components/HelpContentButton/styled.compiled.css +36 -0
- package/dist/cjs/components/HelpContentButton/styled.js +61 -26
- package/dist/cjs/components/NeedMoreHelp/index.js +2 -2
- package/dist/cjs/components/NeedMoreHelp/styled.compiled.css +20 -0
- package/dist/cjs/components/NeedMoreHelp/styled.js +27 -42
- package/dist/cjs/components/RelatedArticles/RelatedArticlesLoading.js +4 -4
- package/dist/cjs/components/RelatedArticles/index.compiled.css +8 -0
- package/dist/cjs/components/RelatedArticles/index.js +15 -26
- package/dist/cjs/components/RelatedArticles/styled.compiled.css +20 -0
- package/dist/cjs/components/RelatedArticles/styled.js +33 -53
- package/dist/cjs/components/Search/SearchInput/index.compiled.css +2 -0
- package/dist/cjs/components/Search/SearchInput/index.js +17 -24
- package/dist/cjs/components/Search/SearchInput/styled.compiled.css +28 -0
- package/dist/cjs/components/Search/SearchInput/styled.js +35 -62
- package/dist/cjs/components/Search/SearchResults/SearchExternalSite.js +2 -2
- package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +2 -2
- package/dist/cjs/components/Search/SearchResults/SearchResultsError.js +3 -3
- package/dist/cjs/components/Search/SearchResults/index.js +4 -30
- package/dist/cjs/components/Search/SearchResults/styled.compiled.css +31 -0
- package/dist/cjs/components/Search/SearchResults/styled.js +87 -84
- package/dist/cjs/components/Tabs/index.js +3 -3
- package/dist/cjs/components/Tabs/styled.compiled.css +13 -0
- package/dist/cjs/components/Tabs/styled.js +32 -33
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +4 -4
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +6 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +22 -27
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +3 -3
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +6 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +22 -27
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +39 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +51 -76
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +12 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +31 -55
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +5 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.compiled.css +16 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +23 -25
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.compiled.css +21 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +19 -14
- package/dist/cjs/components/WhatsNew/WhatsNewResults/styled.compiled.css +6 -0
- package/dist/cjs/components/WhatsNew/WhatsNewResults/styled.js +30 -56
- package/dist/cjs/components/constants.js +2 -4
- package/dist/cjs/components/styled.compiled.css +36 -0
- package/dist/cjs/components/styled.js +93 -96
- package/dist/cjs/util/styled.compiled.css +33 -0
- package/dist/cjs/util/styled.js +82 -119
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/assets/IconWrapper.js +1 -1
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +2 -2
- package/dist/es2019/components/Article/ArticleLoadingFail/styled.compiled.css +3 -0
- package/dist/es2019/components/Article/ArticleLoadingFail/styled.js +22 -23
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.compiled.css +8 -0
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +35 -54
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +5 -0
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +37 -27
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/styled.compiled.css +15 -0
- package/dist/es2019/components/Article/WhatsNewArticle/styled.js +38 -63
- package/dist/es2019/components/Article/index.compiled.css +20 -0
- package/dist/es2019/components/Article/index.js +12 -12
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.compiled.css +60 -0
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +88 -149
- package/dist/es2019/components/ArticlesList/styled.compiled.css +9 -0
- package/dist/es2019/components/ArticlesList/styled.js +16 -30
- package/dist/es2019/components/BackButton/index.js +4 -26
- package/dist/es2019/components/HelpContentButton/index.js +2 -2
- package/dist/es2019/components/HelpContentButton/styled.compiled.css +36 -0
- package/dist/es2019/components/HelpContentButton/styled.js +49 -80
- package/dist/es2019/components/NeedMoreHelp/index.js +1 -1
- package/dist/es2019/components/NeedMoreHelp/styled.compiled.css +20 -0
- package/dist/es2019/components/NeedMoreHelp/styled.js +24 -41
- package/dist/es2019/components/RelatedArticles/RelatedArticlesLoading.js +5 -5
- package/dist/es2019/components/RelatedArticles/index.compiled.css +8 -0
- package/dist/es2019/components/RelatedArticles/index.js +15 -26
- package/dist/es2019/components/RelatedArticles/styled.compiled.css +20 -0
- package/dist/es2019/components/RelatedArticles/styled.js +25 -45
- package/dist/es2019/components/Search/SearchInput/index.compiled.css +2 -0
- package/dist/es2019/components/Search/SearchInput/index.js +14 -23
- package/dist/es2019/components/Search/SearchInput/styled.compiled.css +28 -0
- package/dist/es2019/components/Search/SearchInput/styled.js +28 -61
- package/dist/es2019/components/Search/SearchResults/SearchExternalSite.js +1 -1
- package/dist/es2019/components/Search/SearchResults/SearchResultsEmpty.js +1 -1
- package/dist/es2019/components/Search/SearchResults/SearchResultsError.js +1 -1
- package/dist/es2019/components/Search/SearchResults/index.js +4 -37
- package/dist/es2019/components/Search/SearchResults/styled.compiled.css +31 -0
- package/dist/es2019/components/Search/SearchResults/styled.js +63 -79
- package/dist/es2019/components/Tabs/index.js +1 -1
- package/dist/es2019/components/Tabs/styled.compiled.css +13 -0
- package/dist/es2019/components/Tabs/styled.js +29 -31
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +6 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +17 -23
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +6 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +17 -23
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +39 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +34 -70
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +12 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +25 -47
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +6 -6
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.compiled.css +16 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +18 -23
- package/dist/es2019/components/WhatsNew/WhatsNewResults/index.compiled.css +21 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/index.js +18 -18
- package/dist/es2019/components/WhatsNew/WhatsNewResults/styled.compiled.css +6 -0
- package/dist/es2019/components/WhatsNew/WhatsNewResults/styled.js +23 -54
- package/dist/es2019/components/constants.js +1 -3
- package/dist/es2019/components/styled.compiled.css +36 -0
- package/dist/es2019/components/styled.js +75 -87
- package/dist/es2019/util/styled.compiled.css +33 -0
- package/dist/es2019/util/styled.js +61 -134
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/assets/IconWrapper.js +1 -1
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +2 -2
- package/dist/esm/components/Article/ArticleLoadingFail/styled.compiled.css +3 -0
- package/dist/esm/components/Article/ArticleLoadingFail/styled.js +25 -23
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.compiled.css +8 -0
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +35 -54
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +5 -0
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +42 -27
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/styled.compiled.css +16 -0
- package/dist/esm/components/Article/WhatsNewArticle/styled.js +48 -63
- package/dist/esm/components/Article/index.compiled.css +20 -0
- package/dist/esm/components/Article/index.js +14 -8
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.compiled.css +60 -0
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +129 -151
- package/dist/esm/components/ArticlesList/styled.compiled.css +9 -0
- package/dist/esm/components/ArticlesList/styled.js +17 -32
- package/dist/esm/components/BackButton/index.js +4 -24
- package/dist/esm/components/HelpContentButton/index.js +2 -2
- package/dist/esm/components/HelpContentButton/styled.compiled.css +36 -0
- package/dist/esm/components/HelpContentButton/styled.js +61 -24
- package/dist/esm/components/NeedMoreHelp/index.js +1 -1
- package/dist/esm/components/NeedMoreHelp/styled.compiled.css +20 -0
- package/dist/esm/components/NeedMoreHelp/styled.js +27 -41
- package/dist/esm/components/RelatedArticles/RelatedArticlesLoading.js +5 -5
- package/dist/esm/components/RelatedArticles/index.compiled.css +8 -0
- package/dist/esm/components/RelatedArticles/index.js +15 -25
- package/dist/esm/components/RelatedArticles/styled.compiled.css +20 -0
- package/dist/esm/components/RelatedArticles/styled.js +32 -47
- package/dist/esm/components/Search/SearchInput/index.compiled.css +2 -0
- package/dist/esm/components/Search/SearchInput/index.js +17 -23
- package/dist/esm/components/Search/SearchInput/styled.compiled.css +28 -0
- package/dist/esm/components/Search/SearchInput/styled.js +35 -61
- package/dist/esm/components/Search/SearchResults/SearchExternalSite.js +1 -1
- package/dist/esm/components/Search/SearchResults/SearchResultsEmpty.js +1 -1
- package/dist/esm/components/Search/SearchResults/SearchResultsError.js +1 -1
- package/dist/esm/components/Search/SearchResults/index.js +4 -30
- package/dist/esm/components/Search/SearchResults/styled.compiled.css +31 -0
- package/dist/esm/components/Search/SearchResults/styled.js +86 -79
- package/dist/esm/components/Tabs/index.js +1 -1
- package/dist/esm/components/Tabs/styled.compiled.css +13 -0
- package/dist/esm/components/Tabs/styled.js +32 -32
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +6 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +22 -23
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +6 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +22 -23
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +39 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +51 -72
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +12 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +30 -49
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +6 -6
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.compiled.css +16 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +22 -23
- package/dist/esm/components/WhatsNew/WhatsNewResults/index.compiled.css +21 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/index.js +21 -14
- package/dist/esm/components/WhatsNew/WhatsNewResults/styled.compiled.css +6 -0
- package/dist/esm/components/WhatsNew/WhatsNewResults/styled.js +29 -54
- package/dist/esm/components/constants.js +1 -3
- package/dist/esm/components/styled.compiled.css +36 -0
- package/dist/esm/components/styled.js +92 -91
- package/dist/esm/util/styled.compiled.css +33 -0
- package/dist/esm/util/styled.js +82 -120
- package/dist/types/components/Article/ArticleLoadingFail/styled.d.ts +14 -13
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +14 -13
- package/dist/types/components/Article/WhatsNewArticle/styled.d.ts +20 -25
- package/dist/types/components/Article/index.d.ts +4 -0
- package/dist/types/components/ArticlesList/ArticlesListItem/styled.d.ts +44 -57
- package/dist/types/components/ArticlesList/styled.d.ts +7 -10
- package/dist/types/components/HelpContentButton/styled.d.ts +25 -6
- package/dist/types/components/NeedMoreHelp/styled.d.ts +11 -13
- package/dist/types/components/RelatedArticles/styled.d.ts +11 -21
- package/dist/types/components/Search/SearchInput/styled.d.ts +17 -17
- package/dist/types/components/Search/SearchResults/styled.d.ts +27 -29
- package/dist/types/components/Tabs/styled.d.ts +11 -14
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +11 -9
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +11 -9
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +19 -21
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +11 -18
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +10 -10
- package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +5 -0
- package/dist/types/components/WhatsNew/WhatsNewResults/styled.d.ts +14 -21
- package/dist/types/components/constants.d.ts +0 -1
- package/dist/types/components/styled.d.ts +23 -32
- package/dist/types/util/styled.d.ts +8 -27
- package/dist/types-ts4.5/components/Article/ArticleLoadingFail/styled.d.ts +14 -13
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +14 -13
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/styled.d.ts +20 -25
- package/dist/types-ts4.5/components/Article/index.d.ts +4 -0
- package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/styled.d.ts +44 -57
- package/dist/types-ts4.5/components/ArticlesList/styled.d.ts +7 -10
- package/dist/types-ts4.5/components/HelpContentButton/styled.d.ts +25 -6
- package/dist/types-ts4.5/components/NeedMoreHelp/styled.d.ts +11 -13
- package/dist/types-ts4.5/components/RelatedArticles/styled.d.ts +11 -21
- package/dist/types-ts4.5/components/Search/SearchInput/styled.d.ts +17 -17
- package/dist/types-ts4.5/components/Search/SearchResults/styled.d.ts +27 -29
- package/dist/types-ts4.5/components/Tabs/styled.d.ts +11 -14
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +11 -9
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +11 -9
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +19 -21
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +11 -18
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +10 -10
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +5 -0
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/styled.d.ts +14 -21
- package/dist/types-ts4.5/components/constants.d.ts +0 -1
- package/dist/types-ts4.5/components/styled.d.ts +23 -32
- package/dist/types-ts4.5/util/styled.d.ts +8 -27
- package/messages/package.json +1 -1
- package/package.json +9 -8
- package/dist/cjs/components/Article/styled.js +0 -50
- package/dist/es2019/components/Article/styled.js +0 -42
- package/dist/esm/components/Article/styled.js +0 -42
- package/dist/types/components/Article/styled.d.ts +0 -13
- package/dist/types-ts4.5/components/Article/styled.d.ts +0 -13
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
._v5641tic{transition:var(--_m9bkgq)}
|
|
3
|
+
._x3do3yx5{border-top:var(--_1it2dty)}._16jlkb7n{flex-grow:1}
|
|
4
|
+
._18m91wug{overflow-y:auto}
|
|
5
|
+
._19bvidpf{padding-left:0}
|
|
6
|
+
._19bvpxbi{padding-left:var(--ds-space-200,1pc)}
|
|
7
|
+
._19pkou31{margin-top:var(--ds-space-200,14px)}
|
|
8
|
+
._1bah1yb4{justify-content:space-between}
|
|
9
|
+
._1bsb1osq{width:100%}
|
|
10
|
+
._1e0c1txw{display:flex}
|
|
11
|
+
._1e0c1ule{display:block}
|
|
12
|
+
._1f49idpf{order:0}
|
|
13
|
+
._1ltv1ejb{left:var(--ds-space-300,24px)}
|
|
14
|
+
._1n261q9c{flex-wrap:nowrap}
|
|
15
|
+
._1o9zkb7n{flex-shrink:1}
|
|
16
|
+
._1reo15vq{overflow-x:hidden}
|
|
17
|
+
._1reo1wug{overflow-x:auto}
|
|
18
|
+
._1tkeidpf{min-height:0}
|
|
19
|
+
._1wpz1wug{align-self:auto}
|
|
20
|
+
._2lx21bp4{flex-direction:column}
|
|
21
|
+
._4cvr1y6m{align-items:flex-start}
|
|
22
|
+
._4t3i1osq{height:100%}
|
|
23
|
+
._4t3ixy5q{height:var(--ds-space-400,2pc)}
|
|
24
|
+
._ae4v1fhb{align-content:stretch}
|
|
25
|
+
._bfhk1v7z{background-color:var(--_1xglsrh)}
|
|
26
|
+
._ca0qpxbi{padding-top:var(--ds-space-200,1pc)}
|
|
27
|
+
._ca0qu2gc{padding-top:var(--ds-space-100,8px)}
|
|
28
|
+
._i0dl1wug{flex-basis:auto}
|
|
29
|
+
._kqswh2mm{position:relative}
|
|
30
|
+
._kqswstnw{position:absolute}
|
|
31
|
+
._n3tdpxbi{padding-bottom:var(--ds-space-200,1pc)}
|
|
32
|
+
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
33
|
+
._tzy4idpf{opacity:0}
|
|
34
|
+
._u5f3idpf{padding-right:0}
|
|
35
|
+
._u5f3pxbi{padding-right:var(--ds-space-200,1pc)}
|
|
36
|
+
._vchhusvi{box-sizing:border-box}
|
|
@@ -1,102 +1,99 @@
|
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
1
2
|
"use strict";
|
|
2
3
|
|
|
3
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports.HomeAi = exports.Home = exports.HelpFooter = exports.HelpBodyContainer = exports.HelpBodyAi = exports.HelpBody = exports.BackButtonContainer = void 0;
|
|
9
|
-
|
|
10
|
-
var
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
return {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
left: "var(--ds-space-100, 8px)",
|
|
101
|
-
height: "var(--ds-space-400, 32px)"
|
|
102
|
-
});
|
|
8
|
+
exports.HomeAi = exports.Home = exports.HelpFooter = exports.HelpBodyContainer = exports.HelpBodyAi = exports.HelpBody = exports.BackButtonContainer = exports.BACK_BUTTON_CONTAINER_TRANSITION_DURATION_MS = void 0;
|
|
9
|
+
require("./styled.compiled.css");
|
|
10
|
+
var _runtime = require("@compiled/react/runtime");
|
|
11
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
12
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
13
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
var _colors = require("@atlaskit/theme/colors");
|
|
16
|
+
var _excluded = ["children"];
|
|
17
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19
|
+
var helpBodyContainerStyles = null;
|
|
20
|
+
var HelpBodyContainer = exports.HelpBodyContainer = function HelpBodyContainer(_ref) {
|
|
21
|
+
var children = _ref.children;
|
|
22
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
23
|
+
className: (0, _runtime.ax)(["_16jlkb7n _1tkeidpf _kqswh2mm _18m91wug _1reo15vq _1e0c1txw _2lx21bp4 _1n261q9c _1bah1yb4 _ae4v1fhb _4cvr1y6m"])
|
|
24
|
+
}, children);
|
|
25
|
+
};
|
|
26
|
+
var helpBodyStyles = null;
|
|
27
|
+
var HelpBody = exports.HelpBody = function HelpBody(_ref2) {
|
|
28
|
+
var children = _ref2.children;
|
|
29
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
30
|
+
className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dl1wug _1bsb1osq _vchhusvi _1f49idpf _1wpz1wug _kqswh2mm _1reo15vq _18m91wug"])
|
|
31
|
+
}, children);
|
|
32
|
+
};
|
|
33
|
+
var helpBodyAiStyles = null;
|
|
34
|
+
var HelpBodyAi = exports.HelpBodyAi = function HelpBodyAi(_ref3) {
|
|
35
|
+
var children = _ref3.children;
|
|
36
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
37
|
+
className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dl1wug _1bsb1osq _vchhusvi _1f49idpf _1wpz1wug _kqswh2mm"])
|
|
38
|
+
}, children);
|
|
39
|
+
};
|
|
40
|
+
var homeStyles = null;
|
|
41
|
+
var Home = exports.Home = function Home(_ref4) {
|
|
42
|
+
var isOverlayFullyVisible = _ref4.isOverlayFullyVisible,
|
|
43
|
+
isOverlayVisible = _ref4.isOverlayVisible,
|
|
44
|
+
children = _ref4.children;
|
|
45
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
46
|
+
style: {
|
|
47
|
+
display: isOverlayFullyVisible ? 'none' : 'block',
|
|
48
|
+
overflow: isOverlayVisible ? 'hidden' : 'auto'
|
|
49
|
+
},
|
|
50
|
+
className: (0, _runtime.ax)(["_1reo1wug _18m91wug _1e0c1ule _4t3i1osq _ca0qpxbi _u5f3pxbi _n3tdpxbi _19bvpxbi _vchhusvi"])
|
|
51
|
+
}, children);
|
|
52
|
+
};
|
|
53
|
+
var homeAiStyles = null;
|
|
54
|
+
var HomeAi = exports.HomeAi = function HomeAi(_ref5) {
|
|
55
|
+
var isOverlayFullyVisible = _ref5.isOverlayFullyVisible,
|
|
56
|
+
isOverlayVisible = _ref5.isOverlayVisible,
|
|
57
|
+
children = _ref5.children;
|
|
58
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
59
|
+
style: {
|
|
60
|
+
display: isOverlayFullyVisible ? 'none' : 'block',
|
|
61
|
+
overflow: isOverlayVisible ? 'hidden' : 'auto'
|
|
62
|
+
},
|
|
63
|
+
className: (0, _runtime.ax)(["_1reo1wug _18m91wug _1e0c1ule _19bvpxbi _u5f3pxbi _n3tdpxbi _vchhusvi"])
|
|
64
|
+
}, children);
|
|
65
|
+
};
|
|
66
|
+
var helpFooterStyles = null;
|
|
67
|
+
var HelpFooter = exports.HelpFooter = function HelpFooter(_ref6) {
|
|
68
|
+
var children = _ref6.children,
|
|
69
|
+
rest = (0, _objectWithoutProperties2.default)(_ref6, _excluded);
|
|
70
|
+
return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({}, rest, {
|
|
71
|
+
className: (0, _runtime.ax)(["_x3do3yx5 _ca0qu2gc _u5f3idpf _n3tdu2gc _19bvidpf _vchhusvi _1bsb1osq _bfhk1v7z _1bah1yb4"]),
|
|
72
|
+
style: {
|
|
73
|
+
"--_1xglsrh": (0, _runtime.ix)("var(--ds-background-neutral, ".concat(_colors.N10, ")")),
|
|
74
|
+
"--_1it2dty": (0, _runtime.ix)("var(--ds-space-025, 2px)".concat(" solid ", "var(--ds-border, ".concat(_colors.N30, ")")))
|
|
75
|
+
}
|
|
76
|
+
}), children);
|
|
77
|
+
};
|
|
78
|
+
var BACK_BUTTON_CONTAINER_TRANSITION_DURATION_MS = exports.BACK_BUTTON_CONTAINER_TRANSITION_DURATION_MS = 220;
|
|
79
|
+
var backButtonContainerStyles = null;
|
|
80
|
+
var backButtonContainerTransitionStyles = {
|
|
81
|
+
entered: {
|
|
82
|
+
left: "var(--ds-space-100, 8px)",
|
|
83
|
+
opacity: 1
|
|
84
|
+
},
|
|
85
|
+
exited: {
|
|
86
|
+
left: "var(--ds-space-100, 8px)",
|
|
87
|
+
opacity: 0
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
var BackButtonContainer = exports.BackButtonContainer = function BackButtonContainer(_ref7) {
|
|
91
|
+
var transitionState = _ref7.transitionState,
|
|
92
|
+
children = _ref7.children;
|
|
93
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
94
|
+
className: (0, _runtime.ax)(["_v5641tic _kqswstnw _19pkou31 _1ltv1ejb _4t3ixy5q _tzy4idpf"]),
|
|
95
|
+
style: _objectSpread(_objectSpread({}, backButtonContainerTransitionStyles[transitionState]), {}, {
|
|
96
|
+
"--_m9bkgq": (0, _runtime.ix)("left ".concat(BACK_BUTTON_CONTAINER_TRANSITION_DURATION_MS, "ms, opacity ").concat(BACK_BUTTON_CONTAINER_TRANSITION_DURATION_MS, "ms"))
|
|
97
|
+
})
|
|
98
|
+
}, children);
|
|
99
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
._2rkoyh40{border-radius:2px}._100g1cra>img{height:var(--_1qkluan)}
|
|
3
|
+
._12vemgnk{background-repeat:no-repeat}
|
|
4
|
+
._15jg1osq>img>svg{height:100%}
|
|
5
|
+
._19bvpxbi{padding-left:var(--ds-space-200,1pc)}
|
|
6
|
+
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
7
|
+
._1bsb1osq{width:100%}
|
|
8
|
+
._1bsbpxbi{width:var(--ds-space-200,1pc)}
|
|
9
|
+
._1e0c1o8l{display:inline-block}
|
|
10
|
+
._1itk1tr1{background-image:var(--_otzjef)}
|
|
11
|
+
._1jrq1osq>img>svg{width:100%}
|
|
12
|
+
._1o51q7pw{animation-fill-mode:forwards}
|
|
13
|
+
._1pglp3kn{animation-timing-function:linear}
|
|
14
|
+
._4t3ipxbi{height:var(--ds-space-200,1pc)}
|
|
15
|
+
._4t3iyh40{height:2px}
|
|
16
|
+
._5s2h1ssb>img{left:50%}
|
|
17
|
+
._5sag126j{animation-duration:1.2s}
|
|
18
|
+
._9qcx1ooe>img{transform:translate(-50%,-50%)}
|
|
19
|
+
._bfhk17xe{background-color:var(--_kmlon4)}
|
|
20
|
+
._bfhkptpz{background-color:var(--_19g1tth)}
|
|
21
|
+
._ca0qidpf{padding-top:0}
|
|
22
|
+
._iu1x1cra>img{width:var(--_1qkluan)}
|
|
23
|
+
._j7hq1en8{animation-name:k6xje6p}
|
|
24
|
+
._kqswh2mm{position:relative}
|
|
25
|
+
._n3tdidpf{padding-bottom:0}
|
|
26
|
+
._s7n4nkob{vertical-align:middle}
|
|
27
|
+
._se2z1ssb>img{top:50%}
|
|
28
|
+
._syazu67f{color:#fff}
|
|
29
|
+
._tip812c5{animation-iteration-count:infinite}
|
|
30
|
+
._u5f3pxbi{padding-right:var(--ds-space-200,1pc)}
|
|
31
|
+
._vchhusvi{box-sizing:border-box}
|
|
32
|
+
._yti7stnw>img{position:absolute}
|
|
33
|
+
@keyframes k6xje6p{0%{background-position:-300px 0}to{background-position:750pt 0}}
|
package/dist/cjs/util/styled.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
1
2
|
"use strict";
|
|
2
3
|
|
|
3
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -5,131 +6,93 @@ var _typeof = require("@babel/runtime/helpers/typeof");
|
|
|
5
6
|
Object.defineProperty(exports, "__esModule", {
|
|
6
7
|
value: true
|
|
7
8
|
});
|
|
8
|
-
exports.WhatsNewTypeIcon = exports.LoadingRectangle = exports.
|
|
9
|
-
|
|
10
|
-
var
|
|
11
|
-
var
|
|
9
|
+
exports.WhatsNewTypeIcon = exports.LoadingRectangle = exports.DividerLine = void 0;
|
|
10
|
+
require("./styled.compiled.css");
|
|
11
|
+
var _runtime = require("@compiled/react/runtime");
|
|
12
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
13
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
14
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
12
15
|
var _constants = require("@atlaskit/theme/constants");
|
|
13
|
-
var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
14
16
|
var _WhatsNew = require("../model/WhatsNew");
|
|
15
|
-
var
|
|
16
|
-
/**
|
|
17
|
-
* @jsxRuntime classic
|
|
18
|
-
* @jsx jsx
|
|
19
|
-
*/
|
|
20
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
var _colors = require("@atlaskit/theme/colors");
|
|
22
18
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
23
19
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
|
-
|
|
25
|
-
var
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
})
|
|
20
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
|
|
22
|
+
var dividerLineStyles = null;
|
|
23
|
+
var DividerLine = exports.DividerLine = function DividerLine(_ref) {
|
|
24
|
+
var style = _ref.style;
|
|
25
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
26
|
+
className: (0, _runtime.ax)(["_bfhk17xe _4t3iyh40 _1bsb1osq _ca0qidpf _u5f3pxbi _n3tdidpf _19bvpxbi _19pkpxbi _vchhusvi"]),
|
|
27
|
+
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
28
|
+
"--_kmlon4": (0, _runtime.ix)("var(--ds-border, ".concat(_colors.N30A, ")"))
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
};
|
|
34
32
|
|
|
35
33
|
/**
|
|
36
34
|
* Loading container
|
|
37
35
|
*/
|
|
38
36
|
|
|
39
|
-
var shimmer =
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
var
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
102
|
-
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N30, ")"),
|
|
103
|
-
backgroundImage: "linear-gradient( to right, ".concat("var(--ds-background-neutral-subtle, ".concat(
|
|
104
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
105
|
-
colors.N30
|
|
106
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
107
|
-
, ")"), " 10%, ", "var(--ds-background-neutral, ".concat(colors.N40, ")"), " 20%, ", "var(--ds-background-neutral-subtle, ".concat(
|
|
108
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
109
|
-
colors.N30, ")"), " 30% )"),
|
|
110
|
-
backgroundRepeat: 'no-repeat'
|
|
111
|
-
};
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* What's new icon
|
|
116
|
-
*/
|
|
117
|
-
|
|
118
|
-
// eslint-disable-next-line @atlaskit/design-system/no-styled-tagged-template-expression, @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
119
|
-
var WhatsNewTypeIcon = exports.WhatsNewTypeIcon = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tposition: relative;\n\theight: ", ";\n\twidth: ", ";\n\tborder-radius: 2px;\n\tcolor: #ffff;\n\tbackground-color: ", ";\n\n\t& > img {\n\t\twidth: calc(100% - ", "px);\n\t\theight: calc(100% - ", "px);\n\t\tposition: absolute;\n\t\tleft: 50%;\n\t\ttop: 50%;\n\t\ttransform: translate(-50%, -50%);\n\n\t\t& > svg {\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)", function (_ref) {
|
|
120
|
-
var type = _ref.type;
|
|
121
|
-
switch (type) {
|
|
122
|
-
case _WhatsNew.WHATS_NEW_ITEM_TYPES.IMPROVEMENT:
|
|
123
|
-
return "var(--ds-icon-warning, ".concat(colors.Y200, ")");
|
|
124
|
-
case _WhatsNew.WHATS_NEW_ITEM_TYPES.NEW_FEATURE:
|
|
125
|
-
return "var(--ds-icon-success, ".concat(colors.G300, ")");
|
|
126
|
-
case _WhatsNew.WHATS_NEW_ITEM_TYPES.FIX:
|
|
127
|
-
return "var(--ds-icon-information, ".concat(colors.B500, ")");
|
|
128
|
-
case _WhatsNew.WHATS_NEW_ITEM_TYPES.EXPERIMENT:
|
|
129
|
-
return "var(--ds-icon-discovery, ".concat(colors.P500, ")");
|
|
130
|
-
case _WhatsNew.WHATS_NEW_ITEM_TYPES.REMOVED:
|
|
131
|
-
return "var(--ds-icon-disabled, ".concat(colors.N700, ")");
|
|
132
|
-
default:
|
|
133
|
-
return "var(--ds-icon, ".concat(colors.N400, ")");
|
|
134
|
-
}
|
|
135
|
-
}, (0, _constants.gridSize)() / 2, (0, _constants.gridSize)() / 2);
|
|
37
|
+
var shimmer = null;
|
|
38
|
+
var loadingRectangleStyles = null;
|
|
39
|
+
var LoadingRectangle = exports.LoadingRectangle = function LoadingRectangle(_ref2) {
|
|
40
|
+
var style = _ref2.style,
|
|
41
|
+
contentHeight = _ref2.contentHeight,
|
|
42
|
+
contentWidth = _ref2.contentWidth,
|
|
43
|
+
marginTop = _ref2.marginTop;
|
|
44
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
45
|
+
className: (0, _runtime.ax)(["_2rkoyh40 _1e0c1o8l _s7n4nkob _kqswh2mm _5sag126j _1o51q7pw _tip812c5 _j7hq1en8 _1pglp3kn _bfhkptpz _1itk1tr1 _12vemgnk"]),
|
|
46
|
+
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
47
|
+
height: contentHeight !== null && contentHeight !== void 0 ? contentHeight : '1rem',
|
|
48
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
49
|
+
marginTop: marginTop !== null && marginTop !== void 0 ? marginTop : (0, _constants.gridSize)() + 'px',
|
|
50
|
+
width: contentWidth !== null && contentWidth !== void 0 ? contentWidth : '100%',
|
|
51
|
+
"--_19g1tth": (0, _runtime.ix)("var(--ds-background-neutral, ".concat(_colors.N30, ")")),
|
|
52
|
+
"--_otzjef": (0, _runtime.ix)("linear-gradient( to right, ".concat("var(--ds-background-neutral-subtle, ".concat(
|
|
53
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
54
|
+
_colors.N30
|
|
55
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
56
|
+
, ")"), " 10%, ", "var(--ds-background-neutral, ".concat(_colors.N40, ")"), " 20%, ", "var(--ds-background-neutral-subtle, ".concat(
|
|
57
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
58
|
+
_colors.N30, ")"), " 30% )"))
|
|
59
|
+
})
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
var whatsNewTypeIconStyles = null;
|
|
63
|
+
var WhatsNewTypeIcon = exports.WhatsNewTypeIcon = function WhatsNewTypeIcon(_ref3) {
|
|
64
|
+
var type = _ref3.type,
|
|
65
|
+
children = _ref3.children;
|
|
66
|
+
var _useState = (0, _react.useState)("var(--ds-icon, ".concat(_colors.N400, ")")),
|
|
67
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
68
|
+
backgroundColor = _useState2[0],
|
|
69
|
+
setBackgroundColor = _useState2[1];
|
|
70
|
+
(0, _react.useEffect)(function () {
|
|
71
|
+
switch (type) {
|
|
72
|
+
case _WhatsNew.WHATS_NEW_ITEM_TYPES.IMPROVEMENT:
|
|
73
|
+
setBackgroundColor("var(--ds-icon-warning, ".concat(_colors.Y200, ")"));
|
|
74
|
+
break;
|
|
75
|
+
case _WhatsNew.WHATS_NEW_ITEM_TYPES.NEW_FEATURE:
|
|
76
|
+
setBackgroundColor("var(--ds-icon-success, ".concat(_colors.G300, ")"));
|
|
77
|
+
break;
|
|
78
|
+
case _WhatsNew.WHATS_NEW_ITEM_TYPES.FIX:
|
|
79
|
+
setBackgroundColor("var(--ds-icon-information, ".concat(_colors.B500, ")"));
|
|
80
|
+
break;
|
|
81
|
+
case _WhatsNew.WHATS_NEW_ITEM_TYPES.EXPERIMENT:
|
|
82
|
+
setBackgroundColor("var(--ds-icon-discovery, ".concat(_colors.P500, ")"));
|
|
83
|
+
break;
|
|
84
|
+
case _WhatsNew.WHATS_NEW_ITEM_TYPES.REMOVED:
|
|
85
|
+
setBackgroundColor("var(--ds-icon-disabled, ".concat(_colors.N700, ")"));
|
|
86
|
+
break;
|
|
87
|
+
default:
|
|
88
|
+
setBackgroundColor("var(--ds-icon, ".concat(_colors.N400, ")"));
|
|
89
|
+
}
|
|
90
|
+
}, [type]);
|
|
91
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
92
|
+
className: (0, _runtime.ax)(["_2rkoyh40 _1e0c1o8l _s7n4nkob _kqswh2mm _4t3ipxbi _1bsbpxbi _syazu67f _iu1x1cra _100g1cra _yti7stnw _5s2h1ssb _se2z1ssb _9qcx1ooe _15jg1osq _1jrq1osq"]),
|
|
93
|
+
style: {
|
|
94
|
+
backgroundColor: backgroundColor,
|
|
95
|
+
"--_1qkluan": (0, _runtime.ix)("calc(100% - ".concat((0, _constants.gridSize)() / 2, "px)"))
|
|
96
|
+
}
|
|
97
|
+
}, children);
|
|
98
|
+
};
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -3,14 +3,14 @@ import Button from '@atlaskit/button';
|
|
|
3
3
|
import { injectIntl } from 'react-intl-next';
|
|
4
4
|
import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
|
|
5
5
|
import Heading from '@atlaskit/heading';
|
|
6
|
-
import { Text } from '@atlaskit/primitives';
|
|
6
|
+
import { Text } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import { messages } from '../../../messages';
|
|
8
8
|
import SomethingWrongImage from '../../../assets/SomethingWrongImage';
|
|
9
9
|
import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading } from './styled';
|
|
10
10
|
const ANALYTICS_CONTEXT_DATA = {
|
|
11
11
|
componentName: 'ArticleLoadingFail',
|
|
12
12
|
packageName: "@atlaskit/help",
|
|
13
|
-
packageVersion: "
|
|
13
|
+
packageVersion: "9.0.0"
|
|
14
14
|
};
|
|
15
15
|
export const ArticleLoadingFail = ({
|
|
16
16
|
onTryAgainButtonClick,
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
});
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
+
import "./styled.compiled.css";
|
|
3
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
const loadingErrorMessageStyles = null;
|
|
6
|
+
export const LoadingErrorMessage = ({
|
|
7
|
+
children
|
|
8
|
+
}) => /*#__PURE__*/React.createElement("div", {
|
|
9
|
+
className: ax(["_ca0q1ejb _y3gn1h6o"])
|
|
10
|
+
}, children);
|
|
11
|
+
const loadingErrorButtonContainerStyles = null;
|
|
12
|
+
export const LoadingErrorButtonContainer = ({
|
|
13
|
+
children
|
|
14
|
+
}) => /*#__PURE__*/React.createElement("div", {
|
|
15
|
+
className: ax(["_ca0q1ejb _y3gn1h6o"])
|
|
16
|
+
}, children);
|
|
17
|
+
const loadingErrorHeadingStyles = null;
|
|
18
|
+
export const LoadingErrorHeading = ({
|
|
19
|
+
children
|
|
20
|
+
}) => /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
className: ax(["_ca0q1jfw _y3gn1h6o"])
|
|
22
|
+
}, children);
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "
|
|
9
|
+
packageVersion: "9.0.0"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulNoButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "
|
|
9
|
+
packageVersion: "9.0.0"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulYesButton = ({
|
|
12
12
|
isSelected = false,
|