-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): FAQ dropdown for Temporary Extensions (#955)
* fix: remove console warnings about improper asset `href` * fix: update `anchorText`
- Loading branch information
1 parent
d26846d
commit a25950e
Showing
11 changed files
with
95 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,69 @@ | ||
import IG_abp1PDF from "@/assets/abp/IG_ABP1_AlternativeBenefitPlanPopulations.pdf"; | ||
import IG_abp2aPDF from "@/assets/abp/IG_ABP2a_VoluntaryBenefitPackageAssurances.pdf"; | ||
import IG_abp2bPDF from "@/assets/abp/IG_ABP2b_VoluntaryEnrollmentAssurances.pdf"; | ||
import IG_abp3PDF from "@/assets/abp/IG_ABP3_SelectionOfBenchmark20190819-Final.pdf"; | ||
import IG_abp31PDF from "@/assets/abp/IG_ABP3.1_SelectionOfBenchmarkAfter2020.pdf"; | ||
import IG_abp4PDF from "@/assets/abp/IG_ABP4_AbpCostSharing.pdf"; | ||
import IG_abp5PDF from "@/assets/abp/IG_ABP5_BenefitsDescription-Final.pdf"; | ||
import IG_abp6PDF from "@/assets/abp/IG_ABP6_BenchmarkEquivalentBenefit.pdf"; | ||
import IG_abp7PDF from "@/assets/abp/IG_ABP7_BenefitAssurances.pdf"; | ||
import IG_abp8PDF from "@/assets/abp/IG_ABP8_ServiceDeliverySystems.pdf"; | ||
import IG_abp9PDF from "@/assets/abp/IG_ABP9_EmployerSponsoredInsurance.pdf"; | ||
import IG_abp10PDF from "@/assets/abp/IG_ABP10_GeneralAssurances.pdf"; | ||
import IG_abp11PDF from "@/assets/abp/IG_ABP11_PaymentMethodology.pdf"; | ||
import { Template } from "./chpRenderSection"; | ||
|
||
export const ABP_GUIDES: Template[] = [ | ||
{ | ||
title: "ABP 1", | ||
text: "Alternative Benefit Plan Populations Implementation Guide", | ||
href: IG_abp1PDF, | ||
href: "/abp/IG_ABP1_AlternativeBenefitPlanPopulations.pdf", | ||
}, | ||
{ | ||
title: "ABP 2a", | ||
text: "Voluntary Benefit Package Selection Assurances - Eligibility Group under Section 1902(a)(10)(A)(i)(VIII) of the Act Implementation Guide", | ||
href: IG_abp2aPDF, | ||
href: "/abp/IG_ABP2a_VoluntaryBenefitPackageAssurances.pdf", | ||
}, | ||
{ | ||
title: "ABP 2b", | ||
text: "Voluntary Enrollment Assurances for Eligibility Groups other than the Adult Group under Section 1902(a)(10)(A)(i)(VIII) of the Act Implementation Guide", | ||
href: IG_abp2bPDF, | ||
href: "/abp/IG_ABP2b_VoluntaryEnrollmentAssurances.pdf", | ||
}, | ||
{ | ||
title: "ABP 3", | ||
text: "Selection of Benchmark Benefit Package or Benchmark-Equivalent Benefit Package Implementation Guide", | ||
href: IG_abp3PDF, | ||
href: "/abp/IG_ABP3_SelectionOfBenchmark20190819-Final.pdf", | ||
}, | ||
{ | ||
title: "ABP 3.1", | ||
text: "Selection of Benchmark Benefit or Benchmark-Equivalent Benefit Package Implementation Guide", | ||
href: IG_abp31PDF, | ||
href: "/abp/IG_ABP3.1_SelectionOfBenchmarkAfter2020.pdf", | ||
}, | ||
{ | ||
title: "ABP 4", | ||
text: "Alternative Benefit Plan Cost Sharing Implementation Guide", | ||
href: IG_abp4PDF, | ||
href: "/abp/IG_ABP4_AbpCostSharing.pdf", | ||
}, | ||
{ | ||
title: "ABP 5", | ||
text: "Benefits Description Implementation Guide", | ||
href: IG_abp5PDF, | ||
href: "/abp/IG_ABP5_BenefitsDescription-Final.pdf", | ||
}, | ||
{ | ||
title: "ABP 6", | ||
text: "Benchmark-Equivalent Benefit Package Implementation Guide", | ||
href: IG_abp6PDF, | ||
href: "/abp/IG_ABP6_BenchmarkEquivalentBenefit.pdf", | ||
}, | ||
{ | ||
title: "ABP 7", | ||
text: "Benefits Assurances Implementation Guide", | ||
href: IG_abp7PDF, | ||
href: "/abp/IG_ABP7_BenefitAssurances.pdf", | ||
}, | ||
{ | ||
title: "ABP 8", | ||
text: "Service Delivery Systems Implementation Guide", | ||
href: IG_abp8PDF, | ||
href: "/abp/IG_ABP8_ServiceDeliverySystems.pdf", | ||
}, | ||
{ | ||
title: "ABP 9", | ||
text: "Employer-Sponsored Insurance and Payment of Premiums Implementation Guide", | ||
href: IG_abp9PDF, | ||
href: "/abp/IG_ABP9_EmployerSponsoredInsurance.pdf", | ||
}, | ||
{ | ||
title: "ABP 10", | ||
text: "General Assurances Implementation Guide", | ||
href: IG_abp10PDF, | ||
href: "/abp/IG_ABP10_GeneralAssurances.pdf", | ||
}, | ||
{ | ||
title: "ABP 11", | ||
text: "Payment Methodology Implementation Guide", | ||
href: IG_abp11PDF, | ||
href: "/abp/IG_ABP11_PaymentMethodology.pdf", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,73 @@ | ||
import abp1PDF from "@/assets/abp/ABP1.pdf"; | ||
import abp2aPDF from "@/assets/abp/ABP2a.pdf"; | ||
import abp2bPDF from "@/assets/abp/ABP2b.pdf"; | ||
import abp3PDF from "@/assets/abp/ABP3.pdf"; | ||
import abp31PDF from "@/assets/abp/ABP3.1.pdf"; | ||
import abp4PDF from "@/assets/abp/ABP4.pdf"; | ||
import abp5PDF from "@/assets/abp/ABP5.pdf"; | ||
import abp6PDF from "@/assets/abp/ABP6.pdf"; | ||
import abp7PDF from "@/assets/abp/ABP7.pdf"; | ||
import abp8PDF from "@/assets/abp/ABP8.pdf"; | ||
import abp9PDF from "@/assets/abp/ABP9.pdf"; | ||
import abp10PDF from "@/assets/abp/ABP10.pdf"; | ||
import abp11PDF from "@/assets/abp/ABP11.pdf"; | ||
import { Template } from "./chpRenderSection"; | ||
|
||
export const ABP_TEMPLATES: Template[] = [ | ||
{ | ||
title: "ABP 1", | ||
text: "Alternative Benefit Plan Populations", | ||
href: abp1PDF, | ||
href: "/abp/ABP1.pdf", | ||
}, | ||
{ | ||
title: "ABP 2a", | ||
text: "Voluntary Benefit Package Selection Assurances - Eligibility Group under Section 1902(a)(10)(A)(i)(VIII) of the Act", | ||
href: abp2aPDF, | ||
href: "/abp/ABP2a.pdf", | ||
}, | ||
{ | ||
title: "ABP 2b", | ||
text: "Voluntary Enrollment Assurances for Eligibility Groups other than the Adult Group under Section 1902(a)(10)(A)(i)(VIII) of the Act", | ||
href: abp2bPDF, | ||
href: "/abp/ABP2b.pdf", | ||
}, | ||
{ | ||
title: "ABP 3", | ||
text: "Selection of Benchmark Benefit Package or Benchmark-Equivalent Benefit Package", | ||
href: abp3PDF, | ||
href: "/abp/ABP3.pdf", | ||
subtext: [ | ||
"Use only if ABP has an effective date earlier than 1/1/2020 or if only changing the Section 1937 Coverage Option of an ABP implemented before 1/1/2020", | ||
], | ||
}, | ||
{ | ||
title: "ABP 3.1", | ||
text: "Selection of Benchmark Benefit or Benchmark-Equivalent Benefit Package", | ||
href: abp31PDF, | ||
href: "/abp/ABP3.1.pdf", | ||
subtext: ["Use only for ABPs effective on or after 1/1/2020"], | ||
}, | ||
{ | ||
title: "ABP 4", | ||
text: "Alternative Benefit Plan Cost Sharing", | ||
href: abp4PDF, | ||
href: "/abp/ABP4.pdf", | ||
}, | ||
{ | ||
title: "ABP 5", | ||
text: "Benefits Description", | ||
href: abp5PDF, | ||
href: "/abp/ABP5.pdf", | ||
}, | ||
{ | ||
title: "ABP 6", | ||
text: "Benchmark-Equivalent Benefit Package", | ||
href: abp6PDF, | ||
href: "/abp/ABP6.pdf", | ||
}, | ||
{ | ||
title: "ABP 7", | ||
text: "Benefits Assurances", | ||
href: abp7PDF, | ||
href: "/abp/ABP7.pdf", | ||
}, | ||
{ | ||
title: "ABP 8", | ||
text: "Service Delivery Systems", | ||
href: abp8PDF, | ||
href: "/abp/ABP8.pdf", | ||
}, | ||
{ | ||
title: "ABP 9", | ||
text: "Employer-Sponsored Insurance and Payment of Premiums", | ||
href: abp9PDF, | ||
href: "/abp/ABP9.pdf", | ||
}, | ||
{ | ||
title: "ABP 10", | ||
text: "General Assurances", | ||
href: abp10PDF, | ||
href: "/abp/ABP10.pdf", | ||
}, | ||
{ | ||
title: "ABP 11", | ||
text: "Payment Methodology", | ||
href: abp11PDF, | ||
href: "/abp/ABP11.pdf", | ||
}, | ||
]; |
Oops, something went wrong.