@vonage/vivid 3.3.0 → 3.5.0

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 (130) hide show
  1. package/custom-elements.json +412 -1
  2. package/data-grid/index.js +7 -1047
  3. package/dialog/index.js +2 -1
  4. package/divider/index.js +1 -1
  5. package/fab/index.js +1 -1
  6. package/header/index.js +1 -1
  7. package/index.d.ts +1 -0
  8. package/index.js +32 -31
  9. package/layout/index.js +1 -1
  10. package/lib/accordion/definition.d.ts +1 -0
  11. package/lib/action-group/action-group.d.ts +1 -2
  12. package/lib/action-group/definition.d.ts +1 -0
  13. package/lib/avatar/avatar.d.ts +2 -3
  14. package/lib/avatar/definition.d.ts +1 -0
  15. package/lib/badge/badge.d.ts +3 -4
  16. package/lib/badge/definition.d.ts +1 -0
  17. package/lib/banner/definition.d.ts +1 -0
  18. package/lib/button/button.d.ts +3 -4
  19. package/lib/button/definition.d.ts +1 -0
  20. package/lib/calendar-event/calendar-event.d.ts +2 -3
  21. package/lib/calendar-event/definition.d.ts +1 -0
  22. package/lib/combobox/combobox.d.ts +1 -2
  23. package/lib/combobox/definition.d.ts +1 -0
  24. package/lib/components.d.ts +1 -0
  25. package/lib/data-grid/data-grid.d.ts +8 -0
  26. package/lib/dialog/definition.d.ts +1 -0
  27. package/lib/dialog/dialog.d.ts +3 -2
  28. package/lib/fab/definition.d.ts +1 -0
  29. package/lib/fab/fab.d.ts +1 -2
  30. package/lib/icon/definition.d.ts +1 -0
  31. package/lib/icon/icon.d.ts +1 -2
  32. package/lib/layout/definition.d.ts +1 -0
  33. package/lib/layout/layout.d.ts +3 -4
  34. package/lib/listbox/definition.d.ts +1 -0
  35. package/lib/menu/definition.d.ts +1 -0
  36. package/lib/menu/menu.d.ts +1 -0
  37. package/lib/note/definition.d.ts +1 -0
  38. package/lib/number-field/definition.d.ts +1 -0
  39. package/lib/number-field/number-field.d.ts +2 -3
  40. package/lib/popup/definition.d.ts +2 -0
  41. package/lib/progress/definition.d.ts +1 -0
  42. package/lib/progress-ring/definition.d.ts +1 -0
  43. package/lib/select/definition.d.ts +1 -0
  44. package/lib/select/select.d.ts +2 -3
  45. package/lib/switch/definition.d.ts +1 -0
  46. package/lib/text-area/definition.d.ts +1 -0
  47. package/lib/text-area/text-area.d.ts +1 -2
  48. package/lib/text-field/definition.d.ts +1 -0
  49. package/lib/text-field/text-field.d.ts +2 -3
  50. package/listbox/index.js +1 -1
  51. package/menu/index.js +2 -2
  52. package/menu-item/index.js +1 -1
  53. package/nav/index.js +1 -1
  54. package/nav-disclosure/index.js +1 -1
  55. package/nav-item/index.js +1 -1
  56. package/note/index.js +1 -1
  57. package/number-field/index.js +2 -2
  58. package/package.json +1 -1
  59. package/progress/index.js +1 -1
  60. package/progress-ring/index.js +1 -1
  61. package/radio/index.js +1 -1
  62. package/radio-group/index.js +1 -1
  63. package/select/index.js +1 -1
  64. package/shared/definition.js +1 -1
  65. package/shared/definition11.js +1 -1
  66. package/shared/definition12.js +1 -1
  67. package/shared/definition13.js +1 -1
  68. package/shared/definition14.js +1 -1
  69. package/shared/definition16.js +1 -1
  70. package/shared/definition17.js +1 -1
  71. package/shared/definition18.js +2 -2
  72. package/shared/definition19.js +1 -1
  73. package/shared/definition2.js +1 -1
  74. package/shared/definition20.js +1038 -203
  75. package/shared/definition21.js +226 -67
  76. package/shared/definition22.js +68 -77
  77. package/shared/definition23.js +76 -47
  78. package/shared/definition24.js +46 -32
  79. package/shared/definition25.js +35 -49
  80. package/shared/definition26.js +48 -338
  81. package/shared/definition27.js +273 -282
  82. package/shared/definition28.js +356 -14
  83. package/shared/definition29.js +13 -67
  84. package/shared/definition30.js +65 -21
  85. package/shared/definition31.js +21 -39
  86. package/shared/definition32.js +31 -432
  87. package/shared/definition33.js +432 -76
  88. package/shared/definition34.js +76 -59
  89. package/shared/definition35.js +67 -35
  90. package/shared/definition36.js +31 -422
  91. package/shared/definition37.js +357 -560
  92. package/shared/definition38.js +624 -74
  93. package/shared/definition39.js +70 -573
  94. package/shared/definition4.js +1 -1
  95. package/shared/definition40.js +527 -81
  96. package/shared/definition41.js +127 -47
  97. package/shared/definition42.js +51 -16
  98. package/shared/definition43.js +17 -425
  99. package/shared/definition44.js +367 -209
  100. package/shared/definition45.js +248 -85
  101. package/shared/definition46.js +110 -68
  102. package/shared/definition47.js +65 -67
  103. package/shared/definition48.js +69 -295
  104. package/shared/definition49.js +305 -0
  105. package/shared/definition5.js +1 -1
  106. package/shared/definition6.js +1 -1
  107. package/shared/definition7.js +1 -1
  108. package/shared/definition8.js +1 -1
  109. package/shared/definition9.js +1 -1
  110. package/shared/enums.js +1 -1
  111. package/shared/form-elements.js +1 -1
  112. package/shared/patterns/form-elements/form-elements.d.ts +2 -2
  113. package/shared/text-field.js +1 -1
  114. package/side-drawer/index.js +1 -1
  115. package/slider/index.js +1 -1
  116. package/styles/core/all.css +1 -1
  117. package/styles/core/theme.css +1 -1
  118. package/styles/core/typography.css +1 -1
  119. package/styles/tokens/theme-dark.css +4 -4
  120. package/styles/tokens/theme-light.css +4 -4
  121. package/switch/index.js +1 -1
  122. package/tab/index.js +1 -1
  123. package/tab-panel/index.js +1 -1
  124. package/tabs/index.js +3 -3
  125. package/text-area/index.js +1 -1
  126. package/text-field/index.js +1 -1
  127. package/tooltip/index.js +1 -1
  128. package/tree-item/index.js +1 -1
  129. package/tree-view/index.js +1 -1
  130. package/vivid.api.json +4526 -336
@@ -64,6 +64,14 @@
64
64
  }
65
65
  ],
66
66
  "exports": [
67
+ {
68
+ "kind": "js",
69
+ "name": "AccordionExpandMode",
70
+ "declaration": {
71
+ "name": "AccordionExpandMode",
72
+ "package": "@microsoft/fast-foundation"
73
+ }
74
+ },
67
75
  {
68
76
  "kind": "js",
69
77
  "name": "registerAccordion",
@@ -279,6 +287,22 @@
279
287
  }
280
288
  ],
281
289
  "exports": [
290
+ {
291
+ "kind": "js",
292
+ "name": "ActionGroupShape",
293
+ "declaration": {
294
+ "name": "ActionGroupShape",
295
+ "module": "./action-group"
296
+ }
297
+ },
298
+ {
299
+ "kind": "js",
300
+ "name": "ActionGroupAppearance",
301
+ "declaration": {
302
+ "name": "ActionGroupAppearance",
303
+ "module": "./action-group"
304
+ }
305
+ },
282
306
  {
283
307
  "kind": "js",
284
308
  "name": "registerActionGroup",
@@ -437,6 +461,38 @@
437
461
  }
438
462
  ],
439
463
  "exports": [
464
+ {
465
+ "kind": "js",
466
+ "name": "AvatarConnotation",
467
+ "declaration": {
468
+ "name": "AvatarConnotation",
469
+ "module": "./avatar"
470
+ }
471
+ },
472
+ {
473
+ "kind": "js",
474
+ "name": "AvatarShape",
475
+ "declaration": {
476
+ "name": "AvatarShape",
477
+ "module": "./avatar"
478
+ }
479
+ },
480
+ {
481
+ "kind": "js",
482
+ "name": "AvatarAppearance",
483
+ "declaration": {
484
+ "name": "AvatarAppearance",
485
+ "module": "./avatar"
486
+ }
487
+ },
488
+ {
489
+ "kind": "js",
490
+ "name": "AvatarSize",
491
+ "declaration": {
492
+ "name": "AvatarSize",
493
+ "module": "./avatar"
494
+ }
495
+ },
440
496
  {
441
497
  "kind": "js",
442
498
  "name": "registerAvatar",
@@ -566,6 +622,30 @@
566
622
  }
567
623
  ],
568
624
  "exports": [
625
+ {
626
+ "kind": "js",
627
+ "name": "BadgeConnotation",
628
+ "declaration": {
629
+ "name": "BadgeConnotation",
630
+ "module": "./badge"
631
+ }
632
+ },
633
+ {
634
+ "kind": "js",
635
+ "name": "BadgeAppearance",
636
+ "declaration": {
637
+ "name": "BadgeAppearance",
638
+ "module": "./badge"
639
+ }
640
+ },
641
+ {
642
+ "kind": "js",
643
+ "name": "BadgeShape",
644
+ "declaration": {
645
+ "name": "BadgeShape",
646
+ "module": "./badge"
647
+ }
648
+ },
569
649
  {
570
650
  "kind": "js",
571
651
  "name": "badgeDefinition",
@@ -753,6 +833,14 @@
753
833
  }
754
834
  ],
755
835
  "exports": [
836
+ {
837
+ "kind": "js",
838
+ "name": "BannerConnotation",
839
+ "declaration": {
840
+ "name": "BannerConnotation",
841
+ "module": "./banner"
842
+ }
843
+ },
756
844
  {
757
845
  "kind": "js",
758
846
  "name": "registerBanner",
@@ -1035,6 +1123,38 @@
1035
1123
  }
1036
1124
  ],
1037
1125
  "exports": [
1126
+ {
1127
+ "kind": "js",
1128
+ "name": "ButtonAppearance",
1129
+ "declaration": {
1130
+ "name": "ButtonAppearance",
1131
+ "module": "./button"
1132
+ }
1133
+ },
1134
+ {
1135
+ "kind": "js",
1136
+ "name": "ButtonConnotation",
1137
+ "declaration": {
1138
+ "name": "ButtonConnotation",
1139
+ "module": "./button"
1140
+ }
1141
+ },
1142
+ {
1143
+ "kind": "js",
1144
+ "name": "ButtonShape",
1145
+ "declaration": {
1146
+ "name": "ButtonShape",
1147
+ "module": "./button"
1148
+ }
1149
+ },
1150
+ {
1151
+ "kind": "js",
1152
+ "name": "ButtonSize",
1153
+ "declaration": {
1154
+ "name": "ButtonSize",
1155
+ "module": "./button"
1156
+ }
1157
+ },
1038
1158
  {
1039
1159
  "kind": "js",
1040
1160
  "name": "registerButton",
@@ -1421,6 +1541,22 @@
1421
1541
  }
1422
1542
  ],
1423
1543
  "exports": [
1544
+ {
1545
+ "kind": "js",
1546
+ "name": "CalendarEventAppearance",
1547
+ "declaration": {
1548
+ "name": "CalendarEventAppearance",
1549
+ "module": "./calendar-event"
1550
+ }
1551
+ },
1552
+ {
1553
+ "kind": "js",
1554
+ "name": "CalendarEventConnotation",
1555
+ "declaration": {
1556
+ "name": "CalendarEventConnotation",
1557
+ "module": "./calendar-event"
1558
+ }
1559
+ },
1424
1560
  {
1425
1561
  "kind": "js",
1426
1562
  "name": "registerCalendarEvent",
@@ -1759,6 +1895,14 @@
1759
1895
  }
1760
1896
  ],
1761
1897
  "exports": [
1898
+ {
1899
+ "kind": "js",
1900
+ "name": "PopupPlacement",
1901
+ "declaration": {
1902
+ "name": "PopupPlacement",
1903
+ "module": "./combobox"
1904
+ }
1905
+ },
1762
1906
  {
1763
1907
  "kind": "js",
1764
1908
  "name": "comboboxRegistries",
@@ -1955,10 +2099,36 @@
1955
2099
  "kind": "javascript-module",
1956
2100
  "path": "libs/components/src/lib/data-grid/data-grid.ts",
1957
2101
  "declarations": [
2102
+ {
2103
+ "kind": "variable",
2104
+ "name": "DataGridSelectionMode",
2105
+ "type": {
2106
+ "text": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
2107
+ },
2108
+ "default": "{\n\tnone: 'none',\n\tsingleRow: 'single-row',\n\tmultiRow: 'multi-row',\n}"
2109
+ },
1958
2110
  {
1959
2111
  "kind": "class",
1960
2112
  "description": "Base class for data-grid",
1961
2113
  "name": "DataGrid",
2114
+ "members": [
2115
+ {
2116
+ "kind": "field",
2117
+ "name": "selectionMode",
2118
+ "type": {
2119
+ "text": "DataGridSelectionMode | undefined"
2120
+ }
2121
+ }
2122
+ ],
2123
+ "attributes": [
2124
+ {
2125
+ "name": "selection-mode",
2126
+ "type": {
2127
+ "text": "DataGridSelectionMode | undefined"
2128
+ },
2129
+ "fieldName": "selectionMode"
2130
+ }
2131
+ ],
1962
2132
  "superclass": {
1963
2133
  "name": "FoundationElement",
1964
2134
  "package": "@microsoft/fast-foundation"
@@ -1966,6 +2136,14 @@
1966
2136
  }
1967
2137
  ],
1968
2138
  "exports": [
2139
+ {
2140
+ "kind": "js",
2141
+ "name": "DataGridSelectionMode",
2142
+ "declaration": {
2143
+ "name": "DataGridSelectionMode",
2144
+ "module": "libs/components/src/lib/data-grid/data-grid.ts"
2145
+ }
2146
+ },
1969
2147
  {
1970
2148
  "kind": "js",
1971
2149
  "name": "DataGrid",
@@ -2072,6 +2250,14 @@
2072
2250
  }
2073
2251
  ],
2074
2252
  "exports": [
2253
+ {
2254
+ "kind": "js",
2255
+ "name": "IconPlacement",
2256
+ "declaration": {
2257
+ "name": "IconPlacement",
2258
+ "module": "./dialog"
2259
+ }
2260
+ },
2075
2261
  {
2076
2262
  "kind": "js",
2077
2263
  "name": "registerDialog",
@@ -2129,6 +2315,14 @@
2129
2315
  "text": "string | undefined"
2130
2316
  }
2131
2317
  },
2318
+ {
2319
+ "kind": "field",
2320
+ "name": "fullWidthBody",
2321
+ "type": {
2322
+ "text": "boolean"
2323
+ },
2324
+ "default": "false"
2325
+ },
2132
2326
  {
2133
2327
  "kind": "field",
2134
2328
  "name": "ariaLabelledBy",
@@ -2239,6 +2433,13 @@
2239
2433
  {
2240
2434
  "kind": "method",
2241
2435
  "name": "showModal"
2436
+ },
2437
+ {
2438
+ "kind": "field",
2439
+ "name": "footerSlottedContent",
2440
+ "type": {
2441
+ "text": "HTMLElement[] | undefined"
2442
+ }
2242
2443
  }
2243
2444
  ],
2244
2445
  "attributes": [
@@ -2278,6 +2479,14 @@
2278
2479
  },
2279
2480
  "fieldName": "headline"
2280
2481
  },
2482
+ {
2483
+ "name": "full-width-body",
2484
+ "type": {
2485
+ "text": "boolean"
2486
+ },
2487
+ "default": "false",
2488
+ "fieldName": "fullWidthBody"
2489
+ },
2281
2490
  {
2282
2491
  "name": "aria-labelledby",
2283
2492
  "type": {
@@ -2484,6 +2693,22 @@
2484
2693
  }
2485
2694
  ],
2486
2695
  "exports": [
2696
+ {
2697
+ "kind": "js",
2698
+ "name": "FabConnotation",
2699
+ "declaration": {
2700
+ "name": "FabConnotation",
2701
+ "module": "./fab"
2702
+ }
2703
+ },
2704
+ {
2705
+ "kind": "js",
2706
+ "name": "FABSize",
2707
+ "declaration": {
2708
+ "name": "FABSize",
2709
+ "module": "./fab"
2710
+ }
2711
+ },
2487
2712
  {
2488
2713
  "kind": "js",
2489
2714
  "name": "fabDefinition",
@@ -2628,7 +2853,7 @@
2628
2853
  "declarations": [
2629
2854
  {
2630
2855
  "kind": "class",
2631
- "description": "Base class for badge",
2856
+ "description": "Base class for focus",
2632
2857
  "name": "Focus",
2633
2858
  "superclass": {
2634
2859
  "name": "FoundationElement",
@@ -2774,6 +2999,14 @@
2774
2999
  }
2775
3000
  ],
2776
3001
  "exports": [
3002
+ {
3003
+ "kind": "js",
3004
+ "name": "IconConnotation",
3005
+ "declaration": {
3006
+ "name": "IconConnotation",
3007
+ "module": "./icon"
3008
+ }
3009
+ },
2777
3010
  {
2778
3011
  "kind": "js",
2779
3012
  "name": "iconDefinition",
@@ -2917,6 +3150,38 @@
2917
3150
  }
2918
3151
  ],
2919
3152
  "exports": [
3153
+ {
3154
+ "kind": "js",
3155
+ "name": "AUTO_SIZING",
3156
+ "declaration": {
3157
+ "name": "AUTO_SIZING",
3158
+ "module": "./layout"
3159
+ }
3160
+ },
3161
+ {
3162
+ "kind": "js",
3163
+ "name": "ColumnBasis",
3164
+ "declaration": {
3165
+ "name": "ColumnBasis",
3166
+ "module": "./layout"
3167
+ }
3168
+ },
3169
+ {
3170
+ "kind": "js",
3171
+ "name": "ColumnSpacing",
3172
+ "declaration": {
3173
+ "name": "ColumnSpacing",
3174
+ "module": "./layout"
3175
+ }
3176
+ },
3177
+ {
3178
+ "kind": "js",
3179
+ "name": "Gutters",
3180
+ "declaration": {
3181
+ "name": "Gutters",
3182
+ "module": "./layout"
3183
+ }
3184
+ },
2920
3185
  {
2921
3186
  "kind": "js",
2922
3187
  "name": "layoutDefinition",
@@ -3057,6 +3322,14 @@
3057
3322
  }
3058
3323
  ],
3059
3324
  "exports": [
3325
+ {
3326
+ "kind": "js",
3327
+ "name": "LisboxAppearance",
3328
+ "declaration": {
3329
+ "name": "LisboxAppearance",
3330
+ "module": "./listbox"
3331
+ }
3332
+ },
3060
3333
  {
3061
3334
  "kind": "js",
3062
3335
  "name": "listboxDefinition",
@@ -3143,6 +3416,14 @@
3143
3416
  }
3144
3417
  ],
3145
3418
  "exports": [
3419
+ {
3420
+ "kind": "js",
3421
+ "name": "Placement",
3422
+ "declaration": {
3423
+ "name": "Placement",
3424
+ "package": "@floating-ui/dom"
3425
+ }
3426
+ },
3146
3427
  {
3147
3428
  "kind": "js",
3148
3429
  "name": "menuDefinition",
@@ -3205,6 +3486,24 @@
3205
3486
  "description": "ID reference to element in the menu's owner document.",
3206
3487
  "privacy": "public"
3207
3488
  },
3489
+ {
3490
+ "kind": "method",
3491
+ "name": "anchorChanged",
3492
+ "parameters": [
3493
+ {
3494
+ "name": "prevAnchor",
3495
+ "type": {
3496
+ "text": "string"
3497
+ }
3498
+ },
3499
+ {
3500
+ "name": "newAnchor",
3501
+ "type": {
3502
+ "text": "string"
3503
+ }
3504
+ }
3505
+ ]
3506
+ },
3208
3507
  {
3209
3508
  "kind": "field",
3210
3509
  "name": "popupOpenChanged"
@@ -3652,6 +3951,14 @@
3652
3951
  }
3653
3952
  ],
3654
3953
  "exports": [
3954
+ {
3955
+ "kind": "js",
3956
+ "name": "NoteConnotation",
3957
+ "declaration": {
3958
+ "name": "NoteConnotation",
3959
+ "module": "./note"
3960
+ }
3961
+ },
3655
3962
  {
3656
3963
  "kind": "js",
3657
3964
  "name": "noteDefinition",
@@ -3760,6 +4067,22 @@
3760
4067
  }
3761
4068
  ],
3762
4069
  "exports": [
4070
+ {
4071
+ "kind": "js",
4072
+ "name": "NumberFieldAppearance",
4073
+ "declaration": {
4074
+ "name": "NumberFieldAppearance",
4075
+ "module": "./number-field"
4076
+ }
4077
+ },
4078
+ {
4079
+ "kind": "js",
4080
+ "name": "NumberFieldShape",
4081
+ "declaration": {
4082
+ "name": "NumberFieldShape",
4083
+ "module": "./number-field"
4084
+ }
4085
+ },
3763
4086
  {
3764
4087
  "kind": "js",
3765
4088
  "name": "numberFieldDefinition",
@@ -3989,6 +4312,22 @@
3989
4312
  }
3990
4313
  ],
3991
4314
  "exports": [
4315
+ {
4316
+ "kind": "js",
4317
+ "name": "Popup",
4318
+ "declaration": {
4319
+ "name": "Popup",
4320
+ "module": "./popup"
4321
+ }
4322
+ },
4323
+ {
4324
+ "kind": "js",
4325
+ "name": "Strategy",
4326
+ "declaration": {
4327
+ "name": "Strategy",
4328
+ "package": "@floating-ui/dom"
4329
+ }
4330
+ },
3992
4331
  {
3993
4332
  "kind": "js",
3994
4333
  "name": "popupDefinition",
@@ -4339,6 +4678,22 @@
4339
4678
  }
4340
4679
  ],
4341
4680
  "exports": [
4681
+ {
4682
+ "kind": "js",
4683
+ "name": "ProgressConnotation",
4684
+ "declaration": {
4685
+ "name": "ProgressConnotation",
4686
+ "module": "./progress"
4687
+ }
4688
+ },
4689
+ {
4690
+ "kind": "js",
4691
+ "name": "ProgressShape",
4692
+ "declaration": {
4693
+ "name": "ProgressShape",
4694
+ "module": "./progress"
4695
+ }
4696
+ },
4342
4697
  {
4343
4698
  "kind": "js",
4344
4699
  "name": "progressDefinition",
@@ -4451,6 +4806,14 @@
4451
4806
  }
4452
4807
  ],
4453
4808
  "exports": [
4809
+ {
4810
+ "kind": "js",
4811
+ "name": "ProgressRingConnotation",
4812
+ "declaration": {
4813
+ "name": "ProgressRingConnotation",
4814
+ "module": "./progress-ring"
4815
+ }
4816
+ },
4454
4817
  {
4455
4818
  "kind": "js",
4456
4819
  "name": "progressRingDefinition",
@@ -4720,6 +5083,22 @@
4720
5083
  }
4721
5084
  ],
4722
5085
  "exports": [
5086
+ {
5087
+ "kind": "js",
5088
+ "name": "SelectAppearance",
5089
+ "declaration": {
5090
+ "name": "SelectAppearance",
5091
+ "module": "./select"
5092
+ }
5093
+ },
5094
+ {
5095
+ "kind": "js",
5096
+ "name": "SelectShape",
5097
+ "declaration": {
5098
+ "name": "SelectShape",
5099
+ "module": "./select"
5100
+ }
5101
+ },
4723
5102
  {
4724
5103
  "kind": "js",
4725
5104
  "name": "selectDefinition",
@@ -5085,6 +5464,14 @@
5085
5464
  }
5086
5465
  ],
5087
5466
  "exports": [
5467
+ {
5468
+ "kind": "js",
5469
+ "name": "SwitchConnotation",
5470
+ "declaration": {
5471
+ "name": "SwitchConnotation",
5472
+ "module": "./switch"
5473
+ }
5474
+ },
5088
5475
  {
5089
5476
  "kind": "js",
5090
5477
  "name": "switchDefinition",
@@ -5598,6 +5985,14 @@
5598
5985
  }
5599
5986
  ],
5600
5987
  "exports": [
5988
+ {
5989
+ "kind": "js",
5990
+ "name": "TextAreaWrap",
5991
+ "declaration": {
5992
+ "name": "TextAreaWrap",
5993
+ "module": "./text-area"
5994
+ }
5995
+ },
5601
5996
  {
5602
5997
  "kind": "js",
5603
5998
  "name": "textAreaDefinition",
@@ -5681,6 +6076,22 @@
5681
6076
  }
5682
6077
  ],
5683
6078
  "exports": [
6079
+ {
6080
+ "kind": "js",
6081
+ "name": "TextFieldAppearance",
6082
+ "declaration": {
6083
+ "name": "TextFieldAppearance",
6084
+ "module": "./text-field"
6085
+ }
6086
+ },
6087
+ {
6088
+ "kind": "js",
6089
+ "name": "TextFieldShape",
6090
+ "declaration": {
6091
+ "name": "TextFieldShape",
6092
+ "module": "./text-field"
6093
+ }
6094
+ },
5684
6095
  {
5685
6096
  "kind": "js",
5686
6097
  "name": "textFieldDefinition",