@blokkli/editor 2.0.0-alpha.52 → 2.0.0-alpha.54

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 (373) hide show
  1. package/dist/chunks/tailwindConfig.mjs +3 -3
  2. package/dist/global/types/blockOptions.d.ts +18 -2
  3. package/dist/module.d.mts +2 -2
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +281 -18
  6. package/dist/modules/agent/index.d.mts +1 -1
  7. package/dist/modules/agent/runtime/app/composables/agentProvider.d.ts +1 -0
  8. package/dist/modules/agent/runtime/app/composables/agentProvider.js +7 -0
  9. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.d.vue.ts +2 -2
  10. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue +14 -49
  11. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue.d.ts +2 -2
  12. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.d.vue.ts +10 -0
  13. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue +102 -0
  14. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue.d.ts +10 -0
  15. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue +8 -5
  16. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.d.vue.ts +3 -3
  17. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue +9 -5
  18. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue.d.ts +3 -3
  19. package/dist/modules/agent/runtime/app/features/agent/Panel/index.d.vue.ts +7 -0
  20. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue +16 -2
  21. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue.d.ts +7 -0
  22. package/dist/modules/agent/runtime/app/features/agent/index.vue +29 -0
  23. package/dist/modules/agent/runtime/app/features/agent/types.d.ts +16 -0
  24. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue +3 -1
  25. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.d.ts +2 -0
  26. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.js +8 -1
  27. package/dist/modules/charts/index.d.mts +1 -1
  28. package/dist/modules/charts/index.mjs +2 -3
  29. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue +1 -1
  30. package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue +1 -1
  31. package/dist/modules/drupal/graphql/base/fragment.paragraphsBlokkliEditState.graphql +16 -0
  32. package/dist/modules/drupal/graphql/base/query.pbConfig.graphql +9 -0
  33. package/dist/modules/drupal/graphql/features/agent.graphql +20 -0
  34. package/dist/modules/drupal/graphql/features/publishNew.graphql +14 -0
  35. package/dist/modules/drupal/graphql/features/referenced-entities.graphql +21 -0
  36. package/dist/modules/drupal/graphql/features/textFieldValues.graphql +20 -0
  37. package/dist/modules/drupal/graphql/features/workspace.graphql +23 -0
  38. package/dist/modules/drupal/graphql/mutations/bulk_translate_field_values.graphql +19 -0
  39. package/dist/modules/drupal/graphql/mutations/clear_outdated_translation.graphql +15 -0
  40. package/dist/modules/drupal/graphql/mutations/ignore_analyze.graphql +15 -0
  41. package/dist/modules/drupal/graphql/mutations/request_translation.graphql +10 -0
  42. package/dist/modules/drupal/graphql/mutations/unignore_analyze.graphql +15 -0
  43. package/dist/modules/drupal/index.d.mts +1 -1
  44. package/dist/modules/drupal/index.mjs +16 -0
  45. package/dist/modules/drupal/runtime/adapter/index.js +180 -11
  46. package/dist/modules/iframes/index.d.mts +31 -0
  47. package/dist/modules/iframes/index.mjs +52 -0
  48. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.d.vue.ts +18 -0
  49. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue +61 -0
  50. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue.d.ts +18 -0
  51. package/dist/modules/iframes/runtime/components/index.d.ts +1 -0
  52. package/dist/modules/iframes/runtime/components/index.js +1 -0
  53. package/dist/modules/iframes/runtime/features/iframes/Editor/index.d.vue.ts +12 -0
  54. package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue +220 -0
  55. package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue.d.ts +12 -0
  56. package/dist/modules/iframes/runtime/types.d.ts +10 -0
  57. package/dist/modules/index.d.mts +1 -1
  58. package/dist/modules/table-of-contents/index.d.mts +1 -1
  59. package/dist/runtime/components/Blocks/NotImplemented/index.vue +57 -0
  60. package/dist/runtime/components/BlokkliEditable.vue +1 -1
  61. package/dist/runtime/editor/adapter/index.d.ts +8 -1
  62. package/dist/runtime/editor/components/Actions/Interactions/index.vue +77 -17
  63. package/dist/runtime/editor/components/Actions/{ItemDropdown.vue → ItemDropdown/index.vue} +9 -10
  64. package/dist/runtime/editor/components/Actions/index.vue +586 -23
  65. package/dist/runtime/editor/components/AnimationCanvas/index.vue +1 -0
  66. package/dist/runtime/editor/components/AppMenu/MenuButton.vue +185 -1
  67. package/dist/runtime/editor/components/AppMenu/index.vue +24 -10
  68. package/dist/runtime/editor/components/ArtboardTooltip/index.d.vue.ts +6 -2
  69. package/dist/runtime/editor/components/ArtboardTooltip/index.vue +223 -3
  70. package/dist/runtime/editor/components/ArtboardTooltip/index.vue.d.ts +6 -2
  71. package/dist/runtime/editor/components/AutoHeight/index.vue +23 -0
  72. package/dist/runtime/editor/components/Banner/Inner.d.vue.ts +30 -0
  73. package/dist/runtime/editor/components/Banner/Inner.vue +32 -0
  74. package/dist/runtime/editor/components/Banner/Inner.vue.d.ts +30 -0
  75. package/dist/runtime/editor/components/Banner/index.d.vue.ts +3 -13
  76. package/dist/runtime/editor/components/Banner/index.vue +2 -14
  77. package/dist/runtime/editor/components/Banner/index.vue.d.ts +3 -13
  78. package/dist/runtime/editor/components/BetaIndicator/index.d.vue.ts +6 -0
  79. package/dist/runtime/editor/components/BetaIndicator/index.vue +16 -0
  80. package/dist/runtime/editor/components/BetaIndicator/index.vue.d.ts +6 -0
  81. package/dist/runtime/editor/components/BlockPreviewItem/index.vue +51 -1
  82. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue +27 -1
  83. package/dist/runtime/editor/components/BlockProxy/index.vue +148 -1
  84. package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue +59 -0
  85. package/dist/runtime/editor/components/BundleSelector/index.vue +170 -20
  86. package/dist/runtime/editor/components/Dialog/index.d.vue.ts +2 -0
  87. package/dist/runtime/editor/components/Dialog/index.vue +341 -0
  88. package/dist/runtime/editor/components/Dialog/index.vue.d.ts +2 -0
  89. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue +117 -0
  90. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +224 -28
  91. package/dist/runtime/editor/components/DiffViewer/DiffValue.d.vue.ts +1 -0
  92. package/dist/runtime/editor/components/DiffViewer/DiffValue.vue +5 -1
  93. package/dist/runtime/editor/components/DiffViewer/DiffValue.vue.d.ts +1 -0
  94. package/dist/runtime/editor/components/DiffViewer/State.vue +319 -0
  95. package/dist/runtime/editor/components/DraggableList.vue +103 -0
  96. package/dist/runtime/editor/components/Dropdown/index.vue +84 -0
  97. package/dist/runtime/editor/components/EditProvider.vue +72 -15
  98. package/dist/runtime/editor/components/FileDropHandler/index.d.vue.ts +23 -0
  99. package/dist/runtime/editor/components/FileDropHandler/index.vue +108 -0
  100. package/dist/runtime/editor/components/FileDropHandler/index.vue.d.ts +23 -0
  101. package/dist/runtime/editor/components/FlexTextarea/index.vue +4 -2
  102. package/dist/runtime/editor/components/Form/Datepicker/index.vue +149 -0
  103. package/dist/runtime/editor/components/Form/Toggle/index.vue +205 -1
  104. package/dist/runtime/editor/components/FormOverlay/index.vue +90 -0
  105. package/dist/runtime/editor/components/Icon/index.vue +6 -0
  106. package/dist/runtime/editor/components/Indicators/index.vue +161 -0
  107. package/dist/runtime/editor/components/InfoBox/index.vue +65 -0
  108. package/dist/runtime/editor/components/Konami/index.vue +119 -0
  109. package/dist/runtime/editor/components/Loading/index.d.vue.ts +6 -3
  110. package/dist/runtime/editor/components/Loading/index.vue +10 -5
  111. package/dist/runtime/editor/components/Loading/index.vue.d.ts +6 -3
  112. package/dist/runtime/editor/components/Messages/index.vue +131 -0
  113. package/dist/runtime/editor/components/NestedEditorOverlay/index.d.vue.ts +1 -0
  114. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue +246 -12
  115. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue.d.ts +1 -0
  116. package/dist/runtime/editor/components/NotEditStateInfo/index.d.vue.ts +3 -0
  117. package/dist/runtime/editor/components/NotEditStateInfo/index.vue +19 -0
  118. package/dist/runtime/editor/components/NotEditStateInfo/index.vue.d.ts +3 -0
  119. package/dist/runtime/editor/components/Overlay/index.vue +84 -0
  120. package/dist/runtime/editor/components/Pagination/index.vue +41 -0
  121. package/dist/runtime/editor/components/PluginConfigForm/index.vue +23 -0
  122. package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue +429 -0
  123. package/dist/runtime/editor/components/PluginConfigFormInline/index.d.vue.ts +22 -0
  124. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue +150 -0
  125. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue.d.ts +22 -0
  126. package/dist/runtime/editor/components/Popup/index.vue +77 -2
  127. package/dist/runtime/editor/components/PreviewProvider.vue +7 -0
  128. package/dist/runtime/editor/components/Resizable/index.vue +90 -1
  129. package/dist/runtime/editor/components/ScaleToFit/index.vue +30 -1
  130. package/dist/runtime/editor/components/SearchOverlay/index.d.vue.ts +43 -0
  131. package/dist/runtime/editor/components/SearchOverlay/index.vue +264 -0
  132. package/dist/runtime/editor/components/SearchOverlay/index.vue.d.ts +43 -0
  133. package/dist/runtime/editor/components/StatusIcon/index.vue +104 -0
  134. package/dist/runtime/editor/components/StatusIndicator/index.d.vue.ts +9 -0
  135. package/dist/runtime/editor/components/StatusIndicator/index.vue +16 -0
  136. package/dist/runtime/editor/components/StatusIndicator/index.vue.d.ts +9 -0
  137. package/dist/runtime/editor/components/SystemRequirements/index.vue +57 -0
  138. package/dist/runtime/editor/components/Tabs/index.d.vue.ts +30 -0
  139. package/dist/runtime/editor/components/Tabs/index.vue +32 -0
  140. package/dist/runtime/editor/components/Tabs/index.vue.d.ts +30 -0
  141. package/dist/runtime/editor/components/Toolbar/index.vue +215 -4
  142. package/dist/runtime/editor/components/Tooltip/Context.d.vue.ts +7 -0
  143. package/dist/runtime/editor/components/Tooltip/Context.vue +13 -0
  144. package/dist/runtime/editor/components/Tooltip/Context.vue.d.ts +7 -0
  145. package/dist/runtime/editor/components/Tooltip/Status.d.vue.ts +8 -0
  146. package/dist/runtime/editor/components/Tooltip/Status.vue +27 -0
  147. package/dist/runtime/editor/components/Tooltip/Status.vue.d.ts +8 -0
  148. package/dist/runtime/editor/components/Tooltip/index.d.vue.ts +27 -0
  149. package/dist/runtime/editor/components/Tooltip/index.vue +40 -0
  150. package/dist/runtime/editor/components/Tooltip/index.vue.d.ts +27 -0
  151. package/dist/runtime/editor/components/index.d.ts +59 -49
  152. package/dist/runtime/editor/components/index.js +59 -98
  153. package/dist/runtime/editor/composables/defineHighlight.d.ts +2 -0
  154. package/dist/runtime/editor/composables/defineHighlight.js +10 -0
  155. package/dist/runtime/editor/composables/index.d.ts +1 -0
  156. package/dist/runtime/editor/composables/index.js +1 -0
  157. package/dist/runtime/editor/composables/useBlockRegistration.js +8 -0
  158. package/dist/runtime/editor/composables/useStickyToolbar.d.ts +1 -0
  159. package/dist/runtime/editor/composables/useStickyToolbar.js +16 -0
  160. package/dist/runtime/editor/css/output.css +1 -1
  161. package/dist/runtime/editor/events/index.d.ts +10 -0
  162. package/dist/runtime/editor/features/add-list/Help/index.vue +193 -0
  163. package/dist/runtime/editor/features/add-list/index.vue +441 -0
  164. package/dist/runtime/editor/features/analyze/Ignored/index.d.vue.ts +7 -0
  165. package/dist/runtime/editor/features/analyze/Ignored/index.vue +35 -0
  166. package/dist/runtime/editor/features/analyze/Ignored/index.vue.d.ts +7 -0
  167. package/dist/runtime/editor/features/analyze/Main.vue +148 -24
  168. package/dist/runtime/editor/features/analyze/Results/Results.d.vue.ts +1 -9
  169. package/dist/runtime/editor/features/analyze/Results/Results.vue +0 -2
  170. package/dist/runtime/editor/features/analyze/Results/Results.vue.d.ts +1 -9
  171. package/dist/runtime/editor/features/analyze/Results/ResultsItem.d.vue.ts +1 -9
  172. package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue +1 -2
  173. package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue.d.ts +1 -9
  174. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.d.vue.ts +1 -9
  175. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue +11 -8
  176. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue.d.ts +1 -9
  177. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.d.vue.ts +3 -10
  178. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue +63 -25
  179. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue.d.ts +3 -10
  180. package/dist/runtime/editor/features/analyze/analyzers/altText.js +2 -0
  181. package/dist/runtime/editor/features/analyze/analyzers/headingStructure.js +3 -0
  182. package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.d.ts +7 -0
  183. package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.js +8 -0
  184. package/dist/runtime/editor/features/analyze/analyzers/readability.js +6 -12
  185. package/dist/runtime/editor/features/analyze/analyzers/types.d.ts +20 -0
  186. package/dist/runtime/editor/features/analyze/index.vue +458 -0
  187. package/dist/runtime/editor/features/analyze/types.d.ts +12 -0
  188. package/dist/runtime/editor/features/artboard/Overview/index.vue +37 -4
  189. package/dist/runtime/editor/features/artboard/Renderer.vue +79 -9
  190. package/dist/runtime/editor/features/artboard/Scrollbar/index.vue +84 -0
  191. package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue +1 -1
  192. package/dist/runtime/editor/features/block-scheduler/index.vue +114 -0
  193. package/dist/runtime/editor/features/breadcrumbs/index.vue +150 -0
  194. package/dist/runtime/editor/features/changelog/Dialog/index.vue +62 -7
  195. package/dist/runtime/editor/features/changelog/changelog.json +9 -1
  196. package/dist/runtime/editor/features/clipboard/index.vue +153 -1
  197. package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue +39 -16
  198. package/dist/runtime/editor/features/command-palette/Palette/index.vue +24 -130
  199. package/dist/runtime/editor/features/comments/index.vue +235 -0
  200. package/dist/runtime/editor/features/complex-options/index.vue +4 -1
  201. package/dist/runtime/editor/features/debug/Main.vue +1 -1
  202. package/dist/runtime/editor/features/debug/Section/Features.vue +2 -4
  203. package/dist/runtime/editor/features/debug/index.vue +168 -0
  204. package/dist/runtime/editor/features/dev-mode/index.vue +92 -27
  205. package/dist/runtime/editor/features/dragging-overlay/Renderer/index.vue +1 -1
  206. package/dist/runtime/editor/features/dragging-overlay/index.vue +330 -0
  207. package/dist/runtime/editor/features/edit/index.vue +15 -17
  208. package/dist/runtime/editor/features/edit-form/Frame/index.vue +21 -4
  209. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.d.vue.ts +10 -1
  210. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +47 -5
  211. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue.d.ts +10 -1
  212. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue +77 -0
  213. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue +55 -56
  214. package/dist/runtime/editor/features/editable-field/Overlay/index.vue +417 -8
  215. package/dist/runtime/editor/features/editable-mask/index.vue +9 -0
  216. package/dist/runtime/editor/features/entity-title/index.vue +40 -56
  217. package/dist/runtime/editor/features/fragments/Dialog/index.vue +90 -0
  218. package/dist/runtime/editor/features/help/Shortcuts/index.vue +71 -0
  219. package/dist/runtime/editor/features/help/index.vue +17 -0
  220. package/dist/runtime/editor/features/highlights/Renderer/fragment.glsl +89 -0
  221. package/dist/runtime/editor/features/highlights/Renderer/index.vue +408 -0
  222. package/dist/runtime/editor/features/highlights/Renderer/vertex.glsl +87 -0
  223. package/dist/runtime/editor/features/highlights/index.d.vue.ts +3 -0
  224. package/dist/runtime/editor/features/highlights/index.vue +20 -0
  225. package/dist/runtime/editor/features/highlights/index.vue.d.ts +3 -0
  226. package/dist/runtime/editor/features/history/List/index.vue +209 -0
  227. package/dist/runtime/editor/features/history/index.vue +0 -1
  228. package/dist/runtime/editor/features/hover/Renderer/index.vue +1 -1
  229. package/dist/runtime/editor/features/hover/Renderer/vertex.glsl +1 -1
  230. package/dist/runtime/editor/features/import-existing/Dialog/index.vue +18 -0
  231. package/dist/runtime/editor/features/media-library/Library/index.vue +10 -30
  232. package/dist/runtime/editor/features/media-library/index.vue +331 -0
  233. package/dist/runtime/editor/features/options/Form/Checkbox/index.vue +1 -1
  234. package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue +1 -1
  235. package/dist/runtime/editor/features/options/Form/ComplexType/index.vue +6 -2
  236. package/dist/runtime/editor/features/options/Form/Item.vue +21 -18
  237. package/dist/runtime/editor/features/options/Form/Radios/index.d.vue.ts +6 -0
  238. package/dist/runtime/editor/features/options/Form/Radios/index.vue +25 -6
  239. package/dist/runtime/editor/features/options/Form/Radios/index.vue.d.ts +6 -0
  240. package/dist/runtime/editor/features/options/Form/index.vue +1 -4
  241. package/dist/runtime/editor/features/options/index.vue +729 -0
  242. package/dist/runtime/editor/features/ownership/Banner/index.vue +9 -8
  243. package/dist/runtime/editor/features/ownership/index.vue +1 -1
  244. package/dist/runtime/editor/features/preview-grant/QrCode/index.vue +8 -3
  245. package/dist/runtime/editor/features/publish/Dialog/Item.vue +18 -20
  246. package/dist/runtime/editor/features/publish/Dialog/index.vue +5 -1
  247. package/dist/runtime/editor/features/publish/index.vue +835 -0
  248. package/dist/runtime/editor/features/publish/types.d.ts +5 -1
  249. package/dist/runtime/editor/features/referenced-entities/List/Item/index.d.vue.ts +4 -0
  250. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue +81 -0
  251. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue.d.ts +4 -0
  252. package/dist/runtime/editor/features/referenced-entities/List/index.d.vue.ts +11 -0
  253. package/dist/runtime/editor/features/referenced-entities/List/index.vue +78 -0
  254. package/dist/runtime/editor/features/referenced-entities/List/index.vue.d.ts +11 -0
  255. package/dist/runtime/editor/features/referenced-entities/index.d.vue.ts +3 -0
  256. package/dist/runtime/editor/features/referenced-entities/index.vue +36 -0
  257. package/dist/runtime/editor/features/referenced-entities/index.vue.d.ts +3 -0
  258. package/dist/runtime/editor/features/referenced-entities/types.d.ts +13 -0
  259. package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +188 -0
  260. package/dist/runtime/editor/features/search/Overlay/Results/Page/index.vue +1 -1
  261. package/dist/runtime/editor/features/search/index.vue +511 -0
  262. package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue +58 -0
  263. package/dist/runtime/editor/features/selection/index.vue +47 -15
  264. package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +23 -0
  265. package/dist/runtime/editor/features/settings/Dialog/index.vue +5 -2
  266. package/dist/runtime/editor/features/settings/index.vue +152 -0
  267. package/dist/runtime/editor/features/structure/List/Item/index.vue +7 -0
  268. package/dist/runtime/editor/features/structure/index.vue +178 -0
  269. package/dist/runtime/editor/features/templates/ManageDialog/Item.vue +3 -3
  270. package/dist/runtime/editor/features/templates/ManageDialog/index.vue +24 -3
  271. package/dist/runtime/editor/features/theme/index.vue +94 -0
  272. package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue +34 -0
  273. package/dist/runtime/editor/features/tour/Overlay/index.vue +243 -13
  274. package/dist/runtime/editor/features/transform/Dialog/index.vue +132 -1
  275. package/dist/runtime/editor/features/translations/Banner/index.d.vue.ts +14 -1
  276. package/dist/runtime/editor/features/translations/Banner/index.vue +139 -12
  277. package/dist/runtime/editor/features/translations/Banner/index.vue.d.ts +14 -1
  278. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.d.vue.ts +3 -0
  279. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue +272 -0
  280. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue.d.ts +3 -0
  281. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.d.vue.ts +10 -0
  282. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue +382 -0
  283. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue.d.ts +10 -0
  284. package/dist/runtime/editor/features/translations/CsvDialog/csv.d.ts +22 -0
  285. package/dist/runtime/editor/features/translations/CsvDialog/csv.js +50 -0
  286. package/dist/runtime/editor/features/translations/CsvDialog/index.d.vue.ts +10 -0
  287. package/dist/runtime/editor/features/translations/CsvDialog/index.vue +37 -0
  288. package/dist/runtime/editor/features/translations/CsvDialog/index.vue.d.ts +10 -0
  289. package/dist/runtime/editor/features/translations/CsvDialog/po.d.ts +7 -0
  290. package/dist/runtime/editor/features/translations/CsvDialog/po.js +36 -0
  291. package/dist/runtime/editor/features/translations/SelectionTable/index.d.vue.ts +37 -0
  292. package/dist/runtime/editor/features/translations/SelectionTable/index.vue +102 -0
  293. package/dist/runtime/editor/features/translations/SelectionTable/index.vue.d.ts +37 -0
  294. package/dist/runtime/editor/features/translations/TranslateDialog/index.d.vue.ts +7 -0
  295. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue +294 -0
  296. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue.d.ts +7 -0
  297. package/dist/runtime/editor/features/translations/index.vue +276 -6
  298. package/dist/runtime/editor/features/translations/types.d.ts +47 -0
  299. package/dist/runtime/editor/features/validations/Overlay/index.vue +130 -0
  300. package/dist/runtime/editor/features/validations/index.vue +41 -0
  301. package/dist/runtime/editor/features/{assistant → workspace}/Overlay/index.d.vue.ts +2 -4
  302. package/dist/runtime/editor/features/workspace/Overlay/index.vue +177 -0
  303. package/dist/runtime/editor/features/{assistant → workspace}/Overlay/index.vue.d.ts +2 -4
  304. package/dist/runtime/editor/features/workspace/index.d.vue.ts +3 -0
  305. package/dist/runtime/editor/features/workspace/index.vue +46 -0
  306. package/dist/runtime/editor/features/workspace/index.vue.d.ts +3 -0
  307. package/dist/runtime/editor/features/workspace/types.d.ts +59 -0
  308. package/dist/runtime/editor/features/workspace/types.js +0 -0
  309. package/dist/runtime/editor/icons/svg/spinner.svg +2 -2
  310. package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue +21 -7
  311. package/dist/runtime/editor/plugins/ContextMenu/index.vue +4 -0
  312. package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +9 -2
  313. package/dist/runtime/editor/plugins/ItemAction/index.vue +26 -16
  314. package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +9 -2
  315. package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue +24 -26
  316. package/dist/runtime/editor/plugins/Sidebar/index.vue +612 -27
  317. package/dist/runtime/editor/plugins/ToolbarButton/index.d.vue.ts +13 -84
  318. package/dist/runtime/editor/plugins/ToolbarButton/index.vue +36 -22
  319. package/dist/runtime/editor/plugins/ToolbarButton/index.vue.d.ts +13 -84
  320. package/dist/runtime/editor/plugins/ViewOption/index.vue +13 -14
  321. package/dist/runtime/editor/providers/blocks.js +1 -0
  322. package/dist/runtime/editor/providers/cache.d.ts +23 -0
  323. package/dist/runtime/editor/providers/cache.js +29 -0
  324. package/dist/runtime/editor/providers/directive.d.ts +25 -0
  325. package/dist/runtime/editor/providers/directive.js +20 -0
  326. package/dist/runtime/editor/providers/fieldValue.d.ts +5 -5
  327. package/dist/runtime/editor/providers/fieldValue.js +8 -7
  328. package/dist/runtime/editor/providers/plugin.d.ts +14 -0
  329. package/dist/runtime/editor/providers/plugin.js +9 -0
  330. package/dist/runtime/editor/providers/readability.js +1 -1
  331. package/dist/runtime/editor/providers/selection.js +1 -1
  332. package/dist/runtime/editor/providers/state.d.ts +1 -0
  333. package/dist/runtime/editor/providers/state.js +1 -0
  334. package/dist/runtime/editor/providers/texts.js +11 -1
  335. package/dist/runtime/editor/providers/ui.d.ts +11 -0
  336. package/dist/runtime/editor/providers/ui.js +5 -1
  337. package/dist/runtime/editor/translations/de.json +316 -56
  338. package/dist/runtime/editor/translations/fr.json +310 -50
  339. package/dist/runtime/editor/translations/gsw_CH.json +311 -51
  340. package/dist/runtime/editor/translations/it.json +310 -50
  341. package/dist/runtime/editor/types/app.d.ts +2 -0
  342. package/dist/runtime/editor/types/definitions.d.ts +8 -0
  343. package/dist/runtime/editor/types/field.d.ts +1 -0
  344. package/dist/runtime/editor/types/state.d.ts +10 -0
  345. package/dist/runtime/editor/types/ui.d.ts +3 -1
  346. package/dist/runtime/helpers/tw.d.ts +15 -0
  347. package/dist/runtime/helpers/tw.js +3 -0
  348. package/dist/runtime/types/field.d.ts +1 -0
  349. package/dist/shared/{editor.DsGJIlGn.d.mts → editor.BTOBvmaz.d.mts} +20 -3
  350. package/dist/types.d.mts +1 -1
  351. package/package.json +16 -3
  352. package/dist/runtime/editor/features/analyze/Renderer/fragment.glsl +0 -74
  353. package/dist/runtime/editor/features/analyze/Renderer/index.d.vue.ts +0 -24
  354. package/dist/runtime/editor/features/analyze/Renderer/index.vue +0 -330
  355. package/dist/runtime/editor/features/analyze/Renderer/index.vue.d.ts +0 -24
  356. package/dist/runtime/editor/features/analyze/Renderer/vertex.glsl +0 -94
  357. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.d.vue.ts +0 -7
  358. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.vue +0 -17
  359. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.vue.d.ts +0 -7
  360. package/dist/runtime/editor/features/assistant/Overlay/index.vue +0 -108
  361. package/dist/runtime/editor/features/assistant/docs.md +0 -7
  362. package/dist/runtime/editor/features/assistant/index.vue +0 -66
  363. package/dist/runtime/editor/features/assistant/types.d.ts +0 -37
  364. package/dist/runtime/editor/features/media-library/Library/FilterSelect/index.vue +0 -168
  365. package/dist/runtime/editor/providers/fieldValueAdapterTypes.d.ts +0 -13
  366. /package/dist/{runtime/editor/features/assistant → modules/iframes/runtime}/types.js +0 -0
  367. /package/dist/runtime/editor/components/Actions/{ItemDropdown.d.vue.ts → ItemDropdown/index.d.vue.ts} +0 -0
  368. /package/dist/runtime/editor/components/Actions/{ItemDropdown.vue.d.ts → ItemDropdown/index.vue.d.ts} +0 -0
  369. /package/dist/runtime/editor/{features/media-library/Library → components/PluginConfigFormInline}/FilterSelect/index.d.vue.ts +0 -0
  370. /package/dist/runtime/editor/{features/media-library/Library → components/PluginConfigFormInline}/FilterSelect/index.vue.d.ts +0 -0
  371. /package/dist/runtime/editor/features/{assistant → highlights/Renderer}/index.d.vue.ts +0 -0
  372. /package/dist/runtime/editor/features/{assistant → highlights/Renderer}/index.vue.d.ts +0 -0
  373. /package/dist/runtime/editor/{providers/fieldValueAdapterTypes.js → features/referenced-entities/types.js} +0 -0
@@ -84,3 +84,732 @@ export default {
84
84
  name: "Options"
85
85
  };
86
86
  </script>
87
+
88
+ <style>
89
+ .bk .bk-blokkli-item-options {
90
+ display: flex;
91
+ min-width: 100vw;
92
+ height: var(--bk-actions-height);
93
+ overflow: auto;
94
+ }
95
+ @media (min-width: 1024px) {
96
+ .bk .bk-blokkli-item-options {
97
+ overflow: visible;
98
+ border-left-width: 1px;
99
+ --bk-tw-border-opacity: 1;
100
+ border-left-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-border-opacity, 1));
101
+ }
102
+ }
103
+ .bk .bk-blokkli-item-options {
104
+ order: -9999;
105
+ min-width: 100%;
106
+ }
107
+ @media (min-width: 1024px) {
108
+ .bk .bk-blokkli-item-options {
109
+ order: 0;
110
+ min-width: 0px;
111
+ }
112
+ }
113
+ .bk .bk-blokkli-item-options::-webkit-scrollbar {
114
+ display: none;
115
+ }
116
+ .bk .bk-blokkli-item-options:empty {
117
+ display: none;
118
+ }
119
+ .bk .bk-blokkli-item-options:not(:empty) {
120
+ border-bottom-width: 1px;
121
+ border-bottom-color: rgb(var(--bk-theme-mono-500) / 0.25);
122
+ }
123
+ @media (min-width: 1024px) {
124
+ .bk .bk-blokkli-item-options:not(:empty) {
125
+ border-bottom-width: 0;
126
+ }
127
+ }
128
+ .bk .bk-blokkli-item-options-item-content {
129
+ height: 100%;
130
+ }
131
+ .bk .bk-blokkli-item-options-item {
132
+ position: relative;
133
+ display: flex;
134
+ align-items: center;
135
+ font-size: 14px;
136
+ line-height: 20px;
137
+ }
138
+ .bk .bk-blokkli-item-options-item.bk-is-disabled {
139
+ pointer-events: none;
140
+ opacity: 0.2;
141
+ }
142
+ @media (min-width: 1024px) {
143
+ .bk .bk-blokkli-item-options-item:not(:last-child) {
144
+ border-right-width: 1px;
145
+ --bk-tw-border-opacity: 1;
146
+ border-right-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-border-opacity, 1));
147
+ }
148
+ .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-text input,
149
+ .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-checkbox,
150
+ .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-checkboxes {
151
+ border-start-end-radius: 6px;
152
+ border-end-end-radius: 6px;
153
+ }
154
+ .bk .bk-blokkli-item-options-group:last-child > button {
155
+ border-start-end-radius: 6px;
156
+ border-end-end-radius: 6px;
157
+ }
158
+ }
159
+ .bk .bk-blokkli-item-options-checkbox {
160
+ position: relative;
161
+ display: inline-flex;
162
+ height: 100%;
163
+ cursor: pointer;
164
+ align-items: center;
165
+ padding-left: 10px;
166
+ padding-right: 10px;
167
+ --bk-tw-text-opacity: 1;
168
+ color: rgb(var(--bk-theme-mono-200) / var(--bk-tw-text-opacity, 1));
169
+ }
170
+ @media not all and (hover: none) {
171
+ .bk .bk-blokkli-item-options-checkbox:hover {
172
+ --bk-tw-bg-opacity: 1;
173
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
174
+ --bk-tw-text-opacity: 1;
175
+ color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
176
+ }
177
+ }
178
+ .bk .bk-blokkli-item-options-checkbox input {
179
+ position: absolute;
180
+ width: 1px;
181
+ height: 1px;
182
+ padding: 0;
183
+ margin: -1px;
184
+ overflow: hidden;
185
+ clip: rect(0, 0, 0, 0);
186
+ white-space: nowrap;
187
+ border-width: 0;
188
+ }
189
+ .bk .bk-blokkli-item-options-checkbox input:checked + div {
190
+ --bk-tw-bg-opacity: 1;
191
+ background-color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-bg-opacity, 1));
192
+ }
193
+ .bk .bk-blokkli-item-options-checkbox input:checked + div::after {
194
+ --bk-tw-translate-x: 100%;
195
+ transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
196
+ --bk-tw-border-opacity: 1;
197
+ border-color: rgb(255 255 255 / var(--bk-tw-border-opacity, 1));
198
+ content: var(--bk-tw-content);
199
+ --bk-tw-bg-opacity: 1;
200
+ background-color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-bg-opacity, 1));
201
+ }
202
+ .bk .bk-blokkli-item-options-checkbox > div {
203
+ position: relative;
204
+ height: 20px;
205
+ width: 36px;
206
+ flex-shrink: 0;
207
+ border-radius: 9999px;
208
+ --bk-tw-bg-opacity: 1;
209
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
210
+ }
211
+ .bk .bk-blokkli-item-options-checkbox > div::after {
212
+ position: absolute;
213
+ top: 2px;
214
+ left: 2px;
215
+ height: 16px;
216
+ width: 16px;
217
+ border-radius: 9999px;
218
+ --bk-tw-bg-opacity: 1;
219
+ background-color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-bg-opacity, 1));
220
+ --bk-tw-content: '';
221
+ content: var(--bk-tw-content);
222
+ }
223
+ .bk .bk-blokkli-item-options-checkbox > span {
224
+ display: inline-block;
225
+ padding-left: 10px;
226
+ }
227
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) {
228
+ position: relative;
229
+ display: flex;
230
+ height: 100%;
231
+ align-items: center;
232
+ padding-left: 10px;
233
+ padding-right: 10px;
234
+ user-select: none;
235
+ font-size: 14px;
236
+ line-height: 20px;
237
+ --bk-tw-text-opacity: 1;
238
+ color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
239
+ }
240
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label {
241
+ display: flex;
242
+ height: 100%;
243
+ cursor: pointer;
244
+ align-items: center;
245
+ }
246
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label input {
247
+ position: absolute;
248
+ width: 1px;
249
+ height: 1px;
250
+ padding: 0;
251
+ margin: -1px;
252
+ overflow: hidden;
253
+ clip: rect(0, 0, 0, 0);
254
+ white-space: nowrap;
255
+ border-width: 0;
256
+ }
257
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label input:checked + span {
258
+ --bk-tw-bg-opacity: 1;
259
+ background-color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-bg-opacity, 1));
260
+ --bk-tw-text-opacity: 1;
261
+ color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-text-opacity, 1));
262
+ }
263
+ @media not all and (hover: none) {
264
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label:hover input:not(:checked) + span {
265
+ --bk-tw-bg-opacity: 1;
266
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
267
+ }
268
+ }
269
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label span {
270
+ display: inline-block;
271
+ border-radius: 24px;
272
+ padding-left: 10px;
273
+ padding-right: 10px;
274
+ padding-top: 2px;
275
+ padding-bottom: 2px;
276
+ }
277
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label.bk-is-muted {
278
+ --bk-tw-text-opacity: 1;
279
+ color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-text-opacity, 1));
280
+ }
281
+ .bk .bk-blokkli-item-options-radios.bk-is-color {
282
+ display: flex;
283
+ height: 100%;
284
+ align-items: stretch;
285
+ padding-left: 10px;
286
+ padding-right: 10px;
287
+ }
288
+ .bk .bk-blokkli-item-options-radios.bk-is-color label {
289
+ display: flex;
290
+ height: 100%;
291
+ cursor: pointer;
292
+ align-items: center;
293
+ padding-left: 5px;
294
+ padding-right: 5px;
295
+ }
296
+ .bk .bk-blokkli-item-options-radios.bk-is-color label div {
297
+ position: relative;
298
+ height: 20px;
299
+ width: 20px;
300
+ border-radius: 9999px;
301
+ }
302
+ .bk .bk-blokkli-item-options-radios.bk-is-color label input {
303
+ margin-right: 1px;
304
+ cursor: pointer;
305
+ }
306
+ .bk .bk-blokkli-item-options-radios.bk-is-color label span {
307
+ position: absolute;
308
+ top: 0px;
309
+ left: 0px;
310
+ height: 100%;
311
+ width: 100%;
312
+ border-radius: inherit;
313
+ font-size: 0px;
314
+ outline-style: solid;
315
+ outline-width: 2px;
316
+ outline-offset: 2px;
317
+ outline-color: transparent;
318
+ }
319
+ @media not all and (hover: none) {
320
+ .bk .bk-blokkli-item-options-radios.bk-is-color label:hover input:not(:checked) + span {
321
+ outline-color: rgb(var(--bk-theme-mono-400) / 1);
322
+ }
323
+ }
324
+ .bk .bk-blokkli-item-options-radios.bk-is-color label input {
325
+ opacity: 0;
326
+ }
327
+ .bk .bk-blokkli-item-options-radios.bk-is-color label input:checked + span {
328
+ outline-color: rgb(var(--bk-theme-mono-50) / 1);
329
+ }
330
+ .bk .bk-blokkli-item-options-radios.bk-is-icons {
331
+ gap: 10px;
332
+ --bk-tw-text-opacity: 1;
333
+ color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1));
334
+ }
335
+ .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon {
336
+ opacity: 0.3;
337
+ }
338
+ .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg {
339
+ height: 24px;
340
+ width: auto;
341
+ fill: currentColor;
342
+ }
343
+ .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-fill {
344
+ fill: rgb(var(--bk-theme-mono-700) / 1);
345
+ }
346
+ .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-fill-strong {
347
+ fill: rgb(var(--bk-theme-mono-200) / 1);
348
+ }
349
+ .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-stroke {
350
+ stroke: currentColor;
351
+ }
352
+ .bk .bk-blokkli-item-options-radios.bk-is-icons input:not(:checked):hover + .bk-blokkli-item-options-radios-icon {
353
+ opacity: 0.5;
354
+ }
355
+ .bk .bk-blokkli-item-options-radios.bk-is-icons input:checked + .bk-blokkli-item-options-radios-icon {
356
+ opacity: 1;
357
+ }
358
+ .bk .bk-blokkli-item-options-text {
359
+ position: relative;
360
+ height: 100%;
361
+ cursor: pointer;
362
+ }
363
+ .bk .bk-blokkli-item-options-text input {
364
+ position: absolute;
365
+ top: 0px;
366
+ left: 0px;
367
+ height: 100%;
368
+ width: 100%;
369
+ background-color: transparent;
370
+ padding-left: 10px;
371
+ padding-right: 10px;
372
+ }
373
+ .bk .bk-blokkli-item-options-text input:focus {
374
+ --bk-tw-bg-opacity: 1;
375
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
376
+ --bk-tw-shadow: 0 0 #0000;
377
+ --bk-tw-shadow-colored: 0 0 #0000;
378
+ box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
379
+ outline: 2px solid transparent;
380
+ outline-offset: 2px;
381
+ }
382
+ .bk .bk-blokkli-item-options-text > div {
383
+ pointer-events: none;
384
+ visibility: hidden;
385
+ white-space: pre;
386
+ padding-left: 10px;
387
+ padding-right: 10px;
388
+ min-width: 100px;
389
+ max-width: 250px;
390
+ overflow: hidden;
391
+ }
392
+ @media not all and (hover: none) {
393
+ .bk .bk-blokkli-item-options-text:hover {
394
+ color: var(--gin-color-primary);
395
+ }
396
+ }
397
+ .bk .bk-blokkli-item-options-date {
398
+ position: relative;
399
+ height: 100%;
400
+ cursor: pointer;
401
+ }
402
+ .bk .bk-blokkli-item-options-date input {
403
+ height: 100%;
404
+ background-color: transparent;
405
+ padding-left: 10px;
406
+ padding-right: 10px;
407
+ accent-color: rgb(var(--bk-theme-mono-100) / 1);
408
+ }
409
+ .bk .bk-blokkli-item-options-date input:focus {
410
+ --bk-tw-bg-opacity: 1;
411
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
412
+ --bk-tw-shadow: 0 0 #0000;
413
+ --bk-tw-shadow-colored: 0 0 #0000;
414
+ box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
415
+ outline: 2px solid transparent;
416
+ outline-offset: 2px;
417
+ }
418
+ @media not all and (hover: none) {
419
+ .bk .bk-blokkli-item-options-date:hover {
420
+ color: var(--gin-color-primary);
421
+ }
422
+ }
423
+ .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex {
424
+ position: relative;
425
+ margin-left: 5px;
426
+ margin-right: 5px;
427
+ display: flex;
428
+ height: 20px;
429
+ width: 60px;
430
+ border-width: 1px;
431
+ border-color: currentColor;
432
+ --bk-tw-text-opacity: 1;
433
+ color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-text-opacity, 1));
434
+ }
435
+ .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex > div {
436
+ position: relative;
437
+ height: 100%;
438
+ --bk-tw-bg-opacity: 1;
439
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
440
+ }
441
+ .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex > div:not(:last-child):after {
442
+ content: '';
443
+ position: absolute;
444
+ top: -1px;
445
+ right: 0px;
446
+ bottom: -1px;
447
+ border-right-width: 1px;
448
+ border-color: currentColor;
449
+ }
450
+ .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div {
451
+ --bk-tw-text-opacity: 1;
452
+ color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1));
453
+ }
454
+ .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div > div {
455
+ --bk-tw-bg-opacity: 1;
456
+ background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
457
+ }
458
+ .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div > div:after {
459
+ --bk-tw-border-opacity: 1 !important;
460
+ border-right-color: rgb(var(--bk-theme-mono-950) / var(--bk-tw-border-opacity, 1)) !important;
461
+ }
462
+ @media not all and (hover: none) {
463
+ .bk .bk-blokkli-item-options-radios.bk-is-grid label:hover input:not(:checked) + div {
464
+ --bk-tw-text-opacity: 1;
465
+ color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
466
+ }
467
+ .bk .bk-blokkli-item-options-radios.bk-is-grid label:hover input:not(:checked) + div > div {
468
+ --bk-tw-bg-opacity: 1;
469
+ background-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-bg-opacity, 1));
470
+ }
471
+ }
472
+ .bk .bk-blokkli-item-options-checkboxes {
473
+ height: 100%;
474
+ padding-left: 15px;
475
+ padding-right: 15px;
476
+ }
477
+ .bk .bk-blokkli-item-options-checkboxes.bk-is-grouped {
478
+ height: auto;
479
+ padding-left: 0px;
480
+ padding-right: 0px;
481
+ }
482
+ .bk .bk-blokkli-item-options-checkboxes.bk-is-grouped > div {
483
+ position: static;
484
+ }
485
+ @media not all and (hover: none) {
486
+ .bk .bk-blokkli-item-options-checkboxes:hover {
487
+ --bk-tw-bg-opacity: 1;
488
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
489
+ }
490
+ }
491
+ .bk .bk-blokkli-item-options-checkboxes button {
492
+ display: flex;
493
+ height: 100%;
494
+ min-width: 200px;
495
+ align-items: center;
496
+ gap: 10px;
497
+ }
498
+ .bk .bk-blokkli-item-options-checkboxes button svg {
499
+ fill: currentColor;
500
+ height: 15px;
501
+ width: 20px;
502
+ --bk-tw-text-opacity: 1;
503
+ color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-text-opacity, 1));
504
+ }
505
+ .bk .bk-blokkli-item-options-checkboxes button > span:first-child {
506
+ margin-right: auto;
507
+ }
508
+ .bk .bk-blokkli-item-options-checkboxes > div {
509
+ position: fixed;
510
+ left: 0px;
511
+ display: grid;
512
+ min-width: 100%;
513
+ overflow: hidden;
514
+ border-bottom-right-radius: 0px;
515
+ border-bottom-left-radius: 0px;
516
+ border-top-left-radius: 4px;
517
+ border-top-right-radius: 4px;
518
+ --bk-tw-bg-opacity: 1;
519
+ background-color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-bg-opacity, 1));
520
+ bottom: 100%;
521
+ }
522
+ @media (min-width: 768px) {
523
+ .bk .bk-blokkli-item-options-checkboxes > div {
524
+ position: absolute;
525
+ top: 100%;
526
+ bottom: auto;
527
+ border-top-left-radius: 0px;
528
+ border-top-right-radius: 0px;
529
+ border-bottom-right-radius: 4px;
530
+ border-bottom-left-radius: 4px;
531
+ }
532
+ }
533
+ .bk .bk-blokkli-item-options-checkboxes > div label {
534
+ padding-top: 10px;
535
+ padding-bottom: 10px;
536
+ }
537
+ @media not all and (hover: none) {
538
+ .bk .bk-blokkli-item-options-checkboxes > div label:hover {
539
+ --bk-tw-bg-opacity: 1;
540
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
541
+ }
542
+ }
543
+ .bk .bk-blokkli-item-options-checkboxes.bk-is-active {
544
+ border-bottom-right-radius: 0px !important;
545
+ border-bottom-left-radius: 0px !important;
546
+ --bk-tw-bg-opacity: 1;
547
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
548
+ }
549
+ .bk .bk-blokkli-item-options-checkboxes.bk-is-active button svg {
550
+ --bk-tw-rotate: 180deg;
551
+ transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
552
+ }
553
+ .bk .bk-blokkli-item-options-color {
554
+ position: relative;
555
+ display: flex;
556
+ height: 100%;
557
+ cursor: pointer;
558
+ align-items: center;
559
+ padding-left: 10px;
560
+ padding-right: 10px;
561
+ }
562
+ @media not all and (hover: none) {
563
+ .bk .bk-blokkli-item-options-color:hover {
564
+ --bk-tw-bg-opacity: 1;
565
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
566
+ }
567
+ }
568
+ .bk .bk-blokkli-item-options-color input {
569
+ position: absolute;
570
+ top: 0px;
571
+ left: 0px;
572
+ height: 100%;
573
+ width: 100%;
574
+ cursor: pointer;
575
+ appearance: none;
576
+ opacity: 0;
577
+ }
578
+ .bk .bk-blokkli-item-options-color .bk-blokkli-item-options-color-preview {
579
+ height: 20px;
580
+ width: 20px;
581
+ border-radius: 9999px;
582
+ }
583
+ .bk .bk-blokkli-item-options-color .bk-blokkli-item-options-color-label {
584
+ margin-left: 10px;
585
+ font-family: monospace;
586
+ }
587
+ .bk .bk-blokkli-item-options-range {
588
+ display: flex;
589
+ height: 100%;
590
+ align-items: center;
591
+ gap: 5px;
592
+ padding-left: 10px;
593
+ padding-right: 10px;
594
+ }
595
+ .bk .bk-blokkli-item-options-range input {
596
+ height: 5px;
597
+ width: 120px;
598
+ appearance: none;
599
+ border-radius: 9999px;
600
+ --bk-tw-bg-opacity: 1;
601
+ background-color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-bg-opacity, 1));
602
+ }
603
+ /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
604
+ .bk .bk-blokkli-item-options-range input::-webkit-slider-thumb {
605
+ appearance: none;
606
+ border-radius: 9999px;
607
+ --bk-tw-bg-opacity: 1;
608
+ background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
609
+ width: 15px; /* Set a specific slider handle width */
610
+ height: 15px; /* Slider handle height */
611
+ cursor: pointer; /* Cursor on hover */
612
+ }
613
+ .bk .bk-blokkli-item-options-range input::-moz-range-thumb {
614
+ border-radius: 9999px;
615
+ --bk-tw-bg-opacity: 1;
616
+ background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
617
+ width: 15px; /* Set a specific slider handle width */
618
+ height: 15px; /* Slider handle height */
619
+ cursor: pointer; /* Cursor on hover */
620
+ }
621
+ .bk .bk-blokkli-item-options-range > div {
622
+ min-width: 40px;
623
+ text-align: right;
624
+ font-family: monospace;
625
+ }
626
+ .bk .bk-blokkli-item-options-group {
627
+ position: relative;
628
+ }
629
+ .bk .bk-blokkli-item-options-group > button {
630
+ display: flex;
631
+ height: 100%;
632
+ width: 100%;
633
+ min-width: 200px;
634
+ align-items: center;
635
+ gap: 10px;
636
+ padding-left: 10px;
637
+ padding-right: 10px;
638
+ font-size: 14px;
639
+ line-height: 20px;
640
+ }
641
+ @media not all and (hover: none) {
642
+ .bk .bk-blokkli-item-options-group > button:hover {
643
+ --bk-tw-bg-opacity: 1;
644
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
645
+ }
646
+ }
647
+ .bk .bk-blokkli-item-options-group > button .bk-icon {
648
+ margin-left: auto;
649
+ }
650
+ .bk .bk-blokkli-item-options-group > button svg {
651
+ fill: currentColor;
652
+ height: 15px;
653
+ width: 20px;
654
+ --bk-tw-text-opacity: 1;
655
+ color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-text-opacity, 1));
656
+ }
657
+ .bk .bk-blokkli-item-options-group.bk-is-active:last-child > button {
658
+ border-bottom-right-radius: 0px;
659
+ border-bottom-left-radius: 0px;
660
+ }
661
+ .bk .bk-blokkli-item-options-group.bk-is-active > button {
662
+ --bk-tw-bg-opacity: 1;
663
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
664
+ }
665
+ .bk .bk-blokkli-item-options-group.bk-is-active > button svg {
666
+ --bk-tw-rotate: 180deg;
667
+ transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
668
+ }
669
+ .bk .bk-blokkli-item-options-group-content {
670
+ position: absolute;
671
+ position: fixed;
672
+ left: 0px;
673
+ display: grid;
674
+ min-width: 100%;
675
+ overflow: hidden;
676
+ border-bottom-right-radius: 0px;
677
+ border-bottom-left-radius: 0px;
678
+ border-top-left-radius: 4px;
679
+ border-top-right-radius: 4px;
680
+ --bk-tw-bg-opacity: 1;
681
+ background-color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-bg-opacity, 1));
682
+ bottom: 100%;
683
+ }
684
+ @media (min-width: 768px) {
685
+ .bk .bk-blokkli-item-options-group-content {
686
+ position: absolute;
687
+ top: 100%;
688
+ bottom: auto;
689
+ border-top-left-radius: 0px;
690
+ border-top-right-radius: 0px;
691
+ border-bottom-right-radius: 4px;
692
+ border-bottom-left-radius: 4px;
693
+ }
694
+ }
695
+ .bk .bk-blokkli-item-options-group-content > label {
696
+ padding-top: 10px;
697
+ padding-bottom: 10px;
698
+ }
699
+ @media not all and (hover: none) {
700
+ .bk .bk-blokkli-item-options-group-content > label:hover {
701
+ --bk-tw-bg-opacity: 1;
702
+ background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
703
+ }
704
+ }
705
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content {
706
+ height: 50px;
707
+ }
708
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content.bk-is-grouped {
709
+ height: auto;
710
+ min-height: 50px;
711
+ width: 100%;
712
+ }
713
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content.bk-is-grouped .bk-blokkli-item-options-checkbox {
714
+ height: 50px;
715
+ width: 100%;
716
+ white-space: nowrap;
717
+ }
718
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item {
719
+ display: flex;
720
+ flex-direction: column;
721
+ align-items: flex-start;
722
+ }
723
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item:not(:last-child) {
724
+ border-bottom-width: 1px;
725
+ --bk-tw-border-opacity: 1;
726
+ border-bottom-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-border-opacity, 1));
727
+ }
728
+ .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item .bk-blokkli-item-options-item-label {
729
+ margin-top: 10px;
730
+ padding-left: 10px;
731
+ padding-right: 10px;
732
+ font-weight: 600;
733
+ --bk-tw-text-opacity: 1;
734
+ color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
735
+ }
736
+ .bk .bk-blokkli-item-options-complex-type {
737
+ display: flex;
738
+ height: 100%;
739
+ cursor: pointer;
740
+ align-items: center;
741
+ gap: 10px;
742
+ white-space: nowrap;
743
+ padding-left: 10px;
744
+ padding-right: 10px;
745
+ font-size: 14px;
746
+ line-height: 20px;
747
+ font-weight: 500;
748
+ --bk-tw-text-opacity: 1;
749
+ color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
750
+ }
751
+ @media not all and (hover: none) {
752
+ .bk .bk-blokkli-item-options-complex-type:hover {
753
+ --bk-tw-bg-opacity: 1;
754
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
755
+ --bk-tw-text-opacity: 1;
756
+ color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
757
+ }
758
+ }
759
+ .bk .bk-blokkli-item-options-complex-type .bk-icon {
760
+ width: 24px;
761
+ height: 24px;
762
+ fill: currentColor;
763
+ }
764
+ .bk .bk-blokkli-item-options-number {
765
+ position: relative;
766
+ display: flex;
767
+ height: 100%;
768
+ align-items: center;
769
+ padding-left: 10px;
770
+ padding-right: 10px;
771
+ }
772
+ .bk .bk-blokkli-item-options-number input {
773
+ height: 100%;
774
+ appearance: none;
775
+ background-color: transparent;
776
+ text-align: center;
777
+ font-family: monospace;
778
+ }
779
+ .bk .bk-blokkli-item-options-number input:focus {
780
+ border-style: none;
781
+ --bk-tw-shadow: 0 0 #0000;
782
+ --bk-tw-shadow-colored: 0 0 #0000;
783
+ box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
784
+ outline-width: 0px;
785
+ }
786
+ .bk .bk-blokkli-item-options-number input::-webkit-inner-spin-button {
787
+ display: none;
788
+ height: 0px;
789
+ width: 0px;
790
+ appearance: none;
791
+ }
792
+ .bk .bk-blokkli-item-options-number button {
793
+ display: flex;
794
+ height: 20px;
795
+ width: 20px;
796
+ align-items: center;
797
+ justify-content: center;
798
+ border-radius: 9999px;
799
+ }
800
+ .bk .bk-blokkli-item-options-number button:hover {
801
+ --bk-tw-bg-opacity: 1;
802
+ background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
803
+ }
804
+ .bk .bk-blokkli-item-options-number button[disabled] {
805
+ pointer-events: none;
806
+ background-color: transparent;
807
+ --bk-tw-text-opacity: 1;
808
+ color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-text-opacity, 1));
809
+ }
810
+ .bk .bk-blokkli-item-options-number button .bk-icon {
811
+ height: 15px;
812
+ width: 15px;
813
+ fill: currentColor;
814
+ }
815
+ </style>