@desynth/web-components-react 24.7.5-alpha.1 → 24.7.6-alpha.2

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.
@@ -15,6 +15,7 @@ export declare const DesynthForm: import("react").ForwardRefExoticComponent<JSX.
15
15
  export declare const DesynthGrid: import("react").ForwardRefExoticComponent<JSX.DesynthGrid & Omit<import("react").HTMLAttributes<HTMLDesynthGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthGridElement>>;
16
16
  export declare const DesynthHeader: import("react").ForwardRefExoticComponent<JSX.DesynthHeader & Omit<import("react").HTMLAttributes<HTMLDesynthHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthHeaderElement>>;
17
17
  export declare const DesynthList: import("react").ForwardRefExoticComponent<JSX.DesynthList & Omit<import("react").HTMLAttributes<HTMLDesynthListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthListElement>>;
18
+ export declare const DesynthLoader: import("react").ForwardRefExoticComponent<JSX.DesynthLoader & Omit<import("react").HTMLAttributes<HTMLDesynthLoaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthLoaderElement>>;
18
19
  export declare const DesynthModal: import("react").ForwardRefExoticComponent<JSX.DesynthModal & Omit<import("react").HTMLAttributes<HTMLDesynthModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthModalElement>>;
19
20
  export declare const DesynthMultiStepper: import("react").ForwardRefExoticComponent<JSX.DesynthMultiStepper & Omit<import("react").HTMLAttributes<HTMLDesynthMultiStepperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthMultiStepperElement>>;
20
21
  export declare const DesynthPaper: import("react").ForwardRefExoticComponent<JSX.DesynthPaper & Omit<import("react").HTMLAttributes<HTMLDesynthPaperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLDesynthPaperElement>>;
@@ -17,6 +17,7 @@ export const DesynthForm = /*@__PURE__*/ createReactComponent('desynth-form');
17
17
  export const DesynthGrid = /*@__PURE__*/ createReactComponent('desynth-grid');
18
18
  export const DesynthHeader = /*@__PURE__*/ createReactComponent('desynth-header');
19
19
  export const DesynthList = /*@__PURE__*/ createReactComponent('desynth-list');
20
+ export const DesynthLoader = /*@__PURE__*/ createReactComponent('desynth-loader');
20
21
  export const DesynthModal = /*@__PURE__*/ createReactComponent('desynth-modal');
21
22
  export const DesynthMultiStepper = /*@__PURE__*/ createReactComponent('desynth-multi-stepper');
22
23
  export const DesynthPaper = /*@__PURE__*/ createReactComponent('desynth-paper');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@desynth/web-components-react",
3
3
  "sideEffects": false,
4
- "version": "24.7.5-alpha.01",
4
+ "version": "24.7.6-alpha.02",
5
5
  "description": "React proxy for @desynth/web-components",
6
6
  "license": "MPL-2.0",
7
7
  "homepage": "https://github.com/desynth/desynth-web-components#readme",
package/readme.md ADDED
@@ -0,0 +1,15 @@
1
+ # desynth-web-components - React Proxy
2
+ This is the desynth utility Stencil web component library for general purposes
3
+
4
+ ```bash
5
+ HTML Web Components
6
+ Compatible with:
7
+ ReactJS
8
+ Vue
9
+ Angular
10
+ Svelte
11
+ Ionic
12
+ ```
13
+ ## General Solution's Architecture Design
14
+ ![Architecture Diagram](https://github.com/desynth/desynth-java-utils/assets/61949272/474bf10f-73cf-474c-a34b-45269dc508a2)
15
+