@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
@@ -143838,8 +143838,8 @@ html\`
143838
143838
  // ts_web/elements/00group-input/dees-input-base/dees-input-base.ts
143839
143839
  init_dist_ts30();
143840
143840
  init_dist_ts29();
143841
- var _description_dec, _disabled_dec, _required_dec, _label_dec, _key_dec, _labelPosition_dec, _layoutMode_dec, _a12, _init10, _layoutMode, _labelPosition, _key, _label, _required, _disabled, _description;
143842
- 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) {
143841
+ 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;
143842
+ 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) {
143843
143843
  constructor() {
143844
143844
  super(...arguments);
143845
143845
  __privateAdd(this, _layoutMode, __runInitializers(_init10, 8, this, "auto")), __runInitializers(_init10, 11, this);
@@ -143848,7 +143848,8 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
143848
143848
  __privateAdd(this, _label, __runInitializers(_init10, 20, this)), __runInitializers(_init10, 23, this);
143849
143849
  __privateAdd(this, _required, __runInitializers(_init10, 24, this, false)), __runInitializers(_init10, 27, this);
143850
143850
  __privateAdd(this, _disabled, __runInitializers(_init10, 28, this, false)), __runInitializers(_init10, 31, this);
143851
- __privateAdd(this, _description, __runInitializers(_init10, 32, this)), __runInitializers(_init10, 35, this);
143851
+ __privateAdd(this, _infoText, __runInitializers(_init10, 32, this)), __runInitializers(_init10, 35, this);
143852
+ __privateAdd(this, _description, __runInitializers(_init10, 36, this)), __runInitializers(_init10, 39, this);
143852
143853
  /**
143853
143854
  * Subject for value changes that all inputs should implement
143854
143855
  */
@@ -143899,6 +143900,14 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
143899
143900
  :host([label-position="none"]) dees-label {
143900
143901
  display: none;
143901
143902
  }
143903
+
143904
+ /* Description text below input */
143905
+ .descriptionText {
143906
+ margin-top: 4px;
143907
+ font-size: 12px;
143908
+ line-height: 1.4;
143909
+ color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
143910
+ }
143902
143911
  `
143903
143912
  ];
143904
143913
  }
@@ -143949,6 +143958,13 @@ var _DeesInputBase = class _DeesInputBase extends (_a12 = DeesElement, _layoutMo
143949
143958
  async unfreeze() {
143950
143959
  this.disabled = false;
143951
143960
  }
143961
+ /**
143962
+ * Renders the description text below the input.
143963
+ * Call ${this.renderDescription()} at the end of your render template.
143964
+ */
143965
+ renderDescription() {
143966
+ return this.description ? b2`<div class="descriptionText">${this.description}</div>` : "";
143967
+ }
143952
143968
  };
143953
143969
  _init10 = __decoratorStart(_a12);
143954
143970
  _layoutMode = new WeakMap();
@@ -143957,6 +143973,7 @@ _key = new WeakMap();
143957
143973
  _label = new WeakMap();
143958
143974
  _required = new WeakMap();
143959
143975
  _disabled = new WeakMap();
143976
+ _infoText = new WeakMap();
143960
143977
  _description = new WeakMap();
143961
143978
  __decorateElement(_init10, 4, "layoutMode", _layoutMode_dec, _DeesInputBase, _layoutMode);
143962
143979
  __decorateElement(_init10, 4, "labelPosition", _labelPosition_dec, _DeesInputBase, _labelPosition);
@@ -143964,6 +143981,7 @@ __decorateElement(_init10, 4, "key", _key_dec, _DeesInputBase, _key);
143964
143981
  __decorateElement(_init10, 4, "label", _label_dec, _DeesInputBase, _label);
143965
143982
  __decorateElement(_init10, 4, "required", _required_dec, _DeesInputBase, _required);
143966
143983
  __decorateElement(_init10, 4, "disabled", _disabled_dec, _DeesInputBase, _disabled);
143984
+ __decorateElement(_init10, 4, "infoText", _infoText_dec, _DeesInputBase, _infoText);
143967
143985
  __decorateElement(_init10, 4, "description", _description_dec, _DeesInputBase, _description);
143968
143986
  __decoratorMetadata(_init10, _DeesInputBase);
143969
143987
  __name(_DeesInputBase, "DeesInputBase");
@@ -144307,7 +144325,7 @@ var _DeesInputCheckbox = class _DeesInputCheckbox extends (_a13 = DeesInputBase,
144307
144325
  </div>
144308
144326
  <div class="label-container">
144309
144327
  ${this.label ? b2`<div class="checkbox-label">${this.label}</div>` : ""}
144310
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
144328
+ ${this.renderDescription()}
144311
144329
  </div>
144312
144330
  </div>
144313
144331
  </div>
@@ -144463,12 +144481,6 @@ __publicField(_DeesInputCheckbox, "styles", [
144463
144481
  color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 90%)")};
144464
144482
  }
144465
144483
 
144466
- /* Description */
144467
- .description-text {
144468
- font-size: 12px;
144469
- color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
144470
- line-height: 1.5;
144471
- }
144472
144484
  `
144473
144485
  ]);
144474
144486
  __runInitializers(_init11, 1, _DeesInputCheckbox);
@@ -144989,13 +145001,14 @@ var demoFunc10 = /* @__PURE__ */ __name(() => {
144989
145001
  // ts_web/elements/00group-layout/dees-tile/dees-tile.ts
144990
145002
  init_dist_ts30();
144991
145003
  init_theme();
144992
- var _hasFooter_dec, _heading_dec, _a14, _DeesTile_decorators, _init12, _heading, _hasFooter;
145004
+ var _hasFooter_dec, _overscroll_dec, _heading_dec, _a14, _DeesTile_decorators, _init12, _heading, _overscroll, _hasFooter;
144993
145005
  _DeesTile_decorators = [customElement("dees-tile")];
144994
- var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5({ type: String })], _hasFooter_dec = [r5()], _a14) {
145006
+ var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5({ type: String })], _overscroll_dec = [n5({ type: String, reflect: true })], _hasFooter_dec = [r5()], _a14) {
144995
145007
  constructor() {
144996
145008
  super(...arguments);
144997
145009
  __privateAdd(this, _heading, __runInitializers(_init12, 8, this, "")), __runInitializers(_init12, 11, this);
144998
- __privateAdd(this, _hasFooter, __runInitializers(_init12, 12, this, false)), __runInitializers(_init12, 15, this);
145010
+ __privateAdd(this, _overscroll, __runInitializers(_init12, 12, this, "auto")), __runInitializers(_init12, 15, this);
145011
+ __privateAdd(this, _hasFooter, __runInitializers(_init12, 16, this, false)), __runInitializers(_init12, 19, this);
144999
145012
  }
145000
145013
  render() {
145001
145014
  return b2`
@@ -145021,8 +145034,10 @@ var _DeesTile = class _DeesTile extends (_a14 = DeesElement, _heading_dec = [n5(
145021
145034
  };
145022
145035
  _init12 = __decoratorStart(_a14);
145023
145036
  _heading = new WeakMap();
145037
+ _overscroll = new WeakMap();
145024
145038
  _hasFooter = new WeakMap();
145025
145039
  __decorateElement(_init12, 4, "heading", _heading_dec, _DeesTile, _heading);
145040
+ __decorateElement(_init12, 4, "overscroll", _overscroll_dec, _DeesTile, _overscroll);
145026
145041
  __decorateElement(_init12, 4, "hasFooter", _hasFooter_dec, _DeesTile, _hasFooter);
145027
145042
  _DeesTile = __decorateElement(_init12, 0, "DeesTile", _DeesTile_decorators, _DeesTile);
145028
145043
  __name(_DeesTile, "DeesTile");
@@ -145080,7 +145095,14 @@ __publicField(_DeesTile, "styles", [
145080
145095
  border-radius: 8px;
145081
145096
  border-top: 1px solid var(--dees-color-border-subtle);
145082
145097
  border-bottom: 1px solid var(--dees-color-border-subtle);
145083
- overflow: hidden;
145098
+ overflow-x: hidden;
145099
+ overflow-y: auto;
145100
+ scrollbar-width: thin;
145101
+ scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
145102
+ }
145103
+
145104
+ :host([overscroll="contain"]) .tile-content {
145105
+ overscroll-behavior: contain;
145084
145106
  }
145085
145107
 
145086
145108
  .tile-content.no-footer {
@@ -145167,7 +145189,7 @@ var _DeesModal = class _DeesModal extends (_a15 = DeesElement, _heading_dec2 = [
145167
145189
  ${minWidthStyle ? `dees-tile { min-width: ${minWidthStyle}; }` : ""}
145168
145190
  </style>
145169
145191
  <div class="modalContainer" @click=${this.handleOutsideClick} style="z-index: ${this.modalZIndex}">
145170
- <dees-tile class="${widthClass} ${mobileFullscreenClass}">
145192
+ <dees-tile class="${widthClass} ${mobileFullscreenClass}" .overscroll=${"contain"}>
145171
145193
  <div slot="header" class="heading">
145172
145194
  <div class="heading-text">${this.heading}</div>
145173
145195
  <div class="header-buttons">
@@ -145289,14 +145311,6 @@ __publicField(_DeesModal, "styles", [
145289
145311
  overscroll-behavior: contain;
145290
145312
  }
145291
145313
 
145292
- dees-tile::part(content) {
145293
- overflow-x: hidden;
145294
- overflow-y: auto;
145295
- overscroll-behavior: contain;
145296
- scrollbar-width: thin;
145297
- scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
145298
- }
145299
-
145300
145314
  dees-tile::part(outer) {
145301
145315
  box-shadow:
145302
145316
  0 0 0 1px ${cssManager.bdTheme("hsl(0 0% 0% / 0.03)", "hsl(0 0% 100% / 0.03)")},
@@ -145562,31 +145576,31 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
145562
145576
  </div>
145563
145577
 
145564
145578
  <div class="demo-section">
145565
- <h3>Description (Info Icon)</h3>
145566
- <p>When <code>description</code> is set, an info icon appears next to the label. Hover over it to see the tooltip.</p>
145579
+ <h3>Info Text (Info Icon)</h3>
145580
+ <p>When <code>infoText</code> is set, an info icon appears next to the label. Hover over it to see the tooltip.</p>
145567
145581
  <div class="label-grid">
145568
145582
  <div class="label-row">
145569
- <span class="annotation">description="..."</span>
145570
- <dees-label .label=${"API Key"} .description=${"Your API key can be found in the developer settings dashboard."}></dees-label>
145583
+ <span class="annotation">infoText="..."</span>
145584
+ <dees-label .label=${"API Key"} .infoText=${"Your API key can be found in the developer settings dashboard."}></dees-label>
145571
145585
  </div>
145572
145586
  <div class="label-row">
145573
- <span class="annotation">short description</span>
145574
- <dees-label .label=${"Region"} .description=${"Select your nearest datacenter."}></dees-label>
145587
+ <span class="annotation">short infoText</span>
145588
+ <dees-label .label=${"Region"} .infoText=${"Select your nearest datacenter."}></dees-label>
145575
145589
  </div>
145576
145590
  </div>
145577
145591
  </div>
145578
145592
 
145579
145593
  <div class="demo-section">
145580
- <h3>Required + Description</h3>
145594
+ <h3>Required + Info Text</h3>
145581
145595
  <p>Both indicators can be combined. The asterisk appears first, then the info icon.</p>
145582
145596
  <div class="label-grid">
145583
145597
  <div class="label-row">
145584
- <span class="annotation">required + description</span>
145585
- <dees-label .label=${"Password"} .required=${true} .description=${"Must be at least 8 characters with one uppercase letter and one number."}></dees-label>
145598
+ <span class="annotation">required + infoText</span>
145599
+ <dees-label .label=${"Password"} .required=${true} .infoText=${"Must be at least 8 characters with one uppercase letter and one number."}></dees-label>
145586
145600
  </div>
145587
145601
  <div class="label-row">
145588
- <span class="annotation">required + description</span>
145589
- <dees-label .label=${"Email Address"} .required=${true} .description=${"We will send a verification link to this address."}></dees-label>
145602
+ <span class="annotation">required + infoText</span>
145603
+ <dees-label .label=${"Email Address"} .required=${true} .infoText=${"We will send a verification link to this address."}></dees-label>
145590
145604
  </div>
145591
145605
  </div>
145592
145606
  </div>
@@ -145607,12 +145621,12 @@ var demoFunc11 = /* @__PURE__ */ __name(() => b2`
145607
145621
  // ts_web/elements/00group-layout/dees-label/dees-label.ts
145608
145622
  init_dist_ts30();
145609
145623
  init_theme();
145610
- var _required_dec2, _description_dec2, _label_dec2, _a16, _DeesLabel_decorators, _init14, _label2, _description2, _required2;
145624
+ var _required_dec2, _infoText_dec2, _label_dec2, _a16, _DeesLabel_decorators, _init14, _label2, _infoText2, _required2;
145611
145625
  _DeesLabel_decorators = [customElement("dees-label")];
145612
145626
  var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5({
145613
145627
  type: String,
145614
145628
  reflect: true
145615
- })], _description_dec2 = [n5({
145629
+ })], _infoText_dec2 = [n5({
145616
145630
  type: String,
145617
145631
  reflect: true
145618
145632
  })], _required_dec2 = [n5({
@@ -145622,7 +145636,7 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
145622
145636
  constructor() {
145623
145637
  super(...arguments);
145624
145638
  __privateAdd(this, _label2, __runInitializers(_init14, 8, this, "")), __runInitializers(_init14, 11, this);
145625
- __privateAdd(this, _description2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
145639
+ __privateAdd(this, _infoText2, __runInitializers(_init14, 12, this)), __runInitializers(_init14, 15, this);
145626
145640
  __privateAdd(this, _required2, __runInitializers(_init14, 16, this, false)), __runInitializers(_init14, 19, this);
145627
145641
  }
145628
145642
  render() {
@@ -145631,11 +145645,11 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
145631
145645
  <div class="label">
145632
145646
  ${this.label}
145633
145647
  ${this.required ? b2`<span class="required">*</span>` : ""}
145634
- ${this.description ? b2`
145648
+ ${this.infoText ? b2`
145635
145649
  <div class="description-icon">
145636
145650
  <dees-icon .icon=${"lucide:info"}></dees-icon>
145637
145651
  </div>
145638
- <dees-speechbubble .text=${this.description}></dees-speechbubble>
145652
+ <dees-speechbubble .text=${this.infoText}></dees-speechbubble>
145639
145653
  ` : b2``}
145640
145654
  </div>
145641
145655
  ` : b2``}
@@ -145644,10 +145658,10 @@ var _DeesLabel = class _DeesLabel extends (_a16 = DeesElement, _label_dec2 = [n5
145644
145658
  };
145645
145659
  _init14 = __decoratorStart(_a16);
145646
145660
  _label2 = new WeakMap();
145647
- _description2 = new WeakMap();
145661
+ _infoText2 = new WeakMap();
145648
145662
  _required2 = new WeakMap();
145649
145663
  __decorateElement(_init14, 4, "label", _label_dec2, _DeesLabel, _label2);
145650
- __decorateElement(_init14, 4, "description", _description_dec2, _DeesLabel, _description2);
145664
+ __decorateElement(_init14, 4, "infoText", _infoText_dec2, _DeesLabel, _infoText2);
145651
145665
  __decorateElement(_init14, 4, "required", _required_dec2, _DeesLabel, _required2);
145652
145666
  _DeesLabel = __decorateElement(_init14, 0, "DeesLabel", _DeesLabel_decorators, _DeesLabel);
145653
145667
  __name(_DeesLabel, "DeesLabel");
@@ -146000,7 +146014,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
146000
146014
  }
146001
146015
  </style>
146002
146016
  <div class="input-wrapper">
146003
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
146017
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
146004
146018
  <dees-tile>
146005
146019
  <div slot="header" class="toolbar">
146006
146020
  <div class="toolbar-left">
@@ -146078,6 +146092,7 @@ var _DeesInputCode = class _DeesInputCode extends (_a18 = DeesInputBase, _value_
146078
146092
  </div>
146079
146093
  </div>
146080
146094
  </dees-tile>
146095
+ ${this.renderDescription()}
146081
146096
  </div>
146082
146097
  `;
146083
146098
  }
@@ -147253,7 +147268,7 @@ init_dist_ts30();
147253
147268
  var renderDatepicker = /* @__PURE__ */ __name((component) => {
147254
147269
  return b2`
147255
147270
  <div class="input-wrapper">
147256
- <dees-label .label=${component.label} .description=${component.description} .required=${component.required}></dees-label>
147271
+ <dees-label .label=${component.label} .infoText=${component.infoText} .required=${component.required}></dees-label>
147257
147272
  <div class="input-container">
147258
147273
  <input
147259
147274
  type="text"
@@ -147276,6 +147291,7 @@ var renderDatepicker = /* @__PURE__ */ __name((component) => {
147276
147291
  <dees-icon class="calendar-icon" icon="lucide:calendar" iconSize="16"></dees-icon>
147277
147292
  </div>
147278
147293
  </div>
147294
+ ${component.renderDescription()}
147279
147295
  </div>
147280
147296
  `;
147281
147297
  }, "renderDatepicker");
@@ -148461,12 +148477,13 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
148461
148477
  .label=${"Username"}
148462
148478
  .value=${"johndoe"}
148463
148479
  .key=${"username"}
148480
+ .description=${"Your username will be visible to other users"}
148464
148481
  ></dees-input-text>
148465
148482
 
148466
148483
  <dees-input-text
148467
148484
  .label=${"Email Address"}
148468
148485
  .value=${"john@example.com"}
148469
- .description=${"We will never share your email with anyone"}
148486
+ .infoText=${"We will never share your email with anyone"}
148470
148487
  .key=${"email"}
148471
148488
  ></dees-input-text>
148472
148489
 
@@ -148621,14 +148638,14 @@ var demoFunc13 = /* @__PURE__ */ __name(() => b2`
148621
148638
  .label=${"Password with Toggle"}
148622
148639
  .isPasswordBool=${true}
148623
148640
  .value=${"mySecurePassword123"}
148624
- .description=${"Click the eye icon to show/hide password"}
148641
+ .infoText=${"Click the eye icon to show/hide password"}
148625
148642
  ></dees-input-text>
148626
148643
 
148627
148644
  <dees-input-text
148628
148645
  .label=${"API Key"}
148629
148646
  .isPasswordBool=${true}
148630
148647
  .value=${"sk-1234567890abcdef"}
148631
- .description=${"Keep this key secure and never share it"}
148648
+ .infoText=${"Keep this key secure and never share it"}
148632
148649
  ></dees-input-text>
148633
148650
  </div>
148634
148651
  </dees-panel>
@@ -148716,7 +148733,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
148716
148733
  `}
148717
148734
  </style>
148718
148735
  <div class="input-wrapper">
148719
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
148736
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
148720
148737
  <div class="maincontainer">
148721
148738
  <input
148722
148739
  type="${this.isPasswordBool && !this.showPasswordBool ? "password" : "text"}"
@@ -148738,6 +148755,7 @@ var _DeesInputText = class _DeesInputText extends (_a21 = DeesInputBase, _value_
148738
148755
  ${this.validationText}
148739
148756
  </div>
148740
148757
  ` : b2`<div class="validationContainer"></div>`}
148758
+ ${this.renderDescription()}
148741
148759
  </div>
148742
148760
  </div>
148743
148761
  `;
@@ -149774,13 +149792,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
149774
149792
  <div class="input-group">
149775
149793
  <dees-input-quantityselector
149776
149794
  .label=${"Quantity"}
149777
- .description=${"Select the desired quantity"}
149795
+ .infoText=${"Select the desired quantity"}
149796
+ .description=${"Minimum order quantity is 1 item"}
149778
149797
  .value=${1}
149779
149798
  ></dees-input-quantityselector>
149780
149799
 
149781
149800
  <dees-input-quantityselector
149782
149801
  .label=${"Items in Cart"}
149783
- .description=${"Adjust the quantity of items"}
149802
+ .infoText=${"Adjust the quantity of items"}
149784
149803
  .value=${3}
149785
149804
  ></dees-input-quantityselector>
149786
149805
  </div>
@@ -149878,14 +149897,14 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
149878
149897
  <div class="input-group">
149879
149898
  <dees-input-quantityselector
149880
149899
  .label=${"Number of Licenses"}
149881
- .description=${"Select how many licenses you need"}
149900
+ .infoText=${"Select how many licenses you need"}
149882
149901
  .required=${true}
149883
149902
  .value=${1}
149884
149903
  ></dees-input-quantityselector>
149885
149904
 
149886
149905
  <dees-input-quantityselector
149887
149906
  .label=${"Fixed Quantity"}
149888
- .description=${"This quantity cannot be changed"}
149907
+ .infoText=${"This quantity cannot be changed"}
149889
149908
  .disabled=${true}
149890
149909
  .value=${5}
149891
149910
  ></dees-input-quantityselector>
@@ -149902,7 +149921,7 @@ var demoFunc15 = /* @__PURE__ */ __name(() => b2`
149902
149921
  ></dees-input-dropdown>
149903
149922
  <dees-input-quantityselector
149904
149923
  .label=${"Quantity"}
149905
- .description=${"Number of licenses"}
149924
+ .infoText=${"Number of licenses"}
149906
149925
  .value=${1}
149907
149926
  ></dees-input-quantityselector>
149908
149927
  <dees-input-text
@@ -149931,7 +149950,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
149931
149950
  render() {
149932
149951
  return b2`
149933
149952
  <div class="input-wrapper">
149934
- ${this.label ? b2`<dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>` : ""}
149953
+ ${this.label ? b2`<dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>` : ""}
149935
149954
  <div
149936
149955
  class="quantity-container ${this.disabled ? "disabled" : ""}"
149937
149956
  data-min="${this.value <= 0}"
@@ -149968,6 +149987,7 @@ var _DeesInputQuantitySelector = class _DeesInputQuantitySelector extends (_a23
149968
149987
  aria-label="Increase quantity"
149969
149988
  >+</div>
149970
149989
  </div>
149990
+ ${this.renderDescription()}
149971
149991
  </div>
149972
149992
  `;
149973
149993
  }
@@ -150370,7 +150390,7 @@ var _DeesInputRadiogroup = class _DeesInputRadiogroup extends (_a24 = DeesInputB
150370
150390
  `;
150371
150391
  })}
150372
150392
  </div>
150373
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
150393
+ ${this.renderDescription()}
150374
150394
  </div>
150375
150395
  `;
150376
150396
  }
@@ -150597,14 +150617,6 @@ __publicField(_DeesInputRadiogroup, "styles", [
150597
150617
  line-height: 20px;
150598
150618
  }
150599
150619
 
150600
- .description-text {
150601
- font-size: 13px;
150602
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
150603
- margin-top: 10px;
150604
- line-height: 1.5;
150605
- letter-spacing: -0.003em;
150606
- }
150607
-
150608
150620
  /* Validation styles */
150609
150621
  :host([validationState="invalid"]) .radio-circle {
150610
150622
  border-color: ${cssManager.bdTheme("hsl(0 72.2% 50.6%)", "hsl(0 62.8% 30.6%)")};
@@ -150878,6 +150890,7 @@ var demoFunc18 = /* @__PURE__ */ __name(() => b2`
150878
150890
  <div class="input-group">
150879
150891
  <dees-input-dropdown
150880
150892
  .label=${"Select Country"}
150893
+ .description=${"Choose the country where your business is registered"}
150881
150894
  .options=${[
150882
150895
  { option: "United States", key: "us" },
150883
150896
  { option: "Canada", key: "ca" },
@@ -151489,7 +151502,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
151489
151502
  render() {
151490
151503
  return b2`
151491
151504
  <div class="input-wrapper">
151492
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
151505
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
151493
151506
  <div class="maincontainer">
151494
151507
  <div
151495
151508
  class="selectedBox ${this.isOpened ? "open" : ""} ${this.disabled ? "disabled" : ""}"
@@ -151500,6 +151513,7 @@ var _DeesInputDropdown = class _DeesInputDropdown extends (_a27 = DeesInputBase,
151500
151513
  ${this.selectedOption?.option || "Select an option"}
151501
151514
  </div>
151502
151515
  </div>
151516
+ ${this.renderDescription()}
151503
151517
  </div>
151504
151518
  `;
151505
151519
  }
@@ -151777,14 +151791,15 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151777
151791
  <div class="demo-stack">
151778
151792
  <dees-input-fileupload
151779
151793
  .label=${"Attachments"}
151780
- .description=${"Upload supporting documents for your request"}
151794
+ .infoText=${"Upload supporting documents for your request"}
151795
+ .description=${"Accepted formats: images, PDF, and ZIP archives up to 10MB"}
151781
151796
  .accept=${"image/*,.pdf,.zip"}
151782
151797
  .maxSize=${10 * 1024 * 1024}
151783
151798
  ></dees-input-fileupload>
151784
151799
 
151785
151800
  <dees-input-fileupload
151786
151801
  .label=${"Brand assets"}
151787
- .description=${"Upload high-resolution imagery (JPG/PNG)"}
151802
+ .infoText=${"Upload high-resolution imagery (JPG/PNG)"}
151788
151803
  .accept=${"image/jpeg,image/png"}
151789
151804
  .multiple=${false}
151790
151805
  .maxSize=${5 * 1024 * 1024}
@@ -151795,14 +151810,14 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151795
151810
  <div class="demo-stack">
151796
151811
  <dees-input-fileupload
151797
151812
  .label=${"Audio uploads"}
151798
- .description=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
151813
+ .infoText=${"Share podcast drafts (MP3/WAV, max 25MB each)"}
151799
151814
  .accept=${"audio/*"}
151800
151815
  .maxSize=${25 * 1024 * 1024}
151801
151816
  ></dees-input-fileupload>
151802
151817
 
151803
151818
  <dees-input-fileupload
151804
151819
  .label=${"Disabled example"}
151805
- .description=${"Uploader is disabled while moderation is pending"}
151820
+ .infoText=${"Uploader is disabled while moderation is pending"}
151806
151821
  .disabled=${true}
151807
151822
  ></dees-input-fileupload>
151808
151823
  </div>
@@ -151818,7 +151833,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151818
151833
  <div class="demo-stack">
151819
151834
  <dees-input-text
151820
151835
  .label=${"Project name"}
151821
- .description=${"How should we refer to this project internally?"}
151836
+ .infoText=${"How should we refer to this project internally?"}
151822
151837
  .required=${true}
151823
151838
  .key=${"projectName"}
151824
151839
  ></dees-input-text>
@@ -151832,7 +151847,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151832
151847
 
151833
151848
  <dees-input-fileupload
151834
151849
  .label=${"Statement of work"}
151835
- .description=${"Upload a signed statement of work (PDF, max 15MB)"}
151850
+ .infoText=${"Upload a signed statement of work (PDF, max 15MB)"}
151836
151851
  .required=${true}
151837
151852
  .accept=${"application/pdf"}
151838
151853
  .maxSize=${15 * 1024 * 1024}
@@ -151842,7 +151857,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151842
151857
 
151843
151858
  <dees-input-fileupload
151844
151859
  .label=${"Creative references"}
151845
- .description=${"Optional. Upload up to five visual references"}
151860
+ .infoText=${"Optional. Upload up to five visual references"}
151846
151861
  .accept=${"image/*"}
151847
151862
  .maxFiles=${5}
151848
151863
  .maxSize=${8 * 1024 * 1024}
@@ -151851,7 +151866,7 @@ var demoFunc19 = /* @__PURE__ */ __name(() => b2`
151851
151866
 
151852
151867
  <dees-input-text
151853
151868
  .label=${"Notes"}
151854
- .description=${"Add optional context for reviewers"}
151869
+ .infoText=${"Add optional context for reviewers"}
151855
151870
  .inputType=${"textarea"}
151856
151871
  .key=${"notes"}
151857
151872
  ></dees-input-text>
@@ -152270,7 +152285,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
152270
152285
  <div class="input-wrapper">
152271
152286
  <dees-label
152272
152287
  .label=${this.label}
152273
- .description=${this.description}
152288
+ .infoText=${this.infoText}
152274
152289
  .required=${this.required}
152275
152290
  ></dees-label>
152276
152291
  <dees-tile
@@ -152310,6 +152325,7 @@ var _DeesInputFileupload = class _DeesInputFileupload extends (_a28 = DeesInputB
152310
152325
  </div>
152311
152326
  </dees-tile>
152312
152327
  ${this.validationMessage ? b2`<div class="validation-message" aria-live="polite">${this.validationMessage}</div>` : b2``}
152328
+ ${this.renderDescription()}
152313
152329
  </div>
152314
152330
  `;
152315
152331
  }
@@ -154118,12 +154134,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
154118
154134
  <div class="input-group">
154119
154135
  <dees-input-iban
154120
154136
  .label=${"Bank Account IBAN"}
154121
- .description=${"Enter your International Bank Account Number"}
154137
+ .infoText=${"Enter your International Bank Account Number"}
154138
+ .description=${"Your IBAN can be found on your bank statement"}
154122
154139
  ></dees-input-iban>
154123
154140
 
154124
154141
  <dees-input-iban
154125
154142
  .label=${"Verified IBAN"}
154126
- .description=${"This IBAN has been verified"}
154143
+ .infoText=${"This IBAN has been verified"}
154127
154144
  .value=${"DE89370400440532013000"}
154128
154145
  ></dees-input-iban>
154129
154146
  </div>
@@ -154149,13 +154166,13 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
154149
154166
  <div class="input-group">
154150
154167
  <dees-input-iban
154151
154168
  .label=${"Payment Account"}
154152
- .description=${"Required for processing payments"}
154169
+ .infoText=${"Required for processing payments"}
154153
154170
  .required=${true}
154154
154171
  ></dees-input-iban>
154155
154172
 
154156
154173
  <dees-input-iban
154157
154174
  .label=${"Locked IBAN"}
154158
- .description=${"This IBAN cannot be changed"}
154175
+ .infoText=${"This IBAN cannot be changed"}
154159
154176
  .value=${"FR1420041010050500013M02606"}
154160
154177
  .disabled=${true}
154161
154178
  ></dees-input-iban>
@@ -154166,7 +154183,7 @@ var demoFunc20 = /* @__PURE__ */ __name(() => b2`
154166
154183
  <dees-form>
154167
154184
  <dees-input-text .label=${"Recipient Name"} .required=${true}></dees-input-text>
154168
154185
  <dees-input-iban .label=${"Recipient IBAN"} .required=${true}></dees-input-iban>
154169
- <dees-input-text .label=${"Transfer Reference"} .description=${"Optional reference for the transfer"}></dees-input-text>
154186
+ <dees-input-text .label=${"Transfer Reference"} .infoText=${"Optional reference for the transfer"}></dees-input-text>
154170
154187
  <dees-input-text .label=${"Amount"} .inputType=${"number"} .required=${true}></dees-input-text>
154171
154188
  </dees-form>
154172
154189
  </dees-panel>
@@ -154192,7 +154209,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
154192
154209
  render() {
154193
154210
  return b2`
154194
154211
  <div class="input-wrapper">
154195
- <dees-label .label=${this.label || "IBAN"} .description=${this.description}></dees-label>
154212
+ <dees-label .label=${this.label || "IBAN"} .infoText=${this.infoText}></dees-label>
154196
154213
  <dees-input-text
154197
154214
  .value=${this.value}
154198
154215
  .disabled=${this.disabled}
@@ -154210,6 +154227,7 @@ var _DeesInputIban = class _DeesInputIban extends (_a29 = DeesInputBase, _entere
154210
154227
  this.validateIban(eventArg);
154211
154228
  }}
154212
154229
  ></dees-input-text>
154230
+ ${this.renderDescription()}
154213
154231
  </div>
154214
154232
  `;
154215
154233
  }
@@ -154325,7 +154343,8 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
154325
154343
 
154326
154344
  <dees-input-multitoggle
154327
154345
  .label=${"Display Mode"}
154328
- .description=${"Choose how content is displayed"}
154346
+ .infoText=${"Choose how content is displayed"}
154347
+ .description=${"This setting affects how items appear on your dashboard"}
154329
154348
  .options=${["List View", "Grid View", "Compact"]}
154330
154349
  .selectedOption=${"Grid View"}
154331
154350
  ></dees-input-multitoggle>
@@ -154334,7 +154353,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
154334
154353
 
154335
154354
  <dees-input-multitoggle
154336
154355
  .label=${"T-Shirt Size"}
154337
- .description=${"Select your preferred size"}
154356
+ .infoText=${"Select your preferred size"}
154338
154357
  .options=${["XS", "S", "M", "L", "XL", "XXL"]}
154339
154358
  .selectedOption=${"M"}
154340
154359
  ></dees-input-multitoggle>
@@ -154346,7 +154365,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
154346
154365
 
154347
154366
  <dees-input-multitoggle
154348
154367
  .label=${"Notifications"}
154349
- .description=${"Enable or disable push notifications"}
154368
+ .infoText=${"Enable or disable push notifications"}
154350
154369
  .type=${"boolean"}
154351
154370
  .selectedOption=${"true"}
154352
154371
  ></dees-input-multitoggle>
@@ -154355,7 +154374,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
154355
154374
 
154356
154375
  <dees-input-multitoggle
154357
154376
  .label=${"Theme Mode"}
154358
- .description=${"Switch between light and dark theme"}
154377
+ .infoText=${"Switch between light and dark theme"}
154359
154378
  .type=${"boolean"}
154360
154379
  .booleanTrueName=${"Dark"}
154361
154380
  .booleanFalseName=${"Light"}
@@ -154404,7 +154423,7 @@ var demoFunc21 = /* @__PURE__ */ __name(() => b2`
154404
154423
 
154405
154424
  <dees-input-multitoggle
154406
154425
  .label=${"Account Type"}
154407
- .description=${"This setting is locked"}
154426
+ .infoText=${"This setting is locked"}
154408
154427
  .options=${["Free", "Pro", "Enterprise"]}
154409
154428
  .selectedOption=${"Enterprise"}
154410
154429
  .disabled=${true}
@@ -154473,7 +154492,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
154473
154492
  render() {
154474
154493
  return b2`
154475
154494
  <div class="input-wrapper">
154476
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
154495
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
154477
154496
  <div class="mainbox">
154478
154497
  <div class="selections">
154479
154498
  <div class="indicator"></div>
@@ -154484,6 +154503,7 @@ var _DeesInputMultitoggle = class _DeesInputMultitoggle extends (_a30 = DeesInpu
154484
154503
  )}
154485
154504
  </div>
154486
154505
  </div>
154506
+ ${this.renderDescription()}
154487
154507
  </div>
154488
154508
  `;
154489
154509
  }
@@ -154693,13 +154713,14 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
154693
154713
  <div class="input-group">
154694
154714
  <dees-input-phone
154695
154715
  .label=${"Phone Number"}
154696
- .description=${"Enter your phone number with country code"}
154716
+ .infoText=${"Enter your phone number with country code"}
154717
+ .description=${"Include country code for international numbers"}
154697
154718
  .value=${"5551234567"}
154698
154719
  ></dees-input-phone>
154699
154720
 
154700
154721
  <dees-input-phone
154701
154722
  .label=${"Contact Phone"}
154702
- .description=${"Required for account verification"}
154723
+ .infoText=${"Required for account verification"}
154703
154724
  .required=${true}
154704
154725
  .placeholder=${"+1 (555) 000-0000"}
154705
154726
  ></dees-input-phone>
@@ -154726,7 +154747,7 @@ var demoFunc22 = /* @__PURE__ */ __name(() => b2`
154726
154747
  <div class="input-group">
154727
154748
  <dees-input-phone
154728
154749
  .label=${"International Contact"}
154729
- .description=${"Automatically formats international numbers"}
154750
+ .infoText=${"Automatically formats international numbers"}
154730
154751
  .value=${"441234567890"}
154731
154752
  ></dees-input-phone>
154732
154753
 
@@ -154765,7 +154786,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
154765
154786
  render() {
154766
154787
  return b2`
154767
154788
  <div class="input-wrapper">
154768
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
154789
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
154769
154790
  <dees-input-text
154770
154791
  .value=${this.formattedPhone}
154771
154792
  .disabled=${this.disabled}
@@ -154773,6 +154794,7 @@ var _DeesInputPhone = class _DeesInputPhone extends (_a31 = DeesInputBase, _form
154773
154794
  .placeholder=${this.placeholder}
154774
154795
  @input=${(event) => this.handlePhoneInput(event)}
154775
154796
  ></dees-input-text>
154797
+ ${this.renderDescription()}
154776
154798
  </div>
154777
154799
  `;
154778
154800
  }
@@ -155210,7 +155232,7 @@ var _DeesInputToggle = class _DeesInputToggle extends (_a32 = DeesInputBase, _va
155210
155232
  </div>
155211
155233
  <div class="label-container">
155212
155234
  ${this.label ? b2`<div class="toggle-label">${this.label}</div>` : ""}
155213
- ${this.description ? b2`<div class="description-text">${this.description}</div>` : ""}
155235
+ ${this.renderDescription()}
155214
155236
  </div>
155215
155237
  </div>
155216
155238
  </div>
@@ -155475,12 +155497,6 @@ __publicField(_DeesInputToggle, "styles", [
155475
155497
  color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 90%)")};
155476
155498
  }
155477
155499
 
155478
- /* Description */
155479
- .description-text {
155480
- font-size: 12px;
155481
- color: ${cssManager.bdTheme("hsl(0 0% 45.1%)", "hsl(0 0% 63.9%)")};
155482
- line-height: 1.5;
155483
- }
155484
155500
  `
155485
155501
  ]);
155486
155502
  __runInitializers(_init30, 1, _DeesInputToggle);
@@ -155536,13 +155552,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
155536
155552
  <div class="input-group">
155537
155553
  <dees-input-typelist
155538
155554
  .label=${"Tags"}
155539
- .description=${"Add tags by typing and pressing Enter"}
155555
+ .infoText=${"Add tags by typing and pressing Enter"}
155556
+ .description=${"Tags help categorize and filter your content"}
155540
155557
  .value=${["javascript", "typescript", "web-components"]}
155541
155558
  ></dees-input-typelist>
155542
155559
 
155543
155560
  <dees-input-typelist
155544
155561
  .label=${"Team Members"}
155545
- .description=${"Add email addresses of team members"}
155562
+ .infoText=${"Add email addresses of team members"}
155546
155563
  .value=${["alice@example.com", "bob@example.com"]}
155547
155564
  ></dees-input-typelist>
155548
155565
  </div>
@@ -155552,7 +155569,7 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
155552
155569
  <div class="input-group">
155553
155570
  <dees-input-typelist
155554
155571
  .label=${"Your Skills"}
155555
- .description=${"List your professional skills"}
155572
+ .infoText=${"List your professional skills"}
155556
155573
  .value=${["HTML", "CSS", "JavaScript", "Node.js", "React"]}
155557
155574
  ></dees-input-typelist>
155558
155575
 
@@ -155576,14 +155593,14 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
155576
155593
  <div class="input-group">
155577
155594
  <dees-input-typelist
155578
155595
  .label=${"Project Dependencies"}
155579
- .description=${"List all required npm packages"}
155596
+ .infoText=${"List all required npm packages"}
155580
155597
  .required=${true}
155581
155598
  .value=${["@design.estate/dees-element", "@design.estate/dees-domtools"]}
155582
155599
  ></dees-input-typelist>
155583
155600
 
155584
155601
  <dees-input-typelist
155585
155602
  .label=${"System Tags"}
155586
- .description=${"These tags are managed by the system"}
155603
+ .infoText=${"These tags are managed by the system"}
155587
155604
  .disabled=${true}
155588
155605
  .value=${["system", "protected", "readonly"]}
155589
155606
  ></dees-input-typelist>
@@ -155596,16 +155613,16 @@ var demoFunc24 = /* @__PURE__ */ __name(() => b2`
155596
155613
  <dees-input-text
155597
155614
  .label=${"Summary"}
155598
155615
  .inputType=${"textarea"}
155599
- .description=${"Brief description of the article"}
155616
+ .infoText=${"Brief description of the article"}
155600
155617
  ></dees-input-text>
155601
155618
  <dees-input-typelist
155602
155619
  .label=${"Tags"}
155603
- .description=${"Add relevant tags for better discoverability"}
155620
+ .infoText=${"Add relevant tags for better discoverability"}
155604
155621
  .value=${["tutorial", "web-development"]}
155605
155622
  ></dees-input-typelist>
155606
155623
  <dees-input-typelist
155607
155624
  .label=${"Co-Authors"}
155608
- .description=${"Add email addresses of co-authors"}
155625
+ .infoText=${"Add email addresses of co-authors"}
155609
155626
  ></dees-input-typelist>
155610
155627
  </dees-form>
155611
155628
 
@@ -155632,7 +155649,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
155632
155649
  render() {
155633
155650
  return b2`
155634
155651
  <div class="input-wrapper">
155635
- <dees-label .label=${this.label} .description=${this.description}></dees-label>
155652
+ <dees-label .label=${this.label} .infoText=${this.infoText}></dees-label>
155636
155653
  <div class="mainbox">
155637
155654
  <div class="tags" @click=${() => {
155638
155655
  this.shadowRoot.querySelector("input").focus();
@@ -155665,6 +155682,7 @@ var _DeesInputTypelist = class _DeesInputTypelist extends (_a33 = DeesInputBase,
155665
155682
  .disabled=${this.disabled}
155666
155683
  />
155667
155684
  </div>
155685
+ ${this.renderDescription()}
155668
155686
  </div>
155669
155687
  `;
155670
155688
  }
@@ -156094,9 +156112,7 @@ var _DeesInputTags = class _DeesInputTags extends (_a35 = DeesInputBase, _value_
156094
156112
  <div class="validation-message">${this.validationText}</div>
156095
156113
  ` : ""}
156096
156114
 
156097
- ${this.description ? b2`
156098
- <div class="description">${this.description}</div>
156099
- ` : ""}
156115
+ ${this.renderDescription()}
156100
156116
  </div>
156101
156117
  `;
156102
156118
  }
@@ -156385,14 +156401,6 @@ __publicField(_DeesInputTags, "styles", [
156385
156401
  line-height: 1.5;
156386
156402
  }
156387
156403
 
156388
- /* Description styles */
156389
- .description {
156390
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
156391
- font-size: 13px;
156392
- margin-top: 6px;
156393
- line-height: 1.5;
156394
- }
156395
-
156396
156404
  /* Scrollbar styling */
156397
156405
  .suggestions-dropdown::-webkit-scrollbar {
156398
156406
  width: 8px;
@@ -156911,9 +156919,7 @@ var _DeesInputList = class _DeesInputList extends (_a36 = DeesInputBase, _value_
156911
156919
  <div class="validation-message">${this.validationText}</div>
156912
156920
  ` : ""}
156913
156921
 
156914
- ${this.description ? b2`
156915
- <div class="description">${this.description}</div>
156916
- ` : ""}
156922
+ ${this.renderDescription()}
156917
156923
  </div>
156918
156924
  `;
156919
156925
  }
@@ -157656,13 +157662,6 @@ __publicField(_DeesInputList, "styles", [
157656
157662
  line-height: 1.4;
157657
157663
  }
157658
157664
 
157659
- .description {
157660
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 56.9%)", "hsl(215 20.2% 55.1%)")};
157661
- font-size: 12px;
157662
- margin-top: 4px;
157663
- line-height: 1.4;
157664
- }
157665
-
157666
157665
  /* Scrollbar styling */
157667
157666
  .list-items::-webkit-scrollbar {
157668
157667
  width: 8px;
@@ -167371,17 +167370,18 @@ var _DeesInputWysiwyg = class _DeesInputWysiwyg extends (_a40 = DeesInputBase, _
167371
167370
  return u3`
167372
167371
  <dees-label
167373
167372
  .label="${this.label}"
167374
- .description="${this.description}"
167373
+ .infoText="${this.infoText}"
167375
167374
  .required="${this.required}"
167376
167375
  ></dees-label>
167377
167376
  <div class="wysiwyg-container">
167378
- <div
167377
+ <div
167379
167378
  class="editor-content ${this.draggedBlockId ? "dragging" : ""}"
167380
167379
  id="editor-content"
167381
167380
  >
167382
167381
  <!-- Blocks will be rendered programmatically -->
167383
167382
  </div>
167384
167383
  </div>
167384
+ ${this.renderDescription()}
167385
167385
  `;
167386
167386
  }
167387
167387
  // Old renderBlock method removed - using programmatic rendering instead
@@ -168333,13 +168333,6 @@ var richtextStyles = [
168333
168333
  border-color: ${cssManager.bdTheme("hsl(0 0% 15%)", "hsl(0 0% 93.9%)")};
168334
168334
  }
168335
168335
 
168336
- .description {
168337
- margin-top: 8px;
168338
- font-size: 12px;
168339
- color: ${cssManager.bdTheme("hsl(215.4 16.3% 46.9%)", "hsl(215 20.2% 65.1%)")};
168340
- line-height: 1.4;
168341
- }
168342
-
168343
168336
  :host([disabled]) dees-tile {
168344
168337
  opacity: 0.6;
168345
168338
  cursor: not-allowed;
@@ -168377,7 +168370,7 @@ var renderRichtext = /* @__PURE__ */ __name((component) => {
168377
168370
  </div>
168378
168371
  ` : ""}
168379
168372
  </dees-tile>
168380
- ${component.description ? b2`<div class="description">${component.description}</div>` : ""}
168373
+ ${component.renderDescription()}
168381
168374
  </div>
168382
168375
  `;
168383
168376
  }, "renderRichtext");
@@ -170828,26 +170821,26 @@ var _DeesTable = class _DeesTable extends (_a42 = DeesElement, _heading1_dec = [
170828
170821
  <div class="searchGrid hidden">
170829
170822
  <dees-input-text
170830
170823
  .label=${"lucene syntax search"}
170831
- .description=${`
170824
+ .infoText=${`
170832
170825
  You can use the lucene syntax to search for data, e.g.:
170833
-
170826
+
170834
170827
  \`\`\`
170835
170828
  name: "john" AND age: 18
170836
170829
  \`\`\`
170837
-
170830
+
170838
170831
  `}
170839
170832
  ></dees-input-text>
170840
170833
  <dees-input-multitoggle
170841
170834
  .label=${"search mode"}
170842
170835
  .options=${["table", "data", "server"]}
170843
170836
  .selectedOption=${"table"}
170844
- .description=${`
170837
+ .infoText=${`
170845
170838
  There are three basic modes:
170846
-
170839
+
170847
170840
  * table: only searches data already in the table
170848
170841
  * data: searches original data, ignoring table transforms
170849
170842
  * server: searches data on the server
170850
-
170843
+
170851
170844
  `}
170852
170845
  ></dees-input-multitoggle>
170853
170846
  </div>
@@ -172516,7 +172509,7 @@ ${JSON.stringify(data, null, 2)}`;
172516
172509
  .required=${true}
172517
172510
  key="firstName"
172518
172511
  label="First Name"
172519
- .description=${"Your given name"}
172512
+ .infoText=${"Your given name"}
172520
172513
  ></dees-input-text>
172521
172514
 
172522
172515
  <dees-input-text
@@ -172529,7 +172522,7 @@ ${JSON.stringify(data, null, 2)}`;
172529
172522
  .required=${true}
172530
172523
  key="email"
172531
172524
  label="Email Address"
172532
- .description=${"We will use this to contact you"}
172525
+ .infoText=${"We will use this to contact you"}
172533
172526
  ></dees-input-text>
172534
172527
 
172535
172528
  <dees-input-dropdown
@@ -172550,7 +172543,7 @@ ${JSON.stringify(data, null, 2)}`;
172550
172543
  key="password"
172551
172544
  label="Password"
172552
172545
  isPasswordBool
172553
- .description=${"Minimum 8 characters"}
172546
+ .infoText=${"Minimum 8 characters"}
172554
172547
  ></dees-input-text>
172555
172548
 
172556
172549
  <dees-input-checkbox
@@ -172703,7 +172696,7 @@ ${JSON.stringify(data, null, 2)}`;
172703
172696
  <dees-input-fileupload
172704
172697
  key="documents"
172705
172698
  .label=${"Upload Documents"}
172706
- .description=${"PDF, DOC, or DOCX files up to 10MB"}
172699
+ .infoText=${"PDF, DOC, or DOCX files up to 10MB"}
172707
172700
  ></dees-input-fileupload>
172708
172701
 
172709
172702
  <dees-form-submit>Submit Application</dees-form-submit>
@@ -190090,7 +190083,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
190090
190083
  render() {
190091
190084
  return b2`
190092
190085
  <div class="input-wrapper">
190093
- <dees-label .label=${this.label} .description=${this.description} .required=${this.required}></dees-label>
190086
+ <dees-label .label=${this.label} .infoText=${this.infoText} .required=${this.required}></dees-label>
190094
190087
 
190095
190088
  <div
190096
190089
  class="profile-container"
@@ -190152,6 +190145,7 @@ var _DeesInputProfilePicture = class _DeesInputProfilePicture extends (_a76 = De
190152
190145
  accept="${this.acceptedFormats.join(",")}"
190153
190146
  @change=${this.handleFileSelect}
190154
190147
  />
190148
+ ${this.renderDescription()}
190155
190149
  </div>
190156
190150
  `;
190157
190151
  }