@cagatayfdn/flora-components 0.0.97 → 0.0.99

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/Divider.css CHANGED
@@ -1 +1 @@
1
- ._divider_s8se4_1{border:none}._divider_s8se4_1._grey_s8se4_4{border-top:1px solid #d8d8d8}._divider_s8se4_1._light_s8se4_7{border-top:1px solid #dfdfdf}._divider_s8se4_1._dark_grey_s8se4_10{border-top:1px solid #333b57}._margin-15_s8se4_14{margin:15px 0}._margin-30_s8se4_18{margin:30px 0}
1
+ ._divider_fgk6v_1{border:none}._divider_fgk6v_1._grey_fgk6v_4{border-top:1px solid #d8d8d8}._divider_fgk6v_1._light_fgk6v_7{border-top:1px solid #dfdfdf}._divider_fgk6v_1._dark_grey_fgk6v_10{border-top:1px solid #3b4768}._margin-15_fgk6v_14{margin:15px 0}._margin-30_fgk6v_18{margin:30px 0}
package/dist/Tab.css CHANGED
@@ -1 +1 @@
1
- ._tabContainer_1tklp_1{display:flex}._tabContainer_1tklp_1 ._titleWrapper_1tklp_4{padding-bottom:15px;cursor:pointer}._tabContainer_1tklp_1 ._titleWrapper_1tklp_4:not(:last-child){margin-right:20px}._tabContainer_1tklp_1 ._titleWrapper_1tklp_4:not(._isActive_1tklp_11){border-bottom:4px solid #909090}._tabContainer_1tklp_1 ._titleWrapper_1tklp_4 ._title_1tklp_4{font-size:20px;font-weight:600;color:#fff;margin-bottom:0;margin-top:0}._isActive_1tklp_11{border-bottom:4px solid #037cf9}
1
+ ._tabContainer_15wco_1{display:flex;gap:28px}._tabContainer_15wco_1 ._titleWrapper_15wco_5{padding-bottom:15px;cursor:pointer}._tabContainer_15wco_1 ._titleWrapper_15wco_5 ._title_15wco_5{font-size:20px;font-weight:600;color:#fff;margin-bottom:0;margin-top:0;letter-spacing:.33}._tabContainer_15wco_1 ._titleWrapper_15wco_5:not(._isActive_15wco_17){border-bottom:4px solid #909090}._tabContainer_15wco_1 ._titleWrapper_15wco_5:not(._isActive_15wco_17) ._title_15wco_5{color:#757f96}._isActive_15wco_17{border-bottom:4px solid #037cf9}
@@ -1,27 +1,27 @@
1
- import { j as t } from "../../jsx-runtime-BcAkpsdy.js";
2
- import { DividerAppearance as _ } from "../../enums/appearance.js";
3
- import { c as d } from "../../index-BHf7G3IG.js";
4
- import '../../Divider.css';const a = "_divider_s8se4_1", o = "_grey_s8se4_4", g = "_light_s8se4_7", m = "_dark_grey_s8se4_10", s = {
5
- divider: a,
6
- grey: o,
7
- light: g,
1
+ import { j as _ } from "../../jsx-runtime-BcAkpsdy.js";
2
+ import { DividerAppearance as s } from "../../enums/appearance.js";
3
+ import { c as g } from "../../index-BHf7G3IG.js";
4
+ import '../../Divider.css';const d = "_divider_fgk6v_1", a = "_grey_fgk6v_4", o = "_light_fgk6v_7", m = "_dark_grey_fgk6v_10", r = {
5
+ divider: d,
6
+ grey: a,
7
+ light: o,
8
8
  dark_grey: m,
9
- "margin-15": "_margin-15_s8se4_14",
10
- "margin-30": "_margin-30_s8se4_18"
11
- }, v = ({
12
- appearance: r = _.GREY,
13
- className: i,
9
+ "margin-15": "_margin-15_fgk6v_14",
10
+ "margin-30": "_margin-30_fgk6v_18"
11
+ }, c = ({
12
+ appearance: i = s.GREY,
13
+ className: t,
14
14
  margin: e = "15"
15
- }) => /* @__PURE__ */ t.jsx(
15
+ }) => /* @__PURE__ */ _.jsx(
16
16
  "hr",
17
17
  {
18
18
  "data-testid": "divider",
19
- className: d(s.divider, i, {
20
- [s[`${r}`]]: r,
21
- [s[`margin-${e}`]]: e
19
+ className: g(r.divider, t, {
20
+ [r[`${i}`]]: i,
21
+ [r[`margin-${e}`]]: e
22
22
  })
23
23
  }
24
24
  );
25
25
  export {
26
- v as default
26
+ c as default
27
27
  };
@@ -1,23 +1,23 @@
1
1
  import { j as t } from "../../jsx-runtime-BcAkpsdy.js";
2
- import { c as l } from "../../index-BHf7G3IG.js";
3
- import '../../Tab.css';const o = "_tabContainer_1tklp_1", p = "_titleWrapper_1tklp_4", d = "_isActive_1tklp_11", _ = "_title_1tklp_4", e = {
2
+ import { c as r } from "../../index-BHf7G3IG.js";
3
+ import '../../Tab.css';const o = "_tabContainer_15wco_1", d = "_titleWrapper_15wco_5", p = "_title_15wco_5", _ = "_isActive_15wco_17", e = {
4
4
  tabContainer: o,
5
- titleWrapper: p,
6
- isActive: d,
7
- title: _
5
+ titleWrapper: d,
6
+ title: p,
7
+ isActive: _
8
8
  };
9
- function v({ items: r, selected: c, onChange: a }) {
10
- return /* @__PURE__ */ t.jsx("div", { className: e.tabContainer, "data-testid": "tab-container", children: r.map((s, i) => {
11
- const n = c == i;
9
+ function v({ items: c, selected: l, onChange: a }) {
10
+ return /* @__PURE__ */ t.jsx("div", { className: e.tabContainer, "data-testid": "tab-container", children: c.map((s, i) => {
11
+ const n = l == i;
12
12
  return /* @__PURE__ */ t.jsx(t.Fragment, { children: /* @__PURE__ */ t.jsx(
13
13
  "div",
14
14
  {
15
15
  "data-testid": "tab-item",
16
16
  onClick: () => a && a(i),
17
- className: l(e.titleWrapper, {
17
+ className: r(e.titleWrapper, {
18
18
  [e.isActive]: n
19
19
  }),
20
- children: /* @__PURE__ */ t.jsx("div", { title: s.title, className: l(e.title), "data-testid": "tab-title", children: s.title })
20
+ children: /* @__PURE__ */ t.jsx("div", { title: s.title, className: r(e.title), "data-testid": "tab-title", children: s.title })
21
21
  },
22
22
  i
23
23
  ) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagatayfdn/flora-components",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",