@vonage/vivid 5.14.0 → 5.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.
- package/bundled/base-color-picker.js +2 -2
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/localized.js +1 -0
- package/bundled/slottable-request.js +1 -0
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +477 -203
- package/icon/definition.cjs +1 -1
- package/icon/definition.js +1 -1
- package/index.cjs +1 -0
- package/index.js +1 -1
- package/lib/rich-text-editor/rte/exports.d.ts +1 -0
- package/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts +16 -0
- package/lib/rich-text-editor/rte/instance.d.ts +2 -1
- package/package.json +4 -4
- package/rich-text-editor/definition.cjs +49 -20
- package/rich-text-editor/definition.js +49 -21
- package/rich-text-editor/index.cjs +7 -7
- package/rich-text-editor/index.js +444 -424
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/unbundled/base-color-picker.cjs +2 -2
- package/unbundled/base-color-picker.js +2 -2
- package/unbundled/localized.cjs +1 -0
- package/unbundled/localized.js +1 -0
- package/unbundled/slottable-request.cjs +1 -0
- package/unbundled/slottable-request.js +1 -0
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/vivid.api.json +32 -0
package/styles/core/all.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
.vvd-root {
|
|
10
10
|
background-color: var(--vvd-color-canvas);
|
package/styles/core/theme.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
.vvd-root {
|
|
10
10
|
background-color: var(--vvd-color-canvas);
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 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
|
|
3
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Fri, 27 Feb 2026 16:10:27 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/unbundled/localized.cjs
CHANGED
package/unbundled/localized.js
CHANGED
|
@@ -268,7 +268,7 @@ const ReplacedPropHandling = (Base) => {
|
|
|
268
268
|
|
|
269
269
|
class VividElement extends AriaMixin(ReplacedPropHandling(fastElement.FASTElement)) {
|
|
270
270
|
static {
|
|
271
|
-
this.VIVID_VERSION = "5.
|
|
271
|
+
this.VIVID_VERSION = "5.15.0";
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* Add data-vvd-component attribute with component name globally,
|
|
@@ -266,7 +266,7 @@ const ReplacedPropHandling = (Base) => {
|
|
|
266
266
|
|
|
267
267
|
class VividElement extends AriaMixin(ReplacedPropHandling(FASTElement)) {
|
|
268
268
|
static {
|
|
269
|
-
this.VIVID_VERSION = "5.
|
|
269
|
+
this.VIVID_VERSION = "5.15.0";
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
272
|
* Add data-vvd-component attribute with component name globally,
|
package/vivid.api.json
CHANGED
|
@@ -8400,6 +8400,38 @@
|
|
|
8400
8400
|
"endIndex": 4
|
|
8401
8401
|
}
|
|
8402
8402
|
},
|
|
8403
|
+
{
|
|
8404
|
+
"kind": "Variable",
|
|
8405
|
+
"canonicalReference": "@vonage/vivid!RteKeyboardShortcutsFeature:var",
|
|
8406
|
+
"docComment": "",
|
|
8407
|
+
"excerptTokens": [
|
|
8408
|
+
{
|
|
8409
|
+
"kind": "Content",
|
|
8410
|
+
"text": "RteKeyboardShortcutsFeature: "
|
|
8411
|
+
},
|
|
8412
|
+
{
|
|
8413
|
+
"kind": "Content",
|
|
8414
|
+
"text": "{\n new (featureId: string, options: "
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
"kind": "Reference",
|
|
8418
|
+
"text": "RteKeyboardShortcutsFeatureOptions",
|
|
8419
|
+
"canonicalReference": "@vonage/vivid!~RteKeyboardShortcutsFeatureOptions:interface"
|
|
8420
|
+
},
|
|
8421
|
+
{
|
|
8422
|
+
"kind": "Content",
|
|
8423
|
+
"text": "): {};\n}"
|
|
8424
|
+
}
|
|
8425
|
+
],
|
|
8426
|
+
"fileUrlPath": "dist/lib/rich-text-editor/rte/features/keyboard-shortcuts.d.ts",
|
|
8427
|
+
"isReadonly": true,
|
|
8428
|
+
"releaseTag": "Public",
|
|
8429
|
+
"name": "RteKeyboardShortcutsFeature",
|
|
8430
|
+
"variableTypeTokenRange": {
|
|
8431
|
+
"startIndex": 1,
|
|
8432
|
+
"endIndex": 4
|
|
8433
|
+
}
|
|
8434
|
+
},
|
|
8403
8435
|
{
|
|
8404
8436
|
"kind": "Variable",
|
|
8405
8437
|
"canonicalReference": "@vonage/vivid!RteLinkFeature:var",
|