@paperless/core 0.1.0-alpha.259 → 0.1.0-alpha.260

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 (78) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/build/p-0db538c2.entry.js +1 -0
  3. package/dist/{paperless/p-af1b7a1a.entry.js → build/p-251145a1.entry.js} +1 -1
  4. package/dist/build/{p-d0a9b97b.entry.js → p-3dbf60f4.entry.js} +1 -1
  5. package/dist/build/p-69d31689.entry.js +1 -0
  6. package/dist/build/p-bd31605b.entry.js +1 -0
  7. package/dist/build/paperless.esm.js +1 -1
  8. package/dist/cjs/index-cf92051a.js +4 -4
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/p-backdrop_5.cjs.entry.js +98 -0
  11. package/dist/cjs/p-button_3.cjs.entry.js +1 -1
  12. package/dist/cjs/p-divider.cjs.entry.js +1 -1
  13. package/dist/cjs/p-modal.cjs.entry.js +1 -1
  14. package/dist/cjs/p-navbar.cjs.entry.js +1 -1
  15. package/dist/cjs/paperless.cjs.js +1 -1
  16. package/dist/collection/collection-manifest.json +1 -1
  17. package/dist/collection/components/atoms/backdrop/backdrop.component.css +11 -0
  18. package/dist/collection/components/atoms/backdrop/backdrop.component.js +38 -0
  19. package/dist/collection/components/atoms/button/button.component.css +20 -6
  20. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  21. package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
  22. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  23. package/dist/collection/components/atoms/loader/loader.component.css +1 -1
  24. package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
  25. package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
  26. package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
  27. package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
  28. package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
  29. package/dist/collection/components/organisms/modal/modal.component.js +1 -1
  30. package/dist/collection/components/organisms/navbar/navbar.component.css +2 -2
  31. package/dist/collection/tailwind/shadows.js +2 -0
  32. package/dist/components/backdrop.component.js +33 -0
  33. package/dist/components/button.component.js +1 -1
  34. package/dist/components/divider.component.js +1 -1
  35. package/dist/components/index.d.ts +1 -1
  36. package/dist/components/index.js +1 -1
  37. package/dist/components/modal-body.component.js +1 -1
  38. package/dist/components/modal-container.component.js +1 -1
  39. package/dist/components/modal-footer.component.js +1 -1
  40. package/dist/components/modal-header.component.js +1 -1
  41. package/dist/components/{p-modal-backdrop.d.ts → p-backdrop.d.ts} +4 -4
  42. package/dist/components/p-backdrop.js +6 -0
  43. package/dist/components/p-modal.js +12 -12
  44. package/dist/components/p-navbar.js +1 -1
  45. package/dist/esm/index-7c99f044.js +4 -4
  46. package/dist/esm/loader.js +1 -1
  47. package/dist/esm/p-backdrop_5.entry.js +90 -0
  48. package/dist/esm/p-button_3.entry.js +1 -1
  49. package/dist/esm/p-divider.entry.js +1 -1
  50. package/dist/esm/p-modal.entry.js +1 -1
  51. package/dist/esm/p-navbar.entry.js +1 -1
  52. package/dist/esm/paperless.js +1 -1
  53. package/dist/index.html +1 -1
  54. package/dist/paperless/p-0db538c2.entry.js +1 -0
  55. package/dist/{build/p-af1b7a1a.entry.js → paperless/p-251145a1.entry.js} +1 -1
  56. package/dist/paperless/{p-d0a9b97b.entry.js → p-3dbf60f4.entry.js} +1 -1
  57. package/dist/paperless/p-69d31689.entry.js +1 -0
  58. package/dist/paperless/p-bd31605b.entry.js +1 -0
  59. package/dist/paperless/paperless.esm.js +1 -1
  60. package/dist/sw.js +1 -1
  61. package/dist/sw.js.map +1 -1
  62. package/dist/tailwind/shadows.js +2 -0
  63. package/dist/types/components/atoms/backdrop/backdrop.component.d.ts +4 -0
  64. package/dist/types/components.d.ts +15 -13
  65. package/package.json +1 -1
  66. package/dist/build/p-28ee1018.entry.js +0 -1
  67. package/dist/build/p-473112cd.entry.js +0 -1
  68. package/dist/build/p-b6663908.entry.js +0 -1
  69. package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +0 -97
  70. package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +0 -7
  71. package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.js +0 -15
  72. package/dist/components/modal-backdrop.component.js +0 -30
  73. package/dist/components/p-modal-backdrop.js +0 -6
  74. package/dist/esm/p-modal-backdrop_5.entry.js +0 -89
  75. package/dist/paperless/p-28ee1018.entry.js +0 -1
  76. package/dist/paperless/p-473112cd.entry.js +0 -1
  77. package/dist/paperless/p-b6663908.entry.js +0 -1
  78. package/dist/types/components/atoms/modal-backdrop/modal-backdrop.component.d.ts +0 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-alpha.260](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.259...v0.1.0-alpha.260) (2022-11-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Atoms/Buttons:** Fix shadows & remove shadows on mobile ([1dbcfd9](https://github.com/ionic-team/stencil-component-starter/commit/1dbcfd95d3f50fdb3d81729e47c4b3bfc682a0af))
12
+ * **Atoms:** Move modal-backdrop to general use backdrop ([72c5691](https://github.com/ionic-team/stencil-component-starter/commit/72c5691cc9621481100cf97bc86d22276008cb42))
13
+
14
+
15
+
16
+
17
+
6
18
  # [0.1.0-alpha.259](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.258...v0.1.0-alpha.259) (2022-11-17)
7
19
 
8
20
 
@@ -0,0 +1 @@
1
+ import{r as t,h as i,H as e,c as r}from"./p-d9c1fe13.js";const a=class{constructor(i){t(this,i),this.applyBlur=!1}render(){return i(e,{class:`p-backdrop ${this.applyBlur&&"blurred"}`},i("slot",null))}};a.style=".static{position:static!important}.fixed{position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.h-full{height:100%!important}.w-full{width:100%!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{align-items:flex-end;animation:fadeIn .2s ease-in-out;background-color:rgba(39,40,56,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:490}@media (min-width:40rem){:host{padding-left:4rem;padding-right:4rem}}@media (min-width:64rem){:host{align-items:center;padding:4rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:host(.blurred){--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}@media (min-width:40rem){.tablet\\:px-16{padding-left:4rem!important;padding-right:4rem!important}}";const m=class{constructor(i){t(this,i),this.variant="default"}render(){return i(e,{class:`p-modal-body variant-${this.variant}`},i("slot",null))}};m.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.hidden{display:none!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{padding:1.5rem}@media (min-width:40rem){:host{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:64rem){:host{padding-left:3.5rem;padding-right:3.5rem}}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}@media (min-width:40rem){.tablet\\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (min-width:64rem){.desktop-xs\\:px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}}";const n={xs:"tablet:w-80",sm:"tablet:w-[33.5rem]",md:"tablet:w-[38rem]",lg:"tablet:w-[47.5rem]",xl:"tablet:w-[57.5rem]"},d=class{constructor(i){t(this,i),this.size="md"}render(){return i(e,{class:`p-modal-container ${n[this.size]}`},i("slot",null))}};d.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.rounded-t-xxlarge{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}p-modal-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-top-left-radius:.75rem;border-top-right-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;overflow:hidden;width:100%;z-index:600}@media (min-width:40rem){p-modal-container{width:auto}}@media (min-width:64rem){p-modal-container{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}@media (min-width:40rem){.tablet\\:w-auto{width:auto!important}}";const o=class{constructor(i){t(this,i)}render(){return i(e,{class:"p-modal-footer"},i("p-divider",{class:"mb-6 mt-0 hidden desktop-xs:flex"}),i("slot",null))}};o.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.pb-6{padding-bottom:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}";const p=class{constructor(i){t(this,i),this.close=r(this,"close",7),this.showClose=!0}render(){return i(e,{class:"p-modal-header"},i("span",null,i("slot",null)),this.showClose&&i("p-button",{variant:"secondary",icon:"negative",iconOnly:!0,onClick:()=>this.close.emit(),size:"small"}))}};p.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.justify-between{justify-content:space-between!important}.p-4{padding:1rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(247 250 252/var(--tw-bg-opacity));color:rgb(39 40 56/var(--tw-text-opacity));display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between;line-height:1.75rem;padding:1rem}@media (min-width:64rem){:host{font-size:1.875rem;font-weight:700;line-height:2.25rem;padding:1.5rem}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}}";export{a as p_backdrop,m as p_modal_body,d as p_modal_container,o as p_modal_footer,p as p_modal_header}