@profiq/ui 0.1.1 → 0.1.3

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.
Files changed (30) hide show
  1. package/dist/components/custom/basic/button.d.ts +2 -1
  2. package/dist/components/custom/basic/button.d.ts.map +1 -1
  3. package/dist/components/custom/basic/input.d.ts +2 -1
  4. package/dist/components/custom/basic/input.d.ts.map +1 -1
  5. package/dist/components/ui/buttonVariants.d.ts.map +1 -1
  6. package/dist/components/ui/buttonVariants.js +2 -2
  7. package/dist/components/ui/slider.js +23 -23
  8. package/dist/index.css +161 -260
  9. package/dist/index.js +7 -50
  10. package/dist/lib/baseProps.d.ts +2 -2
  11. package/dist/lib/baseProps.d.ts.map +1 -1
  12. package/dist/lib/baseProps.js +6 -6
  13. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +171 -171
  14. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +191 -190
  15. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +125 -101
  16. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +97 -97
  17. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +60 -62
  18. package/package.json +4 -20
  19. package/dist/components/custom/basic/index.d.ts +0 -17
  20. package/dist/components/custom/basic/index.d.ts.map +0 -1
  21. package/dist/components/custom/basic/index.js +0 -20
  22. package/dist/components/custom/icons/index.d.ts +0 -15
  23. package/dist/components/custom/icons/index.d.ts.map +0 -1
  24. package/dist/components/custom/icons/index.js +0 -27
  25. package/dist/components/ui/index.d.ts +0 -14
  26. package/dist/components/ui/index.d.ts.map +0 -1
  27. package/dist/components/ui/index.js +0 -59
  28. package/dist/index.d.ts +0 -4
  29. package/dist/index.d.ts.map +0 -1
  30. package/dist/lib/index.js +0 -11
@@ -1,20 +1,17 @@
1
- const j = ["top", "right", "bottom", "left"], m = Math.min, p = Math.max, C = Math.round, L = Math.floor, E = (t) => ({
1
+ const S = ["top", "right", "bottom", "left"], m = Math.min, h = Math.max, w = Math.round, C = Math.floor, j = (t) => ({
2
2
  x: t,
3
3
  y: t
4
- }), h = {
4
+ }), p = {
5
5
  left: "right",
6
6
  right: "left",
7
7
  bottom: "top",
8
8
  top: "bottom"
9
- }, x = {
10
- start: "end",
11
- end: "start"
12
9
  };
13
- function R(t, e, n) {
14
- return p(t, m(e, n));
10
+ function L(t, n, e) {
11
+ return h(t, m(n, e));
15
12
  }
16
- function T(t, e) {
17
- return typeof t == "function" ? t(e) : t;
13
+ function E(t, n) {
14
+ return typeof t == "function" ? t(n) : t;
18
15
  }
19
16
  function g(t) {
20
17
  return t.split("-")[0];
@@ -22,54 +19,55 @@ function g(t) {
22
19
  function a(t) {
23
20
  return t.split("-")[1];
24
21
  }
25
- function b(t) {
22
+ function x(t) {
26
23
  return t === "x" ? "y" : "x";
27
24
  }
28
- function d(t) {
25
+ function b(t) {
29
26
  return t === "y" ? "height" : "width";
30
27
  }
31
- const A = /* @__PURE__ */ new Set(["top", "bottom"]);
32
- function P(t) {
33
- return A.has(g(t)) ? "y" : "x";
28
+ function d(t) {
29
+ const n = t[0];
30
+ return n === "t" || n === "b" ? "y" : "x";
34
31
  }
35
- function y(t) {
36
- return b(P(t));
32
+ function A(t) {
33
+ return x(d(t));
37
34
  }
38
- function k(t, e, n) {
39
- n === void 0 && (n = !1);
40
- const r = a(t), i = y(t), o = d(i);
41
- let c = i === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
42
- return e.reference[o] > e.floating[o] && (c = f(c)), [c, f(c)];
35
+ function R(t, n, e) {
36
+ e === void 0 && (e = !1);
37
+ const r = a(t), i = A(t), o = b(i);
38
+ let c = i === "x" ? r === (e ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
39
+ return n.reference[o] > n.floating[o] && (c = f(c)), [c, f(c)];
43
40
  }
44
- function q(t) {
45
- const e = f(t);
46
- return [s(t), e, s(e)];
41
+ function T(t) {
42
+ const n = f(t);
43
+ return [s(t), n, s(n)];
47
44
  }
48
45
  function s(t) {
49
- return t.replace(/start|end/g, (e) => x[e]);
46
+ return t.includes("start") ? t.replace("start", "end") : t.replace("end", "start");
50
47
  }
51
- const u = ["left", "right"], l = ["right", "left"], M = ["top", "bottom"], O = ["bottom", "top"];
52
- function S(t, e, n) {
48
+ const u = ["left", "right"], l = ["right", "left"], P = ["top", "bottom"], y = ["bottom", "top"];
49
+ function O(t, n, e) {
53
50
  switch (t) {
54
51
  case "top":
55
52
  case "bottom":
56
- return n ? e ? l : u : e ? u : l;
53
+ return e ? n ? l : u : n ? u : l;
57
54
  case "left":
58
55
  case "right":
59
- return e ? M : O;
56
+ return n ? P : y;
60
57
  default:
61
58
  return [];
62
59
  }
63
60
  }
64
- function z(t, e, n, r) {
61
+ function k(t, n, e, r) {
65
62
  const i = a(t);
66
- let o = S(g(t), n === "start", r);
67
- return i && (o = o.map((c) => c + "-" + i), e && (o = o.concat(o.map(s)))), o;
63
+ let o = O(g(t), e === "start", r);
64
+ return i && (o = o.map((c) => c + "-" + i), n && (o = o.concat(o.map(s)))), o;
68
65
  }
69
66
  function f(t) {
70
- return t.replace(/left|right|bottom|top/g, (e) => h[e]);
67
+ const n = g(t);
68
+ return p[n] + t.slice(n.length);
71
69
  }
72
- function w(t) {
70
+ function M(t) {
73
71
  return {
74
72
  top: 0,
75
73
  right: 0,
@@ -78,53 +76,53 @@ function w(t) {
78
76
  ...t
79
77
  };
80
78
  }
81
- function B(t) {
82
- return typeof t != "number" ? w(t) : {
79
+ function q(t) {
80
+ return typeof t != "number" ? M(t) : {
83
81
  top: t,
84
82
  right: t,
85
83
  bottom: t,
86
84
  left: t
87
85
  };
88
86
  }
89
- function D(t) {
87
+ function z(t) {
90
88
  const {
91
- x: e,
92
- y: n,
89
+ x: n,
90
+ y: e,
93
91
  width: r,
94
92
  height: i
95
93
  } = t;
96
94
  return {
97
95
  width: r,
98
96
  height: i,
99
- top: n,
100
- left: e,
101
- right: e + r,
102
- bottom: n + i,
103
- x: e,
104
- y: n
97
+ top: e,
98
+ left: n,
99
+ right: n + r,
100
+ bottom: e + i,
101
+ x: n,
102
+ y: e
105
103
  };
106
104
  }
107
105
  export {
108
- R as clamp,
109
- E as createCoords,
110
- T as evaluate,
111
- w as expandPaddingObject,
112
- L as floor,
106
+ L as clamp,
107
+ j as createCoords,
108
+ E as evaluate,
109
+ M as expandPaddingObject,
110
+ C as floor,
113
111
  a as getAlignment,
114
- y as getAlignmentAxis,
115
- k as getAlignmentSides,
116
- d as getAxisLength,
117
- q as getExpandedPlacements,
112
+ A as getAlignmentAxis,
113
+ R as getAlignmentSides,
114
+ b as getAxisLength,
115
+ T as getExpandedPlacements,
118
116
  s as getOppositeAlignmentPlacement,
119
- b as getOppositeAxis,
120
- z as getOppositeAxisPlacements,
117
+ x as getOppositeAxis,
118
+ k as getOppositeAxisPlacements,
121
119
  f as getOppositePlacement,
122
- B as getPaddingObject,
120
+ q as getPaddingObject,
123
121
  g as getSide,
124
- P as getSideAxis,
125
- p as max,
122
+ d as getSideAxis,
123
+ h as max,
126
124
  m as min,
127
- D as rectToClientRect,
128
- C as round,
129
- j as sides
125
+ z as rectToClientRect,
126
+ w as round,
127
+ S as sides
130
128
  };
package/package.json CHANGED
@@ -1,42 +1,26 @@
1
1
  {
2
2
  "name": "@profiq/ui",
3
3
  "private": false,
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "type": "module",
6
6
  "description": "A React UI component library built on ShadCN specially for internal use by profiq",
7
- "main": "./dist/index.js",
8
- "module": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
7
+ "main": "./dist/lib/index.js",
8
+ "module": "./dist/lib/index.js",
9
+ "types": "./dist/lib/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
- "types": "./dist/index.d.ts",
13
- "import": "./dist/index.js"
14
- },
15
- "./lib": {
16
12
  "types": "./dist/lib/index.d.ts",
17
13
  "import": "./dist/lib/index.js"
18
14
  },
19
15
  "./index.css": "./dist/index.css",
20
- "./components/ui": {
21
- "types": "./dist/components/ui/index.d.ts",
22
- "import": "./dist/components/ui/index.js"
23
- },
24
16
  "./components/ui/*": {
25
17
  "types": "./dist/components/ui/*.d.ts",
26
18
  "import": "./dist/components/ui/*.js"
27
19
  },
28
- "./components/custom/icons": {
29
- "types": "./dist/components/custom/icons/index.d.ts",
30
- "import": "./dist/components/custom/icons/index.js"
31
- },
32
20
  "./components/custom/icons/*": {
33
21
  "types": "./dist/components/custom/icons/*.d.ts",
34
22
  "import": "./dist/components/custom/icons/*.js"
35
23
  },
36
- "./components/custom/basic": {
37
- "types": "./dist/components/custom/basic/index.d.ts",
38
- "import": "./dist/components/custom/basic/index.js"
39
- },
40
24
  "./components/custom/basic/*": {
41
25
  "types": "./dist/components/custom/basic/*.d.ts",
42
26
  "import": "./dist/components/custom/basic/*.js"
@@ -1,17 +0,0 @@
1
- export { Accordion } from './accordion';
2
- export type { AccordionProps, Item as AccordionItem } from './accordion';
3
- export { Button } from './button';
4
- export type { ButtonProps } from './button';
5
- export { InputField } from './input';
6
- export type { InputFieldProps } from './input';
7
- export { Select } from './select';
8
- export type { Item as SelectItem } from './select';
9
- export { Slider } from './slider';
10
- export type { SliderProps, DefaultValue as SliderDefaultValue } from './slider';
11
- export { SwitchField } from './switch';
12
- export type { SwitchFieldProps } from './switch';
13
- export { Table } from './table';
14
- export { Text } from './text';
15
- export type { TextProps } from './text';
16
- export { Textarea } from './textarea';
17
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stories/basic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,IAAI,IAAI,aAAa,EAAE,MAAM,aAAa,CAAC;AAEzE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,IAAI,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEhF,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,YAAY,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC"}
@@ -1,20 +0,0 @@
1
- import { Accordion as e } from "./accordion.js";
2
- import { Button as x } from "./button.js";
3
- import { InputField as f } from "./input.js";
4
- import { Select as i } from "./select.js";
5
- import { Slider as c } from "./slider.js";
6
- import { SwitchField as a } from "./switch.js";
7
- import { Table as S } from "./table.js";
8
- import { Text as u } from "./text.js";
9
- import { Textarea as b } from "./textarea.js";
10
- export {
11
- e as Accordion,
12
- x as Button,
13
- f as InputField,
14
- i as Select,
15
- c as Slider,
16
- a as SwitchField,
17
- S as Table,
18
- u as Text,
19
- b as Textarea
20
- };
@@ -1,15 +0,0 @@
1
- export { Backpack } from './Backpack';
2
- export { CaretDown } from './CaretDown';
3
- export { CaretUp } from './CaretUp';
4
- export { DotsVertical } from './DotsVertical';
5
- export { HamburgerMenu } from './HamburgerMenu';
6
- export { Home } from './Home';
7
- export { MagnifyingGlass } from './MagnifyingGlass';
8
- export { Moon } from './Moon';
9
- export { Sun } from './Sun';
10
- export { iconMap } from './Icons';
11
- export type { IconKey, IconProps } from './Icons';
12
- export { Profiq } from './logo/Profiq';
13
- export { LogoVariations, LOGO_COLOR_MAP } from './logo/logoVariations';
14
- export type { logoVarUnion as LogoVariation } from './logo/logoVariations';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAClC,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGlD,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvE,YAAY,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1,27 +0,0 @@
1
- import { Backpack as e } from "./Backpack.js";
2
- import { CaretDown as p } from "./CaretDown.js";
3
- import { CaretUp as m } from "./CaretUp.js";
4
- import { DotsVertical as a } from "./DotsVertical.js";
5
- import { HamburgerMenu as i } from "./HamburgerMenu.js";
6
- import { Home as c } from "./Home.js";
7
- import { MagnifyingGlass as s } from "./MagnifyingGlass.js";
8
- import { Moon as u } from "./Moon.js";
9
- import { Sun as L } from "./Sun.js";
10
- import { iconMap as l } from "./Icons.js";
11
- import { Profiq as G } from "./logo/Profiq.js";
12
- import { LOGO_COLOR_MAP as P, LogoVariations as V } from "./logo/logoVariations.js";
13
- export {
14
- e as Backpack,
15
- p as CaretDown,
16
- m as CaretUp,
17
- a as DotsVertical,
18
- i as HamburgerMenu,
19
- c as Home,
20
- P as LOGO_COLOR_MAP,
21
- V as LogoVariations,
22
- s as MagnifyingGlass,
23
- u as Moon,
24
- G as Profiq,
25
- L as Sun,
26
- l as iconMap
27
- };
@@ -1,14 +0,0 @@
1
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, } from './accordion';
2
- export { Button } from './button';
3
- export { buttonVariants } from './buttonVariants';
4
- export { Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, FieldTitle, } from './field';
5
- export { Input } from './input';
6
- export { Label } from './label';
7
- export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, } from './select';
8
- export { Separator } from './separator';
9
- export { Slider } from './slider';
10
- export { Switch } from './switch';
11
- export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, } from './table';
12
- export { Textarea } from './textarea';
13
- export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider, } from './tooltip';
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,aAAa,EACb,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EACL,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,WAAW,EACX,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,UAAU,GACX,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,UAAU,CAAC;AAGlB,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,MAAM,SAAS,CAAC;AAGjB,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EACL,OAAO,EACP,cAAc,EACd,cAAc,EACd,eAAe,GAChB,MAAM,WAAW,CAAC"}
@@ -1,59 +0,0 @@
1
- import { Accordion as r, AccordionContent as t, AccordionItem as l, AccordionTrigger as i } from "./accordion.js";
2
- import { Button as a } from "./button.js";
3
- import { buttonVariants as n } from "./buttonVariants.js";
4
- import { Field as S, FieldContent as T, FieldDescription as m, FieldError as x, FieldGroup as f, FieldLabel as b, FieldLegend as F, FieldSeparator as u, FieldSet as g, FieldTitle as C } from "./field.js";
5
- import { Input as B } from "./input.js";
6
- import { Label as w } from "./label.js";
7
- import { Select as s, SelectContent as D, SelectGroup as G, SelectItem as H, SelectLabel as V, SelectScrollDownButton as h, SelectScrollUpButton as v, SelectSeparator as y, SelectTrigger as E, SelectValue as P } from "./select.js";
8
- import { Separator as U } from "./separator.js";
9
- import { Slider as k } from "./slider.js";
10
- import { Switch as z } from "./switch.js";
11
- import { Table as K, TableBody as M, TableCaption as N, TableCell as O, TableFooter as Q, TableHead as W, TableHeader as X, TableRow as Y } from "./table.js";
12
- import { Textarea as _ } from "./textarea.js";
13
- import { Tooltip as ee, TooltipContent as oe, TooltipProvider as re, TooltipTrigger as te } from "./tooltip.js";
14
- export {
15
- r as Accordion,
16
- t as AccordionContent,
17
- l as AccordionItem,
18
- i as AccordionTrigger,
19
- a as Button,
20
- S as Field,
21
- T as FieldContent,
22
- m as FieldDescription,
23
- x as FieldError,
24
- f as FieldGroup,
25
- b as FieldLabel,
26
- F as FieldLegend,
27
- u as FieldSeparator,
28
- g as FieldSet,
29
- C as FieldTitle,
30
- B as Input,
31
- w as Label,
32
- s as Select,
33
- D as SelectContent,
34
- G as SelectGroup,
35
- H as SelectItem,
36
- V as SelectLabel,
37
- h as SelectScrollDownButton,
38
- v as SelectScrollUpButton,
39
- y as SelectSeparator,
40
- E as SelectTrigger,
41
- P as SelectValue,
42
- U as Separator,
43
- k as Slider,
44
- z as Switch,
45
- K as Table,
46
- M as TableBody,
47
- N as TableCaption,
48
- O as TableCell,
49
- Q as TableFooter,
50
- W as TableHead,
51
- X as TableHeader,
52
- Y as TableRow,
53
- _ as Textarea,
54
- ee as Tooltip,
55
- oe as TooltipContent,
56
- re as TooltipProvider,
57
- te as TooltipTrigger,
58
- n as buttonVariants
59
- };
package/dist/index.d.ts DELETED
@@ -1,4 +0,0 @@
1
- export * from './lib/index';
2
- export * from './components/custom/basic/index';
3
- export * from './components/custom/icons/index';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,aAAa,CAAC;AAG5B,cAAc,uBAAuB,CAAC;AAGtC,cAAc,iCAAiC,CAAC"}
package/dist/lib/index.js DELETED
@@ -1,11 +0,0 @@
1
- import { themes as o } from "./baseProps.js";
2
- import { useMakeTestId as t } from "./hooks/useMakeTestId.js";
3
- import { cn as f } from "./utils.js";
4
- import { sizeClasses as x, weightClasses as a } from "./text.types.js";
5
- export {
6
- f as cn,
7
- x as sizeClasses,
8
- o as themes,
9
- t as useMakeTestId,
10
- a as weightClasses
11
- };