@design.estate/dees-catalog 3.74.2 → 3.76.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 (77) hide show
  1. package/dist_bundle/bundle.js +142 -148
  2. package/dist_ts_web/00_commitinfo_data.js +1 -1
  3. package/dist_ts_web/elements/00group-dataview/dees-table/dees-table.js +7 -7
  4. package/dist_ts_web/elements/00group-form/dees-form/dees-form.demo.js +5 -5
  5. package/dist_ts_web/elements/00group-input/dees-input-base/dees-input-base.d.ts +6 -0
  6. package/dist_ts_web/elements/00group-input/dees-input-base/dees-input-base.js +26 -3
  7. package/dist_ts_web/elements/00group-input/dees-input-checkbox/dees-input-checkbox.js +2 -8
  8. package/dist_ts_web/elements/00group-input/dees-input-code/dees-input-code.js +3 -2
  9. package/dist_ts_web/elements/00group-input/dees-input-datepicker/template.js +3 -2
  10. package/dist_ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.demo.js +2 -1
  11. package/dist_ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.js +3 -2
  12. package/dist_ts_web/elements/00group-input/dees-input-fileupload/component.js +3 -2
  13. package/dist_ts_web/elements/00group-input/dees-input-fileupload/demo.js +10 -9
  14. package/dist_ts_web/elements/00group-input/dees-input-iban/dees-input-iban.demo.js +7 -6
  15. package/dist_ts_web/elements/00group-input/dees-input-iban/dees-input-iban.js +3 -2
  16. package/dist_ts_web/elements/00group-input/dees-input-list/dees-input-list.js +2 -11
  17. package/dist_ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.demo.js +7 -6
  18. package/dist_ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.js +3 -2
  19. package/dist_ts_web/elements/00group-input/dees-input-phone/dees-input-phone.demo.js +5 -4
  20. package/dist_ts_web/elements/00group-input/dees-input-phone/dees-input-phone.js +3 -2
  21. package/dist_ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.demo.js +7 -6
  22. package/dist_ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.js +3 -2
  23. package/dist_ts_web/elements/00group-input/dees-input-radiogroup/dees-input-radiogroup.js +2 -10
  24. package/dist_ts_web/elements/00group-input/dees-input-richtext/styles.js +1 -8
  25. package/dist_ts_web/elements/00group-input/dees-input-richtext/template.js +2 -2
  26. package/dist_ts_web/elements/00group-input/dees-input-tags/dees-input-tags.js +2 -12
  27. package/dist_ts_web/elements/00group-input/dees-input-text/dees-input-text.demo.js +5 -4
  28. package/dist_ts_web/elements/00group-input/dees-input-text/dees-input-text.js +3 -2
  29. package/dist_ts_web/elements/00group-input/dees-input-toggle/dees-input-toggle.js +2 -8
  30. package/dist_ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.js +10 -9
  31. package/dist_ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.js +3 -2
  32. package/dist_ts_web/elements/00group-input/dees-input-wysiwyg/dees-input-wysiwyg.js +4 -3
  33. package/dist_ts_web/elements/00group-input/profilepicture/dees-input-profilepicture.js +3 -2
  34. package/dist_ts_web/elements/00group-layout/dees-label/dees-label.d.ts +1 -1
  35. package/dist_ts_web/elements/00group-layout/dees-label/dees-label.demo.js +12 -12
  36. package/dist_ts_web/elements/00group-layout/dees-label/dees-label.js +12 -12
  37. package/dist_ts_web/elements/00group-layout/dees-tile/dees-tile.d.ts +1 -0
  38. package/dist_ts_web/elements/00group-layout/dees-tile/dees-tile.js +18 -3
  39. package/dist_ts_web/elements/00group-overlay/dees-modal/dees-modal.js +2 -10
  40. package/dist_watch/bundle.js +140 -146
  41. package/dist_watch/bundle.js.map +3 -3
  42. package/package.json +1 -1
  43. package/ts_web/00_commitinfo_data.ts +1 -1
  44. package/ts_web/elements/00group-dataview/dees-table/dees-table.ts +6 -6
  45. package/ts_web/elements/00group-form/dees-form/dees-form.demo.ts +4 -4
  46. package/ts_web/elements/00group-input/dees-input-base/dees-input-base.ts +20 -0
  47. package/ts_web/elements/00group-input/dees-input-checkbox/dees-input-checkbox.ts +1 -7
  48. package/ts_web/elements/00group-input/dees-input-code/dees-input-code.ts +2 -1
  49. package/ts_web/elements/00group-input/dees-input-datepicker/template.ts +2 -1
  50. package/ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.demo.ts +1 -0
  51. package/ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.ts +2 -1
  52. package/ts_web/elements/00group-input/dees-input-fileupload/component.ts +2 -1
  53. package/ts_web/elements/00group-input/dees-input-fileupload/demo.ts +9 -8
  54. package/ts_web/elements/00group-input/dees-input-iban/dees-input-iban.demo.ts +6 -5
  55. package/ts_web/elements/00group-input/dees-input-iban/dees-input-iban.ts +2 -1
  56. package/ts_web/elements/00group-input/dees-input-list/dees-input-list.ts +1 -10
  57. package/ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.demo.ts +6 -5
  58. package/ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.ts +2 -1
  59. package/ts_web/elements/00group-input/dees-input-phone/dees-input-phone.demo.ts +4 -3
  60. package/ts_web/elements/00group-input/dees-input-phone/dees-input-phone.ts +2 -1
  61. package/ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.demo.ts +6 -5
  62. package/ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.ts +2 -1
  63. package/ts_web/elements/00group-input/dees-input-radiogroup/dees-input-radiogroup.ts +1 -9
  64. package/ts_web/elements/00group-input/dees-input-richtext/styles.ts +0 -7
  65. package/ts_web/elements/00group-input/dees-input-richtext/template.ts +1 -1
  66. package/ts_web/elements/00group-input/dees-input-tags/dees-input-tags.ts +1 -11
  67. package/ts_web/elements/00group-input/dees-input-text/dees-input-text.demo.ts +4 -3
  68. package/ts_web/elements/00group-input/dees-input-text/dees-input-text.ts +2 -1
  69. package/ts_web/elements/00group-input/dees-input-toggle/dees-input-toggle.ts +1 -7
  70. package/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts +9 -8
  71. package/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.ts +2 -1
  72. package/ts_web/elements/00group-input/dees-input-wysiwyg/dees-input-wysiwyg.ts +3 -2
  73. package/ts_web/elements/00group-input/profilepicture/dees-input-profilepicture.ts +2 -1
  74. package/ts_web/elements/00group-layout/dees-label/dees-label.demo.ts +11 -11
  75. package/ts_web/elements/00group-layout/dees-label/dees-label.ts +3 -3
  76. package/ts_web/elements/00group-layout/dees-tile/dees-tile.ts +11 -1
  77. package/ts_web/elements/00group-overlay/dees-modal/dees-modal.ts +1 -9
@@ -138477,8 +138477,8 @@ html\`
138477
138477
  // ts_web/elements/00group-input/dees-input-base/dees-input-base.ts
138478
138478
  init_dist_ts30();
138479
138479
  init_dist_ts29();
138480
- var _description_dec, _disabled_dec, _required_dec, _label_dec, _key_dec, _labelPosition_dec, _layoutMode_dec, _a12, _init10, _layoutMode, _labelPosition, _key, _label, _required, _disabled, _description;
138481
- var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMode_dec = [n5({ type: String })], _labelPosition_dec = [n5({ type: String })], _key_dec = [n5({ type: String })], _label_dec = [n5({ type: String })], _required_dec = [n5({ type: Boolean })], _disabled_dec = [n5({ type: Boolean })], _description_dec = [n5({ type: String })], _a12) {
138480
+ var _description_dec, _infoText_dec, _disabled_dec, _required_dec, _label_dec, _key_dec, _labelPosition_dec, _layoutMode_dec, _a12, _init10, _layoutMode, _labelPosition, _key, _label, _required, _disabled, _infoText, _description;
138481
+ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMode_dec = [n5({ type: String })], _labelPosition_dec = [n5({ type: String })], _key_dec = [n5({ type: String })], _label_dec = [n5({ type: String })], _required_dec = [n5({ type: Boolean })], _disabled_dec = [n5({ type: Boolean })], _infoText_dec = [n5({ type: String })], _description_dec = [n5({ type: String })], _a12) {
138482
138482
  constructor() {
138483
138483
  super(...arguments);
138484
138484
  __privateAdd(this, _layoutMode, __runInitializers(_init10, 8, this, "auto")), __runInitializers(_init10, 11, this);
@@ -138487,7 +138487,8 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
138487
138487
  __privateAdd(this, _label, __runInitializers(_init10, 20, this)), __runInitializers(_init10, 23, this);
138488
138488
  __privateAdd(this, _required, __runInitializers(_init10, 24, this, false)), __runInitializers(_init10, 27, this);
138489
138489
  __privateAdd(this, _disabled, __runInitializers(_init10, 28, this, false)), __runInitializers(_init10, 31, this);
138490
- __privateAdd(this, _description, __runInitializers(_init10, 32, this)), __runInitializers(_init10, 35, this);
138490
+ __privateAdd(this, _infoText, __runInitializers(_init10, 32, this)), __runInitializers(_init10, 35, this);
138491
+ __privateAdd(this, _description, __runInitializers(_init10, 36, this)), __runInitializers(_init10, 39, this);
138491
138492
  /**
138492
138493
  * Subject for value changes that all inputs should implement
138493
138494
  */
@@ -138538,6 +138539,14 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
138538
138539
  :host([label-position="none"]) dees-label {
138539
138540
  display: none;
138540
138541
  }
138542
+
138543
+ /* Description text below input */
138544
+ .descriptionText {
138545
+ margin-top: 4px;
138546
+ font-size: 12px;
138547
+ line-height: 1.4;
138548
+ color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
138549
+ }
138541
138550
  `
138542
138551
  ];
138543
138552
  }
@@ -138588,6 +138597,13 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
138588
138597
  async unfreeze() {
138589
138598
  this.disabled = false;
138590
138599
  }
138600
+ /**
138601
+ * Renders the description text below the input.
138602
+ * Call ${this.renderDescription()} at the end of your render template.
138603
+ */
138604
+ renderDescription() {
138605
+ return this.description ? b2`<div class="descriptionText">${this.description}</div>` : "";
138606
+ }
138591
138607
  };
138592
138608
  _init10 = __decoratorStart(_a12);
138593
138609
  _layoutMode = new WeakMap();
@@ -138596,6 +138612,7 @@ _key = new WeakMap();
138596
138612
  _label = new WeakMap();
138597
138613
  _required = new WeakMap();
138598
138614
  _disabled = new WeakMap();
138615
+ _infoText = new WeakMap();
138599
138616
  _description = new WeakMap();
138600
138617
  __decorateElement(_init10, 4, "layoutMode", _layoutMode_dec, _DeesInputBase, _layoutMode);
138601
138618
  __decorateElement(_init10, 4, "labelPosition", _labelPosition_dec, _DeesInputBase, _labelPosition);
@@ -138603,6 +138620,7 @@ __decorateElement(_init10, 4, "key", _key_dec, _DeesInputBase, _key);
138603
138620
  __decorateElement(_init10, 4, "label", _label_dec, _DeesInputBase, _label);
138604
138621
  __decorateElement(_init10, 4, "required", _required_dec, _DeesInputBase, _required);
138605
138622
  __decorateElement(_init10, 4, "disabled", _disabled_dec, _DeesInputBase, _disabled);
138623
+ __decorateElement(_init10, 4, "infoText", _infoText_dec, _DeesInputBase, _infoText);
138606
138624
  __decorateElement(_init10, 4, "description", _description_dec, _DeesInputBase, _description);
138607
138625
  __decoratorMetadata(_init10, _DeesInputBase);
138608
138626
  __name(_DeesInputBase, "DeesInputBase");
@@ -138946,7 +138964,7 @@ var _DeesInputCheckbox = class _DeesInputCheckbox extends (_a13 = DeesInputBase,
138946
138964
  </div>
138947
138965
  <div class="label-container">
138948
138966
  ${this.label ? b2`<div class="checkbox-label">${this.label}</div>` : ""}
138949
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
138967
+ ${this.renderDescription()}
138950
138968
  </div>
138951
138969
  </div>
138952
138970
  </div>
@@ -139102,12 +139120,6 @@ __publicField(_DeesInputCheckbox, "styles", [
139102
139120
  color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 90%)")};
139103
139121
  }
139104
139122
 
139105
- /* Description */
139106
- .description-text {
139107
- font-size: 12px;
139108
- color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
139109
- line-height: 1.5;
139110
- }
139111
139123
  `
139112
139124
  ]);
139113
139125
  __runInitializers(_init11, 1, _DeesInputCheckbox);
@@ -139633,13 +139645,14 @@ var demoFunc10 = /* @__PURE__ */ __name(() => {
139633
139645
  // ts_web/elements/00group-layout/dees-tile/dees-tile.ts
139634
139646
  init_dist_ts30();
139635
139647
  init_theme();
139636
- var _hasFooter_dec, _heading_dec, _a14, _DeesTile_decorators, _init12, _heading, _hasFooter;
139648
+ var _hasFooter_dec, _overscroll_dec, _heading_dec, _a14, _DeesTile_decorators, _init12, _heading, _overscroll, _hasFooter;
139637
139649
  _DeesTile_decorators = [customElement("dees-tile")];
139638
- var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5({ type: String })], _hasFooter_dec = [r5()], _a14) {
139650
+ var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5({ type: String })], _overscroll_dec = [n5({ type: String, reflect: true })], _hasFooter_dec = [r5()], _a14) {
139639
139651
  constructor() {
139640
139652
  super(...arguments);
139641
139653
  __privateAdd(this, _heading, __runInitializers(_init12, 8, this, "")), __runInitializers(_init12, 11, this);
139642
- __privateAdd(this, _hasFooter, __runInitializers(_init12, 12, this, false)), __runInitializers(_init12, 15, this);
139654
+ __privateAdd(this, _overscroll, __runInitializers(_init12, 12, this, "auto")), __runInitializers(_init12, 15, this);
139655
+ __privateAdd(this, _hasFooter, __runInitializers(_init12, 16, this, false)), __runInitializers(_init12, 19, this);
139643
139656
  }
139644
139657
  render() {
139645
139658
  return b2`
@@ -139665,8 +139678,10 @@ var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5(
139665
139678
  };
139666
139679
  _init12 = __decoratorStart(_a14);
139667
139680
  _heading = new WeakMap();
139681
+ _overscroll = new WeakMap();
139668
139682
  _hasFooter = new WeakMap();
139669
139683
  __decorateElement(_init12, 4, "heading", _heading_dec, _DeesTile, _heading);
139684
+ __decorateElement(_init12, 4, "overscroll", _overscroll_dec, _DeesTile, _overscroll);
139670
139685
  __decorateElement(_init12, 4, "hasFooter", _hasFooter_dec, _DeesTile, _hasFooter);
139671
139686
  _DeesTile = __decorateElement(_init12, 0, "DeesTile", _DeesTile_decorators, _DeesTile);
139672
139687
  __name(_DeesTile, "DeesTile");
@@ -139724,7 +139739,14 @@ __publicField(_DeesTile, "styles", [
139724
139739
  border-radius: 8px;
139725
139740
  border-top: 1px solid var(--dees-color-border-subtle);
139726
139741
  border-bottom: 1px solid var(--dees-color-border-subtle);
139727
- overflow: hidden;
139742
+ overflow-x: hidden;
139743
+ overflow-y: auto;
139744
+ scrollbar-width: thin;
139745
+ scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
139746
+ }
139747
+
139748
+ :host([overscroll="contain"]) .tile-content {
139749
+ overscroll-behavior: contain;
139728
139750
  }
139729
139751
 
139730
139752
  .tile-content.no-footer {
@@ -139811,7 +139833,7 @@ var _DeesModal = class _DeesModal extends (_a15 = DeesElement, _heading_dec2 = [
139811
139833
  ${minWidthStyle ? `dees-tile { min-width: ${minWidthStyle}; }` : ""}
139812
139834
  </style>
139813
139835
  <div class="modalContainer" @click=${this.handleOutsideClick} style="z-index: ${this.modalZIndex}">
139814
- <dees-tile class="${widthClass} ${mobileFullscreenClass}">
139836
+ <dees-tile class="${widthClass} ${mobileFullscreenClass}" .overscroll=${"contain"}>
139815
139837
  <div slot="header" class="heading">
139816
139838
  <div class="heading-text">${this.heading}</div>
139817
139839
  <div class="header-buttons">
@@ -139933,14 +139955,6 @@ __publicField(_DeesModal, "styles", [
139933
139955
  overscroll-behavior: contain;
139934
139956
  }
139935
139957
 
139936
- dees-tile::part(content) {
139937
- overflow-x: hidden;
139938
- overflow-y: auto;
139939
- overscroll-behavior: contain;
139940
- scrollbar-width: thin;
139941
- scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
139942
- }
139943
-
139944
139958
  dees-tile::part(outer) {
139945
139959
  box-shadow:
139946
139960
  0 0 0 1px ${cssManager.bdTheme("hsl(0 0% 0% / 0.03)", "hsl(0 0% 100% / 0.03)")},
@@ -140206,31 +140220,31 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
140206
140220
  </div>
140207
140221
 
140208
140222
  <div class="demo-section">
140209
- <h3>Description (Info Icon)</h3>
140210
- <p>When <code>description</code> is set, an info icon appears next to the label. Hover over it to see the tooltip.</p>
140223
+ <h3>Info Text (Info Icon)</h3>
140224
+ <p>When <code>infoText</code> is set, an info icon appears next to the label. Hover over it to see the tooltip.</p>
140211
140225
  <div class="label-grid">
140212
140226
  <div class="label-row">
140213
- <span class="annotation">description="..."</span>
140214
- <dees-label .label=${"API Key"} .description=${"Your API key can be found in the developer settings dashboard."}></dees-label>
140227
+ <span class="annotation">infoText="..."</span>
140228
+ <dees-label .label=${"API Key"} .infoText=${"Your API key can be found in the developer settings dashboard."}></dees-label>
140215
140229
  </div>
140216
140230
  <div class="label-row">
140217
- <span class="annotation">short description</span>
140218
- <dees-label .label=${"Region"} .description=${"Select your nearest datacenter."}></dees-label>
140231
+ <span class="annotation">short infoText</span>
140232
+ <dees-label .label=${"Region"} .infoText=${"Select your nearest datacenter."}></dees-label>
140219
140233
  </div>
140220
140234
  </div>
140221
140235
  </div>
140222
140236
 
140223
140237
  <div class="demo-section">
140224
- <h3>Required + Description</h3>
140238
+ <h3>Required + Info Text</h3>
140225
140239
  <p>Both indicators can be combined. The asterisk appears first, then the info icon.</p>
140226
140240
  <div class="label-grid">
140227
140241
  <div class="label-row">
140228
- <span class="annotation">required + description</span>
140229
- <dees-label .label=${"Password"} .required=${true} .description=${"Must be at least 8 characters with one uppercase letter and one number."}></dees-label>
140242
+ <span class="annotation">required + infoText</span>
140243
+ <dees-label .label=${"Password"} .required=${true} .infoText=${"Must be at least 8 characters with one uppercase letter and one number."}></dees-label>
140230
140244
  </div>
140231
140245
  <div class="label-row">
140232
- <span class="annotation">required + description</span>
140233
- <dees-label .label=${"Email Address"} .required=${true} .description=${"We will send a verification link to this address."}></dees-label>
140246
+ <span class="annotation">required + infoText</span>
140247
+ <dees-label .label=${"Email Address"} .required=${true} .infoText=${"We will send a verification link to this address."}></dees-label>
140234
140248
  </div>
140235
140249
  </div>
140236
140250
  </div>
@@ -140251,12 +140265,12 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
140251
140265
  // ts_web/elements/00group-layout/dees-label/dees-label.ts
140252
140266
  init_dist_ts30();
140253
140267
  init_theme();
140254
- var _required_dec2, _description_dec2, _label_dec2, _a16, _DeesLabel_decorators, _init14, _label2, _description2, _required2;
140268
+ var _required_dec2, _infoText_dec2, _label_dec2, _a16, _DeesLabel_decorators, _init14, _label2, _infoText2, _required2;
140255
140269
  _DeesLabel_decorators = [customElement("dees-label")];
140256
140270
  var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5({
140257
140271
  type: String,
140258
140272
  reflect: true
140259
- })], _description_dec2 = [n5({
140273
+ })], _infoText_dec2 = [n5({
140260
140274
  type: String,
140261
140275
  reflect: true
140262
140276
  })], _required_dec2 = [n5({
@@ -140266,7 +140280,7 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140266
140280
  constructor() {
140267
140281
  super(...arguments);
140268
140282
  __privateAdd(this, _label2, __runInitializers(_init14, 8, this, "")), __runInitializers(_init14, 11, this);
140269
- __privateAdd(this, _description2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
140283
+ __privateAdd(this, _infoText2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
140270
140284
  __privateAdd(this, _required2, __runInitializers(_init14, 16, this, false)), __runInitializers(_init14, 19, this);
140271
140285
  }
140272
140286
  render() {
@@ -140275,11 +140289,11 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140275
140289
  <div class="label">
140276
140290
  ${this.label}
140277
140291
  ${this.required ? b2`<span class="required">*</span>` : ""}
140278
- ${this.description ? b2`
140292
+ ${this.infoText ? b2`
140279
140293
  <div class="description-icon">
140280
140294
  <dees-icon .icon=${"lucide:info"}></dees-icon>
140281
140295
  </div>
140282
- <dees-speechbubble .text=${this.description}></dees-speechbubble>
140296
+ <dees-speechbubble .text=${this.infoText}></dees-speechbubble>
140283
140297
  ` : b2``}
140284
140298
  </div>
140285
140299
  ` : b2``}
@@ -140288,10 +140302,10 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140288
140302
  };
140289
140303
  _init14 = __decoratorStart(_a16);
140290
140304
  _label2 = new WeakMap();
140291
- _description2 = new WeakMap();
140305
+ _infoText2 = new WeakMap();
140292
140306
  _required2 = new WeakMap();
140293
140307
  __decorateElement(_init14, 4, "label", _label_dec2, _DeesLabel, _label2);
140294
- __decorateElement(_init14, 4, "description", _description_dec2, _DeesLabel, _description2);
140308
+ __decorateElement(_init14, 4, "infoText", _infoText_dec2, _DeesLabel, _infoText2);
140295
140309
  __decorateElement(_init14, 4, "required", _required_dec2, _DeesLabel, _required2);
140296
140310
  _DeesLabel = __decorateElement(_init14, 0, "DeesLabel", _DeesLabel_decorators, _DeesLabel);
140297
140311
  __name(_DeesLabel, "DeesLabel");
@@ -140644,7 +140658,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
140644
140658
  }
140645
140659
  </style>
140646
140660
  <div class="input-wrapper">
140647
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
140661
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
140648
140662
  <dees-tile>
140649
140663
  <div slot="header" class="toolbar">
140650
140664
  <div class="toolbar-left">
@@ -140722,6 +140736,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
140722
140736
  </div>
140723
140737
  </div>
140724
140738
  </dees-tile>
140739
+ ${this.renderDescription()}
140725
140740
  </div>
140726
140741
  `;
140727
140742
  }
@@ -141897,7 +141912,7 @@ init_dist_ts30();
141897
141912
  var renderDatepicker = /* @__PURE__ */ __name((component) => {
141898
141913
  return b2`
141899
141914
  <div class="input-wrapper">
141900
- <dees-label .label=${component.label} .description=${component.description} .required=${component.required}></dees-label>
141915
+ <dees-label .label=${component.label} .infoText=${component.infoText} .required=${component.required}></dees-label>
141901
141916
  <div class="input-container">
141902
141917
  <input
141903
141918
  type="text"
@@ -141920,6 +141935,7 @@ var renderDatepicker = /* @__PURE__ */ __name((component) => {
141920
141935
  <dees-icon class="calendar-icon" icon="lucide:calendar" iconSize="16"></dees-icon>
141921
141936
  </div>
141922
141937
  </div>
141938
+ ${component.renderDescription()}
141923
141939
  </div>
141924
141940
  `;
141925
141941
  }, "renderDatepicker");
@@ -143105,12 +143121,13 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
143105
143121
  .label=${"Username"}
143106
143122
  .value=${"johndoe"}
143107
143123
  .key=${"username"}
143124
+ .description=${"Your username will be visible to other users"}
143108
143125
  ></dees-input-text>
143109
143126
 
143110
143127
  <dees-input-text
143111
143128
  .label=${"Email Address"}
143112
143129
  .value=${"john@example.com"}
143113
- .description=${"We will never share your email with anyone"}
143130
+ .infoText=${"We will never share your email with anyone"}
143114
143131
  .key=${"email"}
143115
143132
  ></dees-input-text>
143116
143133
 
@@ -143265,14 +143282,14 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
143265
143282
  .label=${"Password with Toggle"}
143266
143283
  .isPasswordBool=${true}
143267
143284
  .value=${"mySecurePassword123"}
143268
- .description=${"Click the eye icon to show/hide password"}
143285
+ .infoText=${"Click the eye icon to show/hide password"}
143269
143286
  ></dees-input-text>
143270
143287
 
143271
143288
  <dees-input-text
143272
143289
  .label=${"API Key"}
143273
143290
  .isPasswordBool=${true}
143274
143291
  .value=${"sk-1234567890abcdef"}
143275
- .description=${"Keep this key secure and never share it"}
143292
+ .infoText=${"Keep this key secure and never share it"}
143276
143293
  ></dees-input-text>
143277
143294
  </div>
143278
143295
  </dees-panel>
@@ -143360,7 +143377,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
143360
143377
  `}
143361
143378
  </style>
143362
143379
  <div class="input-wrapper">
143363
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
143380
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
143364
143381
  <div class="maincontainer">
143365
143382
  <input
143366
143383
  type="${this.isPasswordBool && !this.showPasswordBool ? "password" : "text"}"
@@ -143382,6 +143399,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
143382
143399
  ${this.validationText}
143383
143400
  </div>
143384
143401
  ` : b2`<div class="validationContainer"></div>`}
143402
+ ${this.renderDescription()}
143385
143403
  </div>
143386
143404
  </div>
143387
143405
  `;
@@ -144418,13 +144436,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144418
144436
  <div class="input-group">
144419
144437
  <dees-input-quantityselector
144420
144438
  .label=${"Quantity"}
144421
- .description=${"Select the desired quantity"}
144439
+ .infoText=${"Select the desired quantity"}
144440
+ .description=${"Minimum order quantity is 1 item"}
144422
144441
  .value=${1}
144423
144442
  ></dees-input-quantityselector>
144424
144443
 
144425
144444
  <dees-input-quantityselector
144426
144445
  .label=${"Items in Cart"}
144427
- .description=${"Adjust the quantity of items"}
144446
+ .infoText=${"Adjust the quantity of items"}
144428
144447
  .value=${3}
144429
144448
  ></dees-input-quantityselector>
144430
144449
  </div>
@@ -144522,14 +144541,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144522
144541
  <div class="input-group">
144523
144542
  <dees-input-quantityselector
144524
144543
  .label=${"Number of Licenses"}
144525
- .description=${"Select how many licenses you need"}
144544
+ .infoText=${"Select how many licenses you need"}
144526
144545
  .required=${true}
144527
144546
  .value=${1}
144528
144547
  ></dees-input-quantityselector>
144529
144548
 
144530
144549
  <dees-input-quantityselector
144531
144550
  .label=${"Fixed Quantity"}
144532
- .description=${"This quantity cannot be changed"}
144551
+ .infoText=${"This quantity cannot be changed"}
144533
144552
  .disabled=${true}
144534
144553
  .value=${5}
144535
144554
  ></dees-input-quantityselector>
@@ -144546,7 +144565,7 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144546
144565
  ></dees-input-dropdown>
144547
144566
  <dees-input-quantityselector
144548
144567
  .label=${"Quantity"}
144549
- .description=${"Number of licenses"}
144568
+ .infoText=${"Number of licenses"}
144550
144569
  .value=${1}
144551
144570
  ></dees-input-quantityselector>
144552
144571
  <dees-input-text
@@ -144575,7 +144594,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
144575
144594
  render() {
144576
144595
  return b2`
144577
144596
  <div class="input-wrapper">
144578
- ${this.label ? b2`<dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>` : ""}
144597
+ ${this.label ? b2`<dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>` : ""}
144579
144598
  <div
144580
144599
  class="quantity-container ${this.disabled ? "disabled" : ""}"
144581
144600
  data-min="${this.value <= 0}"
@@ -144612,6 +144631,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
144612
144631
  aria-label="Increase quantity"
144613
144632
  >+</div>
144614
144633
  </div>
144634
+ ${this.renderDescription()}
144615
144635
  </div>
144616
144636
  `;
144617
144637
  }
@@ -145014,7 +145034,7 @@ var _DeesInputRadiogroup = class _DeesInputRadiogroup extends (_a24 = DeesInputB
145014
145034
  `;
145015
145035
  })}
145016
145036
  </div>
145017
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
145037
+ ${this.renderDescription()}
145018
145038
  </div>
145019
145039
  `;
145020
145040
  }
@@ -145241,14 +145261,6 @@ __publicField(_DeesInputRadiogroup, "styles", [
145241
145261
  line-height: 20px;
145242
145262
  }
145243
145263
 
145244
- .description-text {
145245
- font-size: 13px;
145246
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
145247
- margin-top: 10px;
145248
- line-height: 1.5;
145249
- letter-spacing: -0.003em;
145250
- }
145251
-
145252
145264
  /* Validation styles */
145253
145265
  :host([validationState="invalid"]) .radio-circle {
145254
145266
  border-color: ${cssManager.bdTheme("hsl(0 72.2% 50.6%)", "hsl(0 62.8% 30.6%)")};
@@ -145522,6 +145534,7 @@ var demoFunc18 = /* @__PURE__ */ __name(() => b2`
145522
145534
  <div class="input-group">
145523
145535
  <dees-input-dropdown
145524
145536
  .label=${"Select Country"}
145537
+ .description=${"Choose the country where your business is registered"}
145525
145538
  .options=${[
145526
145539
  { option: "United States", key: "us" },
145527
145540
  { option: "Canada", key: "ca" },
@@ -146133,7 +146146,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
146133
146146
  render() {
146134
146147
  return b2`
146135
146148
  <div class="input-wrapper">
146136
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
146149
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
146137
146150
  <div class="maincontainer">
146138
146151
  <div
146139
146152
  class="selectedBox ${this.isOpened ? "open" : ""} ${this.disabled ? "disabled" : ""}"
@@ -146144,6 +146157,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
146144
146157
  ${this.selectedOption?.option || "Select an option"}
146145
146158
  </div>
146146
146159
  </div>
146160
+ ${this.renderDescription()}
146147
146161
  </div>
146148
146162
  `;
146149
146163
  }
@@ -146421,14 +146435,15 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146421
146435
  <div class="demo-stack">
146422
146436
  <dees-input-fileupload
146423
146437
  .label=${"Attachments"}
146424
- .description=${"Upload supporting documents for your request"}
146438
+ .infoText=${"Upload supporting documents for your request"}
146439
+ .description=${"Accepted formats: images, PDF, and ZIP archives up to 10MB"}
146425
146440
  .accept=${"image/*,.pdf,.zip"}
146426
146441
  .maxSize=${10 * 1024 * 1024}
146427
146442
  ></dees-input-fileupload>
146428
146443
 
146429
146444
  <dees-input-fileupload
146430
146445
  .label=${"Brand assets"}
146431
- .description=${"Upload high-resolution imagery (JPG/PNG)"}
146446
+ .infoText=${"Upload high-resolution imagery (JPG/PNG)"}
146432
146447
  .accept=${"image/jpeg,image/png"}
146433
146448
  .multiple=${false}
146434
146449
  .maxSize=${5 * 1024 * 1024}
@@ -146439,14 +146454,14 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146439
146454
  <div class="demo-stack">
146440
146455
  <dees-input-fileupload
146441
146456
  .label=${"Audio uploads"}
146442
- .description=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
146457
+ .infoText=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
146443
146458
  .accept=${"audio/*"}
146444
146459
  .maxSize=${25 * 1024 * 1024}
146445
146460
  ></dees-input-fileupload>
146446
146461
 
146447
146462
  <dees-input-fileupload
146448
146463
  .label=${"Disabled example"}
146449
- .description=${"Uploader is disabled while moderation is pending"}
146464
+ .infoText=${"Uploader is disabled while moderation is pending"}
146450
146465
  .disabled=${true}
146451
146466
  ></dees-input-fileupload>
146452
146467
  </div>
@@ -146462,7 +146477,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146462
146477
  <div class="demo-stack">
146463
146478
  <dees-input-text
146464
146479
  .label=${"Project name"}
146465
- .description=${"How should we refer to this project internally?"}
146480
+ .infoText=${"How should we refer to this project internally?"}
146466
146481
  .required=${true}
146467
146482
  .key=${"projectName"}
146468
146483
  ></dees-input-text>
@@ -146476,7 +146491,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146476
146491
 
146477
146492
  <dees-input-fileupload
146478
146493
  .label=${"Statement of work"}
146479
- .description=${"Upload a signed statement of work (PDF, max 15MB)"}
146494
+ .infoText=${"Upload a signed statement of work (PDF, max 15MB)"}
146480
146495
  .required=${true}
146481
146496
  .accept=${"application/pdf"}
146482
146497
  .maxSize=${15 * 1024 * 1024}
@@ -146486,7 +146501,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146486
146501
 
146487
146502
  <dees-input-fileupload
146488
146503
  .label=${"Creative references"}
146489
- .description=${"Optional. Upload up to five visual references"}
146504
+ .infoText=${"Optional. Upload up to five visual references"}
146490
146505
  .accept=${"image/*"}
146491
146506
  .maxFiles=${5}
146492
146507
  .maxSize=${8 * 1024 * 1024}
@@ -146495,7 +146510,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146495
146510
 
146496
146511
  <dees-input-text
146497
146512
  .label=${"Notes"}
146498
- .description=${"Add optional context for reviewers"}
146513
+ .infoText=${"Add optional context for reviewers"}
146499
146514
  .inputType=${"textarea"}
146500
146515
  .key=${"notes"}
146501
146516
  ></dees-input-text>
@@ -146914,7 +146929,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
146914
146929
  <div class="input-wrapper">
146915
146930
  <dees-label
146916
146931
  .label=${this.label}
146917
- .description=${this.description}
146932
+ .infoText=${this.infoText}
146918
146933
  .required=${this.required}
146919
146934
  ></dees-label>
146920
146935
  <dees-tile
@@ -146954,6 +146969,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
146954
146969
  </div>
146955
146970
  </dees-tile>
146956
146971
  ${this.validationMessage ? b2`<div class="validation-message" aria-live="polite">${this.validationMessage}</div>` : b2``}
146972
+ ${this.renderDescription()}
146957
146973
  </div>
146958
146974
  `;
146959
146975
  }
@@ -148762,12 +148778,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148762
148778
  <div class="input-group">
148763
148779
  <dees-input-iban
148764
148780
  .label=${"Bank Account IBAN"}
148765
- .description=${"Enter your International Bank Account Number"}
148781
+ .infoText=${"Enter your International Bank Account Number"}
148782
+ .description=${"Your IBAN can be found on your bank statement"}
148766
148783
  ></dees-input-iban>
148767
148784
 
148768
148785
  <dees-input-iban
148769
148786
  .label=${"Verified IBAN"}
148770
- .description=${"This IBAN has been verified"}
148787
+ .infoText=${"This IBAN has been verified"}
148771
148788
  .value=${"DE89370400440532013000"}
148772
148789
  ></dees-input-iban>
148773
148790
  </div>
@@ -148793,13 +148810,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148793
148810
  <div class="input-group">
148794
148811
  <dees-input-iban
148795
148812
  .label=${"Payment Account"}
148796
- .description=${"Required for processing payments"}
148813
+ .infoText=${"Required for processing payments"}
148797
148814
  .required=${true}
148798
148815
  ></dees-input-iban>
148799
148816
 
148800
148817
  <dees-input-iban
148801
148818
  .label=${"Locked IBAN"}
148802
- .description=${"This IBAN cannot be changed"}
148819
+ .infoText=${"This IBAN cannot be changed"}
148803
148820
  .value=${"FR1420041010050500013M02606"}
148804
148821
  .disabled=${true}
148805
148822
  ></dees-input-iban>
@@ -148810,7 +148827,7 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148810
148827
  <dees-form>
148811
148828
  <dees-input-text .label=${"Recipient Name"} .required=${true}></dees-input-text>
148812
148829
  <dees-input-iban .label=${"Recipient IBAN"} .required=${true}></dees-input-iban>
148813
- <dees-input-text .label=${"Transfer Reference"} .description=${"Optional reference for the transfer"}></dees-input-text>
148830
+ <dees-input-text .label=${"Transfer Reference"} .infoText=${"Optional reference for the transfer"}></dees-input-text>
148814
148831
  <dees-input-text .label=${"Amount"} .inputType=${"number"} .required=${true}></dees-input-text>
148815
148832
  </dees-form>
148816
148833
  </dees-panel>
@@ -148836,7 +148853,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
148836
148853
  render() {
148837
148854
  return b2`
148838
148855
  <div class="input-wrapper">
148839
- <dees-label .label=${this.label || "IBAN"} .description=${this.description}></dees-label>
148856
+ <dees-label .label=${this.label || "IBAN"} .infoText=${this.infoText}></dees-label>
148840
148857
  <dees-input-text
148841
148858
  .value=${this.value}
148842
148859
  .disabled=${this.disabled}
@@ -148854,6 +148871,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
148854
148871
  this.validateIban(eventArg);
148855
148872
  }}
148856
148873
  ></dees-input-text>
148874
+ ${this.renderDescription()}
148857
148875
  </div>
148858
148876
  `;
148859
148877
  }
@@ -148969,7 +148987,8 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148969
148987
 
148970
148988
  <dees-input-multitoggle
148971
148989
  .label=${"Display Mode"}
148972
- .description=${"Choose how content is displayed"}
148990
+ .infoText=${"Choose how content is displayed"}
148991
+ .description=${"This setting affects how items appear on your dashboard"}
148973
148992
  .options=${["List View", "Grid View", "Compact"]}
148974
148993
  .selectedOption=${"Grid View"}
148975
148994
  ></dees-input-multitoggle>
@@ -148978,7 +148997,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148978
148997
 
148979
148998
  <dees-input-multitoggle
148980
148999
  .label=${"T-Shirt Size"}
148981
- .description=${"Select your preferred size"}
149000
+ .infoText=${"Select your preferred size"}
148982
149001
  .options=${["XS", "S", "M", "L", "XL", "XXL"]}
148983
149002
  .selectedOption=${"M"}
148984
149003
  ></dees-input-multitoggle>
@@ -148990,7 +149009,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148990
149009
 
148991
149010
  <dees-input-multitoggle
148992
149011
  .label=${"Notifications"}
148993
- .description=${"Enable or disable push notifications"}
149012
+ .infoText=${"Enable or disable push notifications"}
148994
149013
  .type=${"boolean"}
148995
149014
  .selectedOption=${"true"}
148996
149015
  ></dees-input-multitoggle>
@@ -148999,7 +149018,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148999
149018
 
149000
149019
  <dees-input-multitoggle
149001
149020
  .label=${"Theme Mode"}
149002
- .description=${"Switch between light and dark theme"}
149021
+ .infoText=${"Switch between light and dark theme"}
149003
149022
  .type=${"boolean"}
149004
149023
  .booleanTrueName=${"Dark"}
149005
149024
  .booleanFalseName=${"Light"}
@@ -149048,7 +149067,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
149048
149067
 
149049
149068
  <dees-input-multitoggle
149050
149069
  .label=${"Account Type"}
149051
- .description=${"This setting is locked"}
149070
+ .infoText=${"This setting is locked"}
149052
149071
  .options=${["Free", "Pro", "Enterprise"]}
149053
149072
  .selectedOption=${"Enterprise"}
149054
149073
  .disabled=${true}
@@ -149117,7 +149136,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
149117
149136
  render() {
149118
149137
  return b2`
149119
149138
  <div class="input-wrapper">
149120
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
149139
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
149121
149140
  <div class="mainbox">
149122
149141
  <div class="selections">
149123
149142
  <div class="indicator"></div>
@@ -149128,6 +149147,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
149128
149147
  )}
149129
149148
  </div>
149130
149149
  </div>
149150
+ ${this.renderDescription()}
149131
149151
  </div>
149132
149152
  `;
149133
149153
  }
@@ -149337,13 +149357,14 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
149337
149357
  <div class="input-group">
149338
149358
  <dees-input-phone
149339
149359
  .label=${"Phone Number"}
149340
- .description=${"Enter your phone number with country code"}
149360
+ .infoText=${"Enter your phone number with country code"}
149361
+ .description=${"Include country code for international numbers"}
149341
149362
  .value=${"5551234567"}
149342
149363
  ></dees-input-phone>
149343
149364
 
149344
149365
  <dees-input-phone
149345
149366
  .label=${"Contact Phone"}
149346
- .description=${"Required for account verification"}
149367
+ .infoText=${"Required for account verification"}
149347
149368
  .required=${true}
149348
149369
  .placeholder=${"+1 (555) 000-0000"}
149349
149370
  ></dees-input-phone>
@@ -149370,7 +149391,7 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
149370
149391
  <div class="input-group">
149371
149392
  <dees-input-phone
149372
149393
  .label=${"International Contact"}
149373
- .description=${"Automatically formats international numbers"}
149394
+ .infoText=${"Automatically formats international numbers"}
149374
149395
  .value=${"441234567890"}
149375
149396
  ></dees-input-phone>
149376
149397
 
@@ -149409,7 +149430,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
149409
149430
  render() {
149410
149431
  return b2`
149411
149432
  <div class="input-wrapper">
149412
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
149433
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
149413
149434
  <dees-input-text
149414
149435
  .value=${this.formattedPhone}
149415
149436
  .disabled=${this.disabled}
@@ -149417,6 +149438,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
149417
149438
  .placeholder=${this.placeholder}
149418
149439
  @input=${(event) => this.handlePhoneInput(event)}
149419
149440
  ></dees-input-text>
149441
+ ${this.renderDescription()}
149420
149442
  </div>
149421
149443
  `;
149422
149444
  }
@@ -149854,7 +149876,7 @@ var _DeesInputToggle = class _DeesInputToggle extends (_a32 = DeesInputBase, _va
149854
149876
  </div>
149855
149877
  <div class="label-container">
149856
149878
  ${this.label ? b2`<div class="toggle-label">${this.label}</div>` : ""}
149857
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
149879
+ ${this.renderDescription()}
149858
149880
  </div>
149859
149881
  </div>
149860
149882
  </div>
@@ -150119,12 +150141,6 @@ __publicField(_DeesInputToggle, "styles", [
150119
150141
  color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 90%)")};
150120
150142
  }
150121
150143
 
150122
- /* Description */
150123
- .description-text {
150124
- font-size: 12px;
150125
- color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
150126
- line-height: 1.5;
150127
- }
150128
150144
  `
150129
150145
  ]);
150130
150146
  __runInitializers(_init30, 1, _DeesInputToggle);
@@ -150180,13 +150196,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150180
150196
  <div class="input-group">
150181
150197
  <dees-input-typelist
150182
150198
  .label=${"Tags"}
150183
- .description=${"Add tags by typing and pressing Enter"}
150199
+ .infoText=${"Add tags by typing and pressing Enter"}
150200
+ .description=${"Tags help categorize and filter your content"}
150184
150201
  .value=${["javascript", "typescript", "web-components"]}
150185
150202
  ></dees-input-typelist>
150186
150203
 
150187
150204
  <dees-input-typelist
150188
150205
  .label=${"Team Members"}
150189
- .description=${"Add email addresses of team members"}
150206
+ .infoText=${"Add email addresses of team members"}
150190
150207
  .value=${["alice@example.com", "bob@example.com"]}
150191
150208
  ></dees-input-typelist>
150192
150209
  </div>
@@ -150196,7 +150213,7 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150196
150213
  <div class="input-group">
150197
150214
  <dees-input-typelist
150198
150215
  .label=${"Your Skills"}
150199
- .description=${"List your professional skills"}
150216
+ .infoText=${"List your professional skills"}
150200
150217
  .value=${["HTML", "CSS", "JavaScript", "Node.js", "React"]}
150201
150218
  ></dees-input-typelist>
150202
150219
 
@@ -150220,14 +150237,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150220
150237
  <div class="input-group">
150221
150238
  <dees-input-typelist
150222
150239
  .label=${"Project Dependencies"}
150223
- .description=${"List all required npm packages"}
150240
+ .infoText=${"List all required npm packages"}
150224
150241
  .required=${true}
150225
150242
  .value=${["@design.estate/dees-element", "@design.estate/dees-domtools"]}
150226
150243
  ></dees-input-typelist>
150227
150244
 
150228
150245
  <dees-input-typelist
150229
150246
  .label=${"System Tags"}
150230
- .description=${"These tags are managed by the system"}
150247
+ .infoText=${"These tags are managed by the system"}
150231
150248
  .disabled=${true}
150232
150249
  .value=${["system", "protected", "readonly"]}
150233
150250
  ></dees-input-typelist>
@@ -150240,16 +150257,16 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150240
150257
  <dees-input-text
150241
150258
  .label=${"Summary"}
150242
150259
  .inputType=${"textarea"}
150243
- .description=${"Brief description of the article"}
150260
+ .infoText=${"Brief description of the article"}
150244
150261
  ></dees-input-text>
150245
150262
  <dees-input-typelist
150246
150263
  .label=${"Tags"}
150247
- .description=${"Add relevant tags for better discoverability"}
150264
+ .infoText=${"Add relevant tags for better discoverability"}
150248
150265
  .value=${["tutorial", "web-development"]}
150249
150266
  ></dees-input-typelist>
150250
150267
  <dees-input-typelist
150251
150268
  .label=${"Co-Authors"}
150252
- .description=${"Add email addresses of co-authors"}
150269
+ .infoText=${"Add email addresses of co-authors"}
150253
150270
  ></dees-input-typelist>
150254
150271
  </dees-form>
150255
150272
 
@@ -150276,7 +150293,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
150276
150293
  render() {
150277
150294
  return b2`
150278
150295
  <div class="input-wrapper">
150279
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
150296
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
150280
150297
  <div class="mainbox">
150281
150298
  <div class="tags" @click=${() => {
150282
150299
  this.shadowRoot.querySelector("input").focus();
@@ -150309,6 +150326,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
150309
150326
  .disabled=${this.disabled}
150310
150327
  />
150311
150328
  </div>
150329
+ ${this.renderDescription()}
150312
150330
  </div>
150313
150331
  `;
150314
150332
  }
@@ -150738,9 +150756,7 @@ var _DeesInputTags = class _DeesInputTags extends (_a35 = DeesInputBase, _value_
150738
150756
  <div class="validation-message">${this.validationText}</div>
150739
150757
  ` : ""}
150740
150758
 
150741
- ${this.description ? b2`
150742
- <div class="description">${this.description}</div>
150743
- ` : ""}
150759
+ ${this.renderDescription()}
150744
150760
  </div>
150745
150761
  `;
150746
150762
  }
@@ -151029,14 +151045,6 @@ __publicField(_DeesInputTags, "styles", [
151029
151045
  line-height: 1.5;
151030
151046
  }
151031
151047
 
151032
- /* Description styles */
151033
- .description {
151034
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
151035
- font-size: 13px;
151036
- margin-top: 6px;
151037
- line-height: 1.5;
151038
- }
151039
-
151040
151048
  /* Scrollbar styling */
151041
151049
  .suggestions-dropdown::-webkit-scrollbar {
151042
151050
  width: 8px;
@@ -151555,9 +151563,7 @@ var _DeesInputList = class _DeesInputList extends (_a36 = DeesInputBase, _value_
151555
151563
  <div class="validation-message">${this.validationText}</div>
151556
151564
  ` : ""}
151557
151565
 
151558
- ${this.description ? b2`
151559
- <div class="description">${this.description}</div>
151560
- ` : ""}
151566
+ ${this.renderDescription()}
151561
151567
  </div>
151562
151568
  `;
151563
151569
  }
@@ -152300,13 +152306,6 @@ __publicField(_DeesInputList, "styles", [
152300
152306
  line-height: 1.4;
152301
152307
  }
152302
152308
 
152303
- .description {
152304
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
152305
- font-size: 12px;
152306
- margin-top: 4px;
152307
- line-height: 1.4;
152308
- }
152309
-
152310
152309
  /* Scrollbar styling */
152311
152310
  .list-items::-webkit-scrollbar {
152312
152311
  width: 8px;
@@ -162015,17 +162014,18 @@ var _DeesInputWysiwyg = class _DeesInputWysiwyg extends (_a40 = DeesInputBase, _
162015
162014
  return u3`
162016
162015
  <dees-label
162017
162016
  .label="${this.label}"
162018
- .description="${this.description}"
162017
+ .infoText="${this.infoText}"
162019
162018
  .required="${this.required}"
162020
162019
  ></dees-label>
162021
162020
  <div class="wysiwyg-container">
162022
- <div
162021
+ <div
162023
162022
  class="editor-content ${this.draggedBlockId ? "dragging" : ""}"
162024
162023
  id="editor-content"
162025
162024
  >
162026
162025
  <!-- Blocks will be rendered programmatically -->
162027
162026
  </div>
162028
162027
  </div>
162028
+ ${this.renderDescription()}
162029
162029
  `;
162030
162030
  }
162031
162031
  // Old renderBlock method removed - using programmatic rendering instead
@@ -162977,13 +162977,6 @@ var richtextStyles = [
162977
162977
  border-color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 93.9%)")};
162978
162978
  }
162979
162979
 
162980
- .description {
162981
- margin-top: 8px;
162982
- font-size: 12px;
162983
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 46.9%)", "hsl(215 20.2% 65.1%)")};
162984
- line-height: 1.4;
162985
- }
162986
-
162987
162980
  :host([disabled]) dees-tile {
162988
162981
  opacity: 0.6;
162989
162982
  cursor: not-allowed;
@@ -163021,7 +163014,7 @@ var renderRichtext = /* @__PURE__ */ __name((component) => {
163021
163014
  </div>
163022
163015
  ` : ""}
163023
163016
  </dees-tile>
163024
- ${component.description ? b2`<div class="description">${component.description}</div>` : ""}
163017
+ ${component.renderDescription()}
163025
163018
  </div>
163026
163019
  `;
163027
163020
  }, "renderRichtext");
@@ -165472,26 +165465,26 @@ var _DeesTable = class _DeesTable extends (_a42 = DeesElement, _heading1_dec = [
165472
165465
  <div class="searchGrid hidden">
165473
165466
  <dees-input-text
165474
165467
  .label=${"lucene syntax search"}
165475
- .description=${`
165468
+ .infoText=${`
165476
165469
  You can use the lucene syntax to search for data, e.g.:
165477
-
165470
+
165478
165471
  \`\`\`
165479
165472
  name: "john" AND age: 18
165480
165473
  \`\`\`
165481
-
165474
+
165482
165475
  `}
165483
165476
  ></dees-input-text>
165484
165477
  <dees-input-multitoggle
165485
165478
  .label=${"search mode"}
165486
165479
  .options=${["table", "data", "server"]}
165487
165480
  .selectedOption=${"table"}
165488
- .description=${`
165481
+ .infoText=${`
165489
165482
  There are three basic modes:
165490
-
165483
+
165491
165484
  * table: only searches data already in the table
165492
165485
  * data: searches original data, ignoring table transforms
165493
165486
  * server: searches data on the server
165494
-
165487
+
165495
165488
  `}
165496
165489
  ></dees-input-multitoggle>
165497
165490
  </div>
@@ -167160,7 +167153,7 @@ ${JSON.stringify(data, null, 2)}`;
167160
167153
  .required=${true}
167161
167154
  key="firstName"
167162
167155
  label="First Name"
167163
- .description=${"Your given name"}
167156
+ .infoText=${"Your given name"}
167164
167157
  ></dees-input-text>
167165
167158
 
167166
167159
  <dees-input-text
@@ -167173,7 +167166,7 @@ ${JSON.stringify(data, null, 2)}`;
167173
167166
  .required=${true}
167174
167167
  key="email"
167175
167168
  label="Email Address"
167176
- .description=${"We will use this to contact you"}
167169
+ .infoText=${"We will use this to contact you"}
167177
167170
  ></dees-input-text>
167178
167171
 
167179
167172
  <dees-input-dropdown
@@ -167194,7 +167187,7 @@ ${JSON.stringify(data, null, 2)}`;
167194
167187
  key="password"
167195
167188
  label="Password"
167196
167189
  isPasswordBool
167197
- .description=${"Minimum 8 characters"}
167190
+ .infoText=${"Minimum 8 characters"}
167198
167191
  ></dees-input-text>
167199
167192
 
167200
167193
  <dees-input-checkbox
@@ -167347,7 +167340,7 @@ ${JSON.stringify(data, null, 2)}`;
167347
167340
  <dees-input-fileupload
167348
167341
  key="documents"
167349
167342
  .label=${"Upload Documents"}
167350
- .description=${"PDF, DOC, or DOCX files up to 10MB"}
167343
+ .infoText=${"PDF, DOC, or DOCX files up to 10MB"}
167351
167344
  ></dees-input-fileupload>
167352
167345
 
167353
167346
  <dees-form-submit>Submit Application</dees-form-submit>
@@ -184734,7 +184727,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
184734
184727
  render() {
184735
184728
  return b2`
184736
184729
  <div class="input-wrapper">
184737
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
184730
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
184738
184731
 
184739
184732
  <div
184740
184733
  class="profile-container"
@@ -184796,6 +184789,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
184796
184789
  accept="${this.acceptedFormats.join(",")}"
184797
184790
  @change=${this.handleFileSelect}
184798
184791
  />
184792
+ ${this.renderDescription()}
184799
184793
  </div>
184800
184794
  `;
184801
184795
  }
@@ -201432,7 +201426,7 @@ init_group_runtime();
201432
201426
  // ts_web/00_commitinfo_data.ts
201433
201427
  var commitinfo = {
201434
201428
  name: "@design.estate/dees-catalog",
201435
- version: "3.74.2",
201429
+ version: "3.76.0",
201436
201430
  description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
201437
201431
  };
201438
201432
  export {
@@ -203397,4 +203391,4 @@ ibantools/jsnext/ibantools.js:
203397
203391
  * @preferred
203398
203392
  *)
203399
203393
  */
203400
- //# sourceMappingURL=bundle-1776014929748.js.map
203394
+ //# sourceMappingURL=bundle-1776019869407.js.map