@vonage/vivid-vue 4.2.0 → 4.4.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/generated/components/VAccordion.vue3.d.ts +7 -7
- package/generated/components/VAccordionItem.vue2.d.ts +3 -2
- package/generated/components/VAccordionItem.vue3.d.ts +10 -9
- package/generated/components/VActionGroup.vue3.d.ts +6 -6
- package/generated/components/VAlert.vue2.d.ts +3 -2
- package/generated/components/VAlert.vue3.d.ts +11 -10
- package/generated/components/VAudioPlayer.vue3.d.ts +6 -6
- package/generated/components/VAvatar.vue2.d.ts +5 -4
- package/generated/components/VAvatar.vue3.d.ts +11 -10
- package/generated/components/VBadge.vue2.d.ts +5 -4
- package/generated/components/VBadge.vue3.d.ts +11 -10
- package/generated/components/VBanner.vue2.d.ts +5 -4
- package/generated/components/VBanner.vue3.d.ts +11 -10
- package/generated/components/VBreadcrumb.vue3.d.ts +6 -6
- package/generated/components/VBreadcrumbItem.vue3.d.ts +6 -6
- package/generated/components/VButton.vue2.d.ts +24 -8
- package/generated/components/VButton.vue3.d.ts +30 -14
- package/generated/components/VCalendar.vue2.d.ts +2 -2
- package/generated/components/VCalendar.vue3.d.ts +8 -8
- package/generated/components/VCalendarEvent.vue2.d.ts +2 -2
- package/generated/components/VCalendarEvent.vue3.d.ts +8 -8
- package/generated/components/VCard.vue2.d.ts +5 -4
- package/generated/components/VCard.vue3.d.ts +11 -10
- package/generated/components/VCheckbox.vue3.d.ts +9 -9
- package/generated/components/VCombobox.vue2.d.ts +3 -2
- package/generated/components/VCombobox.vue3.d.ts +12 -11
- package/generated/components/VDataGrid.vue2.d.ts +3 -3
- package/generated/components/VDataGrid.vue3.d.ts +10 -10
- package/generated/components/VDataGridCell.vue3.d.ts +8 -8
- package/generated/components/VDataGridRow.vue3.d.ts +8 -8
- package/generated/components/VDatePicker.vue3.d.ts +10 -10
- package/generated/components/VDateRangePicker.vue3.d.ts +14 -14
- package/generated/components/VDialPad.vue3.d.ts +12 -12
- package/generated/components/VDialog.vue2.d.ts +19 -3
- package/generated/components/VDialog.vue3.d.ts +37 -9
- package/generated/components/VDivider.vue3.d.ts +6 -6
- package/generated/components/VEmptyState.vue2.d.ts +33 -2
- package/generated/components/VEmptyState.vue3.d.ts +39 -8
- package/generated/components/VFab.vue2.d.ts +7 -6
- package/generated/components/VFab.vue3.d.ts +13 -12
- package/generated/components/VFilePicker.vue2.d.ts +2 -2
- package/generated/components/VFilePicker.vue3.d.ts +9 -9
- package/generated/components/VHeader.vue3.d.ts +6 -6
- package/generated/components/VIcon.vue2.d.ts +7 -6
- package/generated/components/VIcon.vue3.d.ts +13 -12
- package/generated/components/VLayout.vue2.d.ts +2 -2
- package/generated/components/VLayout.vue3.d.ts +8 -8
- package/generated/components/VMenu.vue2.d.ts +2 -2
- package/generated/components/VMenu.vue3.d.ts +10 -10
- package/generated/components/VMenuItem.vue2.d.ts +7 -6
- package/generated/components/VMenuItem.vue3.d.ts +17 -16
- package/generated/components/VNav.vue3.d.ts +6 -6
- package/generated/components/VNavDisclosure.vue2.d.ts +3 -2
- package/generated/components/VNavDisclosure.vue3.d.ts +10 -9
- package/generated/components/VNavItem.vue2.d.ts +3 -2
- package/generated/components/VNavItem.vue3.d.ts +9 -8
- package/generated/components/VNote.vue2.d.ts +3 -2
- package/generated/components/VNote.vue3.d.ts +9 -8
- package/generated/components/VNumberField.vue2.d.ts +3 -2
- package/generated/components/VNumberField.vue3.d.ts +12 -11
- package/generated/components/VOption.vue2.d.ts +3 -2
- package/generated/components/VOption.vue3.d.ts +9 -8
- package/generated/components/VPagination.vue2.d.ts +2 -2
- package/generated/components/VPagination.vue3.d.ts +9 -9
- package/generated/components/VProgress.vue3.d.ts +6 -6
- package/generated/components/VProgressRing.vue2.d.ts +2 -2
- package/generated/components/VProgressRing.vue3.d.ts +8 -8
- package/generated/components/VRadio.vue3.d.ts +7 -7
- package/generated/components/VRadioGroup.vue2.d.ts +2 -2
- package/generated/components/VRadioGroup.vue3.d.ts +11 -11
- package/generated/components/VRangeSlider.vue2.d.ts +15 -0
- package/generated/components/VRangeSlider.vue3.d.ts +28 -13
- package/generated/components/VSelect.vue2.d.ts +3 -2
- package/generated/components/VSelect.vue3.d.ts +12 -11
- package/generated/components/VSelectableBox.vue3.d.ts +7 -7
- package/generated/components/VSideDrawer.vue2.d.ts +1 -1
- package/generated/components/VSideDrawer.vue3.d.ts +9 -9
- package/generated/components/VSlider.vue2.d.ts +16 -1
- package/generated/components/VSlider.vue3.d.ts +25 -10
- package/generated/components/VSplitButton.vue2.d.ts +9 -8
- package/generated/components/VSplitButton.vue3.d.ts +17 -16
- package/generated/components/VSwitch.vue2.d.ts +3 -3
- package/generated/components/VSwitch.vue3.d.ts +12 -12
- package/generated/components/VTab.vue2.d.ts +3 -2
- package/generated/components/VTab.vue3.d.ts +9 -8
- package/generated/components/VTabPanel.vue3.d.ts +6 -6
- package/generated/components/VTabs.vue2.d.ts +2 -2
- package/generated/components/VTabs.vue3.d.ts +9 -9
- package/generated/components/VTag.vue2.d.ts +5 -4
- package/generated/components/VTag.vue3.d.ts +13 -12
- package/generated/components/VTagGroup.vue3.d.ts +6 -6
- package/generated/components/VTextArea.vue2.d.ts +4 -4
- package/generated/components/VTextArea.vue3.d.ts +13 -13
- package/generated/components/VTextField.vue2.d.ts +5 -4
- package/generated/components/VTextField.vue3.d.ts +14 -13
- package/generated/components/VTimePicker.vue3.d.ts +9 -9
- package/generated/components/VToggletip.vue2.d.ts +2 -2
- package/generated/components/VToggletip.vue3.d.ts +8 -8
- package/generated/components/VTooltip.vue2.d.ts +2 -2
- package/generated/components/VTooltip.vue3.d.ts +8 -8
- package/generated/components/VTreeItem.vue2.d.ts +3 -2
- package/generated/components/VTreeItem.vue3.d.ts +11 -10
- package/generated/components/VTreeView.vue3.d.ts +6 -6
- package/generated/components/VVideoPlayer.vue3.d.ts +9 -9
- package/index.cjs +103 -37
- package/index.js +103 -37
- package/package.json +2 -2
- package/web-types.json +119 -1866
package/index.cjs
CHANGED
|
@@ -135,23 +135,20 @@ const VAccordion = vue.defineComponent({
|
|
|
135
135
|
|
|
136
136
|
function handleNamedSlotV2(slot, children) {
|
|
137
137
|
children.forEach((child) => {
|
|
138
|
-
if (!child.data)
|
|
139
|
-
child.data = {};
|
|
138
|
+
if (!child.data) child.data = {};
|
|
140
139
|
child.data.attrs = { ...child.data?.attrs, slot };
|
|
141
140
|
});
|
|
142
141
|
return children;
|
|
143
142
|
}
|
|
144
143
|
function handleNamedSlotV3(slot, children) {
|
|
145
144
|
children.forEach((child) => {
|
|
146
|
-
if (!child.props)
|
|
147
|
-
child.props = {};
|
|
145
|
+
if (!child.props) child.props = {};
|
|
148
146
|
child.props = { ...child.props, slot };
|
|
149
147
|
});
|
|
150
148
|
return children;
|
|
151
149
|
}
|
|
152
150
|
function handleNamedSlot(slot, children) {
|
|
153
|
-
if (!children)
|
|
154
|
-
return null;
|
|
151
|
+
if (!children) return null;
|
|
155
152
|
return isVue2 ? handleNamedSlotV2(slot, children) : handleNamedSlotV3(slot, children());
|
|
156
153
|
}
|
|
157
154
|
|
|
@@ -1592,6 +1589,13 @@ const VButton = vue.defineComponent({
|
|
|
1592
1589
|
* Displays the button in pending state.
|
|
1593
1590
|
*/
|
|
1594
1591
|
pending: { type: Boolean, default: void 0 },
|
|
1592
|
+
/**
|
|
1593
|
+
* Display a chevron to indicate that the button opens a dropdown.
|
|
1594
|
+
*/
|
|
1595
|
+
dropdownIndicator: {
|
|
1596
|
+
type: Boolean,
|
|
1597
|
+
default: void 0
|
|
1598
|
+
},
|
|
1595
1599
|
/**
|
|
1596
1600
|
* Displays the button in active state.
|
|
1597
1601
|
*/
|
|
@@ -1707,6 +1711,7 @@ const VButton = vue.defineComponent({
|
|
|
1707
1711
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
1708
1712
|
...this.stacked !== void 0 ? { stacked: this.stacked } : {},
|
|
1709
1713
|
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
1714
|
+
...this.dropdownIndicator !== void 0 ? { "dropdown-indicator": this.dropdownIndicator } : {},
|
|
1710
1715
|
...this.active !== void 0 ? { active: this.active } : {},
|
|
1711
1716
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
1712
1717
|
...this.href !== void 0 ? { href: this.href } : {},
|
|
@@ -1762,6 +1767,7 @@ const VButton = vue.defineComponent({
|
|
|
1762
1767
|
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
1763
1768
|
...this.stacked !== void 0 && this.stacked !== false ? { "^stacked": this.stacked } : {},
|
|
1764
1769
|
...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
|
|
1770
|
+
...this.dropdownIndicator !== void 0 && this.dropdownIndicator !== false ? { "^dropdown-indicator": this.dropdownIndicator } : {},
|
|
1765
1771
|
...this.active !== void 0 && this.active !== false ? { "^active": this.active } : {},
|
|
1766
1772
|
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
1767
1773
|
...this.href !== void 0 ? { "^href": this.href } : {},
|
|
@@ -2389,7 +2395,7 @@ const VCheckbox = vue.defineComponent({
|
|
|
2389
2395
|
*/
|
|
2390
2396
|
"input",
|
|
2391
2397
|
/**
|
|
2392
|
-
*
|
|
2398
|
+
* Fires when the modelValue value changes
|
|
2393
2399
|
* @type {boolean}
|
|
2394
2400
|
*/
|
|
2395
2401
|
"update:modelValue"
|
|
@@ -2629,7 +2635,7 @@ const VCombobox = vue.defineComponent({
|
|
|
2629
2635
|
*/
|
|
2630
2636
|
"change",
|
|
2631
2637
|
/**
|
|
2632
|
-
* Fires
|
|
2638
|
+
* Fires when the modelValue value changes
|
|
2633
2639
|
* @type {string}
|
|
2634
2640
|
*/
|
|
2635
2641
|
"update:modelValue"
|
|
@@ -3305,7 +3311,7 @@ const VDatePicker = vue.defineComponent({
|
|
|
3305
3311
|
*/
|
|
3306
3312
|
"clear-click",
|
|
3307
3313
|
/**
|
|
3308
|
-
*
|
|
3314
|
+
* Fires when the modelValue value changes
|
|
3309
3315
|
* @type {string}
|
|
3310
3316
|
*/
|
|
3311
3317
|
"update:modelValue"
|
|
@@ -3530,12 +3536,12 @@ const VDateRangePicker = vue.defineComponent({
|
|
|
3530
3536
|
*/
|
|
3531
3537
|
"clear-click",
|
|
3532
3538
|
/**
|
|
3533
|
-
*
|
|
3539
|
+
* Fires when the start value changes
|
|
3534
3540
|
* @type {string}
|
|
3535
3541
|
*/
|
|
3536
3542
|
"update:start",
|
|
3537
3543
|
/**
|
|
3538
|
-
*
|
|
3544
|
+
* Fires when the end value changes
|
|
3539
3545
|
* @type {string}
|
|
3540
3546
|
*/
|
|
3541
3547
|
"update:end"
|
|
@@ -3758,7 +3764,7 @@ const VDialPad = vue.defineComponent({
|
|
|
3758
3764
|
*/
|
|
3759
3765
|
"end-call",
|
|
3760
3766
|
/**
|
|
3761
|
-
*
|
|
3767
|
+
* Fires when the modelValue value changes
|
|
3762
3768
|
* @type {string}
|
|
3763
3769
|
*/
|
|
3764
3770
|
"update:modelValue"
|
|
@@ -3883,7 +3889,11 @@ const VDialog = vue.defineComponent({
|
|
|
3883
3889
|
type: String,
|
|
3884
3890
|
default: void 0
|
|
3885
3891
|
},
|
|
3886
|
-
noLightDismiss: { type: Boolean, default: void 0 }
|
|
3892
|
+
noLightDismiss: { type: Boolean, default: void 0 },
|
|
3893
|
+
/**
|
|
3894
|
+
* Controls whether the dialog is modal.
|
|
3895
|
+
*/
|
|
3896
|
+
modal: { type: Boolean, default: void 0 }
|
|
3887
3897
|
},
|
|
3888
3898
|
emits: [
|
|
3889
3899
|
/**
|
|
@@ -3916,11 +3926,21 @@ const VDialog = vue.defineComponent({
|
|
|
3916
3926
|
* @type {Event}
|
|
3917
3927
|
*/
|
|
3918
3928
|
"input",
|
|
3929
|
+
/**
|
|
3930
|
+
* The `open` event fires when the dialog opens.
|
|
3931
|
+
* @type {CustomEvent<undefined>}
|
|
3932
|
+
*/
|
|
3933
|
+
"open",
|
|
3919
3934
|
/**
|
|
3920
3935
|
* The `close` event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property.
|
|
3921
3936
|
* @type {CustomEvent<string>}
|
|
3922
3937
|
*/
|
|
3923
|
-
"close"
|
|
3938
|
+
"close",
|
|
3939
|
+
/**
|
|
3940
|
+
* Fires when the open value changes
|
|
3941
|
+
* @type {boolean}
|
|
3942
|
+
*/
|
|
3943
|
+
"update:open"
|
|
3924
3944
|
],
|
|
3925
3945
|
methods: {
|
|
3926
3946
|
close() {
|
|
@@ -3954,7 +3974,8 @@ const VDialog = vue.defineComponent({
|
|
|
3954
3974
|
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
3955
3975
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
3956
3976
|
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3957
|
-
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {}
|
|
3977
|
+
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {},
|
|
3978
|
+
...this.modal !== void 0 ? { modal: this.modal } : {}
|
|
3958
3979
|
},
|
|
3959
3980
|
class: "vvd-component",
|
|
3960
3981
|
on: {
|
|
@@ -3964,7 +3985,14 @@ const VDialog = vue.defineComponent({
|
|
|
3964
3985
|
keydown: (event) => this.$emit("keydown", event),
|
|
3965
3986
|
keyup: (event) => this.$emit("keyup", event),
|
|
3966
3987
|
input: (event) => this.$emit("input", event),
|
|
3967
|
-
|
|
3988
|
+
open: (event) => {
|
|
3989
|
+
this.$emit("update:open", event.target.open);
|
|
3990
|
+
this.$emit("open", event);
|
|
3991
|
+
},
|
|
3992
|
+
close: (event) => {
|
|
3993
|
+
this.$emit("update:open", event.target.open);
|
|
3994
|
+
this.$emit("close", event);
|
|
3995
|
+
}
|
|
3968
3996
|
}
|
|
3969
3997
|
},
|
|
3970
3998
|
[
|
|
@@ -3997,13 +4025,21 @@ const VDialog = vue.defineComponent({
|
|
|
3997
4025
|
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
3998
4026
|
...this.dismissButtonAriaLabel !== void 0 ? { "^dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3999
4027
|
...this.noLightDismiss !== void 0 && this.noLightDismiss !== false ? { "^no-light-dismiss": this.noLightDismiss } : {},
|
|
4028
|
+
...this.modal !== void 0 && this.modal !== false ? { "^modal": this.modal } : {},
|
|
4000
4029
|
onClick: (event) => this.$emit("click", event),
|
|
4001
4030
|
onFocus: (event) => this.$emit("focus", event),
|
|
4002
4031
|
onBlur: (event) => this.$emit("blur", event),
|
|
4003
4032
|
onKeydown: (event) => this.$emit("keydown", event),
|
|
4004
4033
|
onKeyup: (event) => this.$emit("keyup", event),
|
|
4005
4034
|
onInput: (event) => this.$emit("input", event),
|
|
4006
|
-
|
|
4035
|
+
onOpen: (event) => {
|
|
4036
|
+
this.$emit("update:open", event.target.open);
|
|
4037
|
+
this.$emit("open", event);
|
|
4038
|
+
},
|
|
4039
|
+
onClose: (event) => {
|
|
4040
|
+
this.$emit("update:open", event.target.open);
|
|
4041
|
+
this.$emit("close", event);
|
|
4042
|
+
}
|
|
4007
4043
|
},
|
|
4008
4044
|
[
|
|
4009
4045
|
// @ts-ignore
|
|
@@ -4143,6 +4179,13 @@ const VEmptyState = vue.defineComponent({
|
|
|
4143
4179
|
type: String,
|
|
4144
4180
|
default: void 0
|
|
4145
4181
|
},
|
|
4182
|
+
/**
|
|
4183
|
+
* The connotation the empty state should have.
|
|
4184
|
+
*/
|
|
4185
|
+
connotation: {
|
|
4186
|
+
type: String,
|
|
4187
|
+
default: void 0
|
|
4188
|
+
},
|
|
4146
4189
|
/**
|
|
4147
4190
|
* An optional headline for the empty state.
|
|
4148
4191
|
*/
|
|
@@ -4151,7 +4194,14 @@ const VEmptyState = vue.defineComponent({
|
|
|
4151
4194
|
* Icon for the empty state.
|
|
4152
4195
|
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
4153
4196
|
*/
|
|
4154
|
-
icon: { type: String, default: void 0 }
|
|
4197
|
+
icon: { type: String, default: void 0 },
|
|
4198
|
+
/**
|
|
4199
|
+
* option to a new design for the icon circle
|
|
4200
|
+
*/
|
|
4201
|
+
iconDecoration: {
|
|
4202
|
+
type: String,
|
|
4203
|
+
default: void 0
|
|
4204
|
+
}
|
|
4155
4205
|
},
|
|
4156
4206
|
emits: [
|
|
4157
4207
|
/**
|
|
@@ -4199,8 +4249,10 @@ const VEmptyState = vue.defineComponent({
|
|
|
4199
4249
|
ref: "element",
|
|
4200
4250
|
attrs: {
|
|
4201
4251
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4252
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4202
4253
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
4203
|
-
...this.icon !== void 0 ? { icon: this.icon } : {}
|
|
4254
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4255
|
+
...this.iconDecoration !== void 0 ? { "icon-decoration": this.iconDecoration } : {}
|
|
4204
4256
|
},
|
|
4205
4257
|
class: "vvd-component",
|
|
4206
4258
|
on: {
|
|
@@ -4227,8 +4279,10 @@ const VEmptyState = vue.defineComponent({
|
|
|
4227
4279
|
ref: "element",
|
|
4228
4280
|
class: "vvd-component",
|
|
4229
4281
|
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4282
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
4230
4283
|
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
4231
4284
|
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
4285
|
+
...this.iconDecoration !== void 0 ? { "^icon-decoration": this.iconDecoration } : {},
|
|
4232
4286
|
onClick: (event) => this.$emit("click", event),
|
|
4233
4287
|
onFocus: (event) => this.$emit("focus", event),
|
|
4234
4288
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5343,7 +5397,7 @@ const VMenuItem = vue.defineComponent({
|
|
|
5343
5397
|
*/
|
|
5344
5398
|
"change",
|
|
5345
5399
|
/**
|
|
5346
|
-
* Fires
|
|
5400
|
+
* Fires when the modelValue value changes
|
|
5347
5401
|
* @type {boolean}
|
|
5348
5402
|
*/
|
|
5349
5403
|
"update:modelValue"
|
|
@@ -6148,7 +6202,7 @@ const VNumberField = vue.defineComponent({
|
|
|
6148
6202
|
*/
|
|
6149
6203
|
"change",
|
|
6150
6204
|
/**
|
|
6151
|
-
* Fires
|
|
6205
|
+
* Fires when the modelValue value changes
|
|
6152
6206
|
* @type {string}
|
|
6153
6207
|
*/
|
|
6154
6208
|
"update:modelValue"
|
|
@@ -7119,7 +7173,7 @@ const VRadioGroup = vue.defineComponent({
|
|
|
7119
7173
|
*/
|
|
7120
7174
|
"change",
|
|
7121
7175
|
/**
|
|
7122
|
-
* Fires
|
|
7176
|
+
* Fires when the modelValue value changes
|
|
7123
7177
|
* @type {string}
|
|
7124
7178
|
*/
|
|
7125
7179
|
"update:modelValue"
|
|
@@ -7301,7 +7355,11 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7301
7355
|
connotation: {
|
|
7302
7356
|
type: String,
|
|
7303
7357
|
default: void 0
|
|
7304
|
-
}
|
|
7358
|
+
},
|
|
7359
|
+
/**
|
|
7360
|
+
* Show current values on the thumbs.
|
|
7361
|
+
*/
|
|
7362
|
+
pin: { type: Boolean, default: void 0 }
|
|
7305
7363
|
},
|
|
7306
7364
|
emits: [
|
|
7307
7365
|
/**
|
|
@@ -7350,12 +7408,12 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7350
7408
|
*/
|
|
7351
7409
|
"change",
|
|
7352
7410
|
/**
|
|
7353
|
-
*
|
|
7411
|
+
* Fires when the start value changes
|
|
7354
7412
|
* @type {string}
|
|
7355
7413
|
*/
|
|
7356
7414
|
"update:start",
|
|
7357
7415
|
/**
|
|
7358
|
-
*
|
|
7416
|
+
* Fires when the end value changes
|
|
7359
7417
|
* @type {string}
|
|
7360
7418
|
*/
|
|
7361
7419
|
"update:end"
|
|
@@ -7398,7 +7456,8 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7398
7456
|
...this.ariaStartLabel !== void 0 ? { "aria-start-label": this.ariaStartLabel } : {},
|
|
7399
7457
|
...this.ariaEndLabel !== void 0 ? { "aria-end-label": this.ariaEndLabel } : {},
|
|
7400
7458
|
...this.markers !== void 0 ? { markers: this.markers } : {},
|
|
7401
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
7459
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7460
|
+
...this.pin !== void 0 ? { pin: this.pin } : {}
|
|
7402
7461
|
},
|
|
7403
7462
|
class: "vvd-component",
|
|
7404
7463
|
on: {
|
|
@@ -7446,6 +7505,7 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7446
7505
|
...this.ariaEndLabel !== void 0 ? { "^aria-end-label": this.ariaEndLabel } : {},
|
|
7447
7506
|
...this.markers !== void 0 && this.markers !== false ? { "^markers": this.markers } : {},
|
|
7448
7507
|
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
7508
|
+
...this.pin !== void 0 && this.pin !== false ? { "^pin": this.pin } : {},
|
|
7449
7509
|
onClick: (event) => this.$emit("click", event),
|
|
7450
7510
|
onFocus: (event) => this.$emit("focus", event),
|
|
7451
7511
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7614,7 +7674,7 @@ const VSelect = vue.defineComponent({
|
|
|
7614
7674
|
*/
|
|
7615
7675
|
"change",
|
|
7616
7676
|
/**
|
|
7617
|
-
* Fires
|
|
7677
|
+
* Fires when the modelValue value changes
|
|
7618
7678
|
* @type {string}
|
|
7619
7679
|
*/
|
|
7620
7680
|
"update:modelValue"
|
|
@@ -8129,6 +8189,10 @@ const VSlider = vue.defineComponent({
|
|
|
8129
8189
|
* Display markers on/off
|
|
8130
8190
|
*/
|
|
8131
8191
|
markers: { type: Boolean, default: void 0 },
|
|
8192
|
+
/**
|
|
8193
|
+
* Show current value on the thumb.
|
|
8194
|
+
*/
|
|
8195
|
+
pin: { type: Boolean, default: void 0 },
|
|
8132
8196
|
/**
|
|
8133
8197
|
* slider connotation
|
|
8134
8198
|
*/
|
|
@@ -8174,7 +8238,7 @@ const VSlider = vue.defineComponent({
|
|
|
8174
8238
|
*/
|
|
8175
8239
|
"change",
|
|
8176
8240
|
/**
|
|
8177
|
-
* Fires
|
|
8241
|
+
* Fires when the modelValue value changes
|
|
8178
8242
|
* @type {string}
|
|
8179
8243
|
*/
|
|
8180
8244
|
"update:modelValue"
|
|
@@ -8226,6 +8290,7 @@ const VSlider = vue.defineComponent({
|
|
|
8226
8290
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8227
8291
|
...this.ariaValuetext !== void 0 ? { "aria-valuetext": this.ariaValuetext } : {},
|
|
8228
8292
|
...this.markers !== void 0 ? { markers: this.markers } : {},
|
|
8293
|
+
...this.pin !== void 0 ? { pin: this.pin } : {},
|
|
8229
8294
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
8230
8295
|
},
|
|
8231
8296
|
class: "vvd-component",
|
|
@@ -8268,6 +8333,7 @@ const VSlider = vue.defineComponent({
|
|
|
8268
8333
|
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
8269
8334
|
...this.ariaValuetext !== void 0 ? { "^aria-valuetext": this.ariaValuetext } : {},
|
|
8270
8335
|
...this.markers !== void 0 && this.markers !== false ? { "^markers": this.markers } : {},
|
|
8336
|
+
...this.pin !== void 0 && this.pin !== false ? { "^pin": this.pin } : {},
|
|
8271
8337
|
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8272
8338
|
onClick: (event) => this.$emit("click", event),
|
|
8273
8339
|
onFocus: (event) => this.$emit("focus", event),
|
|
@@ -8593,7 +8659,7 @@ const VSwitch = vue.defineComponent({
|
|
|
8593
8659
|
*/
|
|
8594
8660
|
"change",
|
|
8595
8661
|
/**
|
|
8596
|
-
*
|
|
8662
|
+
* Fires when the modelValue value changes
|
|
8597
8663
|
* @type {boolean}
|
|
8598
8664
|
*/
|
|
8599
8665
|
"update:modelValue"
|
|
@@ -9527,7 +9593,7 @@ const VTextArea = vue.defineComponent({
|
|
|
9527
9593
|
*/
|
|
9528
9594
|
"change",
|
|
9529
9595
|
/**
|
|
9530
|
-
* Fires when the value
|
|
9596
|
+
* Fires when the modelValue value changes
|
|
9531
9597
|
* @type {string}
|
|
9532
9598
|
*/
|
|
9533
9599
|
"update:modelValue"
|
|
@@ -9817,7 +9883,7 @@ const VTextField = vue.defineComponent({
|
|
|
9817
9883
|
*/
|
|
9818
9884
|
"change",
|
|
9819
9885
|
/**
|
|
9820
|
-
* Fires when the value
|
|
9886
|
+
* Fires when the modelValue value changes
|
|
9821
9887
|
* @type {string}
|
|
9822
9888
|
*/
|
|
9823
9889
|
"update:modelValue"
|
|
@@ -10090,7 +10156,7 @@ const VTimePicker = vue.defineComponent({
|
|
|
10090
10156
|
*/
|
|
10091
10157
|
"change",
|
|
10092
10158
|
/**
|
|
10093
|
-
*
|
|
10159
|
+
* Fires when the modelValue value changes
|
|
10094
10160
|
* @type {string}
|
|
10095
10161
|
*/
|
|
10096
10162
|
"update:modelValue"
|
|
@@ -12089,17 +12155,17 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
12089
12155
|
return Icon2;
|
|
12090
12156
|
})(Icon || {});
|
|
12091
12157
|
|
|
12092
|
-
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n}\n";
|
|
12158
|
+
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n}\n";
|
|
12093
12159
|
|
|
12094
|
-
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 11 Jul 2024 10:35:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n}\n";
|
|
12160
|
+
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n}\n";
|
|
12095
12161
|
|
|
12096
12162
|
const fontsSpeziaVariableCss = "@font-face {\n font-family: SpeziaCompleteVariableUpright;\n font-stretch: 50% 200%;\n font-weight: 1 1000;\n font-display: block;\n src: url(\"https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2\") format(\"woff2\");\n}\n@font-face {\n font-family: SpeziaMonoCompleteVariable;\n font-stretch: 50% 200%;\n font-weight: 1 1000;\n font-display: block;\n src: url(\"https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2\") format(\"woff2\");\n}\n.vvd-root {\n --vvd-typography-headline: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 4.125) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-subtitle: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 3.25) / 1.3076923076923077\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-1: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 2.5) / 1.3\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-2: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 2) / 1.375\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-3: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 1.625) / 1.3846153846153846\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-4: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 1.25) / 1.4\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-code: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaMonoCompleteVariable;\n --vvd-typography-base-condensed: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-condensed-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-extended: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px)) / 1.5\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-extended-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px)) / 1.5\n \tSpeziaCompleteVariableUpright;\n}\n";
|
|
12097
12163
|
|
|
12098
|
-
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12164
|
+
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n.vvd-root, ::part(vvd-root),\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --_vvd3--vvd-color-neutral-50: var(\n \t--vvd-color-neutral-50\n );\n}\n\n.vvd-component:not(.vvd-theme-alternate) {\n --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);\n}\n";
|
|
12099
12165
|
|
|
12100
|
-
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12166
|
+
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n.vvd-root {\n color-scheme: var(--vvd-color-scheme);\n background-color: var(--vvd-color-canvas);\n color: var(--vvd-color-canvas-text);\n}\n";
|
|
12101
12167
|
|
|
12102
|
-
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12168
|
+
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Thu, 01 Aug 2024 12:52:05 GMT\n */\n.vvd-root:root {\n --vvd-size-font-scale-base: 1rem;\n font-size: unset;\n}\n.vvd-root:root > body {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n}\n.vvd-root:not(:root) {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n}\n.vvd-root p,\n.vvd-root .font-base {\n font: var(--vvd-typography-base);\n margin-block: 16px;\n}\n.vvd-root p.tight,\n.vvd-root .font-base.tight {\n margin-block: 0;\n}\n.vvd-root .font-base-bold {\n font: var(--vvd-typography-base-bold);\n}\n.vvd-root .font-base-condensed {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root .font-base-condensed-bold {\n font: var(--vvd-typography-base-condensed-bold);\n}\n.vvd-root .font-base-extended {\n font: var(--vvd-typography-base-extended);\n}\n.vvd-root .font-base-extended-bold {\n font: var(--vvd-typography-base-extended-bold);\n}\n.vvd-root .font-base-code {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root b, .vvd-root strong {\n font-weight: 600;\n}\n.vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root .headline {\n font: var(--vvd-typography-headline);\n margin-block: 40px;\n}\n.vvd-root .subtitle {\n font: var(--vvd-typography-subtitle);\n margin-block: 40px;\n}\n.vvd-root h1,\n.vvd-root .heading1 {\n font: var(--vvd-typography-heading-1);\n margin-block: 32px;\n}\n.vvd-root h2,\n.vvd-root .heading2 {\n font: var(--vvd-typography-heading-2);\n margin-block: 32px;\n}\n.vvd-root h3,\n.vvd-root .heading3 {\n font: var(--vvd-typography-heading-3);\n margin-block: 24px;\n}\n.vvd-root h4,\n.vvd-root .heading4 {\n font: var(--vvd-typography-heading-4);\n margin-block: 24px;\n}\n.vvd-root .headline b, .vvd-root .headline strong,\n.vvd-root .subtitle b,\n.vvd-root .subtitle strong,\n.vvd-root h1 b,\n.vvd-root h1 strong,\n.vvd-root .heading1 b,\n.vvd-root .heading1 strong,\n.vvd-root h2 b,\n.vvd-root h2 strong,\n.vvd-root .heading2 b,\n.vvd-root .heading2 strong,\n.vvd-root h3 b,\n.vvd-root h3 strong,\n.vvd-root .heading3 b,\n.vvd-root .heading3 strong,\n.vvd-root h4 b,\n.vvd-root h4 strong,\n.vvd-root .heading4 b,\n.vvd-root .heading4 strong {\n font-weight: 500;\n}\n.vvd-root .headline.tight,\n.vvd-root .subtitle.tight,\n.vvd-root h1.tight,\n.vvd-root .heading1.tight,\n.vvd-root h2.tight,\n.vvd-root .heading2.tight,\n.vvd-root h3.tight,\n.vvd-root .heading3.tight,\n.vvd-root h4.tight,\n.vvd-root .heading4.tight {\n margin-block: 0;\n}\n.vvd-root small,\n.vvd-root figcaption {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root sub,\n.vvd-root sup {\n font: var(--vvd-typography-base-condensed);\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n.vvd-root sub {\n bottom: -0.25em;\n}\n.vvd-root sup {\n top: -0.5em;\n}\n";
|
|
12103
12169
|
|
|
12104
12170
|
const theme = {
|
|
12105
12171
|
name: "core/theme",
|