@cagatayfdn/flora-components 0.0.95 → 0.0.97
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 +1 -1
- package/dist/components/Divider/Divider.js +18 -17
- package/dist/enums/appearance.js +6 -6
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +2 -2
package/dist/Divider.css
CHANGED
|
@@ -1 +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,26 +1,27 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { DividerAppearance as
|
|
3
|
-
import { c as
|
|
4
|
-
import '../../Divider.css';const a = "
|
|
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
5
|
divider: a,
|
|
6
|
-
grey:
|
|
7
|
-
light:
|
|
8
|
-
|
|
9
|
-
"margin-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
grey: o,
|
|
7
|
+
light: g,
|
|
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,
|
|
14
|
+
margin: e = "15"
|
|
15
|
+
}) => /* @__PURE__ */ t.jsx(
|
|
15
16
|
"hr",
|
|
16
17
|
{
|
|
17
18
|
"data-testid": "divider",
|
|
18
|
-
className:
|
|
19
|
-
[
|
|
20
|
-
[
|
|
19
|
+
className: d(s.divider, i, {
|
|
20
|
+
[s[`${r}`]]: r,
|
|
21
|
+
[s[`margin-${e}`]]: e
|
|
21
22
|
})
|
|
22
23
|
}
|
|
23
24
|
);
|
|
24
25
|
export {
|
|
25
|
-
|
|
26
|
+
v as default
|
|
26
27
|
};
|
package/dist/enums/appearance.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
var E = /* @__PURE__ */ ((I) => (I.DEFAULT = "default", I.SUCCESS = "success", I))(E || {}), L = /* @__PURE__ */ ((I) => (I.ADDONS_INITIALIZING = "addons_initializing", I.ADDONS_ADDONS_INITILIZATION_FAILED = "addons_initialization_failed", I.DEPLOYING = "deploying", I.FAILED = "failed", I.DEPLOYED = "deployed", I.INITIALIZING = "initializing", I.INITIALIZING_FAILED = "initialization_failed", I.QUEUEING = "queueing", I.QUEUED = "queued", I))(L || {}),
|
|
1
|
+
var E = /* @__PURE__ */ ((I) => (I.DEFAULT = "default", I.SUCCESS = "success", I))(E || {}), L = /* @__PURE__ */ ((I) => (I.ADDONS_INITIALIZING = "addons_initializing", I.ADDONS_ADDONS_INITILIZATION_FAILED = "addons_initialization_failed", I.DEPLOYING = "deploying", I.FAILED = "failed", I.DEPLOYED = "deployed", I.INITIALIZING = "initializing", I.INITIALIZING_FAILED = "initialization_failed", I.QUEUEING = "queueing", I.QUEUED = "queued", I))(L || {}), R = /* @__PURE__ */ ((I) => (I.INFO = "info", I.SUCCESS = "success", I.ERROR = "error", I.WARNING = "warning", I.LOADING = "loading", I))(R || {}), N = /* @__PURE__ */ ((I) => (I.LIGHT = "light", I.DARK = "dark", I.LIGHT_FULL = "light_full", I.DARK_FULL = "darkFull", I))(N || {}), D = /* @__PURE__ */ ((I) => (I.LIGHT = "light", I.DARK = "dark", I.MORE_DARK = "more_dark", I))(D || {}), G = /* @__PURE__ */ ((I) => (I.LIGHT = "light", I.DARK = "dark", I.DARK_BLUE = "dark_blue", I))(G || {}), l = /* @__PURE__ */ ((I) => (I.LIGHT = "light", I.GREY = "grey", I.DARK_GREY = "dark_grey", I))(l || {}), g = /* @__PURE__ */ ((I) => (I.LINK = "link", I.DEFAULT = "default", I.PRIMARY = "primary", I.DANGER = "danger", I.SUCCESS = "success", I.WARNING = "warning", I.DARK = "dark", I))(g || {}), _ = /* @__PURE__ */ ((I) => (I.TOP = "top", I.RIGHT = "right", I.BOTTOM = "bottom", I.LEFT = "left", I))(_ || {}), O = /* @__PURE__ */ ((I) => (I.DANGER = "danger", I.SUCCESS = "success", I.WARNING = "warning", I))(O || {}), U = /* @__PURE__ */ ((I) => (I.DANGER = "danger", I.WARNING = "warning", I))(U || {});
|
|
2
2
|
export {
|
|
3
3
|
L as AppAndServicesStatusApperenceType,
|
|
4
4
|
U as AppearanceAlertCard,
|
|
5
5
|
g as AppearanceButton,
|
|
6
6
|
_ as AppearanceDirection,
|
|
7
|
-
|
|
7
|
+
N as AppearanceSpinner,
|
|
8
8
|
O as AppearanceTag,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
l as DividerAppearance,
|
|
10
|
+
D as FormFieldAppearance,
|
|
11
11
|
E as ModalAppearanceType,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
R as NotificationAppearanceType,
|
|
13
|
+
G as ThemeAppearance
|
|
14
14
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -429,7 +429,8 @@ export declare const Divider: ({ appearance, className, margin, }: DividerProps)
|
|
|
429
429
|
|
|
430
430
|
export declare enum DividerAppearance {
|
|
431
431
|
LIGHT = "light",
|
|
432
|
-
GREY = "grey"
|
|
432
|
+
GREY = "grey",
|
|
433
|
+
DARK_GREY = "dark_grey"
|
|
433
434
|
}
|
|
434
435
|
|
|
435
436
|
export declare type DividerProps = {
|
package/dist/index.d.ts
CHANGED
|
@@ -429,7 +429,8 @@ export declare const Divider: ({ appearance, className, margin, }: DividerProps)
|
|
|
429
429
|
|
|
430
430
|
export declare enum DividerAppearance {
|
|
431
431
|
LIGHT = "light",
|
|
432
|
-
GREY = "grey"
|
|
432
|
+
GREY = "grey",
|
|
433
|
+
DARK_GREY = "dark_grey"
|
|
433
434
|
}
|
|
434
435
|
|
|
435
436
|
export declare type DividerProps = {
|
package/package.json
CHANGED