@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.
- package/dist/esm/ob.react.js +32 -31
- package/dist/esm/ob.react.min.js +1 -1
- package/dist/esm/ob.react.min.js.map +4 -4
- package/dist/iife/ob.react.js +32 -31
- package/dist/iife/ob.react.min.js +1 -1
- package/dist/iife/ob.react.min.js.map +4 -4
- package/es/Checkbox/index.d.ts +0 -1
- package/es/ColorCard/index.d.ts +0 -1
- package/es/LinkedCardList/index.d.ts +0 -1
- package/es/ProgressBar/index.d.ts +0 -1
- package/es/Sidebar/index.d.ts +0 -1
- package/es/ValueToggle/index.d.ts +0 -1
- package/package.json +4 -4
package/es/Checkbox/index.d.ts
CHANGED
package/es/ColorCard/index.d.ts
CHANGED
|
@@ -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>>;
|
package/es/Sidebar/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olenbetong/synergi-react",
|
|
3
|
-
"version": "1.0.
|
|
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.
|
|
72
|
-
"clsx": "^
|
|
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": "
|
|
90
|
+
"gitHead": "198c77990f2efa888e3d0326172a848da7b426fb"
|
|
91
91
|
}
|