@olenbetong/synergi-react 0.6.30 → 0.6.32

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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import "./index.css";
3
- export declare type CheckboxProps = React.RefAttributes<HTMLInputElement> & Omit<React.HTMLProps<HTMLInputElement>, "value"> & {
3
+ export type CheckboxProps = React.RefAttributes<HTMLInputElement> & Omit<React.HTMLProps<HTMLInputElement>, "value"> & {
4
4
  className?: string;
5
5
  id?: string;
6
6
  title?: string;
@@ -1,22 +1,22 @@
1
1
  import "./index.css";
2
2
  import React from "react";
3
- export declare type PageBannerProps = React.HTMLProps<HTMLDivElement> & {
3
+ export type PageBannerProps = React.HTMLProps<HTMLDivElement> & {
4
4
  as?: "header" | "section" | "div";
5
5
  };
6
6
  export declare function PageBanner({ as, className, children, ...other }: PageBannerProps): JSX.Element;
7
- export declare type BannerImageProps = React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
7
+ export type BannerImageProps = React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
8
8
  export declare const BannerImage: React.ForwardRefExoticComponent<Pick<BannerImageProps, "key" | keyof React.ImgHTMLAttributes<HTMLImageElement>> & React.RefAttributes<HTMLImageElement>>;
9
- export declare type TabListProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
9
+ export type TabListProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
10
10
  as?: "ul" | "ol" | "nav" | "div" | "span";
11
11
  sticky?: boolean;
12
12
  };
13
13
  export declare function TabList({ as, className, children, sticky, ...other }: TabListProps): JSX.Element;
14
- export declare type TabProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
14
+ export type TabProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
15
15
  active?: boolean;
16
16
  as?: "a" | "li" | "div" | "span";
17
17
  };
18
18
  export declare function Tab({ active, as, className, children, ...other }: TabProps): JSX.Element;
19
- export declare type TitleProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
19
+ export type TitleProps = Pick<React.HTMLProps<HTMLDivElement>, "id" | "className" | "children"> & {
20
20
  as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span" | "p";
21
21
  };
22
22
  export declare function Title({ as, className, children, ...other }: {
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import "./index.css";
3
- export declare type ProgressBarProps = React.HTMLProps<HTMLProgressElement>;
3
+ export type ProgressBarProps = React.HTMLProps<HTMLProgressElement>;
4
4
  export declare const ProgressBar: import("react").ForwardRefExoticComponent<Pick<ProgressBarProps, "value" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & import("react").RefAttributes<HTMLProgressElement>>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import "./index.css";
3
- export declare type SidebarProps = React.HTMLProps<HTMLDivElement> & {
3
+ export type SidebarProps = React.HTMLProps<HTMLDivElement> & {
4
4
  open?: boolean;
5
5
  onClose?: () => void;
6
6
  overlayProps: React.HTMLProps<HTMLDivElement>;
@@ -1,6 +1,6 @@
1
1
  import "./index.css";
2
2
  import React from "react";
3
- export declare type SpinnerProps = React.HTMLProps<HTMLDivElement> & {
3
+ export type SpinnerProps = React.HTMLProps<HTMLDivElement> & {
4
4
  fullPage?: boolean;
5
5
  };
6
6
  export declare function Spinner({ className, fullPage, ...rest }: {
@@ -1,6 +1,6 @@
1
1
  import "./index.css";
2
2
  import React from "react";
3
- export declare type SplitContainerProps = {
3
+ export type SplitContainerProps = {
4
4
  className?: string;
5
5
  panelClassName?: string;
6
6
  children: React.ReactNode[];
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import "./index.css";
3
- export declare type ValueToggleProps = {
3
+ export type ValueToggleProps = {
4
4
  className?: string;
5
5
  onChange?: (value: string | number) => void;
6
6
  value?: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olenbetong/synergi-react",
3
- "version": "0.6.30",
3
+ "version": "0.6.32",
4
4
  "description": "Standalone React component for SynergiWeb and Partner Portal",
5
5
  "type": "module",
6
6
  "types": "./es/index.d.ts",
@@ -69,7 +69,7 @@
69
69
  "sideEffects": false,
70
70
  "dependencies": {
71
71
  "@olenbetong/appframe-core": "^2.4.0",
72
- "@olenbetong/appframe-react": "^1.8.7",
72
+ "@olenbetong/appframe-react": "^1.8.9",
73
73
  "clsx": "^1.2.1",
74
74
  "localforage": "^1.10.0",
75
75
  "mitt": "^3.0.0"
@@ -88,5 +88,5 @@
88
88
  "devDependencies": {
89
89
  "replace-in-files": "^3.0.0"
90
90
  },
91
- "gitHead": "cc9a224a496a9d4308ff39cb21198eecc9d2abd3"
91
+ "gitHead": "d454b0f72846f6ed4bf4c20d52dea13872ad87f2"
92
92
  }