trimble-terra 1.1.1 → 1.1.4
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/dist/src/component/Accordion/Accordion.css +1 -1
- package/dist/src/component/Dialog/Dialog.d.ts +1 -1
- package/dist/src/component/Dialog/Dialog.d.ts.map +1 -1
- package/dist/src/component/ProductDetail/PricingCards/PricingCards.css +1 -1
- package/dist/src/component/ProductDetail/ProductDetail.css +1 -1
- package/dist/src/component/ProductDetail/ProductDetail.d.ts +1 -1
- package/dist/src/component/ProductDetail/ProductDetail.d.ts.map +1 -1
- package/dist/src/component/ProductDetail/ProductDetail.js +7 -11
- package/dist/src/component/ProductDetail/ProductDetail.stories.d.ts +0 -3
- package/dist/src/component/ProductDetail/ProductDetail.stories.d.ts.map +1 -1
- package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.d.ts +3 -4
- package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.d.ts.map +1 -1
- package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.js +151 -120
- package/dist/src/navigation/SiteNav/UtilityNavComponents/SiteNavUtilityNav.d.ts.map +1 -1
- package/dist/src/navigation/SiteNav/UtilityNavComponents/SiteNavUtilityNav.js +8 -7
- package/dist/src/navigation/SiteNavigation/UtilityNavComponents/LanguageSelector/LanguageSelector.d.ts.map +1 -1
- package/dist/src/navigation/SiteNavigation/UtilityNavComponents/LanguageSelector/LanguageSelector.js +119 -106
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.t2-accordion{border-bottom:1px solid #e0e1e9;padding:40px 108px}@media(min-width:960px)and (max-width:1079px){.t2-accordion{padding:40px 80px}}@media(min-width:600px)and (max-width:959px){.t2-accordion{padding:40px 60px}}@media(max-width:599px){.t2-accordion{padding:30px 20px}}.t2-accordion--compact{padding-left:20px;padding-right:20px}.t2-accordion--is-open{background-color:#f1f1f64d;border-bottom:1px dashed #a3a6b1;border-top:1px dashed #a3a6b1!important}.t2-accordion:has(+.t2-accordion--is-open){border-bottom:none}.t2-accordion:first-child{border-top:1px solid #ddd}.t2-accordion-title{cursor:pointer;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:600px){.t2-accordion-title{align-items:flex-start;margin-bottom:12px}}.t2-accordion-title__headline{font-size:1.25rem;font-weight:700;line-height:1.625rem;max-width:747px}@media screen and (max-width:1020px){.t2-accordion-title__headline{line-height:1.375rem;font-weight:600;max-width:560px;margin:0}}@media screen and (max-width:780px){.t2-accordion-title__headline{font-size:1.125rem;line-height:1.375rem;font-weight:600;max-width:400px;margin:0}}@media screen and (max-width:660px){.t2-accordion-title__headline{font-size:1rem;line-height:1.375rem;font-weight:600;max-width:280px;margin:0}}.t2-accordion-title__button{display:flex;justify-content:center;align-items:center;width:50px;height:50px;color:#353a40;border:1px solid #353a40;border-radius:50%;background:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.t2-accordion-title__button svg{padding:4px}@media screen and (max-width:600px){.t2-accordion-title__button{width:40px;height:40px;font-size:1.25rem}}.t2-accordion-title__button--is-open{background-color:#fbad26;border:none}.t2-accordion-content{font-size:1.375rem;font-weight:400;line-height:2.25rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}@media screen and (max-width:1020px){.t2-accordion-content{font-size:1.25rem;line-height:2rem}}@media screen and (max-width:780px){.t2-accordion-content{font-size:1.125rem;line-height:1.75rem}}@media screen and (max-width:600px){.t2-accordion-content{font-size:1rem;line-height:1.375rem;font-weight:300}}.t2-accordion-content--is-open{max-height:1000px}.t2-accordion-content--description{max-width:747px;margin-bottom:26px}.t2-accordion-content__image{margin:1rem 0}.t2-accordion-content__image img{height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}.t2-color-setting--dark .t2-accordion-title__headline{color:#fff}
|
|
1
|
+
.t2-accordion{border-bottom:1px solid #e0e1e9;padding:40px 108px}@media(min-width:960px)and (max-width:1079px){.t2-accordion{padding:40px 80px}}@media(min-width:600px)and (max-width:959px){.t2-accordion{padding:40px 60px}}@media(max-width:599px){.t2-accordion{padding:30px 20px}}.t2-accordion--compact{padding-left:20px;padding-right:20px}.t2-accordion--is-open{background-color:#f1f1f64d;border-bottom:1px dashed #a3a6b1;border-top:1px dashed #a3a6b1!important}.t2-accordion:has(+.t2-accordion--is-open){border-bottom:none}.t2-accordion:first-child{border-top:1px solid #ddd}.t2-accordion-title{cursor:pointer;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:600px){.t2-accordion-title{align-items:flex-start;margin-bottom:12px}}.t2-accordion-title__headline{font-size:1.25rem;font-weight:700;line-height:1.625rem;max-width:747px}@media screen and (max-width:1020px){.t2-accordion-title__headline{line-height:1.375rem;font-weight:600;max-width:560px;margin:0}}@media screen and (max-width:780px){.t2-accordion-title__headline{font-size:1.125rem;line-height:1.375rem;font-weight:600;max-width:400px;margin:0}}@media screen and (max-width:660px){.t2-accordion-title__headline{font-size:1rem;line-height:1.375rem;font-weight:600;max-width:280px;margin:0}}.t2-accordion-title__button{display:flex;justify-content:center;align-items:center;width:50px;height:50px;color:#353a40;border:1px solid #353a40;border-radius:50%;background:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.t2-accordion-title__button svg{padding:4px}@media screen and (max-width:600px){.t2-accordion-title__button{min-width:40px;width:40px;height:40px;font-size:1.25rem}}.t2-accordion-title__button--is-open{background-color:#fbad26;border:none}.t2-accordion-content{font-size:1.375rem;font-weight:400;line-height:2.25rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}@media screen and (max-width:1020px){.t2-accordion-content{font-size:1.25rem;line-height:2rem}}@media screen and (max-width:780px){.t2-accordion-content{font-size:1.125rem;line-height:1.75rem}}@media screen and (max-width:600px){.t2-accordion-content{font-size:1rem;line-height:1.375rem;font-weight:300}}.t2-accordion-content--is-open{max-height:1000px}.t2-accordion-content--description{max-width:747px;margin-bottom:26px}.t2-accordion-content__image{margin:1rem 0}.t2-accordion-content__image img{height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}.t2-color-setting--dark .t2-accordion-title__headline{color:#fff}
|
|
@@ -7,7 +7,7 @@ interface DialogProps {
|
|
|
7
7
|
primaryButtonText: string;
|
|
8
8
|
secondaryButtonText?: string;
|
|
9
9
|
onCloseButtonClick?: () => void;
|
|
10
|
-
onPrimaryButtonClick?: () => void;
|
|
10
|
+
onPrimaryButtonClick?: (e?: any) => void;
|
|
11
11
|
onSecondaryButtonClick?: () => void;
|
|
12
12
|
contentWithLink?: string;
|
|
13
13
|
contentLink?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oBAAoB,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oBAAoB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IACzC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,4CAqGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.t2-pricing-card{margin-inline:0px;padding-inline:0px;padding-block:0px;background-color:#fff;color:#585c65;border:1px solid #252a2e;border-radius:10px;letter-spacing:.15px;margin-bottom:8px}.t2-pricing-card--region-blocked{border:1px solid #6A6E79}.t2-pricing-card--region-blocked:hover,.t2-pricing-card--region-blocked{cursor:not-allowed}.t2-pricing-card--region-available:hover{cursor:pointer}.t2-pricing-card--selected{border:1px solid #0063a3;color:#252a2e}.t2-pricing-card__content{padding:16px}@media screen and (max-width:300px){.t2-pricing-card__content{flex-direction:column;align-items:flex-start;gap:0px}}.t2-pricing-card__title{font-size:18px;font-weight:600;line-height:32px;margin:14px}.t2-pricing-card__region-blocked-text{font-size:14px;color:#6a6e79;line-height:24px;list-style-type:none;font-weight:400;padding:0;margin:0}.t2-pricing-card__vat-container--text{font-size:14px;line-height:24px;list-style-type:none;font-weight:400;margin:0 0 0 32px}.t2-pricing-card__price{display:flex;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.15px;margin:0 0 0 24px}@media screen and (max-width:300px){.t2-pricing-card__price{text-align:left}}.t2-pricing-card__price--strike{margin-left:16px;font-style:normal;font-weight:600;color:#90939f;text-decoration:line-through}.t2-pricing-card__price--currency{font-size:14px;font-weight:600;margin-left:8px;position:relative;top:2px}.t2-pricing-card__price-description{font-size:14px;font-weight:400;line-height:24px;letter-spacing:.15px;margin:0 0 0 48px}@media screen and (max-width:300px){.t2-pricing-card__price-description{text-align:left}}.t2-pricing-card__price--type{font-size:.875rem;font-weight:600;line-height:1.5rem;margin:0}.t2-pricing-card__price-tax{font-size:.75rem;font-weight:400;line-height:1.25rem;letter-spacing:.15px;text-align:right;margin:0}.t2-pricing-card__custom-radio-label,.t2-pricing-card__custom-radio-button{margin:0 6px;border-color:#0063a3;box-shadow:none}.t2-pricing-card__custom-radio-button{height:16px;width:16px;border-radius:50%;border:2px solid #252a2e;display:inline-block;position:relative;box-shadow:none;transition:border-color .2s}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button{border-color:#0063a3}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button:after{content:"";background:#0063a3}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#0063a3}.t2-pricing-card__native-radio-hide{opacity:0;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);border:0}.t2-pricing-card__discount-container{display:flex;align-items:center;gap:8px;margin:0 0 16px 60px}.t2-pricing-card__discount{display:flex;flex-direction:row}.t2-pricing-card__discount--text{height:44px;display:flex;justify-content:center;align-items:center;color:#02542e;background-color:#e0eccf;border-radius:8px;font-size:12px;text-transform:uppercase;letter-spacing:.24px;font-weight:800}.t2-pricing-card__discount--icon{margin-bottom:12px}.t2-pricing-card__discount--text-code{margin:4px 0 4px 8px;border-radius:8px;padding:2px 4px;color:#e0eccf;background-color:#02542e;font-size:12px}.t2-pricing-card__discount--text-code:hover{cursor:copy}.t2-pricing-card__featured{background-color:#dcedf9;border-radius:10px 10px 0 0;display:flex;border-bottom:1px solid #252a2e}.t2-pricing-card__featured--text{justify-content:center;align-items:center;color:#0063a3;text-transform:uppercase;margin:0 auto;padding:8px;font-size:12px;letter-spacing:.24px;font-weight:800}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button,.t2-pricing-card:hover .t2-pricing-card__custom-radio-button{border-color:#0063a3}
|
|
1
|
+
.t2-pricing-cards,.t2-pricing-cards *,.t2-pricing-card,.t2-pricing-card *{box-sizing:border-box}.t2-pricing-card{margin-inline:0px;padding-inline:0px;padding-block:0px;background-color:#fff;color:#585c65;border:1px solid #252a2e;border-radius:10px;letter-spacing:.15px;margin-bottom:8px}.t2-pricing-card--region-blocked{border:1px solid #6A6E79}.t2-pricing-card--region-blocked:hover,.t2-pricing-card--region-blocked{cursor:not-allowed}.t2-pricing-card--region-available:hover{cursor:pointer}.t2-pricing-card--selected{border:1px solid #0063a3;color:#252a2e}.t2-pricing-card__content{padding:16px}@media screen and (max-width:300px){.t2-pricing-card__content{flex-direction:column;align-items:flex-start;gap:0px}}.t2-pricing-card__title{font-size:18px;font-weight:600;line-height:32px;margin:14px}.t2-pricing-card__region-blocked-text{font-size:14px;color:#6a6e79;line-height:24px;list-style-type:none;font-weight:400;padding:0;margin:0}.t2-pricing-card__vat-container--text{font-size:14px;line-height:24px;list-style-type:none;font-weight:400;margin:0 0 0 32px}.t2-pricing-card__price{display:flex;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.15px;margin:0 0 0 24px}@media screen and (max-width:300px){.t2-pricing-card__price{text-align:left}}.t2-pricing-card__price--strike{margin-left:16px;font-style:normal;font-weight:600;color:#90939f;text-decoration:line-through}.t2-pricing-card__price--currency{font-size:14px;font-weight:600;margin-left:8px;position:relative;top:2px}.t2-pricing-card__price-description{font-size:14px;font-weight:400;line-height:24px;letter-spacing:.15px;margin:0 0 0 48px}@media screen and (max-width:300px){.t2-pricing-card__price-description{text-align:left}}.t2-pricing-card__price--type{font-size:.875rem;font-weight:600;line-height:1.5rem;margin:0}.t2-pricing-card__price-tax{font-size:.75rem;font-weight:400;line-height:1.25rem;letter-spacing:.15px;text-align:right;margin:0}.t2-pricing-card__custom-radio-label,.t2-pricing-card__custom-radio-button{margin:0 6px;border-color:#0063a3;box-shadow:none}.t2-pricing-card__custom-radio-button{height:16px;width:16px;border-radius:50%;border:2px solid #252a2e;display:inline-block;position:relative;box-shadow:none;transition:border-color .2s}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button{border-color:#0063a3}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button:after{content:"";background:#0063a3}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#0063a3}.t2-pricing-card__native-radio-hide{opacity:0;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);border:0}.t2-pricing-card__discount-container{display:flex;align-items:center;gap:8px;margin:0 0 16px 60px}.t2-pricing-card__discount{display:flex;flex-direction:row}.t2-pricing-card__discount--text{height:44px;display:flex;justify-content:center;align-items:center;color:#02542e;background-color:#e0eccf;border-radius:8px;font-size:12px;text-transform:uppercase;letter-spacing:.24px;font-weight:800}.t2-pricing-card__discount--icon{margin-bottom:12px}.t2-pricing-card__discount--text-code{margin:4px 0 4px 8px;border-radius:8px;padding:2px 4px;color:#e0eccf;background-color:#02542e;font-size:12px}.t2-pricing-card__discount--text-code:hover{cursor:copy}.t2-pricing-card__featured{background-color:#dcedf9;border-radius:10px 10px 0 0;display:flex;border-bottom:1px solid #252a2e}.t2-pricing-card__featured--text{justify-content:center;align-items:center;color:#0063a3;text-transform:uppercase;margin:0 auto;padding:8px;font-size:12px;letter-spacing:.24px;font-weight:800}.t2-pricing-card__native-radio-hide:checked+.t2-pricing-card__custom-radio-button,.t2-pricing-card:hover .t2-pricing-card__custom-radio-button{border-color:#0063a3}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.highlight-columns .t2-row>div{outline:1px solid pink}.t2-product-detail-page{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin:0 -10px}.t2-product-detail-page{color:#252a2e}.t2-product-detail-page__left-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}@media(min-width:600px)and (max-width:959px){.t2-product-detail-page__left-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:960px)and (max-width:1079px){.t2-product-detail-page__left-column{flex-basis:58.333%;max-width:58.333%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:1080px){.t2-product-detail-page__left-column{flex-basis:58.333%;max-width:58.333%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(max-width:959px){.t2-product-detail-page__overview--desktop{display:none}}@media(min-width:959px){.t2-product-detail-page__overview--mobile{display:none}}.t2-product-detail-page__right-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}@media(min-width:600px)and (max-width:959px){.t2-product-detail-page__right-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:960px)and (max-width:1079px){.t2-product-detail-page__right-column{flex-basis:41.666%;max-width:41.666%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:1080px){.t2-product-detail-page__right-column{flex-basis:33.333%;max-width:33.333%;padding-right:10px;padding-left:10px;margin-left:8.333%}}.t2-product-detail-page__fieldset{border:none;margin:0 0 24px;padding:0}.t2-product-detail-page__processing{display:flex;align-items:center;justify-content:center;gap:7px}.t2-product-detail-page__eyebrow{margin-bottom:16px;color:#0063a3;text-transform:uppercase;font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.75rem;letter-spacing:1.44px}@media screen and (max-width:600px){.t2-product-detail-page__eyebrow{font-size:.875rem;line-height:1.125rem;letter-spacing:.7px}}.t2-product-detail-page__product-name{color:#353a40;font-size:2.5rem;font-style:normal;font-weight:300;line-height:3rem;letter-spacing:.8px}.t2-product-detail-page__product-name{margin:0 0 12px}.t2-product-detail-page__subheader{color:#353a40;font-size:1.375rem;font-style:normal;font-weight:700;line-height:1.875rem;letter-spacing:.18px;margin-bottom:16px}.t2-product-detail-page__section-title{color:#353a40;font-size:2.5rem;font-style:normal;font-weight:300;line-height:3rem;letter-spacing:.8px}.t2-product-detail-page__section-title{margin:0 0 37px}.t2-product-detail-page__overview{margin-bottom:37px}@media(max-width:959px){.t2-product-detail-page__overview{margin-top:44px;margin-bottom:24px}}.t2-product-detail-page__overview__text{font-size:1.125rem;line-height:2rem;margin-bottom:37px}.t2-product-detail-page__overview__expand-all{display:flex;align-items:center;gap:8px;padding-bottom:37px;border-bottom:1px solid #e0e1e9}.t2-product-detail-page__overview__expand-all__label{font-size:.875rem;line-height:1.5rem}@media screen and (max-width:400px){.t2-product-detail-page__overview .t2-accordion .t2-accordion-title__headline{max-width:200px}}.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{font-size:1rem;line-height:1.375rem}}.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{line-height:32px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{line-height:22px}}.t2-product-detail-page__product-detail-list>h1,.t2-product-detail-page__product-detail-list>h2,.t2-product-detail-page__product-detail-list>h3,.t2-product-detail-page__product-detail-list>h4,.t2-product-detail-page__product-detail-list>h5,.t2-product-detail-page__product-detail-list>h6{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:700;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list>h1,.t2-product-detail-page__product-detail-list>h2,.t2-product-detail-page__product-detail-list>h3,.t2-product-detail-page__product-detail-list>h4,.t2-product-detail-page__product-detail-list>h5,.t2-product-detail-page__product-detail-list>h6{font-size:1rem;line-height:1.375rem}}.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol{margin:0 0 16px}.t2-product-detail-page__choose-your-plan-label,.t2-product-detail-page__choose-your-plan-number-label{color:#252a2e;font-family:Open Sans;font-size:.75rem;font-style:normal;font-weight:800;line-height:1rem;letter-spacing:.24px;text-transform:uppercase;margin-bottom:16px}.t2-product-detail-page__image-gallery{margin-bottom:36px}.t2-product-detail-page__image-gallery-sticky-wrapper{position:sticky}.t2-product-detail-page__image-gallery .t2-image-gallery__nav{padding:30px 0}.t2-product-detail-page__product-information__add-to-cart{display:flex;flex-direction:column;gap:16px}.t2-product-detail-page__product-information__add-to-cart__flex{display:flex;gap:16px}.t2-product-detail-page__product-information__add-to-cart label{font-size:.875rem;line-height:48px;font-weight:700;color:#252a2e}.t2-product-detail-page__product-information__add-to-cart__quantity-tracker__input{display:flex;gap:16px}.t2-product-detail-page__product-information__add-to-cart__button,.t2-product-detail-page__product-information__add-to-cart__button:active{display:flex;align-items:center;justify-content:center;max-width:342px;width:100%}.t2-product-detail-page__product-information--small-print-details-with-links--content{max-width:420px;display:block;overflow:hidden;border-top:1px solid #e0e1e9;border-bottom:1px solid #e0e1e9;padding:24px 0;margin-top:24px}.t2-product-detail-page__product-information--small-print-details-with-links--text{font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.16px}.t2-product-detail-page__product-information--small-print-details-with-links a{margin-left:4px;display:inline;font-size:16px;font-weight:600}.t2-product-detail-page__product-information--small-print-details-with-links a:visited,.t2-product-detail-page__product-information--small-print-details-with-links a:focus,.t2-product-detail-page__product-information--small-print-details-with-links a:active{font-weight:700}.t2-product-detail-page__product-information--compare-trial{display:flex;margin:16px 0}.t2-product-detail-page__product-information--compare-trial a{flex-direction:row;flex:1;color:#0063a3!important;font-size:1rem;font-weight:700}@media screen and (max-width:770px){.t2-product-detail-page__product-information--compare-trial a{flex:inherit;flex-direction:column;margin:5px 0 10px}}.t2-product-detail-page__product-information--compare-trial a:visited,.t2-product-detail-page__product-information--compare-trial a:focus{font-weight:700}@media screen and (max-width:770px){.t2-product-detail-page__product-information--compare-trial{flex-direction:column}}.t2-product-detail-page__product-information--credit-cards--accepted-payment{margin-top:24px;font-size:14px;font-style:normal;font-weight:700;line-height:171%;margin-bottom:8px}.t2-product-detail-page__product-information--credit-cards--payment-fine-print{font-size:12px;font-style:normal;font-weight:400;line-height:167%;margin-top:8px}.t2-product-detail-page__product-information--credit-cards .t2-lo-price-cards__payment-options svg{width:46px;height:32px}.t2-product-detail-page__product-information--credit-cards .t2-lo-price-cards__payment-options{display:flex;justify-content:flex-start;gap:8px}.t2-product-detail-page__fine-print-section{margin-top:60px;grid-column:1/span 2}@media(max-width:599px){.t2-product-detail-page__fine-print-section{margin:20px 0}}@media screen and (max-width:770px){.t2-product-detail-page__fine-print-section{margin:40px 0;max-width:332px}}@media screen and (max-width:1025px){.t2-product-detail-page__fine-print-section{width:auto}}.t2-product-detail-page .disabled{opacity:.6}.t2-product-detail-page .disabled:hover,.t2-product-detail-page .disabled:visited,.t2-product-detail-page .disabled:active,.t2-product-detail-page .disabled:focus{background-color:#fbad26;border:2px solid #fbad26;cursor:not-allowed}.t2-product-detail-page__fine-print{font-size:.75rem;font-weight:400}.t2-product-detail-page__region-messaging{font-weight:700;line-height:28px;max-width:420px;border-radius:4px;background-color:#f1f1f6}.t2-product-detail-page__region-messaging p{max-width:400px;padding:6px 10px}.t2-product-detail-page__section{margin:100px 0}.t2-product-detail-page__section .t2-accordion{border-top:1px solid #e0e1e9;border-bottom:1px solid #e0e1e9}.t2-product-detail-page__section__title{font-size:40px;font-style:normal;font-weight:300;line-height:48px;letter-spacing:.8px;padding-top:100px;margin-bottom:37px}@media screen and (max-width:600px){.t2-product-detail-page__section__title{font-size:26px;line-height:32px}}.t2-product-detail-page__section__description{font-size:18px;line-height:32px;margin-bottom:80px;font-weight:400}@media screen and (max-width:600px){.t2-product-detail-page__section__description{font-size:16px;line-height:22px}}.t2-product-detail-page__section__link-container{display:flex;justify-content:center;margin-top:80px}.t2-product-detail-page__inline-media{margin:200px 0 100px}
|
|
1
|
+
.highlight-columns .t2-row>div{outline:1px solid pink}.t2-product-detail-page{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin:0 -10px}.t2-product-detail-page,.t2-product-detail-page__left-column,.t2-product-detail-page__right-column,.t2-product-detail-page__image-gallery,.t2-product-detail-page__product-information,.t2-product-detail-page__overview--desktop,.t2-product-detail-page__overview--mobile,.t2-product-detail-page__inline-media,.t2-product-detail-page__disclaimer,.t2-product-detail-page__section,.t2-product-detail-page__fieldset{box-sizing:border-box}.t2-product-detail-page__product-name,.t2-product-detail-page__eyebrow,.t2-product-detail-page__subheader,.t2-product-detail-page__section-title,.t2-product-detail-page__section__title,.t2-product-detail-page__disclaimer--headline{margin:0;padding:0}.t2-product-detail-page{color:#252a2e}.t2-product-detail-page__left-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}@media(min-width:600px)and (max-width:959px){.t2-product-detail-page__left-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:960px)and (max-width:1079px){.t2-product-detail-page__left-column{flex-basis:58.333%;max-width:58.333%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:1080px){.t2-product-detail-page__left-column{flex-basis:58.333%;max-width:58.333%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(max-width:959px){.t2-product-detail-page__overview--desktop{display:none}}@media(min-width:959px){.t2-product-detail-page__overview--mobile{display:none}}.t2-product-detail-page__right-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}@media(min-width:600px)and (max-width:959px){.t2-product-detail-page__right-column{flex-basis:100%;max-width:100%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:960px)and (max-width:1079px){.t2-product-detail-page__right-column{flex-basis:41.666%;max-width:41.666%;padding-right:10px;padding-left:10px;margin-left:0%}}@media(min-width:1080px){.t2-product-detail-page__right-column{flex-basis:33.333%;max-width:33.333%;padding-right:10px;padding-left:10px;margin-left:8.333%}}.t2-product-detail-page__fieldset{border:none;margin:0 0 24px;padding:0}.t2-product-detail-page__processing{display:flex;align-items:center;justify-content:center;gap:7px}.t2-product-detail-page__eyebrow{margin-bottom:16px;color:#0063a3;text-transform:uppercase;font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.75rem;letter-spacing:1.44px}@media screen and (max-width:600px){.t2-product-detail-page__eyebrow{font-size:.875rem;line-height:1.125rem;letter-spacing:.7px}}.t2-product-detail-page__product-name{color:#353a40;font-size:2.5rem;font-style:normal;font-weight:300;line-height:3rem;letter-spacing:.8px}.t2-product-detail-page__product-name{margin:0 0 12px}.t2-product-detail-page__subheader{color:#353a40;font-size:1.375rem;font-style:normal;font-weight:700;line-height:1.875rem;letter-spacing:.18px;margin-bottom:16px}.t2-product-detail-page__section-title{color:#353a40;font-size:2.5rem;font-style:normal;font-weight:300;line-height:3rem;letter-spacing:.8px}.t2-product-detail-page__section-title{margin:0 0 37px}.t2-product-detail-page__overview{margin-bottom:37px}@media(max-width:959px){.t2-product-detail-page__overview{margin-top:44px;margin-bottom:24px}}.t2-product-detail-page__overview__text{font-size:1.125rem;line-height:2rem;margin-bottom:37px}.t2-product-detail-page__overview__expand-all{display:flex;align-items:center;gap:8px;padding-bottom:37px;border-bottom:1px solid #e0e1e9}.t2-product-detail-page__overview__expand-all__label{font-size:.875rem;line-height:1.5rem}@media screen and (max-width:400px){.t2-product-detail-page__overview .t2-accordion .t2-accordion-title__headline{max-width:200px}}.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{font-size:1rem;line-height:1.375rem}}.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{line-height:32px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list,.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol,.t2-product-detail-page__product-detail-list>ul>li,.t2-product-detail-page__product-detail-list>ol>li{line-height:22px}}.t2-product-detail-page__product-detail-list>h1,.t2-product-detail-page__product-detail-list>h2,.t2-product-detail-page__product-detail-list>h3,.t2-product-detail-page__product-detail-list>h4,.t2-product-detail-page__product-detail-list>h5,.t2-product-detail-page__product-detail-list>h6{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:700;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-product-detail-page__product-detail-list>h1,.t2-product-detail-page__product-detail-list>h2,.t2-product-detail-page__product-detail-list>h3,.t2-product-detail-page__product-detail-list>h4,.t2-product-detail-page__product-detail-list>h5,.t2-product-detail-page__product-detail-list>h6{font-size:1rem;line-height:1.375rem}}.t2-product-detail-page__product-detail-list>p,.t2-product-detail-page__product-detail-list>ul,.t2-product-detail-page__product-detail-list>ol{margin:0 0 16px}.t2-product-detail-page__choose-your-plan-label,.t2-product-detail-page__choose-your-plan-number-label{color:#252a2e;font-family:Open Sans;font-size:.75rem;font-style:normal;font-weight:800;line-height:1rem;letter-spacing:.24px;text-transform:uppercase;margin-bottom:16px}.t2-product-detail-page__image-gallery{margin-bottom:36px}.t2-product-detail-page__image-gallery-sticky-wrapper{position:sticky}.t2-product-detail-page__image-gallery .t2-image-gallery__nav{padding:30px 0}.t2-product-detail-page__product-information__add-to-cart{display:flex;flex-direction:column;gap:16px}.t2-product-detail-page__product-information__add-to-cart__flex{display:flex;gap:16px}.t2-product-detail-page__product-information__add-to-cart label{font-size:.875rem;line-height:48px;font-weight:700;color:#252a2e}.t2-product-detail-page__product-information__add-to-cart__quantity-tracker__input{display:flex;gap:16px}.t2-product-detail-page__product-information__add-to-cart__button,.t2-product-detail-page__product-information__add-to-cart__button:active{display:flex;align-items:center;justify-content:center;max-width:342px;width:100%}.t2-product-detail-page__product-information--small-print-details-with-links--content{max-width:420px;display:block;overflow:hidden;border-top:1px solid #e0e1e9;border-bottom:1px solid #e0e1e9;padding:24px 0;margin-top:24px}.t2-product-detail-page__product-information--small-print-details-with-links--text{font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.16px}.t2-product-detail-page__product-information--small-print-details-with-links a{margin-left:4px;display:inline;font-size:16px;font-weight:600}.t2-product-detail-page__product-information--small-print-details-with-links a:visited,.t2-product-detail-page__product-information--small-print-details-with-links a:focus,.t2-product-detail-page__product-information--small-print-details-with-links a:active{font-weight:700}.t2-product-detail-page__product-information--compare-trial{display:flex;margin:16px 0}.t2-product-detail-page__product-information--compare-trial a{flex-direction:row;flex:1;color:#0063a3!important;font-size:1rem;font-weight:700}@media screen and (max-width:770px){.t2-product-detail-page__product-information--compare-trial a{flex:inherit;flex-direction:column;margin:5px 0 10px}}.t2-product-detail-page__product-information--compare-trial a:visited,.t2-product-detail-page__product-information--compare-trial a:focus{font-weight:700}@media screen and (max-width:770px){.t2-product-detail-page__product-information--compare-trial{flex-direction:column}}.t2-product-detail-page__product-information--credit-cards--accepted-payment{margin-top:24px;font-size:14px;font-style:normal;font-weight:700;line-height:171%;margin-bottom:8px}.t2-product-detail-page__product-information--credit-cards--payment-fine-print{font-size:12px;font-style:normal;font-weight:400;line-height:167%;margin-top:8px}.t2-product-detail-page__product-information--credit-cards .t2-lo-price-cards__payment-options svg{width:46px;height:32px}.t2-product-detail-page__product-information--credit-cards .t2-lo-price-cards__payment-options{display:flex;justify-content:flex-start;gap:8px}.t2-product-detail-page__fine-print-section{margin-top:60px;grid-column:1/span 2}@media(max-width:599px){.t2-product-detail-page__fine-print-section{margin:20px 0}}@media screen and (max-width:770px){.t2-product-detail-page__fine-print-section{margin:40px 0;max-width:332px}}@media screen and (max-width:1025px){.t2-product-detail-page__fine-print-section{width:auto}}.t2-product-detail-page .disabled{opacity:.6}.t2-product-detail-page .disabled:hover,.t2-product-detail-page .disabled:visited,.t2-product-detail-page .disabled:active,.t2-product-detail-page .disabled:focus{background-color:#fbad26;border:2px solid #fbad26;cursor:not-allowed}.t2-product-detail-page__fine-print{font-size:.75rem;font-weight:400}.t2-product-detail-page__region-messaging{font-weight:700;line-height:28px;max-width:420px;border-radius:4px;background-color:#f1f1f6}.t2-product-detail-page__region-messaging p{max-width:400px;padding:6px 10px}.t2-product-detail-page__section{margin:100px 0}.t2-product-detail-page__section .t2-accordion{border-top:1px solid #e0e1e9;border-bottom:1px solid #e0e1e9}.t2-product-detail-page__section__title{font-size:40px;font-style:normal;font-weight:300;line-height:48px;letter-spacing:.8px;padding-top:100px;margin-bottom:37px}@media screen and (max-width:600px){.t2-product-detail-page__section__title{font-size:26px;line-height:32px}}.t2-product-detail-page__section__description{font-size:18px;line-height:32px;margin-bottom:80px;font-weight:400}@media screen and (max-width:600px){.t2-product-detail-page__section__description{font-size:16px;line-height:22px}}.t2-product-detail-page__section__link-container{display:flex;justify-content:center;margin-top:80px}.t2-product-detail-page__inline-media{margin:200px 0 100px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductDetail.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAc5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,sBAAsB,CAAC;AAM9B,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,2BAA2B;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,MAAM;IACd,aAAa,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProductDetail.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAc5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,sBAAsB,CAAC;AAM9B,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,2BAA2B;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,MAAM;IACd,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,aAAa;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,OAAO;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB;AAED,UAAU,OAAO;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB;AAKD,UAAU,oBAAoB;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,kBAAkB,CAAC,EAAE,2BAA2B,CAAC;IACjD,YAAY,CAAC,EAAE,2BAA2B,CAAC;IAC3C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB;AAED,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,oBAAoB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IAClE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;IAC1D,2BAA2B,CAAC,EAAE,GAAG,CAAC;IAClC,4BAA4B,CAAC,EAAE,MAAM,CAAC;CACvC;AAUD,QAAA,MAAM,aAAa,GAAI,mQAkBpB,kBAAkB,4CA+VpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -40,7 +40,7 @@ const mt = it, O = ({ text: u }) => /* @__PURE__ */ e("span", { className: "t2-p
|
|
|
40
40
|
inlineMedia: n
|
|
41
41
|
}) => {
|
|
42
42
|
const {
|
|
43
|
-
eyebrow:
|
|
43
|
+
eyebrow: w,
|
|
44
44
|
productName: h,
|
|
45
45
|
productDescription: j,
|
|
46
46
|
// subheader,
|
|
@@ -52,7 +52,7 @@ const mt = it, O = ({ text: u }) => /* @__PURE__ */ e("span", { className: "t2-p
|
|
|
52
52
|
needHelpPurchasing: l,
|
|
53
53
|
// bulkPurchase,
|
|
54
54
|
// productDetailList,
|
|
55
|
-
productOverview:
|
|
55
|
+
productOverview: C,
|
|
56
56
|
Link: b,
|
|
57
57
|
// comparePlansLink,
|
|
58
58
|
// startTrialLink,
|
|
@@ -118,8 +118,8 @@ const mt = it, O = ({ text: u }) => /* @__PURE__ */ e("span", { className: "t2-p
|
|
|
118
118
|
/* @__PURE__ */ t("div", { className: "t2-product-detail-page__overview--desktop", children: /* @__PURE__ */ t(
|
|
119
119
|
I,
|
|
120
120
|
{
|
|
121
|
-
title: a?.overviewTitle,
|
|
122
|
-
text:
|
|
121
|
+
title: a?.overviewTitle || "Overview",
|
|
122
|
+
text: C,
|
|
123
123
|
labels: a,
|
|
124
124
|
detailList: x
|
|
125
125
|
}
|
|
@@ -127,13 +127,9 @@ const mt = it, O = ({ text: u }) => /* @__PURE__ */ e("span", { className: "t2-p
|
|
|
127
127
|
] }),
|
|
128
128
|
/* @__PURE__ */ e("div", { className: "t2-product-detail-page__right-column", children: [
|
|
129
129
|
/* @__PURE__ */ e("section", { className: "t2-product-detail-page__product-information", children: [
|
|
130
|
-
|
|
130
|
+
w && /* @__PURE__ */ t("div", { className: "t2-product-detail-page__eyebrow t2-product-detail-page__product-information--eyebrow", children: w }),
|
|
131
131
|
h && /* @__PURE__ */ t("h1", { className: "t2-product-detail-page__product-name t2-product-detail-page__product-information--product-name", children: h }),
|
|
132
|
-
/* @__PURE__ */ t("div", { className: "t2-product-detail-page__region-messaging", children: L && /* @__PURE__ */
|
|
133
|
-
a?.regionLabel,
|
|
134
|
-
" ",
|
|
135
|
-
L
|
|
136
|
-
] }) }),
|
|
132
|
+
/* @__PURE__ */ t("div", { className: "t2-product-detail-page__region-messaging", children: L && /* @__PURE__ */ t("p", { children: L }) }),
|
|
137
133
|
/* @__PURE__ */ e("form", { children: [
|
|
138
134
|
/* @__PURE__ */ e("fieldset", { className: "t2-product-detail-page__fieldset", children: [
|
|
139
135
|
a?.chooseYourPlanLabel && /* @__PURE__ */ t("legend", { className: "t2-product-detail-page__choose-your-plan-label t2-product-detail-page__product-information--choose-your-plan-label", children: a?.chooseYourPlanLabel || "Choose Your Plan" }),
|
|
@@ -212,7 +208,7 @@ const mt = it, O = ({ text: u }) => /* @__PURE__ */ e("span", { className: "t2-p
|
|
|
212
208
|
I,
|
|
213
209
|
{
|
|
214
210
|
title: a?.overviewTitle || "Overview",
|
|
215
|
-
text:
|
|
211
|
+
text: C,
|
|
216
212
|
labels: a,
|
|
217
213
|
detailList: x
|
|
218
214
|
}
|
|
@@ -120,7 +120,6 @@ export namespace Primary {
|
|
|
120
120
|
let expandAllLabel: string;
|
|
121
121
|
let paymentMethodsLabel: string;
|
|
122
122
|
let paymentFinePrint: string;
|
|
123
|
-
let regionLabel: string;
|
|
124
123
|
}
|
|
125
124
|
export let regionAvailability: string;
|
|
126
125
|
export { imagesArray as images };
|
|
@@ -526,8 +525,6 @@ export namespace RegionBlockedPDP {
|
|
|
526
525
|
export { paymentMethodsLabel_1 as paymentMethodsLabel };
|
|
527
526
|
let paymentFinePrint_1: string;
|
|
528
527
|
export { paymentFinePrint_1 as paymentFinePrint };
|
|
529
|
-
let regionLabel_1: string;
|
|
530
|
-
export { regionLabel_1 as regionLabel };
|
|
531
528
|
}
|
|
532
529
|
export { labels_4 as labels };
|
|
533
530
|
let regionAvailability_1: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductDetail.stories.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.stories.jsx"],"names":[],"mappings":";;;;;;;;;;;;AAmDA,4EAoDC
|
|
1
|
+
{"version":3,"file":"ProductDetail.stories.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.stories.jsx"],"names":[],"mappings":";;;;;;;;;;;;AAmDA,4EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Nc,gCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjRP,mFAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Uc,kCAER;;;;;;;;;;;AAjYP,+EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyZc,kCAER;;;;;;;;;;;;;AA/cP,4EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyec,kCAER;;;;;;;;;;;;;;AA/hBP,qFAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0iBc,kCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAlpBmB,iBAAiB;AAuK3C;;;;;;;;;;;KA6CE;AA5GF;;;;;IA6DE"}
|
package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.d.ts
CHANGED
|
@@ -4,9 +4,7 @@ interface Language {
|
|
|
4
4
|
translatableName?: string;
|
|
5
5
|
}
|
|
6
6
|
interface LanguageSelectorProps {
|
|
7
|
-
labels?:
|
|
8
|
-
language?: string;
|
|
9
|
-
};
|
|
7
|
+
labels?: any;
|
|
10
8
|
languages: Language[];
|
|
11
9
|
currentLangCode: string;
|
|
12
10
|
currentPath: string;
|
|
@@ -14,7 +12,8 @@ interface LanguageSelectorProps {
|
|
|
14
12
|
languageSelectorDeployed: boolean;
|
|
15
13
|
setLanguageSelectorDeployed: (val: boolean) => void;
|
|
16
14
|
LinkComponent?: React.ComponentType<any>;
|
|
15
|
+
isAuthenticated: boolean;
|
|
17
16
|
}
|
|
18
|
-
declare const LanguageSelector: ({ labels, languages, currentLangCode, currentPath, handleLanguageSelectorDeployed, languageSelectorDeployed, setLanguageSelectorDeployed, LinkComponent, }: LanguageSelectorProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
declare const LanguageSelector: ({ labels, languages, currentLangCode, currentPath, handleLanguageSelectorDeployed, languageSelectorDeployed, setLanguageSelectorDeployed, LinkComponent, isAuthenticated, }: LanguageSelectorProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default LanguageSelector;
|
|
20
19
|
//# sourceMappingURL=LanguageSelector.d.ts.map
|
package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAKjC,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,8BAA8B,EAAE,MAAM,IAAI,CAAC;IAC3C,wBAAwB,EAAE,OAAO,CAAC;IAClC,2BAA2B,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,aAAa,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACzC,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,QAAA,MAAM,gBAAgB,GAAI,6KAUvB,qBAAqB,4CA4NvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/dist/src/navigation/SiteNav/UtilityNavComponents/LanguageSelector/LanguageSelector.js
CHANGED
|
@@ -1,140 +1,171 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as
|
|
1
|
+
import { jsxs as o, Fragment as A, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as E, useState as v, useEffect as O } from "react";
|
|
3
3
|
import './LanguageSelector.css';/* empty css */
|
|
4
|
-
import
|
|
5
|
-
import { Icon as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
import z from "../../../../utils/hooks/useMouse.js";
|
|
5
|
+
import { Icon as m } from "@trimble-creative-strategy/trimble-mxp-icons";
|
|
6
|
+
import P from "../../../../component/Dialog/Dialog.js";
|
|
7
|
+
const j = ({
|
|
8
|
+
labels: i,
|
|
9
|
+
languages: g,
|
|
9
10
|
currentLangCode: c,
|
|
10
|
-
currentPath:
|
|
11
|
-
handleLanguageSelectorDeployed:
|
|
11
|
+
currentPath: b,
|
|
12
|
+
handleLanguageSelectorDeployed: s,
|
|
12
13
|
languageSelectorDeployed: a,
|
|
13
|
-
setLanguageSelectorDeployed:
|
|
14
|
-
LinkComponent:
|
|
14
|
+
setLanguageSelectorDeployed: _,
|
|
15
|
+
LinkComponent: N,
|
|
16
|
+
isAuthenticated: y
|
|
15
17
|
}) => {
|
|
16
|
-
const { mouse:
|
|
18
|
+
const { mouse: u } = z(), l = E(null), [w, r] = v(!1), [C, x] = v("/"), h = g?.find(
|
|
17
19
|
(e) => e.code === c
|
|
18
20
|
);
|
|
19
|
-
|
|
21
|
+
O(() => {
|
|
20
22
|
if (!a) return;
|
|
21
|
-
const e = (
|
|
22
|
-
|
|
23
|
-
},
|
|
23
|
+
const e = (p) => {
|
|
24
|
+
l.current && !l.current.contains(p.target) && _(!1);
|
|
25
|
+
}, n = requestAnimationFrame(() => {
|
|
24
26
|
window.addEventListener("click", e);
|
|
25
27
|
});
|
|
26
28
|
return () => {
|
|
27
|
-
cancelAnimationFrame(
|
|
29
|
+
cancelAnimationFrame(n), window.removeEventListener("click", e);
|
|
28
30
|
};
|
|
29
|
-
}, [a,
|
|
30
|
-
const
|
|
31
|
-
e.key === "Enter" &&
|
|
32
|
-
},
|
|
33
|
-
|
|
31
|
+
}, [a, _]);
|
|
32
|
+
const k = (e) => {
|
|
33
|
+
e.key === "Enter" && s();
|
|
34
|
+
}, f = (e, n) => {
|
|
35
|
+
e?.preventDefault(), s(), y ? (r(!0), x(n)) : window.location.href = n;
|
|
36
|
+
}, L = (e, n) => {
|
|
37
|
+
e.keyCode === 13 && f(e, n);
|
|
38
|
+
}, $ = (e) => {
|
|
39
|
+
e?.preventDefault(), r(!1), window.location.href = C || "";
|
|
40
|
+
}, F = () => {
|
|
41
|
+
r(!1);
|
|
42
|
+
}, d = (e) => {
|
|
43
|
+
const n = b.replace(
|
|
34
44
|
new RegExp(`^/${c}(/|$)`),
|
|
35
45
|
"/"
|
|
36
46
|
);
|
|
37
|
-
return `/${e}${
|
|
38
|
-
},
|
|
39
|
-
return /* @__PURE__ */
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
className: _ ? `t2-language-selector__header ${a ? "t2-language-selector__header-deployed" : ""}` : `t2-language-selector__header tabFocus ${a ? "t2-language-selector__header-deployed" : ""}`,
|
|
49
|
-
role: "button",
|
|
50
|
-
tabIndex: 0,
|
|
51
|
-
onClick: d,
|
|
52
|
-
onKeyDown: N,
|
|
53
|
-
"aria-label": "Change language",
|
|
54
|
-
"aria-expanded": a,
|
|
55
|
-
children: [
|
|
56
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__header__close", children: /* @__PURE__ */ t(
|
|
57
|
-
"svg",
|
|
58
|
-
{
|
|
59
|
-
width: "11",
|
|
60
|
-
height: "12",
|
|
61
|
-
fill: "none",
|
|
62
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
63
|
-
viewBox: "5.93 5.41 13.25 13.18",
|
|
64
|
-
children: /* @__PURE__ */ t(
|
|
65
|
-
"path",
|
|
66
|
-
{
|
|
67
|
-
d: "M18.8771 5.70973C18.4854 5.31973 17.8525 5.31973 17.4607 5.70973L12.5484 10.5897L7.63606 5.69973C7.24427 5.30973 6.6114 5.30973 6.21962 5.69973C5.82784 6.08973 5.82784 6.71973 6.21962 7.10973L11.1319 11.9997L6.21962 16.8897C5.82784 17.2797 5.82784 17.9097 6.21962 18.2997C6.6114 18.6897 7.24427 18.6897 7.63606 18.2997L12.5484 13.4097L17.4607 18.2997C17.8525 18.6897 18.4854 18.6897 18.8771 18.2997C19.2689 17.9097 19.2689 17.2797 18.8771 16.8897L13.9648 11.9997L18.8771 7.10973C19.2589 6.72973 19.2589 6.08973 18.8771 5.70973Z",
|
|
68
|
-
fill: "currentColor"
|
|
69
|
-
}
|
|
70
|
-
)
|
|
71
|
-
}
|
|
72
|
-
) }),
|
|
73
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-icon", children: /* @__PURE__ */ t(
|
|
74
|
-
o,
|
|
75
|
-
{
|
|
76
|
-
type: "t2u-globe",
|
|
77
|
-
className: "t2-language-selector__header-icon-globe",
|
|
78
|
-
size: 20
|
|
79
|
-
}
|
|
80
|
-
) }),
|
|
81
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-mobile-icon", children: a && /* @__PURE__ */ t(
|
|
82
|
-
o,
|
|
83
|
-
{
|
|
84
|
-
type: "t2u-chevron-right",
|
|
85
|
-
className: "t2-language-selector__header-icon-chevron",
|
|
86
|
-
size: 14
|
|
87
|
-
}
|
|
88
|
-
) }),
|
|
89
|
-
/* @__PURE__ */ t(
|
|
90
|
-
"div",
|
|
91
|
-
{
|
|
92
|
-
className: `t2-language-selector__header-text ${a ? "t2-language-selector__header-text-deployed" : ""}`,
|
|
93
|
-
children: m && /* @__PURE__ */ t("div", { className: "t2-language-selector__header-text-language", children: m.nativeField })
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__display-line" })
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
),
|
|
100
|
-
a && /* @__PURE__ */ t("div", { className: "t2-language-selector__body no-regions", tabIndex: 0, children: /* @__PURE__ */ t("div", { className: "t2-language-selector__body-content", children: /* @__PURE__ */ n("div", { className: "t2-language-selector__body-section t2-language-selector__body-section--lang-selected no-regions", children: [
|
|
101
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-title t2-language-selector__body-section-title--selected", children: g?.language || "LANGUAGE" }),
|
|
102
|
-
/* @__PURE__ */ t("ul", { className: "t2-language-selector__body-section-items t2-language-selector__body-section-items--expanded", children: r?.map((e) => /* @__PURE__ */ t(
|
|
103
|
-
"li",
|
|
47
|
+
return `/${e}${n === "/" || n === "" ? "" : n}`;
|
|
48
|
+
}, B = N || "a";
|
|
49
|
+
return /* @__PURE__ */ o(A, { children: [
|
|
50
|
+
/* @__PURE__ */ o(
|
|
51
|
+
"div",
|
|
52
|
+
{
|
|
53
|
+
ref: l,
|
|
54
|
+
className: `t2-language-selector ${a ? "t2-language-selector--deployed" : ""}`,
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ o(
|
|
57
|
+
"div",
|
|
104
58
|
{
|
|
105
|
-
className:
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
59
|
+
className: u ? `t2-language-selector__header ${a ? "t2-language-selector__header-deployed" : ""}` : `t2-language-selector__header tabFocus ${a ? "t2-language-selector__header-deployed" : ""}`,
|
|
60
|
+
role: "button",
|
|
61
|
+
tabIndex: 0,
|
|
62
|
+
onClick: s,
|
|
63
|
+
onKeyDown: k,
|
|
64
|
+
"aria-label": "Change language",
|
|
65
|
+
"aria-expanded": a,
|
|
66
|
+
children: [
|
|
67
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__header__close", children: /* @__PURE__ */ t(
|
|
68
|
+
"svg",
|
|
69
|
+
{
|
|
70
|
+
width: "11",
|
|
71
|
+
height: "12",
|
|
72
|
+
fill: "none",
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
viewBox: "5.93 5.41 13.25 13.18",
|
|
75
|
+
children: /* @__PURE__ */ t(
|
|
76
|
+
"path",
|
|
117
77
|
{
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
size: 15
|
|
78
|
+
d: "M18.8771 5.70973C18.4854 5.31973 17.8525 5.31973 17.4607 5.70973L12.5484 10.5897L7.63606 5.69973C7.24427 5.30973 6.6114 5.30973 6.21962 5.69973C5.82784 6.08973 5.82784 6.71973 6.21962 7.10973L11.1319 11.9997L6.21962 16.8897C5.82784 17.2797 5.82784 17.9097 6.21962 18.2997C6.6114 18.6897 7.24427 18.6897 7.63606 18.2997L12.5484 13.4097L17.4607 18.2997C17.8525 18.6897 18.4854 18.6897 18.8771 18.2997C19.2689 17.9097 19.2689 17.2797 18.8771 16.8897L13.9648 11.9997L18.8771 7.10973C19.2589 6.72973 19.2589 6.08973 18.8771 5.70973Z",
|
|
79
|
+
fill: "currentColor"
|
|
121
80
|
}
|
|
122
|
-
)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
81
|
+
)
|
|
82
|
+
}
|
|
83
|
+
) }),
|
|
84
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-icon", children: /* @__PURE__ */ t(
|
|
85
|
+
m,
|
|
86
|
+
{
|
|
87
|
+
type: "t2u-globe",
|
|
88
|
+
className: "t2-language-selector__header-icon-globe",
|
|
89
|
+
size: 20
|
|
90
|
+
}
|
|
91
|
+
) }),
|
|
92
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-mobile-icon", children: a && /* @__PURE__ */ t(
|
|
93
|
+
m,
|
|
94
|
+
{
|
|
95
|
+
type: "t2u-chevron-right",
|
|
96
|
+
className: "t2-language-selector__header-icon-chevron",
|
|
97
|
+
size: 14
|
|
98
|
+
}
|
|
99
|
+
) }),
|
|
100
|
+
/* @__PURE__ */ t(
|
|
101
|
+
"div",
|
|
102
|
+
{
|
|
103
|
+
className: `t2-language-selector__header-text ${a ? "t2-language-selector__header-text-deployed" : ""}`,
|
|
104
|
+
children: h && /* @__PURE__ */ t("div", { className: "t2-language-selector__header-text-language", children: h.nativeField })
|
|
105
|
+
}
|
|
106
|
+
),
|
|
107
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__display-line" })
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
),
|
|
111
|
+
a && /* @__PURE__ */ t("div", { className: "t2-language-selector__body no-regions", tabIndex: 0, children: /* @__PURE__ */ t("div", { className: "t2-language-selector__body-content", children: /* @__PURE__ */ o("div", { className: "t2-language-selector__body-section t2-language-selector__body-section--lang-selected no-regions", children: [
|
|
112
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-title t2-language-selector__body-section-title--selected", children: i?.language || "LANGUAGE" }),
|
|
113
|
+
/* @__PURE__ */ t("ul", { className: "t2-language-selector__body-section-items t2-language-selector__body-section-items--expanded", children: g?.map((e) => /* @__PURE__ */ t(
|
|
114
|
+
"li",
|
|
115
|
+
{
|
|
116
|
+
className: u ? "t2-language-selector__body-section-item" : "t2-language-selector__body-section-item tabFocus",
|
|
117
|
+
children: /* @__PURE__ */ o(
|
|
118
|
+
B,
|
|
119
|
+
{
|
|
120
|
+
href: d(e.code),
|
|
121
|
+
className: "t2-language-selector__body-section-item-link",
|
|
122
|
+
"aria-label": `${e.nativeField}${e.translatableName ? ` (${e.translatableName})` : ""}`,
|
|
123
|
+
"aria-current": e.code === c ? "true" : void 0,
|
|
124
|
+
onClick: (n) => f(
|
|
125
|
+
n,
|
|
126
|
+
d(e.code)
|
|
127
|
+
),
|
|
128
|
+
onKeyDown: (n) => L(
|
|
129
|
+
n,
|
|
130
|
+
d(e.code)
|
|
131
|
+
),
|
|
132
|
+
children: [
|
|
133
|
+
/* @__PURE__ */ t("span", { className: "t2-language-selector__body-section-item-icon", children: e.code === c && /* @__PURE__ */ t(
|
|
134
|
+
m,
|
|
135
|
+
{
|
|
136
|
+
type: "t2u-check",
|
|
137
|
+
className: "t2-language-selector__header-icon-check",
|
|
138
|
+
size: 15
|
|
139
|
+
}
|
|
140
|
+
) }),
|
|
141
|
+
/* @__PURE__ */ o("span", { className: "t2-language-selector__body-section-item-text", children: [
|
|
142
|
+
e.nativeField,
|
|
143
|
+
e.translatableName && ` (${e.translatableName})`
|
|
144
|
+
] })
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
)
|
|
148
|
+
},
|
|
149
|
+
e.code
|
|
150
|
+
)) })
|
|
151
|
+
] }) }) })
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
),
|
|
155
|
+
/* @__PURE__ */ t(
|
|
156
|
+
P,
|
|
157
|
+
{
|
|
158
|
+
isOpen: w,
|
|
159
|
+
title: i?.confirmationDialog?.title || "Alert",
|
|
160
|
+
content: i?.confirmationDialog?.message || "Changing the language will also update your language preference in your profile. Do you want to proceed?",
|
|
161
|
+
primaryButtonText: i?.confirmationDialog?.approveButtonLabel || "Proceed",
|
|
162
|
+
secondaryButtonText: i?.confirmationDialog?.denyButtonLabel || "Cancel",
|
|
163
|
+
onPrimaryButtonClick: (e) => $(e),
|
|
164
|
+
onSecondaryButtonClick: F
|
|
165
|
+
}
|
|
166
|
+
)
|
|
167
|
+
] });
|
|
137
168
|
};
|
|
138
169
|
export {
|
|
139
|
-
|
|
170
|
+
j as default
|
|
140
171
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SiteNavUtilityNav.d.ts","sourceRoot":"","sources":["../../../../../src/navigation/SiteNav/UtilityNavComponents/SiteNavUtilityNav.tsx"],"names":[],"mappings":"AASA,OAAO,iCAAiC,CAAC;AAEzC,UAAU,eAAe;IACvB,eAAe,EAAE,GAAG,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB;AAED,eAAO,MAAM,iBAAiB,GAAI,qCAG/B,eAAe,
|
|
1
|
+
{"version":3,"file":"SiteNavUtilityNav.d.ts","sourceRoot":"","sources":["../../../../../src/navigation/SiteNav/UtilityNavComponents/SiteNavUtilityNav.tsx"],"names":[],"mappings":"AASA,OAAO,iCAAiC,CAAC;AAEzC,UAAU,eAAe;IACvB,eAAe,EAAE,GAAG,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB;AAED,eAAO,MAAM,iBAAiB,GAAI,qCAG/B,eAAe,mDAqJjB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as r, Fragment as
|
|
1
|
+
import { jsxs as r, Fragment as l, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { SearchIcon as n, ProfileIcon as d } from "../SiteNavIcons.js";
|
|
3
3
|
import p from "./WaffleMenu/WaffleMenu.js";
|
|
4
4
|
import g from "./LanguageSelector/LanguageSelector.js";
|
|
@@ -11,20 +11,20 @@ const L = ({
|
|
|
11
11
|
utilityMenuData: e,
|
|
12
12
|
LinkComponent: a
|
|
13
13
|
}) => {
|
|
14
|
-
const t = h(), s = (
|
|
15
|
-
|
|
14
|
+
const t = h(), s = (c) => {
|
|
15
|
+
c.key === "Enter" && e?.toggleDesktopSearch(!0);
|
|
16
16
|
};
|
|
17
|
-
return e ? /* @__PURE__ */ r(
|
|
17
|
+
return e ? /* @__PURE__ */ r(l, { children: [
|
|
18
18
|
/* @__PURE__ */ r("ul", { className: "t2-site-nav-top__utility-nav", children: [
|
|
19
|
-
e?.searchComponent && /* @__PURE__ */ r(
|
|
19
|
+
e?.searchComponent && /* @__PURE__ */ r(l, { children: [
|
|
20
20
|
/* @__PURE__ */ r(
|
|
21
21
|
"li",
|
|
22
22
|
{
|
|
23
23
|
className: "t2-site-nav-top__utility-nav-search",
|
|
24
24
|
tabIndex: 0,
|
|
25
25
|
onClick: () => e?.toggleDesktopSearch(!0),
|
|
26
|
-
onKeyDown: (
|
|
27
|
-
s(
|
|
26
|
+
onKeyDown: (c) => {
|
|
27
|
+
s(c);
|
|
28
28
|
},
|
|
29
29
|
children: [
|
|
30
30
|
/* @__PURE__ */ o(n, {}),
|
|
@@ -58,6 +58,7 @@ const L = ({
|
|
|
58
58
|
languageSelectorDeployed: e?.languageSelectorData?.languageSelectorDeployed,
|
|
59
59
|
setLanguageSelectorDeployed: e?.languageSelectorData?.setLanguageSelectorDeployed,
|
|
60
60
|
handleLanguageSelectorDeployed: e?.languageSelectorData?.handleLanguageSelectorDeployed,
|
|
61
|
+
isAuthenticated: e?.flyoutMenuData?.sectorFlyoutData?.authenticated,
|
|
61
62
|
LinkComponent: a
|
|
62
63
|
}
|
|
63
64
|
) }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/navigation/SiteNavigation/UtilityNavComponents/LanguageSelector/LanguageSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,yBAAyB,CAAC;AAKjC,UAAU,qBAAqB;IAC7B,MAAM,EAAE,GAAG,CAAC;IACZ,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,GAAG,CAAC;IACb,YAAY,EAAE,GAAG,CAAC;IAClB,8BAA8B,EAAE,CAAC,gBAAgB,EAAE,GAAG,KAAK,IAAI,CAAC;IAChE,wBAAwB,EAAE,OAAO,CAAC;IAClC,2BAA2B,EAAE,GAAG,CAAC;IACjC,eAAe,EAAE,OAAO,CAAC;CAG1B;AAED,QAAA,MAAM,gBAAgB,GAAI,iKAYvB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/navigation/SiteNavigation/UtilityNavComponents/LanguageSelector/LanguageSelector.tsx"],"names":[],"mappings":"AAEA,OAAO,yBAAyB,CAAC;AAKjC,UAAU,qBAAqB;IAC7B,MAAM,EAAE,GAAG,CAAC;IACZ,QAAQ,EAAE,GAAG,CAAC;IACd,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,GAAG,CAAC;IACb,YAAY,EAAE,GAAG,CAAC;IAClB,8BAA8B,EAAE,CAAC,gBAAgB,EAAE,GAAG,KAAK,IAAI,CAAC;IAChE,wBAAwB,EAAE,OAAO,CAAC;IAClC,2BAA2B,EAAE,GAAG,CAAC;IACjC,eAAe,EAAE,OAAO,CAAC;CAG1B;AAED,QAAA,MAAM,gBAAgB,GAAI,iKAYvB,qBAAqB,4CA2YvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/dist/src/navigation/SiteNavigation/UtilityNavComponents/LanguageSelector/LanguageSelector.js
CHANGED
|
@@ -1,71 +1,82 @@
|
|
|
1
|
-
import { jsxs as a, Fragment as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as a, Fragment as B, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as h, useRef as j, useEffect as E } from "react";
|
|
3
3
|
import './LanguageSelector.css';/* empty css */
|
|
4
|
-
import
|
|
4
|
+
import H from "../../../../utils/hooks/useMouse.js";
|
|
5
5
|
import { Icon as v } from "@trimble-creative-strategy/trimble-mxp-icons";
|
|
6
|
-
import
|
|
7
|
-
const
|
|
8
|
-
labels:
|
|
6
|
+
import P from "../../../../component/Dialog/Dialog.js";
|
|
7
|
+
const Q = ({
|
|
8
|
+
labels: c,
|
|
9
9
|
settings: o,
|
|
10
|
-
languages:
|
|
10
|
+
languages: C,
|
|
11
11
|
regions: n,
|
|
12
|
-
saveLanguage:
|
|
13
|
-
handleLanguageSelectorDeployed:
|
|
14
|
-
languageSelectorDeployed:
|
|
15
|
-
setLanguageSelectorDeployed:
|
|
16
|
-
isAuthenticated:
|
|
12
|
+
saveLanguage: N,
|
|
13
|
+
handleLanguageSelectorDeployed: r,
|
|
14
|
+
languageSelectorDeployed: i,
|
|
15
|
+
setLanguageSelectorDeployed: I,
|
|
16
|
+
isAuthenticated: x = !1
|
|
17
17
|
// closeAllMenus = () => {},
|
|
18
18
|
// setDesktopSearchDeployed,
|
|
19
19
|
}) => {
|
|
20
|
-
const [
|
|
21
|
-
let
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
typeof window < "u" && window.removeEventListener("click",
|
|
25
|
-
}, []),
|
|
26
|
-
typeof window < "u" && (
|
|
20
|
+
const [d, K] = h(o), [f, p] = h(o?.language), [u, y] = h(o?.region), [s, w] = h("region"), [O, b] = h(!1);
|
|
21
|
+
let _ = !1;
|
|
22
|
+
const R = j(!1), { mouse: g } = H();
|
|
23
|
+
E(() => () => {
|
|
24
|
+
typeof window < "u" && window.removeEventListener("click", L);
|
|
25
|
+
}, []), E(() => {
|
|
26
|
+
typeof window < "u" && (K(o), !f && o?.language && p(o?.language), !u && o?.region && n?.length && y(o?.region)), n?.length || w("language");
|
|
27
27
|
}, [o]);
|
|
28
|
-
const
|
|
28
|
+
const $ = () => {
|
|
29
29
|
const e = {
|
|
30
|
-
region:
|
|
31
|
-
language:
|
|
30
|
+
region: u,
|
|
31
|
+
language: f
|
|
32
32
|
};
|
|
33
|
-
|
|
34
|
-
},
|
|
33
|
+
r(!1), x ? b(!0) : N(e), R.current = !0;
|
|
34
|
+
}, z = () => {
|
|
35
35
|
const e = {
|
|
36
|
-
region:
|
|
37
|
-
language:
|
|
36
|
+
region: u,
|
|
37
|
+
language: f
|
|
38
38
|
};
|
|
39
|
-
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
-
},
|
|
47
|
-
e(),
|
|
48
|
-
},
|
|
49
|
-
e.keyCode === 13 && (
|
|
50
|
-
},
|
|
51
|
-
e.keyCode === 13 &&
|
|
39
|
+
b(!1), N(e);
|
|
40
|
+
}, A = () => {
|
|
41
|
+
b(!1), p(o?.language), y(o?.region);
|
|
42
|
+
}, L = () => {
|
|
43
|
+
_ && (I(!1), _ = !1);
|
|
44
|
+
}, D = () => {
|
|
45
|
+
_ = !0, typeof document < "u" && window.addEventListener("click", L);
|
|
46
|
+
}, M = (e) => {
|
|
47
|
+
e(), _ = !0;
|
|
48
|
+
}, k = (e, l) => {
|
|
49
|
+
e.keyCode === 13 && (l(), _ = !0);
|
|
50
|
+
}, G = (e, l, m) => {
|
|
51
|
+
e.keyCode === 13 && l(m);
|
|
52
|
+
}, F = (e) => {
|
|
53
|
+
if (p(e), !(n?.length > 1)) {
|
|
54
|
+
const l = {
|
|
55
|
+
region: u,
|
|
56
|
+
language: e
|
|
57
|
+
// use the argument, not the stale state variable
|
|
58
|
+
};
|
|
59
|
+
r(!1), x ? b(!0) : N(l);
|
|
60
|
+
}
|
|
61
|
+
}, T = (e, l) => {
|
|
62
|
+
e.keyCode === 13 && F(l);
|
|
52
63
|
};
|
|
53
|
-
return /* @__PURE__ */ a(
|
|
64
|
+
return /* @__PURE__ */ a(B, { children: [
|
|
54
65
|
/* @__PURE__ */ a(
|
|
55
66
|
"div",
|
|
56
67
|
{
|
|
57
|
-
className: `t2-language-selector ${
|
|
68
|
+
className: `t2-language-selector ${i === !0 ? "t2-language-selector--deployed" : ""}`,
|
|
58
69
|
children: [
|
|
59
70
|
/* @__PURE__ */ a(
|
|
60
71
|
"div",
|
|
61
72
|
{
|
|
62
|
-
className:
|
|
73
|
+
className: g ? `t2-language-selector__header ${i && "t2-language-selector__header-deployed"}` : `t2-language-selector__header tabFocus ${i && "t2-language-selector__header-deployed"}`,
|
|
63
74
|
role: "button",
|
|
64
75
|
tabIndex: 0,
|
|
65
|
-
onClick: () =>
|
|
66
|
-
onKeyDown: (e) =>
|
|
67
|
-
"aria-label": `${
|
|
68
|
-
"aria-expanded":
|
|
76
|
+
onClick: () => M(r),
|
|
77
|
+
onKeyDown: (e) => k(e, r),
|
|
78
|
+
"aria-label": `${d?.region}: Change Region or language`,
|
|
79
|
+
"aria-expanded": i,
|
|
69
80
|
children: [
|
|
70
81
|
/* @__PURE__ */ t("div", { className: "t2-language-selector__header__close", children: /* @__PURE__ */ t(
|
|
71
82
|
"svg",
|
|
@@ -92,7 +103,7 @@ const H = ({
|
|
|
92
103
|
size: 20
|
|
93
104
|
}
|
|
94
105
|
) }),
|
|
95
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-mobile-icon", children:
|
|
106
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__header-mobile-icon", children: i && /* @__PURE__ */ t(
|
|
96
107
|
v,
|
|
97
108
|
{
|
|
98
109
|
type: "t2u-chevron-right",
|
|
@@ -103,13 +114,13 @@ const H = ({
|
|
|
103
114
|
/* @__PURE__ */ a(
|
|
104
115
|
"div",
|
|
105
116
|
{
|
|
106
|
-
className: `t2-language-selector__header-text ${
|
|
117
|
+
className: `t2-language-selector__header-text ${i && "t2-language-selector__header-text-deployed"}`,
|
|
107
118
|
children: [
|
|
108
|
-
n?.length > 1 &&
|
|
109
|
-
|
|
119
|
+
n?.length > 1 && d?.region && d?.region?.toLowerCase() !== "international" && /* @__PURE__ */ a("div", { className: "t2-language-selector__header-text-region", children: [
|
|
120
|
+
d?.region,
|
|
110
121
|
/* @__PURE__ */ t("span", { className: "t2-language-selector__header-text-divider", children: "|" })
|
|
111
122
|
] }),
|
|
112
|
-
|
|
123
|
+
d?.language && /* @__PURE__ */ t("div", { className: "t2-language-selector__header-text-language", children: d?.language?.nativeField })
|
|
113
124
|
]
|
|
114
125
|
}
|
|
115
126
|
),
|
|
@@ -117,41 +128,41 @@ const H = ({
|
|
|
117
128
|
]
|
|
118
129
|
}
|
|
119
130
|
),
|
|
120
|
-
|
|
131
|
+
i && /* @__PURE__ */ a(
|
|
121
132
|
"div",
|
|
122
133
|
{
|
|
123
|
-
className:
|
|
134
|
+
className: g && n?.length ? "t2-language-selector__body" : !g && n?.length ? "t2-language-selector__body tabFocus" : n?.length ? "t2-language-selector__body" : "t2-language-selector__body no-regions",
|
|
124
135
|
tabIndex: 0,
|
|
125
|
-
onMouseLeave: () =>
|
|
136
|
+
onMouseLeave: () => D(),
|
|
126
137
|
children: [
|
|
127
138
|
/* @__PURE__ */ a("div", { className: "t2-language-selector__body-content", children: [
|
|
128
139
|
n && n?.length > 0 && /* @__PURE__ */ a(
|
|
129
140
|
"div",
|
|
130
141
|
{
|
|
131
|
-
className: `t2-language-selector__body-section ${
|
|
142
|
+
className: `t2-language-selector__body-section ${s === "region" ? "t2-language-selector__body-section--region-selected" : ""}`,
|
|
132
143
|
children: [
|
|
133
144
|
/* @__PURE__ */ t(
|
|
134
145
|
"div",
|
|
135
146
|
{
|
|
136
|
-
className: `t2-language-selector__body-section-title ${
|
|
137
|
-
onClick: () =>
|
|
138
|
-
children:
|
|
147
|
+
className: `t2-language-selector__body-section-title ${s === "region" ? "t2-language-selector__body-section-title--selected" : "t2-language-selector__body-section-title--no-selected"}`,
|
|
148
|
+
onClick: () => w("region"),
|
|
149
|
+
children: c?.region || "REGION"
|
|
139
150
|
}
|
|
140
151
|
),
|
|
141
152
|
/* @__PURE__ */ t(
|
|
142
153
|
"div",
|
|
143
154
|
{
|
|
144
|
-
className: `t2-language-selector__body-section-items ${
|
|
145
|
-
children: n && n?.length > 0 && n?.map((e,
|
|
155
|
+
className: `t2-language-selector__body-section-items ${s === "region" ? "t2-language-selector__body-section-items--expanded" : "t2-language-selector__body-section-items--no-expanded"}`,
|
|
156
|
+
children: n && n?.length > 0 && n?.map((e, l) => /* @__PURE__ */ a(
|
|
146
157
|
"div",
|
|
147
158
|
{
|
|
148
|
-
className:
|
|
149
|
-
onClick: () =>
|
|
150
|
-
onKeyDown: (
|
|
159
|
+
className: g ? "t2-language-selector__body-section-item" : "t2-language-selector__body-section-item tabFocus",
|
|
160
|
+
onClick: () => y(e),
|
|
161
|
+
onKeyDown: (m) => G(m, y, e),
|
|
151
162
|
"aria-label": `${e}`,
|
|
152
163
|
tabIndex: 0,
|
|
153
164
|
children: [
|
|
154
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-item-icon", children: e ===
|
|
165
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-item-icon", children: e === u && /* @__PURE__ */ t(
|
|
155
166
|
v,
|
|
156
167
|
{
|
|
157
168
|
type: "t2u-check",
|
|
@@ -162,7 +173,7 @@ const H = ({
|
|
|
162
173
|
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-item-text", children: e })
|
|
163
174
|
]
|
|
164
175
|
},
|
|
165
|
-
`region-${
|
|
176
|
+
`region-${l}`
|
|
166
177
|
))
|
|
167
178
|
}
|
|
168
179
|
)
|
|
@@ -172,30 +183,30 @@ const H = ({
|
|
|
172
183
|
/* @__PURE__ */ a(
|
|
173
184
|
"div",
|
|
174
185
|
{
|
|
175
|
-
className: `t2-language-selector__body-section ${
|
|
186
|
+
className: `t2-language-selector__body-section ${s === "language" && n?.length ? "t2-language-selector__body-section--lang-selected" : s === "language" && !n?.length ? "t2-language-selector__body-section--lang-selected no-regions" : ""}`,
|
|
176
187
|
children: [
|
|
177
188
|
/* @__PURE__ */ t(
|
|
178
189
|
"div",
|
|
179
190
|
{
|
|
180
|
-
className: `t2-language-selector__body-section-title ${
|
|
181
|
-
onClick: () =>
|
|
182
|
-
children:
|
|
191
|
+
className: `t2-language-selector__body-section-title ${s === "language" ? "t2-language-selector__body-section-title--selected" : "t2-language-selector__body-section-title--no-selected"}`,
|
|
192
|
+
onClick: () => w("language"),
|
|
193
|
+
children: c?.language || "LANGUAGE"
|
|
183
194
|
}
|
|
184
195
|
),
|
|
185
196
|
/* @__PURE__ */ t(
|
|
186
197
|
"div",
|
|
187
198
|
{
|
|
188
|
-
className: `t2-language-selector__body-section-items ${
|
|
189
|
-
children:
|
|
199
|
+
className: `t2-language-selector__body-section-items ${s === "language" ? "t2-language-selector__body-section-items--expanded" : "t2-language-selector__body-section-items--no-expanded"}`,
|
|
200
|
+
children: C && C?.length > 0 && C?.map((e, l) => /* @__PURE__ */ a(
|
|
190
201
|
"div",
|
|
191
202
|
{
|
|
192
|
-
className:
|
|
193
|
-
onClick: () =>
|
|
194
|
-
onKeyDown: (
|
|
203
|
+
className: g ? "t2-language-selector__body-section-item" : "t2-language-selector__body-section-item tabFocus",
|
|
204
|
+
onClick: () => F(e),
|
|
205
|
+
onKeyDown: (m) => T(m, e),
|
|
195
206
|
"aria-label": `${e?.nativeField} (${e?.translatableName})`,
|
|
196
207
|
tabIndex: 0,
|
|
197
208
|
children: [
|
|
198
|
-
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-item-icon", children: e?.code ===
|
|
209
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-section-item-icon", children: e?.code === f?.code && /* @__PURE__ */ t(
|
|
199
210
|
v,
|
|
200
211
|
{
|
|
201
212
|
type: "t2u-check",
|
|
@@ -210,7 +221,7 @@ const H = ({
|
|
|
210
221
|
] })
|
|
211
222
|
]
|
|
212
223
|
},
|
|
213
|
-
`region-${
|
|
224
|
+
`region-${l}`
|
|
214
225
|
))
|
|
215
226
|
}
|
|
216
227
|
)
|
|
@@ -218,27 +229,29 @@ const H = ({
|
|
|
218
229
|
}
|
|
219
230
|
)
|
|
220
231
|
] }),
|
|
221
|
-
/* @__PURE__ */
|
|
222
|
-
|
|
223
|
-
/* @__PURE__ */
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
232
|
+
n?.length > 1 && /* @__PURE__ */ a(B, { children: [
|
|
233
|
+
/* @__PURE__ */ t("div", { className: "t2-language-selector__body-fade" }),
|
|
234
|
+
/* @__PURE__ */ a("div", { className: "t2-language-selector__body-footer", children: [
|
|
235
|
+
/* @__PURE__ */ t(
|
|
236
|
+
"div",
|
|
237
|
+
{
|
|
238
|
+
onClick: () => r(!1),
|
|
239
|
+
onKeyDown: (e) => k(e, r),
|
|
240
|
+
className: g ? "t2-language-selector__body-footer-link" : "t2-language-selector__body-footer-link tabFocus",
|
|
241
|
+
tabIndex: 0,
|
|
242
|
+
children: c?.buttons?.cancel || "Cancel"
|
|
243
|
+
}
|
|
244
|
+
),
|
|
245
|
+
/* @__PURE__ */ t(
|
|
246
|
+
"button",
|
|
247
|
+
{
|
|
248
|
+
onClick: () => $(),
|
|
249
|
+
onKeyDown: (e) => k(e, $),
|
|
250
|
+
className: "t2-language-selector__body-footer-button",
|
|
251
|
+
children: c?.buttons?.ok || "OK"
|
|
252
|
+
}
|
|
253
|
+
)
|
|
254
|
+
] })
|
|
242
255
|
] })
|
|
243
256
|
]
|
|
244
257
|
}
|
|
@@ -247,19 +260,19 @@ const H = ({
|
|
|
247
260
|
}
|
|
248
261
|
),
|
|
249
262
|
/* @__PURE__ */ t(
|
|
250
|
-
|
|
263
|
+
P,
|
|
251
264
|
{
|
|
252
|
-
isOpen:
|
|
253
|
-
title:
|
|
254
|
-
content:
|
|
255
|
-
primaryButtonText:
|
|
256
|
-
secondaryButtonText:
|
|
257
|
-
onPrimaryButtonClick:
|
|
258
|
-
onSecondaryButtonClick:
|
|
265
|
+
isOpen: O,
|
|
266
|
+
title: c?.confirmationDialog?.title || "Alert",
|
|
267
|
+
content: c?.confirmationDialog?.message || "Changing the language will also update your language preference in your profile. Do you want to proceed?",
|
|
268
|
+
primaryButtonText: c?.confirmationDialog?.approveButtonLabel || "Proceed",
|
|
269
|
+
secondaryButtonText: c?.confirmationDialog?.denyButtonLabel || "Cancel",
|
|
270
|
+
onPrimaryButtonClick: z,
|
|
271
|
+
onSecondaryButtonClick: A
|
|
259
272
|
}
|
|
260
273
|
)
|
|
261
274
|
] });
|
|
262
275
|
};
|
|
263
276
|
export {
|
|
264
|
-
|
|
277
|
+
Q as default
|
|
265
278
|
};
|