@arc-ui/community-components 1.0.0 → 1.0.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/.turbo/turbo-build.log +5 -125
- package/CHANGELOG.md +6 -0
- package/dist/Accordion/Accordion.cjs.js +5 -4
- package/dist/Accordion/Accordion.esm.js +3 -2
- package/dist/ArticleSidebar/ArticleSidebar.cjs.js +37 -74
- package/dist/ArticleSidebar/ArticleSidebar.esm.js +32 -69
- package/dist/Author/Author.cjs.js +3 -2
- package/dist/Author/Author.esm.js +3 -2
- package/dist/BannerWithTabs/BannerWithTabs.cjs.js +3 -2
- package/dist/BannerWithTabs/BannerWithTabs.esm.js +3 -2
- package/dist/CopyLead/CopyLead.cjs.js +16 -15
- package/dist/CopyLead/CopyLead.esm.js +4 -3
- package/dist/DownloadList/DownloadList.cjs.js +4 -3
- package/dist/DownloadList/DownloadList.esm.js +3 -2
- package/dist/FeaturePost/FeaturePost.cjs.js +12 -11
- package/dist/FeaturePost/FeaturePost.esm.js +4 -3
- package/dist/Highlights/Highlights.cjs.js +3 -2
- package/dist/Highlights/Highlights.esm.js +3 -2
- package/dist/ProductNavigation/ProductNavigation.cjs.js +6 -5
- package/dist/ProductNavigation/ProductNavigation.esm.js +4 -3
- package/dist/PromoListing/PromoListing.cjs.js +8 -7
- package/dist/PromoListing/PromoListing.esm.js +4 -3
- package/dist/Quote/Quote.cjs.js +5 -4
- package/dist/Quote/Quote.esm.js +3 -2
- package/dist/SectionHeading/SectionHeading.cjs.js +3 -2
- package/dist/SectionHeading/SectionHeading.esm.js +3 -2
- package/dist/Statistics/Statistics.cjs.js +4 -3
- package/dist/Statistics/Statistics.esm.js +3 -2
- package/dist/Summary/Summary.cjs.js +6 -5
- package/dist/Summary/Summary.esm.js +6 -5
- package/dist/Summary/styles.css +1 -1
- package/dist/_shared/cjs/{Author-BXxxwh6E.js → Author-DltMey-3.js} +5 -4
- package/dist/_shared/cjs/{SectionHeading-7IxNz67p.js → SectionHeading-gjCR1F6E.js} +5 -4
- package/dist/_shared/cjs/filter-data-attrs-ajtUvDAC.js +15 -0
- package/dist/_shared/cjs/{index.es-HAMLJhPd.js → index.es-b6s9A4Ft.js} +1 -1
- package/dist/_shared/cjs/{filter-data-attrs-DlS_Fyr9.js → tslib.es6-BxB9I209.js} +0 -13
- package/dist/_shared/esm/{Author-B8tJxqB8.js → Author-son1Cgke.js} +2 -1
- package/dist/_shared/esm/{SectionHeading-Dz0GfXsP.js → SectionHeading-BwbuyrYn.js} +2 -1
- package/dist/_shared/esm/filter-data-attrs-V7cbJuwS.js +13 -0
- package/dist/_shared/esm/{index.es-BI7la-9v.js → index.es-B89aR7nq.js} +2 -2
- package/dist/_shared/esm/{filter-data-attrs-DAx-HNG5.js → tslib.es6-BVXMhEem.js} +1 -13
- package/dist/index.es.js +37 -75
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +37 -75
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/cjs/components/ArticleSidebar/types/share-button.d.ts +1 -2
- package/dist/types/cjs/components/CopyLead/types/copy-lead-list-item.d.ts +1 -2
- package/dist/types/cjs/components/Highlights/components/HighlightItem/HighlightItem.d.ts +1 -2
- package/dist/types/cjs/components/Highlights/types/highlight-list-item.d.ts +1 -2
- package/dist/types/cjs/components/Summary/Summary.d.ts +1 -0
- package/dist/types/esm/components/ArticleSidebar/types/share-button.d.ts +1 -2
- package/dist/types/esm/components/CopyLead/types/copy-lead-list-item.d.ts +1 -2
- package/dist/types/esm/components/Highlights/components/HighlightItem/HighlightItem.d.ts +1 -2
- package/dist/types/esm/components/Highlights/types/highlight-list-item.d.ts +1 -2
- package/dist/types/esm/components/Summary/Summary.d.ts +1 -0
- package/package.json +12 -12
- package/src/components/ArticleSidebar/ArticleSidebar.tsx +1 -1
- package/src/components/ArticleSidebar/types/share-button.ts +1 -3
- package/src/components/CopyLead/types/copy-lead-list-item.ts +1 -3
- package/src/components/Highlights/components/HighlightItem/HighlightItem.tsx +1 -3
- package/src/components/Highlights/types/highlight-list-item.ts +1 -2
- package/src/components/ProductNavigation/ProductNavigation.tsx +1 -1
- package/src/components/Summary/Summary.module.css +1 -1
- package/src/components/Summary/Summary.tsx +12 -5
- package/versions.json +1 -1
- package/dist/types/cjs/types/arc-icon.d.ts +0 -2
- package/dist/types/esm/types/arc-icon.d.ts +0 -2
- package/src/types/arc-icon.ts +0 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,136 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @arc-ui/community-components@1.0.
|
|
2
|
+
> @arc-ui/community-components@1.0.1 build /builds/enterprise/frontend/arc-community/packages/components
|
|
3
3
|
> rimraf dist && rollup -c && generate-subpath-css
|
|
4
4
|
|
|
5
5
|
[36m
|
|
6
6
|
[1msrc/index.ts[22m → [1mdist[22m...[39m
|
|
7
|
-
[
|
|
8
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs:1:0[22m
|
|
9
|
-
[90m1: "use client";
|
|
10
|
-
^
|
|
11
|
-
2:
|
|
12
|
-
3: import React from "react";[39m
|
|
13
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs" was ignored.[39m[22m
|
|
14
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs:1:0[22m
|
|
15
|
-
[90m1: "use client";
|
|
16
|
-
^
|
|
17
|
-
2:
|
|
18
|
-
3: import React from "react";[39m
|
|
19
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs" was ignored.[39m[22m
|
|
20
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs:1:0[22m
|
|
21
|
-
[90m1: "use client";
|
|
22
|
-
^
|
|
23
|
-
2:
|
|
24
|
-
3: import React from "react";[39m
|
|
25
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs" was ignored.[39m[22m
|
|
26
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs:1:0[22m
|
|
27
|
-
[90m1: "use client";
|
|
28
|
-
^
|
|
29
|
-
2:
|
|
30
|
-
3: import React from "react";[39m
|
|
31
|
-
[1m[33m(!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.[39m[22m
|
|
32
|
-
[1m/builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22[22m
|
|
33
|
-
[90m
|
|
34
|
-
[7m53[0m cardRef.current?.focus();
|
|
35
|
-
[7m [0m [91m ~~~~~[0m
|
|
36
|
-
[39m
|
|
37
|
-
[32mcreated [1mdist[22m in [1m4.5s[22m[39m
|
|
7
|
+
[32mcreated [1mdist[22m in [1m7.7s[22m[39m
|
|
38
8
|
[36m
|
|
39
9
|
[1msrc/index.ts[22m → [1mdist/index.es.js[22m...[39m
|
|
40
|
-
[
|
|
41
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs:1:0[22m
|
|
42
|
-
[90m1: "use client";
|
|
43
|
-
^
|
|
44
|
-
2:
|
|
45
|
-
3: import React from "react";[39m
|
|
46
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs" was ignored.[39m[22m
|
|
47
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs:1:0[22m
|
|
48
|
-
[90m1: "use client";
|
|
49
|
-
^
|
|
50
|
-
2:
|
|
51
|
-
3: import React from "react";[39m
|
|
52
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs" was ignored.[39m[22m
|
|
53
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs:1:0[22m
|
|
54
|
-
[90m1: "use client";
|
|
55
|
-
^
|
|
56
|
-
2:
|
|
57
|
-
3: import React from "react";[39m
|
|
58
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs" was ignored.[39m[22m
|
|
59
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs:1:0[22m
|
|
60
|
-
[90m1: "use client";
|
|
61
|
-
^
|
|
62
|
-
2:
|
|
63
|
-
3: import React from "react";[39m
|
|
64
|
-
[1m[33m(!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.[39m[22m
|
|
65
|
-
[1m/builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22[22m
|
|
66
|
-
[90m
|
|
67
|
-
[7m53[0m cardRef.current?.focus();
|
|
68
|
-
[7m [0m [91m ~~~~~[0m
|
|
69
|
-
[39m
|
|
70
|
-
[32mcreated [1mdist/index.es.js[22m in [1m3.2s[22m[39m
|
|
10
|
+
[32mcreated [1mdist/index.es.js[22m in [1m4.7s[22m[39m
|
|
71
11
|
[36m
|
|
72
12
|
[1m./src/components/Accordion/index.ts, ./src/components/ArticleSidebar/index.ts, ./src/components/Author/index.ts, ./src/components/BannerWithTabs/index.ts, ./src/components/CopyLead/index.ts, ./src/components/DownloadList/index.ts, ./src/components/FeaturePost/index.ts, ./src/components/Highlights/index.ts, ./src/components/ProductNavigation/index.ts, ./src/components/PromoListing/index.ts, ./src/components/Quote/index.ts, ./src/components/SectionHeading/index.ts, ./src/components/Statistics/index.ts, ./src/components/Summary/index.ts[22m → [1mdist[22m...[39m
|
|
73
|
-
[
|
|
74
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs:1:0[22m
|
|
75
|
-
[90m1: "use client";
|
|
76
|
-
^
|
|
77
|
-
2:
|
|
78
|
-
3: import React from "react";[39m
|
|
79
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs" was ignored.[39m[22m
|
|
80
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs:1:0[22m
|
|
81
|
-
[90m1: "use client";
|
|
82
|
-
^
|
|
83
|
-
2:
|
|
84
|
-
3: import React from "react";[39m
|
|
85
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs" was ignored.[39m[22m
|
|
86
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs:1:0[22m
|
|
87
|
-
[90m1: "use client";
|
|
88
|
-
^
|
|
89
|
-
2:
|
|
90
|
-
3: import React from "react";[39m
|
|
91
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs" was ignored.[39m[22m
|
|
92
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs:1:0[22m
|
|
93
|
-
[90m1: "use client";
|
|
94
|
-
^
|
|
95
|
-
2:
|
|
96
|
-
3: import React from "react";[39m
|
|
97
|
-
[1m[33m(!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.[39m[22m
|
|
98
|
-
[1m/builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22[22m
|
|
99
|
-
[90m
|
|
100
|
-
[7m53[0m cardRef.current?.focus();
|
|
101
|
-
[7m [0m [91m ~~~~~[0m
|
|
102
|
-
[39m
|
|
103
|
-
[32mcreated [1mdist[22m in [1m2.8s[22m[39m
|
|
13
|
+
[32mcreated [1mdist[22m in [1m3.7s[22m[39m
|
|
104
14
|
[36m
|
|
105
15
|
[1m./src/components/Accordion/index.ts, ./src/components/ArticleSidebar/index.ts, ./src/components/Author/index.ts, ./src/components/BannerWithTabs/index.ts, ./src/components/CopyLead/index.ts, ./src/components/DownloadList/index.ts, ./src/components/FeaturePost/index.ts, ./src/components/Highlights/index.ts, ./src/components/ProductNavigation/index.ts, ./src/components/PromoListing/index.ts, ./src/components/Quote/index.ts, ./src/components/SectionHeading/index.ts, ./src/components/Statistics/index.ts, ./src/components/Summary/index.ts[22m → [1mdist[22m...[39m
|
|
106
|
-
[
|
|
107
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialX/ArcIconSocialX.mjs:1:0[22m
|
|
108
|
-
[90m1: "use client";
|
|
109
|
-
^
|
|
110
|
-
2:
|
|
111
|
-
3: import React from "react";[39m
|
|
112
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs" was ignored.[39m[22m
|
|
113
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconLink/BtIconLink.mjs:1:0[22m
|
|
114
|
-
[90m1: "use client";
|
|
115
|
-
^
|
|
116
|
-
2:
|
|
117
|
-
3: import React from "react";[39m
|
|
118
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs" was ignored.[39m[22m
|
|
119
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/ArcIconSocialLinkedin/ArcIconSocialLinkedin.mjs:1:0[22m
|
|
120
|
-
[90m1: "use client";
|
|
121
|
-
^
|
|
122
|
-
2:
|
|
123
|
-
3: import React from "react";[39m
|
|
124
|
-
[1m[33m(!) ../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs" was ignored.[39m[22m
|
|
125
|
-
[1m/builds/enterprise/frontend/arc-community/node_modules/.pnpm/@arc-ui+icons@12.0.0-beta.16/node_modules/@arc-ui/icons/lib/icons/BtIconEmailUnread/BtIconEmailUnread.mjs:1:0[22m
|
|
126
|
-
[90m1: "use client";
|
|
127
|
-
^
|
|
128
|
-
2:
|
|
129
|
-
3: import React from "react";[39m
|
|
130
|
-
[1m[33m(!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.[39m[22m
|
|
131
|
-
[1m/builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22[22m
|
|
132
|
-
[90m
|
|
133
|
-
[7m53[0m cardRef.current?.focus();
|
|
134
|
-
[7m [0m [91m ~~~~~[0m
|
|
135
|
-
[39m
|
|
136
|
-
[32mcreated [1mdist[22m in [1m2.7s[22m[39m
|
|
16
|
+
[32mcreated [1mdist[22m in [1m3.8s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var
|
|
5
|
+
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
6
|
+
var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
|
|
6
7
|
var Disclosure = require('@arc-ui/components/Disclosure');
|
|
7
8
|
require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
8
9
|
require('@arc-ui/components/Heading');
|
|
@@ -22,8 +23,8 @@ var AccordionDisclosureList = function (_a) {
|
|
|
22
23
|
* Use the `Accordion` component to package together a title, content and a number of disclosure components into one section (maximum 10).
|
|
23
24
|
*/
|
|
24
25
|
var Accordion = function (_a) {
|
|
25
|
-
var heading = _a.heading, headingLevel = _a.headingLevel, content = _a.content, disclosureList = _a.disclosureList, props =
|
|
26
|
-
return (React.createElement("div",
|
|
26
|
+
var heading = _a.heading, headingLevel = _a.headingLevel, content = _a.content, disclosureList = _a.disclosureList, props = tslib_es6.__rest(_a, ["heading", "headingLevel", "content", "disclosureList"]);
|
|
27
|
+
return (React.createElement("div", tslib_es6.__assign({}, filterDataAttrs.filterDataAttrs(props)),
|
|
27
28
|
React.createElement(SectionHeading.SectionHeading, { isPadded: true, "data-testid": "Accordion-header", heading: heading, headingLevel: headingLevel, content: content }),
|
|
28
29
|
React.createElement(AccordionDisclosureList, { disclosureList: disclosureList })));
|
|
29
30
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign
|
|
1
|
+
import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-BVXMhEem.js';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
4
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-BwbuyrYn.js';
|
|
4
5
|
import { Disclosure } from '@arc-ui/components/Disclosure';
|
|
5
6
|
import '../_shared/esm/index-BfTCfPZ1.js';
|
|
6
7
|
import '@arc-ui/components/Heading';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var Heading = require('@arc-ui/components/Heading');
|
|
6
6
|
var Icon = require('@arc-ui/components/Icon');
|
|
@@ -10,79 +10,42 @@ var Link = require('@arc-ui/components/Link');
|
|
|
10
10
|
var Tag = require('@arc-ui/components/Tag');
|
|
11
11
|
var Toast = require('@arc-ui/components/Toast');
|
|
12
12
|
var VerticalSpace = require('@arc-ui/components/VerticalSpace');
|
|
13
|
-
var Author = require('../_shared/cjs/Author-
|
|
13
|
+
var Author = require('../_shared/cjs/Author-DltMey-3.js');
|
|
14
|
+
require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
14
15
|
require('@arc-ui/components/Grid');
|
|
15
16
|
require('@arc-ui/components/Avatar');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
fill: "currentColor",
|
|
30
|
-
}),
|
|
31
|
-
);
|
|
18
|
+
/**
|
|
19
|
+
* Do not edit directly
|
|
20
|
+
* Generated file
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
const ArcIconSocialLinkedin =
|
|
24
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M25.856 25.86H21.71v-6.496c0-1.55-.032-3.544-2.161-3.544-2.162 0-2.492 1.686-2.492 3.43v6.61H12.91V12.5h3.983v1.821h.053c.557-1.05 1.91-2.158 3.932-2.158 4.201 0 4.978 2.765 4.978 6.364v7.334zM8.226 10.673a2.406 2.406 0 0 1-2.406-2.41 2.408 2.408 0 1 1 2.407 2.41zm2.08 15.189H6.148V12.5h4.158v13.36zM27.929 2H4.066C2.924 2 2 2.903 2 4.017v23.966C2 29.098 2.924 30 4.066 30h23.86c1.14 0 2.074-.902 2.074-2.017V4.017C30 2.903 29.067 2 27.926 2z'/%3e%3c/svg%3e";
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Do not edit directly
|
|
28
|
+
* Generated file
|
|
29
|
+
*/
|
|
32
30
|
|
|
33
|
-
const ArcIconSocialX =
|
|
34
|
-
|
|
35
|
-
"svg",
|
|
36
|
-
Object.assign(
|
|
37
|
-
{
|
|
38
|
-
viewBox: "0 0 32 32",
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
},
|
|
41
|
-
props,
|
|
42
|
-
),
|
|
43
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
44
|
-
d: "M24.0342 3H28.3116L18.9688 13.6389L30 28.1034H21.3608L14.5789 19.3354L6.8402 28.1034H2.56281L12.5809 16.7385L2 3H10.8643L16.9709 11.0141L24.0342 3ZM22.5427 25.5624H24.9065L9.56985 5.40144H7.00905L22.5427 25.5624Z",
|
|
45
|
-
fill: "currentColor",
|
|
46
|
-
}),
|
|
47
|
-
);
|
|
31
|
+
const ArcIconSocialX =
|
|
32
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M24.034 3h4.278l-9.343 10.639L30 28.103h-8.64l-6.781-8.768-7.739 8.768H2.563L12.58 16.738 2 3h8.864l6.107 8.014zm-1.491 22.562h2.364L9.57 5.402H7.009z'/%3e%3c/svg%3e";
|
|
48
33
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
d: "M9.959,10.0127h2.417a5.99044,5.99044,0,0,1,5.22558,8.91552.5.5,0,1,0,.87207.48926A6.99034,6.99034,0,0,0,12.376,9.0127H9.959a6.98853,6.98853,0,0,0,0,13.97705h1.54a.5.5,0,1,0,0-1H9.959a5.98853,5.98853,0,0,1,0-11.977Z",
|
|
62
|
-
fill: "currentColor",
|
|
63
|
-
}),
|
|
64
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
65
|
-
d: "M22.0625,9.0127h-1.54a.5.5,0,0,0,0,1h1.54a5.98853,5.98853,0,0,1,0,11.97705h-2.417a5.99145,5.99145,0,0,1-5.22656-8.915.49955.49955,0,1,0-.8711-.48926,6.99,6.99,0,0,0,6.09766,10.4043h2.417a6.98853,6.98853,0,0,0,0-13.977Z",
|
|
66
|
-
fill: "currentColor",
|
|
67
|
-
}),
|
|
68
|
-
);
|
|
34
|
+
/**
|
|
35
|
+
* Do not edit directly
|
|
36
|
+
* Generated file
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
const BtIconLink =
|
|
40
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.959 10.013h2.417a5.99 5.99 0 0 1 5.226 8.915.5.5 0 1 0 .872.49 6.99 6.99 0 0 0-6.098-10.405H9.959a6.989 6.989 0 0 0 0 13.977h1.54a.5.5 0 1 0 0-1h-1.54a5.989 5.989 0 0 1 0-11.977'/%3e%3cpath d='M22.063 9.013h-1.54a.5.5 0 0 0 0 1h1.54a5.989 5.989 0 0 1 0 11.977h-2.417a5.99 5.99 0 0 1-5.227-8.915.5.5 0 1 0-.871-.49 6.99 6.99 0 0 0 6.097 10.405h2.417a6.989 6.989 0 0 0 0-13.977'/%3e%3c/svg%3e";
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Do not edit directly
|
|
44
|
+
* Generated file
|
|
45
|
+
*/
|
|
69
46
|
|
|
70
|
-
const BtIconEmailUnread =
|
|
71
|
-
|
|
72
|
-
"svg",
|
|
73
|
-
Object.assign(
|
|
74
|
-
{
|
|
75
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
76
|
-
viewBox: "0 0 32 32",
|
|
77
|
-
},
|
|
78
|
-
props,
|
|
79
|
-
),
|
|
80
|
-
/*#__PURE__*/ React.createElement("defs", null),
|
|
81
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
82
|
-
d: "M29,6H3A1,1,0,0,0,2,7V25a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V7A1,1,0,0,0,29,6Zm0,1V8.71649L18.00049,16.33154a3.5158,3.5158,0,0,1-3.98438,0L3,8.70532V7Zm0,2.93292V22.08368l-8.77545-6.07544Zm-17.20819,6.0752L3,22.09485V9.92175ZM3,25V23.31128l9.67035-6.695.77643.53754a4.52223,4.52223,0,0,0,5.123,0l.77619-.53735L29,23.30011V25Z",
|
|
83
|
-
fill: "currentColor",
|
|
84
|
-
}),
|
|
85
|
-
);
|
|
47
|
+
const BtIconEmailUnread =
|
|
48
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M29 6H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1m0 1v1.716l-11 7.616a3.52 3.52 0 0 1-3.984 0L3 8.705V7Zm0 2.933v12.15l-8.775-6.075Zm-17.208 6.075L3 22.095V9.922ZM3 25v-1.689l9.67-6.695.777.538a4.52 4.52 0 0 0 5.123 0l.776-.538L29 23.3V25Z'/%3e%3c/svg%3e";
|
|
86
49
|
|
|
87
50
|
var styles = {"tagGroup":"ArticleSidebar-module_tagGroup__rIPQc","textContent":"ArticleSidebar-module_textContent__3nCfG","shareButtonContainer":"ArticleSidebar-module_shareButtonContainer__iAfHL","shareButton":"ArticleSidebar-module_shareButton__rb-1E"};
|
|
88
51
|
|
|
@@ -94,8 +57,8 @@ var ArticleSidebar = function (_a) {
|
|
|
94
57
|
var id = React.useId();
|
|
95
58
|
var _b = React.useState(false), showToast = _b[0], setShowToast = _b[1];
|
|
96
59
|
var url = location.href;
|
|
97
|
-
var copyTextToClipBoard = function () { return
|
|
98
|
-
return
|
|
60
|
+
var copyTextToClipBoard = function () { return tslib_es6.__awaiter(void 0, void 0, void 0, function () {
|
|
61
|
+
return tslib_es6.__generator(this, function (_a) {
|
|
99
62
|
switch (_a.label) {
|
|
100
63
|
case 0: return [4 /*yield*/, navigator.clipboard.writeText(url)];
|
|
101
64
|
case 1:
|
|
@@ -105,7 +68,7 @@ var ArticleSidebar = function (_a) {
|
|
|
105
68
|
}
|
|
106
69
|
});
|
|
107
70
|
}); };
|
|
108
|
-
var shareButtons =
|
|
71
|
+
var shareButtons = tslib_es6.__spreadArray(tslib_es6.__spreadArray([
|
|
109
72
|
{
|
|
110
73
|
isButton: true,
|
|
111
74
|
label: "Copy url to clipboard",
|
|
@@ -137,7 +100,7 @@ var ArticleSidebar = function (_a) {
|
|
|
137
100
|
return (React.createElement(React.Fragment, null,
|
|
138
101
|
React.createElement("div", { className: styles.textContent },
|
|
139
102
|
author && (React.createElement(React.Fragment, null,
|
|
140
|
-
React.createElement(Author.Author,
|
|
103
|
+
React.createElement(Author.Author, tslib_es6.__assign({}, author, { avatar: tslib_es6.__assign(tslib_es6.__assign({}, author.avatar), { size: "xl" }) })))),
|
|
141
104
|
aboutSection && (React.createElement(React.Fragment, null,
|
|
142
105
|
React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
|
|
143
106
|
React.createElement(Heading.Heading, { level: aboutSection.headingLevel }, aboutSection.heading),
|
|
@@ -167,7 +130,7 @@ var ArticleSidebar = function (_a) {
|
|
|
167
130
|
topics && (React.createElement(React.Fragment, null,
|
|
168
131
|
React.createElement(Heading.Heading, { level: topics.headingLevel }, topics.heading),
|
|
169
132
|
React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
|
|
170
|
-
React.createElement("div", { className: styles.tagGroup }, topics.tags.map(function (tag) { return (React.createElement(Tag.Tag,
|
|
133
|
+
React.createElement("div", { className: styles.tagGroup }, topics.tags.map(function (tag) { return (React.createElement(Tag.Tag, tslib_es6.__assign({ key: "".concat(id, "-").concat(tag.title) }, tag))); })),
|
|
171
134
|
React.createElement(VerticalSpace.VerticalSpace, { size: "32" }))),
|
|
172
135
|
React.createElement(Rule.Rule, null),
|
|
173
136
|
React.createElement(VerticalSpace.VerticalSpace, { size: "32" }),
|
|
@@ -175,7 +138,7 @@ var ArticleSidebar = function (_a) {
|
|
|
175
138
|
React.createElement(VerticalSpace.VerticalSpace, { size: "16" }),
|
|
176
139
|
React.createElement("div", { className: styles.shareButtonContainer }, shareButtons.map(function (_a) {
|
|
177
140
|
var isButton = _a.isButton, label = _a.label, href = _a.href, icon = _a.icon, onClick = _a.onClick;
|
|
178
|
-
return (React.createElement("a", { key: "".concat(id, "-").concat(label), role: isButton ? "button" : undefined, target: "_blank", rel: "noreferrer", className: styles.shareButton, "aria-label": label, href: href, onClick: onClick },
|
|
141
|
+
return (React.createElement("a", { key: "".concat(id, "-").concat(label), role: isButton ? "button" : undefined, target: "_blank", rel: "noreferrer", className: styles.shareButton, "aria-label": label, href: href, onClick: isButton ? onClick : undefined },
|
|
179
142
|
React.createElement(Icon.Icon, { icon: icon, size: 24 })));
|
|
180
143
|
})),
|
|
181
144
|
React.createElement(Toast.Toast, null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as __spreadArray, a as __assign, c as __awaiter, d as __generator } from '../_shared/esm/
|
|
1
|
+
import { b as __spreadArray, a as __assign, c as __awaiter, d as __generator } from '../_shared/esm/tslib.es6-BVXMhEem.js';
|
|
2
2
|
import React, { useId, useState } from 'react';
|
|
3
3
|
import { Heading } from '@arc-ui/components/Heading';
|
|
4
4
|
import { Icon } from '@arc-ui/components/Icon';
|
|
@@ -8,79 +8,42 @@ import { Link } from '@arc-ui/components/Link';
|
|
|
8
8
|
import { Tag } from '@arc-ui/components/Tag';
|
|
9
9
|
import { Toast, ToastNotification } from '@arc-ui/components/Toast';
|
|
10
10
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
11
|
-
import { A as Author } from '../_shared/esm/Author-
|
|
11
|
+
import { A as Author } from '../_shared/esm/Author-son1Cgke.js';
|
|
12
|
+
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
12
13
|
import '@arc-ui/components/Grid';
|
|
13
14
|
import '@arc-ui/components/Avatar';
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
fill: "currentColor",
|
|
28
|
-
}),
|
|
29
|
-
);
|
|
16
|
+
/**
|
|
17
|
+
* Do not edit directly
|
|
18
|
+
* Generated file
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
const ArcIconSocialLinkedin =
|
|
22
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M25.856 25.86H21.71v-6.496c0-1.55-.032-3.544-2.161-3.544-2.162 0-2.492 1.686-2.492 3.43v6.61H12.91V12.5h3.983v1.821h.053c.557-1.05 1.91-2.158 3.932-2.158 4.201 0 4.978 2.765 4.978 6.364v7.334zM8.226 10.673a2.406 2.406 0 0 1-2.406-2.41 2.408 2.408 0 1 1 2.407 2.41zm2.08 15.189H6.148V12.5h4.158v13.36zM27.929 2H4.066C2.924 2 2 2.903 2 4.017v23.966C2 29.098 2.924 30 4.066 30h23.86c1.14 0 2.074-.902 2.074-2.017V4.017C30 2.903 29.067 2 27.926 2z'/%3e%3c/svg%3e";
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Do not edit directly
|
|
26
|
+
* Generated file
|
|
27
|
+
*/
|
|
30
28
|
|
|
31
|
-
const ArcIconSocialX =
|
|
32
|
-
|
|
33
|
-
"svg",
|
|
34
|
-
Object.assign(
|
|
35
|
-
{
|
|
36
|
-
viewBox: "0 0 32 32",
|
|
37
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
-
},
|
|
39
|
-
props,
|
|
40
|
-
),
|
|
41
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
42
|
-
d: "M24.0342 3H28.3116L18.9688 13.6389L30 28.1034H21.3608L14.5789 19.3354L6.8402 28.1034H2.56281L12.5809 16.7385L2 3H10.8643L16.9709 11.0141L24.0342 3ZM22.5427 25.5624H24.9065L9.56985 5.40144H7.00905L22.5427 25.5624Z",
|
|
43
|
-
fill: "currentColor",
|
|
44
|
-
}),
|
|
45
|
-
);
|
|
29
|
+
const ArcIconSocialX =
|
|
30
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M24.034 3h4.278l-9.343 10.639L30 28.103h-8.64l-6.781-8.768-7.739 8.768H2.563L12.58 16.738 2 3h8.864l6.107 8.014zm-1.491 22.562h2.364L9.57 5.402H7.009z'/%3e%3c/svg%3e";
|
|
46
31
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
d: "M9.959,10.0127h2.417a5.99044,5.99044,0,0,1,5.22558,8.91552.5.5,0,1,0,.87207.48926A6.99034,6.99034,0,0,0,12.376,9.0127H9.959a6.98853,6.98853,0,0,0,0,13.97705h1.54a.5.5,0,1,0,0-1H9.959a5.98853,5.98853,0,0,1,0-11.977Z",
|
|
60
|
-
fill: "currentColor",
|
|
61
|
-
}),
|
|
62
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
63
|
-
d: "M22.0625,9.0127h-1.54a.5.5,0,0,0,0,1h1.54a5.98853,5.98853,0,0,1,0,11.97705h-2.417a5.99145,5.99145,0,0,1-5.22656-8.915.49955.49955,0,1,0-.8711-.48926,6.99,6.99,0,0,0,6.09766,10.4043h2.417a6.98853,6.98853,0,0,0,0-13.977Z",
|
|
64
|
-
fill: "currentColor",
|
|
65
|
-
}),
|
|
66
|
-
);
|
|
32
|
+
/**
|
|
33
|
+
* Do not edit directly
|
|
34
|
+
* Generated file
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
const BtIconLink =
|
|
38
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.959 10.013h2.417a5.99 5.99 0 0 1 5.226 8.915.5.5 0 1 0 .872.49 6.99 6.99 0 0 0-6.098-10.405H9.959a6.989 6.989 0 0 0 0 13.977h1.54a.5.5 0 1 0 0-1h-1.54a5.989 5.989 0 0 1 0-11.977'/%3e%3cpath d='M22.063 9.013h-1.54a.5.5 0 0 0 0 1h1.54a5.989 5.989 0 0 1 0 11.977h-2.417a5.99 5.99 0 0 1-5.227-8.915.5.5 0 1 0-.871-.49 6.99 6.99 0 0 0 6.097 10.405h2.417a6.989 6.989 0 0 0 0-13.977'/%3e%3c/svg%3e";
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Do not edit directly
|
|
42
|
+
* Generated file
|
|
43
|
+
*/
|
|
67
44
|
|
|
68
|
-
const BtIconEmailUnread =
|
|
69
|
-
|
|
70
|
-
"svg",
|
|
71
|
-
Object.assign(
|
|
72
|
-
{
|
|
73
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
-
viewBox: "0 0 32 32",
|
|
75
|
-
},
|
|
76
|
-
props,
|
|
77
|
-
),
|
|
78
|
-
/*#__PURE__*/ React.createElement("defs", null),
|
|
79
|
-
/*#__PURE__*/ React.createElement("path", {
|
|
80
|
-
d: "M29,6H3A1,1,0,0,0,2,7V25a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V7A1,1,0,0,0,29,6Zm0,1V8.71649L18.00049,16.33154a3.5158,3.5158,0,0,1-3.98438,0L3,8.70532V7Zm0,2.93292V22.08368l-8.77545-6.07544Zm-17.20819,6.0752L3,22.09485V9.92175ZM3,25V23.31128l9.67035-6.695.77643.53754a4.52223,4.52223,0,0,0,5.123,0l.77619-.53735L29,23.30011V25Z",
|
|
81
|
-
fill: "currentColor",
|
|
82
|
-
}),
|
|
83
|
-
);
|
|
45
|
+
const BtIconEmailUnread =
|
|
46
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M29 6H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1m0 1v1.716l-11 7.616a3.52 3.52 0 0 1-3.984 0L3 8.705V7Zm0 2.933v12.15l-8.775-6.075Zm-17.208 6.075L3 22.095V9.922ZM3 25v-1.689l9.67-6.695.777.538a4.52 4.52 0 0 0 5.123 0l.776-.538L29 23.3V25Z'/%3e%3c/svg%3e";
|
|
84
47
|
|
|
85
48
|
var styles = {"tagGroup":"ArticleSidebar-module_tagGroup__rIPQc","textContent":"ArticleSidebar-module_textContent__3nCfG","shareButtonContainer":"ArticleSidebar-module_shareButtonContainer__iAfHL","shareButton":"ArticleSidebar-module_shareButton__rb-1E"};
|
|
86
49
|
|
|
@@ -173,7 +136,7 @@ var ArticleSidebar = function (_a) {
|
|
|
173
136
|
React.createElement(VerticalSpace, { size: "16" }),
|
|
174
137
|
React.createElement("div", { className: styles.shareButtonContainer }, shareButtons.map(function (_a) {
|
|
175
138
|
var isButton = _a.isButton, label = _a.label, href = _a.href, icon = _a.icon, onClick = _a.onClick;
|
|
176
|
-
return (React.createElement("a", { key: "".concat(id, "-").concat(label), role: isButton ? "button" : undefined, target: "_blank", rel: "noreferrer", className: styles.shareButton, "aria-label": label, href: href, onClick: onClick },
|
|
139
|
+
return (React.createElement("a", { key: "".concat(id, "-").concat(label), role: isButton ? "button" : undefined, target: "_blank", rel: "noreferrer", className: styles.shareButton, "aria-label": label, href: href, onClick: isButton ? onClick : undefined },
|
|
177
140
|
React.createElement(Icon, { icon: icon, size: 24 })));
|
|
178
141
|
})),
|
|
179
142
|
React.createElement(Toast, null,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var Author = require('../_shared/cjs/Author-
|
|
4
|
-
require('../_shared/cjs/
|
|
3
|
+
var Author = require('../_shared/cjs/Author-DltMey-3.js');
|
|
4
|
+
require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
5
5
|
require('react');
|
|
6
|
+
require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
6
7
|
require('@arc-ui/components/Grid');
|
|
7
8
|
require('@arc-ui/components/Avatar');
|
|
8
9
|
require('@arc-ui/components/Heading');
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { A as Author } from '../_shared/esm/Author-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { A as Author } from '../_shared/esm/Author-son1Cgke.js';
|
|
2
|
+
import '../_shared/esm/tslib.es6-BVXMhEem.js';
|
|
3
3
|
import 'react';
|
|
4
|
+
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
4
5
|
import '@arc-ui/components/Grid';
|
|
5
6
|
import '@arc-ui/components/Avatar';
|
|
6
7
|
import '@arc-ui/components/Heading';
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var index = require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
5
|
-
var SectionHeading = require('../_shared/cjs/SectionHeading-
|
|
5
|
+
var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
|
|
6
6
|
var components = require('@arc-ui/components');
|
|
7
|
-
require('../_shared/cjs/
|
|
7
|
+
require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
8
|
+
require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
8
9
|
require('@arc-ui/components/Heading');
|
|
9
10
|
require('@arc-ui/components/Text');
|
|
10
11
|
require('@arc-ui/components/VerticalSpace');
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
3
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
3
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-BwbuyrYn.js';
|
|
4
4
|
import { TabbedBanner } from '@arc-ui/components';
|
|
5
|
-
import '../_shared/esm/
|
|
5
|
+
import '../_shared/esm/tslib.es6-BVXMhEem.js';
|
|
6
|
+
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
6
7
|
import '@arc-ui/components/Heading';
|
|
7
8
|
import '@arc-ui/components/Text';
|
|
8
9
|
import '@arc-ui/components/VerticalSpace';
|