@histoire/controls 0.11.7 → 0.11.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@histoire/controls",
3
- "version": "0.11.7",
3
+ "version": "0.11.9",
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.7"
41
+ "@histoire/vendors": "^0.11.9"
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"