@wistia/ui 0.14.38 → 0.14.39
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 +1007 -596
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +723 -312
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -170,7 +170,7 @@ declare const useOnClickOutside: (ref: RefObject<HTMLElement | null | undefined>
|
|
|
170
170
|
|
|
171
171
|
declare const usePreviousValue: <T>(value: T) => T | undefined;
|
|
172
172
|
|
|
173
|
-
declare const colorSchemeOptions: readonly ["default", "inherit", "error", "info", "success", "warning", "blue", "green", "orange", "pink", "purple", "yellow", "vendor-hubspot", "vendor-marketo", "vendor-pardot"];
|
|
173
|
+
declare const colorSchemeOptions: readonly ["default", "inherit", "error", "info", "success", "warning", "blue", "green", "orange", "pink", "purple", "red", "yellow", "vendor-hubspot", "vendor-marketo", "vendor-pardot"];
|
|
174
174
|
type ColorSchemeTypes = (typeof colorSchemeOptions)[number];
|
|
175
175
|
type ColorSchemeWrapperProps = ComponentPropsWithoutRef<'div'> & {
|
|
176
176
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ declare const useOnClickOutside: (ref: RefObject<HTMLElement | null | undefined>
|
|
|
170
170
|
|
|
171
171
|
declare const usePreviousValue: <T>(value: T) => T | undefined;
|
|
172
172
|
|
|
173
|
-
declare const colorSchemeOptions: readonly ["default", "inherit", "error", "info", "success", "warning", "blue", "green", "orange", "pink", "purple", "yellow", "vendor-hubspot", "vendor-marketo", "vendor-pardot"];
|
|
173
|
+
declare const colorSchemeOptions: readonly ["default", "inherit", "error", "info", "success", "warning", "blue", "green", "orange", "pink", "purple", "red", "yellow", "vendor-hubspot", "vendor-marketo", "vendor-pardot"];
|
|
174
174
|
type ColorSchemeTypes = (typeof colorSchemeOptions)[number];
|
|
175
175
|
type ColorSchemeWrapperProps = ComponentPropsWithoutRef<'div'> & {
|
|
176
176
|
/**
|