@vonage/vivid-vue 3.53.0 → 3.55.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/VAccordionItem.vue2.d.ts +3 -3
- package/generated/components/VAccordionItem.vue3.d.ts +3 -3
- package/generated/components/VAlert.vue2.d.ts +3 -3
- package/generated/components/VAlert.vue3.d.ts +3 -3
- package/generated/components/VAudioPlayer.vue2.d.ts +33 -0
- package/generated/components/VAudioPlayer.vue3.d.ts +33 -0
- package/generated/components/VAvatar.vue2.d.ts +3 -3
- package/generated/components/VAvatar.vue3.d.ts +3 -3
- package/generated/components/VBadge.vue2.d.ts +3 -3
- package/generated/components/VBadge.vue3.d.ts +3 -3
- package/generated/components/VBanner.vue2.d.ts +3 -3
- package/generated/components/VBanner.vue3.d.ts +3 -3
- package/generated/components/VButton.vue2.d.ts +3 -3
- package/generated/components/VButton.vue3.d.ts +3 -3
- package/generated/components/VCard.vue2.d.ts +3 -3
- package/generated/components/VCard.vue3.d.ts +3 -3
- package/generated/components/VCheckbox.vue2.d.ts +23 -0
- package/generated/components/VCheckbox.vue3.d.ts +23 -0
- package/generated/components/VCombobox.vue2.d.ts +41 -3
- package/generated/components/VCombobox.vue3.d.ts +41 -3
- package/generated/components/VDatePicker.vue2.d.ts +15 -0
- package/generated/components/VDatePicker.vue3.d.ts +15 -0
- package/generated/components/VDateRangePicker.vue2.d.ts +46 -0
- package/generated/components/VDateRangePicker.vue3.d.ts +46 -0
- package/generated/components/VDialPad.vue2.d.ts +63 -0
- package/generated/components/VDialPad.vue3.d.ts +63 -0
- package/generated/components/VDialog.vue2.d.ts +3 -3
- package/generated/components/VDialog.vue3.d.ts +3 -3
- package/generated/components/VEmptyState.vue2.d.ts +3 -3
- package/generated/components/VEmptyState.vue3.d.ts +3 -3
- package/generated/components/VFab.vue2.d.ts +3 -3
- package/generated/components/VFab.vue3.d.ts +3 -3
- package/generated/components/VIcon.vue2.d.ts +3 -3
- package/generated/components/VIcon.vue3.d.ts +3 -3
- package/generated/components/VMenu.vue2.d.ts +17 -5
- package/generated/components/VMenu.vue3.d.ts +17 -5
- package/generated/components/VMenuItem.vue2.d.ts +18 -3
- package/generated/components/VMenuItem.vue3.d.ts +18 -3
- package/generated/components/VNavDisclosure.vue2.d.ts +33 -3
- package/generated/components/VNavDisclosure.vue3.d.ts +33 -3
- package/generated/components/VNavItem.vue2.d.ts +6 -6
- package/generated/components/VNavItem.vue3.d.ts +6 -6
- package/generated/components/VNote.vue2.d.ts +3 -3
- package/generated/components/VNote.vue3.d.ts +3 -3
- package/generated/components/VNumberField.vue2.d.ts +26 -3
- package/generated/components/VNumberField.vue3.d.ts +26 -3
- package/generated/components/VOption.vue2.d.ts +3 -3
- package/generated/components/VOption.vue3.d.ts +3 -3
- package/generated/components/VRadio.vue2.d.ts +1 -1
- package/generated/components/VRadio.vue3.d.ts +1 -1
- package/generated/components/VRadioGroup.vue2.d.ts +15 -0
- package/generated/components/VRadioGroup.vue3.d.ts +15 -0
- package/generated/components/VRangeSlider.vue2.d.ts +46 -0
- package/generated/components/VRangeSlider.vue3.d.ts +46 -0
- package/generated/components/VSelect.vue2.d.ts +27 -4
- package/generated/components/VSelect.vue3.d.ts +27 -4
- package/generated/components/VSlider.vue2.d.ts +23 -0
- package/generated/components/VSlider.vue3.d.ts +23 -0
- package/generated/components/VSplitButton.vue2.d.ts +3 -3
- package/generated/components/VSplitButton.vue3.d.ts +3 -3
- package/generated/components/VSwitch.vue2.d.ts +23 -0
- package/generated/components/VSwitch.vue3.d.ts +23 -0
- package/generated/components/VTab.vue2.d.ts +3 -3
- package/generated/components/VTab.vue3.d.ts +3 -3
- package/generated/components/VTag.vue2.d.ts +3 -3
- package/generated/components/VTag.vue3.d.ts +3 -3
- package/generated/components/VTextArea.vue2.d.ts +26 -3
- package/generated/components/VTextArea.vue3.d.ts +26 -3
- package/generated/components/VTextField.vue2.d.ts +26 -3
- package/generated/components/VTextField.vue3.d.ts +26 -3
- package/generated/components/VTimePicker.vue2.d.ts +23 -0
- package/generated/components/VTimePicker.vue3.d.ts +23 -0
- package/generated/components/VTreeItem.vue2.d.ts +3 -3
- package/generated/components/VTreeItem.vue3.d.ts +3 -3
- package/generated/components/VVideoPlayer.vue2.d.ts +1 -1
- package/generated/components/VVideoPlayer.vue3.d.ts +1 -1
- package/generated/icons.d.ts +13 -0
- package/index.cjs +258 -51
- package/index.js +258 -51
- package/package.json +2 -2
- package/web-types.json +111 -27
package/index.cjs
CHANGED
|
@@ -658,6 +658,14 @@ const VAudioPlayer = vue.defineComponent({
|
|
|
658
658
|
default: void 0
|
|
659
659
|
},
|
|
660
660
|
sliderAriaLabel: { type: String, default: void 0 },
|
|
661
|
+
skipForwardAriaLabel: {
|
|
662
|
+
type: String,
|
|
663
|
+
default: void 0
|
|
664
|
+
},
|
|
665
|
+
skipBackwardAriaLabel: {
|
|
666
|
+
type: String,
|
|
667
|
+
default: void 0
|
|
668
|
+
},
|
|
661
669
|
/**
|
|
662
670
|
* The connotation the audio-player should have.
|
|
663
671
|
*/
|
|
@@ -673,7 +681,14 @@ const VAudioPlayer = vue.defineComponent({
|
|
|
673
681
|
* Indicates whether audio player is disabled.
|
|
674
682
|
*/
|
|
675
683
|
disabled: { type: Boolean, default: void 0 },
|
|
676
|
-
notime: { type: Boolean, default: void 0 }
|
|
684
|
+
notime: { type: Boolean, default: void 0 },
|
|
685
|
+
/**
|
|
686
|
+
* Allows the audio to skip back or forward
|
|
687
|
+
*/
|
|
688
|
+
skipBy: {
|
|
689
|
+
type: String,
|
|
690
|
+
default: void 0
|
|
691
|
+
}
|
|
677
692
|
},
|
|
678
693
|
emits: [
|
|
679
694
|
/**
|
|
@@ -727,10 +742,13 @@ const VAudioPlayer = vue.defineComponent({
|
|
|
727
742
|
...this.playButtonAriaLabel !== void 0 ? { "play-button-aria-label": this.playButtonAriaLabel } : {},
|
|
728
743
|
...this.pauseButtonAriaLabel !== void 0 ? { "pause-button-aria-label": this.pauseButtonAriaLabel } : {},
|
|
729
744
|
...this.sliderAriaLabel !== void 0 ? { "slider-aria-label": this.sliderAriaLabel } : {},
|
|
745
|
+
...this.skipForwardAriaLabel !== void 0 ? { "skip-forward-aria-label": this.skipForwardAriaLabel } : {},
|
|
746
|
+
...this.skipBackwardAriaLabel !== void 0 ? { "skip-backward-aria-label": this.skipBackwardAriaLabel } : {},
|
|
730
747
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
731
748
|
...this.src !== void 0 ? { src: this.src } : {},
|
|
732
749
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
733
|
-
...this.notime !== void 0 ? { notime: this.notime } : {}
|
|
750
|
+
...this.notime !== void 0 ? { notime: this.notime } : {},
|
|
751
|
+
...this.skipBy !== void 0 ? { "skip-by": this.skipBy } : {}
|
|
734
752
|
},
|
|
735
753
|
class: "vvd-component",
|
|
736
754
|
on: {
|
|
@@ -754,10 +772,13 @@ const VAudioPlayer = vue.defineComponent({
|
|
|
754
772
|
...this.playButtonAriaLabel !== void 0 ? { "play-button-aria-label": this.playButtonAriaLabel } : {},
|
|
755
773
|
...this.pauseButtonAriaLabel !== void 0 ? { "pause-button-aria-label": this.pauseButtonAriaLabel } : {},
|
|
756
774
|
...this.sliderAriaLabel !== void 0 ? { "slider-aria-label": this.sliderAriaLabel } : {},
|
|
775
|
+
...this.skipForwardAriaLabel !== void 0 ? { "skip-forward-aria-label": this.skipForwardAriaLabel } : {},
|
|
776
|
+
...this.skipBackwardAriaLabel !== void 0 ? { "skip-backward-aria-label": this.skipBackwardAriaLabel } : {},
|
|
757
777
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
758
778
|
...this.src !== void 0 ? { src: this.src } : {},
|
|
759
779
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
760
780
|
...this.notime !== void 0 ? { notime: this.notime } : {},
|
|
781
|
+
...this.skipBy !== void 0 ? { "skip-by": this.skipBy } : {},
|
|
761
782
|
onClick: (event) => this.$emit("click", event),
|
|
762
783
|
onFocus: (event) => this.$emit("focus", event),
|
|
763
784
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2285,6 +2306,14 @@ const VCheckbox = vue.defineComponent({
|
|
|
2285
2306
|
* Provides the default checkedness of the input element
|
|
2286
2307
|
*/
|
|
2287
2308
|
checked: { type: Boolean, default: void 0 },
|
|
2309
|
+
/**
|
|
2310
|
+
* The current checkedness of the element. This property serves as a mechanism
|
|
2311
|
+
* to set the `checked` property through both property assignment and the
|
|
2312
|
+
* .setAttribute() method. This is useful for setting the field's checkedness
|
|
2313
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
2314
|
+
* and don't support IDL attribute binding.
|
|
2315
|
+
*/
|
|
2316
|
+
currentChecked: { type: Boolean, default: void 0 },
|
|
2288
2317
|
/**
|
|
2289
2318
|
* The current checkedness of the element. This property serves as a mechanism
|
|
2290
2319
|
* to set the `checked` property through both property assignment and the
|
|
@@ -2373,7 +2402,7 @@ const VCheckbox = vue.defineComponent({
|
|
|
2373
2402
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2374
2403
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2375
2404
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
2376
|
-
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
2405
|
+
...this.modelValue ?? this.currentChecked !== void 0 ? { "current-checked": this.modelValue ?? this.currentChecked } : {},
|
|
2377
2406
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
2378
2407
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2379
2408
|
...this.tabindex !== void 0 ? { tabindex: this.tabindex } : {},
|
|
@@ -2419,7 +2448,7 @@ const VCheckbox = vue.defineComponent({
|
|
|
2419
2448
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2420
2449
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2421
2450
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
2422
|
-
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
2451
|
+
...this.modelValue ?? this.currentChecked !== void 0 ? { "current-checked": this.modelValue ?? this.currentChecked } : {},
|
|
2423
2452
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
2424
2453
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2425
2454
|
...this.tabindex !== void 0 ? { tabindex: this.tabindex } : {},
|
|
@@ -2476,6 +2505,14 @@ const VCombobox = vue.defineComponent({
|
|
|
2476
2505
|
* only when the `value` property has not been explicitly set.
|
|
2477
2506
|
*/
|
|
2478
2507
|
value: { type: String, default: void 0 },
|
|
2508
|
+
/**
|
|
2509
|
+
* The current value of the element. This property serves as a mechanism
|
|
2510
|
+
* to set the `value` property through both property assignment and the
|
|
2511
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
2512
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
2513
|
+
* and don't support IDL attribute binding.
|
|
2514
|
+
*/
|
|
2515
|
+
currentValue: { type: String, default: void 0 },
|
|
2479
2516
|
/**
|
|
2480
2517
|
* The current value of the element. This property serves as a mechanism
|
|
2481
2518
|
* to set the `value` property through both property assignment and the
|
|
@@ -2526,7 +2563,11 @@ const VCombobox = vue.defineComponent({
|
|
|
2526
2563
|
placement: {
|
|
2527
2564
|
type: String,
|
|
2528
2565
|
default: void 0
|
|
2529
|
-
}
|
|
2566
|
+
},
|
|
2567
|
+
/**
|
|
2568
|
+
* Whether the dropdown is using a fixed positioning strategy.
|
|
2569
|
+
*/
|
|
2570
|
+
fixedDropdown: { type: Boolean, default: void 0 }
|
|
2530
2571
|
},
|
|
2531
2572
|
emits: [
|
|
2532
2573
|
/**
|
|
@@ -2618,7 +2659,7 @@ const VCombobox = vue.defineComponent({
|
|
|
2618
2659
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2619
2660
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2620
2661
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
2621
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
2662
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
2622
2663
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2623
2664
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2624
2665
|
...this.autocomplete !== void 0 ? { autocomplete: this.autocomplete } : {},
|
|
@@ -2626,7 +2667,8 @@ const VCombobox = vue.defineComponent({
|
|
|
2626
2667
|
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
2627
2668
|
...this.position !== void 0 ? { position: this.position } : {},
|
|
2628
2669
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
2629
|
-
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
2670
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
2671
|
+
...this.fixedDropdown !== void 0 ? { "fixed-dropdown": this.fixedDropdown } : {}
|
|
2630
2672
|
},
|
|
2631
2673
|
class: "vvd-component",
|
|
2632
2674
|
on: {
|
|
@@ -2657,7 +2699,7 @@ const VCombobox = vue.defineComponent({
|
|
|
2657
2699
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2658
2700
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2659
2701
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
2660
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
2702
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
2661
2703
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2662
2704
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2663
2705
|
...this.autocomplete !== void 0 ? { autocomplete: this.autocomplete } : {},
|
|
@@ -2666,6 +2708,7 @@ const VCombobox = vue.defineComponent({
|
|
|
2666
2708
|
...this.position !== void 0 ? { position: this.position } : {},
|
|
2667
2709
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
2668
2710
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
2711
|
+
...this.fixedDropdown !== void 0 ? { "fixed-dropdown": this.fixedDropdown } : {},
|
|
2669
2712
|
onClick: (event) => this.$emit("click", event),
|
|
2670
2713
|
onFocus: (event) => this.$emit("focus", event),
|
|
2671
2714
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3179,6 +3222,10 @@ const VDatePicker = vue.defineComponent({
|
|
|
3179
3222
|
* The earliest accepted date of the date-picker.
|
|
3180
3223
|
*/
|
|
3181
3224
|
min: { type: String, default: void 0 },
|
|
3225
|
+
/**
|
|
3226
|
+
* The initial value of the date-picker.
|
|
3227
|
+
*/
|
|
3228
|
+
value: { type: String, default: void 0 },
|
|
3182
3229
|
/**
|
|
3183
3230
|
* The initial value of the date-picker.
|
|
3184
3231
|
*/
|
|
@@ -3255,7 +3302,7 @@ const VDatePicker = vue.defineComponent({
|
|
|
3255
3302
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3256
3303
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3257
3304
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3258
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
3305
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3259
3306
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
3260
3307
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
3261
3308
|
},
|
|
@@ -3296,7 +3343,7 @@ const VDatePicker = vue.defineComponent({
|
|
|
3296
3343
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3297
3344
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3298
3345
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3299
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
3346
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3300
3347
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
3301
3348
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
3302
3349
|
onClick: (event) => this.$emit("click", event),
|
|
@@ -3357,6 +3404,14 @@ const VDateRangePicker = vue.defineComponent({
|
|
|
3357
3404
|
* The latest accepted date of the date-picker.
|
|
3358
3405
|
*/
|
|
3359
3406
|
max: { type: String, default: void 0 },
|
|
3407
|
+
/**
|
|
3408
|
+
* The current start value of the element. This property serves as a mechanism
|
|
3409
|
+
* to set the `start` property through both property assignment and the
|
|
3410
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
3411
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
3412
|
+
* and don't support IDL attribute binding.
|
|
3413
|
+
*/
|
|
3414
|
+
currentStart: { type: String, default: void 0 },
|
|
3360
3415
|
/**
|
|
3361
3416
|
* The current start value of the element. This property serves as a mechanism
|
|
3362
3417
|
* to set the `start` property through both property assignment and the
|
|
@@ -3365,6 +3420,14 @@ const VDateRangePicker = vue.defineComponent({
|
|
|
3365
3420
|
* and don't support IDL attribute binding.
|
|
3366
3421
|
*/
|
|
3367
3422
|
start: { type: String, default: void 0 },
|
|
3423
|
+
/**
|
|
3424
|
+
* The current end value of the element. This property serves as a mechanism
|
|
3425
|
+
* to set the `end` property through both property assignment and the
|
|
3426
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
3427
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
3428
|
+
* and don't support IDL attribute binding.
|
|
3429
|
+
*/
|
|
3430
|
+
currentEnd: { type: String, default: void 0 },
|
|
3368
3431
|
/**
|
|
3369
3432
|
* The current end value of the element. This property serves as a mechanism
|
|
3370
3433
|
* to set the `end` property through both property assignment and the
|
|
@@ -3470,8 +3533,8 @@ const VDateRangePicker = vue.defineComponent({
|
|
|
3470
3533
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
3471
3534
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3472
3535
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3473
|
-
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
3474
|
-
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
3536
|
+
...this.start ?? this.currentStart !== void 0 ? { "current-start": this.start ?? this.currentStart } : {},
|
|
3537
|
+
...this.end ?? this.currentEnd !== void 0 ? { "current-end": this.end ?? this.currentEnd } : {},
|
|
3475
3538
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3476
3539
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
3477
3540
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
@@ -3515,8 +3578,8 @@ const VDateRangePicker = vue.defineComponent({
|
|
|
3515
3578
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
3516
3579
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3517
3580
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3518
|
-
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
3519
|
-
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
3581
|
+
...this.start ?? this.currentStart !== void 0 ? { "current-start": this.start ?? this.currentStart } : {},
|
|
3582
|
+
...this.end ?? this.currentEnd !== void 0 ? { "current-end": this.end ?? this.currentEnd } : {},
|
|
3520
3583
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3521
3584
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
3522
3585
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
@@ -3569,6 +3632,10 @@ const VDialPad = vue.defineComponent({
|
|
|
3569
3632
|
* Indicates the placeholder's text.
|
|
3570
3633
|
*/
|
|
3571
3634
|
placeholder: { type: String, default: void 0 },
|
|
3635
|
+
/**
|
|
3636
|
+
* Indicates the value's text.
|
|
3637
|
+
*/
|
|
3638
|
+
value: { type: String, default: void 0 },
|
|
3572
3639
|
/**
|
|
3573
3640
|
* Indicates the value's text.
|
|
3574
3641
|
*/
|
|
@@ -3581,6 +3648,10 @@ const VDialPad = vue.defineComponent({
|
|
|
3581
3648
|
* Indicates the disabled state of the dial-pad.
|
|
3582
3649
|
*/
|
|
3583
3650
|
disabled: { type: Boolean, default: void 0 },
|
|
3651
|
+
/**
|
|
3652
|
+
* Indicates the pending state of the dial-pad.
|
|
3653
|
+
*/
|
|
3654
|
+
pending: { type: Boolean, default: void 0 },
|
|
3584
3655
|
/**
|
|
3585
3656
|
* Indicates the active state of the dial-pad.
|
|
3586
3657
|
*/
|
|
@@ -3588,7 +3659,16 @@ const VDialPad = vue.defineComponent({
|
|
|
3588
3659
|
/**
|
|
3589
3660
|
* Indicates the no-call state of the dial-pad.
|
|
3590
3661
|
*/
|
|
3591
|
-
noCall: { type: Boolean, default: void 0 }
|
|
3662
|
+
noCall: { type: Boolean, default: void 0 },
|
|
3663
|
+
/**
|
|
3664
|
+
* Indicates the no-input state of the dial-pad.
|
|
3665
|
+
*/
|
|
3666
|
+
noInput: { type: Boolean, default: void 0 },
|
|
3667
|
+
endCallButtonLabel: {
|
|
3668
|
+
type: String,
|
|
3669
|
+
default: void 0
|
|
3670
|
+
},
|
|
3671
|
+
callButtonLabel: { type: String, default: void 0 }
|
|
3592
3672
|
},
|
|
3593
3673
|
emits: [
|
|
3594
3674
|
/**
|
|
@@ -3667,11 +3747,15 @@ const VDialPad = vue.defineComponent({
|
|
|
3667
3747
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3668
3748
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3669
3749
|
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
3670
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
3750
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3671
3751
|
...this.pattern !== void 0 ? { pattern: this.pattern } : {},
|
|
3672
3752
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3753
|
+
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
3673
3754
|
...this.callActive !== void 0 ? { "call-active": this.callActive } : {},
|
|
3674
|
-
...this.noCall !== void 0 ? { "no-call": this.noCall } : {}
|
|
3755
|
+
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
3756
|
+
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
3757
|
+
...this.endCallButtonLabel !== void 0 ? { "end-call-button-label": this.endCallButtonLabel } : {},
|
|
3758
|
+
...this.callButtonLabel !== void 0 ? { "call-button-label": this.callButtonLabel } : {}
|
|
3675
3759
|
},
|
|
3676
3760
|
class: "vvd-component",
|
|
3677
3761
|
on: {
|
|
@@ -3701,11 +3785,15 @@ const VDialPad = vue.defineComponent({
|
|
|
3701
3785
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3702
3786
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3703
3787
|
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
3704
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
3788
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3705
3789
|
...this.pattern !== void 0 ? { pattern: this.pattern } : {},
|
|
3706
3790
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3791
|
+
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
3707
3792
|
...this.callActive !== void 0 ? { "call-active": this.callActive } : {},
|
|
3708
3793
|
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
3794
|
+
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
3795
|
+
...this.endCallButtonLabel !== void 0 ? { "end-call-button-label": this.endCallButtonLabel } : {},
|
|
3796
|
+
...this.callButtonLabel !== void 0 ? { "call-button-label": this.callButtonLabel } : {},
|
|
3709
3797
|
onClick: (event) => this.$emit("click", event),
|
|
3710
3798
|
onKeydown: (event) => this.$emit("keydown", event),
|
|
3711
3799
|
onKeyup: (event) => this.$emit("keyup", event),
|
|
@@ -4954,8 +5042,14 @@ const VMenu = vue.defineComponent({
|
|
|
4954
5042
|
default: void 0
|
|
4955
5043
|
},
|
|
4956
5044
|
/**
|
|
4957
|
-
*
|
|
4958
|
-
|
|
5045
|
+
* Controls how the menu opens and closes itself.
|
|
5046
|
+
*/
|
|
5047
|
+
trigger: {
|
|
5048
|
+
type: String,
|
|
5049
|
+
default: void 0
|
|
5050
|
+
},
|
|
5051
|
+
/**
|
|
5052
|
+
* indicates whether the menu will automatically close when focus moves away from it.
|
|
4959
5053
|
*/
|
|
4960
5054
|
autoDismiss: { type: Boolean, default: void 0 },
|
|
4961
5055
|
/**
|
|
@@ -5018,9 +5112,6 @@ const VMenu = vue.defineComponent({
|
|
|
5018
5112
|
collapseExpandedItem() {
|
|
5019
5113
|
return this.element?.collapseExpandedItem();
|
|
5020
5114
|
},
|
|
5021
|
-
autoDismissChanged(oldValue) {
|
|
5022
|
-
return this.element?.autoDismissChanged(oldValue);
|
|
5023
|
-
},
|
|
5024
5115
|
openChanged(_, newValue) {
|
|
5025
5116
|
return this.element?.openChanged(_, newValue);
|
|
5026
5117
|
}
|
|
@@ -5040,6 +5131,7 @@ const VMenu = vue.defineComponent({
|
|
|
5040
5131
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5041
5132
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
5042
5133
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
5134
|
+
...this.trigger !== void 0 ? { trigger: this.trigger } : {},
|
|
5043
5135
|
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
5044
5136
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
5045
5137
|
},
|
|
@@ -5078,6 +5170,7 @@ const VMenu = vue.defineComponent({
|
|
|
5078
5170
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5079
5171
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
5080
5172
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
5173
|
+
...this.trigger !== void 0 ? { trigger: this.trigger } : {},
|
|
5081
5174
|
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
5082
5175
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
5083
5176
|
onClick: (event) => this.$emit("click", event),
|
|
@@ -5137,6 +5230,10 @@ const VMenuItem = vue.defineComponent({
|
|
|
5137
5230
|
type: String,
|
|
5138
5231
|
default: void 0
|
|
5139
5232
|
},
|
|
5233
|
+
/**
|
|
5234
|
+
* The checked value of the element.
|
|
5235
|
+
*/
|
|
5236
|
+
checked: { type: Boolean, default: void 0 },
|
|
5140
5237
|
/**
|
|
5141
5238
|
* The checked value of the element.
|
|
5142
5239
|
*/
|
|
@@ -5233,7 +5330,7 @@ const VMenuItem = vue.defineComponent({
|
|
|
5233
5330
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5234
5331
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
5235
5332
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
5236
|
-
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
5333
|
+
...this.modelValue ?? this.checked !== void 0 ? { checked: this.modelValue ?? this.checked } : {},
|
|
5237
5334
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
5238
5335
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
5239
5336
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
@@ -5279,7 +5376,7 @@ const VMenuItem = vue.defineComponent({
|
|
|
5279
5376
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5280
5377
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
5281
5378
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
5282
|
-
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
5379
|
+
...this.modelValue ?? this.checked !== void 0 ? { checked: this.modelValue ?? this.checked } : {},
|
|
5283
5380
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
5284
5381
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
5285
5382
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
@@ -5415,6 +5512,20 @@ const VNavDisclosure = vue.defineComponent({
|
|
|
5415
5512
|
*/
|
|
5416
5513
|
icon: { type: String, default: void 0 },
|
|
5417
5514
|
label: { type: String, default: void 0 },
|
|
5515
|
+
/**
|
|
5516
|
+
* The appearance nav-disclosure should have.
|
|
5517
|
+
*/
|
|
5518
|
+
appearance: {
|
|
5519
|
+
type: String,
|
|
5520
|
+
default: void 0
|
|
5521
|
+
},
|
|
5522
|
+
/**
|
|
5523
|
+
* The connotation nav-disclosure should have.
|
|
5524
|
+
*/
|
|
5525
|
+
connotation: {
|
|
5526
|
+
type: String,
|
|
5527
|
+
default: void 0
|
|
5528
|
+
},
|
|
5418
5529
|
/**
|
|
5419
5530
|
* Indicates whether the nav-disclosure is open
|
|
5420
5531
|
*/
|
|
@@ -5476,6 +5587,8 @@ const VNavDisclosure = vue.defineComponent({
|
|
|
5476
5587
|
attrs: {
|
|
5477
5588
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5478
5589
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5590
|
+
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
5591
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5479
5592
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
5480
5593
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {}
|
|
5481
5594
|
},
|
|
@@ -5506,6 +5619,8 @@ const VNavDisclosure = vue.defineComponent({
|
|
|
5506
5619
|
class: "vvd-component",
|
|
5507
5620
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5508
5621
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5622
|
+
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
5623
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5509
5624
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
5510
5625
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5511
5626
|
onClick: (event) => this.$emit("click", event),
|
|
@@ -5592,7 +5707,10 @@ const VNavItem = vue.defineComponent({
|
|
|
5592
5707
|
/**
|
|
5593
5708
|
* The appearance Text-Anchor should have.
|
|
5594
5709
|
*/
|
|
5595
|
-
appearance: {
|
|
5710
|
+
appearance: {
|
|
5711
|
+
type: String,
|
|
5712
|
+
default: void 0
|
|
5713
|
+
}
|
|
5596
5714
|
},
|
|
5597
5715
|
emits: [
|
|
5598
5716
|
/**
|
|
@@ -5878,6 +5996,14 @@ const VNumberField = vue.defineComponent({
|
|
|
5878
5996
|
* only when the `value` property has not been explicitly set.
|
|
5879
5997
|
*/
|
|
5880
5998
|
value: { type: String, default: void 0 },
|
|
5999
|
+
/**
|
|
6000
|
+
* The current value of the element. This property serves as a mechanism
|
|
6001
|
+
* to set the `value` property through both property assignment and the
|
|
6002
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
6003
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
6004
|
+
* and don't support IDL attribute binding.
|
|
6005
|
+
*/
|
|
6006
|
+
currentValue: { type: String, default: void 0 },
|
|
5881
6007
|
/**
|
|
5882
6008
|
* The current value of the element. This property serves as a mechanism
|
|
5883
6009
|
* to set the `value` property through both property assignment and the
|
|
@@ -6042,7 +6168,7 @@ const VNumberField = vue.defineComponent({
|
|
|
6042
6168
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6043
6169
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6044
6170
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
6045
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
6171
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
6046
6172
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6047
6173
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
6048
6174
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -6100,7 +6226,7 @@ const VNumberField = vue.defineComponent({
|
|
|
6100
6226
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6101
6227
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6102
6228
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
6103
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
6229
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
6104
6230
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6105
6231
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
6106
6232
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -6900,6 +7026,10 @@ const VRadioGroup = vue.defineComponent({
|
|
|
6900
7026
|
* for all child radio elements.
|
|
6901
7027
|
*/
|
|
6902
7028
|
name: { type: String, default: void 0 },
|
|
7029
|
+
/**
|
|
7030
|
+
* The value of the checked radio
|
|
7031
|
+
*/
|
|
7032
|
+
value: { type: String, default: void 0 },
|
|
6903
7033
|
/**
|
|
6904
7034
|
* The value of the checked radio
|
|
6905
7035
|
*/
|
|
@@ -6975,7 +7105,7 @@ const VRadioGroup = vue.defineComponent({
|
|
|
6975
7105
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
6976
7106
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6977
7107
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6978
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
7108
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
6979
7109
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
6980
7110
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
6981
7111
|
},
|
|
@@ -7008,7 +7138,7 @@ const VRadioGroup = vue.defineComponent({
|
|
|
7008
7138
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
7009
7139
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7010
7140
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7011
|
-
...this.modelValue !== void 0 ? { value: this.modelValue } : {},
|
|
7141
|
+
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
7012
7142
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
7013
7143
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
7014
7144
|
onClick: (event) => this.$emit("click", event),
|
|
@@ -7072,6 +7202,14 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7072
7202
|
* Require the field to be completed prior to form submission.
|
|
7073
7203
|
*/
|
|
7074
7204
|
required: { type: Boolean, default: void 0 },
|
|
7205
|
+
/**
|
|
7206
|
+
* The current start value of the element. This property serves as a mechanism
|
|
7207
|
+
* to set the `start` property through both property assignment and the
|
|
7208
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
7209
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
7210
|
+
* and don't support IDL attribute binding.
|
|
7211
|
+
*/
|
|
7212
|
+
currentStart: { type: String, default: void 0 },
|
|
7075
7213
|
/**
|
|
7076
7214
|
* The current start value of the element. This property serves as a mechanism
|
|
7077
7215
|
* to set the `start` property through both property assignment and the
|
|
@@ -7080,6 +7218,14 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7080
7218
|
* and don't support IDL attribute binding.
|
|
7081
7219
|
*/
|
|
7082
7220
|
start: { type: String, default: void 0 },
|
|
7221
|
+
/**
|
|
7222
|
+
* The current end value of the element. This property serves as a mechanism
|
|
7223
|
+
* to set the `end` property through both property assignment and the
|
|
7224
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
7225
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
7226
|
+
* and don't support IDL attribute binding.
|
|
7227
|
+
*/
|
|
7228
|
+
currentEnd: { type: String, default: void 0 },
|
|
7083
7229
|
/**
|
|
7084
7230
|
* The current end value of the element. This property serves as a mechanism
|
|
7085
7231
|
* to set the `end` property through both property assignment and the
|
|
@@ -7206,8 +7352,8 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7206
7352
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
7207
7353
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7208
7354
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7209
|
-
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
7210
|
-
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
7355
|
+
...this.start ?? this.currentStart !== void 0 ? { "current-start": this.start ?? this.currentStart } : {},
|
|
7356
|
+
...this.end ?? this.currentEnd !== void 0 ? { "current-end": this.end ?? this.currentEnd } : {},
|
|
7211
7357
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
7212
7358
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
7213
7359
|
...this.step !== void 0 ? { step: this.step } : {},
|
|
@@ -7250,8 +7396,8 @@ const VRangeSlider = vue.defineComponent({
|
|
|
7250
7396
|
...this.currentValue !== void 0 ? { "current-value": this.currentValue } : {},
|
|
7251
7397
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7252
7398
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7253
|
-
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
7254
|
-
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
7399
|
+
...this.start ?? this.currentStart !== void 0 ? { "current-start": this.start ?? this.currentStart } : {},
|
|
7400
|
+
...this.end ?? this.currentEnd !== void 0 ? { "current-end": this.end ?? this.currentEnd } : {},
|
|
7255
7401
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
7256
7402
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
7257
7403
|
...this.step !== void 0 ? { step: this.step } : {},
|
|
@@ -7331,6 +7477,14 @@ const VSelect = vue.defineComponent({
|
|
|
7331
7477
|
* only when the `value` property has not been explicitly set.
|
|
7332
7478
|
*/
|
|
7333
7479
|
value: { type: String, default: void 0 },
|
|
7480
|
+
/**
|
|
7481
|
+
* The current value of the element. This property serves as a mechanism
|
|
7482
|
+
* to set the `value` property through both property assignment and the
|
|
7483
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
7484
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
7485
|
+
* and don't support IDL attribute binding.
|
|
7486
|
+
*/
|
|
7487
|
+
currentValue: { type: String, default: void 0 },
|
|
7334
7488
|
/**
|
|
7335
7489
|
* The current value of the element. This property serves as a mechanism
|
|
7336
7490
|
* to set the `value` property through both property assignment and the
|
|
@@ -7474,7 +7628,7 @@ const VSelect = vue.defineComponent({
|
|
|
7474
7628
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7475
7629
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7476
7630
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
7477
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
7631
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
7478
7632
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7479
7633
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7480
7634
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
@@ -7527,7 +7681,7 @@ const VSelect = vue.defineComponent({
|
|
|
7527
7681
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7528
7682
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7529
7683
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
7530
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
7684
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
7531
7685
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7532
7686
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7533
7687
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
@@ -7871,6 +8025,14 @@ const VSlider = vue.defineComponent({
|
|
|
7871
8025
|
* only when the `value` property has not been explicitly set.
|
|
7872
8026
|
*/
|
|
7873
8027
|
value: { type: String, default: void 0 },
|
|
8028
|
+
/**
|
|
8029
|
+
* The current value of the element. This property serves as a mechanism
|
|
8030
|
+
* to set the `value` property through both property assignment and the
|
|
8031
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
8032
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
8033
|
+
* and don't support IDL attribute binding.
|
|
8034
|
+
*/
|
|
8035
|
+
currentValue: { type: String, default: void 0 },
|
|
7874
8036
|
/**
|
|
7875
8037
|
* The current value of the element. This property serves as a mechanism
|
|
7876
8038
|
* to set the `value` property through both property assignment and the
|
|
@@ -8005,7 +8167,7 @@ const VSlider = vue.defineComponent({
|
|
|
8005
8167
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8006
8168
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8007
8169
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
8008
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
8170
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
8009
8171
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8010
8172
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8011
8173
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -8047,7 +8209,7 @@ const VSlider = vue.defineComponent({
|
|
|
8047
8209
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8048
8210
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8049
8211
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
8050
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
8212
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
8051
8213
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8052
8214
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8053
8215
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -8315,6 +8477,14 @@ const VSwitch = vue.defineComponent({
|
|
|
8315
8477
|
* Provides the default checkedness of the input element
|
|
8316
8478
|
*/
|
|
8317
8479
|
checked: { type: Boolean, default: void 0 },
|
|
8480
|
+
/**
|
|
8481
|
+
* The current checkedness of the element. This property serves as a mechanism
|
|
8482
|
+
* to set the `checked` property through both property assignment and the
|
|
8483
|
+
* .setAttribute() method. This is useful for setting the field's checkedness
|
|
8484
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
8485
|
+
* and don't support IDL attribute binding.
|
|
8486
|
+
*/
|
|
8487
|
+
currentChecked: { type: Boolean, default: void 0 },
|
|
8318
8488
|
/**
|
|
8319
8489
|
* The current checkedness of the element. This property serves as a mechanism
|
|
8320
8490
|
* to set the `checked` property through both property assignment and the
|
|
@@ -8401,7 +8571,7 @@ const VSwitch = vue.defineComponent({
|
|
|
8401
8571
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8402
8572
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8403
8573
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
8404
|
-
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
8574
|
+
...this.modelValue ?? this.currentChecked !== void 0 ? { "current-checked": this.modelValue ?? this.currentChecked } : {},
|
|
8405
8575
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8406
8576
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
8407
8577
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
@@ -8438,7 +8608,7 @@ const VSwitch = vue.defineComponent({
|
|
|
8438
8608
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8439
8609
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8440
8610
|
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
8441
|
-
...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
|
|
8611
|
+
...this.modelValue ?? this.currentChecked !== void 0 ? { "current-checked": this.modelValue ?? this.currentChecked } : {},
|
|
8442
8612
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8443
8613
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
8444
8614
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
@@ -9179,6 +9349,14 @@ const VTextArea = vue.defineComponent({
|
|
|
9179
9349
|
* only when the `value` property has not been explicitly set.
|
|
9180
9350
|
*/
|
|
9181
9351
|
value: { type: String, default: void 0 },
|
|
9352
|
+
/**
|
|
9353
|
+
* The current value of the element. This property serves as a mechanism
|
|
9354
|
+
* to set the `value` property through both property assignment and the
|
|
9355
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
9356
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
9357
|
+
* and don't support IDL attribute binding.
|
|
9358
|
+
*/
|
|
9359
|
+
currentValue: { type: String, default: void 0 },
|
|
9182
9360
|
/**
|
|
9183
9361
|
* The current value of the element. This property serves as a mechanism
|
|
9184
9362
|
* to set the `value` property through both property assignment and the
|
|
@@ -9327,7 +9505,7 @@ const VTextArea = vue.defineComponent({
|
|
|
9327
9505
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9328
9506
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9329
9507
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9330
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
9508
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9331
9509
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9332
9510
|
...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
|
|
9333
9511
|
...this.resize !== void 0 ? { resize: this.resize } : {},
|
|
@@ -9380,7 +9558,7 @@ const VTextArea = vue.defineComponent({
|
|
|
9380
9558
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9381
9559
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9382
9560
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9383
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
9561
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9384
9562
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9385
9563
|
...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
|
|
9386
9564
|
...this.resize !== void 0 ? { resize: this.resize } : {},
|
|
@@ -9467,6 +9645,14 @@ const VTextField = vue.defineComponent({
|
|
|
9467
9645
|
* only when the `value` property has not been explicitly set.
|
|
9468
9646
|
*/
|
|
9469
9647
|
value: { type: String, default: void 0 },
|
|
9648
|
+
/**
|
|
9649
|
+
* The current value of the element. This property serves as a mechanism
|
|
9650
|
+
* to set the `value` property through both property assignment and the
|
|
9651
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
9652
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
9653
|
+
* and don't support IDL attribute binding.
|
|
9654
|
+
*/
|
|
9655
|
+
currentValue: { type: String, default: void 0 },
|
|
9470
9656
|
/**
|
|
9471
9657
|
* The current value of the element. This property serves as a mechanism
|
|
9472
9658
|
* to set the `value` property through both property assignment and the
|
|
@@ -9613,7 +9799,7 @@ const VTextField = vue.defineComponent({
|
|
|
9613
9799
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9614
9800
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9615
9801
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9616
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
9802
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9617
9803
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
9618
9804
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9619
9805
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -9675,7 +9861,7 @@ const VTextField = vue.defineComponent({
|
|
|
9675
9861
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9676
9862
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9677
9863
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9678
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
9864
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9679
9865
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
9680
9866
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9681
9867
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -9757,6 +9943,14 @@ const VTimePicker = vue.defineComponent({
|
|
|
9757
9943
|
* only when the `value` property has not been explicitly set.
|
|
9758
9944
|
*/
|
|
9759
9945
|
value: { type: String, default: void 0 },
|
|
9946
|
+
/**
|
|
9947
|
+
* The current value of the element. This property serves as a mechanism
|
|
9948
|
+
* to set the `value` property through both property assignment and the
|
|
9949
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
9950
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
9951
|
+
* and don't support IDL attribute binding.
|
|
9952
|
+
*/
|
|
9953
|
+
currentValue: { type: String, default: void 0 },
|
|
9760
9954
|
/**
|
|
9761
9955
|
* The current value of the element. This property serves as a mechanism
|
|
9762
9956
|
* to set the `value` property through both property assignment and the
|
|
@@ -9859,7 +10053,7 @@ const VTimePicker = vue.defineComponent({
|
|
|
9859
10053
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9860
10054
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9861
10055
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9862
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
10056
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9863
10057
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
9864
10058
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9865
10059
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -9904,7 +10098,7 @@ const VTimePicker = vue.defineComponent({
|
|
|
9904
10098
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9905
10099
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9906
10100
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
9907
|
-
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
10101
|
+
...this.modelValue ?? this.currentValue !== void 0 ? { "current-value": this.modelValue ?? this.currentValue } : {},
|
|
9908
10102
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
9909
10103
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9910
10104
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -10611,9 +10805,18 @@ const VVideoPlayer = vue.defineComponent({
|
|
|
10611
10805
|
});
|
|
10612
10806
|
|
|
10613
10807
|
var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
10808
|
+
Icon2["10SecBackwardLine"] = "10-sec-backward-line";
|
|
10614
10809
|
Icon2["10SecBackwardSolid"] = "10-sec-backward-solid";
|
|
10615
10810
|
Icon2["10SecForwardLine"] = "10-sec-forward-line";
|
|
10616
10811
|
Icon2["10SecForwardSolid"] = "10-sec-forward-solid";
|
|
10812
|
+
Icon2["30SecBackwardLine"] = "30-sec-backward-line";
|
|
10813
|
+
Icon2["30SecBackwardSolid"] = "30-sec-backward-solid";
|
|
10814
|
+
Icon2["30SecForwardLine"] = "30-sec-forward-line";
|
|
10815
|
+
Icon2["30SecForwardSolid"] = "30-sec-forward-solid";
|
|
10816
|
+
Icon2["5SecBackwardLine"] = "5-sec-backward-line";
|
|
10817
|
+
Icon2["5SecBackwardSolid"] = "5-sec-backward-solid";
|
|
10818
|
+
Icon2["5SecForwardLine"] = "5-sec-forward-line";
|
|
10819
|
+
Icon2["5SecForwardSolid"] = "5-sec-forward-solid";
|
|
10617
10820
|
Icon2["accessibilityLine"] = "accessibility-line";
|
|
10618
10821
|
Icon2["accessibilitySolid"] = "accessibility-solid";
|
|
10619
10822
|
Icon2["activeCallLine"] = "active-call-line";
|
|
@@ -10624,6 +10827,8 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
10624
10827
|
Icon2["addGroupSolid"] = "add-group-solid";
|
|
10625
10828
|
Icon2["addLine"] = "add-line";
|
|
10626
10829
|
Icon2["addSolid"] = "add-solid";
|
|
10830
|
+
Icon2["addTimeLine"] = "add-time-line";
|
|
10831
|
+
Icon2["addTimeSolid"] = "add-time-solid";
|
|
10627
10832
|
Icon2["addUserLine"] = "add-user-line";
|
|
10628
10833
|
Icon2["addUserSolid"] = "add-user-solid";
|
|
10629
10834
|
Icon2["addressBookLine"] = "address-book-line";
|
|
@@ -10878,6 +11083,8 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
10878
11083
|
Icon2["conditionSolid"] = "condition-solid";
|
|
10879
11084
|
Icon2["connectLine"] = "connect-line";
|
|
10880
11085
|
Icon2["connectSolid"] = "connect-solid";
|
|
11086
|
+
Icon2["connectwiseColor"] = "connectwise-color";
|
|
11087
|
+
Icon2["connectwiseMono"] = "connectwise-mono";
|
|
10881
11088
|
Icon2["cooktailLine"] = "cooktail-line";
|
|
10882
11089
|
Icon2["cooktailSolid"] = "cooktail-solid";
|
|
10883
11090
|
Icon2["copy2Line"] = "copy-2-line";
|
|
@@ -11812,17 +12019,17 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
11812
12019
|
return Icon2;
|
|
11813
12020
|
})(Icon || {});
|
|
11814
12021
|
|
|
11815
|
-
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 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 #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 #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";
|
|
12022
|
+
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:12 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 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 #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 #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";
|
|
11816
12023
|
|
|
11817
|
-
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 GMT\n */\n/**\n * Do not edit directly\n * Generated on Thu, 04 Apr 2024 12:53:17 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 #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 #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";
|
|
12024
|
+
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:12 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 GMT\n */\n/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:13 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 #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 #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";
|
|
11818
12025
|
|
|
11819
12026
|
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";
|
|
11820
12027
|
|
|
11821
|
-
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on
|
|
12028
|
+
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:12 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";
|
|
11822
12029
|
|
|
11823
|
-
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on
|
|
12030
|
+
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:12 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";
|
|
11824
12031
|
|
|
11825
|
-
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on
|
|
12032
|
+
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Fri, 10 May 2024 13:06:12 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";
|
|
11826
12033
|
|
|
11827
12034
|
const theme = {
|
|
11828
12035
|
name: "core/theme",
|