@paperless/core 0.1.0-alpha.61 → 0.1.0-alpha.65

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 (99) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/build/p-41693695.entry.js +1 -0
  3. package/dist/build/p-6fe627ef.entry.js +1 -0
  4. package/dist/build/{p-b54d1341.entry.js → p-7b2b7cc7.entry.js} +1 -1
  5. package/dist/build/p-7cf14eba.entry.js +1 -0
  6. package/dist/{paperless/p-83e63409.entry.js → build/p-a28114e6.entry.js} +1 -1
  7. package/dist/build/p-bd7fa75d.entry.js +1 -0
  8. package/dist/build/p-d2fddcde.entry.js +1 -0
  9. package/dist/build/p-d33097a7.entry.js +1 -0
  10. package/dist/build/paperless.css +289 -0
  11. package/dist/build/paperless.esm.js +1 -1
  12. package/dist/cjs/index-f9c302b6.js +12 -4
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/p-button_3.cjs.entry.js +1 -1
  15. package/dist/cjs/p-card-header.cjs.entry.js +1 -1
  16. package/dist/cjs/p-divider.cjs.entry.js +1 -1
  17. package/dist/cjs/p-helper.cjs.entry.js +1 -1
  18. package/dist/cjs/p-input-group.cjs.entry.js +32 -0
  19. package/dist/cjs/p-layout.cjs.entry.js +23 -0
  20. package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +5 -5
  21. package/dist/cjs/p-tooltip.cjs.entry.js +5 -5
  22. package/dist/cjs/paperless.cjs.js +1 -1
  23. package/dist/collection/collection-manifest.json +2 -0
  24. package/dist/collection/components/atoms/card-header/card-header.component.css +1 -1
  25. package/dist/collection/components/atoms/divider/divider.component.css +1 -1
  26. package/dist/collection/components/atoms/helper/helper.component.css +1 -1
  27. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  28. package/dist/collection/components/atoms/layout/layout.component.css +61 -0
  29. package/dist/collection/components/atoms/layout/layout.component.js +48 -0
  30. package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +1 -1
  31. package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
  32. package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
  33. package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
  34. package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
  35. package/dist/collection/components/atoms/tooltip/tooltip.component.css +2 -2
  36. package/dist/collection/components/atoms/tooltip/tooltip.component.js +4 -4
  37. package/dist/collection/components/molecules/input-group/input-group.component.css +3 -0
  38. package/dist/collection/components/molecules/input-group/input-group.component.js +190 -0
  39. package/dist/collection/tailwind/screens.js +8 -0
  40. package/dist/collection/tailwind/spacing.js +10 -0
  41. package/dist/collection/tailwind/width.js +18 -0
  42. package/dist/collection/tailwind.config.js +6 -0
  43. package/dist/components/divider.component.js +1 -1
  44. package/dist/components/helper.component.js +36 -0
  45. package/dist/components/icon.component.js +1 -1
  46. package/dist/components/index.d.ts +2 -0
  47. package/dist/components/index.js +2 -0
  48. package/dist/components/modal-backdrop.component.js +1 -1
  49. package/dist/components/modal-body.component.js +1 -1
  50. package/dist/components/modal-container.component.js +1 -1
  51. package/dist/components/modal-footer.component.js +1 -1
  52. package/dist/components/modal-header.component.js +1 -1
  53. package/dist/components/p-card-header.js +1 -1
  54. package/dist/components/p-helper.js +1 -34
  55. package/dist/components/p-input-group.d.ts +11 -0
  56. package/dist/components/p-input-group.js +72 -0
  57. package/dist/components/p-layout.d.ts +11 -0
  58. package/dist/components/p-layout.js +39 -0
  59. package/dist/components/tooltip.component.js +5 -5
  60. package/dist/esm/index-fff70567.js +12 -4
  61. package/dist/esm/loader.js +1 -1
  62. package/dist/esm/p-button_3.entry.js +1 -1
  63. package/dist/esm/p-card-header.entry.js +1 -1
  64. package/dist/esm/p-divider.entry.js +1 -1
  65. package/dist/esm/p-helper.entry.js +1 -1
  66. package/dist/esm/p-input-group.entry.js +28 -0
  67. package/dist/esm/p-layout.entry.js +19 -0
  68. package/dist/esm/p-modal-backdrop_5.entry.js +5 -5
  69. package/dist/esm/p-tooltip.entry.js +5 -5
  70. package/dist/esm/paperless.js +1 -1
  71. package/dist/index.html +1 -1
  72. package/dist/paperless/p-41693695.entry.js +1 -0
  73. package/dist/paperless/p-6fe627ef.entry.js +1 -0
  74. package/dist/paperless/{p-b54d1341.entry.js → p-7b2b7cc7.entry.js} +1 -1
  75. package/dist/paperless/p-7cf14eba.entry.js +1 -0
  76. package/dist/{build/p-83e63409.entry.js → paperless/p-a28114e6.entry.js} +1 -1
  77. package/dist/paperless/p-bd7fa75d.entry.js +1 -0
  78. package/dist/paperless/p-d2fddcde.entry.js +1 -0
  79. package/dist/paperless/p-d33097a7.entry.js +1 -0
  80. package/dist/paperless/paperless.css +389 -0
  81. package/dist/paperless/paperless.esm.js +1 -1
  82. package/dist/sw.js +1 -1
  83. package/dist/sw.js.map +1 -1
  84. package/dist/tailwind/screens.js +8 -0
  85. package/dist/tailwind/spacing.js +10 -0
  86. package/dist/tailwind/width.js +18 -0
  87. package/dist/tailwind.config.js +6 -0
  88. package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
  89. package/dist/types/components/molecules/input-group/input-group.component.d.ts +41 -0
  90. package/dist/types/components.d.ts +98 -0
  91. package/package.json +1 -1
  92. package/dist/build/p-5101f35f.entry.js +0 -1
  93. package/dist/build/p-6e60b92a.entry.js +0 -1
  94. package/dist/build/p-75c92a9d.entry.js +0 -1
  95. package/dist/build/p-f50c6e5b.entry.js +0 -1
  96. package/dist/paperless/p-5101f35f.entry.js +0 -1
  97. package/dist/paperless/p-6e60b92a.entry.js +0 -1
  98. package/dist/paperless/p-75c92a9d.entry.js +0 -1
  99. package/dist/paperless/p-f50c6e5b.entry.js +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.65 (2022-08-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Atoms:** Layout atom ([7b07da3](https://github.com/ionic-team/stencil-component-starter/commit/7b07da366e2c6485815fe4d0edc6cfee8e0a043c))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.64 (2022-08-30)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Molecules:** Add input group component ([1702d6c](https://github.com/ionic-team/stencil-component-starter/commit/1702d6c6d1ea3e7eba5da6dfae8e1eb09516f846))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.63 (2022-08-30)
29
+
30
+ **Note:** Version bump only for package @paperless/core
31
+
32
+
33
+
34
+
35
+
36
+ # 0.1.0-alpha.62 (2022-08-30)
37
+
38
+ **Note:** Version bump only for package @paperless/core
39
+
40
+
41
+
42
+
43
+
6
44
  # 0.1.0-alpha.61 (2022-08-30)
7
45
 
8
46
 
@@ -0,0 +1 @@
1
+ import{r as t,h as r,H as i}from"./p-0100c1a2.js";const a=class{constructor(r){t(this,r)}render(){return r(i,{class:"p-modal-backdrop"},r("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}.h-screen{height:100vh!important}.w-screen{width:100vw!important}.w-80{width:20rem!important}.justify-center{justify-content:center!important}.backdrop-blur-xs{--tw-backdrop-blur:blur(2px)!important;-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)!important;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)!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}}:host{--tw-backdrop-blur:blur(2px);align-items:center;-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-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);background-color:rgba(81,83,107,.5);display:flex;height:100vh;justify-content:center;left:0;padding:4rem;position:fixed;top:0;width:100vw;z-index:500}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";const m=class{constructor(r){t(this,r),this.variant="default"}render(){return r(i,{class:`p-modal-body variant-${this.variant}`},r("slot",null))}};m.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.w-80{width:20rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.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}}:host{padding:1.5rem 3.5rem}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";const e={xs:"w-80",sm:"w-[33.5rem]",md:"w-[38rem]",lg:"w-[47.5rem]",xl:"w-[57.5rem]"},o=class{constructor(r){t(this,r),this.size="md"}render(){return r(i,{class:`p-modal-container ${e[this.size]}`},r("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}.w-80{width:20rem!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}}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-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}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";const n=class{constructor(r){t(this,r)}render(){return r(i,{class:"p-modal-footer"},r("p-divider",{class:"mb-6 mt-0"}),r("slot",null))}};n.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-80{width:20rem!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}}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";const d=class{constructor(r){t(this,r)}render(){return r(i,{class:"p-modal-header"},r("slot",null))}};d.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.w-80{width:20rem!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!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}}:host{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;background-color:rgb(247 250 252/var(--tw-bg-opacity));border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(39 40 56/var(--tw-text-opacity));display:block;font-size:1.875rem;font-weight:700;line-height:2.25rem;padding:1.5rem 2rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";export{a as p_modal_backdrop,m as p_modal_body,o as p_modal_container,n as p_modal_footer,d as p_modal_header}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as i}from"./p-0100c1a2.js";const n=class{constructor(e){t(this,e),this.variant="default"}render(){return e(i,{class:`p-layout variant-${this.variant}`},e("div",{class:"topbar"},e("slot",{name:"topbar"})),e("div",{class:"sidebar"},e("div",{class:"inner-content"},e("slot",{name:"sidebar"}))),e("div",{class:"content"},e("div",{class:"inner-content"},e("slot",{name:"content"}))))}};n.style='.static{position:static!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.order-2{order:2!important}.order-1{order:1!important}.order-3{order:3!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-screen{height:100vh!important}.h-full{height:100%!important}.w-sidebar-mobile{width:100%!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.content-start{align-content:flex-start!important}.px-content-mobile-x{padding-left:1rem!important;padding-right:1rem!important}:host{align-content:flex-start;display:grid;gap:0;grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;overflow:hidden}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;order:2;position:-webkit-sticky;position:sticky;width:100%}@media (min-width:40rem){:host .topbar{order:1}}:host .sidebar{display:flex;flex-direction:column;grid-area:sidebar;height:100%;order:1;width:100%}@media (min-width:40rem){:host .sidebar{order:2;width:15rem}}:host .sidebar .inner-content{display:flex;flex:1 1 0%}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;order:3;overflow-y:auto;position:relative}:host .content .inner-content{padding:1.5rem 1rem;position:relative}@media (min-width:40rem){:host .content .inner-content{padding:2rem 0 0 2rem}}@media (min-width:64rem){:host .content .inner-content{width:45rem}}@media (min-width:80rem){:host .content .inner-content{width:60rem}}@media (min-width:85.375rem){:host .content .inner-content{width:65rem}}@media (min-width:90rem){:host .content .inner-content{width:65rem}}@media (min-width:120rem){:host .content .inner-content{width:70rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;order:3;overflow:hidden;width:unset}@media (min-width:40rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{order:3}@media (min-width:40rem){:host(.variant-login) .content{justify-content:center;order:2}:host(.variant-login) .content .inner-content{padding:0 4.5rem;width:21rem}}@media (min-width:40rem){.tablet\\:flex{display:flex!important}.tablet\\:py-0{padding-bottom:0!important;padding-top:0!important}.tablet\\:pr-0{padding-right:0!important}.tablet\\:pb-0{padding-bottom:0!important}.tablet\\:pl-content-desktop-x{padding-left:2rem!important}}@media (min-width:64rem){.desktop-xs\\:w-content-desktop-xs{width:45rem!important}}@media (min-width:80rem){.desktop-sm\\:w-content-desktop-sm{width:60rem!important}}@media (min-width:85.375rem){.desktop\\:w-content-desktop{width:65rem!important}}@media (min-width:90rem){.desktop-lg\\:w-content-desktop-lg{width:65rem!important}}';export{n as p_layout}