@waveform-playlist/ui-components 5.3.1 → 5.3.2
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 +2 -7
- package/dist/index.d.ts +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -713,18 +713,13 @@ declare const BaseCheckbox: styled_components_dist_types.IStyledComponentBase<"w
|
|
|
713
713
|
*/
|
|
714
714
|
declare const BaseCheckboxLabel: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
715
715
|
|
|
716
|
-
interface ControlButtonProps {
|
|
717
|
-
variant?: 'primary' | 'success' | 'info';
|
|
718
|
-
}
|
|
719
716
|
/**
|
|
720
|
-
* ControlButton - A colored action button
|
|
721
|
-
*
|
|
722
|
-
* This is used for prominent actions like Play, Pause, Record.
|
|
717
|
+
* ControlButton - A colored action button for prominent actions like Play, Pause, Record.
|
|
723
718
|
* For neutral buttons, use BaseButton from the styled primitives.
|
|
724
719
|
*
|
|
725
720
|
* Uses theme colors when available, with fallbacks for standalone use.
|
|
726
721
|
*/
|
|
727
|
-
declare const BaseControlButton: styled_components_dist_types.IStyledComponentBase<"web",
|
|
722
|
+
declare const BaseControlButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
728
723
|
|
|
729
724
|
/**
|
|
730
725
|
* BaseInput - A styled input component that uses theme values
|
package/dist/index.d.ts
CHANGED
|
@@ -713,18 +713,13 @@ declare const BaseCheckbox: styled_components_dist_types.IStyledComponentBase<"w
|
|
|
713
713
|
*/
|
|
714
714
|
declare const BaseCheckboxLabel: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
715
715
|
|
|
716
|
-
interface ControlButtonProps {
|
|
717
|
-
variant?: 'primary' | 'success' | 'info';
|
|
718
|
-
}
|
|
719
716
|
/**
|
|
720
|
-
* ControlButton - A colored action button
|
|
721
|
-
*
|
|
722
|
-
* This is used for prominent actions like Play, Pause, Record.
|
|
717
|
+
* ControlButton - A colored action button for prominent actions like Play, Pause, Record.
|
|
723
718
|
* For neutral buttons, use BaseButton from the styled primitives.
|
|
724
719
|
*
|
|
725
720
|
* Uses theme colors when available, with fallbacks for standalone use.
|
|
726
721
|
*/
|
|
727
|
-
declare const BaseControlButton: styled_components_dist_types.IStyledComponentBase<"web",
|
|
722
|
+
declare const BaseControlButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
728
723
|
|
|
729
724
|
/**
|
|
730
725
|
* BaseInput - A styled input component that uses theme values
|