@liner-fe/prism 2.1.25 → 2.1.27
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/lib/components/Button/index.d.ts +7 -13
- package/lib/components/Icon/index.d.ts +4 -10
- package/lib/components/IconButton/index.d.ts +5 -11
- package/lib/components/Label/index.d.ts +8 -14
- package/lib/components/TextButton/index.d.ts +6 -12
- package/lib/components/Textfield/index.d.ts +3 -9
- package/lib/components/Typography/index.d.ts +2 -0
- package/lib/components/Typography/utils.d.ts +2 -8
- package/lib/index.cjs +260 -177
- package/lib/index.cjs.map +4 -4
- package/lib/index.mjs +200 -117
- package/lib/index.mjs.map +4 -4
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -41,6 +41,8 @@ __export(index_exports, {
|
|
|
41
41
|
IconButton: () => IconButton,
|
|
42
42
|
Label: () => Label,
|
|
43
43
|
List: () => List,
|
|
44
|
+
Media: () => Media,
|
|
45
|
+
MediaContextProvider: () => MediaContextProvider,
|
|
44
46
|
Paragraph: () => Paragraph,
|
|
45
47
|
Popover: () => Popover,
|
|
46
48
|
Radio: () => Radio,
|
|
@@ -51,6 +53,7 @@ __export(index_exports, {
|
|
|
51
53
|
Title: () => Title2,
|
|
52
54
|
Toaster: () => Toaster,
|
|
53
55
|
Tooltip: () => Tooltip,
|
|
56
|
+
Typography: () => Typography,
|
|
54
57
|
arrayToStyleObject: () => arrayToStyleObject,
|
|
55
58
|
colorKeys: () => colorKeys,
|
|
56
59
|
getIconComponent: () => getIconComponent,
|
|
@@ -58,6 +61,7 @@ __export(index_exports, {
|
|
|
58
61
|
iconMap: () => iconMap,
|
|
59
62
|
isEmptyObject: () => isEmptyObject,
|
|
60
63
|
objectToArray: () => objectToArray,
|
|
64
|
+
rootMediaStyle: () => rootMediaStyle,
|
|
61
65
|
useToast: () => useToast
|
|
62
66
|
});
|
|
63
67
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -7725,11 +7729,11 @@ var style_module_default = {
|
|
|
7725
7729
|
};
|
|
7726
7730
|
|
|
7727
7731
|
// src/components/Button/index.tsx
|
|
7728
|
-
var
|
|
7732
|
+
var import_class_variance_authority3 = require("class-variance-authority");
|
|
7729
7733
|
var import_clsx2 = __toESM(require("clsx"));
|
|
7730
7734
|
|
|
7731
7735
|
// src/components/Icon/index.tsx
|
|
7732
|
-
var
|
|
7736
|
+
var import_class_variance_authority = require("class-variance-authority");
|
|
7733
7737
|
var import_clsx = __toESM(require("clsx"));
|
|
7734
7738
|
|
|
7735
7739
|
// src/components/Icon/style.module.scss
|
|
@@ -7815,8 +7819,7 @@ var colorKeys = [
|
|
|
7815
7819
|
"accent-purple",
|
|
7816
7820
|
"accent-pink"
|
|
7817
7821
|
];
|
|
7818
|
-
var iconVariants = (0,
|
|
7819
|
-
base: style_module_default2.icon,
|
|
7822
|
+
var iconVariants = (0, import_class_variance_authority.cva)(style_module_default2.icon, {
|
|
7820
7823
|
variants: {
|
|
7821
7824
|
type: arrayToStyleObject(colorKeys, style_module_default2),
|
|
7822
7825
|
fillType: arrayToStyleObject(colorKeys, style_module_default2, "fill")
|
|
@@ -7867,10 +7870,9 @@ var style_module_default3 = {
|
|
|
7867
7870
|
};
|
|
7868
7871
|
|
|
7869
7872
|
// src/components/_ButtonLoading/index.tsx
|
|
7870
|
-
var
|
|
7873
|
+
var import_class_variance_authority2 = require("class-variance-authority");
|
|
7871
7874
|
var import_jsx_runtime163 = require("react/jsx-runtime");
|
|
7872
|
-
var loadingVariants = (0,
|
|
7873
|
-
base: [style_module_default3["loading-dot"]],
|
|
7875
|
+
var loadingVariants = (0, import_class_variance_authority2.cva)([style_module_default3["loading-dot"]], {
|
|
7874
7876
|
variants: {
|
|
7875
7877
|
size: {
|
|
7876
7878
|
m: style_module_default3["m"],
|
|
@@ -7957,8 +7959,7 @@ var buttonFillLevelIconFillTypeMap = {
|
|
|
7957
7959
|
"inverse-static": void 0
|
|
7958
7960
|
}
|
|
7959
7961
|
};
|
|
7960
|
-
var defaultButtonVariants = (0,
|
|
7961
|
-
base: [style_module_default.button, style_module_default.default],
|
|
7962
|
+
var defaultButtonVariants = (0, import_class_variance_authority3.cva)([style_module_default.button, style_module_default.default], {
|
|
7962
7963
|
variants: {
|
|
7963
7964
|
level: {
|
|
7964
7965
|
primary: style_module_default.primary,
|
|
@@ -7989,8 +7990,7 @@ var defaultButtonVariants = (0, import_cva3.cva)({
|
|
|
7989
7990
|
}
|
|
7990
7991
|
}
|
|
7991
7992
|
});
|
|
7992
|
-
var defaultButtonChildrenVariants = (0,
|
|
7993
|
-
base: style_module_default.children,
|
|
7993
|
+
var defaultButtonChildrenVariants = (0, import_class_variance_authority3.cva)(style_module_default.children, {
|
|
7994
7994
|
variants: {
|
|
7995
7995
|
size: {
|
|
7996
7996
|
cta: style_module_default["cta-children"],
|
|
@@ -8112,7 +8112,7 @@ var import_clsx3 = __toESM(require("clsx"));
|
|
|
8112
8112
|
var import_react2 = require("react");
|
|
8113
8113
|
|
|
8114
8114
|
// src/components/Typography/utils.ts
|
|
8115
|
-
var
|
|
8115
|
+
var import_class_variance_authority4 = require("class-variance-authority");
|
|
8116
8116
|
|
|
8117
8117
|
// src/components/Typography/Set/style.module.scss
|
|
8118
8118
|
var style_module_default5 = {
|
|
@@ -8143,8 +8143,7 @@ var style_module_default5 = {
|
|
|
8143
8143
|
};
|
|
8144
8144
|
|
|
8145
8145
|
// src/components/Typography/utils.ts
|
|
8146
|
-
var colorVariants = (0,
|
|
8147
|
-
base: style_module_default5.typography,
|
|
8146
|
+
var colorVariants = (0, import_class_variance_authority4.cva)(style_module_default5.typography, {
|
|
8148
8147
|
variants: {
|
|
8149
8148
|
type: arrayToStyleObject(colorKeys, style_module_default5)
|
|
8150
8149
|
}
|
|
@@ -8811,6 +8810,96 @@ var Display = (0, import_react8.forwardRef)(
|
|
|
8811
8810
|
}
|
|
8812
8811
|
);
|
|
8813
8812
|
|
|
8813
|
+
// src/components/Typography/Responsive/lib.ts
|
|
8814
|
+
var import_fresnel = require("@artsy/fresnel");
|
|
8815
|
+
var import_design_token = require("@liner-fe/design-token");
|
|
8816
|
+
|
|
8817
|
+
// src/components/Typography/Responsive/constant.ts
|
|
8818
|
+
var breakPointKeyArray = ["xs", "s", "m", "l", "xl", "xxl", "xxxl"];
|
|
8819
|
+
|
|
8820
|
+
// src/components/Typography/Responsive/lib.ts
|
|
8821
|
+
var removePx = /* @__PURE__ */ __name((breakPoint) => {
|
|
8822
|
+
return +breakPoint.replace("px", "");
|
|
8823
|
+
}, "removePx");
|
|
8824
|
+
var AppMedia = (0, import_fresnel.createMedia)({
|
|
8825
|
+
breakpoints: breakPointKeyArray.reduce((acc, key) => {
|
|
8826
|
+
acc[key] = removePx(import_design_token.breakpointOrigin[key]);
|
|
8827
|
+
return acc;
|
|
8828
|
+
}, {})
|
|
8829
|
+
});
|
|
8830
|
+
var rootMediaStyle = AppMedia.createMediaStyle();
|
|
8831
|
+
var { MediaContextProvider, Media } = AppMedia;
|
|
8832
|
+
|
|
8833
|
+
// src/components/Typography/Responsive/index.tsx
|
|
8834
|
+
var import_jsx_runtime171 = require("react/jsx-runtime");
|
|
8835
|
+
var import_react9 = require("react");
|
|
8836
|
+
var TypographyImpl = /* @__PURE__ */ __name(({ level, text, ...rest }) => {
|
|
8837
|
+
const commonProps = {
|
|
8838
|
+
...rest,
|
|
8839
|
+
children: text
|
|
8840
|
+
};
|
|
8841
|
+
switch (level) {
|
|
8842
|
+
case "caption":
|
|
8843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(Caption, { ...commonProps });
|
|
8844
|
+
case "display":
|
|
8845
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(Display, { ...commonProps });
|
|
8846
|
+
case "heading":
|
|
8847
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(Heading, { ...commonProps });
|
|
8848
|
+
case "paragraph":
|
|
8849
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(Paragraph, { ...commonProps });
|
|
8850
|
+
case "title":
|
|
8851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(Title2, { ...commonProps });
|
|
8852
|
+
default:
|
|
8853
|
+
return null;
|
|
8854
|
+
}
|
|
8855
|
+
}, "TypographyImpl");
|
|
8856
|
+
var Typography = /* @__PURE__ */ __name((props) => {
|
|
8857
|
+
const { children } = props;
|
|
8858
|
+
const createMediaProps = /* @__PURE__ */ __name((current) => {
|
|
8859
|
+
let returnValue = {};
|
|
8860
|
+
breakPointKeyArray.forEach((breakPointKey, idx, originArray) => {
|
|
8861
|
+
const isFoundCurrentBreakPointKey = current === breakPointKey;
|
|
8862
|
+
if (isFoundCurrentBreakPointKey) {
|
|
8863
|
+
const lagerCurrentBreakPointKeyArray = originArray.slice(idx + 1);
|
|
8864
|
+
const isEmptyLagerCurrentBreakPointKeyArray = lagerCurrentBreakPointKeyArray.length === 0;
|
|
8865
|
+
if (isEmptyLagerCurrentBreakPointKeyArray) {
|
|
8866
|
+
returnValue = { greaterThanOrEqual: current };
|
|
8867
|
+
} else {
|
|
8868
|
+
lagerCurrentBreakPointKeyArray.forEach((lagerCurrentBreakPointKey, idx2, originArray2) => {
|
|
8869
|
+
const isExistReturnValue = !isEmptyObject(returnValue);
|
|
8870
|
+
const isEarlyReturn = isExistReturnValue;
|
|
8871
|
+
if (isEarlyReturn) {
|
|
8872
|
+
return;
|
|
8873
|
+
}
|
|
8874
|
+
const isExistLagerCurrentBreakPoint = !!props[lagerCurrentBreakPointKey];
|
|
8875
|
+
if (isExistLagerCurrentBreakPoint) {
|
|
8876
|
+
returnValue = { between: [current, lagerCurrentBreakPointKey] };
|
|
8877
|
+
return;
|
|
8878
|
+
}
|
|
8879
|
+
const isLast = idx2 === originArray2.length - 1;
|
|
8880
|
+
if (isLast) {
|
|
8881
|
+
returnValue = { greaterThanOrEqual: current };
|
|
8882
|
+
return;
|
|
8883
|
+
}
|
|
8884
|
+
});
|
|
8885
|
+
}
|
|
8886
|
+
}
|
|
8887
|
+
});
|
|
8888
|
+
return returnValue;
|
|
8889
|
+
}, "createMediaProps");
|
|
8890
|
+
return (
|
|
8891
|
+
// Fragment없이도 원래 동작해야하는데 liner-web에서 JSX.Element가 배열로 오면 에러 띄워서 임시로 Fragment로 래핑합니다.
|
|
8892
|
+
/* @__PURE__ */ (0, import_jsx_runtime171.jsx)(import_jsx_runtime171.Fragment, { children: breakPointKeyArray.map((breakPointKey) => {
|
|
8893
|
+
const variable = props[breakPointKey];
|
|
8894
|
+
const isExistVariable = !!variable;
|
|
8895
|
+
if (isExistVariable) {
|
|
8896
|
+
return /* @__PURE__ */ (0, import_react9.createElement)(Media, { ...createMediaProps(breakPointKey), key: breakPointKey }, /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(TypographyImpl, { ...variable, text: variable.text || children }));
|
|
8897
|
+
}
|
|
8898
|
+
return null;
|
|
8899
|
+
}) })
|
|
8900
|
+
);
|
|
8901
|
+
}, "Typography");
|
|
8902
|
+
|
|
8814
8903
|
// src/components/Popover/index.tsx
|
|
8815
8904
|
var React3 = __toESM(require("react"));
|
|
8816
8905
|
var PopoverPrimitive = __toESM(require("@radix-ui/react-popover"));
|
|
@@ -8833,11 +8922,11 @@ var style_module_default6 = {
|
|
|
8833
8922
|
};
|
|
8834
8923
|
|
|
8835
8924
|
// src/components/Popover/index.tsx
|
|
8836
|
-
var
|
|
8925
|
+
var import_class_variance_authority6 = require("class-variance-authority");
|
|
8837
8926
|
var import_clsx9 = require("clsx");
|
|
8838
8927
|
|
|
8839
8928
|
// src/components/TextButton/index.tsx
|
|
8840
|
-
var
|
|
8929
|
+
var import_class_variance_authority5 = require("class-variance-authority");
|
|
8841
8930
|
|
|
8842
8931
|
// src/components/TextButton/style.module.scss
|
|
8843
8932
|
var style_module_default7 = {
|
|
@@ -8856,9 +8945,9 @@ var style_module_default7 = {
|
|
|
8856
8945
|
};
|
|
8857
8946
|
|
|
8858
8947
|
// src/components/TextButton/index.tsx
|
|
8859
|
-
var
|
|
8948
|
+
var import_react10 = require("react");
|
|
8860
8949
|
var import_clsx8 = __toESM(require("clsx"));
|
|
8861
|
-
var
|
|
8950
|
+
var import_jsx_runtime172 = require("react/jsx-runtime");
|
|
8862
8951
|
var textButtonLevelIconTypeMap = {
|
|
8863
8952
|
primary: "brand-label-primary",
|
|
8864
8953
|
secondary: "neutral-label-primary",
|
|
@@ -8873,8 +8962,7 @@ var textButtonLevelIconFillTypeMap = {
|
|
|
8873
8962
|
inverse: "neutral-label-primary",
|
|
8874
8963
|
"inverse-static": "neutral-label-static-primary"
|
|
8875
8964
|
};
|
|
8876
|
-
var textButtonVariants = (0,
|
|
8877
|
-
base: [style_module_default7.button, style_module_default7.text],
|
|
8965
|
+
var textButtonVariants = (0, import_class_variance_authority5.cva)([style_module_default7.button, style_module_default7.text], {
|
|
8878
8966
|
variants: {
|
|
8879
8967
|
level: {
|
|
8880
8968
|
primary: [style_module_default7["primary"], "lp-sys-typo-caption1-normal-medium"],
|
|
@@ -8895,7 +8983,7 @@ var textButtonVariants = (0, import_cva5.cva)({
|
|
|
8895
8983
|
}
|
|
8896
8984
|
}
|
|
8897
8985
|
});
|
|
8898
|
-
var TextButton = (0,
|
|
8986
|
+
var TextButton = (0, import_react10.forwardRef)(
|
|
8899
8987
|
({
|
|
8900
8988
|
level = "primary",
|
|
8901
8989
|
thick = false,
|
|
@@ -8915,14 +9003,14 @@ var TextButton = (0, import_react9.forwardRef)(
|
|
|
8915
9003
|
fillType: textButtonLevelIconFillTypeMap[level],
|
|
8916
9004
|
...icon
|
|
8917
9005
|
}), "getIconProps");
|
|
8918
|
-
const renderContent = /* @__PURE__ */ __name((children2) => /* @__PURE__ */ (0,
|
|
8919
|
-
leftIcon && /* @__PURE__ */ (0,
|
|
8920
|
-
/* @__PURE__ */ (0,
|
|
8921
|
-
rightIcon && /* @__PURE__ */ (0,
|
|
9006
|
+
const renderContent = /* @__PURE__ */ __name((children2) => /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)("span", { className: style_module_default7["text-children"], children: [
|
|
9007
|
+
leftIcon && /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(Icon, { ...getIconProps(leftIcon) }),
|
|
9008
|
+
/* @__PURE__ */ (0, import_jsx_runtime172.jsx)("p", { children: children2 }),
|
|
9009
|
+
rightIcon && /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(Icon, { ...getIconProps(rightIcon) })
|
|
8922
9010
|
] }), "renderContent");
|
|
8923
9011
|
if (asChild) {
|
|
8924
|
-
const parent =
|
|
8925
|
-
return (0,
|
|
9012
|
+
const parent = import_react10.Children.only(children);
|
|
9013
|
+
return (0, import_react10.cloneElement)(
|
|
8926
9014
|
parent,
|
|
8927
9015
|
{
|
|
8928
9016
|
...rest,
|
|
@@ -8932,15 +9020,14 @@ var TextButton = (0, import_react9.forwardRef)(
|
|
|
8932
9020
|
renderContent(parent.props.children)
|
|
8933
9021
|
);
|
|
8934
9022
|
}
|
|
8935
|
-
return /* @__PURE__ */ (0,
|
|
9023
|
+
return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)("button", { className: (0, import_clsx8.default)(textButtonVariants({ level, thick, underline, size }), className), ref, ...rest, children: renderContent(children) });
|
|
8936
9024
|
}
|
|
8937
9025
|
);
|
|
8938
9026
|
|
|
8939
9027
|
// src/components/Popover/index.tsx
|
|
8940
|
-
var
|
|
9028
|
+
var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
8941
9029
|
var DEFAULT_OFFSET = -6;
|
|
8942
|
-
var popoverVariants = (0,
|
|
8943
|
-
base: style_module_default6.content,
|
|
9030
|
+
var popoverVariants = (0, import_class_variance_authority6.cva)(style_module_default6.content, {
|
|
8944
9031
|
variants: {
|
|
8945
9032
|
level: {
|
|
8946
9033
|
primary: style_module_default6.primary,
|
|
@@ -8948,8 +9035,7 @@ var popoverVariants = (0, import_cva6.cva)({
|
|
|
8948
9035
|
}
|
|
8949
9036
|
}
|
|
8950
9037
|
});
|
|
8951
|
-
var popoverAnchorVariants = (0,
|
|
8952
|
-
base: style_module_default6.anchor,
|
|
9038
|
+
var popoverAnchorVariants = (0, import_class_variance_authority6.cva)(style_module_default6.anchor, {
|
|
8953
9039
|
variants: {
|
|
8954
9040
|
level: {
|
|
8955
9041
|
primary: style_module_default6.primary,
|
|
@@ -8957,13 +9043,13 @@ var popoverAnchorVariants = (0, import_cva6.cva)({
|
|
|
8957
9043
|
}
|
|
8958
9044
|
}
|
|
8959
9045
|
});
|
|
8960
|
-
var popoverTagVariants = (0,
|
|
8961
|
-
var popoverTitleVariants = (0,
|
|
8962
|
-
var popoverDescriptionVariants = (0,
|
|
8963
|
-
var popoverFooterVariants = (0,
|
|
8964
|
-
var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */ (0,
|
|
8965
|
-
var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ (0,
|
|
8966
|
-
var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ (0,
|
|
9046
|
+
var popoverTagVariants = (0, import_class_variance_authority6.cva)([style_module_default6.tag, "lp-sys-typo-caption3-normal-bold"]);
|
|
9047
|
+
var popoverTitleVariants = (0, import_class_variance_authority6.cva)([style_module_default6.title, "lp-sys-typo-paragraph3-normal-bold"]);
|
|
9048
|
+
var popoverDescriptionVariants = (0, import_class_variance_authority6.cva)([style_module_default6.description, "lp-sys-typo-caption1-normal-regular"]);
|
|
9049
|
+
var popoverFooterVariants = (0, import_class_variance_authority6.cva)([style_module_default6.footer, "lp-sys-typo-caption1-normal-medium"]);
|
|
9050
|
+
var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(PopoverPrimitive.Root, { open: isOpen, onOpenChange: onChange, children }), "PopoverRoot");
|
|
9051
|
+
var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(PopoverPrimitive.Trigger, { asChild: true, children: by }), "PopoverTrigger");
|
|
9052
|
+
var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("svg", { className, xmlns: "http://www.w3.org/2000/svg", width: "30", height: "10", viewBox: "0 0 30 10", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
8967
9053
|
"path",
|
|
8968
9054
|
{
|
|
8969
9055
|
fillRule: "evenodd",
|
|
@@ -8990,8 +9076,8 @@ var PopoverContent = React3.forwardRef(
|
|
|
8990
9076
|
children,
|
|
8991
9077
|
container,
|
|
8992
9078
|
...props
|
|
8993
|
-
}, ref) => /* @__PURE__ */ (0,
|
|
8994
|
-
/* @__PURE__ */ (0,
|
|
9079
|
+
}, ref) => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(PopoverPrimitive.Portal, { container, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(import_jsx_runtime173.Fragment, { children: [
|
|
9080
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(
|
|
8995
9081
|
PopoverPrimitive.Content,
|
|
8996
9082
|
{
|
|
8997
9083
|
ref,
|
|
@@ -9002,24 +9088,24 @@ var PopoverContent = React3.forwardRef(
|
|
|
9002
9088
|
className: (0, import_clsx9.clsx)(popoverVariants({ level }), className),
|
|
9003
9089
|
...props,
|
|
9004
9090
|
children: [
|
|
9005
|
-
/* @__PURE__ */ (0,
|
|
9006
|
-
(tag || icon || onClose) && /* @__PURE__ */ (0,
|
|
9007
|
-
tag && /* @__PURE__ */ (0,
|
|
9008
|
-
icon && /* @__PURE__ */ (0,
|
|
9009
|
-
/* @__PURE__ */ (0,
|
|
9010
|
-
onClose && /* @__PURE__ */ (0,
|
|
9091
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("div", { className: style_module_default6.contentContainer, children: [
|
|
9092
|
+
(tag || icon || onClose) && /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("div", { className: style_module_default6.heading, children: [
|
|
9093
|
+
tag && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("span", { className: popoverTagVariants(), children: tag }),
|
|
9094
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
|
|
9095
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)("p", { className: popoverTitleVariants(), children: title }),
|
|
9096
|
+
onClose && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
9011
9097
|
PopoverPrimitive.PopoverClose,
|
|
9012
9098
|
{
|
|
9013
9099
|
className: style_module_default6.closeButton,
|
|
9014
9100
|
onClick: () => {
|
|
9015
9101
|
onClose();
|
|
9016
9102
|
},
|
|
9017
|
-
children: /* @__PURE__ */ (0,
|
|
9103
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Icon, { name: "close-fill", size: "s", fill: true, thick: true, type: "neutral-label-static-primary" })
|
|
9018
9104
|
}
|
|
9019
9105
|
)
|
|
9020
9106
|
] }),
|
|
9021
|
-
description && /* @__PURE__ */ (0,
|
|
9022
|
-
onConfirm && /* @__PURE__ */ (0,
|
|
9107
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("p", { className: popoverDescriptionVariants(), children: description }),
|
|
9108
|
+
onConfirm && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("div", { className: popoverFooterVariants(), children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
|
|
9023
9109
|
TextButton,
|
|
9024
9110
|
{
|
|
9025
9111
|
level: "inverse-static",
|
|
@@ -9031,11 +9117,11 @@ var PopoverContent = React3.forwardRef(
|
|
|
9031
9117
|
) }),
|
|
9032
9118
|
children
|
|
9033
9119
|
] }),
|
|
9034
|
-
/* @__PURE__ */ (0,
|
|
9120
|
+
/* @__PURE__ */ (0, import_jsx_runtime173.jsx)(PopoverPrimitive.Arrow, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(PopoverAnchor, { className: (0, import_clsx9.clsx)(popoverAnchorVariants({ level })) }) })
|
|
9035
9121
|
]
|
|
9036
9122
|
}
|
|
9037
9123
|
),
|
|
9038
|
-
isOverlay && /* @__PURE__ */ (0,
|
|
9124
|
+
isOverlay && /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("div", { "data-radix-popper-overlay": true, className: style_module_default6.overlay })
|
|
9039
9125
|
] }) })
|
|
9040
9126
|
);
|
|
9041
9127
|
var Popover = Object.assign(PopoverRoot, {
|
|
@@ -9047,7 +9133,7 @@ var Popover = Object.assign(PopoverRoot, {
|
|
|
9047
9133
|
|
|
9048
9134
|
// src/components/Tooltip/index.tsx
|
|
9049
9135
|
var TooltipPrimitive = __toESM(require("@radix-ui/react-tooltip"));
|
|
9050
|
-
var
|
|
9136
|
+
var import_react11 = require("react");
|
|
9051
9137
|
|
|
9052
9138
|
// src/components/Tooltip/style.module.scss
|
|
9053
9139
|
var style_module_default8 = {
|
|
@@ -9056,16 +9142,16 @@ var style_module_default8 = {
|
|
|
9056
9142
|
};
|
|
9057
9143
|
|
|
9058
9144
|
// src/components/Tooltip/index.tsx
|
|
9059
|
-
var
|
|
9145
|
+
var import_class_variance_authority7 = require("class-variance-authority");
|
|
9060
9146
|
var import_clsx10 = __toESM(require("clsx"));
|
|
9061
|
-
var
|
|
9147
|
+
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
9062
9148
|
var DEFAULT_OFFSET2 = "medium";
|
|
9063
|
-
var tooltipVariants = (0,
|
|
9149
|
+
var tooltipVariants = (0, import_class_variance_authority7.cva)([style_module_default8.tooltip, "lp-sys-typo-caption1-normal-medium"]);
|
|
9064
9150
|
var TooltipProvider = TooltipPrimitive.Provider;
|
|
9065
|
-
var TooltipRoot = /* @__PURE__ */ __name(({ children, ...props }) => /* @__PURE__ */ (0,
|
|
9066
|
-
var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ (0,
|
|
9067
|
-
var TooltipContent = (0,
|
|
9068
|
-
({ description, position = "top", className, offset = DEFAULT_OFFSET2, collisionPadding, ...props }, ref) => /* @__PURE__ */ (0,
|
|
9151
|
+
var TooltipRoot = /* @__PURE__ */ __name(({ children, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(TooltipPrimitive.Root, { delayDuration: 0, ...props, children }), "TooltipRoot");
|
|
9152
|
+
var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
|
|
9153
|
+
var TooltipContent = (0, import_react11.forwardRef)(
|
|
9154
|
+
({ description, position = "top", className, offset = DEFAULT_OFFSET2, collisionPadding, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
9069
9155
|
TooltipPrimitive.Content,
|
|
9070
9156
|
{
|
|
9071
9157
|
ref,
|
|
@@ -9074,7 +9160,7 @@ var TooltipContent = (0, import_react10.forwardRef)(
|
|
|
9074
9160
|
collisionPadding,
|
|
9075
9161
|
className: (0, import_clsx10.default)(tooltipVariants(), className),
|
|
9076
9162
|
...props,
|
|
9077
|
-
children: /* @__PURE__ */ (0,
|
|
9163
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime174.jsx)("p", { className: style_module_default8.tooltipContent, children: description })
|
|
9078
9164
|
}
|
|
9079
9165
|
)
|
|
9080
9166
|
);
|
|
@@ -9085,8 +9171,8 @@ var Tooltip = Object.assign(TooltipRoot, {
|
|
|
9085
9171
|
});
|
|
9086
9172
|
|
|
9087
9173
|
// src/components/IconButton/index.tsx
|
|
9088
|
-
var
|
|
9089
|
-
var
|
|
9174
|
+
var import_class_variance_authority8 = require("class-variance-authority");
|
|
9175
|
+
var import_react12 = require("react");
|
|
9090
9176
|
var import_clsx11 = __toESM(require("clsx"));
|
|
9091
9177
|
|
|
9092
9178
|
// src/components/IconButton/style.module.scss
|
|
@@ -9109,7 +9195,7 @@ var style_module_default9 = {
|
|
|
9109
9195
|
|
|
9110
9196
|
// src/components/IconButton/index.tsx
|
|
9111
9197
|
var import_react_slot = require("@radix-ui/react-slot");
|
|
9112
|
-
var
|
|
9198
|
+
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
9113
9199
|
var iconButtonSizeIconSizeMap = {
|
|
9114
9200
|
l: "m",
|
|
9115
9201
|
m: "s",
|
|
@@ -9145,8 +9231,7 @@ var iconButtonLevelIconTypeMap = {
|
|
|
9145
9231
|
"inverse-static": "inverse-label-static-primary"
|
|
9146
9232
|
}
|
|
9147
9233
|
};
|
|
9148
|
-
var iconButtonVariants = (0,
|
|
9149
|
-
base: [style_module_default9.iconButton],
|
|
9234
|
+
var iconButtonVariants = (0, import_class_variance_authority8.cva)([style_module_default9.iconButton], {
|
|
9150
9235
|
variants: {
|
|
9151
9236
|
level: {
|
|
9152
9237
|
primary: style_module_default9.primary,
|
|
@@ -9170,7 +9255,7 @@ var iconButtonVariants = (0, import_cva8.cva)({
|
|
|
9170
9255
|
}
|
|
9171
9256
|
}
|
|
9172
9257
|
});
|
|
9173
|
-
var IconButton = (0,
|
|
9258
|
+
var IconButton = (0, import_react12.forwardRef)(
|
|
9174
9259
|
({
|
|
9175
9260
|
asChild,
|
|
9176
9261
|
level = "primary",
|
|
@@ -9183,14 +9268,14 @@ var IconButton = (0, import_react11.forwardRef)(
|
|
|
9183
9268
|
...rest
|
|
9184
9269
|
}, ref) => {
|
|
9185
9270
|
const Comp = asChild ? import_react_slot.Slot : "button";
|
|
9186
|
-
return /* @__PURE__ */ (0,
|
|
9271
|
+
return /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
9187
9272
|
Comp,
|
|
9188
9273
|
{
|
|
9189
9274
|
...rest,
|
|
9190
9275
|
className: (0, import_clsx11.default)(iconButtonVariants({ level, size, fill }), className),
|
|
9191
9276
|
ref,
|
|
9192
9277
|
disabled: disabled && !isLoading,
|
|
9193
|
-
children: isLoading ? /* @__PURE__ */ (0,
|
|
9278
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(ButtonLoading, { size: iconButtonLoadingSizeMap[size], level }) : /* @__PURE__ */ (0, import_jsx_runtime175.jsx)(
|
|
9194
9279
|
Icon,
|
|
9195
9280
|
{
|
|
9196
9281
|
size: iconButtonSizeIconSizeMap[size],
|
|
@@ -9215,11 +9300,11 @@ var style_module_default10 = {
|
|
|
9215
9300
|
};
|
|
9216
9301
|
|
|
9217
9302
|
// src/components/CheckBox/index.tsx
|
|
9218
|
-
var
|
|
9303
|
+
var import_react14 = require("react");
|
|
9219
9304
|
var import_clsx13 = __toESM(require("clsx"));
|
|
9220
9305
|
|
|
9221
9306
|
// src/components/Label/index.tsx
|
|
9222
|
-
var
|
|
9307
|
+
var import_react13 = require("react");
|
|
9223
9308
|
var LabelPrimitive = __toESM(require("@radix-ui/react-label"));
|
|
9224
9309
|
var import_clsx12 = __toESM(require("clsx"));
|
|
9225
9310
|
|
|
@@ -9241,10 +9326,9 @@ var style_module_default11 = {
|
|
|
9241
9326
|
};
|
|
9242
9327
|
|
|
9243
9328
|
// src/components/Label/index.tsx
|
|
9244
|
-
var
|
|
9245
|
-
var
|
|
9246
|
-
var defaultLabelVariants = (0,
|
|
9247
|
-
base: ["lp-sys-typo-paragraph2-normal-medium", style_module_default11.label],
|
|
9329
|
+
var import_class_variance_authority9 = require("class-variance-authority");
|
|
9330
|
+
var import_jsx_runtime176 = require("react/jsx-runtime");
|
|
9331
|
+
var defaultLabelVariants = (0, import_class_variance_authority9.cva)(["lp-sys-typo-paragraph2-normal-medium", style_module_default11.label], {
|
|
9248
9332
|
variants: {
|
|
9249
9333
|
level: {
|
|
9250
9334
|
primary: style_module_default11.primary,
|
|
@@ -9272,7 +9356,7 @@ var defaultLabelVariants = (0, import_cva9.cva)({
|
|
|
9272
9356
|
}
|
|
9273
9357
|
}
|
|
9274
9358
|
});
|
|
9275
|
-
var Label = (0,
|
|
9359
|
+
var Label = (0, import_react13.forwardRef)(
|
|
9276
9360
|
({
|
|
9277
9361
|
className,
|
|
9278
9362
|
level = "primary",
|
|
@@ -9283,7 +9367,7 @@ var Label = (0, import_react12.forwardRef)(
|
|
|
9283
9367
|
error = false,
|
|
9284
9368
|
...props
|
|
9285
9369
|
}, ref) => {
|
|
9286
|
-
return /* @__PURE__ */ (0,
|
|
9370
|
+
return /* @__PURE__ */ (0, import_jsx_runtime176.jsx)(
|
|
9287
9371
|
LabelPrimitive.Root,
|
|
9288
9372
|
{
|
|
9289
9373
|
ref,
|
|
@@ -9295,24 +9379,24 @@ var Label = (0, import_react12.forwardRef)(
|
|
|
9295
9379
|
);
|
|
9296
9380
|
|
|
9297
9381
|
// src/components/CheckBox/index.tsx
|
|
9298
|
-
var
|
|
9299
|
-
var Checkbox = (0,
|
|
9382
|
+
var import_jsx_runtime177 = require("react/jsx-runtime");
|
|
9383
|
+
var Checkbox = (0, import_react14.forwardRef)(
|
|
9300
9384
|
({ className, label, description, ...props }, ref) => {
|
|
9301
|
-
const CheckboxWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ (0,
|
|
9302
|
-
/* @__PURE__ */ (0,
|
|
9385
|
+
const CheckboxWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ (0, import_jsx_runtime177.jsxs)(Label, { position: "right", htmlFor: props.id, children: [
|
|
9386
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsxs)("div", { className: style_module_default10["label-wrapper"], children: [
|
|
9303
9387
|
label,
|
|
9304
|
-
/* @__PURE__ */ (0,
|
|
9388
|
+
/* @__PURE__ */ (0, import_jsx_runtime177.jsx)(Paragraph, { className: style_module_default10.description, size: 3, type: "normal", weight: "regular", children: description })
|
|
9305
9389
|
] }),
|
|
9306
9390
|
children
|
|
9307
|
-
] }) : /* @__PURE__ */ (0,
|
|
9308
|
-
return /* @__PURE__ */ (0,
|
|
9391
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(import_jsx_runtime177.Fragment, { children }), "CheckboxWrapper");
|
|
9392
|
+
return /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(CheckboxWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(CheckboxPrimitive.Root, { className: (0, import_clsx13.default)(style_module_default10.checkbox, className), ref, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(CheckboxPrimitive.Indicator, { className: style_module_default10["checkbox-indicator"], children: /* @__PURE__ */ (0, import_jsx_runtime177.jsx)(Icon, { name: "check-mark", thick: true, size: "xs", type: "inverse-label-primary" }) }) }) });
|
|
9309
9393
|
}
|
|
9310
9394
|
);
|
|
9311
9395
|
|
|
9312
9396
|
// src/components/Radio/index.tsx
|
|
9313
9397
|
var RadioGroupPrimitive = __toESM(require("@radix-ui/react-radio-group"));
|
|
9314
9398
|
var import_clsx14 = __toESM(require("clsx"));
|
|
9315
|
-
var
|
|
9399
|
+
var import_react15 = require("react");
|
|
9316
9400
|
|
|
9317
9401
|
// src/components/Radio/style.module.scss
|
|
9318
9402
|
var style_module_default12 = {
|
|
@@ -9324,19 +9408,19 @@ var style_module_default12 = {
|
|
|
9324
9408
|
};
|
|
9325
9409
|
|
|
9326
9410
|
// src/components/Radio/index.tsx
|
|
9327
|
-
var
|
|
9328
|
-
var RadioIndicator = /* @__PURE__ */ __name(() => /* @__PURE__ */ (0,
|
|
9329
|
-
var RadioRoot = (0,
|
|
9330
|
-
var RadioItem = (0,
|
|
9411
|
+
var import_jsx_runtime178 = require("react/jsx-runtime");
|
|
9412
|
+
var RadioIndicator = /* @__PURE__ */ __name(() => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("circle", { cx: "5", cy: "5", r: "5", fill: "#313133" }) }), "RadioIndicator");
|
|
9413
|
+
var RadioRoot = (0, import_react15.forwardRef)(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(RadioGroupPrimitive.Root, { className: (0, import_clsx14.default)(style_module_default12.radio, className), ...props }));
|
|
9414
|
+
var RadioItem = (0, import_react15.forwardRef)(
|
|
9331
9415
|
({ className, label, description, ...props }, ref) => {
|
|
9332
|
-
const RadioItemWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ (0,
|
|
9333
|
-
/* @__PURE__ */ (0,
|
|
9416
|
+
const RadioItemWrapper = /* @__PURE__ */ __name(({ children }) => label ? /* @__PURE__ */ (0, import_jsx_runtime178.jsxs)(Label, { position: "right", htmlFor: props.id, children: [
|
|
9417
|
+
/* @__PURE__ */ (0, import_jsx_runtime178.jsxs)("div", { className: style_module_default12["label-wrapper"], children: [
|
|
9334
9418
|
label,
|
|
9335
|
-
/* @__PURE__ */ (0,
|
|
9419
|
+
/* @__PURE__ */ (0, import_jsx_runtime178.jsx)(Paragraph, { className: style_module_default12.description, size: 3, type: "normal", weight: "regular", children: description })
|
|
9336
9420
|
] }),
|
|
9337
9421
|
children
|
|
9338
|
-
] }) : /* @__PURE__ */ (0,
|
|
9339
|
-
return /* @__PURE__ */ (0,
|
|
9422
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(import_jsx_runtime178.Fragment, { children }), "RadioItemWrapper");
|
|
9423
|
+
return /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(RadioItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(RadioGroupPrimitive.Item, { ref, className: (0, import_clsx14.default)(style_module_default12["radio-item"], className), ...props, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(RadioGroupPrimitive.Indicator, { className: style_module_default12.indicator, children: /* @__PURE__ */ (0, import_jsx_runtime178.jsx)(RadioIndicator, {}) }) }) });
|
|
9340
9424
|
}
|
|
9341
9425
|
);
|
|
9342
9426
|
var Radio = Object.assign(RadioRoot, {
|
|
@@ -9344,7 +9428,7 @@ var Radio = Object.assign(RadioRoot, {
|
|
|
9344
9428
|
});
|
|
9345
9429
|
|
|
9346
9430
|
// src/components/Textfield/index.tsx
|
|
9347
|
-
var
|
|
9431
|
+
var import_react16 = require("react");
|
|
9348
9432
|
|
|
9349
9433
|
// src/components/Textfield/style.module.scss
|
|
9350
9434
|
var style_module_default13 = {
|
|
@@ -9369,12 +9453,11 @@ var style_module_default13 = {
|
|
|
9369
9453
|
};
|
|
9370
9454
|
|
|
9371
9455
|
// src/components/Textfield/index.tsx
|
|
9372
|
-
var
|
|
9456
|
+
var import_class_variance_authority10 = require("class-variance-authority");
|
|
9373
9457
|
var import_clsx15 = __toESM(require("clsx"));
|
|
9374
9458
|
var import_react_dom = require("react-dom");
|
|
9375
|
-
var
|
|
9376
|
-
var defaultTextfieldVariants = (0,
|
|
9377
|
-
base: style_module_default13.textfield,
|
|
9459
|
+
var import_jsx_runtime179 = require("react/jsx-runtime");
|
|
9460
|
+
var defaultTextfieldVariants = (0, import_class_variance_authority10.cva)(style_module_default13.textfield, {
|
|
9378
9461
|
variants: {
|
|
9379
9462
|
color: {
|
|
9380
9463
|
"neutral-container-mid": style_module_default13.gray,
|
|
@@ -9382,9 +9465,9 @@ var defaultTextfieldVariants = (0, import_cva10.cva)({
|
|
|
9382
9465
|
}
|
|
9383
9466
|
}
|
|
9384
9467
|
});
|
|
9385
|
-
var Textfield = (0,
|
|
9468
|
+
var Textfield = (0, import_react16.forwardRef)((props, ref) => {
|
|
9386
9469
|
const {
|
|
9387
|
-
id = (0,
|
|
9470
|
+
id = (0, import_react16.useId)(),
|
|
9388
9471
|
type,
|
|
9389
9472
|
label,
|
|
9390
9473
|
value: controlledValue,
|
|
@@ -9398,9 +9481,9 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9398
9481
|
onClear,
|
|
9399
9482
|
...rest
|
|
9400
9483
|
} = props;
|
|
9401
|
-
const inputRef = (0,
|
|
9402
|
-
const [value, setValue] = (0,
|
|
9403
|
-
const [deidentifiy, setDeidentifiy] = (0,
|
|
9484
|
+
const inputRef = (0, import_react16.useRef)(null);
|
|
9485
|
+
const [value, setValue] = (0, import_react16.useState)("");
|
|
9486
|
+
const [deidentifiy, setDeidentifiy] = (0, import_react16.useState)(true);
|
|
9404
9487
|
const isControlled = controlledValue !== void 0;
|
|
9405
9488
|
const isPassword = type === "password";
|
|
9406
9489
|
const isDeidentified = isPassword && deidentifiy;
|
|
@@ -9440,9 +9523,9 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9440
9523
|
inputRef.current.setSelectionRange(length, length);
|
|
9441
9524
|
}
|
|
9442
9525
|
}, "handleDeidentify");
|
|
9443
|
-
(0,
|
|
9444
|
-
return /* @__PURE__ */ (0,
|
|
9445
|
-
/* @__PURE__ */ (0,
|
|
9526
|
+
(0, import_react16.useImperativeHandle)(ref, () => inputRef.current);
|
|
9527
|
+
return /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("div", { className: style_module_default13["textfield-container"], children: [
|
|
9528
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
9446
9529
|
"div",
|
|
9447
9530
|
{
|
|
9448
9531
|
className: (0, import_clsx15.default)(defaultTextfieldVariants({ color }), {
|
|
@@ -9450,8 +9533,8 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9450
9533
|
[style_module_default13["label-out-textfield"]]: !label || labelType === "out"
|
|
9451
9534
|
}),
|
|
9452
9535
|
onClick: handleTextfieldClick,
|
|
9453
|
-
children: /* @__PURE__ */ (0,
|
|
9454
|
-
/* @__PURE__ */ (0,
|
|
9536
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("div", { className: style_module_default13["input-wrapper"], children: [
|
|
9537
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
9455
9538
|
"input",
|
|
9456
9539
|
{
|
|
9457
9540
|
className: (0, import_clsx15.default)(style_module_default13.input, {
|
|
@@ -9466,7 +9549,7 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9466
9549
|
...rest
|
|
9467
9550
|
}
|
|
9468
9551
|
),
|
|
9469
|
-
/* @__PURE__ */ (0,
|
|
9552
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
9470
9553
|
Label,
|
|
9471
9554
|
{
|
|
9472
9555
|
className: (0, import_clsx15.default)(style_module_default13.label, {
|
|
@@ -9478,8 +9561,8 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9478
9561
|
children: labelText
|
|
9479
9562
|
}
|
|
9480
9563
|
),
|
|
9481
|
-
/* @__PURE__ */ (0,
|
|
9482
|
-
textfieldValue && !disabled && /* @__PURE__ */ (0,
|
|
9564
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("div", { className: style_module_default13["input-action-buttons"], children: [
|
|
9565
|
+
textfieldValue && !disabled && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
9483
9566
|
IconButton,
|
|
9484
9567
|
{
|
|
9485
9568
|
tabIndex: -1,
|
|
@@ -9497,7 +9580,7 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9497
9580
|
}
|
|
9498
9581
|
}
|
|
9499
9582
|
),
|
|
9500
|
-
isPassword && !disabled && /* @__PURE__ */ (0,
|
|
9583
|
+
isPassword && !disabled && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(
|
|
9501
9584
|
IconButton,
|
|
9502
9585
|
{
|
|
9503
9586
|
tabIndex: -1,
|
|
@@ -9515,17 +9598,17 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9515
9598
|
}
|
|
9516
9599
|
}
|
|
9517
9600
|
),
|
|
9518
|
-
buttonProps && /* @__PURE__ */ (0,
|
|
9601
|
+
buttonProps && /* @__PURE__ */ (0, import_jsx_runtime179.jsx)(Button, { ...buttonProps, size: "m", type: "button" })
|
|
9519
9602
|
] })
|
|
9520
9603
|
] })
|
|
9521
9604
|
}
|
|
9522
9605
|
),
|
|
9523
|
-
displayFooter && /* @__PURE__ */ (0,
|
|
9524
|
-
/* @__PURE__ */ (0,
|
|
9525
|
-
/* @__PURE__ */ (0,
|
|
9526
|
-
/* @__PURE__ */ (0,
|
|
9606
|
+
displayFooter && /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)("div", { className: style_module_default13.footer, children: [
|
|
9607
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)("div", { className: style_module_default13["error-wrapper"], children: error && /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)(import_jsx_runtime179.Fragment, { children: [
|
|
9608
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(Icon, { name: "exclamationmark-fill", fill: true, thick: true, size: "xs", type: "function-label-negative" }),
|
|
9609
|
+
/* @__PURE__ */ (0, import_jsx_runtime179.jsx)(Caption, { size: 3, type: "normal", weight: "regular", className: style_module_default13["error-message"], children: error })
|
|
9527
9610
|
] }) }),
|
|
9528
|
-
maxCharacter && /* @__PURE__ */ (0,
|
|
9611
|
+
maxCharacter && /* @__PURE__ */ (0, import_jsx_runtime179.jsxs)(Caption, { className: style_module_default13.character, size: 3, type: "normal", weight: "regular", children: [
|
|
9529
9612
|
isControlled ? controlledValue.length : value.length,
|
|
9530
9613
|
"/",
|
|
9531
9614
|
maxCharacter
|
|
@@ -9535,7 +9618,7 @@ var Textfield = (0, import_react15.forwardRef)((props, ref) => {
|
|
|
9535
9618
|
});
|
|
9536
9619
|
|
|
9537
9620
|
// src/components/Slider/index.tsx
|
|
9538
|
-
var
|
|
9621
|
+
var import_react17 = require("react");
|
|
9539
9622
|
|
|
9540
9623
|
// src/components/Slider/style.module.scss
|
|
9541
9624
|
var style_module_default14 = {
|
|
@@ -9552,29 +9635,29 @@ var style_module_default14 = {
|
|
|
9552
9635
|
|
|
9553
9636
|
// src/components/Slider/index.tsx
|
|
9554
9637
|
var SliderPrimitive = __toESM(require("@radix-ui/react-slider"));
|
|
9555
|
-
var
|
|
9556
|
-
var SliderRoot = (0,
|
|
9638
|
+
var import_jsx_runtime180 = require("react/jsx-runtime");
|
|
9639
|
+
var SliderRoot = (0, import_react17.forwardRef)((props, ref) => {
|
|
9557
9640
|
const { label, tooltip, rangeLeft, rangeRight, min, max, step = 50, ...rest } = props;
|
|
9558
|
-
return /* @__PURE__ */ (0,
|
|
9559
|
-
/* @__PURE__ */ (0,
|
|
9560
|
-
/* @__PURE__ */ (0,
|
|
9561
|
-
/* @__PURE__ */ (0,
|
|
9562
|
-
/* @__PURE__ */ (0,
|
|
9563
|
-
/* @__PURE__ */ (0,
|
|
9641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(import_jsx_runtime180.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime180.jsxs)(Tooltip.Provider, { children: [
|
|
9642
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Label, { level: "secondary", size: "m", offset: "high", className: style_module_default14.label, children: label }),
|
|
9643
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("div", { className: style_module_default14["slider-wrapper"], children: [
|
|
9644
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("div", { className: style_module_default14["slider-option-wrapper"], children: [
|
|
9645
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Icon, { name: rangeLeft.icon, size: "xs" }),
|
|
9646
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Caption, { size: 1, type: "normal", weight: "medium", className: style_module_default14.optionText, children: rangeLeft.text })
|
|
9564
9647
|
] }),
|
|
9565
|
-
/* @__PURE__ */ (0,
|
|
9566
|
-
/* @__PURE__ */ (0,
|
|
9567
|
-
Array.from({ length: 100 / step + 1 }).map((_, index) => /* @__PURE__ */ (0,
|
|
9568
|
-
/* @__PURE__ */ (0,
|
|
9648
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)(SliderPrimitive.Root, { ...rest, step, className: style_module_default14["slider-root"], ref, children: [
|
|
9649
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)(SliderPrimitive.Track, { className: style_module_default14["slider-track"], children: [
|
|
9650
|
+
Array.from({ length: 100 / step + 1 }).map((_, index) => /* @__PURE__ */ (0, import_jsx_runtime180.jsx)("span", { className: style_module_default14["slider-step"] }, index)),
|
|
9651
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(SliderPrimitive.Range, { className: style_module_default14["slider-range"] })
|
|
9569
9652
|
] }),
|
|
9570
|
-
/* @__PURE__ */ (0,
|
|
9571
|
-
/* @__PURE__ */ (0,
|
|
9572
|
-
/* @__PURE__ */ (0,
|
|
9653
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)(Tooltip, { children: [
|
|
9654
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Tooltip.Trigger, { by: /* @__PURE__ */ (0, import_jsx_runtime180.jsx)(SliderPrimitive.Thumb, { className: style_module_default14["slider-thumb"] }) }),
|
|
9655
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Tooltip.Content, { description: tooltip })
|
|
9573
9656
|
] })
|
|
9574
9657
|
] }),
|
|
9575
|
-
/* @__PURE__ */ (0,
|
|
9576
|
-
/* @__PURE__ */ (0,
|
|
9577
|
-
/* @__PURE__ */ (0,
|
|
9658
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsxs)("div", { className: style_module_default14["slider-option-wrapper"], children: [
|
|
9659
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Icon, { name: rangeRight.icon, size: "xs" }),
|
|
9660
|
+
/* @__PURE__ */ (0, import_jsx_runtime180.jsx)(Caption, { size: 1, type: "normal", weight: "medium", className: style_module_default14.optionText, children: rangeRight.text })
|
|
9578
9661
|
] })
|
|
9579
9662
|
] })
|
|
9580
9663
|
] }) });
|
|
@@ -9612,13 +9695,13 @@ var style_module_default15 = {
|
|
|
9612
9695
|
};
|
|
9613
9696
|
|
|
9614
9697
|
// src/components/Select/index.tsx
|
|
9615
|
-
var
|
|
9698
|
+
var import_react18 = require("react");
|
|
9616
9699
|
var import_clsx16 = __toESM(require("clsx"));
|
|
9617
|
-
var
|
|
9618
|
-
var Badge = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ (0,
|
|
9619
|
-
var SelectContent = (0,
|
|
9700
|
+
var import_jsx_runtime181 = require("react/jsx-runtime");
|
|
9701
|
+
var Badge = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: style_module_default15.badgeContainer, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Caption, { className: style_module_default15.badge, size: 2, type: "normal", weight: "medium", children }) }), "Badge");
|
|
9702
|
+
var SelectContent = (0, import_react18.forwardRef)((props, ref) => {
|
|
9620
9703
|
const { id, isResponsive, popSide, sideOffset, listLabel, children, container } = props;
|
|
9621
|
-
return /* @__PURE__ */ (0,
|
|
9704
|
+
return /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Portal, { container, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(
|
|
9622
9705
|
SelectPrimitive.Content,
|
|
9623
9706
|
{
|
|
9624
9707
|
id: `select-content-${id}`,
|
|
@@ -9640,17 +9723,17 @@ var SelectContent = (0, import_react17.forwardRef)((props, ref) => {
|
|
|
9640
9723
|
side: popSide,
|
|
9641
9724
|
sideOffset,
|
|
9642
9725
|
avoidCollisions: false,
|
|
9643
|
-
children: /* @__PURE__ */ (0,
|
|
9644
|
-
/* @__PURE__ */ (0,
|
|
9645
|
-
listLabel && /* @__PURE__ */ (0,
|
|
9726
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(ScrollArea.Root, { className: style_module_default15.scrollAreaRoot, type: "always", children: [
|
|
9727
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Viewport, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ScrollArea.Viewport, { className: style_module_default15.scrollAreaViewport, style: { maxHeight: "268px", overflowY: "auto" }, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(SelectPrimitive.Group, { children: [
|
|
9728
|
+
listLabel && /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Label, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Label, { className: style_module_default15["desktop-label"], level: "secondary", size: "m", offset: "low", children: listLabel }) }),
|
|
9646
9729
|
children
|
|
9647
9730
|
] }) }) }),
|
|
9648
|
-
/* @__PURE__ */ (0,
|
|
9731
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ScrollArea.Scrollbar, { className: style_module_default15.scrollAreaScrollbar, orientation: "vertical", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ScrollArea.Thumb, { className: style_module_default15.scrollAreaThumb }) })
|
|
9649
9732
|
] })
|
|
9650
9733
|
}
|
|
9651
9734
|
) });
|
|
9652
9735
|
});
|
|
9653
|
-
var SelectRoot = (0,
|
|
9736
|
+
var SelectRoot = (0, import_react18.forwardRef)((props, ref) => {
|
|
9654
9737
|
const {
|
|
9655
9738
|
id,
|
|
9656
9739
|
placeholder,
|
|
@@ -9669,16 +9752,16 @@ var SelectRoot = (0, import_react17.forwardRef)((props, ref) => {
|
|
|
9669
9752
|
...rest
|
|
9670
9753
|
} = props;
|
|
9671
9754
|
const contentProps = { id, isResponsive, popSide, sideOffset, listLabel, children, container };
|
|
9672
|
-
const [isOpen, setIsOpen] = (0,
|
|
9673
|
-
(0,
|
|
9755
|
+
const [isOpen, setIsOpen] = (0, import_react18.useState)(false);
|
|
9756
|
+
(0, import_react18.useEffect)(() => {
|
|
9674
9757
|
setIsOpen(open);
|
|
9675
9758
|
}, [open]);
|
|
9676
|
-
return /* @__PURE__ */ (0,
|
|
9677
|
-
/* @__PURE__ */ (0,
|
|
9678
|
-
/* @__PURE__ */ (0,
|
|
9679
|
-
badge && /* @__PURE__ */ (0,
|
|
9759
|
+
return /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { children: [
|
|
9760
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { className: style_module_default15["label-container"], children: [
|
|
9761
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Label, { className: style_module_default15["select-label"], level: "secondary", size: "m", offset: "low", htmlFor: id, children: label }),
|
|
9762
|
+
badge && /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Badge, { children: badge })
|
|
9680
9763
|
] }),
|
|
9681
|
-
/* @__PURE__ */ (0,
|
|
9764
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(
|
|
9682
9765
|
SelectPrimitive.Root,
|
|
9683
9766
|
{
|
|
9684
9767
|
...rest,
|
|
@@ -9688,17 +9771,17 @@ var SelectRoot = (0, import_react17.forwardRef)((props, ref) => {
|
|
|
9688
9771
|
setIsOpen(open2);
|
|
9689
9772
|
},
|
|
9690
9773
|
children: [
|
|
9691
|
-
/* @__PURE__ */ (0,
|
|
9692
|
-
/* @__PURE__ */ (0,
|
|
9693
|
-
/* @__PURE__ */ (0,
|
|
9774
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(SelectPrimitive.Trigger, { className: style_module_default15.trigger, ref, id, children: [
|
|
9775
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Value, { className: style_module_default15.placeholder, placeholder }),
|
|
9776
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Icon, { className: style_module_default15.openIcon, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { name: "arrow-drop-down", fill: true, thick: true, size: "xs" }) })
|
|
9694
9777
|
] }),
|
|
9695
|
-
/* @__PURE__ */ (0,
|
|
9778
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectContent, { ...contentProps })
|
|
9696
9779
|
]
|
|
9697
9780
|
}
|
|
9698
9781
|
)
|
|
9699
9782
|
] });
|
|
9700
9783
|
});
|
|
9701
|
-
var SelectItem = /* @__PURE__ */ __name(({ value, text, disabled, icon, onClick }) => /* @__PURE__ */ (0,
|
|
9784
|
+
var SelectItem = /* @__PURE__ */ __name(({ value, text, disabled, icon, onClick }) => /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(
|
|
9702
9785
|
SelectPrimitive.Item,
|
|
9703
9786
|
{
|
|
9704
9787
|
className: style_module_default15.item,
|
|
@@ -9709,9 +9792,9 @@ var SelectItem = /* @__PURE__ */ __name(({ value, text, disabled, icon, onClick
|
|
|
9709
9792
|
onClick?.();
|
|
9710
9793
|
},
|
|
9711
9794
|
children: [
|
|
9712
|
-
/* @__PURE__ */ (0,
|
|
9713
|
-
icon && /* @__PURE__ */ (0,
|
|
9714
|
-
/* @__PURE__ */ (0,
|
|
9795
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.ItemText, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Paragraph, { size: 3, type: "normal", weight: "medium", children: text ?? value }) }),
|
|
9796
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.Icon, { className: style_module_default15.icon, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { size: "xs", ...icon }) }),
|
|
9797
|
+
/* @__PURE__ */ (0, import_jsx_runtime181.jsx)(SelectPrimitive.ItemIndicator, { className: style_module_default15.itemIndicator, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { fill: false, thick: true, size: "xs", name: "check-mark", type: "brand-label-primary" }) })
|
|
9715
9798
|
]
|
|
9716
9799
|
}
|
|
9717
9800
|
), "SelectItem");
|
|
@@ -9727,18 +9810,18 @@ var style_module_default16 = {
|
|
|
9727
9810
|
};
|
|
9728
9811
|
|
|
9729
9812
|
// src/components/List/index.tsx
|
|
9730
|
-
var
|
|
9813
|
+
var import_react20 = require("react");
|
|
9731
9814
|
|
|
9732
9815
|
// src/hooks/collection.tsx
|
|
9733
|
-
var
|
|
9734
|
-
var
|
|
9735
|
-
var CollectionContext = (0,
|
|
9816
|
+
var import_react19 = require("react");
|
|
9817
|
+
var import_jsx_runtime182 = require("react/jsx-runtime");
|
|
9818
|
+
var CollectionContext = (0, import_react19.createContext)(void 0);
|
|
9736
9819
|
var CollectionProvider = /* @__PURE__ */ __name(({ value, onChangeValue, children }) => {
|
|
9737
|
-
const contextValue = (0,
|
|
9738
|
-
return /* @__PURE__ */ (0,
|
|
9820
|
+
const contextValue = (0, import_react19.useMemo)(() => ({ value, onChangeValue }), [value, onChangeValue]);
|
|
9821
|
+
return /* @__PURE__ */ (0, import_jsx_runtime182.jsx)(CollectionContext.Provider, { value: contextValue, children });
|
|
9739
9822
|
}, "CollectionProvider");
|
|
9740
9823
|
var useCollectionContext = /* @__PURE__ */ __name(() => {
|
|
9741
|
-
const context = (0,
|
|
9824
|
+
const context = (0, import_react19.useContext)(CollectionContext);
|
|
9742
9825
|
if (!context) {
|
|
9743
9826
|
throw new Error("useCollectionContext must be used within a CollectionProvider");
|
|
9744
9827
|
}
|
|
@@ -9747,16 +9830,16 @@ var useCollectionContext = /* @__PURE__ */ __name(() => {
|
|
|
9747
9830
|
|
|
9748
9831
|
// src/components/List/index.tsx
|
|
9749
9832
|
var import_clsx17 = __toESM(require("clsx"));
|
|
9750
|
-
var
|
|
9833
|
+
var import_jsx_runtime183 = require("react/jsx-runtime");
|
|
9751
9834
|
var ListRoot = /* @__PURE__ */ __name(({ children, className, ...props }) => {
|
|
9752
|
-
return /* @__PURE__ */ (0,
|
|
9835
|
+
return /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(CollectionProvider, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime183.jsx)("ul", { className: (0, import_clsx17.default)(style_module_default16.list, className), children }) });
|
|
9753
9836
|
}, "ListRoot");
|
|
9754
9837
|
var Item3 = /* @__PURE__ */ __name(({ value, text, disabled, icon, onClick }) => {
|
|
9755
|
-
const [isFocused, setIsFocused] = (0,
|
|
9838
|
+
const [isFocused, setIsFocused] = (0, import_react20.useState)(false);
|
|
9756
9839
|
const { value: contextValue, onChangeValue } = useCollectionContext();
|
|
9757
9840
|
const isSelected = contextValue === value;
|
|
9758
9841
|
const iconProps = isSelected ? { name: "check-mark", type: "brand-label-primary", thick: true } : icon ? icon : {};
|
|
9759
|
-
return /* @__PURE__ */ (0,
|
|
9842
|
+
return /* @__PURE__ */ (0, import_jsx_runtime183.jsxs)(
|
|
9760
9843
|
"li",
|
|
9761
9844
|
{
|
|
9762
9845
|
className: style_module_default16.item,
|
|
@@ -9774,8 +9857,8 @@ var Item3 = /* @__PURE__ */ __name(({ value, text, disabled, icon, onClick }) =>
|
|
|
9774
9857
|
onChangeValue?.(value);
|
|
9775
9858
|
},
|
|
9776
9859
|
children: [
|
|
9777
|
-
/* @__PURE__ */ (0,
|
|
9778
|
-
(icon || isSelected) && /* @__PURE__ */ (0,
|
|
9860
|
+
/* @__PURE__ */ (0, import_jsx_runtime183.jsx)(Paragraph, { size: 3, type: "normal", weight: "medium", children: text }),
|
|
9861
|
+
(icon || isSelected) && /* @__PURE__ */ (0, import_jsx_runtime183.jsx)(Icon, { className: style_module_default16.icon, size: "xs", ...iconProps })
|
|
9779
9862
|
]
|
|
9780
9863
|
}
|
|
9781
9864
|
);
|