@vscode-elements/elements 1.13.2-pre.0 → 1.13.2-pre.1

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.
Files changed (126) hide show
  1. package/custom-elements.json +112 -505
  2. package/dist/bundled.js +188 -182
  3. package/dist/includes/VscElement.d.ts +9 -1
  4. package/dist/includes/VscElement.d.ts.map +1 -1
  5. package/dist/includes/VscElement.js +36 -5
  6. package/dist/includes/VscElement.js.map +1 -1
  7. package/dist/includes/form-button-widget/base.styles.js +8 -8
  8. package/dist/includes/form-button-widget/base.styles.js.map +1 -1
  9. package/dist/vscode-badge/vscode-badge.d.ts.map +1 -1
  10. package/dist/vscode-badge/vscode-badge.js +2 -2
  11. package/dist/vscode-badge/vscode-badge.js.map +1 -1
  12. package/dist/vscode-button/vscode-button.d.ts.map +1 -1
  13. package/dist/vscode-button/vscode-button.js +2 -2
  14. package/dist/vscode-button/vscode-button.js.map +1 -1
  15. package/dist/vscode-button/vscode-button.styles.d.ts.map +1 -1
  16. package/dist/vscode-button/vscode-button.styles.js +1 -4
  17. package/dist/vscode-button/vscode-button.styles.js.map +1 -1
  18. package/dist/vscode-checkbox/vscode-checkbox.d.ts +10 -8
  19. package/dist/vscode-checkbox/vscode-checkbox.d.ts.map +1 -1
  20. package/dist/vscode-checkbox/vscode-checkbox.js +12 -9
  21. package/dist/vscode-checkbox/vscode-checkbox.js.map +1 -1
  22. package/dist/vscode-checkbox/vscode-checkbox.styles.js +2 -2
  23. package/dist/vscode-checkbox/vscode-checkbox.styles.js.map +1 -1
  24. package/dist/vscode-checkbox-group/vscode-checkbox-group.d.ts.map +1 -1
  25. package/dist/vscode-checkbox-group/vscode-checkbox-group.js +2 -2
  26. package/dist/vscode-checkbox-group/vscode-checkbox-group.js.map +1 -1
  27. package/dist/vscode-collapsible/vscode-collapsible.d.ts +6 -6
  28. package/dist/vscode-collapsible/vscode-collapsible.d.ts.map +1 -1
  29. package/dist/vscode-collapsible/vscode-collapsible.js +8 -8
  30. package/dist/vscode-collapsible/vscode-collapsible.js.map +1 -1
  31. package/dist/vscode-collapsible/vscode-collapsible.styles.js +6 -6
  32. package/dist/vscode-collapsible/vscode-collapsible.styles.js.map +1 -1
  33. package/dist/vscode-context-menu/vscode-context-menu.d.ts.map +1 -1
  34. package/dist/vscode-context-menu/vscode-context-menu.js +2 -2
  35. package/dist/vscode-context-menu/vscode-context-menu.js.map +1 -1
  36. package/dist/vscode-context-menu-item/vscode-context-menu-item.d.ts.map +1 -1
  37. package/dist/vscode-context-menu-item/vscode-context-menu-item.js +2 -2
  38. package/dist/vscode-context-menu-item/vscode-context-menu-item.js.map +1 -1
  39. package/dist/vscode-divider/vscode-divider.d.ts.map +1 -1
  40. package/dist/vscode-divider/vscode-divider.js +2 -2
  41. package/dist/vscode-divider/vscode-divider.js.map +1 -1
  42. package/dist/vscode-form-container/vscode-form-container.d.ts.map +1 -1
  43. package/dist/vscode-form-container/vscode-form-container.js +2 -2
  44. package/dist/vscode-form-container/vscode-form-container.js.map +1 -1
  45. package/dist/vscode-form-group/vscode-form-group.d.ts.map +1 -1
  46. package/dist/vscode-form-group/vscode-form-group.js +2 -2
  47. package/dist/vscode-form-group/vscode-form-group.js.map +1 -1
  48. package/dist/vscode-form-helper/vscode-form-helper.d.ts.map +1 -1
  49. package/dist/vscode-form-helper/vscode-form-helper.js +1 -2
  50. package/dist/vscode-form-helper/vscode-form-helper.js.map +1 -1
  51. package/dist/vscode-icon/vscode-icon.d.ts.map +1 -1
  52. package/dist/vscode-icon/vscode-icon.js +2 -2
  53. package/dist/vscode-icon/vscode-icon.js.map +1 -1
  54. package/dist/vscode-label/vscode-label.d.ts +3 -3
  55. package/dist/vscode-label/vscode-label.d.ts.map +1 -1
  56. package/dist/vscode-label/vscode-label.js +5 -5
  57. package/dist/vscode-label/vscode-label.js.map +1 -1
  58. package/dist/vscode-label/vscode-label.styles.js +4 -4
  59. package/dist/vscode-label/vscode-label.styles.js.map +1 -1
  60. package/dist/vscode-multi-select/vscode-multi-select.d.ts.map +1 -1
  61. package/dist/vscode-multi-select/vscode-multi-select.js +2 -1
  62. package/dist/vscode-multi-select/vscode-multi-select.js.map +1 -1
  63. package/dist/vscode-option/vscode-option.d.ts.map +1 -1
  64. package/dist/vscode-option/vscode-option.js +2 -2
  65. package/dist/vscode-option/vscode-option.js.map +1 -1
  66. package/dist/vscode-progress-ring/vscode-progress-ring.d.ts.map +1 -1
  67. package/dist/vscode-progress-ring/vscode-progress-ring.js +2 -2
  68. package/dist/vscode-progress-ring/vscode-progress-ring.js.map +1 -1
  69. package/dist/vscode-radio/vscode-radio.d.ts.map +1 -1
  70. package/dist/vscode-radio/vscode-radio.js +2 -1
  71. package/dist/vscode-radio/vscode-radio.js.map +1 -1
  72. package/dist/vscode-radio-group/vscode-radio-group.d.ts.map +1 -1
  73. package/dist/vscode-radio-group/vscode-radio-group.js +2 -2
  74. package/dist/vscode-radio-group/vscode-radio-group.js.map +1 -1
  75. package/dist/vscode-scrollable/vscode-scrollable.d.ts.map +1 -1
  76. package/dist/vscode-scrollable/vscode-scrollable.js +2 -2
  77. package/dist/vscode-scrollable/vscode-scrollable.js.map +1 -1
  78. package/dist/vscode-single-select/vscode-single-select.d.ts.map +1 -1
  79. package/dist/vscode-single-select/vscode-single-select.js +2 -1
  80. package/dist/vscode-single-select/vscode-single-select.js.map +1 -1
  81. package/dist/vscode-split-layout/vscode-split-layout.d.ts.map +1 -1
  82. package/dist/vscode-split-layout/vscode-split-layout.js +5 -2
  83. package/dist/vscode-split-layout/vscode-split-layout.js.map +1 -1
  84. package/dist/vscode-tab-header/vscode-tab-header.d.ts.map +1 -1
  85. package/dist/vscode-tab-header/vscode-tab-header.js +2 -2
  86. package/dist/vscode-tab-header/vscode-tab-header.js.map +1 -1
  87. package/dist/vscode-tab-panel/vscode-tab-panel.d.ts.map +1 -1
  88. package/dist/vscode-tab-panel/vscode-tab-panel.js +2 -2
  89. package/dist/vscode-tab-panel/vscode-tab-panel.js.map +1 -1
  90. package/dist/vscode-table/vscode-table.d.ts.map +1 -1
  91. package/dist/vscode-table/vscode-table.js +2 -2
  92. package/dist/vscode-table/vscode-table.js.map +1 -1
  93. package/dist/vscode-table-body/vscode-table-body.d.ts.map +1 -1
  94. package/dist/vscode-table-body/vscode-table-body.js +2 -2
  95. package/dist/vscode-table-body/vscode-table-body.js.map +1 -1
  96. package/dist/vscode-table-cell/vscode-table-cell.d.ts.map +1 -1
  97. package/dist/vscode-table-cell/vscode-table-cell.js +2 -2
  98. package/dist/vscode-table-cell/vscode-table-cell.js.map +1 -1
  99. package/dist/vscode-table-header/vscode-table-header.d.ts.map +1 -1
  100. package/dist/vscode-table-header/vscode-table-header.js +2 -2
  101. package/dist/vscode-table-header/vscode-table-header.js.map +1 -1
  102. package/dist/vscode-table-header-cell/vscode-table-header-cell.d.ts.map +1 -1
  103. package/dist/vscode-table-header-cell/vscode-table-header-cell.js +2 -2
  104. package/dist/vscode-table-header-cell/vscode-table-header-cell.js.map +1 -1
  105. package/dist/vscode-table-row/vscode-table-row.d.ts.map +1 -1
  106. package/dist/vscode-table-row/vscode-table-row.js +2 -2
  107. package/dist/vscode-table-row/vscode-table-row.js.map +1 -1
  108. package/dist/vscode-tabs/vscode-tabs.d.ts.map +1 -1
  109. package/dist/vscode-tabs/vscode-tabs.js +2 -2
  110. package/dist/vscode-tabs/vscode-tabs.js.map +1 -1
  111. package/dist/vscode-textarea/vscode-textarea.d.ts +18 -18
  112. package/dist/vscode-textarea/vscode-textarea.d.ts.map +1 -1
  113. package/dist/vscode-textarea/vscode-textarea.js +20 -20
  114. package/dist/vscode-textarea/vscode-textarea.js.map +1 -1
  115. package/dist/vscode-textarea/vscode-textarea.styles.d.ts.map +1 -1
  116. package/dist/vscode-textarea/vscode-textarea.styles.js +31 -22
  117. package/dist/vscode-textarea/vscode-textarea.styles.js.map +1 -1
  118. package/dist/vscode-textfield/vscode-textfield.d.ts.map +1 -1
  119. package/dist/vscode-textfield/vscode-textfield.js +2 -2
  120. package/dist/vscode-textfield/vscode-textfield.js.map +1 -1
  121. package/dist/vscode-tree/vscode-tree.d.ts.map +1 -1
  122. package/dist/vscode-tree/vscode-tree.js +2 -2
  123. package/dist/vscode-tree/vscode-tree.js.map +1 -1
  124. package/package.json +20 -20
  125. package/vscode.css-custom-data.json +3 -5
  126. package/vscode.html-custom-data.json +4 -4
@@ -17,15 +17,6 @@
17
17
  "description": "",
18
18
  "name": "VscElement",
19
19
  "members": [
20
- {
21
- "kind": "field",
22
- "name": "_version",
23
- "type": {
24
- "text": "string"
25
- },
26
- "privacy": "private",
27
- "default": "'1.13.2-pre.0'"
28
- },
29
20
  {
30
21
  "kind": "field",
31
22
  "name": "version",
@@ -41,6 +32,19 @@
41
32
  "package": "lit"
42
33
  },
43
34
  "customElement": true
35
+ },
36
+ {
37
+ "kind": "function",
38
+ "name": "customElement",
39
+ "parameters": [
40
+ {
41
+ "name": "tagName",
42
+ "type": {
43
+ "text": "string"
44
+ }
45
+ }
46
+ ],
47
+ "description": "Own implementation of Lit's customElement decorator."
44
48
  }
45
49
  ],
46
50
  "exports": [
@@ -51,6 +55,22 @@
51
55
  "name": "VscElement",
52
56
  "module": "src/includes/VscElement.ts"
53
57
  }
58
+ },
59
+ {
60
+ "kind": "js",
61
+ "name": "customElement",
62
+ "declaration": {
63
+ "name": "customElement",
64
+ "module": "src/includes/VscElement.ts"
65
+ }
66
+ },
67
+ {
68
+ "kind": "custom-element-definition",
69
+ "name": "tagName",
70
+ "declaration": {
71
+ "name": "anonymous_0",
72
+ "module": "src/includes/VscElement.ts"
73
+ }
54
74
  }
55
75
  ]
56
76
  },
@@ -370,19 +390,6 @@
370
390
  "attribute": "variant",
371
391
  "reflects": true
372
392
  },
373
- {
374
- "kind": "field",
375
- "name": "_version",
376
- "type": {
377
- "text": "string"
378
- },
379
- "privacy": "private",
380
- "default": "'1.13.2-pre.0'",
381
- "inheritedFrom": {
382
- "name": "VscElement",
383
- "module": "src/includes/VscElement.ts"
384
- }
385
- },
386
393
  {
387
394
  "kind": "field",
388
395
  "name": "version",
@@ -444,7 +451,7 @@
444
451
  "type": {
445
452
  "text": "CSSResultGroup"
446
453
  },
447
- "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var( --vscode-button-border, var(--vscode-button-background, rgba(255, 255, 255, 0.07)) ); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
454
+ "default": "[ defaultStyles, css` :host { background-color: var(--vscode-button-background, #0078d4); border-color: var(--vscode-button-border, transparent); border-style: solid; border-radius: 2px; border-width: 1px; color: var(--vscode-button-foreground, #ffffff); cursor: pointer; display: inline-block; font-family: var(--vscode-font-family, ${defaultFontStack}); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); line-height: 22px; overflow: hidden; padding: 1px 13px; user-select: none; white-space: nowrap; } :host([secondary]) { color: var(--vscode-button-secondaryForeground, #cccccc); background-color: var(--vscode-button-secondaryBackground, #313131); border-color: var( --vscode-button-border, var(--vscode-button-secondaryBackground, rgba(255, 255, 255, 0.07)) ); } :host([disabled]) { cursor: default; opacity: 0.4; pointer-events: none; } :host(:hover) { background-color: var(--vscode-button-hoverBackground, #026ec1); } :host([disabled]:hover) { background-color: var(--vscode-button-background, #0078d4); } :host([secondary]:hover) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:hover) { background-color: var(--vscode-button-secondaryBackground, #313131); } :host(:focus), :host(:active) { outline: none; } :host(:focus) { background-color: var(--vscode-button-hoverBackground, #026ec1); outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: 2px; } :host([disabled]:focus) { background-color: var(--vscode-button-background, #0078d4); outline: 0; } :host([secondary]:focus) { background-color: var(--vscode-button-secondaryHoverBackground, #3c3c3c); } :host([secondary][disabled]:focus) { background-color: var(--vscode-button-secondaryBackground, #313131); } ::slotted(*) { display: inline-block; margin-left: 4px; margin-right: 4px; } ::slotted(*:first-child) { margin-left: 0; } ::slotted(vscode-icon) { color: inherit; } .wrapper { align-items: center; box-sizing: border-box; display: flex; justify-content: center; position: relative; width: 100%; } slot { align-items: center; display: flex; height: 100%; } .icon { color: inherit; display: block; margin-right: 3px; } .icon-after { color: inherit; display: block; margin-left: 3px; } `, ]"
448
455
  }
449
456
  ],
450
457
  "exports": [
@@ -712,19 +719,6 @@
712
719
  "name": "_handleBlur",
713
720
  "privacy": "private"
714
721
  },
715
- {
716
- "kind": "field",
717
- "name": "_version",
718
- "type": {
719
- "text": "string"
720
- },
721
- "privacy": "private",
722
- "default": "'1.13.2-pre.0'",
723
- "inheritedFrom": {
724
- "name": "VscElement",
725
- "module": "src/includes/VscElement.ts"
726
- }
727
- },
728
722
  {
729
723
  "kind": "field",
730
724
  "name": "version",
@@ -897,7 +891,7 @@
897
891
  "type": {
898
892
  "text": "CSSResultGroup"
899
893
  },
900
- "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 3px; } .indeterminate-icon { background-color: currentColor; position: absolute; height: 1px; width: 12px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder); outline-offset: -1px; } `, ]"
894
+ "default": "[ defaultStyles, baseStyles, css` :host(:invalid) .icon, :host([invalid]) .icon { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } .icon { border-radius: 3px; } .indeterminate-icon { background-color: currentColor; position: absolute; height: 1px; width: 12px; } :host(:focus):host(:not([disabled])) .icon { outline: 1px solid var(--vscode-focusBorder, #0078d4); outline-offset: -1px; } `, ]"
901
895
  }
902
896
  ],
903
897
  "exports": [
@@ -921,29 +915,44 @@
921
915
  "name": "VscodeCheckbox",
922
916
  "cssProperties": [
923
917
  {
924
- "name": "--vscode-font-family"
918
+ "name": "--vscode-font-family",
919
+ "default": "sans-serif"
925
920
  },
926
921
  {
927
- "name": "--vscode-font-size"
922
+ "name": "--vscode-font-size",
923
+ "default": "13px"
928
924
  },
929
925
  {
930
- "name": "--vscode-font-weight"
926
+ "name": "--vscode-font-weight",
927
+ "default": "normal"
931
928
  },
932
929
  {
933
- "description": "Label font color. 90% transparency version of `--vscode-foreground` by default.",
934
- "name": "--vsc-foreground-translucent"
930
+ "name": "--vscode-foreground",
931
+ "default": "#cccccc"
935
932
  },
936
933
  {
937
- "name": "--vscode-settings-checkboxBackground"
934
+ "name": "--vscode-settings-checkboxBackground",
935
+ "default": "#313131"
938
936
  },
939
937
  {
940
- "name": "--vscode-settings-checkboxBorder"
938
+ "name": "--vscode-settings-checkboxBorder",
939
+ "default": "#3c3c3c"
941
940
  },
942
941
  {
943
- "name": "--vscode-settings-checkboxForeground"
942
+ "name": "--vscode-settings-checkboxForeground",
943
+ "default": "#cccccc"
944
944
  },
945
945
  {
946
- "name": "--vscode-focusBorder"
946
+ "name": "--vscode-focusBorder",
947
+ "default": "#0078d4"
948
+ },
949
+ {
950
+ "name": "--vscode-inputValidation-errorBackground",
951
+ "default": "#5a1d1d"
952
+ },
953
+ {
954
+ "name": "--vscode-inputValidation-errorBorder",
955
+ "default": "#be1100"
947
956
  }
948
957
  ],
949
958
  "members": [
@@ -1257,19 +1266,6 @@
1257
1266
  "module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
1258
1267
  }
1259
1268
  },
1260
- {
1261
- "kind": "field",
1262
- "name": "_version",
1263
- "type": {
1264
- "text": "string"
1265
- },
1266
- "privacy": "private",
1267
- "default": "'1.13.2-pre.0'",
1268
- "inheritedFrom": {
1269
- "name": "VscElement",
1270
- "module": "src/includes/VscElement.ts"
1271
- }
1272
- },
1273
1269
  {
1274
1270
  "kind": "field",
1275
1271
  "name": "version",
@@ -1480,19 +1476,6 @@
1480
1476
  "attribute": "variant",
1481
1477
  "reflects": true
1482
1478
  },
1483
- {
1484
- "kind": "field",
1485
- "name": "_version",
1486
- "type": {
1487
- "text": "string"
1488
- },
1489
- "privacy": "private",
1490
- "default": "'1.13.2-pre.0'",
1491
- "inheritedFrom": {
1492
- "name": "VscElement",
1493
- "module": "src/includes/VscElement.ts"
1494
- }
1495
- },
1496
1479
  {
1497
1480
  "kind": "field",
1498
1481
  "name": "version",
@@ -1554,7 +1537,7 @@
1554
1537
  "type": {
1555
1538
  "text": "CSSResultGroup"
1556
1539
  },
1557
- "default": "[ defaultStyles, css` .collapsible { background-color: var(--vscode-sideBar-background); } .collapsible-header { align-items: center; background-color: var(--vscode-sideBarSectionHeader-background); cursor: pointer; display: flex; height: 22px; line-height: 22px; user-select: none; } .collapsible-header:focus { opacity: 1; outline-offset: -1px; outline-style: solid; outline-width: 1px; outline-color: var(--vscode-focusBorder); } .title { color: var(--vscode-sideBarTitle-foreground); display: block; font-family: var(--vscode-font-family); font-size: 11px; font-weight: 700; margin: 0; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .title .description { font-weight: 400; margin-left: 10px; text-transform: none; opacity: 0.6; } .header-icon { color: var(--vscode-icon-foreground); display: block; flex-shrink: 0; margin: 0 3px; } .collapsible.open .header-icon { transform: rotate(90deg); } .header-slots { align-items: center; display: flex; height: 22px; margin-left: auto; margin-right: 4px; } .actions { display: none; } .collapsible.open .actions { display: block; } .header-slots slot { display: flex; max-height: 22px; overflow: hidden; } .header-slots slot::slotted(div) { align-items: center; display: flex; } .collapsible-body { display: none; overflow: hidden; } .collapsible.open .collapsible-body { display: block; } `, ]"
1540
+ "default": "[ defaultStyles, css` .collapsible { background-color: var(--vscode-sideBar-background, #181818); } .collapsible-header { align-items: center; background-color: var(--vscode-sideBarSectionHeader-background, #181818); cursor: pointer; display: flex; height: 22px; line-height: 22px; user-select: none; } .collapsible-header:focus { opacity: 1; outline-offset: -1px; outline-style: solid; outline-width: 1px; outline-color: var(--vscode-focusBorder, #0078d4); } .title { color: var(--vscode-sideBarTitle-foreground, #cccccc); display: block; font-family: var(--vscode-font-family, sans-serif); font-size: 11px; font-weight: 700; margin: 0; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .title .description { font-weight: 400; margin-left: 10px; text-transform: none; opacity: 0.6; } .header-icon { color: var(--vscode-icon-foreground, #cccccc); display: block; flex-shrink: 0; margin: 0 3px; } .collapsible.open .header-icon { transform: rotate(90deg); } .header-slots { align-items: center; display: flex; height: 22px; margin-left: auto; margin-right: 4px; } .actions { display: none; } .collapsible.open .actions { display: block; } .header-slots slot { display: flex; max-height: 22px; overflow: hidden; } .header-slots slot::slotted(div) { align-items: center; display: flex; } .collapsible-body { display: none; overflow: hidden; } .collapsible.open .collapsible-body { display: block; } `, ]"
1558
1541
  }
1559
1542
  ],
1560
1543
  "exports": [
@@ -1579,27 +1562,33 @@
1579
1562
  "cssProperties": [
1580
1563
  {
1581
1564
  "description": "Background color",
1582
- "name": "--vscode-sideBar-background"
1565
+ "name": "--vscode-sideBar-background",
1566
+ "default": "#181818"
1583
1567
  },
1584
1568
  {
1585
1569
  "description": "Focus border color",
1586
- "name": "--vscode-focusBorder"
1570
+ "name": "--vscode-focusBorder",
1571
+ "default": "#0078d4"
1587
1572
  },
1588
1573
  {
1589
1574
  "description": "Header font family",
1590
- "name": "--vscode-font-family"
1575
+ "name": "--vscode-font-family",
1576
+ "default": "sans-serif"
1591
1577
  },
1592
1578
  {
1593
1579
  "description": "Header background",
1594
- "name": "--vscode-sideBarSectionHeader-background"
1580
+ "name": "--vscode-sideBarSectionHeader-background",
1581
+ "default": "#181818"
1595
1582
  },
1596
1583
  {
1597
1584
  "description": "Arrow icon color",
1598
- "name": "--vscode-icon-foreground"
1585
+ "name": "--vscode-icon-foreground",
1586
+ "default": "#cccccc"
1599
1587
  },
1600
1588
  {
1601
1589
  "description": "Header font color",
1602
- "name": "--vscode-sideBarTitle-foreground"
1590
+ "name": "--vscode-sideBarTitle-foreground",
1591
+ "default": "#cccccc"
1603
1592
  }
1604
1593
  ],
1605
1594
  "cssParts": [
@@ -1676,19 +1665,6 @@
1676
1665
  }
1677
1666
  ]
1678
1667
  },
1679
- {
1680
- "kind": "field",
1681
- "name": "_version",
1682
- "type": {
1683
- "text": "string"
1684
- },
1685
- "privacy": "private",
1686
- "default": "'1.13.2-pre.0'",
1687
- "inheritedFrom": {
1688
- "name": "VscElement",
1689
- "module": "src/includes/VscElement.ts"
1690
- }
1691
- },
1692
1668
  {
1693
1669
  "kind": "field",
1694
1670
  "name": "version",
@@ -2002,19 +1978,6 @@
2002
1978
  "name": "_onItemMouseOut",
2003
1979
  "privacy": "private"
2004
1980
  },
2005
- {
2006
- "kind": "field",
2007
- "name": "_version",
2008
- "type": {
2009
- "text": "string"
2010
- },
2011
- "privacy": "private",
2012
- "default": "'1.13.2-pre.0'",
2013
- "inheritedFrom": {
2014
- "name": "VscElement",
2015
- "module": "src/includes/VscElement.ts"
2016
- }
2017
- },
2018
1981
  {
2019
1982
  "kind": "field",
2020
1983
  "name": "version",
@@ -2204,19 +2167,6 @@
2204
2167
  "name": "onItemClick",
2205
2168
  "privacy": "private"
2206
2169
  },
2207
- {
2208
- "kind": "field",
2209
- "name": "_version",
2210
- "type": {
2211
- "text": "string"
2212
- },
2213
- "privacy": "private",
2214
- "default": "'1.13.2-pre.0'",
2215
- "inheritedFrom": {
2216
- "name": "VscElement",
2217
- "module": "src/includes/VscElement.ts"
2218
- }
2219
- },
2220
2170
  {
2221
2171
  "kind": "field",
2222
2172
  "name": "version",
@@ -2343,19 +2293,6 @@
2343
2293
  "attribute": "role",
2344
2294
  "reflects": true
2345
2295
  },
2346
- {
2347
- "kind": "field",
2348
- "name": "_version",
2349
- "type": {
2350
- "text": "string"
2351
- },
2352
- "privacy": "private",
2353
- "default": "'1.13.2-pre.0'",
2354
- "inheritedFrom": {
2355
- "name": "VscElement",
2356
- "module": "src/includes/VscElement.ts"
2357
- }
2358
- },
2359
2296
  {
2360
2297
  "kind": "field",
2361
2298
  "name": "version",
@@ -2564,19 +2501,6 @@
2564
2501
  "name": "_deactivateResizeObserver",
2565
2502
  "privacy": "private"
2566
2503
  },
2567
- {
2568
- "kind": "field",
2569
- "name": "_version",
2570
- "type": {
2571
- "text": "string"
2572
- },
2573
- "privacy": "private",
2574
- "default": "'1.13.2-pre.0'",
2575
- "inheritedFrom": {
2576
- "name": "VscElement",
2577
- "module": "src/includes/VscElement.ts"
2578
- }
2579
- },
2580
2504
  {
2581
2505
  "kind": "field",
2582
2506
  "name": "version",
@@ -2699,19 +2623,6 @@
2699
2623
  "attribute": "variant",
2700
2624
  "reflects": true
2701
2625
  },
2702
- {
2703
- "kind": "field",
2704
- "name": "_version",
2705
- "type": {
2706
- "text": "string"
2707
- },
2708
- "privacy": "private",
2709
- "default": "'1.13.2-pre.0'",
2710
- "inheritedFrom": {
2711
- "name": "VscElement",
2712
- "module": "src/includes/VscElement.ts"
2713
- }
2714
- },
2715
2626
  {
2716
2627
  "kind": "field",
2717
2628
  "name": "version",
@@ -2807,19 +2718,6 @@
2807
2718
  "name": "_injectLightDOMStyles",
2808
2719
  "privacy": "private"
2809
2720
  },
2810
- {
2811
- "kind": "field",
2812
- "name": "_version",
2813
- "type": {
2814
- "text": "string"
2815
- },
2816
- "privacy": "private",
2817
- "default": "'1.13.2-pre.0'",
2818
- "inheritedFrom": {
2819
- "name": "VscElement",
2820
- "module": "src/includes/VscElement.ts"
2821
- }
2822
- },
2823
2721
  {
2824
2722
  "kind": "field",
2825
2723
  "name": "version",
@@ -3008,19 +2906,6 @@
3008
2906
  "name": "_onButtonClick",
3009
2907
  "privacy": "private"
3010
2908
  },
3011
- {
3012
- "kind": "field",
3013
- "name": "_version",
3014
- "type": {
3015
- "text": "string"
3016
- },
3017
- "privacy": "private",
3018
- "default": "'1.13.2-pre.0'",
3019
- "inheritedFrom": {
3020
- "name": "VscElement",
3021
- "module": "src/includes/VscElement.ts"
3022
- }
3023
- },
3024
2909
  {
3025
2910
  "kind": "field",
3026
2911
  "name": "version",
@@ -3128,7 +3013,7 @@
3128
3013
  "type": {
3129
3014
  "text": "CSSResultGroup"
3130
3015
  },
3131
- "default": "[ defaultStyles, css` :host { color: var(--vscode-foreground); font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: 600; line-height: ${INPUT_LINE_HEIGHT_RATIO}; cursor: default; display: block; padding: 5px 0; } .wrapper { display: block; } .wrapper.required:after { content: ' *'; } ::slotted(.normal) { font-weight: normal; } ::slotted(.lightened) { color: var(--vscode-foreground); opacity: 0.9; } `, ]"
3016
+ "default": "[ defaultStyles, css` :host { color: var(--vscode-foreground, #cccccc); font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); font-weight: 600; line-height: ${INPUT_LINE_HEIGHT_RATIO}; cursor: default; display: block; padding: 5px 0; } .wrapper { display: block; } .wrapper.required:after { content: ' *'; } ::slotted(.normal) { font-weight: normal; } ::slotted(.lightened) { color: var(--vscode-foreground, #cccccc); opacity: 0.9; } `, ]"
3132
3017
  }
3133
3018
  ],
3134
3019
  "exports": [
@@ -3152,13 +3037,16 @@
3152
3037
  "name": "VscodeLabel",
3153
3038
  "cssProperties": [
3154
3039
  {
3155
- "name": "--vscode-font-family"
3040
+ "name": "--vscode-font-family",
3041
+ "default": "sans-serif"
3156
3042
  },
3157
3043
  {
3158
- "name": "--vscode-font-size"
3044
+ "name": "--vscode-font-size",
3045
+ "default": "13px"
3159
3046
  },
3160
3047
  {
3161
- "name": "--vscode-foreground"
3048
+ "name": "--vscode-foreground",
3049
+ "default": "#cccccc"
3162
3050
  }
3163
3051
  ],
3164
3052
  "members": [
@@ -3231,19 +3119,6 @@
3231
3119
  "name": "_handleClick",
3232
3120
  "privacy": "private"
3233
3121
  },
3234
- {
3235
- "kind": "field",
3236
- "name": "_version",
3237
- "type": {
3238
- "text": "string"
3239
- },
3240
- "privacy": "private",
3241
- "default": "'1.13.2-pre.0'",
3242
- "inheritedFrom": {
3243
- "name": "VscElement",
3244
- "module": "src/includes/VscElement.ts"
3245
- }
3246
- },
3247
3122
  {
3248
3123
  "kind": "field",
3249
3124
  "name": "version",
@@ -4328,19 +4203,6 @@
4328
4203
  "module": "src/includes/vscode-select/vscode-select-base.ts"
4329
4204
  }
4330
4205
  },
4331
- {
4332
- "kind": "field",
4333
- "name": "_version",
4334
- "type": {
4335
- "text": "string"
4336
- },
4337
- "privacy": "private",
4338
- "default": "'1.13.2-pre.0'",
4339
- "inheritedFrom": {
4340
- "name": "VscElement",
4341
- "module": "src/includes/VscElement.ts"
4342
- }
4343
- },
4344
4206
  {
4345
4207
  "kind": "field",
4346
4208
  "name": "version",
@@ -4626,19 +4488,6 @@
4626
4488
  "name": "_handleSlotChange",
4627
4489
  "privacy": "private"
4628
4490
  },
4629
- {
4630
- "kind": "field",
4631
- "name": "_version",
4632
- "type": {
4633
- "text": "string"
4634
- },
4635
- "privacy": "private",
4636
- "default": "'1.13.2-pre.0'",
4637
- "inheritedFrom": {
4638
- "name": "VscElement",
4639
- "module": "src/includes/VscElement.ts"
4640
- }
4641
- },
4642
4491
  {
4643
4492
  "kind": "field",
4644
4493
  "name": "version",
@@ -4776,19 +4625,6 @@
4776
4625
  "attribute": "role",
4777
4626
  "reflects": true
4778
4627
  },
4779
- {
4780
- "kind": "field",
4781
- "name": "_version",
4782
- "type": {
4783
- "text": "string"
4784
- },
4785
- "privacy": "private",
4786
- "default": "'1.13.2-pre.0'",
4787
- "inheritedFrom": {
4788
- "name": "VscElement",
4789
- "module": "src/includes/VscElement.ts"
4790
- }
4791
- },
4792
4628
  {
4793
4629
  "kind": "field",
4794
4630
  "name": "version",
@@ -5246,19 +5082,6 @@
5246
5082
  "module": "src/includes/form-button-widget/FormButtonWidgetBase.ts"
5247
5083
  }
5248
5084
  },
5249
- {
5250
- "kind": "field",
5251
- "name": "_version",
5252
- "type": {
5253
- "text": "string"
5254
- },
5255
- "privacy": "private",
5256
- "default": "'1.13.2-pre.0'",
5257
- "inheritedFrom": {
5258
- "name": "VscElement",
5259
- "module": "src/includes/VscElement.ts"
5260
- }
5261
- },
5262
5085
  {
5263
5086
  "kind": "field",
5264
5087
  "name": "version",
@@ -5568,19 +5391,6 @@
5568
5391
  "name": "_onSlotChange",
5569
5392
  "privacy": "private"
5570
5393
  },
5571
- {
5572
- "kind": "field",
5573
- "name": "_version",
5574
- "type": {
5575
- "text": "string"
5576
- },
5577
- "privacy": "private",
5578
- "default": "'1.13.2-pre.0'",
5579
- "inheritedFrom": {
5580
- "name": "VscElement",
5581
- "module": "src/includes/VscElement.ts"
5582
- }
5583
- },
5584
5394
  {
5585
5395
  "kind": "field",
5586
5396
  "name": "version",
@@ -5962,19 +5772,6 @@
5962
5772
  "name": "_onComponentMouseOutBound",
5963
5773
  "privacy": "private"
5964
5774
  },
5965
- {
5966
- "kind": "field",
5967
- "name": "_version",
5968
- "type": {
5969
- "text": "string"
5970
- },
5971
- "privacy": "private",
5972
- "default": "'1.13.2-pre.0'",
5973
- "inheritedFrom": {
5974
- "name": "VscElement",
5975
- "module": "src/includes/VscElement.ts"
5976
- }
5977
- },
5978
5775
  {
5979
5776
  "kind": "field",
5980
5777
  "name": "version",
@@ -7020,19 +6817,6 @@
7020
6817
  "module": "src/includes/vscode-select/vscode-select-base.ts"
7021
6818
  }
7022
6819
  },
7023
- {
7024
- "kind": "field",
7025
- "name": "_version",
7026
- "type": {
7027
- "text": "string"
7028
- },
7029
- "privacy": "private",
7030
- "default": "'1.13.2-pre.0'",
7031
- "inheritedFrom": {
7032
- "name": "VscElement",
7033
- "module": "src/includes/VscElement.ts"
7034
- }
7035
- },
7036
6820
  {
7037
6821
  "kind": "field",
7038
6822
  "name": "version",
@@ -7637,19 +7421,6 @@
7637
7421
  "name": "_handleSlotChange",
7638
7422
  "privacy": "private"
7639
7423
  },
7640
- {
7641
- "kind": "field",
7642
- "name": "_version",
7643
- "type": {
7644
- "text": "string"
7645
- },
7646
- "privacy": "private",
7647
- "default": "'1.13.2-pre.0'",
7648
- "inheritedFrom": {
7649
- "name": "VscElement",
7650
- "module": "src/includes/VscElement.ts"
7651
- }
7652
- },
7653
7424
  {
7654
7425
  "kind": "field",
7655
7426
  "name": "version",
@@ -7842,19 +7613,6 @@
7842
7613
  "attribute": "panel",
7843
7614
  "reflects": true
7844
7615
  },
7845
- {
7846
- "kind": "field",
7847
- "name": "_version",
7848
- "type": {
7849
- "text": "string"
7850
- },
7851
- "privacy": "private",
7852
- "default": "'1.13.2-pre.0'",
7853
- "inheritedFrom": {
7854
- "name": "VscElement",
7855
- "module": "src/includes/VscElement.ts"
7856
- }
7857
- },
7858
7616
  {
7859
7617
  "kind": "field",
7860
7618
  "name": "version",
@@ -7977,19 +7735,6 @@
7977
7735
  "attribute": "panel",
7978
7736
  "reflects": true
7979
7737
  },
7980
- {
7981
- "kind": "field",
7982
- "name": "_version",
7983
- "type": {
7984
- "text": "string"
7985
- },
7986
- "privacy": "private",
7987
- "default": "'1.13.2-pre.0'",
7988
- "inheritedFrom": {
7989
- "name": "VscElement",
7990
- "module": "src/includes/VscElement.ts"
7991
- }
7992
- },
7993
7738
  {
7994
7739
  "kind": "field",
7995
7740
  "name": "version",
@@ -8727,19 +8472,6 @@
8727
8472
  "name": "_onResizingMouseUp",
8728
8473
  "privacy": "private"
8729
8474
  },
8730
- {
8731
- "kind": "field",
8732
- "name": "_version",
8733
- "type": {
8734
- "text": "string"
8735
- },
8736
- "privacy": "private",
8737
- "default": "'1.13.2-pre.0'",
8738
- "inheritedFrom": {
8739
- "name": "VscElement",
8740
- "module": "src/includes/VscElement.ts"
8741
- }
8742
- },
8743
8475
  {
8744
8476
  "kind": "field",
8745
8477
  "name": "version",
@@ -8915,19 +8647,6 @@
8915
8647
  }
8916
8648
  ],
8917
8649
  "members": [
8918
- {
8919
- "kind": "field",
8920
- "name": "_version",
8921
- "type": {
8922
- "text": "string"
8923
- },
8924
- "privacy": "private",
8925
- "default": "'1.13.2-pre.0'",
8926
- "inheritedFrom": {
8927
- "name": "VscElement",
8928
- "module": "src/includes/VscElement.ts"
8929
- }
8930
- },
8931
8650
  {
8932
8651
  "kind": "field",
8933
8652
  "name": "version",
@@ -9037,19 +8756,6 @@
9037
8756
  "attribute": "compact",
9038
8757
  "reflects": true
9039
8758
  },
9040
- {
9041
- "kind": "field",
9042
- "name": "_version",
9043
- "type": {
9044
- "text": "string"
9045
- },
9046
- "privacy": "private",
9047
- "default": "'1.13.2-pre.0'",
9048
- "inheritedFrom": {
9049
- "name": "VscElement",
9050
- "module": "src/includes/VscElement.ts"
9051
- }
9052
- },
9053
8759
  {
9054
8760
  "kind": "field",
9055
8761
  "name": "version",
@@ -9150,19 +8856,6 @@
9150
8856
  }
9151
8857
  ],
9152
8858
  "members": [
9153
- {
9154
- "kind": "field",
9155
- "name": "_version",
9156
- "type": {
9157
- "text": "string"
9158
- },
9159
- "privacy": "private",
9160
- "default": "'1.13.2-pre.0'",
9161
- "inheritedFrom": {
9162
- "name": "VscElement",
9163
- "module": "src/includes/VscElement.ts"
9164
- }
9165
- },
9166
8859
  {
9167
8860
  "kind": "field",
9168
8861
  "name": "version",
@@ -9248,19 +8941,6 @@
9248
8941
  }
9249
8942
  ],
9250
8943
  "members": [
9251
- {
9252
- "kind": "field",
9253
- "name": "_version",
9254
- "type": {
9255
- "text": "string"
9256
- },
9257
- "privacy": "private",
9258
- "default": "'1.13.2-pre.0'",
9259
- "inheritedFrom": {
9260
- "name": "VscElement",
9261
- "module": "src/includes/VscElement.ts"
9262
- }
9263
- },
9264
8944
  {
9265
8945
  "kind": "field",
9266
8946
  "name": "version",
@@ -9340,19 +9020,6 @@
9340
9020
  }
9341
9021
  ],
9342
9022
  "members": [
9343
- {
9344
- "kind": "field",
9345
- "name": "_version",
9346
- "type": {
9347
- "text": "string"
9348
- },
9349
- "privacy": "private",
9350
- "default": "'1.13.2-pre.0'",
9351
- "inheritedFrom": {
9352
- "name": "VscElement",
9353
- "module": "src/includes/VscElement.ts"
9354
- }
9355
- },
9356
9023
  {
9357
9024
  "kind": "field",
9358
9025
  "name": "version",
@@ -9592,19 +9259,6 @@
9592
9259
  }
9593
9260
  ]
9594
9261
  },
9595
- {
9596
- "kind": "field",
9597
- "name": "_version",
9598
- "type": {
9599
- "text": "string"
9600
- },
9601
- "privacy": "private",
9602
- "default": "'1.13.2-pre.0'",
9603
- "inheritedFrom": {
9604
- "name": "VscElement",
9605
- "module": "src/includes/VscElement.ts"
9606
- }
9607
- },
9608
9262
  {
9609
9263
  "kind": "field",
9610
9264
  "name": "version",
@@ -9691,7 +9345,7 @@
9691
9345
  "type": {
9692
9346
  "text": "CSSResultGroup"
9693
9347
  },
9694
- "default": "[ defaultStyles, css` :host { display: inline-block; height: 40px; position: relative; width: 320px; } :host([cols]) { width: auto; } :host([rows]) { height: auto; } .shadow { box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset; display: none; inset: 0 0 auto 0; height: 6px; pointer-events: none; position: absolute; width: 100%; } .shadow.visible { display: block; } textarea { background-color: var(--vscode-settings-textInputBackground); border-color: var( --vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground) ); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground); display: block; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); height: 100%; width: 100%; } :host([cols]) textarea { width: auto; } :host([rows]) textarea { height: auto; } :host([invalid]) textarea, :host(:invalid) textarea { background-color: var(--vscode-inputValidation-errorBackground); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } textarea.monospace { background-color: var(--vscode-editor-background); color: var(--vscode-editor-foreground); font-family: var(--vscode-editor-font-family); font-size: var(--vscode-editor-font-size); font-weight: var(--vscode-editor-font-weight); } .textarea.monospace::placeholder { color: var(--vscode-editor-inlineValuesForeground); } textarea.cursor-pointer { cursor: pointer; } textarea:focus { border-color: var(--vscode-focusBorder); outline: none; } textarea::placeholder { color: var(--vscode-input-placeholderForeground); opacity: 1; } textarea::-webkit-scrollbar-track { background-color: transparent; } textarea::-webkit-scrollbar { width: 14px; } textarea::-webkit-scrollbar-thumb { background-color: transparent; } textarea:hover::-webkit-scrollbar-thumb { background-color: var(--vscode-scrollbarSlider-background); } textarea::-webkit-scrollbar-thumb:hover { background-color: var(--vscode-scrollbarSlider-hoverBackground); } textarea::-webkit-scrollbar-thumb:active { background-color: var(--vscode-scrollbarSlider-activeBackground); } textarea::-webkit-scrollbar-corner { background-color: transparent; } textarea::-webkit-resizer { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACJJREFUeJxjYMAOZuIQZ5j5//9/rJJESczEKYGsG6cEXgAAsEEefMxkua4AAAAASUVORK5CYII='); background-repeat: no-repeat; background-position: right bottom; } `, ]"
9348
+ "default": "[ defaultStyles, css` :host { display: inline-block; height: 40px; position: relative; width: 320px; } :host([cols]) { width: auto; } :host([rows]) { height: auto; } .shadow { box-shadow: var(--vscode-scrollbar-shadow, #000000) 0 6px 6px -6px inset; display: none; inset: 0 0 auto 0; height: 6px; pointer-events: none; position: absolute; width: 100%; } .shadow.visible { display: block; } textarea { background-color: var(--vscode-settings-textInputBackground, #313131); border-color: var(--vscode-settings-textInputBorder, transparent); border-radius: 2px; border-style: solid; border-width: 1px; box-sizing: border-box; color: var(--vscode-settings-textInputForeground, #cccccc); display: block; font-family: var(--vscode-font-family, sans-serif); font-size: var(--vscode-font-size, 13px); font-weight: var(--vscode-font-weight, normal); height: 100%; width: 100%; } :host([cols]) textarea { width: auto; } :host([rows]) textarea { height: auto; } :host([invalid]) textarea, :host(:invalid) textarea { background-color: var(--vscode-inputValidation-errorBackground, #5a1d1d); border-color: var(--vscode-inputValidation-errorBorder, #be1100); } textarea.monospace { background-color: var(--vscode-editor-background, #1f1f1f); color: var(--vscode-editor-foreground, #cccccc); font-family: var(--vscode-editor-font-family, monospace); font-size: var(--vscode-editor-font-size, 14px); font-weight: var(--vscode-editor-font-weight, normal); } .textarea.monospace::placeholder { color: var( --vscode-editor-inlineValuesForeground, rgba(255, 255, 255, 0.5) ); } textarea.cursor-pointer { cursor: pointer; } textarea:focus { border-color: var(--vscode-focusBorder, #0078d4); outline: none; } textarea::placeholder { color: var(--vscode-input-placeholderForeground, #989898); opacity: 1; } textarea::-webkit-scrollbar-track { background-color: transparent; } textarea::-webkit-scrollbar { width: 14px; } textarea::-webkit-scrollbar-thumb { background-color: transparent; } textarea:hover::-webkit-scrollbar-thumb { background-color: var( --vscode-scrollbarSlider-background, rgba(121, 121, 121, 0.4) ); } textarea::-webkit-scrollbar-thumb:hover { background-color: var( --vscode-scrollbarSlider-hoverBackground, rgba(100, 100, 100, 0.7) ); } textarea::-webkit-scrollbar-thumb:active { background-color: var( --vscode-scrollbarSlider-activeBackground, rgba(191, 191, 191, 0.4) ); } textarea::-webkit-scrollbar-corner { background-color: transparent; } textarea::-webkit-resizer { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAACJJREFUeJxjYMAOZuIQZ5j5//9/rJJESczEKYGsG6cEXgAAsEEefMxkua4AAAAASUVORK5CYII='); background-repeat: no-repeat; background-position: right bottom; } `, ]"
9695
9349
  }
9696
9350
  ],
9697
9351
  "exports": [
@@ -9715,58 +9369,76 @@
9715
9369
  "name": "VscodeTextarea",
9716
9370
  "cssProperties": [
9717
9371
  {
9718
- "name": "--vscode-scrollbar-shadow"
9372
+ "name": "--vscode-scrollbar-shadow",
9373
+ "default": "#000000"
9719
9374
  },
9720
9375
  {
9721
- "name": "--vscode-settings-textInputBackground"
9376
+ "name": "--vscode-settings-textInputBackground",
9377
+ "default": "#313131"
9722
9378
  },
9723
9379
  {
9724
- "name": "--vscode-settings-textInputBorder"
9380
+ "name": "--vscode-settings-textInputBorder",
9381
+ "default": "transparent"
9725
9382
  },
9726
9383
  {
9727
- "name": "--vscode-settings-textInputForeground"
9384
+ "name": "--vscode-settings-textInputForeground",
9385
+ "default": "#cccccc"
9728
9386
  },
9729
9387
  {
9730
- "name": "--vscode-input-placeholderForeground"
9388
+ "name": "--vscode-input-placeholderForeground",
9389
+ "default": "#989898"
9731
9390
  },
9732
9391
  {
9733
- "name": "--vscode-font-family"
9392
+ "name": "--vscode-font-family",
9393
+ "default": "sans-serif"
9734
9394
  },
9735
9395
  {
9736
- "name": "--vscode-font-size"
9396
+ "name": "--vscode-font-size",
9397
+ "default": "13px"
9737
9398
  },
9738
9399
  {
9739
- "name": "--vscode-font-weight"
9400
+ "name": "--vscode-font-weight",
9401
+ "default": "normal"
9740
9402
  },
9741
9403
  {
9742
- "name": "--vscode-editor-background"
9404
+ "name": "--vscode-editor-background",
9405
+ "default": "#1f1f1f"
9743
9406
  },
9744
9407
  {
9745
- "name": "--vscode-editor-foreground"
9408
+ "name": "--vscode-editor-foreground",
9409
+ "default": "#cccccc"
9746
9410
  },
9747
9411
  {
9748
- "name": "--vscode-editor-font-family"
9412
+ "name": "--vscode-editor-font-family",
9413
+ "default": "monospace"
9749
9414
  },
9750
9415
  {
9751
- "name": "--vscode-editor-font-size"
9416
+ "name": "--vscode-editor-font-size",
9417
+ "default": "14px"
9752
9418
  },
9753
9419
  {
9754
- "name": "--vscode-editor-font-weight"
9420
+ "name": "--vscode-editor-font-weight",
9421
+ "default": "normal"
9755
9422
  },
9756
9423
  {
9757
- "name": "--vscode-editor-inlineValuesForeground"
9424
+ "name": "--vscode-editor-inlineValuesForeground",
9425
+ "default": "rgba(255, 255, 255, 0.5)"
9758
9426
  },
9759
9427
  {
9760
- "name": "--vscode-focusBorder"
9428
+ "name": "--vscode-focusBorder",
9429
+ "default": "#0078d4"
9761
9430
  },
9762
9431
  {
9763
- "name": "--vscode-scrollbarSlider-background"
9432
+ "name": "--vscode-scrollbarSlider-background",
9433
+ "default": "rgba(121, 121, 121, 0.4)"
9764
9434
  },
9765
9435
  {
9766
- "name": "--vscode-scrollbarSlider-hoverBackground"
9436
+ "name": "--vscode-scrollbarSlider-hoverBackground",
9437
+ "default": "rgba(100, 100, 100, 0.7)"
9767
9438
  },
9768
9439
  {
9769
- "name": "--vscode-scrollbarSlider-activeBackground"
9440
+ "name": "--vscode-scrollbarSlider-activeBackground",
9441
+ "default": "rgba(191, 191, 191, 0.4)"
9770
9442
  }
9771
9443
  ],
9772
9444
  "members": [
@@ -10103,19 +9775,6 @@
10103
9775
  "name": "_handleScroll",
10104
9776
  "privacy": "private"
10105
9777
  },
10106
- {
10107
- "kind": "field",
10108
- "name": "_version",
10109
- "type": {
10110
- "text": "string"
10111
- },
10112
- "privacy": "private",
10113
- "default": "'1.13.2-pre.0'",
10114
- "inheritedFrom": {
10115
- "name": "VscElement",
10116
- "module": "src/includes/VscElement.ts"
10117
- }
10118
- },
10119
9778
  {
10120
9779
  "kind": "field",
10121
9780
  "name": "version",
@@ -10763,19 +10422,6 @@
10763
10422
  }
10764
10423
  ]
10765
10424
  },
10766
- {
10767
- "kind": "field",
10768
- "name": "_version",
10769
- "type": {
10770
- "text": "string"
10771
- },
10772
- "privacy": "private",
10773
- "default": "'1.13.2-pre.0'",
10774
- "inheritedFrom": {
10775
- "name": "VscElement",
10776
- "module": "src/includes/VscElement.ts"
10777
- }
10778
- },
10779
10425
  {
10780
10426
  "kind": "field",
10781
10427
  "name": "version",
@@ -11504,19 +11150,6 @@
11504
11150
  "name": "_handleComponentKeyDownBound",
11505
11151
  "privacy": "private"
11506
11152
  },
11507
- {
11508
- "kind": "field",
11509
- "name": "_version",
11510
- "type": {
11511
- "text": "string"
11512
- },
11513
- "privacy": "private",
11514
- "default": "'1.13.2-pre.0'",
11515
- "inheritedFrom": {
11516
- "name": "VscElement",
11517
- "module": "src/includes/VscElement.ts"
11518
- }
11519
- },
11520
11153
  {
11521
11154
  "kind": "field",
11522
11155
  "name": "version",
@@ -11677,19 +11310,6 @@
11677
11310
  "name": "_handleBlur",
11678
11311
  "privacy": "private"
11679
11312
  },
11680
- {
11681
- "kind": "field",
11682
- "name": "_version",
11683
- "type": {
11684
- "text": "string"
11685
- },
11686
- "privacy": "private",
11687
- "default": "'1.13.2-pre.0'",
11688
- "inheritedFrom": {
11689
- "name": "VscElement",
11690
- "module": "src/includes/VscElement.ts"
11691
- }
11692
- },
11693
11313
  {
11694
11314
  "kind": "field",
11695
11315
  "name": "version",
@@ -12649,19 +12269,6 @@
12649
12269
  "name": "_renderDropdown",
12650
12270
  "privacy": "private"
12651
12271
  },
12652
- {
12653
- "kind": "field",
12654
- "name": "_version",
12655
- "type": {
12656
- "text": "string"
12657
- },
12658
- "privacy": "private",
12659
- "default": "'1.13.2-pre.0'",
12660
- "inheritedFrom": {
12661
- "name": "VscElement",
12662
- "module": "src/includes/VscElement.ts"
12663
- }
12664
- },
12665
12272
  {
12666
12273
  "kind": "field",
12667
12274
  "name": "version",