@ghostly-solutions/ui 0.3.2 → 0.3.4
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-gv8xjarq.js +11 -0
- package/dist/components/ui-provider/ui-provider.d.ts +3 -8
- package/dist/components/ui-provider/ui-provider.d.ts.map +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -3
- package/dist/lib/{theme-constants.d.ts → theme/constants.d.ts} +5 -4
- package/dist/lib/theme/constants.d.ts.map +1 -0
- package/dist/lib/theme/core.d.ts +94 -0
- package/dist/lib/theme/core.d.ts.map +1 -0
- package/dist/lib/theme/index.d.ts +5 -0
- package/dist/lib/theme/index.d.ts.map +1 -0
- package/dist/lib/theme/provider.d.ts +43 -0
- package/dist/lib/theme/provider.d.ts.map +1 -0
- package/dist/lib/theme/system.d.ts +82 -0
- package/dist/lib/theme/system.d.ts.map +1 -0
- package/dist/server.d.ts +2 -3
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -1
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-5pcmmk0e.js +0 -2
- package/dist/components/theme-script/index.d.ts +0 -2
- package/dist/components/theme-script/index.d.ts.map +0 -1
- package/dist/components/theme-script/theme-script.d.ts +0 -17
- package/dist/components/theme-script/theme-script.d.ts.map +0 -1
- package/dist/lib/theme-constants.d.ts.map +0 -1
- package/dist/lib/theme-script.d.ts +0 -12
- package/dist/lib/theme-script.d.ts.map +0 -1
- package/dist/lib/theme.d.ts +0 -26
- package/dist/lib/theme.d.ts.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import{clsx as N}from"clsx";import{twMerge as z}from"tailwind-merge";function yf(...f){return z(N(f))}import*as K from"react";function d(...f){return(E)=>{for(let w of f)if(typeof w==="function")w(E);else if(w!=null)w.current=E}}function Mf(...f){return K.useCallback(d(...f),f)}function Of(f,E){let w=K.createContext(E);w.displayName=f;function y(){let A=K.useContext(w);if(A===void 0)throw Error(`use${f} must be used within a ${f}Provider`);return A}return[w.Provider,y,w]}function Rf(f){let E=K.createContext(void 0);E.displayName=f;function w(){return K.useContext(E)}return[E.Provider,w,E]}var b=null;function G(){if(b)return b;if(typeof navigator>"u")return b={os:"linux",isMac:!1,isWindows:!1,isLinux:!0,isMobile:!1},b;let f=navigator.userAgentData?.platform??navigator.platform??"",E=navigator.userAgent??"",w=/mac/i.test(f),y=/win/i.test(f),A=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(E)||"maxTouchPoints"in navigator&&navigator.maxTouchPoints>1&&w,M=/linux/i.test(f)&&!A;return b={os:w?"mac":y?"windows":"linux",isMac:w,isWindows:y,isLinux:M,isMobile:A},b}var g={esc:"escape",return:"enter",del:"delete",space:" ",spacebar:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",plus:"+"},H={mod:"⌘",ctrl:"⌃",control:"⌃",alt:"⌥",option:"⌥",shift:"⇧",meta:"⌘",cmd:"⌘",command:"⌘",enter:"⏎",return:"⏎",backspace:"⌫",delete:"⌦",tab:"⇥",escape:"Esc",esc:"Esc",space:"␣",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"},W={mod:"Ctrl",cmd:"Ctrl",command:"Ctrl",meta:"Super",ctrl:"Ctrl",control:"Ctrl",alt:"Alt",option:"Alt",shift:"Shift",enter:"Enter",return:"Enter",backspace:"Backspace",delete:"Del",tab:"Tab",escape:"Esc",esc:"Esc",space:"Space",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"};function Kf(f){let E=f.split("+").map((y)=>y.trim().toLowerCase()),w={key:"",mod:!1,ctrl:!1,alt:!1,shift:!1,meta:!1};for(let y of E)if(y==="mod")w.mod=!0;else if(y==="ctrl"||y==="control")w.ctrl=!0;else if(y==="alt"||y==="option")w.alt=!0;else if(y==="shift")w.shift=!0;else if(y==="meta"||y==="cmd"||y==="command")w.meta=!0;else w.key=g[y]??y;return w}function Pf(f,E){let{isMac:w}=G(),y=f.key.toLowerCase(),A=E.key.toLowerCase();if(A&&y!==A&&f.code.toLowerCase()!==`key${A}`)return!1;let M=E.meta||E.mod&&w,O=E.ctrl||E.mod&&!w;if(f.metaKey!==M)return!1;if(f.ctrlKey!==O)return!1;if(f.altKey!==E.alt)return!1;if(f.shiftKey!==E.shift)return!1;return!0}function bf(f,E){let w=E??G().isMac,y=w?H:W,A=f.split("+").map((M)=>{let O=M.trim().toLowerCase();return y[O]??M.trim().toUpperCase()});return w?A.join(""):A.join("+")}function Df(f,E){let y=E??G().isMac?H:W;return f.split("+").map((A)=>{let M=A.trim().toLowerCase();return y[M]??A.trim().toUpperCase()})}var _={light:"light",dark:"dark",system:"system"},F="data-gs-theme",D="data-gs-color-scheme",X="dark",Gf=1,Ff="gs",j="gs-theme-state",$f="gs-density",q="gs-theme-state";var v="ghostly-solutions",k=_.system,S="both",n="/",i="lax",r=31536000;function Q(f){return typeof f==="object"&&f!==null}function $(f){return f===_.light||f===_.dark||f===_.system}function U(f){return f===_.light||f===_.dark}function R(f){return typeof f==="string"&&f.trim().length>0}function Z(f,E=k){if($(f))return f;return E}function l(f){if(!Array.isArray(f))return[];let E=f.filter(R);if(E.length===0)return[];return[...new Set(E)]}function p(f,E){let w=R(f)?f:v;if(E.length===0)return w;if(E.includes(w))return w;return E[0]??w}function u(f,E,w){if(!R(f))return E;if(w.length===0)return f;if(w.includes(f))return f;return E}function h(f){if(f===!1)return!1;let E=f?.mode==="localStorage"||f?.mode==="cookie"||f?.mode==="both"?f.mode:S,w=R(f?.key)?f.key:j,y=R(f?.cookie?.name)?f.cookie.name:q,A=R(f?.cookie?.path)?f.cookie.path:n,M=typeof f?.cookie?.maxAge==="number"&&Number.isFinite(f.cookie.maxAge)?Math.max(0,Math.floor(f.cookie.maxAge)):r,O=f?.cookie?.sameSite==="strict"||f?.cookie?.sameSite==="none"||f?.cookie?.sameSite==="lax"?f.cookie.sameSite:i,I=f?.cookie?.secure===!0;return{mode:E,key:w,cookie:{name:y,path:A,maxAge:M,sameSite:O,secure:I}}}function L(f={}){let E=l(f.themes);return{defaultTheme:p(f.defaultTheme,E),defaultColorScheme:Z(f.defaultColorScheme),themes:E,attribute:R(f.attribute)?f.attribute:F,colorSchemeAttribute:f.colorSchemeAttribute===!1?!1:R(f.colorSchemeAttribute)?f.colorSchemeAttribute:D,darkClassName:R(f.darkClassName)?f.darkClassName:X,storage:h(f.storage)}}function P(f,E={}){let w=L(E);return{theme:u(f?.theme,w.defaultTheme,w.themes),colorScheme:Z(f?.colorScheme,w.defaultColorScheme)}}function x(f,E={}){let w=P(f,E);return JSON.stringify({theme:w.theme,colorScheme:w.colorScheme})}function T(f){if(!R(f))return null;try{let E=JSON.parse(f);if(!Q(E))return null;let w=R(E.theme)?E.theme:R(E.t)?E.t:null,y=$(E.colorScheme)?E.colorScheme:$(E.c)?E.c:null;if(!(w&&y))return null;return{theme:w,colorScheme:y}}catch{return null}}function m(f,E){if(!(R(f)&&R(E)))return null;let w=f.split(";");for(let y of w){let A=y.trim();if(!A)continue;let M=A.indexOf("=");if(M===-1)continue;if(A.slice(0,M).trim()!==E)continue;let I=A.slice(M+1).trim();return I.length>0?I:null}return null}function C(f){return Boolean(f&&(f.mode==="localStorage"||f.mode==="both"))}function Y(f){return Boolean(f&&(f.mode==="cookie"||f.mode==="both"))}function B(f,E={}){if(!R(f))return null;let w=L(E);if(!Y(w.storage))return null;let y=m(f,w.storage.cookie.name);if(!R(y))return null;try{let A=decodeURIComponent(y),M=T(A);if(!M)return null;return P(M,w)}catch{return null}}function c(f){if(f==="strict")return"Strict";if(f==="none")return"None";return"Lax"}function s(f,E={}){let w=L(E);if(!Y(w.storage))return null;let y=P(f,w),A=encodeURIComponent(x(y,w)),M=w.storage.cookie,O=`${M.name}=${A}; Path=${M.path}; Max-Age=${M.maxAge}; SameSite=${c(M.sameSite)}`;if(M.secure)O+="; Secure";return O}function Xf(f={}){if(typeof window>"u")return null;let E=L(f);if(C(E.storage))try{let w=window.localStorage.getItem(E.storage.key),y=T(w);if(y)return P(y,E)}catch{}if(Y(E.storage))return B(window.document.cookie,E);return null}function jf(f,E={}){if(typeof window>"u")return;let w=L(E),y=P(f,w),A=x(y,w);if(C(w.storage))try{window.localStorage.setItem(w.storage.key,A)}catch{}if(Y(w.storage)){let M=s(y,w);if(M)window.document.cookie=M}}function V(f,E){if(f===_.system)return E;return f}function a(){if(typeof window>"u"||typeof window.matchMedia!=="function")return _.light;return window.matchMedia("(prefers-color-scheme: dark)").matches?_.dark:_.light}function qf(f={}){let E=L(f),w=R(f.state?.theme),y=$(f.state?.colorScheme),A=P(f.state,E);if(R(f.cookieHeader)&&Y(E.storage)){let O=B(f.cookieHeader,E);if(O)A=P({theme:w?f.state?.theme:O.theme,colorScheme:y?f.state?.colorScheme:O.colorScheme},E)}let M=U(f.systemColorScheme)?f.systemColorScheme:_.light;return{...A,resolvedColorScheme:V(A.colorScheme,M)}}function t(f){return Q(f)&&U(f.resolvedColorScheme)}function o(f,E={},w=_.light){let y=L(E),A=P(f,y),M=t(f)?{...A,resolvedColorScheme:f.resolvedColorScheme}:{...A,resolvedColorScheme:V(A.colorScheme,w)},O={[y.attribute]:M.theme};if(y.colorSchemeAttribute)O[y.colorSchemeAttribute]=M.colorScheme;return{attributes:O,className:M.resolvedColorScheme===_.dark?y.darkClassName:"",style:{colorScheme:M.resolvedColorScheme},state:M}}function Jf(f,E,w={}){let y=L(w),A=o(E,y,a());if(f.setAttribute(y.attribute,A.state.theme),y.attribute!==F)f.removeAttribute(F);if(y.colorSchemeAttribute){if(f.setAttribute(y.colorSchemeAttribute,A.state.colorScheme),y.colorSchemeAttribute!==D)f.removeAttribute(D)}else f.removeAttribute(D);if(A.state.resolvedColorScheme===_.dark)f.classList.add(y.darkClassName);else f.classList.remove(y.darkClassName);return f.style.colorScheme=A.state.resolvedColorScheme,A.state}function e(f){return f.replace(/\\/g,"\\\\").replace(/"/g,"\\\"")}function J(f,E){let w=Object.entries(E).filter(([A,M])=>R(A)&&R(M));if(w.length===0)return"";let y=w.map(([A,M])=>` --${A}: ${M};`).join(`
|
|
2
|
+
`);return`${f} {
|
|
3
|
+
${y}
|
|
4
|
+
}`}function ff(f){let E=L({attribute:f.attribute,darkClassName:f.darkClassName,defaultTheme:f.theme}),w=u(f.theme,E.defaultTheme,[]),y=e(w),A=`:root[${E.attribute}="${y}"]`,M=`${A}.${E.darkClassName}`,O=J(A,f.light),I=f.dark?J(M,f.dark):"";if(O&&I)return`${O}
|
|
5
|
+
|
|
6
|
+
${I}
|
|
7
|
+
`;if(O)return`${O}
|
|
8
|
+
`;if(I)return`${I}
|
|
9
|
+
`;return""}function Qf(f){if(!Array.isArray(f.themes)||f.themes.length===0)return"";return f.themes.map((E)=>ff({theme:E.theme,light:E.light,dark:E.dark,attribute:f.attribute,darkClassName:f.darkClassName})).filter(R).join(`
|
|
10
|
+
`)}
|
|
11
|
+
export{yf as a,d as b,Mf as c,Of as d,Rf as e,G as f,Kf as g,Pf as h,bf as i,Df as j,_ as k,F as l,D as m,X as n,Gf as o,Ff as p,j as q,$f as r,q as s,L as t,P as u,x as v,T as w,B as x,s as y,Xf as z,jf as A,V as B,a as C,qf as D,o as E,Jf as F,ff as G,Qf as H};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import type { ReactNode } from "react";
|
|
2
2
|
import { type DensityValue } from "@/lib/density";
|
|
3
|
-
import { type
|
|
4
|
-
interface UIProviderProps {
|
|
3
|
+
import { type ThemeProviderProps } from "@/lib/theme";
|
|
4
|
+
interface UIProviderProps extends Omit<ThemeProviderProps, "children"> {
|
|
5
5
|
children: ReactNode;
|
|
6
|
-
defaultTheme?: string;
|
|
7
|
-
defaultColorScheme?: ColorSchemeValue;
|
|
8
6
|
density?: DensityValue;
|
|
9
|
-
enableTransition?: boolean;
|
|
10
|
-
transitionDuration?: number;
|
|
11
|
-
storageKey?: string | false;
|
|
12
7
|
}
|
|
13
|
-
declare function UIProvider({ children,
|
|
8
|
+
declare function UIProvider({ children, density, defaultTheme, defaultColorScheme, ...themeProps }: UIProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
14
9
|
declare namespace UIProvider {
|
|
15
10
|
var displayName: string;
|
|
16
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-provider.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/ui-provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAoC,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,
|
|
1
|
+
{"version":3,"file":"ui-provider.d.ts","sourceRoot":"","sources":["../../../src/components/ui-provider/ui-provider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAoC,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAA8B,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAElF,UAAU,eAAgB,SAAQ,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC;IACrE,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,iBAAS,UAAU,CAAC,EACnB,QAAQ,EACR,OAAyB,EACzB,YAAkC,EAClC,kBAAuC,EACvC,GAAG,UAAU,EACb,EAAE,eAAe,2CAUjB;kBAhBQ,UAAU;;;AAoBnB,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,7 @@ export * from "./components/hover-card";
|
|
|
26
26
|
export * from "./components/input";
|
|
27
27
|
export * from "./components/kbd";
|
|
28
28
|
export * from "./components/label";
|
|
29
|
+
export * from "./components/loader";
|
|
29
30
|
export * from "./components/multiselect";
|
|
30
31
|
export * from "./components/navigation-menu";
|
|
31
32
|
export * from "./components/otp-input";
|
|
@@ -44,8 +45,6 @@ export * from "./components/skeleton";
|
|
|
44
45
|
export * from "./components/slider";
|
|
45
46
|
export * from "./components/spinner";
|
|
46
47
|
export * from "./components/spotlight";
|
|
47
|
-
export * from "./components/loader";
|
|
48
|
-
export * from "./components/ui-provider";
|
|
49
48
|
export * from "./components/stat-card";
|
|
50
49
|
export * from "./components/stepper";
|
|
51
50
|
export * from "./components/switch";
|
|
@@ -58,6 +57,7 @@ export * from "./components/toggle";
|
|
|
58
57
|
export * from "./components/toggle-group";
|
|
59
58
|
export * from "./components/toolbar";
|
|
60
59
|
export * from "./components/tooltip";
|
|
60
|
+
export * from "./components/ui-provider";
|
|
61
61
|
export { useControllableState } from "./hooks/use-controllable-state";
|
|
62
62
|
export { type UseHotkeyOptions, useHotkey } from "./hooks/use-hotkey";
|
|
63
63
|
export { detectPlatform, type PlatformInfo, type PlatformOS, usePlatform, } from "./hooks/use-platform";
|
|
@@ -65,7 +65,6 @@ export { type ClassValue, cn } from "./lib/cn";
|
|
|
65
65
|
export { composeRefs, createContext, createOptionalContext, useComposedRefs } from "./lib/compose";
|
|
66
66
|
export { DENSITY_DEFAULT, DensityProvider, type DensityProviderProps, type DensityValue, useDensity, useDensitySize, } from "./lib/density";
|
|
67
67
|
export { formatHotkey, formatHotkeyTokens, type HotkeyDefinition, matchHotkey, parseHotkey, } from "./lib/hotkey";
|
|
68
|
-
export { ColorScheme, type ColorSchemeValue, type ResolvedColorScheme, type ThemeContextValue, ThemeProvider, type ThemeProviderProps, useTheme, } from "./lib/theme";
|
|
69
|
-
export { STORAGE_COLOR_SCHEME_KEY, STORAGE_DENSITY_KEY, STORAGE_PREFIX, STORAGE_THEME_KEY, STORAGE_VERSION, THEME_ATTR, } from "./lib/theme-constants";
|
|
68
|
+
export { ColorScheme, type ColorSchemeValue, type CreateThemeCssOptions, type CreateThemesCssOptions, createThemeContract, createThemeCss, createThemeRegistry, createThemeSetCookieHeader, createThemeSystem, createThemesCss, DARK_CLASS, defineThemes, getSystemColorScheme, getThemeRootProps, normalizeThemeState, parseThemeState, type ResolvedColorScheme, type ResolvedThemeState, type ResolvedThemeStateFor, type ResolveThemeStateOptions, readThemeStateFromBrowserStorage, readThemeStateFromCookieHeader, resolveThemeState, STORAGE_DENSITY_KEY, STORAGE_PREFIX, STORAGE_THEME_STATE_KEY, STORAGE_VERSION, serializeThemeState, THEME_ATTR, THEME_COLOR_SCHEME_ATTR, THEME_COOKIE_NAME, type ThemeContextValue, type ThemeContextValueFor, type ThemeContract, type ThemeContractOptions, type CreateThemeSystemOptions, type ThemeCookieOptions, type ThemeCookieSameSite, type ThemeCssDefinition, type ThemeCssTextDefinition, ThemeProvider, type ThemeProviderProps, type ThemeRegistry, type ThemeRegistryDefinition, type ThemeRegistryInput, type ThemeRegistryOptions, ThemeRegistryProvider, type ThemeRegistryProviderProps, type ThemeRegistryRecord, type ThemeRegistryRecordValue, type ThemeRootProps, type ThemeState, type ThemeStateFor, type ThemeStateChangeMeta, type ThemeStateChangeReason, type ThemeStateReader, type ThemeStateUpdateFor, type ThemeStateWriter, type ThemeStorageMode, type ThemeStorageOptions, ThemeStyles, type ThemeStylesProps, type ThemeSystem, type ThemeSystemProviderProps, type ThemeSystemStylesProps, type ThemeTokenDefinition, type ThemeTokenMap, type ThemeTokenValue, useTheme, writeThemeStateToBrowserStorage, } from "./lib/theme";
|
|
70
69
|
export type { Align, BaseProps, ControlSize, ControlStatus, ControlVariant, DisableableProps, EmphasisLevel, LoadableProps, MotionLevel, Orientation, PolymorphicComponentProps, PolymorphicComponentPropsWithRef, Side, Size, SlotProps, Status, SurfaceStyle, Variant, } from "./lib/types";
|
|
71
70
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|