tccd-ui 0.0.92 → 0.0.93

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/index.d.mts CHANGED
@@ -192,12 +192,12 @@ declare function TextAreaField({ label, value, placeholder, onChange, error, max
192
192
  error?: string;
193
193
  }): react_jsx_runtime.JSX.Element;
194
194
 
195
- declare function TextDisplayEdit({ label, value, onChange, disabled, icon, placeholder }: {
195
+ declare function TextDisplayEdit({ label, value, onChange, disabled, icon, placeholder, }: {
196
196
  label: string;
197
197
  value: string;
198
198
  onChange?: (newValue: string) => void;
199
199
  disabled?: boolean;
200
- icon?: React.ReactNode;
200
+ icon?: React$1.ReactNode;
201
201
  placeholder?: string;
202
202
  }): react_jsx_runtime.JSX.Element;
203
203
 
package/dist/index.d.ts CHANGED
@@ -192,12 +192,12 @@ declare function TextAreaField({ label, value, placeholder, onChange, error, max
192
192
  error?: string;
193
193
  }): react_jsx_runtime.JSX.Element;
194
194
 
195
- declare function TextDisplayEdit({ label, value, onChange, disabled, icon, placeholder }: {
195
+ declare function TextDisplayEdit({ label, value, onChange, disabled, icon, placeholder, }: {
196
196
  label: string;
197
197
  value: string;
198
198
  onChange?: (newValue: string) => void;
199
199
  disabled?: boolean;
200
- icon?: React.ReactNode;
200
+ icon?: React$1.ReactNode;
201
201
  placeholder?: string;
202
202
  }): react_jsx_runtime.JSX.Element;
203
203