scu-web-components 0.0.118 → 0.0.120

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 (50) hide show
  1. package/dist/custom-elements.json +546 -428
  2. package/dist/custom-elements.json.gz +0 -0
  3. package/dist/docs/components/ScwButton.json +1 -1
  4. package/dist/docs/components/ScwCheckbox.json +25 -0
  5. package/dist/docs/components/ScwForm.json +2 -2
  6. package/dist/docs/components/ScwFormComponent.json +17 -0
  7. package/dist/docs/components/ScwInput.json +31 -6
  8. package/dist/docs/components/ScwMobileNav.json +1 -1
  9. package/dist/docs/components/ScwRadio.json +0 -12
  10. package/dist/docs/components/ScwRadioButton.json +0 -12
  11. package/dist/docs/components/ScwRadioGroup.json +26 -1
  12. package/dist/docs/components/ScwSelect.json +29 -4
  13. package/dist/docs/components/ScwTextarea.json +32 -7
  14. package/dist/docs/components/ScwValidation.json +13 -13
  15. package/dist/docs/components/manifest.json +45 -45
  16. package/dist/docs/config.json +5 -5
  17. package/dist/scw-components.js +213 -200
  18. package/dist/scw-components.js.gz +0 -0
  19. package/dist/scw.js +224 -211
  20. package/dist/scw.js.gz +0 -0
  21. package/dist/themes/themes.css +3 -3
  22. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  23. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  24. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  25. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  26. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  27. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  28. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  29. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  30. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  31. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  32. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  33. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  34. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  35. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  36. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  37. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  38. package/dist/tokens/source/jsCss.js +1 -1
  39. package/dist/tokens/source/jsCss.js.gz +0 -0
  40. package/dist/tokens/source/jsCssGenerator.js +1 -1
  41. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  42. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  43. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  44. package/dist/tokens/source/tokens.json +4 -4
  45. package/dist/tokens/source/tokens.json.gz +0 -0
  46. package/dist-node/scw-components.js +254 -241
  47. package/dist-node/scw.js +279 -266
  48. package/package.json +1 -1
  49. package/scripts/publish/releaseNotes.mjs +12 -0
  50. package/scripts/themes.mjs +4 -3
@@ -709,156 +709,135 @@
709
709
  },
710
710
  {
711
711
  "kind": "javascript-module",
712
- "path": "src/scw-button/ScwButton.ts",
712
+ "path": "src/scw-block/ScwBlock.ts",
713
713
  "declarations": [
714
714
  {
715
715
  "kind": "class",
716
- "description": "ScwButton",
717
- "name": "ScwButton",
718
- "slots": [
719
- {
720
- "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
721
- "name": "default",
722
- "default": "\"<a href target />\""
723
- },
724
- {
725
- "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
726
- "name": "default",
727
- "default": "\"<... />\""
728
- }
729
- ],
716
+ "description": "ScwBlock",
717
+ "name": "ScwBlock",
730
718
  "members": [
731
719
  {
732
720
  "kind": "field",
733
- "name": "submitType",
721
+ "name": "headingLevel",
734
722
  "type": {
735
- "text": "ScwFormComponentSubmitTypes"
723
+ "text": "string"
736
724
  },
737
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
738
- "attribute": "submit-type",
739
- "reflects": true
725
+ "default": "'h2'",
726
+ "attribute": "heading-level"
740
727
  },
741
728
  {
742
729
  "kind": "field",
743
- "name": "element",
730
+ "name": "heading",
744
731
  "type": {
745
- "text": "string"
732
+ "text": "string | undefined"
746
733
  },
747
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
748
- "attribute": "element",
749
- "reflects": true,
750
- "inheritedFrom": {
751
- "name": "ScwComponent",
752
- "module": "src/scw-component/ScwComponent.ts"
753
- }
734
+ "attribute": "heading",
735
+ "reflects": true
754
736
  },
755
737
  {
756
738
  "kind": "field",
757
- "name": "href",
739
+ "name": "align",
758
740
  "type": {
759
- "text": "string"
741
+ "text": "string | undefined"
760
742
  },
761
- "default": "'javascript:'",
762
- "description": "(ScwLink) Link url",
763
- "attribute": "href",
764
- "inheritedFrom": {
765
- "name": "ScwLink",
766
- "module": "src/scw-link/ScwLink.ts"
767
- }
743
+ "attribute": "alignment",
744
+ "reflects": true
768
745
  },
769
746
  {
770
747
  "kind": "field",
771
- "name": "icon",
748
+ "name": "primaryLink",
772
749
  "type": {
773
- "text": "string"
750
+ "text": "string | undefined"
774
751
  },
775
- "default": "''",
776
- "description": "(ScwLink) Design system icon",
777
- "attribute": "icon",
778
- "inheritedFrom": {
779
- "name": "ScwLink",
780
- "module": "src/scw-link/ScwLink.ts"
781
- }
752
+ "attribute": "primary-cta-link",
753
+ "reflects": true
782
754
  },
783
755
  {
784
756
  "kind": "field",
785
- "name": "iconSide",
757
+ "name": "primaryLabel",
786
758
  "type": {
787
- "text": "string"
759
+ "text": "string | undefined"
788
760
  },
789
- "default": "''",
790
- "description": "(ScwLink) Side you want the icon displayed",
791
- "attribute": "icon-side",
792
- "inheritedFrom": {
793
- "name": "ScwLink",
794
- "module": "src/scw-link/ScwLink.ts"
795
- }
761
+ "attribute": "primary-cta-label",
762
+ "reflects": true
796
763
  },
797
764
  {
798
765
  "kind": "field",
799
- "name": "design",
766
+ "name": "secondaryLink",
800
767
  "type": {
801
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
768
+ "text": "string | undefined"
802
769
  },
803
- "default": "'solid'",
804
- "description": "(ScwLink) Link design",
805
- "attribute": "design",
806
- "inheritedFrom": {
807
- "name": "ScwLink",
808
- "module": "src/scw-link/ScwLink.ts"
809
- }
770
+ "attribute": "secondary-cta-link",
771
+ "reflects": true
810
772
  },
811
773
  {
812
774
  "kind": "field",
813
- "name": "target",
775
+ "name": "secondaryLabel",
814
776
  "type": {
815
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
777
+ "text": "string | undefined"
816
778
  },
817
- "description": "(ScwLink) Link target",
818
- "attribute": "target",
819
- "inheritedFrom": {
820
- "name": "ScwLink",
821
- "module": "src/scw-link/ScwLink.ts"
822
- }
779
+ "attribute": "secondary-cta-label",
780
+ "reflects": true
823
781
  },
824
782
  {
825
783
  "kind": "field",
826
- "name": "ariaLabel",
784
+ "name": "superHeading",
827
785
  "type": {
828
- "text": "string"
786
+ "text": "string | undefined"
829
787
  },
830
- "default": "''",
831
- "description": "(ScwLink) Link label",
832
- "attribute": "aria-label",
833
- "reflects": true,
834
- "inheritedFrom": {
835
- "name": "ScwComponent",
836
- "module": "src/scw-component/ScwComponent.ts"
837
- }
788
+ "attribute": "super-heading",
789
+ "reflects": true
838
790
  },
839
791
  {
840
- "kind": "field",
841
- "name": "size",
842
- "type": {
843
- "text": "'small' | 'medium' | 'large'"
792
+ "kind": "method",
793
+ "name": "renderLink",
794
+ "return": {
795
+ "type": {
796
+ "text": "object"
797
+ }
844
798
  },
845
- "default": "'medium'",
846
- "description": "(ScwLink) Link label",
847
- "attribute": "size",
848
- "inheritedFrom": {
849
- "name": "ScwLink",
850
- "module": "src/scw-link/ScwLink.ts"
851
- }
799
+ "parameters": [
800
+ {
801
+ "name": "label",
802
+ "type": {
803
+ "text": "string"
804
+ }
805
+ },
806
+ {
807
+ "name": "link",
808
+ "type": {
809
+ "text": "string"
810
+ }
811
+ },
812
+ {
813
+ "name": "design",
814
+ "default": "'solid'",
815
+ "type": {
816
+ "text": "string"
817
+ }
818
+ }
819
+ ],
820
+ "description": "renderLink"
821
+ },
822
+ {
823
+ "kind": "method",
824
+ "name": "renderHeading",
825
+ "return": {
826
+ "type": {
827
+ "text": "object"
828
+ }
829
+ },
830
+ "description": "renderHeading"
852
831
  },
853
832
  {
854
833
  "kind": "field",
855
- "name": "ariaDisabled",
834
+ "name": "element",
856
835
  "type": {
857
836
  "text": "string"
858
837
  },
859
- "default": "'false'",
860
- "description": "(ScwLink) If the link is disabled",
861
- "attribute": "aria-disabled",
838
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
839
+ "attribute": "element",
840
+ "reflects": true,
862
841
  "inheritedFrom": {
863
842
  "name": "ScwComponent",
864
843
  "module": "src/scw-component/ScwComponent.ts"
@@ -866,70 +845,31 @@
866
845
  },
867
846
  {
868
847
  "kind": "field",
869
- "name": "underline",
848
+ "name": "ariaLabel",
870
849
  "type": {
871
850
  "text": "string"
872
851
  },
873
- "default": "'true'",
874
- "description": "(ScwLink) If a regular link should be underlined",
875
- "attribute": "underline",
852
+ "default": "''",
853
+ "description": "(ScwComponent) Main text within component",
854
+ "attribute": "aria-label",
855
+ "reflects": true,
876
856
  "inheritedFrom": {
877
- "name": "ScwLink",
878
- "module": "src/scw-link/ScwLink.ts"
857
+ "name": "ScwComponent",
858
+ "module": "src/scw-component/ScwComponent.ts"
879
859
  }
880
860
  },
881
861
  {
882
862
  "kind": "field",
883
- "name": "linkAnchor",
863
+ "name": "ariaDisabled",
884
864
  "type": {
885
- "text": "HTMLAnchorElement | undefined"
886
- },
887
- "inheritedFrom": {
888
- "name": "ScwLink",
889
- "module": "src/scw-link/ScwLink.ts"
890
- }
891
- },
892
- {
893
- "kind": "method",
894
- "name": "focus",
895
- "return": {
896
- "type": {
897
- "text": "void"
898
- }
899
- },
900
- "description": "focus",
901
- "inheritedFrom": {
902
- "name": "ScwLink",
903
- "module": "src/scw-link/ScwLink.ts"
904
- }
905
- },
906
- {
907
- "kind": "method",
908
- "name": "renderIcon",
909
- "privacy": "private",
910
- "return": {
911
- "type": {
912
- "text": "object"
913
- }
914
- },
915
- "description": "renderIcon",
916
- "inheritedFrom": {
917
- "name": "ScwLink",
918
- "module": "src/scw-link/ScwLink.ts"
919
- }
920
- },
921
- {
922
- "kind": "method",
923
- "name": "renderContent",
924
- "return": {
925
- "type": {
926
- "text": "object"
927
- }
865
+ "text": "string"
928
866
  },
929
- "description": "renderContent",
867
+ "default": "'false'",
868
+ "description": "(ScwComponent) Disables the component however it disables",
869
+ "attribute": "aria-disabled",
930
870
  "inheritedFrom": {
931
- "name": "ScwLink",
932
- "module": "src/scw-link/ScwLink.ts"
871
+ "name": "ScwComponent",
872
+ "module": "src/scw-component/ScwComponent.ts"
933
873
  }
934
874
  },
935
875
  {
@@ -938,7 +878,7 @@
938
878
  "type": {
939
879
  "text": "boolean"
940
880
  },
941
- "default": "true",
881
+ "default": "false",
942
882
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
943
883
  "attribute": "is-link",
944
884
  "reflects": true,
@@ -1024,127 +964,86 @@
1024
964
  ],
1025
965
  "attributes": [
1026
966
  {
1027
- "name": "submit-type",
967
+ "name": "heading-level",
1028
968
  "type": {
1029
- "text": "ScwFormComponentSubmitTypes"
969
+ "text": "string"
1030
970
  },
1031
- "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1032
- "fieldName": "submitType"
971
+ "default": "'h2'",
972
+ "fieldName": "headingLevel"
1033
973
  },
1034
974
  {
1035
- "name": "icon",
975
+ "name": "heading",
1036
976
  "type": {
1037
- "text": "string"
977
+ "text": "string | undefined"
1038
978
  },
1039
- "default": "''",
1040
- "description": "(ScwLink) Design system icon",
1041
- "fieldName": "icon",
1042
- "inheritedFrom": {
1043
- "name": "ScwLink",
1044
- "module": "src/scw-link/ScwLink.ts"
1045
- }
979
+ "fieldName": "heading"
1046
980
  },
1047
981
  {
1048
- "name": "icon-side",
982
+ "name": "alignment",
1049
983
  "type": {
1050
- "text": "string"
984
+ "text": "string | undefined"
1051
985
  },
1052
- "default": "''",
1053
- "description": "(ScwLink) Side you want the icon displayed",
1054
- "fieldName": "iconSide",
1055
- "inheritedFrom": {
1056
- "name": "ScwLink",
1057
- "module": "src/scw-link/ScwLink.ts"
1058
- }
986
+ "fieldName": "align"
1059
987
  },
1060
988
  {
1061
- "name": "design",
989
+ "name": "primary-cta-link",
1062
990
  "type": {
1063
- "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
991
+ "text": "string | undefined"
1064
992
  },
1065
- "default": "'solid'",
1066
- "description": "(ScwLink) Link design",
1067
- "fieldName": "design",
1068
- "inheritedFrom": {
1069
- "name": "ScwLink",
1070
- "module": "src/scw-link/ScwLink.ts"
1071
- }
993
+ "fieldName": "primaryLink"
1072
994
  },
1073
995
  {
1074
- "name": "href",
996
+ "name": "primary-cta-label",
1075
997
  "type": {
1076
- "text": "string"
998
+ "text": "string | undefined"
1077
999
  },
1078
- "default": "''",
1079
- "description": "(ScwLink) Link url",
1080
- "fieldName": "href",
1081
- "inheritedFrom": {
1082
- "name": "ScwLink",
1083
- "module": "src/scw-link/ScwLink.ts"
1084
- }
1000
+ "fieldName": "primaryLabel"
1085
1001
  },
1086
1002
  {
1087
- "name": "target",
1003
+ "name": "secondary-cta-link",
1088
1004
  "type": {
1089
- "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1005
+ "text": "string | undefined"
1090
1006
  },
1091
- "description": "(ScwLink) Link target",
1092
- "fieldName": "target",
1093
- "inheritedFrom": {
1094
- "name": "ScwLink",
1095
- "module": "src/scw-link/ScwLink.ts"
1096
- }
1007
+ "fieldName": "secondaryLink"
1097
1008
  },
1098
1009
  {
1099
- "name": "aria-label",
1010
+ "name": "secondary-cta-label",
1100
1011
  "type": {
1101
- "text": "string"
1012
+ "text": "string | undefined"
1102
1013
  },
1103
- "default": "''",
1104
- "description": "(ScwLink) Link label",
1105
- "fieldName": "ariaLabel",
1106
- "inheritedFrom": {
1107
- "name": "ScwComponent",
1108
- "module": "src/scw-component/ScwComponent.ts"
1109
- }
1014
+ "fieldName": "secondaryLabel"
1110
1015
  },
1111
1016
  {
1112
- "name": "size",
1017
+ "name": "super-heading",
1113
1018
  "type": {
1114
- "text": "'small' | 'medium' | 'large'"
1019
+ "text": "string | undefined"
1115
1020
  },
1116
- "default": "'medium'",
1117
- "description": "(ScwLink) Link label",
1118
- "fieldName": "size",
1119
- "inheritedFrom": {
1120
- "name": "ScwLink",
1121
- "module": "src/scw-link/ScwLink.ts"
1122
- }
1021
+ "fieldName": "superHeading"
1123
1022
  },
1124
1023
  {
1125
- "name": "aria-disabled",
1024
+ "name": "aria-label",
1126
1025
  "type": {
1127
1026
  "text": "string"
1128
1027
  },
1129
- "default": "'false'",
1130
- "description": "(ScwLink) If the link is disabled",
1131
- "fieldName": "ariaDisabled",
1028
+ "default": "''",
1029
+ "description": "(ScwComponent) Main text within component",
1030
+ "fieldName": "ariaLabel",
1132
1031
  "inheritedFrom": {
1133
1032
  "name": "ScwComponent",
1134
1033
  "module": "src/scw-component/ScwComponent.ts"
1135
1034
  }
1136
1035
  },
1137
1036
  {
1138
- "name": "underline",
1037
+ "name": "aria-disabled",
1139
1038
  "type": {
1140
1039
  "text": "string"
1141
1040
  },
1142
- "default": "'true'",
1143
- "description": "(ScwLink) If a regular link should be underlined",
1144
- "fieldName": "underline",
1041
+ "default": "'false'",
1042
+ "description": "(ScwComponent) Disables the component however it disables",
1043
+ "fieldName": "ariaDisabled",
1145
1044
  "inheritedFrom": {
1146
- "name": "ScwLink",
1147
- "module": "src/scw-link/ScwLink.ts"
1045
+ "name": "ScwComponent",
1046
+ "module": "src/scw-component/ScwComponent.ts"
1148
1047
  }
1149
1048
  },
1150
1049
  {
@@ -1187,10 +1086,10 @@
1187
1086
  }
1188
1087
  ],
1189
1088
  "superclass": {
1190
- "name": "ScwLink",
1191
- "module": "/src/scw-link/ScwLink"
1089
+ "name": "ScwComponent",
1090
+ "package": "scw-component/ScwComponent"
1192
1091
  },
1193
- "tagName": "scw-button",
1092
+ "tagName": "scw-block",
1194
1093
  "customElement": true
1195
1094
  }
1196
1095
  ],
@@ -1199,51 +1098,43 @@
1199
1098
  "kind": "js",
1200
1099
  "name": "default",
1201
1100
  "declaration": {
1202
- "name": "ScwButton",
1203
- "module": "src/scw-button/ScwButton.ts"
1101
+ "name": "ScwBlock",
1102
+ "module": "src/scw-block/ScwBlock.ts"
1204
1103
  }
1205
1104
  }
1206
1105
  ]
1207
1106
  },
1208
1107
  {
1209
1108
  "kind": "javascript-module",
1210
- "path": "src/scw-button/scw-button.ts",
1109
+ "path": "src/scw-block/scw-block.ts",
1211
1110
  "declarations": [],
1212
1111
  "exports": [
1213
1112
  {
1214
1113
  "kind": "custom-element-definition",
1215
- "name": "scw-button",
1114
+ "name": "scw-block",
1216
1115
  "declaration": {
1217
- "name": "ScwButton",
1218
- "module": "/src/scw-button/ScwButton.js"
1116
+ "name": "ScwBlock",
1117
+ "module": "/src/scw-block/ScwBlock"
1219
1118
  }
1220
1119
  }
1221
1120
  ]
1222
1121
  },
1223
1122
  {
1224
1123
  "kind": "javascript-module",
1225
- "path": "src/scw-block/ScwBlock.ts",
1124
+ "path": "src/scw-callout/ScwCallout.ts",
1226
1125
  "declarations": [
1227
1126
  {
1228
1127
  "kind": "class",
1229
1128
  "description": "ScwBlock",
1230
- "name": "ScwBlock",
1129
+ "name": "ScwCallout",
1231
1130
  "members": [
1232
- {
1233
- "kind": "field",
1234
- "name": "headingLevel",
1235
- "type": {
1236
- "text": "string"
1237
- },
1238
- "default": "'h2'",
1239
- "attribute": "heading-level"
1240
- },
1241
1131
  {
1242
1132
  "kind": "field",
1243
1133
  "name": "heading",
1244
1134
  "type": {
1245
1135
  "text": "string | undefined"
1246
1136
  },
1137
+ "description": "(ScwCallout) The heading",
1247
1138
  "attribute": "heading",
1248
1139
  "reflects": true
1249
1140
  },
@@ -1253,6 +1144,7 @@
1253
1144
  "type": {
1254
1145
  "text": "string | undefined"
1255
1146
  },
1147
+ "description": "(ScwCallout) Alignment of the callout",
1256
1148
  "attribute": "alignment",
1257
1149
  "reflects": true
1258
1150
  },
@@ -1262,6 +1154,7 @@
1262
1154
  "type": {
1263
1155
  "text": "string | undefined"
1264
1156
  },
1157
+ "description": "(ScwCallout) Primary link href",
1265
1158
  "attribute": "primary-cta-link",
1266
1159
  "reflects": true
1267
1160
  },
@@ -1271,6 +1164,7 @@
1271
1164
  "type": {
1272
1165
  "text": "string | undefined"
1273
1166
  },
1167
+ "description": "(ScwCallout) Primary link label",
1274
1168
  "attribute": "primary-cta-label",
1275
1169
  "reflects": true
1276
1170
  },
@@ -1280,6 +1174,7 @@
1280
1174
  "type": {
1281
1175
  "text": "string | undefined"
1282
1176
  },
1177
+ "description": "(ScwCallout) Secondary link href",
1283
1178
  "attribute": "secondary-cta-link",
1284
1179
  "reflects": true
1285
1180
  },
@@ -1289,18 +1184,10 @@
1289
1184
  "type": {
1290
1185
  "text": "string | undefined"
1291
1186
  },
1187
+ "description": "(ScwCallout) Secondary link label",
1292
1188
  "attribute": "secondary-cta-label",
1293
1189
  "reflects": true
1294
1190
  },
1295
- {
1296
- "kind": "field",
1297
- "name": "superHeading",
1298
- "type": {
1299
- "text": "string | undefined"
1300
- },
1301
- "attribute": "super-heading",
1302
- "reflects": true
1303
- },
1304
1191
  {
1305
1192
  "kind": "method",
1306
1193
  "name": "renderLink",
@@ -1332,16 +1219,6 @@
1332
1219
  ],
1333
1220
  "description": "renderLink"
1334
1221
  },
1335
- {
1336
- "kind": "method",
1337
- "name": "renderHeading",
1338
- "return": {
1339
- "type": {
1340
- "text": "object"
1341
- }
1342
- },
1343
- "description": "renderHeading"
1344
- },
1345
1222
  {
1346
1223
  "kind": "field",
1347
1224
  "name": "element",
@@ -1471,24 +1348,17 @@
1471
1348
  "description": "retain the last warning sent...good for testing.",
1472
1349
  "inheritedFrom": {
1473
1350
  "name": "ScwComponent",
1474
- "module": "src/scw-component/ScwComponent.ts"
1475
- }
1476
- }
1477
- ],
1478
- "attributes": [
1479
- {
1480
- "name": "heading-level",
1481
- "type": {
1482
- "text": "string"
1483
- },
1484
- "default": "'h2'",
1485
- "fieldName": "headingLevel"
1486
- },
1351
+ "module": "src/scw-component/ScwComponent.ts"
1352
+ }
1353
+ }
1354
+ ],
1355
+ "attributes": [
1487
1356
  {
1488
1357
  "name": "heading",
1489
1358
  "type": {
1490
1359
  "text": "string | undefined"
1491
1360
  },
1361
+ "description": "(ScwCallout) The heading",
1492
1362
  "fieldName": "heading"
1493
1363
  },
1494
1364
  {
@@ -1496,6 +1366,7 @@
1496
1366
  "type": {
1497
1367
  "text": "string | undefined"
1498
1368
  },
1369
+ "description": "(ScwCallout) Alignment of the callout",
1499
1370
  "fieldName": "align"
1500
1371
  },
1501
1372
  {
@@ -1503,6 +1374,7 @@
1503
1374
  "type": {
1504
1375
  "text": "string | undefined"
1505
1376
  },
1377
+ "description": "(ScwCallout) Primary link href",
1506
1378
  "fieldName": "primaryLink"
1507
1379
  },
1508
1380
  {
@@ -1510,6 +1382,7 @@
1510
1382
  "type": {
1511
1383
  "text": "string | undefined"
1512
1384
  },
1385
+ "description": "(ScwCallout) Primary link label",
1513
1386
  "fieldName": "primaryLabel"
1514
1387
  },
1515
1388
  {
@@ -1517,6 +1390,7 @@
1517
1390
  "type": {
1518
1391
  "text": "string | undefined"
1519
1392
  },
1393
+ "description": "(ScwCallout) Secondary link href",
1520
1394
  "fieldName": "secondaryLink"
1521
1395
  },
1522
1396
  {
@@ -1524,15 +1398,9 @@
1524
1398
  "type": {
1525
1399
  "text": "string | undefined"
1526
1400
  },
1401
+ "description": "(ScwCallout) Secondary link label",
1527
1402
  "fieldName": "secondaryLabel"
1528
1403
  },
1529
- {
1530
- "name": "super-heading",
1531
- "type": {
1532
- "text": "string | undefined"
1533
- },
1534
- "fieldName": "superHeading"
1535
- },
1536
1404
  {
1537
1405
  "name": "aria-label",
1538
1406
  "type": {
@@ -1602,7 +1470,7 @@
1602
1470
  "name": "ScwComponent",
1603
1471
  "package": "scw-component/ScwComponent"
1604
1472
  },
1605
- "tagName": "scw-block",
1473
+ "tagName": "scw-callout",
1606
1474
  "customElement": true
1607
1475
  }
1608
1476
  ],
@@ -1611,139 +1479,139 @@
1611
1479
  "kind": "js",
1612
1480
  "name": "default",
1613
1481
  "declaration": {
1614
- "name": "ScwBlock",
1615
- "module": "src/scw-block/ScwBlock.ts"
1482
+ "name": "ScwCallout",
1483
+ "module": "src/scw-callout/ScwCallout.ts"
1616
1484
  }
1617
1485
  }
1618
1486
  ]
1619
1487
  },
1620
1488
  {
1621
1489
  "kind": "javascript-module",
1622
- "path": "src/scw-block/scw-block.ts",
1490
+ "path": "src/scw-callout/scw-callout.ts",
1623
1491
  "declarations": [],
1624
1492
  "exports": [
1625
1493
  {
1626
1494
  "kind": "custom-element-definition",
1627
- "name": "scw-block",
1495
+ "name": "scw-callout",
1628
1496
  "declaration": {
1629
- "name": "ScwBlock",
1630
- "module": "/src/scw-block/ScwBlock"
1497
+ "name": "ScwCallout",
1498
+ "module": "/src/scw-callout/ScwCallout"
1631
1499
  }
1632
1500
  }
1633
1501
  ]
1634
1502
  },
1635
1503
  {
1636
1504
  "kind": "javascript-module",
1637
- "path": "src/scw-callout/ScwCallout.ts",
1505
+ "path": "src/scw-button/ScwButton.ts",
1638
1506
  "declarations": [
1639
1507
  {
1640
1508
  "kind": "class",
1641
- "description": "ScwBlock",
1642
- "name": "ScwCallout",
1509
+ "description": "ScwButton",
1510
+ "name": "ScwButton",
1511
+ "slots": [
1512
+ {
1513
+ "description": "(OPTIONAL) anchor (for SEO) will determine the label, href, and target.",
1514
+ "name": "default",
1515
+ "default": "\"<a href target />\""
1516
+ },
1517
+ {
1518
+ "description": "(OPTIONAL) random content (paired with design=\"plain\") will wrap that content with a link.",
1519
+ "name": "default",
1520
+ "default": "\"<... />\""
1521
+ }
1522
+ ],
1643
1523
  "members": [
1644
1524
  {
1645
1525
  "kind": "field",
1646
- "name": "heading",
1526
+ "name": "submitType",
1647
1527
  "type": {
1648
- "text": "string | undefined"
1528
+ "text": "ScwFormComponentSubmitTypes"
1649
1529
  },
1650
- "description": "(ScwCallout) The heading",
1651
- "attribute": "heading",
1530
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1531
+ "attribute": "submit-type",
1652
1532
  "reflects": true
1653
1533
  },
1654
1534
  {
1655
1535
  "kind": "field",
1656
- "name": "align",
1536
+ "name": "element",
1657
1537
  "type": {
1658
- "text": "string | undefined"
1538
+ "text": "string"
1659
1539
  },
1660
- "description": "(ScwCallout) Alignment of the callout",
1661
- "attribute": "alignment",
1662
- "reflects": true
1540
+ "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1541
+ "attribute": "element",
1542
+ "reflects": true,
1543
+ "inheritedFrom": {
1544
+ "name": "ScwComponent",
1545
+ "module": "src/scw-component/ScwComponent.ts"
1546
+ }
1663
1547
  },
1664
1548
  {
1665
1549
  "kind": "field",
1666
- "name": "primaryLink",
1550
+ "name": "href",
1667
1551
  "type": {
1668
- "text": "string | undefined"
1552
+ "text": "string"
1669
1553
  },
1670
- "description": "(ScwCallout) Primary link href",
1671
- "attribute": "primary-cta-link",
1672
- "reflects": true
1554
+ "default": "'javascript:'",
1555
+ "description": "(ScwLink) Link url",
1556
+ "attribute": "href",
1557
+ "inheritedFrom": {
1558
+ "name": "ScwLink",
1559
+ "module": "src/scw-link/ScwLink.ts"
1560
+ }
1673
1561
  },
1674
1562
  {
1675
1563
  "kind": "field",
1676
- "name": "primaryLabel",
1564
+ "name": "icon",
1677
1565
  "type": {
1678
- "text": "string | undefined"
1566
+ "text": "string"
1679
1567
  },
1680
- "description": "(ScwCallout) Primary link label",
1681
- "attribute": "primary-cta-label",
1682
- "reflects": true
1568
+ "default": "''",
1569
+ "description": "(ScwLink) Design system icon",
1570
+ "attribute": "icon",
1571
+ "inheritedFrom": {
1572
+ "name": "ScwLink",
1573
+ "module": "src/scw-link/ScwLink.ts"
1574
+ }
1683
1575
  },
1684
1576
  {
1685
1577
  "kind": "field",
1686
- "name": "secondaryLink",
1578
+ "name": "iconSide",
1687
1579
  "type": {
1688
- "text": "string | undefined"
1580
+ "text": "string"
1689
1581
  },
1690
- "description": "(ScwCallout) Secondary link href",
1691
- "attribute": "secondary-cta-link",
1692
- "reflects": true
1582
+ "default": "''",
1583
+ "description": "(ScwLink) Side you want the icon displayed",
1584
+ "attribute": "icon-side",
1585
+ "inheritedFrom": {
1586
+ "name": "ScwLink",
1587
+ "module": "src/scw-link/ScwLink.ts"
1588
+ }
1693
1589
  },
1694
1590
  {
1695
1591
  "kind": "field",
1696
- "name": "secondaryLabel",
1592
+ "name": "design",
1697
1593
  "type": {
1698
- "text": "string | undefined"
1699
- },
1700
- "description": "(ScwCallout) Secondary link label",
1701
- "attribute": "secondary-cta-label",
1702
- "reflects": true
1703
- },
1704
- {
1705
- "kind": "method",
1706
- "name": "renderLink",
1707
- "return": {
1708
- "type": {
1709
- "text": "object"
1710
- }
1594
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1711
1595
  },
1712
- "parameters": [
1713
- {
1714
- "name": "label",
1715
- "type": {
1716
- "text": "string"
1717
- }
1718
- },
1719
- {
1720
- "name": "link",
1721
- "type": {
1722
- "text": "string"
1723
- }
1724
- },
1725
- {
1726
- "name": "design",
1727
- "default": "'solid'",
1728
- "type": {
1729
- "text": "string"
1730
- }
1731
- }
1732
- ],
1733
- "description": "renderLink"
1596
+ "default": "'solid'",
1597
+ "description": "(ScwLink) Link design",
1598
+ "attribute": "design",
1599
+ "inheritedFrom": {
1600
+ "name": "ScwLink",
1601
+ "module": "src/scw-link/ScwLink.ts"
1602
+ }
1734
1603
  },
1735
1604
  {
1736
1605
  "kind": "field",
1737
- "name": "element",
1606
+ "name": "target",
1738
1607
  "type": {
1739
- "text": "string"
1608
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1740
1609
  },
1741
- "description": "(ScwComponent) contains the root element name for each component\n(enum Components)",
1742
- "attribute": "element",
1743
- "reflects": true,
1610
+ "description": "(ScwLink) Link target",
1611
+ "attribute": "target",
1744
1612
  "inheritedFrom": {
1745
- "name": "ScwComponent",
1746
- "module": "src/scw-component/ScwComponent.ts"
1613
+ "name": "ScwLink",
1614
+ "module": "src/scw-link/ScwLink.ts"
1747
1615
  }
1748
1616
  },
1749
1617
  {
@@ -1753,7 +1621,7 @@
1753
1621
  "text": "string"
1754
1622
  },
1755
1623
  "default": "''",
1756
- "description": "(ScwComponent) Main text within component",
1624
+ "description": "(ScwLink) Link label",
1757
1625
  "attribute": "aria-label",
1758
1626
  "reflects": true,
1759
1627
  "inheritedFrom": {
@@ -1761,6 +1629,20 @@
1761
1629
  "module": "src/scw-component/ScwComponent.ts"
1762
1630
  }
1763
1631
  },
1632
+ {
1633
+ "kind": "field",
1634
+ "name": "size",
1635
+ "type": {
1636
+ "text": "'small' | 'medium' | 'large'"
1637
+ },
1638
+ "default": "'medium'",
1639
+ "description": "(ScwLink) Link label",
1640
+ "attribute": "size",
1641
+ "inheritedFrom": {
1642
+ "name": "ScwLink",
1643
+ "module": "src/scw-link/ScwLink.ts"
1644
+ }
1645
+ },
1764
1646
  {
1765
1647
  "kind": "field",
1766
1648
  "name": "ariaDisabled",
@@ -1768,11 +1650,79 @@
1768
1650
  "text": "string"
1769
1651
  },
1770
1652
  "default": "'false'",
1771
- "description": "(ScwComponent) Disables the component however it disables",
1653
+ "description": "(ScwLink) If the link is disabled",
1772
1654
  "attribute": "aria-disabled",
1773
1655
  "inheritedFrom": {
1774
- "name": "ScwComponent",
1775
- "module": "src/scw-component/ScwComponent.ts"
1656
+ "name": "ScwComponent",
1657
+ "module": "src/scw-component/ScwComponent.ts"
1658
+ }
1659
+ },
1660
+ {
1661
+ "kind": "field",
1662
+ "name": "underline",
1663
+ "type": {
1664
+ "text": "string"
1665
+ },
1666
+ "default": "'true'",
1667
+ "description": "(ScwLink) If a regular link should be underlined",
1668
+ "attribute": "underline",
1669
+ "inheritedFrom": {
1670
+ "name": "ScwLink",
1671
+ "module": "src/scw-link/ScwLink.ts"
1672
+ }
1673
+ },
1674
+ {
1675
+ "kind": "field",
1676
+ "name": "linkAnchor",
1677
+ "type": {
1678
+ "text": "HTMLAnchorElement | undefined"
1679
+ },
1680
+ "inheritedFrom": {
1681
+ "name": "ScwLink",
1682
+ "module": "src/scw-link/ScwLink.ts"
1683
+ }
1684
+ },
1685
+ {
1686
+ "kind": "method",
1687
+ "name": "focus",
1688
+ "return": {
1689
+ "type": {
1690
+ "text": "void"
1691
+ }
1692
+ },
1693
+ "description": "focus",
1694
+ "inheritedFrom": {
1695
+ "name": "ScwLink",
1696
+ "module": "src/scw-link/ScwLink.ts"
1697
+ }
1698
+ },
1699
+ {
1700
+ "kind": "method",
1701
+ "name": "renderIcon",
1702
+ "privacy": "private",
1703
+ "return": {
1704
+ "type": {
1705
+ "text": "object"
1706
+ }
1707
+ },
1708
+ "description": "renderIcon",
1709
+ "inheritedFrom": {
1710
+ "name": "ScwLink",
1711
+ "module": "src/scw-link/ScwLink.ts"
1712
+ }
1713
+ },
1714
+ {
1715
+ "kind": "method",
1716
+ "name": "renderContent",
1717
+ "return": {
1718
+ "type": {
1719
+ "text": "object"
1720
+ }
1721
+ },
1722
+ "description": "renderContent",
1723
+ "inheritedFrom": {
1724
+ "name": "ScwLink",
1725
+ "module": "src/scw-link/ScwLink.ts"
1776
1726
  }
1777
1727
  },
1778
1728
  {
@@ -1781,7 +1731,7 @@
1781
1731
  "type": {
1782
1732
  "text": "boolean"
1783
1733
  },
1784
- "default": "false",
1734
+ "default": "true",
1785
1735
  "description": "(ScwLinkBase)\nSome lookups need to know if something is a link or not...",
1786
1736
  "attribute": "is-link",
1787
1737
  "reflects": true,
@@ -1867,52 +1817,76 @@
1867
1817
  ],
1868
1818
  "attributes": [
1869
1819
  {
1870
- "name": "heading",
1820
+ "name": "submit-type",
1871
1821
  "type": {
1872
- "text": "string | undefined"
1822
+ "text": "ScwFormComponentSubmitTypes"
1873
1823
  },
1874
- "description": "(ScwCallout) The heading",
1875
- "fieldName": "heading"
1824
+ "description": "<ScwFormComponent> the usage in a form (& scw-form a query target)",
1825
+ "fieldName": "submitType"
1876
1826
  },
1877
1827
  {
1878
- "name": "alignment",
1828
+ "name": "icon",
1879
1829
  "type": {
1880
- "text": "string | undefined"
1830
+ "text": "string"
1881
1831
  },
1882
- "description": "(ScwCallout) Alignment of the callout",
1883
- "fieldName": "align"
1832
+ "default": "''",
1833
+ "description": "(ScwLink) Design system icon",
1834
+ "fieldName": "icon",
1835
+ "inheritedFrom": {
1836
+ "name": "ScwLink",
1837
+ "module": "src/scw-link/ScwLink.ts"
1838
+ }
1884
1839
  },
1885
1840
  {
1886
- "name": "primary-cta-link",
1841
+ "name": "icon-side",
1887
1842
  "type": {
1888
- "text": "string | undefined"
1843
+ "text": "string"
1889
1844
  },
1890
- "description": "(ScwCallout) Primary link href",
1891
- "fieldName": "primaryLink"
1845
+ "default": "''",
1846
+ "description": "(ScwLink) Side you want the icon displayed",
1847
+ "fieldName": "iconSide",
1848
+ "inheritedFrom": {
1849
+ "name": "ScwLink",
1850
+ "module": "src/scw-link/ScwLink.ts"
1851
+ }
1892
1852
  },
1893
1853
  {
1894
- "name": "primary-cta-label",
1854
+ "name": "design",
1895
1855
  "type": {
1896
- "text": "string | undefined"
1856
+ "text": "| 'solid'\n | 'outlined'\n | 'light'\n | 'white'\n | 'text'\n | 'plain'\n | 'block'\n | 'icon'\n | 'main'\n | 'solidIcon'"
1897
1857
  },
1898
- "description": "(ScwCallout) Primary link label",
1899
- "fieldName": "primaryLabel"
1858
+ "default": "'solid'",
1859
+ "description": "(ScwLink) Link design",
1860
+ "fieldName": "design",
1861
+ "inheritedFrom": {
1862
+ "name": "ScwLink",
1863
+ "module": "src/scw-link/ScwLink.ts"
1864
+ }
1900
1865
  },
1901
1866
  {
1902
- "name": "secondary-cta-link",
1867
+ "name": "href",
1903
1868
  "type": {
1904
- "text": "string | undefined"
1869
+ "text": "string"
1905
1870
  },
1906
- "description": "(ScwCallout) Secondary link href",
1907
- "fieldName": "secondaryLink"
1871
+ "default": "''",
1872
+ "description": "(ScwLink) Link url",
1873
+ "fieldName": "href",
1874
+ "inheritedFrom": {
1875
+ "name": "ScwLink",
1876
+ "module": "src/scw-link/ScwLink.ts"
1877
+ }
1908
1878
  },
1909
1879
  {
1910
- "name": "secondary-cta-label",
1880
+ "name": "target",
1911
1881
  "type": {
1912
- "text": "string | undefined"
1882
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1913
1883
  },
1914
- "description": "(ScwCallout) Secondary link label",
1915
- "fieldName": "secondaryLabel"
1884
+ "description": "(ScwLink) Link target",
1885
+ "fieldName": "target",
1886
+ "inheritedFrom": {
1887
+ "name": "ScwLink",
1888
+ "module": "src/scw-link/ScwLink.ts"
1889
+ }
1916
1890
  },
1917
1891
  {
1918
1892
  "name": "aria-label",
@@ -1920,26 +1894,52 @@
1920
1894
  "text": "string"
1921
1895
  },
1922
1896
  "default": "''",
1923
- "description": "(ScwComponent) Main text within component",
1897
+ "description": "(ScwLink) Link label",
1924
1898
  "fieldName": "ariaLabel",
1925
1899
  "inheritedFrom": {
1926
1900
  "name": "ScwComponent",
1927
1901
  "module": "src/scw-component/ScwComponent.ts"
1928
1902
  }
1929
1903
  },
1904
+ {
1905
+ "name": "size",
1906
+ "type": {
1907
+ "text": "'small' | 'medium' | 'large'"
1908
+ },
1909
+ "default": "'medium'",
1910
+ "description": "(ScwLink) Link label",
1911
+ "fieldName": "size",
1912
+ "inheritedFrom": {
1913
+ "name": "ScwLink",
1914
+ "module": "src/scw-link/ScwLink.ts"
1915
+ }
1916
+ },
1930
1917
  {
1931
1918
  "name": "aria-disabled",
1932
1919
  "type": {
1933
1920
  "text": "string"
1934
1921
  },
1935
1922
  "default": "'false'",
1936
- "description": "(ScwComponent) Disables the component however it disables",
1923
+ "description": "(ScwLink) If the link is disabled",
1937
1924
  "fieldName": "ariaDisabled",
1938
1925
  "inheritedFrom": {
1939
1926
  "name": "ScwComponent",
1940
1927
  "module": "src/scw-component/ScwComponent.ts"
1941
1928
  }
1942
1929
  },
1930
+ {
1931
+ "name": "underline",
1932
+ "type": {
1933
+ "text": "string"
1934
+ },
1935
+ "default": "'true'",
1936
+ "description": "(ScwLink) If a regular link should be underlined",
1937
+ "fieldName": "underline",
1938
+ "inheritedFrom": {
1939
+ "name": "ScwLink",
1940
+ "module": "src/scw-link/ScwLink.ts"
1941
+ }
1942
+ },
1943
1943
  {
1944
1944
  "name": "is-link",
1945
1945
  "type": {
@@ -1980,10 +1980,10 @@
1980
1980
  }
1981
1981
  ],
1982
1982
  "superclass": {
1983
- "name": "ScwComponent",
1984
- "package": "scw-component/ScwComponent"
1983
+ "name": "ScwLink",
1984
+ "module": "/src/scw-link/ScwLink"
1985
1985
  },
1986
- "tagName": "scw-callout",
1986
+ "tagName": "scw-button",
1987
1987
  "customElement": true
1988
1988
  }
1989
1989
  ],
@@ -1992,23 +1992,23 @@
1992
1992
  "kind": "js",
1993
1993
  "name": "default",
1994
1994
  "declaration": {
1995
- "name": "ScwCallout",
1996
- "module": "src/scw-callout/ScwCallout.ts"
1995
+ "name": "ScwButton",
1996
+ "module": "src/scw-button/ScwButton.ts"
1997
1997
  }
1998
1998
  }
1999
1999
  ]
2000
2000
  },
2001
2001
  {
2002
2002
  "kind": "javascript-module",
2003
- "path": "src/scw-callout/scw-callout.ts",
2003
+ "path": "src/scw-button/scw-button.ts",
2004
2004
  "declarations": [],
2005
2005
  "exports": [
2006
2006
  {
2007
2007
  "kind": "custom-element-definition",
2008
- "name": "scw-callout",
2008
+ "name": "scw-button",
2009
2009
  "declaration": {
2010
- "name": "ScwCallout",
2011
- "module": "/src/scw-callout/ScwCallout"
2010
+ "name": "ScwButton",
2011
+ "module": "/src/scw-button/ScwButton.js"
2012
2012
  }
2013
2013
  }
2014
2014
  ]
@@ -2920,6 +2920,19 @@
2920
2920
  "module": "src/scw-form-component/scw-form-component.ts"
2921
2921
  }
2922
2922
  },
2923
+ {
2924
+ "kind": "field",
2925
+ "name": "label",
2926
+ "type": {
2927
+ "text": "string | undefined"
2928
+ },
2929
+ "description": "(ScwFormComponent) label to display in the UI",
2930
+ "attribute": "label",
2931
+ "inheritedFrom": {
2932
+ "name": "ScwFormComponent",
2933
+ "module": "src/scw-form-component/scw-form-component.ts"
2934
+ }
2935
+ },
2923
2936
  {
2924
2937
  "kind": "field",
2925
2938
  "name": "value",
@@ -3382,6 +3395,18 @@
3382
3395
  "module": "src/scw-form-component/scw-form-component.ts"
3383
3396
  }
3384
3397
  },
3398
+ {
3399
+ "name": "label",
3400
+ "type": {
3401
+ "text": "string | undefined"
3402
+ },
3403
+ "description": "(ScwFormComponent) label to display in the UI",
3404
+ "fieldName": "label",
3405
+ "inheritedFrom": {
3406
+ "name": "ScwFormComponent",
3407
+ "module": "src/scw-form-component/scw-form-component.ts"
3408
+ }
3409
+ },
3385
3410
  {
3386
3411
  "name": "value",
3387
3412
  "type": {
@@ -7597,6 +7622,15 @@
7597
7622
  "description": "(ScwFormComponent) name to identify form element and attach data",
7598
7623
  "attribute": "name"
7599
7624
  },
7625
+ {
7626
+ "kind": "field",
7627
+ "name": "label",
7628
+ "type": {
7629
+ "text": "string | undefined"
7630
+ },
7631
+ "description": "(ScwFormComponent) label to display in the UI",
7632
+ "attribute": "label"
7633
+ },
7600
7634
  {
7601
7635
  "kind": "field",
7602
7636
  "name": "value",
@@ -7960,6 +7994,14 @@
7960
7994
  "description": "(ScwFormComponent) name to identify form element and attach data",
7961
7995
  "fieldName": "name"
7962
7996
  },
7997
+ {
7998
+ "name": "label",
7999
+ "type": {
8000
+ "text": "string | undefined"
8001
+ },
8002
+ "description": "(ScwFormComponent) label to display in the UI",
8003
+ "fieldName": "label"
8004
+ },
7963
8005
  {
7964
8006
  "name": "value",
7965
8007
  "type": {
@@ -11325,6 +11367,19 @@
11325
11367
  "module": "src/scw-form-component/scw-form-component.ts"
11326
11368
  }
11327
11369
  },
11370
+ {
11371
+ "kind": "field",
11372
+ "name": "label",
11373
+ "type": {
11374
+ "text": "string | undefined"
11375
+ },
11376
+ "description": "(ScwFormComponent) label to display in the UI",
11377
+ "attribute": "label",
11378
+ "inheritedFrom": {
11379
+ "name": "ScwFormComponent",
11380
+ "module": "src/scw-form-component/scw-form-component.ts"
11381
+ }
11382
+ },
11328
11383
  {
11329
11384
  "kind": "field",
11330
11385
  "name": "value",
@@ -11872,6 +11927,18 @@
11872
11927
  "module": "src/scw-form-component/scw-form-component.ts"
11873
11928
  }
11874
11929
  },
11930
+ {
11931
+ "name": "label",
11932
+ "type": {
11933
+ "text": "string | undefined"
11934
+ },
11935
+ "description": "(ScwFormComponent) label to display in the UI",
11936
+ "fieldName": "label",
11937
+ "inheritedFrom": {
11938
+ "name": "ScwFormComponent",
11939
+ "module": "src/scw-form-component/scw-form-component.ts"
11940
+ }
11941
+ },
11875
11942
  {
11876
11943
  "name": "value",
11877
11944
  "type": {
@@ -17429,13 +17496,6 @@
17429
17496
  "description": "alignment of text",
17430
17497
  "attribute": "alignment"
17431
17498
  },
17432
- {
17433
- "kind": "field",
17434
- "name": "input",
17435
- "type": {
17436
- "text": "HTMLElement"
17437
- }
17438
- },
17439
17499
  {
17440
17500
  "kind": "method",
17441
17501
  "name": "handleSelectedChange",
@@ -17455,11 +17515,6 @@
17455
17515
  ],
17456
17516
  "description": "handleClick"
17457
17517
  },
17458
- {
17459
- "kind": "method",
17460
- "name": "focus",
17461
- "description": "Sets focus on the radio input."
17462
- },
17463
17518
  {
17464
17519
  "kind": "field",
17465
17520
  "name": "element",
@@ -17750,13 +17805,6 @@
17750
17805
  "attribute": "selected",
17751
17806
  "reflects": true
17752
17807
  },
17753
- {
17754
- "kind": "field",
17755
- "name": "input",
17756
- "type": {
17757
- "text": "HTMLElement"
17758
- }
17759
- },
17760
17808
  {
17761
17809
  "kind": "method",
17762
17810
  "name": "handleValueChange",
@@ -17776,11 +17824,6 @@
17776
17824
  ],
17777
17825
  "description": "handleClick"
17778
17826
  },
17779
- {
17780
- "kind": "method",
17781
- "name": "focus",
17782
- "description": "Sets focus on the radio button."
17783
- },
17784
17827
  {
17785
17828
  "kind": "field",
17786
17829
  "name": "element",
@@ -18177,6 +18220,19 @@
18177
18220
  "module": "src/scw-form-component/scw-form-component.ts"
18178
18221
  }
18179
18222
  },
18223
+ {
18224
+ "kind": "field",
18225
+ "name": "label",
18226
+ "type": {
18227
+ "text": "string | undefined"
18228
+ },
18229
+ "description": "(ScwFormComponent) label to display in the UI",
18230
+ "attribute": "label",
18231
+ "inheritedFrom": {
18232
+ "name": "ScwFormComponent",
18233
+ "module": "src/scw-form-component/scw-form-component.ts"
18234
+ }
18235
+ },
18180
18236
  {
18181
18237
  "kind": "field",
18182
18238
  "name": "value",
@@ -18634,6 +18690,18 @@
18634
18690
  "module": "src/scw-form-component/scw-form-component.ts"
18635
18691
  }
18636
18692
  },
18693
+ {
18694
+ "name": "label",
18695
+ "type": {
18696
+ "text": "string | undefined"
18697
+ },
18698
+ "description": "(ScwFormComponent) label to display in the UI",
18699
+ "fieldName": "label",
18700
+ "inheritedFrom": {
18701
+ "name": "ScwFormComponent",
18702
+ "module": "src/scw-form-component/scw-form-component.ts"
18703
+ }
18704
+ },
18637
18705
  {
18638
18706
  "name": "value",
18639
18707
  "type": {
@@ -20598,6 +20666,19 @@
20598
20666
  "module": "src/scw-form-component/scw-form-component.ts"
20599
20667
  }
20600
20668
  },
20669
+ {
20670
+ "kind": "field",
20671
+ "name": "label",
20672
+ "type": {
20673
+ "text": "string | undefined"
20674
+ },
20675
+ "description": "(ScwFormComponent) label to display in the UI",
20676
+ "attribute": "label",
20677
+ "inheritedFrom": {
20678
+ "name": "ScwFormComponent",
20679
+ "module": "src/scw-form-component/scw-form-component.ts"
20680
+ }
20681
+ },
20601
20682
  {
20602
20683
  "kind": "field",
20603
20684
  "name": "value",
@@ -21070,6 +21151,18 @@
21070
21151
  "module": "src/scw-form-component/scw-form-component.ts"
21071
21152
  }
21072
21153
  },
21154
+ {
21155
+ "name": "label",
21156
+ "type": {
21157
+ "text": "string | undefined"
21158
+ },
21159
+ "description": "(ScwFormComponent) label to display in the UI",
21160
+ "fieldName": "label",
21161
+ "inheritedFrom": {
21162
+ "name": "ScwFormComponent",
21163
+ "module": "src/scw-form-component/scw-form-component.ts"
21164
+ }
21165
+ },
21073
21166
  {
21074
21167
  "name": "value",
21075
21168
  "type": {
@@ -24511,6 +24604,19 @@
24511
24604
  "module": "src/scw-form-component/scw-form-component.ts"
24512
24605
  }
24513
24606
  },
24607
+ {
24608
+ "kind": "field",
24609
+ "name": "label",
24610
+ "type": {
24611
+ "text": "string | undefined"
24612
+ },
24613
+ "description": "(ScwFormComponent) label to display in the UI",
24614
+ "attribute": "label",
24615
+ "inheritedFrom": {
24616
+ "name": "ScwFormComponent",
24617
+ "module": "src/scw-form-component/scw-form-component.ts"
24618
+ }
24619
+ },
24514
24620
  {
24515
24621
  "kind": "field",
24516
24622
  "name": "value",
@@ -25026,6 +25132,18 @@
25026
25132
  "module": "src/scw-form-component/scw-form-component.ts"
25027
25133
  }
25028
25134
  },
25135
+ {
25136
+ "name": "label",
25137
+ "type": {
25138
+ "text": "string | undefined"
25139
+ },
25140
+ "description": "(ScwFormComponent) label to display in the UI",
25141
+ "fieldName": "label",
25142
+ "inheritedFrom": {
25143
+ "name": "ScwFormComponent",
25144
+ "module": "src/scw-form-component/scw-form-component.ts"
25145
+ }
25146
+ },
25029
25147
  {
25030
25148
  "name": "value",
25031
25149
  "type": {