dap-design-system 0.38.2 → 0.38.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dds.d.ts CHANGED
@@ -2363,7 +2363,7 @@ export declare class DapDSCheckbox extends LabeledChoiceElement {
2363
2363
  * @property {boolean} readonly - Whether the select is readonly.
2364
2364
  * @property {boolean} autofocus - Whether the select is autofocus.
2365
2365
  * @property {string} feedback - The feedback content of the select.
2366
- * @property {'error' | 'warning' | 'info'} feedbackType - The feedback type of the select.
2366
+ * @property {'negative' | 'positive' | 'warning' | 'info'} feedbackType - The feedback type of the select.
2367
2367
  * @property {'none' | 'typehead' | 'autocomplete' | 'manual'} searchMode - The search mode of the select.
2368
2368
  * @property {boolean} openOnEmpty - Whether the combobox should open on empty results.
2369
2369
  * @property {boolean} allowManualInput - Whether the combobox allows manual input, or free text.
@@ -3332,7 +3332,9 @@ export declare class DapDSFileInputListItem extends DapDSFileInputListItem_base
3332
3332
  inputName: string;
3333
3333
  /** The feedback message. */
3334
3334
  feedback: string;
3335
- /** Feedback type. */
3335
+ /** Feedback type.
3336
+ * @type {'negative' | 'positive' | 'warning' | 'info'}
3337
+ */
3336
3338
  feedbackType: FeedbackType;
3337
3339
  /** Loading state of the file input list item. */
3338
3340
  loading?: boolean | undefined;
@@ -4965,7 +4967,7 @@ export declare class DapDSScrollArea extends DdsElement {
4965
4967
  * @property {boolean} autofocus - Whether the search is autofocus.
4966
4968
  * @property {string} clearButton - Whether the search is clearable. Default is 'true'.
4967
4969
  * @property {string} feedback - The feedback content of the search.
4968
- * @property {'error' | 'warning' | 'info'} feedbackType - The feedback type of the search.
4970
+ * @property {'negative' | 'positive' | 'warning' | 'info'} feedbackType - The feedback type of the search.
4969
4971
  * @property {boolean} allowManualInput - Whether the search allows manual input, or free text.
4970
4972
  * @property {boolean} searchForText - Whether the search should search for the selected item text.
4971
4973
  * @property {boolean} textComplete - Whether the search should not complete the text.