@skedulo/breeze-ui 0.10.2 → 0.10.4

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.
@@ -178,279 +178,939 @@
178
178
  },
179
179
  {
180
180
  "kind": "javascript-module",
181
- "path": "src/helpers/css-helpers.ts",
181
+ "path": "src/layout/flex.ts",
182
182
  "declarations": [
183
183
  {
184
- "kind": "function",
185
- "name": "getFocusStyles",
186
- "parameters": [
184
+ "kind": "variable",
185
+ "name": "ROW"
186
+ },
187
+ {
188
+ "kind": "variable",
189
+ "name": "COLUMN"
190
+ },
191
+ {
192
+ "kind": "class",
193
+ "description": "Row layout.",
194
+ "name": "Row",
195
+ "members": [
187
196
  {
188
- "name": "selector",
197
+ "kind": "field",
198
+ "name": "verticalAlign",
189
199
  "type": {
190
- "text": "string"
200
+ "text": "'top' | 'middle' | 'bottom'"
191
201
  },
192
- "description": "A CSS selector targeting an interactive element."
193
- },
202
+ "default": "'top'",
203
+ "attribute": "vertical-align",
204
+ "reflects": true
205
+ }
206
+ ],
207
+ "attributes": [
194
208
  {
195
- "name": "extraRules",
196
- "default": "css``",
197
- "description": "Optional rules to append. Useful for overrides."
209
+ "name": "vertical-align",
210
+ "type": {
211
+ "text": "'top' | 'middle' | 'bottom'"
212
+ },
213
+ "default": "'top'",
214
+ "fieldName": "verticalAlign"
198
215
  }
199
216
  ],
200
- "description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
201
- },
202
- {
203
- "kind": "variable",
204
- "name": "invisibleButtonRules",
205
- "default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
206
- "description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
217
+ "superclass": {
218
+ "name": "LitElement",
219
+ "package": "lit"
220
+ },
221
+ "tagName": "brz-row",
222
+ "customElement": true
207
223
  },
208
224
  {
209
- "kind": "function",
210
- "name": "getInvisibleButtonStyles",
211
- "parameters": [
225
+ "kind": "class",
226
+ "description": "Column layout.",
227
+ "name": "Column",
228
+ "members": [
212
229
  {
213
- "name": "selector",
230
+ "kind": "field",
231
+ "name": "align",
214
232
  "type": {
215
- "text": "string"
233
+ "text": "'left' | 'center' | 'right'"
216
234
  },
217
- "description": "A CSS selector targeting a button"
218
- },
235
+ "default": "'left'",
236
+ "attribute": "align"
237
+ }
238
+ ],
239
+ "attributes": [
219
240
  {
220
- "name": "extraRules",
221
- "default": "css``",
222
- "description": "Optional rules to append. Useful for overrides."
241
+ "name": "align",
242
+ "type": {
243
+ "text": "'left' | 'center' | 'right'"
244
+ },
245
+ "default": "'left'",
246
+ "fieldName": "align"
223
247
  }
224
248
  ],
225
- "description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
249
+ "superclass": {
250
+ "name": "LitElement",
251
+ "package": "lit"
252
+ },
253
+ "tagName": "brz-column",
254
+ "customElement": true
226
255
  }
227
256
  ],
228
257
  "exports": [
229
258
  {
230
259
  "kind": "js",
231
- "name": "getFocusStyles",
260
+ "name": "ROW",
232
261
  "declaration": {
233
- "name": "getFocusStyles",
234
- "module": "src/helpers/css-helpers.ts"
262
+ "name": "ROW",
263
+ "module": "src/layout/flex.ts"
235
264
  }
236
265
  },
237
266
  {
238
267
  "kind": "js",
239
- "name": "invisibleButtonRules",
268
+ "name": "COLUMN",
240
269
  "declaration": {
241
- "name": "invisibleButtonRules",
242
- "module": "src/helpers/css-helpers.ts"
270
+ "name": "COLUMN",
271
+ "module": "src/layout/flex.ts"
243
272
  }
244
273
  },
245
274
  {
246
275
  "kind": "js",
247
- "name": "getInvisibleButtonStyles",
276
+ "name": "Row",
248
277
  "declaration": {
249
- "name": "getInvisibleButtonStyles",
250
- "module": "src/helpers/css-helpers.ts"
278
+ "name": "Row",
279
+ "module": "src/layout/flex.ts"
280
+ }
281
+ },
282
+ {
283
+ "kind": "custom-element-definition",
284
+ "declaration": {
285
+ "name": "Row",
286
+ "module": "src/layout/flex.ts"
287
+ }
288
+ },
289
+ {
290
+ "kind": "js",
291
+ "name": "Column",
292
+ "declaration": {
293
+ "name": "Column",
294
+ "module": "src/layout/flex.ts"
295
+ }
296
+ },
297
+ {
298
+ "kind": "custom-element-definition",
299
+ "declaration": {
300
+ "name": "Column",
301
+ "module": "src/layout/flex.ts"
251
302
  }
252
303
  }
253
304
  ]
254
305
  },
255
306
  {
256
307
  "kind": "javascript-module",
257
- "path": "src/helpers/index.ts",
258
- "declarations": [],
308
+ "path": "src/layout/footer.ts",
309
+ "declarations": [
310
+ {
311
+ "kind": "variable",
312
+ "name": "FOOTER"
313
+ },
314
+ {
315
+ "kind": "class",
316
+ "description": "Footer layout.",
317
+ "name": "Footer",
318
+ "members": [],
319
+ "superclass": {
320
+ "name": "LitElement",
321
+ "package": "lit"
322
+ },
323
+ "tagName": "brz-footer",
324
+ "customElement": true
325
+ }
326
+ ],
259
327
  "exports": [
260
328
  {
261
329
  "kind": "js",
262
- "name": "*",
330
+ "name": "FOOTER",
263
331
  "declaration": {
264
- "name": "*",
265
- "package": "./css-helpers"
332
+ "name": "FOOTER",
333
+ "module": "src/layout/footer.ts"
334
+ }
335
+ },
336
+ {
337
+ "kind": "js",
338
+ "name": "Footer",
339
+ "declaration": {
340
+ "name": "Footer",
341
+ "module": "src/layout/footer.ts"
342
+ }
343
+ },
344
+ {
345
+ "kind": "custom-element-definition",
346
+ "declaration": {
347
+ "name": "Footer",
348
+ "module": "src/layout/footer.ts"
266
349
  }
267
350
  }
268
351
  ]
269
352
  },
270
353
  {
271
354
  "kind": "javascript-module",
272
- "path": "src/components/alert.ts",
355
+ "path": "src/layout/header-footer-page.ts",
273
356
  "declarations": [
274
357
  {
275
358
  "kind": "variable",
276
- "name": "alertTypes",
277
- "type": {
278
- "text": "['info', 'success', 'warning', 'error']"
359
+ "name": "HEADER_FOOTER_PAGE"
360
+ },
361
+ {
362
+ "kind": "class",
363
+ "description": "Header footer page layout.",
364
+ "name": "HeaderFooterPage",
365
+ "members": [],
366
+ "superclass": {
367
+ "name": "LitElement",
368
+ "package": "lit"
279
369
  },
280
- "default": "['info', 'success', 'warning', 'error']"
370
+ "tagName": "brz-header-footer-page",
371
+ "customElement": true
372
+ }
373
+ ],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "HEADER_FOOTER_PAGE",
378
+ "declaration": {
379
+ "name": "HEADER_FOOTER_PAGE",
380
+ "module": "src/layout/header-footer-page.ts"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "HeaderFooterPage",
386
+ "declaration": {
387
+ "name": "HeaderFooterPage",
388
+ "module": "src/layout/header-footer-page.ts"
389
+ }
281
390
  },
391
+ {
392
+ "kind": "custom-element-definition",
393
+ "declaration": {
394
+ "name": "HeaderFooterPage",
395
+ "module": "src/layout/header-footer-page.ts"
396
+ }
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "kind": "javascript-module",
402
+ "path": "src/layout/header.ts",
403
+ "declarations": [
282
404
  {
283
405
  "kind": "variable",
284
- "name": "ALERT"
406
+ "name": "HEADER"
285
407
  },
286
408
  {
287
409
  "kind": "class",
288
- "description": "",
289
- "name": "AlertEvent",
410
+ "description": "Header layout.",
411
+ "name": "Header",
412
+ "members": [],
290
413
  "superclass": {
291
- "name": "CustomEvent",
292
- "module": "src/components/alert.ts"
414
+ "name": "LitElement",
415
+ "package": "lit"
416
+ },
417
+ "deprecated": "Use PageHeader component instead",
418
+ "tagName": "brz-header",
419
+ "customElement": true
420
+ }
421
+ ],
422
+ "exports": [
423
+ {
424
+ "kind": "js",
425
+ "name": "HEADER",
426
+ "declaration": {
427
+ "name": "HEADER",
428
+ "module": "src/layout/header.ts"
429
+ }
430
+ },
431
+ {
432
+ "kind": "js",
433
+ "name": "Header",
434
+ "declaration": {
435
+ "name": "Header",
436
+ "module": "src/layout/header.ts"
437
+ }
438
+ },
439
+ {
440
+ "kind": "custom-element-definition",
441
+ "declaration": {
442
+ "name": "Header",
443
+ "module": "src/layout/header.ts"
444
+ }
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "kind": "javascript-module",
450
+ "path": "src/layout/index.ts",
451
+ "declarations": [],
452
+ "exports": [
453
+ {
454
+ "kind": "js",
455
+ "name": "*",
456
+ "declaration": {
457
+ "name": "*",
458
+ "package": "./header"
459
+ }
460
+ },
461
+ {
462
+ "kind": "js",
463
+ "name": "*",
464
+ "declaration": {
465
+ "name": "*",
466
+ "package": "./flex"
467
+ }
468
+ },
469
+ {
470
+ "kind": "js",
471
+ "name": "*",
472
+ "declaration": {
473
+ "name": "*",
474
+ "package": "./split-row"
475
+ }
476
+ },
477
+ {
478
+ "kind": "js",
479
+ "name": "*",
480
+ "declaration": {
481
+ "name": "*",
482
+ "package": "./header-footer-page"
483
+ }
484
+ },
485
+ {
486
+ "kind": "js",
487
+ "name": "*",
488
+ "declaration": {
489
+ "name": "*",
490
+ "package": "./responsive-columns"
491
+ }
492
+ },
493
+ {
494
+ "kind": "js",
495
+ "name": "*",
496
+ "declaration": {
497
+ "name": "*",
498
+ "package": "./footer"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./page-header"
293
507
  }
294
508
  },
509
+ {
510
+ "kind": "js",
511
+ "name": "*",
512
+ "declaration": {
513
+ "name": "*",
514
+ "package": "./grid"
515
+ }
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "kind": "javascript-module",
521
+ "path": "src/layout/page-header.ts",
522
+ "declarations": [
523
+ {
524
+ "kind": "variable",
525
+ "name": "PAGE_HEADER"
526
+ },
295
527
  {
296
528
  "kind": "class",
297
- "description": "Alerts provide urgent contextual feedback in response to user action or\nsystem activity.",
298
- "name": "Alert",
299
- "members": [
529
+ "description": "Use a Page Header to apply a consistent look and feel across all application\npages. It exposes several flexible content slots to support designs across\nvarious feature areas.",
530
+ "name": "PageHeader",
531
+ "slots": [
300
532
  {
301
- "kind": "field",
302
- "name": "type",
303
- "type": {
304
- "text": "AlertType"
305
- },
306
- "default": "'info'",
307
- "description": "An alert type correlating with its severity.",
308
- "attribute": "type",
309
- "reflects": true
533
+ "description": "Supply a title as HTML if needed. Will be wrapped in a Level 1 heading. Ignores `pageTitle` property.",
534
+ "name": "title"
310
535
  },
311
536
  {
312
- "kind": "field",
313
- "name": "clearable",
314
- "type": {
315
- "text": "boolean"
316
- },
317
- "default": "false",
318
- "description": "Adds the ability to dismiss the alert",
319
- "attribute": "clearable"
537
+ "description": "An area to the left of the title, often used for avatars",
538
+ "name": "decorator"
320
539
  },
321
540
  {
322
- "kind": "field",
323
- "name": "title",
324
- "type": {
325
- "text": "string"
326
- },
327
- "default": "''",
328
- "description": "Optional alert title text",
329
- "attribute": "title"
541
+ "description": "A subtitle provides additional context to the title",
542
+ "name": "subtitle"
330
543
  },
331
544
  {
332
- "kind": "method",
333
- "name": "getIcon"
545
+ "description": "A flexible area for tags and other descriptive content",
546
+ "name": "description"
334
547
  },
335
548
  {
336
- "kind": "method",
337
- "name": "clear"
549
+ "description": "An area to the right of the title, often used for status labels",
550
+ "name": "info"
551
+ },
552
+ {
553
+ "description": "Typically used for one or more action buttons",
554
+ "name": "actions"
338
555
  }
339
556
  ],
340
- "events": [
557
+ "members": [
341
558
  {
342
- "name": "brz-alert-cleared",
559
+ "kind": "field",
560
+ "name": "pageTitle",
343
561
  "type": {
344
- "text": "AlertEvent"
562
+ "text": "string | undefined"
345
563
  },
346
- "description": "Fired when the alert is dismissed"
564
+ "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
565
+ "attribute": "page-title"
347
566
  }
348
567
  ],
349
568
  "attributes": [
350
569
  {
351
- "name": "type",
352
- "type": {
353
- "text": "AlertType"
354
- },
355
- "default": "'info'",
356
- "description": "An alert type correlating with its severity.",
357
- "fieldName": "type"
358
- },
359
- {
360
- "name": "clearable",
361
- "type": {
362
- "text": "boolean"
363
- },
364
- "default": "false",
365
- "description": "Adds the ability to dismiss the alert",
366
- "fieldName": "clearable"
367
- },
368
- {
369
- "name": "title",
570
+ "name": "page-title",
370
571
  "type": {
371
- "text": "string"
572
+ "text": "string | undefined"
372
573
  },
373
- "default": "''",
374
- "description": "Optional alert title text",
375
- "fieldName": "title"
574
+ "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
575
+ "fieldName": "pageTitle"
376
576
  }
377
577
  ],
378
578
  "superclass": {
379
579
  "name": "LitElement",
380
580
  "package": "lit"
381
581
  },
382
- "tagName": "brz-alert",
582
+ "tagName": "brz-page-header",
383
583
  "customElement": true
384
584
  }
385
585
  ],
386
586
  "exports": [
387
587
  {
388
588
  "kind": "js",
389
- "name": "alertTypes",
589
+ "name": "PAGE_HEADER",
390
590
  "declaration": {
391
- "name": "alertTypes",
392
- "module": "src/components/alert.ts"
591
+ "name": "PAGE_HEADER",
592
+ "module": "src/layout/page-header.ts"
393
593
  }
394
594
  },
395
595
  {
396
596
  "kind": "js",
397
- "name": "ALERT",
597
+ "name": "PageHeader",
398
598
  "declaration": {
399
- "name": "ALERT",
400
- "module": "src/components/alert.ts"
599
+ "name": "PageHeader",
600
+ "module": "src/layout/page-header.ts"
601
+ }
602
+ },
603
+ {
604
+ "kind": "custom-element-definition",
605
+ "declaration": {
606
+ "name": "PageHeader",
607
+ "module": "src/layout/page-header.ts"
401
608
  }
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "kind": "javascript-module",
614
+ "path": "src/layout/responsive-columns.ts",
615
+ "declarations": [
616
+ {
617
+ "kind": "variable",
618
+ "name": "RESPONSIVE_COLUMNS"
402
619
  },
620
+ {
621
+ "kind": "class",
622
+ "description": "Responsive columns layout.",
623
+ "name": "ResponsiveColumns",
624
+ "members": [],
625
+ "superclass": {
626
+ "name": "LitElement",
627
+ "package": "lit"
628
+ },
629
+ "tagName": "brz-responsive-columns",
630
+ "customElement": true
631
+ }
632
+ ],
633
+ "exports": [
403
634
  {
404
635
  "kind": "js",
405
- "name": "AlertEvent",
636
+ "name": "RESPONSIVE_COLUMNS",
406
637
  "declaration": {
407
- "name": "AlertEvent",
408
- "module": "src/components/alert.ts"
638
+ "name": "RESPONSIVE_COLUMNS",
639
+ "module": "src/layout/responsive-columns.ts"
409
640
  }
410
641
  },
411
642
  {
412
643
  "kind": "js",
413
- "name": "Alert",
644
+ "name": "ResponsiveColumns",
414
645
  "declaration": {
415
- "name": "Alert",
416
- "module": "src/components/alert.ts"
646
+ "name": "ResponsiveColumns",
647
+ "module": "src/layout/responsive-columns.ts"
417
648
  }
418
649
  },
419
650
  {
420
651
  "kind": "custom-element-definition",
421
652
  "declaration": {
422
- "name": "Alert",
423
- "module": "src/components/alert.ts"
653
+ "name": "ResponsiveColumns",
654
+ "module": "src/layout/responsive-columns.ts"
424
655
  }
425
656
  }
426
657
  ]
427
658
  },
428
659
  {
429
660
  "kind": "javascript-module",
430
- "path": "src/components/avatar.ts",
661
+ "path": "src/layout/split-row.ts",
431
662
  "declarations": [
432
663
  {
433
664
  "kind": "variable",
434
- "name": "AVATAR"
665
+ "name": "SPLIT_ROW"
435
666
  },
436
667
  {
437
668
  "kind": "variable",
438
- "name": "AVATAR_GROUP"
669
+ "name": "ACTION_BAR"
439
670
  },
440
671
  {
441
672
  "kind": "class",
442
- "description": "Avatar component.",
443
- "name": "Avatar",
673
+ "description": "Split row layout.",
674
+ "name": "SplitRow",
675
+ "slots": [
676
+ {
677
+ "description": "Content to populate the left side",
678
+ "name": "left"
679
+ },
680
+ {
681
+ "description": "Content to populate the right side",
682
+ "name": "right"
683
+ }
684
+ ],
444
685
  "members": [
445
686
  {
446
687
  "kind": "field",
447
- "name": "hasOuterBorder",
688
+ "name": "verticalAlign",
448
689
  "type": {
449
- "text": "boolean"
690
+ "text": "'top' | 'middle' | 'bottom'"
450
691
  },
451
- "default": "false",
452
- "description": "If set adds 1px white border around the avatar",
453
- "attribute": "has-outer-border",
692
+ "default": "'top'",
693
+ "description": "Sets the vertical alignment of the content in the row",
694
+ "attribute": "vertical-align",
695
+ "reflects": true
696
+ },
697
+ {
698
+ "kind": "field",
699
+ "name": "leftExpand",
700
+ "type": {
701
+ "text": "boolean"
702
+ },
703
+ "default": "false",
704
+ "description": "Expands the left slot to fill the remaining space",
705
+ "attribute": "left-expand",
706
+ "reflects": true
707
+ },
708
+ {
709
+ "kind": "field",
710
+ "name": "rightExpand",
711
+ "type": {
712
+ "text": "boolean"
713
+ },
714
+ "default": "false",
715
+ "description": "Expands the right slot to fill the remaining space",
716
+ "attribute": "right-expand",
717
+ "reflects": true
718
+ },
719
+ {
720
+ "kind": "field",
721
+ "name": "noGap",
722
+ "type": {
723
+ "text": "boolean"
724
+ },
725
+ "default": "false",
726
+ "description": "Removes the spacing between the left and right slots",
727
+ "attribute": "no-gap",
728
+ "reflects": true
729
+ },
730
+ {
731
+ "kind": "field",
732
+ "name": "expandY",
733
+ "type": {
734
+ "text": "boolean"
735
+ },
736
+ "default": "false",
737
+ "description": "Expands the row vertically to fill in its parent's height",
738
+ "attribute": "expand-y"
739
+ }
740
+ ],
741
+ "attributes": [
742
+ {
743
+ "name": "vertical-align",
744
+ "type": {
745
+ "text": "'top' | 'middle' | 'bottom'"
746
+ },
747
+ "default": "'top'",
748
+ "description": "Sets the vertical alignment of the content in the row",
749
+ "fieldName": "verticalAlign"
750
+ },
751
+ {
752
+ "name": "left-expand",
753
+ "type": {
754
+ "text": "boolean"
755
+ },
756
+ "default": "false",
757
+ "description": "Expands the left slot to fill the remaining space",
758
+ "fieldName": "leftExpand"
759
+ },
760
+ {
761
+ "name": "right-expand",
762
+ "type": {
763
+ "text": "boolean"
764
+ },
765
+ "default": "false",
766
+ "description": "Expands the right slot to fill the remaining space",
767
+ "fieldName": "rightExpand"
768
+ },
769
+ {
770
+ "name": "no-gap",
771
+ "type": {
772
+ "text": "boolean"
773
+ },
774
+ "default": "false",
775
+ "description": "Removes the spacing between the left and right slots",
776
+ "fieldName": "noGap"
777
+ },
778
+ {
779
+ "name": "expand-y",
780
+ "type": {
781
+ "text": "boolean"
782
+ },
783
+ "default": "false",
784
+ "description": "Expands the row vertically to fill in its parent's height",
785
+ "fieldName": "expandY"
786
+ }
787
+ ],
788
+ "superclass": {
789
+ "name": "LitElement",
790
+ "package": "lit"
791
+ },
792
+ "tagName": "brz-split-row",
793
+ "customElement": true
794
+ },
795
+ {
796
+ "kind": "class",
797
+ "description": "Action bar layout.",
798
+ "name": "ActionBar",
799
+ "slots": [
800
+ {
801
+ "description": "Content to populate the left side",
802
+ "name": "left"
803
+ },
804
+ {
805
+ "description": "Content to populate the right side",
806
+ "name": "right"
807
+ }
808
+ ],
809
+ "members": [
810
+ {
811
+ "kind": "field",
812
+ "name": "noBorder",
813
+ "type": {
814
+ "text": "boolean"
815
+ },
816
+ "default": "false",
817
+ "description": "Removes the border (e.g. if you have an element below that has a border)",
818
+ "attribute": "no-border",
819
+ "reflects": true
820
+ },
821
+ {
822
+ "kind": "field",
823
+ "name": "leftExpand",
824
+ "type": {
825
+ "text": "boolean"
826
+ },
827
+ "default": "false",
828
+ "description": "Expands the left slot to fill the remaining space",
829
+ "attribute": "left-expand",
830
+ "reflects": true
831
+ },
832
+ {
833
+ "kind": "field",
834
+ "name": "rightExpand",
835
+ "type": {
836
+ "text": "boolean"
837
+ },
838
+ "default": "false",
839
+ "description": "Expands the right slot to fill the remaining space",
840
+ "attribute": "right-expand",
841
+ "reflects": true
842
+ }
843
+ ],
844
+ "attributes": [
845
+ {
846
+ "name": "no-border",
847
+ "type": {
848
+ "text": "boolean"
849
+ },
850
+ "default": "false",
851
+ "description": "Removes the border (e.g. if you have an element below that has a border)",
852
+ "fieldName": "noBorder"
853
+ },
854
+ {
855
+ "name": "left-expand",
856
+ "type": {
857
+ "text": "boolean"
858
+ },
859
+ "default": "false",
860
+ "description": "Expands the left slot to fill the remaining space",
861
+ "fieldName": "leftExpand"
862
+ },
863
+ {
864
+ "name": "right-expand",
865
+ "type": {
866
+ "text": "boolean"
867
+ },
868
+ "default": "false",
869
+ "description": "Expands the right slot to fill the remaining space",
870
+ "fieldName": "rightExpand"
871
+ }
872
+ ],
873
+ "superclass": {
874
+ "name": "LitElement",
875
+ "package": "lit"
876
+ },
877
+ "tagName": "brz-action-bar",
878
+ "customElement": true
879
+ }
880
+ ],
881
+ "exports": [
882
+ {
883
+ "kind": "js",
884
+ "name": "SPLIT_ROW",
885
+ "declaration": {
886
+ "name": "SPLIT_ROW",
887
+ "module": "src/layout/split-row.ts"
888
+ }
889
+ },
890
+ {
891
+ "kind": "js",
892
+ "name": "ACTION_BAR",
893
+ "declaration": {
894
+ "name": "ACTION_BAR",
895
+ "module": "src/layout/split-row.ts"
896
+ }
897
+ },
898
+ {
899
+ "kind": "js",
900
+ "name": "SplitRow",
901
+ "declaration": {
902
+ "name": "SplitRow",
903
+ "module": "src/layout/split-row.ts"
904
+ }
905
+ },
906
+ {
907
+ "kind": "custom-element-definition",
908
+ "declaration": {
909
+ "name": "SplitRow",
910
+ "module": "src/layout/split-row.ts"
911
+ }
912
+ },
913
+ {
914
+ "kind": "js",
915
+ "name": "ActionBar",
916
+ "declaration": {
917
+ "name": "ActionBar",
918
+ "module": "src/layout/split-row.ts"
919
+ }
920
+ },
921
+ {
922
+ "kind": "custom-element-definition",
923
+ "declaration": {
924
+ "name": "ActionBar",
925
+ "module": "src/layout/split-row.ts"
926
+ }
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "kind": "javascript-module",
932
+ "path": "src/components/alert.ts",
933
+ "declarations": [
934
+ {
935
+ "kind": "variable",
936
+ "name": "alertTypes",
937
+ "type": {
938
+ "text": "['info', 'success', 'warning', 'error']"
939
+ },
940
+ "default": "['info', 'success', 'warning', 'error']"
941
+ },
942
+ {
943
+ "kind": "variable",
944
+ "name": "ALERT"
945
+ },
946
+ {
947
+ "kind": "class",
948
+ "description": "",
949
+ "name": "AlertEvent",
950
+ "superclass": {
951
+ "name": "CustomEvent",
952
+ "module": "src/components/alert.ts"
953
+ }
954
+ },
955
+ {
956
+ "kind": "class",
957
+ "description": "Alerts provide urgent contextual feedback in response to user action or\nsystem activity.",
958
+ "name": "Alert",
959
+ "members": [
960
+ {
961
+ "kind": "field",
962
+ "name": "type",
963
+ "type": {
964
+ "text": "AlertType"
965
+ },
966
+ "default": "'info'",
967
+ "description": "An alert type correlating with its severity.",
968
+ "attribute": "type",
969
+ "reflects": true
970
+ },
971
+ {
972
+ "kind": "field",
973
+ "name": "clearable",
974
+ "type": {
975
+ "text": "boolean"
976
+ },
977
+ "default": "false",
978
+ "description": "Adds the ability to dismiss the alert",
979
+ "attribute": "clearable"
980
+ },
981
+ {
982
+ "kind": "field",
983
+ "name": "title",
984
+ "type": {
985
+ "text": "string"
986
+ },
987
+ "default": "''",
988
+ "description": "Optional alert title text",
989
+ "attribute": "title"
990
+ },
991
+ {
992
+ "kind": "method",
993
+ "name": "getIcon"
994
+ },
995
+ {
996
+ "kind": "method",
997
+ "name": "clear"
998
+ }
999
+ ],
1000
+ "events": [
1001
+ {
1002
+ "name": "brz-alert-cleared",
1003
+ "type": {
1004
+ "text": "AlertEvent"
1005
+ },
1006
+ "description": "Fired when the alert is dismissed"
1007
+ }
1008
+ ],
1009
+ "attributes": [
1010
+ {
1011
+ "name": "type",
1012
+ "type": {
1013
+ "text": "AlertType"
1014
+ },
1015
+ "default": "'info'",
1016
+ "description": "An alert type correlating with its severity.",
1017
+ "fieldName": "type"
1018
+ },
1019
+ {
1020
+ "name": "clearable",
1021
+ "type": {
1022
+ "text": "boolean"
1023
+ },
1024
+ "default": "false",
1025
+ "description": "Adds the ability to dismiss the alert",
1026
+ "fieldName": "clearable"
1027
+ },
1028
+ {
1029
+ "name": "title",
1030
+ "type": {
1031
+ "text": "string"
1032
+ },
1033
+ "default": "''",
1034
+ "description": "Optional alert title text",
1035
+ "fieldName": "title"
1036
+ }
1037
+ ],
1038
+ "superclass": {
1039
+ "name": "LitElement",
1040
+ "package": "lit"
1041
+ },
1042
+ "tagName": "brz-alert",
1043
+ "customElement": true
1044
+ }
1045
+ ],
1046
+ "exports": [
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "alertTypes",
1050
+ "declaration": {
1051
+ "name": "alertTypes",
1052
+ "module": "src/components/alert.ts"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "js",
1057
+ "name": "ALERT",
1058
+ "declaration": {
1059
+ "name": "ALERT",
1060
+ "module": "src/components/alert.ts"
1061
+ }
1062
+ },
1063
+ {
1064
+ "kind": "js",
1065
+ "name": "AlertEvent",
1066
+ "declaration": {
1067
+ "name": "AlertEvent",
1068
+ "module": "src/components/alert.ts"
1069
+ }
1070
+ },
1071
+ {
1072
+ "kind": "js",
1073
+ "name": "Alert",
1074
+ "declaration": {
1075
+ "name": "Alert",
1076
+ "module": "src/components/alert.ts"
1077
+ }
1078
+ },
1079
+ {
1080
+ "kind": "custom-element-definition",
1081
+ "declaration": {
1082
+ "name": "Alert",
1083
+ "module": "src/components/alert.ts"
1084
+ }
1085
+ }
1086
+ ]
1087
+ },
1088
+ {
1089
+ "kind": "javascript-module",
1090
+ "path": "src/components/avatar.ts",
1091
+ "declarations": [
1092
+ {
1093
+ "kind": "variable",
1094
+ "name": "AVATAR"
1095
+ },
1096
+ {
1097
+ "kind": "variable",
1098
+ "name": "AVATAR_GROUP"
1099
+ },
1100
+ {
1101
+ "kind": "class",
1102
+ "description": "Avatar component.",
1103
+ "name": "Avatar",
1104
+ "members": [
1105
+ {
1106
+ "kind": "field",
1107
+ "name": "hasOuterBorder",
1108
+ "type": {
1109
+ "text": "boolean"
1110
+ },
1111
+ "default": "false",
1112
+ "description": "If set adds 1px white border around the avatar",
1113
+ "attribute": "has-outer-border",
454
1114
  "reflects": true
455
1115
  },
456
1116
  {
@@ -691,6 +1351,22 @@
691
1351
  "kind": "variable",
692
1352
  "name": "BADGE"
693
1353
  },
1354
+ {
1355
+ "kind": "variable",
1356
+ "name": "BADGE_CHARACTER_LIMIT_DEFAULT",
1357
+ "type": {
1358
+ "text": "number"
1359
+ },
1360
+ "default": "5"
1361
+ },
1362
+ {
1363
+ "kind": "variable",
1364
+ "name": "BADGE_NUMBER_LIMIT_DEFAULT",
1365
+ "type": {
1366
+ "text": "number"
1367
+ },
1368
+ "default": "99"
1369
+ },
694
1370
  {
695
1371
  "kind": "class",
696
1372
  "description": "Badge component.",
@@ -714,32 +1390,22 @@
714
1390
  },
715
1391
  "default": "0",
716
1392
  "description": "Sets the content limit. For numbers it defaults to 99, characters 5.",
717
- "attribute": "limit",
718
- "reflects": true
1393
+ "attribute": "limit"
719
1394
  },
720
1395
  {
721
1396
  "kind": "field",
722
1397
  "name": "content",
723
1398
  "type": {
724
- "text": "string"
1399
+ "text": "string | number"
725
1400
  },
726
1401
  "default": "''",
727
1402
  "description": "Content you want to show inside the badge.",
728
- "attribute": "content",
729
- "reflects": true
1403
+ "attribute": "content"
730
1404
  },
731
1405
  {
732
1406
  "kind": "method",
733
- "name": "isNumeric",
734
- "privacy": "private",
735
- "parameters": [
736
- {
737
- "name": "value",
738
- "type": {
739
- "text": "string"
740
- }
741
- }
742
- ]
1407
+ "name": "setDefaultLimit",
1408
+ "privacy": "private"
743
1409
  },
744
1410
  {
745
1411
  "kind": "method",
@@ -768,7 +1434,7 @@
768
1434
  {
769
1435
  "name": "content",
770
1436
  "type": {
771
- "text": "string"
1437
+ "text": "string | number"
772
1438
  },
773
1439
  "default": "''",
774
1440
  "description": "Content you want to show inside the badge.",
@@ -792,6 +1458,22 @@
792
1458
  "module": "src/components/badge.ts"
793
1459
  }
794
1460
  },
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "BADGE_CHARACTER_LIMIT_DEFAULT",
1464
+ "declaration": {
1465
+ "name": "BADGE_CHARACTER_LIMIT_DEFAULT",
1466
+ "module": "src/components/badge.ts"
1467
+ }
1468
+ },
1469
+ {
1470
+ "kind": "js",
1471
+ "name": "BADGE_NUMBER_LIMIT_DEFAULT",
1472
+ "declaration": {
1473
+ "name": "BADGE_NUMBER_LIMIT_DEFAULT",
1474
+ "module": "src/components/badge.ts"
1475
+ }
1476
+ },
795
1477
  {
796
1478
  "kind": "js",
797
1479
  "name": "Badge",
@@ -3559,7 +4241,7 @@
3559
4241
  {
3560
4242
  "name": "content",
3561
4243
  "type": {
3562
- "text": "string"
4244
+ "text": "string | number"
3563
4245
  },
3564
4246
  "default": "''",
3565
4247
  "description": "Content you want to show inside the badge.",
@@ -3594,7 +4276,6 @@
3594
4276
  "default": "0",
3595
4277
  "description": "Sets the content limit. For numbers it defaults to 99, characters 5.",
3596
4278
  "attribute": "limit",
3597
- "reflects": true,
3598
4279
  "inheritedFrom": {
3599
4280
  "name": "Badge",
3600
4281
  "module": "src/components/badge.ts"
@@ -3604,12 +4285,11 @@
3604
4285
  "kind": "field",
3605
4286
  "name": "content",
3606
4287
  "type": {
3607
- "text": "string"
4288
+ "text": "string | number"
3608
4289
  },
3609
4290
  "default": "''",
3610
4291
  "description": "Content you want to show inside the badge.",
3611
4292
  "attribute": "content",
3612
- "reflects": true,
3613
4293
  "inheritedFrom": {
3614
4294
  "name": "Badge",
3615
4295
  "module": "src/components/badge.ts"
@@ -3617,16 +4297,8 @@
3617
4297
  },
3618
4298
  {
3619
4299
  "kind": "method",
3620
- "name": "isNumeric",
4300
+ "name": "setDefaultLimit",
3621
4301
  "privacy": "private",
3622
- "parameters": [
3623
- {
3624
- "name": "value",
3625
- "type": {
3626
- "text": "string"
3627
- }
3628
- }
3629
- ],
3630
4302
  "inheritedFrom": {
3631
4303
  "name": "Badge",
3632
4304
  "module": "src/components/badge.ts"
@@ -18130,1587 +18802,806 @@
18130
18802
  },
18131
18803
  "fieldName": "popoverRole",
18132
18804
  "inheritedFrom": {
18133
- "name": "PurePopover",
18134
- "module": "src/components/popover.ts"
18135
- }
18136
- },
18137
- {
18138
- "name": "disabled",
18139
- "type": {
18140
- "text": "boolean"
18141
- },
18142
- "default": "false",
18143
- "description": "Stops the popover content from showing",
18144
- "fieldName": "disabled",
18145
- "inheritedFrom": {
18146
- "name": "PurePopover",
18147
- "module": "src/components/popover.ts"
18148
- }
18149
- }
18150
- ],
18151
- "superclass": {
18152
- "name": "PurePopover",
18153
- "module": "src/components/popover.ts"
18154
- },
18155
- "tagName": "brz-popover",
18156
- "customElement": true,
18157
- "events": [
18158
- {
18159
- "name": "eventType",
18160
- "type": {
18161
- "text": "PopoverEvent"
18162
- },
18163
- "inheritedFrom": {
18164
- "name": "PurePopover",
18165
- "module": "src/components/popover.ts"
18166
- }
18167
- }
18168
- ]
18169
- }
18170
- ],
18171
- "exports": [
18172
- {
18173
- "kind": "js",
18174
- "name": "POPOVER",
18175
- "declaration": {
18176
- "name": "POPOVER",
18177
- "module": "src/components/popover.ts"
18178
- }
18179
- },
18180
- {
18181
- "kind": "js",
18182
- "name": "PURE_POPOVER",
18183
- "declaration": {
18184
- "name": "PURE_POPOVER",
18185
- "module": "src/components/popover.ts"
18186
- }
18187
- },
18188
- {
18189
- "kind": "js",
18190
- "name": "POPOVER_TRIGGERS",
18191
- "declaration": {
18192
- "name": "POPOVER_TRIGGERS",
18193
- "module": "src/components/popover.ts"
18194
- }
18195
- },
18196
- {
18197
- "kind": "js",
18198
- "name": "[click, hover, focus]",
18199
- "declaration": {
18200
- "name": "[click, hover, focus]",
18201
- "module": "src/components/popover.ts"
18202
- }
18203
- },
18204
- {
18205
- "kind": "js",
18206
- "name": "POPOVER_ROLES",
18207
- "declaration": {
18208
- "name": "POPOVER_ROLES",
18209
- "module": "src/components/popover.ts"
18210
- }
18211
- },
18212
- {
18213
- "kind": "js",
18214
- "name": "PopoverEvent",
18215
- "declaration": {
18216
- "name": "PopoverEvent",
18217
- "module": "src/components/popover.ts"
18218
- }
18219
- },
18220
- {
18221
- "kind": "js",
18222
- "name": "PurePopover",
18223
- "declaration": {
18224
- "name": "PurePopover",
18225
- "module": "src/components/popover.ts"
18226
- }
18227
- },
18228
- {
18229
- "kind": "custom-element-definition",
18230
- "declaration": {
18231
- "name": "PurePopover",
18232
- "module": "src/components/popover.ts"
18233
- }
18234
- },
18235
- {
18236
- "kind": "js",
18237
- "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18238
- "declaration": {
18239
- "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18240
- "module": "src/components/popover.ts"
18241
- }
18242
- },
18243
- {
18244
- "kind": "js",
18245
- "name": "Popover",
18246
- "declaration": {
18247
- "name": "Popover",
18248
- "module": "src/components/popover.ts"
18249
- }
18250
- },
18251
- {
18252
- "kind": "custom-element-definition",
18253
- "declaration": {
18254
- "name": "Popover",
18255
- "module": "src/components/popover.ts"
18256
- }
18257
- }
18258
- ]
18259
- },
18260
- {
18261
- "kind": "javascript-module",
18262
- "path": "src/components/record-row.ts",
18263
- "declarations": [
18264
- {
18265
- "kind": "variable",
18266
- "name": "RECORD_ROW"
18267
- },
18268
- {
18269
- "kind": "variable",
18270
- "name": "RECORD_ROW_LABEL"
18271
- },
18272
- {
18273
- "kind": "class",
18274
- "description": "Record row component",
18275
- "name": "RecordRow",
18276
- "members": [
18277
- {
18278
- "kind": "field",
18279
- "name": "labelPosition",
18280
- "type": {
18281
- "text": "LabelPosition"
18282
- },
18283
- "default": "'top'",
18284
- "description": "The position of the supplied label",
18285
- "attribute": "label-position",
18286
- "reflects": true,
18287
- "inheritedFrom": {
18288
- "name": "RecordField",
18289
- "module": "src/components/record-field/record-field.ts"
18290
- }
18291
- },
18292
- {
18293
- "kind": "field",
18294
- "name": "size",
18295
- "type": {
18296
- "text": "InputSizes"
18297
- },
18298
- "default": "'medium'",
18299
- "description": "The size of the input",
18300
- "attribute": "size",
18301
- "reflects": true,
18302
- "inheritedFrom": {
18303
- "name": "RecordField",
18304
- "module": "src/components/record-field/record-field.ts"
18305
- }
18306
- },
18307
- {
18308
- "kind": "method",
18309
- "name": "setLabelState",
18310
- "privacy": "private",
18311
- "inheritedFrom": {
18312
- "name": "RecordField",
18313
- "module": "src/components/record-field/record-field.ts"
18314
- }
18315
- },
18316
- {
18317
- "kind": "method",
18318
- "name": "checkIfMultiline",
18319
- "privacy": "private",
18320
- "description": "Attempts to evaluate whether the value element is a multiline text value.\nThis has the potential to be a bit flaky since anything could be slotted in\nthe value, but most other elements are not exact multiples of line height,\nso we use this as the basis for setting the multiline state.",
18321
- "inheritedFrom": {
18322
- "name": "RecordField",
18323
- "module": "src/components/record-field/record-field.ts"
18324
- }
18325
- }
18326
- ],
18327
- "superclass": {
18328
- "name": "RecordField",
18329
- "module": "/src/components/record-field"
18330
- },
18331
- "deprecated": "Use brz-record-field",
18332
- "tagName": "brz-record-row",
18333
- "customElement": true,
18334
- "attributes": [
18335
- {
18336
- "name": "label-position",
18337
- "type": {
18338
- "text": "LabelPosition"
18339
- },
18340
- "default": "'top'",
18341
- "description": "The position of the supplied label",
18342
- "fieldName": "labelPosition",
18343
- "inheritedFrom": {
18344
- "name": "RecordField",
18345
- "module": "src/components/record-field/record-field.ts"
18346
- }
18347
- },
18348
- {
18349
- "name": "size",
18350
- "type": {
18351
- "text": "InputSizes"
18352
- },
18353
- "default": "'medium'",
18354
- "description": "The size of the input",
18355
- "fieldName": "size",
18356
- "inheritedFrom": {
18357
- "name": "RecordField",
18358
- "module": "src/components/record-field/record-field.ts"
18359
- }
18360
- }
18361
- ]
18362
- },
18363
- {
18364
- "kind": "class",
18365
- "description": "Record row label component",
18366
- "name": "RecordRowLabel",
18367
- "superclass": {
18368
- "name": "RecordFieldLabel",
18369
- "module": "/src/components/record-field"
18370
- },
18371
- "deprecated": "Use brz-field-label",
18372
- "tagName": "brz-record-row-label",
18373
- "customElement": true,
18374
- "members": [
18375
- {
18376
- "kind": "method",
18377
- "name": "setState",
18378
- "privacy": "private",
18379
- "inheritedFrom": {
18380
- "name": "RecordFieldLabel",
18381
- "module": "src/components/record-field/record-field-label.ts"
18382
- }
18383
- }
18384
- ]
18385
- }
18386
- ],
18387
- "exports": [
18388
- {
18389
- "kind": "js",
18390
- "name": "RECORD_ROW",
18391
- "declaration": {
18392
- "name": "RECORD_ROW",
18393
- "module": "src/components/record-row.ts"
18394
- }
18395
- },
18396
- {
18397
- "kind": "js",
18398
- "name": "RECORD_ROW_LABEL",
18399
- "declaration": {
18400
- "name": "RECORD_ROW_LABEL",
18401
- "module": "src/components/record-row.ts"
18402
- }
18403
- },
18404
- {
18405
- "kind": "js",
18406
- "name": "RecordRow",
18407
- "declaration": {
18408
- "name": "RecordRow",
18409
- "module": "src/components/record-row.ts"
18410
- }
18411
- },
18412
- {
18413
- "kind": "custom-element-definition",
18414
- "declaration": {
18415
- "name": "RecordRow",
18416
- "module": "src/components/record-row.ts"
18417
- }
18418
- },
18419
- {
18420
- "kind": "js",
18421
- "name": "RecordRowLabel",
18422
- "declaration": {
18423
- "name": "RecordRowLabel",
18424
- "module": "src/components/record-row.ts"
18425
- }
18426
- },
18427
- {
18428
- "kind": "custom-element-definition",
18429
- "declaration": {
18430
- "name": "RecordRowLabel",
18431
- "module": "src/components/record-row.ts"
18432
- }
18433
- }
18434
- ]
18435
- },
18436
- {
18437
- "kind": "javascript-module",
18438
- "path": "src/components/tooltip.ts",
18439
- "declarations": [
18440
- {
18441
- "kind": "variable",
18442
- "name": "TOOLTIP"
18443
- },
18444
- {
18445
- "kind": "class",
18446
- "description": "Tooltip component",
18447
- "name": "Tooltip",
18448
- "members": [
18449
- {
18450
- "kind": "field",
18451
- "name": "delayOnClose",
18452
- "type": {
18453
- "text": "number"
18454
- },
18455
- "default": "100",
18456
- "description": "Time delay before hiding tooltip",
18457
- "attribute": "delay-on-close"
18458
- },
18459
- {
18460
- "kind": "field",
18461
- "name": "delayOnOpen",
18462
- "type": {
18463
- "text": "number"
18464
- },
18465
- "default": "100",
18466
- "description": "Time delay before showing tooltip",
18467
- "attribute": "delay-on-open"
18468
- },
18469
- {
18470
- "kind": "field",
18471
- "name": "isFixed",
18472
- "type": {
18473
- "text": "boolean"
18474
- },
18475
- "default": "false",
18476
- "description": "Uses fixed positioning",
18477
- "attribute": "is-fixed"
18478
- },
18479
- {
18480
- "kind": "field",
18481
- "name": "placement",
18482
- "type": {
18483
- "text": "PopoverProps['placement']"
18484
- },
18485
- "default": "'top'",
18486
- "description": "Placement of tooltip in relation to reference element",
18487
- "attribute": "placement"
18488
- },
18489
- {
18490
- "kind": "field",
18491
- "name": "trigger",
18492
- "type": {
18493
- "text": "PopoverProps['trigger']"
18494
- },
18495
- "default": "'hover focus'",
18496
- "description": "Trigger states for tooltip",
18497
- "attribute": "trigger"
18498
- },
18499
- {
18500
- "kind": "field",
18501
- "name": "disabled",
18502
- "type": {
18503
- "text": "boolean"
18504
- },
18505
- "default": "false",
18506
- "description": "Stops tooltip for showing",
18507
- "attribute": "disabled"
18508
- },
18509
- {
18510
- "kind": "field",
18511
- "name": "content",
18512
- "type": {
18513
- "text": "string"
18514
- },
18515
- "default": "''",
18516
- "description": "Content to be shown in tooltip",
18517
- "attribute": "content"
18518
- },
18519
- {
18520
- "kind": "field",
18521
- "name": "theme",
18522
- "type": {
18523
- "text": "Theme"
18524
- },
18525
- "default": "'dark'",
18526
- "description": "The tooltip theme",
18527
- "attribute": "theme",
18528
- "reflects": true
18529
- }
18530
- ],
18531
- "attributes": [
18532
- {
18533
- "name": "delay-on-close",
18534
- "type": {
18535
- "text": "number"
18536
- },
18537
- "default": "100",
18538
- "description": "Time delay before hiding tooltip",
18539
- "fieldName": "delayOnClose"
18540
- },
18541
- {
18542
- "name": "delay-on-open",
18543
- "type": {
18544
- "text": "number"
18545
- },
18546
- "default": "100",
18547
- "description": "Time delay before showing tooltip",
18548
- "fieldName": "delayOnOpen"
18549
- },
18550
- {
18551
- "name": "is-fixed",
18552
- "type": {
18553
- "text": "boolean"
18554
- },
18555
- "default": "false",
18556
- "description": "Uses fixed positioning",
18557
- "fieldName": "isFixed"
18558
- },
18559
- {
18560
- "name": "placement",
18561
- "type": {
18562
- "text": "PopoverProps['placement']"
18563
- },
18564
- "default": "'top'",
18565
- "description": "Placement of tooltip in relation to reference element",
18566
- "fieldName": "placement"
18567
- },
18568
- {
18569
- "name": "trigger",
18570
- "type": {
18571
- "text": "PopoverProps['trigger']"
18572
- },
18573
- "default": "'hover focus'",
18574
- "description": "Trigger states for tooltip",
18575
- "fieldName": "trigger"
18576
- },
18577
- {
18578
- "name": "disabled",
18579
- "type": {
18580
- "text": "boolean"
18581
- },
18582
- "default": "false",
18583
- "description": "Stops tooltip for showing",
18584
- "fieldName": "disabled"
18585
- },
18586
- {
18587
- "name": "content",
18588
- "type": {
18589
- "text": "string"
18590
- },
18591
- "default": "''",
18592
- "description": "Content to be shown in tooltip",
18593
- "fieldName": "content"
18594
- },
18595
- {
18596
- "name": "theme",
18597
- "type": {
18598
- "text": "Theme"
18599
- },
18600
- "default": "'dark'",
18601
- "description": "The tooltip theme",
18602
- "fieldName": "theme"
18603
- }
18604
- ],
18605
- "superclass": {
18606
- "name": "LitElement",
18607
- "package": "lit"
18608
- },
18609
- "tagName": "brz-tooltip",
18610
- "customElement": true
18611
- }
18612
- ],
18613
- "exports": [
18614
- {
18615
- "kind": "js",
18616
- "name": "TOOLTIP",
18617
- "declaration": {
18618
- "name": "TOOLTIP",
18619
- "module": "src/components/tooltip.ts"
18620
- }
18621
- },
18622
- {
18623
- "kind": "js",
18624
- "name": "Tooltip",
18625
- "declaration": {
18626
- "name": "Tooltip",
18627
- "module": "src/components/tooltip.ts"
18628
- }
18629
- },
18630
- {
18631
- "kind": "custom-element-definition",
18632
- "declaration": {
18633
- "name": "Tooltip",
18634
- "module": "src/components/tooltip.ts"
18635
- }
18636
- }
18637
- ]
18638
- },
18639
- {
18640
- "kind": "javascript-module",
18641
- "path": "src/components/virtual-list.ts",
18642
- "declarations": [
18643
- {
18644
- "kind": "variable",
18645
- "name": "VIRTUAL_LIST"
18646
- },
18647
- {
18648
- "kind": "class",
18649
- "description": "VirtualList is helper component for high-volume lists. It eases the strain on\nthe browser by only rendering a small slice of the list at a time, while the\nsize of the list container is estimated and padded out to help normalize\nscroll behaviour.",
18650
- "name": "VirtualList",
18651
- "members": [
18652
- {
18653
- "kind": "field",
18654
- "name": "items",
18655
- "type": {
18656
- "text": "ItemType[]"
18657
- },
18658
- "default": "[]",
18659
- "description": "List of items to be virtualized. Usually an array of data objects.",
18660
- "attribute": "items"
18661
- },
18662
- {
18663
- "kind": "field",
18664
- "name": "itemMinHeight",
18665
- "type": {
18666
- "text": "number"
18667
- },
18668
- "default": "32",
18669
- "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
18670
- "attribute": "item-min-height"
18671
- },
18672
- {
18673
- "kind": "field",
18674
- "name": "overscan",
18675
- "type": {
18676
- "text": "number"
18677
- },
18678
- "default": "50",
18679
- "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
18680
- "attribute": "overscan"
18681
- },
18682
- {
18683
- "kind": "field",
18684
- "name": "renderItem"
18685
- },
18686
- {
18687
- "kind": "method",
18688
- "name": "sync",
18689
- "privacy": "private"
18690
- },
18691
- {
18692
- "kind": "method",
18693
- "name": "resetItems",
18694
- "privacy": "private",
18695
- "description": "Resets the current list of virtualized items and associated properties"
18696
- },
18697
- {
18698
- "kind": "method",
18699
- "name": "canSync",
18700
- "privacy": "private",
18701
- "parameters": [
18702
- {
18703
- "name": "changedProperties",
18704
- "type": {
18705
- "text": "PropertyValues"
18706
- }
18707
- }
18708
- ],
18709
- "description": "Returns true if a property has changed that should trigger a sync"
18710
- },
18711
- {
18712
- "kind": "method",
18713
- "name": "sumOfHeightsToIndex",
18714
- "privacy": "private",
18715
- "parameters": [
18716
- {
18717
- "name": "index",
18718
- "type": {
18719
- "text": "number"
18720
- }
18721
- }
18722
- ],
18723
- "description": "Adds up the item heights up to the current item index. Used to set the top\noffset for each item in the scroll container."
18724
- },
18725
- {
18726
- "kind": "method",
18727
- "name": "syncVisibleItems",
18728
- "privacy": "private",
18729
- "description": "Syncs the rolling render window. Usually triggered by scroll or changed\nproperties requiring the list to re-render."
18730
- },
18731
- {
18732
- "kind": "method",
18733
- "name": "emitUpdate",
18734
- "privacy": "private",
18735
- "description": "Dispatches an event containing a list of references to the rendered item\nelements. This saves extensive DOM-querying by parents to access them."
18736
- },
18737
- {
18738
- "kind": "method",
18739
- "name": "updateItemHeights",
18740
- "privacy": "private",
18741
- "description": "Reads the actual item heights as they are rendered into the rolling render\nwindow and tracks them in the item heights array. This helps variable item\nheights to become more predictable over time and reduce potentially janky\nbehaviour while scrolling."
18742
- },
18743
- {
18744
- "kind": "method",
18745
- "name": "handleScroll",
18746
- "privacy": "private",
18747
- "parameters": [
18748
- {
18749
- "name": "event",
18750
- "type": {
18751
- "text": "Event"
18752
- }
18753
- }
18754
- ],
18755
- "description": "Updates the current scrollTop value as the user scrolls the list container,\nthen syncs up the visible items."
18756
- }
18757
- ],
18758
- "events": [
18759
- {
18760
- "type": {
18761
- "text": "VirtualListUpdateEvent"
18762
- }
18763
- }
18764
- ],
18765
- "attributes": [
18766
- {
18767
- "name": "overscan",
18768
- "type": {
18769
- "text": "number"
18770
- },
18771
- "default": "50",
18772
- "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
18773
- "fieldName": "overscan",
18774
- "attribute": "overscan"
18775
- },
18776
- {
18777
- "name": "items",
18778
- "type": {
18779
- "text": "ItemType[]"
18780
- },
18781
- "default": "[]",
18782
- "description": "List of items to be virtualized. Usually an array of data objects.",
18783
- "fieldName": "items"
18784
- },
18785
- {
18786
- "name": "item-min-height",
18787
- "type": {
18788
- "text": "number"
18789
- },
18790
- "default": "32",
18791
- "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
18792
- "fieldName": "itemMinHeight"
18793
- }
18794
- ],
18795
- "superclass": {
18796
- "name": "LitElement",
18797
- "package": "lit"
18798
- },
18799
- "tagName": "brz-virtual-list",
18800
- "customElement": true
18801
- },
18802
- {
18803
- "kind": "class",
18804
- "description": "",
18805
- "name": "VirtualListUpdateEvent",
18806
- "superclass": {
18807
- "name": "CustomEvent",
18808
- "module": "src/components/virtual-list.ts"
18809
- }
18810
- }
18811
- ],
18812
- "exports": [
18813
- {
18814
- "kind": "js",
18815
- "name": "VIRTUAL_LIST",
18816
- "declaration": {
18817
- "name": "VIRTUAL_LIST",
18818
- "module": "src/components/virtual-list.ts"
18819
- }
18820
- },
18821
- {
18822
- "kind": "js",
18823
- "name": "VirtualList",
18824
- "declaration": {
18825
- "name": "VirtualList",
18826
- "module": "src/components/virtual-list.ts"
18827
- }
18828
- },
18829
- {
18830
- "kind": "custom-element-definition",
18831
- "declaration": {
18832
- "name": "VirtualList",
18833
- "module": "src/components/virtual-list.ts"
18834
- }
18835
- },
18836
- {
18837
- "kind": "js",
18838
- "name": "VirtualListUpdateEvent",
18839
- "declaration": {
18840
- "name": "VirtualListUpdateEvent",
18841
- "module": "src/components/virtual-list.ts"
18842
- }
18843
- }
18844
- ]
18845
- },
18846
- {
18847
- "kind": "javascript-module",
18848
- "path": "src/layout/flex.ts",
18849
- "declarations": [
18850
- {
18851
- "kind": "variable",
18852
- "name": "ROW"
18853
- },
18854
- {
18855
- "kind": "variable",
18856
- "name": "COLUMN"
18857
- },
18858
- {
18859
- "kind": "class",
18860
- "description": "Row layout.",
18861
- "name": "Row",
18862
- "members": [
18863
- {
18864
- "kind": "field",
18865
- "name": "verticalAlign",
18866
- "type": {
18867
- "text": "'top' | 'middle' | 'bottom'"
18868
- },
18869
- "default": "'top'",
18870
- "attribute": "vertical-align",
18871
- "reflects": true
18872
- }
18873
- ],
18874
- "attributes": [
18875
- {
18876
- "name": "vertical-align",
18877
- "type": {
18878
- "text": "'top' | 'middle' | 'bottom'"
18879
- },
18880
- "default": "'top'",
18881
- "fieldName": "verticalAlign"
18882
- }
18883
- ],
18884
- "superclass": {
18885
- "name": "LitElement",
18886
- "package": "lit"
18887
- },
18888
- "tagName": "brz-row",
18889
- "customElement": true
18890
- },
18891
- {
18892
- "kind": "class",
18893
- "description": "Column layout.",
18894
- "name": "Column",
18895
- "members": [
18896
- {
18897
- "kind": "field",
18898
- "name": "align",
18899
- "type": {
18900
- "text": "'left' | 'center' | 'right'"
18901
- },
18902
- "default": "'left'",
18903
- "attribute": "align"
18904
- }
18905
- ],
18906
- "attributes": [
18907
- {
18908
- "name": "align",
18909
- "type": {
18910
- "text": "'left' | 'center' | 'right'"
18911
- },
18912
- "default": "'left'",
18913
- "fieldName": "align"
18914
- }
18915
- ],
18916
- "superclass": {
18917
- "name": "LitElement",
18918
- "package": "lit"
18919
- },
18920
- "tagName": "brz-column",
18921
- "customElement": true
18922
- }
18923
- ],
18924
- "exports": [
18925
- {
18926
- "kind": "js",
18927
- "name": "ROW",
18928
- "declaration": {
18929
- "name": "ROW",
18930
- "module": "src/layout/flex.ts"
18931
- }
18932
- },
18933
- {
18934
- "kind": "js",
18935
- "name": "COLUMN",
18936
- "declaration": {
18937
- "name": "COLUMN",
18938
- "module": "src/layout/flex.ts"
18939
- }
18940
- },
18941
- {
18942
- "kind": "js",
18943
- "name": "Row",
18944
- "declaration": {
18945
- "name": "Row",
18946
- "module": "src/layout/flex.ts"
18947
- }
18948
- },
18949
- {
18950
- "kind": "custom-element-definition",
18951
- "declaration": {
18952
- "name": "Row",
18953
- "module": "src/layout/flex.ts"
18954
- }
18955
- },
18956
- {
18957
- "kind": "js",
18958
- "name": "Column",
18959
- "declaration": {
18960
- "name": "Column",
18961
- "module": "src/layout/flex.ts"
18962
- }
18963
- },
18964
- {
18965
- "kind": "custom-element-definition",
18966
- "declaration": {
18967
- "name": "Column",
18968
- "module": "src/layout/flex.ts"
18969
- }
18970
- }
18971
- ]
18972
- },
18973
- {
18974
- "kind": "javascript-module",
18975
- "path": "src/layout/footer.ts",
18976
- "declarations": [
18977
- {
18978
- "kind": "variable",
18979
- "name": "FOOTER"
18980
- },
18981
- {
18982
- "kind": "class",
18983
- "description": "Footer layout.",
18984
- "name": "Footer",
18985
- "members": [],
18986
- "superclass": {
18987
- "name": "LitElement",
18988
- "package": "lit"
18989
- },
18990
- "tagName": "brz-footer",
18991
- "customElement": true
18992
- }
18993
- ],
18994
- "exports": [
18995
- {
18996
- "kind": "js",
18997
- "name": "FOOTER",
18998
- "declaration": {
18999
- "name": "FOOTER",
19000
- "module": "src/layout/footer.ts"
19001
- }
19002
- },
19003
- {
19004
- "kind": "js",
19005
- "name": "Footer",
19006
- "declaration": {
19007
- "name": "Footer",
19008
- "module": "src/layout/footer.ts"
19009
- }
19010
- },
19011
- {
19012
- "kind": "custom-element-definition",
19013
- "declaration": {
19014
- "name": "Footer",
19015
- "module": "src/layout/footer.ts"
19016
- }
19017
- }
19018
- ]
19019
- },
19020
- {
19021
- "kind": "javascript-module",
19022
- "path": "src/layout/header-footer-page.ts",
19023
- "declarations": [
19024
- {
19025
- "kind": "variable",
19026
- "name": "HEADER_FOOTER_PAGE"
19027
- },
19028
- {
19029
- "kind": "class",
19030
- "description": "Header footer page layout.",
19031
- "name": "HeaderFooterPage",
19032
- "members": [],
18805
+ "name": "PurePopover",
18806
+ "module": "src/components/popover.ts"
18807
+ }
18808
+ },
18809
+ {
18810
+ "name": "disabled",
18811
+ "type": {
18812
+ "text": "boolean"
18813
+ },
18814
+ "default": "false",
18815
+ "description": "Stops the popover content from showing",
18816
+ "fieldName": "disabled",
18817
+ "inheritedFrom": {
18818
+ "name": "PurePopover",
18819
+ "module": "src/components/popover.ts"
18820
+ }
18821
+ }
18822
+ ],
19033
18823
  "superclass": {
19034
- "name": "LitElement",
19035
- "package": "lit"
18824
+ "name": "PurePopover",
18825
+ "module": "src/components/popover.ts"
19036
18826
  },
19037
- "tagName": "brz-header-footer-page",
19038
- "customElement": true
18827
+ "tagName": "brz-popover",
18828
+ "customElement": true,
18829
+ "events": [
18830
+ {
18831
+ "name": "eventType",
18832
+ "type": {
18833
+ "text": "PopoverEvent"
18834
+ },
18835
+ "inheritedFrom": {
18836
+ "name": "PurePopover",
18837
+ "module": "src/components/popover.ts"
18838
+ }
18839
+ }
18840
+ ]
19039
18841
  }
19040
18842
  ],
19041
18843
  "exports": [
19042
18844
  {
19043
18845
  "kind": "js",
19044
- "name": "HEADER_FOOTER_PAGE",
19045
- "declaration": {
19046
- "name": "HEADER_FOOTER_PAGE",
19047
- "module": "src/layout/header-footer-page.ts"
19048
- }
19049
- },
19050
- {
19051
- "kind": "js",
19052
- "name": "HeaderFooterPage",
19053
- "declaration": {
19054
- "name": "HeaderFooterPage",
19055
- "module": "src/layout/header-footer-page.ts"
19056
- }
19057
- },
19058
- {
19059
- "kind": "custom-element-definition",
18846
+ "name": "POPOVER",
19060
18847
  "declaration": {
19061
- "name": "HeaderFooterPage",
19062
- "module": "src/layout/header-footer-page.ts"
18848
+ "name": "POPOVER",
18849
+ "module": "src/components/popover.ts"
19063
18850
  }
19064
- }
19065
- ]
19066
- },
19067
- {
19068
- "kind": "javascript-module",
19069
- "path": "src/layout/header.ts",
19070
- "declarations": [
19071
- {
19072
- "kind": "variable",
19073
- "name": "HEADER"
19074
18851
  },
19075
- {
19076
- "kind": "class",
19077
- "description": "Header layout.",
19078
- "name": "Header",
19079
- "members": [],
19080
- "superclass": {
19081
- "name": "LitElement",
19082
- "package": "lit"
19083
- },
19084
- "deprecated": "Use PageHeader component instead",
19085
- "tagName": "brz-header",
19086
- "customElement": true
19087
- }
19088
- ],
19089
- "exports": [
19090
18852
  {
19091
18853
  "kind": "js",
19092
- "name": "HEADER",
18854
+ "name": "PURE_POPOVER",
19093
18855
  "declaration": {
19094
- "name": "HEADER",
19095
- "module": "src/layout/header.ts"
18856
+ "name": "PURE_POPOVER",
18857
+ "module": "src/components/popover.ts"
19096
18858
  }
19097
18859
  },
19098
18860
  {
19099
18861
  "kind": "js",
19100
- "name": "Header",
18862
+ "name": "POPOVER_TRIGGERS",
19101
18863
  "declaration": {
19102
- "name": "Header",
19103
- "module": "src/layout/header.ts"
18864
+ "name": "POPOVER_TRIGGERS",
18865
+ "module": "src/components/popover.ts"
19104
18866
  }
19105
18867
  },
19106
- {
19107
- "kind": "custom-element-definition",
19108
- "declaration": {
19109
- "name": "Header",
19110
- "module": "src/layout/header.ts"
19111
- }
19112
- }
19113
- ]
19114
- },
19115
- {
19116
- "kind": "javascript-module",
19117
- "path": "src/layout/index.ts",
19118
- "declarations": [],
19119
- "exports": [
19120
18868
  {
19121
18869
  "kind": "js",
19122
- "name": "*",
18870
+ "name": "[click, hover, focus]",
19123
18871
  "declaration": {
19124
- "name": "*",
19125
- "package": "./header"
18872
+ "name": "[click, hover, focus]",
18873
+ "module": "src/components/popover.ts"
19126
18874
  }
19127
18875
  },
19128
18876
  {
19129
18877
  "kind": "js",
19130
- "name": "*",
18878
+ "name": "POPOVER_ROLES",
19131
18879
  "declaration": {
19132
- "name": "*",
19133
- "package": "./flex"
18880
+ "name": "POPOVER_ROLES",
18881
+ "module": "src/components/popover.ts"
19134
18882
  }
19135
18883
  },
19136
18884
  {
19137
18885
  "kind": "js",
19138
- "name": "*",
18886
+ "name": "PopoverEvent",
19139
18887
  "declaration": {
19140
- "name": "*",
19141
- "package": "./split-row"
18888
+ "name": "PopoverEvent",
18889
+ "module": "src/components/popover.ts"
19142
18890
  }
19143
18891
  },
19144
18892
  {
19145
18893
  "kind": "js",
19146
- "name": "*",
18894
+ "name": "PurePopover",
19147
18895
  "declaration": {
19148
- "name": "*",
19149
- "package": "./header-footer-page"
18896
+ "name": "PurePopover",
18897
+ "module": "src/components/popover.ts"
19150
18898
  }
19151
18899
  },
19152
18900
  {
19153
- "kind": "js",
19154
- "name": "*",
18901
+ "kind": "custom-element-definition",
19155
18902
  "declaration": {
19156
- "name": "*",
19157
- "package": "./responsive-columns"
18903
+ "name": "PurePopover",
18904
+ "module": "src/components/popover.ts"
19158
18905
  }
19159
18906
  },
19160
18907
  {
19161
18908
  "kind": "js",
19162
- "name": "*",
18909
+ "name": "POPOVER_LISTENABLE_EVENT_TYPES",
19163
18910
  "declaration": {
19164
- "name": "*",
19165
- "package": "./footer"
18911
+ "name": "POPOVER_LISTENABLE_EVENT_TYPES",
18912
+ "module": "src/components/popover.ts"
19166
18913
  }
19167
18914
  },
19168
18915
  {
19169
18916
  "kind": "js",
19170
- "name": "*",
18917
+ "name": "Popover",
19171
18918
  "declaration": {
19172
- "name": "*",
19173
- "package": "./page-header"
18919
+ "name": "Popover",
18920
+ "module": "src/components/popover.ts"
19174
18921
  }
19175
18922
  },
19176
18923
  {
19177
- "kind": "js",
19178
- "name": "*",
18924
+ "kind": "custom-element-definition",
19179
18925
  "declaration": {
19180
- "name": "*",
19181
- "package": "./grid"
18926
+ "name": "Popover",
18927
+ "module": "src/components/popover.ts"
19182
18928
  }
19183
18929
  }
19184
18930
  ]
19185
18931
  },
19186
18932
  {
19187
18933
  "kind": "javascript-module",
19188
- "path": "src/layout/page-header.ts",
18934
+ "path": "src/components/record-row.ts",
19189
18935
  "declarations": [
19190
18936
  {
19191
18937
  "kind": "variable",
19192
- "name": "PAGE_HEADER"
18938
+ "name": "RECORD_ROW"
18939
+ },
18940
+ {
18941
+ "kind": "variable",
18942
+ "name": "RECORD_ROW_LABEL"
19193
18943
  },
19194
18944
  {
19195
18945
  "kind": "class",
19196
- "description": "Use a Page Header to apply a consistent look and feel across all application\npages. It exposes several flexible content slots to support designs across\nvarious feature areas.",
19197
- "name": "PageHeader",
19198
- "slots": [
19199
- {
19200
- "description": "Supply a title as HTML if needed. Will be wrapped in a Level 1 heading. Ignores `pageTitle` property.",
19201
- "name": "title"
19202
- },
19203
- {
19204
- "description": "An area to the left of the title, often used for avatars",
19205
- "name": "decorator"
19206
- },
18946
+ "description": "Record row component",
18947
+ "name": "RecordRow",
18948
+ "members": [
19207
18949
  {
19208
- "description": "A subtitle provides additional context to the title",
19209
- "name": "subtitle"
18950
+ "kind": "field",
18951
+ "name": "labelPosition",
18952
+ "type": {
18953
+ "text": "LabelPosition"
18954
+ },
18955
+ "default": "'top'",
18956
+ "description": "The position of the supplied label",
18957
+ "attribute": "label-position",
18958
+ "reflects": true,
18959
+ "inheritedFrom": {
18960
+ "name": "RecordField",
18961
+ "module": "src/components/record-field/record-field.ts"
18962
+ }
19210
18963
  },
19211
18964
  {
19212
- "description": "A flexible area for tags and other descriptive content",
19213
- "name": "description"
18965
+ "kind": "field",
18966
+ "name": "size",
18967
+ "type": {
18968
+ "text": "InputSizes"
18969
+ },
18970
+ "default": "'medium'",
18971
+ "description": "The size of the input",
18972
+ "attribute": "size",
18973
+ "reflects": true,
18974
+ "inheritedFrom": {
18975
+ "name": "RecordField",
18976
+ "module": "src/components/record-field/record-field.ts"
18977
+ }
19214
18978
  },
19215
18979
  {
19216
- "description": "An area to the right of the title, often used for status labels",
19217
- "name": "info"
18980
+ "kind": "method",
18981
+ "name": "setLabelState",
18982
+ "privacy": "private",
18983
+ "inheritedFrom": {
18984
+ "name": "RecordField",
18985
+ "module": "src/components/record-field/record-field.ts"
18986
+ }
19218
18987
  },
19219
18988
  {
19220
- "description": "Typically used for one or more action buttons",
19221
- "name": "actions"
18989
+ "kind": "method",
18990
+ "name": "checkIfMultiline",
18991
+ "privacy": "private",
18992
+ "description": "Attempts to evaluate whether the value element is a multiline text value.\nThis has the potential to be a bit flaky since anything could be slotted in\nthe value, but most other elements are not exact multiples of line height,\nso we use this as the basis for setting the multiline state.",
18993
+ "inheritedFrom": {
18994
+ "name": "RecordField",
18995
+ "module": "src/components/record-field/record-field.ts"
18996
+ }
19222
18997
  }
19223
18998
  ],
19224
- "members": [
18999
+ "superclass": {
19000
+ "name": "RecordField",
19001
+ "module": "/src/components/record-field"
19002
+ },
19003
+ "deprecated": "Use brz-record-field",
19004
+ "tagName": "brz-record-row",
19005
+ "customElement": true,
19006
+ "attributes": [
19225
19007
  {
19226
- "kind": "field",
19227
- "name": "pageTitle",
19008
+ "name": "label-position",
19228
19009
  "type": {
19229
- "text": "string | undefined"
19010
+ "text": "LabelPosition"
19230
19011
  },
19231
- "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
19232
- "attribute": "page-title"
19233
- }
19234
- ],
19235
- "attributes": [
19012
+ "default": "'top'",
19013
+ "description": "The position of the supplied label",
19014
+ "fieldName": "labelPosition",
19015
+ "inheritedFrom": {
19016
+ "name": "RecordField",
19017
+ "module": "src/components/record-field/record-field.ts"
19018
+ }
19019
+ },
19236
19020
  {
19237
- "name": "page-title",
19021
+ "name": "size",
19238
19022
  "type": {
19239
- "text": "string | undefined"
19023
+ "text": "InputSizes"
19240
19024
  },
19241
- "description": "The main page title. Will be rendered to a Level 1 heading.\n\nIf you need more control and want to set the title with HTML, use the\n`title` slot instead, which ignores this property.",
19242
- "fieldName": "pageTitle"
19025
+ "default": "'medium'",
19026
+ "description": "The size of the input",
19027
+ "fieldName": "size",
19028
+ "inheritedFrom": {
19029
+ "name": "RecordField",
19030
+ "module": "src/components/record-field/record-field.ts"
19031
+ }
19243
19032
  }
19244
- ],
19033
+ ]
19034
+ },
19035
+ {
19036
+ "kind": "class",
19037
+ "description": "Record row label component",
19038
+ "name": "RecordRowLabel",
19245
19039
  "superclass": {
19246
- "name": "LitElement",
19247
- "package": "lit"
19040
+ "name": "RecordFieldLabel",
19041
+ "module": "/src/components/record-field"
19248
19042
  },
19249
- "tagName": "brz-page-header",
19250
- "customElement": true
19043
+ "deprecated": "Use brz-field-label",
19044
+ "tagName": "brz-record-row-label",
19045
+ "customElement": true,
19046
+ "members": [
19047
+ {
19048
+ "kind": "method",
19049
+ "name": "setState",
19050
+ "privacy": "private",
19051
+ "inheritedFrom": {
19052
+ "name": "RecordFieldLabel",
19053
+ "module": "src/components/record-field/record-field-label.ts"
19054
+ }
19055
+ }
19056
+ ]
19251
19057
  }
19252
19058
  ],
19253
19059
  "exports": [
19254
19060
  {
19255
19061
  "kind": "js",
19256
- "name": "PAGE_HEADER",
19062
+ "name": "RECORD_ROW",
19257
19063
  "declaration": {
19258
- "name": "PAGE_HEADER",
19259
- "module": "src/layout/page-header.ts"
19064
+ "name": "RECORD_ROW",
19065
+ "module": "src/components/record-row.ts"
19260
19066
  }
19261
19067
  },
19262
19068
  {
19263
19069
  "kind": "js",
19264
- "name": "PageHeader",
19070
+ "name": "RECORD_ROW_LABEL",
19265
19071
  "declaration": {
19266
- "name": "PageHeader",
19267
- "module": "src/layout/page-header.ts"
19072
+ "name": "RECORD_ROW_LABEL",
19073
+ "module": "src/components/record-row.ts"
19268
19074
  }
19269
19075
  },
19270
19076
  {
19271
- "kind": "custom-element-definition",
19077
+ "kind": "js",
19078
+ "name": "RecordRow",
19272
19079
  "declaration": {
19273
- "name": "PageHeader",
19274
- "module": "src/layout/page-header.ts"
19080
+ "name": "RecordRow",
19081
+ "module": "src/components/record-row.ts"
19275
19082
  }
19276
- }
19277
- ]
19278
- },
19279
- {
19280
- "kind": "javascript-module",
19281
- "path": "src/layout/responsive-columns.ts",
19282
- "declarations": [
19283
- {
19284
- "kind": "variable",
19285
- "name": "RESPONSIVE_COLUMNS"
19286
19083
  },
19287
19084
  {
19288
- "kind": "class",
19289
- "description": "Responsive columns layout.",
19290
- "name": "ResponsiveColumns",
19291
- "members": [],
19292
- "superclass": {
19293
- "name": "LitElement",
19294
- "package": "lit"
19295
- },
19296
- "tagName": "brz-responsive-columns",
19297
- "customElement": true
19298
- }
19299
- ],
19300
- "exports": [
19301
- {
19302
- "kind": "js",
19303
- "name": "RESPONSIVE_COLUMNS",
19085
+ "kind": "custom-element-definition",
19304
19086
  "declaration": {
19305
- "name": "RESPONSIVE_COLUMNS",
19306
- "module": "src/layout/responsive-columns.ts"
19087
+ "name": "RecordRow",
19088
+ "module": "src/components/record-row.ts"
19307
19089
  }
19308
19090
  },
19309
19091
  {
19310
19092
  "kind": "js",
19311
- "name": "ResponsiveColumns",
19093
+ "name": "RecordRowLabel",
19312
19094
  "declaration": {
19313
- "name": "ResponsiveColumns",
19314
- "module": "src/layout/responsive-columns.ts"
19095
+ "name": "RecordRowLabel",
19096
+ "module": "src/components/record-row.ts"
19315
19097
  }
19316
19098
  },
19317
19099
  {
19318
19100
  "kind": "custom-element-definition",
19319
19101
  "declaration": {
19320
- "name": "ResponsiveColumns",
19321
- "module": "src/layout/responsive-columns.ts"
19102
+ "name": "RecordRowLabel",
19103
+ "module": "src/components/record-row.ts"
19322
19104
  }
19323
19105
  }
19324
19106
  ]
19325
19107
  },
19326
19108
  {
19327
19109
  "kind": "javascript-module",
19328
- "path": "src/layout/split-row.ts",
19110
+ "path": "src/components/tooltip.ts",
19329
19111
  "declarations": [
19330
19112
  {
19331
19113
  "kind": "variable",
19332
- "name": "SPLIT_ROW"
19333
- },
19334
- {
19335
- "kind": "variable",
19336
- "name": "ACTION_BAR"
19114
+ "name": "TOOLTIP"
19337
19115
  },
19338
19116
  {
19339
19117
  "kind": "class",
19340
- "description": "Split row layout.",
19341
- "name": "SplitRow",
19342
- "slots": [
19343
- {
19344
- "description": "Content to populate the left side",
19345
- "name": "left"
19346
- },
19347
- {
19348
- "description": "Content to populate the right side",
19349
- "name": "right"
19350
- }
19351
- ],
19118
+ "description": "Tooltip component",
19119
+ "name": "Tooltip",
19352
19120
  "members": [
19353
19121
  {
19354
19122
  "kind": "field",
19355
- "name": "verticalAlign",
19356
- "type": {
19357
- "text": "'top' | 'middle' | 'bottom'"
19358
- },
19359
- "default": "'top'",
19360
- "description": "Sets the vertical alignment of the content in the row",
19361
- "attribute": "vertical-align",
19362
- "reflects": true
19363
- },
19364
- {
19365
- "kind": "field",
19366
- "name": "leftExpand",
19123
+ "name": "delayOnClose",
19367
19124
  "type": {
19368
- "text": "boolean"
19125
+ "text": "number"
19369
19126
  },
19370
- "default": "false",
19371
- "description": "Expands the left slot to fill the remaining space",
19372
- "attribute": "left-expand",
19373
- "reflects": true
19127
+ "default": "100",
19128
+ "description": "Time delay before hiding tooltip",
19129
+ "attribute": "delay-on-close"
19374
19130
  },
19375
19131
  {
19376
19132
  "kind": "field",
19377
- "name": "rightExpand",
19133
+ "name": "delayOnOpen",
19378
19134
  "type": {
19379
- "text": "boolean"
19135
+ "text": "number"
19380
19136
  },
19381
- "default": "false",
19382
- "description": "Expands the right slot to fill the remaining space",
19383
- "attribute": "right-expand",
19384
- "reflects": true
19137
+ "default": "100",
19138
+ "description": "Time delay before showing tooltip",
19139
+ "attribute": "delay-on-open"
19385
19140
  },
19386
19141
  {
19387
19142
  "kind": "field",
19388
- "name": "noGap",
19143
+ "name": "isFixed",
19389
19144
  "type": {
19390
19145
  "text": "boolean"
19391
19146
  },
19392
19147
  "default": "false",
19393
- "description": "Removes the spacing between the left and right slots",
19394
- "attribute": "no-gap",
19395
- "reflects": true
19148
+ "description": "Uses fixed positioning",
19149
+ "attribute": "is-fixed"
19396
19150
  },
19397
19151
  {
19398
19152
  "kind": "field",
19399
- "name": "expandY",
19400
- "type": {
19401
- "text": "boolean"
19402
- },
19403
- "default": "false",
19404
- "description": "Expands the row vertically to fill in its parent's height",
19405
- "attribute": "expand-y"
19406
- }
19407
- ],
19408
- "attributes": [
19409
- {
19410
- "name": "vertical-align",
19153
+ "name": "placement",
19411
19154
  "type": {
19412
- "text": "'top' | 'middle' | 'bottom'"
19155
+ "text": "PopoverProps['placement']"
19413
19156
  },
19414
19157
  "default": "'top'",
19415
- "description": "Sets the vertical alignment of the content in the row",
19416
- "fieldName": "verticalAlign"
19158
+ "description": "Placement of tooltip in relation to reference element",
19159
+ "attribute": "placement"
19417
19160
  },
19418
19161
  {
19419
- "name": "left-expand",
19162
+ "kind": "field",
19163
+ "name": "trigger",
19420
19164
  "type": {
19421
- "text": "boolean"
19165
+ "text": "PopoverProps['trigger']"
19422
19166
  },
19423
- "default": "false",
19424
- "description": "Expands the left slot to fill the remaining space",
19425
- "fieldName": "leftExpand"
19167
+ "default": "'hover focus'",
19168
+ "description": "Trigger states for tooltip",
19169
+ "attribute": "trigger"
19426
19170
  },
19427
19171
  {
19428
- "name": "right-expand",
19172
+ "kind": "field",
19173
+ "name": "disabled",
19429
19174
  "type": {
19430
19175
  "text": "boolean"
19431
19176
  },
19432
19177
  "default": "false",
19433
- "description": "Expands the right slot to fill the remaining space",
19434
- "fieldName": "rightExpand"
19178
+ "description": "Stops tooltip for showing",
19179
+ "attribute": "disabled"
19435
19180
  },
19436
19181
  {
19437
- "name": "no-gap",
19182
+ "kind": "field",
19183
+ "name": "content",
19438
19184
  "type": {
19439
- "text": "boolean"
19185
+ "text": "string"
19440
19186
  },
19441
- "default": "false",
19442
- "description": "Removes the spacing between the left and right slots",
19443
- "fieldName": "noGap"
19187
+ "default": "''",
19188
+ "description": "Content to be shown in tooltip",
19189
+ "attribute": "content"
19444
19190
  },
19445
19191
  {
19446
- "name": "expand-y",
19192
+ "kind": "field",
19193
+ "name": "theme",
19447
19194
  "type": {
19448
- "text": "boolean"
19195
+ "text": "Theme"
19449
19196
  },
19450
- "default": "false",
19451
- "description": "Expands the row vertically to fill in its parent's height",
19452
- "fieldName": "expandY"
19197
+ "default": "'dark'",
19198
+ "description": "The tooltip theme",
19199
+ "attribute": "theme",
19200
+ "reflects": true
19453
19201
  }
19454
19202
  ],
19455
- "superclass": {
19456
- "name": "LitElement",
19457
- "package": "lit"
19458
- },
19459
- "tagName": "brz-split-row",
19460
- "customElement": true
19461
- },
19462
- {
19463
- "kind": "class",
19464
- "description": "Action bar layout.",
19465
- "name": "ActionBar",
19466
- "slots": [
19203
+ "attributes": [
19467
19204
  {
19468
- "description": "Content to populate the left side",
19469
- "name": "left"
19205
+ "name": "delay-on-close",
19206
+ "type": {
19207
+ "text": "number"
19208
+ },
19209
+ "default": "100",
19210
+ "description": "Time delay before hiding tooltip",
19211
+ "fieldName": "delayOnClose"
19470
19212
  },
19471
19213
  {
19472
- "description": "Content to populate the right side",
19473
- "name": "right"
19474
- }
19475
- ],
19476
- "members": [
19214
+ "name": "delay-on-open",
19215
+ "type": {
19216
+ "text": "number"
19217
+ },
19218
+ "default": "100",
19219
+ "description": "Time delay before showing tooltip",
19220
+ "fieldName": "delayOnOpen"
19221
+ },
19477
19222
  {
19478
- "kind": "field",
19479
- "name": "noBorder",
19223
+ "name": "is-fixed",
19480
19224
  "type": {
19481
19225
  "text": "boolean"
19482
19226
  },
19483
19227
  "default": "false",
19484
- "description": "Removes the border (e.g. if you have an element below that has a border)",
19485
- "attribute": "no-border",
19486
- "reflects": true
19228
+ "description": "Uses fixed positioning",
19229
+ "fieldName": "isFixed"
19487
19230
  },
19488
19231
  {
19489
- "kind": "field",
19490
- "name": "leftExpand",
19232
+ "name": "placement",
19491
19233
  "type": {
19492
- "text": "boolean"
19234
+ "text": "PopoverProps['placement']"
19493
19235
  },
19494
- "default": "false",
19495
- "description": "Expands the left slot to fill the remaining space",
19496
- "attribute": "left-expand",
19497
- "reflects": true
19236
+ "default": "'top'",
19237
+ "description": "Placement of tooltip in relation to reference element",
19238
+ "fieldName": "placement"
19498
19239
  },
19499
19240
  {
19500
- "kind": "field",
19501
- "name": "rightExpand",
19241
+ "name": "trigger",
19502
19242
  "type": {
19503
- "text": "boolean"
19243
+ "text": "PopoverProps['trigger']"
19504
19244
  },
19505
- "default": "false",
19506
- "description": "Expands the right slot to fill the remaining space",
19507
- "attribute": "right-expand",
19508
- "reflects": true
19509
- }
19510
- ],
19511
- "attributes": [
19245
+ "default": "'hover focus'",
19246
+ "description": "Trigger states for tooltip",
19247
+ "fieldName": "trigger"
19248
+ },
19512
19249
  {
19513
- "name": "no-border",
19250
+ "name": "disabled",
19514
19251
  "type": {
19515
19252
  "text": "boolean"
19516
19253
  },
19517
19254
  "default": "false",
19518
- "description": "Removes the border (e.g. if you have an element below that has a border)",
19519
- "fieldName": "noBorder"
19255
+ "description": "Stops tooltip for showing",
19256
+ "fieldName": "disabled"
19520
19257
  },
19521
19258
  {
19522
- "name": "left-expand",
19259
+ "name": "content",
19523
19260
  "type": {
19524
- "text": "boolean"
19261
+ "text": "string"
19525
19262
  },
19526
- "default": "false",
19527
- "description": "Expands the left slot to fill the remaining space",
19528
- "fieldName": "leftExpand"
19263
+ "default": "''",
19264
+ "description": "Content to be shown in tooltip",
19265
+ "fieldName": "content"
19529
19266
  },
19530
19267
  {
19531
- "name": "right-expand",
19268
+ "name": "theme",
19532
19269
  "type": {
19533
- "text": "boolean"
19270
+ "text": "Theme"
19534
19271
  },
19535
- "default": "false",
19536
- "description": "Expands the right slot to fill the remaining space",
19537
- "fieldName": "rightExpand"
19272
+ "default": "'dark'",
19273
+ "description": "The tooltip theme",
19274
+ "fieldName": "theme"
19538
19275
  }
19539
19276
  ],
19540
19277
  "superclass": {
19541
19278
  "name": "LitElement",
19542
19279
  "package": "lit"
19543
19280
  },
19544
- "tagName": "brz-action-bar",
19281
+ "tagName": "brz-tooltip",
19545
19282
  "customElement": true
19546
19283
  }
19547
19284
  ],
19548
19285
  "exports": [
19549
19286
  {
19550
19287
  "kind": "js",
19551
- "name": "SPLIT_ROW",
19552
- "declaration": {
19553
- "name": "SPLIT_ROW",
19554
- "module": "src/layout/split-row.ts"
19555
- }
19556
- },
19557
- {
19558
- "kind": "js",
19559
- "name": "ACTION_BAR",
19560
- "declaration": {
19561
- "name": "ACTION_BAR",
19562
- "module": "src/layout/split-row.ts"
19563
- }
19564
- },
19565
- {
19566
- "kind": "js",
19567
- "name": "SplitRow",
19568
- "declaration": {
19569
- "name": "SplitRow",
19570
- "module": "src/layout/split-row.ts"
19571
- }
19572
- },
19573
- {
19574
- "kind": "custom-element-definition",
19288
+ "name": "TOOLTIP",
19575
19289
  "declaration": {
19576
- "name": "SplitRow",
19577
- "module": "src/layout/split-row.ts"
19290
+ "name": "TOOLTIP",
19291
+ "module": "src/components/tooltip.ts"
19578
19292
  }
19579
19293
  },
19580
19294
  {
19581
19295
  "kind": "js",
19582
- "name": "ActionBar",
19296
+ "name": "Tooltip",
19583
19297
  "declaration": {
19584
- "name": "ActionBar",
19585
- "module": "src/layout/split-row.ts"
19298
+ "name": "Tooltip",
19299
+ "module": "src/components/tooltip.ts"
19586
19300
  }
19587
19301
  },
19588
19302
  {
19589
19303
  "kind": "custom-element-definition",
19590
19304
  "declaration": {
19591
- "name": "ActionBar",
19592
- "module": "src/layout/split-row.ts"
19305
+ "name": "Tooltip",
19306
+ "module": "src/components/tooltip.ts"
19593
19307
  }
19594
19308
  }
19595
19309
  ]
19596
19310
  },
19597
19311
  {
19598
19312
  "kind": "javascript-module",
19599
- "path": "src/storybook/colors.stories.ts",
19313
+ "path": "src/components/virtual-list.ts",
19600
19314
  "declarations": [
19315
+ {
19316
+ "kind": "variable",
19317
+ "name": "VIRTUAL_LIST"
19318
+ },
19601
19319
  {
19602
19320
  "kind": "class",
19603
- "description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
19604
- "name": "ColorSwatch",
19321
+ "description": "VirtualList is helper component for high-volume lists. It eases the strain on\nthe browser by only rendering a small slice of the list at a time, while the\nsize of the list container is estimated and padded out to help normalize\nscroll behaviour.",
19322
+ "name": "VirtualList",
19605
19323
  "members": [
19606
19324
  {
19607
19325
  "kind": "field",
19608
- "name": "colorVar",
19326
+ "name": "items",
19609
19327
  "type": {
19610
- "text": "string"
19328
+ "text": "ItemType[]"
19611
19329
  },
19612
- "default": "''",
19613
- "attribute": "colorVar"
19330
+ "default": "[]",
19331
+ "description": "List of items to be virtualized. Usually an array of data objects.",
19332
+ "attribute": "items"
19614
19333
  },
19615
19334
  {
19616
19335
  "kind": "field",
19617
- "name": "lightText",
19336
+ "name": "itemMinHeight",
19618
19337
  "type": {
19619
- "text": "boolean"
19338
+ "text": "number"
19620
19339
  },
19621
- "default": "false",
19622
- "attribute": "light-text"
19340
+ "default": "32",
19341
+ "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
19342
+ "attribute": "item-min-height"
19343
+ },
19344
+ {
19345
+ "kind": "field",
19346
+ "name": "overscan",
19347
+ "type": {
19348
+ "text": "number"
19349
+ },
19350
+ "default": "50",
19351
+ "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
19352
+ "attribute": "overscan"
19353
+ },
19354
+ {
19355
+ "kind": "field",
19356
+ "name": "renderItem"
19357
+ },
19358
+ {
19359
+ "kind": "method",
19360
+ "name": "sync",
19361
+ "privacy": "private"
19362
+ },
19363
+ {
19364
+ "kind": "method",
19365
+ "name": "resetItems",
19366
+ "privacy": "private",
19367
+ "description": "Resets the current list of virtualized items and associated properties"
19368
+ },
19369
+ {
19370
+ "kind": "method",
19371
+ "name": "canSync",
19372
+ "privacy": "private",
19373
+ "parameters": [
19374
+ {
19375
+ "name": "changedProperties",
19376
+ "type": {
19377
+ "text": "PropertyValues"
19378
+ }
19379
+ }
19380
+ ],
19381
+ "description": "Returns true if a property has changed that should trigger a sync"
19382
+ },
19383
+ {
19384
+ "kind": "method",
19385
+ "name": "sumOfHeightsToIndex",
19386
+ "privacy": "private",
19387
+ "parameters": [
19388
+ {
19389
+ "name": "index",
19390
+ "type": {
19391
+ "text": "number"
19392
+ }
19393
+ }
19394
+ ],
19395
+ "description": "Adds up the item heights up to the current item index. Used to set the top\noffset for each item in the scroll container."
19396
+ },
19397
+ {
19398
+ "kind": "method",
19399
+ "name": "syncVisibleItems",
19400
+ "privacy": "private",
19401
+ "description": "Syncs the rolling render window. Usually triggered by scroll or changed\nproperties requiring the list to re-render."
19402
+ },
19403
+ {
19404
+ "kind": "method",
19405
+ "name": "emitUpdate",
19406
+ "privacy": "private",
19407
+ "description": "Dispatches an event containing a list of references to the rendered item\nelements. This saves extensive DOM-querying by parents to access them."
19408
+ },
19409
+ {
19410
+ "kind": "method",
19411
+ "name": "updateItemHeights",
19412
+ "privacy": "private",
19413
+ "description": "Reads the actual item heights as they are rendered into the rolling render\nwindow and tracks them in the item heights array. This helps variable item\nheights to become more predictable over time and reduce potentially janky\nbehaviour while scrolling."
19414
+ },
19415
+ {
19416
+ "kind": "method",
19417
+ "name": "handleScroll",
19418
+ "privacy": "private",
19419
+ "parameters": [
19420
+ {
19421
+ "name": "event",
19422
+ "type": {
19423
+ "text": "Event"
19424
+ }
19425
+ }
19426
+ ],
19427
+ "description": "Updates the current scrollTop value as the user scrolls the list container,\nthen syncs up the visible items."
19428
+ }
19429
+ ],
19430
+ "events": [
19431
+ {
19432
+ "type": {
19433
+ "text": "VirtualListUpdateEvent"
19434
+ }
19623
19435
  }
19624
19436
  ],
19625
19437
  "attributes": [
19626
19438
  {
19627
- "name": "colorVar",
19439
+ "name": "overscan",
19628
19440
  "type": {
19629
- "text": "string"
19441
+ "text": "number"
19630
19442
  },
19631
- "default": "''",
19632
- "fieldName": "colorVar"
19443
+ "default": "50",
19444
+ "description": "Number of items to render before and after the current item index. This\nhelps the virtual scroll feel more natural by avoiding flashes of \"blank\"\nitems or badly estimated offsets. However, be aware that a higher value\nmeans more elements are rendered to the DOM so can eventually lead to worse\noverall performance.",
19445
+ "fieldName": "overscan",
19446
+ "attribute": "overscan"
19633
19447
  },
19634
19448
  {
19635
- "name": "light-text",
19449
+ "name": "items",
19636
19450
  "type": {
19637
- "text": "boolean"
19451
+ "text": "ItemType[]"
19638
19452
  },
19639
- "default": "false",
19640
- "fieldName": "lightText"
19453
+ "default": "[]",
19454
+ "description": "List of items to be virtualized. Usually an array of data objects.",
19455
+ "fieldName": "items"
19456
+ },
19457
+ {
19458
+ "name": "item-min-height",
19459
+ "type": {
19460
+ "text": "number"
19461
+ },
19462
+ "default": "32",
19463
+ "description": "Fixed or minimum height of each list item in pixels. Defaults to 32.\nSetting a known min-height of each list item significantly improves\nperformance.",
19464
+ "fieldName": "itemMinHeight"
19641
19465
  }
19642
19466
  ],
19643
19467
  "superclass": {
19644
19468
  "name": "LitElement",
19645
19469
  "package": "lit"
19646
19470
  },
19647
- "tagName": "brz-sb-color-swatch",
19471
+ "tagName": "brz-virtual-list",
19648
19472
  "customElement": true
19649
19473
  },
19650
19474
  {
19651
19475
  "kind": "class",
19652
- "description": "Story component for laying out a group of swatches",
19653
- "name": "ColorSwatchGroup",
19654
- "members": [
19476
+ "description": "",
19477
+ "name": "VirtualListUpdateEvent",
19478
+ "superclass": {
19479
+ "name": "CustomEvent",
19480
+ "module": "src/components/virtual-list.ts"
19481
+ }
19482
+ }
19483
+ ],
19484
+ "exports": [
19485
+ {
19486
+ "kind": "js",
19487
+ "name": "VIRTUAL_LIST",
19488
+ "declaration": {
19489
+ "name": "VIRTUAL_LIST",
19490
+ "module": "src/components/virtual-list.ts"
19491
+ }
19492
+ },
19493
+ {
19494
+ "kind": "js",
19495
+ "name": "VirtualList",
19496
+ "declaration": {
19497
+ "name": "VirtualList",
19498
+ "module": "src/components/virtual-list.ts"
19499
+ }
19500
+ },
19501
+ {
19502
+ "kind": "custom-element-definition",
19503
+ "declaration": {
19504
+ "name": "VirtualList",
19505
+ "module": "src/components/virtual-list.ts"
19506
+ }
19507
+ },
19508
+ {
19509
+ "kind": "js",
19510
+ "name": "VirtualListUpdateEvent",
19511
+ "declaration": {
19512
+ "name": "VirtualListUpdateEvent",
19513
+ "module": "src/components/virtual-list.ts"
19514
+ }
19515
+ }
19516
+ ]
19517
+ },
19518
+ {
19519
+ "kind": "javascript-module",
19520
+ "path": "src/helpers/css-helpers.ts",
19521
+ "declarations": [
19522
+ {
19523
+ "kind": "function",
19524
+ "name": "getFocusStyles",
19525
+ "parameters": [
19655
19526
  {
19656
- "kind": "field",
19657
- "name": "stacked",
19527
+ "name": "selector",
19658
19528
  "type": {
19659
- "text": "boolean"
19529
+ "text": "string"
19660
19530
  },
19661
- "default": "false",
19662
- "attribute": "stacked"
19531
+ "description": "A CSS selector targeting an interactive element."
19532
+ },
19533
+ {
19534
+ "name": "extraRules",
19535
+ "default": "css``",
19536
+ "description": "Optional rules to append. Useful for overrides."
19663
19537
  }
19664
19538
  ],
19665
- "attributes": [
19539
+ "description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
19540
+ },
19541
+ {
19542
+ "kind": "variable",
19543
+ "name": "invisibleButtonRules",
19544
+ "default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
19545
+ "description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
19546
+ },
19547
+ {
19548
+ "kind": "function",
19549
+ "name": "getInvisibleButtonStyles",
19550
+ "parameters": [
19666
19551
  {
19667
- "name": "stacked",
19552
+ "name": "selector",
19668
19553
  "type": {
19669
- "text": "boolean"
19554
+ "text": "string"
19670
19555
  },
19671
- "default": "false",
19672
- "fieldName": "stacked"
19556
+ "description": "A CSS selector targeting a button"
19557
+ },
19558
+ {
19559
+ "name": "extraRules",
19560
+ "default": "css``",
19561
+ "description": "Optional rules to append. Useful for overrides."
19673
19562
  }
19674
19563
  ],
19675
- "superclass": {
19676
- "name": "LitElement",
19677
- "package": "lit"
19678
- },
19679
- "tagName": "brz-sb-color-swatch-group",
19680
- "customElement": true
19564
+ "description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
19681
19565
  }
19682
19566
  ],
19683
19567
  "exports": [
19684
19568
  {
19685
19569
  "kind": "js",
19686
- "name": "ColorSwatch",
19570
+ "name": "getFocusStyles",
19687
19571
  "declaration": {
19688
- "name": "ColorSwatch",
19689
- "module": "src/storybook/colors.stories.ts"
19572
+ "name": "getFocusStyles",
19573
+ "module": "src/helpers/css-helpers.ts"
19690
19574
  }
19691
19575
  },
19692
19576
  {
19693
- "kind": "custom-element-definition",
19694
- "name": "brz-sb-color-swatch",
19577
+ "kind": "js",
19578
+ "name": "invisibleButtonRules",
19695
19579
  "declaration": {
19696
- "name": "ColorSwatch",
19697
- "module": "src/storybook/colors.stories.ts"
19580
+ "name": "invisibleButtonRules",
19581
+ "module": "src/helpers/css-helpers.ts"
19698
19582
  }
19699
19583
  },
19700
19584
  {
19701
19585
  "kind": "js",
19702
- "name": "ColorSwatchGroup",
19586
+ "name": "getInvisibleButtonStyles",
19703
19587
  "declaration": {
19704
- "name": "ColorSwatchGroup",
19705
- "module": "src/storybook/colors.stories.ts"
19588
+ "name": "getInvisibleButtonStyles",
19589
+ "module": "src/helpers/css-helpers.ts"
19706
19590
  }
19707
- },
19591
+ }
19592
+ ]
19593
+ },
19594
+ {
19595
+ "kind": "javascript-module",
19596
+ "path": "src/helpers/index.ts",
19597
+ "declarations": [],
19598
+ "exports": [
19708
19599
  {
19709
- "kind": "custom-element-definition",
19710
- "name": "brz-sb-color-swatch-group",
19600
+ "kind": "js",
19601
+ "name": "*",
19711
19602
  "declaration": {
19712
- "name": "ColorSwatchGroup",
19713
- "module": "src/storybook/colors.stories.ts"
19603
+ "name": "*",
19604
+ "package": "./css-helpers"
19714
19605
  }
19715
19606
  }
19716
19607
  ]
@@ -19852,6 +19743,127 @@
19852
19743
  }
19853
19744
  ]
19854
19745
  },
19746
+ {
19747
+ "kind": "javascript-module",
19748
+ "path": "src/storybook/colors.stories.ts",
19749
+ "declarations": [
19750
+ {
19751
+ "kind": "class",
19752
+ "description": "Story component to render a colour swatch.\nWill extract the hex code from a supplied color var and use it as the background.",
19753
+ "name": "ColorSwatch",
19754
+ "members": [
19755
+ {
19756
+ "kind": "field",
19757
+ "name": "colorVar",
19758
+ "type": {
19759
+ "text": "string"
19760
+ },
19761
+ "default": "''",
19762
+ "attribute": "colorVar"
19763
+ },
19764
+ {
19765
+ "kind": "field",
19766
+ "name": "lightText",
19767
+ "type": {
19768
+ "text": "boolean"
19769
+ },
19770
+ "default": "false",
19771
+ "attribute": "light-text"
19772
+ }
19773
+ ],
19774
+ "attributes": [
19775
+ {
19776
+ "name": "colorVar",
19777
+ "type": {
19778
+ "text": "string"
19779
+ },
19780
+ "default": "''",
19781
+ "fieldName": "colorVar"
19782
+ },
19783
+ {
19784
+ "name": "light-text",
19785
+ "type": {
19786
+ "text": "boolean"
19787
+ },
19788
+ "default": "false",
19789
+ "fieldName": "lightText"
19790
+ }
19791
+ ],
19792
+ "superclass": {
19793
+ "name": "LitElement",
19794
+ "package": "lit"
19795
+ },
19796
+ "tagName": "brz-sb-color-swatch",
19797
+ "customElement": true
19798
+ },
19799
+ {
19800
+ "kind": "class",
19801
+ "description": "Story component for laying out a group of swatches",
19802
+ "name": "ColorSwatchGroup",
19803
+ "members": [
19804
+ {
19805
+ "kind": "field",
19806
+ "name": "stacked",
19807
+ "type": {
19808
+ "text": "boolean"
19809
+ },
19810
+ "default": "false",
19811
+ "attribute": "stacked"
19812
+ }
19813
+ ],
19814
+ "attributes": [
19815
+ {
19816
+ "name": "stacked",
19817
+ "type": {
19818
+ "text": "boolean"
19819
+ },
19820
+ "default": "false",
19821
+ "fieldName": "stacked"
19822
+ }
19823
+ ],
19824
+ "superclass": {
19825
+ "name": "LitElement",
19826
+ "package": "lit"
19827
+ },
19828
+ "tagName": "brz-sb-color-swatch-group",
19829
+ "customElement": true
19830
+ }
19831
+ ],
19832
+ "exports": [
19833
+ {
19834
+ "kind": "js",
19835
+ "name": "ColorSwatch",
19836
+ "declaration": {
19837
+ "name": "ColorSwatch",
19838
+ "module": "src/storybook/colors.stories.ts"
19839
+ }
19840
+ },
19841
+ {
19842
+ "kind": "custom-element-definition",
19843
+ "name": "brz-sb-color-swatch",
19844
+ "declaration": {
19845
+ "name": "ColorSwatch",
19846
+ "module": "src/storybook/colors.stories.ts"
19847
+ }
19848
+ },
19849
+ {
19850
+ "kind": "js",
19851
+ "name": "ColorSwatchGroup",
19852
+ "declaration": {
19853
+ "name": "ColorSwatchGroup",
19854
+ "module": "src/storybook/colors.stories.ts"
19855
+ }
19856
+ },
19857
+ {
19858
+ "kind": "custom-element-definition",
19859
+ "name": "brz-sb-color-swatch-group",
19860
+ "declaration": {
19861
+ "name": "ColorSwatchGroup",
19862
+ "module": "src/storybook/colors.stories.ts"
19863
+ }
19864
+ }
19865
+ ]
19866
+ },
19855
19867
  {
19856
19868
  "kind": "javascript-module",
19857
19869
  "path": "src/styles/borders.ts",
@@ -20111,7 +20123,7 @@
20111
20123
  {
20112
20124
  "kind": "variable",
20113
20125
  "name": "typography",
20114
- "default": "css`\n :host {\n --brz-font-family-brand: Inter, sofiapro;\n --brz-font-family-fallback: system-ui, BlinkMacSystemFont, -apple-system,\n 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',\n 'Helvetica Neue', sans-serif;\n\n --brz-font-weight-bold: 700;\n --brz-font-weight-semibold: 600;\n --brz-font-weight-medium: 500;\n --brz-font-weight-normal: 400;\n\n --brz-font-size: 0.875rem;\n --brz-line-height: 1.25rem;\n --brz-font-size-heading: 1rem;\n --brz-line-height-heading: 1.25rem;\n\n --brz-font-size-heading-3xl: 1.875rem;\n --brz-line-height-heading-3xl: 2rem;\n --brz-font-size-heading-2xl: 1.5rem;\n --brz-line-height-heading-2xl: 2rem;\n --brz-font-size-heading-xl: 1.25rem;\n --brz-line-height-heading-xl: 1.5rem;\n --brz-font-size-heading-lg: 1.125rem;\n --brz-line-height-heading-lg: 1.5rem;\n --brz-font-size-heading-sm: 0.875rem;\n --brz-line-height-heading-sm: 1.25rem;\n\n --brz-font-size-lg: 1rem;\n --brz-line-height-lg: 1.25rem;\n --brz-font-size-sm: 0.8125rem;\n --brz-line-height-sm: 1rem;\n --brz-font-size-xs: 0.75rem;\n --brz-line-height-xs: 0.9375rem;\n --brz-font-size-2xs: 0.5625rem;\n --brz-line-height-2xs: 0.75rem;\n\n --brz-color-text: var(--brz-color-neutral-850);\n --brz-color-text-light: var(--brz-color-neutral-700);\n --brz-color-text-placeholder: var(--brz-color-neutral-600);\n\n --brz-text-block-max-width: 44rem;\n }\n`"
20126
+ "default": "css`\n :host {\n --brz-font-family-brand: Inter, sofiapro;\n --brz-font-family-fallback: system-ui, BlinkMacSystemFont, -apple-system,\n 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',\n 'Helvetica Neue', sans-serif;\n\n --brz-font-weight-bold: 700;\n --brz-font-weight-semibold: 600;\n --brz-font-weight-medium: 500;\n --brz-font-weight-normal: 400;\n\n --brz-font-size: 0.875rem;\n --brz-line-height: 1.25rem;\n --brz-font-size-heading: 1rem;\n --brz-line-height-heading: 1.25rem;\n\n --brz-font-size-heading-3xl: 1.875rem;\n --brz-line-height-heading-3xl: 2rem;\n --brz-font-size-heading-2xl: 1.5rem;\n --brz-line-height-heading-2xl: 2rem;\n --brz-font-size-heading-xl: 1.25rem;\n --brz-line-height-heading-xl: 1.5rem;\n --brz-font-size-heading-lg: 1.125rem;\n --brz-line-height-heading-lg: 1.5rem;\n --brz-font-size-heading-sm: 0.875rem;\n --brz-line-height-heading-sm: 1.25rem;\n\n --brz-font-size-lg: 1rem;\n --brz-line-height-lg: 1.25rem;\n --brz-font-size-sm: 0.8125rem;\n --brz-line-height-sm: 1rem;\n --brz-font-size-xs: 0.75rem;\n --brz-line-height-xs: 0.9375rem;\n --brz-font-size-2xs: 0.5625rem;\n --brz-line-height-2xs: 0.75rem;\n\n --brz-color-text: var(--brz-color-neutral-850);\n --brz-color-text-light: var(--brz-color-neutral-700);\n --brz-color-text-placeholder: var(--brz-color-neutral-600);\n\n --brz-text-block-max-width: 44rem;\n --brz-list-block-max-width: 40rem;\n }\n`"
20115
20127
  }
20116
20128
  ],
20117
20129
  "exports": [
@@ -20628,6 +20640,253 @@
20628
20640
  }
20629
20641
  ]
20630
20642
  },
20643
+ {
20644
+ "kind": "javascript-module",
20645
+ "path": "src/layout/grid/grid-item.ts",
20646
+ "declarations": [
20647
+ {
20648
+ "kind": "variable",
20649
+ "name": "GRID_ITEM"
20650
+ },
20651
+ {
20652
+ "kind": "variable",
20653
+ "name": "columnSpans",
20654
+ "type": {
20655
+ "text": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
20656
+ },
20657
+ "default": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
20658
+ },
20659
+ {
20660
+ "kind": "class",
20661
+ "description": "Grid item component. To be used with brz-grid.\n\nSupports upto 12 columns.",
20662
+ "name": "GridItem",
20663
+ "members": [
20664
+ {
20665
+ "kind": "field",
20666
+ "name": "cols",
20667
+ "type": {
20668
+ "text": "number | undefined"
20669
+ },
20670
+ "description": "Number of columns to span",
20671
+ "attribute": "cols",
20672
+ "reflects": true
20673
+ },
20674
+ {
20675
+ "kind": "field",
20676
+ "name": "mdCols",
20677
+ "type": {
20678
+ "text": "number | undefined"
20679
+ },
20680
+ "description": "Number of columns to span on medium screens",
20681
+ "attribute": "md-cols",
20682
+ "reflects": true
20683
+ },
20684
+ {
20685
+ "kind": "field",
20686
+ "name": "smCols",
20687
+ "type": {
20688
+ "text": "number | undefined"
20689
+ },
20690
+ "description": "Number of columns to span on small screens",
20691
+ "attribute": "sm-cols",
20692
+ "reflects": true
20693
+ }
20694
+ ],
20695
+ "attributes": [
20696
+ {
20697
+ "name": "cols",
20698
+ "type": {
20699
+ "text": "number | undefined"
20700
+ },
20701
+ "description": "Number of columns to span",
20702
+ "fieldName": "cols"
20703
+ },
20704
+ {
20705
+ "name": "md-cols",
20706
+ "type": {
20707
+ "text": "number | undefined"
20708
+ },
20709
+ "description": "Number of columns to span on medium screens",
20710
+ "fieldName": "mdCols"
20711
+ },
20712
+ {
20713
+ "name": "sm-cols",
20714
+ "type": {
20715
+ "text": "number | undefined"
20716
+ },
20717
+ "description": "Number of columns to span on small screens",
20718
+ "fieldName": "smCols"
20719
+ }
20720
+ ],
20721
+ "superclass": {
20722
+ "name": "LitElement",
20723
+ "package": "lit"
20724
+ },
20725
+ "tagName": "brz-grid-item",
20726
+ "customElement": true
20727
+ }
20728
+ ],
20729
+ "exports": [
20730
+ {
20731
+ "kind": "js",
20732
+ "name": "GRID_ITEM",
20733
+ "declaration": {
20734
+ "name": "GRID_ITEM",
20735
+ "module": "src/layout/grid/grid-item.ts"
20736
+ }
20737
+ },
20738
+ {
20739
+ "kind": "js",
20740
+ "name": "columnSpans",
20741
+ "declaration": {
20742
+ "name": "columnSpans",
20743
+ "module": "src/layout/grid/grid-item.ts"
20744
+ }
20745
+ },
20746
+ {
20747
+ "kind": "js",
20748
+ "name": "GridItem",
20749
+ "declaration": {
20750
+ "name": "GridItem",
20751
+ "module": "src/layout/grid/grid-item.ts"
20752
+ }
20753
+ },
20754
+ {
20755
+ "kind": "custom-element-definition",
20756
+ "declaration": {
20757
+ "name": "GridItem",
20758
+ "module": "src/layout/grid/grid-item.ts"
20759
+ }
20760
+ }
20761
+ ]
20762
+ },
20763
+ {
20764
+ "kind": "javascript-module",
20765
+ "path": "src/layout/grid/grid.ts",
20766
+ "declarations": [
20767
+ {
20768
+ "kind": "variable",
20769
+ "name": "GRID"
20770
+ },
20771
+ {
20772
+ "kind": "class",
20773
+ "description": "Grid component.\n\nThis grid layout is setup with 12 flexible columns.\nColumns and row gaps are set to 20px, but can be changed using our spacing system.",
20774
+ "name": "Grid",
20775
+ "members": [
20776
+ {
20777
+ "kind": "field",
20778
+ "name": "spacing",
20779
+ "type": {
20780
+ "text": "number | undefined"
20781
+ },
20782
+ "description": "Shorthand to set both row and column spacing",
20783
+ "attribute": "spacing",
20784
+ "reflects": true
20785
+ },
20786
+ {
20787
+ "kind": "field",
20788
+ "name": "colSpacing",
20789
+ "type": {
20790
+ "text": "number | undefined"
20791
+ },
20792
+ "description": "Sets the column spacing between each grid item",
20793
+ "attribute": "col-spacing",
20794
+ "reflects": true
20795
+ },
20796
+ {
20797
+ "kind": "field",
20798
+ "name": "rowSpacing",
20799
+ "type": {
20800
+ "text": "number | undefined"
20801
+ },
20802
+ "description": "Sets the row spacing between each grid item",
20803
+ "attribute": "row-spacing",
20804
+ "reflects": true
20805
+ }
20806
+ ],
20807
+ "attributes": [
20808
+ {
20809
+ "name": "spacing",
20810
+ "type": {
20811
+ "text": "number | undefined"
20812
+ },
20813
+ "description": "Shorthand to set both row and column spacing",
20814
+ "fieldName": "spacing"
20815
+ },
20816
+ {
20817
+ "name": "col-spacing",
20818
+ "type": {
20819
+ "text": "number | undefined"
20820
+ },
20821
+ "description": "Sets the column spacing between each grid item",
20822
+ "fieldName": "colSpacing"
20823
+ },
20824
+ {
20825
+ "name": "row-spacing",
20826
+ "type": {
20827
+ "text": "number | undefined"
20828
+ },
20829
+ "description": "Sets the row spacing between each grid item",
20830
+ "fieldName": "rowSpacing"
20831
+ }
20832
+ ],
20833
+ "superclass": {
20834
+ "name": "LitElementWithUtils",
20835
+ "module": "/src/mixins/component-utils"
20836
+ },
20837
+ "tagName": "brz-grid",
20838
+ "customElement": true
20839
+ }
20840
+ ],
20841
+ "exports": [
20842
+ {
20843
+ "kind": "js",
20844
+ "name": "GRID",
20845
+ "declaration": {
20846
+ "name": "GRID",
20847
+ "module": "src/layout/grid/grid.ts"
20848
+ }
20849
+ },
20850
+ {
20851
+ "kind": "js",
20852
+ "name": "Grid",
20853
+ "declaration": {
20854
+ "name": "Grid",
20855
+ "module": "src/layout/grid/grid.ts"
20856
+ }
20857
+ },
20858
+ {
20859
+ "kind": "custom-element-definition",
20860
+ "declaration": {
20861
+ "name": "Grid",
20862
+ "module": "src/layout/grid/grid.ts"
20863
+ }
20864
+ }
20865
+ ]
20866
+ },
20867
+ {
20868
+ "kind": "javascript-module",
20869
+ "path": "src/layout/grid/index.ts",
20870
+ "declarations": [],
20871
+ "exports": [
20872
+ {
20873
+ "kind": "js",
20874
+ "name": "*",
20875
+ "declaration": {
20876
+ "name": "*",
20877
+ "package": "./grid"
20878
+ }
20879
+ },
20880
+ {
20881
+ "kind": "js",
20882
+ "name": "*",
20883
+ "declaration": {
20884
+ "name": "*",
20885
+ "package": "./grid-item"
20886
+ }
20887
+ }
20888
+ ]
20889
+ },
20631
20890
  {
20632
20891
  "kind": "javascript-module",
20633
20892
  "path": "src/components/form-elements/code-theme.ts",
@@ -32718,253 +32977,6 @@
32718
32977
  }
32719
32978
  ]
32720
32979
  },
32721
- {
32722
- "kind": "javascript-module",
32723
- "path": "src/layout/grid/grid-item.ts",
32724
- "declarations": [
32725
- {
32726
- "kind": "variable",
32727
- "name": "GRID_ITEM"
32728
- },
32729
- {
32730
- "kind": "variable",
32731
- "name": "columnSpans",
32732
- "type": {
32733
- "text": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
32734
- },
32735
- "default": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]"
32736
- },
32737
- {
32738
- "kind": "class",
32739
- "description": "Grid item component. To be used with brz-grid.\n\nSupports upto 12 columns.",
32740
- "name": "GridItem",
32741
- "members": [
32742
- {
32743
- "kind": "field",
32744
- "name": "cols",
32745
- "type": {
32746
- "text": "number | undefined"
32747
- },
32748
- "description": "Number of columns to span",
32749
- "attribute": "cols",
32750
- "reflects": true
32751
- },
32752
- {
32753
- "kind": "field",
32754
- "name": "mdCols",
32755
- "type": {
32756
- "text": "number | undefined"
32757
- },
32758
- "description": "Number of columns to span on medium screens",
32759
- "attribute": "md-cols",
32760
- "reflects": true
32761
- },
32762
- {
32763
- "kind": "field",
32764
- "name": "smCols",
32765
- "type": {
32766
- "text": "number | undefined"
32767
- },
32768
- "description": "Number of columns to span on small screens",
32769
- "attribute": "sm-cols",
32770
- "reflects": true
32771
- }
32772
- ],
32773
- "attributes": [
32774
- {
32775
- "name": "cols",
32776
- "type": {
32777
- "text": "number | undefined"
32778
- },
32779
- "description": "Number of columns to span",
32780
- "fieldName": "cols"
32781
- },
32782
- {
32783
- "name": "md-cols",
32784
- "type": {
32785
- "text": "number | undefined"
32786
- },
32787
- "description": "Number of columns to span on medium screens",
32788
- "fieldName": "mdCols"
32789
- },
32790
- {
32791
- "name": "sm-cols",
32792
- "type": {
32793
- "text": "number | undefined"
32794
- },
32795
- "description": "Number of columns to span on small screens",
32796
- "fieldName": "smCols"
32797
- }
32798
- ],
32799
- "superclass": {
32800
- "name": "LitElement",
32801
- "package": "lit"
32802
- },
32803
- "tagName": "brz-grid-item",
32804
- "customElement": true
32805
- }
32806
- ],
32807
- "exports": [
32808
- {
32809
- "kind": "js",
32810
- "name": "GRID_ITEM",
32811
- "declaration": {
32812
- "name": "GRID_ITEM",
32813
- "module": "src/layout/grid/grid-item.ts"
32814
- }
32815
- },
32816
- {
32817
- "kind": "js",
32818
- "name": "columnSpans",
32819
- "declaration": {
32820
- "name": "columnSpans",
32821
- "module": "src/layout/grid/grid-item.ts"
32822
- }
32823
- },
32824
- {
32825
- "kind": "js",
32826
- "name": "GridItem",
32827
- "declaration": {
32828
- "name": "GridItem",
32829
- "module": "src/layout/grid/grid-item.ts"
32830
- }
32831
- },
32832
- {
32833
- "kind": "custom-element-definition",
32834
- "declaration": {
32835
- "name": "GridItem",
32836
- "module": "src/layout/grid/grid-item.ts"
32837
- }
32838
- }
32839
- ]
32840
- },
32841
- {
32842
- "kind": "javascript-module",
32843
- "path": "src/layout/grid/grid.ts",
32844
- "declarations": [
32845
- {
32846
- "kind": "variable",
32847
- "name": "GRID"
32848
- },
32849
- {
32850
- "kind": "class",
32851
- "description": "Grid component.\n\nThis grid layout is setup with 12 flexible columns.\nColumns and row gaps are set to 20px, but can be changed using our spacing system.",
32852
- "name": "Grid",
32853
- "members": [
32854
- {
32855
- "kind": "field",
32856
- "name": "spacing",
32857
- "type": {
32858
- "text": "number | undefined"
32859
- },
32860
- "description": "Shorthand to set both row and column spacing",
32861
- "attribute": "spacing",
32862
- "reflects": true
32863
- },
32864
- {
32865
- "kind": "field",
32866
- "name": "colSpacing",
32867
- "type": {
32868
- "text": "number | undefined"
32869
- },
32870
- "description": "Sets the column spacing between each grid item",
32871
- "attribute": "col-spacing",
32872
- "reflects": true
32873
- },
32874
- {
32875
- "kind": "field",
32876
- "name": "rowSpacing",
32877
- "type": {
32878
- "text": "number | undefined"
32879
- },
32880
- "description": "Sets the row spacing between each grid item",
32881
- "attribute": "row-spacing",
32882
- "reflects": true
32883
- }
32884
- ],
32885
- "attributes": [
32886
- {
32887
- "name": "spacing",
32888
- "type": {
32889
- "text": "number | undefined"
32890
- },
32891
- "description": "Shorthand to set both row and column spacing",
32892
- "fieldName": "spacing"
32893
- },
32894
- {
32895
- "name": "col-spacing",
32896
- "type": {
32897
- "text": "number | undefined"
32898
- },
32899
- "description": "Sets the column spacing between each grid item",
32900
- "fieldName": "colSpacing"
32901
- },
32902
- {
32903
- "name": "row-spacing",
32904
- "type": {
32905
- "text": "number | undefined"
32906
- },
32907
- "description": "Sets the row spacing between each grid item",
32908
- "fieldName": "rowSpacing"
32909
- }
32910
- ],
32911
- "superclass": {
32912
- "name": "LitElementWithUtils",
32913
- "module": "/src/mixins/component-utils"
32914
- },
32915
- "tagName": "brz-grid",
32916
- "customElement": true
32917
- }
32918
- ],
32919
- "exports": [
32920
- {
32921
- "kind": "js",
32922
- "name": "GRID",
32923
- "declaration": {
32924
- "name": "GRID",
32925
- "module": "src/layout/grid/grid.ts"
32926
- }
32927
- },
32928
- {
32929
- "kind": "js",
32930
- "name": "Grid",
32931
- "declaration": {
32932
- "name": "Grid",
32933
- "module": "src/layout/grid/grid.ts"
32934
- }
32935
- },
32936
- {
32937
- "kind": "custom-element-definition",
32938
- "declaration": {
32939
- "name": "Grid",
32940
- "module": "src/layout/grid/grid.ts"
32941
- }
32942
- }
32943
- ]
32944
- },
32945
- {
32946
- "kind": "javascript-module",
32947
- "path": "src/layout/grid/index.ts",
32948
- "declarations": [],
32949
- "exports": [
32950
- {
32951
- "kind": "js",
32952
- "name": "*",
32953
- "declaration": {
32954
- "name": "*",
32955
- "package": "./grid"
32956
- }
32957
- },
32958
- {
32959
- "kind": "js",
32960
- "name": "*",
32961
- "declaration": {
32962
- "name": "*",
32963
- "package": "./grid-item"
32964
- }
32965
- }
32966
- ]
32967
- },
32968
32980
  {
32969
32981
  "kind": "javascript-module",
32970
32982
  "path": "src/surfaces/card/card-footer.ts",