@arc-ui/community-components 1.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +24 -0
- package/dist/Accordion/Accordion.cjs.js +6 -22
- package/dist/Accordion/Accordion.esm.js +5 -25
- package/dist/ArticleSidebar/ArticleSidebar.esm.js +2 -2
- package/dist/Author/Author.esm.js +2 -2
- package/dist/BannerWithTabs/BannerWithTabs.cjs.js +3 -3
- package/dist/BannerWithTabs/BannerWithTabs.esm.js +5 -5
- package/dist/ContentInfoWidget/ContentInfoWidget.cjs.js +18 -0
- package/dist/ContentInfoWidget/ContentInfoWidget.esm.js +16 -0
- package/dist/ContentInfoWidget/styles.css +1 -0
- package/dist/CopyLead/CopyLead.cjs.js +1 -1
- package/dist/CopyLead/CopyLead.esm.js +3 -3
- package/dist/DownloadList/DownloadList.esm.js +2 -2
- package/dist/FAQs/FAQs.cjs.js +50 -0
- package/dist/FAQs/FAQs.esm.js +48 -0
- package/dist/FAQs/styles.css +1 -0
- package/dist/FeaturePost/FeaturePost.cjs.js +3 -3
- package/dist/FeaturePost/FeaturePost.esm.js +5 -5
- package/dist/FeaturePost/styles.css +1 -1
- package/dist/Highlights/Highlights.esm.js +2 -2
- package/dist/ProductNavigation/ProductNavigation.cjs.js +1 -1
- package/dist/ProductNavigation/ProductNavigation.esm.js +3 -3
- package/dist/PromoListing/PromoListing.cjs.js +1 -1
- package/dist/PromoListing/PromoListing.esm.js +3 -3
- package/dist/Quote/Quote.esm.js +2 -2
- package/dist/SectionHeading/SectionHeading.esm.js +2 -2
- package/dist/Statistics/Statistics.esm.js +2 -2
- package/dist/Summary/Summary.cjs.js +1 -1
- package/dist/Summary/Summary.esm.js +2 -2
- package/dist/_shared/cjs/Accordion-Bme0aSPi.js +53 -0
- package/dist/_shared/cjs/{index.es-BNY6zQSi.js → index.es-BVxxpECB.js} +1 -1
- package/dist/_shared/esm/Accordion-Brmx6oxT.js +51 -0
- package/dist/_shared/esm/{Author-son1Cgke.js → Author-DpT2Pcq_.js} +1 -1
- package/dist/_shared/esm/{SectionHeading-BwbuyrYn.js → SectionHeading-DVLKN_jI.js} +1 -1
- package/dist/_shared/esm/{index.es-BraCgI9m.js → index.es-CbCdNYwG.js} +1 -1
- package/dist/_shared/esm/{tslib.es6-BVXMhEem.js → tslib.es6-D6Wu-xwB.js} +1 -1
- package/dist/index.es.js +146 -79
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +147 -78
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/cjs/components/Accordion/Accordion.d.ts +2 -2
- package/dist/types/cjs/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +3 -1
- package/dist/types/cjs/components/Accordion/components/AccordionHeading/AccordionHeading.d.ts +34 -0
- package/dist/types/cjs/components/Accordion/components/AccordionHeading/index.d.ts +1 -0
- package/dist/types/cjs/components/BannerWithTabs/BannerWithTabs.d.ts +0 -4
- package/dist/types/cjs/components/ContentInfoWidget/ContentInfoWidget.d.ts +6 -0
- package/dist/types/cjs/components/ContentInfoWidget/index.d.ts +1 -0
- package/dist/types/cjs/components/CopyLead/components/MediaContent/MediaContent.d.ts +2 -2
- package/dist/types/cjs/components/CopyLead/templates/Content/Content.d.ts +2 -2
- package/dist/types/cjs/components/CopyLead/templates/Media/Media.d.ts +2 -2
- package/dist/types/cjs/components/FAQs/FAQs.d.ts +13 -0
- package/dist/types/cjs/components/FAQs/index.d.ts +1 -0
- package/dist/types/cjs/components/Highlights/components/HighlightItem/HighlightItem.d.ts +2 -2
- package/dist/types/cjs/components/Highlights/types/highlight-list-item.d.ts +1 -1
- package/dist/types/cjs/components/SectionHeading/SectionHeading.d.ts +2 -2
- package/dist/types/cjs/components/index.d.ts +2 -0
- package/dist/types/esm/components/Accordion/Accordion.d.ts +2 -2
- package/dist/types/esm/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.d.ts +3 -1
- package/dist/types/esm/components/Accordion/components/AccordionHeading/AccordionHeading.d.ts +34 -0
- package/dist/types/esm/components/Accordion/components/AccordionHeading/index.d.ts +1 -0
- package/dist/types/esm/components/BannerWithTabs/BannerWithTabs.d.ts +0 -4
- package/dist/types/esm/components/ContentInfoWidget/ContentInfoWidget.d.ts +6 -0
- package/dist/types/esm/components/ContentInfoWidget/index.d.ts +1 -0
- package/dist/types/esm/components/CopyLead/components/MediaContent/MediaContent.d.ts +2 -2
- package/dist/types/esm/components/CopyLead/templates/Content/Content.d.ts +2 -2
- package/dist/types/esm/components/CopyLead/templates/Media/Media.d.ts +2 -2
- package/dist/types/esm/components/FAQs/FAQs.d.ts +13 -0
- package/dist/types/esm/components/FAQs/index.d.ts +1 -0
- package/dist/types/esm/components/Highlights/components/HighlightItem/HighlightItem.d.ts +2 -2
- package/dist/types/esm/components/Highlights/types/highlight-list-item.d.ts +1 -1
- package/dist/types/esm/components/SectionHeading/SectionHeading.d.ts +2 -2
- package/dist/types/esm/components/index.d.ts +2 -0
- package/package.json +16 -15
- package/src/components/Accordion/Accordion.tsx +10 -4
- package/src/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.module.css +6 -0
- package/src/components/Accordion/components/AccordionDisclosureList/AccordionDisclosureList.tsx +23 -22
- package/src/components/Accordion/components/AccordionHeading/AccordionHeading.module.css +51 -0
- package/src/components/Accordion/components/AccordionHeading/AccordionHeading.tsx +91 -0
- package/src/components/Accordion/components/AccordionHeading/index.ts +4 -0
- package/src/components/BannerWithTabs/BannerWithTabs.tsx +1 -8
- package/src/components/ContentInfoWidget/ContentInfoWidget.module.css +16 -0
- package/src/components/ContentInfoWidget/ContentInfoWidget.tsx +30 -0
- package/src/components/ContentInfoWidget/index.ts +4 -0
- package/src/components/CopyLead/components/MediaContent/MediaContent.tsx +2 -2
- package/src/components/CopyLead/templates/Content/Content.tsx +2 -2
- package/src/components/CopyLead/templates/Media/Media.tsx +2 -2
- package/src/components/FAQs/FAQs.module.css +64 -0
- package/src/components/FAQs/FAQs.tsx +114 -0
- package/src/components/FAQs/index.ts +1 -0
- package/src/components/FeaturePost/FeaturePost.module.css +1 -0
- package/src/components/FeaturePost/FeaturePost.tsx +4 -2
- package/src/components/Highlights/components/HighlightItem/HighlightItem.tsx +2 -2
- package/src/components/Highlights/types/highlight-list-item.ts +1 -1
- package/src/components/SectionHeading/SectionHeading.tsx +2 -2
- package/src/components/index.ts +2 -0
- package/versions.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @arc-ui/community-components@
|
|
2
|
+
> @arc-ui/community-components@2.0.0 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
|
-
[32mcreated [1mdist[22m in [
|
|
7
|
+
[32mcreated [1mdist[22m in [1m7.1s[22m[39m
|
|
8
8
|
[36m
|
|
9
9
|
[1msrc/index.ts[22m → [1mdist/index.es.js[22m...[39m
|
|
10
|
-
[32mcreated [1mdist/index.es.js[22m in [
|
|
10
|
+
[32mcreated [1mdist/index.es.js[22m in [1m4.8s[22m[39m
|
|
11
11
|
[36m
|
|
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
|
|
13
|
-
[32mcreated [1mdist[22m in [
|
|
12
|
+
[1m./src/components/Accordion/index.ts, ./src/components/ArticleSidebar/index.ts, ./src/components/Author/index.ts, ./src/components/BannerWithTabs/index.ts, ./src/components/ContentInfoWidget/index.ts, ./src/components/CopyLead/index.ts, ./src/components/DownloadList/index.ts, ./src/components/FAQs/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
|
|
13
|
+
[32mcreated [1mdist[22m in [1m4.1s[22m[39m
|
|
14
14
|
[36m
|
|
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
|
|
16
|
-
[32mcreated [1mdist[22m in [1m3.
|
|
15
|
+
[1m./src/components/Accordion/index.ts, ./src/components/ArticleSidebar/index.ts, ./src/components/Author/index.ts, ./src/components/BannerWithTabs/index.ts, ./src/components/ContentInfoWidget/index.ts, ./src/components/CopyLead/index.ts, ./src/components/DownloadList/index.ts, ./src/components/FAQs/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
|
|
16
|
+
[32mcreated [1mdist[22m in [1m3.9s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @arc-ui/community-components
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- upgrade arc version to 13.0.0 and react version to 19.2.3
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- feat: add new FAQs section pattern with adaptions to the Accordion component
|
|
12
|
+
- Fix: remove isInverted prop from BannerWithTabs and add option to change surface via storybook
|
|
13
|
+
- feat: adjust Accordion component to suit new FAQs pattern and design intent
|
|
14
|
+
- fix: update FeaturePost label text to be overline and update date format
|
|
15
|
+
- feat: open SectionHeading and HighlightItem content type to reactnode
|
|
16
|
+
|
|
17
|
+
## 1.1.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Add ContentInfoWidget component and insert into hero example stories
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Update arc packages for v12.0.0 release and fix gradients breaking change
|
|
26
|
+
|
|
3
27
|
## 1.0.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -1,32 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var Disclosure = require('@arc-ui/components/Disclosure');
|
|
3
|
+
var Accordion = require('../_shared/cjs/Accordion-Bme0aSPi.js');
|
|
4
|
+
require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
5
|
+
require('react');
|
|
6
|
+
require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
8
7
|
require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
9
8
|
require('@arc-ui/components/Heading');
|
|
10
9
|
require('@arc-ui/components/Text');
|
|
11
10
|
require('@arc-ui/components/VerticalSpace');
|
|
12
11
|
require('@arc-ui/components/Image');
|
|
12
|
+
require('@arc-ui/components/Disclosure');
|
|
13
13
|
|
|
14
|
-
var AccordionDisclosureList = function (_a) {
|
|
15
|
-
var disclosureList = _a.disclosureList;
|
|
16
|
-
return (React.createElement(React.Fragment, null, disclosureList.map(function (_a, index) {
|
|
17
|
-
var children = _a.children, summary = _a.summary, _b = _a.isOpen, isOpen = _b === void 0 ? false : _b, _c = _a.indentDetails, indentDetails = _c === void 0 ? false : _c, headingLevel = _a.headingLevel;
|
|
18
|
-
return (React.createElement(Disclosure.Disclosure, { key: index, summary: summary, isOpen: isOpen, indentDetails: indentDetails, headingLevel: headingLevel }, children));
|
|
19
|
-
})));
|
|
20
|
-
};
|
|
21
14
|
|
|
22
|
-
/**
|
|
23
|
-
* Use the `Accordion` component to package together a title, content and a number of disclosure components into one section (maximum 10).
|
|
24
|
-
*/
|
|
25
|
-
var Accordion = function (_a) {
|
|
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)),
|
|
28
|
-
React.createElement(SectionHeading.SectionHeading, { isPadded: true, "data-testid": "Accordion-header", heading: heading, headingLevel: headingLevel, content: content }),
|
|
29
|
-
React.createElement(AccordionDisclosureList, { disclosureList: disclosureList })));
|
|
30
|
-
};
|
|
31
15
|
|
|
32
|
-
exports.Accordion = Accordion;
|
|
16
|
+
exports.Accordion = Accordion.Accordion;
|
|
@@ -1,30 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { Disclosure } from '@arc-ui/components/Disclosure';
|
|
1
|
+
export { A as Accordion } from '../_shared/esm/Accordion-Brmx6oxT.js';
|
|
2
|
+
import '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
6
5
|
import '../_shared/esm/index-BfTCfPZ1.js';
|
|
7
6
|
import '@arc-ui/components/Heading';
|
|
8
7
|
import '@arc-ui/components/Text';
|
|
9
8
|
import '@arc-ui/components/VerticalSpace';
|
|
10
9
|
import '@arc-ui/components/Image';
|
|
11
|
-
|
|
12
|
-
var AccordionDisclosureList = function (_a) {
|
|
13
|
-
var disclosureList = _a.disclosureList;
|
|
14
|
-
return (React.createElement(React.Fragment, null, disclosureList.map(function (_a, index) {
|
|
15
|
-
var children = _a.children, summary = _a.summary, _b = _a.isOpen, isOpen = _b === void 0 ? false : _b, _c = _a.indentDetails, indentDetails = _c === void 0 ? false : _c, headingLevel = _a.headingLevel;
|
|
16
|
-
return (React.createElement(Disclosure, { key: index, summary: summary, isOpen: isOpen, indentDetails: indentDetails, headingLevel: headingLevel }, children));
|
|
17
|
-
})));
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Use the `Accordion` component to package together a title, content and a number of disclosure components into one section (maximum 10).
|
|
22
|
-
*/
|
|
23
|
-
var Accordion = function (_a) {
|
|
24
|
-
var heading = _a.heading, headingLevel = _a.headingLevel, content = _a.content, disclosureList = _a.disclosureList, props = __rest(_a, ["heading", "headingLevel", "content", "disclosureList"]);
|
|
25
|
-
return (React.createElement("div", __assign({}, filterDataAttrs(props)),
|
|
26
|
-
React.createElement(SectionHeading, { isPadded: true, "data-testid": "Accordion-header", heading: heading, headingLevel: headingLevel, content: content }),
|
|
27
|
-
React.createElement(AccordionDisclosureList, { disclosureList: disclosureList })));
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export { Accordion };
|
|
10
|
+
import '@arc-ui/components/Disclosure';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as __spreadArray,
|
|
1
|
+
import { b as __spreadArray, _ as __assign, c as __awaiter, d as __generator } from '../_shared/esm/tslib.es6-D6Wu-xwB.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,7 +8,7 @@ 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-DpT2Pcq_.js';
|
|
12
12
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
13
13
|
import '@arc-ui/components/Grid';
|
|
14
14
|
import '@arc-ui/components/Avatar';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { A as Author } from '../_shared/esm/Author-
|
|
2
|
-
import '../_shared/esm/tslib.es6-
|
|
1
|
+
export { A as Author } from '../_shared/esm/Author-DpT2Pcq_.js';
|
|
2
|
+
import '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
5
5
|
import '@arc-ui/components/Grid';
|
|
@@ -15,11 +15,11 @@ var styles = {"bannerWithTabsHeadingCentered":"BannerWithTabs-module_bannerWithT
|
|
|
15
15
|
|
|
16
16
|
var BannerWithTabs = function (_a) {
|
|
17
17
|
var _b;
|
|
18
|
-
var tabs = _a.tabs, defaultValue = _a.defaultValue, heading = _a.heading, content = _a.content, _c = _a.alignTypography, alignTypography = _c === void 0 ? "left" : _c,
|
|
18
|
+
var tabs = _a.tabs, defaultValue = _a.defaultValue, heading = _a.heading, content = _a.content, _c = _a.alignTypography, alignTypography = _c === void 0 ? "left" : _c, minHeight = _a.minHeight, minHeightM = _a.minHeightM;
|
|
19
19
|
return (React.createElement(React.Fragment, null,
|
|
20
|
-
React.createElement("div", { className: index.classNames(
|
|
20
|
+
React.createElement("div", { className: index.classNames((_b = {},
|
|
21
21
|
_b[styles.bannerWithTabsHeadingCentered] = alignTypography === "center",
|
|
22
|
-
_b))
|
|
22
|
+
_b)) },
|
|
23
23
|
React.createElement(SectionHeading.SectionHeading, { heading: heading, content: content, isPadded: alignTypography === "left" ? true : false })),
|
|
24
24
|
React.createElement(TabbedBanner.TabbedBanner, { minHeight: minHeight, minHeightM: minHeightM, tabs: tabs, defaultValue: defaultValue })));
|
|
25
25
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
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-DVLKN_jI.js';
|
|
4
4
|
import { TabbedBanner } from '@arc-ui/components/TabbedBanner';
|
|
5
|
-
import '../_shared/esm/tslib.es6-
|
|
5
|
+
import '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
6
6
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
7
7
|
import '@arc-ui/components/Heading';
|
|
8
8
|
import '@arc-ui/components/Text';
|
|
@@ -13,11 +13,11 @@ var styles = {"bannerWithTabsHeadingCentered":"BannerWithTabs-module_bannerWithT
|
|
|
13
13
|
|
|
14
14
|
var BannerWithTabs = function (_a) {
|
|
15
15
|
var _b;
|
|
16
|
-
var tabs = _a.tabs, defaultValue = _a.defaultValue, heading = _a.heading, content = _a.content, _c = _a.alignTypography, alignTypography = _c === void 0 ? "left" : _c,
|
|
16
|
+
var tabs = _a.tabs, defaultValue = _a.defaultValue, heading = _a.heading, content = _a.content, _c = _a.alignTypography, alignTypography = _c === void 0 ? "left" : _c, minHeight = _a.minHeight, minHeightM = _a.minHeightM;
|
|
17
17
|
return (React.createElement(React.Fragment, null,
|
|
18
|
-
React.createElement("div", { className: classNames(
|
|
18
|
+
React.createElement("div", { className: classNames((_b = {},
|
|
19
19
|
_b[styles.bannerWithTabsHeadingCentered] = alignTypography === "center",
|
|
20
|
-
_b))
|
|
20
|
+
_b)) },
|
|
21
21
|
React.createElement(SectionHeading, { heading: heading, content: content, isPadded: alignTypography === "left" ? true : false })),
|
|
22
22
|
React.createElement(TabbedBanner, { minHeight: minHeight, minHeightM: minHeightM, tabs: tabs, defaultValue: defaultValue })));
|
|
23
23
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var Text = require('@arc-ui/components/Text');
|
|
5
|
+
var Icon = require('@arc-ui/components/Icon');
|
|
6
|
+
|
|
7
|
+
var styles = {"container":"ContentInfoWidget-module_container__yaS-8","text":"ContentInfoWidget-module_text__O1BdZ","icon":"ContentInfoWidget-module_icon__LEww1"};
|
|
8
|
+
|
|
9
|
+
var ContentInfoWidget = function (_a) {
|
|
10
|
+
var text = _a.text, icon = _a.icon;
|
|
11
|
+
return (React.createElement("div", { className: styles.container },
|
|
12
|
+
React.createElement("div", { className: styles.icon },
|
|
13
|
+
React.createElement(Icon.Icon, { size: 20, icon: icon })),
|
|
14
|
+
React.createElement("div", { className: styles.text },
|
|
15
|
+
React.createElement(Text.Text, { size: "xs", tone: "muted" }, text))));
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
exports.ContentInfoWidget = ContentInfoWidget;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Text } from '@arc-ui/components/Text';
|
|
3
|
+
import { Icon } from '@arc-ui/components/Icon';
|
|
4
|
+
|
|
5
|
+
var styles = {"container":"ContentInfoWidget-module_container__yaS-8","text":"ContentInfoWidget-module_text__O1BdZ","icon":"ContentInfoWidget-module_icon__LEww1"};
|
|
6
|
+
|
|
7
|
+
var ContentInfoWidget = function (_a) {
|
|
8
|
+
var text = _a.text, icon = _a.icon;
|
|
9
|
+
return (React.createElement("div", { className: styles.container },
|
|
10
|
+
React.createElement("div", { className: styles.icon },
|
|
11
|
+
React.createElement(Icon, { size: 20, icon: icon })),
|
|
12
|
+
React.createElement("div", { className: styles.text },
|
|
13
|
+
React.createElement(Text, { size: "xs", tone: "muted" }, text))));
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export { ContentInfoWidget };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ContentInfoWidget-module_container__yaS-8{display:flex;flex-direction:row;align-items:center;max-width:250px;white-space:nowrap;overflow-x:hidden}.ContentInfoWidget-module_text__O1BdZ{padding-left:8px}.ContentInfoWidget-module_icon__LEww1{color:var(--sem-color-fg-secondary-light-subtle)}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
6
|
-
var index_es = require('../_shared/cjs/index.es-
|
|
6
|
+
var index_es = require('../_shared/cjs/index.es-BVxxpECB.js');
|
|
7
7
|
var Columns = require('@arc-ui/components/Columns');
|
|
8
8
|
var useMediaQuery = require('@arc-ui/components/use-media-query');
|
|
9
9
|
var Heading = require('@arc-ui/components/Heading');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest, _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React, { useState, useEffect, Suspense } from 'react';
|
|
3
3
|
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
4
|
-
import { a as ArcSizeBreakpointsL, c as ArcSizeBreakpointsXl, b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-
|
|
4
|
+
import { a as ArcSizeBreakpointsL, c as ArcSizeBreakpointsXl, b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-CbCdNYwG.js';
|
|
5
5
|
import { Columns, ColumnsCol } from '@arc-ui/components/Columns';
|
|
6
6
|
import { useMediaQuery } from '@arc-ui/components/use-media-query';
|
|
7
7
|
import { Heading } from '@arc-ui/components/Heading';
|
|
@@ -11,7 +11,7 @@ import { Image as Image$1 } from '@arc-ui/components/Image';
|
|
|
11
11
|
import { Icon } from '@arc-ui/components/Icon';
|
|
12
12
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
13
13
|
import { ButtonV2 } from '@arc-ui/components/ButtonV2';
|
|
14
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
14
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
15
15
|
|
|
16
16
|
var styles = {"buttonContainer":"CopyLead-module_buttonContainer__3OaRG","col":"CopyLead-module_col__0Da5H","container":"CopyLead-module_container__I91ym","container--content":"CopyLead-module_container--content__e8LxG","container--media":"CopyLead-module_container--media__QcMWi","container--align-center":"CopyLead-module_container--align-center__Fh1Sd","container--align-top":"CopyLead-module_container--align-top__UIXOZ","list":"CopyLead-module_list__arnJd","listItem":"CopyLead-module_listItem__NscHE","listItemCentered":"CopyLead-module_listItemCentered__Kwdab","listItemIconContainer":"CopyLead-module_listItemIconContainer__dgnhJ","listItemTextContainer":"CopyLead-module_listItemTextContainer__Dl9lw","imgWrapper":"CopyLead-module_imgWrapper__HYP3w","mediaContainer":"CopyLead-module_mediaContainer__PxTnm","content":"CopyLead-module_content__Bja1D","container--reverse":"CopyLead-module_container--reverse__Gq9u8"};
|
|
17
17
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
4
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
4
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
5
5
|
import { Download } from '@arc-ui/components/Download';
|
|
6
6
|
import '../_shared/esm/index-BfTCfPZ1.js';
|
|
7
7
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var index = require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
6
|
+
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
7
|
+
var Accordion = require('../_shared/cjs/Accordion-Bme0aSPi.js');
|
|
8
|
+
var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
|
|
9
|
+
var Link = require('@arc-ui/components/Link');
|
|
10
|
+
var Heading = require('@arc-ui/components/Heading');
|
|
11
|
+
var VerticalSpace = require('@arc-ui/components/VerticalSpace');
|
|
12
|
+
var Tabs = require('@arc-ui/components/Tabs');
|
|
13
|
+
require('@arc-ui/components/Text');
|
|
14
|
+
require('@arc-ui/components/Image');
|
|
15
|
+
require('@arc-ui/components/Disclosure');
|
|
16
|
+
|
|
17
|
+
var styles = {"linkListSection":"FAQs-module_linkListSection__RdQkU","linkListTitle":"FAQs-module_linkListTitle__RVni3","linkList":"FAQs-module_linkList__dPyXj","linkListItem":"FAQs-module_linkListItem__S83CL","linkList--padded":"FAQs-module_linkList--padded__8Paxc"};
|
|
18
|
+
|
|
19
|
+
var FAQs = function (_a) {
|
|
20
|
+
var _b;
|
|
21
|
+
var heading = _a.heading, content = _a.content, _c = _a.isPadded, isPadded = _c === void 0 ? false : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d, image = _a.image, _e = _a.type, type = _e === void 0 ? "list" : _e, _f = _a.linkListHeading, linkListHeading = _f === void 0 ? "Skip to section" : _f, accordionData = _a.accordionData, props = tslib_es6.__rest(_a, ["heading", "content", "isPadded", "headingLevel", "image", "type", "linkListHeading", "accordionData"]);
|
|
22
|
+
return (React.createElement("div", tslib_es6.__assign({}, filterDataAttrs.filterDataAttrs(props)),
|
|
23
|
+
React.createElement(SectionHeading.SectionHeading, { heading: heading, content: content, image: image, headingLevel: headingLevel, isPadded: isPadded }),
|
|
24
|
+
type === "listWithLinks" && (React.createElement("div", { className: styles.linkListSection },
|
|
25
|
+
React.createElement("div", { className: styles.linkListTitle },
|
|
26
|
+
React.createElement(Heading.Heading, { size: "xs" }, linkListHeading)),
|
|
27
|
+
React.createElement("ul", { className: index.classNames((_b = {},
|
|
28
|
+
_b[styles["linkList"]] = true,
|
|
29
|
+
_b[styles["linkList--padded"]] = isPadded,
|
|
30
|
+
_b)) }, accordionData.map(function (item) {
|
|
31
|
+
var _a;
|
|
32
|
+
return (React.createElement("li", { className: styles.linkListItem, key: item.heading },
|
|
33
|
+
React.createElement(Link.Link, { title: item.heading, href: "#".concat(item.id), onClick: function () {
|
|
34
|
+
var _a;
|
|
35
|
+
(_a = document.getElementById("#".concat(item.id))) === null || _a === void 0 ? void 0 : _a.focus();
|
|
36
|
+
} }, (_a = item.altLinkTitle) !== null && _a !== void 0 ? _a : item.heading)));
|
|
37
|
+
})))),
|
|
38
|
+
type !== "tabs" && accordionData && (React.createElement("ul", null, accordionData.map(function (item) { return (React.createElement("li", { key: item.id },
|
|
39
|
+
React.createElement(Accordion.Accordion, { id: item.id, heading: item.heading, headingLevel: item.headingLevel, content: item.content, disclosureList: item.disclosureList, headingSize: "m" }),
|
|
40
|
+
React.createElement(VerticalSpace.VerticalSpace, { size: "48", sizeL: "64" }))); }))),
|
|
41
|
+
type === "tabs" && (React.createElement(Tabs.Tabs, { defaultValue: accordionData[0].heading },
|
|
42
|
+
React.createElement(Tabs.TabsList, { type: "standard" }, accordionData.map(function (item, index) { return (React.createElement("div", { key: index },
|
|
43
|
+
React.createElement(Tabs.TabsItem, { label: item.heading, value: item.heading }))); })),
|
|
44
|
+
React.createElement(VerticalSpace.VerticalSpace, { size: "40" }),
|
|
45
|
+
accordionData.map(function (item, index) { return (React.createElement("div", { key: item.heading },
|
|
46
|
+
React.createElement(Tabs.TabsContent, { value: item.heading },
|
|
47
|
+
React.createElement(Accordion.Accordion, { key: index, heading: item.heading, headingLevel: item.headingLevel, content: item.content, disclosureList: item.disclosureList, headingSize: "m" })))); })))));
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
exports.FAQs = FAQs;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { a as __rest, _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
4
|
+
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
5
|
+
import { A as Accordion } from '../_shared/esm/Accordion-Brmx6oxT.js';
|
|
6
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
7
|
+
import { Link } from '@arc-ui/components/Link';
|
|
8
|
+
import { Heading } from '@arc-ui/components/Heading';
|
|
9
|
+
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
10
|
+
import { Tabs, TabsList, TabsItem, TabsContent } from '@arc-ui/components/Tabs';
|
|
11
|
+
import '@arc-ui/components/Text';
|
|
12
|
+
import '@arc-ui/components/Image';
|
|
13
|
+
import '@arc-ui/components/Disclosure';
|
|
14
|
+
|
|
15
|
+
var styles = {"linkListSection":"FAQs-module_linkListSection__RdQkU","linkListTitle":"FAQs-module_linkListTitle__RVni3","linkList":"FAQs-module_linkList__dPyXj","linkListItem":"FAQs-module_linkListItem__S83CL","linkList--padded":"FAQs-module_linkList--padded__8Paxc"};
|
|
16
|
+
|
|
17
|
+
var FAQs = function (_a) {
|
|
18
|
+
var _b;
|
|
19
|
+
var heading = _a.heading, content = _a.content, _c = _a.isPadded, isPadded = _c === void 0 ? false : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d, image = _a.image, _e = _a.type, type = _e === void 0 ? "list" : _e, _f = _a.linkListHeading, linkListHeading = _f === void 0 ? "Skip to section" : _f, accordionData = _a.accordionData, props = __rest(_a, ["heading", "content", "isPadded", "headingLevel", "image", "type", "linkListHeading", "accordionData"]);
|
|
20
|
+
return (React.createElement("div", __assign({}, filterDataAttrs(props)),
|
|
21
|
+
React.createElement(SectionHeading, { heading: heading, content: content, image: image, headingLevel: headingLevel, isPadded: isPadded }),
|
|
22
|
+
type === "listWithLinks" && (React.createElement("div", { className: styles.linkListSection },
|
|
23
|
+
React.createElement("div", { className: styles.linkListTitle },
|
|
24
|
+
React.createElement(Heading, { size: "xs" }, linkListHeading)),
|
|
25
|
+
React.createElement("ul", { className: classNames((_b = {},
|
|
26
|
+
_b[styles["linkList"]] = true,
|
|
27
|
+
_b[styles["linkList--padded"]] = isPadded,
|
|
28
|
+
_b)) }, accordionData.map(function (item) {
|
|
29
|
+
var _a;
|
|
30
|
+
return (React.createElement("li", { className: styles.linkListItem, key: item.heading },
|
|
31
|
+
React.createElement(Link, { title: item.heading, href: "#".concat(item.id), onClick: function () {
|
|
32
|
+
var _a;
|
|
33
|
+
(_a = document.getElementById("#".concat(item.id))) === null || _a === void 0 ? void 0 : _a.focus();
|
|
34
|
+
} }, (_a = item.altLinkTitle) !== null && _a !== void 0 ? _a : item.heading)));
|
|
35
|
+
})))),
|
|
36
|
+
type !== "tabs" && accordionData && (React.createElement("ul", null, accordionData.map(function (item) { return (React.createElement("li", { key: item.id },
|
|
37
|
+
React.createElement(Accordion, { id: item.id, heading: item.heading, headingLevel: item.headingLevel, content: item.content, disclosureList: item.disclosureList, headingSize: "m" }),
|
|
38
|
+
React.createElement(VerticalSpace, { size: "48", sizeL: "64" }))); }))),
|
|
39
|
+
type === "tabs" && (React.createElement(Tabs, { defaultValue: accordionData[0].heading },
|
|
40
|
+
React.createElement(TabsList, { type: "standard" }, accordionData.map(function (item, index) { return (React.createElement("div", { key: index },
|
|
41
|
+
React.createElement(TabsItem, { label: item.heading, value: item.heading }))); })),
|
|
42
|
+
React.createElement(VerticalSpace, { size: "40" }),
|
|
43
|
+
accordionData.map(function (item, index) { return (React.createElement("div", { key: item.heading },
|
|
44
|
+
React.createElement(TabsContent, { value: item.heading },
|
|
45
|
+
React.createElement(Accordion, { key: index, heading: item.heading, headingLevel: item.headingLevel, content: item.content, disclosureList: item.disclosureList, headingSize: "m" })))); })))));
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { FAQs };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
html{scroll-behavior:smooth}ul,li{list-style:none;margin:0;padding:0}.FAQs-module_linkListSection__RdQkU{display:flex;flex-direction:column;margin-bottom:40px}.FAQs-module_linkListTitle__RVni3{margin-bottom:8px}.FAQs-module_linkList__dPyXj{display:flex;flex-wrap:wrap;row-gap:8px}.FAQs-module_linkListItem__S83CL::after{content:"|";padding:0 8px;color:#d9d9d9}.FAQs-module_linkListItem__S83CL:last-child::after{content:""}@media (--arc-custom-media-min-width-s-px){.FAQs-module_linkList--padded__8Paxc{min-width:588px;width:auto}}@media (--arc-custom-media-min-width-m-px){.FAQs-module_linkList--padded__8Paxc{min-width:720px;padding-right:186px}}@media (--arc-custom-media-min-width-l-px){.FAQs-module_linkList--padded__8Paxc{min-width:960px;padding-right:246px}}@media (--arc-custom-media-min-width-xl-px){.FAQs-module_linkList--padded__8Paxc{min-width:1216px;padding-right:312px}}
|
|
@@ -4,7 +4,7 @@ var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var index = require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
6
6
|
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
7
|
-
var index_es = require('../_shared/cjs/index.es-
|
|
7
|
+
var index_es = require('../_shared/cjs/index.es-BVxxpECB.js');
|
|
8
8
|
var AppButton = require('@arc-ui/components/AppButton');
|
|
9
9
|
var Grid = require('@arc-ui/components/Grid');
|
|
10
10
|
var ButtonV2 = require('@arc-ui/components/ButtonV2');
|
|
@@ -2245,10 +2245,10 @@ var FeaturePost = function (_a) {
|
|
|
2245
2245
|
label && (React.createElement(Grid.Grid, { isGutterless: true, isFluid: true },
|
|
2246
2246
|
React.createElement(Grid.GridRow, { align: "baseline" },
|
|
2247
2247
|
React.createElement(Grid.GridCol, { xs: 12, m: "auto" },
|
|
2248
|
-
React.createElement(Heading.Heading, { size: "xxs" }, label.text
|
|
2248
|
+
React.createElement(Heading.Heading, { size: "xxs", fontStyle: "overline" }, label.text)),
|
|
2249
2249
|
React.createElement(Grid.GridCol, { xs: 12, m: "auto" },
|
|
2250
2250
|
React.createElement("div", { className: styles.labelDate },
|
|
2251
|
-
React.createElement(Text.Text, { size: "xs", tone: "muted" }, isDate(label.date) ? (React.createElement("time", { dateTime: format(label.date, "yyyy-MM-dd") }, format(label.date, "
|
|
2251
|
+
React.createElement(Text.Text, { size: "xs", tone: "muted" }, isDate(label.date) ? (React.createElement("time", { dateTime: format(label.date, "yyyy-MM-dd") }, format(label.date, "d MMMM yyyy"))) : (React.createElement("span", null, label.date)))))),
|
|
2252
2252
|
React.createElement(VerticalSpace.VerticalSpace, { size: "24" }))),
|
|
2253
2253
|
React.createElement(Heading.Heading, { level: headingLevel, size: "xl" }, heading),
|
|
2254
2254
|
!isMinWidthArcBreakpointM && (React.createElement("div", { "data-testid": "mobile-img" },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest, _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React, { useState, useEffect, Suspense } from 'react';
|
|
3
3
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
4
4
|
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
5
|
-
import { b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-
|
|
5
|
+
import { b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-CbCdNYwG.js';
|
|
6
6
|
import { AppButton } from '@arc-ui/components/AppButton';
|
|
7
7
|
import { Grid, GridRow, GridCol } from '@arc-ui/components/Grid';
|
|
8
8
|
import { ButtonV2 } from '@arc-ui/components/ButtonV2';
|
|
@@ -10,7 +10,7 @@ import { Heading } from '@arc-ui/components/Heading';
|
|
|
10
10
|
import { Text } from '@arc-ui/components/Text';
|
|
11
11
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
12
12
|
import { useMediaQuery } from '@arc-ui/components/use-media-query';
|
|
13
|
-
import { A as Author } from '../_shared/esm/Author-
|
|
13
|
+
import { A as Author } from '../_shared/esm/Author-DpT2Pcq_.js';
|
|
14
14
|
import { Image as Image$1 } from '@arc-ui/components/Image';
|
|
15
15
|
import '@arc-ui/components/Avatar';
|
|
16
16
|
|
|
@@ -2243,10 +2243,10 @@ var FeaturePost = function (_a) {
|
|
|
2243
2243
|
label && (React.createElement(Grid, { isGutterless: true, isFluid: true },
|
|
2244
2244
|
React.createElement(GridRow, { align: "baseline" },
|
|
2245
2245
|
React.createElement(GridCol, { xs: 12, m: "auto" },
|
|
2246
|
-
React.createElement(Heading, { size: "xxs" }, label.text
|
|
2246
|
+
React.createElement(Heading, { size: "xxs", fontStyle: "overline" }, label.text)),
|
|
2247
2247
|
React.createElement(GridCol, { xs: 12, m: "auto" },
|
|
2248
2248
|
React.createElement("div", { className: styles.labelDate },
|
|
2249
|
-
React.createElement(Text, { size: "xs", tone: "muted" }, isDate(label.date) ? (React.createElement("time", { dateTime: format(label.date, "yyyy-MM-dd") }, format(label.date, "
|
|
2249
|
+
React.createElement(Text, { size: "xs", tone: "muted" }, isDate(label.date) ? (React.createElement("time", { dateTime: format(label.date, "yyyy-MM-dd") }, format(label.date, "d MMMM yyyy"))) : (React.createElement("span", null, label.date)))))),
|
|
2250
2250
|
React.createElement(VerticalSpace, { size: "24" }))),
|
|
2251
2251
|
React.createElement(Heading, { level: headingLevel, size: "xl" }, heading),
|
|
2252
2252
|
!isMinWidthArcBreakpointM && (React.createElement("div", { "data-testid": "mobile-img" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.FeaturePost-module_labelDate__NXOgY{padding-top:var(--sem-space-padding-20)}.FeaturePost-module_authorContent__FEuRO{padding-left:var(--sem-space-padding-70)}.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:var(--sem-space-padding-70) 0 0}.FeaturePost-module_imgWrapper__r6omd{border-radius:var(--sem-border-radius-s);overflow:hidden}@media (min-width:636px){.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:0 0 0 var(--sem-space-padding-70)}}@media (min-width:768px){.FeaturePost-module_featurePost__9jY21{display:flex;gap:24px}.FeaturePost-module_featurePostReversed__WQRXm{flex-direction:row-reverse}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-110) 0 0}.FeaturePost-module_col__eW8gY{flex:0 1 auto;width:50%}.FeaturePost-module_labelDate__NXOgY{padding-left:var(--sem-space-padding-70)}}@media (min-width:1280px){.FeaturePost-module_featurePost__9jY21{gap:32px}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-130) 0 0}}
|
|
1
|
+
.FeaturePost-module_labelDate__NXOgY{padding-top:var(--sem-space-padding-20);text-transform:uppercase}.FeaturePost-module_authorContent__FEuRO{padding-left:var(--sem-space-padding-70)}.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:var(--sem-space-padding-70) 0 0}.FeaturePost-module_imgWrapper__r6omd{border-radius:var(--sem-border-radius-s);overflow:hidden}@media (min-width:636px){.FeaturePost-module_googlePlayButtonWrapper__GI-ag{padding:0 0 0 var(--sem-space-padding-70)}}@media (min-width:768px){.FeaturePost-module_featurePost__9jY21{display:flex;gap:24px}.FeaturePost-module_featurePostReversed__WQRXm{flex-direction:row-reverse}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-110) 0 0}.FeaturePost-module_col__eW8gY{flex:0 1 auto;width:50%}.FeaturePost-module_labelDate__NXOgY{padding-left:var(--sem-space-padding-70)}}@media (min-width:1280px){.FeaturePost-module_featurePost__9jY21{gap:32px}.FeaturePost-module_contentContainer__kdus7{padding:0 var(--sem-space-padding-130) 0 0}}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, { useId } from 'react';
|
|
2
2
|
import { useMediaQuery } from '@arc-ui/components/use-media-query';
|
|
3
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
3
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
4
4
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
5
5
|
import { Heading } from '@arc-ui/components/Heading';
|
|
6
6
|
import { Icon } from '@arc-ui/components/Icon';
|
|
7
7
|
import { Text } from '@arc-ui/components/Text';
|
|
8
8
|
import { Link } from '@arc-ui/components/Link';
|
|
9
9
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
10
|
-
import '../_shared/esm/tslib.es6-
|
|
10
|
+
import '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
11
11
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
12
12
|
import '@arc-ui/components/Image';
|
|
13
13
|
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var index = require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
6
6
|
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-ajtUvDAC.js');
|
|
7
7
|
var useMediaQuery = require('@arc-ui/components/use-media-query');
|
|
8
|
-
var index_es = require('../_shared/cjs/index.es-
|
|
8
|
+
var index_es = require('../_shared/cjs/index.es-BVxxpECB.js');
|
|
9
9
|
var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
|
|
10
10
|
var ButtonV2 = require('@arc-ui/components/ButtonV2');
|
|
11
11
|
var InformationCard = require('@arc-ui/components/InformationCard');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest, _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React, { useState, useRef, useEffect } from 'react';
|
|
3
3
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
4
4
|
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
5
5
|
import { useMediaQuery } from '@arc-ui/components/use-media-query';
|
|
6
|
-
import { A as ArcSizeBreakpointsS } from '../_shared/esm/index.es-
|
|
7
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
6
|
+
import { A as ArcSizeBreakpointsS } from '../_shared/esm/index.es-CbCdNYwG.js';
|
|
7
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
8
8
|
import { ButtonV2 } from '@arc-ui/components/ButtonV2';
|
|
9
9
|
import { InformationCard } from '@arc-ui/components/InformationCard';
|
|
10
10
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var index = require('../_shared/cjs/index-Bp6Dd2i1.js');
|
|
6
|
-
var index_es = require('../_shared/cjs/index.es-
|
|
6
|
+
var index_es = require('../_shared/cjs/index.es-BVxxpECB.js');
|
|
7
7
|
var Carousel = require('@arc-ui/components/Carousel');
|
|
8
8
|
var useMediaQuery = require('@arc-ui/components/use-media-query');
|
|
9
9
|
var SectionHeading = require('../_shared/cjs/SectionHeading-gjCR1F6E.js');
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React, { useId } from 'react';
|
|
3
3
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
4
|
-
import { a as ArcSizeBreakpointsL } from '../_shared/esm/index.es-
|
|
4
|
+
import { a as ArcSizeBreakpointsL } from '../_shared/esm/index.es-CbCdNYwG.js';
|
|
5
5
|
import { Carousel } from '@arc-ui/components/Carousel';
|
|
6
6
|
import { useMediaQuery } from '@arc-ui/components/use-media-query';
|
|
7
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
7
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
8
8
|
import { MediaCard } from '@arc-ui/components/MediaCard';
|
|
9
9
|
import { ImpactCard } from '@arc-ui/components/ImpactCard';
|
|
10
10
|
import { InformationCard } from '@arc-ui/components/InformationCard';
|
package/dist/Quote/Quote.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as __rest, _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { c as classNames } from '../_shared/esm/index-BfTCfPZ1.js';
|
|
4
4
|
import { f as filterDataAttrs } from '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
5
|
-
import { A as Author } from '../_shared/esm/Author-
|
|
5
|
+
import { A as Author } from '../_shared/esm/Author-DpT2Pcq_.js';
|
|
6
6
|
import '@arc-ui/components/Grid';
|
|
7
7
|
import '@arc-ui/components/Avatar';
|
|
8
8
|
import '@arc-ui/components/Heading';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
2
|
-
import '../_shared/esm/tslib.es6-
|
|
1
|
+
export { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
2
|
+
import '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../_shared/esm/index-BfTCfPZ1.js';
|
|
5
5
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React, { useId } from 'react';
|
|
3
3
|
import { Columns, ColumnsCol } from '@arc-ui/components/Columns';
|
|
4
4
|
import { Rule } from '@arc-ui/components/Rule';
|
|
@@ -6,7 +6,7 @@ import { Text } from '@arc-ui/components/Text';
|
|
|
6
6
|
import { Align } from '@arc-ui/components/Align';
|
|
7
7
|
import { Heading } from '@arc-ui/components/Heading';
|
|
8
8
|
import { VerticalSpace } from '@arc-ui/components/VerticalSpace';
|
|
9
|
-
import { S as SectionHeading } from '../_shared/esm/SectionHeading-
|
|
9
|
+
import { S as SectionHeading } from '../_shared/esm/SectionHeading-DVLKN_jI.js';
|
|
10
10
|
import '../_shared/esm/index-BfTCfPZ1.js';
|
|
11
11
|
import '../_shared/esm/filter-data-attrs-V7cbJuwS.js';
|
|
12
12
|
import '@arc-ui/components/Image';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var tslib_es6 = require('../_shared/cjs/tslib.es6-BxB9I209.js');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
var index_es = require('../_shared/cjs/index.es-
|
|
5
|
+
var index_es = require('../_shared/cjs/index.es-BVxxpECB.js');
|
|
6
6
|
var Heading = require('@arc-ui/components/Heading');
|
|
7
7
|
var Text = require('@arc-ui/components/Text');
|
|
8
8
|
var Box = require('@arc-ui/components/Box');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as __assign } from '../_shared/esm/tslib.es6-D6Wu-xwB.js';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-
|
|
3
|
+
import { b as ArcSizeBreakpointsM } from '../_shared/esm/index.es-CbCdNYwG.js';
|
|
4
4
|
import { Heading } from '@arc-ui/components/Heading';
|
|
5
5
|
import { Text } from '@arc-ui/components/Text';
|
|
6
6
|
import { Box } from '@arc-ui/components/Box';
|