@olenbetong/synergi-react 1.0.2 → 1.0.4

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export type CheckboxProps = React.RefAttributes<HTMLInputElement> & Omit<React.HTMLProps<HTMLInputElement>, "value"> & {
4
3
  className?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export declare function ColorCard({ as: Component, children, className, href, ...other }: Pick<React.HTMLAttributes<HTMLDivElement>, "id" | "className" | "children"> & {
4
3
  as?: "a" | "div" | "button" | "span" | "section" | "article";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export declare function List({ children, className, ...other }: React.HTMLProps<HTMLUListElement>): import("react/jsx-runtime").JSX.Element;
4
3
  export declare function ListItem({ children, className, label, ...other }: React.HTMLProps<HTMLLIElement> & {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export type ProgressBarProps = React.HTMLProps<HTMLProgressElement>;
4
3
  export declare const ProgressBar: import("react").ForwardRefExoticComponent<Omit<ProgressBarProps, "ref"> & import("react").RefAttributes<HTMLProgressElement>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export type SidebarProps = React.HTMLProps<HTMLDivElement> & {
4
3
  open?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.css";
3
2
  export type ValueToggleProps = {
4
3
  className?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olenbetong/synergi-react",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Standalone React component for SynergiWeb and Partner Portal",
5
5
  "type": "module",
6
6
  "types": "./es/index.d.ts",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "sideEffects": false,
70
70
  "dependencies": {
71
- "@olenbetong/appframe-core": "2.11.4",
72
- "clsx": "^1.2.1",
71
+ "@olenbetong/appframe-core": "2.11.6",
72
+ "clsx": "^2.1.1",
73
73
  "localforage": "^1.10.0",
74
74
  "mitt": "^3.0.0"
75
75
  },
@@ -87,5 +87,5 @@
87
87
  "devDependencies": {
88
88
  "replace-in-files": "^3.0.0"
89
89
  },
90
- "gitHead": "958c2d186b477c03643e17a94948182ee022c4c4"
90
+ "gitHead": "198c77990f2efa888e3d0326172a848da7b426fb"
91
91
  }