@histoire/controls 0.11.7 → 0.11.8
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/dist/index.es.js
CHANGED
|
@@ -460,7 +460,10 @@ const $a = { class: "htw-cursor-pointer htw-w-full htw-outline-none htw-px-2 htw
|
|
|
460
460
|
function r(o, l) {
|
|
461
461
|
t("update:modelValue", o), l();
|
|
462
462
|
}
|
|
463
|
-
return (o, l) => (S(), Q(H(ha), {
|
|
463
|
+
return (o, l) => (S(), Q(H(ha), {
|
|
464
|
+
"auto-size": "",
|
|
465
|
+
"auto-boundary-max-size": ""
|
|
466
|
+
}, {
|
|
464
467
|
popper: q(({ hide: h }) => [
|
|
465
468
|
B("div", za, [
|
|
466
469
|
(S(!0), _(fe, null, Be(H(i), ([a, c]) => (S(), _("div", Qe({ ...o.$attrs, class: null, style: null }, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.8",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@codemirror/state": "^6.1.2",
|
|
39
39
|
"@codemirror/theme-one-dark": "^6.1.0",
|
|
40
40
|
"@codemirror/view": "^6.3.0",
|
|
41
|
-
"@histoire/vendors": "^0.11.
|
|
41
|
+
"@histoire/vendors": "^0.11.8"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@peeky/server": "^0.14.0",
|
|
@@ -44,6 +44,7 @@ function selectValue (value: any, hide: () => void) {
|
|
|
44
44
|
<template>
|
|
45
45
|
<VDropdown
|
|
46
46
|
auto-size
|
|
47
|
+
auto-boundary-max-size
|
|
47
48
|
>
|
|
48
49
|
<div
|
|
49
50
|
class="htw-cursor-pointer htw-w-full htw-outline-none htw-px-2 htw-h-[27px] -htw-my-1 htw-border htw-border-solid htw-border-black/25 dark:htw-border-white/25 hover:htw-border-primary-500 dark:hover:htw-border-primary-500 htw-rounded-sm htw-flex htw-gap-2 htw-items-center htw-leading-normal"
|