@paperless/core 0.1.0-alpha.451 → 0.1.0-alpha.452
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 +11 -0
- package/dist/build/{p-b88c3a4d.entry.js → p-0829df6a.entry.js} +2 -2
- package/dist/build/p-0de9a851.entry.js +2 -0
- package/dist/build/{p-6124f388.entry.js → p-10106f7d.entry.js} +2 -2
- package/dist/build/p-2fe2d8ba.entry.js +2 -0
- package/dist/build/p-350d452b.entry.js +2 -0
- package/dist/build/{p-9328003b.entry.js → p-42921ce7.entry.js} +2 -2
- package/dist/build/{p-13a6730f.entry.js → p-45904a0c.entry.js} +2 -2
- package/dist/{paperless/p-cb2746e2.entry.js → build/p-75e8579f.entry.js} +2 -2
- package/dist/{paperless/p-f7ad4cc7.entry.js → build/p-807a0274.entry.js} +2 -2
- package/dist/build/{p-f7ad4cc7.entry.js.map → p-807a0274.entry.js.map} +1 -1
- package/dist/{paperless/p-b9f742e0.entry.js → build/p-b6be2f4b.entry.js} +2 -2
- package/dist/build/{p-955cdb0f.entry.js → p-c5721735.entry.js} +2 -2
- package/dist/{paperless/p-b92dd098.entry.js → build/p-c8dcbf30.entry.js} +2 -2
- package/dist/build/p-d3e95fbf.entry.js +2 -0
- package/dist/build/{p-c7ce0eeb.entry.js.map → p-d3e95fbf.entry.js.map} +1 -1
- package/dist/build/p-d8782e66.entry.js +2 -0
- package/dist/build/p-fbbd8229.entry.js +2 -0
- package/dist/build/paperless.css +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-attachment.cjs.entry.js +1 -1
- package/dist/cjs/p-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-button_3.cjs.entry.js.map +1 -1
- package/dist/cjs/p-calendar.cjs.entry.js +1 -1
- package/dist/cjs/p-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/p-divider.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown-menu-container.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/p-helper_3.cjs.entry.js +2 -2
- package/dist/cjs/p-helper_3.cjs.entry.js.map +1 -1
- package/dist/cjs/p-illustration_6.cjs.entry.js +5 -5
- package/dist/cjs/p-label_3.cjs.entry.js +3 -3
- package/dist/cjs/p-modal-body_4.cjs.entry.js +4 -4
- package/dist/cjs/p-page-size-select_3.cjs.entry.js +2 -2
- package/dist/cjs/p-table.cjs.entry.js +1 -1
- package/dist/cjs/p-tooltip.cjs.entry.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/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/label/label.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/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/molecules/attachment/attachment.component.css +1 -1
- package/dist/collection/components/molecules/calendar/calendar.component.css +1 -1
- package/dist/collection/components/molecules/datepicker/datepicker.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/input-group/input-group.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/table-cell/table-cell.component.css +1 -1
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
- package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
- package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
- package/dist/collection/components/organisms/table/table.component.css +1 -1
- package/dist/components/backdrop.component.js +1 -1
- package/dist/components/button.component.js +1 -1
- package/dist/components/calendar.component.js +1 -1
- package/dist/components/divider.component.js +1 -1
- package/dist/components/dropdown-menu-container.component.js +1 -1
- package/dist/components/dropdown-menu-item.component.js +1 -1
- package/dist/components/dropdown.component.js +1 -1
- package/dist/components/helper.component.js +1 -1
- package/dist/components/icon.component.js +1 -1
- package/dist/components/icon.component.js.map +1 -1
- package/dist/components/input-group.component.js +1 -1
- package/dist/components/input-group.component.js.map +1 -1
- package/dist/components/label.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-attachment.js +1 -1
- package/dist/components/p-datepicker.js +1 -1
- package/dist/components/p-table.js +1 -1
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/pagination.component.js +1 -1
- package/dist/components/segment-container.component.js +1 -1
- package/dist/components/segment-item.component.js +1 -1
- package/dist/components/table-cell.component.js +1 -1
- package/dist/components/table-container.component.js +1 -1
- package/dist/components/table-footer.component.js +1 -1
- package/dist/components/table-header.component.js +1 -1
- package/dist/components/table-row.component.js +1 -1
- package/dist/components/tooltip.component.js +1 -1
- package/dist/esm/p-attachment.entry.js +1 -1
- package/dist/esm/p-backdrop.entry.js +1 -1
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-button_3.entry.js.map +1 -1
- package/dist/esm/p-calendar.entry.js +1 -1
- package/dist/esm/p-datepicker.entry.js +1 -1
- package/dist/esm/p-divider.entry.js +1 -1
- package/dist/esm/p-dropdown-menu-container.entry.js +1 -1
- package/dist/esm/p-dropdown_2.entry.js +2 -2
- package/dist/esm/p-helper_3.entry.js +2 -2
- package/dist/esm/p-helper_3.entry.js.map +1 -1
- package/dist/esm/p-illustration_6.entry.js +5 -5
- package/dist/esm/p-label_3.entry.js +3 -3
- package/dist/esm/p-modal-body_4.entry.js +4 -4
- package/dist/esm/p-page-size-select_3.entry.js +2 -2
- package/dist/esm/p-table.entry.js +1 -1
- package/dist/esm/p-tooltip.entry.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/{p-b88c3a4d.entry.js → p-0829df6a.entry.js} +2 -2
- package/dist/paperless/p-0de9a851.entry.js +2 -0
- package/dist/paperless/{p-6124f388.entry.js → p-10106f7d.entry.js} +2 -2
- package/dist/paperless/p-2fe2d8ba.entry.js +2 -0
- package/dist/paperless/p-350d452b.entry.js +2 -0
- package/dist/paperless/{p-9328003b.entry.js → p-42921ce7.entry.js} +2 -2
- package/dist/paperless/{p-13a6730f.entry.js → p-45904a0c.entry.js} +2 -2
- package/dist/{build/p-cb2746e2.entry.js → paperless/p-75e8579f.entry.js} +2 -2
- package/dist/{build/p-f7ad4cc7.entry.js → paperless/p-807a0274.entry.js} +2 -2
- package/dist/paperless/{p-f7ad4cc7.entry.js.map → p-807a0274.entry.js.map} +1 -1
- package/dist/{build/p-b9f742e0.entry.js → paperless/p-b6be2f4b.entry.js} +2 -2
- package/dist/paperless/{p-955cdb0f.entry.js → p-c5721735.entry.js} +2 -2
- package/dist/{build/p-b92dd098.entry.js → paperless/p-c8dcbf30.entry.js} +2 -2
- package/dist/paperless/p-d3e95fbf.entry.js +2 -0
- package/dist/paperless/{p-c7ce0eeb.entry.js.map → p-d3e95fbf.entry.js.map} +1 -1
- package/dist/paperless/p-d8782e66.entry.js +2 -0
- package/dist/paperless/p-fbbd8229.entry.js +2 -0
- package/dist/paperless/paperless.css +25 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/style/form/_mixins.scss +4 -0
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/hydrate/index.js +29 -29
- package/package.json +1 -1
- package/dist/build/p-57a1b2c4.entry.js +0 -2
- package/dist/build/p-69263e17.entry.js +0 -2
- package/dist/build/p-a25056f0.entry.js +0 -2
- package/dist/build/p-afb8771e.entry.js +0 -2
- package/dist/build/p-c7ce0eeb.entry.js +0 -2
- package/dist/build/p-e86d60f1.entry.js +0 -2
- package/dist/paperless/p-57a1b2c4.entry.js +0 -2
- package/dist/paperless/p-69263e17.entry.js +0 -2
- package/dist/paperless/p-a25056f0.entry.js +0 -2
- package/dist/paperless/p-afb8771e.entry.js +0 -2
- package/dist/paperless/p-c7ce0eeb.entry.js +0 -2
- package/dist/paperless/p-e86d60f1.entry.js +0 -2
- /package/dist/build/{p-b88c3a4d.entry.js.map → p-0829df6a.entry.js.map} +0 -0
- /package/dist/build/{p-e86d60f1.entry.js.map → p-0de9a851.entry.js.map} +0 -0
- /package/dist/build/{p-6124f388.entry.js.map → p-10106f7d.entry.js.map} +0 -0
- /package/dist/build/{p-a25056f0.entry.js.map → p-2fe2d8ba.entry.js.map} +0 -0
- /package/dist/build/{p-69263e17.entry.js.map → p-350d452b.entry.js.map} +0 -0
- /package/dist/build/{p-9328003b.entry.js.map → p-42921ce7.entry.js.map} +0 -0
- /package/dist/build/{p-13a6730f.entry.js.map → p-45904a0c.entry.js.map} +0 -0
- /package/dist/build/{p-cb2746e2.entry.js.map → p-75e8579f.entry.js.map} +0 -0
- /package/dist/build/{p-b9f742e0.entry.js.map → p-b6be2f4b.entry.js.map} +0 -0
- /package/dist/build/{p-955cdb0f.entry.js.map → p-c5721735.entry.js.map} +0 -0
- /package/dist/build/{p-b92dd098.entry.js.map → p-c8dcbf30.entry.js.map} +0 -0
- /package/dist/build/{p-afb8771e.entry.js.map → p-d8782e66.entry.js.map} +0 -0
- /package/dist/build/{p-57a1b2c4.entry.js.map → p-fbbd8229.entry.js.map} +0 -0
- /package/dist/paperless/{p-b88c3a4d.entry.js.map → p-0829df6a.entry.js.map} +0 -0
- /package/dist/paperless/{p-e86d60f1.entry.js.map → p-0de9a851.entry.js.map} +0 -0
- /package/dist/paperless/{p-6124f388.entry.js.map → p-10106f7d.entry.js.map} +0 -0
- /package/dist/paperless/{p-a25056f0.entry.js.map → p-2fe2d8ba.entry.js.map} +0 -0
- /package/dist/paperless/{p-69263e17.entry.js.map → p-350d452b.entry.js.map} +0 -0
- /package/dist/paperless/{p-9328003b.entry.js.map → p-42921ce7.entry.js.map} +0 -0
- /package/dist/paperless/{p-13a6730f.entry.js.map → p-45904a0c.entry.js.map} +0 -0
- /package/dist/paperless/{p-cb2746e2.entry.js.map → p-75e8579f.entry.js.map} +0 -0
- /package/dist/paperless/{p-b9f742e0.entry.js.map → p-b6be2f4b.entry.js.map} +0 -0
- /package/dist/paperless/{p-955cdb0f.entry.js.map → p-c5721735.entry.js.map} +0 -0
- /package/dist/paperless/{p-b92dd098.entry.js.map → p-c8dcbf30.entry.js.map} +0 -0
- /package/dist/paperless/{p-afb8771e.entry.js.map → p-d8782e66.entry.js.map} +0 -0
- /package/dist/paperless/{p-57a1b2c4.entry.js.map → p-fbbd8229.entry.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.452](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.451...v0.1.0-alpha.452) (2023-05-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Atoms/Input:** Fix placeholder text size for small variant ([aae512a](https://github.com/ionic-team/stencil-component-starter/commit/aae512a7f4b91211e6b851a306c62834d010f749))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [0.1.0-alpha.451](https://github.com/ionic-team/stencil-component-starter/compare/v0.1.0-alpha.450...v0.1.0-alpha.451) (2023-05-12)
|
|
7
18
|
|
|
8
19
|
|