@limetech/lime-crm-building-blocks 1.24.0 → 1.25.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 +8 -0
- package/dist/cjs/limebb-icon-picker.cjs.entry.js +100 -0
- package/dist/components/limebb-icon-picker.js +100 -0
- package/dist/esm/limebb-icon-picker.entry.js +100 -0
- package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
- package/dist/lime-crm-building-blocks/p-44a09a10.entry.js +1 -0
- package/package.json +2 -2
- package/dist/lime-crm-building-blocks/p-fc9f0b6f.entry.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.25.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.24.0...v1.25.0) (2023-12-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
* **packages:** upgrade `@lundalogik/lime-icons8` from 2.11.0 to 2.16.0 ([c6110f0](https://github.com/Lundalogik/lime-crm-building-blocks/commit/c6110f09a0cbbc7a031cc63f34bd1a55d43dab2d))
|
|
8
|
+
|
|
1
9
|
## [1.24.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.23.3...v1.24.0) (2023-12-27)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -5330,6 +5330,16 @@ const icons = [
|
|
|
5330
5330
|
tags: [
|
|
5331
5331
|
]
|
|
5332
5332
|
},
|
|
5333
|
+
{
|
|
5334
|
+
id: "csv-import.svg",
|
|
5335
|
+
tags: [
|
|
5336
|
+
]
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
id: "csv-export.svg",
|
|
5340
|
+
tags: [
|
|
5341
|
+
]
|
|
5342
|
+
},
|
|
5333
5343
|
{
|
|
5334
5344
|
id: "Ctrl.svg",
|
|
5335
5345
|
tags: [
|
|
@@ -19300,6 +19310,11 @@ const icons = [
|
|
|
19300
19310
|
tags: [
|
|
19301
19311
|
]
|
|
19302
19312
|
},
|
|
19313
|
+
{
|
|
19314
|
+
id: "smart_home.svg",
|
|
19315
|
+
tags: [
|
|
19316
|
+
]
|
|
19317
|
+
},
|
|
19303
19318
|
{
|
|
19304
19319
|
id: "smart_playlist.svg",
|
|
19305
19320
|
tags: [
|
|
@@ -24155,6 +24170,31 @@ const icons = [
|
|
|
24155
24170
|
tags: [
|
|
24156
24171
|
]
|
|
24157
24172
|
},
|
|
24173
|
+
{
|
|
24174
|
+
id: "xls-export.svg",
|
|
24175
|
+
tags: [
|
|
24176
|
+
]
|
|
24177
|
+
},
|
|
24178
|
+
{
|
|
24179
|
+
id: "xls-import.svg",
|
|
24180
|
+
tags: [
|
|
24181
|
+
]
|
|
24182
|
+
},
|
|
24183
|
+
{
|
|
24184
|
+
id: "xlsx.svg",
|
|
24185
|
+
tags: [
|
|
24186
|
+
]
|
|
24187
|
+
},
|
|
24188
|
+
{
|
|
24189
|
+
id: "xlsx-export.svg",
|
|
24190
|
+
tags: [
|
|
24191
|
+
]
|
|
24192
|
+
},
|
|
24193
|
+
{
|
|
24194
|
+
id: "xlsx-import.svg",
|
|
24195
|
+
tags: [
|
|
24196
|
+
]
|
|
24197
|
+
},
|
|
24158
24198
|
{
|
|
24159
24199
|
id: "xml_2.svg",
|
|
24160
24200
|
tags: [
|
|
@@ -24365,6 +24405,51 @@ const icons = [
|
|
|
24365
24405
|
tags: [
|
|
24366
24406
|
]
|
|
24367
24407
|
},
|
|
24408
|
+
{
|
|
24409
|
+
id: "-lime-dark-light-mode.svg",
|
|
24410
|
+
tags: [
|
|
24411
|
+
]
|
|
24412
|
+
},
|
|
24413
|
+
{
|
|
24414
|
+
id: "-lime-caret-top-left.svg",
|
|
24415
|
+
tags: [
|
|
24416
|
+
]
|
|
24417
|
+
},
|
|
24418
|
+
{
|
|
24419
|
+
id: "-lime-caret-top.svg",
|
|
24420
|
+
tags: [
|
|
24421
|
+
]
|
|
24422
|
+
},
|
|
24423
|
+
{
|
|
24424
|
+
id: "-lime-caret-top-right.svg",
|
|
24425
|
+
tags: [
|
|
24426
|
+
]
|
|
24427
|
+
},
|
|
24428
|
+
{
|
|
24429
|
+
id: "-lime-caret-right.svg",
|
|
24430
|
+
tags: [
|
|
24431
|
+
]
|
|
24432
|
+
},
|
|
24433
|
+
{
|
|
24434
|
+
id: "-lime-caret-bottom-right.svg",
|
|
24435
|
+
tags: [
|
|
24436
|
+
]
|
|
24437
|
+
},
|
|
24438
|
+
{
|
|
24439
|
+
id: "-lime-caret-bottom.svg",
|
|
24440
|
+
tags: [
|
|
24441
|
+
]
|
|
24442
|
+
},
|
|
24443
|
+
{
|
|
24444
|
+
id: "-lime-caret-bottom-left.svg",
|
|
24445
|
+
tags: [
|
|
24446
|
+
]
|
|
24447
|
+
},
|
|
24448
|
+
{
|
|
24449
|
+
id: "-lime-caret-left.svg",
|
|
24450
|
+
tags: [
|
|
24451
|
+
]
|
|
24452
|
+
},
|
|
24368
24453
|
{
|
|
24369
24454
|
id: "-lime-filter-previous.svg",
|
|
24370
24455
|
tags: [
|
|
@@ -24539,6 +24624,21 @@ const icons = [
|
|
|
24539
24624
|
id: "-lime-vertical-hierarchy.svg",
|
|
24540
24625
|
tags: [
|
|
24541
24626
|
]
|
|
24627
|
+
},
|
|
24628
|
+
{
|
|
24629
|
+
id: "whole_hand_right.svg",
|
|
24630
|
+
tags: [
|
|
24631
|
+
]
|
|
24632
|
+
},
|
|
24633
|
+
{
|
|
24634
|
+
id: "-lime-todo_list_add_next.svg",
|
|
24635
|
+
tags: [
|
|
24636
|
+
]
|
|
24637
|
+
},
|
|
24638
|
+
{
|
|
24639
|
+
id: "-lime-todo_list_add.svg",
|
|
24640
|
+
tags: [
|
|
24641
|
+
]
|
|
24542
24642
|
}
|
|
24543
24643
|
];
|
|
24544
24644
|
|
|
@@ -5326,6 +5326,16 @@ const icons = [
|
|
|
5326
5326
|
tags: [
|
|
5327
5327
|
]
|
|
5328
5328
|
},
|
|
5329
|
+
{
|
|
5330
|
+
id: "csv-import.svg",
|
|
5331
|
+
tags: [
|
|
5332
|
+
]
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
id: "csv-export.svg",
|
|
5336
|
+
tags: [
|
|
5337
|
+
]
|
|
5338
|
+
},
|
|
5329
5339
|
{
|
|
5330
5340
|
id: "Ctrl.svg",
|
|
5331
5341
|
tags: [
|
|
@@ -19296,6 +19306,11 @@ const icons = [
|
|
|
19296
19306
|
tags: [
|
|
19297
19307
|
]
|
|
19298
19308
|
},
|
|
19309
|
+
{
|
|
19310
|
+
id: "smart_home.svg",
|
|
19311
|
+
tags: [
|
|
19312
|
+
]
|
|
19313
|
+
},
|
|
19299
19314
|
{
|
|
19300
19315
|
id: "smart_playlist.svg",
|
|
19301
19316
|
tags: [
|
|
@@ -24151,6 +24166,31 @@ const icons = [
|
|
|
24151
24166
|
tags: [
|
|
24152
24167
|
]
|
|
24153
24168
|
},
|
|
24169
|
+
{
|
|
24170
|
+
id: "xls-export.svg",
|
|
24171
|
+
tags: [
|
|
24172
|
+
]
|
|
24173
|
+
},
|
|
24174
|
+
{
|
|
24175
|
+
id: "xls-import.svg",
|
|
24176
|
+
tags: [
|
|
24177
|
+
]
|
|
24178
|
+
},
|
|
24179
|
+
{
|
|
24180
|
+
id: "xlsx.svg",
|
|
24181
|
+
tags: [
|
|
24182
|
+
]
|
|
24183
|
+
},
|
|
24184
|
+
{
|
|
24185
|
+
id: "xlsx-export.svg",
|
|
24186
|
+
tags: [
|
|
24187
|
+
]
|
|
24188
|
+
},
|
|
24189
|
+
{
|
|
24190
|
+
id: "xlsx-import.svg",
|
|
24191
|
+
tags: [
|
|
24192
|
+
]
|
|
24193
|
+
},
|
|
24154
24194
|
{
|
|
24155
24195
|
id: "xml_2.svg",
|
|
24156
24196
|
tags: [
|
|
@@ -24361,6 +24401,51 @@ const icons = [
|
|
|
24361
24401
|
tags: [
|
|
24362
24402
|
]
|
|
24363
24403
|
},
|
|
24404
|
+
{
|
|
24405
|
+
id: "-lime-dark-light-mode.svg",
|
|
24406
|
+
tags: [
|
|
24407
|
+
]
|
|
24408
|
+
},
|
|
24409
|
+
{
|
|
24410
|
+
id: "-lime-caret-top-left.svg",
|
|
24411
|
+
tags: [
|
|
24412
|
+
]
|
|
24413
|
+
},
|
|
24414
|
+
{
|
|
24415
|
+
id: "-lime-caret-top.svg",
|
|
24416
|
+
tags: [
|
|
24417
|
+
]
|
|
24418
|
+
},
|
|
24419
|
+
{
|
|
24420
|
+
id: "-lime-caret-top-right.svg",
|
|
24421
|
+
tags: [
|
|
24422
|
+
]
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
id: "-lime-caret-right.svg",
|
|
24426
|
+
tags: [
|
|
24427
|
+
]
|
|
24428
|
+
},
|
|
24429
|
+
{
|
|
24430
|
+
id: "-lime-caret-bottom-right.svg",
|
|
24431
|
+
tags: [
|
|
24432
|
+
]
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
id: "-lime-caret-bottom.svg",
|
|
24436
|
+
tags: [
|
|
24437
|
+
]
|
|
24438
|
+
},
|
|
24439
|
+
{
|
|
24440
|
+
id: "-lime-caret-bottom-left.svg",
|
|
24441
|
+
tags: [
|
|
24442
|
+
]
|
|
24443
|
+
},
|
|
24444
|
+
{
|
|
24445
|
+
id: "-lime-caret-left.svg",
|
|
24446
|
+
tags: [
|
|
24447
|
+
]
|
|
24448
|
+
},
|
|
24364
24449
|
{
|
|
24365
24450
|
id: "-lime-filter-previous.svg",
|
|
24366
24451
|
tags: [
|
|
@@ -24535,6 +24620,21 @@ const icons = [
|
|
|
24535
24620
|
id: "-lime-vertical-hierarchy.svg",
|
|
24536
24621
|
tags: [
|
|
24537
24622
|
]
|
|
24623
|
+
},
|
|
24624
|
+
{
|
|
24625
|
+
id: "whole_hand_right.svg",
|
|
24626
|
+
tags: [
|
|
24627
|
+
]
|
|
24628
|
+
},
|
|
24629
|
+
{
|
|
24630
|
+
id: "-lime-todo_list_add_next.svg",
|
|
24631
|
+
tags: [
|
|
24632
|
+
]
|
|
24633
|
+
},
|
|
24634
|
+
{
|
|
24635
|
+
id: "-lime-todo_list_add.svg",
|
|
24636
|
+
tags: [
|
|
24637
|
+
]
|
|
24538
24638
|
}
|
|
24539
24639
|
];
|
|
24540
24640
|
|
|
@@ -5326,6 +5326,16 @@ const icons = [
|
|
|
5326
5326
|
tags: [
|
|
5327
5327
|
]
|
|
5328
5328
|
},
|
|
5329
|
+
{
|
|
5330
|
+
id: "csv-import.svg",
|
|
5331
|
+
tags: [
|
|
5332
|
+
]
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
id: "csv-export.svg",
|
|
5336
|
+
tags: [
|
|
5337
|
+
]
|
|
5338
|
+
},
|
|
5329
5339
|
{
|
|
5330
5340
|
id: "Ctrl.svg",
|
|
5331
5341
|
tags: [
|
|
@@ -19296,6 +19306,11 @@ const icons = [
|
|
|
19296
19306
|
tags: [
|
|
19297
19307
|
]
|
|
19298
19308
|
},
|
|
19309
|
+
{
|
|
19310
|
+
id: "smart_home.svg",
|
|
19311
|
+
tags: [
|
|
19312
|
+
]
|
|
19313
|
+
},
|
|
19299
19314
|
{
|
|
19300
19315
|
id: "smart_playlist.svg",
|
|
19301
19316
|
tags: [
|
|
@@ -24151,6 +24166,31 @@ const icons = [
|
|
|
24151
24166
|
tags: [
|
|
24152
24167
|
]
|
|
24153
24168
|
},
|
|
24169
|
+
{
|
|
24170
|
+
id: "xls-export.svg",
|
|
24171
|
+
tags: [
|
|
24172
|
+
]
|
|
24173
|
+
},
|
|
24174
|
+
{
|
|
24175
|
+
id: "xls-import.svg",
|
|
24176
|
+
tags: [
|
|
24177
|
+
]
|
|
24178
|
+
},
|
|
24179
|
+
{
|
|
24180
|
+
id: "xlsx.svg",
|
|
24181
|
+
tags: [
|
|
24182
|
+
]
|
|
24183
|
+
},
|
|
24184
|
+
{
|
|
24185
|
+
id: "xlsx-export.svg",
|
|
24186
|
+
tags: [
|
|
24187
|
+
]
|
|
24188
|
+
},
|
|
24189
|
+
{
|
|
24190
|
+
id: "xlsx-import.svg",
|
|
24191
|
+
tags: [
|
|
24192
|
+
]
|
|
24193
|
+
},
|
|
24154
24194
|
{
|
|
24155
24195
|
id: "xml_2.svg",
|
|
24156
24196
|
tags: [
|
|
@@ -24361,6 +24401,51 @@ const icons = [
|
|
|
24361
24401
|
tags: [
|
|
24362
24402
|
]
|
|
24363
24403
|
},
|
|
24404
|
+
{
|
|
24405
|
+
id: "-lime-dark-light-mode.svg",
|
|
24406
|
+
tags: [
|
|
24407
|
+
]
|
|
24408
|
+
},
|
|
24409
|
+
{
|
|
24410
|
+
id: "-lime-caret-top-left.svg",
|
|
24411
|
+
tags: [
|
|
24412
|
+
]
|
|
24413
|
+
},
|
|
24414
|
+
{
|
|
24415
|
+
id: "-lime-caret-top.svg",
|
|
24416
|
+
tags: [
|
|
24417
|
+
]
|
|
24418
|
+
},
|
|
24419
|
+
{
|
|
24420
|
+
id: "-lime-caret-top-right.svg",
|
|
24421
|
+
tags: [
|
|
24422
|
+
]
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
id: "-lime-caret-right.svg",
|
|
24426
|
+
tags: [
|
|
24427
|
+
]
|
|
24428
|
+
},
|
|
24429
|
+
{
|
|
24430
|
+
id: "-lime-caret-bottom-right.svg",
|
|
24431
|
+
tags: [
|
|
24432
|
+
]
|
|
24433
|
+
},
|
|
24434
|
+
{
|
|
24435
|
+
id: "-lime-caret-bottom.svg",
|
|
24436
|
+
tags: [
|
|
24437
|
+
]
|
|
24438
|
+
},
|
|
24439
|
+
{
|
|
24440
|
+
id: "-lime-caret-bottom-left.svg",
|
|
24441
|
+
tags: [
|
|
24442
|
+
]
|
|
24443
|
+
},
|
|
24444
|
+
{
|
|
24445
|
+
id: "-lime-caret-left.svg",
|
|
24446
|
+
tags: [
|
|
24447
|
+
]
|
|
24448
|
+
},
|
|
24364
24449
|
{
|
|
24365
24450
|
id: "-lime-filter-previous.svg",
|
|
24366
24451
|
tags: [
|
|
@@ -24535,6 +24620,21 @@ const icons = [
|
|
|
24535
24620
|
id: "-lime-vertical-hierarchy.svg",
|
|
24536
24621
|
tags: [
|
|
24537
24622
|
]
|
|
24623
|
+
},
|
|
24624
|
+
{
|
|
24625
|
+
id: "whole_hand_right.svg",
|
|
24626
|
+
tags: [
|
|
24627
|
+
]
|
|
24628
|
+
},
|
|
24629
|
+
{
|
|
24630
|
+
id: "-lime-todo_list_add_next.svg",
|
|
24631
|
+
tags: [
|
|
24632
|
+
]
|
|
24633
|
+
},
|
|
24634
|
+
{
|
|
24635
|
+
id: "-lime-todo_list_add.svg",
|
|
24636
|
+
tags: [
|
|
24637
|
+
]
|
|
24538
24638
|
}
|
|
24539
24639
|
];
|
|
24540
24640
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-2912b7e7.js";(()=>{const t=import.meta.url,l={};return""!==t&&(l.resourcesUrl=new URL(".",t).href),e(l)})().then((e=>t([["p-81bfe796",[[1,"limebb-date-range",{platform:[16],context:[16],startTime:[16],endTime:[16],startTimeLabel:[1,"start-time-label"],endTimeLabel:[1,"end-time-label"],language:[1],timeFormat:[1,"time-format"],type:[1]}]]],["p-6b4d3117",[[1,"limebb-feed",{platform:[16],context:[16],items:[16],emptyStateMessage:[1,"empty-state-message"],loading:[4],minutesOfProximity:[2,"minutes-of-proximity"],totalCount:[2,"total-count"]}]]],["p-86ded1d6",[[1,"limebb-currency-picker",{label:[513],platform:[16],currencies:[16],helperText:[513,"helper-text"],required:[516],readonly:[516],invalid:[516],disabled:[516],value:[8]}]]],["p-0f8928a9",[[1,"limebb-dashboard-widget",{heading:[513],subheading:[513],supportingText:[513,"supporting-text"],icon:[513]}]]],["p-
|
|
1
|
+
import{p as e,b as t}from"./p-2912b7e7.js";(()=>{const t=import.meta.url,l={};return""!==t&&(l.resourcesUrl=new URL(".",t).href),e(l)})().then((e=>t([["p-81bfe796",[[1,"limebb-date-range",{platform:[16],context:[16],startTime:[16],endTime:[16],startTimeLabel:[1,"start-time-label"],endTimeLabel:[1,"end-time-label"],language:[1],timeFormat:[1,"time-format"],type:[1]}]]],["p-6b4d3117",[[1,"limebb-feed",{platform:[16],context:[16],items:[16],emptyStateMessage:[1,"empty-state-message"],loading:[4],minutesOfProximity:[2,"minutes-of-proximity"],totalCount:[2,"total-count"]}]]],["p-86ded1d6",[[1,"limebb-currency-picker",{label:[513],platform:[16],currencies:[16],helperText:[513,"helper-text"],required:[516],readonly:[516],invalid:[516],disabled:[516],value:[8]}]]],["p-0f8928a9",[[1,"limebb-dashboard-widget",{heading:[513],subheading:[513],supportingText:[513,"supporting-text"],icon:[513]}]]],["p-44a09a10",[[1,"limebb-icon-picker",{value:[1],required:[4],readonly:[4],invalid:[4],disabled:[4],label:[1],helperText:[1,"helper-text"]}]]],["p-21414a6b",[[1,"limebb-locale-picker",{platform:[16],context:[16],value:[1],required:[4],disabled:[4],label:[1],helperText:[1,"helper-text"],readonly:[4],multipleChoice:[4,"multiple-choice"],allLanguages:[32]}]]],["p-6ad70097",[[1,"limebb-navigation-button",{href:[513],tooltipLabel:[513,"tooltip-label"],tooltipHelperLabel:[513,"tooltip-helper-label"],type:[513]}]]],["p-225c0001",[[1,"limebb-date-picker",{platform:[16],context:[16],disabled:[516],readonly:[516],invalid:[516],label:[513],placeholder:[513],helperText:[513,"helper-text"],required:[516],value:[1],type:[513]}]]],["p-6dc6addd",[[1,"limebb-feed-timeline-item",{platform:[16],context:[16],item:[16],type:[513],isBundled:[516,"is-bundled"],showMore:[32],isTall:[32]}]]]],e)));
|