react-asc 25.18.0 → 25.19.0
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/index.d.ts +15 -16
- package/index.es.js +411 -2151
- package/index.js +396 -2136
- package/lib/components/AutoComplete/AutoComplete.d.ts +0 -1
- package/lib/components/Button/ButtonContext.d.ts +0 -1
- package/lib/components/Card/CardBody.d.ts +1 -1
- package/lib/components/Card/CardFooter.d.ts +1 -1
- package/lib/components/Card/CardImage.d.ts +1 -1
- package/lib/components/Card/CardSubtitle.d.ts +1 -1
- package/lib/components/Card/CardText.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.d.ts +0 -1
- package/lib/components/DateSelect/DateSelect.d.ts +0 -1
- package/lib/components/DateSelect/DaySelect.d.ts +0 -1
- package/lib/components/DateSelect/MonthSelect.d.ts +0 -1
- package/lib/components/DateSelect/YearSelect.d.ts +0 -1
- package/lib/components/Form/FormError.d.ts +0 -1
- package/lib/components/Form/FormHint/FormHint.d.ts +1 -1
- package/lib/components/Form/FormLabel/FormLabel.d.ts +1 -1
- package/lib/components/Form/form.interfaces.d.ts +0 -1
- package/lib/components/Form/form.models.d.ts +1 -1
- package/lib/components/Link/Link.d.ts +1 -1
- package/lib/components/List/ListItemAction.d.ts +1 -1
- package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +1 -1
- package/lib/components/Menu/MenuDivider.d.ts +0 -1
- package/lib/components/Menu/MenuItem.d.ts +0 -1
- package/lib/components/NumberSelect/NumberSelect.d.ts +0 -1
- package/lib/components/Portal/Portal.d.ts +0 -1
- package/lib/components/SpeedDial/SpeedDialActions.d.ts +1 -1
- package/lib/components/Stepper/StepConnector/StepConnector.d.ts +0 -1
- package/lib/components/Stepper/StepperActions/StepperActions.d.ts +0 -1
- package/lib/components/Table/TableBody.d.ts +1 -1
- package/lib/components/Table/TableHead.d.ts +1 -1
- package/lib/components/Table/TableRow.d.ts +1 -1
- package/lib/components/TimeSelect/HourSelect.d.ts +0 -1
- package/lib/components/TimeSelect/MilliSecondSelect.d.ts +0 -1
- package/lib/components/TimeSelect/MinuteSelect.d.ts +0 -1
- package/lib/components/TimeSelect/SecondSelect.d.ts +0 -1
- package/lib/components/TimeSelect/TimeSelect.d.ts +0 -1
- package/lib/components/TreeView/TreeView.d.ts +1 -1
- package/lib/components/component.interfaces.d.ts +0 -1
- package/lib/hooks/useHover.d.ts +0 -1
- package/lib/icons/CaretDownSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSquareRegularIcon.d.ts +0 -1
- package/lib/icons/ChevronDownSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronRightSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronUpSolidIcon.d.ts +0 -1
- package/lib/icons/CircleSolidIcon.d.ts +0 -1
- package/lib/icons/HomeSolidIcon.d.ts +0 -1
- package/lib/icons/PlusSolidIcon.d.ts +0 -1
- package/lib/icons/SpinnerSolidIcon.d.ts +0 -1
- package/lib/icons/SquareRegularIcon.d.ts +0 -1
- package/lib/icons/TimesCircleSolidIcon.d.ts +0 -1
- package/lib/icons/TimesSolidIcon.d.ts +0 -1
- package/package.json +7 -7
- package/readme.md +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CardBody: (props: React.ComponentProps<
|
|
2
|
+
export declare const CardBody: (props: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CardFooter: (props: React.ComponentProps<
|
|
2
|
+
export declare const CardFooter: (props: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CardImage: (props: React.ComponentProps<
|
|
2
|
+
export declare const CardImage: (props: React.ComponentProps<"img">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CardSubtitle: (props: React.ComponentProps<
|
|
2
|
+
export declare const CardSubtitle: (props: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CardText: (props: React.ComponentProps<
|
|
2
|
+
export declare const CardText: (props: React.ComponentProps<"p">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const FormHint: (props: React.ComponentProps<
|
|
2
|
+
export declare const FormHint: (props: React.ComponentProps<"small">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const FormLabel: ({ children, className, htmlFor, ...rest }: React.ComponentProps<
|
|
2
|
+
export declare const FormLabel: ({ children, className, htmlFor, ...rest }: React.ComponentProps<"label">) => JSX.Element;
|
|
@@ -5,7 +5,7 @@ export declare class FormControl {
|
|
|
5
5
|
validators: string[];
|
|
6
6
|
type: IFormControlType;
|
|
7
7
|
config: IFormControlConfig;
|
|
8
|
-
constructor(value: any, validators: string[], type: IFormControlType, config: IFormControlConfig);
|
|
8
|
+
constructor(value: any, validators: string[] | undefined, type: IFormControlType, config: IFormControlConfig);
|
|
9
9
|
errors: IFormInputError[];
|
|
10
10
|
isValid: boolean;
|
|
11
11
|
isDirty: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const Link: (props: React.ComponentProps<
|
|
2
|
+
export declare const Link: (props: React.ComponentProps<"a">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const ListItemAction: ({ children, onClick, ...rest }: React.ComponentProps<
|
|
2
|
+
export declare const ListItemAction: ({ children, onClick, ...rest }: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const LoadingIndicator: ({ ...rest }: React.ComponentProps<
|
|
2
|
+
export declare const LoadingIndicator: ({ ...rest }: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const SpeedDialActions: (props: React.ComponentProps<
|
|
2
|
+
export declare const SpeedDialActions: (props: React.ComponentProps<"div">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TableBody: (props: React.ComponentProps<
|
|
2
|
+
export declare const TableBody: (props: React.ComponentProps<"tbody">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TableHead: (props: React.ComponentProps<
|
|
2
|
+
export declare const TableHead: (props: React.ComponentProps<"thead">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TableRow: (props: React.ComponentProps<
|
|
2
|
+
export declare const TableRow: (props: React.ComponentProps<"tr">) => JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TreeView: (props: React.ComponentProps<
|
|
2
|
+
export declare const TreeView: (props: React.ComponentProps<"ul">) => JSX.Element;
|
package/lib/hooks/useHover.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-asc",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.19.0",
|
|
4
4
|
"description": "handcrafted react components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.es.js",
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@popperjs/core": "^2.11.8",
|
|
13
|
-
"react": "^18.
|
|
14
|
-
"react-dom": "^18.
|
|
15
|
-
"modern-normalize": "
|
|
16
|
-
"react-calendar": "^
|
|
13
|
+
"react": "^18.3.1",
|
|
14
|
+
"react-dom": "^18.3.1",
|
|
15
|
+
"modern-normalize": "3.0.1",
|
|
16
|
+
"react-calendar": "^5.1.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@types/file-saver": "^2.0.7",
|
|
20
|
-
"@types/papaparse": "^5.3.
|
|
20
|
+
"@types/papaparse": "^5.3.15",
|
|
21
21
|
"file-saver": "^2.0.5",
|
|
22
|
-
"papaparse": "^5.
|
|
22
|
+
"papaparse": "^5.5.2"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"pub": "npm publish --access public"
|
package/readme.md
CHANGED
|
@@ -24,8 +24,8 @@ react-asc interactive showcase with code snippets [link](https://react-asc.netli
|
|
|
24
24
|
### Include styles
|
|
25
25
|
|
|
26
26
|
```scss
|
|
27
|
-
@
|
|
28
|
-
@
|
|
27
|
+
@use "modern-normalize";
|
|
28
|
+
@use "react-asc/react-asc.scss";
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### Usage
|