@design.estate/dees-catalog 3.75.0 → 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 (72) hide show
  1. package/dist_bundle/bundle.js +127 -135
  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_watch/bundle.js +125 -133
  38. package/dist_watch/bundle.js.map +3 -3
  39. package/package.json +1 -1
  40. package/ts_web/00_commitinfo_data.ts +1 -1
  41. package/ts_web/elements/00group-dataview/dees-table/dees-table.ts +6 -6
  42. package/ts_web/elements/00group-form/dees-form/dees-form.demo.ts +4 -4
  43. package/ts_web/elements/00group-input/dees-input-base/dees-input-base.ts +20 -0
  44. package/ts_web/elements/00group-input/dees-input-checkbox/dees-input-checkbox.ts +1 -7
  45. package/ts_web/elements/00group-input/dees-input-code/dees-input-code.ts +2 -1
  46. package/ts_web/elements/00group-input/dees-input-datepicker/template.ts +2 -1
  47. package/ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.demo.ts +1 -0
  48. package/ts_web/elements/00group-input/dees-input-dropdown/dees-input-dropdown.ts +2 -1
  49. package/ts_web/elements/00group-input/dees-input-fileupload/component.ts +2 -1
  50. package/ts_web/elements/00group-input/dees-input-fileupload/demo.ts +9 -8
  51. package/ts_web/elements/00group-input/dees-input-iban/dees-input-iban.demo.ts +6 -5
  52. package/ts_web/elements/00group-input/dees-input-iban/dees-input-iban.ts +2 -1
  53. package/ts_web/elements/00group-input/dees-input-list/dees-input-list.ts +1 -10
  54. package/ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.demo.ts +6 -5
  55. package/ts_web/elements/00group-input/dees-input-multitoggle/dees-input-multitoggle.ts +2 -1
  56. package/ts_web/elements/00group-input/dees-input-phone/dees-input-phone.demo.ts +4 -3
  57. package/ts_web/elements/00group-input/dees-input-phone/dees-input-phone.ts +2 -1
  58. package/ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.demo.ts +6 -5
  59. package/ts_web/elements/00group-input/dees-input-quantityselector/dees-input-quantityselector.ts +2 -1
  60. package/ts_web/elements/00group-input/dees-input-radiogroup/dees-input-radiogroup.ts +1 -9
  61. package/ts_web/elements/00group-input/dees-input-richtext/styles.ts +0 -7
  62. package/ts_web/elements/00group-input/dees-input-richtext/template.ts +1 -1
  63. package/ts_web/elements/00group-input/dees-input-tags/dees-input-tags.ts +1 -11
  64. package/ts_web/elements/00group-input/dees-input-text/dees-input-text.demo.ts +4 -3
  65. package/ts_web/elements/00group-input/dees-input-text/dees-input-text.ts +2 -1
  66. package/ts_web/elements/00group-input/dees-input-toggle/dees-input-toggle.ts +1 -7
  67. package/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.demo.ts +9 -8
  68. package/ts_web/elements/00group-input/dees-input-typelist/dees-input-typelist.ts +2 -1
  69. package/ts_web/elements/00group-input/dees-input-wysiwyg/dees-input-wysiwyg.ts +3 -2
  70. package/ts_web/elements/00group-input/profilepicture/dees-input-profilepicture.ts +2 -1
  71. package/ts_web/elements/00group-layout/dees-label/dees-label.demo.ts +11 -11
  72. package/ts_web/elements/00group-layout/dees-label/dees-label.ts +3 -3
@@ -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);
@@ -140208,31 +140220,31 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
140208
140220
  </div>
140209
140221
 
140210
140222
  <div class="demo-section">
140211
- <h3>Description (Info Icon)</h3>
140212
- <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>
140213
140225
  <div class="label-grid">
140214
140226
  <div class="label-row">
140215
- <span class="annotation">description="..."</span>
140216
- <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>
140217
140229
  </div>
140218
140230
  <div class="label-row">
140219
- <span class="annotation">short description</span>
140220
- <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>
140221
140233
  </div>
140222
140234
  </div>
140223
140235
  </div>
140224
140236
 
140225
140237
  <div class="demo-section">
140226
- <h3>Required + Description</h3>
140238
+ <h3>Required + Info Text</h3>
140227
140239
  <p>Both indicators can be combined. The asterisk appears first, then the info icon.</p>
140228
140240
  <div class="label-grid">
140229
140241
  <div class="label-row">
140230
- <span class="annotation">required + description</span>
140231
- <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>
140232
140244
  </div>
140233
140245
  <div class="label-row">
140234
- <span class="annotation">required + description</span>
140235
- <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>
140236
140248
  </div>
140237
140249
  </div>
140238
140250
  </div>
@@ -140253,12 +140265,12 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
140253
140265
  // ts_web/elements/00group-layout/dees-label/dees-label.ts
140254
140266
  init_dist_ts30();
140255
140267
  init_theme();
140256
- 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;
140257
140269
  _DeesLabel_decorators = [customElement("dees-label")];
140258
140270
  var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5({
140259
140271
  type: String,
140260
140272
  reflect: true
140261
- })], _description_dec2 = [n5({
140273
+ })], _infoText_dec2 = [n5({
140262
140274
  type: String,
140263
140275
  reflect: true
140264
140276
  })], _required_dec2 = [n5({
@@ -140268,7 +140280,7 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140268
140280
  constructor() {
140269
140281
  super(...arguments);
140270
140282
  __privateAdd(this, _label2, __runInitializers(_init14, 8, this, "")), __runInitializers(_init14, 11, this);
140271
- __privateAdd(this, _description2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
140283
+ __privateAdd(this, _infoText2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
140272
140284
  __privateAdd(this, _required2, __runInitializers(_init14, 16, this, false)), __runInitializers(_init14, 19, this);
140273
140285
  }
140274
140286
  render() {
@@ -140277,11 +140289,11 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140277
140289
  <div class="label">
140278
140290
  ${this.label}
140279
140291
  ${this.required ? b2`<span class="required">*</span>` : ""}
140280
- ${this.description ? b2`
140292
+ ${this.infoText ? b2`
140281
140293
  <div class="description-icon">
140282
140294
  <dees-icon .icon=${"lucide:info"}></dees-icon>
140283
140295
  </div>
140284
- <dees-speechbubble .text=${this.description}></dees-speechbubble>
140296
+ <dees-speechbubble .text=${this.infoText}></dees-speechbubble>
140285
140297
  ` : b2``}
140286
140298
  </div>
140287
140299
  ` : b2``}
@@ -140290,10 +140302,10 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
140290
140302
  };
140291
140303
  _init14 = __decoratorStart(_a16);
140292
140304
  _label2 = new WeakMap();
140293
- _description2 = new WeakMap();
140305
+ _infoText2 = new WeakMap();
140294
140306
  _required2 = new WeakMap();
140295
140307
  __decorateElement(_init14, 4, "label", _label_dec2, _DeesLabel, _label2);
140296
- __decorateElement(_init14, 4, "description", _description_dec2, _DeesLabel, _description2);
140308
+ __decorateElement(_init14, 4, "infoText", _infoText_dec2, _DeesLabel, _infoText2);
140297
140309
  __decorateElement(_init14, 4, "required", _required_dec2, _DeesLabel, _required2);
140298
140310
  _DeesLabel = __decorateElement(_init14, 0, "DeesLabel", _DeesLabel_decorators, _DeesLabel);
140299
140311
  __name(_DeesLabel, "DeesLabel");
@@ -140646,7 +140658,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
140646
140658
  }
140647
140659
  </style>
140648
140660
  <div class="input-wrapper">
140649
- <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>
140650
140662
  <dees-tile>
140651
140663
  <div slot="header" class="toolbar">
140652
140664
  <div class="toolbar-left">
@@ -140724,6 +140736,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
140724
140736
  </div>
140725
140737
  </div>
140726
140738
  </dees-tile>
140739
+ ${this.renderDescription()}
140727
140740
  </div>
140728
140741
  `;
140729
140742
  }
@@ -141899,7 +141912,7 @@ init_dist_ts30();
141899
141912
  var renderDatepicker = /* @__PURE__ */ __name((component) => {
141900
141913
  return b2`
141901
141914
  <div class="input-wrapper">
141902
- <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>
141903
141916
  <div class="input-container">
141904
141917
  <input
141905
141918
  type="text"
@@ -141922,6 +141935,7 @@ var renderDatepicker = /* @__PURE__ */ __name((component) => {
141922
141935
  <dees-icon class="calendar-icon" icon="lucide:calendar" iconSize="16"></dees-icon>
141923
141936
  </div>
141924
141937
  </div>
141938
+ ${component.renderDescription()}
141925
141939
  </div>
141926
141940
  `;
141927
141941
  }, "renderDatepicker");
@@ -143107,12 +143121,13 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
143107
143121
  .label=${"Username"}
143108
143122
  .value=${"johndoe"}
143109
143123
  .key=${"username"}
143124
+ .description=${"Your username will be visible to other users"}
143110
143125
  ></dees-input-text>
143111
143126
 
143112
143127
  <dees-input-text
143113
143128
  .label=${"Email Address"}
143114
143129
  .value=${"john@example.com"}
143115
- .description=${"We will never share your email with anyone"}
143130
+ .infoText=${"We will never share your email with anyone"}
143116
143131
  .key=${"email"}
143117
143132
  ></dees-input-text>
143118
143133
 
@@ -143267,14 +143282,14 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
143267
143282
  .label=${"Password with Toggle"}
143268
143283
  .isPasswordBool=${true}
143269
143284
  .value=${"mySecurePassword123"}
143270
- .description=${"Click the eye icon to show/hide password"}
143285
+ .infoText=${"Click the eye icon to show/hide password"}
143271
143286
  ></dees-input-text>
143272
143287
 
143273
143288
  <dees-input-text
143274
143289
  .label=${"API Key"}
143275
143290
  .isPasswordBool=${true}
143276
143291
  .value=${"sk-1234567890abcdef"}
143277
- .description=${"Keep this key secure and never share it"}
143292
+ .infoText=${"Keep this key secure and never share it"}
143278
143293
  ></dees-input-text>
143279
143294
  </div>
143280
143295
  </dees-panel>
@@ -143362,7 +143377,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
143362
143377
  `}
143363
143378
  </style>
143364
143379
  <div class="input-wrapper">
143365
- <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>
143366
143381
  <div class="maincontainer">
143367
143382
  <input
143368
143383
  type="${this.isPasswordBool && !this.showPasswordBool ? "password" : "text"}"
@@ -143384,6 +143399,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
143384
143399
  ${this.validationText}
143385
143400
  </div>
143386
143401
  ` : b2`<div class="validationContainer"></div>`}
143402
+ ${this.renderDescription()}
143387
143403
  </div>
143388
143404
  </div>
143389
143405
  `;
@@ -144420,13 +144436,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144420
144436
  <div class="input-group">
144421
144437
  <dees-input-quantityselector
144422
144438
  .label=${"Quantity"}
144423
- .description=${"Select the desired quantity"}
144439
+ .infoText=${"Select the desired quantity"}
144440
+ .description=${"Minimum order quantity is 1 item"}
144424
144441
  .value=${1}
144425
144442
  ></dees-input-quantityselector>
144426
144443
 
144427
144444
  <dees-input-quantityselector
144428
144445
  .label=${"Items in Cart"}
144429
- .description=${"Adjust the quantity of items"}
144446
+ .infoText=${"Adjust the quantity of items"}
144430
144447
  .value=${3}
144431
144448
  ></dees-input-quantityselector>
144432
144449
  </div>
@@ -144524,14 +144541,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144524
144541
  <div class="input-group">
144525
144542
  <dees-input-quantityselector
144526
144543
  .label=${"Number of Licenses"}
144527
- .description=${"Select how many licenses you need"}
144544
+ .infoText=${"Select how many licenses you need"}
144528
144545
  .required=${true}
144529
144546
  .value=${1}
144530
144547
  ></dees-input-quantityselector>
144531
144548
 
144532
144549
  <dees-input-quantityselector
144533
144550
  .label=${"Fixed Quantity"}
144534
- .description=${"This quantity cannot be changed"}
144551
+ .infoText=${"This quantity cannot be changed"}
144535
144552
  .disabled=${true}
144536
144553
  .value=${5}
144537
144554
  ></dees-input-quantityselector>
@@ -144548,7 +144565,7 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
144548
144565
  ></dees-input-dropdown>
144549
144566
  <dees-input-quantityselector
144550
144567
  .label=${"Quantity"}
144551
- .description=${"Number of licenses"}
144568
+ .infoText=${"Number of licenses"}
144552
144569
  .value=${1}
144553
144570
  ></dees-input-quantityselector>
144554
144571
  <dees-input-text
@@ -144577,7 +144594,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
144577
144594
  render() {
144578
144595
  return b2`
144579
144596
  <div class="input-wrapper">
144580
- ${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>` : ""}
144581
144598
  <div
144582
144599
  class="quantity-container ${this.disabled ? "disabled" : ""}"
144583
144600
  data-min="${this.value <= 0}"
@@ -144614,6 +144631,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
144614
144631
  aria-label="Increase quantity"
144615
144632
  >+</div>
144616
144633
  </div>
144634
+ ${this.renderDescription()}
144617
144635
  </div>
144618
144636
  `;
144619
144637
  }
@@ -145016,7 +145034,7 @@ var _DeesInputRadiogroup = class _DeesInputRadiogroup extends (_a24 = DeesInputB
145016
145034
  `;
145017
145035
  })}
145018
145036
  </div>
145019
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
145037
+ ${this.renderDescription()}
145020
145038
  </div>
145021
145039
  `;
145022
145040
  }
@@ -145243,14 +145261,6 @@ __publicField(_DeesInputRadiogroup, "styles", [
145243
145261
  line-height: 20px;
145244
145262
  }
145245
145263
 
145246
- .description-text {
145247
- font-size: 13px;
145248
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
145249
- margin-top: 10px;
145250
- line-height: 1.5;
145251
- letter-spacing: -0.003em;
145252
- }
145253
-
145254
145264
  /* Validation styles */
145255
145265
  :host([validationState="invalid"]) .radio-circle {
145256
145266
  border-color: ${cssManager.bdTheme("hsl(0 72.2% 50.6%)", "hsl(0 62.8% 30.6%)")};
@@ -145524,6 +145534,7 @@ var demoFunc18 = /* @__PURE__ */ __name(() => b2`
145524
145534
  <div class="input-group">
145525
145535
  <dees-input-dropdown
145526
145536
  .label=${"Select Country"}
145537
+ .description=${"Choose the country where your business is registered"}
145527
145538
  .options=${[
145528
145539
  { option: "United States", key: "us" },
145529
145540
  { option: "Canada", key: "ca" },
@@ -146135,7 +146146,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
146135
146146
  render() {
146136
146147
  return b2`
146137
146148
  <div class="input-wrapper">
146138
- <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>
146139
146150
  <div class="maincontainer">
146140
146151
  <div
146141
146152
  class="selectedBox ${this.isOpened ? "open" : ""} ${this.disabled ? "disabled" : ""}"
@@ -146146,6 +146157,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
146146
146157
  ${this.selectedOption?.option || "Select an option"}
146147
146158
  </div>
146148
146159
  </div>
146160
+ ${this.renderDescription()}
146149
146161
  </div>
146150
146162
  `;
146151
146163
  }
@@ -146423,14 +146435,15 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146423
146435
  <div class="demo-stack">
146424
146436
  <dees-input-fileupload
146425
146437
  .label=${"Attachments"}
146426
- .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"}
146427
146440
  .accept=${"image/*,.pdf,.zip"}
146428
146441
  .maxSize=${10 * 1024 * 1024}
146429
146442
  ></dees-input-fileupload>
146430
146443
 
146431
146444
  <dees-input-fileupload
146432
146445
  .label=${"Brand assets"}
146433
- .description=${"Upload high-resolution imagery (JPG/PNG)"}
146446
+ .infoText=${"Upload high-resolution imagery (JPG/PNG)"}
146434
146447
  .accept=${"image/jpeg,image/png"}
146435
146448
  .multiple=${false}
146436
146449
  .maxSize=${5 * 1024 * 1024}
@@ -146441,14 +146454,14 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146441
146454
  <div class="demo-stack">
146442
146455
  <dees-input-fileupload
146443
146456
  .label=${"Audio uploads"}
146444
- .description=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
146457
+ .infoText=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
146445
146458
  .accept=${"audio/*"}
146446
146459
  .maxSize=${25 * 1024 * 1024}
146447
146460
  ></dees-input-fileupload>
146448
146461
 
146449
146462
  <dees-input-fileupload
146450
146463
  .label=${"Disabled example"}
146451
- .description=${"Uploader is disabled while moderation is pending"}
146464
+ .infoText=${"Uploader is disabled while moderation is pending"}
146452
146465
  .disabled=${true}
146453
146466
  ></dees-input-fileupload>
146454
146467
  </div>
@@ -146464,7 +146477,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146464
146477
  <div class="demo-stack">
146465
146478
  <dees-input-text
146466
146479
  .label=${"Project name"}
146467
- .description=${"How should we refer to this project internally?"}
146480
+ .infoText=${"How should we refer to this project internally?"}
146468
146481
  .required=${true}
146469
146482
  .key=${"projectName"}
146470
146483
  ></dees-input-text>
@@ -146478,7 +146491,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146478
146491
 
146479
146492
  <dees-input-fileupload
146480
146493
  .label=${"Statement of work"}
146481
- .description=${"Upload a signed statement of work (PDF, max 15MB)"}
146494
+ .infoText=${"Upload a signed statement of work (PDF, max 15MB)"}
146482
146495
  .required=${true}
146483
146496
  .accept=${"application/pdf"}
146484
146497
  .maxSize=${15 * 1024 * 1024}
@@ -146488,7 +146501,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146488
146501
 
146489
146502
  <dees-input-fileupload
146490
146503
  .label=${"Creative references"}
146491
- .description=${"Optional. Upload up to five visual references"}
146504
+ .infoText=${"Optional. Upload up to five visual references"}
146492
146505
  .accept=${"image/*"}
146493
146506
  .maxFiles=${5}
146494
146507
  .maxSize=${8 * 1024 * 1024}
@@ -146497,7 +146510,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
146497
146510
 
146498
146511
  <dees-input-text
146499
146512
  .label=${"Notes"}
146500
- .description=${"Add optional context for reviewers"}
146513
+ .infoText=${"Add optional context for reviewers"}
146501
146514
  .inputType=${"textarea"}
146502
146515
  .key=${"notes"}
146503
146516
  ></dees-input-text>
@@ -146916,7 +146929,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
146916
146929
  <div class="input-wrapper">
146917
146930
  <dees-label
146918
146931
  .label=${this.label}
146919
- .description=${this.description}
146932
+ .infoText=${this.infoText}
146920
146933
  .required=${this.required}
146921
146934
  ></dees-label>
146922
146935
  <dees-tile
@@ -146956,6 +146969,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
146956
146969
  </div>
146957
146970
  </dees-tile>
146958
146971
  ${this.validationMessage ? b2`<div class="validation-message" aria-live="polite">${this.validationMessage}</div>` : b2``}
146972
+ ${this.renderDescription()}
146959
146973
  </div>
146960
146974
  `;
146961
146975
  }
@@ -148764,12 +148778,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148764
148778
  <div class="input-group">
148765
148779
  <dees-input-iban
148766
148780
  .label=${"Bank Account IBAN"}
148767
- .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"}
148768
148783
  ></dees-input-iban>
148769
148784
 
148770
148785
  <dees-input-iban
148771
148786
  .label=${"Verified IBAN"}
148772
- .description=${"This IBAN has been verified"}
148787
+ .infoText=${"This IBAN has been verified"}
148773
148788
  .value=${"DE89370400440532013000"}
148774
148789
  ></dees-input-iban>
148775
148790
  </div>
@@ -148795,13 +148810,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148795
148810
  <div class="input-group">
148796
148811
  <dees-input-iban
148797
148812
  .label=${"Payment Account"}
148798
- .description=${"Required for processing payments"}
148813
+ .infoText=${"Required for processing payments"}
148799
148814
  .required=${true}
148800
148815
  ></dees-input-iban>
148801
148816
 
148802
148817
  <dees-input-iban
148803
148818
  .label=${"Locked IBAN"}
148804
- .description=${"This IBAN cannot be changed"}
148819
+ .infoText=${"This IBAN cannot be changed"}
148805
148820
  .value=${"FR1420041010050500013M02606"}
148806
148821
  .disabled=${true}
148807
148822
  ></dees-input-iban>
@@ -148812,7 +148827,7 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
148812
148827
  <dees-form>
148813
148828
  <dees-input-text .label=${"Recipient Name"} .required=${true}></dees-input-text>
148814
148829
  <dees-input-iban .label=${"Recipient IBAN"} .required=${true}></dees-input-iban>
148815
- <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>
148816
148831
  <dees-input-text .label=${"Amount"} .inputType=${"number"} .required=${true}></dees-input-text>
148817
148832
  </dees-form>
148818
148833
  </dees-panel>
@@ -148838,7 +148853,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
148838
148853
  render() {
148839
148854
  return b2`
148840
148855
  <div class="input-wrapper">
148841
- <dees-label .label=${this.label || "IBAN"} .description=${this.description}></dees-label>
148856
+ <dees-label .label=${this.label || "IBAN"} .infoText=${this.infoText}></dees-label>
148842
148857
  <dees-input-text
148843
148858
  .value=${this.value}
148844
148859
  .disabled=${this.disabled}
@@ -148856,6 +148871,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
148856
148871
  this.validateIban(eventArg);
148857
148872
  }}
148858
148873
  ></dees-input-text>
148874
+ ${this.renderDescription()}
148859
148875
  </div>
148860
148876
  `;
148861
148877
  }
@@ -148971,7 +148987,8 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148971
148987
 
148972
148988
  <dees-input-multitoggle
148973
148989
  .label=${"Display Mode"}
148974
- .description=${"Choose how content is displayed"}
148990
+ .infoText=${"Choose how content is displayed"}
148991
+ .description=${"This setting affects how items appear on your dashboard"}
148975
148992
  .options=${["List View", "Grid View", "Compact"]}
148976
148993
  .selectedOption=${"Grid View"}
148977
148994
  ></dees-input-multitoggle>
@@ -148980,7 +148997,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148980
148997
 
148981
148998
  <dees-input-multitoggle
148982
148999
  .label=${"T-Shirt Size"}
148983
- .description=${"Select your preferred size"}
149000
+ .infoText=${"Select your preferred size"}
148984
149001
  .options=${["XS", "S", "M", "L", "XL", "XXL"]}
148985
149002
  .selectedOption=${"M"}
148986
149003
  ></dees-input-multitoggle>
@@ -148992,7 +149009,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
148992
149009
 
148993
149010
  <dees-input-multitoggle
148994
149011
  .label=${"Notifications"}
148995
- .description=${"Enable or disable push notifications"}
149012
+ .infoText=${"Enable or disable push notifications"}
148996
149013
  .type=${"boolean"}
148997
149014
  .selectedOption=${"true"}
148998
149015
  ></dees-input-multitoggle>
@@ -149001,7 +149018,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
149001
149018
 
149002
149019
  <dees-input-multitoggle
149003
149020
  .label=${"Theme Mode"}
149004
- .description=${"Switch between light and dark theme"}
149021
+ .infoText=${"Switch between light and dark theme"}
149005
149022
  .type=${"boolean"}
149006
149023
  .booleanTrueName=${"Dark"}
149007
149024
  .booleanFalseName=${"Light"}
@@ -149050,7 +149067,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
149050
149067
 
149051
149068
  <dees-input-multitoggle
149052
149069
  .label=${"Account Type"}
149053
- .description=${"This setting is locked"}
149070
+ .infoText=${"This setting is locked"}
149054
149071
  .options=${["Free", "Pro", "Enterprise"]}
149055
149072
  .selectedOption=${"Enterprise"}
149056
149073
  .disabled=${true}
@@ -149119,7 +149136,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
149119
149136
  render() {
149120
149137
  return b2`
149121
149138
  <div class="input-wrapper">
149122
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
149139
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
149123
149140
  <div class="mainbox">
149124
149141
  <div class="selections">
149125
149142
  <div class="indicator"></div>
@@ -149130,6 +149147,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
149130
149147
  )}
149131
149148
  </div>
149132
149149
  </div>
149150
+ ${this.renderDescription()}
149133
149151
  </div>
149134
149152
  `;
149135
149153
  }
@@ -149339,13 +149357,14 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
149339
149357
  <div class="input-group">
149340
149358
  <dees-input-phone
149341
149359
  .label=${"Phone Number"}
149342
- .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"}
149343
149362
  .value=${"5551234567"}
149344
149363
  ></dees-input-phone>
149345
149364
 
149346
149365
  <dees-input-phone
149347
149366
  .label=${"Contact Phone"}
149348
- .description=${"Required for account verification"}
149367
+ .infoText=${"Required for account verification"}
149349
149368
  .required=${true}
149350
149369
  .placeholder=${"+1 (555) 000-0000"}
149351
149370
  ></dees-input-phone>
@@ -149372,7 +149391,7 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
149372
149391
  <div class="input-group">
149373
149392
  <dees-input-phone
149374
149393
  .label=${"International Contact"}
149375
- .description=${"Automatically formats international numbers"}
149394
+ .infoText=${"Automatically formats international numbers"}
149376
149395
  .value=${"441234567890"}
149377
149396
  ></dees-input-phone>
149378
149397
 
@@ -149411,7 +149430,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
149411
149430
  render() {
149412
149431
  return b2`
149413
149432
  <div class="input-wrapper">
149414
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
149433
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
149415
149434
  <dees-input-text
149416
149435
  .value=${this.formattedPhone}
149417
149436
  .disabled=${this.disabled}
@@ -149419,6 +149438,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
149419
149438
  .placeholder=${this.placeholder}
149420
149439
  @input=${(event) => this.handlePhoneInput(event)}
149421
149440
  ></dees-input-text>
149441
+ ${this.renderDescription()}
149422
149442
  </div>
149423
149443
  `;
149424
149444
  }
@@ -149856,7 +149876,7 @@ var _DeesInputToggle = class _DeesInputToggle extends (_a32 = DeesInputBase, _va
149856
149876
  </div>
149857
149877
  <div class="label-container">
149858
149878
  ${this.label ? b2`<div class="toggle-label">${this.label}</div>` : ""}
149859
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
149879
+ ${this.renderDescription()}
149860
149880
  </div>
149861
149881
  </div>
149862
149882
  </div>
@@ -150121,12 +150141,6 @@ __publicField(_DeesInputToggle, "styles", [
150121
150141
  color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 90%)")};
150122
150142
  }
150123
150143
 
150124
- /* Description */
150125
- .description-text {
150126
- font-size: 12px;
150127
- color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
150128
- line-height: 1.5;
150129
- }
150130
150144
  `
150131
150145
  ]);
150132
150146
  __runInitializers(_init30, 1, _DeesInputToggle);
@@ -150182,13 +150196,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150182
150196
  <div class="input-group">
150183
150197
  <dees-input-typelist
150184
150198
  .label=${"Tags"}
150185
- .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"}
150186
150201
  .value=${["javascript", "typescript", "web-components"]}
150187
150202
  ></dees-input-typelist>
150188
150203
 
150189
150204
  <dees-input-typelist
150190
150205
  .label=${"Team Members"}
150191
- .description=${"Add email addresses of team members"}
150206
+ .infoText=${"Add email addresses of team members"}
150192
150207
  .value=${["alice@example.com", "bob@example.com"]}
150193
150208
  ></dees-input-typelist>
150194
150209
  </div>
@@ -150198,7 +150213,7 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150198
150213
  <div class="input-group">
150199
150214
  <dees-input-typelist
150200
150215
  .label=${"Your Skills"}
150201
- .description=${"List your professional skills"}
150216
+ .infoText=${"List your professional skills"}
150202
150217
  .value=${["HTML", "CSS", "JavaScript", "Node.js", "React"]}
150203
150218
  ></dees-input-typelist>
150204
150219
 
@@ -150222,14 +150237,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150222
150237
  <div class="input-group">
150223
150238
  <dees-input-typelist
150224
150239
  .label=${"Project Dependencies"}
150225
- .description=${"List all required npm packages"}
150240
+ .infoText=${"List all required npm packages"}
150226
150241
  .required=${true}
150227
150242
  .value=${["@design.estate/dees-element", "@design.estate/dees-domtools"]}
150228
150243
  ></dees-input-typelist>
150229
150244
 
150230
150245
  <dees-input-typelist
150231
150246
  .label=${"System Tags"}
150232
- .description=${"These tags are managed by the system"}
150247
+ .infoText=${"These tags are managed by the system"}
150233
150248
  .disabled=${true}
150234
150249
  .value=${["system", "protected", "readonly"]}
150235
150250
  ></dees-input-typelist>
@@ -150242,16 +150257,16 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
150242
150257
  <dees-input-text
150243
150258
  .label=${"Summary"}
150244
150259
  .inputType=${"textarea"}
150245
- .description=${"Brief description of the article"}
150260
+ .infoText=${"Brief description of the article"}
150246
150261
  ></dees-input-text>
150247
150262
  <dees-input-typelist
150248
150263
  .label=${"Tags"}
150249
- .description=${"Add relevant tags for better discoverability"}
150264
+ .infoText=${"Add relevant tags for better discoverability"}
150250
150265
  .value=${["tutorial", "web-development"]}
150251
150266
  ></dees-input-typelist>
150252
150267
  <dees-input-typelist
150253
150268
  .label=${"Co-Authors"}
150254
- .description=${"Add email addresses of co-authors"}
150269
+ .infoText=${"Add email addresses of co-authors"}
150255
150270
  ></dees-input-typelist>
150256
150271
  </dees-form>
150257
150272
 
@@ -150278,7 +150293,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
150278
150293
  render() {
150279
150294
  return b2`
150280
150295
  <div class="input-wrapper">
150281
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
150296
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
150282
150297
  <div class="mainbox">
150283
150298
  <div class="tags" @click=${() => {
150284
150299
  this.shadowRoot.querySelector("input").focus();
@@ -150311,6 +150326,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
150311
150326
  .disabled=${this.disabled}
150312
150327
  />
150313
150328
  </div>
150329
+ ${this.renderDescription()}
150314
150330
  </div>
150315
150331
  `;
150316
150332
  }
@@ -150740,9 +150756,7 @@ var _DeesInputTags = class _DeesInputTags extends (_a35 = DeesInputBase, _value_
150740
150756
  <div class="validation-message">${this.validationText}</div>
150741
150757
  ` : ""}
150742
150758
 
150743
- ${this.description ? b2`
150744
- <div class="description">${this.description}</div>
150745
- ` : ""}
150759
+ ${this.renderDescription()}
150746
150760
  </div>
150747
150761
  `;
150748
150762
  }
@@ -151031,14 +151045,6 @@ __publicField(_DeesInputTags, "styles", [
151031
151045
  line-height: 1.5;
151032
151046
  }
151033
151047
 
151034
- /* Description styles */
151035
- .description {
151036
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
151037
- font-size: 13px;
151038
- margin-top: 6px;
151039
- line-height: 1.5;
151040
- }
151041
-
151042
151048
  /* Scrollbar styling */
151043
151049
  .suggestions-dropdown::-webkit-scrollbar {
151044
151050
  width: 8px;
@@ -151557,9 +151563,7 @@ var _DeesInputList = class _DeesInputList extends (_a36 = DeesInputBase, _value_
151557
151563
  <div class="validation-message">${this.validationText}</div>
151558
151564
  ` : ""}
151559
151565
 
151560
- ${this.description ? b2`
151561
- <div class="description">${this.description}</div>
151562
- ` : ""}
151566
+ ${this.renderDescription()}
151563
151567
  </div>
151564
151568
  `;
151565
151569
  }
@@ -152302,13 +152306,6 @@ __publicField(_DeesInputList, "styles", [
152302
152306
  line-height: 1.4;
152303
152307
  }
152304
152308
 
152305
- .description {
152306
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
152307
- font-size: 12px;
152308
- margin-top: 4px;
152309
- line-height: 1.4;
152310
- }
152311
-
152312
152309
  /* Scrollbar styling */
152313
152310
  .list-items::-webkit-scrollbar {
152314
152311
  width: 8px;
@@ -162017,17 +162014,18 @@ var _DeesInputWysiwyg = class _DeesInputWysiwyg extends (_a40 = DeesInputBase, _
162017
162014
  return u3`
162018
162015
  <dees-label
162019
162016
  .label="${this.label}"
162020
- .description="${this.description}"
162017
+ .infoText="${this.infoText}"
162021
162018
  .required="${this.required}"
162022
162019
  ></dees-label>
162023
162020
  <div class="wysiwyg-container">
162024
- <div
162021
+ <div
162025
162022
  class="editor-content ${this.draggedBlockId ? "dragging" : ""}"
162026
162023
  id="editor-content"
162027
162024
  >
162028
162025
  <!-- Blocks will be rendered programmatically -->
162029
162026
  </div>
162030
162027
  </div>
162028
+ ${this.renderDescription()}
162031
162029
  `;
162032
162030
  }
162033
162031
  // Old renderBlock method removed - using programmatic rendering instead
@@ -162979,13 +162977,6 @@ var richtextStyles = [
162979
162977
  border-color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 93.9%)")};
162980
162978
  }
162981
162979
 
162982
- .description {
162983
- margin-top: 8px;
162984
- font-size: 12px;
162985
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 46.9%)", "hsl(215 20.2% 65.1%)")};
162986
- line-height: 1.4;
162987
- }
162988
-
162989
162980
  :host([disabled]) dees-tile {
162990
162981
  opacity: 0.6;
162991
162982
  cursor: not-allowed;
@@ -163023,7 +163014,7 @@ var renderRichtext = /* @__PURE__ */ __name((component) => {
163023
163014
  </div>
163024
163015
  ` : ""}
163025
163016
  </dees-tile>
163026
- ${component.description ? b2`<div class="description">${component.description}</div>` : ""}
163017
+ ${component.renderDescription()}
163027
163018
  </div>
163028
163019
  `;
163029
163020
  }, "renderRichtext");
@@ -165474,26 +165465,26 @@ var _DeesTable = class _DeesTable extends (_a42 = DeesElement, _heading1_dec = [
165474
165465
  <div class="searchGrid hidden">
165475
165466
  <dees-input-text
165476
165467
  .label=${"lucene syntax search"}
165477
- .description=${`
165468
+ .infoText=${`
165478
165469
  You can use the lucene syntax to search for data, e.g.:
165479
-
165470
+
165480
165471
  \`\`\`
165481
165472
  name: "john" AND age: 18
165482
165473
  \`\`\`
165483
-
165474
+
165484
165475
  `}
165485
165476
  ></dees-input-text>
165486
165477
  <dees-input-multitoggle
165487
165478
  .label=${"search mode"}
165488
165479
  .options=${["table", "data", "server"]}
165489
165480
  .selectedOption=${"table"}
165490
- .description=${`
165481
+ .infoText=${`
165491
165482
  There are three basic modes:
165492
-
165483
+
165493
165484
  * table: only searches data already in the table
165494
165485
  * data: searches original data, ignoring table transforms
165495
165486
  * server: searches data on the server
165496
-
165487
+
165497
165488
  `}
165498
165489
  ></dees-input-multitoggle>
165499
165490
  </div>
@@ -167162,7 +167153,7 @@ ${JSON.stringify(data, null, 2)}`;
167162
167153
  .required=${true}
167163
167154
  key="firstName"
167164
167155
  label="First Name"
167165
- .description=${"Your given name"}
167156
+ .infoText=${"Your given name"}
167166
167157
  ></dees-input-text>
167167
167158
 
167168
167159
  <dees-input-text
@@ -167175,7 +167166,7 @@ ${JSON.stringify(data, null, 2)}`;
167175
167166
  .required=${true}
167176
167167
  key="email"
167177
167168
  label="Email Address"
167178
- .description=${"We will use this to contact you"}
167169
+ .infoText=${"We will use this to contact you"}
167179
167170
  ></dees-input-text>
167180
167171
 
167181
167172
  <dees-input-dropdown
@@ -167196,7 +167187,7 @@ ${JSON.stringify(data, null, 2)}`;
167196
167187
  key="password"
167197
167188
  label="Password"
167198
167189
  isPasswordBool
167199
- .description=${"Minimum 8 characters"}
167190
+ .infoText=${"Minimum 8 characters"}
167200
167191
  ></dees-input-text>
167201
167192
 
167202
167193
  <dees-input-checkbox
@@ -167349,7 +167340,7 @@ ${JSON.stringify(data, null, 2)}`;
167349
167340
  <dees-input-fileupload
167350
167341
  key="documents"
167351
167342
  .label=${"Upload Documents"}
167352
- .description=${"PDF, DOC, or DOCX files up to 10MB"}
167343
+ .infoText=${"PDF, DOC, or DOCX files up to 10MB"}
167353
167344
  ></dees-input-fileupload>
167354
167345
 
167355
167346
  <dees-form-submit>Submit Application</dees-form-submit>
@@ -184736,7 +184727,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
184736
184727
  render() {
184737
184728
  return b2`
184738
184729
  <div class="input-wrapper">
184739
- <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>
184740
184731
 
184741
184732
  <div
184742
184733
  class="profile-container"
@@ -184798,6 +184789,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
184798
184789
  accept="${this.acceptedFormats.join(",")}"
184799
184790
  @change=${this.handleFileSelect}
184800
184791
  />
184792
+ ${this.renderDescription()}
184801
184793
  </div>
184802
184794
  `;
184803
184795
  }
@@ -201434,7 +201426,7 @@ init_group_runtime();
201434
201426
  // ts_web/00_commitinfo_data.ts
201435
201427
  var commitinfo = {
201436
201428
  name: "@design.estate/dees-catalog",
201437
- version: "3.75.0",
201429
+ version: "3.76.0",
201438
201430
  description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
201439
201431
  };
201440
201432
  export {
@@ -203399,4 +203391,4 @@ ibantools/jsnext/ibantools.js:
203399
203391
  * @preferred
203400
203392
  *)
203401
203393
  */
203402
- //# sourceMappingURL=bundle-1776015948766.js.map
203394
+ //# sourceMappingURL=bundle-1776019869407.js.map