hypnagaga/packages/graphics-components/docs/assets/_main-ZEM5mV_h.js

88 lines
2.3 KiB
JavaScript

import{j as r}from"./index-bIIEL2MP.js";import{useMDXComponents as i}from"./index-CO-0pc0F.js";import{M as c}from"./index-Z-6k0Xrj.js";import{p as u}from"./docsPage-CT2vyZOj.js";import{C as t}from"./Table-F-lkejrq.js";import{c as e}from"./parseCss-DFN8Q8fx.js";import"./_commonjsHelpers-D6-XlEtG.js";import"./iframe-CzjIX-qr.js";import"./index-aQYXhgXp.js";import"./index-DrFu-skq.js";import"./index-D7HDsfES.js";const a=`.cursor-auto {
cursor: auto;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-crosshair {
cursor: crosshair;
}
.cursor-text {
cursor: text;
}
.cursor-move {
cursor: move;
}
.cursor-grab {
cursor: grab;
}
.cursor-grabbing {
cursor: grabbing;
}
.cursor-col-resize {
cursor: col-resize;
}
.cursor-row-resize {
cursor: row-resize;
}
.cursor-zoom-in {
cursor: zoom-in;
}
.cursor-zoom-out {
cursor: zoom-out;
}
.\\!cursor-auto {
cursor: auto !important;
}
.\\!cursor-default {
cursor: default !important;
}
.\\!cursor-pointer {
cursor: pointer !important;
}
.\\!cursor-crosshair {
cursor: crosshair !important;
}
.\\!cursor-text {
cursor: text !important;
}
.\\!cursor-move {
cursor: move !important;
}
.\\!cursor-grab {
cursor: grab !important;
}
.\\!cursor-grabbing {
cursor: grabbing !important;
}
.\\!cursor-col-resize {
cursor: col-resize !important;
}
.\\!cursor-row-resize {
cursor: row-resize !important;
}
.\\!cursor-zoom-in {
cursor: zoom-in !important;
}
.\\!cursor-zoom-out {
cursor: zoom-out !important;
}
`,m=`.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.\\!pointer-events-none {
pointer-events: none !important;
}
.\\!pointer-events-auto {
pointer-events: auto !important;
}
`;function s(n){const o={h1:"h1",...i(),...n.components};return r.jsxs(r.Fragment,{children:[r.jsx(c,{title:"Styles/Tokens/Interactivity",parameters:{...u}}),`
`,r.jsx(o.h1,{id:"interactivity-tokens",children:"Interactivity tokens"}),`
`,r.jsx(t,{title:"Cursor",mdnLink:"cursor",header:["Class","Properties"],body:e(a),copyable:[!0,!1]}),`
`,r.jsx(t,{title:"Pointer events",mdnLink:"pointer-events",header:["Class","Properties"],body:e(m),copyable:[!0,!1]})]})}function j(n={}){const{wrapper:o}={...i(),...n.components};return o?r.jsx(o,{...n,children:r.jsx(s,{...n})}):s(n)}export{j as default};