@vonage/vivid 3.0.0-next.50 → 3.0.0-next.53
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/README.md +6 -1
- package/accordion/index.js +1 -3
- package/accordion-item/index.js +1 -3
- package/action-group/index.js +1 -3
- package/avatar/index.js +51 -0
- package/badge/index.js +1 -3
- package/banner/index.js +3 -5
- package/breadcrumb/index.js +0 -2
- package/breadcrumb-item/index.js +1 -3
- package/button/index.js +1 -3
- package/calendar/index.js +1 -3
- package/calendar-event/index.js +1 -3
- package/card/index.js +1 -3
- package/checkbox/index.js +1 -3
- package/dialog/index.js +3 -6
- package/divider/index.js +1 -3
- package/elevation/index.js +0 -1
- package/fab/index.js +1 -3
- package/focus/index.js +1 -3
- package/header/index.js +1 -3
- package/icon/index.js +1 -3
- package/index.js +0 -1
- package/layout/index.js +1 -3
- package/lib/avatar/avatar.d.ts +14 -0
- package/lib/avatar/avatar.template.d.ts +4 -0
- package/lib/avatar/index.d.ts +3 -0
- package/lib/badge/badge.d.ts +1 -1
- package/lib/banner/banner.d.ts +1 -1
- package/lib/calendar-event/calendar-event.d.ts +1 -1
- package/lib/dialog/index.d.ts +1 -1
- package/lib/enums.d.ts +1 -1
- package/lib/icon/icon.d.ts +1 -1
- package/lib/note/note.d.ts +1 -1
- package/lib/text-field/text-field.d.ts +2 -9
- package/menu/index.js +0 -2
- package/nav-disclosure/index.js +1 -3
- package/nav-item/index.js +1 -3
- package/note/index.js +2 -4
- package/package.json +3 -2
- package/popup/index.js +0 -1
- package/progress/index.js +1 -3
- package/progress-ring/index.js +1 -3
- package/shared/enums.js +1 -1
- package/shared/index2.js +1 -3
- package/shared/index3.js +1 -3
- package/shared/patterns/form-elements.d.ts +22 -0
- package/side-drawer/index.js +1 -3
- package/styles/fonts/spezia.css +2 -2
- package/styles/themes/dark.css +182 -188
- package/styles/themes/light.css +182 -188
- package/styles/typography/desktop.css +77 -60
- package/text-field/index.js +67 -43
- package/tooltip/index.js +1 -3
- package/shared/style-inject.es.js +0 -28
package/index.js
CHANGED
|
@@ -27,7 +27,6 @@ export { vividTooltip } from './tooltip/index.js';
|
|
|
27
27
|
export { vividCheckbox } from './checkbox/index.js';
|
|
28
28
|
export { vividHeader } from './header/index.js';
|
|
29
29
|
export { d as designSystem, p as provideVividDesignSystem } from './shared/index.js';
|
|
30
|
-
import './shared/style-inject.es.js';
|
|
31
30
|
import './shared/class-names.js';
|
|
32
31
|
import './focus/index.js';
|
|
33
32
|
import './shared/focus.js';
|
package/layout/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { F as FoundationElement, _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
2
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
3
2
|
import { c as classNames } from '../shared/class-names.js';
|
|
4
3
|
|
|
5
4
|
var AUTO_SIZING;
|
|
@@ -25,8 +24,7 @@ __decorate([attr({
|
|
|
25
24
|
attribute: 'auto-sizing'
|
|
26
25
|
}), __metadata("design:type", String)], Layout.prototype, "autoSizing", void 0);
|
|
27
26
|
|
|
28
|
-
var css_248z = "/* #region SIZEs */\n/* #region BASES */\n/* #region SPACES */\n.control {\n display: grid;\n grid-auto-rows: min-content;\n}\n.control.column-basis-small {\n grid-template-columns: var(--layout-grid-template-columns, repeat(var(--_auto-sizing), minmax(
|
|
29
|
-
styleInject(css_248z);
|
|
27
|
+
var css_248z = "/* #region SIZEs */\n/* #region BASES */\n/* #region SPACES */\n.control {\n display: grid;\n grid-auto-rows: min-content;\n}\n.control.column-basis-small {\n grid-template-columns: var(--layout-grid-template-columns, repeat(var(--_auto-sizing), minmax(160px, 1fr)));\n}\n.control:not(.column-basis-small):not(.column-basis-medium):not(.column-basis-large):not(.column-basis-block), .control.column-basis-medium {\n grid-template-columns: var(--layout-grid-template-columns, repeat(var(--_auto-sizing), minmax(320px, 1fr)));\n}\n.control.column-basis-large {\n grid-template-columns: var(--layout-grid-template-columns, repeat(var(--_auto-sizing), minmax(380px, 1fr)));\n}\n.control.column-basis-block {\n grid-template-columns: var(--layout-grid-template-columns, repeat(var(--_auto-sizing), minmax(1fr, 1fr)));\n}\n.control.column-spacing-small {\n gap: 16px;\n}\n.control.column-spacing-small-inline {\n gap: 0 16px;\n}\n.control.column-spacing-small-block {\n gap: 16px 0;\n}\n.control:not(.column-spacing-small):not(.column-spacing-small-inline):not(.column-spacing-small-block):not(.column-spacing-medium):not(.column-spacing-medium-inline):not(.column-spacing-medium-block):not(.column-spacing-large):not(.column-spacing-large-inline):not(.column-spacing-large-block), .control.column-spacing-medium {\n gap: 24px;\n}\n.control.column-spacing-medium-inline {\n gap: 0 24px;\n}\n.control.column-spacing-medium-block {\n gap: 24px 0;\n}\n.control.column-spacing-large {\n gap: 32px;\n}\n.control.column-spacing-large-inline {\n gap: 0 32px;\n}\n.control.column-spacing-large-block {\n gap: 32px 0;\n}\n.control.gutters-small {\n margin: 16px;\n}\n.control.gutters-small-inline {\n margin: 0 16px;\n}\n.control.gutters-small-block {\n margin: 16px 0;\n}\n.control.gutters-medium {\n margin: 24px;\n}\n.control.gutters-medium-inline {\n margin: 0 24px;\n}\n.control.gutters-medium-block {\n margin: 24px 0;\n}\n.control.gutters-large {\n margin: 32px;\n}\n.control.gutters-large-inline {\n margin: 0 32px;\n}\n.control.gutters-large-block {\n margin: 32px 0;\n}\n.control.auto-sizing-fill {\n --_auto-sizing: auto-fill;\n}\n.control:not(.auto-sizing-fill):not(.auto-sizing-fit), .control.auto-sizing-fit {\n --_auto-sizing: auto-fit;\n}";
|
|
30
28
|
|
|
31
29
|
let _ = t => t,
|
|
32
30
|
_t;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
|
+
import type { Appearance, Connotation, Density, Shape } from '../enums.js';
|
|
3
|
+
export declare type AvatarConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
4
|
+
export declare type AvatarAppearance = Extract<Appearance, Appearance.Filled | Appearance.Outlined>;
|
|
5
|
+
declare type AvatarShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
|
|
6
|
+
declare type AvatarDensity = Extract<Density, Density.Condensed | Density.Normal | Density.Extended>;
|
|
7
|
+
export declare class Avatar extends FoundationElement {
|
|
8
|
+
connotation?: AvatarConnotation;
|
|
9
|
+
shape?: AvatarShape;
|
|
10
|
+
appearance?: AvatarAppearance;
|
|
11
|
+
density?: AvatarDensity;
|
|
12
|
+
icon?: string;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { Avatar } from './avatar';
|
|
4
|
+
export declare const AvatarTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Avatar>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
export declare const vividAvatar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
package/lib/badge/badge.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import { AffixIconWithTrailing } from '../../shared/patterns/affix';
|
|
3
3
|
import type { Appearance, Connotation, Density, Shape } from '../enums.js';
|
|
4
|
-
declare type BadgeConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Success | Connotation.Alert | Connotation.Warning | Connotation.
|
|
4
|
+
declare type BadgeConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Success | Connotation.Alert | Connotation.Warning | Connotation.Information>;
|
|
5
5
|
declare type BadgeAppearance = Extract<Appearance, Appearance.Filled | Appearance.Duotone | Appearance.Subtle>;
|
|
6
6
|
declare type BadgeShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
declare type BadgeDensity = Extract<Density, Density.Condensed | Density.Normal | Density.Extended>;
|
package/lib/banner/banner.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import { Connotation } from '../enums';
|
|
3
3
|
import { AffixIcon } from '../../shared/patterns/affix';
|
|
4
|
-
export declare type BannerConnotation = Connotation.
|
|
4
|
+
export declare type BannerConnotation = Connotation.Information | Connotation.Announcement | Connotation.Success | Connotation.Warning | Connotation.Alert;
|
|
5
5
|
export declare class Banner extends FoundationElement {
|
|
6
6
|
#private;
|
|
7
7
|
actionHref: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Appearance, Connotation } from '../enums';
|
|
3
|
-
declare type CalendarEventConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Success | Connotation.Alert | Connotation.Warning | Connotation.
|
|
3
|
+
declare type CalendarEventConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Success | Connotation.Alert | Connotation.Warning | Connotation.Information | Connotation.Announcement>;
|
|
4
4
|
declare type CalendarEventAppearance = Extract<Appearance, Appearance.Filled | Appearance.Duotone | Appearance.Subtle>;
|
|
5
5
|
export declare class CalendarEvent extends FoundationElement {
|
|
6
6
|
heading?: string;
|
package/lib/dialog/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
2
1
|
import '../icon';
|
|
3
2
|
import '../button';
|
|
4
3
|
import '../elevation';
|
|
4
|
+
import type { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
5
5
|
export declare const vividDialog: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<FoundationElementDefinition> | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry<FoundationElementDefinition, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
package/lib/enums.d.ts
CHANGED
package/lib/icon/icon.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Connotation, Size } from '../enums';
|
|
3
|
-
declare type IconConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Announcement | Connotation.Success | Connotation.Alert | Connotation.
|
|
3
|
+
declare type IconConnotation = Extract<Connotation, Connotation.Accent | Connotation.CTA | Connotation.Announcement | Connotation.Success | Connotation.Alert | Connotation.Information>;
|
|
4
4
|
declare type IconSize = Extract<Size, Size.Small | Size.Medium | Size.Large>;
|
|
5
5
|
export declare class Icon extends FoundationElement {
|
|
6
6
|
connotation?: IconConnotation;
|
package/lib/note/note.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Connotation } from '../enums';
|
|
3
3
|
import { AffixIcon } from '../../shared/patterns';
|
|
4
|
-
export declare type NoteConnotation = Connotation.
|
|
4
|
+
export declare type NoteConnotation = Connotation.Information | Connotation.Announcement | Connotation.Success | Connotation.Warning | Connotation.Alert;
|
|
5
5
|
export declare class Note extends FoundationElement {
|
|
6
6
|
headline?: string;
|
|
7
7
|
connotation?: NoteConnotation;
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { TextField as FoundationTextfield } from '@microsoft/fast-foundation';
|
|
2
2
|
import type { Appearance, Density, Shape } from '../enums';
|
|
3
3
|
import { AffixIcon } from '../../shared/patterns';
|
|
4
|
+
import { FormElement } from '../../shared/patterns/form-elements';
|
|
4
5
|
declare type TextFieldDensity = Extract<Density, Density.Normal | Density.Extended>;
|
|
5
6
|
declare type TextFieldAppearance = Extract<Appearance, Appearance.Outlined | Appearance.Ghost>;
|
|
6
7
|
declare type TextFieldShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
8
|
export declare class TextField extends FoundationTextfield {
|
|
8
|
-
#private;
|
|
9
|
-
label?: string;
|
|
10
|
-
helperText?: string;
|
|
11
|
-
charCount: boolean;
|
|
12
9
|
density?: TextFieldDensity;
|
|
13
10
|
appearance?: TextFieldAppearance;
|
|
14
11
|
shape?: TextFieldShape;
|
|
15
|
-
userValid: boolean;
|
|
16
12
|
autoComplete?: string;
|
|
17
|
-
get errorValidationMessage(): string;
|
|
18
|
-
constructor();
|
|
19
|
-
validate: () => void;
|
|
20
13
|
}
|
|
21
|
-
export interface TextField extends AffixIcon {
|
|
14
|
+
export interface TextField extends AffixIcon, FormElement {
|
|
22
15
|
}
|
|
23
16
|
export {};
|
package/menu/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { P as Popup } from '../shared/index3.js';
|
|
2
2
|
import { F as FoundationElement, D as DOM, _ as __decorate, a as attr, o as observable, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
3
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
4
3
|
import '../shared/web.dom-collections.iterator.js';
|
|
5
4
|
import { S as StartEnd } from '../shared/aria-global.js';
|
|
6
5
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
@@ -608,7 +607,6 @@ __decorate([
|
|
|
608
607
|
], Menu$1.prototype, "items", void 0);
|
|
609
608
|
|
|
610
609
|
var css_248z = ".base {\n padding-block: 8px;\n}";
|
|
611
|
-
styleInject(css_248z);
|
|
612
610
|
|
|
613
611
|
class Menu extends Menu$1 {
|
|
614
612
|
constructor() {
|
package/nav-disclosure/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import '../icon/index.js';
|
|
2
2
|
import '../focus/index.js';
|
|
3
3
|
import { F as FoundationElement, c as __classPrivateFieldGet, _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
4
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
5
4
|
import '../shared/web.dom-collections.iterator.js';
|
|
6
5
|
import { b as AffixIcon, a as affixIconTemplateFactory } from '../shared/affix.js';
|
|
7
6
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
@@ -17,8 +16,7 @@ import '../shared/class-names.js';
|
|
|
17
16
|
import '../shared/focus.js';
|
|
18
17
|
import '../shared/object-keys.js';
|
|
19
18
|
|
|
20
|
-
var css_248z = "
|
|
21
|
-
styleInject(css_248z);
|
|
19
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.control {\n position: relative;\n display: flex;\n box-sizing: border-box;\n align-items: center;\n background-color: var(--_appearance-color-fill);\n border-radius: 6px;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n cursor: pointer;\n font: var(--vvd-font-base);\n gap: 8px;\n hyphens: auto;\n inline-size: 100%;\n min-block-size: 40px;\n padding-inline: 8px;\n text-decoration: none;\n vertical-align: middle;\n word-break: break-word;\n}\n.control {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transaprent;\n --_appearance-color-outline: transaprent;\n}\n.control:where(:hover, .hover):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transaprent;\n}\n.control:where(:active, .active):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-soft);\n --_appearance-color-outline: transaprent;\n}\n.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-soft);\n --_appearance-color-outline: transaprent;\n}\n.control {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-faint: var(--vvd-color-neutral-50);\n --_connotation-color-soft: var(--vvd-color-neutral-100);\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n@supports (user-select: none) {\n .control {\n user-select: none;\n }\n}\n.control .toggleIcon {\n margin-inline-start: auto;\n}\n\n.control:not(:focus-visible) .focus-indicator {\n display: none;\n}\n\n.icon {\n font-size: 20px;\n}\n\n.content {\n border-inline-start: 1px solid var(--vvd-color-neutral-200);\n margin-inline-start: 20px;\n padding-inline-start: 12px;\n}\n\ndetails > summary {\n list-style: none;\n}\n\ndetails > summary::-webkit-details-marker {\n display: none;\n}";
|
|
22
20
|
|
|
23
21
|
var _NavDisclosure_onToggle;
|
|
24
22
|
class NavDisclosure extends FoundationElement {
|
package/nav-item/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import '../icon/index.js';
|
|
2
2
|
import '../focus/index.js';
|
|
3
3
|
import { h as html, d as designSystem } from '../shared/index.js';
|
|
4
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
5
4
|
import { b as AffixIcon } from '../shared/affix.js';
|
|
6
5
|
import { T as TextAnchor } from '../shared/text-anchor.js';
|
|
7
6
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
@@ -21,8 +20,7 @@ import '../shared/aria-global.js';
|
|
|
21
20
|
import '../shared/ref.js';
|
|
22
21
|
import '../shared/focus2.js';
|
|
23
22
|
|
|
24
|
-
var css_248z = "
|
|
25
|
-
styleInject(css_248z);
|
|
23
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.control {\n position: relative;\n display: inline-flex;\n box-sizing: border-box;\n align-items: center;\n background-color: var(--_appearance-color-fill);\n border-radius: 6px;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n font: var(--vvd-font-base);\n gap: 8px;\n hyphens: auto;\n inline-size: 100%;\n min-block-size: 40px;\n padding-block: 10px;\n padding-inline: 8px;\n text-decoration: none;\n vertical-align: middle;\n word-break: break-word;\n}\n.control {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transaprent;\n --_appearance-color-outline: transaprent;\n}\n.control:where(:hover, .hover):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transaprent;\n}\n.control:where(:active, .active):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-soft);\n --_appearance-color-outline: transaprent;\n}\n.control:where(.selected, [aria-current]):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-soft);\n --_appearance-color-outline: transaprent;\n}\n.control {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-faint: var(--vvd-color-neutral-50);\n --_connotation-color-soft: var(--vvd-color-neutral-100);\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n.control.icon-only {\n display: flex;\n block-size: 40px;\n inline-size: 40px;\n place-content: center;\n}\n\n.control:not(:focus-visible) .focus-indicator {\n display: none;\n}\n\n.icon {\n font-size: 20px;\n}";
|
|
26
24
|
|
|
27
25
|
class NavItem extends TextAnchor {}
|
|
28
26
|
applyMixins(NavItem, AffixIcon);
|
package/note/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { F as FoundationElement, _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
2
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
3
2
|
import { b as AffixIcon } from '../shared/affix.js';
|
|
4
3
|
import '../shared/focus.js';
|
|
5
4
|
import { a as applyMixins } from '../shared/apply-mixins.js';
|
|
@@ -15,8 +14,7 @@ import '../shared/to-string.js';
|
|
|
15
14
|
import '../shared/_has.js';
|
|
16
15
|
import '../shared/object-keys.js';
|
|
17
16
|
|
|
18
|
-
var css_248z = "
|
|
19
|
-
styleInject(css_248z);
|
|
17
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.base {\n display: flex;\n align-items: stretch;\n padding: 20px;\n border-left: 8px solid var(--_connotation-color-primary);\n background-color: var(--vvd-color-canvas);\n border-radius: 6px;\n box-shadow: inset 0 1px 0 0 var(--vvd-color-neutral-300), inset -1px 0 0 0 var(--vvd-color-neutral-300), inset 0 -1px 0 0 var(--vvd-color-neutral-300);\n color: var(--vvd-color-canvas-text);\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n}\n.base.connotation-information {\n --_connotation-color-primary: var(--vvd-color-information-500);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n}\n.base.connotation-warning {\n --_connotation-color-primary: var(--vvd-color-warning-500);\n}\n.base:not(.connotation-success, .connotation-information, .connotation-alert, .connotation-warning) {\n --_connotation-color-primary: var(--vvd-color-announcement-500);\n}\n@supports (contain: content) {\n .base {\n contain: content;\n }\n}\n@supports not (contain: content) {\n .base {\n overflow: hidden;\n }\n}\n\n.icon {\n align-self: flex-start;\n font-size: 24px;\n margin-inline-end: 16px;\n}\n\n.text {\n display: flex;\n min-height: 24px;\n flex: 1;\n flex-direction: column;\n justify-content: center;\n gap: 4px;\n text-align: start;\n}\n.text .headline {\n font: var(--vvd-font-base-bold);\n}\n.text .message {\n font: var(--vvd-font-base);\n}";
|
|
20
18
|
|
|
21
19
|
class Note extends FoundationElement {}
|
|
22
20
|
|
|
@@ -30,7 +28,7 @@ let _ = t => t,
|
|
|
30
28
|
_t,
|
|
31
29
|
_t2,
|
|
32
30
|
_t3;
|
|
33
|
-
const connotationIconMap = new Map([[Connotation.
|
|
31
|
+
const connotationIconMap = new Map([[Connotation.Information, 'info-solid'], [Connotation.Announcement, 'megaphone-solid'], [Connotation.Success, 'check-circle-solid'], [Connotation.Warning, 'warning-solid'], [Connotation.Alert, 'error-solid']]);
|
|
34
32
|
|
|
35
33
|
const getClasses = ({
|
|
36
34
|
connotation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.53",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./index.esm.js",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"./checkbox": "./checkbox",
|
|
44
44
|
"./dialog": "./dialog",
|
|
45
45
|
"./divider": "./divider",
|
|
46
|
-
"./menu": "./menu"
|
|
46
|
+
"./menu": "./menu",
|
|
47
|
+
"./avatar": "./avatar"
|
|
47
48
|
},
|
|
48
49
|
"typings": "./index.d.ts",
|
|
49
50
|
"dependencies": {
|
package/popup/index.js
CHANGED
|
@@ -2,7 +2,6 @@ import '../shared/index2.js';
|
|
|
2
2
|
import '../button/index.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
4
|
export { v as vividPopup } from '../shared/index3.js';
|
|
5
|
-
import '../shared/style-inject.es.js';
|
|
6
5
|
import '../shared/class-names.js';
|
|
7
6
|
import '../icon/index.js';
|
|
8
7
|
import '../shared/icon.js';
|
package/progress/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
2
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
3
2
|
import '../shared/web.dom-collections.iterator.js';
|
|
4
3
|
import { c as classofRaw, _ as _export, f as functionUncurryThis } from '../shared/export.js';
|
|
5
4
|
import { B as BaseProgress } from '../shared/base-progress.js';
|
|
@@ -8,8 +7,7 @@ import { c as classNames } from '../shared/class-names.js';
|
|
|
8
7
|
import '../shared/object-keys.js';
|
|
9
8
|
import '../shared/iterators.js';
|
|
10
9
|
|
|
11
|
-
var css_248z = ".base {\n height: 6px;\n align-items: center;\n margin: 0;\n outline: none;\n}\n.base:not(.connotation-pacific).connotation-cta {\n --_connotation-color-primary: var(--vvd-color-cta);\n}\n.base:not(.connotation-pacific).connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert);\n}\n.base:not(.connotation-pacific).connotation-success {\n --_connotation-color-primary: var(--vvd-color-success);\n}\n.base:not(.connotation-pacific):not(.connotation-cta, .connotation-alert, .connotation-success) {\n --_connotation-color-primary: var(--vvd-color-
|
|
12
|
-
styleInject(css_248z);
|
|
10
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.base {\n height: 6px;\n align-items: center;\n margin: 0;\n outline: none;\n}\n.base:not(.connotation-pacific).connotation-cta {\n --_connotation-color-primary: var(--vvd-color-cta-500);\n}\n.base:not(.connotation-pacific).connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n}\n.base:not(.connotation-pacific).connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n}\n.base:not(.connotation-pacific):not(.connotation-cta, .connotation-alert, .connotation-success) {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n}\n.base.connotation-pacific {\n --_connotation-color-primary: linear-gradient(to right, var(--vvd-color-information-200), var(--vvd-color-cta-600));\n}\n\n.progress {\n position: relative;\n display: flex;\n overflow: hidden;\n align-items: center;\n background-color: var(--vvd-color-neutral-100);\n block-size: 100%;\n inline-size: 100%;\n /* Shape */\n}\n.base:not(.shape-sharp) .progress {\n border-radius: 3px;\n}\n\n.indeterminate {\n display: flex;\n background-color: var(--_connotation-color-primary);\n block-size: 100%;\n border-radius: inherit;\n inline-size: 100%;\n}\n\n.determinate {\n background-color: var(--_connotation-color-primary);\n block-size: 100%;\n border-radius: inherit;\n transition: all 0.2s ease-in-out;\n}\n.connotation-pacific .determinate {\n background-image: var(--_connotation-color-primary);\n}\n.reverse .determinate {\n position: absolute;\n right: 0;\n}\n.paused .determinate {\n background-color: var(--vvd-color-neutral-300);\n}\n\n.indicator-1 {\n animation: indeterminate-1 2s infinite;\n inline-size: 30%;\n}\n\n.indicator-2 {\n animation: indeterminate-2 2s infinite;\n inline-size: 60%;\n}\n\n.indicator-1,\n.indicator-2 {\n position: absolute;\n animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n background-color: var(--vvd-color-neutral-100);\n block-size: 100%;\n opacity: 0;\n}\n.connotation-pacific .indicator-1,\n.connotation-pacific .indicator-2 {\n background-image: var(--_connotation-color-primary);\n}\n.paused .indicator-1,\n.paused .indicator-2 {\n animation-play-state: paused;\n background-color: var(--_connotation-color-primary);\n}\n.reverse .indicator-1,\n.reverse .indicator-2 {\n animation-direction: reverse;\n}\n\n@keyframes indeterminate-1 {\n 0% {\n opacity: 1;\n transform: translateX(-100%);\n }\n 70% {\n opacity: 1;\n transform: translateX(300%);\n }\n 70.01% {\n opacity: 0;\n }\n 100% {\n opacity: 0;\n transform: translateX(300%);\n }\n}\n@keyframes indeterminate-2 {\n 0% {\n opacity: 0;\n transform: translateX(-150%);\n }\n 29.99% {\n opacity: 0;\n }\n 30% {\n opacity: 1;\n transform: translateX(-150%);\n }\n 100% {\n opacity: 1;\n transform: translateX(166.66%);\n }\n}";
|
|
13
11
|
|
|
14
12
|
var classof = classofRaw;
|
|
15
13
|
|
package/progress-ring/index.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
2
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
3
2
|
import { B as BaseProgress } from '../shared/base-progress.js';
|
|
4
3
|
import { w as when } from '../shared/when.js';
|
|
5
4
|
import { c as classNames } from '../shared/class-names.js';
|
|
6
5
|
|
|
7
|
-
var css_248z = ".base {\n align-items: center;\n block-size: var(--_density);\n color: var(--_appearance-color-text);\n inline-size: var(--_density);\n outline: none;\n}\n.base.connotation-cta {\n --_connotation-color-primary: var(--vvd-color-cta);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert);\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success);\n}\n.base:not(.connotation-cta, .connotation-alert, .connotation-success) {\n --_connotation-color-primary: var(--vvd-color-
|
|
8
|
-
styleInject(css_248z);
|
|
6
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.base {\n align-items: center;\n block-size: var(--_density);\n color: var(--_appearance-color-text);\n inline-size: var(--_density);\n outline: none;\n}\n.base.connotation-cta {\n --_connotation-color-primary: var(--vvd-color-cta-500);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n}\n.base:not(.connotation-cta, .connotation-alert, .connotation-success) {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n}\n.base {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transaprent;\n --_appearance-color-outline: transaprent;\n}\n.base:where(:disabled, .disabled) {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transaprent;\n --_appearance-color-outline: transaprent;\n}\n.base.density-5 {\n --_density: calc(5 * 4px);\n}\n.base.density-6 {\n --_density: calc(6 * 4px);\n}\n.base.density-7 {\n --_density: calc(7 * 4px);\n}\n.base.density-8 {\n --_density: calc(8 * 4px);\n}\n.base.density-9 {\n --_density: calc(9 * 4px);\n}\n.base.density-11 {\n --_density: calc(11 * 4px);\n}\n.base.density-12 {\n --_density: calc(12 * 4px);\n}\n.base.density-13 {\n --_density: calc(13 * 4px);\n}\n.base:not(.density-5, .density-6, .density-7, .density-8, .density-9, .density-11, .density-12, .density-13) {\n --_density: calc(10 * 4px);\n}\n\n.progress {\n width: 100%;\n height: 100%;\n}\n\n.background {\n fill: none;\n stroke: transparent;\n stroke-width: 2px;\n}\n\n.determinate {\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-width: 2px;\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n transition: all 0.2s ease-in-out;\n}\n\n.indeterminate-indicator-1 {\n animation: spin-infinite 2s linear infinite;\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-width: 2px;\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n transition: all 0.2s ease-in-out;\n}\n\n.base.paused .indeterminate-indicator-1 {\n animation-play-state: paused;\n}\n\n@keyframes spin-infinite {\n 0% {\n stroke-dasharray: 0.01px 43.97px;\n transform: rotate(0deg);\n }\n 50% {\n stroke-dasharray: 21.99px 21.99px;\n transform: rotate(450deg);\n }\n 100% {\n stroke-dasharray: 0.01px 43.97px;\n transform: rotate(1080deg);\n }\n}";
|
|
9
7
|
|
|
10
8
|
class ProgressRing extends BaseProgress {}
|
|
11
9
|
|
package/shared/enums.js
CHANGED
|
@@ -6,7 +6,7 @@ var Connotation;
|
|
|
6
6
|
Connotation["Success"] = "success";
|
|
7
7
|
Connotation["Alert"] = "alert";
|
|
8
8
|
Connotation["Warning"] = "warning";
|
|
9
|
-
Connotation["
|
|
9
|
+
Connotation["Information"] = "information";
|
|
10
10
|
Connotation["Announcement"] = "announcement";
|
|
11
11
|
})(Connotation || (Connotation = {}));
|
|
12
12
|
|
package/shared/index2.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { F as FoundationElement, _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from './index.js';
|
|
2
|
-
import { s as styleInject } from './style-inject.es.js';
|
|
3
2
|
import { c as classNames } from './class-names.js';
|
|
4
3
|
|
|
5
4
|
class Elevation extends FoundationElement {}
|
|
@@ -11,8 +10,7 @@ __decorate([attr({
|
|
|
11
10
|
mode: 'boolean'
|
|
12
11
|
}), __metadata("design:type", Boolean)], Elevation.prototype, "noShadow", void 0);
|
|
13
12
|
|
|
14
|
-
var css_248z = ":host {\n display: contents;\n}\n\n.control {\n display: contents;\n}\n.control.dp-0 {\n --_elevation-fill: var(--vvd-color-surface-0dp);\n --_elevation-shadow: var(--vvd-shadow-surface-0dp);\n}\n.control.dp-4 {\n --_elevation-fill: var(--vvd-color-surface-4dp);\n --_elevation-shadow: var(--vvd-shadow-surface-4dp);\n}\n.control.dp-8 {\n --_elevation-fill: var(--vvd-color-surface-8dp);\n --_elevation-shadow: var(--vvd-shadow-surface-8dp);\n}\n.control.dp-12 {\n --_elevation-fill: var(--vvd-color-surface-12dp);\n --_elevation-shadow: var(--vvd-shadow-surface-12dp);\n}\n.control.dp-16 {\n --_elevation-fill: var(--vvd-color-surface-16dp);\n --_elevation-shadow: var(--vvd-shadow-surface-16dp);\n}\n.control.dp-24 {\n --_elevation-fill: var(--vvd-color-surface-24dp);\n --_elevation-shadow: var(--vvd-shadow-surface-24dp);\n}\n.control:not(.dp-0, .dp-4, .dp-8, .dp-12, .dp-16, .dp-24) {\n --_elevation-fill: var(--vvd-color-surface-2dp);\n --_elevation-shadow: var(--vvd-shadow-surface-2dp);\n}\n.control ::slotted(*) {\n background
|
|
15
|
-
styleInject(css_248z);
|
|
13
|
+
var css_248z = ":host {\n display: contents;\n}\n\n.control {\n display: contents;\n}\n.control.dp-0 {\n --_elevation-fill: var(--vvd-color-surface-0dp);\n --_elevation-shadow: var(--vvd-shadow-surface-0dp);\n}\n.control.dp-4 {\n --_elevation-fill: var(--vvd-color-surface-4dp);\n --_elevation-shadow: var(--vvd-shadow-surface-4dp);\n}\n.control.dp-8 {\n --_elevation-fill: var(--vvd-color-surface-8dp);\n --_elevation-shadow: var(--vvd-shadow-surface-8dp);\n}\n.control.dp-12 {\n --_elevation-fill: var(--vvd-color-surface-12dp);\n --_elevation-shadow: var(--vvd-shadow-surface-12dp);\n}\n.control.dp-16 {\n --_elevation-fill: var(--vvd-color-surface-16dp);\n --_elevation-shadow: var(--vvd-shadow-surface-16dp);\n}\n.control.dp-24 {\n --_elevation-fill: var(--vvd-color-surface-24dp);\n --_elevation-shadow: var(--vvd-shadow-surface-24dp);\n}\n.control:not(.dp-0, .dp-4, .dp-8, .dp-12, .dp-16, .dp-24) {\n --_elevation-fill: var(--vvd-color-surface-2dp);\n --_elevation-shadow: var(--vvd-shadow-surface-2dp);\n}\n.control ::slotted(*) {\n background: var(--_elevation-fill);\n filter: var(--_elevation-shadow);\n transition: background-color 0.15s linear, filter 0.15s linear;\n}\n.control.no-shadow ::slotted(*) {\n filter: none;\n}";
|
|
16
14
|
|
|
17
15
|
let _ = t => t,
|
|
18
16
|
_t;
|
package/shared/index3.js
CHANGED
|
@@ -7,7 +7,6 @@ import './es.object.assign.js';
|
|
|
7
7
|
import { j as anObject$3, e as fails$5, g as global$3, v as functionCall, f as functionUncurryThis, Q as shared$1, y as internalState, _ as _export, w as wellKnownSymbol$2, u as defineBuiltIn$1, K as createNonEnumerableProperty$1, x as isObject$1, c as classofRaw, B as requireObjectCoercible$2, R as toIntegerOrInfinity$1, S as toPropertyKey$1, o as objectDefineProperty, J as createPropertyDescriptor$1, A as lengthOfArrayLike$1, T as toAbsoluteIndex$1, i as isCallable$1, U as toLength$1, z as getMethod$1 } from './export.js';
|
|
8
8
|
import { t as toString$3 } from './to-string.js';
|
|
9
9
|
import { h as keyEscape } from './form-associated.js';
|
|
10
|
-
import { s as styleInject } from './style-inject.es.js';
|
|
11
10
|
import { w as when } from './when.js';
|
|
12
11
|
import { r as ref } from './ref.js';
|
|
13
12
|
import { c as classNames } from './class-names.js';
|
|
@@ -2069,8 +2068,7 @@ __decorate([attr({
|
|
|
2069
2068
|
|
|
2070
2069
|
__decorate([attr, __metadata("design:type", String)], Popup.prototype, "anchor", void 0);
|
|
2071
2070
|
|
|
2072
|
-
var css_248z = ".control {\n background
|
|
2073
|
-
styleInject(css_248z);
|
|
2071
|
+
var css_248z = ".control {\n background: var(--vvd-color-surface-4dp);\n border-radius: inherit;\n contain: layout;\n inline-size: fit-content;\n}\n.control:not(.open) {\n display: none;\n}\n\n.popup-wrapper {\n position: fixed;\n border-radius: 6px;\n}\n\n.popup-content {\n display: grid;\n color: var(--vvd-color-canvas-text); /* neutral-100 */\n}\n.dismissible .popup-content {\n align-content: start;\n grid-template-columns: 1fr auto;\n}\n\n.arrow {\n position: absolute;\n z-index: -1;\n width: 8px;\n height: 8px;\n background: var(--vvd-color-surface-4dp);\n transform: rotate(45deg);\n}\n\n.dismissible-button {\n align-self: flex-start;\n margin-block-start: 4px;\n margin-inline-end: 4px;\n}";
|
|
2074
2072
|
|
|
2075
2073
|
let _ = t => t,
|
|
2076
2074
|
_t,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface FormElement {
|
|
2
|
+
charCount: boolean;
|
|
3
|
+
errorValidationMessage: boolean;
|
|
4
|
+
helperText: string;
|
|
5
|
+
label: string;
|
|
6
|
+
userValid: boolean;
|
|
7
|
+
dirtyValue: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function formElements<T extends {
|
|
10
|
+
new (...args: any[]): Record<string, any>;
|
|
11
|
+
}>(constructor: T): {
|
|
12
|
+
new (...args: any[]): {
|
|
13
|
+
[x: string]: any;
|
|
14
|
+
label?: string | undefined;
|
|
15
|
+
helperText?: string | undefined;
|
|
16
|
+
charCount: boolean;
|
|
17
|
+
userValid: boolean;
|
|
18
|
+
"__#5805@#blurred": boolean;
|
|
19
|
+
readonly errorValidationMessage: any;
|
|
20
|
+
validate: () => void;
|
|
21
|
+
};
|
|
22
|
+
} & T;
|
package/side-drawer/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { F as FoundationElement, _ as __decorate, a as attr, b as __metadata, h as html, d as designSystem } from '../shared/index.js';
|
|
2
2
|
import '../shared/web.dom-collections.iterator.js';
|
|
3
|
-
import { s as styleInject } from '../shared/style-inject.es.js';
|
|
4
3
|
import { w as when } from '../shared/when.js';
|
|
5
4
|
import { c as classNames } from '../shared/class-names.js';
|
|
6
5
|
import '../shared/export.js';
|
|
@@ -34,8 +33,7 @@ __decorate([attr({
|
|
|
34
33
|
mode: 'boolean'
|
|
35
34
|
}), __metadata("design:type", Object)], SideDrawer.prototype, "trailing", void 0);
|
|
36
35
|
|
|
37
|
-
var css_248z = ".control {\n position: fixed;\n z-index: 1;\n background-color: var(--vvd-color-canvas);\n color: var(--vvd-color-
|
|
38
|
-
styleInject(css_248z);
|
|
36
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Wed, 07 Sep 2022 15:12:22 GMT\n */\n.control {\n position: fixed;\n z-index: 1;\n background-color: var(--vvd-color-canvas);\n color: var(--vvd-color-canvas-text);\n inline-size: 280px;\n inset-block: 0;\n overflow-y: auto;\n}\n.control.alternate {\n background-color: var(--vvd-color-canvas);\n}\n.control.trailing {\n inset-inline-end: 0;\n}\n.control:not(.open).trailing {\n transform: translateX(100%);\n}\n.control:not(.open):not(.trailing) {\n transform: translateX(-100%);\n}\n.control.open:not(.modal).trailing + .side-drawer-app-content {\n margin-inline-end: var(--side-drawer-app-content-offset, 280px);\n}\n.control.open:not(.modal):not(.trailing) + .side-drawer-app-content {\n margin-inline-start: var(--side-drawer-app-content-offset, 280px);\n}\n@media (prefers-reduced-motion: no-preference) {\n .control {\n transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n }\n}\n\n.scrim {\n background-color: var(--vvd-color-canvas-text);\n opacity: 0.5;\n position: fixed;\n inset: 0;\n}\n.scrim:not(.open) {\n display: none;\n}";
|
|
39
37
|
|
|
40
38
|
let _ = t => t,
|
|
41
39
|
_t,
|
package/styles/fonts/spezia.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: SpeziaCompleteVariableUpright;
|
|
3
3
|
font-stretch: 50% 200%;
|
|
4
4
|
font-weight: 1 1000;
|
|
5
5
|
src: url("SpeziaCompleteVariableUprightWeb.woff") format("woff");
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
src: url("SpeziaCompleteVariableItalicWeb.woff2") format("woff2");
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
|
-
font-family:
|
|
16
|
+
font-family: SpeziaMonoCompleteVariable;
|
|
17
17
|
font-stretch: 50% 200%;
|
|
18
18
|
font-weight: 1 1000;
|
|
19
19
|
src: url("SpeziaMonoCompleteVariableWeb.woff") format("woff");
|