@situaction/traq-ui-ste 1.2.8 → 1.2.10

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.
@@ -1,12 +1,12 @@
1
- import { jsx as l, jsxs as f } from "react/jsx-runtime";
2
- import { useState as c, useRef as M, useEffect as $ } from "react";
3
- import { Button as b } from "../button/Button.js";
4
- import { IconButton as u } from "../icon-button/IconButton.js";
5
- import { Icon as w } from "../icon/Icon.js";
1
+ import { jsx as o, jsxs as d } from "react/jsx-runtime";
2
+ import { useState as c, useRef as v, useEffect as M } from "react";
3
+ import { Button as $ } from "../button/Button.js";
4
+ import { IconButton as f } from "../icon-button/IconButton.js";
5
+ import { Icon as N } from "../icon/Icon.js";
6
6
  import { Modal as W } from "../modal/Modal.js";
7
7
  import "../theme/ThemeContext.js";
8
8
  import '../../styles/Size.css';import '../../styles/Menu.css';/* empty css */
9
- const y = "_fullHeight_o2xi7_15", O = "_fullWidth_o2xi7_18", j = "_open_o2xi7_21", D = "_close_o2xi7_25", q = "_menuButton_o2xi7_29", A = "_closeIcon_o2xi7_37", F = "_label_o2xi7_42", G = "_textEllipsis_o2xi7_46", J = "_pointer_o2xi7_51", K = "_fullImg_o2xi7_54", Q = "_menuParams_o2xi7_60", T = "_line_o2xi7_66", U = "_borderRadiusM_o2xi7_73", X = "_menuItem_o2xi7_77", Y = "_flexVerticalBetweenStart_o2xi7_86", Z = "_flexHorizontalBetween_o2xi7_93", ee = "_flexVertical_o2xi7_86", oe = "_flexVerticalBetweenCenter_o2xi7_107", e = {
9
+ const y = "_fullHeight_11eub_15", O = "_fullWidth_11eub_18", j = "_open_11eub_21", D = "_close_11eub_25", q = "_menuButton_11eub_29", A = "_closeIcon_11eub_37", F = "_label_11eub_43", G = "_textEllipsis_11eub_47", J = "_pointer_11eub_52", K = "_fullImg_11eub_55", Q = "_menuParams_11eub_61", T = "_line_11eub_67", U = "_borderRadiusM_11eub_74", X = "_menuItem_11eub_78", Y = "_longLogo_11eub_87", Z = "_flexVerticalBetweenStart_11eub_92", ee = "_flexHorizontalBetween_11eub_99", le = "_flexHorizontalCenter_11eub_106", oe = "_flexVertical_11eub_92", ne = "_flexVerticalBetweenCenter_11eub_121", e = {
10
10
  fullHeight: y,
11
11
  fullWidth: O,
12
12
  open: j,
@@ -21,100 +21,102 @@ const y = "_fullHeight_o2xi7_15", O = "_fullWidth_o2xi7_18", j = "_open_o2xi7_21
21
21
  line: T,
22
22
  borderRadiusM: U,
23
23
  menuItem: X,
24
- flexVerticalBetweenStart: Y,
25
- flexHorizontalBetween: Z,
26
- flexVertical: ee,
27
- flexVerticalBetweenCenter: oe
28
- }, de = ({ menuItems: s = [], menuParams: r = [], shortLogo: x, logo: m, isOpen: h, defaultOpen: N = !1, selectedId: d }) => {
29
- const [t, p] = c(N ?? !1), [g, B] = c(d ?? (s.length > 0 ? s[0].id : null)), I = M(null), [V, _] = c(!1), [H, C] = c(!1), [k, E] = c(null), [z, R] = c({}), L = M(null);
30
- $(() => {
31
- d != null && B(d);
32
- }, [d]);
33
- const v = (o, i) => {
34
- if (o.stopPropagation(), B(i), s) {
24
+ longLogo: Y,
25
+ flexVerticalBetweenStart: Z,
26
+ flexHorizontalBetween: ee,
27
+ flexHorizontalCenter: le,
28
+ flexVertical: oe,
29
+ flexVerticalBetweenCenter: ne
30
+ }, fe = ({ menuItems: s = [], menuParams: r = [], shortLogo: m, logo: h, isOpen: p, defaultOpen: w = !1, selectedId: u }) => {
31
+ const [t, b] = c(w ?? !1), [x, g] = c(u ?? (s.length > 0 ? s[0].id : null)), H = v(null), [z, _] = c(!1), [I, C] = c(!1), [V, L] = c(null), [k, E] = c({}), R = v(null);
32
+ M(() => {
33
+ u != null && g(u);
34
+ }, [u]);
35
+ const B = (l, i) => {
36
+ if (l.stopPropagation(), g(i), s) {
35
37
  const n = s.find((a) => a.id === i);
36
38
  n == null || n.onClick();
37
39
  }
38
40
  }, S = () => {
39
- p(!t), _(!1);
40
- }, P = (o) => {
41
+ b(!t), _(!1);
42
+ }, P = (l) => {
41
43
  var i;
42
44
  if (r) {
43
- const n = r.find((a) => a.id === o);
45
+ const n = r.find((a) => a.id === l);
44
46
  if (!n) return;
45
47
  if (n.content) {
46
48
  const a = t ? "200px" : "40px";
47
- E(n.content), R({ ...n.position, left: a }), C(!0);
49
+ L(n.content), E({ ...n.position, left: a }), C(!0);
48
50
  } else
49
51
  (i = n.onClick) == null || i.call(n);
50
52
  }
51
53
  };
52
- return $(() => {
53
- h && h(t);
54
- }, [t]), /* @__PURE__ */ l("nav", { ref: I, children: /* @__PURE__ */ f("div", { className: `${e.flexVerticalBetweenStart} ${e.fullHeight} ${t ? e.open : e.close}`, children: [
55
- /* @__PURE__ */ f("div", { className: e.fullWidth, children: [
56
- /* @__PURE__ */ l(
54
+ return M(() => {
55
+ p && p(t);
56
+ }, [t]), /* @__PURE__ */ o("nav", { ref: H, children: /* @__PURE__ */ d("div", { className: `${e.flexVerticalBetweenStart} ${e.fullHeight} ${t ? e.open : e.close}`, children: [
57
+ /* @__PURE__ */ d("div", { className: e.fullWidth, children: [
58
+ /* @__PURE__ */ o(
57
59
  "div",
58
60
  {
59
- className: `${e.flexHorizontalBetween} ${e.pointer} ${e.textEllipsis}`,
61
+ className: `${e.flexHorizontalCenter} ${e.pointer} ${e.textEllipsis}`,
60
62
  onClick: () => S(),
61
- children: t ? /* @__PURE__ */ f("div", { className: e.fullImg, children: [
62
- m && /* @__PURE__ */ l("img", { src: m, alt: "Logo situaction" }),
63
- /* @__PURE__ */ l(u, { mode: "ghost", size: "menu", children: /* @__PURE__ */ l(w, { icon: "CaretDoubleLeft", size: 16, weight: "duotone" }) })
64
- ] }) : /* @__PURE__ */ l(
63
+ children: t ? /* @__PURE__ */ d("div", { className: e.fullImg, children: [
64
+ h && /* @__PURE__ */ o("img", { className: e.longLogo, src: h, alt: "Logo situaction" }),
65
+ /* @__PURE__ */ o(f, { mode: "ghost", size: "menu", children: /* @__PURE__ */ o(N, { icon: "CaretDoubleLeft", size: 16, weight: "duotone" }) })
66
+ ] }) : /* @__PURE__ */ o(
65
67
  "div",
66
68
  {
67
69
  className: e.closeIcon,
68
70
  onMouseEnter: () => _(!0),
69
71
  onMouseLeave: () => _(!1),
70
- onClick: () => p(!t),
71
- children: V || !x ? /* @__PURE__ */ l(u, { mode: "ghost", size: "menu", children: /* @__PURE__ */ l(w, { icon: "CaretDoubleRight", size: 22, weight: "duotone" }) }) : /* @__PURE__ */ l("img", { src: x, alt: "Logo situaction" })
72
+ onClick: () => b(!t),
73
+ children: z || !m ? /* @__PURE__ */ o(f, { mode: "ghost", size: "menu", children: /* @__PURE__ */ o(N, { icon: "CaretDoubleRight", size: 22, weight: "duotone" }) }) : /* @__PURE__ */ o("img", { src: m, alt: "Logo situaction" })
72
74
  }
73
75
  )
74
76
  }
75
77
  ),
76
- /* @__PURE__ */ l("div", { className: e.menuItem, children: s && s.map((o) => t ? /* @__PURE__ */ l("div", { className: `${e.textEllipsis} ${e.menuButton}`, children: /* @__PURE__ */ l(
77
- b,
78
+ /* @__PURE__ */ o("div", { className: e.menuItem, children: s && s.map((l) => t ? /* @__PURE__ */ o("div", { className: `${e.textEllipsis} ${e.menuButton}`, children: /* @__PURE__ */ o(
79
+ $,
78
80
  {
79
- mode: g === o.id ? "secondary" : "ghost",
80
- label: o.label,
81
- onClick: (i) => v(i, o.id),
82
- childrenLeft: o.icon
81
+ mode: x === l.id ? "secondary" : "ghost",
82
+ label: l.label,
83
+ onClick: (i) => B(i, l.id),
84
+ childrenLeft: l.icon
83
85
  }
84
- ) }, `button-${o.id}`) : /* @__PURE__ */ l("div", { className: e.textEllipsis, children: /* @__PURE__ */ l(
85
- u,
86
+ ) }, `button-${l.id}`) : /* @__PURE__ */ o("div", { className: e.textEllipsis, children: /* @__PURE__ */ o(
87
+ f,
86
88
  {
87
- mode: g === o.id ? "secondary" : "ghost",
88
- children: o.icon,
89
- onClick: (i) => v(i, o.id)
89
+ mode: x === l.id ? "secondary" : "ghost",
90
+ children: l.icon,
91
+ onClick: (i) => B(i, l.id)
90
92
  }
91
- ) }, `icon-${o.id}`)) }),
92
- /* @__PURE__ */ l("div", { className: e.line })
93
+ ) }, `icon-${l.id}`)) }),
94
+ /* @__PURE__ */ o("div", { className: e.line })
93
95
  ] }),
94
- /* @__PURE__ */ f("div", { className: `${e.menuParams} ${e.flexVerticalBetweenCenter}`, children: [
95
- r && r.map((o) => /* @__PURE__ */ l(
96
+ /* @__PURE__ */ d("div", { className: `${e.menuParams} ${e.flexVerticalBetweenCenter}`, children: [
97
+ r && r.map((l) => /* @__PURE__ */ o(
96
98
  "div",
97
99
  {
98
100
  className: `${e.fullWidth} ${e.textEllipsis}`,
99
- onClick: () => P(o.id),
100
- children: t ? /* @__PURE__ */ l("div", { className: e.menuButton, children: /* @__PURE__ */ l(b, { mode: "ghost", label: o.label, childrenLeft: o.icon }, o.id) }) : /* @__PURE__ */ l(u, { mode: "ghost", children: o.icon })
101
+ onClick: () => P(l.id),
102
+ children: t ? /* @__PURE__ */ o("div", { className: e.menuButton, children: /* @__PURE__ */ o($, { mode: "ghost", label: l.label, childrenLeft: l.icon }, l.id) }) : /* @__PURE__ */ o(f, { mode: "ghost", children: l.icon })
101
103
  },
102
- `param-icon-${o.id}`
104
+ `param-icon-${l.id}`
103
105
  )),
104
- /* @__PURE__ */ l(
106
+ /* @__PURE__ */ o(
105
107
  W,
106
108
  {
107
- ref: L,
109
+ ref: R,
108
110
  className: e.borderRadiusM,
109
- open: H,
111
+ open: I,
110
112
  onClose: () => C(!1),
111
- position: z,
112
- children: k
113
+ position: k,
114
+ children: V
113
115
  }
114
116
  )
115
117
  ] })
116
118
  ] }) });
117
119
  };
118
120
  export {
119
- de as Menu
121
+ fe as Menu
120
122
  };
@@ -1,121 +1,132 @@
1
- import { jsxs as j, jsx as s } from "react/jsx-runtime";
2
- import { useState as R, useRef as $, useEffect as u, useLayoutEffect as k } from "react";
3
- import { Button as q } from "../button/Button.js";
4
- import { IconButton as B } from "../icon-button/IconButton.js";
5
- import '../../styles/Tabs.css';const L = "_underline_6o3gh_70", n = {
6
- "tab-container": "_tab-container_6o3gh_30",
7
- "tab-container-button": "_tab-container-button_6o3gh_34",
8
- "tab-container-icon": "_tab-container-icon_6o3gh_39",
9
- "tab-container-text": "_tab-container-text_6o3gh_39",
10
- "tab-items": "_tab-items_6o3gh_42",
11
- "tab-items-button": "_tab-items-button_6o3gh_46",
12
- "tab-full-width": "_tab-full-width_6o3gh_51",
13
- "selected-button": "_selected-button_6o3gh_57",
14
- "selected-text": "_selected-text_6o3gh_63",
15
- underline: L,
16
- "flexHorizontal-center": "_flexHorizontal-center_6o3gh_78",
17
- "flexHorizontal-left": "_flexHorizontal-left_6o3gh_84",
18
- "flexHorizontal-right": "_flexHorizontal-right_6o3gh_90"
19
- }, C = (o, r) => {
1
+ import { jsxs as p, jsx as i } from "react/jsx-runtime";
2
+ import { useState as R, useRef as C, useEffect as u, useLayoutEffect as y } from "react";
3
+ import { Button as B } from "../button/Button.js";
4
+ import { IconButton as E } from "../icon-button/IconButton.js";
5
+ import '../../styles/Tabs.css';const F = "_underline_1rcir_81", n = {
6
+ "tab-container": "_tab-container_1rcir_30",
7
+ "tab-container-button": "_tab-container-button_1rcir_34",
8
+ "tab-container-icon": "_tab-container-icon_1rcir_39",
9
+ "tab-container-text": "_tab-container-text_1rcir_39",
10
+ "tab-items": "_tab-items_1rcir_42",
11
+ "tab-items-button": "_tab-items-button_1rcir_46",
12
+ "tab-type-button": "_tab-type-button_1rcir_50",
13
+ "tab-full-width": "_tab-full-width_1rcir_56",
14
+ "selected-button": "_selected-button_1rcir_62",
15
+ "noSelect-button": "_noSelect-button_1rcir_69",
16
+ "selected-text": "_selected-text_1rcir_73",
17
+ underline: F,
18
+ "flexHorizontal-center": "_flexHorizontal-center_1rcir_89",
19
+ "flexHorizontal-left": "_flexHorizontal-left_1rcir_95",
20
+ "flexHorizontal-right": "_flexHorizontal-right_1rcir_101"
21
+ }, N = (o, r) => {
20
22
  if (!Number.isFinite(o)) return 0;
21
- const b = Math.max(0, r);
22
- return Math.min(Math.max(o, 0), b);
23
+ const d = Math.max(0, r);
24
+ return Math.min(Math.max(o, 0), d);
23
25
  }, D = ({
24
26
  listItems: o,
25
27
  type: r,
26
- onTabSelect: b,
28
+ onTabSelect: d,
27
29
  activeTab: _,
28
30
  defaultActiveTab: f = 0,
29
- position: m = "left",
30
- fullWidth: H = !1,
31
+ position: x = "left",
32
+ fullWidth: S = !1,
31
33
  disabledTabs: g = []
32
34
  }) => {
33
- const c = _ !== void 0, [N, x] = R(f), h = C(
34
- c ? _ : N,
35
+ const l = _ !== void 0, [$, v] = R(f), m = N(
36
+ l ? _ : $,
35
37
  (o.length || 1) - 1
36
- ), [A, E] = R({}), l = $(null), z = $([]), v = (t) => {
37
- g.includes(t) || (c || x(t), b(o[t], t));
38
+ ), [H, A] = R({}), s = C(null), z = C([]), h = (t) => {
39
+ g.includes(t) || (l || v(t), d(o[t], t));
38
40
  }, w = (t) => {
39
- if (!l.current || !t || r === "button") return;
40
- const e = l.current.getBoundingClientRect();
41
+ if (!s.current || !t || r === "button") return;
42
+ const e = s.current.getBoundingClientRect();
41
43
  if (e.width === 0) {
42
44
  requestAnimationFrame(() => w(t));
43
45
  return;
44
46
  }
45
- const i = t.getBoundingClientRect();
46
- E({
47
- left: `${i.left - e.left}px`,
48
- width: `${i.width}px`
47
+ const c = t.getBoundingClientRect();
48
+ A({
49
+ left: `${c.left - e.left}px`,
50
+ width: `${c.width}px`
49
51
  });
50
52
  }, a = () => {
51
- const t = z.current[h] ?? null;
53
+ const t = z.current[m] ?? null;
52
54
  requestAnimationFrame(
53
55
  () => requestAnimationFrame(() => w(t))
54
56
  );
55
57
  };
56
58
  u(() => {
57
- c && a();
58
- }, [_]), k(() => {
59
+ l && a();
60
+ }, [_]), y(() => {
59
61
  a();
60
- }, [h, m, o.length]), u(() => {
61
- c || x(C(f, (o.length || 1) - 1));
62
- }, [f, o.length, c]), u(() => {
62
+ }, [m, x, o.length]), u(() => {
63
+ l || v(N(f, (o.length || 1) - 1));
64
+ }, [f, o.length, l]), u(() => {
63
65
  var t, e;
64
66
  (e = (t = document.fonts) == null ? void 0 : t.ready) == null || e.then(() => a());
65
67
  }, []), u(() => {
66
68
  const t = () => a();
67
69
  return window.addEventListener("resize", t), () => window.removeEventListener("resize", t);
68
70
  }, []), u(() => {
69
- if (!l.current) return;
71
+ if (!s.current) return;
70
72
  const t = new ResizeObserver(() => a());
71
- return t.observe(l.current), () => t.disconnect();
73
+ return t.observe(s.current), () => t.disconnect();
72
74
  }, []);
73
- const F = [
74
- n[`flexHorizontal-${m}`],
75
+ const j = [
76
+ n[`flexHorizontal-${x}`],
75
77
  r === "button" ? n["tab-items-button"] : n["tab-items"]
76
78
  ].filter(Boolean).join(" ");
77
- return /* @__PURE__ */ j(
79
+ return /* @__PURE__ */ p(
78
80
  "div",
79
81
  {
80
- className: `tab ${n["tab-container"]} ${n[`tab-container-${r}`]} ${H && n["tab-full-width"]}`,
81
- ref: l,
82
+ className: `tab ${n["tab-container"]} ${n[`tab-container-${r}`]} ${S && n["tab-full-width"]}`,
83
+ ref: s,
82
84
  children: [
83
- /* @__PURE__ */ s("div", { className: F, children: o.map((t, e) => {
84
- const i = g.includes(e), d = e === h;
85
- return /* @__PURE__ */ s(
85
+ /* @__PURE__ */ i("div", { className: j, children: o.map((t, e) => {
86
+ const c = g.includes(e), b = e === m;
87
+ return /* @__PURE__ */ i(
86
88
  "div",
87
89
  {
88
- ref: (S) => z.current[e] = S,
89
- className: `
90
- ${r === "button" && d ? n["selected-button"] : ""}
91
- ${i ? n["tab-disabled"] : ""}
92
- `,
93
- children: r === "icon" ? /* @__PURE__ */ s(
94
- B,
90
+ ref: (k) => z.current[e] = k,
91
+ className: [
92
+ r === "button" && b ? n["selected-button"] : n["noSelect-button"],
93
+ typeof t != "string" ? n["noSelect-button"] : "",
94
+ c ? n["tab-disabled"] : ""
95
+ ].filter(Boolean).join(" "),
96
+ children: r === "icon" ? /* @__PURE__ */ i(
97
+ E,
95
98
  {
96
99
  mode: "icon",
97
100
  size: "s",
98
- selected: d,
99
- onClick: () => v(e),
100
- disabled: i,
101
+ selected: b,
102
+ onClick: () => h(e),
103
+ disabled: c,
101
104
  children: t
102
105
  }
103
- ) : /* @__PURE__ */ s("div", { className: d ? n["selected-text"] : void 0, children: /* @__PURE__ */ s(
104
- q,
106
+ ) : r === "button" ? /* @__PURE__ */ i(
107
+ "div",
108
+ {
109
+ className: n["tab-type-button"],
110
+ onClick: () => h(e),
111
+ children: t
112
+ }
113
+ ) : /* @__PURE__ */ i("div", { className: `${b ? n["selected-text"] : void 0}`, children: /* @__PURE__ */ i(
114
+ B,
105
115
  {
106
116
  size: "s",
107
117
  label: t,
108
118
  mode: r === "text" ? "text" : "ghost",
109
- selected: d,
110
- onClick: () => v(e),
111
- disabled: i
119
+ selected: b,
120
+ onClick: () => h(e),
121
+ disabled: c,
122
+ fullWidth: !0
112
123
  }
113
124
  ) })
114
125
  },
115
126
  e
116
127
  );
117
128
  }) }),
118
- r !== "button" && /* @__PURE__ */ s("div", { className: n.underline, style: A })
129
+ r !== "button" && /* @__PURE__ */ i("div", { className: n.underline, style: H })
119
130
  ]
120
131
  }
121
132
  );
@@ -1 +1 @@
1
- nav{height:100vh;width:fit-content;padding:0 var(--spacing-xs-3) var(--spacing-xs-3);flex-shrink:1;transition:.3s;box-sizing:border-box;z-index:5}nav ._fullHeight_o2xi7_15{height:100%}nav ._fullWidth_o2xi7_18{width:100%}nav ._open_o2xi7_21{width:200px;transition:all ease .3s}nav ._close_o2xi7_25{width:40px;transition:all ease-out .3s}nav ._menuButton_o2xi7_29{width:100%}nav ._menuButton_o2xi7_29 button{padding:var(--spacing-xs-4);width:inherit!important;justify-content:flex-start!important}nav ._closeIcon_o2xi7_37{height:30px;cursor:pointer;margin:.875rem 0}nav ._label_o2xi7_42{letter-spacing:.72px;font-weight:600}nav ._textEllipsis_o2xi7_46{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}nav ._pointer_o2xi7_51{cursor:pointer}nav ._fullImg_o2xi7_54{margin:.875rem 0;display:flex;justify-content:space-between;width:100%}nav ._menuParams_o2xi7_60{gap:.125rem;position:relative;width:100%}._line_o2xi7_66{height:1px;width:100%;background-color:var(--general-border-window);margin:var(--spacing-xs-3) 0}._borderRadiusM_o2xi7_73{border-radius:6px}._menuItem_o2xi7_77{gap:.25rem;width:100%;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}._flexVerticalBetweenStart_o2xi7_86{display:flex;justify-content:space-between;align-items:start;flex-direction:column}._flexHorizontalBetween_o2xi7_93{display:flex;justify-content:space-between;align-items:center;flex-direction:row}._flexVertical_o2xi7_86{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}._flexVerticalBetweenCenter_o2xi7_107{display:flex;justify-content:space-between;align-items:center;flex-direction:column}
1
+ nav{height:100vh;width:fit-content;padding:0 var(--spacing-xs-3) var(--spacing-xs-3);flex-shrink:1;transition:.3s;box-sizing:border-box;z-index:5}nav ._fullHeight_11eub_15{height:100%}nav ._fullWidth_11eub_18{width:100%}nav ._open_11eub_21{width:200px;transition:all ease .3s}nav ._close_11eub_25{width:40px;transition:all ease-out .3s}nav ._menuButton_11eub_29{width:100%}nav ._menuButton_11eub_29 button{padding:var(--spacing-xs-4);width:inherit!important;justify-content:flex-start!important}nav ._closeIcon_11eub_37{height:30px;cursor:pointer;margin:.875rem 0;padding:1px 0}nav ._label_11eub_43{letter-spacing:.72px;font-weight:600}nav ._textEllipsis_11eub_47{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}nav ._pointer_11eub_52{cursor:pointer}nav ._fullImg_11eub_55{margin:.875rem 0;display:flex;justify-content:space-between;width:100%}nav ._menuParams_11eub_61{gap:.125rem;position:relative;width:100%}._line_11eub_67{height:1px;width:100%;background-color:var(--general-border-window);margin:var(--spacing-xs-3) 0}._borderRadiusM_11eub_74{border-radius:6px}._menuItem_11eub_78{gap:.25rem;width:100%;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}._longLogo_11eub_87{transition:transform .25s ease,opacity .25s ease;will-change:transform,opacity}._flexVerticalBetweenStart_11eub_92{display:flex;justify-content:space-between;align-items:start;flex-direction:column}._flexHorizontalBetween_11eub_99{display:flex;justify-content:space-between;align-items:center;flex-direction:row}._flexHorizontalCenter_11eub_106{height:60px;display:flex;justify-content:center;align-items:center;flex-direction:row}._flexVertical_11eub_92{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}._flexVerticalBetweenCenter_11eub_121{display:flex;justify-content:space-between;align-items:center;flex-direction:column}
@@ -1 +1 @@
1
- ._tab-container_6o3gh_30{position:relative;line-height:1.25rem}._tab-container-button_6o3gh_34{border-radius:.375rem;border:1px solid var(--tabs-button-border);background:var(--tabs-button-background)}._tab-container-icon_6o3gh_39,._tab-container-text_6o3gh_39{border-bottom:1px solid var(--tabs-line-border)}._tab-items_6o3gh_42{gap:2.25rem;padding:.625rem .125rem}._tab-items-button_6o3gh_46{gap:.25rem;padding:.125rem}._tab-full-width_6o3gh_51{width:100%;display:flex;justify-content:center}._selected-button_6o3gh_57{border:1px solid var(--button-tertiary-default-border);background:var(--tabs-button-background-button);border-radius:.25rem}._selected-text_6o3gh_63>button{font-weight:600!important}._selected-text_6o3gh_63>button:hover{background-color:transparent!important}._underline_6o3gh_70{position:absolute;bottom:0;height:2px;background-color:var(--tabs-cell-active-border);transition:all .3s ease}._flexHorizontal-center_6o3gh_78{display:flex;justify-content:center;align-items:center;flex-direction:row}._flexHorizontal-left_6o3gh_84{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}._flexHorizontal-right_6o3gh_90{display:flex;justify-content:flex-end;align-items:center;flex-direction:row}
1
+ ._tab-container_1rcir_30{position:relative;line-height:1.25rem}._tab-container-button_1rcir_34{border-radius:.375rem;border:1px solid var(--tabs-button-border);background:var(--tabs-button-background)}._tab-container-icon_1rcir_39,._tab-container-text_1rcir_39{border-bottom:1px solid var(--tabs-line-border)}._tab-items_1rcir_42{gap:2.25rem;padding:.625rem .125rem}._tab-items-button_1rcir_46{gap:.25rem;padding:.125rem}._tab-type-button_1rcir_50{padding:.375rem .75rem;display:flex;align-items:center}._tab-full-width_1rcir_56{width:100%;display:flex;justify-content:center}._selected-button_1rcir_62{height:100%;border:1px solid var(--button-tertiary-default-border);background:var(--tabs-button-background-button);border-radius:.25rem}._noSelect-button_1rcir_69{padding:1px 0}._selected-text_1rcir_73>button{height:100%;font-weight:600!important}._selected-text_1rcir_73>button:hover{background-color:transparent!important}._underline_1rcir_81{position:absolute;bottom:0;height:2px;background-color:var(--tabs-cell-active-border);transition:all .3s ease}._flexHorizontal-center_1rcir_89{display:flex;justify-content:center;align-items:center;flex-direction:row}._flexHorizontal-left_1rcir_95{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}._flexHorizontal-right_1rcir_101{display:flex;justify-content:flex-end;align-items:center;flex-direction:row}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situaction/traq-ui-ste",
3
- "version": "1.2.8",
3
+ "version": "1.2.10",
4
4
  "description": "library react component Situaction",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",