react-ecosistema-unp 1.7.14 → 1.7.15

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 (26) hide show
  1. package/README.md +61 -61
  2. package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
  3. package/dist/cards/tarjeta-info/TarjetaInfo.js +1 -1
  4. package/dist/data/tarjeta-datos/TarjetaDatos.js +1 -1
  5. package/dist/{index-CgSyrJ_X.js → index-D3WseyJh.js} +18 -14
  6. package/dist/{index-069JzHFQ.js → index-DDjnZyBf.js} +16 -12
  7. package/dist/lib/assets/animations/noData.json.d.ts +5866 -5866
  8. package/dist/lib/assets/animations/noInfo.json.d.ts +2981 -2981
  9. package/dist/lib/tables/tabla-registros/TablaRegistros.d.ts +2 -0
  10. package/dist/lib/tables/tabla-registros/tabla/Tabla.d.ts +3 -0
  11. package/dist/shared/app-list/AppList.js +2 -2
  12. package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
  13. package/dist/shared/menu-lateral/MenuLateral.js +9 -9
  14. package/dist/shared/notificacion-usuario/NotificacionUsuario.js +3 -3
  15. package/dist/tables/tabla-registros/TablaRegistros.js +268 -264
  16. package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
  17. package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +9 -8
  18. package/dist/tables/tabla-registros/modal-v2/EcoModal.js +1 -1
  19. package/dist/tables/tabla-registros/tabla/Tabla.js +179 -122
  20. package/dist/ui/contenido-modal/ContenidoModal.js +1 -1
  21. package/dist/ui/contenido-modal/ContenidoModalv0.1.js +1 -1
  22. package/dist/ui/icono-tooltip/IconoTooltip.js +1 -1
  23. package/dist/ui/items-modal/ItemsModal.js +1 -1
  24. package/dist/ui/logo/Logo.js +6 -6
  25. package/dist/utils/unp-historico/UnpHistorico.js +1 -1
  26. package/package.json +113 -113
package/README.md CHANGED
@@ -1,62 +1,62 @@
1
- # Librería React para el Ecosistema de Información de la UNP
2
-
3
- <span align="center">
4
- <a href="https://www.npmjs.com/package/react-ecosistema-unp"><img title="npm version" src="https://badgen.net/npm/v/react-ecosistema-unp?label=latest"></a>
5
- <!-- <a href="https://www.npmjs.com/package/react-ecosistema-unp"><img title="npm version" src="https://badgen.net/npm/v/react-ecosistema-unp?label=pre"></a> -->
6
- </span>
7
-
8
- La Librería del Ecosistema de Información es una colección de componentes reutilizables y modulares para crear y gestionar el entorno digital de la Unidad Nacional de Protección. Esta librería proporciona componentes para facilitar la integración de diversas funcionalidades dentro de las aplicaciones del ecosistema.
9
-
10
-
11
- <!-- #### Migración
12
-
13
- Todos los proyectos que utilizan la librería [eco-unp](https://www.npmjs.com/package/eco-unp) deben realizar la migración a [react-ecosistema-unp](https://www.npmjs.com/package/react-ecosistema-unp). Para ello deben seguir los siguientes pasos:
14
- * Desinstalar eco-unp: ```npm uninstall eco-unp```
15
- * Cambiar el Module Resolution en los proyectos React TS a *bundler* ```"moduleResolution": "bundler"```
16
- * Instalar la última versión de react-ecosistema-unp: ```npm install react-ecosistema-unp@latest```
17
- * Realizar el cambio en las siguientes importaciones:
18
- ```tsx
19
- import { AuthProvider } from 'eco-unp/Utils'; -> import { AuthProvider } from 'react-ecosistema-unp/utils';
20
- import { UserRoute, ProtectedRoute } from 'eco-unp/Utils'; -> import { ProtectedRoute, UserRoute } from 'react-ecosistema-unp/utils';
21
-
22
- import { VentanaLienzo } from 'eco-unp/Ui'; -> import { VentanaLienzo } from 'react-ecosistema-unp/shared';
23
- import { VentanaUsuario } from 'eco-unp/Ui'; -> import { VentanaTabs } from 'react-ecosistema-unp/shared';
24
- import { TabVentana } from 'eco-unp/Ui'; -> import { VentanaTabs } from 'react-ecosistema-unp/shared';
25
-
26
- import { SubtituloForm } from 'eco-unp/Ui'; -> import { Subtitulo } from "react-ecosistema-unp/ui";
27
-
28
- import { CardForm } from 'eco-unp/Ui'; -> import { Tarjeta } from 'react-ecosistema-unp/cards';
29
-
30
- import { BootstrapTable } from 'eco-unp/Tables'; -> import { TablaRegistros } from 'react-ecosistema-unp/tables';
31
- ```
32
-
33
- > El componente Subtitulo cambia el prop subtitulo a subtitle -->
34
-
35
-
36
- ## Instalación
37
-
38
- ```bash
39
- npm install react-ecosistema-unp@latest
40
- ```
41
- > Nota: El Module Resolution del proyecto debe ser *bundler* para su correcto funcionamiento
42
- ```json
43
- "moduleResolution": "bundler"
44
- ```
45
-
46
-
47
- ## Documentación
48
-
49
- *En desarrollo*
50
-
51
- * [Elementos UI](docs/ui.md)
52
- * [Tarjetas](docs/cards.md)
53
- * [Tabla y modal](docs/table.md)
54
- * [Utilidades](docs/utils.md)
55
-
56
- <br>
57
-
58
- * [Accesibilidad](docs/accessibility.md)
59
-
60
- <br>
61
-
1
+ # Librería React para el Ecosistema de Información de la UNP
2
+
3
+ <span align="center">
4
+ <a href="https://www.npmjs.com/package/react-ecosistema-unp"><img title="npm version" src="https://badgen.net/npm/v/react-ecosistema-unp?label=latest"></a>
5
+ <!-- <a href="https://www.npmjs.com/package/react-ecosistema-unp"><img title="npm version" src="https://badgen.net/npm/v/react-ecosistema-unp?label=pre"></a> -->
6
+ </span>
7
+
8
+ La Librería del Ecosistema de Información es una colección de componentes reutilizables y modulares para crear y gestionar el entorno digital de la Unidad Nacional de Protección. Esta librería proporciona componentes para facilitar la integración de diversas funcionalidades dentro de las aplicaciones del ecosistema.
9
+
10
+
11
+ <!-- #### Migración
12
+
13
+ Todos los proyectos que utilizan la librería [eco-unp](https://www.npmjs.com/package/eco-unp) deben realizar la migración a [react-ecosistema-unp](https://www.npmjs.com/package/react-ecosistema-unp). Para ello deben seguir los siguientes pasos:
14
+ * Desinstalar eco-unp: ```npm uninstall eco-unp```
15
+ * Cambiar el Module Resolution en los proyectos React TS a *bundler* ```"moduleResolution": "bundler"```
16
+ * Instalar la última versión de react-ecosistema-unp: ```npm install react-ecosistema-unp@latest```
17
+ * Realizar el cambio en las siguientes importaciones:
18
+ ```tsx
19
+ import { AuthProvider } from 'eco-unp/Utils'; -> import { AuthProvider } from 'react-ecosistema-unp/utils';
20
+ import { UserRoute, ProtectedRoute } from 'eco-unp/Utils'; -> import { ProtectedRoute, UserRoute } from 'react-ecosistema-unp/utils';
21
+
22
+ import { VentanaLienzo } from 'eco-unp/Ui'; -> import { VentanaLienzo } from 'react-ecosistema-unp/shared';
23
+ import { VentanaUsuario } from 'eco-unp/Ui'; -> import { VentanaTabs } from 'react-ecosistema-unp/shared';
24
+ import { TabVentana } from 'eco-unp/Ui'; -> import { VentanaTabs } from 'react-ecosistema-unp/shared';
25
+
26
+ import { SubtituloForm } from 'eco-unp/Ui'; -> import { Subtitulo } from "react-ecosistema-unp/ui";
27
+
28
+ import { CardForm } from 'eco-unp/Ui'; -> import { Tarjeta } from 'react-ecosistema-unp/cards';
29
+
30
+ import { BootstrapTable } from 'eco-unp/Tables'; -> import { TablaRegistros } from 'react-ecosistema-unp/tables';
31
+ ```
32
+
33
+ > El componente Subtitulo cambia el prop subtitulo a subtitle -->
34
+
35
+
36
+ ## Instalación
37
+
38
+ ```bash
39
+ npm install react-ecosistema-unp@latest
40
+ ```
41
+ > Nota: El Module Resolution del proyecto debe ser *bundler* para su correcto funcionamiento
42
+ ```json
43
+ "moduleResolution": "bundler"
44
+ ```
45
+
46
+
47
+ ## Documentación
48
+
49
+ *En desarrollo*
50
+
51
+ * [Elementos UI](docs/ui.md)
52
+ * [Tarjetas](docs/cards.md)
53
+ * [Tabla y modal](docs/table.md)
54
+ * [Utilidades](docs/utils.md)
55
+
56
+ <br>
57
+
58
+ * [Accesibilidad](docs/accessibility.md)
59
+
60
+ <br>
61
+
62
62
  * [Estilos]()
@@ -1,5 +1,5 @@
1
1
  import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- import { s } from "../../../index-069JzHFQ.js";
2
+ import { s } from "../../../index-DDjnZyBf.js";
3
3
  import '../../../assets/Bootstrap.css';/* empty css */
4
4
  import { B as a } from "../../../Button-B87TJYml.js";
5
5
  const d = {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as r, useRef as d, useEffect as u } from "react";
3
- import { o as j, p } from "../../index-069JzHFQ.js";
3
+ import { o as j, p } from "../../index-DDjnZyBf.js";
4
4
  import '../../assets/UnpHistorico.css';/* empty css */
5
5
  const x = ({ icon: c, label: l, show: h = !1, children: o }) => {
6
6
  const [e, i] = r(h), [f, s] = r(0), a = d(null);
@@ -3,7 +3,7 @@ import "react";
3
3
  import '../../assets/SeccionTarjetaLectura.css';import '../../assets/Logo.css';import '../../assets/TarjetaLectura.css';import '../../assets/ContenedorTarjeta.css';import '../../assets/Bootstrap.css';import '../../assets/Tarjeta.css';/* empty css */
4
4
  /* empty css */
5
5
  import "../../cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js";
6
- import { m as t } from "../../index-069JzHFQ.js";
6
+ import { m as t } from "../../index-DDjnZyBf.js";
7
7
  /* empty css */
8
8
  /* empty css */
9
9
  /* empty css */
@@ -2,25 +2,28 @@ import { G as t } from "./iconBase-LROS5hdG.js";
2
2
  function h(c) {
3
3
  return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" }, child: [] }] })(c);
4
4
  }
5
+ function r(c) {
6
+ return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" }, child: [] }] })(c);
7
+ }
5
8
  function v(c) {
6
9
  return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z" }, child: [] }] })(c);
7
10
  }
8
- function r(c) {
11
+ function i(c) {
9
12
  return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z" }, child: [] }] })(c);
10
13
  }
11
- function i(c) {
14
+ function l(c) {
12
15
  return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z" }, child: [] }] })(c);
13
16
  }
14
- function l(c) {
17
+ function n(c) {
15
18
  return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z" }, child: [] }] })(c);
16
19
  }
17
- function n(c) {
20
+ function d(c) {
18
21
  return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z" }, child: [] }] })(c);
19
22
  }
20
- function d(c) {
23
+ function o(c) {
21
24
  return t({ tag: "svg", attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z" }, child: [] }] })(c);
22
25
  }
23
- function o(c) {
26
+ function e(c) {
24
27
  return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z" }, child: [] }] })(c);
25
28
  }
26
29
  function g(c) {
@@ -28,12 +31,13 @@ function g(c) {
28
31
  }
29
32
  export {
30
33
  g as F,
31
- n as a,
32
- l as b,
33
- d as c,
34
- h as d,
35
- o as e,
36
- v as f,
37
- i as g,
38
- r as h
34
+ d as a,
35
+ n as b,
36
+ o as c,
37
+ r as d,
38
+ h as e,
39
+ e as f,
40
+ v as g,
41
+ l as h,
42
+ i
39
43
  };
@@ -1,5 +1,5 @@
1
1
  import { G as t } from "./iconBase-LROS5hdG.js";
2
- function a(c) {
2
+ function l(c) {
3
3
  return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L320 96z" }, child: [] }] })(c);
4
4
  }
5
5
  function s(c) {
@@ -56,10 +56,10 @@ function w(c) {
56
56
  function F(c) {
57
57
  return t({ tag: "svg", attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z" }, child: [] }] })(c);
58
58
  }
59
- function m(c) {
59
+ function x(c) {
60
60
  return t({ tag: "svg", attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z" }, child: [] }] })(c);
61
61
  }
62
- function x(c) {
62
+ function m(c) {
63
63
  return t({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z" }, child: [] }] })(c);
64
64
  }
65
65
  function B(c) {
@@ -74,20 +74,23 @@ function A(c) {
74
74
  function S(c) {
75
75
  return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32s14.3-32 32-32z" }, child: [] }] })(c);
76
76
  }
77
- function k(c) {
77
+ function R(c) {
78
78
  return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z" }, child: [] }] })(c);
79
79
  }
80
+ function k(c) {
81
+ return t({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" }, child: [] }] })(c);
82
+ }
80
83
  export {
81
84
  u as F,
82
85
  F as a,
83
86
  L as b,
84
87
  i as c,
85
- a as d,
88
+ l as d,
86
89
  h as e,
87
90
  o as f,
88
91
  n as g,
89
92
  B as h,
90
- m as i,
93
+ x as i,
91
94
  v as j,
92
95
  p as k,
93
96
  A as l,
@@ -95,13 +98,14 @@ export {
95
98
  M as n,
96
99
  d as o,
97
100
  e as p,
98
- k as q,
101
+ R as q,
99
102
  S as r,
100
- x as s,
103
+ m as s,
101
104
  g as t,
102
105
  z as u,
103
- C as v,
104
- w,
105
- s as x,
106
- r as y
106
+ k as v,
107
+ C as w,
108
+ w as x,
109
+ s as y,
110
+ r as z
107
111
  };