@mmb-digital/design-system-web 0.1.48 → 0.1.50
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.cjs.js +10 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +54 -50
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -538,6 +538,7 @@ interface FieldWrapperValues {
|
|
|
538
538
|
tooltip?: TooltipFloatingElement;
|
|
539
539
|
}
|
|
540
540
|
interface InputProps {
|
|
541
|
+
colorInput?: Property.Color | undefined;
|
|
541
542
|
disabled?: boolean;
|
|
542
543
|
halfWidth?: boolean;
|
|
543
544
|
maxLength?: number;
|
|
@@ -681,6 +682,7 @@ interface SliderInputMinMax {
|
|
|
681
682
|
min: number;
|
|
682
683
|
}
|
|
683
684
|
interface SliderInputProps extends RefAttributes<HTMLInputElement> {
|
|
685
|
+
colorInput?: string | undefined;
|
|
684
686
|
colorScheme?: ColorScheme;
|
|
685
687
|
disabled?: boolean | undefined;
|
|
686
688
|
hasError?: boolean;
|