@loja-integrada/admin-components 1.0.4 → 1.0.6
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/chunk-EGXDP5GY.js +9 -0
- package/dist/{chunk-OHKM27GJ.js → chunk-KAUPOL2P.js} +2 -2
- package/dist/index.css +1 -1
- package/dist/index.js +4 -3
- package/dist/indicators/Toast/Toast.client.d.ts +1 -1
- package/dist/indicators/Toast/index.css +1 -1
- package/dist/indicators/Toast/index.js +4 -11
- package/dist/indicators/index.css +1 -1
- package/dist/indicators/index.d.ts +1 -0
- package/dist/indicators/index.js +3 -2
- package/dist/layout/Box/index.js +1 -1
- package/dist/layout/index.js +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-AKA4VSQF.js → chunk-7RP4L6ZM.js} +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { a as a$1 } from './chunk-PFWHNMTS.js';
|
|
2
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
3
|
+
import i from 'react';
|
|
4
|
+
import { ToastContainer, toast } from 'react-toastify';
|
|
5
|
+
import { jsx } from 'react/jsx-runtime';
|
|
6
|
+
|
|
7
|
+
var m={success:"bg-primary-light border-primary-dark",error:"bg-danger-light border-danger-dark",info:"bg-secondary-light border-secondary",warning:"bg-warning-light border-warning-dark",default:"",dark:""},l={success:"!bg-primary-dark",error:"!bg-danger-dark",info:"!bg-secondary-dark",warning:"!bg-warning-dark",default:"",dark:""},p=({...t})=>jsx(ToastContainer,{toastClassName:o=>a("border flex items-top justify-between py-3 px-4 relative rounded shadow-md mb-2",m[o?.type||"info"]),bodyClassName:"max-w-[95%] text-sm text-on-base break-words",progressClassName:o=>a(o?.defaultClassName,"!h-1",l[o?.type||"info"]),closeButton:({closeToast:o})=>jsx("div",{className:"text-on-base hover:text-on-base-2 flex cursor-pointer items-center",onClick:o,children:jsx(a$1,{icon:"close",size:3})}),position:"top-right",icon:!1,...t}),h=({content:t,...o})=>{let a=o?.type||"success",n=typeof o?.autoClose!="boolean"?o?.autoClose:o?.autoClose&&5e3;toast(t,{...o,type:a,autoClose:n});},f=i.memo(p);f.displayName="Toast";
|
|
8
|
+
|
|
9
|
+
export { h as a, f as b };
|
|
@@ -4,6 +4,6 @@ import { cva } from 'class-variance-authority';
|
|
|
4
4
|
import { memo } from 'react';
|
|
5
5
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
|
-
var m=cva("box group/box flex w-full flex-col rounded border border-card-stroke bg-base-1",{variants:{variant:{small:"[&_.box-content-separator]:lg:-mx-6 [&_.box-content-separator]:lg:my-6 [&_.box-content]:lg:p-6 [&_.box-header-tabs]:px-4 [&_.box-header:empty]:p-0 [&_.box-header]:px-6 [&_.box-header]:py-4",default:""},isToggle:{true:"[&_.box-header]:cursor-pointer",false:"[&_.box-toggle]:hidden"}},defaultVariants:{variant:"default",isToggle:!1}}),b=({id:t="",className:r="",isOpen:a$1=!0,isToggle:o=!1,variant:d="default",children:n})=>jsxs("div",{"data-opened":a$1,id:t,className:a(m({variant:d,isToggle:o,className:r})),children:[o?jsx("input",{type:"checkbox",id:"chkBoxIsOpened",className:"absolute hidden [&:checked~.box-content]:block [&:checked~.box-header-tabs]:block [&:not(:checked)~.box-content]:hidden [&:not(:checked)~.box-header-tabs]:hidden [&:not(:checked)~.box-header]:border-0",defaultChecked:a$1}):null,n]}),h=({children:t,className:r="",title:a$2,subtitle:o,Tabs:d})=>{let n=!!(a$2||o||t),x=!!d;return jsxs(Fragment,{children:[jsx("label",{className:a("box-header px-6 py-4 lg:px-10 lg:py-5 empty:p-0",!n&&"pt-0",!x&&"border-b border-card-stroke",r),htmlFor:"chkBoxIsOpened",children:n?jsxs("div",{className:`box-header-title flex items-center justify-between ${o?"":"py-1"}`,children:[jsxs("div",{className:"mr-2 min-w-0 flex-1",children:[a$2?jsx("h3",{className:"text-f5 break-words font-semibold",children:a$2}):null,o?jsx("h4",{className:"text-f6 break-words text-on-base-2",children:o}):null]}),jsxs("div",{className:"flex items-center",children:[t,jsx("div",{className:"box-toggle ml-2",children:jsx(a$1,{icon:"angleDown",className:"origin-center rotate-0 text-on-base-2 transition-all hover:text-on-base group-has-[:checked]/box:rotate-180"})})]})]}):null}),x?jsx("div",{className:"box-header-tabs border-b border-card-stroke px-4 lg:px-8",children:jsx("div",{className:`-mb-px ${n?"-mt-3":""}`,children:d})}):null]})},f=({children:t,className:r=""})=>jsx("div",{className:a("box-content p-6 lg:p-10",r),children:t}),g=()=>jsx("hr",{className:"box-content-separator -mx-6 my-6 border-card-stroke lg:-mx-10 lg:my-10"});g.displayName="BoxSeparator";var B=memo(b);B.displayName="Box";var N=memo(h);N.displayName="BoxHeader";var
|
|
7
|
+
var m=cva("box group/box flex w-full flex-col rounded border border-card-stroke bg-base-1",{variants:{variant:{small:"[&_.box-content-separator]:lg:-mx-6 [&_.box-content-separator]:lg:my-6 [&_.box-content]:lg:p-6 [&_.box-header-tabs]:px-4 [&_.box-header:empty]:p-0 [&_.box-header]:px-6 [&_.box-header]:py-4",default:""},isToggle:{true:"[&_.box-header]:cursor-pointer",false:"[&_.box-toggle]:hidden"}},defaultVariants:{variant:"default",isToggle:!1}}),b=({id:t="",className:r="",isOpen:a$1=!0,isToggle:o=!1,variant:d="default",children:n})=>jsxs("div",{"data-opened":a$1,id:t,className:a(m({variant:d,isToggle:o,className:r})),children:[o?jsx("input",{type:"checkbox",id:"chkBoxIsOpened",className:"absolute hidden [&:checked~.box-content]:block [&:checked~.box-header-tabs]:block [&:not(:checked)~.box-content]:hidden [&:not(:checked)~.box-header-tabs]:hidden [&:not(:checked)~.box-header]:border-0",defaultChecked:a$1}):null,n]}),h=({children:t,className:r="",title:a$2,subtitle:o,Tabs:d})=>{let n=!!(a$2||o||t),x=!!d;return jsxs(Fragment,{children:[jsx("label",{className:a("box-header px-6 py-4 lg:px-10 lg:py-5 empty:p-0",!n&&"pt-0",!x&&"border-b border-card-stroke",r),htmlFor:"chkBoxIsOpened",children:n?jsxs("div",{className:`box-header-title flex items-center justify-between ${o?"":"py-1"}`,children:[jsxs("div",{className:"mr-2 min-w-0 flex-1",children:[a$2?jsx("h3",{className:"text-f5 break-words font-semibold text-inverted-1",children:a$2}):null,o?jsx("h4",{className:"text-f6 break-words text-on-base-2",children:o}):null]}),jsxs("div",{className:"flex items-center",children:[t,jsx("div",{className:"box-toggle ml-2",children:jsx(a$1,{icon:"angleDown",className:"origin-center rotate-0 text-on-base-2 transition-all hover:text-on-base group-has-[:checked]/box:rotate-180"})})]})]}):null}),x?jsx("div",{className:"box-header-tabs border-b border-card-stroke px-4 lg:px-8",children:jsx("div",{className:`-mb-px ${n?"-mt-3":""}`,children:d})}):null]})},f=({children:t,className:r=""})=>jsx("div",{className:a("box-content p-6 lg:p-10",r),children:t}),g=()=>jsx("hr",{className:"box-content-separator -mx-6 my-6 border-card-stroke lg:-mx-10 lg:my-10"});g.displayName="BoxSeparator";var B=memo(b);B.displayName="Box";var N=memo(h);N.displayName="BoxHeader";var v=memo(f);v.displayName="BoxContent";
|
|
8
8
|
|
|
9
|
-
export { g as a, B as b, N as c,
|
|
9
|
+
export { g as a, B as b, N as c, v as d };
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.tippy-box{font-size:.75rem;letter-spacing:-.025em;line-height:1.063rem;position:relative;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(var(--color-inverted-1) / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--color-base-1) / var(--tw-text-opacity));outline-width:0px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-.5rem;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-.5rem;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-.5rem;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-.5rem;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(var(--color-inverted-1) / var(--tw-text-opacity))}.tippy-box .tippy-arrow:before{position:absolute;border-style:solid;border-color:transparent;content:""}.tippy-box .tippy-content{position:relative;z-index:1;padding:.75rem .5rem}
|
|
1
|
+
@import"react-toastify/ReactToastify.min.css";.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}:root{--toastify-color-progress-bgo: 0 !important}.tippy-box{font-size:.75rem;letter-spacing:-.025em;line-height:1.063rem;position:relative;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(var(--color-inverted-1) / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--color-base-1) / var(--tw-text-opacity));outline-width:0px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-.5rem;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-.5rem;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-.5rem;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-.5rem;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(var(--color-inverted-1) / var(--tw-text-opacity))}.tippy-box .tippy-arrow:before{position:absolute;border-style:solid;border-color:transparent;content:""}.tippy-box .tippy-content{position:relative;z-index:1;padding:.75rem .5rem}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './chunk-
|
|
1
|
+
import './chunk-7RP4L6ZM.js';
|
|
2
2
|
import './chunk-DBWOW4GL.js';
|
|
3
3
|
import './chunk-4PUGMMDC.js';
|
|
4
4
|
export { a as Tooltip } from './chunk-TZI6YTCW.js';
|
|
@@ -14,13 +14,14 @@ export { b as InputMask, a as formatValuePatterns } from './chunk-V2LJZCNN.js';
|
|
|
14
14
|
export { a as Input } from './chunk-DJEPTLO4.js';
|
|
15
15
|
export { a as InputLabel } from './chunk-2VQ6QMMA.js';
|
|
16
16
|
export { a as ActionBar } from './chunk-QMQU7H7Y.js';
|
|
17
|
-
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from './chunk-
|
|
17
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from './chunk-KAUPOL2P.js';
|
|
18
18
|
export { a as Container, b as ContainerHeader } from './chunk-NXRYURC6.js';
|
|
19
19
|
import './chunk-L6H2NDVS.js';
|
|
20
|
-
export { a as Badge } from './chunk-UO2TARVR.js';
|
|
21
20
|
export { a as Alert } from './chunk-KSYF7CFG.js';
|
|
21
|
+
export { a as Badge } from './chunk-UO2TARVR.js';
|
|
22
22
|
export { a as Tag } from './chunk-FCIMHESM.js';
|
|
23
23
|
export { a as Button } from './chunk-I32MZTHH.js';
|
|
24
|
+
export { b as ToastContainer, a as notify } from './chunk-EGXDP5GY.js';
|
|
24
25
|
export { a as DataTable } from './chunk-NNACMTUZ.js';
|
|
25
26
|
export { a as LoadingPlaceholder } from './chunk-VFFDRP2O.js';
|
|
26
27
|
export { a as Modal } from './chunk-XIVJ37WE.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@import"react-toastify/ReactToastify.min.css";:root{--toastify-color-progress-bgo: 0 !important}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import
|
|
1
|
+
"use client";export { b as ToastContainer, a as notify } from '../../chunk-EGXDP5GY.js';
|
|
2
|
+
import '../../chunk-LTWCICTK.js';
|
|
3
|
+
import '../../chunk-PFWHNMTS.js';
|
|
3
4
|
import '../../chunk-WTH3TAIX.js';
|
|
4
|
-
import
|
|
5
|
-
import i, { useEffect } from 'react';
|
|
6
|
-
import { ToastContainer, toast } from 'react-toastify';
|
|
7
|
-
import { injectStyle } from 'react-toastify/dist/inject-style';
|
|
8
|
-
import { jsx } from 'react/jsx-runtime';
|
|
9
|
-
|
|
10
|
-
var p={success:"bg-primary-light border-primary-dark",error:"bg-danger-light border-danger-dark",info:"bg-secondary-light border-secondary",warning:"bg-warning-light border-warning-dark",default:"",dark:""},f={success:"!bg-primary-dark",error:"!bg-danger-dark",info:"!bg-secondary-dark",warning:"!bg-warning-dark",default:"",dark:""},g=({...t})=>(useEffect(()=>{injectStyle();},[]),jsx(ToastContainer,{toastClassName:o=>a("border flex items-top justify-between py-3 px-4 relative rounded shadow-md mb-2",p[o?.type||"info"]),bodyClassName:"max-w-[95%] text-sm text-on-base break-words",progressClassName:o=>a(o?.defaultClassName,"!h-1",f[o?.type||"info"]),closeButton:({closeToast:o})=>jsx("div",{className:"text-on-base hover:text-on-base-2 flex cursor-pointer items-center",onClick:o,children:jsx(a$1,{icon:"close",size:3})}),position:"top-right",icon:!1,...t})),O=({content:t,...o})=>{let a=o?.type||"success",n=typeof o?.autoClose!="boolean"?o?.autoClose:o?.autoClose&&5e3;toast(t,{...o,type:a,autoClose:n});},y=i.memo(g);y.displayName="Toast";
|
|
11
|
-
|
|
12
|
-
export { y as ToastContainer, O as notify };
|
|
5
|
+
import '../../chunk-AGCI6C3Z.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.tippy-box{font-size:.75rem;letter-spacing:-.025em;line-height:1.063rem;position:relative;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(var(--color-inverted-1) / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--color-base-1) / var(--tw-text-opacity));outline-width:0px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-.5rem;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-.5rem;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-.5rem;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-.5rem;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(var(--color-inverted-1) / var(--tw-text-opacity))}.tippy-box .tippy-arrow:before{position:absolute;border-style:solid;border-color:transparent;content:""}.tippy-box .tippy-content{position:relative;z-index:1;padding:.75rem .5rem}
|
|
1
|
+
@import"react-toastify/ReactToastify.min.css";:root{--toastify-color-progress-bgo: 0 !important}.tippy-box{font-size:.75rem;letter-spacing:-.025em;line-height:1.063rem;position:relative;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(var(--color-inverted-1) / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(var(--color-base-1) / var(--tw-text-opacity));outline-width:0px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-.5rem;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-.5rem;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-.5rem;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-.5rem;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(var(--color-inverted-1) / var(--tw-text-opacity))}.tippy-box .tippy-arrow:before{position:absolute;border-style:solid;border-color:transparent;content:""}.tippy-box .tippy-content{position:relative;z-index:1;padding:.75rem .5rem}
|
package/dist/indicators/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import '../chunk-
|
|
1
|
+
import '../chunk-7RP4L6ZM.js';
|
|
2
2
|
export { a as Tooltip } from '../chunk-TZI6YTCW.js';
|
|
3
|
-
export { a as Badge } from '../chunk-UO2TARVR.js';
|
|
4
3
|
export { a as Alert } from '../chunk-KSYF7CFG.js';
|
|
4
|
+
export { a as Badge } from '../chunk-UO2TARVR.js';
|
|
5
5
|
export { a as Tag } from '../chunk-FCIMHESM.js';
|
|
6
6
|
import '../chunk-I32MZTHH.js';
|
|
7
|
+
export { b as ToastContainer, a as notify } from '../chunk-EGXDP5GY.js';
|
|
7
8
|
import '../chunk-LTWCICTK.js';
|
|
8
9
|
import '../chunk-PFWHNMTS.js';
|
|
9
10
|
import '../chunk-WTH3TAIX.js';
|
package/dist/layout/Box/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../../chunk-
|
|
1
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../../chunk-KAUPOL2P.js';
|
|
2
2
|
import '../../chunk-PFWHNMTS.js';
|
|
3
3
|
import '../../chunk-WTH3TAIX.js';
|
|
4
4
|
import '../../chunk-AGCI6C3Z.js';
|
package/dist/layout/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../chunk-DBWOW4GL.js';
|
|
2
2
|
export { a as ActionBar } from '../chunk-QMQU7H7Y.js';
|
|
3
|
-
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../chunk-
|
|
3
|
+
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from '../chunk-KAUPOL2P.js';
|
|
4
4
|
export { a as Container, b as ContainerHeader } from '../chunk-NXRYURC6.js';
|
|
5
5
|
import '../chunk-L6H2NDVS.js';
|
|
6
6
|
import '../chunk-I32MZTHH.js';
|
package/package.json
CHANGED
|
File without changes
|