@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.
Files changed (69) hide show
  1. package/.turbo/turbo-build.log +5 -125
  2. package/CHANGELOG.md +6 -0
  3. package/dist/Accordion/Accordion.cjs.js +5 -4
  4. package/dist/Accordion/Accordion.esm.js +3 -2
  5. package/dist/ArticleSidebar/ArticleSidebar.cjs.js +37 -74
  6. package/dist/ArticleSidebar/ArticleSidebar.esm.js +32 -69
  7. package/dist/Author/Author.cjs.js +3 -2
  8. package/dist/Author/Author.esm.js +3 -2
  9. package/dist/BannerWithTabs/BannerWithTabs.cjs.js +3 -2
  10. package/dist/BannerWithTabs/BannerWithTabs.esm.js +3 -2
  11. package/dist/CopyLead/CopyLead.cjs.js +16 -15
  12. package/dist/CopyLead/CopyLead.esm.js +4 -3
  13. package/dist/DownloadList/DownloadList.cjs.js +4 -3
  14. package/dist/DownloadList/DownloadList.esm.js +3 -2
  15. package/dist/FeaturePost/FeaturePost.cjs.js +12 -11
  16. package/dist/FeaturePost/FeaturePost.esm.js +4 -3
  17. package/dist/Highlights/Highlights.cjs.js +3 -2
  18. package/dist/Highlights/Highlights.esm.js +3 -2
  19. package/dist/ProductNavigation/ProductNavigation.cjs.js +6 -5
  20. package/dist/ProductNavigation/ProductNavigation.esm.js +4 -3
  21. package/dist/PromoListing/PromoListing.cjs.js +8 -7
  22. package/dist/PromoListing/PromoListing.esm.js +4 -3
  23. package/dist/Quote/Quote.cjs.js +5 -4
  24. package/dist/Quote/Quote.esm.js +3 -2
  25. package/dist/SectionHeading/SectionHeading.cjs.js +3 -2
  26. package/dist/SectionHeading/SectionHeading.esm.js +3 -2
  27. package/dist/Statistics/Statistics.cjs.js +4 -3
  28. package/dist/Statistics/Statistics.esm.js +3 -2
  29. package/dist/Summary/Summary.cjs.js +6 -5
  30. package/dist/Summary/Summary.esm.js +6 -5
  31. package/dist/Summary/styles.css +1 -1
  32. package/dist/_shared/cjs/{Author-BXxxwh6E.js → Author-DltMey-3.js} +5 -4
  33. package/dist/_shared/cjs/{SectionHeading-7IxNz67p.js → SectionHeading-gjCR1F6E.js} +5 -4
  34. package/dist/_shared/cjs/filter-data-attrs-ajtUvDAC.js +15 -0
  35. package/dist/_shared/cjs/{index.es-HAMLJhPd.js → index.es-b6s9A4Ft.js} +1 -1
  36. package/dist/_shared/cjs/{filter-data-attrs-DlS_Fyr9.js → tslib.es6-BxB9I209.js} +0 -13
  37. package/dist/_shared/esm/{Author-B8tJxqB8.js → Author-son1Cgke.js} +2 -1
  38. package/dist/_shared/esm/{SectionHeading-Dz0GfXsP.js → SectionHeading-BwbuyrYn.js} +2 -1
  39. package/dist/_shared/esm/filter-data-attrs-V7cbJuwS.js +13 -0
  40. package/dist/_shared/esm/{index.es-BI7la-9v.js → index.es-B89aR7nq.js} +2 -2
  41. package/dist/_shared/esm/{filter-data-attrs-DAx-HNG5.js → tslib.es6-BVXMhEem.js} +1 -13
  42. package/dist/index.es.js +37 -75
  43. package/dist/index.es.js.map +1 -1
  44. package/dist/index.js +37 -75
  45. package/dist/index.js.map +1 -1
  46. package/dist/styles.css +1 -1
  47. package/dist/types/cjs/components/ArticleSidebar/types/share-button.d.ts +1 -2
  48. package/dist/types/cjs/components/CopyLead/types/copy-lead-list-item.d.ts +1 -2
  49. package/dist/types/cjs/components/Highlights/components/HighlightItem/HighlightItem.d.ts +1 -2
  50. package/dist/types/cjs/components/Highlights/types/highlight-list-item.d.ts +1 -2
  51. package/dist/types/cjs/components/Summary/Summary.d.ts +1 -0
  52. package/dist/types/esm/components/ArticleSidebar/types/share-button.d.ts +1 -2
  53. package/dist/types/esm/components/CopyLead/types/copy-lead-list-item.d.ts +1 -2
  54. package/dist/types/esm/components/Highlights/components/HighlightItem/HighlightItem.d.ts +1 -2
  55. package/dist/types/esm/components/Highlights/types/highlight-list-item.d.ts +1 -2
  56. package/dist/types/esm/components/Summary/Summary.d.ts +1 -0
  57. package/package.json +12 -12
  58. package/src/components/ArticleSidebar/ArticleSidebar.tsx +1 -1
  59. package/src/components/ArticleSidebar/types/share-button.ts +1 -3
  60. package/src/components/CopyLead/types/copy-lead-list-item.ts +1 -3
  61. package/src/components/Highlights/components/HighlightItem/HighlightItem.tsx +1 -3
  62. package/src/components/Highlights/types/highlight-list-item.ts +1 -2
  63. package/src/components/ProductNavigation/ProductNavigation.tsx +1 -1
  64. package/src/components/Summary/Summary.module.css +1 -1
  65. package/src/components/Summary/Summary.tsx +12 -5
  66. package/versions.json +1 -1
  67. package/dist/types/cjs/types/arc-icon.d.ts +0 -2
  68. package/dist/types/esm/types/arc-icon.d.ts +0 -2
  69. package/src/types/arc-icon.ts +0 -2
@@ -1,136 +1,16 @@
1
1
 
2
- > @arc-ui/community-components@1.0.0 build /builds/enterprise/frontend/arc-community/packages/components
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
  
6
6
  src/index.ts → dist...
7
- (!) ../../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.
8
- /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
9
- 1: "use client";
10
- ^
11
- 2:
12
- 3: import React from "react";
13
- (!) ../../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.
14
- /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
15
- 1: "use client";
16
- ^
17
- 2:
18
- 3: import React from "react";
19
- (!) ../../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.
20
- /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
21
- 1: "use client";
22
- ^
23
- 2:
24
- 3: import React from "react";
25
- (!) ../../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.
26
- /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
27
- 1: "use client";
28
- ^
29
- 2:
30
- 3: import React from "react";
31
- (!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.
32
- /builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22
33
- 
34
- 53 cardRef.current?.focus();
35
-    ~~~~~
36
- 
37
- created dist in 4.5s
7
+ created dist in 7.7s
38
8
  
39
9
  src/index.ts → dist/index.es.js...
40
- (!) ../../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.
41
- /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
42
- 1: "use client";
43
- ^
44
- 2:
45
- 3: import React from "react";
46
- (!) ../../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.
47
- /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
48
- 1: "use client";
49
- ^
50
- 2:
51
- 3: import React from "react";
52
- (!) ../../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.
53
- /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
54
- 1: "use client";
55
- ^
56
- 2:
57
- 3: import React from "react";
58
- (!) ../../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.
59
- /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
60
- 1: "use client";
61
- ^
62
- 2:
63
- 3: import React from "react";
64
- (!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.
65
- /builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22
66
- 
67
- 53 cardRef.current?.focus();
68
-    ~~~~~
69
- 
70
- created dist/index.es.js in 3.2s
10
+ created dist/index.es.js in 4.7s
71
11
  
72
12
  ./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 → dist...
73
- (!) ../../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.
74
- /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
75
- 1: "use client";
76
- ^
77
- 2:
78
- 3: import React from "react";
79
- (!) ../../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.
80
- /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
81
- 1: "use client";
82
- ^
83
- 2:
84
- 3: import React from "react";
85
- (!) ../../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.
86
- /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
87
- 1: "use client";
88
- ^
89
- 2:
90
- 3: import React from "react";
91
- (!) ../../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.
92
- /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
93
- 1: "use client";
94
- ^
95
- 2:
96
- 3: import React from "react";
97
- (!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.
98
- /builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22
99
- 
100
- 53 cardRef.current?.focus();
101
-    ~~~~~
102
- 
103
- created dist in 2.8s
13
+ created dist in 3.7s
104
14
  
105
15
  ./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 → dist...
106
- (!) ../../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.
107
- /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
108
- 1: "use client";
109
- ^
110
- 2:
111
- 3: import React from "react";
112
- (!) ../../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.
113
- /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
114
- 1: "use client";
115
- ^
116
- 2:
117
- 3: import React from "react";
118
- (!) ../../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.
119
- /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
120
- 1: "use client";
121
- ^
122
- 2:
123
- 3: import React from "react";
124
- (!) ../../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.
125
- /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
126
- 1: "use client";
127
- ^
128
- 2:
129
- 3: import React from "react";
130
- (!) [plugin typescript] src/components/ProductNavigation/ProductNavigation.tsx (53:22): @rollup/plugin-typescript TS2339: Property 'focus' does not exist on type 'never'.
131
- /builds/enterprise/frontend/arc-community/packages/components/src/components/ProductNavigation/ProductNavigation.tsx:53:22
132
- 
133
- 53 cardRef.current?.focus();
134
-    ~~~~~
135
- 
136
- created dist in 2.7s
16
+ created dist in 3.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @arc-ui/community-components
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bumping the arc-ui version to v12.0.0-beta.21
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
@@ -1,8 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-DlS_Fyr9.js');
3
+ var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
4
4
  var React = require('react');
5
- var SectionHeading = require('../_shared/cjs/SectionHeading-7IxNz67p.js');
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 = filterDataAttrs.__rest(_a, ["heading", "headingLevel", "content", "disclosureList"]);
26
- return (React.createElement("div", filterDataAttrs.__assign({}, filterDataAttrs.filterDataAttrs(props)),
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, f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-DAx-HNG5.js';
1
+ import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-BVXMhEem.js';
2
2
  import React from 'react';
3
- import { S as SectionHeading } from '../_shared/esm/SectionHeading-Dz0GfXsP.js';
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 filterDataAttrs = require('../_shared/cjs/filter-data-attrs-DlS_Fyr9.js');
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-BXxxwh6E.js');
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
- const ArcIconSocialLinkedin = (props) =>
18
- /*#__PURE__*/ React.createElement(
19
- "svg",
20
- Object.assign(
21
- {
22
- viewBox: "0 0 32 32",
23
- xmlns: "http://www.w3.org/2000/svg",
24
- },
25
- props,
26
- ),
27
- /*#__PURE__*/ React.createElement("path", {
28
- 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 01-2.406-2.41 2.408 2.408 0 112.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 2h.003z",
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 = (props) =>
34
- /*#__PURE__*/ React.createElement(
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
- const BtIconLink = (props) =>
50
- /*#__PURE__*/ React.createElement(
51
- "svg",
52
- Object.assign(
53
- {
54
- xmlns: "http://www.w3.org/2000/svg",
55
- viewBox: "0 0 32 32",
56
- },
57
- props,
58
- ),
59
- /*#__PURE__*/ React.createElement("defs", null),
60
- /*#__PURE__*/ React.createElement("path", {
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 = (props) =>
71
- /*#__PURE__*/ React.createElement(
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 filterDataAttrs.__awaiter(void 0, void 0, void 0, function () {
98
- return filterDataAttrs.__generator(this, function (_a) {
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 = filterDataAttrs.__spreadArray(filterDataAttrs.__spreadArray([
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, filterDataAttrs.__assign({}, author, { avatar: filterDataAttrs.__assign(filterDataAttrs.__assign({}, author.avatar), { size: "xl" }) })))),
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, filterDataAttrs.__assign({ key: "".concat(id, "-").concat(tag.title) }, 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/filter-data-attrs-DAx-HNG5.js';
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-B8tJxqB8.js';
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
- const ArcIconSocialLinkedin = (props) =>
16
- /*#__PURE__*/ React.createElement(
17
- "svg",
18
- Object.assign(
19
- {
20
- viewBox: "0 0 32 32",
21
- xmlns: "http://www.w3.org/2000/svg",
22
- },
23
- props,
24
- ),
25
- /*#__PURE__*/ React.createElement("path", {
26
- 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 01-2.406-2.41 2.408 2.408 0 112.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 2h.003z",
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 = (props) =>
32
- /*#__PURE__*/ React.createElement(
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
- const BtIconLink = (props) =>
48
- /*#__PURE__*/ React.createElement(
49
- "svg",
50
- Object.assign(
51
- {
52
- xmlns: "http://www.w3.org/2000/svg",
53
- viewBox: "0 0 32 32",
54
- },
55
- props,
56
- ),
57
- /*#__PURE__*/ React.createElement("defs", null),
58
- /*#__PURE__*/ React.createElement("path", {
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 = (props) =>
69
- /*#__PURE__*/ React.createElement(
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-BXxxwh6E.js');
4
- require('../_shared/cjs/filter-data-attrs-DlS_Fyr9.js');
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-B8tJxqB8.js';
2
- import '../_shared/esm/filter-data-attrs-DAx-HNG5.js';
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-7IxNz67p.js');
5
+ var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
6
6
  var components = require('@arc-ui/components');
7
- require('../_shared/cjs/filter-data-attrs-DlS_Fyr9.js');
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-Dz0GfXsP.js';
3
+ import { S as SectionHeading } from '../_shared/esm/SectionHeading-BwbuyrYn.js';
4
4
  import { TabbedBanner } from '@arc-ui/components';
5
- import '../_shared/esm/filter-data-attrs-DAx-HNG5.js';
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';