@peculiar/certificates-viewer 3.10.1 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -64
- package/components/arrow_top.js +34 -0
- package/components/arrow_top.js.map +1 -0
- package/components/attribute-certificate-viewer.js +281 -0
- package/components/attribute-certificate-viewer.js.map +1 -0
- package/components/button-menu.js +64 -0
- package/components/button-menu.js.map +1 -0
- package/components/button.js +74 -0
- package/components/button.js.map +1 -0
- package/components/certificate-viewer.js +300 -0
- package/components/certificate-viewer.js.map +1 -0
- package/components/circular-progress.js +48 -0
- package/components/circular-progress.js.map +1 -0
- package/components/crl-viewer.js +263 -0
- package/components/crl-viewer.js.map +1 -0
- package/components/csr-viewer.js +233 -0
- package/components/csr-viewer.js.map +1 -0
- package/components/custom-elements.d.ts +2 -0
- package/{dist/esm/download-91511aeb.js → components/download.js} +2 -0
- package/components/download.js.map +1 -0
- package/components/highlight-words.js +60 -0
- package/components/highlight-words.js.map +1 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +7 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +299 -0
- package/components/index2.js.map +1 -0
- package/components/issuer_name.js +26 -0
- package/components/issuer_name.js.map +1 -0
- package/components/miscellaneous.js +13420 -0
- package/components/miscellaneous.js.map +1 -0
- package/components/package.json +9 -0
- package/components/peculiar-attribute-certificate-viewer.d.ts +11 -0
- package/components/peculiar-attribute-certificate-viewer.js +11 -0
- package/components/peculiar-attribute-certificate-viewer.js.map +1 -0
- package/components/peculiar-button-menu.d.ts +11 -0
- package/components/peculiar-button-menu.js +11 -0
- package/components/peculiar-button-menu.js.map +1 -0
- package/components/peculiar-certificate-decoder.d.ts +11 -0
- package/components/peculiar-certificate-decoder.js +234 -0
- package/components/peculiar-certificate-decoder.js.map +1 -0
- package/components/peculiar-certificate-viewer.d.ts +11 -0
- package/components/peculiar-certificate-viewer.js +11 -0
- package/components/peculiar-certificate-viewer.js.map +1 -0
- package/components/peculiar-certificates-viewer.d.ts +11 -0
- package/components/peculiar-certificates-viewer.js +382 -0
- package/components/peculiar-certificates-viewer.js.map +1 -0
- package/components/peculiar-circular-progress.d.ts +11 -0
- package/components/peculiar-circular-progress.js +11 -0
- package/components/peculiar-circular-progress.js.map +1 -0
- package/components/peculiar-crl-viewer.d.ts +11 -0
- package/components/peculiar-crl-viewer.js +11 -0
- package/components/peculiar-crl-viewer.js.map +1 -0
- package/components/peculiar-csr-viewer.d.ts +11 -0
- package/components/peculiar-csr-viewer.js +11 -0
- package/components/peculiar-csr-viewer.js.map +1 -0
- package/components/peculiar-highlight-words.d.ts +11 -0
- package/components/peculiar-highlight-words.js +11 -0
- package/components/peculiar-highlight-words.js.map +1 -0
- package/components/peculiar-text-hider.d.ts +11 -0
- package/components/peculiar-text-hider.js +42 -0
- package/components/peculiar-text-hider.js.map +1 -0
- package/components/subject_name.js +71 -0
- package/components/subject_name.js.map +1 -0
- package/dist/cjs/arrow_top-834fb7ec.js +37 -0
- package/dist/cjs/arrow_top-834fb7ec.js.map +1 -0
- package/dist/cjs/button-14e2b73f.js +77 -0
- package/dist/cjs/button-14e2b73f.js.map +1 -0
- package/dist/cjs/{certification_request-d5c6e32d.js → certification_request-c0cafa72.js} +236 -71
- package/dist/cjs/certification_request-c0cafa72.js.map +1 -0
- package/dist/cjs/{crl-5bce64c4.js → crl-b4322166.js} +8 -7
- package/dist/cjs/crl-b4322166.js.map +1 -0
- package/dist/cjs/download-254ddc57.js +23 -0
- package/dist/cjs/download-254ddc57.js.map +1 -0
- package/dist/cjs/{download-93f7b773.js → download-972dda8a.js} +2 -0
- package/dist/cjs/download-972dda8a.js.map +1 -0
- package/dist/cjs/index-efd561e9.js +2477 -0
- package/dist/cjs/index-efd561e9.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -1
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +6 -12
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/{miscellaneous-cac1cd8b.js → miscellaneous-806a04a5.js} +86 -70
- package/dist/cjs/miscellaneous-806a04a5.js.map +1 -0
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +92 -35
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js +110 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +30 -19
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +34 -11
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +183 -85
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-text-hider.cjs.entry.js +7 -13
- package/dist/cjs/peculiar-text-hider.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar.cjs.js +10 -57
- package/dist/cjs/peculiar.cjs.js.map +1 -0
- package/dist/cjs/{x509_certificate-3760e0a8.js → x509_certificate-989b1435.js} +5 -4
- package/dist/cjs/x509_certificate-989b1435.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -16
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js +189 -145
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js.map +1 -0
- package/dist/collection/components/button/button.js +14 -126
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/index.js +5 -0
- package/dist/collection/components/button/index.js.map +1 -0
- package/dist/collection/components/button-menu/button-menu.css +46 -0
- package/dist/collection/components/button-menu/button-menu.js +78 -0
- package/dist/collection/components/button-menu/button-menu.js.map +1 -0
- package/dist/collection/components/certificate-decoder/certificate-decoder.css +456 -44
- package/dist/collection/components/certificate-decoder/certificate-decoder.js +109 -101
- package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js +6 -11
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js +5 -6
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/index.js +16 -15
- package/dist/collection/components/certificate-details-parts/attributes/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js +4 -3
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js +5 -4
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js +6 -13
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/basic_information.js +4 -3
- package/dist/collection/components/certificate-details-parts/basic_information.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js +2 -1
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js +8 -12
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js +26 -27
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js +5 -7
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js +8 -13
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js +6 -6
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js +7 -7
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js +7 -6
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/index.js +46 -45
- package/dist/collection/components/certificate-details-parts/extensions/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js +7 -11
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js +8 -11
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js +5 -4
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js +13 -16
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js +7 -9
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/holder.js +8 -11
- package/dist/collection/components/certificate-details-parts/holder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/index.js +1 -0
- package/dist/collection/components/certificate-details-parts/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer.js +5 -4
- package/dist/collection/components/certificate-details-parts/issuer.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer_name.js +6 -4
- package/dist/collection/components/certificate-details-parts/issuer_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/miscellaneous.js +8 -13
- package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/public_key.js +8 -7
- package/dist/collection/components/certificate-details-parts/public_key.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js +9 -11
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/row.js +13 -18
- package/dist/collection/components/certificate-details-parts/row.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/signature.js +5 -4
- package/dist/collection/components/certificate-details-parts/signature.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/subject_name.js +4 -3
- package/dist/collection/components/certificate-details-parts/subject_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/thumbprints.js +4 -3
- package/dist/collection/components/certificate-details-parts/thumbprints.js.map +1 -0
- package/dist/collection/components/certificate-summary/certificate-summary.js +9 -77
- package/dist/collection/components/certificate-summary/certificate-summary.js.map +1 -0
- package/dist/collection/components/certificate-summary/index.js +5 -0
- package/dist/collection/components/certificate-summary/index.js.map +1 -0
- package/dist/collection/components/certificate-viewer/certificate-viewer.css +471 -104
- package/dist/collection/components/certificate-viewer/certificate-viewer.js +206 -178
- package/dist/collection/components/certificate-viewer/certificate-viewer.js.map +1 -0
- package/dist/collection/components/certificates-viewer/certificates-viewer.css +540 -267
- package/dist/collection/components/certificates-viewer/certificates-viewer.js +261 -266
- package/dist/collection/components/certificates-viewer/certificates-viewer.js.map +1 -0
- package/dist/collection/components/circular-progress/circular-progress.css +2 -11
- package/dist/collection/components/circular-progress/circular-progress.js +60 -63
- package/dist/collection/components/circular-progress/circular-progress.js.map +1 -0
- package/dist/collection/components/crl-viewer/crl-viewer.js +166 -139
- package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -0
- package/dist/collection/components/csr-viewer/csr-viewer.js +149 -124
- package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -0
- package/dist/collection/components/highlight-words/highlight-words.css +1 -9
- package/dist/collection/components/highlight-words/highlight-words.js +35 -28
- package/dist/collection/components/highlight-words/highlight-words.js.map +1 -0
- package/dist/collection/components/icons/actions.js +16 -0
- package/dist/collection/components/icons/actions.js.map +1 -0
- package/dist/collection/components/icons/arrow_bottom.js +16 -0
- package/dist/collection/components/icons/arrow_bottom.js.map +1 -0
- package/dist/collection/components/icons/arrow_top.js +16 -0
- package/dist/collection/components/icons/arrow_top.js.map +1 -0
- package/dist/collection/components/icons/cross.js +16 -0
- package/dist/collection/components/icons/cross.js.map +1 -0
- package/dist/collection/components/icons/details.js +16 -0
- package/dist/collection/components/icons/details.js.map +1 -0
- package/dist/collection/components/icons/download.js +16 -0
- package/dist/collection/components/icons/download.js.map +1 -0
- package/dist/collection/components/icons/index.js +11 -0
- package/dist/collection/components/icons/index.js.map +1 -0
- package/dist/collection/components/icons/link.js +16 -0
- package/dist/collection/components/icons/link.js.map +1 -0
- package/dist/collection/components/link/index.js +5 -0
- package/dist/collection/components/link/index.js.map +1 -0
- package/dist/collection/components/link/link.js +9 -61
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/text-hider/text-hider.css +9 -36
- package/dist/collection/components/text-hider/text-hider.js +21 -68
- package/dist/collection/components/text-hider/text-hider.js.map +1 -0
- package/dist/collection/components/typography/index.js +5 -0
- package/dist/collection/components/typography/index.js.map +1 -0
- package/dist/collection/components/typography/typography.js +39 -126
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/constants/logs.js +1 -0
- package/dist/collection/constants/logs.js.map +1 -0
- package/dist/collection/constants/oids.js +1 -0
- package/dist/collection/constants/oids.js.map +1 -0
- package/dist/collection/crypto/asn_data.js +13 -7
- package/dist/collection/crypto/asn_data.js.map +1 -0
- package/dist/collection/crypto/attribute.js +11 -10
- package/dist/collection/crypto/attribute.js.map +1 -0
- package/dist/collection/crypto/crl.js +9 -8
- package/dist/collection/crypto/crl.js.map +1 -0
- package/dist/collection/crypto/csr.js +11 -10
- package/dist/collection/crypto/csr.js.map +1 -0
- package/dist/collection/crypto/extension.js +16 -15
- package/dist/collection/crypto/extension.js.map +1 -0
- package/dist/collection/crypto/index.js +1 -0
- package/dist/collection/crypto/index.js.map +1 -0
- package/dist/collection/crypto/name.js +15 -9
- package/dist/collection/crypto/name.js.map +1 -0
- package/dist/collection/crypto/provider.js +4 -3
- package/dist/collection/crypto/provider.js.map +1 -0
- package/dist/collection/crypto/utils.js +4 -3
- package/dist/collection/crypto/utils.js.map +1 -0
- package/dist/collection/crypto/x509_attribute_certificate.js +9 -8
- package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -0
- package/dist/collection/crypto/x509_certificate.js +12 -11
- package/dist/collection/crypto/x509_certificate.js.map +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/locales/en.json +4 -3
- package/dist/collection/utils/date_formatter.js +3 -2
- package/dist/collection/utils/date_formatter.js.map +1 -0
- package/dist/collection/utils/download.js +3 -2
- package/dist/collection/utils/download.js.map +1 -0
- package/dist/collection/utils/download_from_buffer.js +1 -0
- package/dist/collection/utils/download_from_buffer.js.map +1 -0
- package/dist/collection/utils/get_string_by_oid.js +2 -1
- package/dist/collection/utils/get_string_by_oid.js.map +1 -0
- package/dist/collection/utils/index.js +2 -1
- package/dist/collection/utils/index.js.map +1 -0
- package/dist/collection/utils/is_link.js +1 -0
- package/dist/collection/utils/is_link.js.map +1 -0
- package/dist/collection/utils/l10n.js +2 -1
- package/dist/collection/utils/l10n.js.map +1 -0
- package/dist/collection/utils/read_file.js +1 -0
- package/dist/collection/utils/read_file.js.map +1 -0
- package/dist/collection/utils/third_party_links.js +1 -0
- package/dist/collection/utils/third_party_links.js.map +1 -0
- package/dist/collection/utils/validator.js +1 -0
- package/dist/collection/utils/validator.js.map +1 -0
- package/dist/collection/www-copy/index.js +138 -32
- package/dist/esm/arrow_top-efd3a56d.js +34 -0
- package/dist/esm/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm/button-35146bdd.js +74 -0
- package/dist/esm/button-35146bdd.js.map +1 -0
- package/dist/esm/{certification_request-23cd5124.js → certification_request-5cadde9f.js} +171 -9
- package/dist/esm/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm/{crl-7f23c111.js → crl-11670c3e.js} +7 -6
- package/dist/esm/crl-11670c3e.js.map +1 -0
- package/dist/esm/download-0cc3077a.js +21 -0
- package/dist/esm/download-0cc3077a.js.map +1 -0
- package/dist/esm/download-57c5bf8f.js +470 -0
- package/dist/esm/download-57c5bf8f.js.map +1 -0
- package/dist/esm/index-4079bbb5.js +2448 -0
- package/dist/esm/index-4079bbb5.js.map +1 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +6 -12
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/{miscellaneous-c7c0d04a.js → miscellaneous-1d4e8b41.js} +53 -37
- package/dist/esm/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +80 -23
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm/peculiar-button-menu_3.entry.js +104 -0
- package/dist/esm/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-decoder.entry.js +30 -19
- package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-viewer.entry.js +34 -11
- package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-certificates-viewer.entry.js +183 -85
- package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-text-hider.entry.js +7 -13
- package/dist/esm/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm/peculiar.js +8 -58
- package/dist/esm/peculiar.js.map +1 -0
- package/dist/esm/{x509_certificate-d8e0af2d.js → x509_certificate-dfae6999.js} +4 -3
- package/dist/esm/x509_certificate-dfae6999.js.map +1 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js +19 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm-es5/button-35146bdd.js +19 -0
- package/dist/esm-es5/button-35146bdd.js.map +1 -0
- package/dist/esm-es5/certification_request-5cadde9f.js +97 -0
- package/dist/esm-es5/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm-es5/crl-11670c3e.js +33 -0
- package/dist/esm-es5/crl-11670c3e.js.map +1 -0
- package/dist/esm-es5/download-0cc3077a.js +12 -0
- package/dist/esm-es5/download-0cc3077a.js.map +1 -0
- package/dist/esm-es5/download-57c5bf8f.js +19 -0
- package/dist/esm-es5/download-57c5bf8f.js.map +1 -0
- package/dist/esm-es5/index-4079bbb5.js +6 -0
- package/dist/esm-es5/index-4079bbb5.js.map +1 -0
- package/dist/esm-es5/index.js +5 -0
- package/dist/esm-es5/index.js.map +1 -0
- package/dist/esm-es5/loader.js +5 -0
- package/dist/esm-es5/loader.js.map +1 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js +355 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +110 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js +12 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js +12 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js +5 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js +33 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js +5 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm-es5/peculiar.js +5 -0
- package/dist/esm-es5/peculiar.js.map +1 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js +12 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/peculiar/index.esm.js +2 -1
- package/dist/peculiar/index.esm.js.map +1 -0
- package/dist/peculiar/locales/en.json +4 -3
- package/dist/peculiar/p-0b356bb5.js +6 -0
- package/dist/peculiar/p-0b356bb5.js.map +1 -0
- package/dist/peculiar/p-0bdcdbf7.system.js +355 -0
- package/dist/peculiar/p-0bdcdbf7.system.js.map +1 -0
- package/dist/peculiar/p-17e3c47b.js +12 -0
- package/dist/peculiar/p-17e3c47b.js.map +1 -0
- package/dist/peculiar/p-23555789.system.entry.js +34 -0
- package/dist/peculiar/p-23555789.system.entry.js.map +1 -0
- package/dist/peculiar/p-26981468.system.entry.js +5 -0
- package/dist/peculiar/p-26981468.system.entry.js.map +1 -0
- package/dist/peculiar/p-2fcad8cb.system.js +20 -0
- package/dist/peculiar/p-2fcad8cb.system.js.map +1 -0
- package/dist/peculiar/p-31586b23.system.js +13 -0
- package/dist/peculiar/p-31586b23.system.js.map +1 -0
- package/dist/peculiar/p-43eb3721.js +33 -0
- package/dist/peculiar/p-43eb3721.js.map +1 -0
- package/dist/peculiar/p-5823e6e8.entry.js +12 -0
- package/dist/peculiar/p-5823e6e8.entry.js.map +1 -0
- package/dist/peculiar/p-596836a7.entry.js +33 -0
- package/dist/peculiar/p-596836a7.entry.js.map +1 -0
- package/dist/peculiar/p-5aabeba7.system.js +6 -0
- package/dist/peculiar/p-5aabeba7.system.js.map +1 -0
- package/dist/peculiar/p-6667fe6e.system.js +34 -0
- package/dist/peculiar/p-6667fe6e.system.js.map +1 -0
- package/dist/peculiar/p-6e79b9c8.js +12 -0
- package/dist/peculiar/p-6e79b9c8.js.map +1 -0
- package/dist/peculiar/p-709994c1.js +19 -0
- package/dist/peculiar/p-709994c1.js.map +1 -0
- package/dist/peculiar/p-74c241e7.js +97 -0
- package/dist/peculiar/p-74c241e7.js.map +1 -0
- package/dist/peculiar/p-7ed7cd97.system.entry.js +111 -0
- package/dist/peculiar/p-7ed7cd97.system.entry.js.map +1 -0
- package/dist/peculiar/p-7f9beaa8.js +19 -0
- package/dist/peculiar/p-7f9beaa8.js.map +1 -0
- package/dist/peculiar/p-80832207.system.js +5 -0
- package/dist/peculiar/p-80832207.system.js.map +1 -0
- package/dist/peculiar/p-8748391f.system.entry.js +5 -0
- package/dist/peculiar/p-8748391f.system.entry.js.map +1 -0
- package/dist/peculiar/p-882e1281.entry.js +12 -0
- package/dist/peculiar/p-882e1281.entry.js.map +1 -0
- package/dist/peculiar/p-90459cec.entry.js +5 -0
- package/dist/peculiar/p-90459cec.entry.js.map +1 -0
- package/dist/peculiar/p-97688065.js +355 -0
- package/dist/peculiar/p-97688065.js.map +1 -0
- package/dist/peculiar/p-a053c132.js +19 -0
- package/dist/peculiar/p-a053c132.js.map +1 -0
- package/dist/peculiar/p-ae9189f6.system.js +19 -0
- package/dist/peculiar/p-ae9189f6.system.js.map +1 -0
- package/dist/peculiar/p-bd485115.system.entry.js +13 -0
- package/dist/peculiar/p-bd485115.system.entry.js.map +1 -0
- package/dist/peculiar/p-c0a298fd.system.js +97 -0
- package/dist/peculiar/p-c0a298fd.system.js.map +1 -0
- package/dist/peculiar/p-daf23673.system.js +20 -0
- package/dist/peculiar/p-daf23673.system.js.map +1 -0
- package/dist/peculiar/p-e1960173.system.js +5 -0
- package/dist/peculiar/p-e1960173.system.js.map +1 -0
- package/dist/peculiar/p-e39de121.system.entry.js +13 -0
- package/dist/peculiar/p-e39de121.system.entry.js.map +1 -0
- package/dist/peculiar/p-e6a3b4d4.system.js +13 -0
- package/dist/peculiar/p-e6a3b4d4.system.js.map +1 -0
- package/dist/peculiar/p-f3d85a5f.entry.js +110 -0
- package/dist/peculiar/p-f3d85a5f.entry.js.map +1 -0
- package/dist/peculiar/p-fd4b9a50.entry.js +5 -0
- package/dist/peculiar/p-fd4b9a50.entry.js.map +1 -0
- package/dist/peculiar/peculiar.css +1 -1
- package/dist/peculiar/peculiar.esm.js +2 -1
- package/dist/peculiar/peculiar.esm.js.map +1 -0
- package/dist/peculiar/peculiar.js +127 -0
- package/dist/types/components/attribute-certificate-viewer/attribute-certificate-viewer.d.ts +15 -3
- package/dist/types/components/button/button.d.ts +5 -16
- package/dist/types/components/button/index.d.ts +2 -0
- package/dist/types/components/button-menu/button-menu.d.ts +21 -0
- package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +9 -6
- package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +1 -1
- package/dist/types/components/certificate-summary/certificate-summary.d.ts +4 -3
- package/dist/types/components/certificate-summary/index.d.ts +1 -0
- package/dist/types/components/certificate-viewer/certificate-viewer.d.ts +13 -5
- package/dist/types/components/certificates-viewer/certificates-viewer.d.ts +22 -11
- package/dist/types/components/crl-viewer/crl-viewer.d.ts +13 -5
- package/dist/types/components/csr-viewer/csr-viewer.d.ts +13 -5
- package/dist/types/components/icons/actions.d.ts +12 -0
- package/dist/types/components/icons/arrow_bottom.d.ts +12 -0
- package/dist/types/components/icons/arrow_top.d.ts +12 -0
- package/dist/types/components/icons/cross.d.ts +12 -0
- package/dist/types/components/icons/details.d.ts +12 -0
- package/dist/types/components/icons/download.d.ts +12 -0
- package/dist/types/components/icons/index.d.ts +7 -0
- package/dist/types/components/icons/link.d.ts +12 -0
- package/dist/types/components/link/index.d.ts +1 -0
- package/dist/types/components/link/link.d.ts +6 -6
- package/dist/types/components/text-hider/text-hider.d.ts +0 -3
- package/dist/types/components/typography/index.d.ts +1 -0
- package/dist/types/components/typography/typography.d.ts +10 -20
- package/dist/types/components.d.ts +74 -175
- package/dist/types/crypto/attribute.d.ts +1 -1
- package/dist/types/crypto/extension.d.ts +1 -1
- package/dist/types/interface.d.ts +98 -6
- package/dist/types/stencil-public-runtime.d.ts +110 -23
- package/dist/types/utils/l10n.d.ts +5 -4
- package/dist/types/utils/read_file.d.ts +1 -1
- package/hydrate/index.d.ts +218 -0
- package/hydrate/index.js +22549 -0
- package/hydrate/package.json +6 -0
- package/loader/index.d.ts +10 -1
- package/loader/index.js +1 -1
- package/loader/package.json +1 -0
- package/package.json +6 -4
- package/dist/cjs/dom-f57e260e.js +0 -78
- package/dist/cjs/index-064e95c7.js +0 -1486
- package/dist/cjs/l10n-ddc7cff9.js +0 -169
- package/dist/cjs/peculiar-button-split_4.cjs.entry.js +0 -128
- package/dist/cjs/peculiar-button.cjs.entry.js +0 -40
- package/dist/cjs/peculiar-link.cjs.entry.js +0 -29
- package/dist/cjs/peculiar-typography.cjs.entry.js +0 -38
- package/dist/collection/components/button/button.css +0 -81
- package/dist/collection/components/button-split/button-split.css +0 -57
- package/dist/collection/components/button-split/button-split.js +0 -116
- package/dist/collection/components/certificate-summary/certificate-summary.css +0 -49
- package/dist/collection/components/link/link.css +0 -59
- package/dist/collection/components/typography/typography.css +0 -95
- package/dist/esm/dom-f1b08a97.js +0 -76
- package/dist/esm/index-bbd484d9.js +0 -1455
- package/dist/esm/l10n-d48f35ff.js +0 -165
- package/dist/esm/peculiar-button-split_4.entry.js +0 -121
- package/dist/esm/peculiar-button.entry.js +0 -36
- package/dist/esm/peculiar-link.entry.js +0 -25
- package/dist/esm/peculiar-typography.entry.js +0 -34
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/peculiar/p-01cea5c0.entry.js +0 -11
- package/dist/peculiar/p-3bfefa4a.entry.js +0 -18
- package/dist/peculiar/p-4e8169cb.entry.js +0 -4
- package/dist/peculiar/p-57b89412.entry.js +0 -4
- package/dist/peculiar/p-5b4eed12.entry.js +0 -4
- package/dist/peculiar/p-610b85e3.entry.js +0 -4
- package/dist/peculiar/p-6d37c8b5.entry.js +0 -4
- package/dist/peculiar/p-711b4e1e.js +0 -18
- package/dist/peculiar/p-81a88a33.js +0 -11
- package/dist/peculiar/p-918aeee4.entry.js +0 -4
- package/dist/peculiar/p-9f4ee110.js +0 -22
- package/dist/peculiar/p-a050e184.js +0 -69
- package/dist/peculiar/p-c24c26c2.js +0 -32
- package/dist/peculiar/p-df53fbcc.entry.js +0 -4
- package/dist/peculiar/p-ec250cc4.js +0 -12
- package/dist/peculiar/p-f7683ba5.js +0 -5
- package/dist/peculiar/p-fe05f51e.js +0 -79
- package/dist/types/components/button-split/button-split.d.ts +0 -21
|
@@ -1,155 +1,522 @@
|
|
|
1
|
-
|
|
1
|
+
* {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding: 0;
|
|
5
|
+
-webkit-font-smoothing: antialiased;
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
text-size-adjust: none;
|
|
8
|
+
-webkit-text-size-adjust: none;
|
|
9
|
+
-webkit-tap-highlight-color: transparent;
|
|
10
|
+
font-family: var(--pv-font-family, inherit);
|
|
3
11
|
}
|
|
4
|
-
|
|
5
|
-
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Typography variants.
|
|
15
|
+
*/
|
|
16
|
+
.t-h1 {
|
|
17
|
+
font-weight: var(--pv-text-h1-weight);
|
|
18
|
+
font-size: var(--pv-text-h1-size);
|
|
19
|
+
line-height: var(--pv-text-h1-height);
|
|
20
|
+
letter-spacing: var(--pv-text-h1-spacing);
|
|
6
21
|
}
|
|
7
22
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
min-width: 280px;
|
|
14
|
-
min-height: 300px;
|
|
15
|
-
background: white;
|
|
16
|
-
background: rgba(var(--pv-color-light-rgb), 1);
|
|
23
|
+
.t-h2 {
|
|
24
|
+
font-weight: var(--pv-text-h2-weight);
|
|
25
|
+
font-size: var(--pv-text-h2-size);
|
|
26
|
+
line-height: var(--pv-text-h2-height);
|
|
27
|
+
letter-spacing: var(--pv-text-h2-spacing);
|
|
17
28
|
}
|
|
18
29
|
|
|
19
|
-
|
|
20
|
-
|
|
30
|
+
.t-h3 {
|
|
31
|
+
font-weight: var(--pv-text-h3-weight);
|
|
32
|
+
font-size: var(--pv-text-h3-size);
|
|
33
|
+
line-height: var(--pv-text-h3-height);
|
|
34
|
+
letter-spacing: var(--pv-text-h3-spacing);
|
|
21
35
|
}
|
|
22
36
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
37
|
+
.t-h4 {
|
|
38
|
+
font-weight: var(--pv-text-h4-weight);
|
|
39
|
+
font-size: var(--pv-text-h4-size);
|
|
40
|
+
line-height: var(--pv-text-h4-height);
|
|
41
|
+
letter-spacing: var(--pv-text-h4-spacing);
|
|
28
42
|
}
|
|
29
43
|
|
|
30
|
-
|
|
31
|
-
|
|
44
|
+
.t-h5 {
|
|
45
|
+
font-weight: var(--pv-text-h5-weight);
|
|
46
|
+
font-size: var(--pv-text-h5-size);
|
|
47
|
+
line-height: var(--pv-text-h5-height);
|
|
48
|
+
letter-spacing: var(--pv-text-h5-spacing);
|
|
32
49
|
}
|
|
33
50
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
border-bottom-width: 1px;
|
|
40
|
-
border-bottom-style: solid;
|
|
51
|
+
.t-s1 {
|
|
52
|
+
font-weight: var(--pv-text-s1-weight);
|
|
53
|
+
font-size: var(--pv-text-s1-size);
|
|
54
|
+
line-height: var(--pv-text-s1-height);
|
|
55
|
+
letter-spacing: var(--pv-text-s1-spacing);
|
|
41
56
|
}
|
|
42
57
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
58
|
+
.t-s2 {
|
|
59
|
+
font-weight: var(--pv-text-s2-weight);
|
|
60
|
+
font-size: var(--pv-text-s2-size);
|
|
61
|
+
line-height: var(--pv-text-s2-height);
|
|
62
|
+
letter-spacing: var(--pv-text-s2-spacing);
|
|
47
63
|
}
|
|
48
64
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
65
|
+
.t-b1 {
|
|
66
|
+
font-weight: var(--pv-text-b1-weight);
|
|
67
|
+
font-size: var(--pv-text-b1-size);
|
|
68
|
+
line-height: var(--pv-text-b1-height);
|
|
69
|
+
letter-spacing: var(--pv-text-b1-spacing);
|
|
52
70
|
}
|
|
53
71
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
72
|
+
.t-b2 {
|
|
73
|
+
font-weight: var(--pv-text-b2-weight);
|
|
74
|
+
font-size: var(--pv-text-b2-size);
|
|
75
|
+
line-height: var(--pv-text-b2-height);
|
|
76
|
+
letter-spacing: var(--pv-text-b2-spacing);
|
|
58
77
|
}
|
|
59
|
-
|
|
60
|
-
|
|
78
|
+
|
|
79
|
+
.t-b3 {
|
|
80
|
+
font-weight: var(--pv-text-b3-weight);
|
|
81
|
+
font-size: var(--pv-text-b3-size);
|
|
82
|
+
line-height: var(--pv-text-b3-height);
|
|
83
|
+
letter-spacing: var(--pv-text-b3-spacing);
|
|
61
84
|
}
|
|
62
85
|
|
|
63
|
-
|
|
64
|
-
|
|
86
|
+
.t-btn1 {
|
|
87
|
+
font-weight: var(--pv-text-btn1-weight);
|
|
88
|
+
font-size: var(--pv-text-btn1-size);
|
|
89
|
+
line-height: var(--pv-text-btn1-height);
|
|
90
|
+
letter-spacing: var(--pv-text-btn1-spacing);
|
|
65
91
|
}
|
|
66
92
|
|
|
67
|
-
|
|
68
|
-
|
|
93
|
+
.t-btn2 {
|
|
94
|
+
font-weight: var(--pv-text-btn2-weight);
|
|
95
|
+
font-size: var(--pv-text-btn2-size);
|
|
96
|
+
line-height: var(--pv-text-btn2-height);
|
|
97
|
+
letter-spacing: var(--pv-text-btn2-spacing);
|
|
69
98
|
}
|
|
70
99
|
|
|
71
|
-
|
|
72
|
-
|
|
100
|
+
.t-c1 {
|
|
101
|
+
font-weight: var(--pv-text-c1-weight);
|
|
102
|
+
font-size: var(--pv-text-c1-size);
|
|
103
|
+
line-height: var(--pv-text-c1-height);
|
|
104
|
+
letter-spacing: var(--pv-text-c1-spacing);
|
|
73
105
|
}
|
|
74
106
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
107
|
+
.t-c2 {
|
|
108
|
+
font-weight: var(--pv-text-c2-weight);
|
|
109
|
+
font-size: var(--pv-text-c2-size);
|
|
110
|
+
line-height: var(--pv-text-c2-height);
|
|
111
|
+
letter-spacing: var(--pv-text-c2-spacing);
|
|
79
112
|
}
|
|
80
113
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
/**
|
|
118
|
+
* Color variants.
|
|
119
|
+
*/
|
|
120
|
+
.c-primary-tint-5 {
|
|
121
|
+
--pv-color-base: var(--pv-color-primary-tint-5);
|
|
84
122
|
}
|
|
85
123
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
opacity: 0;
|
|
124
|
+
.c-primary-tint-4 {
|
|
125
|
+
--pv-color-base: var(--pv-color-primary-tint-4);
|
|
89
126
|
}
|
|
90
127
|
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
height: 1px;
|
|
128
|
+
.c-primary-tint-3 {
|
|
129
|
+
--pv-color-base: var(--pv-color-primary-tint-3);
|
|
94
130
|
}
|
|
95
131
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
min-height: inherit;
|
|
99
|
-
display: flex;
|
|
100
|
-
justify-content: center;
|
|
101
|
-
align-items: center;
|
|
132
|
+
.c-primary-tint-2 {
|
|
133
|
+
--pv-color-base: var(--pv-color-primary-tint-2);
|
|
102
134
|
}
|
|
103
135
|
|
|
104
|
-
.
|
|
105
|
-
|
|
106
|
-
width: 300px;
|
|
107
|
-
margin: auto;
|
|
108
|
-
text-align: center;
|
|
136
|
+
.c-primary-tint-1 {
|
|
137
|
+
--pv-color-base: var(--pv-color-primary-tint-1);
|
|
109
138
|
}
|
|
110
139
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
display: block;
|
|
115
|
-
}
|
|
140
|
+
.c-primary {
|
|
141
|
+
--pv-color-base: var(--pv-color-primary);
|
|
142
|
+
}
|
|
116
143
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
144
|
+
.c-primary-shade-1 {
|
|
145
|
+
--pv-color-base: var(--pv-color-primary-shade-1);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.c-primary-shade-2 {
|
|
149
|
+
--pv-color-base: var(--pv-color-primary-shade-2);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.c-primary-shade-3 {
|
|
153
|
+
--pv-color-base: var(--pv-color-primary-shade-3);
|
|
154
|
+
}
|
|
123
155
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
156
|
+
.c-primary-shade-4 {
|
|
157
|
+
--pv-color-base: var(--pv-color-primary-shade-4);
|
|
158
|
+
}
|
|
127
159
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
160
|
+
.c-primary-shade-5 {
|
|
161
|
+
--pv-color-base: var(--pv-color-primary-shade-5);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.c-primary-contrast {
|
|
165
|
+
--pv-color-base: var(--pv-color-primary-contrast);
|
|
166
|
+
}
|
|
131
167
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
max-width: none;
|
|
135
|
-
}
|
|
168
|
+
.c-secondary-tint-5 {
|
|
169
|
+
--pv-color-base: var(--pv-color-secondary-tint-5);
|
|
136
170
|
}
|
|
137
|
-
|
|
171
|
+
|
|
172
|
+
.c-secondary-tint-4 {
|
|
173
|
+
--pv-color-base: var(--pv-color-secondary-tint-4);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.c-secondary-tint-3 {
|
|
177
|
+
--pv-color-base: var(--pv-color-secondary-tint-3);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.c-secondary-tint-2 {
|
|
181
|
+
--pv-color-base: var(--pv-color-secondary-tint-2);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.c-secondary-tint-1 {
|
|
185
|
+
--pv-color-base: var(--pv-color-secondary-tint-1);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.c-secondary {
|
|
189
|
+
--pv-color-base: var(--pv-color-secondary);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.c-secondary-shade-1 {
|
|
193
|
+
--pv-color-base: var(--pv-color-secondary-shade-1);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.c-secondary-shade-2 {
|
|
197
|
+
--pv-color-base: var(--pv-color-secondary-shade-2);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.c-secondary-shade-3 {
|
|
201
|
+
--pv-color-base: var(--pv-color-secondary-shade-3);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.c-secondary-shade-4 {
|
|
205
|
+
--pv-color-base: var(--pv-color-secondary-shade-4);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.c-secondary-shade-5 {
|
|
209
|
+
--pv-color-base: var(--pv-color-secondary-shade-5);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.c-secondary-contrast {
|
|
213
|
+
--pv-color-base: var(--pv-color-secondary-contrast);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.c-wrong-tint-5 {
|
|
217
|
+
--pv-color-base: var(--pv-color-wrong-tint-5);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.c-wrong-tint-4 {
|
|
221
|
+
--pv-color-base: var(--pv-color-wrong-tint-4);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.c-wrong-tint-3 {
|
|
225
|
+
--pv-color-base: var(--pv-color-wrong-tint-3);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.c-wrong-tint-2 {
|
|
229
|
+
--pv-color-base: var(--pv-color-wrong-tint-2);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.c-wrong-tint-1 {
|
|
233
|
+
--pv-color-base: var(--pv-color-wrong-tint-1);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.c-wrong {
|
|
237
|
+
--pv-color-base: var(--pv-color-wrong);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.c-wrong-shade-1 {
|
|
241
|
+
--pv-color-base: var(--pv-color-wrong-shade-1);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.c-wrong-shade-2 {
|
|
245
|
+
--pv-color-base: var(--pv-color-wrong-shade-2);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.c-wrong-shade-3 {
|
|
249
|
+
--pv-color-base: var(--pv-color-wrong-shade-3);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.c-wrong-shade-4 {
|
|
253
|
+
--pv-color-base: var(--pv-color-wrong-shade-4);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.c-wrong-shade-5 {
|
|
257
|
+
--pv-color-base: var(--pv-color-wrong-shade-5);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.c-wrong-contrast {
|
|
261
|
+
--pv-color-base: var(--pv-color-wrong-contrast);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.c-attention-tint-5 {
|
|
265
|
+
--pv-color-base: var(--pv-color-attention-tint-5);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.c-attention-tint-4 {
|
|
269
|
+
--pv-color-base: var(--pv-color-attention-tint-4);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.c-attention-tint-3 {
|
|
273
|
+
--pv-color-base: var(--pv-color-attention-tint-3);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.c-attention-tint-2 {
|
|
277
|
+
--pv-color-base: var(--pv-color-attention-tint-2);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.c-attention-tint-1 {
|
|
281
|
+
--pv-color-base: var(--pv-color-attention-tint-1);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.c-attention {
|
|
285
|
+
--pv-color-base: var(--pv-color-attention);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.c-attention-shade-1 {
|
|
289
|
+
--pv-color-base: var(--pv-color-attention-shade-1);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.c-attention-shade-2 {
|
|
293
|
+
--pv-color-base: var(--pv-color-attention-shade-2);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.c-attention-shade-3 {
|
|
297
|
+
--pv-color-base: var(--pv-color-attention-shade-3);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.c-attention-shade-4 {
|
|
301
|
+
--pv-color-base: var(--pv-color-attention-shade-4);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.c-attention-shade-5 {
|
|
305
|
+
--pv-color-base: var(--pv-color-attention-shade-5);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.c-success-tint-5 {
|
|
309
|
+
--pv-color-base: var(--pv-color-success-tint-5);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.c-success-tint-4 {
|
|
313
|
+
--pv-color-base: var(--pv-color-success-tint-4);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.c-success-tint-3 {
|
|
317
|
+
--pv-color-base: var(--pv-color-success-tint-3);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.c-success-tint-2 {
|
|
321
|
+
--pv-color-base: var(--pv-color-success-tint-2);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.c-success-tint-1 {
|
|
325
|
+
--pv-color-base: var(--pv-color-success-tint-1);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.c-success {
|
|
329
|
+
--pv-color-base: var(--pv-color-success);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.c-success-shade-1 {
|
|
333
|
+
--pv-color-base: var(--pv-color-success-shade-1);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.c-success-shade-2 {
|
|
337
|
+
--pv-color-base: var(--pv-color-success-shade-2);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.c-success-shade-3 {
|
|
341
|
+
--pv-color-base: var(--pv-color-success-shade-3);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.c-success-shade-4 {
|
|
345
|
+
--pv-color-base: var(--pv-color-success-shade-4);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.c-success-shade-5 {
|
|
349
|
+
--pv-color-base: var(--pv-color-success-shade-5);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.c-black {
|
|
353
|
+
--pv-color-base: var(--pv-color-black);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.c-gray-10 {
|
|
357
|
+
--pv-color-base: var(--pv-color-gray-10);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.c-gray-9 {
|
|
361
|
+
--pv-color-base: var(--pv-color-gray-9);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.c-gray-8 {
|
|
365
|
+
--pv-color-base: var(--pv-color-gray-8);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.c-gray-7 {
|
|
369
|
+
--pv-color-base: var(--pv-color-gray-7);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.c-gray-6 {
|
|
373
|
+
--pv-color-base: var(--pv-color-gray-6);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.c-gray-5 {
|
|
377
|
+
--pv-color-base: var(--pv-color-gray-5);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.c-gray-4 {
|
|
381
|
+
--pv-color-base: var(--pv-color-gray-4);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.c-gray-3 {
|
|
385
|
+
--pv-color-base: var(--pv-color-gray-3);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.c-gray-2 {
|
|
389
|
+
--pv-color-base: var(--pv-color-gray-2);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.c-gray-1 {
|
|
393
|
+
--pv-color-base: var(--pv-color-gray-1);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.c-white {
|
|
397
|
+
--pv-color-base: var(--pv-color-white);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.c-extra-1 {
|
|
401
|
+
--pv-color-base: var(--pv-color-extra-1);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.c-extra-2 {
|
|
405
|
+
--pv-color-base: var(--pv-color-extra-2);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
*
|
|
410
|
+
*/
|
|
411
|
+
.typography {
|
|
412
|
+
color: var(--pv-color-base);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.button {
|
|
416
|
+
display: inline-flex;
|
|
417
|
+
cursor: pointer;
|
|
418
|
+
background: transparent;
|
|
419
|
+
border: none;
|
|
420
|
+
user-select: none;
|
|
421
|
+
white-space: nowrap;
|
|
422
|
+
text-decoration: none;
|
|
423
|
+
outline: none;
|
|
424
|
+
font-family: inherit;
|
|
425
|
+
border-radius: 4px;
|
|
426
|
+
height: var(--pv-size-base-6);
|
|
427
|
+
min-width: var(--pv-size-base-6);
|
|
428
|
+
padding: 0 var(--pv-size-base-2);
|
|
429
|
+
transition: background-color 200ms ease 0s;
|
|
430
|
+
align-items: center;
|
|
431
|
+
justify-content: center;
|
|
432
|
+
gap: var(--pv-size-base-2);
|
|
433
|
+
font-size: 0;
|
|
434
|
+
}
|
|
435
|
+
.button.m_no_padding {
|
|
436
|
+
padding: 0;
|
|
437
|
+
}
|
|
438
|
+
.button:hover {
|
|
439
|
+
background-color: var(--pv-color-gray-3);
|
|
440
|
+
}
|
|
441
|
+
.button:focus {
|
|
442
|
+
background-color: var(--pv-color-gray-4);
|
|
443
|
+
}
|
|
444
|
+
.button:active {
|
|
445
|
+
background-color: var(--pv-color-gray-5);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
:host {
|
|
138
449
|
display: block;
|
|
450
|
+
width: 100%;
|
|
451
|
+
position: relative;
|
|
452
|
+
min-width: 280px;
|
|
453
|
+
min-height: 300px;
|
|
454
|
+
word-wrap: break-word;
|
|
455
|
+
word-break: break-word;
|
|
139
456
|
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
457
|
+
|
|
458
|
+
th, td {
|
|
459
|
+
border: none;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
table {
|
|
144
463
|
width: 100%;
|
|
464
|
+
border-spacing: 0;
|
|
465
|
+
border-collapse: collapse;
|
|
145
466
|
}
|
|
146
|
-
|
|
147
|
-
padding
|
|
467
|
+
table td {
|
|
468
|
+
padding: var(--pv-size-base-2) var(--pv-size-base-4);
|
|
469
|
+
vertical-align: top;
|
|
148
470
|
}
|
|
149
|
-
|
|
150
|
-
|
|
471
|
+
table td:first-child {
|
|
472
|
+
width: 220px;
|
|
151
473
|
}
|
|
152
|
-
|
|
153
|
-
width: 100
|
|
154
|
-
|
|
474
|
+
table td:last-child {
|
|
475
|
+
width: calc(100% - 220px);
|
|
476
|
+
}
|
|
477
|
+
table td.monospace {
|
|
478
|
+
max-width: 0;
|
|
479
|
+
}
|
|
480
|
+
table td.divider {
|
|
481
|
+
padding: var(--pv-size-base-2) 0;
|
|
482
|
+
}
|
|
483
|
+
table td.divider span {
|
|
484
|
+
height: 1px;
|
|
485
|
+
display: block;
|
|
486
|
+
background-color: var(--pv-color-gray-4);
|
|
487
|
+
}
|
|
488
|
+
table .title td {
|
|
489
|
+
padding-top: var(--pv-size-base-6);
|
|
490
|
+
padding-bottom: var(--pv-size-base-2);
|
|
491
|
+
}
|
|
492
|
+
table table {
|
|
493
|
+
border-left: 1px solid var(--pv-color-gray-5);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.status_wrapper {
|
|
497
|
+
min-height: inherit;
|
|
498
|
+
display: flex;
|
|
499
|
+
justify-content: center;
|
|
500
|
+
align-items: center;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
:host([data-mobile-screen-view=true]) table, :host([data-mobile-screen-view=true]) tr, :host([data-mobile-screen-view=true]) td {
|
|
504
|
+
display: block;
|
|
505
|
+
}
|
|
506
|
+
:host([data-mobile-screen-view=true]) table tr {
|
|
507
|
+
padding: var(--pv-size-base-2) 0;
|
|
508
|
+
}
|
|
509
|
+
:host([data-mobile-screen-view=true]) table tr.title {
|
|
510
|
+
padding-top: var(--pv-size-base-6);
|
|
511
|
+
}
|
|
512
|
+
:host([data-mobile-screen-view=true]) table tr.title td {
|
|
513
|
+
padding: 0 var(--pv-size-base-4);
|
|
514
|
+
}
|
|
515
|
+
:host([data-mobile-screen-view=true]) table td {
|
|
516
|
+
padding: 0 var(--pv-size-base-4);
|
|
517
|
+
width: 100% !important;
|
|
518
|
+
max-width: 100% !important;
|
|
519
|
+
}
|
|
520
|
+
:host([data-mobile-screen-view=true]) table td.divider {
|
|
521
|
+
padding: 0;
|
|
155
522
|
}
|