@salesforcedevs/dx-components 0.24.0 → 0.25.1
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/lwc.config.json +3 -1
- package/package.json +2 -2
- package/src/modules/dx/banner/__tests__/banner.test.ts +11 -9
- package/src/modules/dx/brandThemeProvider/__tests__/brandThemeProvider.test.ts +1 -1
- package/src/modules/dx/breadcrumbs/__tests__/breadcrumbs.test.ts +7 -10
- package/src/modules/dx/button/__tests__/button.test.ts +2 -2
- package/src/modules/dx/cardBlogPost/__tests__/cardBlogPost.test.ts +3 -4
- package/src/modules/dx/cardBlogPostProvider/__tests__/cardBlogPostProvider.test.ts +1 -1
- package/src/modules/dx/cardBlogPostProvider/cardBlogPostProvider.ts +1 -1
- package/src/modules/dx/cardCallout/__tests__/cardCallout.test.ts +4 -7
- package/src/modules/dx/cardCallout/cardCallout.ts +1 -1
- package/src/modules/dx/cardContent/__tests__/cardContent.test.ts +27 -39
- package/src/modules/dx/cardContent/cardContent.ts +2 -2
- package/src/modules/dx/cardDocs/__tests__/cardDocs.test.ts +3 -3
- package/src/modules/dx/cardDocs/cardDocs.ts +1 -1
- package/src/modules/dx/cardEvent/__tests__/cardEvent.test.ts +9 -13
- package/src/modules/dx/cardExpanded/__tests__/cardExpanded.test.ts +2 -2
- package/src/modules/dx/cardExpanded/cardExpanded.ts +1 -1
- package/src/modules/dx/cardMinimal/__tests__/cardMinimal.test.ts +2 -2
- package/src/modules/dx/cardMinimal/cardMinimal.ts +1 -1
- package/src/modules/dx/cardNews/__tests__/cardNews.test.ts +3 -4
- package/src/modules/dx/cardNews/cardNews.ts +1 -1
- package/src/modules/dx/cardPodcastEpisode/__tests__/cardPodcastEpisode.test.ts +5 -7
- package/src/modules/dx/cardPodcastEpisodeProvider/__tests__/cardPodcastEpisodeProvider.test.ts +1 -1
- package/src/modules/dx/cardPodcastEpisodeProvider/cardPodcastEpisodeProvider.ts +1 -1
- package/src/modules/dx/cardSmall/__tests__/cardSmall.test.ts +10 -14
- package/src/modules/dx/cardSmall/cardSmall.ts +1 -1
- package/src/modules/dx/cardTitle/__tests__/cardTitle.test.ts +1 -1
- package/src/modules/dx/cardTrailheadModule/__tests__/cardTrailheadModule.test.ts +1 -1
- package/src/modules/dx/cardVideoPreview/__tests__/cardVideoPreview.test.ts +1 -1
- package/src/modules/dx/checkbox/__tests__/checkbox.test.ts +3 -4
- package/src/modules/dx/checkboxGroup/__tests__/checkboxGroup.test.ts +1 -1
- package/src/modules/dx/codeBlock/__tests__/codeBlock.test.ts +3 -3
- package/src/modules/dx/codeBlock/codeBlock.ts +1 -1
- package/src/modules/dx/dropdown/__tests__/dropdown.test.ts +16 -23
- package/src/modules/dx/dropdown/dropdown.ts +6 -6
- package/src/modules/dx/dropdownOption/__tests__/dropdownOption.test.ts +1 -1
- package/src/modules/dx/emptyState/__tests__/emptyState.test.ts +1 -1
- package/src/modules/dx/feature/__tests__/feature.test.ts +6 -5
- package/src/modules/dx/featureGrid/__tests__/featureGrid.test.ts +2 -2
- package/src/modules/dx/featuredContentHeader/__tests__/featuredContentHeader.test.ts +27 -40
- package/src/modules/dx/featuredContentHeader/featuredContentHeader.ts +1 -1
- package/src/modules/dx/featuresList/__tests__/featuresList.test.ts +9 -13
- package/src/modules/dx/footer/__tests__/footer.test.ts +1 -1
- package/src/modules/dx/footerOption/__tests__/footerOption.test.ts +1 -1
- package/src/modules/dx/formattedDateTime/__tests__/formattedDateTime.test.ts +1 -1
- package/src/modules/dx/grid/__tests__/grid.test.ts +1 -1
- package/src/modules/dx/groupBio/__tests__/groupBio.test.ts +1 -1
- package/src/modules/dx/groupText/__tests__/groupText.test.ts +9 -13
- package/src/modules/dx/groupText/groupText.ts +1 -1
- package/src/modules/dx/header/__tests__/header.test.ts +3 -3
- package/src/modules/dx/header/__tests__/mockProps.ts +1 -1
- package/src/modules/dx/header/header.ts +1 -1
- package/src/modules/dx/headerMobileNavMenu/__tests__/headerMobileNavMenu.test.ts +2 -2
- package/src/modules/dx/headerMobileNavMenu/headerMobileNavMenu.ts +1 -1
- package/src/modules/dx/headerMobileNavMenuOption/__tests__/headerMobileNavMenuOption.test.ts +1 -1
- package/src/modules/dx/headerNav/__tests__/headerNav.test.ts +1 -1
- package/src/modules/dx/headerSearch/__tests__/headerSearch.test.ts +2 -2
- package/src/modules/dx/headerSearch/__tests__/mockProps.ts +1 -1
- package/src/modules/dx/headerSearch/headerSearch.ts +1 -1
- package/src/modules/dx/helmet/__tests__/helmet.test.ts +3 -4
- package/src/modules/dx/hr/__tests__/hr.test.ts +1 -1
- package/src/modules/dx/icon/__tests__/icon.test.ts +1 -1
- package/src/modules/dx/icon/icon.ts +1 -1
- package/src/modules/dx/iconBadge/__tests__/iconBadge.test.ts +1 -1
- package/src/modules/dx/iconBadge/iconBadge.ts +1 -1
- package/src/modules/dx/imageAndLabel/__tests__/imageAndLabel.test.ts +1 -1
- package/src/modules/dx/input/__tests__/input.test.ts +23 -34
- package/src/modules/dx/input/input.ts +1 -1
- package/src/modules/dx/instrumentation/__tests__/instrumentation.test.ts +2 -2
- package/src/modules/dx/interactiveImage/__tests__/interactiveImage.test.ts +7 -10
- package/src/modules/dx/lazy/__tests__/lazy.test.ts +1 -1
- package/src/modules/dx/pagination/__tests__/pagination.test.ts +1 -1
- package/src/modules/dx/podcastHost/__tests__/podcastHost.test.ts +1 -1
- package/src/modules/dx/podcastPlayer/__tests__/podcastPlayer.test.ts +1 -1
- package/src/modules/dx/podcastSubscription/__tests__/podcastSubscription.test.ts +1 -1
- package/src/modules/dx/popover/__tests__/popover.test.ts +5 -2
- package/src/modules/dx/popover/popover.ts +1 -1
- package/src/modules/dx/radioGroup/__tests__/radioGroup.test.ts +1 -1
- package/src/modules/dx/relativeDateTime/__tests__/relativeDateTime.test.ts +1 -1
- package/src/modules/dx/section/__tests__/section.test.ts +1 -1
- package/src/modules/dx/section/section.ts +1 -1
- package/src/modules/dx/sectionSignup/__tests__/sectionSignup.test.ts +1 -1
- package/src/modules/dx/sidebar/__tests__/sidebar.test.ts +3 -3
- package/src/modules/dx/sidebar/sidebar.ts +1 -1
- package/src/modules/dx/sidebarOld/__tests__/sidebarOld.test.ts +2 -2
- package/src/modules/dx/sidebarSearch/__tests__/sidebarSearch.test.ts +6 -3
- package/src/modules/dx/sidebarSearch/sidebarSearch.ts +9 -3
- package/src/modules/dx/sidebarSearchResult/__tests__/sidebarSearchResult.test.ts +1 -1
- package/src/modules/dx/slackButton/__tests__/slackButton.test.ts +20 -0
- package/src/modules/dx/slackButton/slackButton.css +43 -0
- package/src/modules/dx/slackButton/slackButton.html +14 -0
- package/src/modules/dx/slackButton/slackButton.stories.ts +21 -0
- package/src/modules/dx/slackButton/slackButton.ts +3 -0
- package/src/modules/dx/{slackAdd/__tests__/slackAdd.test.ts → slackCta/__tests__/slackCta.test.ts} +7 -7
- package/src/modules/dx/slackCta/slackCta.css +46 -0
- package/src/modules/dx/slackCta/slackCta.html +6 -0
- package/src/modules/dx/{slackAdd/slackAdd.stories.ts → slackCta/slackCta.stories.ts} +5 -5
- package/src/modules/dx/{slackAdd/slackAdd.ts → slackCta/slackCta.ts} +0 -0
- package/src/modules/dx/socials/__tests__/socials.test.ts +1 -1
- package/src/modules/dx/spinner/__tests__/spinner.test.ts +1 -1
- package/src/modules/dx/tab/__tests__/tab.test.ts +1 -1
- package/src/modules/dx/toc/__tests__/toc.test.ts +13 -19
- package/src/modules/dx/tooltip/__tests__/tooltip.test.ts +3 -4
- package/src/modules/dx/topics/__tests__/topics.test.ts +1 -1
- package/src/modules/dx/tree/__tests__/tree.test.ts +1 -1
- package/src/modules/dx/treeItem/__tests__/treeItem.test.ts +1 -1
- package/src/modules/dx/treeTile/__tests__/treeTile.test.ts +1 -1
- package/src/modules/dx/typeBadge/__tests__/typeBadge.test.ts +1 -1
- package/src/modules/dx/typeBadge/typeBadge.ts +1 -1
- package/src/modules/dx/typeBadgeGroup/__tests__/typeBadgeGroup.test.ts +9 -13
- package/src/modules/{tests → test-components}/buttonTest/buttonTest.html +0 -0
- package/src/modules/{tests → test-components}/buttonTest/buttonTest.ts +0 -0
- package/src/modules/{tests → test-components}/codeBlockTest/codeBlockTest.js +0 -0
- package/src/modules/{tests → test-components}/featureGridTest/featureGridTest.html +0 -0
- package/src/modules/{tests → test-components}/featureGridTest/featureGridTest.ts +0 -0
- package/src/modules/{tests → test-components}/instrumentationTest/instrumentationTest.html +0 -0
- package/src/modules/{tests → test-components}/instrumentationTest/instrumentationTest.ts +0 -0
- package/src/modules/{tests → test-components}/popoverTest/popoverTest.html +0 -0
- package/src/modules/{tests → test-components}/popoverTest/popoverTest.ts +0 -0
- package/src/modules/utils/highlight/highlight.ts +1 -1
- package/src/modules/{utils → utils-internal}/archiveCard/archiveCard.ts +0 -0
- package/src/modules/{utils → utils-internal}/coveo/coveo.ts +0 -0
- package/src/modules/{utils → utils-internal}/css/css.ts +0 -0
- package/src/modules/{utils → utils-internal}/devices/devices.ts +0 -0
- package/src/modules/{utils → utils-internal}/headerBase/headerBase.ts +1 -2
- package/src/modules/{utils → utils-internal}/jest/jest.ts +0 -0
- package/src/modules/{utils → utils-internal}/options/options.ts +0 -0
- package/src/modules/{utils → utils-internal}/prismjs/prismjs.html +0 -0
- package/src/modules/{utils → utils-internal}/prismjs/prismjs.ts +220 -124
- package/src/modules/{utils → utils-internal}/recentSearches/__tests__/recentSearches.test.ts +5 -1
- package/src/modules/{utils → utils-internal}/recentSearches/recentSearches.ts +0 -0
- package/src/modules/{utils → utils-internal}/regexps/regexps.ts +0 -0
- package/src/modules/{utils → utils-internal}/seo/seo.ts +0 -0
- package/src/modules/{utils → utils-internal}/slot/slot.ts +0 -0
- package/src/modules/utils-internal/storybook/storybook.ts +32 -0
- package/src/modules/{utils → utils-internal}/tests/tests.ts +0 -0
- package/src/modules/{utils → utils-internal}/wordpress/__tests__/wordpress.test.ts +0 -0
- package/src/modules/{utils → utils-internal}/wordpress/wordpress.ts +0 -0
- package/src/assets/svg/slack-cta-blog-background-left.svg +0 -14
- package/src/assets/svg/slack-cta-blog-background-right.svg +0 -11
- package/src/modules/dx/slackAdd/slackAdd.css +0 -93
- package/src/modules/dx/slackAdd/slackAdd.html +0 -17
- package/src/modules/utils/storybook/storybook.ts +0 -33
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { html } from "lit-html";
|
|
2
|
+
|
|
3
|
+
export const createRenderComponents =
|
|
4
|
+
(component: string) =>
|
|
5
|
+
(num: number = 12, props: string = "") => {
|
|
6
|
+
let shell = ``;
|
|
7
|
+
for (let i = 0; i < num; i++) {
|
|
8
|
+
const insertIndex = component.indexOf(">");
|
|
9
|
+
const _component = [
|
|
10
|
+
component.slice(0, insertIndex),
|
|
11
|
+
` ${props}`,
|
|
12
|
+
component.slice(insertIndex)
|
|
13
|
+
].join("");
|
|
14
|
+
shell = `
|
|
15
|
+
${shell}
|
|
16
|
+
${_component}
|
|
17
|
+
`;
|
|
18
|
+
}
|
|
19
|
+
return shell;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export const renderStyle = (componentTag: string) => html`
|
|
23
|
+
<style>
|
|
24
|
+
span {
|
|
25
|
+
color: grey;
|
|
26
|
+
}
|
|
27
|
+
${componentTag} {
|
|
28
|
+
margin-top: 16px;
|
|
29
|
+
margin-bottom: 36px;
|
|
30
|
+
}
|
|
31
|
+
</style>
|
|
32
|
+
`;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="45px" height="34px" viewBox="0 0 45 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>blog-cta-graphic-left</title>
|
|
4
|
-
<g id="Slack-App-CTA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="Blog---v1" transform="translate(-424.000000, -2216.000000)" stroke-width="2">
|
|
6
|
-
<g id="CTA-signup" transform="translate(52.000000, 2169.000000)">
|
|
7
|
-
<g id="blog-cta-graphic-left" transform="translate(373.000000, 47.500000)">
|
|
8
|
-
<circle id="Oval-Copy-12" stroke="#90D1FF" cx="39.5" cy="4.5" r="3.5"></circle>
|
|
9
|
-
<path d="M7.42619649,16.2472709 L5.80463043,20.6293714 C5.68941141,20.9429183 5.44197383,21.1894114 5.12842699,21.3046304 L0.747270909,22.9271409 C-0.249090303,23.295464 -0.249090303,24.704536 0.747270909,25.0738035 L5.12842699,26.6953696 C5.44197383,26.8105886 5.68941141,27.0570817 5.80463043,27.3706286 L7.42619649,31.7527291 C7.79546401,32.7490903 9.20453599,32.7490903 9.57285909,31.7527291 L11.1944252,27.3706286 C11.3096442,27.0570817 11.5570817,26.8105886 11.8706286,26.6953696 L16.2527291,25.0738035 C17.2481459,24.704536 17.2481459,23.295464 16.2527291,22.9271409 L11.8706286,21.3046304 C11.5570817,21.1894114 11.3096442,20.9429183 11.1944252,20.6293714 L9.57285909,16.2472709 C9.20453599,15.2509097 7.79546401,15.2509097 7.42619649,16.2472709 Z" id="Stroke-7-Copy-2" stroke="#8FD0FE" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="23px" height="22px" viewBox="0 0 23 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>blog-cta-graphic-right</title>
|
|
4
|
-
<g id="Slack-App-CTA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
|
5
|
-
<g id="Blog---v1" transform="translate(-936.000000, -2378.000000)" stroke="#8FD0FE" stroke-width="2">
|
|
6
|
-
<g id="CTA-signup" transform="translate(52.000000, 2169.000000)">
|
|
7
|
-
<path d="M894.236764,210.879142 L892.329039,216.034555 C892.193488,216.403433 891.902385,216.693425 891.533506,216.828977 L886.379205,218.737813 C885.207015,219.171134 885.207015,220.828866 886.379205,221.263298 L891.533506,223.171023 C891.902385,223.306575 892.193488,223.596567 892.329039,223.965445 L894.236764,229.120858 C894.671197,230.293047 896.328928,230.293047 896.76225,229.120858 L898.669974,223.965445 C898.805526,223.596567 899.096629,223.306575 899.465508,223.171023 L904.62092,221.263298 C905.791999,220.828866 905.791999,219.171134 904.62092,218.737813 L899.465508,216.828977 C899.096629,216.693425 898.805526,216.403433 898.669974,216.034555 L896.76225,210.879142 C896.328928,209.706953 894.671197,209.706953 894.236764,210.879142 Z" id="blog-cta-graphic-right"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
@import "helpers/reset";
|
|
2
|
-
@import "helpers/text";
|
|
3
|
-
|
|
4
|
-
.container {
|
|
5
|
-
background-repeat: no-repeat;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
flex-wrap: wrap;
|
|
9
|
-
align-items: center;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
text-align: center;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.slack-cta-button {
|
|
15
|
-
align-items: center;
|
|
16
|
-
background-color: #fff;
|
|
17
|
-
border: 2px solid rgb(1, 118, 211);
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
display: inline-flex;
|
|
20
|
-
height: 48px;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
text-decoration: none;
|
|
23
|
-
padding: 10px;
|
|
24
|
-
color: rgb(1, 118, 211);
|
|
25
|
-
font-size: 14px;
|
|
26
|
-
font-weight: 500;
|
|
27
|
-
letter-spacing: 0;
|
|
28
|
-
line-height: 20px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.podcast {
|
|
32
|
-
background-image: url("/assets/svg/slack-cta-podcast-background-left.svg"),
|
|
33
|
-
url("/assets/svg/slack-cta-podcast-background-right.svg");
|
|
34
|
-
background-size: 40% 40%;
|
|
35
|
-
background-position: 5% 25%, 95% 75%;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.blog {
|
|
39
|
-
background-image: url("/assets/svg/slack-cta-blog-background-left.svg"),
|
|
40
|
-
url("/assets/svg/slack-cta-blog-background-right.svg");
|
|
41
|
-
background-position: 20% 25%, 80% 75%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.dx-text-heading-4 {
|
|
45
|
-
font-size: var(--dx-g-text-lg);
|
|
46
|
-
max-width: 40%;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@media screen and (max-width: 768px) {
|
|
50
|
-
.container {
|
|
51
|
-
background-position: -100% 25%, 180% 75%;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.podcast.container {
|
|
55
|
-
background-size: 75% 60%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.blog.container {
|
|
59
|
-
background-size: 75% 20%;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.dx-text-heading-4 {
|
|
63
|
-
max-width: 28ex;
|
|
64
|
-
font-size: var(--dx-g-text-lg);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.slack-btn a {
|
|
68
|
-
display: inline-flex;
|
|
69
|
-
margin: 4px auto;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.slack-btn img {
|
|
73
|
-
height: 20px;
|
|
74
|
-
padding-right: 10px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@media screen and (min-width: 768px) {
|
|
79
|
-
.container {
|
|
80
|
-
min-height: 242px;
|
|
81
|
-
padding-top: 22px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.slack-btn a {
|
|
85
|
-
display: inline-flex;
|
|
86
|
-
margin: 22px 13px 8px 13px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.slack-btn img {
|
|
90
|
-
height: 20px;
|
|
91
|
-
padding-right: 10px;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class={containerClass}>
|
|
3
|
-
<h2 class="dx-text-heading-4">{headerText}</h2>
|
|
4
|
-
<div class="slack-btn">
|
|
5
|
-
<a
|
|
6
|
-
class="slack-cta-button"
|
|
7
|
-
href="https://slack.com/oauth/v2/authorize?scope=chat%3Awrite%2Ccommands&user_scope=&redirect_uri=https%3A%2F%2Fdsc-slack-app.herokuapp.com%2Fslack%2Foauth_redirect&client_id=1814240140212.2864842743411"
|
|
8
|
-
>
|
|
9
|
-
<img
|
|
10
|
-
src="/assets/svg/slack-logo.svg"
|
|
11
|
-
alt="install slack extension"
|
|
12
|
-
/>
|
|
13
|
-
{innerText}
|
|
14
|
-
</a>
|
|
15
|
-
</div>
|
|
16
|
-
</div>
|
|
17
|
-
</template>
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { html } from "lit-html";
|
|
2
|
-
|
|
3
|
-
export const createRenderComponents = (component: string) => (
|
|
4
|
-
num: number = 12,
|
|
5
|
-
props: string = ""
|
|
6
|
-
) => {
|
|
7
|
-
let shell = ``;
|
|
8
|
-
for (let i = 0; i < num; i++) {
|
|
9
|
-
const insertIndex = component.indexOf(">");
|
|
10
|
-
const _component = [
|
|
11
|
-
component.slice(0, insertIndex),
|
|
12
|
-
` ${props}`,
|
|
13
|
-
component.slice(insertIndex)
|
|
14
|
-
].join("");
|
|
15
|
-
shell = `
|
|
16
|
-
${shell}
|
|
17
|
-
${_component}
|
|
18
|
-
`;
|
|
19
|
-
}
|
|
20
|
-
return shell;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export const renderStyle = (componentTag: string) => html`
|
|
24
|
-
<style>
|
|
25
|
-
span {
|
|
26
|
-
color: grey;
|
|
27
|
-
}
|
|
28
|
-
${componentTag} {
|
|
29
|
-
margin-top: 16px;
|
|
30
|
-
margin-bottom: 36px;
|
|
31
|
-
}
|
|
32
|
-
</style>
|
|
33
|
-
`;
|