@liner-fe/prism 2.6.36 → 2.6.37
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/lib/index.d.ts +3 -3
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -213,10 +213,10 @@ declare const Display: react.ForwardRefExoticComponent<IDisplayProps & react.Ref
|
|
|
213
213
|
|
|
214
214
|
type BreakPointsKey = keyof typeof breakpointOrigin;
|
|
215
215
|
declare const rootMediaStyle: string;
|
|
216
|
-
declare const MediaContextProvider: react.ComponentType<_artsy_fresnel_dist_Media.MediaContextProviderProps<"m" | "s" | "
|
|
216
|
+
declare const MediaContextProvider: react.ComponentType<_artsy_fresnel_dist_Media.MediaContextProviderProps<"m" | "s" | "xs" | "l" | "xl" | "xxl" | "xxxl"> & {
|
|
217
217
|
children: react.ReactNode;
|
|
218
218
|
}>;
|
|
219
|
-
declare const Media: react.ComponentType<_artsy_fresnel_dist_Media.MediaProps<"m" | "s" | "
|
|
219
|
+
declare const Media: react.ComponentType<_artsy_fresnel_dist_Media.MediaProps<"m" | "s" | "xs" | "l" | "xl" | "xxl" | "xxxl", never>>;
|
|
220
220
|
|
|
221
221
|
declare const KEY = "level";
|
|
222
222
|
|
|
@@ -350,7 +350,7 @@ declare const Tooltip: (({ children, ...props }: TooltipRootProps) => react_jsx_
|
|
|
350
350
|
|
|
351
351
|
declare const iconButtonVariants: (props?: ({
|
|
352
352
|
level?: "primary" | "secondary" | "tertiary" | "quaternary" | "negative" | "static" | "inverse-static" | "inverse" | undefined;
|
|
353
|
-
size?: "m" | "s" | "
|
|
353
|
+
size?: "m" | "s" | "xs" | "l" | undefined;
|
|
354
354
|
fill?: boolean | undefined;
|
|
355
355
|
} & ({
|
|
356
356
|
class?: cva.ClassValue;
|