prometeo-design-system 1.6.2 → 1.6.4

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/Button.es.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { j as t } from "./jsx-runtime-ByW6EXIE.js";
2
2
  import { c as n } from "./cn-B6yFEsav.js";
3
- import { c as S } from "./index-BOQuZ0gG.js";
4
- import { useAnimationControls as C, motion as m } from "framer-motion";
5
- const N = S(
3
+ import { c as C } from "./index-BOQuZ0gG.js";
4
+ import { useAnimationControls as N, motion as m } from "framer-motion";
5
+ const z = C(
6
6
  "flex items-center justify-center cursor-pointer focus:outline-none font-semibold rounded-md transition-colors",
7
7
  {
8
8
  variants: {
@@ -75,7 +75,7 @@ const N = S(
75
75
  }
76
76
  }
77
77
  );
78
- function B({
78
+ function R({
79
79
  label: o = "Selene",
80
80
  onClick: p,
81
81
  icon: l,
@@ -92,14 +92,15 @@ function B({
92
92
  children: u,
93
93
  Spinner: g,
94
94
  className: y,
95
- ...h
95
+ form: h,
96
+ ...w
96
97
  }) {
97
- const d = C(), w = () => {
98
+ const d = N(), j = () => {
98
99
  !a || r || e || !s || d.start({ rotate: 90 });
99
- }, j = () => {
100
+ }, H = () => {
100
101
  !a || r || e || !s || d.start({ rotate: 0 });
101
- }, H = n(
102
- N({
102
+ }, S = n(
103
+ z({
103
104
  variant: v,
104
105
  color: x,
105
106
  size: i,
@@ -111,16 +112,17 @@ function B({
111
112
  return /* @__PURE__ */ t.jsx(
112
113
  m.button,
113
114
  {
115
+ form: h,
114
116
  onClick: p,
115
- className: H,
117
+ className: S,
116
118
  whileHover: a && !r && !e ? { scale: 1.05 } : {},
117
119
  whileTap: a && !r && !e ? { scale: 0.98 } : {},
118
120
  transition: { type: "spring", stiffness: 400, damping: 17 },
119
- onHoverStart: w,
120
- onHoverEnd: j,
121
+ onHoverStart: j,
122
+ onHoverEnd: H,
121
123
  disabled: r || e,
122
124
  type: b,
123
- ...h,
125
+ ...w,
124
126
  children: e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-2", children: [
125
127
  g,
126
128
  i !== "small" && /* @__PURE__ */ t.jsx("span", { children: f })
@@ -143,5 +145,5 @@ function B({
143
145
  );
144
146
  }
145
147
  export {
146
- B as default
148
+ R as default
147
149
  };
@@ -1,95 +1,97 @@
1
- import { j as t } from "./jsx-runtime-ByW6EXIE.js";
2
- import { c as o } from "./cn-B6yFEsav.js";
3
- import { useField as P, ErrorMessage as k } from "formik";
4
- import { useState as b } from "react";
5
- import { Icons as w } from "./Icons.es.js";
6
- const T = ({
7
- icon: r,
8
- iconPosition: l = "left",
1
+ import { j as e } from "./jsx-runtime-ByW6EXIE.js";
2
+ import { c as u } from "./cn-B6yFEsav.js";
3
+ import { useField as k, ErrorMessage as B } from "formik";
4
+ import { useState as w } from "react";
5
+ import { Icons as v } from "./Icons.es.js";
6
+ const U = ({
7
+ icon: a,
8
+ iconPosition: s = "left",
9
9
  label: c,
10
- className: v,
11
- containerClassName: j,
12
- id: m,
13
- type: x = "text",
14
- labelVariant: a = "default",
15
- disabled: p = !1,
16
- ...e
10
+ className: j,
11
+ containerClassName: N,
12
+ id: x,
13
+ type: p = "text",
14
+ labelVariant: r = "default",
15
+ placeholder: o,
16
+ disabled: h = !1,
17
+ ...t
17
18
  }) => {
18
- const [s, h] = P(e), [u, g] = b(!1), [d, N] = b(!1), i = h.touched && h.error, y = s.value && s.value.toString().length > 0, f = x === "password", E = f ? d ? "text" : "password" : x, F = () => {
19
- const n = () => r && l === "left" ? "left-9" : "left-0";
20
- return a === "static" ? `-top-5 ${n()} scale-90 px-1` : u || y ? `-top-2 ${n()} scale-90` : `top-1/2 -translate-y-1/2 ${n()} scale-100`;
21
- }, I = () => a === "static" ? "text-sm" : "text-sm peer-focus:text-sm peer-placeholder-shown:text-base", z = () => a === "static" ? c : "", C = () => f ? r ? l === "left" ? "pl-10 pr-10" : "pr-16" : "pr-10" : r ? l === "left" ? "pl-10" : "pr-10" : "", K = () => {
22
- N(!d);
19
+ const [l, g] = k(t), [d, y] = w(!1), [i, E] = w(!1), f = g.touched && g.error, b = l.value && l.value.toString().length > 0, m = p === "password", F = m ? i ? "text" : "password" : p, I = () => {
20
+ const n = () => a && s === "left" ? "left-9" : "left-0";
21
+ return r === "static" ? `-top-5 ${n()} scale-90 px-1` : d || b ? `-top-2 ${n()} scale-90` : `top-1/2 -translate-y-1/2 ${n()} scale-100`;
22
+ }, z = () => r === "static" ? "text-sm" : "text-sm peer-focus:text-sm peer-placeholder-shown:text-base", C = () => r === "static" ? o || c : o || "", K = () => m ? a ? s === "left" ? "pl-10 pr-10" : "pr-16" : "pr-10" : a ? s === "left" ? "pl-10" : "pr-10" : "", P = () => {
23
+ E(!i);
23
24
  };
24
- return /* @__PURE__ */ t.jsxs("div", { className: o("relative w-full bg-inherit", a === "static" && "mt-2", j), children: [
25
- /* @__PURE__ */ t.jsxs("div", { className: "relative bg-inherit", children: [
26
- /* @__PURE__ */ t.jsx(
25
+ return /* @__PURE__ */ e.jsxs("div", { className: u("relative w-full bg-inherit", r === "static" && "mt-2", N), children: [
26
+ /* @__PURE__ */ e.jsxs("div", { className: "relative bg-inherit", children: [
27
+ /* @__PURE__ */ e.jsx(
27
28
  "input",
28
29
  {
29
- disabled: p,
30
- id: m || e.name,
31
- type: E,
32
- name: s.name,
33
- value: s.value || "",
34
- placeholder: z(),
35
- onChange: s.onChange,
30
+ disabled: h,
31
+ id: x || t.name,
32
+ type: F,
33
+ name: l.name,
34
+ value: l.value || "",
35
+ placeholder: C(),
36
+ onChange: l.onChange,
36
37
  onFocus: () => {
37
- g(!0), e.onFocus?.();
38
+ y(!0), t.onFocus?.();
38
39
  },
39
- onEmptied: e.onEmptied,
40
- onKeyDown: e.onKeyDown,
41
- onKeyUp: e.onKeyUp,
40
+ onEmptied: t.onEmptied,
41
+ onKeyDown: t.onKeyDown,
42
+ onKeyUp: t.onKeyUp,
42
43
  onBlur: (n) => {
43
- g(!1), e.onBlur?.(), s.onBlur(n);
44
+ y(!1), t.onBlur?.(), l.onBlur(n);
44
45
  },
45
- className: o(
46
+ className: u(
46
47
  "w-full px-3 h-12 text-left border-1 rounded-lg transition-all duration-200 ease-in-out text-neutral-default-default",
47
48
  "bg-transparent focus:outline-none",
48
- a === "default" && "placeholder:text-transparent",
49
- a === "static" && "placeholder:text-neutral-medium-default placeholder:opacity-50",
50
- u ? "border-primary-default-default border-2" : i ? "border-error-default-default" : "border-neutral-default-default hover:border-neutral-strong-default",
51
- C(),
52
- v
49
+ r === "default" && !o && "placeholder:text-transparent",
50
+ r === "default" && o && "placeholder:text-neutral-medium-default placeholder:opacity-50",
51
+ r === "static" && "placeholder:text-neutral-medium-default placeholder:opacity-50",
52
+ d ? "border-primary-default-default border-2 text-primary-default-default" : f ? "border-error-default-default" : "border-neutral-default-default hover:border-neutral-strong-default",
53
+ K(),
54
+ j
53
55
  )
54
56
  }
55
57
  ),
56
- /* @__PURE__ */ t.jsx(
58
+ /* @__PURE__ */ e.jsx(
57
59
  "label",
58
60
  {
59
- htmlFor: m || e.name,
60
- className: o(
61
- "absolute transition-all duration-200 ease-in-out pointer-events-none bg-inherit px-1 z-10",
61
+ htmlFor: x || t.name,
62
+ className: u(
63
+ "absolute transition-all duration-200 font-bold text-sm ease-in-out pointer-events-none bg-inherit px-1 z-10",
64
+ z(),
62
65
  I(),
63
- F(),
64
- y || u ? "text-primary-default-default" : i ? "text-red-500" : "text-neutral-medium-default"
66
+ b || d ? "text-primary-default-default" : f ? "text-red-500" : "text-neutral-medium-default"
65
67
  ),
66
68
  children: c
67
69
  }
68
70
  ),
69
- r && /* @__PURE__ */ t.jsx("div", { className: o(
71
+ a && /* @__PURE__ */ e.jsx("div", { className: u(
70
72
  "absolute top-1/2 -translate-y-1/2 text-neutral-medium-default",
71
- l === "left" ? "left-3" : "right-3"
72
- ), children: r }),
73
- f && /* @__PURE__ */ t.jsx(
73
+ s === "left" ? "left-3" : "right-3"
74
+ ), children: a }),
75
+ m && /* @__PURE__ */ e.jsx(
74
76
  "button",
75
77
  {
76
78
  type: "button",
77
- onClick: K,
78
- className: o(
79
+ onClick: P,
80
+ className: u(
79
81
  "absolute top-1/2 -translate-y-1/2 p-1 text-neutral-medium-default hover:text-neutral-strong-default",
80
82
  "transition-colors duration-200 focus:outline-none focus:text-primary-default-default",
81
- r && l === "right" ? "right-8" : "right-3"
83
+ a && s === "right" ? "right-8" : "right-3"
82
84
  ),
83
85
  tabIndex: -1,
84
- disabled: p,
85
- children: d ? /* @__PURE__ */ t.jsx(w.EyeVisibilityOff, { size: 24, className: "text-neutral-default-default" }) : /* @__PURE__ */ t.jsx(w.EyeVisibility, { size: 24, className: "text-neutral-default-default" })
86
+ disabled: h,
87
+ children: i ? /* @__PURE__ */ e.jsx(v.EyeVisibility, { size: 24, className: "text-neutral-default-default" }) : /* @__PURE__ */ e.jsx(v.EyeVisibilityOff, { size: 24, className: "text-neutral-default-default" })
86
88
  }
87
89
  )
88
90
  ] }),
89
- i && /* @__PURE__ */ t.jsx(
90
- k,
91
+ f && /* @__PURE__ */ e.jsx(
92
+ B,
91
93
  {
92
- name: e.name,
94
+ name: t.name,
93
95
  component: "span",
94
96
  className: "block text-error-default-default text-xs mt-1"
95
97
  }
@@ -97,5 +99,5 @@ const T = ({
97
99
  ] });
98
100
  };
99
101
  export {
100
- T as default
102
+ U as default
101
103
  };
@@ -22,6 +22,7 @@ export interface ButtonProps extends VariantProps<typeof buttonVariants> {
22
22
  className?: string;
23
23
  disabled?: boolean;
24
24
  variant?: "filled" | "outline" | "text";
25
+ form?: string;
25
26
  }
26
- export default function Button({ label, onClick, icon, contentClassName, loadingText, animate, animateIcon, isLoading, disabled, type, variant, color, size, children, Spinner, className, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
27
+ export default function Button({ label, onClick, icon, contentClassName, loadingText, animate, animateIcon, isLoading, disabled, type, variant, color, size, children, Spinner, className, form, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
27
28
  export {};
@@ -10,6 +10,7 @@ export interface IInputFormik {
10
10
  type?: string;
11
11
  name: string;
12
12
  labelVariant?: LabelVariant;
13
+ placeholder?: string;
13
14
  onBlur?: () => void;
14
15
  onFocus?: () => void;
15
16
  disabled?: boolean;
@@ -17,5 +18,5 @@ export interface IInputFormik {
17
18
  onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
18
19
  onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
19
20
  }
20
- declare const InputFormik: ({ icon, iconPosition, label, className, containerClassName, id, type, labelVariant, disabled, ...props }: IInputFormik) => import("react/jsx-runtime").JSX.Element;
21
+ declare const InputFormik: ({ icon, iconPosition, label, className, containerClassName, id, type, labelVariant, placeholder, disabled, ...props }: IInputFormik) => import("react/jsx-runtime").JSX.Element;
21
22
  export default InputFormik;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prometeo-design-system",
3
3
  "private": false,
4
- "version": "1.6.2",
4
+ "version": "1.6.4",
5
5
  "type": "module",
6
6
  "description": "design kit system",
7
7
  "main": "dist/prometeo-design-system.umd.js",