@vonage/vivid 4.23.0 → 4.24.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 (49) hide show
  1. package/custom-elements.json +574 -642
  2. package/lib/file-picker/file-picker.d.ts +2 -2
  3. package/lib/file-picker/locale.d.ts +1 -0
  4. package/lib/rich-text-editor/locale.d.ts +9 -0
  5. package/lib/rich-text-editor/menubar/menubar.d.ts +334 -1
  6. package/lib/searchable-select/locale.d.ts +1 -0
  7. package/lib/searchable-select/searchable-select.d.ts +1 -0
  8. package/lib/tabs/tabs.d.ts +5 -21
  9. package/locales/de-DE.cjs +15 -1
  10. package/locales/de-DE.js +15 -1
  11. package/locales/en-GB.cjs +15 -1
  12. package/locales/en-GB.js +15 -1
  13. package/locales/en-US.cjs +15 -1
  14. package/locales/en-US.js +15 -1
  15. package/locales/ja-JP.cjs +15 -1
  16. package/locales/ja-JP.js +15 -1
  17. package/locales/zh-CN.cjs +15 -1
  18. package/locales/zh-CN.js +15 -1
  19. package/package.json +1 -1
  20. package/shared/button.cjs +6 -3
  21. package/shared/button.js +6 -3
  22. package/shared/definition12.cjs +1 -1
  23. package/shared/definition12.js +1 -1
  24. package/shared/definition17.cjs +4 -1
  25. package/shared/definition17.js +4 -1
  26. package/shared/definition22.cjs +8 -2
  27. package/shared/definition22.js +8 -2
  28. package/shared/definition26.cjs +13 -2
  29. package/shared/definition26.js +13 -2
  30. package/shared/definition43.cjs +96 -32
  31. package/shared/definition43.js +96 -32
  32. package/shared/definition44.cjs +74 -4
  33. package/shared/definition44.js +74 -4
  34. package/shared/definition45.cjs +7 -1
  35. package/shared/definition45.js +7 -1
  36. package/shared/definition50.cjs +1 -1
  37. package/shared/definition50.js +1 -1
  38. package/shared/definition53.cjs +219 -297
  39. package/shared/definition53.js +221 -299
  40. package/shared/localization/Locale.d.ts +2 -0
  41. package/shared/vivid-element.cjs +1 -1
  42. package/shared/vivid-element.js +1 -1
  43. package/styles/core/all.css +1 -1
  44. package/styles/core/theme.css +1 -1
  45. package/styles/core/typography.css +1 -1
  46. package/styles/tokens/theme-dark.css +4 -4
  47. package/styles/tokens/theme-light.css +4 -4
  48. package/styles/tokens/vivid-2-compat.css +1 -1
  49. package/vivid.api.json +33 -3
@@ -14,6 +14,7 @@ import type { TabLocale } from '../../lib/tab/locale';
14
14
  import type { SearchableSelectLocale } from '../../lib/searchable-select/locale';
15
15
  import type { PickerFieldLocale } from '../picker-field/locale';
16
16
  import type { DateTimePickerLocale } from '../../lib/date-time-picker/locale';
17
+ import type { RichTextEditorLocale } from '../../lib/rich-text-editor/locale';
17
18
  export interface Locale {
18
19
  lang: string;
19
20
  common: {
@@ -35,4 +36,5 @@ export interface Locale {
35
36
  dialPad: DialPadLocale;
36
37
  tab: TabLocale;
37
38
  searchableSelect: SearchableSelectLocale;
39
+ richTextEditor: RichTextEditorLocale;
38
40
  }
@@ -2683,7 +2683,7 @@ const AriaMixin = (Base) => {
2683
2683
 
2684
2684
  class VividElement extends AriaMixin(FASTElement) {
2685
2685
  static {
2686
- this.VIVID_VERSION = "4.23.0";
2686
+ this.VIVID_VERSION = "4.24.0";
2687
2687
  }
2688
2688
  }
2689
2689
 
@@ -2681,7 +2681,7 @@ const AriaMixin = (Base) => {
2681
2681
 
2682
2682
  class VividElement extends AriaMixin(FASTElement) {
2683
2683
  static {
2684
- this.VIVID_VERSION = "4.23.0";
2684
+ this.VIVID_VERSION = "4.24.0";
2685
2685
  }
2686
2686
  }
2687
2687
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:13 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:13 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:13 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
7
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
11
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
15
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
7
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
11
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
15
+ * Generated on Mon, 12 May 2025 14:52:14 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 30 Apr 2025 09:20:16 GMT
3
+ * Generated on Mon, 12 May 2025 14:52:13 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
package/vivid.api.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.52.2",
4
+ "toolVersion": "7.52.5",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -23443,6 +23443,36 @@
23443
23443
  "isProtected": false,
23444
23444
  "isAbstract": false
23445
23445
  },
23446
+ {
23447
+ "kind": "Property",
23448
+ "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#maxSelected:member",
23449
+ "docComment": "",
23450
+ "excerptTokens": [
23451
+ {
23452
+ "kind": "Content",
23453
+ "text": "maxSelected: "
23454
+ },
23455
+ {
23456
+ "kind": "Content",
23457
+ "text": "number | null"
23458
+ },
23459
+ {
23460
+ "kind": "Content",
23461
+ "text": ";"
23462
+ }
23463
+ ],
23464
+ "isReadonly": false,
23465
+ "isOptional": false,
23466
+ "releaseTag": "Public",
23467
+ "name": "maxSelected",
23468
+ "propertyTypeTokenRange": {
23469
+ "startIndex": 1,
23470
+ "endIndex": 2
23471
+ },
23472
+ "isStatic": false,
23473
+ "isProtected": false,
23474
+ "isAbstract": false
23475
+ },
23446
23476
  {
23447
23477
  "kind": "Property",
23448
23478
  "canonicalReference": "@vonage/vivid!VwcSearchableSelectElement#multiple:member",
@@ -26382,7 +26412,7 @@
26382
26412
  "excerptTokens": [
26383
26413
  {
26384
26414
  "kind": "Content",
26385
- "text": "activetab: "
26415
+ "text": "get activetab(): "
26386
26416
  },
26387
26417
  {
26388
26418
  "kind": "Reference",
@@ -26394,7 +26424,7 @@
26394
26424
  "text": ";"
26395
26425
  }
26396
26426
  ],
26397
- "isReadonly": false,
26427
+ "isReadonly": true,
26398
26428
  "isOptional": false,
26399
26429
  "releaseTag": "Public",
26400
26430
  "name": "activetab",