lino-react 26.3.3__tar.gz → 26.4.0__tar.gz

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 (540) hide show
  1. {lino_react-26.3.3 → lino_react-26.4.0}/PKG-INFO +1 -1
  2. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/__init__.py +1 -1
  3. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/App.jsx +3 -0
  4. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AutoComplete.tsx +25 -1
  5. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoBody.jsx +1 -1
  6. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoComponentUtils.jsx +2 -1
  7. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoComponents.jsx +18 -13
  8. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoDialog.jsx +9 -2
  9. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoToolbar.jsx +2 -2
  10. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/constants.js +3 -1
  11. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/index.html +7 -9
  12. lino_react-26.4.0/lino_react/react/components/quillmodules.css +153 -0
  13. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/config/react/main.html +2 -2
  14. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/config/react/service-worker.js +1 -1
  15. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/models.py +14 -2
  16. lino_react-26.3.3/lino_react/react/static/react/main.2756.0fc12e878815d73394d2.js → lino_react-26.4.0/lino_react/react/static/react/main.2756.95864ac83fc15d6b0b82.js +2 -2
  17. lino_react-26.4.0/lino_react/react/static/react/main.2756.95864ac83fc15d6b0b82.js.map +1 -0
  18. lino_react-26.4.0/lino_react/react/static/react/main.AutoComplete_LinoToolbar.cf19b579eb6fb6f0a2e8.js +2 -0
  19. lino_react-26.4.0/lino_react/react/static/react/main.AutoComplete_LinoToolbar.cf19b579eb6fb6f0a2e8.js.map +1 -0
  20. lino_react-26.3.3/lino_react/react/static/react/main.LinoBbar_LinoDialog.75126370361976403473.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoBbar_LinoDialog.341f3c3680557dd32bee.js +1 -1
  21. lino_react-26.3.3/lino_react/react/static/react/main.LinoBbar_LinoDialog.75126370361976403473.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoBbar_LinoDialog.341f3c3680557dd32bee.js.map +1 -1
  22. lino_react-26.3.3/lino_react/react/static/react/main.LinoBody_SiteContext.567fc6872b6d41f63960.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoBody_SiteContext.83c91b2a4d4a57bea322.js +2 -2
  23. lino_react-26.3.3/lino_react/react/static/react/main.LinoBody_SiteContext.567fc6872b6d41f63960.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoBody_SiteContext.83c91b2a4d4a57bea322.js.map +1 -1
  24. lino_react-26.3.3/lino_react/react/static/react/main.LinoComponents_LinoDetail.8bfd54198563d4ba4f9d.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoComponents_LinoDetail.31eca1b4571b5a3a98ed.js +2 -2
  25. lino_react-26.4.0/lino_react/react/static/react/main.LinoComponents_LinoDetail.31eca1b4571b5a3a98ed.js.map +1 -0
  26. lino_react-26.3.3/lino_react/react/static/react/main.LinoEditor_LinoBody.988ca1ba85c139e3f69f.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoEditor_LinoBody.bcd4e88f267d0f4ae445.js +1 -1
  27. lino_react-26.3.3/lino_react/react/static/react/main.LinoEditor_LinoBody.988ca1ba85c139e3f69f.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoEditor_LinoBody.bcd4e88f267d0f4ae445.js.map +1 -1
  28. lino_react-26.3.3/lino_react/react/static/react/main.LinoParamsPanel_LinoComponents.54395e040b75c332f44c.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoParamsPanel_LinoComponents.f9631ddb0e35aecfd8b8.js +1 -1
  29. lino_react-26.3.3/lino_react/react/static/react/main.LinoParamsPanel_LinoComponents.54395e040b75c332f44c.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoParamsPanel_LinoComponents.f9631ddb0e35aecfd8b8.js.map +1 -1
  30. lino_react-26.3.3/lino_react/react/static/react/main.LinoToolbar_LinoComponents.ae21c2e4ee86f289b0c7.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoToolbar_LinoComponents.9a020485b6f33704398a.js +2 -2
  31. lino_react-26.3.3/lino_react/react/static/react/main.LinoToolbar_LinoComponents.ae21c2e4ee86f289b0c7.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoToolbar_LinoComponents.9a020485b6f33704398a.js.map +1 -1
  32. lino_react-26.3.3/lino_react/react/static/react/main.LinoUtils_LinoBody.0a485982f70273c2538a.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoUtils_LinoBody.aa92f16371fb6681d5c0.js +1 -1
  33. lino_react-26.3.3/lino_react/react/static/react/main.LinoUtils_LinoBody.0a485982f70273c2538a.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoUtils_LinoBody.aa92f16371fb6681d5c0.js.map +1 -1
  34. lino_react-26.3.3/lino_react/react/static/react/main.LinoWebCam_LinoDialog.96c17b0a4a6563275d59.js → lino_react-26.4.0/lino_react/react/static/react/main.LinoWebCam_LinoDialog.777987627117c4e3e0e0.js +1 -1
  35. lino_react-26.3.3/lino_react/react/static/react/main.LinoWebCam_LinoDialog.96c17b0a4a6563275d59.js.map → lino_react-26.4.0/lino_react/react/static/react/main.LinoWebCam_LinoDialog.777987627117c4e3e0e0.js.map +1 -1
  36. lino_react-26.3.3/lino_react/react/static/react/main.NavigationControl_SiteContext.d7459ddb1f76d0261a30.js → lino_react-26.4.0/lino_react/react/static/react/main.NavigationControl_SiteContext.126851c361b7be85940d.js +1 -1
  37. lino_react-26.3.3/lino_react/react/static/react/main.NavigationControl_SiteContext.d7459ddb1f76d0261a30.js.map → lino_react-26.4.0/lino_react/react/static/react/main.NavigationControl_SiteContext.126851c361b7be85940d.js.map +1 -1
  38. lino_react-26.4.0/lino_react/react/static/react/main.SiteContext_LinoComponentUtils.42a677b4e0f7b41ac5ae.js +2 -0
  39. lino_react-26.4.0/lino_react/react/static/react/main.SiteContext_LinoComponentUtils.42a677b4e0f7b41ac5ae.js.map +1 -0
  40. lino_react-26.3.3/lino_react/react/static/react/main.ToolbarComponents_LinoComponents.f147dfe874c31d279b6a.js → lino_react-26.4.0/lino_react/react/static/react/main.ToolbarComponents_LinoComponents.0ff4f9f8bb7fb3bb3813.js +1 -1
  41. lino_react-26.3.3/lino_react/react/static/react/main.ToolbarComponents_LinoComponents.f147dfe874c31d279b6a.js.map → lino_react-26.4.0/lino_react/react/static/react/main.ToolbarComponents_LinoComponents.0ff4f9f8bb7fb3bb3813.js.map +1 -1
  42. lino_react-26.3.3/lino_react/react/static/react/main.datetime_GridElement.cd17936419bf74f4159f.js → lino_react-26.4.0/lino_react/react/static/react/main.datetime_GridElement.1ae8fc1312991999ff08.js +1 -1
  43. lino_react-26.3.3/lino_react/react/static/react/main.datetime_GridElement.cd17936419bf74f4159f.js.map → lino_react-26.4.0/lino_react/react/static/react/main.datetime_GridElement.1ae8fc1312991999ff08.js.map +1 -1
  44. lino_react-26.3.3/lino_react/react/static/react/main.dca792f167d5a2a721cc.js → lino_react-26.4.0/lino_react/react/static/react/main.e5da7bca814d0bb84b31.js +3 -3
  45. lino_react-26.4.0/lino_react/react/static/react/main.e5da7bca814d0bb84b31.js.map +1 -0
  46. lino_react-26.3.3/lino_react/react/static/react/main.i18n_App.1b0083b25e4a6c52a960.js → lino_react-26.4.0/lino_react/react/static/react/main.i18n_App.607a11e5e3662859edbc.js +1 -1
  47. lino_react-26.3.3/lino_react/react/static/react/main.i18n_App.1b0083b25e4a6c52a960.js.map → lino_react-26.4.0/lino_react/react/static/react/main.i18n_App.607a11e5e3662859edbc.js.map +1 -1
  48. lino_react-26.3.3/lino_react/react/static/react/main.quillmodules_LinoEditor.cdb139ce0ed462985ef6.js → lino_react-26.4.0/lino_react/react/static/react/main.quillmodules_LinoEditor.62ef9569bc06f7424a66.js +1 -1
  49. lino_react-26.3.3/lino_react/react/static/react/main.quillmodules_LinoEditor.cdb139ce0ed462985ef6.js.map → lino_react-26.4.0/lino_react/react/static/react/main.quillmodules_LinoEditor.62ef9569bc06f7424a66.js.map +1 -1
  50. lino_react-26.4.0/lino_react/react/static/react/main.quillmodules_TextFieldElement.5ebda0c2d0d50121b791.js +2 -0
  51. lino_react-26.3.3/lino_react/react/static/react/main.quillmodules_TextFieldElement.d944d2f7488130b0aae2.js.map → lino_react-26.4.0/lino_react/react/static/react/main.quillmodules_TextFieldElement.5ebda0c2d0d50121b791.js.map +1 -1
  52. lino_react-26.3.3/lino_react/react/static/react/main.runtime.0d6a586d3afef394223d.js → lino_react-26.4.0/lino_react/react/static/react/main.runtime.b6ba791b476c3be77755.js +2 -2
  53. lino_react-26.3.3/lino_react/react/static/react/main.runtime.0d6a586d3afef394223d.js.map → lino_react-26.4.0/lino_react/react/static/react/main.runtime.b6ba791b476c3be77755.js.map +1 -1
  54. lino_react-26.3.3/lino_react/react/components/quillmodules.css +0 -95
  55. lino_react-26.3.3/lino_react/react/static/react/main.2756.0fc12e878815d73394d2.js.map +0 -1
  56. lino_react-26.3.3/lino_react/react/static/react/main.AutoComplete_LinoToolbar.4508f63190c31ab92152.js +0 -2
  57. lino_react-26.3.3/lino_react/react/static/react/main.AutoComplete_LinoToolbar.4508f63190c31ab92152.js.map +0 -1
  58. lino_react-26.3.3/lino_react/react/static/react/main.LinoComponents_LinoDetail.8bfd54198563d4ba4f9d.js.map +0 -1
  59. lino_react-26.3.3/lino_react/react/static/react/main.SiteContext_LinoComponentUtils.bbf65ab800397f8d85bc.js +0 -2
  60. lino_react-26.3.3/lino_react/react/static/react/main.SiteContext_LinoComponentUtils.bbf65ab800397f8d85bc.js.map +0 -1
  61. lino_react-26.3.3/lino_react/react/static/react/main.dca792f167d5a2a721cc.js.map +0 -1
  62. lino_react-26.3.3/lino_react/react/static/react/main.quillmodules_TextFieldElement.d944d2f7488130b0aae2.js +0 -2
  63. {lino_react-26.3.3 → lino_react-26.4.0}/.coveragerc +0 -0
  64. {lino_react-26.3.3 → lino_react-26.4.0}/.gitignore +0 -0
  65. {lino_react-26.3.3 → lino_react-26.4.0}/.gitlab-ci.yml +0 -0
  66. {lino_react-26.3.3 → lino_react-26.4.0}/.travis.yml +0 -0
  67. {lino_react-26.3.3 → lino_react-26.4.0}/CHANGELOG.rst +0 -0
  68. {lino_react-26.3.3 → lino_react-26.4.0}/CONTRIBUTING.rst +0 -0
  69. {lino_react-26.3.3 → lino_react-26.4.0}/COPYING +0 -0
  70. {lino_react-26.3.3 → lino_react-26.4.0}/CSSStub.mjs +0 -0
  71. {lino_react-26.3.3 → lino_react-26.4.0}/MANIFEST.in +0 -0
  72. {lino_react-26.3.3 → lino_react-26.4.0}/README.rst +0 -0
  73. {lino_react-26.3.3 → lino_react-26.4.0}/RTL_NETWORK_TESTING.md +0 -0
  74. {lino_react-26.3.3 → lino_react-26.4.0}/babel.config.mjs +0 -0
  75. {lino_react-26.3.3 → lino_react-26.4.0}/build.sh +0 -0
  76. {lino_react-26.3.3 → lino_react-26.4.0}/cypress.json +0 -0
  77. {lino_react-26.3.3 → lino_react-26.4.0}/dev-app-update.yml +0 -0
  78. {lino_react-26.3.3 → lino_react-26.4.0}/docs/.templates/layout.html +0 -0
  79. {lino_react-26.3.3 → lino_react-26.4.0}/docs/.templates/links.html +0 -0
  80. {lino_react-26.3.3 → lino_react-26.4.0}/docs/.templates/page.html +0 -0
  81. {lino_react-26.3.3 → lino_react-26.4.0}/docs/about/index.rst +0 -0
  82. {lino_react-26.3.3 → lino_react-26.4.0}/docs/about/noi-robin-extjs.png +0 -0
  83. {lino_react-26.3.3 → lino_react-26.4.0}/docs/about/noi-robin-react.png +0 -0
  84. {lino_react-26.3.3 → lino_react-26.4.0}/docs/changes/0.0.0.rst +0 -0
  85. {lino_react-26.3.3 → lino_react-26.4.0}/docs/changes/0.1.0.rst +0 -0
  86. {lino_react-26.3.3 → lino_react-26.4.0}/docs/changes/2020.rst +0 -0
  87. {lino_react-26.3.3 → lino_react-26.4.0}/docs/changes/index.rst +0 -0
  88. {lino_react-26.3.3 → lino_react-26.4.0}/docs/conf.py +0 -0
  89. {lino_react-26.3.3 → lino_react-26.4.0}/docs/dev/App.rst +0 -0
  90. {lino_react-26.3.3 → lino_react-26.4.0}/docs/dev/Base.rst +0 -0
  91. {lino_react-26.3.3 → lino_react-26.4.0}/docs/dev/NavigationControl.rst +0 -0
  92. {lino_react-26.3.3 → lino_react-26.4.0}/docs/dev/index.rst +0 -0
  93. {lino_react-26.3.3 → lino_react-26.4.0}/docs/dev/py.rst +0 -0
  94. {lino_react-26.3.3 → lino_react-26.4.0}/docs/guide/build.rst +0 -0
  95. {lino_react-26.3.3 → lino_react-26.4.0}/docs/guide/i18n.rst +0 -0
  96. {lino_react-26.3.3 → lino_react-26.4.0}/docs/guide/index.rst +0 -0
  97. {lino_react-26.3.3 → lino_react-26.4.0}/docs/guide/npm.rst +0 -0
  98. {lino_react-26.3.3 → lino_react-26.4.0}/docs/guide/test.rst +0 -0
  99. {lino_react-26.3.3 → lino_react-26.4.0}/docs/index.rst +0 -0
  100. {lino_react-26.3.3 → lino_react-26.4.0}/docs/typedoc.conf.json +0 -0
  101. {lino_react-26.3.3 → lino_react-26.4.0}/electron/main.js +0 -0
  102. {lino_react-26.3.3 → lino_react-26.4.0}/electron/preload.js +0 -0
  103. {lino_react-26.3.3 → lino_react-26.4.0}/electron/updateProvider.js +0 -0
  104. {lino_react-26.3.3 → lino_react-26.4.0}/electron-builder.yml +0 -0
  105. {lino_react-26.3.3 → lino_react-26.4.0}/electronConfig/app-update.yml +0 -0
  106. {lino_react-26.3.3 → lino_react-26.4.0}/electronConfig/default-config.json +0 -0
  107. {lino_react-26.3.3 → lino_react-26.4.0}/electronConfig/desktop.template +0 -0
  108. {lino_react-26.3.3 → lino_react-26.4.0}/electronConfig/lino-react.ico +0 -0
  109. {lino_react-26.3.3 → lino_react-26.4.0}/eslint.config.mts +0 -0
  110. {lino_react-26.3.3 → lino_react-26.4.0}/forge.config.mjs +0 -0
  111. {lino_react-26.3.3 → lino_react-26.4.0}/jest-puppeteer.config.mjs +0 -0
  112. {lino_react-26.3.3 → lino_react-26.4.0}/jest.config.ts +0 -0
  113. {lino_react-26.3.3 → lino_react-26.4.0}/jest_puppeteer_test.sh +0 -0
  114. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/__init__.py +0 -0
  115. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/ActionHandler.tsx +0 -0
  116. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/App.css +0 -0
  117. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppCSS.js +0 -0
  118. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppInlineProfile.jsx +0 -0
  119. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppMenu.css +0 -0
  120. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppMenu.jsx +0 -0
  121. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppTopBar.css +0 -0
  122. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/AppTopbar.jsx +0 -0
  123. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/Base.ts +0 -0
  124. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/DashboardItems.jsx +0 -0
  125. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/DataProvider.jsx +0 -0
  126. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/ForeignKeyElement.jsx +0 -0
  127. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/GridElement.css +0 -0
  128. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/GridElement.jsx +0 -0
  129. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoBbar.css +0 -0
  130. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoBbar.jsx +0 -0
  131. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoBody.css +0 -0
  132. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/ConversationList.css +0 -0
  133. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/ConversationListItem.css +0 -0
  134. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/Conversations.css +0 -0
  135. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/GroupChatChooser.js +0 -0
  136. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/LinoChats.js +0 -0
  137. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/LinoChatter.js +0 -0
  138. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoChatter/Messenger.css +0 -0
  139. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoComponents.css +0 -0
  140. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoDataView.css +0 -0
  141. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoDataView.jsx +0 -0
  142. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoDetail.jsx +0 -0
  143. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoEditor.jsx +0 -0
  144. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoPaginator.jsx +0 -0
  145. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoParamsPanel.jsx +0 -0
  146. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoToolbar.css +0 -0
  147. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoUtils.js +0 -0
  148. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LinoWebCam.tsx +0 -0
  149. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/LoadingMask.jsx +0 -0
  150. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/NavigationControl.js +0 -0
  151. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/SiteContext.jsx +0 -0
  152. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/TextFieldElement.css +0 -0
  153. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/TextFieldElement.jsx +0 -0
  154. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/ToolbarComponents.tsx +0 -0
  155. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/README.rst +0 -0
  156. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/avanti/URLContext.ts +0 -0
  157. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/URLContext.ts +0 -0
  158. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/actionHandler.tsx +0 -0
  159. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/appLinkTopbar.tsx +0 -0
  160. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/cloneUI.ts +0 -0
  161. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/functional.tsx +0 -0
  162. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/integrity.ts +0 -0
  163. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/paramChanges.ts +0 -0
  164. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/__tests__/noi/quill.tsx +0 -0
  165. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/custom-service-worker.js +0 -0
  166. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/custom_hooks.js +0 -0
  167. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/datetime.jsx +0 -0
  168. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/i18n.js +0 -0
  169. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/layout.css +0 -0
  170. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/layout.scss +0 -0
  171. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_calander.scss +0 -0
  172. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_dashboard.scss +0 -0
  173. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_editor.scss +0 -0
  174. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_layout.scss +0 -0
  175. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_main.scss +0 -0
  176. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_mixins.scss +0 -0
  177. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_splash.scss +0 -0
  178. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/layout/sass/_utils.scss +0 -0
  179. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/preprocessors.tsx +0 -0
  180. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/quillmodules.tsx +0 -0
  181. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/serviceWorker.js +0 -0
  182. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/components/types.ts +0 -0
  183. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/config/react/linoweb.json +0 -0
  184. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/config/react/service-worker.js.LICENSE.txt +0 -0
  185. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/config/react/service-worker.js.map +0 -0
  186. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/icons.py +0 -0
  187. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/index.js +0 -0
  188. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/bn/LC_MESSAGES/django.mo +0 -0
  189. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/bn/LC_MESSAGES/django.po +0 -0
  190. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/de/LC_MESSAGES/django.mo +0 -0
  191. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/de/LC_MESSAGES/django.po +0 -0
  192. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/django.pot +0 -0
  193. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/et/LC_MESSAGES/django.po +0 -0
  194. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/locale/fr/LC_MESSAGES/django.po +0 -0
  195. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/renderer.py +0 -0
  196. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/sphinxconf.py +0 -0
  197. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/024b32cc7bf399b1a847.woff2 +0 -0
  198. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/8931fda1930c3bd21e96.woff +0 -0
  199. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/a5c2a53d1ff7a9ff5933.ttf +0 -0
  200. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/af84cba1cef5b79f2489.svg +0 -0
  201. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/ff0c4cd79b2ffca2de54.eot +0 -0
  202. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/locales/bn/translation.json +0 -0
  203. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/locales/de/translation.json +0 -0
  204. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/locales/en/translation.json +0 -0
  205. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/locales/et/translation.json +0 -0
  206. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/locales/fr/translation.json +0 -0
  207. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2395.8bbe23169fe06fd54eac.js +0 -0
  208. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2395.8bbe23169fe06fd54eac.js.map +0 -0
  209. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2544.dbb45af480b8f8906159.js +0 -0
  210. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2544.dbb45af480b8f8906159.js.map +0 -0
  211. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2555.f25b73feb4f6c334d0e7.js +0 -0
  212. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2555.f25b73feb4f6c334d0e7.js.LICENSE.txt +0 -0
  213. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2555.f25b73feb4f6c334d0e7.js.map +0 -0
  214. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2663.2f15a73349351ccef6be.js +0 -0
  215. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2663.2f15a73349351ccef6be.js.LICENSE.txt +0 -0
  216. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.2663.2f15a73349351ccef6be.js.map +0 -0
  217. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.6799.8109de3c00c8e40536a2.js +0 -0
  218. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.6799.8109de3c00c8e40536a2.js.map +0 -0
  219. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.6836.369bdfc75b736d74d1a0.js +0 -0
  220. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.6836.369bdfc75b736d74d1a0.js.map +0 -0
  221. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.7135.58c18e294262eb3b7f7f.js +0 -0
  222. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.7135.58c18e294262eb3b7f7f.js.map +0 -0
  223. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.7335.40d527c910a959e0b3dd.js +0 -0
  224. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.7335.40d527c910a959e0b3dd.js.LICENSE.txt +0 -0
  225. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.7335.40d527c910a959e0b3dd.js.map +0 -0
  226. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.8605.899b7207aac937369ad1.js +0 -0
  227. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.8605.899b7207aac937369ad1.js.map +0 -0
  228. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.9685.3752a6b84a3e5c918d21.js +0 -0
  229. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.9685.3752a6b84a3e5c918d21.js.map +0 -0
  230. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.9897.a0640325f2389539ef52.js +0 -0
  231. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.9897.a0640325f2389539ef52.js.map +0 -0
  232. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.AppCSS.209c81af3f29c5749cd3.js +0 -0
  233. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.AppCSS.209c81af3f29c5749cd3.js.map +0 -0
  234. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.DashboardItems_SiteContext.db6580226a3454b431fe.js +0 -0
  235. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.DashboardItems_SiteContext.db6580226a3454b431fe.js.map +0 -0
  236. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.NavigationControl_App.51459f304c35cf900b71.js +0 -0
  237. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.NavigationControl_App.51459f304c35cf900b71.js.map +0 -0
  238. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.SiteContext_App.356a9759fa5b7969990e.js +0 -0
  239. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.SiteContext_App.356a9759fa5b7969990e.js.map +0 -0
  240. /lino_react-26.3.3/lino_react/react/static/react/main.dca792f167d5a2a721cc.js.LICENSE.txt → /lino_react-26.4.0/lino_react/react/static/react/main.e5da7bca814d0bb84b31.js.LICENSE.txt +0 -0
  241. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.lodash_LinoBbar.cb0d57bd9fd5e9eb6325.js +0 -0
  242. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.lodash_LinoBbar.cb0d57bd9fd5e9eb6325.js.LICENSE.txt +0 -0
  243. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.lodash_LinoBbar.cb0d57bd9fd5e9eb6325.js.map +0 -0
  244. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prAPI_App.c91a0b7ea7c3556e7727.js +0 -0
  245. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prAPI_App.c91a0b7ea7c3556e7727.js.map +0 -0
  246. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prAppRequire.d3e88b254e602ecd4c7c.js +0 -0
  247. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prAppRequire.d3e88b254e602ecd4c7c.js.map +0 -0
  248. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prButton_App.58643901f6b8782c8ea0.js +0 -0
  249. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prButton_App.58643901f6b8782c8ea0.js.map +0 -0
  250. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCalendar_datetime.9a67044348d1478ff756.js +0 -0
  251. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCalendar_datetime.9a67044348d1478ff756.js.map +0 -0
  252. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCard_LinoDataView.062d50f6d446ecaf225c.js +0 -0
  253. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCard_LinoDataView.062d50f6d446ecaf225c.js.map +0 -0
  254. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCheckbox_LinoComponents.3cf3bb05491b2a1f055e.js +0 -0
  255. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prCheckbox_LinoComponents.3cf3bb05491b2a1f055e.js.map +0 -0
  256. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDataTable_GridElement.12a3b34c102d1a065fee.js +0 -0
  257. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDataTable_GridElement.12a3b34c102d1a065fee.js.map +0 -0
  258. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDataView_LinoDataView.b612103f3f6ae55153cc.js +0 -0
  259. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDataView_LinoDataView.b612103f3f6ae55153cc.js.map +0 -0
  260. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDialog_LinoDialog.7b2f925af4058c66db3a.js +0 -0
  261. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDialog_LinoDialog.7b2f925af4058c66db3a.js.map +0 -0
  262. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDropDown_LinoPaginator.9caee7a457a7327de568.js +0 -0
  263. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prDropDown_LinoPaginator.9caee7a457a7327de568.js.map +0 -0
  264. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFieldset_LinoComponents.e534eb3254fef30d6b5f.js +0 -0
  265. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFieldset_LinoComponents.e534eb3254fef30d6b5f.js.map +0 -0
  266. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFileUpload_LinoComponents.6a914a23cd2183ceb71f.js +0 -0
  267. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFileUpload_LinoComponents.6a914a23cd2183ceb71f.js.map +0 -0
  268. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFlex_AppCSS.d6b883c3c89a35c0fd27.js +0 -0
  269. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prFlex_AppCSS.d6b883c3c89a35c0fd27.js.map +0 -0
  270. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prGalleria_LinoDataView.11763f8d831c13466d39.js +0 -0
  271. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prGalleria_LinoDataView.11763f8d831c13466d39.js.map +0 -0
  272. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputNumber_GridElement.94a8efec3b8d882fe237.js +0 -0
  273. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputNumber_GridElement.94a8efec3b8d882fe237.js.map +0 -0
  274. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputNumber_LinoComponents.67a7e12f671b1a72fd78.js +0 -0
  275. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputNumber_LinoComponents.67a7e12f671b1a72fd78.js.map +0 -0
  276. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputText_GridElement.9ee3334ed7e13e749315.js +0 -0
  277. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prInputText_GridElement.9ee3334ed7e13e749315.js.map +0 -0
  278. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoBodyRequire.834ca59b77c1f280ee08.js +0 -0
  279. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoBodyRequire.834ca59b77c1f280ee08.js.map +0 -0
  280. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoBodyRequireChunk2.b2d4c41d137bdd79d198.js +0 -0
  281. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoBodyRequireChunk2.b2d4c41d137bdd79d198.js.map +0 -0
  282. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoComponentsRequire.3adbea76bc194d66bbfc.js +0 -0
  283. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLinoComponentsRequire.3adbea76bc194d66bbfc.js.map +0 -0
  284. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLocale.743097c3cd8d752132df.js +0 -0
  285. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prLocale.743097c3cd8d752132df.js.map +0 -0
  286. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prMultiSelect_GridElement.e8b5de43c8f3b4ebfafd.js +0 -0
  287. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prMultiSelect_GridElement.e8b5de43c8f3b4ebfafd.js.map +0 -0
  288. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prOverlayPanel_GridElement.9682fe0a7c41b0a67982.js +0 -0
  289. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prOverlayPanel_GridElement.9682fe0a7c41b0a67982.js.map +0 -0
  290. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPaginator_LinoPaginator.c58fd9e6a557afdaa7f8.js +0 -0
  291. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPaginator_LinoPaginator.c58fd9e6a557afdaa7f8.js.map +0 -0
  292. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPanel_LinoComponents.65972c1f2658fa696a28.js +0 -0
  293. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPanel_LinoComponents.65972c1f2658fa696a28.js.map +0 -0
  294. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPassword_LinoComponents.120c4d554f753b1b3e02.js +0 -0
  295. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prPassword_LinoComponents.120c4d554f753b1b3e02.js.map +0 -0
  296. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSelectButton_GridElement.c9c6ba1894ee20a2cbbb.js +0 -0
  297. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSelectButton_GridElement.c9c6ba1894ee20a2cbbb.js.map +0 -0
  298. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSiteContextRequire.70ad32740c927773f008.js +0 -0
  299. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSiteContextRequire.70ad32740c927773f008.js.map +0 -0
  300. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSplitButton_LinoBbar.b7158c632c761c1f4c90.js +0 -0
  301. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prSplitButton_LinoBbar.b7158c632c761c1f4c90.js.map +0 -0
  302. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prTabView_LinoComponents.8ce34a9bc219db71ffa9.js +0 -0
  303. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prTabView_LinoComponents.8ce34a9bc219db71ffa9.js.map +0 -0
  304. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prToast_App.dbfcf317d9ca2356d263.js +0 -0
  305. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prToast_App.dbfcf317d9ca2356d263.js.map +0 -0
  306. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prToggleButton_LinoToolbar.ed7eb9ef47cbf7f7bbb4.js +0 -0
  307. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prToggleButton_LinoToolbar.ed7eb9ef47cbf7f7bbb4.js.map +0 -0
  308. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prTriStateCheckbox_GridElement.7f634321ef8c82456bc8.js +0 -0
  309. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.prTriStateCheckbox_GridElement.7f634321ef8c82456bc8.js.map +0 -0
  310. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.queryString_App.87f6da241a1a79bec441.js +0 -0
  311. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.queryString_App.87f6da241a1a79bec441.js.map +0 -0
  312. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.quill.78b1a88b0266b35d88ab.js +0 -0
  313. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.quill.78b1a88b0266b35d88ab.js.map +0 -0
  314. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactDom_App.f1cf5a6a5029f1b22e52.js +0 -0
  315. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactDom_App.f1cf5a6a5029f1b22e52.js.map +0 -0
  316. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactI18n_SiteContext.703426bc6f2f806774c3.js +0 -0
  317. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactI18n_SiteContext.703426bc6f2f806774c3.js.map +0 -0
  318. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactRouterDom_App.ad13fa8ccaa4f6ca170e.js +0 -0
  319. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactRouterDom_App.ad13fa8ccaa4f6ca170e.js.LICENSE.txt +0 -0
  320. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.reactRouterDom_App.ad13fa8ccaa4f6ca170e.js.map +0 -0
  321. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.tpdep.d31fb3466cb158504e82.js +0 -0
  322. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.tpdep.d31fb3466cb158504e82.js.LICENSE.txt +0 -0
  323. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/main.tpdep.d31fb3466cb158504e82.js.map +0 -0
  324. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/arya-blue/theme.css +0 -0
  325. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/arya-green/theme.css +0 -0
  326. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/arya-orange/theme.css +0 -0
  327. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/arya-purple/theme.css +0 -0
  328. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/bootstrap4-dark-blue/theme.css +0 -0
  329. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/bootstrap4-dark-purple/theme.css +0 -0
  330. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/bootstrap4-light-blue/theme.css +0 -0
  331. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/bootstrap4-light-purple/theme.css +0 -0
  332. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/fluent-light/theme.css +0 -0
  333. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-amber/fonts/InterVariable-Italic.woff2 +0 -0
  334. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-amber/fonts/InterVariable.woff2 +0 -0
  335. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-amber/theme.css +0 -0
  336. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-blue/fonts/InterVariable-Italic.woff2 +0 -0
  337. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-blue/fonts/InterVariable.woff2 +0 -0
  338. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-blue/theme.css +0 -0
  339. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-cyan/fonts/InterVariable-Italic.woff2 +0 -0
  340. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-cyan/fonts/InterVariable.woff2 +0 -0
  341. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-cyan/theme.css +0 -0
  342. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-green/fonts/InterVariable-Italic.woff2 +0 -0
  343. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-green/fonts/InterVariable.woff2 +0 -0
  344. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-green/theme.css +0 -0
  345. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-indigo/fonts/InterVariable-Italic.woff2 +0 -0
  346. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-indigo/fonts/InterVariable.woff2 +0 -0
  347. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-indigo/theme.css +0 -0
  348. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-pink/fonts/InterVariable-Italic.woff2 +0 -0
  349. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-pink/fonts/InterVariable.woff2 +0 -0
  350. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-pink/theme.css +0 -0
  351. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-purple/fonts/InterVariable-Italic.woff2 +0 -0
  352. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-purple/fonts/InterVariable.woff2 +0 -0
  353. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-purple/theme.css +0 -0
  354. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-teal/fonts/InterVariable-Italic.woff2 +0 -0
  355. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-teal/fonts/InterVariable.woff2 +0 -0
  356. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-dark-teal/theme.css +0 -0
  357. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-amber/fonts/InterVariable-Italic.woff2 +0 -0
  358. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-amber/fonts/InterVariable.woff2 +0 -0
  359. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-amber/theme.css +0 -0
  360. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-blue/fonts/InterVariable-Italic.woff2 +0 -0
  361. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-blue/fonts/InterVariable.woff2 +0 -0
  362. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-blue/theme.css +0 -0
  363. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-cyan/fonts/InterVariable-Italic.woff2 +0 -0
  364. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-cyan/fonts/InterVariable.woff2 +0 -0
  365. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-cyan/theme.css +0 -0
  366. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-green/fonts/InterVariable-Italic.woff2 +0 -0
  367. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-green/fonts/InterVariable.woff2 +0 -0
  368. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-green/theme.css +0 -0
  369. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-indigo/fonts/InterVariable-Italic.woff2 +0 -0
  370. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-indigo/fonts/InterVariable.woff2 +0 -0
  371. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-indigo/theme.css +0 -0
  372. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-pink/fonts/InterVariable-Italic.woff2 +0 -0
  373. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-pink/fonts/InterVariable.woff2 +0 -0
  374. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-pink/theme.css +0 -0
  375. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-purple/fonts/InterVariable-Italic.woff2 +0 -0
  376. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-purple/fonts/InterVariable.woff2 +0 -0
  377. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-purple/theme.css +0 -0
  378. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-teal/fonts/InterVariable-Italic.woff2 +0 -0
  379. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-teal/fonts/InterVariable.woff2 +0 -0
  380. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/lara-light-teal/theme.css +0 -0
  381. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/luna-amber/theme.css +0 -0
  382. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/luna-blue/theme.css +0 -0
  383. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/luna-green/theme.css +0 -0
  384. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/luna-pink/theme.css +0 -0
  385. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  386. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  387. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  388. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  389. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  390. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  391. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-deeppurple/theme.css +0 -0
  392. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  393. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  394. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  395. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  396. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  397. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  398. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-dark-indigo/theme.css +0 -0
  399. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  400. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  401. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  402. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  403. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  404. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  405. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-deeppurple/theme.css +0 -0
  406. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  407. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  408. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  409. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  410. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  411. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  412. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/md-light-indigo/theme.css +0 -0
  413. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  414. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  415. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  416. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  417. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  418. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  419. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-deeppurple/theme.css +0 -0
  420. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  421. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  422. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  423. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  424. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  425. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  426. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-dark-indigo/theme.css +0 -0
  427. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  428. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  429. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  430. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  431. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  432. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  433. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-deeppurple/theme.css +0 -0
  434. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  435. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  436. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  437. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  438. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  439. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  440. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mdc-light-indigo/theme.css +0 -0
  441. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Bold.woff +0 -0
  442. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Bold.woff2 +0 -0
  443. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Medium.woff +0 -0
  444. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Medium.woff2 +0 -0
  445. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Regular.woff +0 -0
  446. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-Regular.woff2 +0 -0
  447. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-SemiBold.woff +0 -0
  448. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
  449. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/mira/theme.css +0 -0
  450. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/nano/theme.css +0 -0
  451. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/nova/theme.css +0 -0
  452. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/nova-accent/theme.css +0 -0
  453. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/nova-alt/theme.css +0 -0
  454. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/rhea/theme.css +0 -0
  455. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/saga-blue/theme.css +0 -0
  456. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/saga-green/theme.css +0 -0
  457. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/saga-orange/theme.css +0 -0
  458. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/saga-purple/theme.css +0 -0
  459. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  460. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  461. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  462. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  463. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  464. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  465. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-dark/theme.css +0 -0
  466. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  467. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  468. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  469. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  470. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  471. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  472. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/soho-light/theme.css +0 -0
  473. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  474. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  475. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  476. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  477. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  478. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  479. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  480. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  481. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  482. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  483. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/tailwind-light/theme.css +0 -0
  484. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/vela-blue/theme.css +0 -0
  485. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/vela-green/theme.css +0 -0
  486. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/vela-orange/theme.css +0 -0
  487. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/vela-purple/theme.css +0 -0
  488. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  489. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  490. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  491. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  492. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  493. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  494. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  495. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  496. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-dark/theme.css +0 -0
  497. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  498. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  499. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  500. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  501. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  502. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  503. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  504. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  505. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/static/react/themes/viva-light/theme.css +0 -0
  506. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/RTL_AUTH_GUIDE.md +0 -0
  507. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/mocks/emptyMock.js +0 -0
  508. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/mocks/quillMentionMock.js +0 -0
  509. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/mswHandlers.ts +0 -0
  510. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/rtlTestHelpers.ts +0 -0
  511. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/setupJEST.mjs +0 -0
  512. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/setupTests.ts +0 -0
  513. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/teardownJEST.mjs +0 -0
  514. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/testSetup/testEnvironment.mjs +0 -0
  515. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/react/views.py +0 -0
  516. {lino_react-26.3.3 → lino_react-26.4.0}/lino_react/translations/i18n-scan.js +0 -0
  517. {lino_react-26.3.3 → lino_react-26.4.0}/make_messages +0 -0
  518. {lino_react-26.3.3 → lino_react-26.4.0}/message_extractors.ini +0 -0
  519. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/README.md +0 -0
  520. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/docs/GITLAB_PACKAGE_REGISTRY.md +0 -0
  521. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/docs/gitlab-ci-example.yml +0 -0
  522. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/logs/README.md +0 -0
  523. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/tools/download_cache_from_gitlab.sh +0 -0
  524. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/tools/migrate_to_ndjson.js +0 -0
  525. {lino_react-26.3.3 → lino_react-26.4.0}/network-testing/tools/publish_cache_to_gitlab.sh +0 -0
  526. {lino_react-26.3.3 → lino_react-26.4.0}/node_version.txt +0 -0
  527. {lino_react-26.3.3 → lino_react-26.4.0}/package-lock.json +0 -0
  528. {lino_react-26.3.3 → lino_react-26.4.0}/package.json +0 -0
  529. {lino_react-26.3.3 → lino_react-26.4.0}/puppeteers/avanti/manage.py +0 -0
  530. {lino_react-26.3.3 → lino_react-26.4.0}/puppeteers/avanti/settings.py +0 -0
  531. {lino_react-26.3.3 → lino_react-26.4.0}/puppeteers/noi/manage.py +0 -0
  532. {lino_react-26.3.3 → lino_react-26.4.0}/puppeteers/noi/settings.py +0 -0
  533. {lino_react-26.3.3 → lino_react-26.4.0}/pyproject.toml +0 -0
  534. {lino_react-26.3.3 → lino_react-26.4.0}/pytest.ini +0 -0
  535. {lino_react-26.3.3 → lino_react-26.4.0}/requirements.txt +0 -0
  536. {lino_react-26.3.3 → lino_react-26.4.0}/tasks.py +0 -0
  537. {lino_react-26.3.3 → lino_react-26.4.0}/tests/__init__.py +0 -0
  538. {lino_react-26.3.3 → lino_react-26.4.0}/tests/test_docs.py +0 -0
  539. {lino_react-26.3.3 → lino_react-26.4.0}/tsconfig.json +0 -0
  540. {lino_react-26.3.3 → lino_react-26.4.0}/webpack.config.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lino_react
3
- Version: 26.3.3
3
+ Version: 26.4.0
4
4
  Summary: The React front end for Lino
5
5
  Project-URL: Homepage, https://react.lino-framework.org
6
6
  Project-URL: Repository, https://gitlab.com/lino-framework/react
@@ -3,7 +3,7 @@
3
3
  # License: GNU Affero General Public License v3 (see file COPYING for details)
4
4
  # Source documentation see https://react.lino-framework.org/dev
5
5
 
6
- __version__ = '26.3.3'
6
+ __version__ = '26.4.0'
7
7
 
8
8
  srcref_url = 'https://gitlab.com/lino-framework/react/blob/master/%s'
9
9
  # doc_trees = []
@@ -1024,6 +1024,9 @@ class App extends Component {
1024
1024
  // url.searchParams.set(constants.URL_PARAM_SUBST_USER, su_id);
1025
1025
  // window.history.replaceState({}, '', url);
1026
1026
  // }
1027
+ const url = new URL(window.location.href);
1028
+ url.searchParams.set("timestamp", Date.now().toString());
1029
+ window.history.replaceState({}, '', url);
1027
1030
  window.location.reload();
1028
1031
  }
1029
1032
 
@@ -32,6 +32,29 @@ export class AutoComplete extends LeafComponentInput {
32
32
  controller: any;
33
33
  state: t.ObjectAny & {textSelected: boolean; initialHang?: boolean;};
34
34
 
35
+ getDynamicDropdownWidthCh = (): number => {
36
+ const rowTexts = (this.state.rows || []).map(row => {
37
+ if (!row) return "";
38
+ if (typeof row === "string") return row;
39
+ return row.text || "";
40
+ });
41
+ const longestText = Math.max(
42
+ 0,
43
+ this.state.value?.text?.length || 0,
44
+ ...rowTexts.map(text => text.length)
45
+ );
46
+ return Math.min(Math.max(longestText + 4, 30), 120);
47
+ }
48
+
49
+ getDynamicDropdownStyle = (): React.CSSProperties => {
50
+ const widthCh = this.getDynamicDropdownWidthCh();
51
+ return {
52
+ minWidth: '30ch',
53
+ width: `${widthCh}ch`,
54
+ maxWidth: '90vw',
55
+ };
56
+ }
57
+
35
58
  constructor(props: t.LeafInputProps) {
36
59
  super(props);
37
60
  this.state = {
@@ -162,6 +185,7 @@ export class AutoComplete extends LeafComponentInput {
162
185
  }
163
186
  }}
164
187
  ref={this.onInputRef}
188
+ panelStyle={this.getDynamicDropdownStyle()}
165
189
  scrollHeight="200px"
166
190
  suggestions={this.state.rows}
167
191
  tabIndex={this.props.tabIndex}
@@ -182,7 +206,7 @@ export class AutoComplete extends LeafComponentInput {
182
206
  },
183
207
  ref: el => this.scroller = el,
184
208
  scrollHeight: "195px",
185
- style: {minWidth: '30ch'},
209
+ style: this.getDynamicDropdownStyle(),
186
210
  }}
187
211
  {...customProps}/>
188
212
  {this.hasClearButton && this.props.elem.field_options.allowBlank
@@ -314,7 +314,7 @@ export class LinoBody extends Component {
314
314
  maxWidth: '40px',
315
315
  background: '#2255AA40',
316
316
  borderRadius: '3px',
317
- zIndex: 999999
317
+ zIndex: 999
318
318
  }}>
319
319
  <LinoToolbar
320
320
  ref={ref => this.sideToolbar = ref}
@@ -489,6 +489,7 @@ export class LeafComponentInput extends LeafComponentBase {
489
489
  autoFocus={!this.props.urlParams.controller.globals.isMobile && this.leafIndexMatch()}
490
490
  // disabled={this.state.initialHang}
491
491
  onChange={(e) => {
492
+ constants.debugMessage("LeafComponentInput onChange", e);
492
493
  if (!this.inputState.onChangeUpdateAssert(e)) return;
493
494
  this.onChangeUpdate(e);
494
495
  this.inputState.postOnChange(e);
@@ -727,7 +728,7 @@ export class LeafComponentInputChoices extends LeafComponentInput {
727
728
  }}
728
729
  optionLabel="text"
729
730
  options={this.options}
730
- // panelStyle={{zIndex: "99999"}}
731
+ // panelStyle={{zIndex: "999"}}
731
732
  // ref={this.onInputRef}
732
733
  ref={ref => this.inputEl = ref}
733
734
  showClear={this.props.elem.field_options.allowBlank}
@@ -355,23 +355,25 @@ const LinoComponents = {
355
355
  static iPool = Object.assign(ex, LeafComponentInput.iPool.copy());
356
356
  async prepare() {
357
357
  await super.prepare();
358
+
359
+ const { locale } = this.props.urlParams.controller.APP.state.user_settings;
360
+ const normalizedLocale = locale ? locale.replace(/_/g, '-') : undefined;
361
+ // Switch to English locale for Bengali, as InputNumber fails with
362
+ // inserting the first character as "1" (a bug in primereact).
363
+ const inputNumberLocale = /^bn($|-)/.test(normalizedLocale || "")
364
+ ? "en"
365
+ : normalizedLocale;
366
+
358
367
  this.inputState = {
359
368
  ...this.inputState,
360
369
  inputComponent: this.ex.prInputNumber.InputNumber,
361
- inputProps: {maxFractionDigits: 20, allowEmpty: true},
370
+ inputProps: {
371
+ maxFractionDigits: 20,
372
+ allowEmpty: true,
373
+ locale: inputNumberLocale,
374
+ },
362
375
  getValueFromEvent: (e) => e.value,
363
376
  }
364
-
365
- // const { locale } = this.props.urlParams.controller.APP.state.user_settings;
366
- // const numerals = [
367
- // ...new Intl.NumberFormat(
368
- // locale, { useGrouping: false }
369
- // ).format(9876543210)
370
- // ].reverse();
371
- // const numerals_exp = new RegExp(`[${numerals.join('')}]`, 'g');
372
- // this.decimal_sep = new Intl.NumberFormat(
373
- // locale, { useGrouping: false }
374
- // ).format(1.1).trim().replace(numerals_exp, '');
375
377
  }
376
378
 
377
379
  getValue() {
@@ -399,10 +401,13 @@ const LinoComponents = {
399
401
 
400
402
  formatValue(v) {
401
403
  const { controller } = this.props.urlParams;
404
+ constants.debugMessage("DecimalFieldElement.formatValue", v);
402
405
  if (!controller.filled(v)) return v;
403
- return new Intl.NumberFormat(
406
+ const formattedNumber = new Intl.NumberFormat(
404
407
  controller.APP.state.user_settings.locale
405
408
  ).format(v);
409
+ constants.debugMessage("DecimalFieldElement.formatValue", v, formattedNumber);
410
+ return formattedNumber
406
411
  }
407
412
  },
408
413
 
@@ -325,6 +325,7 @@ function LinoWebCamDialog(props) {
325
325
  modal={true}
326
326
  onHide={e => props.factory.remove(props.id)}
327
327
  resizable={false}
328
+ style={{zIndex: 1000}}
328
329
  visible={true}>
329
330
  {dim.height === null ? <div ref={ref => {if (ref) {setDim({
330
331
  height: ref.parentElement.offsetHeight,
@@ -373,6 +374,7 @@ function LinoCallbackDialog({
373
374
  modal={true}
374
375
  onHide={e => factory.removeCallback(id)}
375
376
  ref={dialogRef}
377
+ style={{zIndex: 1000}}
376
378
  visible={true}>
377
379
  <div
378
380
  dangerouslySetInnerHTML={{__html: message}}
@@ -514,10 +516,13 @@ class LinoDialog extends Component {
514
516
  }
515
517
  header={this.state.context.title}
516
518
  maximizable={true}
517
- modal={false}
519
+ modal={true}
518
520
  onHide={this.close}
519
521
  ref={this.dialogRef}
520
- style={this.renderDialogStyle(this.state.actionMeta.windowSize)}
522
+ style={Object.assign(
523
+ this.renderDialogStyle(this.state.actionMeta.windowSize),
524
+ {zIndex: 1000}
525
+ )}
521
526
  visible={true}>
522
527
  {
523
528
  // this.state.beforeContent && <div dangerouslySetInnerHTML={{__html: this.state.beforeContent}}/>
@@ -596,8 +601,10 @@ const LinoInputDialog = React.forwardRef(
596
601
  footer={<ConfirmButtons
597
602
  agree={agree} agreeLabel={agreeLabel} disagree={close}/>}
598
603
  header={title}
604
+ modal={true}
599
605
  onHide={close}
600
606
  onKeyDown={(event) => {if(event.key == "Enter") agree()} }
607
+ style={{zIndex: 1000}}
601
608
  visible={true}>
602
609
  <localEx.lc.LinoLayout
603
610
  editing_mode={true}
@@ -380,7 +380,7 @@ export class LinoToolbar extends Component {
380
380
  }
381
381
  )}
382
382
  panelStyle={{
383
- zIndex: "99999",
383
+ zIndex: "999",
384
384
  height: "auto",
385
385
  width: "auto",
386
386
  position: "absolute",
@@ -413,7 +413,7 @@ export class LinoToolbar extends Component {
413
413
 
414
414
  render() {
415
415
  if (!this.state.ready) return null;
416
- let ad = this.context.controller.static.actorData;
416
+ const ad = this.context.controller.static.actorData;
417
417
  return <React.Fragment key={this.state.key}>
418
418
  {!this.props.side && this.context.toolbarState == constants.TOOLBAR_STATE_VISIBLE ? <React.Fragment>
419
419
  <div className={"table-header"}>
@@ -142,13 +142,15 @@ export const FIXED_WIDTH_FONTS = 'ui-monospace, "SFMono-Regular", Menlo, Monaco,
142
142
 
143
143
  export const LOGLEVEL_INFO = 1;
144
144
  export const LOGLEVEL_DEBUG = 2;
145
+ export const ANDROID_WEBVIEW_DEBUG_FLAG = '__ANDROID_WEBVIEW_DEBUG__';
145
146
 
146
147
 
147
148
  export function debugMessage(...args) {
149
+ const hasInjectedDebugFlag = typeof window !== 'undefined' && window[ANDROID_WEBVIEW_DEBUG_FLAG] === true;
148
150
  if (
149
151
  // eslint-disable-next-line no-undef
150
152
  (typeof LINO_LOGLEVEL !== "undefined" && LINO_LOGLEVEL >= LOGLEVEL_DEBUG)
151
- || typeof window.AndroidBridge !== 'undefined' // isAndroidWebView
153
+ || hasInjectedDebugFlag
152
154
  ) {
153
155
  console.debug(...args);
154
156
  }
@@ -45,16 +45,14 @@
45
45
  users_color_scheme: "{{ users_color_scheme }}",
46
46
  });
47
47
 
48
- // Remove the "timestamp" query parameter from the URL if it exists.
48
+ // Keep the URL clean by removing parameters that are only needed for the initial page load and should not persist during navigation.
49
49
  const url = new URL(window.location.href);
50
- if (url.searchParams.has("timestamp")) {
51
- url.searchParams.delete("timestamp");
52
- window.history.replaceState({}, "", url);
53
- }
54
- if (url.searchParams.has("su")) {
55
- url.searchParams.delete("su");
56
- window.history.replaceState({}, "", url);
57
- }
50
+ ["timestamp", "su", "color_scheme"].forEach(param => {
51
+ if (url.searchParams.has(param)) {
52
+ url.searchParams.delete(param);
53
+ }
54
+ });
55
+ window.history.replaceState({}, "", url);
58
56
  </script>
59
57
 
60
58
 
@@ -0,0 +1,153 @@
1
+ .l-editor .ql-container {
2
+ font-family: inherit;
3
+ font-size: inherit;
4
+ }
5
+
6
+ /* TextBox Blot Styles */
7
+ .ql-textbox {
8
+ border: 2px solid #ccc;
9
+ padding: 10px;
10
+ margin: 10px 0;
11
+ min-height: 60px;
12
+ background: #fafafa;
13
+ border-radius: 4px;
14
+ box-sizing: border-box;
15
+ position: relative;
16
+ transition: border-color 0.2s;
17
+ }
18
+
19
+ .ql-textbox:hover {
20
+ border-color: #4285f4;
21
+ }
22
+
23
+ .ql-textbox:focus-within {
24
+ border-color: #4285f4;
25
+ background: white;
26
+ outline: none;
27
+ }
28
+
29
+ /* TextBox child elements */
30
+ .ql-textbox-block {
31
+ margin: 0;
32
+ padding: 0;
33
+ min-height: 1em;
34
+ }
35
+
36
+ .ql-textbox-soft-break {
37
+ /* Inherits from soft-break */
38
+ }
39
+
40
+ .ql-textbox-break {
41
+ /* Custom break styling within textbox */
42
+ display: block;
43
+ }
44
+
45
+ /* Alignment classes */
46
+ .ql-textbox-align-left {
47
+ float: left;
48
+ margin-left: 0;
49
+ margin-right: 10px;
50
+ margin-bottom: 10px;
51
+ }
52
+
53
+ .ql-textbox-align-center {
54
+ display: block;
55
+ margin-left: auto;
56
+ margin-right: auto;
57
+ margin-bottom: 10px;
58
+ clear: both;
59
+ }
60
+
61
+ .ql-textbox-align-right {
62
+ float: right;
63
+ margin-left: 10px;
64
+ margin-right: 0;
65
+ margin-bottom: 10px;
66
+ }
67
+
68
+ /* Overlay styles */
69
+ .ql-textbox-overlay {
70
+ pointer-events: none;
71
+ }
72
+
73
+ .ql-textbox-overlay .ql-textbox-handle {
74
+ pointer-events: auto;
75
+ }
76
+
77
+ /* Toolbar styles */
78
+ .ql-textbox-toolbar {
79
+ display: flex;
80
+ gap: 2px;
81
+ }
82
+
83
+ .ql-textbox-toolbar-button {
84
+ font-size: 14px;
85
+ transition: all 0.2s;
86
+ }
87
+
88
+ .ql-textbox-toolbar-button:hover {
89
+ background: #f0f0f0 !important;
90
+ transform: scale(1.05);
91
+ }
92
+
93
+ .ql-textbox-toolbar-button:active {
94
+ transform: scale(0.95);
95
+ }
96
+
97
+ /* Quill toolbar theme integration */
98
+ .l-editor .ql-toolbar.ql-snow {
99
+ background: var(--bg-color-lino, #f0f0f0);
100
+ }
101
+
102
+ .l-editor .ql-toolbar.ql-snow button,
103
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label {
104
+ background: var(--quill-button-bg, var(--bg-color-lino, #f0f0f0));
105
+ color: var(--quill-button-color, var(--text-color-lino, #000000));
106
+ }
107
+
108
+ .l-editor .ql-toolbar.ql-snow button:hover,
109
+ .l-editor .ql-toolbar.ql-snow button:focus,
110
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label:hover,
111
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active {
112
+ background: var(--quill-button-hover-bg, #e9ecef);
113
+ }
114
+
115
+ .l-editor .ql-toolbar.ql-snow button.ql-active,
116
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item.ql-selected,
117
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active {
118
+ background: var(--quill-button-active-bg, #d7e8ff);
119
+ }
120
+
121
+ .l-editor .ql-toolbar.ql-snow .ql-picker,
122
+ .l-editor .ql-toolbar.ql-snow .ql-picker-options,
123
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item {
124
+ color: var(--quill-button-color, var(--text-color-lino, #000000));
125
+ }
126
+
127
+ .l-editor .ql-toolbar.ql-snow .ql-stroke {
128
+ stroke: var(--quill-button-color, var(--text-color-lino, #000000));
129
+ }
130
+
131
+ .l-editor .ql-toolbar.ql-snow .ql-fill {
132
+ fill: var(--quill-button-color, var(--text-color-lino, #000000));
133
+ }
134
+
135
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item.ql-selected .ql-stroke,
136
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item:hover .ql-stroke,
137
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label:hover .ql-stroke,
138
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-stroke,
139
+ .l-editor .ql-toolbar.ql-snow button:hover .ql-stroke,
140
+ .l-editor .ql-toolbar.ql-snow button:focus .ql-stroke,
141
+ .l-editor .ql-toolbar.ql-snow button.ql-active .ql-stroke {
142
+ stroke: var(--quill-button-color, var(--text-color-lino, #000000));
143
+ }
144
+
145
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item.ql-selected .ql-fill,
146
+ .l-editor .ql-toolbar.ql-snow .ql-picker-item:hover .ql-fill,
147
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label:hover .ql-fill,
148
+ .l-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-fill,
149
+ .l-editor .ql-toolbar.ql-snow button:hover .ql-fill,
150
+ .l-editor .ql-toolbar.ql-snow button:focus .ql-fill,
151
+ .l-editor .ql-toolbar.ql-snow button.ql-active .ql-fill {
152
+ fill: var(--quill-button-color, var(--text-color-lino, #000000));
153
+ }
@@ -83,8 +83,8 @@
83
83
  </script>
84
84
  {%- endif -%}
85
85
 
86
- <script defer src="{{site.build_static_url('react/main.runtime.0d6a586d3afef394223d.js')}}"></script>
87
- <script defer src="{{site.build_static_url('react/main.dca792f167d5a2a721cc.js')}}"></script>
86
+ <script defer src="{{site.build_static_url('react/main.runtime.b6ba791b476c3be77755.js')}}"></script>
87
+ <script defer src="{{site.build_static_url('react/main.e5da7bca814d0bb84b31.js')}}"></script>
88
88
 
89
89
  <script type="text/javascript">
90
90
  if ('serviceWorker' in navigator) {