@ptcwebops/ptcw-design 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/ptc-card_2.cjs.entry.js +6 -3
  3. package/dist/cjs/ptc-inline-cta.cjs.entry.js +1 -1
  4. package/dist/cjs/ptc-jumbotron.cjs.entry.js +19 -3
  5. package/dist/cjs/ptc-nav-skip-to-content.cjs.entry.js +5 -0
  6. package/dist/cjs/ptc-social-icons.cjs.entry.js +1 -1
  7. package/dist/cjs/ptcw-design.cjs.js +1 -1
  8. package/dist/collection/components/ptc-card/ptc-card.css +13 -83
  9. package/dist/collection/components/ptc-card/ptc-card.js +1 -1
  10. package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +18 -0
  11. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +109 -0
  12. package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +108 -20
  13. package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.js +5 -0
  14. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +307 -0
  15. package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +3 -0
  16. package/dist/collection/components/ptc-social-icons/ptc-social-icons.css +5 -0
  17. package/dist/custom-elements/index.js +33 -9
  18. package/dist/esm/loader.js +1 -1
  19. package/dist/esm/ptc-card_2.entry.js +6 -3
  20. package/dist/esm/ptc-inline-cta.entry.js +1 -1
  21. package/dist/esm/ptc-jumbotron.entry.js +19 -3
  22. package/dist/esm/ptc-nav-skip-to-content.entry.js +5 -0
  23. package/dist/esm/ptc-social-icons.entry.js +1 -1
  24. package/dist/esm/ptcw-design.js +1 -1
  25. package/dist/ptcw-design/{p-1ba52dfd.entry.js → p-2e9c0664.entry.js} +1 -1
  26. package/dist/ptcw-design/p-7b40ed37.entry.js +1 -0
  27. package/dist/ptcw-design/p-93916048.entry.js +1 -0
  28. package/dist/ptcw-design/p-aff133ab.entry.js +1 -0
  29. package/dist/ptcw-design/{p-1f92340d.entry.js → p-e0e75b93.entry.js} +1 -1
  30. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  31. package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +5 -1
  32. package/dist/types/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.d.ts +1 -0
  33. package/dist/types/components.d.ts +10 -2
  34. package/package.json +1 -1
  35. package/readme.md +1 -1
  36. package/dist/ptcw-design/p-31240c4d.entry.js +0 -1
  37. package/dist/ptcw-design/p-430f099f.entry.js +0 -1
  38. package/dist/ptcw-design/p-d9a6757d.entry.js +0 -1
@@ -750,6 +750,313 @@ ptc-link, ptc-square-card,
750
750
  height: 72px;
751
751
  }
752
752
 
753
+ .skeleton-blog-detail {
754
+ padding-bottom: 196px;
755
+ }
756
+ @media only screen and (min-width: 480px) {
757
+ .skeleton-blog-detail {
758
+ padding-bottom: 112px;
759
+ }
760
+ }
761
+ .skeleton-blog-detail .is-mobile {
762
+ display: block;
763
+ }
764
+ @media only screen and (min-width: 992px) {
765
+ .skeleton-blog-detail .is-mobile {
766
+ display: none;
767
+ }
768
+ }
769
+ .skeleton-blog-detail .is-desktop {
770
+ display: none;
771
+ }
772
+ @media only screen and (min-width: 992px) {
773
+ .skeleton-blog-detail .is-desktop {
774
+ display: block;
775
+ }
776
+ }
777
+ .skeleton-blog-detail .skeleton-jumbotron {
778
+ padding-top: 48px;
779
+ padding-bottom: 60px;
780
+ }
781
+ .skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
782
+ height: 168px;
783
+ margin-bottom: 16px;
784
+ background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
785
+ background-size: 200% 100%;
786
+ animation: loading 2.5s linear infinite;
787
+ }
788
+ @media only screen and (min-width: 480px) {
789
+ .skeleton-blog-detail .skeleton-jumbotron {
790
+ padding-bottom: 76px;
791
+ }
792
+ .skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
793
+ height: 216px;
794
+ }
795
+ }
796
+ @media only screen and (min-width: 768px) {
797
+ .skeleton-blog-detail .skeleton-jumbotron {
798
+ padding-bottom: 76px;
799
+ }
800
+ .skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
801
+ height: 332px;
802
+ margin-bottom: 24px;
803
+ }
804
+ }
805
+ @media only screen and (min-width: 992px) {
806
+ .skeleton-blog-detail .skeleton-jumbotron {
807
+ padding-bottom: 76px;
808
+ }
809
+ .skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
810
+ height: 100%;
811
+ margin-bottom: 0;
812
+ }
813
+ }
814
+ @media only screen and (min-width: 1200px) {
815
+ .skeleton-blog-detail .skeleton-jumbotron {
816
+ padding-bottom: 76px;
817
+ }
818
+ }
819
+ @media only screen and (min-width: 1440px) {
820
+ .skeleton-blog-detail .skeleton-jumbotron {
821
+ padding-bottom: 76px;
822
+ }
823
+ }
824
+ .skeleton-blog-detail .flex-container {
825
+ display: flex;
826
+ gap: 12px;
827
+ }
828
+ .skeleton-blog-detail .is-centered-vertically {
829
+ display: flex;
830
+ align-items: center;
831
+ gap: 12px;
832
+ }
833
+ .skeleton-blog-detail .skeleton-block {
834
+ margin-bottom: 0;
835
+ background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
836
+ background-size: 200% 100%;
837
+ animation: loading 2.5s linear infinite;
838
+ }
839
+ .skeleton-blog-detail .skeleton-block.h-xx-small {
840
+ height: 4px;
841
+ }
842
+ .skeleton-blog-detail .skeleton-block.h-x-small {
843
+ height: 8px;
844
+ }
845
+ .skeleton-blog-detail .skeleton-block.h-small {
846
+ height: 12px;
847
+ }
848
+ .skeleton-blog-detail .skeleton-block.h-medium {
849
+ height: 16px;
850
+ }
851
+ .skeleton-blog-detail .skeleton-block.h-large {
852
+ height: 24px;
853
+ }
854
+ .skeleton-blog-detail .skeleton-block.h-x-large {
855
+ height: 32px;
856
+ }
857
+ .skeleton-blog-detail .skeleton-block.h-xx-large {
858
+ height: 36px;
859
+ }
860
+ .skeleton-blog-detail .skeleton-block.h-xxx-large {
861
+ height: 48px;
862
+ }
863
+ .skeleton-blog-detail .skeleton-block.date {
864
+ width: 45px;
865
+ height: 8px;
866
+ }
867
+ @media only screen and (min-width: 480px) {
868
+ .skeleton-blog-detail .skeleton-block.date {
869
+ width: 58px;
870
+ height: 10px;
871
+ }
872
+ }
873
+ @media only screen and (min-width: 768px) {
874
+ .skeleton-blog-detail .skeleton-block.date {
875
+ width: 90px;
876
+ height: 16px;
877
+ }
878
+ }
879
+ @media only screen and (min-width: 992px) {
880
+ .skeleton-blog-detail .skeleton-block.date {
881
+ width: 84px;
882
+ height: 14px;
883
+ }
884
+ }
885
+ @media only screen and (min-width: 1200px) {
886
+ .skeleton-blog-detail .skeleton-block.date {
887
+ width: 104px;
888
+ height: 18px;
889
+ }
890
+ }
891
+ @media only screen and (min-width: 1440px) {
892
+ .skeleton-blog-detail .skeleton-block.date {
893
+ width: 116px;
894
+ height: 20px;
895
+ }
896
+ }
897
+ .skeleton-blog-detail .skeleton-block.author {
898
+ width: 50px;
899
+ height: 8px;
900
+ }
901
+ @media only screen and (min-width: 480px) {
902
+ .skeleton-blog-detail .skeleton-block.author {
903
+ width: 65px;
904
+ height: 10px;
905
+ }
906
+ }
907
+ @media only screen and (min-width: 768px) {
908
+ .skeleton-blog-detail .skeleton-block.author {
909
+ width: 99px;
910
+ height: 16px;
911
+ }
912
+ }
913
+ @media only screen and (min-width: 992px) {
914
+ .skeleton-blog-detail .skeleton-block.author {
915
+ width: 84px;
916
+ height: 14px;
917
+ }
918
+ }
919
+ @media only screen and (min-width: 1200px) {
920
+ .skeleton-blog-detail .skeleton-block.author {
921
+ width: 105px;
922
+ height: 17px;
923
+ }
924
+ }
925
+ @media only screen and (min-width: 1440px) {
926
+ .skeleton-blog-detail .skeleton-block.author {
927
+ width: 116px;
928
+ height: 20px;
929
+ }
930
+ }
931
+ .skeleton-blog-detail .skeleton-block.circle {
932
+ width: 24px;
933
+ height: 24px;
934
+ border-radius: 50%;
935
+ }
936
+ @media only screen and (min-width: 480px) {
937
+ .skeleton-blog-detail .skeleton-block.circle {
938
+ width: 28px;
939
+ height: 28px;
940
+ }
941
+ }
942
+ @media only screen and (min-width: 768px) {
943
+ .skeleton-blog-detail .skeleton-block.circle {
944
+ width: 44px;
945
+ height: 44px;
946
+ }
947
+ }
948
+ @media only screen and (min-width: 1200px) {
949
+ .skeleton-blog-detail .skeleton-block.circle {
950
+ width: 48px;
951
+ height: 48px;
952
+ }
953
+ }
954
+ @media only screen and (min-width: 1440px) {
955
+ .skeleton-blog-detail .skeleton-block.circle {
956
+ width: 52px;
957
+ height: 52px;
958
+ }
959
+ }
960
+ .skeleton-blog-detail .skeleton-block.button-1 {
961
+ width: 92px;
962
+ height: 24px;
963
+ }
964
+ @media only screen and (min-width: 480px) {
965
+ .skeleton-blog-detail .skeleton-block.button-1 {
966
+ width: 120px;
967
+ height: 30px;
968
+ }
969
+ }
970
+ @media only screen and (min-width: 768px) {
971
+ .skeleton-blog-detail .skeleton-block.button-1 {
972
+ width: 184px;
973
+ height: 46px;
974
+ }
975
+ }
976
+ @media only screen and (min-width: 992px) {
977
+ .skeleton-blog-detail .skeleton-block.button-1 {
978
+ width: 140px;
979
+ height: 35px;
980
+ }
981
+ }
982
+ @media only screen and (min-width: 1200px) {
983
+ .skeleton-blog-detail .skeleton-block.button-1 {
984
+ width: 176px;
985
+ height: 43px;
986
+ }
987
+ }
988
+ @media only screen and (min-width: 1440px) {
989
+ .skeleton-blog-detail .skeleton-block.button-1 {
990
+ width: 196px;
991
+ height: 48px;
992
+ }
993
+ }
994
+ .skeleton-blog-detail .skeleton-block.button-2 {
995
+ width: 136px;
996
+ height: 24px;
997
+ }
998
+ @media only screen and (min-width: 480px) {
999
+ .skeleton-blog-detail .skeleton-block.button-2 {
1000
+ width: 176px;
1001
+ height: 30px;
1002
+ }
1003
+ }
1004
+ @media only screen and (min-width: 768px) {
1005
+ .skeleton-blog-detail .skeleton-block.button-2 {
1006
+ width: 272px;
1007
+ height: 46px;
1008
+ }
1009
+ }
1010
+ @media only screen and (min-width: 992px) {
1011
+ .skeleton-blog-detail .skeleton-block.button-2 {
1012
+ width: 212px;
1013
+ height: 35px;
1014
+ }
1015
+ }
1016
+ @media only screen and (min-width: 1200px) {
1017
+ .skeleton-blog-detail .skeleton-block.button-2 {
1018
+ width: 264px;
1019
+ height: 43px;
1020
+ }
1021
+ }
1022
+ @media only screen and (min-width: 1440px) {
1023
+ .skeleton-blog-detail .skeleton-block.button-2 {
1024
+ width: 292px;
1025
+ height: 48px;
1026
+ }
1027
+ }
1028
+ .skeleton-blog-detail .skeleton-block.social-share {
1029
+ width: 32px;
1030
+ height: 32px;
1031
+ }
1032
+ .skeleton-blog-detail .skeleton-block.text-line-1 {
1033
+ width: 93%;
1034
+ }
1035
+ .skeleton-blog-detail .skeleton-block.text-line-2 {
1036
+ width: 95%;
1037
+ }
1038
+ .skeleton-blog-detail .skeleton-block.cta-image {
1039
+ width: 45%;
1040
+ height: 350px;
1041
+ position: absolute;
1042
+ left: 0;
1043
+ z-index: 2;
1044
+ top: 200px;
1045
+ transform: translateY(-50%);
1046
+ }
1047
+ .skeleton-blog-detail .skeleton-block.cta-body {
1048
+ width: 80%;
1049
+ height: 400px;
1050
+ position: absolute;
1051
+ right: 0;
1052
+ z-index: 1;
1053
+ }
1054
+ .skeleton-blog-detail .skeleton-cta {
1055
+ width: 100%;
1056
+ height: 400px;
1057
+ position: relative;
1058
+ }
1059
+
753
1060
  @keyframes pulse {
754
1061
  0% {
755
1062
  opacity: 0.5;
@@ -21,6 +21,9 @@ export class PtcPreloaderSection {
21
21
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "skeleton-jumbotron-image" }), h("div", { class: "ptc-container" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-3-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block bold" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block bold" }))), h("div", { class: "is-col-12 is-col-9-lg" }, h("div", { class: "sekleton" }, h("div", { class: "is-grid" }, h("div", { class: "left is-col-6" }, h("div", { class: "skeleton-block bold medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" })), h("div", { class: "right is-col-6" }, h("div", { class: "skeleton-block bold medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }))), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block narrow" }), h("div", { class: "is-grid" }, h("div", { class: "left is-col-6" }, h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block narrow" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block narrow" })), h("div", { class: "right is-col-6" }, h("div", { class: "skeleton-long-image" }))), h("div", { class: "skeleton-block bold medium" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" })))))));
22
22
  case 'case-product-page':
23
23
  return (h("div", { class: "preloader-wrapper" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-12 is-col-8-lg" }, h("div", { class: "sekleton" }, h("div", { class: "skeleton-block thin short" }), h("div", { class: "skeleton-block thick" }), h("div", { class: "skeleton-block thick" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "cta-wrap" }, h("div", { class: "skeleton-block cta" }), h("div", { class: "skeleton-block cta" })))))), h("div", { class: "skeleton-block extra-bold" }), h("div", { class: "ptc-container section-two-col" }, h("div", { class: "skeleton-block thin short center" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "is-grid has-no-row-gap has-col-gap-lg" }, h("div", { class: "is-col-6" }, h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin", style: { 'width': '92%' } }), h("div", { class: "skeleton-block thin", style: { 'width': '87%' } }), h("div", { class: "skeleton-block thin", style: { 'width': '95%' } }), h("div", { class: "skeleton-block thin" }), h("div", { class: "skeleton-block thin medium" })), h("div", { class: "is-col-6" }, h("div", { class: "skeleton-jumbotron-image" })))), h("div", { class: "ptc-container section-icon-component" }, h("div", { class: "skeleton-block thick medium center" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin wide center" }), h("div", { class: "skeleton-block thin medium center" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "is-grid icon-grid" }, h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" })), h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" })), h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" })), h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" })), h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" })), h("div", { class: "is-col-6 is-col-4-lg" }, h("div", { class: "skeleton-block center icon" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block bold medium center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin long center" }), h("div", { class: "skeleton-block thin center" }), h("div", { class: "skeleton-block thin medium center" }))))));
24
+ case 'blog-detail': {
25
+ return (h("div", { class: "preloader-wrapper" }, h("div", { class: "skeleton-blog-detail" }, h("div", { class: "ptc-container skeleton-jumbotron" }, h("div", { class: "is-grid has-no-row-gap has-col-gap-lg is-rtl-lg" }, h("div", { class: "is-col-12 is-col-6-lg" }, h("div", { class: "skeleton-jumbotron-image" })), h("div", { class: "is-col-12 is-col-6-lg is-ltr" }, h("div", { class: "skeleton-block wide-sm h-xx-small" }), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("div", { class: "skeleton-block h-medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block wide h-medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "xx-large" }), h("ptc-spacer", { breakpoint: "small", size: "x-large" }), h("div", { class: "skeleton-block date" }), h("ptc-spacer", { breakpoint: "x-small", size: "small" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "is-centered-vertically" }, h("div", { class: "skeleton-block circle" }), h("div", { class: "skeleton-block author" })), h("ptc-spacer", { breakpoint: "x-small", size: "medium" }), h("ptc-spacer", { breakpoint: "small", size: "small" }), h("ptc-spacer", { breakpoint: "large", size: "small" }), h("div", { class: "flex-container" }, h("div", { class: "skeleton-block button-1" }), h("div", { class: "skeleton-block button-2" }))))), h("div", { class: "ptc-container" }, h("div", { class: "is-grid" }, h("div", { class: "is-desktop is-col-3-lg" }, h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large wide" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large short" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "flex-container" }, h("div", { class: "skeleton-block social-share" }), h("div", { class: "skeleton-block social-share" }), h("div", { class: "skeleton-block social-share" }), h("div", { class: "skeleton-block social-share" }))), h("div", { class: "is-col-12 is-col-7-lg" }, h("div", { class: "is-mobile" }, h("div", { class: "skeleton-block h-xx-large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("div", { class: "skeleton-block h-medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block medium h-medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-1" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-small" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-small text-line-2" })), h("div", { class: "is-desktop" }, h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xxxx-large" }), h("div", { class: "skeleton-block h-x-large" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-x-large medium" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("div", { class: "skeleton-block h-x-large short" }), h("ptc-spacer", { breakpoint: "small", size: "x-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-1" }), h("ptc-spacer", { breakpoint: "small", size: "xx-small" }), h("div", { class: "skeleton-block h-large text-line-2" }), h("ptc-spacer", { breakpoint: "small", size: "xxx-large" }), h("div", { class: "skeleton-cta" }, h("div", { class: "skeleton-block cta-image" }), h("div", { class: "skeleton-block cta-body" })), h("ptc-spacer", { breakpoint: "small", size: "xxx-large" }))))))));
26
+ }
24
27
  default:
25
28
  return (h("div", { class: "ptc-section-standard preload-min-height" }, h("div", { class: "ptc-container" }, h("max-width-container", { "max-width": "960", breakpoint: 1200 }, h("div", { class: "skeleton" }, h("div", { class: "skeleton-header" }, h("div", { class: "skeleton-block bold" }), h("div", { class: "skeleton-block wide bold" }), h("ptc-spacer", { breakpoint: "small", size: "large" }), h("ptc-spacer", { breakpoint: "x-small", size: "x-large" }), h("div", { class: "skeleton-block medium" }), h("div", { class: "skeleton-block narrow" }), h("div", { class: "skeleton-block short" })), h("div", { class: "skeleton-image" }), h("div", { class: "skeleton-text" }, h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block narrow" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block long" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block short bold" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block wide" }), h("ptc-spacer", { breakpoint: "small", size: "medium" }), h("ptc-spacer", { breakpoint: "x-small", size: "large" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block" }), h("div", { class: "skeleton-block medium" })))))));
26
29
  }
@@ -70,4 +70,9 @@ ptc-link, ptc-square-card,
70
70
  align-items: center;
71
71
  border-radius: 4px;
72
72
  background-color: var(--color-gray-10);
73
+ }
74
+ :host div a:focus-visible {
75
+ border-radius: var(--ptc-border-radius-standard);
76
+ border: 2px solid white;
77
+ outline: 5px solid #003dd6;
73
78
  }