fina-react-ds 1.0.50 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (366) hide show
  1. package/README.md +229 -1
  2. package/dist/_virtual/index.js +1 -0
  3. package/dist/_virtual/index2.js +1 -0
  4. package/dist/_virtual/use-sync-external-store-shim.production.js +1 -0
  5. package/dist/_virtual/with-selector.js +1 -0
  6. package/dist/_virtual/with-selector.production.js +1 -0
  7. package/dist/_virtual/with-selector2.js +1 -0
  8. package/dist/ckeditor5.css +901 -434
  9. package/dist/components/alert-dialog.d.ts +30 -11
  10. package/dist/components/alert-dialog.js +1 -1
  11. package/dist/components/alert.d.ts +20 -3
  12. package/dist/components/alert.js +1 -1
  13. package/dist/components/avatar.d.ts +24 -5
  14. package/dist/components/avatar.js +1 -1
  15. package/dist/components/badge.d.ts +20 -4
  16. package/dist/components/badge.js +1 -1
  17. package/dist/components/button.d.ts +4 -5
  18. package/dist/components/button.js +1 -1
  19. package/dist/components/calendar.d.ts +3 -3
  20. package/dist/components/calendar.js +1 -1
  21. package/dist/components/card.d.ts +4 -1
  22. package/dist/components/card.js +1 -1
  23. package/dist/components/checkbox.d.ts +15 -3
  24. package/dist/components/checkbox.js +1 -1
  25. package/dist/components/date-picker.d.ts +4 -1
  26. package/dist/components/date-picker.js +1 -1
  27. package/dist/components/dialog.d.ts +12 -10
  28. package/dist/components/dialog.js +1 -1
  29. package/dist/components/dropdown-menu.d.ts +17 -17
  30. package/dist/components/dropdown-menu.js +1 -1
  31. package/dist/components/empty.js +1 -1
  32. package/dist/components/field.d.ts +24 -0
  33. package/dist/components/field.js +1 -0
  34. package/dist/components/file-uploader.js +1 -1
  35. package/dist/components/hover-card.d.ts +4 -5
  36. package/dist/components/hover-card.js +1 -1
  37. package/dist/components/html-input.d.ts +2 -1
  38. package/dist/components/html-input.js +1 -1
  39. package/dist/components/image-uploader.js +1 -1
  40. package/dist/components/index.d.ts +2 -12
  41. package/dist/components/index.js +1 -1
  42. package/dist/components/input.d.ts +13 -0
  43. package/dist/components/input.js +1 -1
  44. package/dist/components/label.d.ts +1 -2
  45. package/dist/components/label.js +1 -1
  46. package/dist/components/mode-toggle.js +1 -1
  47. package/dist/components/pagination.d.ts +2 -2
  48. package/dist/components/pagination.js +1 -1
  49. package/dist/components/popover.d.ts +8 -6
  50. package/dist/components/popover.js +1 -1
  51. package/dist/components/select.d.ts +18 -7
  52. package/dist/components/select.js +1 -1
  53. package/dist/components/separator.d.ts +2 -3
  54. package/dist/components/separator.js +1 -1
  55. package/dist/components/sheet.d.ts +42 -9
  56. package/dist/components/sheet.js +1 -1
  57. package/dist/components/sidebar.d.ts +14 -20
  58. package/dist/components/sidebar.js +1 -1
  59. package/dist/components/simple-tooltip.d.ts +2 -1
  60. package/dist/components/simple-tooltip.js +1 -1
  61. package/dist/components/skeleton.js +1 -1
  62. package/dist/components/sonner.js +1 -1
  63. package/dist/components/switch.d.ts +14 -3
  64. package/dist/components/switch.js +1 -1
  65. package/dist/components/table.d.ts +10 -0
  66. package/dist/components/table.js +1 -1
  67. package/dist/components/tabs.d.ts +29 -7
  68. package/dist/components/tabs.js +1 -1
  69. package/dist/components/textarea.d.ts +13 -0
  70. package/dist/components/textarea.js +1 -1
  71. package/dist/components/tooltip.d.ts +13 -6
  72. package/dist/components/tooltip.js +1 -1
  73. package/dist/forms/form-color-picker.d.ts +6 -0
  74. package/dist/forms/form-color-picker.js +1 -0
  75. package/dist/forms/form-date.d.ts +7 -0
  76. package/dist/forms/form-date.js +1 -0
  77. package/dist/{components → forms}/form-file-uploader.d.ts +1 -1
  78. package/dist/forms/form-file-uploader.js +1 -0
  79. package/dist/forms/form-html-input.js +1 -0
  80. package/dist/{components → forms}/form-image-uploader.d.ts +2 -3
  81. package/dist/forms/form-image-uploader.js +1 -0
  82. package/dist/{components → forms}/form-input.d.ts +2 -2
  83. package/dist/forms/form-input.js +1 -0
  84. package/dist/forms/form-select.d.ts +20 -0
  85. package/dist/forms/form-select.js +1 -0
  86. package/dist/forms/form-switch.js +1 -0
  87. package/dist/{components → forms}/form-textarea.d.ts +1 -1
  88. package/dist/forms/form-textarea.js +1 -0
  89. package/dist/forms/index.d.ts +9 -0
  90. package/dist/forms/index.js +1 -0
  91. package/dist/lib/arrays.d.ts +16 -2
  92. package/dist/lib/arrays.js +1 -1
  93. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/alert-dialog/root/AlertDialogRoot.js +1 -0
  94. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/fallback/AvatarFallback.js +1 -0
  95. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/image/AvatarImage.js +1 -0
  96. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/image/useImageLoadingStatus.js +1 -0
  97. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/root/AvatarRoot.js +1 -0
  98. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/root/AvatarRootContext.js +1 -0
  99. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/avatar/root/stateAttributesMapping.js +1 -0
  100. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/button/Button.js +1 -0
  101. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox/indicator/CheckboxIndicator.js +1 -0
  102. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRoot.js +1 -0
  103. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRootContext.js +1 -0
  104. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRootDataAttributes.js +1 -0
  105. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox/utils/useStateAttributesMapping.js +1 -0
  106. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/checkbox-group/CheckboxGroupContext.js +1 -0
  107. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/composite.js +1 -0
  108. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/constants.js +1 -0
  109. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/item/CompositeItem.js +1 -0
  110. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/item/useCompositeItem.js +1 -0
  111. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/list/CompositeList.js +1 -0
  112. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/list/CompositeListContext.js +1 -0
  113. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/list/useCompositeListItem.js +1 -0
  114. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/root/CompositeRoot.js +1 -0
  115. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/root/CompositeRootContext.js +1 -0
  116. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/composite/root/useCompositeRoot.js +1 -0
  117. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/context-menu/root/ContextMenuRootContext.js +1 -0
  118. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/csp-provider/CSPContext.js +1 -0
  119. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/backdrop/DialogBackdrop.js +1 -0
  120. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/close/DialogClose.js +1 -0
  121. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/description/DialogDescription.js +1 -0
  122. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/popup/DialogPopup.js +1 -0
  123. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/popup/DialogPopupCssVars.js +1 -0
  124. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/popup/DialogPopupDataAttributes.js +1 -0
  125. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/portal/DialogPortal.js +1 -0
  126. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/portal/DialogPortalContext.js +1 -0
  127. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/root/DialogRoot.js +1 -0
  128. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/root/DialogRootContext.js +1 -0
  129. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/root/useDialogRoot.js +1 -0
  130. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/store/DialogStore.js +1 -0
  131. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/title/DialogTitle.js +1 -0
  132. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/trigger/DialogTrigger.js +1 -0
  133. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/viewport/DialogViewport.js +1 -0
  134. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/dialog/viewport/DialogViewportDataAttributes.js +1 -0
  135. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/direction-provider/DirectionContext.js +1 -0
  136. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/control/FieldControl.js +1 -0
  137. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/control/FieldControlDataAttributes.js +1 -0
  138. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/item/FieldItemContext.js +1 -0
  139. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/root/FieldRootContext.js +1 -0
  140. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/useField.js +1 -0
  141. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/utils/constants.js +1 -0
  142. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/field/utils/getCombinedFieldValidityData.js +1 -0
  143. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingDelayGroup.js +1 -0
  144. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingFocusManager.js +1 -0
  145. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingPortal.js +1 -0
  146. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingRootStore.js +1 -0
  147. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingTree.js +1 -0
  148. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/components/FloatingTreeStore.js +1 -0
  149. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useClick.js +1 -0
  150. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useClientPoint.js +1 -0
  151. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useDismiss.js +1 -0
  152. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useFloating.js +1 -0
  153. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useFloatingRootContext.js +1 -0
  154. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useFocus.js +1 -0
  155. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHover.js +1 -0
  156. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverFloatingInteraction.js +1 -0
  157. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverInteractionSharedState.js +1 -0
  158. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverReferenceInteraction.js +1 -0
  159. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useInteractions.js +1 -0
  160. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useListNavigation.js +1 -0
  161. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useRole.js +1 -0
  162. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useSyncedFloatingRootContext.js +1 -0
  163. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useTypeahead.js +1 -0
  164. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/middleware/arrow.js +1 -0
  165. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/safePolygon.js +1 -0
  166. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/composite.js +1 -0
  167. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/constants.js +1 -0
  168. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/createAttribute.js +1 -0
  169. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/createEventEmitter.js +1 -0
  170. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/element.js +1 -0
  171. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/enqueueFocus.js +1 -0
  172. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/event.js +1 -0
  173. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/getEmptyRootContext.js +1 -0
  174. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/markOthers.js +1 -0
  175. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/nodes.js +1 -0
  176. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/floating-ui-react/utils/tabbable.js +1 -0
  177. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/form/FormContext.js +1 -0
  178. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/input/Input.js +1 -0
  179. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/labelable-provider/LabelableContext.js +1 -0
  180. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/labelable-provider/useLabelableId.js +1 -0
  181. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItem.js +1 -0
  182. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItemContext.js +1 -0
  183. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/checkbox-item/MenuCheckboxItemDataAttributes.js +1 -0
  184. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/checkbox-item-indicator/MenuCheckboxItemIndicator.js +1 -0
  185. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/group/MenuGroup.js +1 -0
  186. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/group/MenuGroupContext.js +1 -0
  187. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/group-label/MenuGroupLabel.js +1 -0
  188. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/item/MenuItem.js +1 -0
  189. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/item/useMenuItem.js +1 -0
  190. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/popup/MenuPopup.js +1 -0
  191. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/portal/MenuPortal.js +1 -0
  192. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/portal/MenuPortalContext.js +1 -0
  193. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/positioner/MenuPositioner.js +1 -0
  194. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/positioner/MenuPositionerContext.js +1 -0
  195. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/radio-group/MenuRadioGroup.js +1 -0
  196. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/radio-group/MenuRadioGroupContext.js +1 -0
  197. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/radio-item/MenuRadioItem.js +1 -0
  198. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/radio-item/MenuRadioItemContext.js +1 -0
  199. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/radio-item-indicator/MenuRadioItemIndicator.js +1 -0
  200. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/root/MenuRoot.js +1 -0
  201. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/root/MenuRootContext.js +1 -0
  202. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/store/MenuStore.js +1 -0
  203. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/submenu-root/MenuSubmenuRoot.js +1 -0
  204. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/submenu-root/MenuSubmenuRootContext.js +1 -0
  205. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/submenu-trigger/MenuSubmenuTrigger.js +1 -0
  206. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/trigger/MenuTrigger.js +1 -0
  207. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/utils/findRootOwnerId.js +1 -0
  208. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menu/utils/stateAttributesMapping.js +1 -0
  209. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/menubar/MenubarContext.js +1 -0
  210. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/merge-props/mergeProps.js +1 -0
  211. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/description/PopoverDescription.js +1 -0
  212. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/popup/PopoverPopup.js +1 -0
  213. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/portal/PopoverPortal.js +1 -0
  214. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/portal/PopoverPortalContext.js +1 -0
  215. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/positioner/PopoverPositioner.js +1 -0
  216. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/positioner/PopoverPositionerContext.js +1 -0
  217. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/root/PopoverRoot.js +1 -0
  218. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/root/PopoverRootContext.js +1 -0
  219. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/store/PopoverStore.js +1 -0
  220. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/title/PopoverTitle.js +1 -0
  221. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/trigger/PopoverTrigger.js +1 -0
  222. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/popover/utils/constants.js +1 -0
  223. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/popup/PreviewCardPopup.js +1 -0
  224. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/portal/PreviewCardPortal.js +1 -0
  225. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/portal/PreviewCardPortalContext.js +1 -0
  226. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/positioner/PreviewCardPositioner.js +1 -0
  227. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/positioner/PreviewCardPositionerContext.js +1 -0
  228. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/root/PreviewCardContext.js +1 -0
  229. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/root/PreviewCardRoot.js +1 -0
  230. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/store/PreviewCardStore.js +1 -0
  231. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/trigger/PreviewCardTrigger.js +1 -0
  232. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/preview-card/utils/constants.js +1 -0
  233. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/constants.js +1 -0
  234. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/content/ScrollAreaContent.js +1 -0
  235. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/root/ScrollAreaRoot.js +1 -0
  236. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/root/ScrollAreaRootContext.js +1 -0
  237. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/root/ScrollAreaRootCssVars.js +1 -0
  238. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/root/ScrollAreaRootDataAttributes.js +1 -0
  239. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/root/stateAttributes.js +1 -0
  240. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/scrollbar/ScrollAreaScrollbarDataAttributes.js +1 -0
  241. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/utils/getOffset.js +1 -0
  242. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/utils/onVisible.js +1 -0
  243. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/viewport/ScrollAreaViewport.js +1 -0
  244. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/viewport/ScrollAreaViewportContext.js +1 -0
  245. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/scroll-area/viewport/ScrollAreaViewportCssVars.js +1 -0
  246. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/separator/Separator.js +1 -0
  247. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/switch/root/SwitchRoot.js +1 -0
  248. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/switch/root/SwitchRootContext.js +1 -0
  249. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/switch/root/SwitchRootDataAttributes.js +1 -0
  250. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/switch/stateAttributesMapping.js +1 -0
  251. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/switch/thumb/SwitchThumb.js +1 -0
  252. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/list/TabsList.js +1 -0
  253. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/list/TabsListContext.js +1 -0
  254. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/panel/TabsPanel.js +1 -0
  255. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/panel/TabsPanelDataAttributes.js +1 -0
  256. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/root/TabsRoot.js +1 -0
  257. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/root/TabsRootContext.js +1 -0
  258. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/root/TabsRootDataAttributes.js +1 -0
  259. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/root/stateAttributesMapping.js +1 -0
  260. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tabs/tab/TabsTab.js +1 -0
  261. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/toolbar/root/ToolbarRootContext.js +1 -0
  262. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/arrow/TooltipArrow.js +1 -0
  263. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/popup/TooltipPopup.js +1 -0
  264. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/portal/TooltipPortal.js +1 -0
  265. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/portal/TooltipPortalContext.js +1 -0
  266. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/positioner/TooltipPositioner.js +1 -0
  267. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/positioner/TooltipPositionerContext.js +1 -0
  268. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/provider/TooltipProvider.js +1 -0
  269. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/provider/TooltipProviderContext.js +1 -0
  270. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/root/TooltipRoot.js +1 -0
  271. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/root/TooltipRootContext.js +1 -0
  272. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/store/TooltipStore.js +1 -0
  273. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/trigger/TooltipTrigger.js +1 -0
  274. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/tooltip/utils/constants.js +1 -0
  275. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/use-button/useButton.js +1 -0
  276. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/use-render/useRender.js +1 -0
  277. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/FloatingPortalLite.js +1 -0
  278. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/FocusGuard.js +1 -0
  279. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/InternalBackdrop.js +12 -0
  280. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/adaptiveOriginMiddleware.js +1 -0
  281. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/clamp.js +1 -0
  282. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/constants.js +1 -0
  283. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/createBaseUIEventDetails.js +1 -0
  284. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/getDisabledMountTransitionStyles.js +1 -0
  285. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/getPseudoElementBounds.js +1 -0
  286. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/getStateAttributesProps.js +1 -0
  287. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/hideMiddleware.js +1 -0
  288. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/popupStateMapping.js +1 -0
  289. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/popups/popupStoreUtils.js +1 -0
  290. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/popups/popupTriggerMap.js +1 -0
  291. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/popups/store.js +1 -0
  292. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/reason-parts.js +1 -0
  293. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/resolveClassName.js +1 -0
  294. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/resolveRef.js +1 -0
  295. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/resolveStyle.js +1 -0
  296. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/stateAttributesMapping.js +1 -0
  297. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/styles.js +1 -0
  298. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useAnchorPositioning.js +1 -0
  299. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useAnimationsFinished.js +1 -0
  300. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useBaseUiId.js +1 -0
  301. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useFocusableWhenDisabled.js +1 -0
  302. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useMixedToggleClickHandler.js +1 -0
  303. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useOpenChangeComplete.js +1 -0
  304. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useOpenInteractionType.js +1 -0
  305. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useRenderElement.js +1 -0
  306. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useTransitionStatus.js +1 -0
  307. package/dist/node_modules/.pnpm/@base-ui_react@1.1.0_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/utils/useValueChanged.js +1 -0
  308. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/detectBrowser.js +1 -0
  309. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/empty.js +1 -0
  310. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/formatErrorMessage.js +1 -0
  311. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/getReactElementRef.js +1 -0
  312. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/inertValue.js +1 -0
  313. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/isElementDisabled.js +1 -0
  314. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/mergeObjects.js +1 -0
  315. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/owner.js +1 -0
  316. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/reactVersion.js +1 -0
  317. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/safeReact.js +1 -0
  318. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/store/ReactStore.js +1 -0
  319. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/store/Store.js +1 -0
  320. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/store/createSelector.js +1 -0
  321. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/store/useStore.js +1 -0
  322. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useAnimationFrame.js +1 -0
  323. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useControlled.js +1 -0
  324. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useEnhancedClickHandler.js +1 -0
  325. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useId.js +1 -0
  326. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useIsoLayoutEffect.js +1 -0
  327. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useMergedRefs.js +1 -0
  328. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useOnMount.js +1 -0
  329. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useRefWithInit.js +1 -0
  330. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useScrollLock.js +1 -0
  331. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useStableCallback.js +1 -0
  332. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useTimeout.js +1 -0
  333. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/useValueAsRef.js +1 -0
  334. package/dist/node_modules/.pnpm/@base-ui_utils@0.2.4_@types_react@19.2.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/utils/esm/visuallyHidden.js +1 -0
  335. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -0
  336. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -0
  337. package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +1 -0
  338. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -0
  339. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -0
  340. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.js +1 -1
  341. package/dist/node_modules/.pnpm/reselect@5.1.1/node_modules/reselect/dist/reselect.js +1 -0
  342. package/dist/node_modules/.pnpm/tabbable@6.4.0/node_modules/tabbable/dist/index.esm.js +1 -0
  343. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +1 -0
  344. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +1 -0
  345. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/shim/index.js +1 -0
  346. package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@19.2.3/node_modules/use-sync-external-store/shim/with-selector.js +1 -0
  347. package/dist/providers/loader-provider.js +1 -1
  348. package/dist/providers/theme-provider.js +1 -1
  349. package/package.json +35 -30
  350. package/dist/components/form-color-picker.d.ts +0 -5
  351. package/dist/components/form-color-picker.js +0 -1
  352. package/dist/components/form-date.d.ts +0 -6
  353. package/dist/components/form-date.js +0 -1
  354. package/dist/components/form-file-uploader.js +0 -1
  355. package/dist/components/form-html-input.js +0 -1
  356. package/dist/components/form-image-uploader.js +0 -1
  357. package/dist/components/form-input.js +0 -1
  358. package/dist/components/form-select.d.ts +0 -14
  359. package/dist/components/form-select.js +0 -1
  360. package/dist/components/form-switch.js +0 -1
  361. package/dist/components/form-textarea.js +0 -1
  362. package/dist/components/form.d.ts +0 -25
  363. package/dist/components/form.js +0 -1
  364. package/dist/index.d.ts +0 -51
  365. /package/dist/{components → forms}/form-html-input.d.ts +0 -0
  366. /package/dist/{components → forms}/form-switch.d.ts +0 -0
@@ -1,19 +1,19 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /*
6
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  /* Reset */
11
11
  /*
12
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
12
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
13
13
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
14
14
  */
15
15
  /*
16
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
16
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
17
17
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
18
18
  */
19
19
  :root {
@@ -135,7 +135,7 @@
135
135
  --ck-color-light-red: hsl(0, 100%, 90%);
136
136
  }
137
137
  /*
138
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
138
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
139
139
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
140
140
  */
141
141
  :root {
@@ -145,7 +145,7 @@
145
145
  --ck-disabled-opacity: .5;
146
146
  }
147
147
  /*
148
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
148
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
149
149
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
150
150
  */
151
151
  :root {
@@ -175,7 +175,7 @@
175
175
  --ck-focus-ring: 1px solid var(--ck-color-focus-border);
176
176
  }
177
177
  /*
178
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
178
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
179
179
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
180
180
  */
181
181
  :root {
@@ -190,7 +190,7 @@
190
190
  --ck-font-size-large: 1.8em;
191
191
  }
192
192
  /*
193
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
193
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
194
194
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
195
195
  */
196
196
  :root {
@@ -274,7 +274,7 @@
274
274
  text-align: right;
275
275
  }
276
276
  /*
277
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
277
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
278
278
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
279
279
  */
280
280
  /**
@@ -284,7 +284,7 @@
284
284
  --ck-border-radius: 2px;
285
285
  }
286
286
  /*
287
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
287
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
288
288
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
289
289
  */
290
290
  :root {
@@ -304,7 +304,7 @@
304
304
  --ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
305
305
  }
306
306
  /*
307
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
307
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
308
308
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
309
309
  */
310
310
  :root {
@@ -321,11 +321,11 @@
321
321
 
322
322
  /* Components */
323
323
  /*
324
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
324
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
325
325
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
326
326
  */
327
327
  /*
328
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
328
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
329
329
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
330
330
  */
331
331
  /**
@@ -334,7 +334,7 @@
334
334
  * @see $ck-border-radius
335
335
  */
336
336
  /*
337
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
337
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
338
338
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
339
339
  */
340
340
  /**
@@ -374,18 +374,18 @@
374
374
  margin-top: -1px;
375
375
  }
376
376
  /*
377
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
377
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
378
378
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
379
379
  */
380
380
  /*
381
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
381
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
382
382
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
383
383
  */
384
384
  /**
385
385
  * A visual style of focused element's border.
386
386
  */
387
387
  /*
388
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
388
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
389
389
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
390
390
  */
391
391
  /**
@@ -395,14 +395,14 @@
395
395
  * Gives an element a drop shadow so it looks like a floating panel.
396
396
  */
397
397
  /*
398
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
398
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
399
399
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
400
400
  */
401
401
  /**
402
402
  * A class which indicates that an element holding it is disabled.
403
403
  */
404
404
  /*
405
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
405
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
406
406
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
407
407
  */
408
408
  /**
@@ -411,7 +411,7 @@
411
411
  * @see $ck-border-radius
412
412
  */
413
413
  /*
414
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
414
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
415
415
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
416
416
  */
417
417
  /**
@@ -421,7 +421,7 @@
421
421
  * @param {String} $border - Border color of the button.
422
422
  */
423
423
  /*
424
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
424
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
425
425
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
426
426
  */
427
427
  .ck.ck-button,
@@ -598,11 +598,11 @@ a.ck.ck-button-bold {
598
598
  font-weight: bold;
599
599
  }
600
600
  /*
601
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
601
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
602
602
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
603
603
  */
604
604
  /*
605
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
605
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
606
606
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
607
607
  */
608
608
  /**
@@ -611,14 +611,14 @@ a.ck.ck-button-bold {
611
611
  * @see $ck-border-radius
612
612
  */
613
613
  /*
614
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
614
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
615
615
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
616
616
  */
617
617
  /**
618
618
  * A class which indicates that an element holding it is disabled.
619
619
  */
620
620
  /*
621
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
621
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
622
622
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
623
623
  */
624
624
  /* Note: To avoid rendering issues (aliasing) but to preserve the responsive nature
@@ -731,11 +731,11 @@ of the component, floating–point numbers have been used which, for the default
731
731
  transform: translateX( calc( -1 * var( --ck-switch-button-translation ) ) );
732
732
  }
733
733
  /*
734
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
734
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
735
735
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
736
736
  */
737
737
  /*
738
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
738
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
739
739
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
740
740
  */
741
741
  .ck.ck-button.ck-list-item-button {
@@ -767,7 +767,7 @@ of the component, floating–point numbers have been used which, for the default
767
767
  color: var(--ck-color-text);
768
768
  }
769
769
  /*
770
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
770
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
771
771
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
772
772
  */
773
773
  :root {
@@ -798,11 +798,11 @@ of the component, floating–point numbers have been used which, for the default
798
798
  transform: rotate(-90deg);
799
799
  }
800
800
  /*
801
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
801
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
802
802
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
803
803
  */
804
804
  /*
805
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
805
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
806
806
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
807
807
  */
808
808
  /**
@@ -811,7 +811,7 @@ of the component, floating–point numbers have been used which, for the default
811
811
  * @see $ck-border-radius
812
812
  */
813
813
  /*
814
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
814
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
815
815
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
816
816
  */
817
817
  :root {
@@ -896,11 +896,11 @@ of the component, floating–point numbers have been used which, for the default
896
896
  padding: 0 var(--ck-spacing-standard);
897
897
  }
898
898
  /*
899
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
899
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
900
900
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
901
901
  */
902
902
  /*
903
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
903
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
904
904
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
905
905
  */
906
906
  /* View fragment with color grids. */
@@ -948,11 +948,11 @@ of the component, floating–point numbers have been used which, for the default
948
948
  padding: 0 8px 8px;
949
949
  }
950
950
  /*
951
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
951
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
952
952
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
953
953
  */
954
954
  /*
955
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
955
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
956
956
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
957
957
  */
958
958
  /**
@@ -961,7 +961,7 @@ of the component, floating–point numbers have been used which, for the default
961
961
  * @see $ck-border-radius
962
962
  */
963
963
  /*
964
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
964
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
965
965
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
966
966
  */
967
967
  /**
@@ -971,7 +971,7 @@ of the component, floating–point numbers have been used which, for the default
971
971
  * Gives an element a drop shadow so it looks like a floating panel.
972
972
  */
973
973
  /*
974
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
974
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
975
975
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
976
976
  */
977
977
  :root {
@@ -1021,7 +1021,7 @@ of the component, floating–point numbers have been used which, for the default
1021
1021
  }
1022
1022
  }
1023
1023
  /*
1024
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1024
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1025
1025
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1026
1026
  */
1027
1027
  .ck.ck-dialog .ck.ck-dialog__actions {
@@ -1031,11 +1031,11 @@ of the component, floating–point numbers have been used which, for the default
1031
1031
  margin-left: var(--ck-spacing-large);
1032
1032
  }
1033
1033
  /*
1034
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1034
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1035
1035
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1036
1036
  */
1037
1037
  /*
1038
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1038
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1039
1039
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1040
1040
  */
1041
1041
  /**
@@ -1044,14 +1044,14 @@ of the component, floating–point numbers have been used which, for the default
1044
1044
  * @see $ck-border-radius
1045
1045
  */
1046
1046
  /*
1047
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1047
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1048
1048
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1049
1049
  */
1050
1050
  /**
1051
1051
  * A class which indicates that an element holding it is disabled.
1052
1052
  */
1053
1053
  /*
1054
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1054
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1055
1055
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1056
1056
  */
1057
1057
  /**
@@ -1061,7 +1061,7 @@ of the component, floating–point numbers have been used which, for the default
1061
1061
  * Gives an element a drop shadow so it looks like a floating panel.
1062
1062
  */
1063
1063
  /*
1064
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1064
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1065
1065
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1066
1066
  */
1067
1067
  :root {
@@ -1159,11 +1159,11 @@ of the component, floating–point numbers have been used which, for the default
1159
1159
  outline: none;
1160
1160
  }
1161
1161
  /*
1162
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1162
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1163
1163
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1164
1164
  */
1165
1165
  /*
1166
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1166
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1167
1167
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1168
1168
  */
1169
1169
  /**
@@ -1203,11 +1203,11 @@ of the component, floating–point numbers have been used which, for the default
1203
1203
  border-top-right-radius: 0;
1204
1204
  }
1205
1205
  /*
1206
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1206
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1207
1207
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1208
1208
  */
1209
1209
  /*
1210
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1210
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1211
1211
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1212
1212
  */
1213
1213
  /**
@@ -1298,25 +1298,25 @@ of the component, floating–point numbers have been used which, for the default
1298
1298
  right: -1px;
1299
1299
  }
1300
1300
  /*
1301
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1301
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1302
1302
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1303
1303
  */
1304
1304
  .ck.ck-toolbar-dropdown .ck-toolbar {
1305
1305
  border: 0;
1306
1306
  }
1307
1307
  /*
1308
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1308
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1309
1309
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1310
1310
  */
1311
1311
  /*
1312
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1312
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1313
1313
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1314
1314
  */
1315
1315
  /**
1316
1316
  * A class which indicates that an element holding it is disabled.
1317
1317
  */
1318
1318
  /*
1319
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1319
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1320
1320
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1321
1321
  */
1322
1322
  /**
@@ -1326,7 +1326,7 @@ of the component, floating–point numbers have been used which, for the default
1326
1326
  * @param {String} $border - Border color of the button.
1327
1327
  */
1328
1328
  /*
1329
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1329
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1330
1330
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1331
1331
  */
1332
1332
  /*
@@ -1393,7 +1393,7 @@ of the component, floating–point numbers have been used which, for the default
1393
1393
  margin-right: var(--ck-spacing-small);
1394
1394
  }
1395
1395
  /*
1396
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1396
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1397
1397
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1398
1398
  */
1399
1399
  :root {
@@ -1403,7 +1403,7 @@ of the component, floating–point numbers have been used which, for the default
1403
1403
  min-width: var(--ck-dropdown-menu-menu-item-min-width);
1404
1404
  }
1405
1405
  /*
1406
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1406
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1407
1407
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1408
1408
  */
1409
1409
  /*
@@ -1434,11 +1434,11 @@ of the component, floating–point numbers have been used which, for the default
1434
1434
  background: var(--ck-color-button-default-hover-background);
1435
1435
  }
1436
1436
  /*
1437
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1437
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1438
1438
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1439
1439
  */
1440
1440
  /*
1441
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1441
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1442
1442
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1443
1443
  */
1444
1444
  /**
@@ -1447,7 +1447,7 @@ of the component, floating–point numbers have been used which, for the default
1447
1447
  * @see $ck-border-radius
1448
1448
  */
1449
1449
  /*
1450
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1450
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1451
1451
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1452
1452
  */
1453
1453
  /**
@@ -1495,18 +1495,18 @@ of the component, floating–point numbers have been used which, for the default
1495
1495
  outline: none;
1496
1496
  }
1497
1497
  /*
1498
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1498
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1499
1499
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1500
1500
  */
1501
1501
  /*
1502
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1502
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1503
1503
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1504
1504
  */
1505
1505
  /**
1506
1506
  * A visual style of focused element's border.
1507
1507
  */
1508
1508
  /*
1509
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1509
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1510
1510
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1511
1511
  */
1512
1512
  /**
@@ -1597,11 +1597,11 @@ of the component, floating–point numbers have been used which, for the default
1597
1597
  margin-left: 2px;
1598
1598
  }
1599
1599
  /*
1600
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1600
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1601
1601
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1602
1602
  */
1603
1603
  /*
1604
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1604
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1605
1605
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1606
1606
  */
1607
1607
  /**
@@ -1610,14 +1610,14 @@ of the component, floating–point numbers have been used which, for the default
1610
1610
  * @see $ck-border-radius
1611
1611
  */
1612
1612
  /*
1613
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1613
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1614
1614
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1615
1615
  */
1616
1616
  /**
1617
1617
  * A class which indicates that an element holding it is disabled.
1618
1618
  */
1619
1619
  /*
1620
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1620
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1621
1621
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1622
1622
  */
1623
1623
  /**
@@ -1627,14 +1627,14 @@ of the component, floating–point numbers have been used which, for the default
1627
1627
  * Gives an element a drop shadow so it looks like a floating panel.
1628
1628
  */
1629
1629
  /*
1630
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1630
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1631
1631
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1632
1632
  */
1633
1633
  /**
1634
1634
  * A visual style of focused element's border.
1635
1635
  */
1636
1636
  /*
1637
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1637
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1638
1638
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1639
1639
  */
1640
1640
  /**
@@ -1694,7 +1694,7 @@ of the component, floating–point numbers have been used which, for the default
1694
1694
  border-top-color: var(--ck-color-panel-background);
1695
1695
  }
1696
1696
  /*
1697
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1697
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1698
1698
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1699
1699
  */
1700
1700
  :root {
@@ -1733,7 +1733,7 @@ of the component, floating–point numbers have been used which, for the default
1733
1733
  flex-shrink: 0;
1734
1734
  }
1735
1735
  /*
1736
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1736
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1737
1737
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1738
1738
  */
1739
1739
  :root {
@@ -1766,11 +1766,11 @@ of the component, floating–point numbers have been used which, for the default
1766
1766
  fill: currentColor;
1767
1767
  }
1768
1768
  /*
1769
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1769
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1770
1770
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1771
1771
  */
1772
1772
  /*
1773
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1773
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1774
1774
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1775
1775
  */
1776
1776
  /**
@@ -1779,14 +1779,14 @@ of the component, floating–point numbers have been used which, for the default
1779
1779
  * @see $ck-border-radius
1780
1780
  */
1781
1781
  /*
1782
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1782
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1783
1783
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1784
1784
  */
1785
1785
  /**
1786
1786
  * A visual style of focused element's border.
1787
1787
  */
1788
1788
  /*
1789
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1789
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1790
1790
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1791
1791
  */
1792
1792
  /**
@@ -1869,22 +1869,22 @@ of the component, floating–point numbers have been used which, for the default
1869
1869
  }
1870
1870
  }
1871
1871
  /*
1872
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1872
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1873
1873
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1874
1874
  */
1875
1875
  .ck.ck-label {
1876
1876
  font-weight: bold;
1877
1877
  }
1878
1878
  /*
1879
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1879
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1880
1880
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1881
1881
  */
1882
1882
  /*
1883
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1883
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1884
1884
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1885
1885
  */
1886
1886
  /*
1887
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
1887
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
1888
1888
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
1889
1889
  */
1890
1890
  /**
@@ -2002,7 +2002,7 @@ of the component, floating–point numbers have been used which, for the default
2002
2002
  flex-grow: 1;
2003
2003
  }
2004
2004
  /*
2005
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2005
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2006
2006
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2007
2007
  */
2008
2008
  .ck.ck-labeled-input .ck-labeled-input__status {
@@ -2017,18 +2017,18 @@ of the component, floating–point numbers have been used which, for the default
2017
2017
  color: var(--ck-color-base-error);
2018
2018
  }
2019
2019
  /*
2020
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2020
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2021
2021
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2022
2022
  */
2023
2023
  /*
2024
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2024
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2025
2025
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2026
2026
  */
2027
2027
  /**
2028
2028
  * A class which indicates that an element holding it is disabled.
2029
2029
  */
2030
2030
  /*
2031
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2031
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2032
2032
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2033
2033
  */
2034
2034
  /**
@@ -2037,7 +2037,7 @@ of the component, floating–point numbers have been used which, for the default
2037
2037
  * @see $ck-border-radius
2038
2038
  */
2039
2039
  /*
2040
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2040
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2041
2041
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2042
2042
  */
2043
2043
  /**
@@ -2047,7 +2047,7 @@ of the component, floating–point numbers have been used which, for the default
2047
2047
  * Gives an element a drop shadow so it looks like a floating panel.
2048
2048
  */
2049
2049
  /*
2050
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2050
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2051
2051
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2052
2052
  */
2053
2053
  .ck.ck-list {
@@ -2140,7 +2140,7 @@ of the component, floating–point numbers have been used which, for the default
2140
2140
  margin: var(--ck-spacing-small) 0;
2141
2141
  }
2142
2142
  /*
2143
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2143
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2144
2144
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2145
2145
  */
2146
2146
  .ck.ck-menu-bar {
@@ -2154,7 +2154,7 @@ of the component, floating–point numbers have been used which, for the default
2154
2154
  width: 100%;
2155
2155
  }
2156
2156
  /*
2157
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2157
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2158
2158
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2159
2159
  */
2160
2160
  .ck.ck-menu-bar__menu {
@@ -2165,18 +2165,18 @@ of the component, floating–point numbers have been used which, for the default
2165
2165
  max-width: 100%;
2166
2166
  }
2167
2167
  /*
2168
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2168
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2169
2169
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2170
2170
  */
2171
2171
  /*
2172
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2172
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2173
2173
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2174
2174
  */
2175
2175
  /**
2176
2176
  * A class which indicates that an element holding it is disabled.
2177
2177
  */
2178
2178
  /*
2179
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2179
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2180
2180
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2181
2181
  */
2182
2182
  /**
@@ -2186,7 +2186,7 @@ of the component, floating–point numbers have been used which, for the default
2186
2186
  * @param {String} $border - Border color of the button.
2187
2187
  */
2188
2188
  /*
2189
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2189
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2190
2190
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2191
2191
  */
2192
2192
  /*
@@ -2266,7 +2266,7 @@ of the component, floating–point numbers have been used which, for the default
2266
2266
  opacity: var(--ck-disabled-opacity);
2267
2267
  }
2268
2268
  /*
2269
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2269
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2270
2270
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2271
2271
  */
2272
2272
  :root {
@@ -2276,11 +2276,11 @@ of the component, floating–point numbers have been used which, for the default
2276
2276
  min-width: var(--ck-menu-bar-menu-item-min-width);
2277
2277
  }
2278
2278
  /*
2279
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2279
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2280
2280
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2281
2281
  */
2282
2282
  /*
2283
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2283
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2284
2284
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2285
2285
  */
2286
2286
  /*
@@ -2305,11 +2305,11 @@ of the component, floating–point numbers have been used which, for the default
2305
2305
  margin-left: var(--ck-spacing-medium);
2306
2306
  }
2307
2307
  /*
2308
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2308
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2309
2309
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2310
2310
  */
2311
2311
  /*
2312
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2312
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2313
2313
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2314
2314
  */
2315
2315
  /**
@@ -2318,7 +2318,7 @@ of the component, floating–point numbers have been used which, for the default
2318
2318
  * @see $ck-border-radius
2319
2319
  */
2320
2320
  /*
2321
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2321
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2322
2322
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2323
2323
  */
2324
2324
  /**
@@ -2328,7 +2328,7 @@ of the component, floating–point numbers have been used which, for the default
2328
2328
  * Gives an element a drop shadow so it looks like a floating panel.
2329
2329
  */
2330
2330
  /*
2331
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2331
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2332
2332
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2333
2333
  */
2334
2334
  /**
@@ -2393,11 +2393,11 @@ of the component, floating–point numbers have been used which, for the default
2393
2393
  box-shadow: var(--ck-focus-outer-shadow), 0 0;
2394
2394
  }
2395
2395
  /*
2396
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2396
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2397
2397
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2398
2398
  */
2399
2399
  /*
2400
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2400
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2401
2401
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2402
2402
  */
2403
2403
  /**
@@ -2406,7 +2406,7 @@ of the component, floating–point numbers have been used which, for the default
2406
2406
  * @see $ck-border-radius
2407
2407
  */
2408
2408
  /*
2409
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2409
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2410
2410
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2411
2411
  */
2412
2412
  /**
@@ -2561,7 +2561,7 @@ of the component, floating–point numbers have been used which, for the default
2561
2561
  top: 50%;
2562
2562
  }
2563
2563
  /*
2564
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2564
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2565
2565
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2566
2566
  */
2567
2567
  .ck .ck-balloon-rotator__navigation {
@@ -2588,11 +2588,11 @@ of the component, floating–point numbers have been used which, for the default
2588
2588
  box-shadow: none;
2589
2589
  }
2590
2590
  /*
2591
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2591
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2592
2592
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2593
2593
  */
2594
2594
  /*
2595
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2595
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2596
2596
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2597
2597
  */
2598
2598
  /**
@@ -2637,11 +2637,11 @@ of the component, floating–point numbers have been used which, for the default
2637
2637
  --ck-balloon-fake-panel-offset-vertical: -6px;
2638
2638
  }
2639
2639
  /*
2640
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2640
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2641
2641
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2642
2642
  */
2643
2643
  /*
2644
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2644
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2645
2645
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2646
2646
  */
2647
2647
  /**
@@ -2658,19 +2658,19 @@ of the component, floating–point numbers have been used which, for the default
2658
2658
  border-top-right-radius: 0;
2659
2659
  }
2660
2660
  /*
2661
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2661
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2662
2662
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2663
2663
  */
2664
2664
  /*
2665
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2665
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2666
2666
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2667
2667
  */
2668
2668
  /*
2669
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2669
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2670
2670
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2671
2671
  */
2672
2672
  /*
2673
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2673
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2674
2674
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2675
2675
  */
2676
2676
  .ck-vertical-form > .ck-button:nth-last-child(2)::after {
@@ -2739,11 +2739,11 @@ of the component, floating–point numbers have been used which, for the default
2739
2739
  }
2740
2740
  }
2741
2741
  /*
2742
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2742
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2743
2743
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2744
2744
  */
2745
2745
  /*
2746
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2746
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2747
2747
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2748
2748
  */
2749
2749
  :root {
@@ -2817,7 +2817,7 @@ of the component, floating–point numbers have been used which, for the default
2817
2817
  margin-top: var(--ck-spacing-medium);
2818
2818
  }
2819
2819
  /*
2820
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2820
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2821
2821
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2822
2822
  */
2823
2823
  :root {
@@ -2846,7 +2846,7 @@ of the component, floating–point numbers have been used which, for the default
2846
2846
  }
2847
2847
  }
2848
2848
  /*
2849
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2849
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2850
2850
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2851
2851
  */
2852
2852
  /*
@@ -2857,7 +2857,7 @@ of the component, floating–point numbers have been used which, for the default
2857
2857
  overflow-x: hidden
2858
2858
  }
2859
2859
  /*
2860
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2860
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2861
2861
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2862
2862
  */
2863
2863
  :root {
@@ -2869,11 +2869,11 @@ of the component, floating–point numbers have been used which, for the default
2869
2869
  font-size: var(--ck-block-toolbar-size);
2870
2870
  }
2871
2871
  /*
2872
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2872
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2873
2873
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2874
2874
  */
2875
2875
  /*
2876
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2876
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2877
2877
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2878
2878
  */
2879
2879
  /**
@@ -2882,7 +2882,7 @@ of the component, floating–point numbers have been used which, for the default
2882
2882
  * @see $ck-border-radius
2883
2883
  */
2884
2884
  /*
2885
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
2885
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
2886
2886
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
2887
2887
  */
2888
2888
  .ck.ck-toolbar {
@@ -3042,11 +3042,11 @@ of the component, floating–point numbers have been used which, for the default
3042
3042
  }
3043
3043
  /* stylelint-enable */
3044
3044
  /*
3045
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3045
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3046
3046
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3047
3047
  */
3048
3048
  /*
3049
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3049
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3050
3050
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3051
3051
  */
3052
3052
  /**
@@ -3085,11 +3085,11 @@ of the component, floating–point numbers have been used which, for the default
3085
3085
 
3086
3086
  /* Editor */
3087
3087
  /*
3088
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3088
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3089
3089
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3090
3090
  */
3091
3091
  /*
3092
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3092
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3093
3093
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3094
3094
  */
3095
3095
  /**
@@ -3138,7 +3138,7 @@ of the component, floating–point numbers have been used which, for the default
3138
3138
 
3139
3139
  /* Plugins */
3140
3140
  /*
3141
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3141
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3142
3142
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3143
3143
  */
3144
3144
  :root {
@@ -3190,11 +3190,11 @@ of the component, floating–point numbers have been used which, for the default
3190
3190
  outline: solid 1px hsla(0, 0%, 100%, .5);
3191
3191
  }
3192
3192
  /*
3193
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3193
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3194
3194
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3195
3195
  */
3196
3196
  /*
3197
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3197
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3198
3198
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3199
3199
  */
3200
3200
  :root {
@@ -3209,11 +3209,11 @@ of the component, floating–point numbers have been used which, for the default
3209
3209
  width: var(--ck-bookmark-form-width);
3210
3210
  }
3211
3211
  /*
3212
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3212
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3213
3213
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3214
3214
  */
3215
3215
  /*
3216
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3216
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3217
3217
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3218
3218
  */
3219
3219
  /**
@@ -3241,11 +3241,11 @@ of the component, floating–point numbers have been used which, for the default
3241
3241
  cursor: default;
3242
3242
  }
3243
3243
  /*
3244
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3244
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3245
3245
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3246
3246
  */
3247
3247
  /*
3248
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3248
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3249
3249
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3250
3250
  */
3251
3251
  :root {
@@ -3320,7 +3320,7 @@ of the component, floating–point numbers have been used which, for the default
3320
3320
  border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
3321
3321
  }
3322
3322
  /*
3323
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3323
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3324
3324
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3325
3325
  */
3326
3326
  :root {
@@ -3345,11 +3345,11 @@ of the component, floating–point numbers have been used which, for the default
3345
3345
  overflow-x: hidden;
3346
3346
  }
3347
3347
  /*
3348
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3348
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3349
3349
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3350
3350
  */
3351
3351
  /*
3352
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3352
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3353
3353
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3354
3354
  */
3355
3355
  /* See ckeditor/ckeditor5#936. */
@@ -3386,15 +3386,15 @@ of the component, floating–point numbers have been used which, for the default
3386
3386
  }
3387
3387
  }
3388
3388
  /*
3389
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3389
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3390
3390
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3391
3391
  */
3392
3392
  /*
3393
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3393
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3394
3394
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3395
3395
  */
3396
3396
  /*
3397
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3397
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3398
3398
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3399
3399
  */
3400
3400
  .ck.ck-find-and-replace-form {
@@ -3561,7 +3561,7 @@ of the component, floating–point numbers have been used which, for the default
3561
3561
  }
3562
3562
  }
3563
3563
  /*
3564
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3564
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3565
3565
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3566
3566
  */
3567
3567
  /* Resize dropdown's button label. */
@@ -3572,7 +3572,7 @@ of the component, floating–point numbers have been used which, for the default
3572
3572
  min-width: 18em;
3573
3573
  }
3574
3574
  /*
3575
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3575
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3576
3576
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3577
3577
  */
3578
3578
  /*
@@ -3581,7 +3581,7 @@ of the component, floating–point numbers have been used which, for the default
3581
3581
  * **in the theme** when compiling the editor.
3582
3582
  */
3583
3583
  /*
3584
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3584
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3585
3585
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3586
3586
  */
3587
3587
  :root {
@@ -3712,11 +3712,11 @@ of the component, floating–point numbers have been used which, for the default
3712
3712
  color: var(--ck-html-embed-source-disabled-color)
3713
3713
  }
3714
3714
  /*
3715
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3715
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3716
3716
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3717
3717
  */
3718
3718
  /*
3719
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3719
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3720
3720
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3721
3721
  */
3722
3722
  :root {
@@ -3766,11 +3766,11 @@ of the component, floating–point numbers have been used which, for the default
3766
3766
  outline: none;
3767
3767
  }
3768
3768
  /*
3769
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3769
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3770
3770
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3771
3771
  */
3772
3772
  /*
3773
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3773
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3774
3774
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3775
3775
  */
3776
3776
  :root {
@@ -3874,7 +3874,7 @@ of the component, floating–point numbers have been used which, for the default
3874
3874
  }
3875
3875
  }
3876
3876
  /*
3877
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3877
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3878
3878
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3879
3879
  */
3880
3880
  :root {
@@ -3917,7 +3917,7 @@ of the component, floating–point numbers have been used which, for the default
3917
3917
  }
3918
3918
  }
3919
3919
  /*
3920
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3920
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3921
3921
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3922
3922
  */
3923
3923
  /* Showing animation. */
@@ -3943,11 +3943,11 @@ of the component, floating–point numbers have been used which, for the default
3943
3943
  to { opacity: 1; }
3944
3944
  }
3945
3945
  /*
3946
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3946
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3947
3947
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3948
3948
  */
3949
3949
  /*
3950
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3950
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3951
3951
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3952
3952
  */
3953
3953
  :root {
@@ -3962,11 +3962,11 @@ of the component, floating–point numbers have been used which, for the default
3962
3962
  width: var(--ck-text-alternative-form-width);
3963
3963
  }
3964
3964
  /*
3965
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3965
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3966
3966
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3967
3967
  */
3968
3968
  /*
3969
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3969
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3970
3970
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3971
3971
  */
3972
3972
  :root {
@@ -3981,7 +3981,7 @@ of the component, floating–point numbers have been used which, for the default
3981
3981
  width: var(--ck-image-custom-resize-form-width);
3982
3982
  }
3983
3983
  /*
3984
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3984
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3985
3985
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
3986
3986
  */
3987
3987
  /* Class added to span element surrounding currently selected link. */
@@ -4008,11 +4008,11 @@ of the component, floating–point numbers have been used which, for the default
4008
4008
  outline: solid 1px hsla(0, 0%, 100%, .5);
4009
4009
  }
4010
4010
  /*
4011
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4011
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4012
4012
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4013
4013
  */
4014
4014
  /*
4015
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4015
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4016
4016
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4017
4017
  */
4018
4018
  :root {
@@ -4063,15 +4063,15 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4063
4063
  padding-left: var(--ck-spacing-extra-tiny );
4064
4064
  }
4065
4065
  /*
4066
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4066
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4067
4067
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4068
4068
  */
4069
4069
  /*
4070
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4070
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4071
4071
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4072
4072
  */
4073
4073
  /*
4074
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4074
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4075
4075
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4076
4076
  */
4077
4077
  :root {
@@ -4117,7 +4117,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4117
4117
  text-overflow: ellipsis;
4118
4118
  }
4119
4119
  /*
4120
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4120
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4121
4121
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4122
4122
  */
4123
4123
  :root {
@@ -4152,11 +4152,11 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4152
4152
  height: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
4153
4153
  }
4154
4154
  /*
4155
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4155
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4156
4156
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4157
4157
  */
4158
4158
  /*
4159
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4159
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4160
4160
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4161
4161
  */
4162
4162
  :root {
@@ -4171,11 +4171,11 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4171
4171
  width: var(--ck-link-properties-width);
4172
4172
  }
4173
4173
  /*
4174
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4174
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4175
4175
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4176
4176
  */
4177
4177
  /*
4178
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4178
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4179
4179
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4180
4180
  */
4181
4181
  :root {
@@ -4213,7 +4213,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4213
4213
  font-style: italic;
4214
4214
  }
4215
4215
  /*
4216
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4216
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4217
4217
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4218
4218
  */
4219
4219
  /* When there are no list styles and there is no collapsible. */
@@ -4259,7 +4259,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4259
4259
  background: none;
4260
4260
  }
4261
4261
  /*
4262
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4262
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4263
4263
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4264
4264
  */
4265
4265
  :root {
@@ -4295,7 +4295,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4295
4295
  height: var(--ck-list-style-button-size);
4296
4296
  }
4297
4297
  /*
4298
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4298
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4299
4299
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4300
4300
  */
4301
4301
  :root {
@@ -4383,7 +4383,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4383
4383
  color: hsl(0, 0%, 100%);
4384
4384
  }
4385
4385
  /*
4386
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4386
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4387
4387
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4388
4388
  */
4389
4389
  :root {
@@ -4395,7 +4395,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4395
4395
  color: var(--ck-content-color-mention-text);
4396
4396
  }
4397
4397
  /*
4398
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4398
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4399
4399
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4400
4400
  */
4401
4401
  :root {
@@ -4457,15 +4457,15 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4457
4457
  background: var(--ck-color-restricted-editing-exception-hover-background);
4458
4458
  }
4459
4459
  /*
4460
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4460
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4461
4461
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4462
4462
  */
4463
4463
  /*
4464
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4464
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4465
4465
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4466
4466
  */
4467
4467
  /*
4468
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4468
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4469
4469
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4470
4470
  */
4471
4471
  /**
@@ -4513,11 +4513,11 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4513
4513
  text-align: center;
4514
4514
  }
4515
4515
  /*
4516
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4516
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4517
4517
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4518
4518
  */
4519
4519
  /*
4520
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4520
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4521
4521
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4522
4522
  */
4523
4523
  .ck.ck-character-info {
@@ -4537,15 +4537,15 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4537
4537
  opacity: .6;
4538
4538
  }
4539
4539
  /*
4540
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4540
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4541
4541
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4542
4542
  */
4543
4543
  /*
4544
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4544
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4545
4545
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4546
4546
  */
4547
4547
  /*
4548
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4548
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4549
4549
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4550
4550
  */
4551
4551
  .ck.ck-special-characters-navigation > .ck-label {
@@ -4570,14 +4570,14 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4570
4570
  }
4571
4571
  }
4572
4572
  /*
4573
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4573
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4574
4574
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4575
4575
  */
4576
4576
  .ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active > .ck-button > .ck-button__label {
4577
4577
  font-style: italic;
4578
4578
  }
4579
4579
  /*
4580
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4580
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4581
4581
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4582
4582
  */
4583
4583
  :root {
@@ -4659,7 +4659,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4659
4659
  opacity: 1;
4660
4660
  }
4661
4661
  /*
4662
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4662
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4663
4663
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4664
4664
  */
4665
4665
  .ck.ck-style-panel .ck-style-panel__style-group > .ck-label {
@@ -4669,7 +4669,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4669
4669
  margin-top: 0;
4670
4670
  }
4671
4671
  /*
4672
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4672
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4673
4673
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4674
4674
  */
4675
4675
  :root {
@@ -4681,15 +4681,15 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4681
4681
  max-height: var(--ck-style-panel-max-height);
4682
4682
  }
4683
4683
  /*
4684
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4684
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4685
4685
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4686
4686
  */
4687
4687
  /*
4688
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4688
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4689
4689
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4690
4690
  */
4691
4691
  /*
4692
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4692
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4693
4693
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4694
4694
  */
4695
4695
  /**
@@ -4775,11 +4775,11 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4775
4775
  margin-left: var(--ck-spacing-standard);
4776
4776
  }
4777
4777
  /*
4778
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4778
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4779
4779
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4780
4780
  */
4781
4781
  /*
4782
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4782
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4783
4783
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4784
4784
  */
4785
4785
  /* Ignore labels that work as fieldset legends */
@@ -4797,7 +4797,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4797
4797
  color: var(--ck-color-text);
4798
4798
  }
4799
4799
  /*
4800
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4800
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4801
4801
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4802
4802
  */
4803
4803
  :root {
@@ -4837,7 +4837,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4837
4837
  background: var(--ck-color-focus-outer-shadow);
4838
4838
  }
4839
4839
  /*
4840
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4840
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4841
4841
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4842
4842
  */
4843
4843
  .ck.ck-table-cell-properties-form {
@@ -4855,12 +4855,15 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4855
4855
  margin-top: var(--ck-spacing-standard);
4856
4856
  }
4857
4857
  /*
4858
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4858
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4859
4859
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4860
4860
  */
4861
4861
  :root {
4862
4862
  --ck-color-table-focused-cell-background: hsla(212, 90%, 80%, .3);
4863
4863
  --ck-table-content-default-border-color: hsl(0, 0%, 83%);
4864
+ --ck-table-border-none-helper-line-color: hsl(0, 0%, 83%);
4865
+ --ck-table-border-none-helper-line-style: dashed;
4866
+ --ck-table-border-none-helper-line-width: 1px;
4864
4867
  }
4865
4868
  /* Dashed outline for table without any border. */
4866
4869
  .ck-widget.table table[style*="border:none"],
@@ -4886,11 +4889,34 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4886
4889
  outline-offset: -1px; /* progressive enhancement - no IE support */
4887
4890
  }
4888
4891
  /*
4889
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4892
+ By using `:where` we set the specificity to 0, but we need to override the inline styles that's why we must use `!important`.
4893
+ This way it will be easier to override it in custom themes if needed.
4894
+ */
4895
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border:none"], td[style*="border-style:none"], th[style*="border:none"], th[style*="border-style:none"] ) {
4896
+ border: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
4897
+ }
4898
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-top-style:none"] ),
4899
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-top-style:none"], th[style*="border-top-style:none"] ) {
4900
+ border-top: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
4901
+ }
4902
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-right-style:none"] ),
4903
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-right-style:none"], th[style*="border-right-style:none"] ) {
4904
+ border-right: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
4905
+ }
4906
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-bottom-style:none"] ),
4907
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-bottom-style:none"], th[style*="border-bottom-style:none"] ) {
4908
+ border-bottom: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
4909
+ }
4910
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-left-style:none"] ),
4911
+ :where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-left-style:none"], th[style*="border-left-style:none"] ) {
4912
+ border-left: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
4913
+ }
4914
+ /*
4915
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4890
4916
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4891
4917
  */
4892
4918
  /*
4893
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4919
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4894
4920
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4895
4921
  */
4896
4922
  /**
@@ -4969,7 +4995,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4969
4995
  }
4970
4996
  }
4971
4997
  /*
4972
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4998
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4973
4999
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4974
5000
  */
4975
5001
  .ck.ck-table-properties-form {
@@ -4989,7 +5015,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
4989
5015
  width: 40px;
4990
5016
  }
4991
5017
  /*
4992
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5018
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
4993
5019
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4994
5020
  */
4995
5021
  :root {
@@ -5030,7 +5056,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5030
5056
  display: none;
5031
5057
  }
5032
5058
  /*
5033
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5059
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5034
5060
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5035
5061
  */
5036
5062
  :root {
@@ -5160,18 +5186,262 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5160
5186
  bottom: 0;
5161
5187
  }
5162
5188
  /*
5163
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5189
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5190
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5191
+ */
5192
+ .ck.ck-table-properties-form {
5193
+ width: 320px;
5194
+ }
5195
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
5196
+ align-self: flex-end;
5197
+ }
5198
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
5199
+ background: none;
5200
+
5201
+ /* Compensate for missing input label that would push the margin (toolbar has no inputs). */
5202
+ margin-top: var(--ck-spacing-standard);
5203
+ }
5204
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
5205
+ flex: 1;
5206
+ }
5207
+ .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-properties-form__alignment-row {
5208
+ padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
5209
+ }
5210
+ .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row {
5211
+ justify-content: flex-end;
5212
+ }
5213
+ .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button {
5214
+ flex-grow: initial;
5215
+ }
5216
+ .ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
5217
+ color: currentColor;
5218
+ }
5219
+ /*
5220
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5221
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5222
+ */
5223
+ /*
5224
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5225
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5226
+ */
5227
+ /**
5228
+ * Implements rounded corner interface for .ck-rounded-corners class.
5229
+ *
5230
+ * @see $ck-border-radius
5231
+ */
5232
+ :root {
5233
+ --ck-table-properties-error-arrow-size: 6px;
5234
+ --ck-table-properties-min-error-width: 150px;
5235
+ }
5236
+ .ck.ck-table-form.ck-table-properties-form_experimental {
5237
+ --ck-table-form-default-input-width: 80px;
5238
+ }
5239
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
5240
+ font-size: var(--ck-font-size-tiny);
5241
+ text-align: center;
5242
+ }
5243
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
5244
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
5245
+ width: var(--ck-table-form-default-input-width);
5246
+ min-width: var(--ck-table-form-default-input-width);
5247
+ max-width: var(--ck-table-form-default-input-width);
5248
+ }
5249
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
5250
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
5251
+
5252
+ width: var(--ck-table-form-dimensions-input-width);
5253
+ max-width: var(--ck-table-form-dimensions-input-width);
5254
+ min-width: var(--ck-table-form-dimensions-input-width);
5255
+ padding: 0;
5256
+ }
5257
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
5258
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
5259
+ width: var(--ck-table-form-default-input-width);
5260
+ min-width: var(--ck-table-form-default-input-width);
5261
+ max-width: var(--ck-table-form-default-input-width);
5262
+ margin: 0
5263
+ }
5264
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
5265
+ position: relative;
5266
+ left: -0.5ch;
5267
+ width: 0;
5268
+ overflow: visible;
5269
+ align-self: flex-end;
5270
+ display: inline-block;
5271
+ height: var(--ck-ui-component-min-height);
5272
+ line-height: var(--ck-ui-component-min-height);
5273
+ margin: 0 var(--ck-spacing-small);
5274
+ }
5275
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view {
5276
+ padding-top: var(--ck-spacing-standard);
5277
+ }
5278
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
5279
+ border-radius: 0;
5280
+
5281
+ background: var(--ck-color-base-error);
5282
+ color: var(--ck-color-base-background);
5283
+ padding: var(--ck-spacing-small) var(--ck-spacing-medium);
5284
+ min-width: var(--ck-table-properties-min-error-width);
5285
+ text-align: center;
5286
+
5287
+ animation: ck-table-form-labeled-view-status-appear .15s ease both;
5288
+ }
5289
+ .ck-rounded-corners .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
5290
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
5291
+ border-radius: var(--ck-border-radius);
5292
+ }
5293
+ /* The arrow pointing towards the field. */
5294
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
5295
+ border-color: transparent transparent var(--ck-color-base-error) transparent;
5296
+ border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
5297
+ border-style: solid;
5298
+ }
5299
+ @media (prefers-reduced-motion: reduce) {
5300
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
5301
+ animation: none;
5302
+ }
5303
+ }
5304
+ /* Hide the error balloon when the field is blurred. Makes the experience much more clear. */
5305
+ .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
5306
+ display: none;
5307
+ }
5308
+ @keyframes ck-table-form-labeled-view-status-appear {
5309
+ 0% {
5310
+ opacity: 0;
5311
+ }
5312
+
5313
+ 100% {
5314
+ opacity: 1;
5315
+ }
5316
+ }
5317
+ /*
5318
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5319
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5320
+ */
5321
+ /*
5322
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5323
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5324
+ */
5325
+ /* Ignore labels that work as fieldset legends */
5326
+ .ck.ck-form__row > *:not(.ck-label) + * {
5327
+ margin-inline-start: var(--ck-spacing-large);
5328
+ }
5329
+ .ck.ck-form__row > .ck-label {
5330
+ width: 100%;
5331
+ min-width: 100%;
5332
+ }
5333
+ .ck.ck-form__row.ck-table-form__action-row {
5334
+ margin-top: var(--ck-spacing-large);
5335
+ }
5336
+ /*
5337
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5338
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5339
+ */
5340
+ .ck.ck-table-cell-properties-form {
5341
+ width: 320px;
5342
+ }
5343
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental {
5344
+ --ck-table-form-default-input-width: 80px;
5345
+ }
5346
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__padding-row {
5347
+ align-self: flex-end;
5348
+ padding: 0;
5349
+ width: 25%;
5350
+ }
5351
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
5352
+ background: none;
5353
+
5354
+ /* Compensate for missing input label that would push the margin (toolbar has no inputs). */
5355
+ margin-top: var(--ck-spacing-standard);
5356
+ }
5357
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
5358
+ font-size: var(--ck-font-size-tiny);
5359
+ text-align: center;
5360
+ }
5361
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
5362
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
5363
+ width: 80px;
5364
+ min-width: 80px;
5365
+ max-width: 80px;
5366
+ }
5367
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
5368
+ padding: 0;
5369
+ }
5370
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
5371
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
5372
+ margin: 0
5373
+ }
5374
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
5375
+ align-self: flex-end;
5376
+ display: inline-block;
5377
+ height: var(--ck-ui-component-min-height);
5378
+ line-height: var(--ck-ui-component-min-height);
5379
+ margin: 0 var(--ck-spacing-small);
5380
+ }
5381
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
5382
+ flex-grow: initial;
5383
+ }
5384
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
5385
+ color: currentColor;
5386
+ }
5387
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row {
5388
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
5389
+
5390
+ width: var(--ck-table-form-dimensions-input-width);
5391
+ max-width: var(--ck-table-form-dimensions-input-width);
5392
+ min-width: var(--ck-table-form-dimensions-input-width);
5393
+ padding: 0;
5394
+ }
5395
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
5396
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
5397
+ width: var(--ck-table-form-default-input-width);
5398
+ min-width: var(--ck-table-form-default-input-width);
5399
+ max-width: var(--ck-table-form-default-input-width);
5400
+ margin: 0
5401
+ }
5402
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
5403
+ position: relative;
5404
+ left: -0.5ch;
5405
+ width: 0;
5406
+ overflow: visible;
5407
+ align-self: flex-end;
5408
+ display: inline-block;
5409
+ height: var(--ck-ui-component-min-height);
5410
+ line-height: var(--ck-ui-component-min-height);
5411
+ margin: 0 var(--ck-spacing-small);
5412
+ }
5413
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__cell-type-row {
5414
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
5415
+
5416
+ width: var(--ck-table-form-dimensions-input-width);
5417
+ max-width: var(--ck-table-form-dimensions-input-width);
5418
+ min-width: var(--ck-table-form-dimensions-input-width);
5419
+ padding: 0;
5420
+ }
5421
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
5422
+ --ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
5423
+
5424
+ width: var(--ck-table-form-dimensions-input-width);
5425
+ max-width: var(--ck-table-form-dimensions-input-width);
5426
+ min-width: var(--ck-table-form-dimensions-input-width);
5427
+ padding: 0;
5428
+ }
5429
+ .ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
5430
+ flex-grow: 1;
5431
+ }
5432
+ /*
5433
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5164
5434
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5165
5435
  */
5166
5436
  /*
5167
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5437
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5168
5438
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5169
5439
  */
5170
5440
  /**
5171
5441
  * A visual style of focused element's border.
5172
5442
  */
5173
5443
  /*
5174
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5444
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5175
5445
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5176
5446
  */
5177
5447
  /**
@@ -5181,7 +5451,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5181
5451
  * Gives an element a drop shadow so it looks like a floating panel.
5182
5452
  */
5183
5453
  /*
5184
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5454
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5185
5455
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5186
5456
  */
5187
5457
  :root {
@@ -5363,7 +5633,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5363
5633
  margin-top: calc(1em + var(--ck-widget-handler-icon-size));
5364
5634
  }
5365
5635
  /*
5366
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5636
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5367
5637
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5368
5638
  */
5369
5639
  :root {
@@ -5400,7 +5670,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5400
5670
  left: var(--ck-resizer-offset);
5401
5671
  }
5402
5672
  /*
5403
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5673
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5404
5674
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5405
5675
  */
5406
5676
  :root {
@@ -5663,7 +5933,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5663
5933
  }
5664
5934
 
5665
5935
  /*
5666
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5936
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5667
5937
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5668
5938
  */
5669
5939
 
@@ -5678,7 +5948,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5678
5948
  }
5679
5949
 
5680
5950
  /*
5681
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5951
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5682
5952
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5683
5953
  */
5684
5954
 
@@ -5702,7 +5972,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5702
5972
  }
5703
5973
 
5704
5974
  /*
5705
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
5975
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5706
5976
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5707
5977
  */
5708
5978
 
@@ -5752,7 +6022,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5752
6022
  }
5753
6023
 
5754
6024
  /*
5755
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6025
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5756
6026
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5757
6027
  */
5758
6028
 
@@ -5790,7 +6060,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5790
6060
  }
5791
6061
 
5792
6062
  /*
5793
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6063
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5794
6064
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5795
6065
  */
5796
6066
 
@@ -5831,7 +6101,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5831
6101
  }
5832
6102
 
5833
6103
  /*
5834
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6104
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5835
6105
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5836
6106
  */
5837
6107
 
@@ -5853,7 +6123,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5853
6123
  }
5854
6124
 
5855
6125
  /*
5856
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6126
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5857
6127
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5858
6128
  */
5859
6129
 
@@ -5870,7 +6140,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5870
6140
  }
5871
6141
 
5872
6142
  /*
5873
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6143
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5874
6144
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5875
6145
  */
5876
6146
 
@@ -5880,7 +6150,7 @@ a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
5880
6150
  }
5881
6151
 
5882
6152
  /*
5883
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6153
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5884
6154
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5885
6155
  */
5886
6156
 
@@ -5921,7 +6191,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
5921
6191
  }
5922
6192
 
5923
6193
  /*
5924
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6194
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5925
6195
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5926
6196
  */
5927
6197
 
@@ -5951,7 +6221,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
5951
6221
  }
5952
6222
 
5953
6223
  /*
5954
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6224
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
5955
6225
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
5956
6226
  */
5957
6227
 
@@ -6009,7 +6279,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6009
6279
  }
6010
6280
 
6011
6281
  /*
6012
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6282
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6013
6283
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6014
6284
  */
6015
6285
 
@@ -6028,7 +6298,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6028
6298
  }
6029
6299
 
6030
6300
  /*
6031
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6301
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6032
6302
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6033
6303
  */
6034
6304
 
@@ -6045,7 +6315,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6045
6315
  }
6046
6316
 
6047
6317
  /*
6048
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6318
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6049
6319
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6050
6320
  */
6051
6321
 
@@ -6079,7 +6349,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6079
6349
  }
6080
6350
 
6081
6351
  /*
6082
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6352
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6083
6353
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6084
6354
  */
6085
6355
 
@@ -6089,7 +6359,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6089
6359
  }
6090
6360
 
6091
6361
  /*
6092
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6362
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6093
6363
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6094
6364
  */
6095
6365
 
@@ -6103,7 +6373,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6103
6373
  }
6104
6374
 
6105
6375
  /*
6106
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6376
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6107
6377
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6108
6378
  */
6109
6379
 
@@ -6122,7 +6392,7 @@ div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
6122
6392
  }
6123
6393
 
6124
6394
  /*
6125
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6395
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6126
6396
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6127
6397
  */
6128
6398
 
@@ -6151,7 +6421,7 @@ See https://github.com/ckeditor/ckeditor5/issues/6636 */
6151
6421
  }
6152
6422
 
6153
6423
  /*
6154
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6424
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6155
6425
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6156
6426
  */
6157
6427
 
@@ -6195,6 +6465,7 @@ Fullscreen layout:
6195
6465
  <div class="ck ck-fullscreen__sidebar ck-fullscreen__left-sidebar" data-ck-fullscreen="left-sidebar"></div>
6196
6466
  <div class="ck ck-fullscreen__editable" data-ck-fullscreen="editable"></div>
6197
6467
  <div class="ck ck-fullscreen__sidebar ck-fullscreen__right-sidebar" data-ck-fullscreen="right-sidebar"></div>
6468
+ <div class="ck ck-fullscreen__right-edge" data-ck-fullscreen="right-edge"></div>
6198
6469
  </div>
6199
6470
  <div class="ck ck-fullscreen__bottom-wrapper">
6200
6471
  <div class="ck ck-fullscreen__body-wrapper" data-ck-fullscreen="body-wrapper"></div>
@@ -6283,7 +6554,7 @@ Fullscreen layout:
6283
6554
  }
6284
6555
 
6285
6556
  .ck-fullscreen__sidebar {
6286
- width: 300px;
6557
+ width: 270px;
6287
6558
  margin-top: var(--ck-fullscreen-editor-top-margin);
6288
6559
  margin-left: 10px;
6289
6560
  }
@@ -6297,18 +6568,41 @@ Fullscreen layout:
6297
6568
  height: 100%;
6298
6569
  background-color: transparent;
6299
6570
  margin-top: 0px;
6571
+ margin-right: 10px;
6300
6572
  box-sizing: border-box;
6301
6573
  display: flex;
6302
6574
  flex-direction: column;
6303
6575
  }
6304
6576
 
6305
- .ck-fullscreen__left-sidebar > :first-child {
6577
+ .ck-fullscreen__left-sidebar .ck-button.ck-fullscreen__left-sidebar-toggle-button {
6578
+ --ck-icon-size: 20px;
6579
+ --ck-ui-component-min-height: 0px;
6580
+
6581
+ align-self: flex-start;
6582
+ padding-top: 0;
6583
+ margin-top: var(--ck-fullscreen-editor-top-margin);
6584
+ margin-bottom: var(--ck-spacing-large);
6585
+ opacity: 0.5;
6586
+ border-radius: 100%;
6587
+ }
6588
+
6589
+ .ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky {
6306
6590
  /* Set minimal width if there is any item in the sidebar. */
6307
- min-width: 300px;
6308
- /* We have to use padding-top instead of margin-top because margin is scrollable. */
6309
- padding-top: var(--ck-fullscreen-editor-top-margin);
6591
+ min-width: 270px;
6310
6592
  }
6311
6593
 
6594
+ .ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky:first-child {
6595
+ padding-top: var(--ck-fullscreen-editor-top-margin);
6596
+ }
6597
+
6598
+ .ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed {
6599
+ width: 65px;
6600
+ }
6601
+
6602
+ .ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed > :not(.ck-fullscreen__left-sidebar-toggle-button) {
6603
+ display: none;
6604
+ }
6605
+
6312
6606
  .ck-fullscreen__left-sidebar .ck.ck-presence-list--collapsed {
6313
6607
  --ck-user-avatar-size: 32px;
6314
6608
  }
@@ -6379,13 +6673,36 @@ Fullscreen layout:
6379
6673
  margin-right: auto;
6380
6674
  }
6381
6675
 
6382
- .ck-fullscreen__sidebar.ck-fullscreen__right-sidebar> :first-child {
6676
+ .ck-fullscreen__sidebar.ck-fullscreen__right-sidebar:not(.ck-fullscreen__right-sidebar--collapsed) > :first-child {
6383
6677
  /* Set minimal width if there is any item in the sidebar. */
6384
- min-width: 300px;
6678
+ min-width: 270px;
6679
+ }
6680
+
6681
+ .ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed {
6682
+ width: 65px;
6683
+ }
6684
+
6685
+ .ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed > :first-child {
6686
+ min-width: 65px;
6687
+ }
6688
+
6689
+ .ck.ck-fullscreen__right-edge {
6690
+ position: sticky;
6691
+ top: 0;
6692
+ margin-top: 0;
6693
+ margin-left: 10px;
6694
+ }
6695
+
6696
+ .ck.ck-fullscreen__right-edge > :first-child {
6697
+ border-top: none;
6698
+ border-bottom: none;
6699
+ border-right: none;
6700
+ height: 100%;
6701
+ width: 495px;
6385
6702
  }
6386
6703
 
6387
6704
  /*
6388
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6705
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6389
6706
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6390
6707
  */
6391
6708
 
@@ -6406,7 +6723,7 @@ Fullscreen layout:
6406
6723
  }
6407
6724
 
6408
6725
  /*
6409
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6726
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6410
6727
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6411
6728
  */
6412
6729
 
@@ -6446,7 +6763,7 @@ Fullscreen layout:
6446
6763
  }
6447
6764
 
6448
6765
  /*
6449
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6766
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6450
6767
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6451
6768
  */
6452
6769
 
@@ -6464,7 +6781,7 @@ Fullscreen layout:
6464
6781
  }
6465
6782
 
6466
6783
  /*
6467
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6784
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6468
6785
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6469
6786
  */
6470
6787
 
@@ -6527,7 +6844,7 @@ Fullscreen layout:
6527
6844
  }
6528
6845
 
6529
6846
  /*
6530
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6847
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6531
6848
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6532
6849
  */
6533
6850
 
@@ -6585,12 +6902,12 @@ span.ck-widget.html-object-embed {
6585
6902
 
6586
6903
 
6587
6904
  /*
6588
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6905
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6589
6906
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6590
6907
  */
6591
6908
 
6592
6909
  /*
6593
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6910
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6594
6911
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6595
6912
  */
6596
6913
 
@@ -6645,7 +6962,7 @@ span.ck-widget.html-object-embed {
6645
6962
  }
6646
6963
 
6647
6964
  /*
6648
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
6965
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6649
6966
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6650
6967
  */
6651
6968
 
@@ -6695,7 +7012,7 @@ span.ck-widget.html-object-embed {
6695
7012
  }
6696
7013
 
6697
7014
  /*
6698
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7015
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6699
7016
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6700
7017
  */
6701
7018
 
@@ -6809,7 +7126,7 @@ span.ck-widget.html-object-embed {
6809
7126
  }
6810
7127
 
6811
7128
  /*
6812
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7129
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6813
7130
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6814
7131
  */
6815
7132
 
@@ -6828,7 +7145,7 @@ span.ck-widget.html-object-embed {
6828
7145
  }
6829
7146
 
6830
7147
  /*
6831
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7148
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6832
7149
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6833
7150
  */
6834
7151
 
@@ -6852,7 +7169,7 @@ span.ck-widget.html-object-embed {
6852
7169
  }
6853
7170
 
6854
7171
  /*
6855
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7172
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6856
7173
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6857
7174
  */
6858
7175
 
@@ -6871,7 +7188,7 @@ span.ck-widget.html-object-embed {
6871
7188
  }
6872
7189
 
6873
7190
  /*
6874
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7191
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
6875
7192
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
6876
7193
  */
6877
7194
 
@@ -7018,7 +7335,7 @@ span.ck-widget.html-object-embed {
7018
7335
  }
7019
7336
 
7020
7337
  /*
7021
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7338
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7022
7339
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7023
7340
  */
7024
7341
 
@@ -7027,7 +7344,7 @@ span.ck-widget.html-object-embed {
7027
7344
  }
7028
7345
 
7029
7346
  /*
7030
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7347
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7031
7348
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7032
7349
  */
7033
7350
 
@@ -7042,7 +7359,7 @@ span.ck-widget.html-object-embed {
7042
7359
  }
7043
7360
 
7044
7361
  /*
7045
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7362
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7046
7363
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7047
7364
  */
7048
7365
 
@@ -7055,7 +7372,7 @@ span.ck-widget.html-object-embed {
7055
7372
  }
7056
7373
 
7057
7374
  /*
7058
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7375
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7059
7376
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7060
7377
  */
7061
7378
 
@@ -7068,12 +7385,12 @@ span.ck-widget.html-object-embed {
7068
7385
 
7069
7386
 
7070
7387
  /*
7071
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7388
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7072
7389
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7073
7390
  */
7074
7391
 
7075
7392
  /*
7076
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7393
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7077
7394
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7078
7395
  */
7079
7396
 
@@ -7090,7 +7407,7 @@ span.ck-widget.html-object-embed {
7090
7407
  }
7091
7408
 
7092
7409
  /*
7093
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7410
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7094
7411
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7095
7412
  */
7096
7413
 
@@ -7105,7 +7422,7 @@ span.ck-widget.html-object-embed {
7105
7422
  }
7106
7423
 
7107
7424
  /*
7108
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7425
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7109
7426
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7110
7427
  */
7111
7428
 
@@ -7114,7 +7431,7 @@ span.ck-widget.html-object-embed {
7114
7431
  }
7115
7432
 
7116
7433
  /*
7117
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7434
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7118
7435
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7119
7436
  */
7120
7437
 
@@ -7123,7 +7440,7 @@ span.ck-widget.html-object-embed {
7123
7440
  }
7124
7441
 
7125
7442
  /*
7126
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7443
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7127
7444
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7128
7445
  */
7129
7446
 
@@ -7190,7 +7507,7 @@ span.ck-widget.html-object-embed {
7190
7507
  }
7191
7508
 
7192
7509
  /*
7193
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7510
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7194
7511
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7195
7512
  */
7196
7513
 
@@ -7231,7 +7548,7 @@ span.ck-widget.html-object-embed {
7231
7548
  }
7232
7549
 
7233
7550
  /*
7234
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7551
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7235
7552
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7236
7553
  */
7237
7554
 
@@ -7405,7 +7722,7 @@ span.ck-widget.html-object-embed {
7405
7722
  }
7406
7723
 
7407
7724
  /*
7408
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7725
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7409
7726
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7410
7727
  */
7411
7728
 
@@ -7429,7 +7746,7 @@ span.ck-widget.html-object-embed {
7429
7746
  }
7430
7747
 
7431
7748
  /*
7432
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7749
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7433
7750
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7434
7751
  */
7435
7752
 
@@ -7468,12 +7785,12 @@ span.ck-widget.html-object-embed {
7468
7785
  }
7469
7786
 
7470
7787
  /*
7471
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7788
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7472
7789
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7473
7790
  */
7474
7791
 
7475
7792
  /*
7476
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7793
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7477
7794
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7478
7795
  */
7479
7796
 
@@ -7508,12 +7825,12 @@ span.ck-widget.html-object-embed {
7508
7825
  }
7509
7826
 
7510
7827
  /*
7511
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7828
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7512
7829
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7513
7830
  */
7514
7831
 
7515
7832
  /*
7516
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7833
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7517
7834
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7518
7835
  */
7519
7836
 
@@ -7554,7 +7871,7 @@ span.ck-widget.html-object-embed {
7554
7871
  }
7555
7872
 
7556
7873
  /*
7557
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7874
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7558
7875
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7559
7876
  */
7560
7877
 
@@ -7587,7 +7904,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
7587
7904
  }
7588
7905
 
7589
7906
  /*
7590
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7907
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7591
7908
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7592
7909
  */
7593
7910
 
@@ -7672,7 +7989,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
7672
7989
 
7673
7990
 
7674
7991
  /*
7675
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
7992
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7676
7993
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7677
7994
  */
7678
7995
 
@@ -7735,12 +8052,12 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
7735
8052
  }
7736
8053
 
7737
8054
  /*
7738
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8055
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7739
8056
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7740
8057
  */
7741
8058
 
7742
8059
  /*
7743
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8060
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
7744
8061
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
7745
8062
  */
7746
8063
 
@@ -8400,12 +8717,12 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8400
8717
  }
8401
8718
 
8402
8719
  /*
8403
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8720
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8404
8721
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8405
8722
  */
8406
8723
 
8407
8724
  /*
8408
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8725
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8409
8726
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8410
8727
  */
8411
8728
 
@@ -8415,14 +8732,14 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8415
8732
  * @see $ck-border-radius
8416
8733
  */
8417
8734
  /*
8418
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8735
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8419
8736
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8420
8737
  */
8421
8738
  /**
8422
8739
  * A visual style of focused element's border.
8423
8740
  */
8424
8741
  /*
8425
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8742
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8426
8743
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8427
8744
  */
8428
8745
  /**
@@ -8483,7 +8800,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8483
8800
  }
8484
8801
 
8485
8802
  /*
8486
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8803
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8487
8804
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8488
8805
  */
8489
8806
 
@@ -8574,7 +8891,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8574
8891
  }
8575
8892
 
8576
8893
  /*
8577
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8894
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8578
8895
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8579
8896
  */
8580
8897
 
@@ -8587,7 +8904,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8587
8904
  }
8588
8905
 
8589
8906
  /*
8590
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8907
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8591
8908
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8592
8909
  */
8593
8910
 
@@ -8597,7 +8914,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8597
8914
  }
8598
8915
 
8599
8916
  /*
8600
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8917
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8601
8918
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8602
8919
  */
8603
8920
 
@@ -8627,12 +8944,18 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8627
8944
  }
8628
8945
 
8629
8946
  /*
8630
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8947
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8631
8948
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8632
8949
  */
8633
8950
 
8951
+ /* Ensure that table header text is aligned to the start by default. See https://github.com/ckeditor/ckeditor5/issues/19454. */
8952
+
8953
+ .ck-content .table th {
8954
+ text-align: start;
8955
+ }
8956
+
8634
8957
  /* Text alignment of the table header should match the editor settings and override the native browser styling,
8635
- when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638 */
8958
+ when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638. */
8636
8959
 
8637
8960
  .ck-content[dir="rtl"] .table th {
8638
8961
  text-align: right;
@@ -8733,9 +9056,9 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8733
9056
  * * The table has `display: table` style set.
8734
9057
  * * The block element is placed directly after the table.
8735
9058
  */
8736
- .ck-content figure.table:not(.layout-table):not(:has(> figcaption)) {
8737
- display: block;
9059
+ .ck-content figure.table:not(.layout-table) {
8738
9060
  width: fit-content;
9061
+ height: fit-content;
8739
9062
  }
8740
9063
 
8741
9064
  /**
@@ -8769,7 +9092,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8769
9092
  }
8770
9093
 
8771
9094
  /*
8772
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9095
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8773
9096
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8774
9097
  */
8775
9098
 
@@ -8792,7 +9115,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8792
9115
  }
8793
9116
 
8794
9117
  /*
8795
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9118
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8796
9119
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8797
9120
  */
8798
9121
 
@@ -8861,97 +9184,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8861
9184
  }
8862
9185
 
8863
9186
  /*
8864
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8865
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8866
- */
8867
-
8868
- /*
8869
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8870
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8871
- */
8872
- /*
8873
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
8874
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8875
- */
8876
-
8877
- :root {
8878
- --ck-form-default-width: 340px;
8879
- }
8880
-
8881
- .ck.ck-form {
8882
- padding: 0 0 var(--ck-spacing-large);
8883
- }
8884
-
8885
- .ck.ck-form.ck-form_default-width {
8886
- width: var(--ck-form-default-width);
8887
- }
8888
-
8889
- .ck.ck-form:focus {
8890
- outline: none;
8891
- }
8892
-
8893
- .ck.ck-form .ck.ck-input-text,
8894
- .ck.ck-form .ck.ck-input-number {
8895
- min-width: 100%;
8896
- width: 0;
8897
- }
8898
-
8899
- .ck.ck-form .ck.ck-dropdown {
8900
- min-width: 100%;
8901
- }
8902
-
8903
- .ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
8904
- border: 1px solid var(--ck-color-base-border);
8905
- }
8906
-
8907
- .ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
8908
- width: 100%;
8909
- }
8910
-
8911
- /* Default `ck-responsive-form` customization when it lies next to `ck-form` class */
8912
-
8913
- @media screen and (max-width: 600px) {
8914
-
8915
- .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit {
8916
- flex-direction: column;
8917
- align-items: stretch;
8918
- padding: 0;
8919
- }
8920
- }
8921
-
8922
- @media screen and (max-width: 600px) {
8923
-
8924
- .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit > .ck {
8925
- margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
8926
- }
8927
- }
8928
-
8929
- @media screen and (max-width: 600px) {
8930
-
8931
- .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit .ck-button_with-text {
8932
- justify-content: center;
8933
- }
8934
- }
8935
-
8936
- @media screen and (max-width: 600px) {
8937
-
8938
- .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_large-bottom-padding {
8939
- padding-bottom: var(--ck-spacing-large);
8940
- }
8941
- }
8942
-
8943
- [dir="ltr"] .ck.ck-form.ck-responsive-form > :not(:first-child) {
8944
- margin-left: 0;
8945
- }
8946
-
8947
- [dir="rtl"] .ck.ck-form.ck-responsive-form > :not(:last-child) {
8948
- margin-left: 0;
8949
- }
8950
-
8951
- /* End of `ck-responsive-form` customization */
8952
-
8953
- /*
8954
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9187
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8955
9188
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8956
9189
  */
8957
9190
 
@@ -8961,34 +9194,33 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
8961
9194
  }
8962
9195
 
8963
9196
  /*
8964
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9197
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
8965
9198
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8966
9199
  */
8967
9200
 
8968
- .ck.ck-table-form .ck-form__row.ck-table-form__border-row {
9201
+ .ck.ck-table-form .ck-form__row.ck-table-form__border-row,
9202
+ .ck.ck-table-form .ck-form__row.ck-table-form__background-row,
9203
+ .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
8969
9204
  flex-wrap: wrap;
8970
9205
  }
8971
9206
 
8972
- .ck.ck-table-form .ck-form__row.ck-table-form__background-row {
8973
- flex-wrap: wrap;
8974
- }
8975
-
8976
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
9207
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row,
9208
+ .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
8977
9209
  flex-wrap: wrap;
8978
9210
  align-items: center;
8979
9211
  }
8980
9212
 
8981
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
9213
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-labeled-field-view {
8982
9214
  display: flex;
8983
9215
  flex-direction: column-reverse;
8984
9216
  align-items: center;
8985
9217
  }
8986
9218
 
8987
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
9219
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-labeled-field-view .ck.ck-dropdown {
8988
9220
  flex-grow: 0;
8989
9221
  }
8990
9222
 
8991
- .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
9223
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-table-form__dimension-operator {
8992
9224
  flex-grow: 0;
8993
9225
  }
8994
9226
 
@@ -9026,7 +9258,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9026
9258
  }
9027
9259
 
9028
9260
  /*
9029
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9261
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9030
9262
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9031
9263
  */
9032
9264
 
@@ -9041,12 +9273,12 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9041
9273
  }
9042
9274
 
9043
9275
  /*
9044
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9276
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9045
9277
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9046
9278
  */
9047
9279
 
9048
9280
  /*
9049
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9281
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9050
9282
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9051
9283
  */
9052
9284
 
@@ -9109,7 +9341,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9109
9341
  }
9110
9342
 
9111
9343
  /*
9112
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9344
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9113
9345
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9114
9346
  */
9115
9347
 
@@ -9172,7 +9404,239 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9172
9404
  }
9173
9405
 
9174
9406
  /*
9175
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9407
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9408
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9409
+ */
9410
+
9411
+ :root {
9412
+ --ck-content-table-style-spacing: 1.5em;
9413
+ }
9414
+
9415
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
9416
+ flex-wrap: wrap;
9417
+ flex-basis: 0;
9418
+ align-content: baseline;
9419
+ }
9420
+
9421
+ .ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
9422
+ flex-wrap: nowrap;
9423
+ }
9424
+
9425
+ .ck-content .table.table-style-align-left {
9426
+ float: left;
9427
+ margin-right: var(--ck-content-table-style-spacing);
9428
+ }
9429
+
9430
+ .ck-content .table.table-style-align-right {
9431
+ float: right;
9432
+ margin-left: var(--ck-content-table-style-spacing);
9433
+ }
9434
+
9435
+ .ck-content .table.table-style-align-center {
9436
+ margin-left: auto;
9437
+ margin-right: auto;
9438
+ }
9439
+
9440
+ .ck-content .table.table-style-block-align-left {
9441
+ margin-left: 0;
9442
+ margin-right: auto;
9443
+ }
9444
+
9445
+ .ck-content .table.table-style-block-align-right {
9446
+ margin-left: auto;
9447
+ margin-right: 0;
9448
+ }
9449
+
9450
+ .ck-editor__editable .table.layout-table.table-style-align-center {
9451
+ margin-left: auto;
9452
+ margin-right: auto;
9453
+ }
9454
+
9455
+ .ck-editor__editable .table.layout-table.table-style-align-left {
9456
+ margin-right: var(--ck-content-table-style-spacing);
9457
+ }
9458
+
9459
+ .ck-editor__editable .table.layout-table.table-style-align-right {
9460
+ margin-left: var(--ck-content-table-style-spacing);
9461
+ }
9462
+
9463
+ .ck-editor__editable .table.layout-table.table-style-block-align-left {
9464
+ margin-left: 0;
9465
+ margin-right: auto;
9466
+ }
9467
+
9468
+ .ck-editor__editable .table.layout-table.table-style-block-align-right {
9469
+ margin-left: auto;
9470
+ margin-right: 0;
9471
+ }
9472
+
9473
+ /*
9474
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9475
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9476
+ */
9477
+
9478
+ /*
9479
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9480
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9481
+ */
9482
+ /*
9483
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9484
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9485
+ */
9486
+
9487
+ :root {
9488
+ --ck-form-default-width: 340px;
9489
+ }
9490
+
9491
+ .ck.ck-form {
9492
+ padding: 0 0 var(--ck-spacing-large);
9493
+ }
9494
+
9495
+ .ck.ck-form.ck-form_default-width {
9496
+ width: var(--ck-form-default-width);
9497
+ }
9498
+
9499
+ .ck.ck-form:focus {
9500
+ outline: none;
9501
+ }
9502
+
9503
+ .ck.ck-form .ck.ck-input-text,
9504
+ .ck.ck-form .ck.ck-input-number {
9505
+ min-width: 100%;
9506
+ width: 0;
9507
+ }
9508
+
9509
+ .ck.ck-form .ck.ck-dropdown {
9510
+ min-width: 100%;
9511
+ }
9512
+
9513
+ .ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
9514
+ border: 1px solid var(--ck-color-base-border);
9515
+ }
9516
+
9517
+ .ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
9518
+ width: 100%;
9519
+ }
9520
+
9521
+ /* Default `ck-responsive-form` customization when it lies next to `ck-form` class */
9522
+
9523
+ @media screen and (max-width: 600px) {
9524
+
9525
+ .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit {
9526
+ flex-direction: column;
9527
+ align-items: stretch;
9528
+ padding: 0;
9529
+ }
9530
+ }
9531
+
9532
+ @media screen and (max-width: 600px) {
9533
+
9534
+ .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit > .ck {
9535
+ margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
9536
+ }
9537
+ }
9538
+
9539
+ @media screen and (max-width: 600px) {
9540
+
9541
+ .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit .ck-button_with-text {
9542
+ justify-content: center;
9543
+ }
9544
+ }
9545
+
9546
+ @media screen and (max-width: 600px) {
9547
+
9548
+ .ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_large-bottom-padding {
9549
+ padding-bottom: var(--ck-spacing-large);
9550
+ }
9551
+ }
9552
+
9553
+ [dir="ltr"] .ck.ck-form.ck-responsive-form > :not(:first-child) {
9554
+ margin-left: 0;
9555
+ }
9556
+
9557
+ [dir="rtl"] .ck.ck-form.ck-responsive-form > :not(:last-child) {
9558
+ margin-left: 0;
9559
+ }
9560
+
9561
+ /* End of `ck-responsive-form` customization */
9562
+
9563
+ /*
9564
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9565
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9566
+ */
9567
+
9568
+ .ck.ck-form__row.ck-table-form__action-row {
9569
+ justify-content: flex-end;
9570
+ }
9571
+
9572
+ .ck.ck-form__row.ck-table-form__action-row .ck-button-save,
9573
+ .ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
9574
+ justify-content: center;
9575
+ }
9576
+
9577
+ /*
9578
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9579
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9580
+ */
9581
+
9582
+ .ck.ck-table-form .ck-form__row.ck-table-form__border-row {
9583
+ flex-wrap: wrap;
9584
+ }
9585
+
9586
+ .ck.ck-table-form .ck-form__row.ck-table-form__background-row {
9587
+ flex-wrap: wrap;
9588
+ }
9589
+
9590
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
9591
+ flex-wrap: wrap;
9592
+ align-items: center;
9593
+ }
9594
+
9595
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
9596
+ display: flex;
9597
+ flex-direction: column-reverse;
9598
+ align-items: center;
9599
+ }
9600
+
9601
+ .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
9602
+ flex-grow: 0;
9603
+ }
9604
+
9605
+ /* Ignore labels that work as fieldset legends */
9606
+
9607
+ /* Fallback for table dimension operator */
9608
+
9609
+ .ck.ck-table-form .ck-form__row:not(.ck-table-form__action-row) > *:not(.ck-label, .ck-table-form__dimension-operator) {
9610
+ flex-grow: 1;
9611
+ }
9612
+
9613
+ .ck.ck-table-form .ck.ck-labeled-field-view {
9614
+ /* Allow absolute positioning of the status (error) balloons. */
9615
+ position: relative;
9616
+ }
9617
+
9618
+ .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
9619
+ position: absolute;
9620
+ left: 50%;
9621
+ bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
9622
+ transform: translate(-50%,100%);
9623
+
9624
+ /* Make sure the balloon status stays on top of other form elements. */
9625
+ z-index: 1;
9626
+
9627
+ /* The arrow pointing towards the field. */
9628
+ }
9629
+
9630
+ .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
9631
+ content: "";
9632
+ position: absolute;
9633
+ top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
9634
+ left: 50%;
9635
+ transform: translateX( -50% );
9636
+ }
9637
+
9638
+ /*
9639
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9176
9640
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9177
9641
  */
9178
9642
 
@@ -9213,7 +9677,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9213
9677
  }
9214
9678
 
9215
9679
  /*
9216
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9680
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9217
9681
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9218
9682
  */
9219
9683
 
@@ -9224,12 +9688,12 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9224
9688
  }
9225
9689
 
9226
9690
  /*
9227
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9691
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9228
9692
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9229
9693
  */
9230
9694
 
9231
9695
  /*
9232
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9696
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9233
9697
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9234
9698
  */
9235
9699
 
@@ -9243,7 +9707,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9243
9707
  display: none !important;
9244
9708
  }
9245
9709
  /*
9246
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9710
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9247
9711
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9248
9712
  */
9249
9713
  :root {
@@ -9252,7 +9716,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9252
9716
  --ck-z-dialog: 9999;
9253
9717
  }
9254
9718
  /*
9255
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9719
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9256
9720
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9257
9721
  */
9258
9722
  /**
@@ -9263,7 +9727,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9263
9727
  transition: none !important;
9264
9728
  }
9265
9729
  /*
9266
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9730
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9267
9731
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9268
9732
  */
9269
9733
  :root {
@@ -9335,7 +9799,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9335
9799
  border-color: var(--ck-powered-by-border-color);
9336
9800
  }
9337
9801
  /*
9338
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9802
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9339
9803
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9340
9804
  */
9341
9805
  :root {
@@ -9383,7 +9847,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9383
9847
  }
9384
9848
 
9385
9849
  /*
9386
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9850
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9387
9851
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9388
9852
  */
9389
9853
 
@@ -9398,12 +9862,12 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9398
9862
  }
9399
9863
 
9400
9864
  /*
9401
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9865
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9402
9866
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9403
9867
  */
9404
9868
 
9405
9869
  /*
9406
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9870
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9407
9871
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9408
9872
  */
9409
9873
 
@@ -9411,7 +9875,7 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
9411
9875
  * Makes element unselectable.
9412
9876
  */
9413
9877
  /*
9414
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9878
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9415
9879
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9416
9880
  */
9417
9881
 
@@ -9450,7 +9914,7 @@ a.ck.ck-button {
9450
9914
  }
9451
9915
 
9452
9916
  /*
9453
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9917
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9454
9918
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9455
9919
  */
9456
9920
 
@@ -9463,12 +9927,12 @@ a.ck.ck-button {
9463
9927
  }
9464
9928
 
9465
9929
  /*
9466
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9930
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9467
9931
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9468
9932
  */
9469
9933
 
9470
9934
  /*
9471
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9935
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9472
9936
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9473
9937
  */
9474
9938
 
@@ -9513,7 +9977,7 @@ a.ck.ck-button {
9513
9977
  }
9514
9978
 
9515
9979
  /*
9516
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9980
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9517
9981
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9518
9982
  */
9519
9983
 
@@ -9522,7 +9986,7 @@ a.ck.ck-button {
9522
9986
  }
9523
9987
 
9524
9988
  /*
9525
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9989
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9526
9990
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9527
9991
  */
9528
9992
 
@@ -9531,7 +9995,7 @@ a.ck.ck-button {
9531
9995
  }
9532
9996
 
9533
9997
  /*
9534
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
9998
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9535
9999
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9536
10000
  */
9537
10001
 
@@ -9566,12 +10030,12 @@ a.ck.ck-button {
9566
10030
  }
9567
10031
 
9568
10032
  /*
9569
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10033
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9570
10034
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9571
10035
  */
9572
10036
 
9573
10037
  /*
9574
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10038
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9575
10039
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9576
10040
  */
9577
10041
 
@@ -9601,7 +10065,7 @@ a.ck.ck-button {
9601
10065
  }
9602
10066
 
9603
10067
  /*
9604
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10068
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9605
10069
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9606
10070
  */
9607
10071
 
@@ -9643,7 +10107,7 @@ a.ck.ck-button {
9643
10107
  }
9644
10108
 
9645
10109
  /*
9646
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10110
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9647
10111
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9648
10112
  */
9649
10113
 
@@ -9653,7 +10117,7 @@ a.ck.ck-button {
9653
10117
  }
9654
10118
 
9655
10119
  /*
9656
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10120
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9657
10121
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9658
10122
  */
9659
10123
 
@@ -9750,7 +10214,7 @@ a.ck.ck-button {
9750
10214
  }
9751
10215
 
9752
10216
  /*
9753
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10217
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9754
10218
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9755
10219
  */
9756
10220
 
@@ -9765,7 +10229,7 @@ a.ck.ck-button {
9765
10229
 
9766
10230
 
9767
10231
  /*
9768
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10232
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9769
10233
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9770
10234
  */
9771
10235
 
@@ -9784,7 +10248,7 @@ a.ck.ck-button {
9784
10248
  }
9785
10249
 
9786
10250
  /*
9787
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10251
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9788
10252
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9789
10253
  */
9790
10254
 
@@ -9793,7 +10257,7 @@ a.ck.ck-button {
9793
10257
  }
9794
10258
 
9795
10259
  /*
9796
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10260
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9797
10261
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9798
10262
  */
9799
10263
 
@@ -9803,7 +10267,7 @@ a.ck.ck-button {
9803
10267
  }
9804
10268
 
9805
10269
  /*
9806
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10270
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9807
10271
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9808
10272
  */
9809
10273
 
@@ -9815,7 +10279,7 @@ a.ck.ck-button {
9815
10279
  }
9816
10280
 
9817
10281
  /*
9818
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10282
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9819
10283
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9820
10284
  */
9821
10285
 
@@ -9848,7 +10312,7 @@ a.ck.ck-button {
9848
10312
  }
9849
10313
 
9850
10314
  /*
9851
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10315
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9852
10316
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9853
10317
  */
9854
10318
 
@@ -9867,7 +10331,7 @@ a.ck.ck-button {
9867
10331
  }
9868
10332
 
9869
10333
  /*
9870
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10334
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9871
10335
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9872
10336
  */
9873
10337
 
@@ -9876,7 +10340,7 @@ a.ck.ck-button {
9876
10340
  }
9877
10341
 
9878
10342
  /*
9879
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10343
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9880
10344
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9881
10345
  */
9882
10346
 
@@ -9889,7 +10353,7 @@ a.ck.ck-button {
9889
10353
  }
9890
10354
 
9891
10355
  /*
9892
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10356
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9893
10357
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9894
10358
  */
9895
10359
 
@@ -9904,12 +10368,12 @@ a.ck.ck-button {
9904
10368
  }
9905
10369
 
9906
10370
  /*
9907
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10371
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9908
10372
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9909
10373
  */
9910
10374
 
9911
10375
  /*
9912
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10376
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9913
10377
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9914
10378
  */
9915
10379
 
@@ -9942,7 +10406,7 @@ a.ck.ck-button {
9942
10406
  }
9943
10407
 
9944
10408
  /*
9945
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10409
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9946
10410
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9947
10411
  */
9948
10412
 
@@ -9993,7 +10457,7 @@ a.ck.ck-button {
9993
10457
  }
9994
10458
 
9995
10459
  /*
9996
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10460
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
9997
10461
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
9998
10462
  */
9999
10463
 
@@ -10011,7 +10475,7 @@ a.ck.ck-button {
10011
10475
  }
10012
10476
 
10013
10477
  /*
10014
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10478
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10015
10479
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10016
10480
  */
10017
10481
 
@@ -10035,7 +10499,7 @@ a.ck.ck-button {
10035
10499
  }
10036
10500
 
10037
10501
  /*
10038
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10502
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10039
10503
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10040
10504
  */
10041
10505
 
@@ -10051,7 +10515,7 @@ a.ck.ck-button {
10051
10515
  }
10052
10516
 
10053
10517
  /*
10054
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10518
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10055
10519
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10056
10520
  */
10057
10521
 
@@ -10074,12 +10538,12 @@ a.ck.ck-button {
10074
10538
  }
10075
10539
 
10076
10540
  /*
10077
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10541
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10078
10542
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10079
10543
  */
10080
10544
 
10081
10545
  /*
10082
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10546
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10083
10547
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10084
10548
  */
10085
10549
 
@@ -10114,7 +10578,7 @@ a.ck.ck-button {
10114
10578
  }
10115
10579
 
10116
10580
  /*
10117
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10581
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10118
10582
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10119
10583
  */
10120
10584
 
@@ -10127,12 +10591,12 @@ a.ck.ck-button {
10127
10591
  }
10128
10592
 
10129
10593
  /*
10130
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10594
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10131
10595
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10132
10596
  */
10133
10597
 
10134
10598
  /*
10135
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10599
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10136
10600
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10137
10601
  */
10138
10602
 
@@ -10150,7 +10614,7 @@ a.ck.ck-button {
10150
10614
  }
10151
10615
 
10152
10616
  /*
10153
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10617
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10154
10618
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10155
10619
  */
10156
10620
 
@@ -10174,12 +10638,12 @@ a.ck.ck-button {
10174
10638
  }
10175
10639
 
10176
10640
  /*
10177
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10641
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10178
10642
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10179
10643
  */
10180
10644
 
10181
10645
  /*
10182
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10646
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10183
10647
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10184
10648
  */
10185
10649
 
@@ -10242,7 +10706,7 @@ a.ck.ck-button {
10242
10706
  }
10243
10707
 
10244
10708
  /*
10245
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10709
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10246
10710
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10247
10711
  */
10248
10712
 
@@ -10252,7 +10716,7 @@ a.ck.ck-button {
10252
10716
  }
10253
10717
 
10254
10718
  /*
10255
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10719
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10256
10720
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10257
10721
  */
10258
10722
 
@@ -10262,7 +10726,7 @@ a.ck.ck-button {
10262
10726
  }
10263
10727
 
10264
10728
  /*
10265
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10729
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10266
10730
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10267
10731
  */
10268
10732
 
@@ -10325,7 +10789,7 @@ a.ck.ck-button {
10325
10789
  }
10326
10790
 
10327
10791
  /*
10328
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10792
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10329
10793
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10330
10794
  */
10331
10795
 
@@ -10335,7 +10799,7 @@ a.ck.ck-button {
10335
10799
  }
10336
10800
 
10337
10801
  /*
10338
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10802
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10339
10803
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10340
10804
  */
10341
10805
 
@@ -10430,7 +10894,7 @@ a.ck.ck-button {
10430
10894
  }
10431
10895
 
10432
10896
  /*
10433
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10897
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10434
10898
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10435
10899
  */
10436
10900
 
@@ -10472,7 +10936,7 @@ a.ck.ck-button {
10472
10936
  }
10473
10937
 
10474
10938
  /*
10475
- * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
10939
+ * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
10476
10940
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
10477
10941
  */
10478
10942
 
@@ -10573,17 +11037,20 @@ a.ck.ck-button {
10573
11037
  }
10574
11038
 
10575
11039
  /*
10576
- * Integration with the restricted editing mode (feature) of the editor.
11040
+ * Integration with the #isEnabled property of the WidgetTypeAround plugin.
10577
11041
  */
10578
- .ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
11042
+ .ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
10579
11043
  display: none;
10580
11044
  }
10581
11045
 
10582
11046
  /*
10583
- * Integration with the #isEnabled property of the WidgetTypeAround plugin.
11047
+ * Integration with the restricted editing mode (feature) of the editor.
10584
11048
  */
10585
- .ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
10586
- display: none;
10587
- }
11049
+ .ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
11050
+ display: none;
11051
+ }
11052
+ .ck.ck-editor__editable.ck-restricted-editing_mode_restricted div.restricted-editing-exception .ck-widget__type-around {
11053
+ display: initial;
11054
+ }
10588
11055
 
10589
11056
  /*# sourceMappingURL=ckeditor5.css.map */