@limetech/lime-crm-building-blocks 1.68.1 → 1.68.3

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 (119) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/{decorator-284e0d64.js → decorator-66a184d6.js} +1 -1
  3. package/dist/cjs/{factory-e3f0a96d.js → factory-14d4018b.js} +1 -1
  4. package/dist/cjs/{index-d33282ad.js → index-16fb7787.js} +125 -108
  5. package/dist/cjs/lime-crm-building-blocks.cjs.js +2 -2
  6. package/dist/cjs/limebb-browser.cjs.entry.js +1 -1
  7. package/dist/cjs/limebb-component-config.cjs.entry.js +1 -1
  8. package/dist/cjs/limebb-component-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/limebb-currency-picker.cjs.entry.js +1 -1
  10. package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
  11. package/dist/cjs/limebb-date-picker.cjs.entry.js +1 -1
  12. package/dist/cjs/limebb-date-range.cjs.entry.js +1 -1
  13. package/dist/cjs/limebb-empty-state.cjs.entry.js +1 -1
  14. package/dist/cjs/limebb-feed-timeline-item.cjs.entry.js +1 -1
  15. package/dist/cjs/limebb-feed.cjs.entry.js +1 -1
  16. package/dist/cjs/limebb-icon-picker.cjs.entry.js +1 -1
  17. package/dist/cjs/limebb-info-tile-currency-format.cjs.entry.js +1 -1
  18. package/dist/cjs/limebb-info-tile-date-format.cjs.entry.js +1 -1
  19. package/dist/cjs/limebb-info-tile-decimal-format.cjs.entry.js +1 -1
  20. package/dist/cjs/limebb-info-tile-format.cjs.entry.js +1 -1
  21. package/dist/cjs/limebb-info-tile-relative-date-format.cjs.entry.js +1 -1
  22. package/dist/cjs/limebb-info-tile-unit-format.cjs.entry.js +1 -1
  23. package/dist/cjs/limebb-info-tile.cjs.entry.js +2 -2
  24. package/dist/cjs/limebb-kanban-group.cjs.entry.js +4 -4
  25. package/dist/cjs/limebb-kanban-item.cjs.entry.js +2 -2
  26. package/dist/cjs/limebb-kanban.cjs.entry.js +1 -1
  27. package/dist/cjs/limebb-limeobject-file-viewer.cjs.entry.js +3 -3
  28. package/dist/cjs/limebb-locale-picker.cjs.entry.js +1 -1
  29. package/dist/cjs/limebb-mention-group-counter.cjs.entry.js +1 -1
  30. package/dist/cjs/limebb-mention.cjs.entry.js +1 -1
  31. package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +1 -1
  32. package/dist/cjs/limebb-notification-item.cjs.entry.js +1 -1
  33. package/dist/cjs/limebb-notification-list.cjs.entry.js +1 -1
  34. package/dist/cjs/limebb-text-editor-picker.cjs.entry.js +1 -1
  35. package/dist/cjs/limebb-text-editor.cjs.entry.js +3 -3
  36. package/dist/cjs/limebb-trend-indicator.cjs.entry.js +1 -1
  37. package/dist/cjs/loader.cjs.js +1 -1
  38. package/dist/collection/collection-manifest.json +1 -1
  39. package/dist/collection/components/kanban/kanban-group/kanban-group.css +1 -0
  40. package/dist/collection/components/kanban/kanban-item/kanban-item.css +1 -0
  41. package/dist/components/kanban-group.js +1 -1
  42. package/dist/components/kanban-item.js +1 -1
  43. package/dist/esm/{decorator-0306a942.js → decorator-0a24c2a9.js} +1 -1
  44. package/dist/esm/{factory-bd64323f.js → factory-c88cedac.js} +1 -1
  45. package/dist/esm/{index-aac81651.js → index-72e1619d.js} +125 -108
  46. package/dist/esm/lime-crm-building-blocks.js +3 -3
  47. package/dist/esm/limebb-browser.entry.js +1 -1
  48. package/dist/esm/limebb-component-config.entry.js +1 -1
  49. package/dist/esm/limebb-component-picker.entry.js +1 -1
  50. package/dist/esm/limebb-currency-picker.entry.js +1 -1
  51. package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
  52. package/dist/esm/limebb-date-picker.entry.js +1 -1
  53. package/dist/esm/limebb-date-range.entry.js +1 -1
  54. package/dist/esm/limebb-empty-state.entry.js +1 -1
  55. package/dist/esm/limebb-feed-timeline-item.entry.js +1 -1
  56. package/dist/esm/limebb-feed.entry.js +1 -1
  57. package/dist/esm/limebb-icon-picker.entry.js +1 -1
  58. package/dist/esm/limebb-info-tile-currency-format.entry.js +1 -1
  59. package/dist/esm/limebb-info-tile-date-format.entry.js +1 -1
  60. package/dist/esm/limebb-info-tile-decimal-format.entry.js +1 -1
  61. package/dist/esm/limebb-info-tile-format.entry.js +1 -1
  62. package/dist/esm/limebb-info-tile-relative-date-format.entry.js +1 -1
  63. package/dist/esm/limebb-info-tile-unit-format.entry.js +1 -1
  64. package/dist/esm/limebb-info-tile.entry.js +2 -2
  65. package/dist/esm/limebb-kanban-group.entry.js +4 -4
  66. package/dist/esm/limebb-kanban-item.entry.js +2 -2
  67. package/dist/esm/limebb-kanban.entry.js +1 -1
  68. package/dist/esm/limebb-limeobject-file-viewer.entry.js +3 -3
  69. package/dist/esm/limebb-locale-picker.entry.js +1 -1
  70. package/dist/esm/limebb-mention-group-counter.entry.js +1 -1
  71. package/dist/esm/limebb-mention.entry.js +1 -1
  72. package/dist/esm/limebb-navigation-button_2.entry.js +1 -1
  73. package/dist/esm/limebb-notification-item.entry.js +1 -1
  74. package/dist/esm/limebb-notification-list.entry.js +1 -1
  75. package/dist/esm/limebb-text-editor-picker.entry.js +1 -1
  76. package/dist/esm/limebb-text-editor.entry.js +3 -3
  77. package/dist/esm/limebb-trend-indicator.entry.js +1 -1
  78. package/dist/esm/loader.js +2 -2
  79. package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
  80. package/dist/lime-crm-building-blocks/{p-3ecb5357.entry.js → p-0a38eeba.entry.js} +1 -1
  81. package/dist/lime-crm-building-blocks/{p-f8186456.entry.js → p-1ab773a8.entry.js} +1 -1
  82. package/dist/lime-crm-building-blocks/{p-95acba5d.js → p-21702a68.js} +1 -1
  83. package/dist/lime-crm-building-blocks/{p-4eb0f327.entry.js → p-26535a1a.entry.js} +1 -1
  84. package/dist/lime-crm-building-blocks/{p-63bf3e74.entry.js → p-2e9f848c.entry.js} +1 -1
  85. package/dist/lime-crm-building-blocks/{p-b4310f56.entry.js → p-2fb51a7f.entry.js} +1 -1
  86. package/dist/lime-crm-building-blocks/{p-26a566ac.entry.js → p-46dbe680.entry.js} +1 -1
  87. package/dist/lime-crm-building-blocks/{p-eee12b80.entry.js → p-4bc80bab.entry.js} +1 -1
  88. package/dist/lime-crm-building-blocks/{p-52e029df.entry.js → p-4c026171.entry.js} +1 -1
  89. package/dist/lime-crm-building-blocks/{p-1bae7539.entry.js → p-52626bcb.entry.js} +1 -1
  90. package/dist/lime-crm-building-blocks/{p-a6ecf94f.entry.js → p-5fce51be.entry.js} +1 -1
  91. package/dist/lime-crm-building-blocks/{p-e808501e.entry.js → p-63004b28.entry.js} +1 -1
  92. package/dist/lime-crm-building-blocks/{p-03990f7b.entry.js → p-63d33e85.entry.js} +1 -1
  93. package/dist/lime-crm-building-blocks/p-6a6d1194.js +2 -0
  94. package/dist/lime-crm-building-blocks/{p-a93a13de.entry.js → p-6b5a79c3.entry.js} +1 -1
  95. package/dist/lime-crm-building-blocks/p-7d7bfe6b.entry.js +1 -0
  96. package/dist/lime-crm-building-blocks/{p-e2716db9.entry.js → p-81198d16.entry.js} +1 -1
  97. package/dist/lime-crm-building-blocks/p-81a9216c.js +1 -0
  98. package/dist/lime-crm-building-blocks/{p-719dd26b.entry.js → p-87ba1763.entry.js} +1 -1
  99. package/dist/lime-crm-building-blocks/{p-e16d2a9a.entry.js → p-9017ef80.entry.js} +1 -1
  100. package/dist/lime-crm-building-blocks/{p-18ff40e4.entry.js → p-a1454cd8.entry.js} +1 -1
  101. package/dist/lime-crm-building-blocks/p-a7164d39.entry.js +1 -0
  102. package/dist/lime-crm-building-blocks/{p-113bc627.entry.js → p-a9b7c881.entry.js} +1 -1
  103. package/dist/lime-crm-building-blocks/{p-ea4af2ad.entry.js → p-aa18acc2.entry.js} +1 -1
  104. package/dist/lime-crm-building-blocks/{p-fb9e628f.entry.js → p-b3d2aab7.entry.js} +1 -1
  105. package/dist/lime-crm-building-blocks/{p-5c4a8b32.entry.js → p-bc106baa.entry.js} +1 -1
  106. package/dist/lime-crm-building-blocks/{p-c60772cb.entry.js → p-be817786.entry.js} +1 -1
  107. package/dist/lime-crm-building-blocks/{p-e80384ba.entry.js → p-bee3a474.entry.js} +1 -1
  108. package/dist/lime-crm-building-blocks/{p-9c1e98a9.entry.js → p-c3713787.entry.js} +1 -1
  109. package/dist/lime-crm-building-blocks/{p-a0d69b04.entry.js → p-d1f03dc2.entry.js} +1 -1
  110. package/dist/lime-crm-building-blocks/{p-e61daedc.entry.js → p-d5b2f584.entry.js} +1 -1
  111. package/dist/lime-crm-building-blocks/{p-8de43382.entry.js → p-e0ba1f5a.entry.js} +1 -1
  112. package/dist/lime-crm-building-blocks/{p-dcd2480c.entry.js → p-e56f771d.entry.js} +1 -1
  113. package/dist/lime-crm-building-blocks/{p-b96b9f68.entry.js → p-e7095e7a.entry.js} +1 -1
  114. package/dist/types/components.d.ts +328 -0
  115. package/package.json +6 -6
  116. package/dist/lime-crm-building-blocks/p-0b2f95a2.entry.js +0 -1
  117. package/dist/lime-crm-building-blocks/p-31d1a3b5.entry.js +0 -1
  118. package/dist/lime-crm-building-blocks/p-a2efda38.js +0 -1
  119. package/dist/lime-crm-building-blocks/p-c1b8a4ae.js +0 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.68.3](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.68.2...v1.68.3) (2025-02-28)
2
+
3
+ ### Bug Fixes
4
+
5
+
6
+ * **kanban:** margin to relation chips ([b70e6bb](https://github.com/Lundalogik/lime-crm-building-blocks/commit/b70e6bbd42432c1991ed532cf8e71b1b9b1e3e14))
7
+
8
+ ## [1.68.2](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.68.1...v1.68.2) (2025-02-25)
9
+
10
+ ### Bug Fixes
11
+
12
+
13
+ * **kanban:** limit group summary ([a546d4e](https://github.com/Lundalogik/lime-crm-building-blocks/commit/a546d4ea7303c0b59c6a878fbc9146964770f5eb))
14
+
1
15
  ## [1.68.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.68.0...v1.68.1) (2025-02-20)
2
16
 
3
17
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const types = require('./types-d3b90b2e.js');
4
- const factory = require('./factory-e3f0a96d.js');
4
+ const factory = require('./factory-14d4018b.js');
5
5
 
6
6
  /**
7
7
  * Gets an object with all limetypes where name is used as key
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-d33282ad.js');
3
+ const index = require('./index-16fb7787.js');
4
4
 
5
5
  function isFunction(value) {
6
6
  return typeof value === 'function';
@@ -21,10 +21,10 @@ function _interopNamespace(e) {
21
21
  }
22
22
 
23
23
  const NAMESPACE = 'lime-crm-building-blocks';
24
- const BUILD = /* lime-crm-building-blocks */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: true, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: true, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
24
+ const BUILD = /* lime-crm-building-blocks */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, constructableCSS: true, cssAnnotations: true, devTools: false, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: false, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: true, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
25
25
 
26
26
  /*
27
- Stencil Client Platform v4.26.0 | MIT Licensed | https://stenciljs.com
27
+ Stencil Client Platform v4.27.1 | MIT Licensed | https://stenciljs.com
28
28
  */
29
29
  var __defProp = Object.defineProperty;
30
30
  var __export = (target, all) => {
@@ -37,10 +37,15 @@ var SVG_NS = "http://www.w3.org/2000/svg";
37
37
  var HTML_NS = "http://www.w3.org/1999/xhtml";
38
38
 
39
39
  // src/client/client-host-ref.ts
40
- var hostRefs = /* @__PURE__ */ new WeakMap();
41
- var getHostRef = (ref) => hostRefs.get(ref);
40
+ var getHostRef = (ref) => {
41
+ if (ref.__stencil__getHostRef) {
42
+ return ref.__stencil__getHostRef();
43
+ }
44
+ return void 0;
45
+ };
42
46
  var registerInstance = (lazyInstance, hostRef) => {
43
- hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
47
+ lazyInstance.__stencil__getHostRef = () => hostRef;
48
+ hostRef.$lazyInstance$ = lazyInstance;
44
49
  };
45
50
  var registerHost = (hostElement, cmpMeta) => {
46
51
  const hostRef = {
@@ -54,7 +59,8 @@ var registerHost = (hostElement, cmpMeta) => {
54
59
  hostElement["s-p"] = [];
55
60
  hostElement["s-rc"] = [];
56
61
  }
57
- const ref = hostRefs.set(hostElement, hostRef);
62
+ const ref = hostRef;
63
+ hostElement.__stencil__getHostRef = () => ref;
58
64
  return ref;
59
65
  };
60
66
  var isMemberInElement = (elm, memberName) => memberName in elm;
@@ -99,7 +105,6 @@ var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
99
105
  var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
100
106
  var XLINK_NS = "http://www.w3.org/1999/xlink";
101
107
  var win = typeof window !== "undefined" ? window : {};
102
- var doc = win.document || { head: {} };
103
108
  var plt = {
104
109
  $flags$: 0,
105
110
  $resourcesUrl$: "",
@@ -159,9 +164,9 @@ var isComplexType = (o) => {
159
164
  };
160
165
 
161
166
  // src/utils/query-nonce-meta-tag-content.ts
162
- function queryNonceMetaTagContent(doc2) {
167
+ function queryNonceMetaTagContent(doc) {
163
168
  var _a, _b, _c;
164
- return (_c = (_b = (_a = doc2.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
169
+ return (_c = (_b = (_a = doc.head) == null ? void 0 : _a.querySelector('meta[name="csp-nonce"]')) == null ? void 0 : _b.getAttribute("content")) != null ? _c : void 0;
165
170
  }
166
171
 
167
172
  // src/utils/result.ts
@@ -382,7 +387,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
382
387
  var _a;
383
388
  const scopeId2 = getScopeId(cmpMeta);
384
389
  const style = styles.get(scopeId2);
385
- styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
390
+ if (!win.document) {
391
+ return scopeId2;
392
+ }
393
+ styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : win.document;
386
394
  if (style) {
387
395
  if (typeof style === "string") {
388
396
  styleContainerNode = styleContainerNode.head || styleContainerNode;
@@ -393,9 +401,9 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
393
401
  }
394
402
  if (!appliedStyles.has(scopeId2)) {
395
403
  {
396
- styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
404
+ styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || win.document.createElement("style");
397
405
  styleElm.innerHTML = style;
398
- const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
406
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
399
407
  if (nonce != null) {
400
408
  styleElm.setAttribute("nonce", nonce);
401
409
  }
@@ -457,104 +465,105 @@ var attachStyles = (hostRef) => {
457
465
  };
458
466
  var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
459
467
  var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
460
- if (oldValue !== newValue) {
461
- let isProp = isMemberInElement(elm, memberName);
462
- let ln = memberName.toLowerCase();
463
- if (memberName === "class") {
464
- const classList = elm.classList;
465
- const oldClasses = parseClassList(oldValue);
466
- let newClasses = parseClassList(newValue);
467
- {
468
- classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
469
- classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
470
- }
471
- } else if (memberName === "style") {
472
- {
473
- for (const prop in oldValue) {
474
- if (!newValue || newValue[prop] == null) {
475
- if (prop.includes("-")) {
476
- elm.style.removeProperty(prop);
477
- } else {
478
- elm.style[prop] = "";
479
- }
480
- }
481
- }
482
- }
483
- for (const prop in newValue) {
484
- if (!oldValue || newValue[prop] !== oldValue[prop]) {
468
+ if (oldValue === newValue) {
469
+ return;
470
+ }
471
+ let isProp = isMemberInElement(elm, memberName);
472
+ let ln = memberName.toLowerCase();
473
+ if (memberName === "class") {
474
+ const classList = elm.classList;
475
+ const oldClasses = parseClassList(oldValue);
476
+ let newClasses = parseClassList(newValue);
477
+ {
478
+ classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
479
+ classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
480
+ }
481
+ } else if (memberName === "style") {
482
+ {
483
+ for (const prop in oldValue) {
484
+ if (!newValue || newValue[prop] == null) {
485
485
  if (prop.includes("-")) {
486
- elm.style.setProperty(prop, newValue[prop]);
486
+ elm.style.removeProperty(prop);
487
487
  } else {
488
- elm.style[prop] = newValue[prop];
488
+ elm.style[prop] = "";
489
489
  }
490
490
  }
491
491
  }
492
- } else if (memberName === "key") ; else if (memberName === "ref") {
493
- if (newValue) {
494
- newValue(elm);
495
- }
496
- } else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
497
- if (memberName[2] === "-") {
498
- memberName = memberName.slice(3);
499
- } else if (isMemberInElement(win, ln)) {
500
- memberName = ln.slice(2);
501
- } else {
502
- memberName = ln[2] + memberName.slice(3);
503
- }
504
- if (oldValue || newValue) {
505
- const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
506
- memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
507
- if (oldValue) {
508
- plt.rel(elm, memberName, oldValue, capture);
509
- }
510
- if (newValue) {
511
- plt.ael(elm, memberName, newValue, capture);
492
+ }
493
+ for (const prop in newValue) {
494
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
495
+ if (prop.includes("-")) {
496
+ elm.style.setProperty(prop, newValue[prop]);
497
+ } else {
498
+ elm.style[prop] = newValue[prop];
512
499
  }
513
500
  }
501
+ }
502
+ } else if (memberName === "key") ; else if (memberName === "ref") {
503
+ if (newValue) {
504
+ newValue(elm);
505
+ }
506
+ } else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
507
+ if (memberName[2] === "-") {
508
+ memberName = memberName.slice(3);
509
+ } else if (isMemberInElement(win, ln)) {
510
+ memberName = ln.slice(2);
514
511
  } else {
515
- const isComplex = isComplexType(newValue);
516
- if ((isProp || isComplex && newValue !== null) && !isSvg) {
517
- try {
518
- if (!elm.tagName.includes("-")) {
519
- const n = newValue == null ? "" : newValue;
520
- if (memberName === "list") {
521
- isProp = false;
522
- } else if (oldValue == null || elm[memberName] != n) {
523
- if (typeof elm.__lookupSetter__(memberName) === "function") {
524
- elm[memberName] = n;
525
- } else {
526
- elm.setAttribute(memberName, n);
527
- }
512
+ memberName = ln[2] + memberName.slice(3);
513
+ }
514
+ if (oldValue || newValue) {
515
+ const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
516
+ memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
517
+ if (oldValue) {
518
+ plt.rel(elm, memberName, oldValue, capture);
519
+ }
520
+ if (newValue) {
521
+ plt.ael(elm, memberName, newValue, capture);
522
+ }
523
+ }
524
+ } else {
525
+ const isComplex = isComplexType(newValue);
526
+ if ((isProp || isComplex && newValue !== null) && !isSvg) {
527
+ try {
528
+ if (!elm.tagName.includes("-")) {
529
+ const n = newValue == null ? "" : newValue;
530
+ if (memberName === "list") {
531
+ isProp = false;
532
+ } else if (oldValue == null || elm[memberName] != n) {
533
+ if (typeof elm.__lookupSetter__(memberName) === "function") {
534
+ elm[memberName] = n;
535
+ } else {
536
+ elm.setAttribute(memberName, n);
528
537
  }
529
- } else if (elm[memberName] !== newValue) {
530
- elm[memberName] = newValue;
531
538
  }
532
- } catch (e) {
539
+ } else if (elm[memberName] !== newValue) {
540
+ elm[memberName] = newValue;
533
541
  }
542
+ } catch (e) {
534
543
  }
535
- let xlink = false;
536
- {
537
- if (ln !== (ln = ln.replace(/^xlink\:?/, ""))) {
538
- memberName = ln;
539
- xlink = true;
540
- }
544
+ }
545
+ let xlink = false;
546
+ {
547
+ if (ln !== (ln = ln.replace(/^xlink\:?/, ""))) {
548
+ memberName = ln;
549
+ xlink = true;
541
550
  }
542
- if (newValue == null || newValue === false) {
543
- if (newValue !== false || elm.getAttribute(memberName) === "") {
544
- if (xlink) {
545
- elm.removeAttributeNS(XLINK_NS, memberName);
546
- } else {
547
- elm.removeAttribute(memberName);
548
- }
549
- }
550
- } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
551
- newValue = newValue === true ? "" : newValue;
551
+ }
552
+ if (newValue == null || newValue === false) {
553
+ if (newValue !== false || elm.getAttribute(memberName) === "") {
552
554
  if (xlink) {
553
- elm.setAttributeNS(XLINK_NS, memberName, newValue);
555
+ elm.removeAttributeNS(XLINK_NS, memberName);
554
556
  } else {
555
- elm.setAttribute(memberName, newValue);
557
+ elm.removeAttribute(memberName);
556
558
  }
557
559
  }
560
+ } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex && elm.nodeType === 1 /* ElementNode */) {
561
+ newValue = newValue === true ? "" : newValue;
562
+ if (xlink) {
563
+ elm.setAttributeNS(XLINK_NS, memberName, newValue);
564
+ } else {
565
+ elm.setAttribute(memberName, newValue);
566
+ }
558
567
  }
559
568
  }
560
569
  };
@@ -617,12 +626,17 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
617
626
  let elm;
618
627
  let childNode;
619
628
  if (newVNode2.$text$ !== null) {
620
- elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
629
+ elm = newVNode2.$elm$ = win.document.createTextNode(newVNode2.$text$);
621
630
  } else {
622
631
  if (!isSvgMode) {
623
632
  isSvgMode = newVNode2.$tag$ === "svg";
624
633
  }
625
- elm = newVNode2.$elm$ = doc.createElementNS(
634
+ if (!win.document) {
635
+ throw new Error(
636
+ "You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component."
637
+ );
638
+ }
639
+ elm = newVNode2.$elm$ = win.document.createElementNS(
626
640
  isSvgMode ? SVG_NS : HTML_NS,
627
641
  !useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
628
642
  ) ;
@@ -786,9 +800,7 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
786
800
  isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
787
801
  }
788
802
  {
789
- if (tag === "slot" && !useNativeShadowDom) ; else {
790
- updateElement(oldVNode, newVNode2, isSvgMode);
791
- }
803
+ updateElement(oldVNode, newVNode2, isSvgMode);
792
804
  }
793
805
  if (oldChildren !== null && newChildren !== null) {
794
806
  updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
@@ -884,10 +896,11 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
884
896
  }
885
897
  let maybePromise;
886
898
  if (isInitialLoad) {
887
- {
888
- maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
889
- }
899
+ maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
900
+ } else {
901
+ maybePromise = safeCall(instance, "componentWillUpdate", void 0, elm);
890
902
  }
903
+ maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
891
904
  endSchedule();
892
905
  return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
893
906
  };
@@ -953,14 +966,13 @@ var postUpdateComponent = (hostRef) => {
953
966
  const endPostUpdate = createTime("postUpdate", tagName);
954
967
  const instance = hostRef.$lazyInstance$ ;
955
968
  const ancestorComponent = hostRef.$ancestorComponent$;
969
+ safeCall(instance, "componentDidRender", void 0, elm);
956
970
  if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
957
971
  hostRef.$flags$ |= 64 /* hasLoadedComponent */;
958
972
  {
959
973
  addHydratedFlag(elm);
960
974
  }
961
- {
962
- safeCall(instance, "componentDidLoad", void 0, elm);
963
- }
975
+ safeCall(instance, "componentDidLoad", void 0, elm);
964
976
  endPostUpdate();
965
977
  {
966
978
  hostRef.$onReadyResolve$(elm);
@@ -969,6 +981,7 @@ var postUpdateComponent = (hostRef) => {
969
981
  }
970
982
  }
971
983
  } else {
984
+ safeCall(instance, "componentDidUpdate", void 0, elm);
972
985
  endPostUpdate();
973
986
  }
974
987
  {
@@ -1309,18 +1322,22 @@ var disconnectedCallback = async (elm) => {
1309
1322
  // src/runtime/bootstrap-lazy.ts
1310
1323
  var bootstrapLazy = (lazyBundles, options = {}) => {
1311
1324
  var _a;
1325
+ if (!win.document) {
1326
+ console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");
1327
+ return;
1328
+ }
1312
1329
  const endBootstrap = createTime();
1313
1330
  const cmpTags = [];
1314
1331
  const exclude = options.exclude || [];
1315
1332
  const customElements2 = win.customElements;
1316
- const head = doc.head;
1333
+ const head = win.document.head;
1317
1334
  const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
1318
- const dataStyles = /* @__PURE__ */ doc.createElement("style");
1335
+ const dataStyles = /* @__PURE__ */ win.document.createElement("style");
1319
1336
  const deferredConnectedCallbacks = [];
1320
1337
  let appLoadFallback;
1321
1338
  let isBootstrapping = true;
1322
1339
  Object.assign(plt, options);
1323
- plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
1340
+ plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", win.document.baseURI).href;
1324
1341
  let hasSlotRelocation = false;
1325
1342
  lazyBundles.map((lazyBundle) => {
1326
1343
  lazyBundle[1].map((compactMeta) => {
@@ -1422,7 +1439,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1422
1439
  }
1423
1440
  if (dataStyles.innerHTML.length) {
1424
1441
  dataStyles.setAttribute("data-styles", "");
1425
- const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
1442
+ const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(win.document);
1426
1443
  if (nonce != null) {
1427
1444
  dataStyles.setAttribute("nonce", nonce);
1428
1445
  }
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.27.1 | MIT Licensed | https://stenciljs.com
10
10
  */
11
11
  var patchBrowser = () => {
12
12
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('lime-crm-building-blocks.cjs.js', document.baseURI).href));
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
  const keycodes = require('./keycodes-88522d7f.js');
8
8
  const negate = require('./negate-e0a2bf77.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
  const get = require('./get-1acf79ce.js');
8
8
  require('./_Map-60aae0ed.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
 
8
8
  const componentPickerCss = ":host(limebb-component-picker){position:relative;display:flex;align-items:center}:host(limebb-component-picker) limel-picker{flex-grow:1;min-width:0}:host(limebb-component-picker) limel-icon-button{position:absolute;right:0.25rem}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
  const nonNull = require('./non-null-b8d9b4b4.js');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const dashboardWidgetCss = ":host(limebb-dashboard-widget){--dashboard-widget-background-color:var(\n --start-page-grid-widget-background-color,\n rgb(var(--contrast-100))\n );--header-icon-color:var(--dashboard-widget-icon-color);--header-background-color:var(\n --dashboard-widget-header-background-color,\n var(--start-page-grid-widget-header-color)\n );--dashboard-widget-border-radius:var(\n --start-page-grid-widget-border-radius,\n 1rem\n );--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}";
8
8
  const LimebbDashboardWidgetStyle0 = dashboardWidgetCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
 
8
8
  /**
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const dateRangeCss = ":host(limebb-date-range){isolation:isolate;display:block;position:relative}*{box-sizing:border-box}.date-pickers{display:grid;grid-template-columns:repeat(auto-fit, minmax(13.5rem, 1fr));gap:0.5rem;padding:0.75rem 1rem 1.25rem 1rem}.label-group{display:flex;align-items:center;margin-bottom:0.25rem}.end-time .label-group{flex-direction:row-reverse}.label-group .label{font-size:0.75rem;padding:0 0.25rem}.label-group .circle{flex-shrink:0;width:0.5rem;height:0.5rem;border-radius:50%}.start-time .label-group .circle{background-color:rgb(var(--color-green-default))}.end-time .label-group .circle{background-color:rgb(var(--color-coral-default))}.label-group .line{flex-grow:1;height:0.25rem;border-radius:1rem}.start-time .label-group .line{background-image:linear-gradient(to right, rgb(var(--color-green-light)), rgb(var(--contrast-400)) 30%)}.end-time .label-group .line{background-image:linear-gradient(to left, rgb(var(--color-coral-light)), rgb(var(--contrast-400)) 30%)}.date-pickers:has(>:last-child:nth-child(2)) .start-time .line{margin-right:-0.5rem}.date-pickers:has(>:last-child:nth-child(2)) .end-time .line{margin-left:-0.5rem}";
8
8
  const LimebbDateRangeStyle0 = dateRangeCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const emptyStateCss = ":host(limebb-empty-state){display:flex;flex-direction:column;align-items:center;gap:0.25rem;padding:0.5rem;opacity:0;animation:fade-in 0.3s ease forwards;animation-delay:0.5s}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}*{box-sizing:border-box}h2{color:rgb(var(--contrast-1100));margin:0}limel-markdown{color:rgb(var(--contrast-1000));text-align:center;line-height:1.4}limel-icon{width:2.5rem}";
8
8
  const LimebbEmptyStateStyle0 = emptyStateCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.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 var(--limel-clickable-transition-speed, 0.4s) ease, background-color var(--limel-clickable-transition-speed, 0.4s) ease, box-shadow var(--limel-clickable-transform-speed, 0.4s) ease, transform var(--limel-clickable-transform-speed, 0.4s) var(--limel-clickable-transform-timing-function, ease);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,button.expand-heading:focus,button.expand-heading:focus-visible{will-change:color, background-color, box-shadow, transform}button.expand-heading:hover{transform:translate3d(0, 0.01rem, 0);color:rgb(var(--color-blue-default));background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.expand-heading:active{--limel-clickable-transform-timing-function:cubic-bezier(\n 0.83,\n -0.15,\n 0.49,\n 1.16\n );transform:translate3d(0, 0.05rem, 0);box-shadow:var(--button-shadow-pressed)}button.expand-heading:hover,button.expand-heading:active{--limel-clickable-transition-speed:0.2s;--limel-clickable-transform-speed:0.16s}button.collapse-heading{all:unset;transition:color var(--limel-clickable-transition-speed, 0.4s) ease, background-color var(--limel-clickable-transition-speed, 0.4s) ease, box-shadow var(--limel-clickable-transform-speed, 0.4s) ease, transform var(--limel-clickable-transform-speed, 0.4s) var(--limel-clickable-transform-timing-function, ease);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,button.collapse-heading:focus,button.collapse-heading:focus-visible{will-change:color, background-color, box-shadow, transform}button.collapse-heading:hover{transform:translate3d(0, -0.04rem, 0);color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}button.collapse-heading:active{--limel-clickable-transform-timing-function:cubic-bezier(\n 0.83,\n -0.15,\n 0.49,\n 1.16\n );transform:translate3d(0, 0.05rem, 0);box-shadow:var(--button-shadow-pressed)}button.collapse-heading:hover,button.collapse-heading:active{--limel-clickable-transition-speed:0.2s;--limel-clickable-transform-speed:0.16s}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{cursor:help;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-top:0;padding-bottom:0.75rem}: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),:host(limebb-feed-timeline-item:focus-within){--limebb-feed-item-action-bar-grid-template-rows-transition-speed:0.46s;--limebb-feed-item-action-bar-grid-template-rows-transition-delay:0.7s}: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 var(--limel-clickable-transition-speed, 0.4s) ease, background-color var(--limel-clickable-transition-speed, 0.4s) ease, box-shadow var(--limel-clickable-transform-speed, 0.4s) ease, transform var(--limel-clickable-transform-speed, 0.4s) var(--limel-clickable-transform-timing-function, ease);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,#show-more-button:focus,#show-more-button:focus-visible{will-change:color, background-color, box-shadow, transform}#show-more-button:hover{transform:translate3d(0, -0.04rem, 0);color:var(--mdc-theme-on-surface);background-color:var(--lime-elevated-surface-background-color);box-shadow:var(--button-shadow-hovered)}#show-more-button:active{--limel-clickable-transform-timing-function:cubic-bezier(\n 0.83,\n -0.15,\n 0.49,\n 1.16\n );transform:translate3d(0, 0.05rem, 0);box-shadow:var(--button-shadow-pressed)}#show-more-button:hover,#show-more-button:active{--limel-clickable-transition-speed:0.2s;--limel-clickable-transform-speed:0.16s}#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[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]){margin-bottom:0.25rem}: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(0.5deg);background-color:rgb(var(--contrast-300))}: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);max-height:35rem}:host(limebb-feed-timeline-item.is-tall[ui=thread-message].shows-more) .body-text{overflow-y:auto}.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}";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
  const types = require('./types-d3b90b2e.js');
7
7
 
8
8
  function getRoundingMethod(method) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const icons = [
8
8
  {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const InfoTileAdminConfig = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const infoTileDateFormatCss = "*{box-sizing:border-box}:host(limebb-info-tile-date-format){display:grid;gap:0.5rem;grid-template-columns:1fr 1fr !important}limel-header{flex-wrap:wrap;grid-column:1/-1;overflow:hidden;border-radius:0.7rem;border:1px solid rgb(var(--contrast-100))}limel-header section{width:100%;padding:0.5rem;display:grid;gap:0.5rem;grid-template-columns:repeat(auto-fit, minmax(8rem, 1fr))}";
8
8
  const LimebbInfoTileDateFormatStyle0 = infoTileDateFormatCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const InfoTileAdminConfig = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const infoTileFormatCss = ":host(limebb-info-tile-format){display:grid;gap:1rem}limel-button-group{grid-column:1/-1}.format{display:grid;gap:0.5rem;grid-template-columns:repeat(auto-fit, minmax(8rem, 1fr))}";
8
8
  const LimebbInfoTileFormatStyle0 = infoTileFormatCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  const InfoTileAdminConfig = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-d33282ad.js');
5
+ const index = require('./index-16fb7787.js');
6
6
 
7
7
  /**
8
8
  * Single units sanctioned for use in ECMAScript