brd-ui-kit 0.1.88 → 0.1.90
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/approval-log.view-CZoufOXF.js +283 -0
- package/dist/approval-log.view-CZoufOXF.js.map +1 -0
- package/dist/approval-log.view-DC5xl6KF.cjs +5 -0
- package/dist/approval-log.view-DC5xl6KF.cjs.map +1 -0
- package/dist/brd-ui-kit.css +1 -1
- package/dist/components/approval-log/approval-log.d.ts +1 -1
- package/dist/components/approval-log/approval-log.view.d.ts +15 -0
- package/dist/components/forms/form-files-uploader.d.ts +1 -1
- package/dist/components/forms/form-input-password.d.ts +1 -1
- package/dist/components/transfer-list/transfer-list-card.d.ts +4 -2
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +6 -1
- package/dist/components/ui/input/input.d.ts +1 -1
- package/dist/components-approval-log-approval-log.cjs +5 -6
- package/dist/components-approval-log-approval-log.cjs.map +1 -1
- package/dist/components-approval-log-approval-log.js +161 -268
- package/dist/components-approval-log-approval-log.js.map +1 -1
- package/dist/components-approval-log-approval-log.view.cjs +2 -0
- package/dist/components-approval-log-approval-log.view.cjs.map +1 -0
- package/dist/components-approval-log-approval-log.view.js +69 -0
- package/dist/components-approval-log-approval-log.view.js.map +1 -0
- package/dist/components-avatar-uploader-avatar-uploader.cjs +2 -2
- package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -1
- package/dist/components-avatar-uploader-avatar-uploader.js +10 -11
- package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.cjs +1 -3
- package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -1
- package/dist/components-basic-avatar-basic-avatar.js +7 -69
- package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
- package/dist/components-basic-avatar.cjs +1 -1
- package/dist/components-basic-avatar.js +1 -1
- package/dist/components-checkbox-group-checkbox-group.cjs +1 -1
- package/dist/components-checkbox-group-checkbox-group.cjs.map +1 -1
- package/dist/components-checkbox-group-checkbox-group.js +1 -1
- package/dist/components-forms-form-files-uploader.cjs +1 -12
- package/dist/components-forms-form-files-uploader.cjs.map +1 -1
- package/dist/components-forms-form-files-uploader.js +27 -3045
- package/dist/components-forms-form-files-uploader.js.map +1 -1
- package/dist/components-forms-form-input-password.cjs +1 -29
- package/dist/components-forms-form-input-password.cjs.map +1 -1
- package/dist/components-forms-form-input-password.js +29 -363
- package/dist/components-forms-form-input-password.js.map +1 -1
- package/dist/components-input-contact-input-contact.cjs +1 -1
- package/dist/components-input-contact-input-contact.cjs.map +1 -1
- package/dist/components-input-contact-input-contact.js +1 -1
- package/dist/components-story-drawer-story-drawer.cjs +1 -1
- package/dist/components-story-drawer-story-drawer.cjs.map +1 -1
- package/dist/components-story-drawer-story-drawer.js +10 -11
- package/dist/components-story-drawer-story-drawer.js.map +1 -1
- package/dist/components-transfer-list-transfer-list-card.cjs +4 -4
- package/dist/components-transfer-list-transfer-list-card.cjs.map +1 -1
- package/dist/components-transfer-list-transfer-list-card.js +69 -59
- package/dist/components-transfer-list-transfer-list-card.js.map +1 -1
- package/dist/components-transfer-list-transfer-list.cjs +1 -1
- package/dist/components-transfer-list-transfer-list.cjs.map +1 -1
- package/dist/components-transfer-list-transfer-list.js +58 -52
- package/dist/components-transfer-list-transfer-list.js.map +1 -1
- package/dist/components-ui-dropdown-menu-dropdown-menu.cjs +2 -2
- package/dist/components-ui-dropdown-menu-dropdown-menu.cjs.map +1 -1
- package/dist/components-ui-dropdown-menu-dropdown-menu.js +32 -23
- package/dist/components-ui-dropdown-menu-dropdown-menu.js.map +1 -1
- package/dist/components-ui-input-input.cjs.map +1 -1
- package/dist/components-ui-input-input.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +267 -268
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
- package/dist/components-ui-typography-typography.styles-C6G6MFUq.js +0 -105
- package/dist/components-ui-typography-typography.styles-C6G6MFUq.js.map +0 -1
- package/dist/components-ui-typography-typography.styles-CMzY_pXl.cjs +0 -2
- package/dist/components-ui-typography-typography.styles-CMzY_pXl.cjs.map +0 -1
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { clsx as g } from "clsx";
|
|
3
|
-
import { extendTailwindMerge as y } from "tailwind-merge";
|
|
4
|
-
import { cva as c } from "class-variance-authority";
|
|
5
|
-
const k = y({
|
|
6
|
-
extend: {
|
|
7
|
-
theme: {
|
|
8
|
-
text: ["xxs", "xxl", "h-xs", "h-sm", "h-md", "h-lg", "h-xl", "h-xxl"]
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
function l(...t) {
|
|
13
|
-
return k(g(t));
|
|
14
|
-
}
|
|
15
|
-
const m = {
|
|
16
|
-
"xx-small": { size: "0.75rem", strokeWidth: "0.063rem" },
|
|
17
|
-
"x-small": { size: "0.875rem", strokeWidth: "0.069rem" },
|
|
18
|
-
small: { size: "1rem", strokeWidth: "0.081rem" },
|
|
19
|
-
medium: { size: "1.25rem", strokeWidth: "0.09375rem" },
|
|
20
|
-
large: { size: "1.5rem", strokeWidth: "0.109375rem" },
|
|
21
|
-
"x-large": { size: "1.75rem", strokeWidth: "0.125rem" },
|
|
22
|
-
"xx-large": { size: "2rem", strokeWidth: "0.140625rem" },
|
|
23
|
-
"xxx-large": { size: "2.25rem", strokeWidth: "0.15625rem" }
|
|
24
|
-
}, S = ({
|
|
25
|
-
icon: t,
|
|
26
|
-
size: e = "medium",
|
|
27
|
-
strokeWidth: d,
|
|
28
|
-
color: s,
|
|
29
|
-
absoluteStrokeWidth: i = !0,
|
|
30
|
-
classes: o,
|
|
31
|
-
className: n,
|
|
32
|
-
svgProps: a,
|
|
33
|
-
disabled: u,
|
|
34
|
-
...h
|
|
35
|
-
}) => {
|
|
36
|
-
const x = typeof e == "string" && e in m ? m[e] : m.medium, b = typeof e == "string" && e in m ? x.size : e, f = d ?? x.strokeWidth;
|
|
37
|
-
return /* @__PURE__ */ r(
|
|
38
|
-
"div",
|
|
39
|
-
{
|
|
40
|
-
...h,
|
|
41
|
-
className: l(o?.wrapper),
|
|
42
|
-
children: /* @__PURE__ */ r(
|
|
43
|
-
t,
|
|
44
|
-
{
|
|
45
|
-
...a,
|
|
46
|
-
size: b,
|
|
47
|
-
strokeWidth: f,
|
|
48
|
-
color: s,
|
|
49
|
-
absoluteStrokeWidth: i,
|
|
50
|
-
className: l(n, o?.icon, u && "text-disabled-text")
|
|
51
|
-
}
|
|
52
|
-
)
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
}, W = {
|
|
56
|
-
"h-xxl-regular": "text-h-xxl font-normal",
|
|
57
|
-
"h-xxl-medium": "text-h-xxl font-medium",
|
|
58
|
-
"h-xl-regular": "text-h-xl font-normal",
|
|
59
|
-
"h-xl-medium": "text-h-xl font-medium",
|
|
60
|
-
"h-lg-regular": "text-h-lg font-normal",
|
|
61
|
-
"h-lg-medium": "text-h-lg font-medium",
|
|
62
|
-
"h-md-regular": "text-h-md font-normal",
|
|
63
|
-
"h-md-medium": "text-h-md font-medium",
|
|
64
|
-
"h-sm-regular": "text-h-sm font-normal",
|
|
65
|
-
"h-sm-medium": "text-h-sm font-medium",
|
|
66
|
-
"h-xs-regular": "text-h-xs font-normal",
|
|
67
|
-
"h-xs-medium": "text-h-xs font-medium",
|
|
68
|
-
"body-xxl-regular": "text-xxl font-normal",
|
|
69
|
-
"body-xxl-medium": "text-xxl font-medium",
|
|
70
|
-
"body-xxl-semibold": "text-xxl font-semibold",
|
|
71
|
-
"body-xl-regular": "text-xl font-normal",
|
|
72
|
-
"body-xl-medium": "text-xl font-medium",
|
|
73
|
-
"body-xl-semibold": "text-xl font-semibold",
|
|
74
|
-
"body-lg-regular": "text-lg font-normal",
|
|
75
|
-
"body-lg-medium": "text-lg font-medium",
|
|
76
|
-
"body-lg-semibold": "text-lg font-semibold",
|
|
77
|
-
"body-md-regular": "text-base font-normal",
|
|
78
|
-
"body-md-medium": "text-base font-medium",
|
|
79
|
-
"body-md-semibold": "text-base font-semibold",
|
|
80
|
-
"body-sm-regular": "text-sm font-normal",
|
|
81
|
-
"body-sm-medium": "text-sm font-medium",
|
|
82
|
-
"body-sm-semibold": "text-sm font-semibold",
|
|
83
|
-
"body-xs-regular": "text-xs font-normal",
|
|
84
|
-
"body-xs-medium": "text-xs font-medium",
|
|
85
|
-
"body-xs-semibold": "text-xs font-semibold",
|
|
86
|
-
"body-xxs-regular": "text-xxs font-normal",
|
|
87
|
-
"body-xxs-medium": "text-xxs font-medium",
|
|
88
|
-
"body-xxs-semibold": "text-xxs font-semibold"
|
|
89
|
-
}, z = c("tracking-normal", {
|
|
90
|
-
variants: {
|
|
91
|
-
variant: W
|
|
92
|
-
},
|
|
93
|
-
defaultVariants: {
|
|
94
|
-
variant: "body-md-regular"
|
|
95
|
-
}
|
|
96
|
-
}), j = (t = "body-md-regular") => z({
|
|
97
|
-
variant: t
|
|
98
|
-
});
|
|
99
|
-
export {
|
|
100
|
-
z as d,
|
|
101
|
-
l as m,
|
|
102
|
-
S as v,
|
|
103
|
-
j as x
|
|
104
|
-
};
|
|
105
|
-
//# sourceMappingURL=components-ui-typography-typography.styles-C6G6MFUq.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components-ui-typography-typography.styles-C6G6MFUq.js","sources":["lib-utils.js","components-ui-icon-icon-presets.js","components-icons-stroke-icon.js","components-ui-typography-typography.styles.js"],"sourcesContent":["import { clsx as x } from \"clsx\";\nimport { extendTailwindMerge as t } from \"tailwind-merge\";\nconst r = t({\n extend: {\n theme: {\n text: [\"xxs\", \"xxl\", \"h-xs\", \"h-sm\", \"h-md\", \"h-lg\", \"h-xl\", \"h-xxl\"]\n }\n }\n});\nfunction m(...e) {\n return r(x(e));\n}\nexport {\n m as cn\n};\n//# sourceMappingURL=lib-utils.js.map\n","const e = {\n \"xx-small\": { size: \"0.75rem\", strokeWidth: \"0.063rem\" },\n \"x-small\": { size: \"0.875rem\", strokeWidth: \"0.069rem\" },\n small: { size: \"1rem\", strokeWidth: \"0.081rem\" },\n medium: { size: \"1.25rem\", strokeWidth: \"0.09375rem\" },\n large: { size: \"1.5rem\", strokeWidth: \"0.109375rem\" },\n \"x-large\": { size: \"1.75rem\", strokeWidth: \"0.125rem\" },\n \"xx-large\": { size: \"2rem\", strokeWidth: \"0.140625rem\" },\n \"xxx-large\": { size: \"2.25rem\", strokeWidth: \"0.15625rem\" }\n};\nexport {\n e as iconPresets\n};\n//# sourceMappingURL=components-ui-icon-icon-presets.js.map\n","import { jsx as i } from \"react/jsx-runtime\";\nimport { cn as n } from \"./lib-utils.js\";\nimport { iconPresets as o } from \"./components-ui-icon-icon-presets.js\";\nconst v = ({\n icon: s,\n size: t = \"medium\",\n strokeWidth: m,\n color: c,\n absoluteStrokeWidth: d = !0,\n classes: e,\n className: p,\n svgProps: f,\n disabled: a,\n ...l\n}) => {\n const r = typeof t == \"string\" && t in o ? o[t] : o.medium, h = typeof t == \"string\" && t in o ? r.size : t, k = m ?? r.strokeWidth;\n return /* @__PURE__ */ i(\n \"div\",\n {\n ...l,\n className: n(e?.wrapper),\n children: /* @__PURE__ */ i(\n s,\n {\n ...f,\n size: h,\n strokeWidth: k,\n color: c,\n absoluteStrokeWidth: d,\n className: n(p, e?.icon, a && \"text-disabled-text\")\n }\n )\n }\n );\n};\nexport {\n v as StrokeIcon\n};\n//# sourceMappingURL=components-icons-stroke-icon.js.map\n","import { cva as e } from \"class-variance-authority\";\nconst l = [\n \"h-xxl-regular\",\n \"h-xxl-medium\",\n \"h-xl-regular\",\n \"h-xl-medium\",\n \"h-lg-regular\",\n \"h-lg-medium\",\n \"h-md-regular\",\n \"h-md-medium\",\n \"h-sm-regular\",\n \"h-sm-medium\",\n \"h-xs-regular\",\n \"h-xs-medium\",\n \"body-xxl-regular\",\n \"body-xxl-medium\",\n \"body-xxl-semibold\",\n \"body-xl-regular\",\n \"body-xl-medium\",\n \"body-xl-semibold\",\n \"body-lg-regular\",\n \"body-lg-medium\",\n \"body-lg-semibold\",\n \"body-md-regular\",\n \"body-md-medium\",\n \"body-md-semibold\",\n \"body-sm-regular\",\n \"body-sm-medium\",\n \"body-sm-semibold\",\n \"body-xs-regular\",\n \"body-xs-medium\",\n \"body-xs-semibold\",\n \"body-xxs-regular\",\n \"body-xxs-medium\",\n \"body-xxs-semibold\"\n], o = {\n \"h-xxl-regular\": \"text-h-xxl font-normal\",\n \"h-xxl-medium\": \"text-h-xxl font-medium\",\n \"h-xl-regular\": \"text-h-xl font-normal\",\n \"h-xl-medium\": \"text-h-xl font-medium\",\n \"h-lg-regular\": \"text-h-lg font-normal\",\n \"h-lg-medium\": \"text-h-lg font-medium\",\n \"h-md-regular\": \"text-h-md font-normal\",\n \"h-md-medium\": \"text-h-md font-medium\",\n \"h-sm-regular\": \"text-h-sm font-normal\",\n \"h-sm-medium\": \"text-h-sm font-medium\",\n \"h-xs-regular\": \"text-h-xs font-normal\",\n \"h-xs-medium\": \"text-h-xs font-medium\",\n \"body-xxl-regular\": \"text-xxl font-normal\",\n \"body-xxl-medium\": \"text-xxl font-medium\",\n \"body-xxl-semibold\": \"text-xxl font-semibold\",\n \"body-xl-regular\": \"text-xl font-normal\",\n \"body-xl-medium\": \"text-xl font-medium\",\n \"body-xl-semibold\": \"text-xl font-semibold\",\n \"body-lg-regular\": \"text-lg font-normal\",\n \"body-lg-medium\": \"text-lg font-medium\",\n \"body-lg-semibold\": \"text-lg font-semibold\",\n \"body-md-regular\": \"text-base font-normal\",\n \"body-md-medium\": \"text-base font-medium\",\n \"body-md-semibold\": \"text-base font-semibold\",\n \"body-sm-regular\": \"text-sm font-normal\",\n \"body-sm-medium\": \"text-sm font-medium\",\n \"body-sm-semibold\": \"text-sm font-semibold\",\n \"body-xs-regular\": \"text-xs font-normal\",\n \"body-xs-medium\": \"text-xs font-medium\",\n \"body-xs-semibold\": \"text-xs font-semibold\",\n \"body-xxs-regular\": \"text-xxs font-normal\",\n \"body-xxs-medium\": \"text-xxs font-medium\",\n \"body-xxs-semibold\": \"text-xxs font-semibold\"\n}, d = e(\"tracking-normal\", {\n variants: {\n variant: o\n },\n defaultVariants: {\n variant: \"body-md-regular\"\n }\n}), x = (m = \"body-md-regular\") => d({\n variant: m\n});\nexport {\n x as getTypographyClassName,\n d as typographyClassNames,\n l as typographyVariantOptions\n};\n//# sourceMappingURL=components-ui-typography-typography.styles.js.map\n"],"names":["r","t","m","e","x","v","s","c","d","p","f","a","l","o","h","k","i","n"],"mappings":";;;;AAEA,MAAMA,IAAIC,EAAE;AAAA,EACV,QAAQ;AAAA,IACN,OAAO;AAAA,MACL,MAAM,CAAC,OAAO,OAAO,QAAQ,QAAQ,QAAQ,QAAQ,QAAQ,OAAO;AAAA,IAC1E;AAAA,EACA;AACA,CAAC;AACD,SAASC,KAAKC,GAAG;AACf,SAAOH,EAAEI,EAAED,CAAC,CAAC;AACf;ACXA,MAAMA,IAAI;AAAA,EACR,YAAY,EAAE,MAAM,WAAW,aAAa,WAAU;AAAA,EACtD,WAAW,EAAE,MAAM,YAAY,aAAa,WAAU;AAAA,EACtD,OAAO,EAAE,MAAM,QAAQ,aAAa,WAAU;AAAA,EAC9C,QAAQ,EAAE,MAAM,WAAW,aAAa,aAAY;AAAA,EACpD,OAAO,EAAE,MAAM,UAAU,aAAa,cAAa;AAAA,EACnD,WAAW,EAAE,MAAM,WAAW,aAAa,WAAU;AAAA,EACrD,YAAY,EAAE,MAAM,QAAQ,aAAa,cAAa;AAAA,EACtD,aAAa,EAAE,MAAM,WAAW,aAAa,aAAY;AAC3D,GCNME,IAAI,CAAC;AAAA,EACT,MAAMC;AAAA,EACN,MAAML,IAAI;AAAA,EACV,aAAaC;AAAAA,EACb,OAAOK;AAAA,EACP,qBAAqBC,IAAI;AAAA,EACzB,SAASL;AAAAA,EACT,WAAWM;AAAA,EACX,UAAUC;AAAA,EACV,UAAUC;AAAA,EACV,GAAGC;AACL,MAAM;AACJ,QAAMZ,IAAI,OAAOC,KAAK,YAAYA,KAAKY,IAAIA,EAAEZ,CAAC,IAAIY,EAAE,QAAQC,IAAI,OAAOb,KAAK,YAAYA,KAAKY,IAAIb,EAAE,OAAOC,GAAGc,IAAIb,KAAKF,EAAE;AACxH,SAAuBgB,gBAAAA;AAAAA,IACrB;AAAA,IACA;AAAA,MACE,GAAGJ;AAAA,MACH,WAAWK,EAAEd,GAAG,OAAO;AAAA,MACvB,UAA0Ba,gBAAAA;AAAAA,QACxBV;AAAA,QACA;AAAA,UACE,GAAGI;AAAA,UACH,MAAMI;AAAA,UACN,aAAaC;AAAA,UACb,OAAOR;AAAA,UACP,qBAAqBC;AAAA,UACrB,WAAWS,EAAER,GAAGN,GAAG,MAAMQ,KAAK,oBAAoB;AAAA,QAC5D;AAAA,MACA;AAAA,IACA;AAAA,EACA;AACA,GCCGE,IAAI;AAAA,EACL,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA,EACrB,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,oBAAoB;AAAA,EACpB,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,qBAAqB;AACvB,GAAGL,IAAIL,EAAE,mBAAmB;AAAA,EAC1B,UAAU;AAAA,IACR,SAASU;AAAA,EACb;AAAA,EACE,iBAAiB;AAAA,IACf,SAAS;AAAA,EACb;AACA,CAAC,GAAGT,IAAI,CAACF,IAAI,sBAAsBM,EAAE;AAAA,EACnC,SAASN;AACX,CAAC;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const s=require("react/jsx-runtime"),c=require("clsx"),y=require("tailwind-merge"),k=require("class-variance-authority"),W=y.extendTailwindMerge({extend:{theme:{text:["xxs","xxl","h-xs","h-sm","h-md","h-lg","h-xl","h-xxl"]}}});function o(...t){return W(c.clsx(t))}const m={"xx-small":{size:"0.75rem",strokeWidth:"0.063rem"},"x-small":{size:"0.875rem",strokeWidth:"0.069rem"},small:{size:"1rem",strokeWidth:"0.081rem"},medium:{size:"1.25rem",strokeWidth:"0.09375rem"},large:{size:"1.5rem",strokeWidth:"0.109375rem"},"x-large":{size:"1.75rem",strokeWidth:"0.125rem"},"xx-large":{size:"2rem",strokeWidth:"0.140625rem"},"xxx-large":{size:"2.25rem",strokeWidth:"0.15625rem"}},z=({icon:t,size:e="medium",strokeWidth:d,color:i,absoluteStrokeWidth:n=!0,classes:x,className:a,svgProps:u,disabled:h,...b})=>{const r=typeof e=="string"&&e in m?m[e]:m.medium,f=typeof e=="string"&&e in m?r.size:e,g=d??r.strokeWidth;return s.jsx("div",{...b,className:o(x?.wrapper),children:s.jsx(t,{...u,size:f,strokeWidth:g,color:i,absoluteStrokeWidth:n,className:o(a,x?.icon,h&&"text-disabled-text")})})},v={"h-xxl-regular":"text-h-xxl font-normal","h-xxl-medium":"text-h-xxl font-medium","h-xl-regular":"text-h-xl font-normal","h-xl-medium":"text-h-xl font-medium","h-lg-regular":"text-h-lg font-normal","h-lg-medium":"text-h-lg font-medium","h-md-regular":"text-h-md font-normal","h-md-medium":"text-h-md font-medium","h-sm-regular":"text-h-sm font-normal","h-sm-medium":"text-h-sm font-medium","h-xs-regular":"text-h-xs font-normal","h-xs-medium":"text-h-xs font-medium","body-xxl-regular":"text-xxl font-normal","body-xxl-medium":"text-xxl font-medium","body-xxl-semibold":"text-xxl font-semibold","body-xl-regular":"text-xl font-normal","body-xl-medium":"text-xl font-medium","body-xl-semibold":"text-xl font-semibold","body-lg-regular":"text-lg font-normal","body-lg-medium":"text-lg font-medium","body-lg-semibold":"text-lg font-semibold","body-md-regular":"text-base font-normal","body-md-medium":"text-base font-medium","body-md-semibold":"text-base font-semibold","body-sm-regular":"text-sm font-normal","body-sm-medium":"text-sm font-medium","body-sm-semibold":"text-sm font-semibold","body-xs-regular":"text-xs font-normal","body-xs-medium":"text-xs font-medium","body-xs-semibold":"text-xs font-semibold","body-xxs-regular":"text-xxs font-normal","body-xxs-medium":"text-xxs font-medium","body-xxs-semibold":"text-xxs font-semibold"},l=k.cva("tracking-normal",{variants:{variant:v},defaultVariants:{variant:"body-md-regular"}}),p=(t="body-md-regular")=>l({variant:t});exports.d=l;exports.m=o;exports.v=z;exports.x=p;
|
|
2
|
-
//# sourceMappingURL=components-ui-typography-typography.styles-CMzY_pXl.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components-ui-typography-typography.styles-CMzY_pXl.cjs","sources":["lib-utils.js","components-ui-icon-icon-presets.js","components-icons-stroke-icon.js","components-ui-typography-typography.styles.js"],"sourcesContent":["import { clsx as x } from \"clsx\";\nimport { extendTailwindMerge as t } from \"tailwind-merge\";\nconst r = t({\n extend: {\n theme: {\n text: [\"xxs\", \"xxl\", \"h-xs\", \"h-sm\", \"h-md\", \"h-lg\", \"h-xl\", \"h-xxl\"]\n }\n }\n});\nfunction m(...e) {\n return r(x(e));\n}\nexport {\n m as cn\n};\n//# sourceMappingURL=lib-utils.js.map\n","const e = {\n \"xx-small\": { size: \"0.75rem\", strokeWidth: \"0.063rem\" },\n \"x-small\": { size: \"0.875rem\", strokeWidth: \"0.069rem\" },\n small: { size: \"1rem\", strokeWidth: \"0.081rem\" },\n medium: { size: \"1.25rem\", strokeWidth: \"0.09375rem\" },\n large: { size: \"1.5rem\", strokeWidth: \"0.109375rem\" },\n \"x-large\": { size: \"1.75rem\", strokeWidth: \"0.125rem\" },\n \"xx-large\": { size: \"2rem\", strokeWidth: \"0.140625rem\" },\n \"xxx-large\": { size: \"2.25rem\", strokeWidth: \"0.15625rem\" }\n};\nexport {\n e as iconPresets\n};\n//# sourceMappingURL=components-ui-icon-icon-presets.js.map\n","import { jsx as i } from \"react/jsx-runtime\";\nimport { cn as n } from \"./lib-utils.js\";\nimport { iconPresets as o } from \"./components-ui-icon-icon-presets.js\";\nconst v = ({\n icon: s,\n size: t = \"medium\",\n strokeWidth: m,\n color: c,\n absoluteStrokeWidth: d = !0,\n classes: e,\n className: p,\n svgProps: f,\n disabled: a,\n ...l\n}) => {\n const r = typeof t == \"string\" && t in o ? o[t] : o.medium, h = typeof t == \"string\" && t in o ? r.size : t, k = m ?? r.strokeWidth;\n return /* @__PURE__ */ i(\n \"div\",\n {\n ...l,\n className: n(e?.wrapper),\n children: /* @__PURE__ */ i(\n s,\n {\n ...f,\n size: h,\n strokeWidth: k,\n color: c,\n absoluteStrokeWidth: d,\n className: n(p, e?.icon, a && \"text-disabled-text\")\n }\n )\n }\n );\n};\nexport {\n v as StrokeIcon\n};\n//# sourceMappingURL=components-icons-stroke-icon.js.map\n","import { cva as e } from \"class-variance-authority\";\nconst l = [\n \"h-xxl-regular\",\n \"h-xxl-medium\",\n \"h-xl-regular\",\n \"h-xl-medium\",\n \"h-lg-regular\",\n \"h-lg-medium\",\n \"h-md-regular\",\n \"h-md-medium\",\n \"h-sm-regular\",\n \"h-sm-medium\",\n \"h-xs-regular\",\n \"h-xs-medium\",\n \"body-xxl-regular\",\n \"body-xxl-medium\",\n \"body-xxl-semibold\",\n \"body-xl-regular\",\n \"body-xl-medium\",\n \"body-xl-semibold\",\n \"body-lg-regular\",\n \"body-lg-medium\",\n \"body-lg-semibold\",\n \"body-md-regular\",\n \"body-md-medium\",\n \"body-md-semibold\",\n \"body-sm-regular\",\n \"body-sm-medium\",\n \"body-sm-semibold\",\n \"body-xs-regular\",\n \"body-xs-medium\",\n \"body-xs-semibold\",\n \"body-xxs-regular\",\n \"body-xxs-medium\",\n \"body-xxs-semibold\"\n], o = {\n \"h-xxl-regular\": \"text-h-xxl font-normal\",\n \"h-xxl-medium\": \"text-h-xxl font-medium\",\n \"h-xl-regular\": \"text-h-xl font-normal\",\n \"h-xl-medium\": \"text-h-xl font-medium\",\n \"h-lg-regular\": \"text-h-lg font-normal\",\n \"h-lg-medium\": \"text-h-lg font-medium\",\n \"h-md-regular\": \"text-h-md font-normal\",\n \"h-md-medium\": \"text-h-md font-medium\",\n \"h-sm-regular\": \"text-h-sm font-normal\",\n \"h-sm-medium\": \"text-h-sm font-medium\",\n \"h-xs-regular\": \"text-h-xs font-normal\",\n \"h-xs-medium\": \"text-h-xs font-medium\",\n \"body-xxl-regular\": \"text-xxl font-normal\",\n \"body-xxl-medium\": \"text-xxl font-medium\",\n \"body-xxl-semibold\": \"text-xxl font-semibold\",\n \"body-xl-regular\": \"text-xl font-normal\",\n \"body-xl-medium\": \"text-xl font-medium\",\n \"body-xl-semibold\": \"text-xl font-semibold\",\n \"body-lg-regular\": \"text-lg font-normal\",\n \"body-lg-medium\": \"text-lg font-medium\",\n \"body-lg-semibold\": \"text-lg font-semibold\",\n \"body-md-regular\": \"text-base font-normal\",\n \"body-md-medium\": \"text-base font-medium\",\n \"body-md-semibold\": \"text-base font-semibold\",\n \"body-sm-regular\": \"text-sm font-normal\",\n \"body-sm-medium\": \"text-sm font-medium\",\n \"body-sm-semibold\": \"text-sm font-semibold\",\n \"body-xs-regular\": \"text-xs font-normal\",\n \"body-xs-medium\": \"text-xs font-medium\",\n \"body-xs-semibold\": \"text-xs font-semibold\",\n \"body-xxs-regular\": \"text-xxs font-normal\",\n \"body-xxs-medium\": \"text-xxs font-medium\",\n \"body-xxs-semibold\": \"text-xxs font-semibold\"\n}, d = e(\"tracking-normal\", {\n variants: {\n variant: o\n },\n defaultVariants: {\n variant: \"body-md-regular\"\n }\n}), x = (m = \"body-md-regular\") => d({\n variant: m\n});\nexport {\n x as getTypographyClassName,\n d as typographyClassNames,\n l as typographyVariantOptions\n};\n//# sourceMappingURL=components-ui-typography-typography.styles.js.map\n"],"names":["r","t","m","e","x","v","s","c","d","p","f","a","l","o","h","k","i","n"],"mappings":"sIAEMA,EAAIC,EAAAA,oBAAE,CACV,OAAQ,CACN,MAAO,CACL,KAAM,CAAC,MAAO,MAAO,OAAQ,OAAQ,OAAQ,OAAQ,OAAQ,OAAO,CAC1E,CACA,CACA,CAAC,EACD,SAASC,KAAKC,EAAG,CACf,OAAOH,EAAEI,OAAED,CAAC,CAAC,CACf,CCXA,MAAMA,EAAI,CACR,WAAY,CAAE,KAAM,UAAW,YAAa,UAAU,EACtD,UAAW,CAAE,KAAM,WAAY,YAAa,UAAU,EACtD,MAAO,CAAE,KAAM,OAAQ,YAAa,UAAU,EAC9C,OAAQ,CAAE,KAAM,UAAW,YAAa,YAAY,EACpD,MAAO,CAAE,KAAM,SAAU,YAAa,aAAa,EACnD,UAAW,CAAE,KAAM,UAAW,YAAa,UAAU,EACrD,WAAY,CAAE,KAAM,OAAQ,YAAa,aAAa,EACtD,YAAa,CAAE,KAAM,UAAW,YAAa,YAAY,CAC3D,ECNME,EAAI,CAAC,CACT,KAAMC,EACN,KAAML,EAAI,SACV,YAAaC,EACb,MAAOK,EACP,oBAAqBC,EAAI,GACzB,QAASL,EACT,UAAWM,EACX,SAAUC,EACV,SAAUC,EACV,GAAGC,CACL,IAAM,CACJ,MAAM,EAAI,OAAOX,GAAK,UAAYA,KAAKY,EAAIA,EAAEZ,CAAC,EAAIY,EAAE,OAAQC,EAAI,OAAOb,GAAK,UAAYA,KAAKY,EAAI,EAAE,KAAOZ,EAAGc,EAAIb,GAAK,EAAE,YACxH,OAAuBc,EAAAA,IACrB,MACA,CACE,GAAGJ,EACH,UAAWK,EAAEd,GAAG,OAAO,EACvB,SAA0Ba,EAAAA,IACxBV,EACA,CACE,GAAGI,EACH,KAAMI,EACN,YAAaC,EACb,MAAOR,EACP,oBAAqBC,EACrB,UAAWS,EAAER,EAAGN,GAAG,KAAMQ,GAAK,oBAAoB,CAC5D,CACA,CACA,CACA,CACA,ECCGE,EAAI,CACL,gBAAiB,yBACjB,eAAgB,yBAChB,eAAgB,wBAChB,cAAe,wBACf,eAAgB,wBAChB,cAAe,wBACf,eAAgB,wBAChB,cAAe,wBACf,eAAgB,wBAChB,cAAe,wBACf,eAAgB,wBAChB,cAAe,wBACf,mBAAoB,uBACpB,kBAAmB,uBACnB,oBAAqB,yBACrB,kBAAmB,sBACnB,iBAAkB,sBAClB,mBAAoB,wBACpB,kBAAmB,sBACnB,iBAAkB,sBAClB,mBAAoB,wBACpB,kBAAmB,wBACnB,iBAAkB,wBAClB,mBAAoB,0BACpB,kBAAmB,sBACnB,iBAAkB,sBAClB,mBAAoB,wBACpB,kBAAmB,sBACnB,iBAAkB,sBAClB,mBAAoB,wBACpB,mBAAoB,uBACpB,kBAAmB,uBACnB,oBAAqB,wBACvB,EAAGL,EAAIL,EAAAA,IAAE,kBAAmB,CAC1B,SAAU,CACR,QAASU,CACb,EACE,gBAAiB,CACf,QAAS,iBACb,CACA,CAAC,EAAGT,EAAI,CAACF,EAAI,oBAAsBM,EAAE,CACnC,QAASN,CACX,CAAC"}
|