UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

3 lines (2 loc) 1.47 kB
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./components/ui/Switch/Switch.css');const e=require("./index.cjs137.js"),r=require("./index.cjs208.js"),d=require("./index.cjs9.js");;/* empty css */const a=({id:s=void 0,label:t="",checked:i=!1,setValue:n,name:o,disabled:x=!1})=>{const u=()=>e.jsxRuntimeExports.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:e.jsxRuntimeExports.jsx("path",{d:"M9 3L3 9M3 3L9 9",stroke:"rgba(255, 255, 255, 0.5)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}),h=()=>e.jsxRuntimeExports.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:e.jsxRuntimeExports.jsx("path",{d:"M10 3L4.5 8.5L2 6",stroke:"rgba(255, 255, 255, 0.5)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});return e.jsxRuntimeExports.jsxs(d.Row,{alignItems:"center",gap:"x16",children:[t&&e.jsxRuntimeExports.jsx("label",{className:"text-muted fs-6 fw-bold",htmlFor:s,children:t}),e.jsxRuntimeExports.jsx(r.Root,{id:s,disabled:x,checked:i,onCheckedChange:c=>{n(o??"",c)},className:"ui-switch","aria-label":t,children:e.jsxRuntimeExports.jsx(r.Thumb,{className:"ui-switch-thumb",children:i?e.jsxRuntimeExports.jsx(h,{}):e.jsxRuntimeExports.jsx(u,{})})})]})};exports.Switch=a; //# sourceMappingURL=index.cjs47.js.map