@limetech/lime-crm-building-blocks 1.36.3 → 1.38.0
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 +17 -0
- package/dist/cjs/_getTag-ef492822.js +748 -0
- package/dist/cjs/factory-fd0067f9.js +878 -0
- package/dist/cjs/{index-ccc44b16.js → index-7008b946.js} +23 -2
- package/dist/cjs/lime-crm-building-blocks.cjs.js +2 -2
- package/dist/cjs/limebb-browser.cjs.entry.js +2 -2
- package/dist/cjs/limebb-currency-picker.cjs.entry.js +2 -2
- package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
- package/dist/cjs/limebb-date-picker.cjs.entry.js +2 -2
- package/dist/cjs/limebb-date-range.cjs.entry.js +1 -1
- package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +2 -2
- package/dist/cjs/limebb-feed.cjs.entry.js +2 -2
- package/dist/cjs/limebb-icon-picker.cjs.entry.js +1 -1
- package/dist/cjs/limebb-info-tile.cjs.entry.js +270 -0
- package/dist/cjs/limebb-kanban-column.cjs.entry.js +46 -0
- package/dist/cjs/limebb-kanban-item.cjs.entry.js +19 -0
- package/dist/cjs/limebb-kanban.cjs.entry.js +60 -0
- package/dist/cjs/limebb-limeobject-file-viewer.cjs.entry.js +5 -877
- package/dist/cjs/limebb-locale-picker.cjs.entry.js +45 -773
- package/dist/cjs/limebb-navigation-button.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{types-3a79f256.js → types-be0cc46f.js} +12 -0
- package/dist/collection/collection-manifest.json +4 -0
- package/dist/collection/components/feed/feed.js +0 -1
- package/dist/collection/components/info-tile/info-tile.css +11 -0
- package/dist/collection/components/info-tile/info-tile.js +336 -0
- package/dist/collection/components/info-tile/loader.js +60 -0
- package/dist/collection/components/kanban/index.js +1 -0
- package/dist/collection/components/kanban/kanban-column/kanban-column.css +30 -0
- package/dist/collection/components/kanban/kanban-column/kanban-column.js +158 -0
- package/dist/collection/components/kanban/kanban-item/kanban-item.css +11 -0
- package/dist/collection/components/kanban/kanban-item/kanban-item.js +95 -0
- package/dist/collection/components/kanban/kanban-item/kanban-item.types.js +1 -0
- package/dist/collection/components/kanban/kanban.css +18 -0
- package/dist/collection/components/kanban/kanban.js +179 -0
- package/dist/collection/components/kanban/kanban.types.js +1 -0
- package/dist/collection/components/limeobject/index.js +1 -0
- package/dist/collection/components/limeobject/limeobject.types.js +1 -0
- package/dist/components/_getTag.js +730 -0
- package/dist/components/factory.js +876 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +4 -0
- package/dist/components/kanban-column.js +69 -0
- package/dist/components/kanban-item.js +34 -0
- package/dist/components/limebb-info-tile.d.ts +11 -0
- package/dist/components/limebb-info-tile.js +299 -0
- package/dist/components/limebb-kanban-column.d.ts +11 -0
- package/dist/components/limebb-kanban-column.js +6 -0
- package/dist/components/limebb-kanban-item.d.ts +11 -0
- package/dist/components/limebb-kanban-item.js +6 -0
- package/dist/components/limebb-kanban.d.ts +11 -0
- package/dist/components/limebb-kanban.js +92 -0
- package/dist/components/limebb-limeobject-file-viewer.js +2 -874
- package/dist/components/limebb-locale-picker.js +8 -736
- package/dist/components/types.js +12 -1
- package/dist/esm/_getTag-8b9b1539.js +730 -0
- package/dist/esm/factory-ffc6980d.js +876 -0
- package/dist/esm/{index-8468022a.js → index-a6fbb3c9.js} +23 -2
- package/dist/esm/lime-crm-building-blocks.js +2 -2
- package/dist/esm/limebb-browser.entry.js +2 -2
- package/dist/esm/limebb-currency-picker.entry.js +2 -2
- package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
- package/dist/esm/limebb-date-picker.entry.js +2 -2
- package/dist/esm/limebb-date-range.entry.js +1 -1
- package/dist/esm/limebb-feed-timeline-item.entry.js +2 -2
- package/dist/esm/limebb-feed.entry.js +2 -2
- package/dist/esm/limebb-icon-picker.entry.js +1 -1
- package/dist/esm/limebb-info-tile.entry.js +266 -0
- package/dist/esm/limebb-kanban-column.entry.js +42 -0
- package/dist/esm/limebb-kanban-item.entry.js +15 -0
- package/dist/esm/limebb-kanban.entry.js +56 -0
- package/dist/esm/limebb-limeobject-file-viewer.entry.js +3 -875
- package/dist/esm/limebb-locale-picker.entry.js +10 -738
- package/dist/esm/limebb-navigation-button.entry.js +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/{types-f0e027dc.js → types-893ec090.js} +12 -1
- package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
- package/dist/lime-crm-building-blocks/{p-11eb7b1e.js → p-13fbb595.js} +1 -1
- package/dist/lime-crm-building-blocks/p-3db9cbbd.entry.js +1 -0
- package/dist/lime-crm-building-blocks/{p-ef70e987.entry.js → p-3e1506ac.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-df53b19d.entry.js → p-405f380d.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/p-44d3abc4.entry.js +1 -0
- package/dist/lime-crm-building-blocks/{p-1895e593.entry.js → p-58482c57.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-ac7c2a10.entry.js → p-60731d13.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/p-60c7e312.js +1 -0
- package/dist/lime-crm-building-blocks/p-651ec423.js +2 -0
- package/dist/lime-crm-building-blocks/{p-68e4fc72.entry.js → p-825d2dd6.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/p-864dfee7.js +1 -0
- package/dist/lime-crm-building-blocks/p-8e1b1daf.entry.js +1 -0
- package/dist/lime-crm-building-blocks/p-a5d6af9a.entry.js +1 -0
- package/dist/lime-crm-building-blocks/{p-71a0802f.entry.js → p-b11a9857.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-16969305.entry.js → p-bc78c477.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/p-c443726a.entry.js +1 -0
- package/dist/lime-crm-building-blocks/{p-af734874.entry.js → p-dd6cef88.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-31828dc2.entry.js → p-e196edda.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/p-e357c7f0.entry.js +1 -0
- package/dist/types/components/info-tile/info-tile.d.ts +61 -0
- package/dist/types/components/info-tile/loader.d.ts +13 -0
- package/dist/types/components/kanban/index.d.ts +2 -0
- package/dist/types/components/kanban/kanban-column/kanban-column.d.ts +34 -0
- package/dist/types/components/kanban/kanban-item/kanban-item.d.ts +24 -0
- package/dist/types/components/kanban/kanban-item/kanban-item.types.d.ts +7 -0
- package/dist/types/components/kanban/kanban.d.ts +46 -0
- package/dist/types/components/kanban/kanban.types.d.ts +4 -0
- package/dist/types/components/limeobject/index.d.ts +1 -0
- package/dist/types/components/limeobject/limeobject.types.d.ts +4 -0
- package/dist/types/components.d.ts +250 -1
- package/package.json +18 -14
- package/dist/lime-crm-building-blocks/p-09a9a5fa.js +0 -2
- package/dist/lime-crm-building-blocks/p-1073b2c2.entry.js +0 -1
- package/dist/lime-crm-building-blocks/p-1bd3523d.entry.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [1.38.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.37.0...v1.38.0) (2024-08-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **kanban:** add new private component ([d876fd9](https://github.com/Lundalogik/lime-crm-building-blocks/commit/d876fd97d395658c07373e00fdf6909ff901a23c))
|
|
8
|
+
|
|
9
|
+
## [1.37.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.36.3...v1.37.0) (2024-08-07)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* **info-tile:** add info-tile component ([8d10a13](https://github.com/Lundalogik/lime-crm-building-blocks/commit/8d10a13ff0a7bd7406a8347629f7b192cdeee5e9)), closes [Lundalogik/crm-feature#4271](https://github.com/Lundalogik/crm-feature/issues/4271)
|
|
16
|
+
* **limeobject:** add interface for object identifier ([17d2975](https://github.com/Lundalogik/lime-crm-building-blocks/commit/17d2975f0adc90ef19bd5cc58685abd82e5086e9))
|
|
17
|
+
|
|
1
18
|
### [1.36.3](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.36.2...v1.36.3) (2024-08-02)
|
|
2
19
|
|
|
3
20
|
|