@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.js
CHANGED
|
@@ -131,23 +131,20 @@ const VAccordion = defineComponent({
|
|
|
131
131
|
|
|
132
132
|
function handleNamedSlotV2(slot, children) {
|
|
133
133
|
children.forEach((child) => {
|
|
134
|
-
if (!child.data)
|
|
135
|
-
child.data = {};
|
|
134
|
+
if (!child.data) child.data = {};
|
|
136
135
|
child.data.attrs = { ...child.data?.attrs, slot };
|
|
137
136
|
});
|
|
138
137
|
return children;
|
|
139
138
|
}
|
|
140
139
|
function handleNamedSlotV3(slot, children) {
|
|
141
140
|
children.forEach((child) => {
|
|
142
|
-
if (!child.props)
|
|
143
|
-
child.props = {};
|
|
141
|
+
if (!child.props) child.props = {};
|
|
144
142
|
child.props = { ...child.props, slot };
|
|
145
143
|
});
|
|
146
144
|
return children;
|
|
147
145
|
}
|
|
148
146
|
function handleNamedSlot(slot, children) {
|
|
149
|
-
if (!children)
|
|
150
|
-
return null;
|
|
147
|
+
if (!children) return null;
|
|
151
148
|
return isVue2 ? handleNamedSlotV2(slot, children) : handleNamedSlotV3(slot, children());
|
|
152
149
|
}
|
|
153
150
|
|
|
@@ -1588,6 +1585,13 @@ const VButton = defineComponent({
|
|
|
1588
1585
|
* Displays the button in pending state.
|
|
1589
1586
|
*/
|
|
1590
1587
|
pending: { type: Boolean, default: void 0 },
|
|
1588
|
+
/**
|
|
1589
|
+
* Display a chevron to indicate that the button opens a dropdown.
|
|
1590
|
+
*/
|
|
1591
|
+
dropdownIndicator: {
|
|
1592
|
+
type: Boolean,
|
|
1593
|
+
default: void 0
|
|
1594
|
+
},
|
|
1591
1595
|
/**
|
|
1592
1596
|
* Displays the button in active state.
|
|
1593
1597
|
*/
|
|
@@ -1703,6 +1707,7 @@ const VButton = defineComponent({
|
|
|
1703
1707
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
1704
1708
|
...this.stacked !== void 0 ? { stacked: this.stacked } : {},
|
|
1705
1709
|
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
1710
|
+
...this.dropdownIndicator !== void 0 ? { "dropdown-indicator": this.dropdownIndicator } : {},
|
|
1706
1711
|
...this.active !== void 0 ? { active: this.active } : {},
|
|
1707
1712
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
1708
1713
|
...this.href !== void 0 ? { href: this.href } : {},
|
|
@@ -1758,6 +1763,7 @@ const VButton = defineComponent({
|
|
|
1758
1763
|
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
1759
1764
|
...this.stacked !== void 0 && this.stacked !== false ? { "^stacked": this.stacked } : {},
|
|
1760
1765
|
...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
|
|
1766
|
+
...this.dropdownIndicator !== void 0 && this.dropdownIndicator !== false ? { "^dropdown-indicator": this.dropdownIndicator } : {},
|
|
1761
1767
|
...this.active !== void 0 && this.active !== false ? { "^active": this.active } : {},
|
|
1762
1768
|
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
1763
1769
|
...this.href !== void 0 ? { "^href": this.href } : {},
|
|
@@ -2385,7 +2391,7 @@ const VCheckbox = defineComponent({
|
|
|
2385
2391
|
*/
|
|
2386
2392
|
"input",
|
|
2387
2393
|
/**
|
|
2388
|
-
*
|
|
2394
|
+
* Fires when the modelValue value changes
|
|
2389
2395
|
* @type {boolean}
|
|
2390
2396
|
*/
|
|
2391
2397
|
"update:modelValue"
|
|
@@ -2625,7 +2631,7 @@ const VCombobox = defineComponent({
|
|
|
2625
2631
|
*/
|
|
2626
2632
|
"change",
|
|
2627
2633
|
/**
|
|
2628
|
-
* Fires
|
|
2634
|
+
* Fires when the modelValue value changes
|
|
2629
2635
|
* @type {string}
|
|
2630
2636
|
*/
|
|
2631
2637
|
"update:modelValue"
|
|
@@ -3301,7 +3307,7 @@ const VDatePicker = defineComponent({
|
|
|
3301
3307
|
*/
|
|
3302
3308
|
"clear-click",
|
|
3303
3309
|
/**
|
|
3304
|
-
*
|
|
3310
|
+
* Fires when the modelValue value changes
|
|
3305
3311
|
* @type {string}
|
|
3306
3312
|
*/
|
|
3307
3313
|
"update:modelValue"
|
|
@@ -3526,12 +3532,12 @@ const VDateRangePicker = defineComponent({
|
|
|
3526
3532
|
*/
|
|
3527
3533
|
"clear-click",
|
|
3528
3534
|
/**
|
|
3529
|
-
*
|
|
3535
|
+
* Fires when the start value changes
|
|
3530
3536
|
* @type {string}
|
|
3531
3537
|
*/
|
|
3532
3538
|
"update:start",
|
|
3533
3539
|
/**
|
|
3534
|
-
*
|
|
3540
|
+
* Fires when the end value changes
|
|
3535
3541
|
* @type {string}
|
|
3536
3542
|
*/
|
|
3537
3543
|
"update:end"
|
|
@@ -3754,7 +3760,7 @@ const VDialPad = defineComponent({
|
|
|
3754
3760
|
*/
|
|
3755
3761
|
"end-call",
|
|
3756
3762
|
/**
|
|
3757
|
-
*
|
|
3763
|
+
* Fires when the modelValue value changes
|
|
3758
3764
|
* @type {string}
|
|
3759
3765
|
*/
|
|
3760
3766
|
"update:modelValue"
|
|
@@ -3879,7 +3885,11 @@ const VDialog = defineComponent({
|
|
|
3879
3885
|
type: String,
|
|
3880
3886
|
default: void 0
|
|
3881
3887
|
},
|
|
3882
|
-
noLightDismiss: { type: Boolean, default: void 0 }
|
|
3888
|
+
noLightDismiss: { type: Boolean, default: void 0 },
|
|
3889
|
+
/**
|
|
3890
|
+
* Controls whether the dialog is modal.
|
|
3891
|
+
*/
|
|
3892
|
+
modal: { type: Boolean, default: void 0 }
|
|
3883
3893
|
},
|
|
3884
3894
|
emits: [
|
|
3885
3895
|
/**
|
|
@@ -3912,11 +3922,21 @@ const VDialog = defineComponent({
|
|
|
3912
3922
|
* @type {Event}
|
|
3913
3923
|
*/
|
|
3914
3924
|
"input",
|
|
3925
|
+
/**
|
|
3926
|
+
* The `open` event fires when the dialog opens.
|
|
3927
|
+
* @type {CustomEvent<undefined>}
|
|
3928
|
+
*/
|
|
3929
|
+
"open",
|
|
3915
3930
|
/**
|
|
3916
3931
|
* 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.
|
|
3917
3932
|
* @type {CustomEvent<string>}
|
|
3918
3933
|
*/
|
|
3919
|
-
"close"
|
|
3934
|
+
"close",
|
|
3935
|
+
/**
|
|
3936
|
+
* Fires when the open value changes
|
|
3937
|
+
* @type {boolean}
|
|
3938
|
+
*/
|
|
3939
|
+
"update:open"
|
|
3920
3940
|
],
|
|
3921
3941
|
methods: {
|
|
3922
3942
|
close() {
|
|
@@ -3950,7 +3970,8 @@ const VDialog = defineComponent({
|
|
|
3950
3970
|
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
3951
3971
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
3952
3972
|
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3953
|
-
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {}
|
|
3973
|
+
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {},
|
|
3974
|
+
...this.modal !== void 0 ? { modal: this.modal } : {}
|
|
3954
3975
|
},
|
|
3955
3976
|
class: "vvd-component",
|
|
3956
3977
|
on: {
|
|
@@ -3960,7 +3981,14 @@ const VDialog = defineComponent({
|
|
|
3960
3981
|
keydown: (event) => this.$emit("keydown", event),
|
|
3961
3982
|
keyup: (event) => this.$emit("keyup", event),
|
|
3962
3983
|
input: (event) => this.$emit("input", event),
|
|
3963
|
-
|
|
3984
|
+
open: (event) => {
|
|
3985
|
+
this.$emit("update:open", event.target.open);
|
|
3986
|
+
this.$emit("open", event);
|
|
3987
|
+
},
|
|
3988
|
+
close: (event) => {
|
|
3989
|
+
this.$emit("update:open", event.target.open);
|
|
3990
|
+
this.$emit("close", event);
|
|
3991
|
+
}
|
|
3964
3992
|
}
|
|
3965
3993
|
},
|
|
3966
3994
|
[
|
|
@@ -3993,13 +4021,21 @@ const VDialog = defineComponent({
|
|
|
3993
4021
|
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
3994
4022
|
...this.dismissButtonAriaLabel !== void 0 ? { "^dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3995
4023
|
...this.noLightDismiss !== void 0 && this.noLightDismiss !== false ? { "^no-light-dismiss": this.noLightDismiss } : {},
|
|
4024
|
+
...this.modal !== void 0 && this.modal !== false ? { "^modal": this.modal } : {},
|
|
3996
4025
|
onClick: (event) => this.$emit("click", event),
|
|
3997
4026
|
onFocus: (event) => this.$emit("focus", event),
|
|
3998
4027
|
onBlur: (event) => this.$emit("blur", event),
|
|
3999
4028
|
onKeydown: (event) => this.$emit("keydown", event),
|
|
4000
4029
|
onKeyup: (event) => this.$emit("keyup", event),
|
|
4001
4030
|
onInput: (event) => this.$emit("input", event),
|
|
4002
|
-
|
|
4031
|
+
onOpen: (event) => {
|
|
4032
|
+
this.$emit("update:open", event.target.open);
|
|
4033
|
+
this.$emit("open", event);
|
|
4034
|
+
},
|
|
4035
|
+
onClose: (event) => {
|
|
4036
|
+
this.$emit("update:open", event.target.open);
|
|
4037
|
+
this.$emit("close", event);
|
|
4038
|
+
}
|
|
4003
4039
|
},
|
|
4004
4040
|
[
|
|
4005
4041
|
// @ts-ignore
|
|
@@ -4139,6 +4175,13 @@ const VEmptyState = defineComponent({
|
|
|
4139
4175
|
type: String,
|
|
4140
4176
|
default: void 0
|
|
4141
4177
|
},
|
|
4178
|
+
/**
|
|
4179
|
+
* The connotation the empty state should have.
|
|
4180
|
+
*/
|
|
4181
|
+
connotation: {
|
|
4182
|
+
type: String,
|
|
4183
|
+
default: void 0
|
|
4184
|
+
},
|
|
4142
4185
|
/**
|
|
4143
4186
|
* An optional headline for the empty state.
|
|
4144
4187
|
*/
|
|
@@ -4147,7 +4190,14 @@ const VEmptyState = defineComponent({
|
|
|
4147
4190
|
* Icon for the empty state.
|
|
4148
4191
|
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
4149
4192
|
*/
|
|
4150
|
-
icon: { type: String, default: void 0 }
|
|
4193
|
+
icon: { type: String, default: void 0 },
|
|
4194
|
+
/**
|
|
4195
|
+
* option to a new design for the icon circle
|
|
4196
|
+
*/
|
|
4197
|
+
iconDecoration: {
|
|
4198
|
+
type: String,
|
|
4199
|
+
default: void 0
|
|
4200
|
+
}
|
|
4151
4201
|
},
|
|
4152
4202
|
emits: [
|
|
4153
4203
|
/**
|
|
@@ -4195,8 +4245,10 @@ const VEmptyState = defineComponent({
|
|
|
4195
4245
|
ref: "element",
|
|
4196
4246
|
attrs: {
|
|
4197
4247
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4248
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4198
4249
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
4199
|
-
...this.icon !== void 0 ? { icon: this.icon } : {}
|
|
4250
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4251
|
+
...this.iconDecoration !== void 0 ? { "icon-decoration": this.iconDecoration } : {}
|
|
4200
4252
|
},
|
|
4201
4253
|
class: "vvd-component",
|
|
4202
4254
|
on: {
|
|
@@ -4223,8 +4275,10 @@ const VEmptyState = defineComponent({
|
|
|
4223
4275
|
ref: "element",
|
|
4224
4276
|
class: "vvd-component",
|
|
4225
4277
|
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4278
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
4226
4279
|
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
4227
4280
|
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
4281
|
+
...this.iconDecoration !== void 0 ? { "^icon-decoration": this.iconDecoration } : {},
|
|
4228
4282
|
onClick: (event) => this.$emit("click", event),
|
|
4229
4283
|
onFocus: (event) => this.$emit("focus", event),
|
|
4230
4284
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5339,7 +5393,7 @@ const VMenuItem = defineComponent({
|
|
|
5339
5393
|
*/
|
|
5340
5394
|
"change",
|
|
5341
5395
|
/**
|
|
5342
|
-
* Fires
|
|
5396
|
+
* Fires when the modelValue value changes
|
|
5343
5397
|
* @type {boolean}
|
|
5344
5398
|
*/
|
|
5345
5399
|
"update:modelValue"
|
|
@@ -6144,7 +6198,7 @@ const VNumberField = defineComponent({
|
|
|
6144
6198
|
*/
|
|
6145
6199
|
"change",
|
|
6146
6200
|
/**
|
|
6147
|
-
* Fires
|
|
6201
|
+
* Fires when the modelValue value changes
|
|
6148
6202
|
* @type {string}
|
|
6149
6203
|
*/
|
|
6150
6204
|
"update:modelValue"
|
|
@@ -7115,7 +7169,7 @@ const VRadioGroup = defineComponent({
|
|
|
7115
7169
|
*/
|
|
7116
7170
|
"change",
|
|
7117
7171
|
/**
|
|
7118
|
-
* Fires
|
|
7172
|
+
* Fires when the modelValue value changes
|
|
7119
7173
|
* @type {string}
|
|
7120
7174
|
*/
|
|
7121
7175
|
"update:modelValue"
|
|
@@ -7297,7 +7351,11 @@ const VRangeSlider = defineComponent({
|
|
|
7297
7351
|
connotation: {
|
|
7298
7352
|
type: String,
|
|
7299
7353
|
default: void 0
|
|
7300
|
-
}
|
|
7354
|
+
},
|
|
7355
|
+
/**
|
|
7356
|
+
* Show current values on the thumbs.
|
|
7357
|
+
*/
|
|
7358
|
+
pin: { type: Boolean, default: void 0 }
|
|
7301
7359
|
},
|
|
7302
7360
|
emits: [
|
|
7303
7361
|
/**
|
|
@@ -7346,12 +7404,12 @@ const VRangeSlider = defineComponent({
|
|
|
7346
7404
|
*/
|
|
7347
7405
|
"change",
|
|
7348
7406
|
/**
|
|
7349
|
-
*
|
|
7407
|
+
* Fires when the start value changes
|
|
7350
7408
|
* @type {string}
|
|
7351
7409
|
*/
|
|
7352
7410
|
"update:start",
|
|
7353
7411
|
/**
|
|
7354
|
-
*
|
|
7412
|
+
* Fires when the end value changes
|
|
7355
7413
|
* @type {string}
|
|
7356
7414
|
*/
|
|
7357
7415
|
"update:end"
|
|
@@ -7394,7 +7452,8 @@ const VRangeSlider = defineComponent({
|
|
|
7394
7452
|
...this.ariaStartLabel !== void 0 ? { "aria-start-label": this.ariaStartLabel } : {},
|
|
7395
7453
|
...this.ariaEndLabel !== void 0 ? { "aria-end-label": this.ariaEndLabel } : {},
|
|
7396
7454
|
...this.markers !== void 0 ? { markers: this.markers } : {},
|
|
7397
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
7455
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7456
|
+
...this.pin !== void 0 ? { pin: this.pin } : {}
|
|
7398
7457
|
},
|
|
7399
7458
|
class: "vvd-component",
|
|
7400
7459
|
on: {
|
|
@@ -7442,6 +7501,7 @@ const VRangeSlider = defineComponent({
|
|
|
7442
7501
|
...this.ariaEndLabel !== void 0 ? { "^aria-end-label": this.ariaEndLabel } : {},
|
|
7443
7502
|
...this.markers !== void 0 && this.markers !== false ? { "^markers": this.markers } : {},
|
|
7444
7503
|
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
7504
|
+
...this.pin !== void 0 && this.pin !== false ? { "^pin": this.pin } : {},
|
|
7445
7505
|
onClick: (event) => this.$emit("click", event),
|
|
7446
7506
|
onFocus: (event) => this.$emit("focus", event),
|
|
7447
7507
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7610,7 +7670,7 @@ const VSelect = defineComponent({
|
|
|
7610
7670
|
*/
|
|
7611
7671
|
"change",
|
|
7612
7672
|
/**
|
|
7613
|
-
* Fires
|
|
7673
|
+
* Fires when the modelValue value changes
|
|
7614
7674
|
* @type {string}
|
|
7615
7675
|
*/
|
|
7616
7676
|
"update:modelValue"
|
|
@@ -8125,6 +8185,10 @@ const VSlider = defineComponent({
|
|
|
8125
8185
|
* Display markers on/off
|
|
8126
8186
|
*/
|
|
8127
8187
|
markers: { type: Boolean, default: void 0 },
|
|
8188
|
+
/**
|
|
8189
|
+
* Show current value on the thumb.
|
|
8190
|
+
*/
|
|
8191
|
+
pin: { type: Boolean, default: void 0 },
|
|
8128
8192
|
/**
|
|
8129
8193
|
* slider connotation
|
|
8130
8194
|
*/
|
|
@@ -8170,7 +8234,7 @@ const VSlider = defineComponent({
|
|
|
8170
8234
|
*/
|
|
8171
8235
|
"change",
|
|
8172
8236
|
/**
|
|
8173
|
-
* Fires
|
|
8237
|
+
* Fires when the modelValue value changes
|
|
8174
8238
|
* @type {string}
|
|
8175
8239
|
*/
|
|
8176
8240
|
"update:modelValue"
|
|
@@ -8222,6 +8286,7 @@ const VSlider = defineComponent({
|
|
|
8222
8286
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8223
8287
|
...this.ariaValuetext !== void 0 ? { "aria-valuetext": this.ariaValuetext } : {},
|
|
8224
8288
|
...this.markers !== void 0 ? { markers: this.markers } : {},
|
|
8289
|
+
...this.pin !== void 0 ? { pin: this.pin } : {},
|
|
8225
8290
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
8226
8291
|
},
|
|
8227
8292
|
class: "vvd-component",
|
|
@@ -8264,6 +8329,7 @@ const VSlider = defineComponent({
|
|
|
8264
8329
|
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
8265
8330
|
...this.ariaValuetext !== void 0 ? { "^aria-valuetext": this.ariaValuetext } : {},
|
|
8266
8331
|
...this.markers !== void 0 && this.markers !== false ? { "^markers": this.markers } : {},
|
|
8332
|
+
...this.pin !== void 0 && this.pin !== false ? { "^pin": this.pin } : {},
|
|
8267
8333
|
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8268
8334
|
onClick: (event) => this.$emit("click", event),
|
|
8269
8335
|
onFocus: (event) => this.$emit("focus", event),
|
|
@@ -8589,7 +8655,7 @@ const VSwitch = defineComponent({
|
|
|
8589
8655
|
*/
|
|
8590
8656
|
"change",
|
|
8591
8657
|
/**
|
|
8592
|
-
*
|
|
8658
|
+
* Fires when the modelValue value changes
|
|
8593
8659
|
* @type {boolean}
|
|
8594
8660
|
*/
|
|
8595
8661
|
"update:modelValue"
|
|
@@ -9523,7 +9589,7 @@ const VTextArea = defineComponent({
|
|
|
9523
9589
|
*/
|
|
9524
9590
|
"change",
|
|
9525
9591
|
/**
|
|
9526
|
-
* Fires when the value
|
|
9592
|
+
* Fires when the modelValue value changes
|
|
9527
9593
|
* @type {string}
|
|
9528
9594
|
*/
|
|
9529
9595
|
"update:modelValue"
|
|
@@ -9813,7 +9879,7 @@ const VTextField = defineComponent({
|
|
|
9813
9879
|
*/
|
|
9814
9880
|
"change",
|
|
9815
9881
|
/**
|
|
9816
|
-
* Fires when the value
|
|
9882
|
+
* Fires when the modelValue value changes
|
|
9817
9883
|
* @type {string}
|
|
9818
9884
|
*/
|
|
9819
9885
|
"update:modelValue"
|
|
@@ -10086,7 +10152,7 @@ const VTimePicker = defineComponent({
|
|
|
10086
10152
|
*/
|
|
10087
10153
|
"change",
|
|
10088
10154
|
/**
|
|
10089
|
-
*
|
|
10155
|
+
* Fires when the modelValue value changes
|
|
10090
10156
|
* @type {string}
|
|
10091
10157
|
*/
|
|
10092
10158
|
"update:modelValue"
|
|
@@ -12085,17 +12151,17 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
12085
12151
|
return Icon2;
|
|
12086
12152
|
})(Icon || {});
|
|
12087
12153
|
|
|
12088
|
-
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";
|
|
12154
|
+
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";
|
|
12089
12155
|
|
|
12090
|
-
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";
|
|
12156
|
+
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";
|
|
12091
12157
|
|
|
12092
12158
|
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";
|
|
12093
12159
|
|
|
12094
|
-
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12160
|
+
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";
|
|
12095
12161
|
|
|
12096
|
-
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12162
|
+
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";
|
|
12097
12163
|
|
|
12098
|
-
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Thu,
|
|
12164
|
+
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";
|
|
12099
12165
|
|
|
12100
12166
|
const theme = {
|
|
12101
12167
|
name: "core/theme",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"author": "Vonage",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"vue": "^2.7.0 || >=3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@vonage/vivid": "^4.
|
|
23
|
+
"@vonage/vivid": "^4.4.0"
|
|
24
24
|
}
|
|
25
25
|
}
|