@redvars/peacock 3.2.4 → 3.2.5

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.
@@ -852,6 +852,158 @@
852
852
  }
853
853
  ]
854
854
  },
855
+ {
856
+ "kind": "javascript-module",
857
+ "path": "src/badge/badge.ts",
858
+ "declarations": [
859
+ {
860
+ "kind": "class",
861
+ "description": "",
862
+ "name": "Badge",
863
+ "cssProperties": [
864
+ {
865
+ "description": "Controls the color of the badge.",
866
+ "name": "--badge-color"
867
+ }
868
+ ],
869
+ "members": [
870
+ {
871
+ "kind": "field",
872
+ "name": "value",
873
+ "type": {
874
+ "text": "string"
875
+ },
876
+ "default": "''",
877
+ "description": "The value to display in the badge.",
878
+ "attribute": "value"
879
+ }
880
+ ],
881
+ "attributes": [
882
+ {
883
+ "name": "value",
884
+ "type": {
885
+ "text": "string"
886
+ },
887
+ "default": "''",
888
+ "description": "The value to display in the badge.",
889
+ "fieldName": "value"
890
+ }
891
+ ],
892
+ "superclass": {
893
+ "name": "LitElement",
894
+ "package": "lit"
895
+ },
896
+ "tagName": "base-badge",
897
+ "customElement": true,
898
+ "summary": "The badge component is used to display a small amount of information to the user.",
899
+ "rawTag": {
900
+ "name": "badge",
901
+ "description": ""
902
+ }
903
+ }
904
+ ],
905
+ "exports": [
906
+ {
907
+ "kind": "js",
908
+ "name": "Badge",
909
+ "declaration": {
910
+ "name": "Badge",
911
+ "module": "src/badge/badge.ts"
912
+ }
913
+ }
914
+ ]
915
+ },
916
+ {
917
+ "kind": "javascript-module",
918
+ "path": "src/badge/index.ts",
919
+ "declarations": [],
920
+ "exports": [
921
+ {
922
+ "kind": "js",
923
+ "name": "Badge",
924
+ "declaration": {
925
+ "name": "Badge",
926
+ "module": "./badge.js"
927
+ }
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "kind": "javascript-module",
933
+ "path": "src/badge/p-badge.ts",
934
+ "declarations": [
935
+ {
936
+ "kind": "class",
937
+ "description": "",
938
+ "name": "PBadge",
939
+ "superclass": {
940
+ "name": "Badge",
941
+ "module": "/src/badge/badge.js"
942
+ },
943
+ "tagName": "p-badge",
944
+ "customElement": true,
945
+ "cssProperties": [
946
+ {
947
+ "description": "Controls the color of the badge.",
948
+ "name": "--badge-color",
949
+ "inheritedFrom": {
950
+ "name": "Badge",
951
+ "module": "src/badge/badge.ts"
952
+ }
953
+ }
954
+ ],
955
+ "attributes": [
956
+ {
957
+ "name": "value",
958
+ "type": {
959
+ "text": "string"
960
+ },
961
+ "default": "''",
962
+ "description": "The value to display in the badge.",
963
+ "fieldName": "value",
964
+ "inheritedFrom": {
965
+ "name": "Badge",
966
+ "module": "src/badge/badge.ts"
967
+ }
968
+ }
969
+ ],
970
+ "members": [
971
+ {
972
+ "kind": "field",
973
+ "name": "value",
974
+ "type": {
975
+ "text": "string"
976
+ },
977
+ "default": "''",
978
+ "description": "The value to display in the badge.",
979
+ "attribute": "value",
980
+ "inheritedFrom": {
981
+ "name": "Badge",
982
+ "module": "src/badge/badge.ts"
983
+ }
984
+ }
985
+ ]
986
+ }
987
+ ],
988
+ "exports": [
989
+ {
990
+ "kind": "js",
991
+ "name": "PBadge",
992
+ "declaration": {
993
+ "name": "PBadge",
994
+ "module": "src/badge/p-badge.ts"
995
+ }
996
+ },
997
+ {
998
+ "kind": "custom-element-definition",
999
+ "name": "p-badge",
1000
+ "declaration": {
1001
+ "name": "PBadge",
1002
+ "module": "src/badge/p-badge.ts"
1003
+ }
1004
+ }
1005
+ ]
1006
+ },
855
1007
  {
856
1008
  "kind": "javascript-module",
857
1009
  "path": "src/avatar/avatar.ts",
@@ -1092,158 +1244,6 @@
1092
1244
  }
1093
1245
  ]
1094
1246
  },
1095
- {
1096
- "kind": "javascript-module",
1097
- "path": "src/badge/badge.ts",
1098
- "declarations": [
1099
- {
1100
- "kind": "class",
1101
- "description": "",
1102
- "name": "Badge",
1103
- "cssProperties": [
1104
- {
1105
- "description": "Controls the color of the badge.",
1106
- "name": "--badge-color"
1107
- }
1108
- ],
1109
- "members": [
1110
- {
1111
- "kind": "field",
1112
- "name": "value",
1113
- "type": {
1114
- "text": "string"
1115
- },
1116
- "default": "''",
1117
- "description": "The value to display in the badge.",
1118
- "attribute": "value"
1119
- }
1120
- ],
1121
- "attributes": [
1122
- {
1123
- "name": "value",
1124
- "type": {
1125
- "text": "string"
1126
- },
1127
- "default": "''",
1128
- "description": "The value to display in the badge.",
1129
- "fieldName": "value"
1130
- }
1131
- ],
1132
- "superclass": {
1133
- "name": "LitElement",
1134
- "package": "lit"
1135
- },
1136
- "tagName": "base-badge",
1137
- "customElement": true,
1138
- "summary": "The badge component is used to display a small amount of information to the user.",
1139
- "rawTag": {
1140
- "name": "badge",
1141
- "description": ""
1142
- }
1143
- }
1144
- ],
1145
- "exports": [
1146
- {
1147
- "kind": "js",
1148
- "name": "Badge",
1149
- "declaration": {
1150
- "name": "Badge",
1151
- "module": "src/badge/badge.ts"
1152
- }
1153
- }
1154
- ]
1155
- },
1156
- {
1157
- "kind": "javascript-module",
1158
- "path": "src/badge/index.ts",
1159
- "declarations": [],
1160
- "exports": [
1161
- {
1162
- "kind": "js",
1163
- "name": "Badge",
1164
- "declaration": {
1165
- "name": "Badge",
1166
- "module": "./badge.js"
1167
- }
1168
- }
1169
- ]
1170
- },
1171
- {
1172
- "kind": "javascript-module",
1173
- "path": "src/badge/p-badge.ts",
1174
- "declarations": [
1175
- {
1176
- "kind": "class",
1177
- "description": "",
1178
- "name": "PBadge",
1179
- "superclass": {
1180
- "name": "Badge",
1181
- "module": "/src/badge/badge.js"
1182
- },
1183
- "tagName": "p-badge",
1184
- "customElement": true,
1185
- "cssProperties": [
1186
- {
1187
- "description": "Controls the color of the badge.",
1188
- "name": "--badge-color",
1189
- "inheritedFrom": {
1190
- "name": "Badge",
1191
- "module": "src/badge/badge.ts"
1192
- }
1193
- }
1194
- ],
1195
- "attributes": [
1196
- {
1197
- "name": "value",
1198
- "type": {
1199
- "text": "string"
1200
- },
1201
- "default": "''",
1202
- "description": "The value to display in the badge.",
1203
- "fieldName": "value",
1204
- "inheritedFrom": {
1205
- "name": "Badge",
1206
- "module": "src/badge/badge.ts"
1207
- }
1208
- }
1209
- ],
1210
- "members": [
1211
- {
1212
- "kind": "field",
1213
- "name": "value",
1214
- "type": {
1215
- "text": "string"
1216
- },
1217
- "default": "''",
1218
- "description": "The value to display in the badge.",
1219
- "attribute": "value",
1220
- "inheritedFrom": {
1221
- "name": "Badge",
1222
- "module": "src/badge/badge.ts"
1223
- }
1224
- }
1225
- ]
1226
- }
1227
- ],
1228
- "exports": [
1229
- {
1230
- "kind": "js",
1231
- "name": "PBadge",
1232
- "declaration": {
1233
- "name": "PBadge",
1234
- "module": "src/badge/p-badge.ts"
1235
- }
1236
- },
1237
- {
1238
- "kind": "custom-element-definition",
1239
- "name": "p-badge",
1240
- "declaration": {
1241
- "name": "PBadge",
1242
- "module": "src/badge/p-badge.ts"
1243
- }
1244
- }
1245
- ]
1246
- },
1247
1247
  {
1248
1248
  "kind": "javascript-module",
1249
1249
  "path": "src/breadcrumb/index.ts",