@fangzsx/component-library 0.0.37 → 0.0.39

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.
@@ -0,0 +1,23 @@
1
+ const c = "#1D252D", n = "#404A58", r = "#566376", s = "#8996A9", o = "#C4CBD4", t = "#E6EAED", E = "#F4F7F9", F = "#053E72", e = "#0B6B9F", y = "#27A4E8", a = "#C8EDFE", g = "#E6F6FF", i = "#055C56", p = "#E6FEEE", m = "#8E3007", C = "#FFF9F0", D = "#800711", d = "#FFECEB", A = {
2
+ grey800: c,
3
+ grey700: n,
4
+ grey600: r,
5
+ grey400: s,
6
+ grey200: o,
7
+ grey100: t,
8
+ grey50: E,
9
+ primary800: F,
10
+ primary700: e,
11
+ primary500: y,
12
+ primary100: a,
13
+ primary50: g,
14
+ secondary800: i,
15
+ secondary50: p,
16
+ warning800: m,
17
+ warning50: C,
18
+ destructive800: D,
19
+ destructive50: d
20
+ };
21
+ export {
22
+ A as c
23
+ };
@@ -3,7 +3,7 @@ import { c as E } from "../../createSvgIcon-C0YrvByi.js";
3
3
  import { Stack as w, Popper as $, ClickAwayListener as D, Paper as U } from "@mui/material";
4
4
  import * as C from "react";
5
5
  import { useState as Z } from "react";
6
- import { C as G, B as b } from "../../index-Dnsx2wLn.js";
6
+ import { C as G, B as b } from "../../index-CdcRS0lC.js";
7
7
  import { g as V, a as A, c as l, P as r } from "../../generateUtilityClasses-BCID9NF1.js";
8
8
  import { u as H, s as B, c as T, a as h, m as v } from "../../DefaultPropsProvider-DVX_ssOt.js";
9
9
  import { c as I, a as F } from "../../useTimeout-UzNJH-cm.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as o, jsxs as i } from "react/jsx-runtime";
2
2
  import { ErrorOutline as d, CheckCircle as a, InfoOutlined as m, WarningAmber as h } from "@mui/icons-material";
3
3
  import { Card as g, Box as c, Typography as e } from "@mui/material";
4
- import { c as n } from "../../colors-DvNGPCDl.js";
4
+ import { c as n } from "../../colors-CyChpKWu.js";
5
5
  const y = {
6
6
  warning: { icon: h, color: "#f59e0b" },
7
7
  info: { icon: m, color: n.primary500 },
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "../../colors-DvNGPCDl.js";
3
- import { B as p } from "../../index-Dnsx2wLn.js";
2
+ import "../../colors-CyChpKWu.js";
3
+ import { B as p } from "../../index-CdcRS0lC.js";
4
4
  export {
5
5
  p as Button
6
6
  };
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r, Fragment as y } from "react/jsx-runtime";
2
2
  import { ExpandMoreOutlined as C } from "@mui/icons-material";
3
3
  import { Box as I, IconButton as v, Menu as M, MenuItem as k, ListItemIcon as w, ListItemText as j } from "@mui/material";
4
4
  import { useState as B } from "react";
5
- import { c as t } from "../../colors-DvNGPCDl.js";
5
+ import { c as t } from "../../colors-CyChpKWu.js";
6
6
  function L({
7
7
  items: h,
8
8
  activeItemId: e,
@@ -1,7 +1,7 @@
1
1
  import { jsx as n, jsxs as i } from "react/jsx-runtime";
2
2
  import { ErrorOutline as C, CheckCircle as f, InfoOutlineRounded as g, WarningAmberRounded as x } from "@mui/icons-material";
3
3
  import { Card as m, Box as e, Typography as t } from "@mui/material";
4
- import { c as o } from "../../colors-DvNGPCDl.js";
4
+ import { c as o } from "../../colors-CyChpKWu.js";
5
5
  const b = {
6
6
  warning: { titleColor: o.warning800, bgColor: o.warning50, icon: x, iconColor: "#f59e0b" },
7
7
  info: { titleColor: o.primary800, bgColor: o.primary50, icon: g, iconColor: "#f59e0b" },
@@ -1,5 +1,3 @@
1
- import { default as React } from 'react';
2
-
3
1
  interface ImageUploadProps {
4
2
  label?: string;
5
3
  required?: boolean;
@@ -11,5 +9,5 @@ interface ImageUploadProps {
11
9
  disabled?: boolean;
12
10
  onChange?: (file: File | null, error: string) => void;
13
11
  }
14
- declare const ImageUpload: React.FC<ImageUploadProps>;
15
- export default ImageUpload;
12
+ export declare function ImageUpload({ label, required, maxSizeMB, acceptedFormats, error, forceError, helperText, disabled, onChange, }: ImageUploadProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
@@ -1,115 +1,127 @@
1
- import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
- import { C as H } from "../../Close-pjIlDyCW.js";
3
- import { c as M } from "../../createSvgIcon-C0YrvByi.js";
4
- import { FormControl as P, FormLabel as T, Box as i, Stack as U, Typography as l, IconButton as V, FormHelperText as E } from "@mui/material";
5
- import { useState as g, useRef as q, useCallback as G } from "react";
6
- const J = M(/* @__PURE__ */ e("path", {
1
+ import { jsx as o, jsxs as t } from "react/jsx-runtime";
2
+ import { C as M } from "../../Close-pjIlDyCW.js";
3
+ import { c as P } from "../../createSvgIcon-C0YrvByi.js";
4
+ import { FormControl as T, FormLabel as U, Box as l, Stack as V, Typography as a, IconButton as E, FormHelperText as q } from "@mui/material";
5
+ import { useState as y, useRef as G, useCallback as J } from "react";
6
+ import { c as e } from "../../colors-CyChpKWu.js";
7
+ const K = P(/* @__PURE__ */ o("path", {
7
8
  d: "M19 5v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-4.86 8.86-3 3.87L9 13.14 6 17h12z"
8
- }), "ImageOutlined"), K = (n) => {
9
- const a = n.lastIndexOf(".");
10
- return a <= 0 ? { baseName: n, extension: "" } : {
11
- baseName: n.slice(0, a),
12
- extension: n.slice(a)
9
+ }), "ImageOutlined");
10
+ function Q(i) {
11
+ const c = i.lastIndexOf(".");
12
+ return c <= 0 ? { baseName: i, extension: "" } : {
13
+ baseName: i.slice(0, c),
14
+ extension: i.slice(c)
13
15
  };
14
- }, rr = ({
15
- label: n = "Logo",
16
- required: a = !0,
17
- maxSizeMB: d = 2,
16
+ }
17
+ function or({
18
+ label: i = "Logo",
19
+ required: c = !0,
20
+ maxSizeMB: m = 2,
18
21
  acceptedFormats: s = ["png", "jpg", "jpeg"],
19
- error: x = "",
20
- forceError: y = !1,
22
+ error: v = "",
23
+ forceError: x = !1,
21
24
  helperText: b,
22
- disabled: o = !1,
23
- onChange: c
24
- }) => {
25
- const [v, h] = g(!1), [p, k] = g(null), [O, D] = g(""), m = q(null), w = d * 1024 * 1024, R = s.map((r) => `.${r}`).join(","), C = s.map(
25
+ disabled: n = !1,
26
+ onChange: p
27
+ }) {
28
+ const [k, h] = y(!1), [u, D] = y(null), [R, w] = y(""), d = G(null), C = m * 1024 * 1024, S = s.map((r) => `.${r}`).join(","), j = s.map(
26
29
  (r) => `image/${r === "jpg" ? "jpeg" : r}`
27
- ), j = G(
28
- (r) => {
30
+ ), I = J(
31
+ function(r) {
29
32
  if (!r) return;
30
- if (!C.some((f) => r.type === f)) {
31
- c?.(null, `Only ${s.join(", ")} files are supported`);
33
+ if (!j.some((g) => r.type === g)) {
34
+ p?.(null, `Only ${s.join(", ")} files are supported`);
32
35
  return;
33
36
  }
34
- if (r.size > w) {
35
- c?.(null, `File size must be less than ${d}MB`);
37
+ if (r.size > C) {
38
+ p?.(null, `File size must be less than ${m}MB`);
36
39
  return;
37
40
  }
38
- const I = new FileReader();
39
- I.onload = (f) => {
40
- k(f.target?.result), D(r.name), c?.(r, "");
41
- }, I.readAsDataURL(r);
41
+ const O = new FileReader();
42
+ O.onload = function(g) {
43
+ D(g.target?.result), w(r.name), p?.(r, "");
44
+ }, O.readAsDataURL(r);
42
45
  },
43
- [C, w, d, s, c]
44
- ), S = (r) => {
45
- r.preventDefault(), !o && (h(!1), j(r.dataTransfer.files?.[0] ?? null));
46
- }, F = (r) => {
47
- r.preventDefault(), o || h(!0);
48
- }, L = () => h(!1), W = () => {
49
- o || m.current?.click();
50
- }, z = (r) => {
51
- j(r.target.files?.[0] ?? null);
52
- }, N = (r) => {
53
- r.stopPropagation(), k(null), D(""), c?.(null, ""), m.current && (m.current.value = "");
54
- }, u = !!x || y && !p, B = x || (y && !p ? `${n} can't be empty` : ""), { baseName: $, extension: A } = K(O);
55
- return /* @__PURE__ */ t(P, { fullWidth: !0, error: u, disabled: o, children: [
56
- n && /* @__PURE__ */ e(
57
- T,
46
+ [j, C, m, s, p]
47
+ );
48
+ function W(r) {
49
+ r.preventDefault(), !n && (h(!1), I(r.dataTransfer.files?.[0] ?? null));
50
+ }
51
+ function F(r) {
52
+ r.preventDefault(), n || h(!0);
53
+ }
54
+ function L() {
55
+ h(!1);
56
+ }
57
+ function z() {
58
+ n || d.current?.click();
59
+ }
60
+ function N(r) {
61
+ I(r.target.files?.[0] ?? null);
62
+ }
63
+ function B(r) {
64
+ r.stopPropagation(), D(null), w(""), p?.(null, ""), d.current && (d.current.value = "");
65
+ }
66
+ const f = !!v || x && !u, $ = v || (x && !u ? `${i} can't be empty` : ""), { baseName: A, extension: H } = Q(R);
67
+ return /* @__PURE__ */ t(T, { fullWidth: !0, error: f, disabled: n, children: [
68
+ i && /* @__PURE__ */ o(
69
+ U,
58
70
  {
59
- required: a,
71
+ required: c,
60
72
  sx: {
61
73
  mb: 0.75,
62
74
  fontSize: 14,
63
- fontWeight: 500,
75
+ fontWeight: 700,
64
76
  color: "text.primary",
65
77
  "& .MuiFormLabel-asterisk": { color: "error.main" },
66
78
  "&.Mui-focused": { color: "text.primary" },
67
79
  "&.Mui-error": { color: "text.primary" }
68
80
  },
69
- children: n
81
+ children: i
70
82
  }
71
83
  ),
72
84
  /* @__PURE__ */ t(
73
- i,
85
+ l,
74
86
  {
75
- onClick: W,
76
- onDrop: S,
87
+ onClick: z,
88
+ onDrop: W,
77
89
  onDragOver: F,
78
90
  onDragLeave: L,
79
91
  sx: {
80
92
  border: 2,
81
93
  borderStyle: "dashed",
82
- borderColor: u ? "error.main" : v ? "primary.main" : "grey.300",
94
+ borderColor: f ? "error.main" : k ? e.primary500 : e.grey200,
83
95
  borderRadius: 2,
84
- p: p ? 1.5 : 4,
96
+ p: u ? 1.5 : 4,
85
97
  textAlign: "center",
86
- cursor: o ? "default" : "pointer",
87
- bgcolor: o ? "action.disabledBackground" : v ? "primary.50" : "grey.50",
98
+ cursor: n ? "default" : "pointer",
99
+ bgcolor: n ? "action.disabledBackground" : k ? e.primary500 : e.grey50,
88
100
  transition: "all 0.2s ease",
89
- opacity: o ? 0.6 : 1,
90
- "&:hover": o ? {} : {
91
- borderColor: u ? "error.main" : "primary.main",
92
- bgcolor: "primary.50"
101
+ opacity: n ? 0.6 : 1,
102
+ "&:hover": n ? {} : {
103
+ borderColor: f ? "error.main" : e.primary500,
104
+ bgcolor: e.primary50
93
105
  }
94
106
  },
95
107
  children: [
96
- /* @__PURE__ */ e(
108
+ /* @__PURE__ */ o(
97
109
  "input",
98
110
  {
99
- ref: m,
111
+ ref: d,
100
112
  type: "file",
101
- accept: R,
102
- onChange: z,
113
+ accept: S,
114
+ onChange: N,
103
115
  hidden: !0,
104
- disabled: o
116
+ disabled: n
105
117
  }
106
118
  ),
107
- p ? /* @__PURE__ */ t(U, { direction: "row", alignItems: "center", spacing: 2, children: [
108
- /* @__PURE__ */ e(
109
- i,
119
+ u ? /* @__PURE__ */ t(V, { direction: "row", alignItems: "center", spacing: 2, children: [
120
+ /* @__PURE__ */ o(
121
+ l,
110
122
  {
111
123
  component: "img",
112
- src: p,
124
+ src: u,
113
125
  alt: "Preview",
114
126
  sx: {
115
127
  width: 80,
@@ -117,13 +129,13 @@ const J = M(/* @__PURE__ */ e("path", {
117
129
  objectFit: "contain",
118
130
  borderRadius: 1.5,
119
131
  border: 1,
120
- borderColor: "grey.200"
132
+ borderColor: e.grey200
121
133
  }
122
134
  }
123
135
  ),
124
- /* @__PURE__ */ t(i, { sx: { flex: 1, minWidth: 0, textAlign: "left" }, children: [
136
+ /* @__PURE__ */ t(l, { sx: { flex: 1, minWidth: 0, textAlign: "left" }, children: [
125
137
  /* @__PURE__ */ t(
126
- l,
138
+ a,
127
139
  {
128
140
  variant: "body2",
129
141
  fontWeight: 500,
@@ -132,8 +144,8 @@ const J = M(/* @__PURE__ */ e("path", {
132
144
  minWidth: 0
133
145
  },
134
146
  children: [
135
- /* @__PURE__ */ e(
136
- i,
147
+ /* @__PURE__ */ o(
148
+ l,
137
149
  {
138
150
  component: "span",
139
151
  sx: {
@@ -142,67 +154,66 @@ const J = M(/* @__PURE__ */ e("path", {
142
154
  whiteSpace: "nowrap",
143
155
  minWidth: 0
144
156
  },
145
- children: $
157
+ children: A
146
158
  }
147
159
  ),
148
- /* @__PURE__ */ e(
149
- i,
160
+ /* @__PURE__ */ o(
161
+ l,
150
162
  {
151
163
  component: "span",
152
164
  sx: {
153
165
  flexShrink: 0
154
166
  },
155
- children: A
167
+ children: H
156
168
  }
157
169
  )
158
170
  ]
159
171
  }
160
172
  ),
161
- /* @__PURE__ */ e(l, { variant: "caption", color: "text.secondary", children: "Click to replace" })
173
+ /* @__PURE__ */ o(a, { variant: "caption", color: e.grey400, children: "Click to replace" })
162
174
  ] }),
163
- /* @__PURE__ */ e(
164
- V,
175
+ /* @__PURE__ */ o(
176
+ E,
165
177
  {
166
- onClick: N,
178
+ onClick: B,
167
179
  size: "small",
168
180
  color: "error",
169
181
  sx: {
170
182
  border: 1,
171
- borderColor: "grey.200",
183
+ borderColor: e.grey200,
172
184
  borderRadius: 1.5,
173
185
  "&:hover": { bgcolor: "error.50", borderColor: "error.200" }
174
186
  },
175
- children: /* @__PURE__ */ e(H, { fontSize: "small" })
187
+ children: /* @__PURE__ */ o(M, { fontSize: "small" })
176
188
  }
177
189
  )
178
- ] }) : /* @__PURE__ */ t(i, { children: [
179
- /* @__PURE__ */ e(
180
- J,
190
+ ] }) : /* @__PURE__ */ t(l, { children: [
191
+ /* @__PURE__ */ o(
192
+ K,
181
193
  {
182
- sx: { fontSize: 40, color: "primary.main", mb: 1.5 }
194
+ sx: { fontSize: 40, color: e.primary700 }
183
195
  }
184
196
  ),
185
- /* @__PURE__ */ t(l, { variant: "body2", color: "text.secondary", gutterBottom: !0, children: [
197
+ /* @__PURE__ */ t(a, { variant: "body2", color: e.grey700, fontWeight: 700, gutterBottom: !0, children: [
186
198
  "Drop image here or",
187
199
  " ",
188
- /* @__PURE__ */ e(
189
- l,
200
+ /* @__PURE__ */ o(
201
+ a,
190
202
  {
191
203
  component: "span",
192
204
  variant: "body2",
193
- color: "primary",
205
+ color: e.primary500,
194
206
  fontWeight: 600,
195
- sx: { textDecoration: "underline" },
196
207
  children: "click to browse"
197
208
  }
198
209
  )
199
210
  ] }),
200
- /* @__PURE__ */ t(l, { variant: "caption", color: "text.disabled", display: "block", children: [
211
+ /* @__PURE__ */ t(a, { variant: "caption", color: e.grey400, display: "block", children: [
201
212
  "File size should be less than ",
202
- d,
213
+ m,
203
214
  "MB"
204
215
  ] }),
205
- /* @__PURE__ */ t(l, { variant: "caption", color: "text.disabled", display: "block", children: [
216
+ /* @__PURE__ */ t(a, { variant: "caption", color: e.grey400, display: "block", children: [
206
217
  "Supports ",
207
218
  s.join(", ")
208
219
  ] })
@@ -210,9 +221,9 @@ const J = M(/* @__PURE__ */ e("path", {
210
221
  ]
211
222
  }
212
223
  ),
213
- (u || b) && /* @__PURE__ */ e(E, { sx: { mt: 0.75, mx: 0 }, children: B || b })
224
+ (f || b) && /* @__PURE__ */ o(q, { sx: { mt: 0.75, mx: 0 }, children: $ || b })
214
225
  ] });
215
- };
226
+ }
216
227
  export {
217
- rr as default
228
+ or as ImageUpload
218
229
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as d, jsxs as x } from "react/jsx-runtime";
2
- import { B as A } from "../../index-Dnsx2wLn.js";
2
+ import { B as A } from "../../index-CdcRS0lC.js";
3
3
  import * as u from "react";
4
4
  import { g as m, a as f, P as e } from "../../generateUtilityClasses-BCID9NF1.js";
5
5
  import { u as C, s as g, c as y, a as b } from "../../DefaultPropsProvider-DVX_ssOt.js";
@@ -2,7 +2,7 @@ import { jsxs as B, jsx as o } from "react/jsx-runtime";
2
2
  import { Close as D, LocalOffer as I } from "@mui/icons-material";
3
3
  import { Box as c, Chip as S, IconButton as A, Typography as h, TextField as R, InputAdornment as T, CircularProgress as W, Button as k } from "@mui/material";
4
4
  import { useState as w, useRef as O, useEffect as P, useCallback as n } from "react";
5
- import { c as r } from "../../colors-DvNGPCDl.js";
5
+ import { c as r } from "../../colors-CyChpKWu.js";
6
6
  function K({
7
7
  value: e,
8
8
  onChange: d,
@@ -1,5 +1,5 @@
1
1
  import { jsx as c, jsxs as U } from "react/jsx-runtime";
2
- import { c as P } from "./colors-DvNGPCDl.js";
2
+ import { c as P } from "./colors-CyChpKWu.js";
3
3
  import * as k from "react";
4
4
  import { g as G, a as _, c as i, P as t } from "./generateUtilityClasses-BCID9NF1.js";
5
5
  import { u as A, s as f, c as R, a as H, m as O, b as so, r as lo } from "./DefaultPropsProvider-DVX_ssOt.js";
package/dist/main.d.ts CHANGED
@@ -7,6 +7,7 @@ export { CheckboxGroup } from './components/CheckboxGroup';
7
7
  export { Dropdown } from './components/Dropdown';
8
8
  export { DropdownOptions } from './components/DropdownOptions';
9
9
  export { FlatBanner } from './components/FlatBanner';
10
+ export { ImageUpload } from './components/ImageUpload';
10
11
  export { Label } from './components/Label';
11
12
  export { LinearProgress } from './components/LinearProgress';
12
13
  export { MediaCardWithAction } from './components/MediaCardWithAction';
package/dist/main.js CHANGED
@@ -1,38 +1,40 @@
1
1
  import { AppBarPublic as e } from "./components/AppBarPublic/index.js";
2
2
  import { Banner as p } from "./components/Banner/index.js";
3
- import { B as m } from "./index-Dnsx2wLn.js";
4
- import { CheckBox as n } from "./components/Checkbox/index.js";
5
- import { ScrollableDialog as i } from "./components/Dialog/index.js";
3
+ import { B as m } from "./index-CdcRS0lC.js";
4
+ import { CheckBox as a } from "./components/Checkbox/index.js";
5
+ import { ScrollableDialog as d } from "./components/Dialog/index.js";
6
6
  import { CheckboxGroup as l } from "./components/CheckboxGroup/index.js";
7
7
  import { Dropdown as B } from "./components/Dropdown/index.js";
8
8
  import { DropdownOptions as s } from "./components/DropdownOptions/index.js";
9
9
  import { FlatBanner as D } from "./components/FlatBanner/index.js";
10
- import { Label as h } from "./components/Label/index.js";
11
- import { LinearProgress as g } from "./components/LinearProgress/index.js";
12
- import { MediaCardWithAction as A } from "./components/MediaCardWithAction/index.js";
13
- import { PhoneAndCountryDropdown as F } from "./components/PhoneAndCountryDropdown/index.js";
14
- import { PromoCode as L } from "./components/PromoCode/index.js";
15
- import { RadioButtonGroup as T } from "./components/RadioButtonGroup/index.js";
16
- import { Stepper as I } from "./components/Stepper/index.js";
17
- import { Text as O } from "./components/Text/index.js";
18
- import { TextFieldInput as W } from "./components/TextFieldInput/index.js";
10
+ import { ImageUpload as g } from "./components/ImageUpload/index.js";
11
+ import { Label as P } from "./components/Label/index.js";
12
+ import { LinearProgress as A } from "./components/LinearProgress/index.js";
13
+ import { MediaCardWithAction as F } from "./components/MediaCardWithAction/index.js";
14
+ import { PhoneAndCountryDropdown as I } from "./components/PhoneAndCountryDropdown/index.js";
15
+ import { PromoCode as S } from "./components/PromoCode/index.js";
16
+ import { RadioButtonGroup as y } from "./components/RadioButtonGroup/index.js";
17
+ import { Stepper as O } from "./components/Stepper/index.js";
18
+ import { Text as U } from "./components/Text/index.js";
19
+ import { TextFieldInput as j } from "./components/TextFieldInput/index.js";
19
20
  export {
20
21
  e as AppBarPublic,
21
22
  p as Banner,
22
23
  m as Button,
23
- n as CheckBox,
24
+ a as CheckBox,
24
25
  l as CheckboxGroup,
25
- i as Dialog,
26
+ d as Dialog,
26
27
  B as Dropdown,
27
28
  s as DropdownOptions,
28
29
  D as FlatBanner,
29
- h as Label,
30
- g as LinearProgress,
31
- A as MediaCardWithAction,
32
- F as PhoneAndCountryDropdown,
33
- L as PromoCode,
34
- T as RadioButtonGroup,
35
- I as Stepper,
36
- O as Text,
37
- W as TextFieldInput
30
+ g as ImageUpload,
31
+ P as Label,
32
+ A as LinearProgress,
33
+ F as MediaCardWithAction,
34
+ I as PhoneAndCountryDropdown,
35
+ S as PromoCode,
36
+ y as RadioButtonGroup,
37
+ O as Stepper,
38
+ U as Text,
39
+ j as TextFieldInput
38
40
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzsx/component-library",
3
3
  "author": "Jay Gilbert Garzon",
4
4
  "private": false,
5
- "version": "0.0.37",
5
+ "version": "0.0.39",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -1,19 +0,0 @@
1
- const c = "#1D252D", n = "#566376", s = "#E6EAED", o = "#F4F7F9", r = "#053E72", t = "#27A4E8", E = "#C8EDFE", F = "#E6F6FF", e = "#055C56", y = "#E6FEEE", a = "#8E3007", i = "#FFF9F0", g = "#800711", p = "#FFECEB", d = {
2
- grey800: c,
3
- grey600: n,
4
- grey100: s,
5
- grey50: o,
6
- primary800: r,
7
- primary500: t,
8
- primary100: E,
9
- primary50: F,
10
- secondary800: e,
11
- secondary50: y,
12
- warning800: a,
13
- warning50: i,
14
- destructive800: g,
15
- destructive50: p
16
- };
17
- export {
18
- d as c
19
- };