lecom-ui 4.4.6 → 4.4.8

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.
@@ -1,3 +1,4 @@
1
+ import * as React from 'react';
1
2
  import img from '../../public/imgs/logo-lecom.png.js';
2
3
 
3
4
  const ImgBrand = ({ src }) => {
package/dist/index.d.ts CHANGED
@@ -701,7 +701,7 @@ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive
701
701
  declare const TooltipArrow: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipArrowProps & React$1.RefAttributes<SVGSVGElement>>;
702
702
  declare const TooltipPortal: React$1.FC<TooltipPrimitive.TooltipPortalProps>;
703
703
  declare const tooltipContentVariants: (props?: ({
704
- color?: "white" | "black" | null | undefined;
704
+ color?: "black" | "white" | null | undefined;
705
705
  arrow?: boolean | null | undefined;
706
706
  } & class_variance_authority_types.ClassProp) | undefined) => string;
707
707
  interface TooltipContentProps extends React$1.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>, VariantProps<typeof tooltipContentVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "4.4.6",
3
+ "version": "4.4.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -90,18 +90,6 @@
90
90
  "react": ">=18.0.0",
91
91
  "react-dom": ">=18.0.0"
92
92
  },
93
- "peerDependenciesMeta": {
94
- "react": {
95
- "optional": true
96
- },
97
- "react-dom": {
98
- "optional": true
99
- }
100
- },
101
- "resolutions": {
102
- "react": "^19.0.0",
103
- "react-dom": "^19.0.0"
104
- },
105
93
  "eslintConfig": {
106
94
  "extends": [
107
95
  "plugin:storybook/recommended"