@htmlbricks/hb-layout 0.68.1 → 0.68.2

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/manifest.json CHANGED
@@ -821,9 +821,329 @@
821
821
  }
822
822
  ]
823
823
  }
824
+ },
825
+ {
826
+ "name": "cookieLaw",
827
+ "description": "Cookie-law banner toggled on with English locale and policy link.",
828
+ "data": {
829
+ "company": {
830
+ "logoUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg",
831
+ "siteName": "testsite",
832
+ "companyName": "testcompany S.R.L.",
833
+ "registration": {
834
+ "text": "copyright"
835
+ },
836
+ "description": "testo e descrizione di esempio dell applicazione",
837
+ "vatNumber": "aa - ffffff",
838
+ "fiscalCode": "f4f5f6fff"
839
+ },
840
+ "contacts": {
841
+ "sites": [
842
+ {
843
+ "label": "dariocaruso.info",
844
+ "uri": "https://dariocaruso.info"
845
+ }
846
+ ],
847
+ "phones": [
848
+ {
849
+ "number": "6666666666666"
850
+ }
851
+ ],
852
+ "addresses": [],
853
+ "emails": []
854
+ },
855
+ "socials": {
856
+ "facebook": "fbbb",
857
+ "youtube": "yttttttt"
858
+ },
859
+ "navlinks": [
860
+ {
861
+ "label": "Home",
862
+ "key": "home",
863
+ "icon": "house-door",
864
+ "badge": {
865
+ "text": "bbb"
866
+ }
867
+ },
868
+ {
869
+ "label": "Dashboard",
870
+ "key": "dashboard",
871
+ "icon": "speedometer",
872
+ "badge": {
873
+ "text": "bbb"
874
+ }
875
+ },
876
+ {
877
+ "label": "Settings",
878
+ "key": "settings",
879
+ "icon": "gear",
880
+ "group": "admin",
881
+ "badge": {
882
+ "text": "bbb"
883
+ }
884
+ },
885
+ {
886
+ "label": "Users",
887
+ "key": "users",
888
+ "icon": "people-fill",
889
+ "group": "admin",
890
+ "badge": {
891
+ "text": "uuuuu"
892
+ }
893
+ },
894
+ {
895
+ "label": "Stats",
896
+ "key": "stats",
897
+ "icon": "graph-up",
898
+ "group": "stats",
899
+ "badge": {
900
+ "text": "bbb"
901
+ }
902
+ }
903
+ ],
904
+ "usermenu": {
905
+ "list": [
906
+ {
907
+ "key": "list1",
908
+ "label": "list1"
909
+ },
910
+ {
911
+ "key": "list2",
912
+ "label": "list2"
913
+ },
914
+ {
915
+ "key": "list3",
916
+ "label": "list3",
917
+ "group": "list1",
918
+ "badge": 3
919
+ },
920
+ {
921
+ "key": "list4",
922
+ "label": "list4",
923
+ "badge": 555
924
+ }
925
+ ],
926
+ "imgUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
927
+ },
928
+ "sidebar": {
929
+ "title": "ciao"
930
+ },
931
+ "policies": [
932
+ {
933
+ "label": "Privacy Policy",
934
+ "key": "privacypolicy"
935
+ },
936
+ {
937
+ "label": "Cookie Policy",
938
+ "key": "cookiepolicy"
939
+ }
940
+ ],
941
+ "cookielaw": "yes",
942
+ "cookielawlanguage": "en",
943
+ "cookielawuri4more": "https://example.com/cookies",
944
+ "cookielawallowdecline": true
945
+ }
946
+ },
947
+ {
948
+ "name": "oneScreen",
949
+ "description": "Single-viewport shell with page title and compact footer behavior.",
950
+ "data": {
951
+ "company": {
952
+ "logoUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg",
953
+ "siteName": "testsite",
954
+ "companyName": "testcompany S.R.L.",
955
+ "registration": {
956
+ "text": "copyright"
957
+ },
958
+ "description": "testo e descrizione di esempio dell applicazione",
959
+ "vatNumber": "aa - ffffff",
960
+ "fiscalCode": "f4f5f6fff"
961
+ },
962
+ "contacts": {
963
+ "sites": [
964
+ {
965
+ "label": "dariocaruso.info",
966
+ "uri": "https://dariocaruso.info"
967
+ }
968
+ ],
969
+ "phones": [
970
+ {
971
+ "number": "6666666666666"
972
+ }
973
+ ],
974
+ "addresses": [],
975
+ "emails": []
976
+ },
977
+ "socials": {
978
+ "facebook": "fbbb",
979
+ "youtube": "yttttttt"
980
+ },
981
+ "navlinks": [
982
+ {
983
+ "label": "Home",
984
+ "key": "home",
985
+ "icon": "house-door",
986
+ "badge": {
987
+ "text": "bbb"
988
+ }
989
+ },
990
+ {
991
+ "label": "Dashboard",
992
+ "key": "dashboard",
993
+ "icon": "speedometer",
994
+ "badge": {
995
+ "text": "bbb"
996
+ }
997
+ },
998
+ {
999
+ "label": "Settings",
1000
+ "key": "settings",
1001
+ "icon": "gear",
1002
+ "group": "admin",
1003
+ "badge": {
1004
+ "text": "bbb"
1005
+ }
1006
+ },
1007
+ {
1008
+ "label": "Users",
1009
+ "key": "users",
1010
+ "icon": "people-fill",
1011
+ "group": "admin",
1012
+ "badge": {
1013
+ "text": "uuuuu"
1014
+ }
1015
+ },
1016
+ {
1017
+ "label": "Stats",
1018
+ "key": "stats",
1019
+ "icon": "graph-up",
1020
+ "group": "stats",
1021
+ "badge": {
1022
+ "text": "bbb"
1023
+ }
1024
+ }
1025
+ ],
1026
+ "usermenu": {
1027
+ "list": [
1028
+ {
1029
+ "key": "list1",
1030
+ "label": "list1"
1031
+ },
1032
+ {
1033
+ "key": "list2",
1034
+ "label": "list2"
1035
+ },
1036
+ {
1037
+ "key": "list3",
1038
+ "label": "list3",
1039
+ "group": "list1",
1040
+ "badge": 3
1041
+ },
1042
+ {
1043
+ "key": "list4",
1044
+ "label": "list4",
1045
+ "badge": 555
1046
+ }
1047
+ ],
1048
+ "imgUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
1049
+ },
1050
+ "sidebar": {
1051
+ "title": "ciao"
1052
+ },
1053
+ "policies": [
1054
+ {
1055
+ "label": "Privacy Policy",
1056
+ "key": "privacypolicy"
1057
+ },
1058
+ {
1059
+ "label": "Cookie Policy",
1060
+ "key": "cookiepolicy"
1061
+ }
1062
+ ],
1063
+ "onescreen": true,
1064
+ "page_title": "Dashboard",
1065
+ "footer": {
1066
+ "type": "small"
1067
+ }
1068
+ }
1069
+ },
1070
+ {
1071
+ "name": "minimalNav",
1072
+ "description": "Empty navigation links to exercise navbar-only chrome.",
1073
+ "data": {
1074
+ "company": {
1075
+ "logoUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg",
1076
+ "siteName": "testsite",
1077
+ "companyName": "testcompany S.R.L.",
1078
+ "registration": {
1079
+ "text": "copyright"
1080
+ },
1081
+ "description": "testo e descrizione di esempio dell applicazione",
1082
+ "vatNumber": "aa - ffffff",
1083
+ "fiscalCode": "f4f5f6fff"
1084
+ },
1085
+ "contacts": {
1086
+ "sites": [
1087
+ {
1088
+ "label": "dariocaruso.info",
1089
+ "uri": "https://dariocaruso.info"
1090
+ }
1091
+ ],
1092
+ "phones": [
1093
+ {
1094
+ "number": "6666666666666"
1095
+ }
1096
+ ],
1097
+ "addresses": [],
1098
+ "emails": []
1099
+ },
1100
+ "socials": {
1101
+ "facebook": "fbbb",
1102
+ "youtube": "yttttttt"
1103
+ },
1104
+ "navlinks": [],
1105
+ "usermenu": {
1106
+ "list": [
1107
+ {
1108
+ "key": "list1",
1109
+ "label": "list1"
1110
+ },
1111
+ {
1112
+ "key": "list2",
1113
+ "label": "list2"
1114
+ },
1115
+ {
1116
+ "key": "list3",
1117
+ "label": "list3",
1118
+ "group": "list1",
1119
+ "badge": 3
1120
+ },
1121
+ {
1122
+ "key": "list4",
1123
+ "label": "list4",
1124
+ "badge": 555
1125
+ }
1126
+ ],
1127
+ "imgUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
1128
+ },
1129
+ "sidebar": {
1130
+ "title": "ciao"
1131
+ },
1132
+ "policies": [
1133
+ {
1134
+ "label": "Privacy Policy",
1135
+ "key": "privacypolicy"
1136
+ },
1137
+ {
1138
+ "label": "Cookie Policy",
1139
+ "key": "cookiepolicy"
1140
+ }
1141
+ ],
1142
+ "page_title": "Welcome"
1143
+ }
824
1144
  }
825
1145
  ],
826
- "iifeIntegrity": "sha384-XQPnhsGcQ6KvoU30SH75VC3b98iylZ1HhrD68OsZwpwArlXif23lRj9NFlsUgP8x",
1146
+ "iifeIntegrity": "sha384-PZo1/zLmLf15Bi8toYiCMSspDHdHO7Le46a857tKZmdHlPioxVdIOKgV7Ww/biQk",
827
1147
  "dependencies": [
828
1148
  {
829
1149
  "name": "hb-layout-desktop",
@@ -955,5 +1275,5 @@
955
1275
  },
956
1276
  "iifePath": "main.iife.js",
957
1277
  "repoName": "@htmlbricks/hb-layout",
958
- "version": "0.68.1"
1278
+ "version": "0.68.2"
959
1279
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
4
4
  "contributors": [],
5
5
  "description": "Responsive application shell: below 800px viewport width it mounts the mobile layout; otherwise the desktop layout. Forwards navigation slots, page content, cookie-law options, and layout events from the active child.",
6
6
  "licenses": [