@paperless/core 0.1.0-alpha.260 → 0.1.0-alpha.262
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.
- package/CHANGELOG.md +22 -0
- package/dist/build/p-3b2d5451.entry.js +1 -0
- package/dist/build/p-76377ad7.entry.js +1 -0
- package/dist/{paperless/p-251145a1.entry.js → build/p-7bb1a741.entry.js} +1 -1
- package/dist/build/p-fadf100a.entry.js +1 -0
- package/dist/build/p-ffeb1ddc.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index-cf92051a.js +8 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-backdrop.cjs.entry.js +20 -0
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-modal-body_4.cjs.entry.js +84 -0
- package/dist/cjs/p-modal.cjs.entry.js +5 -1
- package/dist/cjs/p-navbar.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/components/atoms/backdrop/backdrop.component.css +1 -1
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/organisms/modal/modal.component.js +23 -1
- package/dist/collection/components/organisms/navbar/navbar.component.css +3 -8
- package/dist/collection/components/organisms/navbar/navbar.component.js +1 -1
- package/dist/components/backdrop.component.js +1 -1
- package/dist/components/button.component.js +1 -1
- package/dist/components/icon.component.js +1 -1
- package/dist/components/loader.component.js +1 -1
- package/dist/components/modal-body.component.js +1 -1
- package/dist/components/modal-container.component.js +1 -1
- package/dist/components/modal-footer.component.js +1 -1
- package/dist/components/modal-header.component.js +1 -1
- package/dist/components/p-modal.js +6 -1
- package/dist/components/p-navbar.js +9 -3
- package/dist/esm/index-7c99f044.js +8 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-backdrop.entry.js +16 -0
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-modal-body_4.entry.js +77 -0
- package/dist/esm/p-modal.entry.js +5 -1
- package/dist/esm/p-navbar.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-3b2d5451.entry.js +1 -0
- package/dist/paperless/p-76377ad7.entry.js +1 -0
- package/dist/{build/p-251145a1.entry.js → paperless/p-7bb1a741.entry.js} +1 -1
- package/dist/paperless/p-fadf100a.entry.js +1 -0
- package/dist/paperless/p-ffeb1ddc.entry.js +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/organisms/modal/modal.component.d.ts +4 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/dist/build/p-0db538c2.entry.js +0 -1
- package/dist/build/p-3dbf60f4.entry.js +0 -1
- package/dist/build/p-69d31689.entry.js +0 -1
- package/dist/cjs/p-backdrop_5.cjs.entry.js +0 -98
- package/dist/esm/p-backdrop_5.entry.js +0 -90
- package/dist/paperless/p-0db538c2.entry.js +0 -1
- package/dist/paperless/p-3dbf60f4.entry.js +0 -1
- package/dist/paperless/p-69d31689.entry.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.262](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.261...v0.1.0-alpha.262) (2022-11-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Organisms/Navbar:** Make use of backdrop component ([d1bb65f](https://github.com/ionic-team/stencil-component-starter/commit/d1bb65f488e49c8fae8c4c123949336922c808eb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.1.0-alpha.261](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.260...v0.1.0-alpha.261) (2022-11-18)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **Organisms/Modal:** Add blur property for backdrop ([c47d3f4](https://github.com/ionic-team/stencil-component-starter/commit/c47d3f4571bcca61c3b7e12d09ce9095611aff9d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [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
29
|
|
|
8
30
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as r,c as a}from"./p-d9c1fe13.js";const e=class{constructor(i){t(this,i),this.variant="default"}render(){return i(r,{class:`p-modal-body variant-${this.variant}`},i("slot",null))}};e.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}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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}: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 m={xs:"tablet:w-80",sm:"tablet:w-[33.5rem]",md:"tablet:w-[38rem]",lg:"tablet:w-[47.5rem]",xl:"tablet:w-[57.5rem]"},n=class{constructor(i){t(this,i),this.size="md"}render(){return i(r,{class:`p-modal-container ${m[this.size]}`},i("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}.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}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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 d=class{constructor(i){t(this,i)}render(){return i(r,{class:"p-modal-footer"},i("p-divider",{class:"mb-6 mt-0 hidden desktop-xs:flex"}),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}.pb-6{padding-bottom:1.5rem!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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}: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 o=class{constructor(i){t(this,i),this.close=a(this,"close",7),this.showClose=!0}render(){return i(r,{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"}))}};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}.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}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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}: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{e as p_modal_body,n as p_modal_container,d as p_modal_footer,o as p_modal_header}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,c as t,h as o,H as i,g as e}from"./p-d9c1fe13.js";const h=class{constructor(o){s(this,o),this.close=t(this,"close",7),this.size="md",this.variant="default",this.show=!1,this.applyBlur=!1,this.showMobileClose=!0,this.showMobileFooter=!1,this._hasFooterSlot=!1,this._hasHeaderSlot=!1}componentWillLoad(){this._hasFooterSlot=!!this._el.querySelector(':scope > [slot="footer"]'),this._hasHeaderSlot=!!this._el.querySelector(':scope > [slot="header"]')}render(){var s;if(!this.show)return;const t=o("slot",{name:"header"}),e=o("slot",{name:"content"}),h=o("slot",{name:"footer"});return o(i,{class:"p-modal"},o("p-backdrop",{applyBlur:this.applyBlur},o("p-modal-container",{size:this.size},((null===(s=this.header)||void 0===s?void 0:s.length)||this._hasHeaderSlot)&&o("p-modal-header",{"show-mobile-close":this.showMobileClose,onClose:()=>this.close.emit()},this._hasHeaderSlot?t:this.header),o("p-modal-body",{variant:this.variant},e),this._hasFooterSlot&&o("p-modal-footer",{"hide-on-mobile":this.showMobileFooter},h))))}get _el(){return e(this)}};export{h as p_modal}
|