@warp-ds/elements 2.2.0-next.7 → 2.2.0-next.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/custom-elements.json +623 -192
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.js +350 -130
  4. package/dist/index.js.map +4 -4
  5. package/dist/packages/alert/index.js.map +1 -1
  6. package/dist/packages/alert/react.js.map +1 -1
  7. package/dist/packages/attention/index.js.map +1 -1
  8. package/dist/packages/button/index.d.ts +1 -0
  9. package/dist/packages/button/index.js +214 -9
  10. package/dist/packages/button/index.js.map +4 -4
  11. package/dist/packages/button/react.js +213 -8
  12. package/dist/packages/button/react.js.map +4 -4
  13. package/dist/packages/datepicker/DatePicker.test.d.ts +1 -0
  14. package/dist/packages/datepicker/datepicker.d.ts +9 -0
  15. package/dist/packages/datepicker/index.js +87 -83
  16. package/dist/packages/datepicker/index.js.map +3 -3
  17. package/dist/packages/datepicker/react.d.ts +2 -0
  18. package/dist/packages/datepicker/react.js +2805 -0
  19. package/dist/packages/datepicker/react.js.map +7 -0
  20. package/dist/packages/link/index.d.ts +39 -0
  21. package/dist/packages/link/index.js +2646 -0
  22. package/dist/packages/link/index.js.map +7 -0
  23. package/dist/packages/link/link.stories.d.ts +20 -0
  24. package/dist/packages/link/link.test.d.ts +1 -0
  25. package/dist/packages/link/react.d.ts +2 -0
  26. package/dist/packages/link/react.js +2666 -0
  27. package/dist/packages/link/react.js.map +7 -0
  28. package/dist/packages/link/styles.d.ts +1 -0
  29. package/dist/packages/steps/index.d.ts +43 -0
  30. package/dist/packages/steps/index.js +2465 -0
  31. package/dist/packages/steps/index.js.map +7 -0
  32. package/dist/packages/steps/locales/da/messages.d.mts +1 -0
  33. package/dist/packages/steps/locales/en/messages.d.mts +1 -0
  34. package/dist/packages/steps/locales/fi/messages.d.mts +1 -0
  35. package/dist/packages/steps/locales/nb/messages.d.mts +1 -0
  36. package/dist/packages/steps/locales/sv/messages.d.mts +1 -0
  37. package/dist/packages/steps/react.d.ts +3 -0
  38. package/dist/packages/steps/react.js +2485 -0
  39. package/dist/packages/steps/react.js.map +7 -0
  40. package/dist/packages/steps/steps.stories.d.ts +12 -0
  41. package/dist/packages/steps/styles.d.ts +1 -0
  42. package/dist/packages/textfield/index.js +1 -1
  43. package/dist/packages/textfield/index.js.map +2 -2
  44. package/dist/packages/textfield/react.js +1 -1
  45. package/dist/packages/textfield/react.js.map +2 -2
  46. package/dist/packages/toast/index.js.map +1 -1
  47. package/dist/vscode.html-custom-data.json +68 -19
  48. package/dist/web-types.json +133 -36
  49. package/package.json +11 -9
@@ -2,105 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "packages/alert/index.ts",
8
- "declarations": [
9
- {
10
- "kind": "class",
11
- "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)",
12
- "name": "WarpAlert",
13
- "members": [
14
- {
15
- "kind": "field",
16
- "name": "variant",
17
- "type": {
18
- "text": "AlertVariants"
19
- },
20
- "default": "'info'",
21
- "attribute": "variant",
22
- "reflects": true,
23
- "parsedType": {
24
- "text": "'negative' | 'positive' | 'warning' | 'info'"
25
- }
26
- },
27
- {
28
- "kind": "field",
29
- "name": "show",
30
- "type": {
31
- "text": "boolean"
32
- },
33
- "default": "false",
34
- "attribute": "show",
35
- "reflects": true
36
- },
37
- {
38
- "kind": "field",
39
- "name": "role",
40
- "type": {
41
- "text": "string"
42
- },
43
- "default": "'alert'",
44
- "attribute": "role",
45
- "reflects": true
46
- }
47
- ],
48
- "attributes": [
49
- {
50
- "name": "variant",
51
- "type": {
52
- "text": "AlertVariants"
53
- },
54
- "default": "'info'",
55
- "fieldName": "variant",
56
- "parsedType": {
57
- "text": "'negative' | 'positive' | 'warning' | 'info'"
58
- }
59
- },
60
- {
61
- "name": "show",
62
- "type": {
63
- "text": "boolean"
64
- },
65
- "default": "false",
66
- "fieldName": "show"
67
- },
68
- {
69
- "name": "role",
70
- "type": {
71
- "text": "string"
72
- },
73
- "default": "'alert'",
74
- "fieldName": "role"
75
- }
76
- ],
77
- "superclass": {
78
- "name": "LitElement",
79
- "package": "lit"
80
- },
81
- "tagName": "w-alert",
82
- "customElement": true
83
- }
84
- ],
85
- "exports": [
86
- {
87
- "kind": "custom-element-definition",
88
- "name": "w-alert",
89
- "declaration": {
90
- "name": "WarpAlert",
91
- "module": "packages/alert/index.ts"
92
- }
93
- },
94
- {
95
- "kind": "js",
96
- "name": "WarpAlert",
97
- "declaration": {
98
- "name": "WarpAlert",
99
- "module": "packages/alert/index.ts"
100
- }
101
- }
102
- ]
103
- },
104
5
  {
105
6
  "kind": "javascript-module",
106
7
  "path": "packages/affix/index.ts",
@@ -240,6 +141,105 @@
240
141
  }
241
142
  ]
242
143
  },
144
+ {
145
+ "kind": "javascript-module",
146
+ "path": "packages/alert/index.ts",
147
+ "declarations": [
148
+ {
149
+ "kind": "class",
150
+ "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)",
151
+ "name": "WarpAlert",
152
+ "members": [
153
+ {
154
+ "kind": "field",
155
+ "name": "variant",
156
+ "type": {
157
+ "text": "AlertVariants"
158
+ },
159
+ "default": "'info'",
160
+ "attribute": "variant",
161
+ "reflects": true,
162
+ "parsedType": {
163
+ "text": "'negative' | 'positive' | 'warning' | 'info'"
164
+ }
165
+ },
166
+ {
167
+ "kind": "field",
168
+ "name": "show",
169
+ "type": {
170
+ "text": "boolean"
171
+ },
172
+ "default": "false",
173
+ "attribute": "show",
174
+ "reflects": true
175
+ },
176
+ {
177
+ "kind": "field",
178
+ "name": "role",
179
+ "type": {
180
+ "text": "string"
181
+ },
182
+ "default": "'alert'",
183
+ "attribute": "role",
184
+ "reflects": true
185
+ }
186
+ ],
187
+ "attributes": [
188
+ {
189
+ "name": "variant",
190
+ "type": {
191
+ "text": "AlertVariants"
192
+ },
193
+ "default": "'info'",
194
+ "fieldName": "variant",
195
+ "parsedType": {
196
+ "text": "'negative' | 'positive' | 'warning' | 'info'"
197
+ }
198
+ },
199
+ {
200
+ "name": "show",
201
+ "type": {
202
+ "text": "boolean"
203
+ },
204
+ "default": "false",
205
+ "fieldName": "show"
206
+ },
207
+ {
208
+ "name": "role",
209
+ "type": {
210
+ "text": "string"
211
+ },
212
+ "default": "'alert'",
213
+ "fieldName": "role"
214
+ }
215
+ ],
216
+ "superclass": {
217
+ "name": "LitElement",
218
+ "package": "lit"
219
+ },
220
+ "tagName": "w-alert",
221
+ "customElement": true
222
+ }
223
+ ],
224
+ "exports": [
225
+ {
226
+ "kind": "custom-element-definition",
227
+ "name": "w-alert",
228
+ "declaration": {
229
+ "name": "WarpAlert",
230
+ "module": "packages/alert/index.ts"
231
+ }
232
+ },
233
+ {
234
+ "kind": "js",
235
+ "name": "WarpAlert",
236
+ "declaration": {
237
+ "name": "WarpAlert",
238
+ "module": "packages/alert/index.ts"
239
+ }
240
+ }
241
+ ]
242
+ },
243
243
  {
244
244
  "kind": "javascript-module",
245
245
  "path": "packages/badge/index.ts",
@@ -355,149 +355,394 @@
355
355
  "type": {
356
356
  "text": "boolean"
357
357
  },
358
- "attribute": "neutral",
359
- "reflects": true
358
+ "attribute": "neutral",
359
+ "reflects": true
360
+ },
361
+ {
362
+ "kind": "field",
363
+ "name": "role",
364
+ "type": {
365
+ "text": "string"
366
+ },
367
+ "attribute": "role",
368
+ "reflects": true
369
+ }
370
+ ],
371
+ "attributes": [
372
+ {
373
+ "name": "bleed",
374
+ "type": {
375
+ "text": "boolean"
376
+ },
377
+ "fieldName": "bleed"
378
+ },
379
+ {
380
+ "name": "bordered",
381
+ "type": {
382
+ "text": "boolean"
383
+ },
384
+ "fieldName": "bordered"
385
+ },
386
+ {
387
+ "name": "info",
388
+ "type": {
389
+ "text": "boolean"
390
+ },
391
+ "fieldName": "info"
392
+ },
393
+ {
394
+ "name": "neutral",
395
+ "type": {
396
+ "text": "boolean"
397
+ },
398
+ "fieldName": "neutral"
399
+ },
400
+ {
401
+ "name": "role",
402
+ "type": {
403
+ "text": "string"
404
+ },
405
+ "fieldName": "role"
406
+ }
407
+ ],
408
+ "superclass": {
409
+ "name": "LitElement",
410
+ "package": "lit"
411
+ },
412
+ "tagName": "w-box",
413
+ "customElement": true
414
+ }
415
+ ],
416
+ "exports": [
417
+ {
418
+ "kind": "custom-element-definition",
419
+ "name": "w-box",
420
+ "declaration": {
421
+ "name": "WarpBox",
422
+ "module": "packages/box/index.ts"
423
+ }
424
+ },
425
+ {
426
+ "kind": "js",
427
+ "name": "WarpBox",
428
+ "declaration": {
429
+ "name": "WarpBox",
430
+ "module": "packages/box/index.ts"
431
+ }
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "kind": "javascript-module",
437
+ "path": "packages/breadcrumbs/index.ts",
438
+ "declarations": [
439
+ {
440
+ "kind": "variable",
441
+ "name": "ccBreadcrumbs",
442
+ "type": {
443
+ "text": "object"
444
+ },
445
+ "default": "{ wrapper: 'flex space-x-8', text: 's-text', link: 's-text-link', separator: 'select-none s-icon', a11y: 'sr-only', }"
446
+ },
447
+ {
448
+ "kind": "class",
449
+ "description": "Breadcrumbs show the navigation structure for the current location.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)",
450
+ "name": "WarpBreadcrumbs",
451
+ "members": [
452
+ {
453
+ "kind": "field",
454
+ "name": "ariaLabel",
455
+ "type": {
456
+ "text": "string"
457
+ },
458
+ "attribute": "aria-label"
459
+ }
460
+ ],
461
+ "attributes": [
462
+ {
463
+ "name": "aria-label",
464
+ "type": {
465
+ "text": "string"
466
+ },
467
+ "fieldName": "ariaLabel"
468
+ }
469
+ ],
470
+ "superclass": {
471
+ "name": "LitElement",
472
+ "package": "lit"
473
+ },
474
+ "tagName": "w-breadcrumbs",
475
+ "customElement": true
476
+ }
477
+ ],
478
+ "exports": [
479
+ {
480
+ "kind": "js",
481
+ "name": "ccBreadcrumbs",
482
+ "declaration": {
483
+ "name": "ccBreadcrumbs",
484
+ "module": "packages/breadcrumbs/index.ts"
485
+ }
486
+ },
487
+ {
488
+ "kind": "custom-element-definition",
489
+ "name": "w-breadcrumbs",
490
+ "declaration": {
491
+ "name": "WarpBreadcrumbs",
492
+ "module": "packages/breadcrumbs/index.ts"
493
+ }
494
+ },
495
+ {
496
+ "kind": "js",
497
+ "name": "WarpBreadcrumbs",
498
+ "declaration": {
499
+ "name": "WarpBreadcrumbs",
500
+ "module": "packages/breadcrumbs/index.ts"
501
+ }
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ "kind": "javascript-module",
507
+ "path": "packages/link/index.ts",
508
+ "declarations": [
509
+ {
510
+ "kind": "class",
511
+ "description": "Buttons are used to perform actions, with different visuals for different needs.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)",
512
+ "name": "WarpLink",
513
+ "members": [
514
+ {
515
+ "kind": "field",
516
+ "name": "shadowRootOptions",
517
+ "type": {
518
+ "text": "object"
519
+ },
520
+ "static": true,
521
+ "default": "{ ...WarpElement.shadowRootOptions, delegatesFocus: true, }"
522
+ },
523
+ {
524
+ "kind": "field",
525
+ "name": "autofocus",
526
+ "type": {
527
+ "text": "boolean"
528
+ },
529
+ "attribute": "autofocus",
530
+ "reflects": true
531
+ },
532
+ {
533
+ "kind": "field",
534
+ "name": "variant",
535
+ "type": {
536
+ "text": "ButtonVariant"
537
+ },
538
+ "default": "'secondary'",
539
+ "attribute": "variant",
540
+ "reflects": true,
541
+ "parsedType": {
542
+ "text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'pill' | 'link' | 'quiet' | 'utilityQuiet'"
543
+ }
544
+ },
545
+ {
546
+ "kind": "field",
547
+ "name": "quiet",
548
+ "type": {
549
+ "text": "boolean"
550
+ },
551
+ "attribute": "quiet",
552
+ "reflects": true
553
+ },
554
+ {
555
+ "kind": "field",
556
+ "name": "small",
557
+ "type": {
558
+ "text": "boolean"
559
+ },
560
+ "attribute": "small",
561
+ "reflects": true
562
+ },
563
+ {
564
+ "kind": "field",
565
+ "name": "href",
566
+ "type": {
567
+ "text": "string"
568
+ },
569
+ "attribute": "href",
570
+ "reflects": true
571
+ },
572
+ {
573
+ "kind": "field",
574
+ "name": "disabled",
575
+ "type": {
576
+ "text": "boolean"
577
+ },
578
+ "attribute": "disabled",
579
+ "reflects": true
580
+ },
581
+ {
582
+ "kind": "field",
583
+ "name": "target",
584
+ "type": {
585
+ "text": "string"
586
+ },
587
+ "attribute": "target",
588
+ "reflects": true
589
+ },
590
+ {
591
+ "kind": "field",
592
+ "name": "rel",
593
+ "type": {
594
+ "text": "string"
595
+ },
596
+ "attribute": "rel",
597
+ "reflects": true
598
+ },
599
+ {
600
+ "kind": "field",
601
+ "name": "fullWidth",
602
+ "type": {
603
+ "text": "boolean"
604
+ },
605
+ "attribute": "full-width",
606
+ "reflects": true
607
+ },
608
+ {
609
+ "kind": "field",
610
+ "name": "buttonClass",
611
+ "type": {
612
+ "text": "string"
613
+ },
614
+ "attribute": "button-class",
615
+ "reflects": true
616
+ },
617
+ {
618
+ "kind": "field",
619
+ "name": "name",
620
+ "type": {
621
+ "text": "string"
622
+ },
623
+ "attribute": "name",
624
+ "reflects": true
625
+ },
626
+ {
627
+ "kind": "field",
628
+ "name": "classes",
629
+ "type": {
630
+ "text": "string"
631
+ }
632
+ }
633
+ ],
634
+ "attributes": [
635
+ {
636
+ "name": "autofocus",
637
+ "type": {
638
+ "text": "boolean"
639
+ },
640
+ "fieldName": "autofocus"
641
+ },
642
+ {
643
+ "name": "variant",
644
+ "type": {
645
+ "text": "ButtonVariant"
646
+ },
647
+ "default": "'secondary'",
648
+ "fieldName": "variant",
649
+ "parsedType": {
650
+ "text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'pill' | 'link' | 'quiet' | 'utilityQuiet'"
651
+ }
652
+ },
653
+ {
654
+ "name": "quiet",
655
+ "type": {
656
+ "text": "boolean"
657
+ },
658
+ "fieldName": "quiet"
659
+ },
660
+ {
661
+ "name": "small",
662
+ "type": {
663
+ "text": "boolean"
664
+ },
665
+ "fieldName": "small"
360
666
  },
361
667
  {
362
- "kind": "field",
363
- "name": "role",
668
+ "name": "href",
364
669
  "type": {
365
670
  "text": "string"
366
671
  },
367
- "attribute": "role",
368
- "reflects": true
369
- }
370
- ],
371
- "attributes": [
672
+ "fieldName": "href"
673
+ },
372
674
  {
373
- "name": "bleed",
675
+ "name": "disabled",
374
676
  "type": {
375
677
  "text": "boolean"
376
678
  },
377
- "fieldName": "bleed"
679
+ "fieldName": "disabled"
378
680
  },
379
681
  {
380
- "name": "bordered",
682
+ "name": "target",
381
683
  "type": {
382
- "text": "boolean"
684
+ "text": "string"
383
685
  },
384
- "fieldName": "bordered"
686
+ "fieldName": "target"
385
687
  },
386
688
  {
387
- "name": "info",
689
+ "name": "rel",
388
690
  "type": {
389
- "text": "boolean"
691
+ "text": "string"
390
692
  },
391
- "fieldName": "info"
693
+ "fieldName": "rel"
392
694
  },
393
695
  {
394
- "name": "neutral",
696
+ "name": "full-width",
395
697
  "type": {
396
698
  "text": "boolean"
397
699
  },
398
- "fieldName": "neutral"
700
+ "fieldName": "fullWidth"
399
701
  },
400
702
  {
401
- "name": "role",
703
+ "name": "button-class",
402
704
  "type": {
403
705
  "text": "string"
404
706
  },
405
- "fieldName": "role"
406
- }
407
- ],
408
- "superclass": {
409
- "name": "LitElement",
410
- "package": "lit"
411
- },
412
- "tagName": "w-box",
413
- "customElement": true
414
- }
415
- ],
416
- "exports": [
417
- {
418
- "kind": "custom-element-definition",
419
- "name": "w-box",
420
- "declaration": {
421
- "name": "WarpBox",
422
- "module": "packages/box/index.ts"
423
- }
424
- },
425
- {
426
- "kind": "js",
427
- "name": "WarpBox",
428
- "declaration": {
429
- "name": "WarpBox",
430
- "module": "packages/box/index.ts"
431
- }
432
- }
433
- ]
434
- },
435
- {
436
- "kind": "javascript-module",
437
- "path": "packages/breadcrumbs/index.ts",
438
- "declarations": [
439
- {
440
- "kind": "variable",
441
- "name": "ccBreadcrumbs",
442
- "type": {
443
- "text": "object"
444
- },
445
- "default": "{ wrapper: 'flex space-x-8', text: 's-text', link: 's-text-link', separator: 'select-none s-icon', a11y: 'sr-only', }"
446
- },
447
- {
448
- "kind": "class",
449
- "description": "Breadcrumbs show the navigation structure for the current location.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)",
450
- "name": "WarpBreadcrumbs",
451
- "members": [
707
+ "fieldName": "buttonClass"
708
+ },
452
709
  {
453
- "kind": "field",
454
- "name": "ariaLabel",
710
+ "name": "name",
455
711
  "type": {
456
712
  "text": "string"
457
713
  },
458
- "attribute": "aria-label"
714
+ "fieldName": "name"
459
715
  }
460
716
  ],
461
- "attributes": [
717
+ "mixins": [
462
718
  {
463
- "name": "aria-label",
464
- "type": {
465
- "text": "string"
466
- },
467
- "fieldName": "ariaLabel"
719
+ "name": "FormControlMixin",
720
+ "package": "@open-wc/form-control"
468
721
  }
469
722
  ],
470
723
  "superclass": {
471
724
  "name": "LitElement",
472
725
  "package": "lit"
473
726
  },
474
- "tagName": "w-breadcrumbs",
727
+ "tagName": "w-link",
475
728
  "customElement": true
476
729
  }
477
730
  ],
478
731
  "exports": [
479
- {
480
- "kind": "js",
481
- "name": "ccBreadcrumbs",
482
- "declaration": {
483
- "name": "ccBreadcrumbs",
484
- "module": "packages/breadcrumbs/index.ts"
485
- }
486
- },
487
732
  {
488
733
  "kind": "custom-element-definition",
489
- "name": "w-breadcrumbs",
734
+ "name": "w-link",
490
735
  "declaration": {
491
- "name": "WarpBreadcrumbs",
492
- "module": "packages/breadcrumbs/index.ts"
736
+ "name": "WarpLink",
737
+ "module": "packages/link/index.ts"
493
738
  }
494
739
  },
495
740
  {
496
741
  "kind": "js",
497
- "name": "WarpBreadcrumbs",
742
+ "name": "WarpLink",
498
743
  "declaration": {
499
- "name": "WarpBreadcrumbs",
500
- "module": "packages/breadcrumbs/index.ts"
744
+ "name": "WarpLink",
745
+ "module": "packages/link/index.ts"
501
746
  }
502
747
  }
503
748
  ]
@@ -1077,6 +1322,21 @@
1077
1322
  "text": "HTMLDivElement"
1078
1323
  }
1079
1324
  },
1325
+ {
1326
+ "kind": "field",
1327
+ "name": "previousMonthButton",
1328
+ "type": {
1329
+ "text": "HTMLButtonElement"
1330
+ },
1331
+ "description": "This is the first focusable element, needed for the modal focus trap.\n\nDon't cache this and other `@query` fields from inside the calendar modal.\nThey work the first time, but once the calendar is closed and reopened\nthe query will point to an element that doesn't exist anymore."
1332
+ },
1333
+ {
1334
+ "kind": "field",
1335
+ "name": "todayCell",
1336
+ "type": {
1337
+ "text": "HTMLTableCellElement"
1338
+ }
1339
+ },
1080
1340
  {
1081
1341
  "kind": "field",
1082
1342
  "name": "selectedCell",
@@ -2864,6 +3124,177 @@
2864
3124
  }
2865
3125
  ]
2866
3126
  },
3127
+ {
3128
+ "kind": "javascript-module",
3129
+ "path": "packages/steps/index.ts",
3130
+ "declarations": [
3131
+ {
3132
+ "kind": "class",
3133
+ "description": "Steps are used to show progress through a process or to guide users through a multi-step task.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/components-steps--docs)",
3134
+ "name": "WarpSteps",
3135
+ "members": [
3136
+ {
3137
+ "kind": "field",
3138
+ "name": "horizontal",
3139
+ "type": {
3140
+ "text": "boolean"
3141
+ },
3142
+ "default": "false",
3143
+ "attribute": "horizontal",
3144
+ "reflects": true
3145
+ },
3146
+ {
3147
+ "kind": "field",
3148
+ "name": "right",
3149
+ "type": {
3150
+ "text": "boolean"
3151
+ },
3152
+ "default": "false",
3153
+ "attribute": "right",
3154
+ "reflects": true
3155
+ },
3156
+ {
3157
+ "kind": "method",
3158
+ "name": "updateStepsContext"
3159
+ }
3160
+ ],
3161
+ "attributes": [
3162
+ {
3163
+ "name": "horizontal",
3164
+ "type": {
3165
+ "text": "boolean"
3166
+ },
3167
+ "default": "false",
3168
+ "fieldName": "horizontal"
3169
+ },
3170
+ {
3171
+ "name": "right",
3172
+ "type": {
3173
+ "text": "boolean"
3174
+ },
3175
+ "default": "false",
3176
+ "fieldName": "right"
3177
+ }
3178
+ ],
3179
+ "superclass": {
3180
+ "name": "LitElement",
3181
+ "package": "lit"
3182
+ },
3183
+ "tagName": "w-steps",
3184
+ "customElement": true
3185
+ },
3186
+ {
3187
+ "kind": "class",
3188
+ "description": "Individual step component that shows a single step in a process",
3189
+ "name": "WarpStep",
3190
+ "members": [
3191
+ {
3192
+ "kind": "field",
3193
+ "name": "active",
3194
+ "type": {
3195
+ "text": "boolean"
3196
+ },
3197
+ "default": "false",
3198
+ "attribute": "active",
3199
+ "reflects": true
3200
+ },
3201
+ {
3202
+ "kind": "field",
3203
+ "name": "completed",
3204
+ "type": {
3205
+ "text": "boolean"
3206
+ },
3207
+ "default": "false",
3208
+ "attribute": "completed",
3209
+ "reflects": true
3210
+ },
3211
+ {
3212
+ "kind": "field",
3213
+ "name": "_context",
3214
+ "type": {
3215
+ "text": "StepsContext"
3216
+ },
3217
+ "privacy": "private",
3218
+ "default": "{ horizontal: false, right: false, isLast: false, isFirst: false }"
3219
+ },
3220
+ {
3221
+ "kind": "method",
3222
+ "name": "setContext",
3223
+ "parameters": [
3224
+ {
3225
+ "name": "context",
3226
+ "type": {
3227
+ "text": "StepsContext"
3228
+ }
3229
+ }
3230
+ ]
3231
+ },
3232
+ {
3233
+ "kind": "method",
3234
+ "name": "getAriaLabel"
3235
+ }
3236
+ ],
3237
+ "attributes": [
3238
+ {
3239
+ "name": "active",
3240
+ "type": {
3241
+ "text": "boolean"
3242
+ },
3243
+ "default": "false",
3244
+ "fieldName": "active"
3245
+ },
3246
+ {
3247
+ "name": "completed",
3248
+ "type": {
3249
+ "text": "boolean"
3250
+ },
3251
+ "default": "false",
3252
+ "fieldName": "completed"
3253
+ }
3254
+ ],
3255
+ "superclass": {
3256
+ "name": "LitElement",
3257
+ "package": "lit"
3258
+ },
3259
+ "tagName": "w-step",
3260
+ "customElement": true
3261
+ }
3262
+ ],
3263
+ "exports": [
3264
+ {
3265
+ "kind": "custom-element-definition",
3266
+ "name": "w-steps",
3267
+ "declaration": {
3268
+ "name": "WarpSteps",
3269
+ "module": "packages/steps/index.ts"
3270
+ }
3271
+ },
3272
+ {
3273
+ "kind": "custom-element-definition",
3274
+ "name": "w-step",
3275
+ "declaration": {
3276
+ "name": "WarpStep",
3277
+ "module": "packages/steps/index.ts"
3278
+ }
3279
+ },
3280
+ {
3281
+ "kind": "js",
3282
+ "name": "WarpSteps",
3283
+ "declaration": {
3284
+ "name": "WarpSteps",
3285
+ "module": "packages/steps/index.ts"
3286
+ }
3287
+ },
3288
+ {
3289
+ "kind": "js",
3290
+ "name": "WarpStep",
3291
+ "declaration": {
3292
+ "name": "WarpStep",
3293
+ "module": "packages/steps/index.ts"
3294
+ }
3295
+ }
3296
+ ]
3297
+ },
2867
3298
  {
2868
3299
  "kind": "javascript-module",
2869
3300
  "path": "packages/switch/index.ts",
@@ -3031,7 +3462,7 @@
3031
3462
  "type": {
3032
3463
  "text": "string"
3033
3464
  },
3034
- "attribute": "helpText",
3465
+ "attribute": "help-text",
3035
3466
  "reflects": true
3036
3467
  },
3037
3468
  {
@@ -3194,7 +3625,7 @@
3194
3625
  "fieldName": "label"
3195
3626
  },
3196
3627
  {
3197
- "name": "helpText",
3628
+ "name": "help-text",
3198
3629
  "type": {
3199
3630
  "text": "string"
3200
3631
  },