@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/checkbox/index.js CHANGED
@@ -10,8 +10,11 @@ import '../shared/class-names.js';
10
10
  import '../shared/when.js';
11
11
  import '../shared/definition4.js';
12
12
  import '../shared/focus.js';
13
+ import '../shared/affix.js';
14
+ import '../shared/form-elements.js';
13
15
  import '../shared/form-associated.js';
14
16
  import '../shared/key-codes.js';
17
+ import '../shared/apply-mixins.js';
15
18
  import '../shared/focus2.js';
16
19
 
17
20
  registerCheckbox();
@@ -2749,29 +2749,8 @@
2749
2749
  "default": "var(--vvd-color-canvas-text)"
2750
2750
  }
2751
2751
  ],
2752
- "members": [
2753
- {
2754
- "kind": "field",
2755
- "name": "label",
2756
- "type": {
2757
- "text": "string | undefined"
2758
- },
2759
- "description": "Indicates the checkbox's label.",
2760
- "privacy": "public"
2761
- }
2762
- ],
2763
- "attributes": [
2764
- {
2765
- "name": "label",
2766
- "type": {
2767
- "text": "string | undefined"
2768
- },
2769
- "description": "Indicates the checkbox's label.",
2770
- "fieldName": "label"
2771
- }
2772
- ],
2773
2752
  "superclass": {
2774
- "name": "FastCheckbox",
2753
+ "name": "FoundationCheckbox",
2775
2754
  "package": "@microsoft/fast-foundation"
2776
2755
  }
2777
2756
  }
@@ -3101,6 +3080,76 @@
3101
3080
  "kind": "class",
3102
3081
  "description": "Base class for data-grid",
3103
3082
  "name": "DataGridRow",
3083
+ "cssProperties": [
3084
+ {
3085
+ "name": "--vvd-data-grid-row-cta-primary",
3086
+ "default": "var(--vvd-color-cta-500)"
3087
+ },
3088
+ {
3089
+ "name": "--vvd-data-grid-row-cta-primary-text",
3090
+ "default": "var(--vvd-color-canvas)"
3091
+ },
3092
+ {
3093
+ "name": "--vvd-data-grid-row-cta-primary-increment",
3094
+ "default": "var(--vvd-color-cta-600)"
3095
+ },
3096
+ {
3097
+ "name": "--vvd-data-grid-row-cta-faint",
3098
+ "default": "var(--vvd-color-cta-50)"
3099
+ },
3100
+ {
3101
+ "name": "--vvd-data-grid-row-cta-pale",
3102
+ "default": "var(--vvd-color-cta-300)"
3103
+ },
3104
+ {
3105
+ "name": "--vvd-data-grid-row-cta-dim",
3106
+ "default": "var(--vvd-color-cta-200)"
3107
+ },
3108
+ {
3109
+ "name": "--vvd-data-grid-row-accent-primary",
3110
+ "default": "var(--vvd-color-canvas-text)"
3111
+ },
3112
+ {
3113
+ "name": "--vvd-data-grid-row-accent-primary-text",
3114
+ "default": "var(--vvd-color-canvas)"
3115
+ },
3116
+ {
3117
+ "name": "--vvd-data-grid-row-accent-primary-increment",
3118
+ "default": "var(--vvd-color-neutral-800)"
3119
+ },
3120
+ {
3121
+ "name": "--vvd-data-grid-row-accent-faint",
3122
+ "default": "var(--vvd-color-neutral-50)"
3123
+ },
3124
+ {
3125
+ "name": "--vvd-data-grid-row-accent-pale",
3126
+ "default": "var(--vvd-color-neutral-300)"
3127
+ },
3128
+ {
3129
+ "name": "--vvd-data-grid-row-accent-dim",
3130
+ "default": "var(--vvd-color-neutral-200)"
3131
+ }
3132
+ ],
3133
+ "members": [
3134
+ {
3135
+ "kind": "field",
3136
+ "name": "ariaSelected",
3137
+ "type": {
3138
+ "text": "string | null"
3139
+ },
3140
+ "default": "null"
3141
+ }
3142
+ ],
3143
+ "attributes": [
3144
+ {
3145
+ "name": "aria-selected",
3146
+ "type": {
3147
+ "text": "string | null"
3148
+ },
3149
+ "default": "null",
3150
+ "fieldName": "ariaSelected"
3151
+ }
3152
+ ],
3104
3153
  "superclass": {
3105
3154
  "name": "FoundationElement",
3106
3155
  "package": "@microsoft/fast-foundation"
@@ -3246,6 +3295,15 @@
3246
3295
  "text": "DataGridSelectionMode | undefined"
3247
3296
  }
3248
3297
  },
3298
+ {
3299
+ "kind": "field",
3300
+ "name": "#selectedRows",
3301
+ "privacy": "private",
3302
+ "type": {
3303
+ "text": "DataGridRow[]"
3304
+ },
3305
+ "readonly": true
3306
+ },
3249
3307
  {
3250
3308
  "kind": "field",
3251
3309
  "name": "#selectedCells",
@@ -3271,12 +3329,17 @@
3271
3329
  },
3272
3330
  {
3273
3331
  "kind": "field",
3274
- "name": "#handleSelection",
3332
+ "name": "#handleCellSelection",
3275
3333
  "privacy": "private"
3276
3334
  },
3277
3335
  {
3278
3336
  "kind": "field",
3279
- "name": "#setCellSelectedState",
3337
+ "name": "#handleRowSelection",
3338
+ "privacy": "private"
3339
+ },
3340
+ {
3341
+ "kind": "field",
3342
+ "name": "#setSelectedState",
3280
3343
  "privacy": "private"
3281
3344
  },
3282
3345
  {
@@ -3859,6 +3922,122 @@
3859
3922
  }
3860
3923
  ]
3861
3924
  },
3925
+ {
3926
+ "kind": "javascript-module",
3927
+ "path": "libs/components/src/lib/empty-state/definition.ts",
3928
+ "declarations": [
3929
+ {
3930
+ "kind": "variable",
3931
+ "name": "emptyStateDefinition"
3932
+ },
3933
+ {
3934
+ "kind": "variable",
3935
+ "name": "registerEmptyState",
3936
+ "description": "Registers the empty-state element with the design system.",
3937
+ "parameters": [
3938
+ {
3939
+ "description": "the prefix to use for the component name",
3940
+ "name": "prefix"
3941
+ }
3942
+ ]
3943
+ }
3944
+ ],
3945
+ "exports": [
3946
+ {
3947
+ "kind": "js",
3948
+ "name": "emptyStateDefinition",
3949
+ "declaration": {
3950
+ "name": "emptyStateDefinition",
3951
+ "module": "libs/components/src/lib/empty-state/definition.ts"
3952
+ }
3953
+ },
3954
+ {
3955
+ "kind": "js",
3956
+ "name": "registerEmptyState",
3957
+ "declaration": {
3958
+ "name": "registerEmptyState",
3959
+ "module": "libs/components/src/lib/empty-state/definition.ts"
3960
+ }
3961
+ }
3962
+ ]
3963
+ },
3964
+ {
3965
+ "kind": "javascript-module",
3966
+ "path": "libs/components/src/lib/empty-state/empty-state.ts",
3967
+ "declarations": [
3968
+ {
3969
+ "kind": "class",
3970
+ "description": "An empty state element. Used when there is no data to display to the user.",
3971
+ "name": "EmptyState",
3972
+ "slots": [
3973
+ {
3974
+ "description": "The default slot controls the body text of the empty state",
3975
+ "name": ""
3976
+ },
3977
+ {
3978
+ "description": "The graphic slot allows overriding the icon with a custom illustration",
3979
+ "name": "graphic"
3980
+ },
3981
+ {
3982
+ "description": "Slot to add action items to the empty state",
3983
+ "name": "action-items"
3984
+ }
3985
+ ],
3986
+ "members": [
3987
+ {
3988
+ "kind": "field",
3989
+ "name": "headline",
3990
+ "type": {
3991
+ "text": "string | undefined"
3992
+ },
3993
+ "description": "An optional headline for the empty state.",
3994
+ "privacy": "public"
3995
+ },
3996
+ {
3997
+ "kind": "field",
3998
+ "name": "icon",
3999
+ "type": {
4000
+ "text": "string | undefined"
4001
+ },
4002
+ "description": "Icon for the empty state.",
4003
+ "privacy": "public"
4004
+ }
4005
+ ],
4006
+ "attributes": [
4007
+ {
4008
+ "name": "headline",
4009
+ "type": {
4010
+ "text": "string | undefined"
4011
+ },
4012
+ "description": "An optional headline for the empty state.",
4013
+ "fieldName": "headline"
4014
+ },
4015
+ {
4016
+ "name": "icon",
4017
+ "type": {
4018
+ "text": "string | undefined"
4019
+ },
4020
+ "description": "Icon for the empty state.",
4021
+ "fieldName": "icon"
4022
+ }
4023
+ ],
4024
+ "superclass": {
4025
+ "name": "FoundationElement",
4026
+ "package": "@microsoft/fast-foundation"
4027
+ }
4028
+ }
4029
+ ],
4030
+ "exports": [
4031
+ {
4032
+ "kind": "js",
4033
+ "name": "EmptyState",
4034
+ "declaration": {
4035
+ "name": "EmptyState",
4036
+ "module": "libs/components/src/lib/empty-state/empty-state.ts"
4037
+ }
4038
+ }
4039
+ ]
4040
+ },
3862
4041
  {
3863
4042
  "kind": "javascript-module",
3864
4043
  "path": "libs/components/src/lib/fab/definition.ts",
@@ -0,0 +1,14 @@
1
+ import { r as registerEmptyState } from '../shared/definition25.js';
2
+ import '../shared/index.js';
3
+ import '../shared/definition3.js';
4
+ import '../shared/icon.js';
5
+ import '../shared/engine-is-node.js';
6
+ import '../shared/to-string.js';
7
+ import '../shared/string-trim.js';
8
+ import '../shared/_has.js';
9
+ import '../shared/class-names.js';
10
+ import '../shared/when.js';
11
+ import '../shared/slotted.js';
12
+ import '../shared/node-observation.js';
13
+
14
+ registerEmptyState();
package/fab/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerFab } from '../shared/definition25.js';
1
+ import { r as registerFab } from '../shared/definition26.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
package/header/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerHeader } from '../shared/definition26.js';
1
+ import { r as registerHeader } from '../shared/definition27.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition8.js';
4
4
  import '../shared/class-names.js';
package/index.js CHANGED
@@ -14,42 +14,44 @@ export { c as cardDefinition, a as cardRegistries, r as registerCard } from './s
14
14
  export { c as checkboxDefinition, a as checkboxRegistries, r as registerCheckbox } from './shared/definition18.js';
15
15
  export { c as combobox, a as comboboxRegistries, r as registerCombobox } from './shared/definition19.js';
16
16
  export { a as elevationDefinition, e as elevationRegistries, r as registerElevation } from './shared/definition8.js';
17
+ export { e as emptyStateDefinition, a as emptyStateRegistries, r as registerEmptyState } from './shared/definition25.js';
17
18
  export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/definition23.js';
18
19
  export { a as dividerDefinition, d as dividerRegistries, r as registerDivider } from './shared/definition24.js';
19
20
  export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/definition22.js';
20
- export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition25.js';
21
- export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition26.js';
21
+ export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition26.js';
22
+ export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition27.js';
22
23
  export { a as iconDefinition, i as iconRegistries, r as registerIcon } from './shared/definition3.js';
23
- export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition27.js';
24
- export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/definition28.js';
24
+ export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition28.js';
25
+ export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/definition29.js';
25
26
  export { a as listboxOptionDefinition, l as listboxOptionRegistries, r as registerOption } from './shared/definition21.js';
26
- export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition29.js';
27
- export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/definition30.js';
28
- export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition31.js';
29
- export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition32.js';
30
- export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition33.js';
31
- export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition34.js';
32
- export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition35.js';
27
+ export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition30.js';
28
+ export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/definition31.js';
29
+ export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition32.js';
30
+ export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition33.js';
31
+ export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition34.js';
32
+ export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition35.js';
33
+ export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition36.js';
34
+ export { p as paginationDefinition, a as paginationRegistries, r as registerPagination } from './shared/definition37.js';
33
35
  export { a as popupDefinition, p as popupRegistries, r as registerPopup } from './shared/definition20.js';
34
- export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition36.js';
36
+ export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition38.js';
35
37
  export { a as progressRingDefinition, p as progressRingRegistries, r as registerProgressRing } from './shared/definition9.js';
36
- export { a as radioDefinition, b as radioRegistries, r as registerRadio } from './shared/definition37.js';
37
- export { a as radioGroupDefinition, b as radioGroupRegistries, r as registerRadioGroup } from './shared/definition38.js';
38
- export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition39.js';
39
- export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/definition40.js';
40
- export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/definition41.js';
41
- export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/definition42.js';
42
- export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/definition49.js';
43
- export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/definition48.js';
44
- export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/definition50.js';
45
- export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/definition51.js';
46
- export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/definition45.js';
47
- export { r as registerTab, a as tabDefinition, t as tabRegistries } from './shared/definition43.js';
48
- export { r as registerTabPanel, a as tabPanelDefinition, t as tabPanelRegistries } from './shared/definition44.js';
49
- export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/definition53.js';
50
- export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/definition52.js';
51
- export { r as registerTag, t as tagDefinition } from './shared/definition46.js';
52
- export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/definition47.js';
38
+ export { a as radioDefinition, b as radioRegistries, r as registerRadio } from './shared/definition39.js';
39
+ export { a as radioGroupDefinition, b as radioGroupRegistries, r as registerRadioGroup } from './shared/definition40.js';
40
+ export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition41.js';
41
+ export { r as registerSideDrawer, s as sideDrawerDefinition, a as sideDrawerRegistries } from './shared/definition42.js';
42
+ export { r as registerSlider, s as sliderDefinition, a as sliderRegistries } from './shared/definition43.js';
43
+ export { r as registerSwitch, s as switchDefinition, a as switchRegistries } from './shared/definition44.js';
44
+ export { r as registerTextField, t as textFieldDefinition, a as textFieldRegistries } from './shared/definition51.js';
45
+ export { r as registerTextArea, t as textAreaDefinition, a as textAreaRegistries } from './shared/definition50.js';
46
+ export { r as registerToggletip, t as toggletipDefinition, a as toggletipRegistries } from './shared/definition52.js';
47
+ export { r as registerTooltip, t as tooltipDefinition, a as tooltipRegistries } from './shared/definition53.js';
48
+ export { r as registerTabs, t as tabsDefinition, a as tabsRegistries } from './shared/definition47.js';
49
+ export { r as registerTab, a as tabDefinition, t as tabRegistries } from './shared/definition45.js';
50
+ export { r as registerTabPanel, a as tabPanelDefinition, t as tabPanelRegistries } from './shared/definition46.js';
51
+ export { r as registerTreeView, t as treeViewDefinition, a as treeViewRegistries } from './shared/definition55.js';
52
+ export { r as registerTreeItem, t as treeItemDefinition, a as treeItemRegistries } from './shared/definition54.js';
53
+ export { r as registerTag, t as tagDefinition } from './shared/definition48.js';
54
+ export { r as registerTagGroup, t as tagGroupDefinition, a as tagGroupRegistries } from './shared/definition49.js';
53
55
  export { A as Appearance, c as AriaLive, C as Connotation, b as ConnotationDecorative, L as LayoutSize, P as Position, R as Role, S as Shape, a as Size } from './shared/enums.js';
54
56
  export { ae as designSystem, r as registerFactory } from './shared/index.js';
55
57
  import './shared/key-codes.js';
package/layout/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerLayout } from '../shared/definition27.js';
1
+ import { r as registerLayout } from '../shared/definition28.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
@@ -1,5 +1,8 @@
1
- import { Checkbox as FastCheckbox } from '@microsoft/fast-foundation';
1
+ import { Checkbox as FoundationCheckbox } from '@microsoft/fast-foundation';
2
+ import { FormElement, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
3
+ import { ErrorText } from '../../shared/patterns';
2
4
  export declare const keySpace: ' ';
3
- export declare class Checkbox extends FastCheckbox {
4
- label?: string;
5
+ export declare class Checkbox extends FoundationCheckbox {
6
+ }
7
+ export interface Checkbox extends FormElement, FormElementHelperText, ErrorText, FormElementSuccessText {
5
8
  }
@@ -14,6 +14,7 @@ export * from './card/definition';
14
14
  export * from './checkbox/definition';
15
15
  export * from './combobox/definition';
16
16
  export * from './elevation/definition';
17
+ export * from './empty-state/definition';
17
18
  export * from './dialog/definition';
18
19
  export * from './divider/definition';
19
20
  export * from './data-grid/definition';
@@ -30,6 +31,7 @@ export * from './nav-disclosure/definition';
30
31
  export * from './nav-item/definition';
31
32
  export * from './note/definition';
32
33
  export * from './number-field/definition';
34
+ export * from './pagination/definition';
33
35
  export * from './popup/definition';
34
36
  export * from './progress/definition';
35
37
  export * from './progress-ring/definition';
@@ -1,3 +1,4 @@
1
1
  import { DataGridRow as FoundationElement } from '@microsoft/fast-foundation';
2
2
  export declare class DataGridRow extends FoundationElement {
3
+ ariaSelected: string | null;
3
4
  }
@@ -0,0 +1,3 @@
1
+ import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
2
+ export declare const emptyStateDefinition: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
3
+ export declare const registerEmptyState: (prefix?: string) => import("@microsoft/fast-foundation").DesignSystem;
@@ -0,0 +1,5 @@
1
+ import { FoundationElement } from '@microsoft/fast-foundation';
2
+ export declare class EmptyState extends FoundationElement {
3
+ headline?: string;
4
+ icon?: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ import type { EmptyState } from './empty-state';
4
+ export declare const EmptyStateTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<EmptyState>;
@@ -0,0 +1 @@
1
+ export {};
package/listbox/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerListbox } from '../shared/definition28.js';
1
+ import { r as registerListbox } from '../shared/definition29.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition4.js';
4
4
  import '../shared/focus.js';
package/menu/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerMenu } from '../shared/definition29.js';
1
+ import { r as registerMenu } from '../shared/definition30.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition20.js';
4
4
  import '../shared/definition7.js';
@@ -25,7 +25,7 @@ import '../shared/ref.js';
25
25
  import '../shared/focus2.js';
26
26
  import '../shared/definition8.js';
27
27
  import '../shared/es.object.assign.js';
28
- import '../shared/definition30.js';
28
+ import '../shared/definition31.js';
29
29
  import '../shared/direction.js';
30
30
  import '../shared/slotted.js';
31
31
  import '../shared/node-observation.js';
@@ -1,4 +1,4 @@
1
- import { b as registerMenuItem } from '../shared/definition30.js';
1
+ import { b as registerMenuItem } from '../shared/definition31.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
package/nav/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerNav } from '../shared/definition31.js';
1
+ import { r as registerNav } from '../shared/definition32.js';
2
2
  import '../shared/index.js';
3
3
 
4
4
  registerNav();
@@ -1,4 +1,4 @@
1
- import { r as registerNavDisclosure } from '../shared/definition32.js';
1
+ import { r as registerNavDisclosure } from '../shared/definition33.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
package/nav-item/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerNavItem } from '../shared/definition33.js';
1
+ import { r as registerNavItem } from '../shared/definition34.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition3.js';
4
4
  import '../shared/icon.js';
package/note/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerNote } from '../shared/definition34.js';
1
+ import { r as registerNote } from '../shared/definition35.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 registerNumberField } from '../shared/definition35.js';
1
+ import { r as registerNumberField } from '../shared/definition36.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition7.js';
4
4
  import '../shared/definition3.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "type": "module",
5
5
  "module": "./index.js",
6
6
  "main": "./index.js",