@axa-fr/design-system-look-and-feel-react 1.0.5-alpha.285 → 1.0.5-alpha.290
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/Form/Checkbox/CardCheckbox.d.ts +1 -0
- package/dist/Form/Checkbox/CardCheckbox.js +1 -0
- package/dist/Form/Checkbox/index.d.ts +1 -1
- package/dist/Form/Checkbox/index.js +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
- package/dist/Form/Checkbox/CheckboxCard.d.ts +0 -1
- package/dist/Form/Checkbox/CheckboxCard.js +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
export { CardCheckbox } from "@axa-fr/design-system-apollo-react/lf";
|
@@ -0,0 +1 @@
|
|
1
|
+
export { CardCheckbox } from "@axa-fr/design-system-apollo-react/lf";
|
package/dist/index.d.ts
CHANGED
@@ -8,16 +8,16 @@ export { Message, messageVariants, type MessageVariants, } from "./Message/Messa
|
|
8
8
|
export { Button, buttonVariants, type ButtonVariants } from "./Button/Button";
|
9
9
|
export { Card } from "./Card";
|
10
10
|
export { Divider } from "./Divider/Divider";
|
11
|
-
export { Checkbox, CheckboxText, CheckboxCard } from "./Form/Checkbox";
|
11
|
+
export { Checkbox, CheckboxText, CardCheckbox, CardCheckbox as CheckboxCard, } from "./Form/Checkbox";
|
12
12
|
export { FileUpload } from "./Form/FileUpload";
|
13
13
|
export { InputError } from "./Form/InputError";
|
14
14
|
export { ItemMessage } from "./Form/ItemMessage/ItemMessage";
|
15
15
|
export { ItemLabel } from "./Form/ItemLabel/ItemLabel";
|
16
16
|
export { Radio, RadioCard } from "./Form/Radio";
|
17
17
|
export { Select } from "./Form/Select/Select";
|
18
|
-
export { TextInput, TextInput as InputText } from "./Form/InputText/InputText";
|
18
|
+
export { TextInput, TextInput as InputText, } from "./Form/InputText/InputText";
|
19
19
|
export { TextArea } from "./Form/TextArea/TextArea";
|
20
|
-
export { InputDate, InputDate as DateInput } from "./Form/InputDate/InputDate";
|
20
|
+
export { InputDate, InputDate as DateInput, } from "./Form/InputDate/InputDate";
|
21
21
|
export { DebugGrid } from "./Grid/DebugGrid";
|
22
22
|
export { IconBg } from "./IconBg";
|
23
23
|
export { Footer } from "./Layout/Footer/Footer";
|
package/dist/index.js
CHANGED
@@ -7,16 +7,16 @@ export { Message, messageVariants, } from "./Message/Message";
|
|
7
7
|
export { Button, buttonVariants } from "./Button/Button";
|
8
8
|
export { Card } from "./Card";
|
9
9
|
export { Divider } from "./Divider/Divider";
|
10
|
-
export { Checkbox, CheckboxText, CheckboxCard } from "./Form/Checkbox";
|
10
|
+
export { Checkbox, CheckboxText, CardCheckbox, CardCheckbox as CheckboxCard, } from "./Form/Checkbox";
|
11
11
|
export { FileUpload } from "./Form/FileUpload";
|
12
12
|
export { InputError } from "./Form/InputError";
|
13
13
|
export { ItemMessage } from "./Form/ItemMessage/ItemMessage";
|
14
14
|
export { ItemLabel } from "./Form/ItemLabel/ItemLabel";
|
15
15
|
export { Radio, RadioCard } from "./Form/Radio";
|
16
16
|
export { Select } from "./Form/Select/Select";
|
17
|
-
export { TextInput, TextInput as InputText } from "./Form/InputText/InputText";
|
17
|
+
export { TextInput, TextInput as InputText, } from "./Form/InputText/InputText";
|
18
18
|
export { TextArea } from "./Form/TextArea/TextArea";
|
19
|
-
export { InputDate, InputDate as DateInput } from "./Form/InputDate/InputDate";
|
19
|
+
export { InputDate, InputDate as DateInput, } from "./Form/InputDate/InputDate";
|
20
20
|
export { DebugGrid } from "./Grid/DebugGrid";
|
21
21
|
export { IconBg } from "./IconBg";
|
22
22
|
export { Footer } from "./Layout/Footer/Footer";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axa-fr/design-system-look-and-feel-react",
|
3
|
-
"version": "1.0.5-alpha.
|
3
|
+
"version": "1.0.5-alpha.290",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -47,10 +47,10 @@
|
|
47
47
|
},
|
48
48
|
"homepage": "https://github.com/AxaFrance/design-system#readme",
|
49
49
|
"peerDependencies": {
|
50
|
-
"@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.
|
50
|
+
"@axa-fr/design-system-look-and-feel-css": "1.0.5-alpha.290",
|
51
51
|
"@material-symbols/svg-400": ">= 0.19.0",
|
52
52
|
"react": ">= 18",
|
53
|
-
"@axa-fr/design-system-apollo-react": "1.0.5-alpha.
|
53
|
+
"@axa-fr/design-system-apollo-react": "1.0.5-alpha.290"
|
54
54
|
},
|
55
55
|
"peerDependenciesMeta": {
|
56
56
|
"@material-symbols/svg-400": {
|
@@ -1 +0,0 @@
|
|
1
|
-
export { CheckboxCard } from "@axa-fr/design-system-apollo-react/lf";
|
@@ -1 +0,0 @@
|
|
1
|
-
export { CheckboxCard } from "@axa-fr/design-system-apollo-react/lf";
|