@vonage/vivid 3.11.0 → 3.13.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 (69) hide show
  1. package/custom-elements.json +269 -0
  2. package/index.js +5 -4
  3. package/lib/components.d.ts +1 -0
  4. package/lib/layout/definition.d.ts +1 -1
  5. package/lib/tabs/tabs.d.ts +1 -0
  6. package/lib/toggletip/definition.d.ts +3 -0
  7. package/lib/toggletip/index.d.ts +1 -0
  8. package/lib/toggletip/toggletip.d.ts +15 -0
  9. package/lib/toggletip/toggletip.template.d.ts +4 -0
  10. package/package.json +1 -1
  11. package/pagination/index.js +2 -2
  12. package/shared/definition.js +1 -1
  13. package/shared/definition10.js +1 -1
  14. package/shared/definition11.js +1 -1
  15. package/shared/definition12.js +1 -1
  16. package/shared/definition14.js +1 -1
  17. package/shared/definition15.js +1 -1
  18. package/shared/definition16.js +1 -1
  19. package/shared/definition17.js +1 -1
  20. package/shared/definition18.js +1 -1
  21. package/shared/definition19.js +1 -1
  22. package/shared/definition2.js +1 -1
  23. package/shared/definition21.js +1 -1
  24. package/shared/definition22.js +2 -2
  25. package/shared/definition23.js +1 -1
  26. package/shared/definition24.js +1 -1
  27. package/shared/definition25.js +1 -1
  28. package/shared/definition26.js +1 -1
  29. package/shared/definition28.js +1 -1
  30. package/shared/definition30.js +10 -4
  31. package/shared/definition32.js +1 -1
  32. package/shared/definition33.js +1 -1
  33. package/shared/definition34.js +1 -1
  34. package/shared/definition35.js +1 -1
  35. package/shared/definition36.js +1 -1
  36. package/shared/definition37.js +1 -1
  37. package/shared/definition38.js +1 -1
  38. package/shared/definition39.js +1 -1
  39. package/shared/definition4.js +1 -1
  40. package/shared/definition40.js +1 -1
  41. package/shared/definition42.js +1 -1
  42. package/shared/definition43.js +1 -1
  43. package/shared/definition45.js +10 -1
  44. package/shared/definition46.js +1 -1
  45. package/shared/definition48.js +1 -1
  46. package/shared/definition5.js +1 -1
  47. package/shared/definition50.js +587 -72
  48. package/shared/definition51.js +88 -68
  49. package/shared/definition52.js +69 -294
  50. package/shared/definition53.js +305 -0
  51. package/shared/definition6.js +1 -1
  52. package/shared/definition7.js +1 -1
  53. package/shared/definition9.js +1 -1
  54. package/shared/es.regexp.to-string.js +2 -0
  55. package/shared/form-elements.js +1 -1
  56. package/shared/icon.js +1 -1
  57. package/shared/index.js +1 -1
  58. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  59. package/shared/text-field.js +1 -1
  60. package/styles/core/all.css +1 -1
  61. package/styles/core/theme.css +1 -1
  62. package/styles/core/typography.css +1 -1
  63. package/styles/tokens/theme-dark.css +4 -4
  64. package/styles/tokens/theme-light.css +4 -4
  65. package/toggletip/index.js +29 -0
  66. package/tooltip/index.js +1 -1
  67. package/tree-item/index.js +1 -1
  68. package/tree-view/index.js +1 -1
  69. package/vivid.api.json +172 -0
package/vivid.api.json CHANGED
@@ -6702,6 +6702,34 @@
6702
6702
  "endIndex": 3
6703
6703
  }
6704
6704
  },
6705
+ {
6706
+ "kind": "Variable",
6707
+ "canonicalReference": "@vonage/vivid!registerToggletip:var",
6708
+ "docComment": "",
6709
+ "excerptTokens": [
6710
+ {
6711
+ "kind": "Content",
6712
+ "text": "registerToggletip: "
6713
+ },
6714
+ {
6715
+ "kind": "Content",
6716
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6717
+ },
6718
+ {
6719
+ "kind": "Reference",
6720
+ "text": "DesignSystem",
6721
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6722
+ }
6723
+ ],
6724
+ "fileUrlPath": "../../dist/libs/components/lib/toggletip/definition.d.ts",
6725
+ "isReadonly": true,
6726
+ "releaseTag": "Public",
6727
+ "name": "registerToggletip",
6728
+ "variableTypeTokenRange": {
6729
+ "startIndex": 1,
6730
+ "endIndex": 3
6731
+ }
6732
+ },
6705
6733
  {
6706
6734
  "kind": "Variable",
6707
6735
  "canonicalReference": "@vonage/vivid!registerTooltip:var",
@@ -6845,6 +6873,73 @@
6845
6873
  }
6846
6874
  ]
6847
6875
  },
6876
+ {
6877
+ "kind": "TypeAlias",
6878
+ "canonicalReference": "@vonage/vivid!RowSpacing:type",
6879
+ "docComment": "",
6880
+ "excerptTokens": [
6881
+ {
6882
+ "kind": "Content",
6883
+ "text": "export declare type RowSpacing = "
6884
+ },
6885
+ {
6886
+ "kind": "Reference",
6887
+ "text": "Extract",
6888
+ "canonicalReference": "!Extract:type"
6889
+ },
6890
+ {
6891
+ "kind": "Content",
6892
+ "text": "<"
6893
+ },
6894
+ {
6895
+ "kind": "Reference",
6896
+ "text": "LayoutSize",
6897
+ "canonicalReference": "@vonage/vivid!LayoutSize:enum"
6898
+ },
6899
+ {
6900
+ "kind": "Content",
6901
+ "text": ", "
6902
+ },
6903
+ {
6904
+ "kind": "Reference",
6905
+ "text": "LayoutSize.Small",
6906
+ "canonicalReference": "@vonage/vivid!LayoutSize.Small:member"
6907
+ },
6908
+ {
6909
+ "kind": "Content",
6910
+ "text": " | "
6911
+ },
6912
+ {
6913
+ "kind": "Reference",
6914
+ "text": "LayoutSize.Medium",
6915
+ "canonicalReference": "@vonage/vivid!LayoutSize.Medium:member"
6916
+ },
6917
+ {
6918
+ "kind": "Content",
6919
+ "text": " | "
6920
+ },
6921
+ {
6922
+ "kind": "Reference",
6923
+ "text": "LayoutSize.Large",
6924
+ "canonicalReference": "@vonage/vivid!LayoutSize.Large:member"
6925
+ },
6926
+ {
6927
+ "kind": "Content",
6928
+ "text": ">"
6929
+ },
6930
+ {
6931
+ "kind": "Content",
6932
+ "text": ";"
6933
+ }
6934
+ ],
6935
+ "fileUrlPath": "../../dist/libs/components/lib/layout/layout.d.ts",
6936
+ "releaseTag": "Public",
6937
+ "name": "RowSpacing",
6938
+ "typeTokenRange": {
6939
+ "startIndex": 1,
6940
+ "endIndex": 11
6941
+ }
6942
+ },
6848
6943
  {
6849
6944
  "kind": "TypeAlias",
6850
6945
  "canonicalReference": "@vonage/vivid!SelectAppearance:type",
@@ -8527,6 +8622,83 @@
8527
8622
  "endIndex": 9
8528
8623
  }
8529
8624
  },
8625
+ {
8626
+ "kind": "Variable",
8627
+ "canonicalReference": "@vonage/vivid!toggletipDefinition:var",
8628
+ "docComment": "",
8629
+ "excerptTokens": [
8630
+ {
8631
+ "kind": "Content",
8632
+ "text": "toggletipDefinition: "
8633
+ },
8634
+ {
8635
+ "kind": "Content",
8636
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
8637
+ },
8638
+ {
8639
+ "kind": "Reference",
8640
+ "text": "OverrideFoundationElementDefinition",
8641
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
8642
+ },
8643
+ {
8644
+ "kind": "Content",
8645
+ "text": "<"
8646
+ },
8647
+ {
8648
+ "kind": "Reference",
8649
+ "text": "FoundationElementDefinition",
8650
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
8651
+ },
8652
+ {
8653
+ "kind": "Content",
8654
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
8655
+ },
8656
+ {
8657
+ "kind": "Reference",
8658
+ "text": "FoundationElementRegistry",
8659
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
8660
+ },
8661
+ {
8662
+ "kind": "Content",
8663
+ "text": "<"
8664
+ },
8665
+ {
8666
+ "kind": "Reference",
8667
+ "text": "FoundationElementDefinition",
8668
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
8669
+ },
8670
+ {
8671
+ "kind": "Content",
8672
+ "text": ", import(\"@microsoft/fast-element\")."
8673
+ },
8674
+ {
8675
+ "kind": "Reference",
8676
+ "text": "Constructable",
8677
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
8678
+ },
8679
+ {
8680
+ "kind": "Content",
8681
+ "text": "<import(\"@microsoft/fast-foundation\")."
8682
+ },
8683
+ {
8684
+ "kind": "Reference",
8685
+ "text": "FoundationElement",
8686
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
8687
+ },
8688
+ {
8689
+ "kind": "Content",
8690
+ "text": ">>"
8691
+ }
8692
+ ],
8693
+ "fileUrlPath": "../../dist/libs/components/lib/toggletip/definition.d.ts",
8694
+ "isReadonly": true,
8695
+ "releaseTag": "Public",
8696
+ "name": "toggletipDefinition",
8697
+ "variableTypeTokenRange": {
8698
+ "startIndex": 1,
8699
+ "endIndex": 14
8700
+ }
8701
+ },
8530
8702
  {
8531
8703
  "kind": "Variable",
8532
8704
  "canonicalReference": "@vonage/vivid!tooltipDefinition:var",