@paperless/core 0.1.0-alpha.314 → 0.1.0-alpha.316

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 (135) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/build/p-04d34a48.entry.js +1 -0
  3. package/dist/build/p-05f73516.entry.js +1 -0
  4. package/dist/build/p-07c1449f.entry.js +1 -0
  5. package/dist/build/p-0ec734db.entry.js +1 -0
  6. package/dist/build/p-49a2cfd8.entry.js +1 -0
  7. package/dist/build/{p-18d659d1.entry.js → p-5899585f.entry.js} +1 -1
  8. package/dist/{paperless/p-2da27e64.entry.js → build/p-8b65bd2d.entry.js} +1 -1
  9. package/dist/build/p-993ae47a.entry.js +1 -0
  10. package/dist/build/p-9e9097e3.entry.js +1 -0
  11. package/dist/build/{p-80a032ae.entry.js → p-ab12d97e.entry.js} +1 -1
  12. package/dist/{paperless/p-8b09a126.entry.js → build/p-b4cee4e3.entry.js} +1 -1
  13. package/dist/build/p-d5c56ab5.entry.js +1 -0
  14. package/dist/build/p-f4af1792.entry.js +1 -0
  15. package/dist/build/paperless.esm.js +1 -1
  16. package/dist/cjs/p-backdrop.cjs.entry.js +1 -1
  17. package/dist/cjs/p-button_3.cjs.entry.js +3 -3
  18. package/dist/cjs/p-divider.cjs.entry.js +1 -1
  19. package/dist/cjs/p-dropdown_3.cjs.entry.js +3 -3
  20. package/dist/cjs/p-helper_2.cjs.entry.js +2 -2
  21. package/dist/cjs/p-illustration_6.cjs.entry.js +5 -5
  22. package/dist/cjs/p-input-group_4.cjs.entry.js +4 -4
  23. package/dist/cjs/p-layout.cjs.entry.js +1 -1
  24. package/dist/cjs/p-modal-body_4.cjs.entry.js +4 -4
  25. package/dist/cjs/p-page-size-select_3.cjs.entry.js +2 -2
  26. package/dist/cjs/p-tab-group.cjs.entry.js +1 -1
  27. package/dist/cjs/p-table.cjs.entry.js +1 -1
  28. package/dist/cjs/p-toast-container.cjs.entry.js +1 -1
  29. package/dist/collection/components/atoms/backdrop/backdrop.component.css +1 -1
  30. package/dist/collection/components/atoms/button/button.component.css +1 -1
  31. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  32. package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
  33. package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
  34. package/dist/collection/components/atoms/helper/helper.component.css +1 -1
  35. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  36. package/dist/collection/components/atoms/label/label.component.css +1 -1
  37. package/dist/collection/components/atoms/layout/layout.component.css +1 -1
  38. package/dist/collection/components/atoms/loader/loader.component.css +1 -1
  39. package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
  40. package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
  41. package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
  42. package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
  43. package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
  44. package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
  45. package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
  46. package/dist/collection/components/atoms/tab-group/tab-group.component.css +1 -1
  47. package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
  48. package/dist/collection/components/atoms/toast-container/toast-container.component.css +1 -1
  49. package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
  50. package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
  51. package/dist/collection/components/molecules/input-group/input-group.component.css +1 -1
  52. package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
  53. package/dist/collection/components/molecules/table-cell/table-cell.component.css +1 -1
  54. package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
  55. package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
  56. package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
  57. package/dist/collection/components/organisms/table/table.component.css +1 -1
  58. package/dist/components/backdrop.component.js +1 -1
  59. package/dist/components/button.component.js +1 -1
  60. package/dist/components/divider.component.js +1 -1
  61. package/dist/components/dropdown-menu-container.component.js +1 -1
  62. package/dist/components/dropdown-menu-item.component.js +1 -1
  63. package/dist/components/dropdown.component.js +1 -1
  64. package/dist/components/helper.component.js +1 -1
  65. package/dist/components/icon.component.js +1 -1
  66. package/dist/components/input-group.component.js +1 -1
  67. package/dist/components/label.component.js +1 -1
  68. package/dist/components/loader.component.js +1 -1
  69. package/dist/components/modal-body.component.js +1 -1
  70. package/dist/components/modal-container.component.js +1 -1
  71. package/dist/components/modal-footer.component.js +1 -1
  72. package/dist/components/modal-header.component.js +1 -1
  73. package/dist/components/p-layout.js +1 -1
  74. package/dist/components/p-tab-group.js +1 -1
  75. package/dist/components/p-table.js +1 -1
  76. package/dist/components/p-toast-container.js +1 -1
  77. package/dist/components/pagination-item.component.js +1 -1
  78. package/dist/components/pagination.component.js +1 -1
  79. package/dist/components/segment-container.component.js +1 -1
  80. package/dist/components/segment-item.component.js +1 -1
  81. package/dist/components/table-cell.component.js +1 -1
  82. package/dist/components/table-container.component.js +1 -1
  83. package/dist/components/table-footer.component.js +1 -1
  84. package/dist/components/table-header.component.js +1 -1
  85. package/dist/components/table-row.component.js +1 -1
  86. package/dist/components/tooltip.component.js +1 -1
  87. package/dist/esm/p-backdrop.entry.js +1 -1
  88. package/dist/esm/p-button_3.entry.js +3 -3
  89. package/dist/esm/p-divider.entry.js +1 -1
  90. package/dist/esm/p-dropdown_3.entry.js +3 -3
  91. package/dist/esm/p-helper_2.entry.js +2 -2
  92. package/dist/esm/p-illustration_6.entry.js +5 -5
  93. package/dist/esm/p-input-group_4.entry.js +4 -4
  94. package/dist/esm/p-layout.entry.js +1 -1
  95. package/dist/esm/p-modal-body_4.entry.js +4 -4
  96. package/dist/esm/p-page-size-select_3.entry.js +2 -2
  97. package/dist/esm/p-tab-group.entry.js +1 -1
  98. package/dist/esm/p-table.entry.js +1 -1
  99. package/dist/esm/p-toast-container.entry.js +1 -1
  100. package/dist/index.html +1 -1
  101. package/dist/paperless/p-04d34a48.entry.js +1 -0
  102. package/dist/paperless/p-05f73516.entry.js +1 -0
  103. package/dist/paperless/p-07c1449f.entry.js +1 -0
  104. package/dist/paperless/p-0ec734db.entry.js +1 -0
  105. package/dist/paperless/p-49a2cfd8.entry.js +1 -0
  106. package/dist/paperless/{p-18d659d1.entry.js → p-5899585f.entry.js} +1 -1
  107. package/dist/{build/p-2da27e64.entry.js → paperless/p-8b65bd2d.entry.js} +1 -1
  108. package/dist/paperless/p-993ae47a.entry.js +1 -0
  109. package/dist/paperless/p-9e9097e3.entry.js +1 -0
  110. package/dist/paperless/{p-80a032ae.entry.js → p-ab12d97e.entry.js} +1 -1
  111. package/dist/{build/p-8b09a126.entry.js → paperless/p-b4cee4e3.entry.js} +1 -1
  112. package/dist/paperless/p-d5c56ab5.entry.js +1 -0
  113. package/dist/paperless/p-f4af1792.entry.js +1 -0
  114. package/dist/paperless/paperless.esm.js +1 -1
  115. package/dist/sw.js +1 -1
  116. package/dist/sw.js.map +1 -1
  117. package/package.json +1 -1
  118. package/dist/build/p-226fd83c.entry.js +0 -1
  119. package/dist/build/p-3946e0a3.entry.js +0 -1
  120. package/dist/build/p-47af4259.entry.js +0 -1
  121. package/dist/build/p-4a3482c8.entry.js +0 -1
  122. package/dist/build/p-529ccaf7.entry.js +0 -1
  123. package/dist/build/p-6cc16633.entry.js +0 -1
  124. package/dist/build/p-758c46df.entry.js +0 -1
  125. package/dist/build/p-7f4b2d8e.entry.js +0 -1
  126. package/dist/build/p-dfcb711c.entry.js +0 -1
  127. package/dist/paperless/p-226fd83c.entry.js +0 -1
  128. package/dist/paperless/p-3946e0a3.entry.js +0 -1
  129. package/dist/paperless/p-47af4259.entry.js +0 -1
  130. package/dist/paperless/p-4a3482c8.entry.js +0 -1
  131. package/dist/paperless/p-529ccaf7.entry.js +0 -1
  132. package/dist/paperless/p-6cc16633.entry.js +0 -1
  133. package/dist/paperless/p-758c46df.entry.js +0 -1
  134. package/dist/paperless/p-7f4b2d8e.entry.js +0 -1
  135. package/dist/paperless/p-dfcb711c.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as o}from"./p-c9f2fa8f.js";const r=class{constructor(i){t(this,i)}render(){return i(o,{class:"p-tab-group"},i("div",{class:"content"},i("slot",null)),i("p-divider",null))}};r.style=".static{position:static!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.gap-5{gap:1.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}*{box-sizing:border-box}:host{display:flex;flex-direction:column;position:relative;width:100%}:host .content{display:flex;gap:1.25rem;width:100%;z-index:10}:host p-divider{bottom:0;left:0;margin:0;position:absolute;width:100%}";export{r as p_tab_group}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as a}from"./p-c9f2fa8f.js";const r=class{constructor(t){e(this,t),this.placement="top-end"}render(){return t(a,{class:`p-toast-container placement-${this.placement}`},t("slot",null))}};r.style=".fixed{position:fixed!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.gap-4{gap:1rem!important}*{box-sizing:border-box}.z-\\[600\\]{z-index:600!important}:host{display:flex;flex-direction:column;gap:1rem;max-width:calc(100% - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0) - 2rem);position:fixed;width:calc(100% - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0) - 2rem);z-index:600}@media (min-width:40rem){:host{max-width:26.5rem}}:host(.placement-top-start){left:calc(env(safe-area-inset-left, 0) + 1rem);top:calc(env(safe-area-inset-top, 0) + 1rem)}:host(.placement-top-end){right:calc(env(safe-area-inset-right, 0) + 1rem);top:calc(env(safe-area-inset-top, 0) + 1rem)}:host(.placement-bottom-start){bottom:calc(env(safe-area-inset-bottom, 0) + 1rem);left:calc(env(safe-area-inset-left, 0) + 1rem)}:host(.placement-bottom-end){bottom:calc(env(safe-area-inset-bottom, 0) + 1rem);right:calc(env(safe-area-inset-right, 0) + 1rem)}@media (min-width:40rem){.tablet\\:max-w-\\[26\\.5rem\\]{max-width:26.5rem!important}}";export{r as p_toast_container}