@simpli-route/apollo-ds 0.1.2 → 0.1.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/components/Tooltip/variants.d.ts +1 -1
- package/dist/index.cjs10.js +1 -1
- package/dist/index.cjs17.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs26.js +1 -1
- package/dist/index.cjs27.js +1 -1
- package/dist/index.cjs28.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs31.js +1 -1
- package/dist/index.cjs32.js +1 -1
- package/dist/index.cjs33.js +1 -1
- package/dist/index.cjs36.js +1 -1
- package/dist/index.cjs37.js +1 -1
- package/dist/index.cjs38.js +1 -1
- package/dist/index.cjs39.js +1 -1
- package/dist/index.cjs40.js +1 -1
- package/dist/index.cjs41.js +1 -1
- package/dist/index.cjs42.js +1 -1
- package/dist/index.cjs43.js +1 -1
- package/dist/index.cjs44.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs6.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.es10.js +3 -3
- package/dist/index.es17.js +1 -1
- package/dist/index.es25.js +10 -131
- package/dist/index.es26.js +12 -11
- package/dist/index.es27.js +19 -10
- package/dist/index.es28.js +20 -12
- package/dist/index.es29.js +10 -19
- package/dist/index.es30.js +10 -20
- package/dist/index.es31.js +31 -10
- package/dist/index.es32.js +131 -10
- package/dist/index.es33.js +11 -31
- package/dist/index.es36.js +1 -1
- package/dist/index.es37.js +1 -1
- package/dist/index.es38.js +2 -19
- package/dist/index.es39.js +2 -19
- package/dist/index.es40.js +12 -14
- package/dist/index.es41.js +10 -12
- package/dist/index.es42.js +15 -13
- package/dist/index.es43.js +21 -2
- package/dist/index.es44.js +19 -2
- package/dist/index.es5.js +1 -1
- package/dist/index.es6.js +1 -1
- package/dist/index.es8.js +2 -2
- package/dist/index.es9.js +2 -2
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const tooltipVariants: (props?: ({
|
|
2
2
|
mode?: "light" | "dark" | null | undefined;
|
|
3
3
|
hasSupportText?: boolean | null | undefined;
|
|
4
|
-
placement?: "
|
|
4
|
+
placement?: "left" | "right" | "none" | "top-start" | "top" | "top-end" | "bottom-start" | "bottom" | "bottom-end" | null | undefined;
|
|
5
5
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
6
6
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
package/dist/index.cjs10.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),j=require("react"),q=require("react-aria"),c=require("react-stately"),r=require("./index.cjs16.js"),T=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),j=require("react"),q=require("react-aria"),c=require("react-stately"),r=require("./index.cjs16.js"),T=require("./index.cjs29.js"),f=require("./index.cjs30.js"),p=require("./index.cjs31.js"),l=a=>{var i;const{rootClassName:u,tabClassName:x,tabPanelClassName:m,orientation:t="horizontal",id:b=void 0}=a,e=c.useTabListState(a),n=j.useRef(null),{tabListProps:d}=q.useTabList(a,e,n);return s.jsxRuntimeExports.jsxs("div",{className:r.cn(p.tabsVariants({orientation:t}),u),children:[s.jsxRuntimeExports.jsx("div",{...d,ref:n,className:r.cn("flex",t==="horizontal"?"flex-row flex-wrap":"flex-col"),children:[...e.collection].map(o=>s.jsxRuntimeExports.jsx(T.Tab,{item:o,state:e,orientation:t,className:x,id:b},o.key))}),s.jsxRuntimeExports.jsx(f.TabPanel,{state:e,className:r.cn("p-2",t==="horizontal"?"pl-2":"pt-2",m)},(i=e.selectedItem)==null?void 0:i.key)]})};l.Item=c.Item;exports.Tabs=l;
|
package/dist/index.cjs17.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),n=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),n=require("./index.cjs33.js"),r=require("./index.cjs16.js"),m=({label:t,section:o,active:e,onToggle:i,itemClassName:c,sectionClassName:l,hasIcon:u=!0})=>{const x=r.cn("rounded-md border border-solid border-purple-200 bg-gray-100",c),d=r.cn("px-4 pb-4",l),a=e?n.MinusIcon:n.PlusIcon;return s.jsxRuntimeExports.jsxs("div",{className:x,children:[s.jsxRuntimeExports.jsxs("button",{className:"flex w-full cursor-pointer items-center gap-x-4 p-4",onClick:i,children:[s.jsxRuntimeExports.jsx("div",{className:"flex-1",children:t}),u?s.jsxRuntimeExports.jsx("span",{className:`shrink-0 transition duration-300 ${e?"-rotate-180":"rotate-0"}`,children:s.jsxRuntimeExports.jsx(a,{className:"size-6"})}):null]}),e?s.jsxRuntimeExports.jsx("div",{className:d,children:o}):null]})};exports.AccordionItem=m;
|
package/dist/index.cjs25.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index.cjs15.js"),i=require("./index.cjs16.js"),x=({description:e,descriptionClasses:s,errorMessage:t,errorClasses:u,isInvalidField:n})=>e&&!n?r.jsxRuntimeExports.jsx("div",{slot:"description",className:i.cn("text-xs leading-3 text-neutral-700",s),children:e}):t&&n?r.jsxRuntimeExports.jsx("div",{className:i.cn("text-xs leading-3 text-error-500",u),children:t}):null;exports.CaptionNumberField=x;
|
package/dist/index.cjs26.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index.cjs15.js"),s=require("./index.cjs33.js"),n=require("react-aria-components"),i=require("./index.cjs16.js"),o=({isDisabled:r})=>{const t=i.cn("flex items-center justify-center",r?"text-neutral-600":"text-primary-500");return e.jsxRuntimeExports.jsxs("div",{className:"absolute inset-y-0 right-0 flex flex-col items-center justify-center space-y-0.5 pr-2",children:[e.jsxRuntimeExports.jsx(n.Button,{slot:"increment",className:t,children:e.jsxRuntimeExports.jsx(s.UpChevronIcon,{className:"size-3.5"})}),e.jsxRuntimeExports.jsx(n.Button,{slot:"decrement",className:t,children:e.jsxRuntimeExports.jsx(s.DownChevronIcon,{className:"size-3.5"})})]})};exports.StepperButton=o;
|
package/dist/index.cjs27.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs15.js"),i=require("./index.cjs16.js"),m=({label:e,description:s,errorMessage:x,isDisabled:n,isInvalid:l,children:r,renderLabelIcon:u})=>!e&&!s&&!r?null:t.jsxRuntimeExports.jsxs("div",{className:"flex flex-col",children:[e?t.jsxRuntimeExports.jsxs("div",{className:"flex items-center gap-x-1",children:[t.jsxRuntimeExports.jsx("p",{className:i.cn("text-sm font-semibold",n?"text-neutral-600":"text-neutral-900"),children:e}),u?t.jsxRuntimeExports.jsx(t.jsxRuntimeExports.Fragment,{children:u}):null]}):r,s&&!x&&t.jsxRuntimeExports.jsx("p",{className:i.cn("text-xs",n?"text-neutral-600":"text-neutral-800"),children:s}),l&&x&&t.jsxRuntimeExports.jsx("p",{className:"text-sm text-red-500",children:x})]});exports.ContentSwitch=m;
|
package/dist/index.cjs28.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index.cjs15.js"),s=require("./index.cjs16.js"),a=require("./index.cjs21.js"),c=({isSelected:t,isDisabled:e,isHovered:n,size:i,dimensions:r})=>o.jsxRuntimeExports.jsx("div",{className:s.cn(a.indicatorVariants({isSelected:t,isDisabled:e,size:i,isHoveredWhenOff:n&&!t})),style:{left:t?`${r.onLeft}px`:`${r.offLeft}px`}});exports.SwitchIndicator=c;
|
package/dist/index.cjs29.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=require("./index.cjs15.js"),m=require("react"),q=require("react-aria"),v=require("./index.cjs16.js"),x=require("./index.cjs31.js"),y=r=>{const{className:n,item:i,orientation:c,state:e,id:o=void 0}=r,{key:t,rendered:a}=i,u=e.selectedKey===t,s=m.useRef(null),{tabProps:d}=q.useTab({key:String(t)},e,s),l=v.cn(x.tabVariants({isActive:u,orientation:c}),n);return b.jsxRuntimeExports.jsx("div",{...d,ref:s,className:l,id:o,children:a})};exports.Tab=y;
|
package/dist/index.cjs30.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index.cjs15.js"),l=require("react"),u=require("react-aria"),d=require("./index.cjs16.js"),b=r=>{var t;const{className:n,state:e,...c}=r,s=l.useRef(null),{tabPanelProps:a}=u.useTabPanel(c,e,s),o=d.cn("",n);return i.jsxRuntimeExports.jsx("div",{...a,ref:s,className:o,children:(t=e.selectedItem)==null?void 0:t.props.children})};exports.TabPanel=b;
|
package/dist/index.cjs31.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("class-variance-authority"),t=r.cva("flex h-full max-h-12",{variants:{orientation:{horizontal:"flex-col",vertical:"flex-row"}}}),e=r.cva("group inline-flex cursor-pointer items-center px-4 py-3 text-base font-semibold focus-visible:outline-none",{variants:{isActive:{true:"bg-primary-50 text-primary-600 ",false:"text-neutral-500 hover:text-primary-900"},orientation:{horizontal:"border-b-2 border-transparent",vertical:"border-r-2 border-transparent"}},compoundVariants:[{isActive:!0,orientation:"horizontal",class:"border-b-2 border-primary-500"},{isActive:!1,orientation:"horizontal",class:"border-b-2 border-primary-200"},{isActive:!1,orientation:"vertical",class:"border-r-2 border-primary-200"},{isActive:!0,orientation:"vertical",class:"border-r-2 border-primary-500"}]});exports.tabVariants=e;exports.tabsVariants=t;
|
package/dist/index.cjs32.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),t=[{intent:"primary",isHovered:!0,isDisabled:!1,isActive:!1,class:"bg-primary-100"},{intent:"secondary",isHovered:!0,isDisabled:!1,isActive:!1,class:"bg-primary-500 text-primary-50"},{intent:"minimal",isHovered:!0,isDisabled:!1,isActive:!1,class:"bg-neutral-200 text-neutral-800"}],i=[{intent:"primary",isActive:!0,isDisabled:!1,class:"bg-primary-500 text-primary-50"},{intent:"primary",isActive:!0,isDisabled:!0,class:"bg-primary-300 text-primary-100"},{intent:"secondary",isActive:!0,isDisabled:!1,class:"bg-primary-500 text-primary-50"},{intent:"secondary",isActive:!0,isDisabled:!0,class:"bg-primary-100 text-primary-300"},{intent:"minimal",isActive:!0,isDisabled:!1,class:"text-primary-500"},{intent:"minimal",isActive:!0,isDisabled:!0,class:"text-neutral-700"}],s=[{intent:"primary",isDisabled:!0,isActive:!1,class:"text-neutral-600"},{intent:"primary",isDisabled:!0,isActive:!0,class:"bg-primary-300 text-primary-100"},{intent:"secondary",isDisabled:!0,isActive:!1,class:"bg-neutral-400 text-neutral-600"},{intent:"secondary",isDisabled:!0,isActive:!0,class:"bg-primary-100 text-primary-300"},{intent:"minimal",isDisabled:!0,isActive:!1,class:"text-neutral-600"},{intent:"minimal",isDisabled:!0,isActive:!0,class:"text-neutral-700"}],r=e.cva("inline-flex items-center justify-center border border-transparent transition duration-150 ease-in-out focus:outline-none",{variants:{intent:{primary:"bg-transparent text-primary-500",secondary:"bg-primary-200 text-primary-500",minimal:"bg-transparent text-neutral-700"},size:{xxs:"p-1",xs:"p-2",sm:"p-2.5",md:"p-3",lg:"p-4"},isDisabled:{true:"pointer-events-none cursor-not-allowed"},isHovered:{true:""},isActive:{true:""},isFocused:{false:"",true:"focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"}},compoundVariants:[...t,...i,...s]});exports.buttonVariants=r;
|
package/dist/index.cjs33.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index.cjs40.js"),o=require("./index.cjs41.js"),c=require("./index.cjs42.js"),r=require("./index.cjs43.js"),e=require("./index.cjs44.js");var I=n.DownChevronIcon_1,u=o.InfoIcon_1,s=c.MinusIcon_1,v=r.PlusIcon_1,i=e.UpChevronIcon_1;exports.DownChevronIcon=I;exports.InfoIcon=u;exports.MinusIcon=s;exports.PlusIcon=v;exports.UpChevronIcon=i;
|
package/dist/index.cjs36.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs38.js"),R=require("react");/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
package/dist/index.cjs37.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const R=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const R=require("./index.cjs39.js"),tr=require("react");/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.development.js
|
|
4
4
|
*
|
package/dist/index.cjs38.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={};exports.__exports=e;
|
package/dist/index.cjs39.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={};exports.__exports=e;
|
package/dist/index.cjs40.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react"),e=a,l=({title:r,titleId:n,...o},t)=>e.createElement("svg",Object.assign({fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:t,"aria-labelledby":n},o),r?e.createElement("title",{id:n},r):null,e.createElement("path",{d:"M22 7.838a.83.83 0 0 1-.242.592l-6.807 6.807a4.167 4.167 0 0 1-5.899 0L2.245 8.43a.837.837 0 0 1 1.183-1.184l6.807 6.808a2.5 2.5 0 0 0 3.533 0l6.807-6.808A.833.833 0 0 1 22 7.838"})),c=e.forwardRef(l);var i=c;exports.DownChevronIcon_1=i;
|
package/dist/index.cjs41.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),e=o,l=({title:r,titleId:t,...a},n)=>e.createElement("svg",Object.assign({fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t},a),r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M11.999 2C17.522 2 22 6.477 22 12s-4.478 10-10.001 10S2 17.523 2 12C1.999 6.478 6.476 2 11.999 2m0 1.5a8.501 8.501 0 1 0 0 17 8.501 8.501 0 0 0 0-17m-.004 6.999a.75.75 0 0 1 .744.648l.007.102.004 5.5a.75.75 0 0 1-1.494.103l-.006-.101-.004-5.501a.75.75 0 0 1 .75-.75zM12 7.002A1 1 0 1 1 12.063 9 1 1 0 0 1 12 7.002"})),c=e.forwardRef(l);var s=c;exports.InfoIcon_1=s;
|
package/dist/index.cjs42.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),e=l,o=({title:r,titleId:n,...t},c)=>e.createElement("svg",Object.assign({fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:c,"aria-labelledby":n},t),r?e.createElement("title",{id:n},r):null,e.createElement("path",{fillRule:"evenodd",d:"M2 11.85c0-.47.35-.85.783-.85h18.434c.432 0 .783.38.783.85s-.35.85-.783.85H2.783c-.432 0-.783-.38-.783-.85",clipRule:"evenodd"})),a=e.forwardRef(o);var i=a;exports.MinusIcon_1=i;
|
package/dist/index.cjs43.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),e=n,o=({title:r,titleId:l,...t},a)=>e.createElement("svg",Object.assign({fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":l},t),r?e.createElement("title",{id:l},r):null,e.createElement("path",{fillRule:"evenodd",d:"M11.885 2c.433 0 .783.35.783.783v8.434h8.549a.783.783 0 1 1 0 1.566h-8.549v8.434a.783.783 0 1 1-1.567 0v-8.434H2.783a.783.783 0 1 1 0-1.566h8.318V2.783c0-.432.351-.783.784-.783",clipRule:"evenodd"})),c=e.forwardRef(o);var s=c;exports.PlusIcon_1=s;
|
package/dist/index.cjs44.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),e=o,l=({title:r,titleId:t,...a},n)=>e.createElement("svg",Object.assign({fill:"currentColor","aria-hidden":"true",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:n,"aria-labelledby":t},a),r?e.createElement("title",{id:t},r):null,e.createElement("path",{d:"M2 15.892a.83.83 0 0 1 .242-.591l6.807-6.807a4.166 4.166 0 0 1 5.899 0l6.807 6.806a.835.835 0 0 1-.912 1.365.8.8 0 0 1-.271-.181l-6.807-6.807a2.5 2.5 0 0 0-3.533 0l-6.807 6.806A.833.833 0 0 1 2 15.893Z"})),c=e.forwardRef(l);var i=c;exports.UpChevronIcon_1=i;
|
package/dist/index.cjs5.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),h=require("react"),n=require("react-aria-components"),q=require("./index.cjs16.js"),R=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index.cjs15.js"),h=require("react"),n=require("react-aria-components"),q=require("./index.cjs16.js"),R=require("./index.cjs32.js");function g(i,c){const[a,u]=n.useContextProps(i,c,n.ButtonContext),{intent:l="secondary",size:d="lg",isDisabled:o=!1,isActive:x=!1,children:e,className:f,...m}=a,r="flex h-full items-center overflow-hidden whitespace-nowrap";return s.jsxRuntimeExports.jsx(n.Button,{ref:u,className:({isPressed:t,isHovered:p,isFocusVisible:j})=>q.cn(R.buttonVariants({intent:l,size:d,isDisabled:o,isActive:x||t,isHovered:p,isFocused:j}),f),isDisabled:o,...m,children:typeof e=="function"?t=>s.jsxRuntimeExports.jsx("span",{className:r+"p-2.",children:e(t)}):s.jsxRuntimeExports.jsx("span",{className:r,children:e})})}const v=h.forwardRef(g);exports.IconButton=v;
|
package/dist/index.cjs6.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs15.js"),p=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs15.js"),p=require("./index.cjs33.js"),j=require("react"),s=require("react-aria-components"),f=require("./index.cjs16.js"),g=require("./index.cjs11.js"),T=require("./index.cjs12.js");function b(r,i){const{labelClassName:o}=r,[a,c]=s.useContextProps(r,i,s.LabelContext),{children:n,tooltipText:l,tooltipSupportText:u,tooltipProps:e,isRequired:x=!1,...m}=a;if(!n)return null;const d=f.cn("flex select-none items-center text-sm leading-6 text-neutral-900",o);return t.jsxRuntimeExports.jsxs(s.Label,{className:d,...m,ref:c,children:[n,x?t.jsxRuntimeExports.jsx("span",{className:"ml-1 text-neutral-900",children:"*"}):null,l?t.jsxRuntimeExports.jsxs(T.TooltipTrigger,{delay:100,children:[t.jsxRuntimeExports.jsx(p.InfoIcon,{className:"ml-1 size-4 text-primary-600"}),t.jsxRuntimeExports.jsx(g.Tooltip,{placement:(e==null?void 0:e.placement)||"right",supportText:u,size:(e==null?void 0:e.size)||"sm",children:l})]}):null]})}const q=j.forwardRef(b);exports.Label=q;
|
package/dist/index.cjs8.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs15.js"),r=require("react-aria-components"),n=require("./index.cjs16.js"),S=require("./index.cjs6.js"),g=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index.cjs15.js"),r=require("react-aria-components"),n=require("./index.cjs16.js"),S=require("./index.cjs6.js"),g=require("./index.cjs25.js"),y=require("./index.cjs26.js"),B=require("./index.cjs20.js"),I=({size:l="sm",label:a,description:o,errorMessage:x,isDisabled:e=!1,isReadOnly:s=!1,isRequired:c=!1,tooltipText:m,tooltipSupportText:p,tooltipProps:d,className:j,descriptionClasses:N,errorClasses:f,validationState:i="default",inputClassName:v,maxValue:b,minValue:q=0,autoFocus:E=!1,maxLength:R,...F})=>{const u=i==="invalid"&&!e;return t.jsxRuntimeExports.jsx("div",{className:n.cn("flex",j),children:t.jsxRuntimeExports.jsxs(r.NumberField,{autoFocus:E,className:e?"opacity-70":"",isDisabled:e,isReadOnly:s,maxValue:b,minValue:q,...F,children:[t.jsxRuntimeExports.jsx(S.Label,{labelClassName:n.cn("leading-[19.07px] text-left mb-0.5",{"text-neutral-700":e}),isRequired:c,tooltipText:m,tooltipSupportText:p,tooltipProps:d,children:a}),t.jsxRuntimeExports.jsxs(r.Group,{className:"relative mb-0.5 w-full rounded",children:[t.jsxRuntimeExports.jsx(r.Input,{disabled:e,maxLength:R,className:({isFocused:h,isHovered:C})=>n.cn(B.inputNumberVariant({size:l,isDisabled:e,isReadOnly:s,isHovered:C,isFocused:h,validationState:i==="valid"?"valid":u?"invalid":"default"}),v)}),t.jsxRuntimeExports.jsx(y.StepperButton,{isDisabled:e})]}),t.jsxRuntimeExports.jsx(g.CaptionNumberField,{description:o,descriptionClasses:N,errorMessage:x,errorClasses:f,isInvalidField:u})]})})};exports.NumberField=I;
|
package/dist/index.cjs9.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index.cjs15.js"),p=require("react-aria-components"),c=require("./index.cjs16.js"),q=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index.cjs15.js"),p=require("react-aria-components"),c=require("./index.cjs16.js"),q=require("./index.cjs27.js"),R=require("./index.cjs28.js"),v=require("./index.cjs21.js"),E=({children:s,label:i,description:o,errorMessage:x,validationState:u,size:e="md",isDisabled:t=!1,isSelected:n=!1,onChange:f,renderLabelIcon:m=null,"aria-label":h,"aria-describedby":j})=>{const l=u==="invalid"&&!t,w=e==="sm"?{offLeft:3,onLeft:19}:{offLeft:4,onLeft:28};return r.jsxRuntimeExports.jsxs("label",{className:c.cn("group flex flex-row gap-2",(i||s)&&o?"items-start":"items-center"),children:[r.jsxRuntimeExports.jsx(p.Switch,{isDisabled:t,isSelected:n,"aria-checked":n,"aria-label":h,"aria-describedby":j,onChange:f,children:({isFocusVisible:d,isHovered:a})=>r.jsxRuntimeExports.jsx("div",{className:c.cn(v.switchVariants({isSelected:n,isDisabled:t,isFocusVisible:d,size:e,isHoveredWhenOff:a&&!n})),children:r.jsxRuntimeExports.jsx(R.SwitchIndicator,{isSelected:n,isDisabled:t,isHovered:a,size:e,dimensions:w})})}),r.jsxRuntimeExports.jsx(q.ContentSwitch,{label:i,description:o,errorMessage:x,isDisabled:t,isInvalid:l,renderLabelIcon:m,children:s})]})};exports.Switch=E;
|
package/dist/index.es10.js
CHANGED
|
@@ -3,9 +3,9 @@ import { useRef as x } from "react";
|
|
|
3
3
|
import { useTabList as b } from "react-aria";
|
|
4
4
|
import { useTabListState as d, Item as N } from "react-stately";
|
|
5
5
|
import { cn as e } from "./index.es16.js";
|
|
6
|
-
import { Tab as j } from "./index.
|
|
7
|
-
import { TabPanel as u } from "./index.
|
|
8
|
-
import { tabsVariants as h } from "./index.
|
|
6
|
+
import { Tab as j } from "./index.es29.js";
|
|
7
|
+
import { TabPanel as u } from "./index.es30.js";
|
|
8
|
+
import { tabsVariants as h } from "./index.es31.js";
|
|
9
9
|
const T = (a) => {
|
|
10
10
|
var m;
|
|
11
11
|
const { rootClassName: i, tabClassName: n, tabPanelClassName: c, orientation: o = "horizontal", id: f = void 0 } = a, t = d(a), r = x(null), { tabListProps: p } = b(a, t, r);
|
package/dist/index.es17.js
CHANGED
package/dist/index.es25.js
CHANGED
|
@@ -1,133 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
{
|
|
11
|
-
intent: "secondary",
|
|
12
|
-
isHovered: !0,
|
|
13
|
-
isDisabled: !1,
|
|
14
|
-
isActive: !1,
|
|
15
|
-
class: "bg-primary-500 text-primary-50"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
intent: "minimal",
|
|
19
|
-
isHovered: !0,
|
|
20
|
-
isDisabled: !1,
|
|
21
|
-
isActive: !1,
|
|
22
|
-
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
-
}
|
|
24
|
-
], i = [
|
|
25
|
-
{
|
|
26
|
-
intent: "primary",
|
|
27
|
-
isActive: !0,
|
|
28
|
-
isDisabled: !1,
|
|
29
|
-
class: "bg-primary-500 text-primary-50"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
intent: "primary",
|
|
33
|
-
isActive: !0,
|
|
34
|
-
isDisabled: !0,
|
|
35
|
-
class: "bg-primary-300 text-primary-100"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
intent: "secondary",
|
|
39
|
-
isActive: !0,
|
|
40
|
-
isDisabled: !1,
|
|
41
|
-
class: "bg-primary-500 text-primary-50"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
intent: "secondary",
|
|
45
|
-
isActive: !0,
|
|
46
|
-
isDisabled: !0,
|
|
47
|
-
class: "bg-primary-100 text-primary-300"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
intent: "minimal",
|
|
51
|
-
isActive: !0,
|
|
52
|
-
isDisabled: !1,
|
|
53
|
-
class: "text-primary-500"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
intent: "minimal",
|
|
57
|
-
isActive: !0,
|
|
58
|
-
isDisabled: !0,
|
|
59
|
-
class: "text-neutral-700"
|
|
60
|
-
}
|
|
61
|
-
], s = [
|
|
62
|
-
{
|
|
63
|
-
intent: "primary",
|
|
64
|
-
isDisabled: !0,
|
|
65
|
-
isActive: !1,
|
|
66
|
-
class: "text-neutral-600"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
intent: "primary",
|
|
70
|
-
isDisabled: !0,
|
|
71
|
-
isActive: !0,
|
|
72
|
-
class: "bg-primary-300 text-primary-100"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
intent: "secondary",
|
|
76
|
-
isDisabled: !0,
|
|
77
|
-
isActive: !1,
|
|
78
|
-
class: "bg-neutral-400 text-neutral-600"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
intent: "secondary",
|
|
82
|
-
isDisabled: !0,
|
|
83
|
-
isActive: !0,
|
|
84
|
-
class: "bg-primary-100 text-primary-300"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
intent: "minimal",
|
|
88
|
-
isDisabled: !0,
|
|
89
|
-
isActive: !1,
|
|
90
|
-
class: "text-neutral-600"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
intent: "minimal",
|
|
94
|
-
isDisabled: !0,
|
|
95
|
-
isActive: !0,
|
|
96
|
-
class: "text-neutral-700"
|
|
97
|
-
}
|
|
98
|
-
], a = e(
|
|
99
|
-
"inline-flex items-center justify-center border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
100
|
-
{
|
|
101
|
-
variants: {
|
|
102
|
-
intent: {
|
|
103
|
-
primary: "bg-transparent text-primary-500",
|
|
104
|
-
secondary: "bg-primary-200 text-primary-500",
|
|
105
|
-
minimal: "bg-transparent text-neutral-700"
|
|
106
|
-
},
|
|
107
|
-
size: {
|
|
108
|
-
xxs: "p-1",
|
|
109
|
-
xs: "p-2",
|
|
110
|
-
sm: "p-2.5",
|
|
111
|
-
md: "p-3",
|
|
112
|
-
lg: "p-4"
|
|
113
|
-
},
|
|
114
|
-
isDisabled: {
|
|
115
|
-
true: "pointer-events-none cursor-not-allowed"
|
|
116
|
-
},
|
|
117
|
-
isHovered: {
|
|
118
|
-
true: ""
|
|
119
|
-
},
|
|
120
|
-
isActive: {
|
|
121
|
-
true: ""
|
|
122
|
-
},
|
|
123
|
-
isFocused: {
|
|
124
|
-
false: "",
|
|
125
|
-
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
compoundVariants: [...t, ...i, ...s]
|
|
129
|
-
}
|
|
130
|
-
);
|
|
1
|
+
import { j as n } from "./index.es15.js";
|
|
2
|
+
import { cn as x } from "./index.es16.js";
|
|
3
|
+
const m = ({
|
|
4
|
+
description: t,
|
|
5
|
+
descriptionClasses: i,
|
|
6
|
+
errorMessage: r,
|
|
7
|
+
errorClasses: s,
|
|
8
|
+
isInvalidField: e
|
|
9
|
+
}) => t && !e ? /* @__PURE__ */ n.jsx("div", { slot: "description", className: x("text-xs leading-3 text-neutral-700", i), children: t }) : r && e ? /* @__PURE__ */ n.jsx("div", { className: x("text-xs leading-3 text-error-500", s), children: r }) : null;
|
|
131
10
|
export {
|
|
132
|
-
|
|
11
|
+
m as CaptionNumberField
|
|
133
12
|
};
|
package/dist/index.es26.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { j as e } from "./index.es15.js";
|
|
2
|
+
import { UpChevronIcon as n, DownChevronIcon as o } from "./index.es33.js";
|
|
3
|
+
import { Button as s } from "react-aria-components";
|
|
4
|
+
import { cn as c } from "./index.es16.js";
|
|
5
|
+
const x = ({ isDisabled: r }) => {
|
|
6
|
+
const t = c("flex items-center justify-center", r ? "text-neutral-600" : "text-primary-500");
|
|
7
|
+
return /* @__PURE__ */ e.jsxs("div", { className: "absolute inset-y-0 right-0 flex flex-col items-center justify-center space-y-0.5 pr-2", children: [
|
|
8
|
+
/* @__PURE__ */ e.jsx(s, { slot: "increment", className: t, children: /* @__PURE__ */ e.jsx(n, { className: "size-3.5" }) }),
|
|
9
|
+
/* @__PURE__ */ e.jsx(s, { slot: "decrement", className: t, children: /* @__PURE__ */ e.jsx(o, { className: "size-3.5" }) })
|
|
10
|
+
] });
|
|
11
|
+
};
|
|
7
12
|
export {
|
|
8
|
-
|
|
9
|
-
i as InfoIcon,
|
|
10
|
-
t as MinusIcon,
|
|
11
|
-
e as PlusIcon,
|
|
12
|
-
_ as UpChevronIcon
|
|
13
|
+
x as StepperButton
|
|
13
14
|
};
|
package/dist/index.es27.js
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { cn as
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
errorMessage:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { j as t } from "./index.es15.js";
|
|
2
|
+
import { cn as c } from "./index.es16.js";
|
|
3
|
+
const i = ({
|
|
4
|
+
label: e,
|
|
5
|
+
description: x,
|
|
6
|
+
errorMessage: s,
|
|
7
|
+
isDisabled: l,
|
|
8
|
+
isInvalid: r,
|
|
9
|
+
children: n,
|
|
10
|
+
renderLabelIcon: m
|
|
11
|
+
}) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
|
|
12
|
+
e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
|
|
13
|
+
/* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
|
|
14
|
+
m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
|
|
15
|
+
] }) : n,
|
|
16
|
+
x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
|
|
17
|
+
r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
|
|
18
|
+
] });
|
|
10
19
|
export {
|
|
11
|
-
|
|
20
|
+
i as ContentSwitch
|
|
12
21
|
};
|
package/dist/index.es28.js
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { j as i } from "./index.es15.js";
|
|
2
|
+
import { cn as m } from "./index.es16.js";
|
|
3
|
+
import { indicatorVariants as n } from "./index.es21.js";
|
|
4
|
+
const c = ({ isSelected: r, isDisabled: o, isHovered: f, size: a, dimensions: t }) => /* @__PURE__ */ i.jsx(
|
|
5
|
+
"div",
|
|
6
|
+
{
|
|
7
|
+
className: m(
|
|
8
|
+
n({
|
|
9
|
+
isSelected: r,
|
|
10
|
+
isDisabled: o,
|
|
11
|
+
size: a,
|
|
12
|
+
isHoveredWhenOff: f && !r
|
|
13
|
+
})
|
|
14
|
+
),
|
|
15
|
+
style: {
|
|
16
|
+
left: r ? `${t.onLeft}px` : `${t.offLeft}px`
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
);
|
|
12
20
|
export {
|
|
13
|
-
|
|
21
|
+
c as SwitchIndicator
|
|
14
22
|
};
|
package/dist/index.es29.js
CHANGED
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
renderLabelIcon: m
|
|
11
|
-
}) => !e && !x && !n ? null : /* @__PURE__ */ t.jsxs("div", { className: "flex flex-col", children: [
|
|
12
|
-
e ? /* @__PURE__ */ t.jsxs("div", { className: "flex items-center gap-x-1", children: [
|
|
13
|
-
/* @__PURE__ */ t.jsx("p", { className: c("text-sm font-semibold", l ? "text-neutral-600" : "text-neutral-900"), children: e }),
|
|
14
|
-
m ? /* @__PURE__ */ t.jsx(t.Fragment, { children: m }) : null
|
|
15
|
-
] }) : n,
|
|
16
|
-
x && !s && /* @__PURE__ */ t.jsx("p", { className: c("text-xs", l ? "text-neutral-600" : "text-neutral-800"), children: x }),
|
|
17
|
-
r && s && /* @__PURE__ */ t.jsx("p", { className: "text-sm text-red-500", children: s })
|
|
18
|
-
] });
|
|
1
|
+
import { j as f } from "./index.es15.js";
|
|
2
|
+
import { useRef as l } from "react";
|
|
3
|
+
import { useTab as u } from "react-aria";
|
|
4
|
+
import { cn as b } from "./index.es16.js";
|
|
5
|
+
import { tabVariants as x } from "./index.es31.js";
|
|
6
|
+
const R = (o) => {
|
|
7
|
+
const { className: r, item: i, orientation: n, state: t, id: a = void 0 } = o, { key: s, rendered: c } = i, m = t.selectedKey === s, e = l(null), { tabProps: p } = u({ key: String(s) }, t, e), d = b(x({ isActive: m, orientation: n }), r);
|
|
8
|
+
return /* @__PURE__ */ f.jsx("div", { ...p, ref: e, className: d, id: a, children: c });
|
|
9
|
+
};
|
|
19
10
|
export {
|
|
20
|
-
|
|
11
|
+
R as Tab
|
|
21
12
|
};
|
package/dist/index.es30.js
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
isDisabled: o,
|
|
11
|
-
size: a,
|
|
12
|
-
isHoveredWhenOff: f && !r
|
|
13
|
-
})
|
|
14
|
-
),
|
|
15
|
-
style: {
|
|
16
|
-
left: r ? `${t.onLeft}px` : `${t.offLeft}px`
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
);
|
|
1
|
+
import { j as m } from "./index.es15.js";
|
|
2
|
+
import { useRef as l } from "react";
|
|
3
|
+
import { useTabPanel as p } from "react-aria";
|
|
4
|
+
import { cn as i } from "./index.es16.js";
|
|
5
|
+
const P = (r) => {
|
|
6
|
+
var t;
|
|
7
|
+
const { className: o, state: s, ...n } = r, e = l(null), { tabPanelProps: a } = p(n, s, e), c = i("", o);
|
|
8
|
+
return /* @__PURE__ */ m.jsx("div", { ...a, ref: e, className: c, children: (t = s.selectedItem) == null ? void 0 : t.props.children });
|
|
9
|
+
};
|
|
20
10
|
export {
|
|
21
|
-
|
|
11
|
+
P as TabPanel
|
|
22
12
|
};
|
package/dist/index.es31.js
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
import { cva as r } from "class-variance-authority";
|
|
2
|
+
const e = r("flex h-full max-h-12", {
|
|
3
|
+
variants: {
|
|
4
|
+
orientation: {
|
|
5
|
+
horizontal: "flex-col",
|
|
6
|
+
vertical: "flex-row"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}), i = r(
|
|
10
|
+
"group inline-flex cursor-pointer items-center px-4 py-3 text-base font-semibold focus-visible:outline-none",
|
|
11
|
+
{
|
|
12
|
+
variants: {
|
|
13
|
+
isActive: {
|
|
14
|
+
true: "bg-primary-50 text-primary-600 ",
|
|
15
|
+
false: "text-neutral-500 hover:text-primary-900"
|
|
16
|
+
},
|
|
17
|
+
orientation: {
|
|
18
|
+
horizontal: "border-b-2 border-transparent",
|
|
19
|
+
vertical: "border-r-2 border-transparent"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
compoundVariants: [
|
|
23
|
+
{ isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
|
|
24
|
+
{ isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-200" },
|
|
25
|
+
{ isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
|
|
26
|
+
{ isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
10
30
|
export {
|
|
11
|
-
|
|
31
|
+
i as tabVariants,
|
|
32
|
+
e as tabsVariants
|
|
12
33
|
};
|
package/dist/index.es32.js
CHANGED
|
@@ -1,12 +1,133 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
import { cva as e } from "class-variance-authority";
|
|
2
|
+
const t = [
|
|
3
|
+
{
|
|
4
|
+
intent: "primary",
|
|
5
|
+
isHovered: !0,
|
|
6
|
+
isDisabled: !1,
|
|
7
|
+
isActive: !1,
|
|
8
|
+
class: "bg-primary-100"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
intent: "secondary",
|
|
12
|
+
isHovered: !0,
|
|
13
|
+
isDisabled: !1,
|
|
14
|
+
isActive: !1,
|
|
15
|
+
class: "bg-primary-500 text-primary-50"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
intent: "minimal",
|
|
19
|
+
isHovered: !0,
|
|
20
|
+
isDisabled: !1,
|
|
21
|
+
isActive: !1,
|
|
22
|
+
class: "bg-neutral-200 text-neutral-800"
|
|
23
|
+
}
|
|
24
|
+
], i = [
|
|
25
|
+
{
|
|
26
|
+
intent: "primary",
|
|
27
|
+
isActive: !0,
|
|
28
|
+
isDisabled: !1,
|
|
29
|
+
class: "bg-primary-500 text-primary-50"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
intent: "primary",
|
|
33
|
+
isActive: !0,
|
|
34
|
+
isDisabled: !0,
|
|
35
|
+
class: "bg-primary-300 text-primary-100"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
intent: "secondary",
|
|
39
|
+
isActive: !0,
|
|
40
|
+
isDisabled: !1,
|
|
41
|
+
class: "bg-primary-500 text-primary-50"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
intent: "secondary",
|
|
45
|
+
isActive: !0,
|
|
46
|
+
isDisabled: !0,
|
|
47
|
+
class: "bg-primary-100 text-primary-300"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
intent: "minimal",
|
|
51
|
+
isActive: !0,
|
|
52
|
+
isDisabled: !1,
|
|
53
|
+
class: "text-primary-500"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
intent: "minimal",
|
|
57
|
+
isActive: !0,
|
|
58
|
+
isDisabled: !0,
|
|
59
|
+
class: "text-neutral-700"
|
|
60
|
+
}
|
|
61
|
+
], s = [
|
|
62
|
+
{
|
|
63
|
+
intent: "primary",
|
|
64
|
+
isDisabled: !0,
|
|
65
|
+
isActive: !1,
|
|
66
|
+
class: "text-neutral-600"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
intent: "primary",
|
|
70
|
+
isDisabled: !0,
|
|
71
|
+
isActive: !0,
|
|
72
|
+
class: "bg-primary-300 text-primary-100"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
intent: "secondary",
|
|
76
|
+
isDisabled: !0,
|
|
77
|
+
isActive: !1,
|
|
78
|
+
class: "bg-neutral-400 text-neutral-600"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
intent: "secondary",
|
|
82
|
+
isDisabled: !0,
|
|
83
|
+
isActive: !0,
|
|
84
|
+
class: "bg-primary-100 text-primary-300"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
intent: "minimal",
|
|
88
|
+
isDisabled: !0,
|
|
89
|
+
isActive: !1,
|
|
90
|
+
class: "text-neutral-600"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
intent: "minimal",
|
|
94
|
+
isDisabled: !0,
|
|
95
|
+
isActive: !0,
|
|
96
|
+
class: "text-neutral-700"
|
|
97
|
+
}
|
|
98
|
+
], a = e(
|
|
99
|
+
"inline-flex items-center justify-center border border-transparent transition duration-150 ease-in-out focus:outline-none",
|
|
100
|
+
{
|
|
101
|
+
variants: {
|
|
102
|
+
intent: {
|
|
103
|
+
primary: "bg-transparent text-primary-500",
|
|
104
|
+
secondary: "bg-primary-200 text-primary-500",
|
|
105
|
+
minimal: "bg-transparent text-neutral-700"
|
|
106
|
+
},
|
|
107
|
+
size: {
|
|
108
|
+
xxs: "p-1",
|
|
109
|
+
xs: "p-2",
|
|
110
|
+
sm: "p-2.5",
|
|
111
|
+
md: "p-3",
|
|
112
|
+
lg: "p-4"
|
|
113
|
+
},
|
|
114
|
+
isDisabled: {
|
|
115
|
+
true: "pointer-events-none cursor-not-allowed"
|
|
116
|
+
},
|
|
117
|
+
isHovered: {
|
|
118
|
+
true: ""
|
|
119
|
+
},
|
|
120
|
+
isActive: {
|
|
121
|
+
true: ""
|
|
122
|
+
},
|
|
123
|
+
isFocused: {
|
|
124
|
+
false: "",
|
|
125
|
+
true: "focus:outline-none focus:ring-offset-2 outline-none ring-2 ring-sky-400"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
compoundVariants: [...t, ...i, ...s]
|
|
129
|
+
}
|
|
130
|
+
);
|
|
10
131
|
export {
|
|
11
|
-
|
|
132
|
+
a as buttonVariants
|
|
12
133
|
};
|
package/dist/index.es33.js
CHANGED
|
@@ -1,33 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}), i = r(
|
|
10
|
-
"group inline-flex cursor-pointer items-center px-4 py-3 text-base font-semibold focus-visible:outline-none",
|
|
11
|
-
{
|
|
12
|
-
variants: {
|
|
13
|
-
isActive: {
|
|
14
|
-
true: "bg-primary-50 text-primary-600 ",
|
|
15
|
-
false: "text-neutral-500 hover:text-primary-900"
|
|
16
|
-
},
|
|
17
|
-
orientation: {
|
|
18
|
-
horizontal: "border-b-2 border-transparent",
|
|
19
|
-
vertical: "border-r-2 border-transparent"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
compoundVariants: [
|
|
23
|
-
{ isActive: !0, orientation: "horizontal", class: "border-b-2 border-primary-500" },
|
|
24
|
-
{ isActive: !1, orientation: "horizontal", class: "border-b-2 border-primary-200" },
|
|
25
|
-
{ isActive: !1, orientation: "vertical", class: "border-r-2 border-primary-200" },
|
|
26
|
-
{ isActive: !0, orientation: "vertical", class: "border-r-2 border-primary-500" }
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
);
|
|
1
|
+
import { D as o } from "./index.es40.js";
|
|
2
|
+
import { I as n } from "./index.es41.js";
|
|
3
|
+
import { M as r } from "./index.es42.js";
|
|
4
|
+
import { P as I } from "./index.es43.js";
|
|
5
|
+
import { U as a } from "./index.es44.js";
|
|
6
|
+
var f = o, i = n, t = r, e = I, _ = a;
|
|
30
7
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
8
|
+
f as DownChevronIcon,
|
|
9
|
+
i as InfoIcon,
|
|
10
|
+
t as MinusIcon,
|
|
11
|
+
e as PlusIcon,
|
|
12
|
+
_ as UpChevronIcon
|
|
33
13
|
};
|
package/dist/index.es36.js
CHANGED
package/dist/index.es37.js
CHANGED
package/dist/index.es38.js
CHANGED
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const e = t, l = ({
|
|
3
|
-
title: r,
|
|
4
|
-
titleId: a,
|
|
5
|
-
...o
|
|
6
|
-
}, n) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
"aria-hidden": "true",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
ref: n,
|
|
12
|
-
"aria-labelledby": a
|
|
13
|
-
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
-
id: a
|
|
15
|
-
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
-
d: "M22 7.838a.83.83 0 0 1-.242.592l-6.807 6.807a4.167 4.167 0 0 1-5.899 0L2.245 8.43a.837.837 0 0 1 1.183-1.184l6.807 6.808a2.5 2.5 0 0 0 3.533 0l6.807-6.808A.833.833 0 0 1 22 7.838"
|
|
17
|
-
})), c = e.forwardRef(l);
|
|
18
|
-
var w = c;
|
|
1
|
+
var r = {};
|
|
19
2
|
export {
|
|
20
|
-
|
|
3
|
+
r as __exports
|
|
21
4
|
};
|
package/dist/index.es39.js
CHANGED
|
@@ -1,21 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const e = n, l = ({
|
|
3
|
-
title: r,
|
|
4
|
-
titleId: a,
|
|
5
|
-
...o
|
|
6
|
-
}, t) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
"aria-hidden": "true",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
ref: t,
|
|
12
|
-
"aria-labelledby": a
|
|
13
|
-
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
-
id: a
|
|
15
|
-
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
-
d: "M11.999 2C17.522 2 22 6.477 22 12s-4.478 10-10.001 10S2 17.523 2 12C1.999 6.478 6.476 2 11.999 2m0 1.5a8.501 8.501 0 1 0 0 17 8.501 8.501 0 0 0 0-17m-.004 6.999a.75.75 0 0 1 .744.648l.007.102.004 5.5a.75.75 0 0 1-1.494.103l-.006-.101-.004-5.501a.75.75 0 0 1 .75-.75zM12 7.002A1 1 0 1 1 12.063 9 1 1 0 0 1 12 7.002"
|
|
17
|
-
})), c = e.forwardRef(l);
|
|
18
|
-
var f = c;
|
|
1
|
+
var e = {};
|
|
19
2
|
export {
|
|
20
|
-
|
|
3
|
+
e as __exports
|
|
21
4
|
};
|
package/dist/index.es40.js
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
import t from "react";
|
|
2
|
-
const e = t,
|
|
2
|
+
const e = t, l = ({
|
|
3
3
|
title: r,
|
|
4
|
-
titleId:
|
|
5
|
-
...
|
|
6
|
-
},
|
|
4
|
+
titleId: a,
|
|
5
|
+
...o
|
|
6
|
+
}, n) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
7
|
fill: "currentColor",
|
|
8
8
|
"aria-hidden": "true",
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
ref:
|
|
12
|
-
"aria-labelledby":
|
|
13
|
-
},
|
|
14
|
-
id:
|
|
11
|
+
ref: n,
|
|
12
|
+
"aria-labelledby": a
|
|
13
|
+
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
+
id: a
|
|
15
15
|
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})), c = e.forwardRef(a);
|
|
20
|
-
var s = c;
|
|
16
|
+
d: "M22 7.838a.83.83 0 0 1-.242.592l-6.807 6.807a4.167 4.167 0 0 1-5.899 0L2.245 8.43a.837.837 0 0 1 1.183-1.184l6.807 6.808a2.5 2.5 0 0 0 3.533 0l6.807-6.808A.833.833 0 0 1 22 7.838"
|
|
17
|
+
})), c = e.forwardRef(l);
|
|
18
|
+
var w = c;
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
w as D
|
|
23
21
|
};
|
package/dist/index.es41.js
CHANGED
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
const e =
|
|
1
|
+
import n from "react";
|
|
2
|
+
const e = n, l = ({
|
|
3
3
|
title: r,
|
|
4
4
|
titleId: a,
|
|
5
|
-
...
|
|
6
|
-
},
|
|
5
|
+
...o
|
|
6
|
+
}, t) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
7
|
fill: "currentColor",
|
|
8
8
|
"aria-hidden": "true",
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
ref:
|
|
11
|
+
ref: t,
|
|
12
12
|
"aria-labelledby": a
|
|
13
|
-
},
|
|
13
|
+
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
14
|
id: a
|
|
15
15
|
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})), c = e.forwardRef(n);
|
|
20
|
-
var d = c;
|
|
16
|
+
d: "M11.999 2C17.522 2 22 6.477 22 12s-4.478 10-10.001 10S2 17.523 2 12C1.999 6.478 6.476 2 11.999 2m0 1.5a8.501 8.501 0 1 0 0 17 8.501 8.501 0 0 0 0-17m-.004 6.999a.75.75 0 0 1 .744.648l.007.102.004 5.5a.75.75 0 0 1-1.494.103l-.006-.101-.004-5.501a.75.75 0 0 1 .75-.75zM12 7.002A1 1 0 1 1 12.063 9 1 1 0 0 1 12 7.002"
|
|
17
|
+
})), c = e.forwardRef(l);
|
|
18
|
+
var f = c;
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
f as I
|
|
23
21
|
};
|
package/dist/index.es42.js
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
const e =
|
|
1
|
+
import t from "react";
|
|
2
|
+
const e = t, a = ({
|
|
3
3
|
title: r,
|
|
4
|
-
titleId:
|
|
5
|
-
...
|
|
6
|
-
},
|
|
4
|
+
titleId: n,
|
|
5
|
+
...l
|
|
6
|
+
}, o) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
7
|
fill: "currentColor",
|
|
8
8
|
"aria-hidden": "true",
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
ref:
|
|
12
|
-
"aria-labelledby":
|
|
13
|
-
},
|
|
14
|
-
id:
|
|
11
|
+
ref: o,
|
|
12
|
+
"aria-labelledby": n
|
|
13
|
+
}, l), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
+
id: n
|
|
15
15
|
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M2 11.85c0-.47.35-.85.783-.85h18.434c.432 0 .783.38.783.85s-.35.85-.783.85H2.783c-.432 0-.783-.38-.783-.85",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
})), c = e.forwardRef(a);
|
|
20
|
+
var s = c;
|
|
19
21
|
export {
|
|
20
|
-
|
|
22
|
+
s as M
|
|
21
23
|
};
|
package/dist/index.es43.js
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
import t from "react";
|
|
2
|
+
const e = t, n = ({
|
|
3
|
+
title: r,
|
|
4
|
+
titleId: a,
|
|
5
|
+
...l
|
|
6
|
+
}, o) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
ref: o,
|
|
12
|
+
"aria-labelledby": a
|
|
13
|
+
}, l), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
+
id: a
|
|
15
|
+
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M11.885 2c.433 0 .783.35.783.783v8.434h8.549a.783.783 0 1 1 0 1.566h-8.549v8.434a.783.783 0 1 1-1.567 0v-8.434H2.783a.783.783 0 1 1 0-1.566h8.318V2.783c0-.432.351-.783.784-.783",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
})), c = e.forwardRef(n);
|
|
20
|
+
var d = c;
|
|
2
21
|
export {
|
|
3
|
-
|
|
22
|
+
d as P
|
|
4
23
|
};
|
package/dist/index.es44.js
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
import l from "react";
|
|
2
|
+
const e = l, n = ({
|
|
3
|
+
title: r,
|
|
4
|
+
titleId: a,
|
|
5
|
+
...o
|
|
6
|
+
}, t) => /* @__PURE__ */ e.createElement("svg", Object.assign({
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
"aria-hidden": "true",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
ref: t,
|
|
12
|
+
"aria-labelledby": a
|
|
13
|
+
}, o), r ? /* @__PURE__ */ e.createElement("title", {
|
|
14
|
+
id: a
|
|
15
|
+
}, r) : null, /* @__PURE__ */ e.createElement("path", {
|
|
16
|
+
d: "M2 15.892a.83.83 0 0 1 .242-.591l6.807-6.807a4.166 4.166 0 0 1 5.899 0l6.807 6.806a.835.835 0 0 1-.912 1.365.8.8 0 0 1-.271-.181l-6.807-6.807a2.5 2.5 0 0 0-3.533 0l-6.807 6.806A.833.833 0 0 1 2 15.893Z"
|
|
17
|
+
})), c = e.forwardRef(n);
|
|
18
|
+
var i = c;
|
|
2
19
|
export {
|
|
3
|
-
|
|
20
|
+
i as U
|
|
4
21
|
};
|
package/dist/index.es5.js
CHANGED
|
@@ -2,7 +2,7 @@ import { j as s } from "./index.es15.js";
|
|
|
2
2
|
import { forwardRef as h } from "react";
|
|
3
3
|
import { useContextProps as j, ButtonContext as B, Button as w } from "react-aria-components";
|
|
4
4
|
import { cn as C } from "./index.es16.js";
|
|
5
|
-
import { buttonVariants as N } from "./index.
|
|
5
|
+
import { buttonVariants as N } from "./index.es32.js";
|
|
6
6
|
function g(r, i) {
|
|
7
7
|
const [c, a] = j(r, i, B), {
|
|
8
8
|
intent: m = "secondary",
|
package/dist/index.es6.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as t } from "./index.es15.js";
|
|
2
|
-
import { InfoIcon as p } from "./index.
|
|
2
|
+
import { InfoIcon as p } from "./index.es33.js";
|
|
3
3
|
import { forwardRef as u } from "react";
|
|
4
4
|
import { useContextProps as d, LabelContext as b, Label as j } from "react-aria-components";
|
|
5
5
|
import { cn as g } from "./index.es16.js";
|
package/dist/index.es8.js
CHANGED
|
@@ -2,8 +2,8 @@ import { j as r } from "./index.es15.js";
|
|
|
2
2
|
import { NumberField as g, Group as w, Input as B } from "react-aria-components";
|
|
3
3
|
import { cn as l } from "./index.es16.js";
|
|
4
4
|
import { Label as E } from "./index.es6.js";
|
|
5
|
-
import { CaptionNumberField as G } from "./index.
|
|
6
|
-
import { StepperButton as S } from "./index.
|
|
5
|
+
import { CaptionNumberField as G } from "./index.es25.js";
|
|
6
|
+
import { StepperButton as S } from "./index.es26.js";
|
|
7
7
|
import { inputNumberVariant as V } from "./index.es20.js";
|
|
8
8
|
const H = ({
|
|
9
9
|
size: o = "sm",
|
package/dist/index.es9.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { j as o } from "./index.es15.js";
|
|
2
2
|
import { Switch as u } from "react-aria-components";
|
|
3
3
|
import { cn as c } from "./index.es16.js";
|
|
4
|
-
import { ContentSwitch as L } from "./index.
|
|
5
|
-
import { SwitchIndicator as v } from "./index.
|
|
4
|
+
import { ContentSwitch as L } from "./index.es27.js";
|
|
5
|
+
import { SwitchIndicator as v } from "./index.es28.js";
|
|
6
6
|
import { switchVariants as b } from "./index.es21.js";
|
|
7
7
|
const E = ({
|
|
8
8
|
children: f,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simpli-route/apollo-ds",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"react-dom": "^18.2.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@simpli-route/react-icons": "^1.0.
|
|
31
|
+
"@simpli-route/react-icons": "^1.0.18",
|
|
32
32
|
"@simpli-route/tailwind-preset": "^0.0.3",
|
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
|
34
34
|
"class-variance-authority": "^0.7.0",
|