@vonage/vivid 3.14.0 → 3.15.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 (103) hide show
  1. package/checkbox/index.js +3 -0
  2. package/custom-elements.json +203 -24
  3. package/empty-state/index.js +14 -0
  4. package/fab/index.js +1 -1
  5. package/header/index.js +1 -1
  6. package/index.js +31 -29
  7. package/layout/index.js +1 -1
  8. package/lib/checkbox/checkbox.d.ts +6 -3
  9. package/lib/components.d.ts +2 -0
  10. package/lib/data-grid/data-grid-row.d.ts +1 -0
  11. package/lib/empty-state/definition.d.ts +3 -0
  12. package/lib/empty-state/empty-state.d.ts +5 -0
  13. package/lib/empty-state/empty-state.template.d.ts +4 -0
  14. package/lib/empty-state/index.d.ts +1 -0
  15. package/listbox/index.js +1 -1
  16. package/menu/index.js +2 -2
  17. package/menu-item/index.js +1 -1
  18. package/nav/index.js +1 -1
  19. package/nav-disclosure/index.js +1 -1
  20. package/nav-item/index.js +1 -1
  21. package/note/index.js +1 -1
  22. package/number-field/index.js +1 -1
  23. package/package.json +1 -1
  24. package/pagination/index.js +14 -232
  25. package/progress/index.js +1 -1
  26. package/radio/index.js +1 -1
  27. package/radio-group/index.js +1 -1
  28. package/select/index.js +1 -1
  29. package/shared/definition.js +1 -1
  30. package/shared/definition10.js +1 -1
  31. package/shared/definition11.js +1 -1
  32. package/shared/definition12.js +1 -1
  33. package/shared/definition14.js +1 -1
  34. package/shared/definition15.js +1 -1
  35. package/shared/definition16.js +1 -1
  36. package/shared/definition17.js +1 -1
  37. package/shared/definition18.js +23 -8
  38. package/shared/definition19.js +1 -1
  39. package/shared/definition2.js +1 -1
  40. package/shared/definition21.js +1 -1
  41. package/shared/definition22.js +73 -31
  42. package/shared/definition23.js +1 -1
  43. package/shared/definition24.js +1 -1
  44. package/shared/definition25.js +39 -76
  45. package/shared/definition26.js +76 -47
  46. package/shared/definition27.js +46 -36
  47. package/shared/definition28.js +39 -49
  48. package/shared/definition29.js +48 -344
  49. package/shared/definition30.js +272 -291
  50. package/shared/definition31.js +366 -14
  51. package/shared/definition32.js +13 -67
  52. package/shared/definition33.js +66 -21
  53. package/shared/definition34.js +21 -39
  54. package/shared/definition35.js +31 -432
  55. package/shared/definition36.js +432 -76
  56. package/shared/definition37.js +223 -34
  57. package/shared/definition38.js +82 -425
  58. package/shared/definition39.js +30 -635
  59. package/shared/definition4.js +1 -1
  60. package/shared/definition40.js +420 -73
  61. package/shared/definition41.js +530 -484
  62. package/shared/definition42.js +76 -133
  63. package/shared/definition43.js +577 -40
  64. package/shared/definition44.js +135 -20
  65. package/shared/definition45.js +42 -423
  66. package/shared/definition46.js +22 -112
  67. package/shared/definition47.js +440 -18
  68. package/shared/definition48.js +92 -247
  69. package/shared/definition49.js +20 -112
  70. package/shared/definition5.js +1 -1
  71. package/shared/definition50.js +259 -590
  72. package/shared/definition51.js +110 -91
  73. package/shared/definition52.js +602 -67
  74. package/shared/definition53.js +89 -294
  75. package/shared/definition54.js +80 -0
  76. package/shared/definition55.js +305 -0
  77. package/shared/definition6.js +1 -1
  78. package/shared/definition7.js +1 -1
  79. package/shared/definition9.js +1 -1
  80. package/shared/form-elements.js +1 -1
  81. package/shared/icon.js +1 -1
  82. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  83. package/shared/text-field.js +1 -1
  84. package/side-drawer/index.js +1 -1
  85. package/slider/index.js +1 -1
  86. package/styles/core/all.css +1 -1
  87. package/styles/core/theme.css +1 -1
  88. package/styles/core/typography.css +1 -1
  89. package/styles/tokens/theme-dark.css +4 -4
  90. package/styles/tokens/theme-light.css +4 -4
  91. package/switch/index.js +1 -1
  92. package/tab/index.js +1 -1
  93. package/tab-panel/index.js +1 -1
  94. package/tabs/index.js +3 -3
  95. package/tag/index.js +1 -1
  96. package/tag-group/index.js +1 -1
  97. package/text-area/index.js +1 -1
  98. package/text-field/index.js +1 -1
  99. package/toggletip/index.js +1 -1
  100. package/tooltip/index.js +1 -1
  101. package/tree-item/index.js +1 -1
  102. package/tree-view/index.js +1 -1
  103. package/vivid.api.json +210 -0
package/tabs/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as registerTabs } from '../shared/definition45.js';
1
+ import { r as registerTabs } from '../shared/definition47.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition43.js';
3
+ import '../shared/definition45.js';
4
4
  import '../shared/definition3.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/engine-is-node.js';
@@ -14,7 +14,7 @@ import '../shared/focus.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/apply-mixins.js';
16
16
  import '../shared/focus2.js';
17
- import '../shared/definition44.js';
17
+ import '../shared/definition46.js';
18
18
  import '../shared/start-end.js';
19
19
  import '../shared/ref.js';
20
20
  import '../shared/key-codes.js';
package/tag/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerTag } from '../shared/definition46.js';
1
+ import { r as registerTag } from '../shared/definition48.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTagGroup } from '../shared/definition47.js';
1
+ import { r as registerTagGroup } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { r as registerTextArea } from '../shared/definition48.js';
1
+ import { r as registerTextArea } from '../shared/definition50.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTextField } from '../shared/definition49.js';
1
+ import { r as registerTextField } from '../shared/definition51.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition4.js';
4
4
  import '../shared/focus.js';
@@ -1,4 +1,4 @@
1
- import { r as registerToggletip } from '../shared/definition50.js';
1
+ import { r as registerToggletip } from '../shared/definition52.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition20.js';
4
4
  import '../shared/definition7.js';
package/tooltip/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerTooltip } from '../shared/definition51.js';
1
+ import { r as registerTooltip } from '../shared/definition53.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition20.js';
4
4
  import '../shared/definition7.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeItem } from '../shared/definition52.js';
1
+ import { r as registerTreeItem } from '../shared/definition54.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeView } from '../shared/definition53.js';
1
+ import { r as registerTreeView } from '../shared/definition55.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/tree-item.js';
4
4
  import '../shared/start-end.js';
package/vivid.api.json CHANGED
@@ -2380,6 +2380,83 @@
2380
2380
  "endIndex": 2
2381
2381
  }
2382
2382
  },
2383
+ {
2384
+ "kind": "Variable",
2385
+ "canonicalReference": "@vonage/vivid!emptyStateDefinition:var",
2386
+ "docComment": "",
2387
+ "excerptTokens": [
2388
+ {
2389
+ "kind": "Content",
2390
+ "text": "emptyStateDefinition: "
2391
+ },
2392
+ {
2393
+ "kind": "Content",
2394
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
2395
+ },
2396
+ {
2397
+ "kind": "Reference",
2398
+ "text": "OverrideFoundationElementDefinition",
2399
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
2400
+ },
2401
+ {
2402
+ "kind": "Content",
2403
+ "text": "<"
2404
+ },
2405
+ {
2406
+ "kind": "Reference",
2407
+ "text": "FoundationElementDefinition",
2408
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2409
+ },
2410
+ {
2411
+ "kind": "Content",
2412
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
2413
+ },
2414
+ {
2415
+ "kind": "Reference",
2416
+ "text": "FoundationElementRegistry",
2417
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
2418
+ },
2419
+ {
2420
+ "kind": "Content",
2421
+ "text": "<"
2422
+ },
2423
+ {
2424
+ "kind": "Reference",
2425
+ "text": "FoundationElementDefinition",
2426
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
2427
+ },
2428
+ {
2429
+ "kind": "Content",
2430
+ "text": ", import(\"@microsoft/fast-element\")."
2431
+ },
2432
+ {
2433
+ "kind": "Reference",
2434
+ "text": "Constructable",
2435
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
2436
+ },
2437
+ {
2438
+ "kind": "Content",
2439
+ "text": "<import(\"@microsoft/fast-foundation\")."
2440
+ },
2441
+ {
2442
+ "kind": "Reference",
2443
+ "text": "FoundationElement",
2444
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
2445
+ },
2446
+ {
2447
+ "kind": "Content",
2448
+ "text": ">>"
2449
+ }
2450
+ ],
2451
+ "fileUrlPath": "../../dist/libs/components/lib/empty-state/definition.d.ts",
2452
+ "isReadonly": true,
2453
+ "releaseTag": "Public",
2454
+ "name": "emptyStateDefinition",
2455
+ "variableTypeTokenRange": {
2456
+ "startIndex": 1,
2457
+ "endIndex": 14
2458
+ }
2459
+ },
2383
2460
  {
2384
2461
  "kind": "TypeAlias",
2385
2462
  "canonicalReference": "@vonage/vivid!FabConnotation:type",
@@ -4051,6 +4128,83 @@
4051
4128
  "endIndex": 9
4052
4129
  }
4053
4130
  },
4131
+ {
4132
+ "kind": "Variable",
4133
+ "canonicalReference": "@vonage/vivid!paginationDefinition:var",
4134
+ "docComment": "",
4135
+ "excerptTokens": [
4136
+ {
4137
+ "kind": "Content",
4138
+ "text": "paginationDefinition: "
4139
+ },
4140
+ {
4141
+ "kind": "Content",
4142
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
4143
+ },
4144
+ {
4145
+ "kind": "Reference",
4146
+ "text": "OverrideFoundationElementDefinition",
4147
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
4148
+ },
4149
+ {
4150
+ "kind": "Content",
4151
+ "text": "<"
4152
+ },
4153
+ {
4154
+ "kind": "Reference",
4155
+ "text": "FoundationElementDefinition",
4156
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4157
+ },
4158
+ {
4159
+ "kind": "Content",
4160
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
4161
+ },
4162
+ {
4163
+ "kind": "Reference",
4164
+ "text": "FoundationElementRegistry",
4165
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
4166
+ },
4167
+ {
4168
+ "kind": "Content",
4169
+ "text": "<"
4170
+ },
4171
+ {
4172
+ "kind": "Reference",
4173
+ "text": "FoundationElementDefinition",
4174
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
4175
+ },
4176
+ {
4177
+ "kind": "Content",
4178
+ "text": ", import(\"@microsoft/fast-element\")."
4179
+ },
4180
+ {
4181
+ "kind": "Reference",
4182
+ "text": "Constructable",
4183
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
4184
+ },
4185
+ {
4186
+ "kind": "Content",
4187
+ "text": "<import(\"@microsoft/fast-foundation\")."
4188
+ },
4189
+ {
4190
+ "kind": "Reference",
4191
+ "text": "FoundationElement",
4192
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
4193
+ },
4194
+ {
4195
+ "kind": "Content",
4196
+ "text": ">>"
4197
+ }
4198
+ ],
4199
+ "fileUrlPath": "../../dist/libs/components/lib/pagination/definition.d.ts",
4200
+ "isReadonly": true,
4201
+ "releaseTag": "Public",
4202
+ "name": "paginationDefinition",
4203
+ "variableTypeTokenRange": {
4204
+ "startIndex": 1,
4205
+ "endIndex": 14
4206
+ }
4207
+ },
4054
4208
  {
4055
4209
  "kind": "Class",
4056
4210
  "canonicalReference": "@vonage/vivid!Popup:class",
@@ -5862,6 +6016,34 @@
5862
6016
  "endIndex": 3
5863
6017
  }
5864
6018
  },
6019
+ {
6020
+ "kind": "Variable",
6021
+ "canonicalReference": "@vonage/vivid!registerEmptyState:var",
6022
+ "docComment": "",
6023
+ "excerptTokens": [
6024
+ {
6025
+ "kind": "Content",
6026
+ "text": "registerEmptyState: "
6027
+ },
6028
+ {
6029
+ "kind": "Content",
6030
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6031
+ },
6032
+ {
6033
+ "kind": "Reference",
6034
+ "text": "DesignSystem",
6035
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6036
+ }
6037
+ ],
6038
+ "fileUrlPath": "../../dist/libs/components/lib/empty-state/definition.d.ts",
6039
+ "isReadonly": true,
6040
+ "releaseTag": "Public",
6041
+ "name": "registerEmptyState",
6042
+ "variableTypeTokenRange": {
6043
+ "startIndex": 1,
6044
+ "endIndex": 3
6045
+ }
6046
+ },
5865
6047
  {
5866
6048
  "kind": "Variable",
5867
6049
  "canonicalReference": "@vonage/vivid!registerFab:var",
@@ -6254,6 +6436,34 @@
6254
6436
  "endIndex": 3
6255
6437
  }
6256
6438
  },
6439
+ {
6440
+ "kind": "Variable",
6441
+ "canonicalReference": "@vonage/vivid!registerPagination:var",
6442
+ "docComment": "",
6443
+ "excerptTokens": [
6444
+ {
6445
+ "kind": "Content",
6446
+ "text": "registerPagination: "
6447
+ },
6448
+ {
6449
+ "kind": "Content",
6450
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6451
+ },
6452
+ {
6453
+ "kind": "Reference",
6454
+ "text": "DesignSystem",
6455
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6456
+ }
6457
+ ],
6458
+ "fileUrlPath": "../../dist/libs/components/lib/pagination/definition.d.ts",
6459
+ "isReadonly": true,
6460
+ "releaseTag": "Public",
6461
+ "name": "registerPagination",
6462
+ "variableTypeTokenRange": {
6463
+ "startIndex": 1,
6464
+ "endIndex": 3
6465
+ }
6466
+ },
6257
6467
  {
6258
6468
  "kind": "Variable",
6259
6469
  "canonicalReference": "@vonage/vivid!registerPopup:var",