@gouvfr-lasuite/ui-kit 0.25.0 → 0.27.0

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.
Files changed (32) hide show
  1. package/dist/{PdfPreview-CiefW-8Q.cjs → PdfPreview-Cvmydeqr.cjs} +2 -2
  2. package/dist/{PdfPreview-CiefW-8Q.cjs.map → PdfPreview-Cvmydeqr.cjs.map} +1 -1
  3. package/dist/{PdfPreview-BRLzv-qj.js → PdfPreview-Dn3s5J1l.js} +3 -3
  4. package/dist/{PdfPreview-BRLzv-qj.js.map → PdfPreview-Dn3s5J1l.js.map} +1 -1
  5. package/dist/ZoomPlus-BDjh_aTS.cjs +23 -0
  6. package/dist/ZoomPlus-BDjh_aTS.cjs.map +1 -0
  7. package/dist/{ZoomPlus-B6u2-sQg.js → ZoomPlus-CCz8Lj8v.js} +164 -109
  8. package/dist/ZoomPlus-CCz8Lj8v.js.map +1 -0
  9. package/dist/icons.cjs +1 -1
  10. package/dist/icons.cjs.map +1 -1
  11. package/dist/icons.d.ts +7 -0
  12. package/dist/icons.js +707 -756
  13. package/dist/icons.js.map +1 -1
  14. package/dist/{index-BccxlMZn.js → index-CUMYiXm1.js} +6403 -6215
  15. package/dist/index-CUMYiXm1.js.map +1 -0
  16. package/dist/index-DUED4Win.cjs +87 -0
  17. package/dist/index-DUED4Win.cjs.map +1 -0
  18. package/dist/index.cjs +1 -1
  19. package/dist/index.d.ts +67 -3
  20. package/dist/index.js +84 -81
  21. package/dist/storybook/preview-files/coucou.pages +0 -0
  22. package/dist/storybook/preview-files/pdf_with_js.pdf +0 -0
  23. package/dist/storybook/preview-files/pdf_with_js_link.pdf +0 -0
  24. package/dist/storybook/preview-files/pdf_with_links.pdf +0 -0
  25. package/dist/style.css +1 -1
  26. package/package.json +1 -1
  27. package/dist/ZoomPlus-B6u2-sQg.js.map +0 -1
  28. package/dist/ZoomPlus-BKS1WH5u.cjs +0 -23
  29. package/dist/ZoomPlus-BKS1WH5u.cjs.map +0 -1
  30. package/dist/index-7Uvc4sdP.cjs +0 -87
  31. package/dist/index-7Uvc4sdP.cjs.map +0 -1
  32. package/dist/index-BccxlMZn.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import t1 from "react";
2
- var A = { exports: {} }, j = {};
2
+ var E = { exports: {} }, j = {};
3
3
  /**
4
4
  * @license React
5
5
  * react-jsx-runtime.production.js
@@ -14,24 +14,24 @@ function n1() {
14
14
  if (D) return j;
15
15
  D = 1;
16
16
  var r = Symbol.for("react.transitional.element"), u = Symbol.for("react.fragment");
17
- function m(R, s, d) {
18
- var x = null;
19
- if (d !== void 0 && (x = "" + d), s.key !== void 0 && (x = "" + s.key), "key" in s) {
17
+ function x(q, s, d) {
18
+ var m = null;
19
+ if (d !== void 0 && (m = "" + d), s.key !== void 0 && (m = "" + s.key), "key" in s) {
20
20
  d = {};
21
- for (var p in s)
22
- p !== "key" && (d[p] = s[p]);
21
+ for (var R in s)
22
+ R !== "key" && (d[R] = s[R]);
23
23
  } else d = s;
24
24
  return s = d.ref, {
25
25
  $$typeof: r,
26
- type: R,
27
- key: x,
26
+ type: q,
27
+ key: m,
28
28
  ref: s !== void 0 ? s : null,
29
29
  props: d
30
30
  };
31
31
  }
32
- return j.Fragment = u, j.jsx = m, j.jsxs = m, j;
32
+ return j.Fragment = u, j.jsx = x, j.jsxs = x, j;
33
33
  }
34
- var q = {};
34
+ var p = {};
35
35
  /**
36
36
  * @license React
37
37
  * react-jsx-runtime.development.js
@@ -50,13 +50,13 @@ function o1() {
50
50
  return e.$$typeof === r1 ? null : e.displayName || e.name || null;
51
51
  if (typeof e == "string") return e;
52
52
  switch (e) {
53
- case _:
53
+ case M:
54
54
  return "Fragment";
55
- case X:
56
- return "Profiler";
57
55
  case $:
56
+ return "Profiler";
57
+ case W:
58
58
  return "StrictMode";
59
- case Z:
59
+ case B:
60
60
  return "Suspense";
61
61
  case Q:
62
62
  return "SuspenseList";
@@ -67,13 +67,13 @@ function o1() {
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 U:
70
+ case G:
71
71
  return "Portal";
72
72
  case J:
73
73
  return (e.displayName || "Context") + ".Provider";
74
- case W:
74
+ case X:
75
75
  return (e._context.displayName || "Context") + ".Consumer";
76
- case B:
76
+ case Z:
77
77
  var l = e.render;
78
78
  return e = e.displayName, e || (e = l.displayName || l.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
79
79
  case K:
@@ -90,7 +90,7 @@ function o1() {
90
90
  function u(e) {
91
91
  return "" + e;
92
92
  }
93
- function m(e) {
93
+ function x(e) {
94
94
  try {
95
95
  u(e);
96
96
  var l = !1;
@@ -99,16 +99,16 @@ function o1() {
99
99
  }
100
100
  if (l) {
101
101
  l = console;
102
- var t = l.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
103
- return t.call(
102
+ var n = l.error, o = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
103
+ return n.call(
104
104
  l,
105
105
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
106
106
  o
107
107
  ), u(e);
108
108
  }
109
109
  }
110
- function R(e) {
111
- if (e === _) return "<>";
110
+ function q(e) {
111
+ if (e === M) return "<>";
112
112
  if (typeof e == "object" && e !== null && e.$$typeof === O)
113
113
  return "<...>";
114
114
  try {
@@ -119,28 +119,28 @@ function o1() {
119
119
  }
120
120
  }
121
121
  function s() {
122
- var e = M.A;
122
+ var e = C.A;
123
123
  return e === null ? null : e.getOwner();
124
124
  }
125
125
  function d() {
126
126
  return Error("react-stack-top-frame");
127
127
  }
128
- function x(e) {
128
+ function m(e) {
129
129
  if (P.call(e, "key")) {
130
130
  var l = Object.getOwnPropertyDescriptor(e, "key").get;
131
131
  if (l && l.isReactWarning) return !1;
132
132
  }
133
133
  return e.key !== void 0;
134
134
  }
135
- function p(e, l) {
136
- function t() {
135
+ function R(e, l) {
136
+ function n() {
137
137
  z || (z = !0, console.error(
138
138
  "%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)",
139
139
  l
140
140
  ));
141
141
  }
142
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
143
- get: t,
142
+ n.isReactWarning = !0, Object.defineProperty(e, "key", {
143
+ get: n,
144
144
  configurable: !0
145
145
  });
146
146
  }
@@ -150,14 +150,14 @@ function o1() {
150
150
  "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."
151
151
  )), e = this.props.ref, e !== void 0 ? e : null;
152
152
  }
153
- function G(e, l, t, o, h, f, b, T) {
154
- return t = f.ref, e = {
155
- $$typeof: g,
153
+ function U(e, l, n, o, h, f, b, T) {
154
+ return n = f.ref, e = {
155
+ $$typeof: w,
156
156
  type: e,
157
157
  key: l,
158
158
  props: f,
159
159
  _owner: h
160
- }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
160
+ }, (n !== void 0 ? n : null) !== null ? Object.defineProperty(e, "ref", {
161
161
  enumerable: !1,
162
162
  get: I
163
163
  }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
@@ -182,25 +182,25 @@ function o1() {
182
182
  value: T
183
183
  }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
184
184
  }
185
- function S(e, l, t, o, h, f, b, T) {
185
+ function g(e, l, n, o, h, f, b, T) {
186
186
  var c = l.children;
187
187
  if (c !== void 0)
188
188
  if (o)
189
189
  if (a1(c)) {
190
190
  for (o = 0; o < c.length; o++)
191
- w(c[o]);
191
+ S(c[o]);
192
192
  Object.freeze && Object.freeze(c);
193
193
  } else
194
194
  console.error(
195
195
  "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
196
  );
197
- else w(c);
197
+ else S(c);
198
198
  if (P.call(l, "key")) {
199
199
  c = r(e);
200
200
  var v = Object.keys(l).filter(function(l1) {
201
201
  return l1 !== "key";
202
202
  });
203
- o = 0 < v.length ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}", H[c + o] || (v = 0 < v.length ? "{" + v.join(": ..., ") + ": ...}" : "{}", console.error(
203
+ o = 0 < v.length ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}", N[c + o] || (v = 0 < v.length ? "{" + v.join(": ..., ") + ": ...}" : "{}", console.error(
204
204
  `A props object containing a "key" prop is being spread into JSX:
205
205
  let props = %s;
206
206
  <%s {...props} />
@@ -211,72 +211,72 @@ React keys must be passed directly to JSX without using spread:
211
211
  c,
212
212
  v,
213
213
  c
214
- ), H[c + o] = !0);
214
+ ), N[c + o] = !0);
215
215
  }
216
- if (c = null, t !== void 0 && (m(t), c = "" + t), x(l) && (m(l.key), c = "" + l.key), "key" in l) {
217
- t = {};
216
+ if (c = null, n !== void 0 && (x(n), c = "" + n), m(l) && (x(l.key), c = "" + l.key), "key" in l) {
217
+ n = {};
218
218
  for (var L in l)
219
- L !== "key" && (t[L] = l[L]);
220
- } else t = l;
221
- return c && p(
222
- t,
219
+ L !== "key" && (n[L] = l[L]);
220
+ } else n = l;
221
+ return c && R(
222
+ n,
223
223
  typeof e == "function" ? e.displayName || e.name || "Unknown" : e
224
- ), G(
224
+ ), U(
225
225
  e,
226
226
  c,
227
227
  f,
228
228
  h,
229
229
  s(),
230
- t,
230
+ n,
231
231
  b,
232
232
  T
233
233
  );
234
234
  }
235
- function w(e) {
236
- typeof e == "object" && e !== null && e.$$typeof === g && e._store && (e._store.validated = 1);
235
+ function S(e) {
236
+ typeof e == "object" && e !== null && e.$$typeof === w && e._store && (e._store.validated = 1);
237
237
  }
238
- var E = t1, g = Symbol.for("react.transitional.element"), U = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), $ = Symbol.for("react.strict_mode"), X = Symbol.for("react.profiler"), W = Symbol.for("react.consumer"), J = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), Z = Symbol.for("react.suspense"), Q = Symbol.for("react.suspense_list"), K = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), e1 = Symbol.for("react.activity"), r1 = Symbol.for("react.client.reference"), M = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, a1 = Array.isArray, C = console.createTask ? console.createTask : function() {
238
+ var A = t1, w = Symbol.for("react.transitional.element"), G = Symbol.for("react.portal"), M = Symbol.for("react.fragment"), W = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), X = Symbol.for("react.consumer"), J = Symbol.for("react.context"), Z = Symbol.for("react.forward_ref"), B = Symbol.for("react.suspense"), Q = Symbol.for("react.suspense_list"), K = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), e1 = Symbol.for("react.activity"), r1 = Symbol.for("react.client.reference"), C = A.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, a1 = Array.isArray, _ = console.createTask ? console.createTask : function() {
239
239
  return null;
240
240
  };
241
- E = {
241
+ A = {
242
242
  react_stack_bottom_frame: function(e) {
243
243
  return e();
244
244
  }
245
245
  };
246
- var z, V = {}, y = E.react_stack_bottom_frame.bind(
247
- E,
246
+ var z, V = {}, H = A.react_stack_bottom_frame.bind(
247
+ A,
248
248
  d
249
- )(), N = C(R(d)), H = {};
250
- q.Fragment = _, q.jsx = function(e, l, t, o, h) {
251
- var f = 1e4 > M.recentlyCreatedOwnerStacks++;
252
- return S(
249
+ )(), y = _(q(d)), N = {};
250
+ p.Fragment = M, p.jsx = function(e, l, n, o, h) {
251
+ var f = 1e4 > C.recentlyCreatedOwnerStacks++;
252
+ return g(
253
253
  e,
254
254
  l,
255
- t,
255
+ n,
256
256
  !1,
257
257
  o,
258
258
  h,
259
- f ? Error("react-stack-top-frame") : y,
260
- f ? C(R(e)) : N
259
+ f ? Error("react-stack-top-frame") : H,
260
+ f ? _(q(e)) : y
261
261
  );
262
- }, q.jsxs = function(e, l, t, o, h) {
263
- var f = 1e4 > M.recentlyCreatedOwnerStacks++;
264
- return S(
262
+ }, p.jsxs = function(e, l, n, o, h) {
263
+ var f = 1e4 > C.recentlyCreatedOwnerStacks++;
264
+ return g(
265
265
  e,
266
266
  l,
267
- t,
267
+ n,
268
268
  !0,
269
269
  o,
270
270
  h,
271
- f ? Error("react-stack-top-frame") : y,
272
- f ? C(R(e)) : N
271
+ f ? Error("react-stack-top-frame") : H,
272
+ f ? _(q(e)) : y
273
273
  );
274
274
  };
275
- }()), q;
275
+ }()), p;
276
276
  }
277
277
  var F;
278
278
  function c1() {
279
- return F || (F = 1, process.env.NODE_ENV === "production" ? A.exports = n1() : A.exports = o1()), A.exports;
279
+ return F || (F = 1, process.env.NODE_ENV === "production" ? E.exports = n1() : E.exports = o1()), E.exports;
280
280
  }
281
281
  var a = c1(), i = /* @__PURE__ */ ((r) => (r.X_SMALL = "xsmall", r.SMALL = "small", r.MEDIUM = "medium", r.LARGE = "large", r.X_LARGE = "xlarge", r))(i || {}), s1 = /* @__PURE__ */ ((r) => (r.OUTLINED = "outlined", r.FILLED = "filled", r))(s1 || {});
282
282
  const k = {
@@ -291,7 +291,7 @@ const k = {
291
291
  [i.MEDIUM]: 32,
292
292
  [i.LARGE]: 40,
293
293
  [i.X_LARGE]: 48
294
- }, d1 = (r) => i1[r] ?? 24, f1 = (r) => k[r] ?? 24, n = (r) => {
294
+ }, d1 = (r) => i1[r] ?? 24, f1 = (r) => k[r] ?? 24, t = (r) => {
295
295
  let u;
296
296
  return typeof r.size == "number" ? u = r.size : r.size && k[r.size] ? u = k[r.size] : u = 24, /* @__PURE__ */ a.jsx(
297
297
  "svg",
@@ -305,19 +305,25 @@ const k = {
305
305
  children: r.children
306
306
  }
307
307
  );
308
- }, h1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
308
+ }, h1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
309
309
  "path",
310
310
  {
311
311
  fill: "currentColor",
312
312
  d: "M11.293 4.293a1 1 0 1 1 1.414 1.414L7.414 11H19a1 1 0 0 1 0 2H7.414l5.293 5.293a1 1 0 1 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414z"
313
313
  }
314
- ) }), v1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
314
+ ) }), v1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
315
315
  "path",
316
316
  {
317
317
  fill: "currentColor",
318
318
  d: "M11.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 1 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-5.293-5.293a1 1 0 0 1 0-1.414"
319
319
  }
320
- ) }), m1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
320
+ ) }), x1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
321
+ "path",
322
+ {
323
+ fill: "currentColor",
324
+ d: "M17 6q.084 0 .165.015l.03.005.045.01.048.012q.075.023.145.058l.042.02A1 1 0 0 1 18 7v10a1 1 0 1 1-2 0V9.414l-8.293 8.293a1 1 0 1 1-1.414-1.414L14.586 8H7a1 1 0 0 1 0-2z"
325
+ }
326
+ ) }), q1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
321
327
  /* @__PURE__ */ a.jsx(
322
328
  "path",
323
329
  {
@@ -334,7 +340,19 @@ const k = {
334
340
  clipRule: "evenodd"
335
341
  }
336
342
  )
337
- ] }), R1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
343
+ ] }), m1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
344
+ "path",
345
+ {
346
+ fill: "currentColor",
347
+ d: "M10.119 19.885q-.656 0-1.118-.581l-4.709-5.89q-.173-.21-.254-.41a1.2 1.2 0 0 1-.073-.409q0-.472.309-.781.318-.31.8-.31.555 0 .936.5l4.072 5.227 7.89-12.535q.21-.318.427-.445.219-.135.564-.136.472 0 .772.3.3.29.3.763 0 .191-.063.391-.065.19-.2.41l-8.544 13.316q-.4.59-1.11.59"
348
+ }
349
+ ) }), R1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
350
+ "path",
351
+ {
352
+ fill: "currentColor",
353
+ d: "M8.293 5.293a1 1 0 0 1 1.414 0l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414L13.586 12 8.293 6.707a1 1 0 0 1 0-1.414"
354
+ }
355
+ ) }), j1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
338
356
  /* @__PURE__ */ a.jsx(
339
357
  "path",
340
358
  {
@@ -349,7 +367,7 @@ const k = {
349
367
  d: "M12 6a1 1 0 0 1 1 1v4.382l3.447 1.723a1 1 0 0 1-.894 1.79l-4-2A1 1 0 0 1 11 12V7a1 1 0 0 1 1-1"
350
368
  }
351
369
  )
352
- ] }), x1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
370
+ ] }), p1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
353
371
  /* @__PURE__ */ a.jsx(
354
372
  "path",
355
373
  {
@@ -366,7 +384,7 @@ const k = {
366
384
  clipRule: "evenodd"
367
385
  }
368
386
  )
369
- ] }), p1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
387
+ ] }), A1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
370
388
  /* @__PURE__ */ a.jsx(
371
389
  "path",
372
390
  {
@@ -390,7 +408,7 @@ const k = {
390
408
  d: "M9.444 9.13q.37 0 .579.199.216.198.215.568v5.522q0 .306-.18.513t-.505.208q-.316 0-.496-.198a.77.77 0 0 1-.181-.524V10.52H8.85l-.813.613q-.09.055-.17.091a.4.4 0 0 1-.181.036.45.45 0 0 1-.334-.135.5.5 0 0 1-.136-.36q0-.308.298-.533l.947-.695q.235-.18.46-.288.235-.118.523-.119"
391
409
  }
392
410
  )
393
- ] }), j1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
411
+ ] }), E1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
394
412
  /* @__PURE__ */ a.jsx(
395
413
  "path",
396
414
  {
@@ -414,7 +432,7 @@ const k = {
414
432
  d: "M9.444 9.13q.37 0 .579.199.216.198.215.568v5.522q0 .306-.18.513t-.505.208q-.316 0-.496-.198a.77.77 0 0 1-.181-.524V10.52H8.85l-.813.613q-.09.055-.17.091a.4.4 0 0 1-.181.036.45.45 0 0 1-.334-.135.5.5 0 0 1-.136-.36q0-.308.298-.533l.947-.695q.235-.18.46-.288.235-.118.523-.119"
415
433
  }
416
434
  )
417
- ] }), q1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
435
+ ] }), M1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
418
436
  /* @__PURE__ */ a.jsx(
419
437
  "path",
420
438
  {
@@ -433,7 +451,7 @@ const k = {
433
451
  clipRule: "evenodd"
434
452
  }
435
453
  )
436
- ] }), E1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
454
+ ] }), C1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
437
455
  /* @__PURE__ */ a.jsx(
438
456
  "path",
439
457
  {
@@ -448,25 +466,25 @@ const k = {
448
466
  d: "M15.293 6.793a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 .25.414l.015.062q.027.111.028.231-.001.084-.016.165a.991.991 0 0 1-.202.455 1 1 0 0 1-.075.087l-5 5a1 1 0 1 1-1.414-1.414l3.293-3.293H9a1 1 0 1 1 0-2h9.586l-3.293-3.293a1 1 0 0 1 0-1.414"
449
467
  }
450
468
  )
451
- ] }), A1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
469
+ ] }), _1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
452
470
  "path",
453
471
  {
454
472
  fill: "currentColor",
455
473
  d: "M9.293 13.293a1 1 0 1 1 1.414 1.414L5.414 20H9a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v3.586zM22 9a1 1 0 1 1-2 0V5.414l-5.293 5.293a1 1 0 1 1-1.414-1.414L18.586 4H15a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1z"
456
474
  }
457
- ) }), _1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
475
+ ) }), b1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
458
476
  "path",
459
477
  {
460
478
  fill: "currentColor",
461
479
  d: "M9.315 3.5c.742 0 1.342.6 1.342 1.342v14.316c0 .741-.6 1.342-1.342 1.342H6.632c-.741 0-1.343-.6-1.343-1.342V4.842c0-.741.602-1.342 1.343-1.342zM17.368 3.5c.741 0 1.342.6 1.342 1.342v14.316c0 .741-.6 1.342-1.342 1.342h-2.684c-.741 0-1.342-.6-1.342-1.342V4.842c0-.741.6-1.342 1.342-1.342z"
462
480
  }
463
- ) }), M1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
481
+ ) }), T1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
464
482
  "path",
465
483
  {
466
484
  fill: "currentColor",
467
485
  d: "M7.64 3.5c.393.001.779.107 1.119.305l10.732 6.26a2.24 2.24 0 0 1 1.115 1.933 2.24 2.24 0 0 1-.987 1.856l-.124.078L8.76 20.195a2.236 2.236 0 0 1-3.364-1.933V5.737A2.24 2.24 0 0 1 7.64 3.5"
468
486
  }
469
- ) }), C1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
487
+ ) }), L1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
470
488
  "path",
471
489
  {
472
490
  fill: "currentColor",
@@ -474,7 +492,7 @@ const k = {
474
492
  d: "M12 2a1 1 0 0 1 1 1v1.385A16 16 0 0 0 20 6h1a1 1 0 1 1 0 2h-.932l2.868 7.648A1 1 0 0 1 22.6 16.8a6 6 0 0 1-7.199 0 1 1 0 0 1-.337-1.152l2.911-7.764A18 18 0 0 1 13 6.58V20h4a1 1 0 1 1 0 2H7a1 1 0 0 1 0-2h4V6.581a18 18 0 0 1-4.976 1.304l2.912 7.763A1 1 0 0 1 8.6 16.8a6 6 0 0 1-7.199 0 1 1 0 0 1-.337-1.152L3.931 8H3a1 1 0 0 1 0-2h1c2.428 0 4.82-.555 7-1.615V3a1 1 0 0 1 1-1M3.224 15.581C3.774 15.853 4.38 16 5 16c.619 0 1.225-.147 1.774-.419L5 10.85zm14 0c.55.272 1.156.419 1.776.419.619 0 1.225-.147 1.774-.419L19 10.85z",
475
493
  clipRule: "evenodd"
476
494
  }
477
- ) }), b1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
495
+ ) }), k1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
478
496
  /* @__PURE__ */ a.jsx(
479
497
  "path",
480
498
  {
@@ -498,7 +516,13 @@ const k = {
498
516
  d: "M21.832 10.92a1 1 0 0 1 .387 1.964l-3.025.597a1.001 1.001 0 0 1-.389-1.961z"
499
517
  }
500
518
  )
501
- ] }), T1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
519
+ ] }), g1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
520
+ "path",
521
+ {
522
+ fill: "currentColor",
523
+ d: "M8.293 3.293a1 1 0 1 1 1.414 1.414L6.414 8H14.5a6.5 6.5 0 0 1 0 13H11a1 1 0 1 1 0-2h3.5a4.501 4.501 0 0 0 3.182-7.682A4.5 4.5 0 0 0 14.5 10H6.414l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1-.25-.416l-.013-.05a1 1 0 0 1-.002-.473q.007-.03.015-.06a1 1 0 0 1 .096-.213q.064-.111.154-.202z"
524
+ }
525
+ ) }), S1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
502
526
  /* @__PURE__ */ a.jsx(
503
527
  "path",
504
528
  {
@@ -513,13 +537,38 @@ const k = {
513
537
  d: "M21 12a8 8 0 0 0-2.343-5.657 1 1 0 1 1 1.414-1.414 10 10 0 0 1 0 14.143 1 1 0 0 1-1.414-1.415A8 8 0 0 0 21 12"
514
538
  }
515
539
  )
516
- ] }), L1 = (r) => /* @__PURE__ */ a.jsx(n, { ...r, children: /* @__PURE__ */ a.jsx(
540
+ ] }), w1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
517
541
  "path",
518
542
  {
519
543
  fill: "currentColor",
520
544
  d: "M10.088 3.01c.25-.03.502-.005.741.074l.118.044.115.052c.224.113.42.274.576.472l.074.103.066.107c.145.255.221.544.222.838v14.597l-.005.126a1.704 1.704 0 0 1-2.907 1.08l-3.384-3.385A.4.4 0 0 0 5.42 17H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.419a.4.4 0 0 0 .285-.118l3.387-3.386c.238-.238.542-.4.872-.466zm11.205 5.283a1 1 0 1 1 1.414 1.414L20.414 12l2.293 2.293a1 1 0 1 1-1.414 1.414L19 13.414l-2.293 2.293a1 1 0 1 1-1.414-1.414L17.586 12l-2.293-2.293a1 1 0 1 1 1.414-1.414L19 10.586zM3 15h2.416a2.4 2.4 0 0 1 1.704.706l2.88 2.88V5.414l-2.88 2.88a2.4 2.4 0 0 1-1.704.705H3z"
521
545
  }
522
- ) }), k1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
546
+ ) }), O1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
547
+ /* @__PURE__ */ a.jsx(
548
+ "path",
549
+ {
550
+ fill: "currentColor",
551
+ d: "M12.01 16a1 1 0 1 1 0 2H12a1 1 0 1 1 0-2zM12 8a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1"
552
+ }
553
+ ),
554
+ /* @__PURE__ */ a.jsx(
555
+ "path",
556
+ {
557
+ fill: "currentColor",
558
+ fillRule: "evenodd",
559
+ d: "M11.99 1.986A3 3 0 0 1 14.6 3.504L22.597 17.5l.092.174a3.003 3.003 0 0 1-1.189 3.923 3 3 0 0 1-1.499.403H4a3 3 0 0 1-3.018-2.993 3 3 0 0 1 .4-1.503l8-14a3 3 0 0 1 2.608-1.518m0 2a1 1 0 0 0-.87.507v.003l-8 14-.004.004a1.002 1.002 0 0 0 .875 1.5H20a1 1 0 0 0 .865-.5 1 1 0 0 0 0-1l-.002-.004-8-14-.002-.003a1 1 0 0 0-.87-.507",
560
+ clipRule: "evenodd"
561
+ }
562
+ )
563
+ ] }), P1 = (r) => /* @__PURE__ */ a.jsx(t, { ...r, children: /* @__PURE__ */ a.jsx(
564
+ "path",
565
+ {
566
+ fill: "currentColor",
567
+ fillRule: "evenodd",
568
+ d: "M10.328 2.005q1.672 0 3.126.623a8 8 0 0 1 2.571 1.741 8.1 8.1 0 0 1 1.732 2.572q.633 1.455.633 3.117 0 1.305-.406 2.482c-.263.785-.99 1.963-1.349 2.46l4.467 4.483q.16.152.236.357.084.206.084.434 0 .318-.145.578a1.093 1.093 0 0 1-.974.555q-.227 0-.44-.084a1 1 0 0 1-.373-.243L15 16.59c-.487.324-1.566.92-2.318 1.164a7.7 7.7 0 0 1-2.354.355 7.9 7.9 0 0 1-3.126-.623 8.1 8.1 0 0 1-2.562-1.731 8.2 8.2 0 0 1-1.742-2.562 7.9 7.9 0 0 1-.623-3.135q0-1.662.623-3.117A8.2 8.2 0 0 1 4.64 4.37a7.9 7.9 0 0 1 5.688-2.364m0 2.067q-1.237 0-2.325.465a5.9 5.9 0 0 0-1.919 1.286 6 6 0 0 0-1.286 1.91 6 6 0 0 0-.455 2.325q0 1.245.455 2.334.465 1.078 1.286 1.899.831.821 1.919 1.296 1.087.465 2.325.465 1.246 0 2.324-.465a6.2 6.2 0 0 0 1.91-1.296 6 6 0 0 0 1.286-1.9 5.8 5.8 0 0 0 .474-2.333q0-1.237-.474-2.326a6 6 0 0 0-1.287-1.909 5.8 5.8 0 0 0-1.909-1.286 5.8 5.8 0 0 0-2.324-.465",
569
+ clipRule: "evenodd"
570
+ }
571
+ ) }), z1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
523
572
  /* @__PURE__ */ a.jsx(
524
573
  "path",
525
574
  {
@@ -536,7 +585,7 @@ const k = {
536
585
  clipRule: "evenodd"
537
586
  }
538
587
  )
539
- ] }), S1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
588
+ ] }), V1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
540
589
  /* @__PURE__ */ a.jsx(
541
590
  "path",
542
591
  {
@@ -553,7 +602,7 @@ const k = {
553
602
  clipRule: "evenodd"
554
603
  }
555
604
  )
556
- ] }), w1 = (r) => /* @__PURE__ */ a.jsxs(n, { ...r, children: [
605
+ ] }), H1 = (r) => /* @__PURE__ */ a.jsxs(t, { ...r, children: [
557
606
  /* @__PURE__ */ a.jsx(
558
607
  "path",
559
608
  {
@@ -573,31 +622,37 @@ const k = {
573
622
  ] });
574
623
  export {
575
624
  h1 as A,
576
- m1 as B,
625
+ q1 as B,
577
626
  R1 as C,
578
- x1 as D,
579
- p1 as F,
580
- q1 as G,
627
+ p1 as D,
628
+ A1 as F,
629
+ M1 as G,
581
630
  s1 as I,
582
- E1 as L,
583
- A1 as M,
584
- _1 as P,
585
- b1 as S,
586
- L1 as V,
587
- S1 as Z,
631
+ C1 as L,
632
+ _1 as M,
633
+ b1 as P,
634
+ k1 as S,
635
+ g1 as U,
636
+ w1 as V,
637
+ O1 as W,
638
+ P1 as Z,
588
639
  i as a,
589
- v1 as b,
590
- C1 as c,
591
- T1 as d,
592
- M1 as e,
593
- j1 as f,
594
- k1 as g,
595
- w1 as h,
596
- n as i,
640
+ m1 as b,
641
+ v1 as c,
642
+ L1 as d,
643
+ j1 as e,
644
+ x1 as f,
645
+ S1 as g,
646
+ T1 as h,
647
+ E1 as i,
597
648
  a as j,
598
- k,
599
- i1 as l,
600
- d1 as m,
601
- f1 as n
649
+ V1 as k,
650
+ z1 as l,
651
+ H1 as m,
652
+ t as n,
653
+ k as o,
654
+ i1 as p,
655
+ d1 as q,
656
+ f1 as r
602
657
  };
603
- //# sourceMappingURL=ZoomPlus-B6u2-sQg.js.map
658
+ //# sourceMappingURL=ZoomPlus-CCz8Lj8v.js.map