@vonage/vivid 4.25.0 → 4.27.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/custom-elements.json +3371 -1999
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +1 -1
- package/lib/alert/alert.d.ts +5 -5
- package/lib/audio-player/audio-player.d.ts +3 -3
- package/lib/avatar/avatar.d.ts +393 -1
- package/lib/avatar/avatar.template.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
- package/lib/button/button.d.ts +6 -6
- package/lib/calendar/calendar.d.ts +2 -0
- package/lib/calendar-event/calendar-event.d.ts +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +10 -10
- package/lib/combobox/combobox.d.ts +11 -11
- package/lib/data-grid/data-grid-cell.d.ts +6 -4
- package/lib/data-grid/data-grid-row.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +75 -75
- package/lib/date-picker/date-picker.template.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker.d.ts +44 -44
- package/lib/date-range-picker/date-range-picker.template.d.ts +1 -1
- package/lib/date-time-picker/date-time-picker.d.ts +64 -64
- package/lib/date-time-picker/date-time-picker.template.d.ts +1 -1
- package/lib/dial-pad/dial-pad.d.ts +3 -3
- package/lib/dialog/dialog.d.ts +5 -4
- package/lib/divider/divider.d.ts +1 -1
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +10 -10
- package/lib/header/header.d.ts +1 -1
- package/lib/menu/menu.d.ts +2 -2
- package/lib/menu-item/menu-item.d.ts +3 -3
- package/lib/nav/nav.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +3 -3
- package/lib/nav-item/nav-item.d.ts +3 -3
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/locale.d.ts +3 -2
- package/lib/number-field/number-field.d.ts +15 -15
- package/lib/option/option.d.ts +3 -3
- package/lib/pagination/locale.d.ts +5 -0
- package/lib/pagination/pagination.d.ts +341 -2
- package/lib/popup/popup.d.ts +1 -0
- package/lib/progress/progress.d.ts +1 -1
- package/lib/progress-ring/progress-ring.d.ts +1 -1
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio-group/radio-group.d.ts +4 -4
- package/lib/range-slider/range-slider.d.ts +5 -5
- package/lib/rich-text-editor/menubar/menubar.d.ts +3 -3
- package/lib/rich-text-editor/rich-text-editor.d.ts +3 -3
- package/lib/searchable-select/locale.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +15 -15
- package/lib/select/select.d.ts +12 -12
- package/lib/selectable-box/selectable-box.d.ts +1 -1
- package/lib/slider/slider.d.ts +5 -5
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +2 -2
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +1 -1
- package/lib/tag/locale.d.ts +3 -0
- package/lib/tag/tag.d.ts +343 -6
- package/lib/tag-group/tag-group.d.ts +1 -1
- package/lib/text-area/text-area.d.ts +14 -14
- package/lib/text-field/text-field.d.ts +16 -16
- package/lib/time-picker/time-picker.d.ts +21 -21
- package/lib/toggletip/toggletip.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +3 -3
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +3 -3
- package/locales/de-DE.cjs +40 -5
- package/locales/de-DE.js +40 -5
- package/locales/en-GB.cjs +40 -5
- package/locales/en-GB.js +40 -5
- package/locales/en-US.cjs +40 -5
- package/locales/en-US.js +40 -5
- package/locales/ja-JP.cjs +40 -5
- package/locales/ja-JP.js +40 -5
- package/locales/zh-CN.cjs +40 -5
- package/locales/zh-CN.js +40 -5
- package/package.json +73 -45
- package/shared/aria/delegates-aria.d.ts +1 -1
- package/shared/aria/host-semantics.d.ts +1 -1
- package/shared/calendar-picker.template.cjs +40 -13
- package/shared/calendar-picker.template.js +40 -13
- package/shared/definition.cjs +19 -3
- package/shared/definition.js +20 -4
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition13.cjs +25 -0
- package/shared/definition13.js +26 -1
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.cjs +602 -522
- package/shared/definition17.js +600 -520
- package/shared/definition18.cjs +8 -1
- package/shared/definition18.js +8 -1
- package/shared/definition19.cjs +9 -2
- package/shared/definition19.js +9 -2
- package/shared/definition2.cjs +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +3 -1
- package/shared/definition20.js +3 -1
- package/shared/definition21.cjs +2 -2
- package/shared/definition21.js +2 -2
- package/shared/definition22.cjs +9 -3
- package/shared/definition22.js +9 -3
- package/shared/definition28.cjs +2 -2
- package/shared/definition28.js +2 -2
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.cjs +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition36.cjs +41 -30
- package/shared/definition36.js +34 -23
- package/shared/definition38.cjs +30 -23
- package/shared/definition38.js +30 -23
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +2 -2
- package/shared/definition42.js +2 -2
- package/shared/definition44.cjs +129 -117
- package/shared/definition44.js +130 -118
- package/shared/definition45.cjs +17 -7
- package/shared/definition45.js +17 -7
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition49.cjs +6 -6
- package/shared/definition49.js +6 -6
- package/shared/definition54.cjs +2 -2
- package/shared/definition54.js +2 -2
- package/shared/definition56.cjs +5 -4
- package/shared/definition56.js +5 -4
- package/shared/definition57.cjs +1 -1
- package/shared/definition57.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +3 -1
- package/shared/definition59.js +3 -1
- package/shared/definition6.cjs +45 -12
- package/shared/definition6.js +45 -12
- package/shared/definition63.cjs +2 -2
- package/shared/definition63.js +2 -2
- package/shared/definition64.cjs +136 -38
- package/shared/definition64.js +136 -38
- package/shared/definition67.cjs +36 -15
- package/shared/definition67.js +37 -16
- package/shared/feedback/feedback-message.d.ts +1 -1
- package/shared/feedback/mixins.d.ts +2 -2
- package/shared/form-associated.cjs +4 -0
- package/shared/form-associated.js +4 -0
- package/shared/foundation/button/button.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +2 -0
- package/shared/key-codes.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/mixins.cjs +4 -1
- package/shared/mixins.js +4 -1
- package/shared/patterns/affix.d.ts +2 -2
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
- package/shared/patterns/linkable.d.ts +1 -1
- package/shared/patterns/localized.d.ts +1 -1
- package/shared/patterns/trapped-focus.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.locale.d.ts +5 -0
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-date-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-value-picker.d.ts +1 -1
- package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +2 -2
- package/shared/picker-field/picker-field.d.ts +3 -3
- package/shared/picker-field.template.cjs +13 -13
- package/shared/picker-field.template.js +13 -13
- package/shared/vivid-element.cjs +11 -1
- package/shared/vivid-element.js +11 -1
- package/styles/core/all.css +5 -5
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +4 -4
- package/styles/fonts/spezia-variable.css +15 -15
- 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/vivid.api.json +395 -277
package/shared/vivid-element.js
CHANGED
|
@@ -2539,6 +2539,7 @@ const createRegisterFunction = (definition) => (prefix = "vwc") => {
|
|
|
2539
2539
|
const registerComponent = (componentDefinition) => {
|
|
2540
2540
|
const tag = prefixed(componentDefinition.name);
|
|
2541
2541
|
let type = componentDefinition.type;
|
|
2542
|
+
type.componentName = componentDefinition.name;
|
|
2542
2543
|
if (registeredTags.has(tag)) {
|
|
2543
2544
|
return;
|
|
2544
2545
|
} else if (tagByType.has(type) && tagByType.get(type) !== tag) {
|
|
@@ -2731,7 +2732,16 @@ const ReplacedPropHandling = (Base) => {
|
|
|
2731
2732
|
|
|
2732
2733
|
class VividElement extends AriaMixin(ReplacedPropHandling(FASTElement)) {
|
|
2733
2734
|
static {
|
|
2734
|
-
this.VIVID_VERSION = "4.
|
|
2735
|
+
this.VIVID_VERSION = "4.27.0";
|
|
2736
|
+
}
|
|
2737
|
+
/**
|
|
2738
|
+
* Add data-vvd-component attribute with component name globally,
|
|
2739
|
+
* for referring to the elements in CSS, testing or debugging
|
|
2740
|
+
*/
|
|
2741
|
+
connectedCallback() {
|
|
2742
|
+
super.connectedCallback();
|
|
2743
|
+
const name = this.constructor.componentName;
|
|
2744
|
+
this.setAttribute("data-vvd-component", name);
|
|
2735
2745
|
}
|
|
2736
2746
|
}
|
|
2737
2747
|
|
package/styles/core/all.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root {
|
|
6
|
-
color-scheme: var(--vvd-color-scheme);
|
|
7
6
|
background-color: var(--vvd-color-canvas);
|
|
8
7
|
color: var(--vvd-color-canvas-text);
|
|
8
|
+
color-scheme: var(--vvd-color-scheme);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.vvd-scrollbar {
|
|
@@ -74,16 +74,16 @@
|
|
|
74
74
|
.vvd-root:root > body {
|
|
75
75
|
font: var(--vvd-typography-base);
|
|
76
76
|
font-feature-settings: "kern"; /* turns on kerning */
|
|
77
|
-
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
78
77
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
79
78
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
79
|
+
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
80
80
|
}
|
|
81
81
|
.vvd-root:not(:root) {
|
|
82
82
|
font: var(--vvd-typography-base);
|
|
83
83
|
font-feature-settings: "kern"; /* turns on kerning */
|
|
84
|
-
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
85
84
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
86
85
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
86
|
+
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
87
87
|
}
|
|
88
88
|
.vvd-root p,
|
|
89
89
|
.vvd-root .font-base {
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
}
|
|
186
186
|
.vvd-root sub,
|
|
187
187
|
.vvd-root sup {
|
|
188
|
+
position: relative;
|
|
188
189
|
font: var(--vvd-typography-base-condensed);
|
|
189
190
|
font-size: 75%;
|
|
190
191
|
line-height: 0;
|
|
191
|
-
position: relative;
|
|
192
192
|
vertical-align: baseline;
|
|
193
193
|
}
|
|
194
194
|
.vvd-root sub {
|
package/styles/core/theme.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root {
|
|
6
|
-
color-scheme: var(--vvd-color-scheme);
|
|
7
6
|
background-color: var(--vvd-color-canvas);
|
|
8
7
|
color: var(--vvd-color-canvas-text);
|
|
8
|
+
color-scheme: var(--vvd-color-scheme);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.vvd-scrollbar {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root:root {
|
|
6
6
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
.vvd-root:root > body {
|
|
10
10
|
font: var(--vvd-typography-base);
|
|
11
11
|
font-feature-settings: "kern"; /* turns on kerning */
|
|
12
|
-
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
13
12
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
14
13
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
14
|
+
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
15
15
|
}
|
|
16
16
|
.vvd-root:not(:root) {
|
|
17
17
|
font: var(--vvd-typography-base);
|
|
18
18
|
font-feature-settings: "kern"; /* turns on kerning */
|
|
19
|
-
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
20
19
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
21
20
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
21
|
+
text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
|
|
22
22
|
}
|
|
23
23
|
.vvd-root p,
|
|
24
24
|
.vvd-root .font-base {
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
}
|
|
121
121
|
.vvd-root sub,
|
|
122
122
|
.vvd-root sup {
|
|
123
|
+
position: relative;
|
|
123
124
|
font: var(--vvd-typography-base-condensed);
|
|
124
125
|
font-size: 75%;
|
|
125
126
|
line-height: 0;
|
|
126
|
-
position: relative;
|
|
127
127
|
vertical-align: baseline;
|
|
128
128
|
}
|
|
129
129
|
.vvd-root sub {
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
+
font-display: block;
|
|
2
3
|
font-family: SpeziaCompleteVariableUpright;
|
|
3
4
|
font-stretch: 50% 200%;
|
|
4
5
|
font-weight: 1 1000;
|
|
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
|
+
font-display: block;
|
|
9
10
|
font-family: SpeziaMonoCompleteVariable;
|
|
10
11
|
font-stretch: 50% 200%;
|
|
11
12
|
font-weight: 1 1000;
|
|
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 {
|
|
16
16
|
--vvd-typography-headline: 500 condensed
|
|
17
17
|
calc(var(--vvd-size-font-scale-base, 16px) * 4.125) / 1.3333333333333333
|
|
18
|
-
|
|
18
|
+
speziacompletevariableupright;
|
|
19
19
|
--vvd-typography-subtitle: 500 condensed
|
|
20
20
|
calc(var(--vvd-size-font-scale-base, 16px) * 3.25) / 1.3076923076923077
|
|
21
|
-
|
|
21
|
+
speziacompletevariableupright;
|
|
22
22
|
--vvd-typography-heading-1: 500 condensed
|
|
23
23
|
calc(var(--vvd-size-font-scale-base, 16px) * 2.5) / 1.3
|
|
24
|
-
|
|
24
|
+
speziacompletevariableupright;
|
|
25
25
|
--vvd-typography-heading-2: 500 condensed
|
|
26
26
|
calc(var(--vvd-size-font-scale-base, 16px) * 2) / 1.375
|
|
27
|
-
|
|
27
|
+
speziacompletevariableupright;
|
|
28
28
|
--vvd-typography-heading-3: 500 condensed
|
|
29
29
|
calc(var(--vvd-size-font-scale-base, 16px) * 1.625) / 1.3846153846153846
|
|
30
|
-
|
|
30
|
+
speziacompletevariableupright;
|
|
31
31
|
--vvd-typography-heading-4: 500 condensed
|
|
32
32
|
calc(var(--vvd-size-font-scale-base, 16px) * 1.25) / 1.4
|
|
33
|
-
|
|
33
|
+
speziacompletevariableupright;
|
|
34
34
|
--vvd-typography-base: 400 ultra-condensed
|
|
35
35
|
calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
|
|
36
|
-
|
|
36
|
+
speziacompletevariableupright;
|
|
37
37
|
--vvd-typography-base-bold: 600 ultra-condensed
|
|
38
38
|
calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
|
|
39
|
-
|
|
39
|
+
speziacompletevariableupright;
|
|
40
40
|
--vvd-typography-base-code: 400 ultra-condensed
|
|
41
41
|
calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
|
|
42
|
-
|
|
42
|
+
speziamonocompletevariable;
|
|
43
43
|
--vvd-typography-base-condensed: 400 ultra-condensed
|
|
44
44
|
calc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333
|
|
45
|
-
|
|
45
|
+
speziacompletevariableupright;
|
|
46
46
|
--vvd-typography-base-condensed-bold: 600 ultra-condensed
|
|
47
47
|
calc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333
|
|
48
|
-
|
|
48
|
+
speziacompletevariableupright;
|
|
49
49
|
--vvd-typography-base-extended: 400 ultra-condensed
|
|
50
50
|
calc(var(--vvd-size-font-scale-base, 16px)) / 1.5
|
|
51
|
-
|
|
51
|
+
speziacompletevariableupright;
|
|
52
52
|
--vvd-typography-base-extended-bold: 600 ultra-condensed
|
|
53
53
|
calc(var(--vvd-size-font-scale-base, 16px)) / 1.5
|
|
54
|
-
|
|
54
|
+
speziacompletevariableupright;
|
|
55
55
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 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 Thu, 26 Jun 2025 11:10:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 26 Jun 2025 11:10:08 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|