@beequip/hexagon 0.25.0 → 0.25.1
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/components/RadioCardGroup/index.d.ts +5 -4
- package/dist/components/RadioCardGroup/index.js +5 -6
- package/dist/components/RadioCardGroup/index.js.map +1 -1
- package/dist/components/RadioCardGroup/index.stories.js +3 -2
- package/dist/components/RadioCardGroup/index.stories.js.map +1 -1
- package/dist/components/RadioCardGroup/styles.js +1 -1
- package/dist/components/RadioCardGroup/styles.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
interface RadioCardGroupContextType {
|
|
3
|
-
|
|
4
|
-
value:
|
|
3
|
+
value: React.InputHTMLAttributes<HTMLInputElement>['value'];
|
|
4
|
+
onValueChange?: (value: React.InputHTMLAttributes<HTMLInputElement>['value']) => void;
|
|
5
5
|
groupName: string;
|
|
6
6
|
}
|
|
7
7
|
export declare const RadioCardGroupContext: React.Context<RadioCardGroupContextType | null>;
|
|
8
8
|
export interface RadioCardGroupProps extends React.PropsWithChildren {
|
|
9
|
-
|
|
9
|
+
value: React.InputHTMLAttributes<HTMLInputElement>['value'];
|
|
10
10
|
groupName: string;
|
|
11
11
|
label?: string;
|
|
12
12
|
infoSlot?: React.ReactNode;
|
|
13
|
+
onValueChange?: (value: React.InputHTMLAttributes<HTMLInputElement>['value']) => void;
|
|
13
14
|
}
|
|
14
|
-
export declare const Root: ({
|
|
15
|
+
export declare const Root: ({ value, groupName, label, infoSlot, onValueChange, children, }: RadioCardGroupProps) => JSX.Element;
|
|
15
16
|
export interface RadioCardGroupItemProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
16
17
|
hook?: string;
|
|
17
18
|
}
|
|
@@ -7,13 +7,12 @@ var styles_1 = require("./styles");
|
|
|
7
7
|
var Text_1 = require("../Text");
|
|
8
8
|
exports.RadioCardGroupContext = React.createContext(null);
|
|
9
9
|
var Root = function (_a) {
|
|
10
|
-
var
|
|
11
|
-
var _b = tslib_1.__read(React.useState(initialValue), 2), value = _b[0], setValue = _b[1];
|
|
10
|
+
var value = _a.value, groupName = _a.groupName, label = _a.label, infoSlot = _a.infoSlot, onValueChange = _a.onValueChange, children = _a.children;
|
|
12
11
|
return (React.createElement(styles_1.StyledRadioCardGroupFieldset, null,
|
|
13
12
|
label && (React.createElement(styles_1.StyledRadioCardGroupLegend, null,
|
|
14
|
-
React.createElement(Text_1.Text, { weight: "
|
|
13
|
+
React.createElement(Text_1.Text, { weight: "bold", size: "m" }, label))),
|
|
15
14
|
infoSlot,
|
|
16
|
-
React.createElement(exports.RadioCardGroupContext.Provider, { value: { value: value,
|
|
15
|
+
React.createElement(exports.RadioCardGroupContext.Provider, { value: { value: value, onValueChange: onValueChange, groupName: groupName } },
|
|
17
16
|
React.createElement(styles_1.StyledRadioCardGroup, { role: "radiogroup" }, children))));
|
|
18
17
|
};
|
|
19
18
|
exports.Root = Root;
|
|
@@ -23,11 +22,11 @@ var Item = function RadioCardGroupItem(_a) {
|
|
|
23
22
|
console.assert(context, 'RadioCardGroup.Item should only be used inside a RadioCardGroup.');
|
|
24
23
|
if (!context)
|
|
25
24
|
return null;
|
|
26
|
-
var
|
|
25
|
+
var value = context.value, onValueChange = context.onValueChange, groupName = context.groupName;
|
|
27
26
|
return (React.createElement(styles_1.StyledRadioCardGroupItemLabel, { "data-hook": hook, htmlFor: id },
|
|
28
27
|
React.createElement(styles_1.StyledRadioCardGroupItemInput, tslib_1.__assign({ onChange: function (_a) {
|
|
29
28
|
var target = _a.target;
|
|
30
|
-
return
|
|
29
|
+
return onValueChange === null || onValueChange === void 0 ? void 0 : onValueChange(target.value);
|
|
31
30
|
}, checked: value === props.value }, props, { id: id, name: groupName, type: "radio" }, props)),
|
|
32
31
|
children));
|
|
33
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/index.tsx"],"names":[],"mappings":";;;;AAAA,6BAA8B;AAC9B,mCASiB;AACjB,gCAA8B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/index.tsx"],"names":[],"mappings":";;;;AAAA,6BAA8B;AAC9B,mCASiB;AACjB,gCAA8B;AAUjB,QAAA,qBAAqB,GAC9B,KAAK,CAAC,aAAa,CAAmC,IAAI,CAAC,CAAA;AAYxD,IAAM,IAAI,GAAG,UAAC,EAOC;QANlB,KAAK,WAAA,EACL,SAAS,eAAA,EACT,KAAK,WAAA,EACL,QAAQ,cAAA,EACR,aAAa,mBAAA,EACb,QAAQ,cAAA;IAER,OAAO,CACH,oBAAC,qCAA4B;QACxB,KAAK,IAAI,CACN,oBAAC,mCAA0B;YACvB,oBAAC,WAAI,IAAC,MAAM,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,IACvB,KAAK,CACH,CACkB,CAChC;QACA,QAAQ;QACT,oBAAC,6BAAqB,CAAC,QAAQ,IAC3B,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE,aAAa,eAAA,EAAE,SAAS,WAAA,EAAE;YAE1C,oBAAC,6BAAoB,IAAC,IAAI,EAAC,YAAY,IAClC,QAAQ,CACU,CACM,CACN,CAClC,CAAA;AACL,CAAC,CAAA;AA3BY,QAAA,IAAI,QA2BhB;AAOM,IAAM,IAAI,GAAG,SAAS,kBAAkB,CAAC,EAKtB;IAJtB,IAAA,EAAE,QAAA,EACF,QAAQ,cAAA,EACR,IAAI,UAAA,EACD,KAAK,sBAJoC,0BAK/C,CADW;IAER,IAAM,OAAO,GAAG,KAAK,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAA;IACvD,OAAO,CAAC,MAAM,CACV,OAAO,EACP,kEAAkE,CACrE,CAAA;IACD,IAAI,CAAC,OAAO;QAAE,OAAO,IAAI,CAAA;IAEjB,IAAA,KAAK,GAA+B,OAAO,MAAtC,EAAE,aAAa,GAAgB,OAAO,cAAvB,EAAE,SAAS,GAAK,OAAO,UAAZ,CAAY;IAEnD,OAAO,CACH,oBAAC,sCAA6B,iBAAY,IAAI,EAAE,OAAO,EAAE,EAAE;QACvD,oBAAC,sCAA6B,qBAC1B,QAAQ,EAAE,UAAC,EAAU;oBAAR,MAAM,YAAA;gBAAO,OAAA,aAAa,aAAb,aAAa,uBAAb,aAAa,CAAG,MAAM,CAAC,KAAK,CAAC;YAA7B,CAA6B,EACvD,OAAO,EAAE,KAAK,KAAK,KAAK,CAAC,KAAK,IAC1B,KAAK,IACT,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,SAAS,EACf,IAAI,EAAC,OAAO,IACR,KAAK,EACX;QACD,QAAQ,CACmB,CACnC,CAAA;AACL,CAAC,CAAA;AA7BY,QAAA,IAAI,QA6BhB;AAEM,IAAM,WAAW,GAAG,SAAS,yBAAyB,CAAC,EAEpC;QADtB,QAAQ,cAAA;IAER,OAAO,0CAAG,QAAQ,CAAI,CAAA;AAC1B,CAAC,CAAA;AAJY,QAAA,WAAW,eAIvB;AAEM,IAAM,sBAAsB,GAC/B,SAAS,oCAAoC,CAAC,EAEpB;QADtB,QAAQ,cAAA;IAER,OAAO,CACH,oBAAC,mDAA0C,QACtC,QAAQ,CACgC,CAChD,CAAA;AACL,CAAC,CAAA;AATQ,QAAA,sBAAsB,0BAS9B;AAEE,IAAM,aAAa,GACtB,SAAS,2BAA2B;IAChC,OAAO,CACH,oBAAC,0CAAiC;QAC9B,oBAAC,+CAAsC,OAAG,CACV,CACvC,CAAA;AACL,CAAC,CAAA;AAPQ,QAAA,aAAa,iBAOrB;AAEL,sCAAmC"}
|
|
@@ -12,7 +12,8 @@ exports.default = {
|
|
|
12
12
|
};
|
|
13
13
|
var Template = function (_a) {
|
|
14
14
|
var args = tslib_1.__rest(_a, []);
|
|
15
|
-
|
|
15
|
+
var _b = tslib_1.__read((0, react_1.useState)(args.value), 2), value = _b[0], setValue = _b[1];
|
|
16
|
+
return (react_1.default.createElement(_1.RadioCardGroup.Root, { value: value, onValueChange: setValue, groupName: args.groupName, label: "Kies je leasevoorstel" },
|
|
16
17
|
react_1.default.createElement(_1.RadioCardGroup.Item, { value: "a" },
|
|
17
18
|
react_1.default.createElement(_1.RadioCardGroup.ItemIndicator, null),
|
|
18
19
|
react_1.default.createElement(_1.RadioCardGroup.ItemContent, null,
|
|
@@ -47,6 +48,6 @@ var Template = function (_a) {
|
|
|
47
48
|
exports.Default = Template.bind({});
|
|
48
49
|
exports.Default.args = {
|
|
49
50
|
groupName: 'radio-group-test',
|
|
50
|
-
|
|
51
|
+
value: 'c',
|
|
51
52
|
};
|
|
52
53
|
//# sourceMappingURL=index.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.stories.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/index.stories.tsx"],"names":[],"mappings":";;;;AACA,+
|
|
1
|
+
{"version":3,"file":"index.stories.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/index.stories.tsx"],"names":[],"mappings":";;;;AACA,+BAAuC;AACvC,sBAAuD;AACvD,gCAA8B;AAE9B,kBAAe;IACX,KAAK,EAAE,6BAA6B;IACpC,SAAS,EAAE,iBAAc,CAAC,IAAI;IAC9B,UAAU,EAAE,CAAC,UAAC,KAAK,IAAK,OAAA,KAAK,EAAE,EAAP,CAAO,CAAC;CAC3B,CAAA;AAET,IAAM,QAAQ,GAAiC,UAAC,EAAW;QAAN,IAAI,sBAAT,EAAW,CAAF;IAC/C,IAAA,KAAA,eAAoB,IAAA,gBAAQ,EAAC,IAAI,CAAC,KAAK,CAAC,IAAA,EAAvC,KAAK,QAAA,EAAE,QAAQ,QAAwB,CAAA;IAE9C,OAAO,CACH,8BAAC,iBAAc,CAAC,IAAI,IAChB,KAAK,EAAE,KAAK,EACZ,aAAa,EAAE,QAAQ,EACvB,SAAS,EAAE,IAAI,CAAC,SAAS,EACzB,KAAK,EAAC,uBAAuB;QAE7B,8BAAC,iBAAc,CAAC,IAAI,IAAC,KAAK,EAAC,GAAG;YAC1B,8BAAC,iBAAc,CAAC,aAAa,OAAG;YAChC,8BAAC,iBAAc,CAAC,WAAW;gBACvB,8BAAC,WAAI,IAAC,MAAM,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,iBAErB,CACkB,CACX;QACtB,8BAAC,iBAAc,CAAC,IAAI,IAAC,KAAK,EAAC,GAAG;YAC1B,8BAAC,iBAAc,CAAC,aAAa,OAAG;YAChC,8BAAC,iBAAc,CAAC,WAAW;gBACvB,8BAAC,WAAI,IAAC,MAAM,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,uBAErB,CACkB,CACX;QACtB,8BAAC,iBAAc,CAAC,IAAI,IAAC,KAAK,EAAC,GAAG;YAC1B,8BAAC,iBAAc,CAAC,WAAW;gBACvB,uCACI,KAAK,EAAE;wBACH,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,MAAM;wBACb,cAAc,EAAE,eAAe;wBAC/B,UAAU,EAAE,YAAY;qBAC3B;oBAED,uCACI,KAAK,EAAE;4BACH,OAAO,EAAE,MAAM;4BACf,GAAG,EAAE,MAAM;4BACX,UAAU,EAAE,QAAQ;yBACvB;wBAED,8BAAC,iBAAc,CAAC,aAAa,OAAG;wBAChC,8BAAC,WAAI,IAAC,MAAM,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,yBAErB,CACL;oBACN,uCACI,KAAK,EAAE;4BACH,OAAO,EAAE,MAAM;4BACf,aAAa,EAAE,QAAQ;4BACvB,UAAU,EAAE,UAAU;yBACzB;wBAED,8BAAC,WAAI,IAAC,MAAM,EAAC,MAAM,EAAC,IAAI,EAAC,GAAG,oBAErB;wBACP,8BAAC,WAAI,IAAC,MAAM,EAAC,QAAQ,EAAC,KAAK,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,WAErC,CACL,CACJ,CACmB,CACX,CACJ,CACzB,CAAA;AACL,CAAC,CAAA;AAEY,QAAA,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AACxC,eAAO,CAAC,IAAI,GAAG;IACX,SAAS,EAAE,kBAAkB;IAC7B,KAAK,EAAE,GAAG;CACb,CAAA"}
|
|
@@ -20,7 +20,7 @@ exports.StyledRadioCardGroupItemIndicatorInner = styled_components_1.default.spa
|
|
|
20
20
|
return theme.transition('transform');
|
|
21
21
|
});
|
|
22
22
|
exports.StyledRadioCardGroupItemCollapsableContent = styled_components_1.default.div(templateObject_4 || (templateObject_4 = tslib_1.__makeTemplateObject(["\n display: none;\n"], ["\n display: none;\n"])));
|
|
23
|
-
exports.StyledRadioCardGroupItemLabel = styled_components_1.default.label(templateObject_5 || (templateObject_5 = tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: ", "px;\n padding: ", "px\n ", "px;\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n border-radius: ", "px;\n box-shadow: 0 0 0 1px ", ";\n user-select: none;\n cursor: pointer;\n transition: ", ";\n\n &:hover {\n box-shadow: 0 0 0 1px ", ",\n ", ";\n }\n\n &:focus-within {\n outline: solid 2px ", ";\n }\n\n &:has(:checked) {\n box-shadow: 0 0 0 2px ", ";\n\n ", " {\n transform: scale(1);\n }\n\n ", " {\n display: flex;\n }\n\n &:hover {\n box-shadow: 0 0 0 2px ", ",\n ", ";\n }\n }\n\n @media (min-width: ", "px) {\n padding: ", "px;\n }\n"], ["\n display: flex;\n align-items: center;\n gap: ", "px;\n padding: ", "px\n ", "px;\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n border-radius: ", "px;\n box-shadow: 0 0 0 1px ", ";\n user-select: none;\n cursor: pointer;\n transition: ", ";\n\n &:hover {\n box-shadow: 0 0 0 1px ", ",\n ", ";\n }\n\n &:focus-within {\n outline: solid 2px ", ";\n }\n\n &:has(:checked) {\n box-shadow: 0 0 0 2px ", ";\n\n ", " {\n transform: scale(1);\n }\n\n ", " {\n display: flex;\n }\n\n &:hover {\n box-shadow: 0 0 0 2px ", ",\n ", ";\n }\n }\n\n @media (min-width: ", "px) {\n padding: ", "px;\n }\n"])), function (_a) {
|
|
23
|
+
exports.StyledRadioCardGroupItemLabel = styled_components_1.default.label(templateObject_5 || (templateObject_5 = tslib_1.__makeTemplateObject(["\n display: flex;\n align-items: center;\n gap: ", "px;\n padding: ", "px\n ", "px;\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n border-radius: ", "px;\n box-shadow: 0 0 0 1px ", ";\n user-select: none;\n cursor: pointer;\n transition: ", ";\n\n &:hover {\n box-shadow: 0 0 0 1px ", ",\n ", ";\n }\n\n &:focus-within {\n outline: solid 2px ", ";\n }\n\n &:has(:checked) {\n box-shadow: 0 0 0 2px ", ";\n\n ", " {\n transform: scale(1);\n }\n\n ", " {\n display: flex;\n }\n\n &:hover {\n box-shadow: 0 0 0 2px ", ",\n ", ";\n }\n }\n\n &:has(:disabled) {\n cursor: default;\n opacity: 0.5;\n }\n\n @media (min-width: ", "px) {\n padding: ", "px;\n }\n"], ["\n display: flex;\n align-items: center;\n gap: ", "px;\n padding: ", "px\n ", "px;\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n color: ", ";\n border-radius: ", "px;\n box-shadow: 0 0 0 1px ", ";\n user-select: none;\n cursor: pointer;\n transition: ", ";\n\n &:hover {\n box-shadow: 0 0 0 1px ", ",\n ", ";\n }\n\n &:focus-within {\n outline: solid 2px ", ";\n }\n\n &:has(:checked) {\n box-shadow: 0 0 0 2px ", ";\n\n ", " {\n transform: scale(1);\n }\n\n ", " {\n display: flex;\n }\n\n &:hover {\n box-shadow: 0 0 0 2px ", ",\n ", ";\n }\n }\n\n &:has(:disabled) {\n cursor: default;\n opacity: 0.5;\n }\n\n @media (min-width: ", "px) {\n padding: ", "px;\n }\n"])), function (_a) {
|
|
24
24
|
var theme = _a.theme;
|
|
25
25
|
return theme.spacing[2];
|
|
26
26
|
}, function (_a) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/styles.ts"],"names":[],"mappings":";;;;AAAA,uDAAsC;AACtC,qCAAyC;AAE5B,QAAA,oBAAoB,GAAG,2BAAM,CAAC,GAAG,kJAAA,8DAGnC,EAA+B,OACzC,KADU,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;AAAhB,CAAgB,EACzC;AAEY,QAAA,iCAAiC,GAAG,2BAAM,CAAC,IAAI,uPAAA,4IAM1B,EAAyC,8BAE1E,KAFiC,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC;AAA1B,CAA0B,EAE1E;AAEY,QAAA,sCAAsC,GAAG,2BAAM,CAAC,IAAI,2SAAA,+CAEzC,EAAuC,wKAQ7C,EAA4C,KAC7D,KATuB,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC;AAAxB,CAAwB,EAQ7C,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,KAAK,CAAC,UAAU,CAAC,WAAW,CAAC;AAA7B,CAA6B,EAC7D;AAEY,QAAA,0CAA0C,GAAG,2BAAM,CAAC,GAAG,mGAAA,wBAEnE,KAAA;AAEY,QAAA,6BAA6B,GAAG,2BAAM,CAAC,KAAK,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/RadioCardGroup/styles.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beequip/hexagon",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.1",
|
|
4
4
|
"description": "Component library for BEEQUIP",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"del-cli": "^3.0.0",
|
|
45
45
|
"eslint": "^6.6.0",
|
|
46
46
|
"eslint-plugin-storybook": "^0.6.12",
|
|
47
|
-
"np": "^
|
|
47
|
+
"np": "^11.0.2",
|
|
48
48
|
"prettier": "^2",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18",
|