prometeo-design-system 2.8.2 → 2.8.3
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/Avatar.es.js +1 -1
- package/dist/Button.es.js +1 -1
- package/dist/{CardProfile-WHoeSibd.js → CardProfile-BB-IP1MR.js} +1 -1
- package/dist/CardProfile.es.js +1 -1
- package/dist/CheckBox.es.js +1 -1
- package/dist/DatePicker.es.js +1544 -1484
- package/dist/DialogModal.es.js +1 -1
- package/dist/DrawerDesktop.es.js +1 -1
- package/dist/DrawerMobile.es.js +1 -1
- package/dist/DropZone.es.js +1 -1
- package/dist/FAButton.es.js +1 -1
- package/dist/Header.es.js +1 -1
- package/dist/{HelperComponent-BeNlTMqI.js → HelperComponent-D_Cqdf1J.js} +1 -1
- package/dist/Icons.es.js +1 -1
- package/dist/Image.es.js +1 -1
- package/dist/{ImageGallery-WKzUevOQ.js → ImageGallery-CjaJ0UCN.js} +1 -1
- package/dist/ImageGallery.es.js +1 -1
- package/dist/{Input-Bdiozi8s.js → Input-Bdo-Acix.js} +2 -2
- package/dist/Input.es.js +1 -1
- package/dist/InputMultiple.es.js +1 -1
- package/dist/{LayoutGeneric-CbaoatQB.js → LayoutGeneric-B6E-yOYJ.js} +1 -1
- package/dist/LayoutGeneric.es.js +1 -1
- package/dist/Logo.es.js +1 -1
- package/dist/Menu.es.js +1 -1
- package/dist/OtpInput.es.js +1 -1
- package/dist/Pagination.es.js +1 -1
- package/dist/ProfilePictureUpload.es.js +1 -1
- package/dist/ProgressBar.es.js +1 -1
- package/dist/RadioButton.es.js +2 -2
- package/dist/SegmentedButton.es.js +1 -1
- package/dist/{Select-DpnghyhT.js → Select-D2APaG1z.js} +3 -3
- package/dist/Select.es.js +1 -1
- package/dist/SelectSearch.es.js +2 -2
- package/dist/Skeleton.es.js +1 -1
- package/dist/Spinner.es.js +1 -1
- package/dist/Steps.es.js +1 -1
- package/dist/SwipeContainer.es.js +1 -1
- package/dist/Switch.es.js +1 -1
- package/dist/TabLinks.es.js +1 -1
- package/dist/Table.es.js +1 -1
- package/dist/TextArea.es.js +1 -1
- package/dist/Toast.es.js +1 -1
- package/dist/ToastProvider.es.js +1 -1
- package/dist/Tooltip.es.js +1 -1
- package/dist/{jsx-runtime-DKDX3adD.js → jsx-runtime-ByW6EXIE.js} +96 -94
- package/dist/prometeo-design-system.css +1 -1
- package/dist/prometeo-design-system.es.js +7 -7
- package/package.json +272 -272
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
var v = { exports: {} },
|
|
1
|
+
import ee from "react";
|
|
2
|
+
var v = { exports: {} }, _ = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -9,29 +9,29 @@ var v = { exports: {} }, m = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
16
|
-
var l = Symbol.for("react.transitional.element"),
|
|
17
|
-
function
|
|
18
|
-
var
|
|
19
|
-
if (s !== void 0 && (
|
|
12
|
+
var F;
|
|
13
|
+
function re() {
|
|
14
|
+
if (F) return _;
|
|
15
|
+
F = 1;
|
|
16
|
+
var l = Symbol.for("react.transitional.element"), T = Symbol.for("react.fragment");
|
|
17
|
+
function f(d, o, s) {
|
|
18
|
+
var m = null;
|
|
19
|
+
if (s !== void 0 && (m = "" + s), o.key !== void 0 && (m = "" + o.key), "key" in o) {
|
|
20
20
|
s = {};
|
|
21
|
-
for (var
|
|
22
|
-
|
|
21
|
+
for (var E in o)
|
|
22
|
+
E !== "key" && (s[E] = o[E]);
|
|
23
23
|
} else s = o;
|
|
24
24
|
return o = s.ref, {
|
|
25
25
|
$$typeof: l,
|
|
26
|
-
type:
|
|
27
|
-
key:
|
|
26
|
+
type: d,
|
|
27
|
+
key: m,
|
|
28
28
|
ref: o !== void 0 ? o : null,
|
|
29
29
|
props: s
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
return
|
|
32
|
+
return _.Fragment = T, _.jsx = f, _.jsxs = f, _;
|
|
33
33
|
}
|
|
34
|
-
var
|
|
34
|
+
var R = {};
|
|
35
35
|
/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-jsx-runtime.development.js
|
|
@@ -41,44 +41,44 @@ var _ = {};
|
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
45
|
-
function
|
|
46
|
-
return
|
|
44
|
+
var D;
|
|
45
|
+
function te() {
|
|
46
|
+
return D || (D = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
47
47
|
function l(e) {
|
|
48
48
|
if (e == null) return null;
|
|
49
49
|
if (typeof e == "function")
|
|
50
|
-
return e.$$typeof ===
|
|
50
|
+
return e.$$typeof === Z ? null : e.displayName || e.name || null;
|
|
51
51
|
if (typeof e == "string") return e;
|
|
52
52
|
switch (e) {
|
|
53
53
|
case p:
|
|
54
54
|
return "Fragment";
|
|
55
|
-
case
|
|
55
|
+
case J:
|
|
56
56
|
return "Profiler";
|
|
57
|
-
case
|
|
57
|
+
case U:
|
|
58
58
|
return "StrictMode";
|
|
59
|
-
case z:
|
|
60
|
-
return "Suspense";
|
|
61
59
|
case G:
|
|
60
|
+
return "Suspense";
|
|
61
|
+
case X:
|
|
62
62
|
return "SuspenseList";
|
|
63
|
-
case
|
|
63
|
+
case H:
|
|
64
64
|
return "Activity";
|
|
65
65
|
}
|
|
66
66
|
if (typeof e == "object")
|
|
67
67
|
switch (typeof e.tag == "number" && console.error(
|
|
68
68
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
69
|
), e.$$typeof) {
|
|
70
|
-
case
|
|
70
|
+
case W:
|
|
71
71
|
return "Portal";
|
|
72
|
-
case
|
|
73
|
-
return e.displayName || "Context";
|
|
74
|
-
case J:
|
|
75
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
72
|
+
case z:
|
|
73
|
+
return (e.displayName || "Context") + ".Provider";
|
|
76
74
|
case q:
|
|
75
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
+
case V:
|
|
77
77
|
var r = e.render;
|
|
78
78
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
79
|
-
case
|
|
79
|
+
case B:
|
|
80
80
|
return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
|
|
81
|
-
case
|
|
81
|
+
case g:
|
|
82
82
|
r = e._payload, e = e._init;
|
|
83
83
|
try {
|
|
84
84
|
return l(e(r));
|
|
@@ -87,10 +87,10 @@ function re() {
|
|
|
87
87
|
}
|
|
88
88
|
return null;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function T(e) {
|
|
91
91
|
return "" + e;
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function f(e) {
|
|
94
94
|
try {
|
|
95
95
|
var r = !1;
|
|
96
96
|
} catch {
|
|
@@ -103,12 +103,12 @@ function re() {
|
|
|
103
103
|
r,
|
|
104
104
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
105
105
|
n
|
|
106
|
-
),
|
|
106
|
+
), T(e);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function d(e) {
|
|
110
110
|
if (e === p) return "<>";
|
|
111
|
-
if (typeof e == "object" && e !== null && e.$$typeof ===
|
|
111
|
+
if (typeof e == "object" && e !== null && e.$$typeof === g)
|
|
112
112
|
return "<...>";
|
|
113
113
|
try {
|
|
114
114
|
var r = l(e);
|
|
@@ -124,16 +124,16 @@ function re() {
|
|
|
124
124
|
function s() {
|
|
125
125
|
return Error("react-stack-top-frame");
|
|
126
126
|
}
|
|
127
|
-
function
|
|
128
|
-
if (
|
|
127
|
+
function m(e) {
|
|
128
|
+
if (h.call(e, "key")) {
|
|
129
129
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
130
130
|
if (r && r.isReactWarning) return !1;
|
|
131
131
|
}
|
|
132
132
|
return e.key !== void 0;
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function E(e, r) {
|
|
135
135
|
function t() {
|
|
136
|
-
|
|
136
|
+
y || (y = !0, console.error(
|
|
137
137
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
138
138
|
r
|
|
139
139
|
));
|
|
@@ -143,23 +143,22 @@ function re() {
|
|
|
143
143
|
configurable: !0
|
|
144
144
|
});
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function L() {
|
|
147
147
|
var e = l(this.type);
|
|
148
|
-
return
|
|
148
|
+
return N[e] || (N[e] = !0, console.error(
|
|
149
149
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
150
150
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
151
151
|
}
|
|
152
|
-
function
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
$$typeof: j,
|
|
152
|
+
function M(e, r, t, n, c, u, A, S) {
|
|
153
|
+
return t = u.ref, e = {
|
|
154
|
+
$$typeof: x,
|
|
156
155
|
type: e,
|
|
157
156
|
key: r,
|
|
158
|
-
props:
|
|
159
|
-
_owner:
|
|
160
|
-
}, (
|
|
157
|
+
props: u,
|
|
158
|
+
_owner: c
|
|
159
|
+
}, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
|
|
161
160
|
enumerable: !1,
|
|
162
|
-
get:
|
|
161
|
+
get: L
|
|
163
162
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
164
163
|
configurable: !1,
|
|
165
164
|
enumerable: !1,
|
|
@@ -174,19 +173,19 @@ function re() {
|
|
|
174
173
|
configurable: !1,
|
|
175
174
|
enumerable: !1,
|
|
176
175
|
writable: !0,
|
|
177
|
-
value:
|
|
176
|
+
value: A
|
|
178
177
|
}), Object.defineProperty(e, "_debugTask", {
|
|
179
178
|
configurable: !1,
|
|
180
179
|
enumerable: !1,
|
|
181
180
|
writable: !0,
|
|
182
|
-
value:
|
|
181
|
+
value: S
|
|
183
182
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
184
183
|
}
|
|
185
|
-
function
|
|
184
|
+
function j(e, r, t, n, c, u, A, S) {
|
|
186
185
|
var a = r.children;
|
|
187
186
|
if (a !== void 0)
|
|
188
187
|
if (n)
|
|
189
|
-
if (
|
|
188
|
+
if (Q(a)) {
|
|
190
189
|
for (n = 0; n < a.length; n++)
|
|
191
190
|
w(a[n]);
|
|
192
191
|
Object.freeze && Object.freeze(a);
|
|
@@ -195,12 +194,12 @@ function re() {
|
|
|
195
194
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
196
195
|
);
|
|
197
196
|
else w(a);
|
|
198
|
-
if (
|
|
197
|
+
if (h.call(r, "key")) {
|
|
199
198
|
a = l(e);
|
|
200
|
-
var
|
|
201
|
-
return
|
|
199
|
+
var i = Object.keys(r).filter(function(K) {
|
|
200
|
+
return K !== "key";
|
|
202
201
|
});
|
|
203
|
-
n = 0 <
|
|
202
|
+
n = 0 < i.length ? "{key: someKey, " + i.join(": ..., ") + ": ...}" : "{key: someKey}", I[a + n] || (i = 0 < i.length ? "{" + i.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
204
203
|
`A props object containing a "key" prop is being spread into JSX:
|
|
205
204
|
let props = %s;
|
|
206
205
|
<%s {...props} />
|
|
@@ -209,73 +208,76 @@ React keys must be passed directly to JSX without using spread:
|
|
|
209
208
|
<%s key={someKey} {...props} />`,
|
|
210
209
|
n,
|
|
211
210
|
a,
|
|
212
|
-
|
|
211
|
+
i,
|
|
213
212
|
a
|
|
214
|
-
),
|
|
213
|
+
), I[a + n] = !0);
|
|
215
214
|
}
|
|
216
|
-
if (a = null, t !== void 0 && (
|
|
215
|
+
if (a = null, t !== void 0 && (f(t), a = "" + t), m(r) && (f(r.key), a = "" + r.key), "key" in r) {
|
|
217
216
|
t = {};
|
|
218
|
-
for (var
|
|
219
|
-
|
|
217
|
+
for (var P in r)
|
|
218
|
+
P !== "key" && (t[P] = r[P]);
|
|
220
219
|
} else t = r;
|
|
221
|
-
return a &&
|
|
220
|
+
return a && E(
|
|
222
221
|
t,
|
|
223
222
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
224
|
-
),
|
|
223
|
+
), M(
|
|
225
224
|
e,
|
|
226
225
|
a,
|
|
227
|
-
|
|
226
|
+
u,
|
|
227
|
+
c,
|
|
228
228
|
o(),
|
|
229
|
-
|
|
230
|
-
A
|
|
229
|
+
t,
|
|
230
|
+
A,
|
|
231
|
+
S
|
|
231
232
|
);
|
|
232
233
|
}
|
|
233
234
|
function w(e) {
|
|
234
|
-
|
|
235
|
-
}
|
|
236
|
-
function y(e) {
|
|
237
|
-
return typeof e == "object" && e !== null && e.$$typeof === j;
|
|
235
|
+
typeof e == "object" && e !== null && e.$$typeof === x && e._store && (e._store.validated = 1);
|
|
238
236
|
}
|
|
239
|
-
var
|
|
237
|
+
var b = ee, x = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler"), q = Symbol.for("react.consumer"), z = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), B = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), Z = Symbol.for("react.client.reference"), k = b.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, h = Object.prototype.hasOwnProperty, Q = Array.isArray, O = console.createTask ? console.createTask : function() {
|
|
240
238
|
return null;
|
|
241
239
|
};
|
|
242
|
-
|
|
240
|
+
b = {
|
|
243
241
|
react_stack_bottom_frame: function(e) {
|
|
244
242
|
return e();
|
|
245
243
|
}
|
|
246
244
|
};
|
|
247
|
-
var
|
|
248
|
-
|
|
245
|
+
var y, N = {}, C = b.react_stack_bottom_frame.bind(
|
|
246
|
+
b,
|
|
249
247
|
s
|
|
250
|
-
)(),
|
|
251
|
-
|
|
252
|
-
var
|
|
253
|
-
return
|
|
248
|
+
)(), Y = O(d(s)), I = {};
|
|
249
|
+
R.Fragment = p, R.jsx = function(e, r, t, n, c) {
|
|
250
|
+
var u = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
251
|
+
return j(
|
|
254
252
|
e,
|
|
255
253
|
r,
|
|
256
254
|
t,
|
|
257
255
|
!1,
|
|
258
|
-
n
|
|
259
|
-
|
|
256
|
+
n,
|
|
257
|
+
c,
|
|
258
|
+
u ? Error("react-stack-top-frame") : C,
|
|
259
|
+
u ? O(d(e)) : Y
|
|
260
260
|
);
|
|
261
|
-
},
|
|
262
|
-
var
|
|
263
|
-
return
|
|
261
|
+
}, R.jsxs = function(e, r, t, n, c) {
|
|
262
|
+
var u = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
263
|
+
return j(
|
|
264
264
|
e,
|
|
265
265
|
r,
|
|
266
266
|
t,
|
|
267
267
|
!0,
|
|
268
|
-
n
|
|
269
|
-
|
|
268
|
+
n,
|
|
269
|
+
c,
|
|
270
|
+
u ? Error("react-stack-top-frame") : C,
|
|
271
|
+
u ? O(d(e)) : Y
|
|
270
272
|
);
|
|
271
273
|
};
|
|
272
|
-
})()),
|
|
274
|
+
})()), R;
|
|
273
275
|
}
|
|
274
|
-
var
|
|
275
|
-
function
|
|
276
|
-
return
|
|
276
|
+
var $;
|
|
277
|
+
function ne() {
|
|
278
|
+
return $ || ($ = 1, process.env.NODE_ENV === "production" ? v.exports = /* @__PURE__ */ re() : v.exports = /* @__PURE__ */ te()), v.exports;
|
|
277
279
|
}
|
|
278
|
-
var
|
|
280
|
+
var oe = /* @__PURE__ */ ne();
|
|
279
281
|
export {
|
|
280
|
-
|
|
282
|
+
oe as j
|
|
281
283
|
};
|