@vonage/vivid 3.13.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.
- package/accordion/index.js +1 -0
- package/accordion-item/index.js +1 -0
- package/alert/index.js +1 -0
- package/avatar/index.js +1 -0
- package/badge/index.js +1 -0
- package/banner/index.js +1 -0
- package/breadcrumb-item/index.js +1 -0
- package/button/index.js +1 -0
- package/card/index.js +1 -0
- package/checkbox/index.js +4 -0
- package/combobox/index.js +1 -0
- package/custom-elements.json +1855 -117
- package/data-grid/index.js +4 -0
- package/dialog/index.js +1 -0
- package/empty-state/index.js +14 -0
- package/fab/index.js +2 -1
- package/header/index.js +1 -1
- package/icon/index.js +1 -0
- package/index.js +34 -30
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +4 -6
- package/lib/checkbox/checkbox.d.ts +6 -3
- package/lib/components.d.ts +2 -0
- package/lib/data-grid/data-grid-cell.d.ts +2 -0
- package/lib/data-grid/data-grid-row.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +5 -0
- package/lib/empty-state/definition.d.ts +3 -0
- package/lib/empty-state/empty-state.d.ts +5 -0
- package/lib/empty-state/empty-state.template.d.ts +4 -0
- package/lib/empty-state/index.d.ts +1 -0
- package/lib/select/select.d.ts +3 -2
- package/listbox/index.js +2 -1
- package/menu/index.js +4 -3
- package/menu-item/index.js +4 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +2 -1
- package/nav-item/index.js +2 -1
- package/note/index.js +2 -1
- package/number-field/index.js +2 -1
- package/option/index.js +1 -0
- package/package.json +1 -1
- package/pagination/index.js +15 -312
- package/popup/index.js +1 -0
- package/progress/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/select/index.js +2 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +2 -2
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +23 -8
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.js +217 -11
- package/shared/definition23.js +2 -2
- package/shared/definition24.js +1 -1
- package/shared/definition25.js +39 -76
- package/shared/definition26.js +76 -47
- package/shared/definition27.js +46 -36
- package/shared/definition28.js +39 -49
- package/shared/definition29.js +48 -344
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +273 -288
- package/shared/definition31.js +366 -14
- package/shared/definition32.js +13 -67
- package/shared/definition33.js +66 -21
- package/shared/definition34.js +21 -39
- package/shared/definition35.js +31 -432
- package/shared/definition36.js +432 -76
- package/shared/definition37.js +223 -34
- package/shared/definition38.js +82 -425
- package/shared/definition39.js +30 -628
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +420 -73
- package/shared/definition41.js +530 -484
- package/shared/definition42.js +76 -133
- package/shared/definition43.js +577 -40
- package/shared/definition44.js +135 -20
- package/shared/definition45.js +42 -423
- package/shared/definition46.js +22 -112
- package/shared/definition47.js +440 -18
- package/shared/definition48.js +92 -247
- package/shared/definition49.js +20 -112
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +259 -590
- package/shared/definition51.js +110 -91
- package/shared/definition52.js +602 -67
- package/shared/definition53.js +89 -294
- package/shared/definition54.js +80 -0
- package/shared/definition55.js +305 -0
- package/shared/definition6.js +52 -78
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +1 -1
- package/shared/engine-is-node.js +8 -0
- package/shared/es.object.assign.js +1 -1
- package/shared/es.regexp.to-string.js +1 -1
- package/shared/es.string.includes.js +83 -0
- package/shared/form-elements.js +2 -2
- package/shared/icon.js +13 -17
- package/shared/index.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/string-trim.js +1 -1
- package/shared/text-field.js +1 -1
- package/shared/to-string.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/fonts/spezia-variable.css +2 -2
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +2 -1
- package/tab/index.js +2 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +4 -3
- package/tag/index.js +2 -1
- package/tag-group/index.js +1 -1
- package/text-anchor/index.js +1 -0
- package/text-area/index.js +2 -1
- package/text-field/index.js +2 -1
- package/toggletip/index.js +2 -1
- package/tooltip/index.js +2 -1
- package/tree-item/index.js +2 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +210 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { G as _export, j as fails$1, a7 as addToUnscopables$1, a8 as arrayIncludes, w as wellKnownSymbol$2, M as isObject$1, s as classofRaw, i as functionUncurryThis, T as requireObjectCoercible$1 } from './index.js';
|
|
2
|
+
import { t as toString$1 } from './to-string.js';
|
|
3
|
+
|
|
4
|
+
var $$1 = _export;
|
|
5
|
+
var $includes = arrayIncludes.includes;
|
|
6
|
+
var fails = fails$1;
|
|
7
|
+
var addToUnscopables = addToUnscopables$1;
|
|
8
|
+
|
|
9
|
+
// FF99+ bug
|
|
10
|
+
var BROKEN_ON_SPARSE = fails(function () {
|
|
11
|
+
return !Array(1).includes();
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
// `Array.prototype.includes` method
|
|
15
|
+
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
16
|
+
$$1({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
|
|
17
|
+
includes: function includes(el /* , fromIndex = 0 */) {
|
|
18
|
+
return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
23
|
+
addToUnscopables('includes');
|
|
24
|
+
|
|
25
|
+
var isObject = isObject$1;
|
|
26
|
+
var classof = classofRaw;
|
|
27
|
+
var wellKnownSymbol$1 = wellKnownSymbol$2;
|
|
28
|
+
|
|
29
|
+
var MATCH$1 = wellKnownSymbol$1('match');
|
|
30
|
+
|
|
31
|
+
// `IsRegExp` abstract operation
|
|
32
|
+
// https://tc39.es/ecma262/#sec-isregexp
|
|
33
|
+
var isRegexp = function (it) {
|
|
34
|
+
var isRegExp;
|
|
35
|
+
return isObject(it) && ((isRegExp = it[MATCH$1]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
var isRegExp = isRegexp;
|
|
39
|
+
|
|
40
|
+
var $TypeError = TypeError;
|
|
41
|
+
|
|
42
|
+
var notARegexp = function (it) {
|
|
43
|
+
if (isRegExp(it)) {
|
|
44
|
+
throw $TypeError("The method doesn't accept regular expressions");
|
|
45
|
+
} return it;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
var wellKnownSymbol = wellKnownSymbol$2;
|
|
49
|
+
|
|
50
|
+
var MATCH = wellKnownSymbol('match');
|
|
51
|
+
|
|
52
|
+
var correctIsRegexpLogic = function (METHOD_NAME) {
|
|
53
|
+
var regexp = /./;
|
|
54
|
+
try {
|
|
55
|
+
'/./'[METHOD_NAME](regexp);
|
|
56
|
+
} catch (error1) {
|
|
57
|
+
try {
|
|
58
|
+
regexp[MATCH] = false;
|
|
59
|
+
return '/./'[METHOD_NAME](regexp);
|
|
60
|
+
} catch (error2) { /* empty */ }
|
|
61
|
+
} return false;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
var $ = _export;
|
|
65
|
+
var uncurryThis = functionUncurryThis;
|
|
66
|
+
var notARegExp = notARegexp;
|
|
67
|
+
var requireObjectCoercible = requireObjectCoercible$1;
|
|
68
|
+
var toString = toString$1;
|
|
69
|
+
var correctIsRegExpLogic = correctIsRegexpLogic;
|
|
70
|
+
|
|
71
|
+
var stringIndexOf = uncurryThis(''.indexOf);
|
|
72
|
+
|
|
73
|
+
// `String.prototype.includes` method
|
|
74
|
+
// https://tc39.es/ecma262/#sec-string.prototype.includes
|
|
75
|
+
$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
|
|
76
|
+
includes: function includes(searchString /* , position = 0 */) {
|
|
77
|
+
return !!~stringIndexOf(
|
|
78
|
+
toString(requireObjectCoercible(this)),
|
|
79
|
+
toString(notARegExp(searchString)),
|
|
80
|
+
arguments.length > 1 ? arguments[1] : undefined
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
});
|
package/shared/form-elements.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __decorate, a as attr, b as __metadata, o as observable,
|
|
1
|
+
import { _ as __decorate, a as attr, b as __metadata, o as observable, W as volatile, h as html, U as __classPrivateFieldGet, V as __classPrivateFieldSet } from './index.js';
|
|
2
2
|
import { I as Icon } from './icon.js';
|
|
3
3
|
import { w as when } from './when.js';
|
|
4
4
|
|
|
5
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on
|
|
5
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Tue, 06 Jun 2023 10:38:32 GMT\n */\n.message {\n display: flex;\n contain: inline-size;\n font: var(--vvd-typography-base-condensed);\n gap: 4px;\n grid-column: 1/-1;\n}\n.message-text {\n color: var(--vvd-color-canvas-text);\n}\n.helper-message .message-text {\n color: var(--_low-ink-color);\n}\n.message-icon {\n font-size: 16px;\n}\n.success-message .message-icon {\n color: var(--vvd-color-success-500);\n}\n.error-message .message-icon {\n color: var(--vvd-color-alert-500);\n}";
|
|
6
6
|
|
|
7
7
|
let _2 = t => t,
|
|
8
8
|
_t,
|
package/shared/icon.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { w as wellKnownSymbol$6, g as getBuiltIn$5, c as objectDefineProperty, d as descriptors, f as objectIsPrototypeOf, i as functionUncurryThis, j as fails$4, k as isCallable$6, l as inspectSource$2, t as tryToString$3, m as anObject$5, p as isNullOrUndefined$2, q as functionBindNative, s as classofRaw$1, u as aCallable$6, v as engineUserAgent, x as global$7, y as html$1, z as documentCreateElement, B as hasOwnProperty_1, C as objectGetOwnPropertyDescriptor, D as isForced_1, E as engineV8Version, G as _export, H as defineBuiltIn$3, I as objectSetPrototypeOf, J as setToStringTag$1, K as functionCall, L as internalState, M as isObject$2, N as iterators, P as getMethod$2, Q as lengthOfArrayLike$1, R as functionName, F as FoundationElement, _ as __decorate, a as attr, b as __metadata, o as observable } from './index.js';
|
|
2
|
+
import { e as engineIsNode } from './engine-is-node.js';
|
|
3
|
+
import { c as classof$2 } from './to-string.js';
|
|
3
4
|
import { w as whitespaces$1, s as stringTrim } from './string-trim.js';
|
|
4
5
|
import { _ as _curry1, a as _curry2, b as _has } from './_has.js';
|
|
5
6
|
|
|
6
|
-
var classof$2 = classofRaw$1;
|
|
7
|
-
var global$7 = global$8;
|
|
8
|
-
|
|
9
|
-
var engineIsNode = classof$2(global$7.process) == 'process';
|
|
10
|
-
|
|
11
7
|
var getBuiltIn$4 = getBuiltIn$5;
|
|
12
8
|
var definePropertyModule = objectDefineProperty;
|
|
13
9
|
var wellKnownSymbol$5 = wellKnownSymbol$6;
|
|
@@ -39,7 +35,7 @@ var anInstance$1 = function (it, Prototype) {
|
|
|
39
35
|
var uncurryThis$3 = functionUncurryThis;
|
|
40
36
|
var fails$3 = fails$4;
|
|
41
37
|
var isCallable$5 = isCallable$6;
|
|
42
|
-
var classof$1 = classof$
|
|
38
|
+
var classof$1 = classof$2;
|
|
43
39
|
var getBuiltIn$3 = getBuiltIn$5;
|
|
44
40
|
var inspectSource$1 = inspectSource$2;
|
|
45
41
|
|
|
@@ -165,7 +161,7 @@ var userAgent$2 = engineUserAgent;
|
|
|
165
161
|
|
|
166
162
|
var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent$2);
|
|
167
163
|
|
|
168
|
-
var global$6 = global$
|
|
164
|
+
var global$6 = global$7;
|
|
169
165
|
var apply = functionApply;
|
|
170
166
|
var bind$3 = functionBindContext;
|
|
171
167
|
var isCallable$4 = isCallable$6;
|
|
@@ -283,7 +279,7 @@ var task$1 = {
|
|
|
283
279
|
};
|
|
284
280
|
|
|
285
281
|
var userAgent$1 = engineUserAgent;
|
|
286
|
-
var global$5 = global$
|
|
282
|
+
var global$5 = global$7;
|
|
287
283
|
|
|
288
284
|
var engineIsIosPebble = /ipad|iphone|ipod/i.test(userAgent$1) && global$5.Pebble !== undefined;
|
|
289
285
|
|
|
@@ -291,7 +287,7 @@ var userAgent = engineUserAgent;
|
|
|
291
287
|
|
|
292
288
|
var engineIsWebosWebkit = /web0s(?!.*chrome)/i.test(userAgent);
|
|
293
289
|
|
|
294
|
-
var global$4 = global$
|
|
290
|
+
var global$4 = global$7;
|
|
295
291
|
var bind$2 = functionBindContext;
|
|
296
292
|
var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
|
|
297
293
|
var macrotask = task$1.set;
|
|
@@ -377,7 +373,7 @@ var microtask$1 = queueMicrotask || function (fn) {
|
|
|
377
373
|
} last = task;
|
|
378
374
|
};
|
|
379
375
|
|
|
380
|
-
var global$3 = global$
|
|
376
|
+
var global$3 = global$7;
|
|
381
377
|
|
|
382
378
|
var hostReportErrors$1 = function (a, b) {
|
|
383
379
|
var console = global$3.console;
|
|
@@ -418,7 +414,7 @@ Queue$1.prototype = {
|
|
|
418
414
|
|
|
419
415
|
var queue = Queue$1;
|
|
420
416
|
|
|
421
|
-
var global$2 = global$
|
|
417
|
+
var global$2 = global$7;
|
|
422
418
|
|
|
423
419
|
var promiseNativeConstructor = global$2.Promise;
|
|
424
420
|
|
|
@@ -433,7 +429,7 @@ var engineIsBrowser = !IS_DENO$1 && !IS_NODE$1
|
|
|
433
429
|
&& typeof window == 'object'
|
|
434
430
|
&& typeof document == 'object';
|
|
435
431
|
|
|
436
|
-
var global$1 = global$
|
|
432
|
+
var global$1 = global$7;
|
|
437
433
|
var NativePromiseConstructor$4 = promiseNativeConstructor;
|
|
438
434
|
var isCallable$3 = isCallable$6;
|
|
439
435
|
var isForced = isForced_1;
|
|
@@ -503,7 +499,7 @@ newPromiseCapability$2.f = function (C) {
|
|
|
503
499
|
|
|
504
500
|
var $$7 = _export;
|
|
505
501
|
var IS_NODE = engineIsNode;
|
|
506
|
-
var global = global$
|
|
502
|
+
var global = global$7;
|
|
507
503
|
var call$6 = functionCall;
|
|
508
504
|
var defineBuiltIn$2 = defineBuiltIn$3;
|
|
509
505
|
var setPrototypeOf = objectSetPrototypeOf;
|
|
@@ -799,7 +795,7 @@ var isArrayIteratorMethod$1 = function (it) {
|
|
|
799
795
|
return it !== undefined && (Iterators$1.Array === it || ArrayPrototype[ITERATOR$2] === it);
|
|
800
796
|
};
|
|
801
797
|
|
|
802
|
-
var classof = classof$
|
|
798
|
+
var classof = classof$2;
|
|
803
799
|
var getMethod$1 = getMethod$2;
|
|
804
800
|
var isNullOrUndefined = isNullOrUndefined$2;
|
|
805
801
|
var Iterators = iterators;
|
|
@@ -1325,7 +1321,7 @@ const PLACEHOLDER_ICON = `<svg width="80%" height="80%" viewBox="0 0 64 64">
|
|
|
1325
1321
|
</svg>`;
|
|
1326
1322
|
|
|
1327
1323
|
const BASE_URL = 'https://icon.resources.vonage.com';
|
|
1328
|
-
const ICON_SET_VERSION = '4.
|
|
1324
|
+
const ICON_SET_VERSION = '4.2.0';
|
|
1329
1325
|
const PLACEHOLDER_DELAY = 500;
|
|
1330
1326
|
const PLACEHOLDER_TIMEOUT = 2000;
|
|
1331
1327
|
const baseUrlTemplate = (resource, version) => [BASE_URL, `v${version}`, resource].join('/');
|
package/shared/index.js
CHANGED
|
@@ -6567,4 +6567,4 @@ const defaultPrefix = 'vwc';
|
|
|
6567
6567
|
const designSystem = DesignSystem.getOrCreate();
|
|
6568
6568
|
const registerFactory = registries => (prefix = defaultPrefix) => designSystem.withPrefix(prefix).register(...registries);
|
|
6569
6569
|
|
|
6570
|
-
export { HTMLDirective as $, AttachedBehaviorHTMLDirective as A, hasOwnProperty_1 as B, objectGetOwnPropertyDescriptor as C, isForced_1 as D, engineV8Version as E, FoundationElement as F, _export as G, defineBuiltIn$3 as H, objectSetPrototypeOf as I, setToStringTag$2 as J, functionCall as K, internalState as L, isObject$7 as M, iterators as N, Observable as O, getMethod$1 as P, lengthOfArrayLike$1 as Q, functionName as R, AttributeConfiguration as S, requireObjectCoercible$2 as T, __classPrivateFieldGet as U,
|
|
6570
|
+
export { HTMLDirective as $, AttachedBehaviorHTMLDirective as A, hasOwnProperty_1 as B, objectGetOwnPropertyDescriptor as C, isForced_1 as D, engineV8Version as E, FoundationElement as F, _export as G, defineBuiltIn$3 as H, objectSetPrototypeOf as I, setToStringTag$2 as J, functionCall as K, internalState as L, isObject$7 as M, iterators as N, Observable as O, getMethod$1 as P, lengthOfArrayLike$1 as Q, functionName as R, AttributeConfiguration as S, requireObjectCoercible$2 as T, __classPrivateFieldGet as U, __classPrivateFieldSet as V, volatile as W, booleanConverter as X, DOM as Y, SubscriberSet as Z, __decorate as _, attr as a, HTMLView as a0, objectKeys$1 as a1, toObject$2 as a2, indexedObject as a3, objectGetOwnPropertySymbols as a4, objectPropertyIsEnumerable as a5, copyConstructorProperties$1 as a6, addToUnscopables$1 as a7, arrayIncludes as a8, shared$3 as a9, objectCreate as aa, createNonEnumerableProperty$4 as ab, toIntegerOrInfinity$2 as ac, toLength$1 as ad, designSystem as ae, __metadata as b, objectDefineProperty as c, descriptors as d, emptyArray as e, objectIsPrototypeOf as f, getBuiltIn$4 as g, html as h, functionUncurryThis as i, fails$a as j, isCallable$e as k, inspectSource$1 as l, anObject$5 as m, nullableNumberConverter as n, observable as o, isNullOrUndefined$2 as p, functionBindNative as q, registerFactory as r, classofRaw as s, tryToString$1 as t, aCallable$1 as u, engineUserAgent as v, wellKnownSymbol$6 as w, global$b as x, html$2 as y, documentCreateElement$2 as z };
|
|
@@ -33,10 +33,10 @@ export declare function formElements<T extends {
|
|
|
33
33
|
[x: string]: any;
|
|
34
34
|
label?: string | undefined;
|
|
35
35
|
userValid: boolean;
|
|
36
|
-
"__#
|
|
36
|
+
"__#9814@#blurred": boolean;
|
|
37
37
|
readonly errorValidationMessage: any;
|
|
38
38
|
connectedCallback(): void;
|
|
39
|
-
"__#
|
|
39
|
+
"__#9814@#handleInvalidEvent": () => void;
|
|
40
40
|
disconnectedCallback(): void;
|
|
41
41
|
validate: () => void;
|
|
42
42
|
};
|
|
@@ -49,8 +49,8 @@ export declare function errorText<T extends {
|
|
|
49
49
|
new (...args: any[]): {
|
|
50
50
|
[x: string]: any;
|
|
51
51
|
errorText?: string | undefined;
|
|
52
|
-
"__#
|
|
53
|
-
"__#
|
|
52
|
+
"__#9815@#shouldValidate": boolean;
|
|
53
|
+
"__#9815@#prevSuccessText": string;
|
|
54
54
|
errorTextChanged(_: string, newmsg: string | undefined): void;
|
|
55
55
|
};
|
|
56
56
|
} & T;
|
package/shared/string-trim.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as functionUncurryThis, T as requireObjectCoercible$1 } from './index.js';
|
|
2
2
|
import { t as toString$1 } from './to-string.js';
|
|
3
3
|
|
|
4
4
|
// a string of all valid unicode whitespaces
|
package/shared/text-field.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on
|
|
1
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Tue, 06 Jun 2023 10:38:32 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\n --_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);\n --_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);\n display: inline-grid;\n width: 100%;\n gap: 4px;\n grid-template-columns: min-content 1fr max-content;\n}\n.base {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-intermediate);\n}\n.base.appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-firm);\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transparent;\n}\n.base:where(:disabled, .disabled) {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(:disabled, .disabled).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--vvd-color-neutral-100);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-600);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base.connotation-success {\n /* @cssprop [--vvd-text-field-success-primary=var(--vvd-color-success-500)] */\n --_connotation-color-primary: var(--vvd-text-field-success-primary, var(--vvd-color-success-500));\n /* @cssprop [--vvd-text-field-success-backdrop=var(--vvd-color-success-50)] */\n --_connotation-color-backdrop: var(--vvd-text-field-success-backdrop, var(--vvd-color-success-50));\n /* @cssprop [--vvd-text-field-success-intermediate=var(--vvd-color-success-500)] */\n --_connotation-color-intermediate: var(--vvd-text-field-success-intermediate, var(--vvd-color-success-500));\n /* @cssprop [--vvd-text-field-success-firm=var(--vvd-color-success-600)] */\n --_connotation-color-firm: var(--vvd-text-field-success-firm, var(--vvd-color-success-600));\n /* @cssprop [--vvd-text-field-success-faint=var(--vvd-color-success-50)] */\n --_connotation-color-faint: var(--vvd-text-field-success-faint, var(--vvd-color-success-50));\n /* @cssprop [--vvd-text-field-success-soft=var(--vvd-color-success-100)] */\n --_connotation-color-soft: var(--vvd-text-field-success-soft, var(--vvd-color-success-100));\n}\n.base.connotation-alert {\n /* @cssprop [--vvd-text-field-alert-primary=var(--vvd-color-alert-500)] */\n --_connotation-color-primary: var(--vvd-text-field-alert-primary, var(--vvd-color-alert-500));\n /* @cssprop [--vvd-text-field-alert-backdrop=var(--vvd-color-alert-50)] */\n --_connotation-color-backdrop: var(--vvd-text-field-alert-backdrop, var(--vvd-color-alert-50));\n /* @cssprop [--vvd-text-field-alert-intermediate=var(--vvd-color-alert-500)] */\n --_connotation-color-intermediate: var(--vvd-text-field-alert-intermediate, var(--vvd-color-alert-500));\n /* @cssprop [--vvd-text-field-alert-firm=var(--vvd-color-alert-600)] */\n --_connotation-color-firm: var(--vvd-text-field-alert-firm, var(--vvd-color-alert-600));\n /* @cssprop [--vvd-text-field-alert-faint=var(--vvd-color-alert-50)] */\n --_connotation-color-faint: var(--vvd-text-field-alert-faint, var(--vvd-color-alert-50));\n /* @cssprop [--vvd-text-field-alert-soft=var(--vvd-color-alert-100)] */\n --_connotation-color-soft: var(--vvd-text-field-alert-soft, var(--vvd-color-alert-100));\n}\n.base:not(.connotation-success, .connotation-alert) {\n /* @cssprop [--vvd-text-field-accent-primary=var(--vvd-color-canvas-text)] */\n --_connotation-color-primary: var(--vvd-text-field-accent-primary, var(--vvd-color-canvas-text));\n /* @cssprop [--vvd-text-field-accent-backdrop=var(--vvd-color-canvas)] */\n --_connotation-color-backdrop: var(--vvd-text-field-accent-backdrop, var(--vvd-color-canvas));\n /* @cssprop [--vvd-text-field-accent-intermediate=var(--vvd-color-neutral-500)] */\n --_connotation-color-intermediate: var(--vvd-text-field-accent-intermediate, var(--vvd-color-neutral-500));\n /* @cssprop [--vvd-text-field-accent-firm=var(--vvd-color-canvas-text)] */\n --_connotation-color-firm: var(--vvd-text-field-accent-firm, var(--vvd-color-canvas-text));\n /* @cssprop [--vvd-text-field-accent-faint=var(--vvd-color-neutral-50)] */\n --_connotation-color-faint: var(--vvd-text-field-accent-faint, var(--vvd-color-neutral-50));\n /* @cssprop [--vvd-text-field-accent-soft=var(--vvd-color-neutral-100)] */\n --_connotation-color-soft: var(--vvd-text-field-accent-soft, var(--vvd-color-neutral-100));\n}\n@supports (user-select: none) {\n .base {\n user-select: none;\n }\n}\n.base:not(.disabled) {\n --_low-ink-color: var(--vvd-color-neutral-600);\n}\n.base.disabled {\n --_low-ink-color: var(--_appearance-color-text);\n}\n\n.label {\n color: var(--vvd-color-canvas-text);\n contain: inline-size;\n font: var(--vvd-typography-base);\n grid-column: 1/4;\n grid-row: 1;\n}\n.char-count + .label {\n grid-column: 1/3;\n}\n\n.char-count {\n color: var(--_low-ink-color);\n font: var(--vvd-typography-base);\n grid-column: 3/4;\n}\n\n.fieldset {\n position: relative;\n display: flex;\n align-items: center;\n grid-column: 1/4;\n transition: color 0.2s;\n /* Shape */\n}\n.base > .fieldset {\n block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));\n}\n.base:not(.shape-pill) .fieldset {\n border-radius: 6px;\n}\n.base.shape-pill .fieldset {\n border-radius: 24px;\n}\n\n.control {\n width: 100%;\n border: 0 none;\n appearance: none; /* for box-shadow visibility on IOS */\n background-color: var(--_appearance-color-fill);\n block-size: 100%;\n border-radius: inherit;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n font: var(--vvd-typography-base);\n padding-block: 0;\n padding-inline-end: var(--_text-field-gutter);\n padding-inline-start: var(--_text-field-gutter);\n transition: box-shadow 0.2s, background-color 0.2s;\n}\n.control:disabled {\n cursor: not-allowed;\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */\n}\n.control::placeholder, .control:disabled::placeholder {\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n\n.icon {\n position: absolute;\n z-index: 1;\n color: var(--_low-ink-color);\n font-size: var(--_text-field-icon-size);\n inset-inline-start: var(--_text-field-gutter);\n line-height: 1;\n}\n.icon + .control {\n padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);\n}\n\n.focus-indicator {\n --focus-stroke-gap-color: transparent;\n pointer-events: none;\n}\n.fieldset:not(:focus-visible, :focus-within) > .focus-indicator {\n display: none;\n}";
|
|
2
2
|
|
|
3
3
|
export { css_248z as c };
|
package/shared/to-string.js
CHANGED
package/side-drawer/index.js
CHANGED
package/slider/index.js
CHANGED
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
font-family: SpeziaCompleteVariableUpright;
|
|
3
3
|
font-stretch: 50% 200%;
|
|
4
4
|
font-weight: 1 1000;
|
|
5
|
-
font-display:
|
|
5
|
+
font-display: block;
|
|
6
6
|
src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2") format("woff2");
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: SpeziaMonoCompleteVariable;
|
|
10
10
|
font-stretch: 50% 200%;
|
|
11
11
|
font-weight: 1 1000;
|
|
12
|
-
font-display:
|
|
12
|
+
font-display: block;
|
|
13
13
|
src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2") format("woff2");
|
|
14
14
|
}
|
|
15
15
|
.vvd-root {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 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 Tue, 06 Jun 2023 10:38:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 06 Jun 2023 10:38:32 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerSwitch } from '../shared/
|
|
1
|
+
import { r as registerSwitch } from '../shared/definition44.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/tab/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerTab } from '../shared/
|
|
1
|
+
import { r as registerTab } from '../shared/definition45.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition47.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition45.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
|
+
import '../shared/engine-is-node.js';
|
|
6
7
|
import '../shared/to-string.js';
|
|
7
8
|
import '../shared/string-trim.js';
|
|
8
9
|
import '../shared/_has.js';
|
|
@@ -13,7 +14,7 @@ import '../shared/focus.js';
|
|
|
13
14
|
import '../shared/affix.js';
|
|
14
15
|
import '../shared/apply-mixins.js';
|
|
15
16
|
import '../shared/focus2.js';
|
|
16
|
-
import '../shared/
|
|
17
|
+
import '../shared/definition46.js';
|
|
17
18
|
import '../shared/start-end.js';
|
|
18
19
|
import '../shared/ref.js';
|
|
19
20
|
import '../shared/key-codes.js';
|
package/tag/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerTag } from '../shared/
|
|
1
|
+
import { r as registerTag } from '../shared/definition48.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/tag-group/index.js
CHANGED
package/text-anchor/index.js
CHANGED
|
@@ -3,6 +3,7 @@ import { T as TextAnchor } from '../shared/text-anchor.js';
|
|
|
3
3
|
import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
|
|
4
4
|
import '../shared/affix.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
|
+
import '../shared/engine-is-node.js';
|
|
6
7
|
import '../shared/to-string.js';
|
|
7
8
|
import '../shared/string-trim.js';
|
|
8
9
|
import '../shared/_has.js';
|
package/text-area/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition51.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition4.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
|
+
import '../shared/engine-is-node.js';
|
|
7
8
|
import '../shared/to-string.js';
|
|
8
9
|
import '../shared/string-trim.js';
|
|
9
10
|
import '../shared/_has.js';
|
package/toggletip/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { r as registerToggletip } from '../shared/
|
|
1
|
+
import { r as registerToggletip } from '../shared/definition52.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition20.js';
|
|
4
4
|
import '../shared/definition7.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
|
+
import '../shared/engine-is-node.js';
|
|
7
8
|
import '../shared/to-string.js';
|
|
8
9
|
import '../shared/string-trim.js';
|
|
9
10
|
import '../shared/_has.js';
|
package/tooltip/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition20.js';
|
|
4
4
|
import '../shared/definition7.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
|
+
import '../shared/engine-is-node.js';
|
|
7
8
|
import '../shared/to-string.js';
|
|
8
9
|
import '../shared/string-trim.js';
|
|
9
10
|
import '../shared/_has.js';
|
package/tree-item/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { r as registerTreeItem } from '../shared/
|
|
1
|
+
import { r as registerTreeItem } from '../shared/definition54.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
|
+
import '../shared/engine-is-node.js';
|
|
5
6
|
import '../shared/to-string.js';
|
|
6
7
|
import '../shared/string-trim.js';
|
|
7
8
|
import '../shared/_has.js';
|
package/tree-view/index.js
CHANGED