skillgrid 0.0.62 → 0.0.63
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/components/Icon/IconCategories.d.ts +1 -0
- package/dist/index.cjs.js +8 -8
- package/dist/index.es.js +744 -743
- package/package.json +1 -1
|
@@ -389,6 +389,7 @@ export declare const ServiceIcons: {
|
|
|
389
389
|
readonly Medium: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
390
390
|
readonly MediumBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
391
391
|
readonly MediumSolid: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
392
|
+
readonly MaxBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
392
393
|
readonly OkBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
393
394
|
readonly OkBrandAlt: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|
|
394
395
|
readonly OkGrayscale: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
|