@limetech/lime-crm-building-blocks 1.39.0 → 1.40.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/limebb-browser.cjs.entry.js +1 -1
  3. package/dist/cjs/limebb-currency-picker.cjs.entry.js +1 -1
  4. package/dist/cjs/limebb-date-picker.cjs.entry.js +1 -1
  5. package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +1 -1
  6. package/dist/cjs/limebb-feed.cjs.entry.js +1 -1
  7. package/dist/cjs/limebb-icon-picker.cjs.entry.js +35 -0
  8. package/dist/cjs/limebb-info-tile.cjs.entry.js +1 -1
  9. package/dist/cjs/limebb-kanban-column.cjs.entry.js +1 -1
  10. package/dist/cjs/limebb-limeobject-file-viewer.cjs.entry.js +1 -1
  11. package/dist/cjs/limebb-locale-picker.cjs.entry.js +1 -1
  12. package/dist/cjs/{types-be0cc46f.js → types-c7646c23.js} +49 -46
  13. package/dist/collection/util/basic-limetype-props.js +1 -0
  14. package/dist/components/limebb-icon-picker.js +35 -0
  15. package/dist/components/types.js +49 -46
  16. package/dist/esm/limebb-browser.entry.js +1 -1
  17. package/dist/esm/limebb-currency-picker.entry.js +1 -1
  18. package/dist/esm/limebb-date-picker.entry.js +1 -1
  19. package/dist/esm/limebb-feed-timeline-item.entry.js +1 -1
  20. package/dist/esm/limebb-feed.entry.js +1 -1
  21. package/dist/esm/limebb-icon-picker.entry.js +35 -0
  22. package/dist/esm/limebb-info-tile.entry.js +1 -1
  23. package/dist/esm/limebb-kanban-column.entry.js +1 -1
  24. package/dist/esm/limebb-limeobject-file-viewer.entry.js +1 -1
  25. package/dist/esm/limebb-locale-picker.entry.js +1 -1
  26. package/dist/esm/{types-893ec090.js → types-ab2df627.js} +49 -46
  27. package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
  28. package/dist/lime-crm-building-blocks/{p-e8e2c370.entry.js → p-03113a76.entry.js} +1 -1
  29. package/dist/lime-crm-building-blocks/{p-05c8174f.entry.js → p-0334f490.entry.js} +1 -1
  30. package/dist/lime-crm-building-blocks/{p-186bb066.entry.js → p-13521554.entry.js} +1 -1
  31. package/dist/lime-crm-building-blocks/{p-edc279ae.entry.js → p-2e373ea5.entry.js} +1 -1
  32. package/dist/lime-crm-building-blocks/{p-13fbb595.js → p-6588244c.js} +1 -1
  33. package/dist/lime-crm-building-blocks/{p-80c5ab71.entry.js → p-6a49e564.entry.js} +1 -1
  34. package/dist/lime-crm-building-blocks/{p-d84f657a.entry.js → p-832f45c2.entry.js} +1 -1
  35. package/dist/lime-crm-building-blocks/{p-f00025ae.entry.js → p-8d2b77e3.entry.js} +1 -1
  36. package/dist/lime-crm-building-blocks/{p-80741548.entry.js → p-9bf1ff4f.entry.js} +1 -1
  37. package/dist/lime-crm-building-blocks/{p-37180f51.entry.js → p-b992f9cf.entry.js} +1 -1
  38. package/dist/lime-crm-building-blocks/{p-937e86f1.entry.js → p-f0fb2a63.entry.js} +1 -1
  39. package/dist/types/components/feed/feed-item/feed-item.types.d.ts +3 -60
  40. package/dist/types/interface.d.ts +1 -0
  41. package/dist/types/util/basic-limetype-props.d.ts +94 -0
  42. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.40.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.39.0...v1.40.0) (2024-08-26)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **util:** create an interface for common properties of limetypes ([f811826](https://github.com/Lundalogik/lime-crm-building-blocks/commit/f811826126c6f18ac6da877ccb87c57627c5ae73))
8
+
1
9
  ## [1.39.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.38.3...v1.39.0) (2024-08-22)
2
10
 
3
11
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
  const negate = require('./negate-14a67e26.js');
8
8
 
9
9
  const ENTER = 'Enter';
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
 
8
8
  const nordicMarketCurrencies = [
9
9
  { secondaryText: 'Euro', text: 'EUR', icon: 'euro' },
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
 
8
8
  /**
9
9
  * Create a UTC date with the same values for year, month and day as the given
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
 
8
8
  const feedTimelineItemCss = "@charset \"UTF-8\";*{box-sizing:border-box}:host(limebb-feed-timeline-item){--limebb-feed-item-paddings:0.75rem;display:flex;gap:0.75rem;position:relative;isolation:isolate}:host(limebb-feed-timeline-item:hover) .timestamp{color:rgb(var(--contrast-1100))}:host(limebb-feed-timeline-item[is-bundled]:hover){--limebb-feed-item-timestamp-opacity-delay:0.5s}:host(limebb-feed-timeline-item[is-bundled]:hover) .timestamp{opacity:1}:host(limebb-feed-timeline-item[is-bundled]) .timestamp{opacity:0}.left:before{content:\"\";position:absolute;z-index:0;top:-0.25rem;bottom:-0.25rem;left:1rem;width:1px;background-color:rgb(var(--contrast-600));z-index:-1}.info{position:sticky;top:0.5rem;display:flex;flex-direction:column;align-items:center;gap:0.25rem}.right,.content{display:flex;flex-direction:column;flex-grow:1;min-width:0}.content{border-radius:1rem;gap:0.25rem;padding:var(--limebb-feed-item-paddings)}.header{position:relative;display:flex;gap:0.25rem;padding-bottom:0.25rem;margin-top:-0.25rem;color:rgb(var(--contrast-900));font-size:0.875rem}:host(.has-unpromoted-actions) .header{padding-right:2rem}.header limel-markdown{--markdown-hyperlink-color:var(--mdc-theme-primary);--markdown-hyperlink-color--hovered:rgb(var(--color-teal-light))}.heading{flex-grow:1;overflow:hidden;white-space:nowrap}.heading.expanded-heading{white-space:normal}button.expand-heading{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:rgb(var(--color-blue-default));background-color:transparent;border-radius:1rem;padding:0 0.25rem 0.25rem 0.25rem;height:1rem;white-space:nowrap}button.expand-heading:hover{color:rgb(var(--color-blue-default));background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.expand-heading:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}button.collapse-heading{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-normal);flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;width:1rem}button.collapse-heading:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.collapse-heading:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}button.collapse-heading:focus{outline:none}button.collapse-heading:focus-visible{outline:none;box-shadow:var(--shadow-depth-8-focused)}button.collapse-heading limel-icon{width:0.75rem}.unpromoted-actions-menu{position:absolute;top:0;right:0;z-index:1}.timestamp{transition:color 0.4s ease, opacity 0.2s ease;transition-delay:var(--limebb-feed-item-timestamp-opacity-delay, 0s);font-size:0.75rem;text-align:center;color:rgb(var(--contrast-800));background-color:var(--limebb-feed-background-color);padding:0.125rem 0;width:2rem}.icon{--icon-background-color:var(--limebb-feed-background-color);width:2rem;padding:0.125rem}:host(.has-author-picture) .icon{width:1.5rem}img{border-radius:50%;width:2rem;height:2rem;object-fit:cover;box-shadow:0 0 0 1px rgb(var(--contrast-600))}.author{font-weight:bold;text-decoration:none;white-space:nowrap}a.author{position:relative;cursor:pointer;transition:color 0.2s ease;color:var(--mdc-theme-primary)}a.author:before{transition:opacity 0.2s ease, transform 0.3s ease-out;content:\"\";position:absolute;inset:auto 0 0 0;width:calc(100% - 0.5rem);margin:auto;height:0.125rem;border-radius:1rem;background-color:currentColor;opacity:0;transform:scale(0.6)}a.author:hover{color:rgb(var(--color-teal-light))}a.author:hover:before{opacity:0.3;transform:scale(1)}limel-chip-set{--button-shadow-normal:none;margin-left:-1rem;margin-bottom:-0.5rem}limel-action-bar{--action-bar-item-height:1.75rem;transition:opacity 0.2s ease;justify-content:flex-start;opacity:0.8}.action-bar{display:grid;transition:grid-template-rows var(--limebb-feed-item-action-bar-grid-template-rows-transition-speed, 0.2s) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-feed-item-action-bar-grid-template-rows-transition-delay, 0s);grid-template-rows:var(--limebb-feed-item-action-bar-grid-template-rows, 1fr)}.action-bar-hider{overflow:hidden}limel-action-bar{transition:padding var(--limebb-feed-item-action-bar-grid-template-rows-transition-speed) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-feed-item-action-bar-grid-template-rows-transition-delay);padding-bottom:0.5rem}:host(limebb-feed-timeline-item:hover) .action-bar,:host(limebb-feed-timeline-item:focus-within) .action-bar,:host(limebb-feed-timeline-item:focus-visible) .action-bar{--limebb-feed-item-action-bar-grid-template-rows:1fr;will-change:grid-template-rows}:host(limebb-feed-timeline-item:hover) limel-action-bar,:host(limebb-feed-timeline-item:focus-within) limel-action-bar,:host(limebb-feed-timeline-item:focus-visible) limel-action-bar{will-change:opacity;opacity:1}:host(limebb-feed-timeline-item:hover){--limebb-feed-item-action-bar-grid-template-rows-transition-speed:0.46s;--limebb-feed-item-action-bar-grid-template-rows-transition-delay:0.5s}:host(limebb-feed-timeline-item.is-tall) .markdown-container{margin-bottom:0.5rem}:host(limebb-feed-timeline-item.is-tall) .body-text{--body-text-min-height-set-by-code:10rem;min-height:calc(var(--body-text-min-height-set-by-code) + 0.25rem)}:host(limebb-feed-timeline-item.is-tall) .body-text:after{transition:opacity 0.6s ease;content:\"\";opacity:0.26;pointer-events:none;position:absolute;bottom:-0.125rem;right:-0.125rem;left:-0.125rem;height:2.5rem;background:radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)) 0 100%, linear-gradient(to bottom, rgb(var(--limebb-feed-item-background-color), 0) 0%, rgb(var(--limebb-feed-item-background-color), 90%) 100%);background-repeat:no-repeat;background-size:100% 0.5rem, 100% 100%}:host(limebb-feed-timeline-item.is-tall.shows-less) .markdown-container{grid-template-rows:0fr}:host(limebb-feed-timeline-item.is-tall.shows-less) .body-text:after{opacity:1}:host(limebb-feed-timeline-item.is-tall.shows-more) .markdown-container{grid-template-rows:1fr}:host(limebb-feed-timeline-item.is-tall.shows-more) #show-more-button limel-icon{rotate:180deg}.markdown-container{position:relative;display:grid}.markdown-container:not(.opened){transition:grid-template-rows min(var(--body-text-height) * 1.2ms, 500ms) cubic-bezier(1, 0.09, 0, 0.89)}.body-text{display:block;overflow:hidden}#show-more-button{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-normal);z-index:1;position:absolute;right:0;bottom:-0.6rem;left:0;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:3rem;width:2rem;height:1rem}#show-more-button:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}#show-more-button:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}#show-more-button:focus{outline:none}#show-more-button:focus-visible{outline:none;box-shadow:var(--shadow-depth-8-focused)}#show-more-button limel-icon{transition:rotate 0.2s ease 0.5s;color:var(--mdc-theme-primary);width:0.75rem}:host(limebb-feed-timeline-item.is-clickable[ui=standard]) .content,:host(limebb-feed-timeline-item[ui=standard]) .content{background-color:rgb(var(--limebb-feed-item-background-color))}:host(limebb-feed-timeline-item[ui=emphasized]) .content{border:1px dashed rgb(var(--contrast-800))}:host(limebb-feed-timeline-item[ui=minimal]) limel-markdown{--markdown-hyperlink-color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) limel-markdown:hover{--markdown-hyperlink-color:rgb(var(--color-blue-default))}:host(limebb-feed-timeline-item[ui=minimal]) a.author{color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) .header:hover a.author{color:rgb(var(--color-blue-default))}:host(limebb-feed-timeline-item[ui=minimal]) .icon{color:rgb(var(--contrast-900)) !important}:host(limebb-feed-timeline-item[ui=minimal]) .body-text{color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) .body-text:hover{color:rgb(var(--contrast-1100))}:host(limebb-feed-timeline-item[ui=thread-message]) .content{border-radius:0;box-shadow:var(--button-shadow-normal);margin-bottom:0.25rem;background-color:var(--lime-elevated-surface-background-color)}:host(limebb-feed-timeline-item[ui=thread-message]) .header{padding-bottom:0.75rem;margin-bottom:0.25rem}:host(limebb-feed-timeline-item[ui=thread-message]) .header:before{content:\"\";position:absolute;top:calc(var(--limebb-feed-item-paddings) * -1 + 0.25rem);left:calc(var(--limebb-feed-item-paddings) * -1);right:calc(var(--limebb-feed-item-paddings) * -1);bottom:0;pointer-events:none;border-bottom:1px dashed rgb(var(--contrast-600))}:host(limebb-feed-timeline-item[ui=thread-message]) .thread-effects{transition:transform 0.2s ease;pointer-events:none;content:\"\";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;box-shadow:var(--button-shadow-normal);transform:translate3d(-0.225rem, -0.125rem, 0) rotate(1.5deg);background-color:rgb(var(--contrast-300))}:host(limebb-feed-timeline-item[ui=thread-message]) .content:hover .thread-effects{transform:translate3d(-0.325rem, -0.3rem, 0) rotate(1.5deg)}:host(limebb-feed-timeline-item.is-tall[ui=thread-message]) .body-text{--body-text-min-height-set-by-code:3rem;min-height:calc(var(--body-text-min-height-set-by-code) + 0.25rem)}.content{position:relative}.content:before,.content:after{content:\"\";position:absolute;top:1rem;bottom:1rem;left:-0.125rem;width:0.25rem;border-radius:0.25rem}.content:before{background-color:var(--color-code)}:host(limebb-feed-timeline-item[ui=emphasized]) .content:before,:host(limebb-feed-timeline-item[ui=emphasized]) .content:after{left:calc(-0.125rem - 0.5px)}:host(limebb-feed-timeline-item[ui=minimal]) .content:before{opacity:0.25}:host(limebb-feed-timeline-item[ui=minimal]) .content:after{opacity:0.5;background:repeating-linear-gradient(45deg, var(--color-code), var(--color-code) 0.5rem, transparent 0.5rem, transparent 1rem);background-size:0.25rem 100%;background-repeat:repeat-y;background-position:left;rotate:180deg}:host(limebb-feed-timeline-item[ui=thread-message]) .content:before{top:0.25rem;bottom:unset;height:1.75rem}:host(limebb-feed-timeline-item.is-clickable) .content{cursor:pointer;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:transparent}:host(limebb-feed-timeline-item.is-clickable) .content:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}:host(limebb-feed-timeline-item.is-clickable) .content:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}:host(limebb-feed-timeline-item.is-clickable) .content:hover{z-index:1}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
 
8
8
  function getRoundingMethod(method) {
9
9
  return (number) => {
@@ -24790,6 +24790,41 @@ const icons = [
24790
24790
  tags: [
24791
24791
  ]
24792
24792
  },
24793
+ {
24794
+ id: "cut-watermelon.svg",
24795
+ tags: [
24796
+ ]
24797
+ },
24798
+ {
24799
+ id: "lemon.svg",
24800
+ tags: [
24801
+ ]
24802
+ },
24803
+ {
24804
+ id: "lime.svg",
24805
+ tags: [
24806
+ ]
24807
+ },
24808
+ {
24809
+ id: "orange.svg",
24810
+ tags: [
24811
+ ]
24812
+ },
24813
+ {
24814
+ id: "pineapple.svg",
24815
+ tags: [
24816
+ ]
24817
+ },
24818
+ {
24819
+ id: "slice-of-watermelon.svg",
24820
+ tags: [
24821
+ ]
24822
+ },
24823
+ {
24824
+ id: "whole-watermelon.svg",
24825
+ tags: [
24826
+ ]
24827
+ },
24793
24828
  {
24794
24829
  id: "-lime-todo_list_add.svg",
24795
24830
  tags: [
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
  const factory = require('./factory-93430f8d.js');
8
8
  const _getTag = require('./_getTag-ef492822.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
 
8
8
  const kanbanColumnCss = ":host(limebb-kanban-column){--header-top-right-left-border-radius:0.5rem;scroll-snap-align:start;box-sizing:border-box;display:flex;flex-direction:column;border-radius:0.5rem;min-width:20rem;height:100%;background-color:rgb(var(--contrast-500))}:host(limebb-kanban-column.ungrouped-column){border:1px dashed rgb(var(--contrast-500));background-color:rgb(var(--contrast-200))}limel-header{flex-shrink:0}.items{flex-grow:1;display:flex;flex-direction:column;gap:0.5rem;padding:0.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}";
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
  const factory = require('./factory-93430f8d.js');
8
8
  const negate = require('./negate-14a67e26.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-5aaf6970.js');
6
- const types = require('./types-be0cc46f.js');
6
+ const types = require('./types-c7646c23.js');
7
7
  const _getTag = require('./_getTag-ef492822.js');
8
8
 
9
9
  /** `Object#toString` result references. */
@@ -9,8 +9,8 @@ const PlatformServiceName = {
9
9
  Route: 'route',
10
10
  };
11
11
 
12
- const SERVICE_NAME$m = 'state.limetypes';
13
- PlatformServiceName.LimeTypeRepository = SERVICE_NAME$m;
12
+ const SERVICE_NAME$n = 'state.limetypes';
13
+ PlatformServiceName.LimeTypeRepository = SERVICE_NAME$n;
14
14
 
15
15
  /******************************************************************************
16
16
  Copyright (c) Microsoft Corporation.
@@ -39,8 +39,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
39
39
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
40
40
  };
41
41
 
42
- const SERVICE_NAME$l = 'state.limeobjects';
43
- PlatformServiceName.LimeObjectRepository = SERVICE_NAME$l;
42
+ const SERVICE_NAME$m = 'state.limeobjects';
43
+ PlatformServiceName.LimeObjectRepository = SERVICE_NAME$m;
44
44
 
45
45
  /**
46
46
  * Events dispatched by the commandbus event middleware
@@ -138,8 +138,8 @@ function getCommandIds(value) {
138
138
  return Array.from(new Set(ids));
139
139
  }
140
140
 
141
- const SERVICE_NAME$k = 'commandBus';
142
- PlatformServiceName.CommandBus = SERVICE_NAME$k;
141
+ const SERVICE_NAME$l = 'commandBus';
142
+ PlatformServiceName.CommandBus = SERVICE_NAME$l;
143
143
 
144
144
  /**
145
145
  * Open a dialog for bulk creating limeobjects
@@ -301,26 +301,26 @@ const AggregateOperator = {
301
301
  Minimum: 'MIN',
302
302
  };
303
303
 
304
- const SERVICE_NAME$j = 'query';
305
- PlatformServiceName.Query = SERVICE_NAME$j;
304
+ const SERVICE_NAME$k = 'query';
305
+ PlatformServiceName.Query = SERVICE_NAME$k;
306
306
 
307
- const SERVICE_NAME$i = 'http';
308
- PlatformServiceName.Http = SERVICE_NAME$i;
307
+ const SERVICE_NAME$j = 'http';
308
+ PlatformServiceName.Http = SERVICE_NAME$j;
309
309
 
310
- const SERVICE_NAME$h = 'eventDispatcher';
311
- PlatformServiceName.EventDispatcher = SERVICE_NAME$h;
310
+ const SERVICE_NAME$i = 'eventDispatcher';
311
+ PlatformServiceName.EventDispatcher = SERVICE_NAME$i;
312
312
 
313
- const SERVICE_NAME$g = 'translate';
314
- PlatformServiceName.Translate = SERVICE_NAME$g;
313
+ const SERVICE_NAME$h = 'translate';
314
+ PlatformServiceName.Translate = SERVICE_NAME$h;
315
315
 
316
- const SERVICE_NAME$f = 'dialog';
317
- PlatformServiceName.Dialog = SERVICE_NAME$f;
316
+ const SERVICE_NAME$g = 'dialog';
317
+ PlatformServiceName.Dialog = SERVICE_NAME$g;
318
318
 
319
- const SERVICE_NAME$e = 'keybindingRegistry';
320
- PlatformServiceName.KeybindingRegistry = SERVICE_NAME$e;
319
+ const SERVICE_NAME$f = 'keybindingRegistry';
320
+ PlatformServiceName.KeybindingRegistry = SERVICE_NAME$f;
321
321
 
322
- const SERVICE_NAME$d = 'navigator';
323
- PlatformServiceName.Navigator = SERVICE_NAME$d;
322
+ const SERVICE_NAME$e = 'navigator';
323
+ PlatformServiceName.Navigator = SERVICE_NAME$e;
324
324
 
325
325
  /**
326
326
  * Navigates to a new location
@@ -337,11 +337,11 @@ NavigateCommand = __decorate([
337
337
  })
338
338
  ], NavigateCommand);
339
339
 
340
- const SERVICE_NAME$c = 'notifications';
341
- PlatformServiceName.Notification = SERVICE_NAME$c;
340
+ const SERVICE_NAME$d = 'notifications';
341
+ PlatformServiceName.Notification = SERVICE_NAME$d;
342
342
 
343
- const SERVICE_NAME$b = 'routeRegistry';
344
- PlatformServiceName.RouteRegistry = SERVICE_NAME$b;
343
+ const SERVICE_NAME$c = 'routeRegistry';
344
+ PlatformServiceName.RouteRegistry = SERVICE_NAME$c;
345
345
 
346
346
  /**
347
347
  * @public
@@ -397,38 +397,41 @@ var TaskEventType;
397
397
  TaskEventType["Failed"] = "task.failed";
398
398
  })(TaskEventType || (TaskEventType = {}));
399
399
 
400
- const SERVICE_NAME$a = 'state.tasks';
401
- PlatformServiceName.TaskRepository = SERVICE_NAME$a;
400
+ const SERVICE_NAME$b = 'state.tasks';
401
+ PlatformServiceName.TaskRepository = SERVICE_NAME$b;
402
402
 
403
- const SERVICE_NAME$9 = 'state.configs';
404
- PlatformServiceName.ConfigRepository = SERVICE_NAME$9;
403
+ const SERVICE_NAME$a = 'state.configs';
404
+ PlatformServiceName.ConfigRepository = SERVICE_NAME$a;
405
405
 
406
- const SERVICE_NAME$8 = 'state.device';
407
- PlatformServiceName.Device = SERVICE_NAME$8;
406
+ const SERVICE_NAME$9 = 'state.device';
407
+ PlatformServiceName.Device = SERVICE_NAME$9;
408
408
 
409
- const SERVICE_NAME$7 = 'state.filters';
410
- PlatformServiceName.FilterRepository = SERVICE_NAME$7;
409
+ const SERVICE_NAME$8 = 'state.filters';
410
+ PlatformServiceName.FilterRepository = SERVICE_NAME$8;
411
411
 
412
- const SERVICE_NAME$6 = 'state.user-data';
413
- PlatformServiceName.UserDataRepository = SERVICE_NAME$6;
412
+ const SERVICE_NAME$7 = 'state.user-data';
413
+ PlatformServiceName.UserDataRepository = SERVICE_NAME$7;
414
414
 
415
- const SERVICE_NAME$5 = 'state.application';
416
- PlatformServiceName.Application = SERVICE_NAME$5;
415
+ const SERVICE_NAME$6 = 'state.application';
416
+ PlatformServiceName.Application = SERVICE_NAME$6;
417
417
 
418
- const SERVICE_NAME$4 = 'userPreferences';
419
- PlatformServiceName.UserPreferencesRepository = SERVICE_NAME$4;
418
+ const SERVICE_NAME$5 = 'userPreferences';
419
+ PlatformServiceName.UserPreferencesRepository = SERVICE_NAME$5;
420
420
 
421
- const SERVICE_NAME$3 = 'datetimeformatter';
422
- PlatformServiceName.DateTimeFormatter = SERVICE_NAME$3;
421
+ const SERVICE_NAME$4 = 'datetimeformatter';
422
+ PlatformServiceName.DateTimeFormatter = SERVICE_NAME$4;
423
423
 
424
- const SERVICE_NAME$2 = 'conditionRegistry';
425
- PlatformServiceName.ConditionRegistry = SERVICE_NAME$2;
424
+ const SERVICE_NAME$3 = 'conditionRegistry';
425
+ PlatformServiceName.ConditionRegistry = SERVICE_NAME$3;
426
426
 
427
- const SERVICE_NAME$1 = 'viewFactoryRegistry';
428
- PlatformServiceName.ViewFactoryRegistry = SERVICE_NAME$1;
427
+ const SERVICE_NAME$2 = 'viewFactoryRegistry';
428
+ PlatformServiceName.ViewFactoryRegistry = SERVICE_NAME$2;
429
429
 
430
- const SERVICE_NAME = 'webComponentRegistry';
431
- PlatformServiceName.WebComponentRegistry = SERVICE_NAME;
430
+ const SERVICE_NAME$1 = 'webComponentRegistry';
431
+ PlatformServiceName.WebComponentRegistry = SERVICE_NAME$1;
432
+
433
+ const SERVICE_NAME = 'state.notifications';
434
+ PlatformServiceName.NotificationRepository = SERVICE_NAME;
432
435
 
433
436
  exports.AggregateOperator = AggregateOperator;
434
437
  exports.PlatformServiceName = PlatformServiceName;
@@ -0,0 +1 @@
1
+ export {};
@@ -24786,6 +24786,41 @@ const icons = [
24786
24786
  tags: [
24787
24787
  ]
24788
24788
  },
24789
+ {
24790
+ id: "cut-watermelon.svg",
24791
+ tags: [
24792
+ ]
24793
+ },
24794
+ {
24795
+ id: "lemon.svg",
24796
+ tags: [
24797
+ ]
24798
+ },
24799
+ {
24800
+ id: "lime.svg",
24801
+ tags: [
24802
+ ]
24803
+ },
24804
+ {
24805
+ id: "orange.svg",
24806
+ tags: [
24807
+ ]
24808
+ },
24809
+ {
24810
+ id: "pineapple.svg",
24811
+ tags: [
24812
+ ]
24813
+ },
24814
+ {
24815
+ id: "slice-of-watermelon.svg",
24816
+ tags: [
24817
+ ]
24818
+ },
24819
+ {
24820
+ id: "whole-watermelon.svg",
24821
+ tags: [
24822
+ ]
24823
+ },
24789
24824
  {
24790
24825
  id: "-lime-todo_list_add.svg",
24791
24826
  tags: [
@@ -7,8 +7,8 @@ const PlatformServiceName = {
7
7
  Route: 'route',
8
8
  };
9
9
 
10
- const SERVICE_NAME$m = 'state.limetypes';
11
- PlatformServiceName.LimeTypeRepository = SERVICE_NAME$m;
10
+ const SERVICE_NAME$n = 'state.limetypes';
11
+ PlatformServiceName.LimeTypeRepository = SERVICE_NAME$n;
12
12
 
13
13
  /******************************************************************************
14
14
  Copyright (c) Microsoft Corporation.
@@ -37,8 +37,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
37
37
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
38
38
  };
39
39
 
40
- const SERVICE_NAME$l = 'state.limeobjects';
41
- PlatformServiceName.LimeObjectRepository = SERVICE_NAME$l;
40
+ const SERVICE_NAME$m = 'state.limeobjects';
41
+ PlatformServiceName.LimeObjectRepository = SERVICE_NAME$m;
42
42
 
43
43
  /**
44
44
  * Events dispatched by the commandbus event middleware
@@ -136,8 +136,8 @@ function getCommandIds(value) {
136
136
  return Array.from(new Set(ids));
137
137
  }
138
138
 
139
- const SERVICE_NAME$k = 'commandBus';
140
- PlatformServiceName.CommandBus = SERVICE_NAME$k;
139
+ const SERVICE_NAME$l = 'commandBus';
140
+ PlatformServiceName.CommandBus = SERVICE_NAME$l;
141
141
 
142
142
  /**
143
143
  * Open a dialog for bulk creating limeobjects
@@ -299,26 +299,26 @@ const AggregateOperator = {
299
299
  Minimum: 'MIN',
300
300
  };
301
301
 
302
- const SERVICE_NAME$j = 'query';
303
- PlatformServiceName.Query = SERVICE_NAME$j;
302
+ const SERVICE_NAME$k = 'query';
303
+ PlatformServiceName.Query = SERVICE_NAME$k;
304
304
 
305
- const SERVICE_NAME$i = 'http';
306
- PlatformServiceName.Http = SERVICE_NAME$i;
305
+ const SERVICE_NAME$j = 'http';
306
+ PlatformServiceName.Http = SERVICE_NAME$j;
307
307
 
308
- const SERVICE_NAME$h = 'eventDispatcher';
309
- PlatformServiceName.EventDispatcher = SERVICE_NAME$h;
308
+ const SERVICE_NAME$i = 'eventDispatcher';
309
+ PlatformServiceName.EventDispatcher = SERVICE_NAME$i;
310
310
 
311
- const SERVICE_NAME$g = 'translate';
312
- PlatformServiceName.Translate = SERVICE_NAME$g;
311
+ const SERVICE_NAME$h = 'translate';
312
+ PlatformServiceName.Translate = SERVICE_NAME$h;
313
313
 
314
- const SERVICE_NAME$f = 'dialog';
315
- PlatformServiceName.Dialog = SERVICE_NAME$f;
314
+ const SERVICE_NAME$g = 'dialog';
315
+ PlatformServiceName.Dialog = SERVICE_NAME$g;
316
316
 
317
- const SERVICE_NAME$e = 'keybindingRegistry';
318
- PlatformServiceName.KeybindingRegistry = SERVICE_NAME$e;
317
+ const SERVICE_NAME$f = 'keybindingRegistry';
318
+ PlatformServiceName.KeybindingRegistry = SERVICE_NAME$f;
319
319
 
320
- const SERVICE_NAME$d = 'navigator';
321
- PlatformServiceName.Navigator = SERVICE_NAME$d;
320
+ const SERVICE_NAME$e = 'navigator';
321
+ PlatformServiceName.Navigator = SERVICE_NAME$e;
322
322
 
323
323
  /**
324
324
  * Navigates to a new location
@@ -335,11 +335,11 @@ NavigateCommand = __decorate([
335
335
  })
336
336
  ], NavigateCommand);
337
337
 
338
- const SERVICE_NAME$c = 'notifications';
339
- PlatformServiceName.Notification = SERVICE_NAME$c;
338
+ const SERVICE_NAME$d = 'notifications';
339
+ PlatformServiceName.Notification = SERVICE_NAME$d;
340
340
 
341
- const SERVICE_NAME$b = 'routeRegistry';
342
- PlatformServiceName.RouteRegistry = SERVICE_NAME$b;
341
+ const SERVICE_NAME$c = 'routeRegistry';
342
+ PlatformServiceName.RouteRegistry = SERVICE_NAME$c;
343
343
 
344
344
  /**
345
345
  * @public
@@ -395,37 +395,40 @@ var TaskEventType;
395
395
  TaskEventType["Failed"] = "task.failed";
396
396
  })(TaskEventType || (TaskEventType = {}));
397
397
 
398
- const SERVICE_NAME$a = 'state.tasks';
399
- PlatformServiceName.TaskRepository = SERVICE_NAME$a;
398
+ const SERVICE_NAME$b = 'state.tasks';
399
+ PlatformServiceName.TaskRepository = SERVICE_NAME$b;
400
400
 
401
- const SERVICE_NAME$9 = 'state.configs';
402
- PlatformServiceName.ConfigRepository = SERVICE_NAME$9;
401
+ const SERVICE_NAME$a = 'state.configs';
402
+ PlatformServiceName.ConfigRepository = SERVICE_NAME$a;
403
403
 
404
- const SERVICE_NAME$8 = 'state.device';
405
- PlatformServiceName.Device = SERVICE_NAME$8;
404
+ const SERVICE_NAME$9 = 'state.device';
405
+ PlatformServiceName.Device = SERVICE_NAME$9;
406
406
 
407
- const SERVICE_NAME$7 = 'state.filters';
408
- PlatformServiceName.FilterRepository = SERVICE_NAME$7;
407
+ const SERVICE_NAME$8 = 'state.filters';
408
+ PlatformServiceName.FilterRepository = SERVICE_NAME$8;
409
409
 
410
- const SERVICE_NAME$6 = 'state.user-data';
411
- PlatformServiceName.UserDataRepository = SERVICE_NAME$6;
410
+ const SERVICE_NAME$7 = 'state.user-data';
411
+ PlatformServiceName.UserDataRepository = SERVICE_NAME$7;
412
412
 
413
- const SERVICE_NAME$5 = 'state.application';
414
- PlatformServiceName.Application = SERVICE_NAME$5;
413
+ const SERVICE_NAME$6 = 'state.application';
414
+ PlatformServiceName.Application = SERVICE_NAME$6;
415
415
 
416
- const SERVICE_NAME$4 = 'userPreferences';
417
- PlatformServiceName.UserPreferencesRepository = SERVICE_NAME$4;
416
+ const SERVICE_NAME$5 = 'userPreferences';
417
+ PlatformServiceName.UserPreferencesRepository = SERVICE_NAME$5;
418
418
 
419
- const SERVICE_NAME$3 = 'datetimeformatter';
420
- PlatformServiceName.DateTimeFormatter = SERVICE_NAME$3;
419
+ const SERVICE_NAME$4 = 'datetimeformatter';
420
+ PlatformServiceName.DateTimeFormatter = SERVICE_NAME$4;
421
421
 
422
- const SERVICE_NAME$2 = 'conditionRegistry';
423
- PlatformServiceName.ConditionRegistry = SERVICE_NAME$2;
422
+ const SERVICE_NAME$3 = 'conditionRegistry';
423
+ PlatformServiceName.ConditionRegistry = SERVICE_NAME$3;
424
424
 
425
- const SERVICE_NAME$1 = 'viewFactoryRegistry';
426
- PlatformServiceName.ViewFactoryRegistry = SERVICE_NAME$1;
425
+ const SERVICE_NAME$2 = 'viewFactoryRegistry';
426
+ PlatformServiceName.ViewFactoryRegistry = SERVICE_NAME$2;
427
427
 
428
- const SERVICE_NAME = 'webComponentRegistry';
429
- PlatformServiceName.WebComponentRegistry = SERVICE_NAME;
428
+ const SERVICE_NAME$1 = 'webComponentRegistry';
429
+ PlatformServiceName.WebComponentRegistry = SERVICE_NAME$1;
430
+
431
+ const SERVICE_NAME = 'state.notifications';
432
+ PlatformServiceName.NotificationRepository = SERVICE_NAME;
430
433
 
431
434
  export { AggregateOperator as A, PlatformServiceName as P };
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
  import { n as negate } from './negate-a980a4fe.js';
4
4
 
5
5
  const ENTER = 'Enter';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
 
4
4
  const nordicMarketCurrencies = [
5
5
  { secondaryText: 'Euro', text: 'EUR', icon: 'euro' },
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
 
4
4
  /**
5
5
  * Create a UTC date with the same values for year, month and day as the given
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
 
4
4
  const feedTimelineItemCss = "@charset \"UTF-8\";*{box-sizing:border-box}:host(limebb-feed-timeline-item){--limebb-feed-item-paddings:0.75rem;display:flex;gap:0.75rem;position:relative;isolation:isolate}:host(limebb-feed-timeline-item:hover) .timestamp{color:rgb(var(--contrast-1100))}:host(limebb-feed-timeline-item[is-bundled]:hover){--limebb-feed-item-timestamp-opacity-delay:0.5s}:host(limebb-feed-timeline-item[is-bundled]:hover) .timestamp{opacity:1}:host(limebb-feed-timeline-item[is-bundled]) .timestamp{opacity:0}.left:before{content:\"\";position:absolute;z-index:0;top:-0.25rem;bottom:-0.25rem;left:1rem;width:1px;background-color:rgb(var(--contrast-600));z-index:-1}.info{position:sticky;top:0.5rem;display:flex;flex-direction:column;align-items:center;gap:0.25rem}.right,.content{display:flex;flex-direction:column;flex-grow:1;min-width:0}.content{border-radius:1rem;gap:0.25rem;padding:var(--limebb-feed-item-paddings)}.header{position:relative;display:flex;gap:0.25rem;padding-bottom:0.25rem;margin-top:-0.25rem;color:rgb(var(--contrast-900));font-size:0.875rem}:host(.has-unpromoted-actions) .header{padding-right:2rem}.header limel-markdown{--markdown-hyperlink-color:var(--mdc-theme-primary);--markdown-hyperlink-color--hovered:rgb(var(--color-teal-light))}.heading{flex-grow:1;overflow:hidden;white-space:nowrap}.heading.expanded-heading{white-space:normal}button.expand-heading{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:rgb(var(--color-blue-default));background-color:transparent;border-radius:1rem;padding:0 0.25rem 0.25rem 0.25rem;height:1rem;white-space:nowrap}button.expand-heading:hover{color:rgb(var(--color-blue-default));background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.expand-heading:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}button.collapse-heading{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-normal);flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;width:1rem}button.collapse-heading:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.collapse-heading:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}button.collapse-heading:focus{outline:none}button.collapse-heading:focus-visible{outline:none;box-shadow:var(--shadow-depth-8-focused)}button.collapse-heading limel-icon{width:0.75rem}.unpromoted-actions-menu{position:absolute;top:0;right:0;z-index:1}.timestamp{transition:color 0.4s ease, opacity 0.2s ease;transition-delay:var(--limebb-feed-item-timestamp-opacity-delay, 0s);font-size:0.75rem;text-align:center;color:rgb(var(--contrast-800));background-color:var(--limebb-feed-background-color);padding:0.125rem 0;width:2rem}.icon{--icon-background-color:var(--limebb-feed-background-color);width:2rem;padding:0.125rem}:host(.has-author-picture) .icon{width:1.5rem}img{border-radius:50%;width:2rem;height:2rem;object-fit:cover;box-shadow:0 0 0 1px rgb(var(--contrast-600))}.author{font-weight:bold;text-decoration:none;white-space:nowrap}a.author{position:relative;cursor:pointer;transition:color 0.2s ease;color:var(--mdc-theme-primary)}a.author:before{transition:opacity 0.2s ease, transform 0.3s ease-out;content:\"\";position:absolute;inset:auto 0 0 0;width:calc(100% - 0.5rem);margin:auto;height:0.125rem;border-radius:1rem;background-color:currentColor;opacity:0;transform:scale(0.6)}a.author:hover{color:rgb(var(--color-teal-light))}a.author:hover:before{opacity:0.3;transform:scale(1)}limel-chip-set{--button-shadow-normal:none;margin-left:-1rem;margin-bottom:-0.5rem}limel-action-bar{--action-bar-item-height:1.75rem;transition:opacity 0.2s ease;justify-content:flex-start;opacity:0.8}.action-bar{display:grid;transition:grid-template-rows var(--limebb-feed-item-action-bar-grid-template-rows-transition-speed, 0.2s) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-feed-item-action-bar-grid-template-rows-transition-delay, 0s);grid-template-rows:var(--limebb-feed-item-action-bar-grid-template-rows, 1fr)}.action-bar-hider{overflow:hidden}limel-action-bar{transition:padding var(--limebb-feed-item-action-bar-grid-template-rows-transition-speed) cubic-bezier(1, 0.09, 0, 0.89) var(--limebb-feed-item-action-bar-grid-template-rows-transition-delay);padding-bottom:0.5rem}:host(limebb-feed-timeline-item:hover) .action-bar,:host(limebb-feed-timeline-item:focus-within) .action-bar,:host(limebb-feed-timeline-item:focus-visible) .action-bar{--limebb-feed-item-action-bar-grid-template-rows:1fr;will-change:grid-template-rows}:host(limebb-feed-timeline-item:hover) limel-action-bar,:host(limebb-feed-timeline-item:focus-within) limel-action-bar,:host(limebb-feed-timeline-item:focus-visible) limel-action-bar{will-change:opacity;opacity:1}:host(limebb-feed-timeline-item:hover){--limebb-feed-item-action-bar-grid-template-rows-transition-speed:0.46s;--limebb-feed-item-action-bar-grid-template-rows-transition-delay:0.5s}:host(limebb-feed-timeline-item.is-tall) .markdown-container{margin-bottom:0.5rem}:host(limebb-feed-timeline-item.is-tall) .body-text{--body-text-min-height-set-by-code:10rem;min-height:calc(var(--body-text-min-height-set-by-code) + 0.25rem)}:host(limebb-feed-timeline-item.is-tall) .body-text:after{transition:opacity 0.6s ease;content:\"\";opacity:0.26;pointer-events:none;position:absolute;bottom:-0.125rem;right:-0.125rem;left:-0.125rem;height:2.5rem;background:radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)) 0 100%, linear-gradient(to bottom, rgb(var(--limebb-feed-item-background-color), 0) 0%, rgb(var(--limebb-feed-item-background-color), 90%) 100%);background-repeat:no-repeat;background-size:100% 0.5rem, 100% 100%}:host(limebb-feed-timeline-item.is-tall.shows-less) .markdown-container{grid-template-rows:0fr}:host(limebb-feed-timeline-item.is-tall.shows-less) .body-text:after{opacity:1}:host(limebb-feed-timeline-item.is-tall.shows-more) .markdown-container{grid-template-rows:1fr}:host(limebb-feed-timeline-item.is-tall.shows-more) #show-more-button limel-icon{rotate:180deg}.markdown-container{position:relative;display:grid}.markdown-container:not(.opened){transition:grid-template-rows min(var(--body-text-height) * 1.2ms, 500ms) cubic-bezier(1, 0.09, 0, 0.89)}.body-text{display:block;overflow:hidden}#show-more-button{all:unset;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-normal);z-index:1;position:absolute;right:0;bottom:-0.6rem;left:0;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:3rem;width:2rem;height:1rem}#show-more-button:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}#show-more-button:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}#show-more-button:focus{outline:none}#show-more-button:focus-visible{outline:none;box-shadow:var(--shadow-depth-8-focused)}#show-more-button limel-icon{transition:rotate 0.2s ease 0.5s;color:var(--mdc-theme-primary);width:0.75rem}:host(limebb-feed-timeline-item.is-clickable[ui=standard]) .content,:host(limebb-feed-timeline-item[ui=standard]) .content{background-color:rgb(var(--limebb-feed-item-background-color))}:host(limebb-feed-timeline-item[ui=emphasized]) .content{border:1px dashed rgb(var(--contrast-800))}:host(limebb-feed-timeline-item[ui=minimal]) limel-markdown{--markdown-hyperlink-color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) limel-markdown:hover{--markdown-hyperlink-color:rgb(var(--color-blue-default))}:host(limebb-feed-timeline-item[ui=minimal]) a.author{color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) .header:hover a.author{color:rgb(var(--color-blue-default))}:host(limebb-feed-timeline-item[ui=minimal]) .icon{color:rgb(var(--contrast-900)) !important}:host(limebb-feed-timeline-item[ui=minimal]) .body-text{color:rgb(var(--contrast-900))}:host(limebb-feed-timeline-item[ui=minimal]) .body-text:hover{color:rgb(var(--contrast-1100))}:host(limebb-feed-timeline-item[ui=thread-message]) .content{border-radius:0;box-shadow:var(--button-shadow-normal);margin-bottom:0.25rem;background-color:var(--lime-elevated-surface-background-color)}:host(limebb-feed-timeline-item[ui=thread-message]) .header{padding-bottom:0.75rem;margin-bottom:0.25rem}:host(limebb-feed-timeline-item[ui=thread-message]) .header:before{content:\"\";position:absolute;top:calc(var(--limebb-feed-item-paddings) * -1 + 0.25rem);left:calc(var(--limebb-feed-item-paddings) * -1);right:calc(var(--limebb-feed-item-paddings) * -1);bottom:0;pointer-events:none;border-bottom:1px dashed rgb(var(--contrast-600))}:host(limebb-feed-timeline-item[ui=thread-message]) .thread-effects{transition:transform 0.2s ease;pointer-events:none;content:\"\";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;box-shadow:var(--button-shadow-normal);transform:translate3d(-0.225rem, -0.125rem, 0) rotate(1.5deg);background-color:rgb(var(--contrast-300))}:host(limebb-feed-timeline-item[ui=thread-message]) .content:hover .thread-effects{transform:translate3d(-0.325rem, -0.3rem, 0) rotate(1.5deg)}:host(limebb-feed-timeline-item.is-tall[ui=thread-message]) .body-text{--body-text-min-height-set-by-code:3rem;min-height:calc(var(--body-text-min-height-set-by-code) + 0.25rem)}.content{position:relative}.content:before,.content:after{content:\"\";position:absolute;top:1rem;bottom:1rem;left:-0.125rem;width:0.25rem;border-radius:0.25rem}.content:before{background-color:var(--color-code)}:host(limebb-feed-timeline-item[ui=emphasized]) .content:before,:host(limebb-feed-timeline-item[ui=emphasized]) .content:after{left:calc(-0.125rem - 0.5px)}:host(limebb-feed-timeline-item[ui=minimal]) .content:before{opacity:0.25}:host(limebb-feed-timeline-item[ui=minimal]) .content:after{opacity:0.5;background:repeating-linear-gradient(45deg, var(--color-code), var(--color-code) 0.5rem, transparent 0.5rem, transparent 1rem);background-size:0.25rem 100%;background-repeat:repeat-y;background-position:left;rotate:180deg}:host(limebb-feed-timeline-item[ui=thread-message]) .content:before{top:0.25rem;bottom:unset;height:1.75rem}:host(limebb-feed-timeline-item.is-clickable) .content{cursor:pointer;transition:color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;cursor:pointer;color:var(--mdc-theme-on-surface);background-color:transparent}:host(limebb-feed-timeline-item.is-clickable) .content:hover{color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}:host(limebb-feed-timeline-item.is-clickable) .content:active{box-shadow:var(--button-shadow-pressed);transform:translate3d(0, 0.08rem, 0)}:host(limebb-feed-timeline-item.is-clickable) .content:hover{z-index:1}";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
 
4
4
  function getRoundingMethod(method) {
5
5
  return (number) => {
@@ -24786,6 +24786,41 @@ const icons = [
24786
24786
  tags: [
24787
24787
  ]
24788
24788
  },
24789
+ {
24790
+ id: "cut-watermelon.svg",
24791
+ tags: [
24792
+ ]
24793
+ },
24794
+ {
24795
+ id: "lemon.svg",
24796
+ tags: [
24797
+ ]
24798
+ },
24799
+ {
24800
+ id: "lime.svg",
24801
+ tags: [
24802
+ ]
24803
+ },
24804
+ {
24805
+ id: "orange.svg",
24806
+ tags: [
24807
+ ]
24808
+ },
24809
+ {
24810
+ id: "pineapple.svg",
24811
+ tags: [
24812
+ ]
24813
+ },
24814
+ {
24815
+ id: "slice-of-watermelon.svg",
24816
+ tags: [
24817
+ ]
24818
+ },
24819
+ {
24820
+ id: "whole-watermelon.svg",
24821
+ tags: [
24822
+ ]
24823
+ },
24789
24824
  {
24790
24825
  id: "-lime-todo_list_add.svg",
24791
24826
  tags: [
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName, A as AggregateOperator } from './types-893ec090.js';
2
+ import { P as PlatformServiceName, A as AggregateOperator } from './types-ab2df627.js';
3
3
  import { c as createStateDecorator } from './factory-7a4213b3.js';
4
4
  import { i as isArrayLike, a as isArray, b as isBuffer, c as isTypedArray, d as isArguments, g as getTag, e as isPrototype, f as baseKeys } from './_getTag-8b9b1539.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-3d816bf5.js';
2
- import { P as PlatformServiceName } from './types-893ec090.js';
2
+ import { P as PlatformServiceName } from './types-ab2df627.js';
3
3
 
4
4
  const kanbanColumnCss = ":host(limebb-kanban-column){--header-top-right-left-border-radius:0.5rem;scroll-snap-align:start;box-sizing:border-box;display:flex;flex-direction:column;border-radius:0.5rem;min-width:20rem;height:100%;background-color:rgb(var(--contrast-500))}:host(limebb-kanban-column.ungrouped-column){border:1px dashed rgb(var(--contrast-500));background-color:rgb(var(--contrast-200))}limel-header{flex-shrink:0}.items{flex-grow:1;display:flex;flex-direction:column;gap:0.5rem;padding:0.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}";
5
5