@vonage/vivid 3.6.0 → 3.8.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 (77) hide show
  1. package/README.md +9 -5
  2. package/custom-elements.json +585 -0
  3. package/index.js +7 -5
  4. package/lib/accordion-item/accordion-item.d.ts +3 -0
  5. package/lib/button/button.d.ts +1 -1
  6. package/lib/components.d.ts +2 -0
  7. package/lib/select/select.d.ts +2 -2
  8. package/lib/tag/definition.d.ts +4 -0
  9. package/lib/tag/index.d.ts +1 -0
  10. package/lib/tag/tag.d.ts +22 -0
  11. package/lib/tag/tag.template.d.ts +4 -0
  12. package/lib/tag-group/definition.d.ts +3 -0
  13. package/lib/tag-group/index.d.ts +1 -0
  14. package/lib/tag-group/tag-group.d.ts +3 -0
  15. package/lib/tag-group/tag-group.template.d.ts +4 -0
  16. package/package.json +1 -1
  17. package/shared/definition.js +1 -1
  18. package/shared/definition10.js +1 -1
  19. package/shared/definition12.js +1 -1
  20. package/shared/definition13.js +1 -1
  21. package/shared/definition14.js +1 -1
  22. package/shared/definition15.js +1 -1
  23. package/shared/definition17.js +3 -3
  24. package/shared/definition18.js +1 -1
  25. package/shared/definition19.js +1 -2
  26. package/shared/definition2.js +8 -7
  27. package/shared/definition20.js +1 -1
  28. package/shared/definition21.js +2 -2
  29. package/shared/definition22.js +1 -1
  30. package/shared/definition23.js +1 -1
  31. package/shared/definition24.js +1 -1
  32. package/shared/definition25.js +1 -1
  33. package/shared/definition27.js +1 -1
  34. package/shared/definition29.js +1 -1
  35. package/shared/definition31.js +1 -1
  36. package/shared/definition32.js +1 -1
  37. package/shared/definition33.js +1 -1
  38. package/shared/definition34.js +1 -1
  39. package/shared/definition35.js +1 -1
  40. package/shared/definition36.js +3 -3
  41. package/shared/definition37.js +1 -1
  42. package/shared/definition38.js +14 -8
  43. package/shared/definition39.js +1 -1
  44. package/shared/definition4.js +1 -1
  45. package/shared/definition41.js +1 -1
  46. package/shared/definition42.js +1 -1
  47. package/shared/definition44.js +1 -1
  48. package/shared/definition45.js +90 -250
  49. package/shared/definition46.js +20 -112
  50. package/shared/definition47.js +265 -65
  51. package/shared/definition48.js +98 -58
  52. package/shared/definition49.js +67 -295
  53. package/shared/definition5.js +1 -1
  54. package/shared/definition50.js +79 -0
  55. package/shared/definition51.js +305 -0
  56. package/shared/definition6.js +1 -1
  57. package/shared/definition7.js +1 -1
  58. package/shared/definition8.js +1 -1
  59. package/shared/definition9.js +1 -1
  60. package/shared/form-elements.js +1 -1
  61. package/shared/icon.js +1 -1
  62. package/shared/patterns/form-elements/form-elements.d.ts +2 -2
  63. package/shared/text-field.js +1 -1
  64. package/styles/core/all.css +1 -1
  65. package/styles/core/theme.css +1 -1
  66. package/styles/core/typography.css +1 -1
  67. package/styles/fonts/spezia-variable.css +31 -0
  68. package/styles/tokens/theme-dark.css +4 -4
  69. package/styles/tokens/theme-light.css +4 -4
  70. package/tag/index.js +16 -0
  71. package/tag-group/index.js +5 -0
  72. package/text-area/index.js +1 -2
  73. package/text-field/index.js +1 -1
  74. package/tooltip/index.js +1 -1
  75. package/tree-item/index.js +1 -1
  76. package/tree-view/index.js +1 -1
  77. package/vivid.api.json +394 -1
package/tooltip/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerTooltip } from '../shared/definition47.js';
1
+ import { r as registerTooltip } from '../shared/definition49.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/definition19.js';
4
4
  import '../shared/definition9.js';
@@ -1,4 +1,4 @@
1
- import { r as registerTreeItem } from '../shared/definition48.js';
1
+ import { r as registerTreeItem } 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 registerTreeView } from '../shared/definition49.js';
1
+ import { r as registerTreeView } from '../shared/definition51.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
@@ -1386,6 +1386,15 @@
1386
1386
  "kind": "Content",
1387
1387
  "text": ", "
1388
1388
  },
1389
+ {
1390
+ "kind": "Reference",
1391
+ "text": "Size.SuperCondensed",
1392
+ "canonicalReference": "@vonage/vivid!Size.SuperCondensed:member"
1393
+ },
1394
+ {
1395
+ "kind": "Content",
1396
+ "text": " | "
1397
+ },
1389
1398
  {
1390
1399
  "kind": "Reference",
1391
1400
  "text": "Size.Condensed",
@@ -1423,7 +1432,7 @@
1423
1432
  "name": "ButtonSize",
1424
1433
  "typeTokenRange": {
1425
1434
  "startIndex": 1,
1426
- "endIndex": 11
1435
+ "endIndex": 13
1427
1436
  }
1428
1437
  },
1429
1438
  {
@@ -6469,6 +6478,62 @@
6469
6478
  "endIndex": 3
6470
6479
  }
6471
6480
  },
6481
+ {
6482
+ "kind": "Variable",
6483
+ "canonicalReference": "@vonage/vivid!registerTag:var",
6484
+ "docComment": "",
6485
+ "excerptTokens": [
6486
+ {
6487
+ "kind": "Content",
6488
+ "text": "registerTag: "
6489
+ },
6490
+ {
6491
+ "kind": "Content",
6492
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6493
+ },
6494
+ {
6495
+ "kind": "Reference",
6496
+ "text": "DesignSystem",
6497
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6498
+ }
6499
+ ],
6500
+ "fileUrlPath": "../../dist/libs/components/lib/tag/definition.d.ts",
6501
+ "isReadonly": true,
6502
+ "releaseTag": "Public",
6503
+ "name": "registerTag",
6504
+ "variableTypeTokenRange": {
6505
+ "startIndex": 1,
6506
+ "endIndex": 3
6507
+ }
6508
+ },
6509
+ {
6510
+ "kind": "Variable",
6511
+ "canonicalReference": "@vonage/vivid!registerTagGroup:var",
6512
+ "docComment": "",
6513
+ "excerptTokens": [
6514
+ {
6515
+ "kind": "Content",
6516
+ "text": "registerTagGroup: "
6517
+ },
6518
+ {
6519
+ "kind": "Content",
6520
+ "text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
6521
+ },
6522
+ {
6523
+ "kind": "Reference",
6524
+ "text": "DesignSystem",
6525
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
6526
+ }
6527
+ ],
6528
+ "fileUrlPath": "../../dist/libs/components/lib/tag-group/definition.d.ts",
6529
+ "isReadonly": true,
6530
+ "releaseTag": "Public",
6531
+ "name": "registerTagGroup",
6532
+ "variableTypeTokenRange": {
6533
+ "startIndex": 1,
6534
+ "endIndex": 3
6535
+ }
6536
+ },
6472
6537
  {
6473
6538
  "kind": "Variable",
6474
6539
  "canonicalReference": "@vonage/vivid!registerTextArea:var",
@@ -7726,6 +7791,334 @@
7726
7791
  "endIndex": 14
7727
7792
  }
7728
7793
  },
7794
+ {
7795
+ "kind": "TypeAlias",
7796
+ "canonicalReference": "@vonage/vivid!TagAppearance:type",
7797
+ "docComment": "",
7798
+ "excerptTokens": [
7799
+ {
7800
+ "kind": "Content",
7801
+ "text": "export declare type TagAppearance = "
7802
+ },
7803
+ {
7804
+ "kind": "Reference",
7805
+ "text": "Extract",
7806
+ "canonicalReference": "!Extract:type"
7807
+ },
7808
+ {
7809
+ "kind": "Content",
7810
+ "text": "<"
7811
+ },
7812
+ {
7813
+ "kind": "Reference",
7814
+ "text": "Appearance",
7815
+ "canonicalReference": "@vonage/vivid!Appearance:enum"
7816
+ },
7817
+ {
7818
+ "kind": "Content",
7819
+ "text": ", "
7820
+ },
7821
+ {
7822
+ "kind": "Reference",
7823
+ "text": "Appearance.Subtle",
7824
+ "canonicalReference": "@vonage/vivid!Appearance.Subtle:member"
7825
+ },
7826
+ {
7827
+ "kind": "Content",
7828
+ "text": " | "
7829
+ },
7830
+ {
7831
+ "kind": "Reference",
7832
+ "text": "Appearance.Duotone",
7833
+ "canonicalReference": "@vonage/vivid!Appearance.Duotone:member"
7834
+ },
7835
+ {
7836
+ "kind": "Content",
7837
+ "text": ">"
7838
+ },
7839
+ {
7840
+ "kind": "Content",
7841
+ "text": ";"
7842
+ }
7843
+ ],
7844
+ "fileUrlPath": "../../dist/libs/components/lib/tag/tag.d.ts",
7845
+ "releaseTag": "Public",
7846
+ "name": "TagAppearance",
7847
+ "typeTokenRange": {
7848
+ "startIndex": 1,
7849
+ "endIndex": 9
7850
+ }
7851
+ },
7852
+ {
7853
+ "kind": "TypeAlias",
7854
+ "canonicalReference": "@vonage/vivid!TagConnotation:type",
7855
+ "docComment": "",
7856
+ "excerptTokens": [
7857
+ {
7858
+ "kind": "Content",
7859
+ "text": "export declare type TagConnotation = "
7860
+ },
7861
+ {
7862
+ "kind": "Reference",
7863
+ "text": "Extract",
7864
+ "canonicalReference": "!Extract:type"
7865
+ },
7866
+ {
7867
+ "kind": "Content",
7868
+ "text": "<"
7869
+ },
7870
+ {
7871
+ "kind": "Reference",
7872
+ "text": "Connotation",
7873
+ "canonicalReference": "@vonage/vivid!Connotation:enum"
7874
+ },
7875
+ {
7876
+ "kind": "Content",
7877
+ "text": ", "
7878
+ },
7879
+ {
7880
+ "kind": "Reference",
7881
+ "text": "Connotation.Accent",
7882
+ "canonicalReference": "@vonage/vivid!Connotation.Accent:member"
7883
+ },
7884
+ {
7885
+ "kind": "Content",
7886
+ "text": " | "
7887
+ },
7888
+ {
7889
+ "kind": "Reference",
7890
+ "text": "Connotation.CTA",
7891
+ "canonicalReference": "@vonage/vivid!Connotation.CTA:member"
7892
+ },
7893
+ {
7894
+ "kind": "Content",
7895
+ "text": ">"
7896
+ },
7897
+ {
7898
+ "kind": "Content",
7899
+ "text": ";"
7900
+ }
7901
+ ],
7902
+ "fileUrlPath": "../../dist/libs/components/lib/tag/tag.d.ts",
7903
+ "releaseTag": "Public",
7904
+ "name": "TagConnotation",
7905
+ "typeTokenRange": {
7906
+ "startIndex": 1,
7907
+ "endIndex": 9
7908
+ }
7909
+ },
7910
+ {
7911
+ "kind": "Variable",
7912
+ "canonicalReference": "@vonage/vivid!tagDefinition:var",
7913
+ "docComment": "",
7914
+ "excerptTokens": [
7915
+ {
7916
+ "kind": "Content",
7917
+ "text": "tagDefinition: "
7918
+ },
7919
+ {
7920
+ "kind": "Content",
7921
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
7922
+ },
7923
+ {
7924
+ "kind": "Reference",
7925
+ "text": "OverrideFoundationElementDefinition",
7926
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
7927
+ },
7928
+ {
7929
+ "kind": "Content",
7930
+ "text": "<"
7931
+ },
7932
+ {
7933
+ "kind": "Reference",
7934
+ "text": "FoundationElementDefinition",
7935
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
7936
+ },
7937
+ {
7938
+ "kind": "Content",
7939
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
7940
+ },
7941
+ {
7942
+ "kind": "Reference",
7943
+ "text": "FoundationElementRegistry",
7944
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
7945
+ },
7946
+ {
7947
+ "kind": "Content",
7948
+ "text": "<"
7949
+ },
7950
+ {
7951
+ "kind": "Reference",
7952
+ "text": "FoundationElementDefinition",
7953
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
7954
+ },
7955
+ {
7956
+ "kind": "Content",
7957
+ "text": ", import(\"@microsoft/fast-element\")."
7958
+ },
7959
+ {
7960
+ "kind": "Reference",
7961
+ "text": "Constructable",
7962
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
7963
+ },
7964
+ {
7965
+ "kind": "Content",
7966
+ "text": "<import(\"@microsoft/fast-foundation\")."
7967
+ },
7968
+ {
7969
+ "kind": "Reference",
7970
+ "text": "FoundationElement",
7971
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
7972
+ },
7973
+ {
7974
+ "kind": "Content",
7975
+ "text": ">>"
7976
+ }
7977
+ ],
7978
+ "fileUrlPath": "../../dist/libs/components/lib/tag/definition.d.ts",
7979
+ "isReadonly": true,
7980
+ "releaseTag": "Public",
7981
+ "name": "tagDefinition",
7982
+ "variableTypeTokenRange": {
7983
+ "startIndex": 1,
7984
+ "endIndex": 14
7985
+ }
7986
+ },
7987
+ {
7988
+ "kind": "Variable",
7989
+ "canonicalReference": "@vonage/vivid!tagGroupDefinition:var",
7990
+ "docComment": "",
7991
+ "excerptTokens": [
7992
+ {
7993
+ "kind": "Content",
7994
+ "text": "tagGroupDefinition: "
7995
+ },
7996
+ {
7997
+ "kind": "Content",
7998
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
7999
+ },
8000
+ {
8001
+ "kind": "Reference",
8002
+ "text": "OverrideFoundationElementDefinition",
8003
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
8004
+ },
8005
+ {
8006
+ "kind": "Content",
8007
+ "text": "<"
8008
+ },
8009
+ {
8010
+ "kind": "Reference",
8011
+ "text": "FoundationElementDefinition",
8012
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
8013
+ },
8014
+ {
8015
+ "kind": "Content",
8016
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
8017
+ },
8018
+ {
8019
+ "kind": "Reference",
8020
+ "text": "FoundationElementRegistry",
8021
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
8022
+ },
8023
+ {
8024
+ "kind": "Content",
8025
+ "text": "<"
8026
+ },
8027
+ {
8028
+ "kind": "Reference",
8029
+ "text": "FoundationElementDefinition",
8030
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
8031
+ },
8032
+ {
8033
+ "kind": "Content",
8034
+ "text": ", import(\"@microsoft/fast-element\")."
8035
+ },
8036
+ {
8037
+ "kind": "Reference",
8038
+ "text": "Constructable",
8039
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
8040
+ },
8041
+ {
8042
+ "kind": "Content",
8043
+ "text": "<import(\"@microsoft/fast-foundation\")."
8044
+ },
8045
+ {
8046
+ "kind": "Reference",
8047
+ "text": "FoundationElement",
8048
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
8049
+ },
8050
+ {
8051
+ "kind": "Content",
8052
+ "text": ">>"
8053
+ }
8054
+ ],
8055
+ "fileUrlPath": "../../dist/libs/components/lib/tag-group/definition.d.ts",
8056
+ "isReadonly": true,
8057
+ "releaseTag": "Public",
8058
+ "name": "tagGroupDefinition",
8059
+ "variableTypeTokenRange": {
8060
+ "startIndex": 1,
8061
+ "endIndex": 14
8062
+ }
8063
+ },
8064
+ {
8065
+ "kind": "TypeAlias",
8066
+ "canonicalReference": "@vonage/vivid!TagShape:type",
8067
+ "docComment": "",
8068
+ "excerptTokens": [
8069
+ {
8070
+ "kind": "Content",
8071
+ "text": "export declare type TagShape = "
8072
+ },
8073
+ {
8074
+ "kind": "Reference",
8075
+ "text": "Extract",
8076
+ "canonicalReference": "!Extract:type"
8077
+ },
8078
+ {
8079
+ "kind": "Content",
8080
+ "text": "<"
8081
+ },
8082
+ {
8083
+ "kind": "Reference",
8084
+ "text": "Shape",
8085
+ "canonicalReference": "@vonage/vivid!Shape:enum"
8086
+ },
8087
+ {
8088
+ "kind": "Content",
8089
+ "text": ", "
8090
+ },
8091
+ {
8092
+ "kind": "Reference",
8093
+ "text": "Shape.Rounded",
8094
+ "canonicalReference": "@vonage/vivid!Shape.Rounded:member"
8095
+ },
8096
+ {
8097
+ "kind": "Content",
8098
+ "text": " | "
8099
+ },
8100
+ {
8101
+ "kind": "Reference",
8102
+ "text": "Shape.Pill",
8103
+ "canonicalReference": "@vonage/vivid!Shape.Pill:member"
8104
+ },
8105
+ {
8106
+ "kind": "Content",
8107
+ "text": ">"
8108
+ },
8109
+ {
8110
+ "kind": "Content",
8111
+ "text": ";"
8112
+ }
8113
+ ],
8114
+ "fileUrlPath": "../../dist/libs/components/lib/tag/tag.d.ts",
8115
+ "releaseTag": "Public",
8116
+ "name": "TagShape",
8117
+ "typeTokenRange": {
8118
+ "startIndex": 1,
8119
+ "endIndex": 9
8120
+ }
8121
+ },
7729
8122
  {
7730
8123
  "kind": "Variable",
7731
8124
  "canonicalReference": "@vonage/vivid!textAreaDefinition:var",