labsense-ui-kit 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  LabSense UI Kit is a modern UI components library built with React, designed to streamline and accelerate web application development.
4
4
 
5
+ You can review online a React project example and test some of the components on storybook in the live page:
6
+
7
+ **Storybook Link:** https://labsense-ui-kit-9e54b5.gitlab.io
8
+
5
9
  ---
6
10
 
7
11
  ## Getting Started
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- declare const IconWrapperForSVG: import("styled-components").StyledComponent<"g", any, {}, never>;
2
+ declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ declare const IconWrapperForSVG: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGGElement>, never>> & string;
4
4
  export { IconWrapper, IconWrapperForSVG };
5
5
  export interface SVGProps {
6
6
  size: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "labsense-ui-kit",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "labSense UI Components",
5
5
  "author": "SNet Labs Pvt. Ltd.",
6
6
  "license": "MIT",
@@ -32,10 +32,10 @@
32
32
  "peerDependencies": {
33
33
  "react": "^17.0.2 || ^18.0.0",
34
34
  "react-dom": "^17.0.2 || ^18.0.0",
35
- "react-router": "^5.3.1",
36
- "react-router-dom": "^5.2.0",
35
+ "react-router": "^7.1.5",
36
+ "react-router-dom": "^7.1.5",
37
37
  "react-use-websocket": "^2.9.1",
38
- "styled-components": "^5.3.5"
38
+ "styled-components": "^6.1.14"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",