@redvars/peacock 3.1.1 → 3.1.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.
Files changed (132) hide show
  1. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.css.js.map +1 -1
  2. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.d.ts +19 -0
  3. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.js +19 -0
  4. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.js.map +1 -1
  5. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/p-avatar.d.ts +0 -7
  6. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/p-avatar.js +0 -7
  7. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/p-avatar.js.map +1 -1
  8. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.css.js +5 -4
  9. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.css.js.map +1 -1
  10. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.d.ts +15 -1
  11. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.js +27 -10
  12. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.js.map +1 -1
  13. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/p-badge.d.ts +0 -5
  14. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/p-badge.js +0 -5
  15. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/p-badge.js.map +1 -1
  16. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.css.d.ts +1 -0
  17. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.css.js +12 -0
  18. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.css.js.map +1 -0
  19. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.d.ts +27 -0
  20. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.js +58 -0
  21. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.js.map +1 -0
  22. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/index.d.ts +1 -0
  23. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/index.js +2 -0
  24. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/index.js.map +1 -0
  25. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.css.d.ts +1 -0
  26. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.css.js +58 -0
  27. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.css.js.map +1 -0
  28. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.d.ts +28 -0
  29. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.js +68 -0
  30. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.js.map +1 -0
  31. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/index.d.ts +1 -0
  32. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/index.js +2 -0
  33. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/index.js.map +1 -0
  34. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.d.ts +21 -1
  35. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.js +16 -0
  36. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.js.map +1 -1
  37. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/p-icon.d.ts +0 -7
  38. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/p-icon.js +0 -7
  39. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/p-icon.js.map +1 -1
  40. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.d.ts +2 -0
  41. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.js +2 -0
  42. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.js.map +1 -1
  43. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/peacock-loader.js +12 -2
  44. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/peacock-loader.js.map +1 -1
  45. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.d.ts +1 -0
  46. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.js +32 -0
  47. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.js.map +1 -1
  48. package/.rollup.cache/E/git/redvars/peacock/components/dist/tsconfig.tsbuildinfo +1 -1
  49. package/bin/typedoc-gen.mjs +64 -0
  50. package/custom-elements-manifest.config.mjs +5 -6
  51. package/demo/index.html +4 -5
  52. package/demo/int.html +2 -0
  53. package/dist/{component/avatar.js → avatar.js} +25 -19
  54. package/dist/avatar.js.map +1 -0
  55. package/dist/badge.js +89 -0
  56. package/dist/badge.js.map +1 -0
  57. package/dist/class-map-DpvLRi0h.js +11 -0
  58. package/dist/class-map-DpvLRi0h.js.map +1 -0
  59. package/dist/clock.js +70 -0
  60. package/dist/clock.js.map +1 -0
  61. package/dist/custom-elements-jsdocs.json +656 -0
  62. package/dist/directive-BKuZRRPO.js +9 -0
  63. package/dist/directive-BKuZRRPO.js.map +1 -0
  64. package/dist/divider.js +123 -0
  65. package/dist/divider.js.map +1 -0
  66. package/dist/{component/icon.js → icon.js} +20 -101
  67. package/dist/icon.js.map +1 -0
  68. package/dist/index.js +11 -67
  69. package/dist/index.js.map +1 -1
  70. package/dist/peacock-loader.js +21 -12
  71. package/dist/peacock-loader.js.map +1 -1
  72. package/dist/{directive-CKEA2P55.js → property-D4Kn9TsY.js} +6 -13
  73. package/dist/property-D4Kn9TsY.js.map +1 -0
  74. package/dist/src/avatar/avatar.d.ts +19 -0
  75. package/dist/src/avatar/p-avatar.d.ts +0 -7
  76. package/dist/src/badge/badge.d.ts +15 -1
  77. package/dist/src/badge/p-badge.d.ts +0 -5
  78. package/dist/src/clock/clock.css.d.ts +1 -0
  79. package/dist/src/clock/clock.d.ts +27 -0
  80. package/dist/src/clock/index.d.ts +1 -0
  81. package/dist/src/divider/divider.css.d.ts +1 -0
  82. package/dist/src/divider/divider.d.ts +28 -0
  83. package/dist/src/divider/index.d.ts +1 -0
  84. package/dist/src/icon/icon.d.ts +21 -1
  85. package/dist/src/icon/p-icon.d.ts +0 -7
  86. package/dist/src/index.d.ts +2 -0
  87. package/dist/src/utils.d.ts +1 -0
  88. package/dist/state-CxzmLNIi.js +10 -0
  89. package/dist/state-CxzmLNIi.js.map +1 -0
  90. package/dist/styleMixins.css-CivfMYtB.js +17 -0
  91. package/dist/styleMixins.css-CivfMYtB.js.map +1 -0
  92. package/dist/tsconfig.tsbuildinfo +1 -1
  93. package/dist/utils-_5no4mk7.js +128 -0
  94. package/dist/utils-_5no4mk7.js.map +1 -0
  95. package/package.json +8 -8
  96. package/readme.md +5 -17
  97. package/rollup.config.js +71 -37
  98. package/scratch.mjs +0 -0
  99. package/src/avatar/avatar.css.ts +1 -1
  100. package/src/avatar/avatar.ts +19 -0
  101. package/src/avatar/p-avatar.ts +0 -7
  102. package/src/badge/badge.css.ts +5 -4
  103. package/src/badge/badge.ts +30 -8
  104. package/src/badge/demo/index.html +9 -1
  105. package/src/badge/p-badge.ts +0 -5
  106. package/src/clock/clock.css.ts +12 -0
  107. package/src/clock/clock.ts +57 -0
  108. package/src/clock/demo/index.html +26 -0
  109. package/src/clock/index.ts +1 -0
  110. package/src/divider/demo/index.html +58 -0
  111. package/src/divider/divider.css.ts +58 -0
  112. package/src/divider/divider.ts +65 -0
  113. package/src/divider/index.ts +1 -0
  114. package/src/icon/icon.ts +21 -1
  115. package/src/icon/p-icon.ts +0 -7
  116. package/src/index.ts +2 -0
  117. package/src/peacock-loader.ts +12 -3
  118. package/src/utils.ts +43 -0
  119. package/assets/tokens.css +0 -522
  120. package/copyDesignFiles.js +0 -11
  121. package/custom-elements.md +0 -192
  122. package/dist/avatar-GQwWRGRw.js +0 -418
  123. package/dist/avatar-GQwWRGRw.js.map +0 -1
  124. package/dist/avatar-jfcIDB8G.js +0 -424
  125. package/dist/avatar-jfcIDB8G.js.map +0 -1
  126. package/dist/component/avatar.js.map +0 -1
  127. package/dist/component/icon.js.map +0 -1
  128. package/dist/directive-CKEA2P55.js.map +0 -1
  129. package/dist/utils-CSwoJIcG.js +0 -171
  130. package/dist/utils-CSwoJIcG.js.map +0 -1
  131. package/dist/web-types.json +0 -78
  132. package/readme-gen.mjs +0 -24
@@ -0,0 +1,656 @@
1
+ [
2
+ {
3
+ "rawTag": "avatar",
4
+ "label": "Avatar",
5
+ "jsdoc": {
6
+ "@label": [
7
+ {
8
+ "kind": "text",
9
+ "text": "Avatar"
10
+ }
11
+ ],
12
+ "@tag": [
13
+ {
14
+ "kind": "text",
15
+ "text": "p-avatar"
16
+ }
17
+ ],
18
+ "@rawTag": [
19
+ {
20
+ "kind": "text",
21
+ "text": "avatar"
22
+ }
23
+ ],
24
+ "@summary": [
25
+ {
26
+ "kind": "text",
27
+ "text": "The Avatar component is used to represent user, and displays the profile picture, initials or fallback icon."
28
+ }
29
+ ],
30
+ "@cssprop": [
31
+ {
32
+ "kind": "text",
33
+ "text": "--avatar-text-color - Controls the color of the text inside the avatar."
34
+ }
35
+ ],
36
+ "@example": [
37
+ {
38
+ "kind": "code",
39
+ "text": "```html\n<p-avatar name=\"Shivaji Varma\" src=\"https://peacock.redvars.com/assets/img/avatar.webp\"></p-avatar>\n```"
40
+ }
41
+ ],
42
+ "@tags": [
43
+ {
44
+ "kind": "text",
45
+ "text": "display"
46
+ }
47
+ ]
48
+ },
49
+ "customElement": {
50
+ "kind": "class",
51
+ "description": "",
52
+ "name": "Avatar",
53
+ "cssProperties": [
54
+ {
55
+ "description": "Controls the border radius of the avatar.",
56
+ "name": "--avatar-border-radius"
57
+ },
58
+ {
59
+ "description": "Controls the color of the avatar.",
60
+ "name": "--avatar-background-color"
61
+ },
62
+ {
63
+ "description": "Controls the size of the avatar.",
64
+ "name": "--avatar-size"
65
+ },
66
+ {
67
+ "description": "Controls the color of the text inside the avatar.",
68
+ "name": "--avatar-text-color"
69
+ }
70
+ ],
71
+ "members": [
72
+ {
73
+ "kind": "field",
74
+ "name": "name",
75
+ "type": {
76
+ "text": "string"
77
+ },
78
+ "default": "''",
79
+ "attribute": "name",
80
+ "reflects": true
81
+ },
82
+ {
83
+ "kind": "field",
84
+ "name": "src",
85
+ "type": {
86
+ "text": "string | undefined"
87
+ },
88
+ "attribute": "src",
89
+ "reflects": true
90
+ },
91
+ {
92
+ "kind": "method",
93
+ "name": "__getInitials",
94
+ "privacy": "private"
95
+ }
96
+ ],
97
+ "attributes": [
98
+ {
99
+ "name": "name",
100
+ "type": {
101
+ "text": "string"
102
+ },
103
+ "default": "''",
104
+ "fieldName": "name"
105
+ },
106
+ {
107
+ "name": "src",
108
+ "type": {
109
+ "text": "string | undefined"
110
+ },
111
+ "fieldName": "src"
112
+ }
113
+ ],
114
+ "superclass": {
115
+ "name": "LitElement",
116
+ "package": "lit"
117
+ },
118
+ "tagName": "p-avatar",
119
+ "customElement": true,
120
+ "summary": "The Avatar component is used to represent user, and displays the profile picture, initials or fallback icon.",
121
+ "rawTag": {
122
+ "name": "avatar",
123
+ "description": ""
124
+ }
125
+ }
126
+ },
127
+ {
128
+ "rawTag": "badge",
129
+ "label": "Badge",
130
+ "jsdoc": {
131
+ "@label": [
132
+ {
133
+ "kind": "text",
134
+ "text": "Badge"
135
+ }
136
+ ],
137
+ "@tag": [
138
+ {
139
+ "kind": "text",
140
+ "text": "p-badge"
141
+ }
142
+ ],
143
+ "@rawTag": [
144
+ {
145
+ "kind": "text",
146
+ "text": "badge"
147
+ }
148
+ ],
149
+ "@summary": [
150
+ {
151
+ "kind": "text",
152
+ "text": "The badge component is used to display a small amount of information to the user."
153
+ }
154
+ ],
155
+ "@cssprop": [
156
+ {
157
+ "kind": "text",
158
+ "text": "--badge-color - Controls the color of the badge."
159
+ }
160
+ ],
161
+ "@example": [
162
+ {
163
+ "kind": "code",
164
+ "text": "```html\n<p-badge>1</p-badge>\n```"
165
+ }
166
+ ],
167
+ "@tags": [
168
+ {
169
+ "kind": "text",
170
+ "text": "display"
171
+ }
172
+ ]
173
+ },
174
+ "customElement": {
175
+ "kind": "class",
176
+ "description": "",
177
+ "name": "Badge",
178
+ "cssProperties": [
179
+ {
180
+ "description": "Controls the color of the badge.",
181
+ "name": "--badge-color"
182
+ }
183
+ ],
184
+ "members": [
185
+ {
186
+ "kind": "field",
187
+ "name": "name",
188
+ "type": {
189
+ "text": "string"
190
+ },
191
+ "default": "''",
192
+ "attribute": "name",
193
+ "reflects": true
194
+ },
195
+ {
196
+ "kind": "field",
197
+ "name": "src",
198
+ "type": {
199
+ "text": "string | undefined"
200
+ },
201
+ "attribute": "src",
202
+ "reflects": true
203
+ },
204
+ {
205
+ "kind": "field",
206
+ "name": "slotHasContent",
207
+ "type": {
208
+ "text": "boolean"
209
+ },
210
+ "default": "false"
211
+ }
212
+ ],
213
+ "attributes": [
214
+ {
215
+ "name": "name",
216
+ "type": {
217
+ "text": "string"
218
+ },
219
+ "default": "''",
220
+ "fieldName": "name"
221
+ },
222
+ {
223
+ "name": "src",
224
+ "type": {
225
+ "text": "string | undefined"
226
+ },
227
+ "fieldName": "src"
228
+ }
229
+ ],
230
+ "superclass": {
231
+ "name": "LitElement",
232
+ "package": "lit"
233
+ },
234
+ "tagName": "p-badge",
235
+ "customElement": true,
236
+ "summary": "The badge component is used to display a small amount of information to the user.",
237
+ "rawTag": {
238
+ "name": "badge",
239
+ "description": ""
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "rawTag": "clock",
245
+ "label": "Clock",
246
+ "jsdoc": {
247
+ "@label": [
248
+ {
249
+ "kind": "text",
250
+ "text": "Clock"
251
+ }
252
+ ],
253
+ "@tag": [
254
+ {
255
+ "kind": "text",
256
+ "text": "p-clock"
257
+ }
258
+ ],
259
+ "@rawTag": [
260
+ {
261
+ "kind": "text",
262
+ "text": "clock"
263
+ }
264
+ ],
265
+ "@summary": [
266
+ {
267
+ "kind": "text",
268
+ "text": "Displays the current time in a given timezone."
269
+ }
270
+ ],
271
+ "@overview": [
272
+ {
273
+ "kind": "text",
274
+ "text": "- Clocks are used to display the current time in a specified timezone.\n - They can be displayed in various formats, including 12-hour and 24-hour time."
275
+ }
276
+ ],
277
+ "@example": [
278
+ {
279
+ "kind": "code",
280
+ "text": "```html\n<p-clock></p-clock>\n```"
281
+ }
282
+ ],
283
+ "@tags": [
284
+ {
285
+ "kind": "text",
286
+ "text": "display"
287
+ }
288
+ ]
289
+ },
290
+ "customElement": {
291
+ "kind": "class",
292
+ "description": "",
293
+ "name": "Clock",
294
+ "members": [
295
+ {
296
+ "kind": "field",
297
+ "name": "timezone",
298
+ "type": {
299
+ "text": "string | undefined"
300
+ },
301
+ "attribute": "timezone"
302
+ },
303
+ {
304
+ "kind": "field",
305
+ "name": "currentTime",
306
+ "type": {
307
+ "text": "string"
308
+ },
309
+ "default": "''"
310
+ },
311
+ {
312
+ "kind": "field",
313
+ "name": "_timerId",
314
+ "type": {
315
+ "text": "any"
316
+ },
317
+ "privacy": "private"
318
+ },
319
+ {
320
+ "kind": "method",
321
+ "name": "__updateCurrentTime"
322
+ }
323
+ ],
324
+ "attributes": [
325
+ {
326
+ "name": "timezone",
327
+ "type": {
328
+ "text": "string | undefined"
329
+ },
330
+ "fieldName": "timezone"
331
+ }
332
+ ],
333
+ "superclass": {
334
+ "name": "LitElement",
335
+ "package": "lit"
336
+ },
337
+ "tagName": "p-clock",
338
+ "customElement": true,
339
+ "summary": "Displays the current time in a given timezone.",
340
+ "rawTag": {
341
+ "name": "clock",
342
+ "description": ""
343
+ }
344
+ }
345
+ },
346
+ {
347
+ "rawTag": "divider",
348
+ "label": "Divider",
349
+ "jsdoc": {
350
+ "@label": [
351
+ {
352
+ "kind": "text",
353
+ "text": "Divider"
354
+ }
355
+ ],
356
+ "@tag": [
357
+ {
358
+ "kind": "text",
359
+ "text": "p-divider"
360
+ }
361
+ ],
362
+ "@rawTag": [
363
+ {
364
+ "kind": "text",
365
+ "text": "divider"
366
+ }
367
+ ],
368
+ "@summary": [
369
+ {
370
+ "kind": "text",
371
+ "text": "The divider component is used to visually separate content."
372
+ }
373
+ ],
374
+ "@overview": [
375
+ {
376
+ "kind": "text",
377
+ "text": "- Dividers are used to separate content into clear groups, making it easier for users to scan and understand the information presented.\n - They can be oriented either vertically or horizontally, depending on the layout requirements."
378
+ }
379
+ ],
380
+ "@cssprop": [
381
+ {
382
+ "kind": "text",
383
+ "text": "--divider-padding - Controls the padding of the divider."
384
+ }
385
+ ],
386
+ "@example": [
387
+ {
388
+ "kind": "code",
389
+ "text": "```html\n<p-divider style=\"width: 12rem;\">or</p-divider>\n```"
390
+ }
391
+ ],
392
+ "@tags": [
393
+ {
394
+ "kind": "text",
395
+ "text": "display"
396
+ }
397
+ ]
398
+ },
399
+ "customElement": {
400
+ "kind": "class",
401
+ "description": "",
402
+ "name": "Divider",
403
+ "cssProperties": [
404
+ {
405
+ "description": "Controls the color of the divider.",
406
+ "name": "--divider-color"
407
+ },
408
+ {
409
+ "description": "Controls the padding of the divider.",
410
+ "name": "--divider-padding"
411
+ }
412
+ ],
413
+ "members": [
414
+ {
415
+ "kind": "field",
416
+ "name": "vertical",
417
+ "type": {
418
+ "text": "boolean"
419
+ },
420
+ "default": "false",
421
+ "attribute": "vertical",
422
+ "reflects": true
423
+ },
424
+ {
425
+ "kind": "field",
426
+ "name": "slotHasContent",
427
+ "type": {
428
+ "text": "boolean"
429
+ },
430
+ "default": "false"
431
+ },
432
+ {
433
+ "kind": "method",
434
+ "name": "#handleSlotChange",
435
+ "privacy": "private",
436
+ "parameters": [
437
+ {
438
+ "name": "event",
439
+ "type": {
440
+ "text": "{ target: any }"
441
+ }
442
+ }
443
+ ]
444
+ }
445
+ ],
446
+ "attributes": [
447
+ {
448
+ "name": "vertical",
449
+ "type": {
450
+ "text": "boolean"
451
+ },
452
+ "default": "false",
453
+ "fieldName": "vertical"
454
+ }
455
+ ],
456
+ "superclass": {
457
+ "name": "LitElement",
458
+ "package": "lit"
459
+ },
460
+ "tagName": "p-divider",
461
+ "customElement": true,
462
+ "summary": "The divider component is used to visually separate content.",
463
+ "rawTag": {
464
+ "name": "divider",
465
+ "description": ""
466
+ }
467
+ }
468
+ },
469
+ {
470
+ "rawTag": "icon",
471
+ "label": "Icon",
472
+ "jsdoc": {
473
+ "@label": [
474
+ {
475
+ "kind": "text",
476
+ "text": "Icon"
477
+ }
478
+ ],
479
+ "@tag": [
480
+ {
481
+ "kind": "text",
482
+ "text": "p-icon"
483
+ }
484
+ ],
485
+ "@rawTag": [
486
+ {
487
+ "kind": "text",
488
+ "text": "icon"
489
+ }
490
+ ],
491
+ "@summary": [
492
+ {
493
+ "kind": "text",
494
+ "text": "Icons are visual symbols used to represent ideas, objects, or actions."
495
+ }
496
+ ],
497
+ "@overview": [
498
+ {
499
+ "kind": "text",
500
+ "text": "Icons are visual symbols used to represent ideas, objects, or actions. They communicate messages at a glance, afford interactivity, and draw attention to important information."
501
+ }
502
+ ],
503
+ "@cssprop": [
504
+ {
505
+ "kind": "text",
506
+ "text": "[--icon-size=1rem] - Controls the size of the icon. Defaults to \"1rem\""
507
+ }
508
+ ],
509
+ "@example": [
510
+ {
511
+ "kind": "code",
512
+ "text": "```html\n<p-icon name=\"home\"></p-icon>\n```"
513
+ }
514
+ ]
515
+ },
516
+ "customElement": {
517
+ "kind": "class",
518
+ "description": "",
519
+ "name": "Icon",
520
+ "cssProperties": [
521
+ {
522
+ "description": "Controls the color of the icon.",
523
+ "name": "--icon-color"
524
+ },
525
+ {
526
+ "description": "Controls the size of the icon. Defaults to \"1rem\"",
527
+ "name": "--icon-size",
528
+ "default": "1rem"
529
+ }
530
+ ],
531
+ "members": [
532
+ {
533
+ "kind": "field",
534
+ "name": "name",
535
+ "type": {
536
+ "text": "string | undefined"
537
+ },
538
+ "description": "The identifier for the icon.\nThis name corresponds to a specific SVG asset in the icon set.",
539
+ "attribute": "name",
540
+ "reflects": true
541
+ },
542
+ {
543
+ "kind": "field",
544
+ "name": "src",
545
+ "type": {
546
+ "text": "string | undefined"
547
+ },
548
+ "attribute": "src",
549
+ "reflects": true
550
+ },
551
+ {
552
+ "kind": "field",
553
+ "name": "provider",
554
+ "type": {
555
+ "text": "'material-symbols' | 'carbon'"
556
+ },
557
+ "default": "'material-symbols'",
558
+ "attribute": "provider"
559
+ },
560
+ {
561
+ "kind": "field",
562
+ "name": "svgContent",
563
+ "type": {
564
+ "text": "string"
565
+ },
566
+ "privacy": "private",
567
+ "default": "''"
568
+ },
569
+ {
570
+ "kind": "field",
571
+ "name": "loading",
572
+ "type": {
573
+ "text": "boolean"
574
+ },
575
+ "privacy": "private",
576
+ "default": "false"
577
+ },
578
+ {
579
+ "kind": "field",
580
+ "name": "error",
581
+ "type": {
582
+ "text": "Error | null"
583
+ },
584
+ "privacy": "private",
585
+ "default": "null"
586
+ },
587
+ {
588
+ "kind": "field",
589
+ "name": "_fetchId",
590
+ "type": {
591
+ "text": "number"
592
+ },
593
+ "privacy": "private",
594
+ "default": "0"
595
+ },
596
+ {
597
+ "kind": "field",
598
+ "name": "_debounceTimer",
599
+ "type": {
600
+ "text": "number | undefined"
601
+ },
602
+ "privacy": "private"
603
+ },
604
+ {
605
+ "kind": "method",
606
+ "name": "__scheduleUpdate",
607
+ "privacy": "private"
608
+ }
609
+ ],
610
+ "events": [
611
+ {
612
+ "name": "icon-error",
613
+ "type": {
614
+ "text": "CustomEvent"
615
+ }
616
+ }
617
+ ],
618
+ "attributes": [
619
+ {
620
+ "name": "name",
621
+ "type": {
622
+ "text": "string | undefined"
623
+ },
624
+ "description": "The identifier for the icon.\nThis name corresponds to a specific SVG asset in the icon set.",
625
+ "fieldName": "name"
626
+ },
627
+ {
628
+ "name": "src",
629
+ "type": {
630
+ "text": "string | undefined"
631
+ },
632
+ "fieldName": "src"
633
+ },
634
+ {
635
+ "name": "provider",
636
+ "type": {
637
+ "text": "'material-symbols' | 'carbon'"
638
+ },
639
+ "default": "'material-symbols'",
640
+ "fieldName": "provider"
641
+ }
642
+ ],
643
+ "superclass": {
644
+ "name": "LitElement",
645
+ "package": "lit"
646
+ },
647
+ "tagName": "p-icon",
648
+ "customElement": true,
649
+ "summary": "Icons are visual symbols used to represent ideas, objects, or actions.",
650
+ "rawTag": {
651
+ "name": "icon",
652
+ "description": ""
653
+ }
654
+ }
655
+ }
656
+ ]
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
+ const t={ATTRIBUTE:1,CHILD:2},e=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i;}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
7
+
8
+ export { e, i, t };
9
+ //# sourceMappingURL=directive-BKuZRRPO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"directive-BKuZRRPO.js","sources":["../node_modules/lit-html/directive.js"],"sourcesContent":["/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}export{i as Directive,t as PartType,e as directive};\n//# sourceMappingURL=directive.js.map\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACK,MAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAkD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,EAAE,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;;;;","x_google_ignoreList":[0]}