@limetech/lime-crm-building-blocks 1.121.0 → 1.122.1
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 +14 -0
- package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
- package/dist/cjs/limebb-icon-picker.cjs.entry.js +162 -0
- package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +1 -1
- package/dist/collection/components/dashboard-widget/dashboard-widget.css +7 -0
- package/dist/collection/components/dashboard-widget/dashboard-widget.js +1 -1
- package/dist/collection/components/info-tile/info-tile.js +1 -1
- package/dist/collection/components/summary-popover/summary-popover.js +2 -2
- package/dist/components/limebb-dashboard-widget.js +1 -1
- package/dist/components/limebb-icon-picker.js +1 -1
- package/dist/components/summary-popover.js +1 -1
- package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
- package/dist/esm/limebb-icon-picker.entry.js +162 -0
- package/dist/esm/limebb-navigation-button_2.entry.js +1 -1
- package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
- package/dist/lime-crm-building-blocks/{p-cee4e6a6.entry.js → p-565d5cfa.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-655968ce.entry.js → p-5b236a9c.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-d153e06d.entry.js → p-61791842.entry.js} +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.122.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.122.0...v1.122.1) (2026-05-11)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
* **sommary-popover:** enable download button in file preview ([0da4fb3](https://github.com/Lundalogik/lime-crm-building-blocks/commit/0da4fb3d6898c2ab6782613ccc09fd5fb58693e1))
|
|
7
|
+
|
|
8
|
+
## [1.122.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.121.0...v1.122.0) (2026-05-06)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
* **dashboard-widget:** inherit header background on slotted navigation buttons ([4720f6e](https://github.com/Lundalogik/lime-crm-building-blocks/commit/4720f6e3e31a0c15d7cecface2768988ebe19c2b))
|
|
14
|
+
|
|
1
15
|
## [1.121.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.120.1...v1.121.0) (2026-05-06)
|
|
2
16
|
|
|
3
17
|
### Features
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var index = require('./index-C_OnxXhP.js');
|
|
4
4
|
|
|
5
|
-
const dashboardWidgetCss = () => `:host(limebb-dashboard-widget){--dashboard-widget-background-color:var( --start-page-grid-widget-background-color, rgb(var(--contrast-100)) );--header-icon-color:var(--dashboard-widget-icon-color);--header-background-color:var( --dashboard-widget-header-background-color, var(--start-page-grid-widget-header-color) );--dashboard-widget-border-radius:var( --start-page-grid-widget-border-radius, 1rem );--header-top-right-left-border-radius:0;display:flex;flex-direction:column;border-radius:var(--dashboard-widget-border-radius);background-color:var(--dashboard-widget-background-color);height:100%;width:100%;overflow:hidden}`;
|
|
5
|
+
const dashboardWidgetCss = () => `:host(limebb-dashboard-widget){--dashboard-widget-background-color:var( --start-page-grid-widget-background-color, rgb(var(--contrast-100)) );--header-icon-color:var(--dashboard-widget-icon-color);--header-background-color:var( --dashboard-widget-header-background-color, var(--start-page-grid-widget-header-color) );--dashboard-widget-border-radius:var( --start-page-grid-widget-border-radius, 1rem );--header-top-right-left-border-radius:0;display:flex;flex-direction:column;border-radius:var(--dashboard-widget-border-radius);background-color:var(--dashboard-widget-background-color);height:100%;width:100%;overflow:hidden}::slotted(limebb-navigation-button[slot=header-actions]){--navigation-button-background-color:var( --dashboard-widget-header-background-color, var(--start-page-grid-widget-header-color, rgb(var(--contrast-300))) )}`;
|
|
6
6
|
|
|
7
7
|
const DashboardComponent = class {
|
|
8
8
|
constructor(hostRef) {
|
|
@@ -52943,6 +52943,168 @@ var icons = [
|
|
|
52943
52943
|
id: "-lime-column-1-3.svg",
|
|
52944
52944
|
tags: [
|
|
52945
52945
|
]
|
|
52946
|
+
},
|
|
52947
|
+
{
|
|
52948
|
+
id: "-lime-rainbow.svg",
|
|
52949
|
+
tags: [
|
|
52950
|
+
]
|
|
52951
|
+
},
|
|
52952
|
+
{
|
|
52953
|
+
id: "-lime-flag-of-sweden.svg",
|
|
52954
|
+
tags: [
|
|
52955
|
+
]
|
|
52956
|
+
},
|
|
52957
|
+
{
|
|
52958
|
+
id: "-lime-flag-of-poland.svg",
|
|
52959
|
+
tags: [
|
|
52960
|
+
]
|
|
52961
|
+
},
|
|
52962
|
+
{
|
|
52963
|
+
id: "-lime-flag-of-norway.svg",
|
|
52964
|
+
tags: [
|
|
52965
|
+
]
|
|
52966
|
+
},
|
|
52967
|
+
{
|
|
52968
|
+
id: "-lime-flag-of-netherlands.svg",
|
|
52969
|
+
tags: [
|
|
52970
|
+
]
|
|
52971
|
+
},
|
|
52972
|
+
{
|
|
52973
|
+
id: "-lime-flag-of-great-britain.svg",
|
|
52974
|
+
tags: [
|
|
52975
|
+
]
|
|
52976
|
+
},
|
|
52977
|
+
{
|
|
52978
|
+
id: "-lime-flag-of-germany.svg",
|
|
52979
|
+
tags: [
|
|
52980
|
+
]
|
|
52981
|
+
},
|
|
52982
|
+
{
|
|
52983
|
+
id: "-lime-flag-of-france.svg",
|
|
52984
|
+
tags: [
|
|
52985
|
+
]
|
|
52986
|
+
},
|
|
52987
|
+
{
|
|
52988
|
+
id: "-lime-flag-of-finland.svg",
|
|
52989
|
+
tags: [
|
|
52990
|
+
]
|
|
52991
|
+
},
|
|
52992
|
+
{
|
|
52993
|
+
id: "-lime-flag-of-europe.svg",
|
|
52994
|
+
tags: [
|
|
52995
|
+
]
|
|
52996
|
+
},
|
|
52997
|
+
{
|
|
52998
|
+
id: "-lime-flag-of-denmark.svg",
|
|
52999
|
+
tags: [
|
|
53000
|
+
]
|
|
53001
|
+
},
|
|
53002
|
+
{
|
|
53003
|
+
id: "-lime-lgbt-flag.svg",
|
|
53004
|
+
tags: [
|
|
53005
|
+
"pride",
|
|
53006
|
+
"rainbow"
|
|
53007
|
+
]
|
|
53008
|
+
},
|
|
53009
|
+
{
|
|
53010
|
+
id: "-lime-flag-of-sweden-proportional.svg",
|
|
53011
|
+
tags: [
|
|
53012
|
+
]
|
|
53013
|
+
},
|
|
53014
|
+
{
|
|
53015
|
+
id: "-lime-flag-of-poland-proportional.svg",
|
|
53016
|
+
tags: [
|
|
53017
|
+
]
|
|
53018
|
+
},
|
|
53019
|
+
{
|
|
53020
|
+
id: "-lime-flag-of-norway-proportional.svg",
|
|
53021
|
+
tags: [
|
|
53022
|
+
]
|
|
53023
|
+
},
|
|
53024
|
+
{
|
|
53025
|
+
id: "-lime-flag-of-netherlands-proportional.svg",
|
|
53026
|
+
tags: [
|
|
53027
|
+
]
|
|
53028
|
+
},
|
|
53029
|
+
{
|
|
53030
|
+
id: "-lime-flag-of-great-britain-proportional.svg",
|
|
53031
|
+
tags: [
|
|
53032
|
+
]
|
|
53033
|
+
},
|
|
53034
|
+
{
|
|
53035
|
+
id: "-lime-flag-of-germany-proportional.svg",
|
|
53036
|
+
tags: [
|
|
53037
|
+
]
|
|
53038
|
+
},
|
|
53039
|
+
{
|
|
53040
|
+
id: "-lime-flag-of-france-proportional.svg",
|
|
53041
|
+
tags: [
|
|
53042
|
+
]
|
|
53043
|
+
},
|
|
53044
|
+
{
|
|
53045
|
+
id: "-lime-flag-of-finland-proportional.svg",
|
|
53046
|
+
tags: [
|
|
53047
|
+
]
|
|
53048
|
+
},
|
|
53049
|
+
{
|
|
53050
|
+
id: "-lime-flag-of-europe-proportional.svg",
|
|
53051
|
+
tags: [
|
|
53052
|
+
]
|
|
53053
|
+
},
|
|
53054
|
+
{
|
|
53055
|
+
id: "-lime-flag-of-denmark-proportional.svg",
|
|
53056
|
+
tags: [
|
|
53057
|
+
]
|
|
53058
|
+
},
|
|
53059
|
+
{
|
|
53060
|
+
id: "-lime-flag-of-sweden-proportional.svg",
|
|
53061
|
+
tags: [
|
|
53062
|
+
]
|
|
53063
|
+
},
|
|
53064
|
+
{
|
|
53065
|
+
id: "-lime-flag-of-poland-proportional.svg",
|
|
53066
|
+
tags: [
|
|
53067
|
+
]
|
|
53068
|
+
},
|
|
53069
|
+
{
|
|
53070
|
+
id: "-lime-flag-of-norway-proportional.svg",
|
|
53071
|
+
tags: [
|
|
53072
|
+
]
|
|
53073
|
+
},
|
|
53074
|
+
{
|
|
53075
|
+
id: "-lime-flag-of-netherlands-proportional.svg",
|
|
53076
|
+
tags: [
|
|
53077
|
+
]
|
|
53078
|
+
},
|
|
53079
|
+
{
|
|
53080
|
+
id: "-lime-flag-of-great-britain-proportional.svg",
|
|
53081
|
+
tags: [
|
|
53082
|
+
]
|
|
53083
|
+
},
|
|
53084
|
+
{
|
|
53085
|
+
id: "-lime-flag-of-germany-proportional.svg",
|
|
53086
|
+
tags: [
|
|
53087
|
+
]
|
|
53088
|
+
},
|
|
53089
|
+
{
|
|
53090
|
+
id: "-lime-flag-of-france-proportional.svg",
|
|
53091
|
+
tags: [
|
|
53092
|
+
]
|
|
53093
|
+
},
|
|
53094
|
+
{
|
|
53095
|
+
id: "-lime-flag-of-finland-proportional.svg",
|
|
53096
|
+
tags: [
|
|
53097
|
+
]
|
|
53098
|
+
},
|
|
53099
|
+
{
|
|
53100
|
+
id: "-lime-flag-of-europe-proportional.svg",
|
|
53101
|
+
tags: [
|
|
53102
|
+
]
|
|
53103
|
+
},
|
|
53104
|
+
{
|
|
53105
|
+
id: "-lime-flag-of-denmark-proportional.svg",
|
|
53106
|
+
tags: [
|
|
53107
|
+
]
|
|
52946
53108
|
}
|
|
52947
53109
|
];
|
|
52948
53110
|
|
|
@@ -149,7 +149,7 @@ const SummaryPopover = class {
|
|
|
149
149
|
borderRadius: '0.5rem',
|
|
150
150
|
minHeight: isPdf ? '20rem' : undefined,
|
|
151
151
|
};
|
|
152
|
-
return (index.h("limel-file-viewer", { slot: "component", style: style, url: this.file.href, filename: isUnsupported ? undefined : this.file.filename }));
|
|
152
|
+
return (index.h("limel-file-viewer", { slot: "component", style: style, url: this.file.href, filename: isUnsupported ? undefined : this.file.filename, allowDownload: true }));
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
SummaryPopover.currentOpenPopover = null;
|
|
@@ -25,4 +25,11 @@
|
|
|
25
25
|
height: 100%;
|
|
26
26
|
width: 100%;
|
|
27
27
|
overflow: hidden;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
::slotted(limebb-navigation-button[slot=header-actions]) {
|
|
31
|
+
--navigation-button-background-color: var(
|
|
32
|
+
--dashboard-widget-header-background-color,
|
|
33
|
+
var(--start-page-grid-widget-header-color, rgb(var(--contrast-300)))
|
|
34
|
+
);
|
|
28
35
|
}
|