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

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 (69) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/build/p-40f9ac13.entry.js +1 -0
  3. package/dist/{paperless/p-7b2b7cc7.entry.js → build/p-591c4817.entry.js} +1 -1
  4. package/dist/build/p-6421cd2a.entry.js +1 -0
  5. package/dist/build/p-75c92a9d.entry.js +1 -0
  6. package/dist/build/p-bf2e2185.entry.js +1 -0
  7. package/dist/build/p-f8bb6e8d.entry.js +1 -0
  8. package/dist/build/paperless.css +124 -256
  9. package/dist/build/paperless.esm.js +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/p-button_3.cjs.entry.js +1 -1
  12. package/dist/cjs/p-card-header.cjs.entry.js +1 -1
  13. package/dist/cjs/p-helper.cjs.entry.js +6 -2
  14. package/dist/cjs/p-input-group.cjs.entry.js +11 -2
  15. package/dist/cjs/p-layout.cjs.entry.js +2 -2
  16. package/dist/cjs/p-tooltip.cjs.entry.js +2 -2
  17. package/dist/cjs/paperless.cjs.js +1 -1
  18. package/dist/collection/components/atoms/card-header/card-header.component.css +1 -1
  19. package/dist/collection/components/atoms/helper/helper.component.css +1 -1
  20. package/dist/collection/components/atoms/helper/helper.component.js +33 -2
  21. package/dist/collection/components/atoms/icon/icon.component.css +1 -1
  22. package/dist/collection/components/atoms/layout/layout.component.css +5 -7
  23. package/dist/collection/components/atoms/layout/layout.component.js +1 -2
  24. package/dist/collection/components/atoms/tooltip/tooltip.component.css +2 -2
  25. package/dist/collection/components/atoms/tooltip/tooltip.component.js +2 -2
  26. package/dist/collection/components/molecules/input-group/input-group.component.css +205 -3
  27. package/dist/collection/components/molecules/input-group/input-group.component.js +59 -12
  28. package/dist/collection/tailwind/width.js +1 -1
  29. package/dist/components/helper.component.js +9 -3
  30. package/dist/components/icon.component.js +1 -1
  31. package/dist/components/p-card-header.js +1 -1
  32. package/dist/components/p-input-group.js +16 -4
  33. package/dist/components/p-layout.js +2 -2
  34. package/dist/components/tooltip.component.js +2 -2
  35. package/dist/esm/loader.js +1 -1
  36. package/dist/esm/p-button_3.entry.js +1 -1
  37. package/dist/esm/p-card-header.entry.js +1 -1
  38. package/dist/esm/p-helper.entry.js +6 -2
  39. package/dist/esm/p-input-group.entry.js +11 -2
  40. package/dist/esm/p-layout.entry.js +2 -2
  41. package/dist/esm/p-tooltip.entry.js +2 -2
  42. package/dist/esm/paperless.js +1 -1
  43. package/dist/index.html +1 -1
  44. package/dist/paperless/p-40f9ac13.entry.js +1 -0
  45. package/dist/{build/p-7b2b7cc7.entry.js → paperless/p-591c4817.entry.js} +1 -1
  46. package/dist/paperless/p-6421cd2a.entry.js +1 -0
  47. package/dist/paperless/p-75c92a9d.entry.js +1 -0
  48. package/dist/paperless/p-bf2e2185.entry.js +1 -0
  49. package/dist/paperless/p-f8bb6e8d.entry.js +1 -0
  50. package/dist/paperless/paperless.css +130 -296
  51. package/dist/paperless/paperless.esm.js +1 -1
  52. package/dist/sw.js +1 -1
  53. package/dist/sw.js.map +1 -1
  54. package/dist/tailwind/width.js +1 -1
  55. package/dist/types/components/atoms/helper/helper.component.d.ts +5 -0
  56. package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +1 -1
  57. package/dist/types/components/molecules/input-group/input-group.component.d.ts +8 -0
  58. package/dist/types/components.d.ts +27 -3
  59. package/package.json +1 -1
  60. package/dist/build/p-6fe627ef.entry.js +0 -1
  61. package/dist/build/p-7cf14eba.entry.js +0 -1
  62. package/dist/build/p-bd7fa75d.entry.js +0 -1
  63. package/dist/build/p-d2fddcde.entry.js +0 -1
  64. package/dist/build/p-d33097a7.entry.js +0 -1
  65. package/dist/paperless/p-6fe627ef.entry.js +0 -1
  66. package/dist/paperless/p-7cf14eba.entry.js +0 -1
  67. package/dist/paperless/p-bd7fa75d.entry.js +0 -1
  68. package/dist/paperless/p-d2fddcde.entry.js +0 -1
  69. package/dist/paperless/p-d33097a7.entry.js +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.68 (2022-08-30)
7
+
8
+ **Note:** Version bump only for package @paperless/core
9
+
10
+
11
+
12
+
13
+
14
+ # 0.1.0-alpha.67 (2022-08-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **Molecules/Input Group:** Rename `focus` to `focused` ([04912f4](https://github.com/ionic-team/stencil-component-starter/commit/04912f4bc2267af05037fba735dabae3ade302a5))
20
+
21
+
22
+
23
+
24
+
25
+ # 0.1.0-alpha.66 (2022-08-30)
26
+
27
+
28
+ ### Features
29
+
30
+ * **Atoms/Layout:** Improvements to width/padding ([1e4fc8b](https://github.com/ionic-team/stencil-component-starter/commit/1e4fc8b3139925c6eca8e798df5fda3165689bf8))
31
+
32
+
33
+
34
+
35
+
6
36
  # 0.1.0-alpha.65 (2022-08-30)
7
37
 
8
38
 
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as o,g as p}from"./p-0100c1a2.js";const r=class{constructor(e){t(this,e),this.disabled=!1,this.focused=!1}render(){var t;const p=!!this._el.querySelector('[slot="helper"]'),r=!!this._el.querySelector('[slot="label"]'),i=!!this._el.querySelector('[slot="prefix"]'),n=!!this._el.querySelector('[slot="suffix"]'),s=!!this._el.querySelector('[slot="header"]'),l=p?e("slot",{name:"helper"}):this.helper,d=r?e("slot",{name:"label"}):this.label,a=i?e("slot",{name:"prefix"}):this.prefix,u=n?e("slot",{name:"suffix"}):this.suffix,h=this.error&&"string"==typeof this.error&&"true"!==this.error;return e(o,{class:`p-input-group ${(null===(t=this.error)||void 0===t?void 0:t.length)&&"error"} ${this.disabled&&"disabled"} ${this.focused&&"focused"}`},e("div",{class:"flex justify-between items-end"},d&&e("div",{class:"input-label"},d),(l||s)&&e("div",{class:"input-header"},s&&e("slot",{name:"header"}),l&&e("p-helper",{class:"flex "+(s?"ml-2":""),placement:"top-end"},l))),e("div",{class:"content"},(a||this.icon)&&e("div",{class:"prefix"},this.icon?e("p-icon",{class:"flex",variant:this.icon,rotate:this.iconRotate,flip:this.iconFlip}):a),(u||h)&&e("div",{class:"suffix"},h?e("p-tooltip",{class:"flex",variant:"error",popover:this.error},e("p-icon",{class:"flex text-negative-light hover:text-negative",slot:"content",variant:"explanation"})):u),e("slot",{name:"input"})))}get _el(){return p(this)}};r.style=".visible{visibility:visible!important}.static{position:static!important}.mb-\\[2px\\]{margin-bottom:2px!important}.ml-2{margin-left:.5rem!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.rounded-tr-none{border-top-right-radius:0!important}.rounded-tl-none{border-top-left-radius:0!important}.rounded-bl-none{border-bottom-left-radius:0!important}.rounded-br-none{border-bottom-right-radius:0!important}.border{border-width:1px!important}.border-r-0{border-right-width:0!important}.border-l-0{border-left-width:0!important}.border-solid{border-style:solid!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-negative{--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.text-storm{color:rgb(81 83 107/var(--tw-text-opacity))!important}.text-negative-light,.text-storm{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.outline-0{outline-width:0!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}:host{display:flex;flex-direction:column;width:100%}:host .input-label{--tw-text-opacity:1;color:rgb(152 154 183/var(--tw-text-opacity));font-size:.75rem;font-weight:600;letter-spacing:.05em;line-height:1rem;text-transform:uppercase}:host .input-header{align-items:flex-end;display:flex;gap:.5rem;margin-bottom:2px}:host .content{display:flex}:host .content .prefix,:host .content .suffix{--tw-bg-opacity:1;--tw-border-opacity:1!important;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(218 230 240/var(--tw-border-opacity))!important;border-radius:.375rem;border-style:solid!important;border-width:1px!important;box-sizing:border-box;color:rgb(39 40 56/var(--tw-text-opacity));color:rgb(81 83 107/var(--tw-text-opacity));display:flex;flex:1 1 0%;height:2.5rem;justify-content:flex-start;outline-width:0!important;padding-left:1rem;padding-right:1rem;width:100%}:host .content .prefix::-moz-placeholder,:host .content .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .content .prefix::placeholder,:host .content .suffix::placeholder{--tw-text-opacity:1;color:rgb(128 130 158/var(--tw-text-opacity))}:host .content .prefix.focus,:host .content .prefix:focus,:host .content .prefix:focus-visible,:host .content .suffix.focus,:host .content .suffix:focus,:host .content .suffix:focus-visible{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host .content .prefix{border-bottom-right-radius:0;border-right-width:0!important;border-top-right-radius:0;order:1;padding-right:.5rem}:host .content .suffix{border-bottom-left-radius:0;border-left-width:0!important;border-top-left-radius:0;order:3;padding-left:.5rem}:host .content ::slotted(input[type=date].p-input),:host .content ::slotted(input[type=datetime-local].p-input),:host .content ::slotted(input[type=email].p-input),:host .content ::slotted(input[type=month].p-input),:host .content ::slotted(input[type=number].p-input),:host .content ::slotted(input[type=password].p-input),:host .content ::slotted(input[type=tel].p-input),:host .content ::slotted(input[type=text].p-input),:host .content ::slotted(input[type=time].p-input){order:2}:host .content .prefix+::slotted(input[type=date].p-input),:host .content .prefix+::slotted(input[type=datetime-local].p-input),:host .content .prefix+::slotted(input[type=email].p-input),:host .content .prefix+::slotted(input[type=month].p-input),:host .content .prefix+::slotted(input[type=number].p-input),:host .content .prefix+::slotted(input[type=password].p-input),:host .content .prefix+::slotted(input[type=tel].p-input),:host .content .prefix+::slotted(input[type=text].p-input),:host .content .prefix+::slotted(input[type=time].p-input){border-bottom-left-radius:0!important;border-left-width:0!important;border-top-left-radius:0!important;flex:1 1 auto;padding-left:0!important}:host .content .suffix+::slotted(input[type=date].p-input),:host .content .suffix+::slotted(input[type=datetime-local].p-input),:host .content .suffix+::slotted(input[type=email].p-input),:host .content .suffix+::slotted(input[type=month].p-input),:host .content .suffix+::slotted(input[type=number].p-input),:host .content .suffix+::slotted(input[type=password].p-input),:host .content .suffix+::slotted(input[type=tel].p-input),:host .content .suffix+::slotted(input[type=text].p-input),:host .content .suffix+::slotted(input[type=time].p-input){border-bottom-right-radius:0!important;border-right-width:0!important;border-top-right-radius:0!important;flex:1 1 auto;padding-right:0!important}:host(.focused) .prefix,:host(.focused) .suffix,:host(:focus-within) .prefix,:host(:focus-within) .suffix,:host([focused]) .prefix,:host([focused]) .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(82 138 250/var(--tw-border-opacity))!important;color:rgb(82 138 250/var(--tw-text-opacity))}:host(.focused) ::slotted(input[type=date].p-input),:host(.focused) ::slotted(input[type=datetime-local].p-input),:host(.focused) ::slotted(input[type=email].p-input),:host(.focused) ::slotted(input[type=month].p-input),:host(.focused) ::slotted(input[type=number].p-input),:host(.focused) ::slotted(input[type=password].p-input),:host(.focused) ::slotted(input[type=tel].p-input),:host(.focused) ::slotted(input[type=text].p-input),:host(.focused) ::slotted(input[type=time].p-input),:host(:focus-within) ::slotted(input[type=date].p-input),:host(:focus-within) ::slotted(input[type=datetime-local].p-input),:host(:focus-within) ::slotted(input[type=email].p-input),:host(:focus-within) ::slotted(input[type=month].p-input),:host(:focus-within) ::slotted(input[type=number].p-input),:host(:focus-within) ::slotted(input[type=password].p-input),:host(:focus-within) ::slotted(input[type=tel].p-input),:host(:focus-within) ::slotted(input[type=text].p-input),:host(:focus-within) ::slotted(input[type=time].p-input),:host([focused]) ::slotted(input[type=date].p-input),:host([focused]) ::slotted(input[type=datetime-local].p-input),:host([focused]) ::slotted(input[type=email].p-input),:host([focused]) ::slotted(input[type=month].p-input),:host([focused]) ::slotted(input[type=number].p-input),:host([focused]) ::slotted(input[type=password].p-input),:host([focused]) ::slotted(input[type=tel].p-input),:host([focused]) ::slotted(input[type=text].p-input),:host([focused]) ::slotted(input[type=time].p-input){--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}:host(.error) .prefix,:host(.error) .suffix,:host([error]) .prefix,:host([error]) .suffix{--tw-border-opacity:1!important;--tw-text-opacity:1;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity));color:rgb(185 30 40/var(--tw-text-opacity))}:host(.error) .prefix::-moz-placeholder,:host(.error) .suffix::-moz-placeholder,:host([error]) .prefix::-moz-placeholder,:host([error]) .suffix::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host(.error) .prefix::placeholder,:host(.error) .suffix::placeholder,:host([error]) .prefix::placeholder,:host([error]) .suffix::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host(.error) ::slotted(input[type=date].p-input),:host(.error) ::slotted(input[type=datetime-local].p-input),:host(.error) ::slotted(input[type=email].p-input),:host(.error) ::slotted(input[type=month].p-input),:host(.error) ::slotted(input[type=number].p-input),:host(.error) ::slotted(input[type=password].p-input),:host(.error) ::slotted(input[type=tel].p-input),:host(.error) ::slotted(input[type=text].p-input),:host(.error) ::slotted(input[type=time].p-input),:host([error]) ::slotted(input[type=date].p-input),:host([error]) ::slotted(input[type=datetime-local].p-input),:host([error]) ::slotted(input[type=email].p-input),:host([error]) ::slotted(input[type=month].p-input),:host([error]) ::slotted(input[type=number].p-input),:host([error]) ::slotted(input[type=password].p-input),:host([error]) ::slotted(input[type=tel].p-input),:host([error]) ::slotted(input[type=text].p-input),:host([error]) ::slotted(input[type=time].p-input){--tw-text-opacity:1;--tw-border-opacity:1!important;border-color:rgb(185 30 40/var(--tw-border-opacity))!important;color:rgb(138 15 29/var(--tw-text-opacity))}:host(.error) ::slotted(input[type=date].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=datetime-local].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=email].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=month].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=number].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=password].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=tel].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=text].p-input)::-moz-placeholder,:host(.error) ::slotted(input[type=time].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=date].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=datetime-local].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=email].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=month].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=number].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=password].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=tel].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=text].p-input)::-moz-placeholder,:host([error]) ::slotted(input[type=time].p-input)::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host(.error) ::slotted(input[type=date].p-input)::placeholder,:host(.error) ::slotted(input[type=datetime-local].p-input)::placeholder,:host(.error) ::slotted(input[type=email].p-input)::placeholder,:host(.error) ::slotted(input[type=month].p-input)::placeholder,:host(.error) ::slotted(input[type=number].p-input)::placeholder,:host(.error) ::slotted(input[type=password].p-input)::placeholder,:host(.error) ::slotted(input[type=tel].p-input)::placeholder,:host(.error) ::slotted(input[type=text].p-input)::placeholder,:host(.error) ::slotted(input[type=time].p-input)::placeholder,:host([error]) ::slotted(input[type=date].p-input)::placeholder,:host([error]) ::slotted(input[type=datetime-local].p-input)::placeholder,:host([error]) ::slotted(input[type=email].p-input)::placeholder,:host([error]) ::slotted(input[type=month].p-input)::placeholder,:host([error]) ::slotted(input[type=number].p-input)::placeholder,:host([error]) ::slotted(input[type=password].p-input)::placeholder,:host([error]) ::slotted(input[type=tel].p-input)::placeholder,:host([error]) ::slotted(input[type=text].p-input)::placeholder,:host([error]) ::slotted(input[type=time].p-input)::placeholder{--tw-text-opacity:1;color:rgb(255 204 211/var(--tw-text-opacity))}:host(.disabled) .prefix,:host(.disabled) .suffix,:host([disabled]) .prefix,:host([disabled]) .suffix{opacity:.4}:host(.disabled) ::slotted(input[type=date].p-input),:host(.disabled) ::slotted(input[type=datetime-local].p-input),:host(.disabled) ::slotted(input[type=email].p-input),:host(.disabled) ::slotted(input[type=month].p-input),:host(.disabled) ::slotted(input[type=number].p-input),:host(.disabled) ::slotted(input[type=password].p-input),:host(.disabled) ::slotted(input[type=tel].p-input),:host(.disabled) ::slotted(input[type=text].p-input),:host(.disabled) ::slotted(input[type=time].p-input),:host([disabled]) ::slotted(input[type=date].p-input),:host([disabled]) ::slotted(input[type=datetime-local].p-input),:host([disabled]) ::slotted(input[type=email].p-input),:host([disabled]) ::slotted(input[type=month].p-input),:host([disabled]) ::slotted(input[type=number].p-input),:host([disabled]) ::slotted(input[type=password].p-input),:host([disabled]) ::slotted(input[type=tel].p-input),:host([disabled]) ::slotted(input[type=text].p-input),:host([disabled]) ::slotted(input[type=time].p-input){opacity:.4;pointer-events:none}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";export{r as p_input_group}