@maelstrom-futurism/core 0.10.2 → 0.10.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/Box.d.ts.map +1 -1
- package/dist/components/ContentBox.d.ts +2 -2
- package/dist/components/ContentBox.d.ts.map +1 -1
- package/dist/components/Pill.d.ts +5 -3
- package/dist/components/Pill.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +52 -51
- package/dist/styleSystem.d.ts +4 -2
- package/dist/styleSystem.d.ts.map +1 -1
- package/dist/utils/composeStyles.d.ts +9 -2
- package/dist/utils/composeStyles.d.ts.map +1 -1
- package/dist/utils/composeStyles.test.d.ts +2 -0
- package/dist/utils/composeStyles.test.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../lib/components/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../lib/components/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjE,OAAO,EAAmB,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE7D,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEhD,QAAA,MAAM,GAAG,GAAI,OAAO,QAAQ,KAAG,SA8B9B,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BoxProps } from './Box';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { BoxProps } from './Box';
|
|
3
3
|
type Variant = 'alert' | 'info' | 'error' | 'warning' | 'normal' | 'success';
|
|
4
4
|
export type ContentBoxProps = BoxProps & {
|
|
5
5
|
variant?: Variant;
|
|
6
6
|
};
|
|
7
|
-
declare const ContentBox: ({ background, border, children, variant, ...rest }: ContentBoxProps) => ReactNode;
|
|
7
|
+
declare const ContentBox: ({ background, border, children, variant, styles: consumerStyles, ...rest }: ContentBoxProps) => ReactNode;
|
|
8
8
|
export default ContentBox;
|
|
9
9
|
//# sourceMappingURL=ContentBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentBox.d.ts","sourceRoot":"","sources":["../../lib/components/ContentBox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContentBox.d.ts","sourceRoot":"","sources":["../../lib/components/ContentBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjD,OAAY,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC,KAAK,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE7E,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAyCF,QAAA,MAAM,UAAU,GAAI,4EAOjB,eAAe,KAAG,SA+BpB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { StyleOverride } from '../utils/composeStyles';
|
|
3
3
|
export type PillVariant = 'success' | 'warning' | 'alert' | 'info' | 'muted';
|
|
4
|
+
/** Alias of {@link StyleOverride} — kept for API compatibility. */
|
|
5
|
+
export type PillStyles = StyleOverride;
|
|
4
6
|
export interface PillProps extends HTMLAttributes<HTMLSpanElement> {
|
|
5
|
-
|
|
7
|
+
styles?: PillStyles;
|
|
6
8
|
variant?: PillVariant;
|
|
7
9
|
dot?: boolean;
|
|
8
10
|
children: ReactNode;
|
|
9
11
|
}
|
|
10
|
-
declare const Pill: ({ variant, dot, children,
|
|
12
|
+
declare const Pill: ({ variant, dot, children, styles, ...rest }: PillProps) => ReactNode;
|
|
11
13
|
export default Pill;
|
|
12
14
|
//# sourceMappingURL=Pill.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../lib/components/Pill.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../lib/components/Pill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjE,OAAO,EAAqC,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE1F,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAE7E,mEAAmE;AACnE,MAAM,MAAM,UAAU,GAAG,aAAa,CAAC;AAEvC,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,eAAe,CAAC;IAChE,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAaD,QAAA,MAAM,IAAI,GAAI,6CAA8D,SAAS,KAAG,SA+CvF,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { LogoMarkFlat, type LogoMarkFlatProps } from './components/LogoMarkFlat'
|
|
|
9
9
|
export * from './utils/words';
|
|
10
10
|
export * from './utils/typeof';
|
|
11
11
|
export * from './utils/debounce';
|
|
12
|
+
export * from './utils/composeStyles';
|
|
12
13
|
export * from './motion';
|
|
13
14
|
export * from './tokens';
|
|
14
15
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGjF,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGjF,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -255,55 +255,56 @@ import{c as A,j as B,a as Q,G as E}from"./@emotion-DDqJX_w5.mjs";import{createCo
|
|
|
255
255
|
}
|
|
256
256
|
`;/* @__PURE__ */
|
|
257
257
|
return B(V.Provider,{value:R,children:[
|
|
258
|
-
/* @__PURE__ */Q(E,{styles:G}),Y]})},W={bg:"background",w:"width",h:"height",m:"margin",p:"padding"},
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
return Q("div",{css:
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
return Q(
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
258
|
+
/* @__PURE__ */Q(E,{styles:G}),Y]})},W=A=>Array.isArray(A)?0===A.length||S(A[0]):S(A),S=A=>"object"==typeof A&&null!==A&&"string"==typeof A.name&&"string"==typeof A.styles,y=(B,Q)=>{if(!Q)return B;return(Array.isArray(Q)?Q:[Q]).reduce((B,Q)=>A`${B}${Q}`,B)},x={bg:"background",w:"width",h:"height",m:"margin",p:"padding"},l=B=>{const E=(A=>{const B={};for(const[Q,E]of Object.entries(A))B[Q in x?x[Q]:Q]=E;return B})(B),{styles:M,children:g,...I}=B,C=A`
|
|
259
|
+
width: ${E.width||"100%"};
|
|
260
|
+
${E.height&&`height: ${E.height};`}
|
|
261
|
+
${E.margin&&`margin: ${E.margin};`}
|
|
262
|
+
${E.background&&`background: ${E.background};`}
|
|
263
|
+
${E.border&&`border: ${E.border};`}
|
|
264
|
+
border-radius: var(--mf-radius-card);
|
|
265
|
+
`,w=M&&W(M)?y(C,M):C,Y=M&&!W(M)?M:void 0,F=Y||I.style?{...Y,...I.style}:void 0;/* @__PURE__ */
|
|
266
|
+
return Q("div",{css:w,...I,style:F,children:g})},s=({background:B,border:E,children:M,variant:g,styles:I,...C})=>{const w=((B,Q,E)=>{if(B||Q)return A`
|
|
267
|
+
background-color: ${B||"var(--mf-content)"};
|
|
268
|
+
border: ${Q||"var(--mf-border)"};
|
|
269
|
+
`;switch(E){case"alert":case"error":return A`
|
|
270
|
+
background-color: color-mix(in srgb, var(--mf-alert) 40%, transparent);
|
|
271
|
+
border: solid 1px var(--mf-alert);
|
|
272
|
+
`;case"warning":return A`
|
|
273
|
+
background-color: color-mix(in srgb, var(--mf-warning) 40%, transparent);
|
|
274
|
+
border: solid 1px var(--mf-warning);
|
|
275
|
+
`;case"info":return A`
|
|
276
|
+
background-color: color-mix(in srgb, var(--mf-info) 40%, transparent);
|
|
277
|
+
border: solid 1px var(--mf-info);
|
|
278
|
+
`;case"success":return A`
|
|
279
|
+
background-color: color-mix(in srgb, var(--mf-success) 40%, transparent);
|
|
280
|
+
border: solid 1px var(--mf-success);
|
|
281
|
+
`;default:return A`
|
|
282
|
+
background-color: ${B||"var(--mf-content)"};
|
|
283
|
+
border: ${Q||"var(--mf-content)"};
|
|
284
|
+
`}})(B,E,g),Y=A`
|
|
285
|
+
padding: 0.75rem;
|
|
286
|
+
margin-bottom: 0.25rem;
|
|
287
|
+
`,F=y(w,Y);if(I&&!W(I))/* @__PURE__ */
|
|
288
|
+
return Q(l,{styles:F,...C,style:{...I,...C.style},children:M});const U=I?y(F,I):F;/* @__PURE__ */
|
|
289
|
+
return Q(l,{styles:U,...C,children:M})},P=({variant:E="info",dot:M=!1,children:g,styles:I,...C})=>{const w=(A=>({success:"var(--mf-success)",warning:"var(--mf-warning)",alert:"var(--mf-alert)",info:"var(--mf-info)",muted:"var(--mf-text-muted)"}[A]))(E),Y=A`
|
|
290
|
+
display: inline-flex;
|
|
291
|
+
align-items: center;
|
|
292
|
+
gap: 6px;
|
|
293
|
+
border-radius: var(--mf-radius-pill);
|
|
294
|
+
padding: 2px 10px;
|
|
295
|
+
font-size: 12px;
|
|
296
|
+
font-weight: 500;
|
|
297
|
+
border: 1px solid ${w};
|
|
298
|
+
background: transparent;
|
|
299
|
+
color: ${w};
|
|
300
|
+
`,F=A`
|
|
301
|
+
width: 6px;
|
|
302
|
+
height: 6px;
|
|
303
|
+
border-radius: 50%;
|
|
304
|
+
background: currentColor;
|
|
305
|
+
flex-shrink: 0;
|
|
306
|
+
`,U=I&&W(I)?y(Y,I):Y,D=I&&!W(I)?I:void 0,N=D||C.style?{...D,...C.style}:void 0;/* @__PURE__ */
|
|
307
|
+
return B("span",{css:U,...C,style:N,children:[M&&/* @__PURE__ */Q("span",{css:F,"aria-hidden":"true"}),g]})},o=A=>/* @__PURE__ */B("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192",shapeRendering:"crispEdges",role:"img","aria-label":"Maelstrom-Futurism mark",...A,children:[
|
|
307
308
|
/* @__PURE__ */Q("title",{children:"Maelstrom-Futurism"}),
|
|
308
309
|
/* @__PURE__ */Q("rect",{x:"114",y:"120",width:"6",height:"6",fill:"currentColor",fillOpacity:"0.55"}),
|
|
309
310
|
/* @__PURE__ */Q("rect",{x:"108",y:"114",width:"6",height:"6",fill:"currentColor",fillOpacity:"0.47"}),
|
|
@@ -588,7 +589,7 @@ return B("span",{css:Y,...C,children:[M&&/* @__PURE__ */Q("span",{css:F,"aria-hi
|
|
|
588
589
|
/* @__PURE__ */Q("rect",{x:"60",y:"162",width:"6",height:"6",fill:"currentColor",fillOpacity:"0.54"}),
|
|
589
590
|
/* @__PURE__ */Q("rect",{x:"36",y:"150",width:"6",height:"6",fill:"currentColor",fillOpacity:"1.00"}),
|
|
590
591
|
/* @__PURE__ */Q("rect",{x:"30",y:"144",width:"6",height:"6",fill:"currentColor",fillOpacity:"1.00"}),
|
|
591
|
-
/* @__PURE__ */Q("rect",{x:"30",y:"138",width:"6",height:"6",fill:"currentColor",fillOpacity:"1.00"})]}),
|
|
592
|
+
/* @__PURE__ */Q("rect",{x:"30",y:"138",width:"6",height:"6",fill:"currentColor",fillOpacity:"1.00"})]}),L=A=>/* @__PURE__ */B("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192",shapeRendering:"crispEdges",role:"img","aria-label":"Maelstrom-Futurism mark (flat)",...A,children:[
|
|
592
593
|
/* @__PURE__ */Q("title",{children:"Maelstrom-Futurism"}),
|
|
593
594
|
/* @__PURE__ */Q("rect",{x:"114",y:"120",width:"6",height:"6",fill:"currentColor"}),
|
|
594
595
|
/* @__PURE__ */Q("rect",{x:"108",y:"114",width:"6",height:"6",fill:"currentColor"}),
|
|
@@ -873,4 +874,4 @@ return B("span",{css:Y,...C,children:[M&&/* @__PURE__ */Q("span",{css:F,"aria-hi
|
|
|
873
874
|
/* @__PURE__ */Q("rect",{x:"60",y:"162",width:"6",height:"6",fill:"currentColor"}),
|
|
874
875
|
/* @__PURE__ */Q("rect",{x:"36",y:"150",width:"6",height:"6",fill:"currentColor"}),
|
|
875
876
|
/* @__PURE__ */Q("rect",{x:"30",y:"144",width:"6",height:"6",fill:"currentColor"}),
|
|
876
|
-
/* @__PURE__ */Q("rect",{x:"30",y:"138",width:"6",height:"6",fill:"currentColor"})]}),
|
|
877
|
+
/* @__PURE__ */Q("rect",{x:"30",y:"138",width:"6",height:"6",fill:"currentColor"})]}),Z=A=>A.charAt(0).toUpperCase()+A.slice(1),X=A=>A.toLowerCase().split(" ").map((A,B)=>["a","an","to","the","of"].includes(A)&&B>0?A:Z(A)).join(" "),m=A=>A&&"[object Function]"===Object.prototype.toString.call(A),f=A=>"string"==typeof A||A instanceof String,d=(A,B)=>{let Q;return(...E)=>{clearTimeout(Q),Q=setTimeout(()=>A(...E),B)}};export{c as BORDER_WIDTHS,D as BREAKPOINTS,l as Box,Y as CardinalDirection,s as ContentBox,i as EASE_FUNCTION,J as FONTS,N as HEIGHTS,w as Intensity,j as LETTER_SPACINGS,G as LINE_HEIGHTS,o as LogoMark,L as LogoMarkFlat,P as Pill,R as RADII,F as SIZES,U as SPACES,z as Theme,k as ThemeProvider,Z as capitalize,y as composeStyles,h as createTheme,d as debounce,m as isFunction,W as isSerializedStyles,f as isString,X as titleCase,H as useTheme};
|
package/dist/styleSystem.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StyleOverride } from './utils/composeStyles';
|
|
2
2
|
export interface BaseStyles {
|
|
3
3
|
border?: string;
|
|
4
|
-
|
|
4
|
+
/** Style override prop — accepts Emotion `SerializedStyles` (composed with
|
|
5
|
+
* the component's base class) or plain `CSSProperties` (applied inline). */
|
|
6
|
+
styles?: StyleOverride;
|
|
5
7
|
bg?: string;
|
|
6
8
|
background?: string;
|
|
7
9
|
p?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styleSystem.d.ts","sourceRoot":"","sources":["../lib/styleSystem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"styleSystem.d.ts","sourceRoot":"","sources":["../lib/styleSystem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;iFAC6E;IAC7E,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAUD,eAAO,MAAM,eAAe,GAAI,QAAQ,UAAU,wBAajD,CAAC"}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
import { SerializedStyles } from '@emotion/react';
|
|
3
|
+
/** Accepted value for a component's `styles` override prop.
|
|
4
|
+
* Pass a plain `CSSProperties` object for a quick inline override, or
|
|
5
|
+
* an Emotion `SerializedStyles` / array thereof to compose with the
|
|
6
|
+
* component's base Emotion class. */
|
|
7
|
+
export type StyleOverride = CSSProperties | SerializedStyles | SerializedStyles[];
|
|
8
|
+
export declare const isSerializedStyles: (value: unknown) => value is SerializedStyles | SerializedStyles[];
|
|
9
|
+
export declare const composeStyles: (base: SerializedStyles, overrides?: SerializedStyles | SerializedStyles[]) => SerializedStyles;
|
|
3
10
|
//# sourceMappingURL=composeStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"composeStyles.d.ts","sourceRoot":"","sources":["../../lib/utils/composeStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"composeStyles.d.ts","sourceRoot":"","sources":["../../lib/utils/composeStyles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAO,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEvD;;;sCAGsC;AACtC,MAAM,MAAM,aAAa,GAAG,aAAa,GAAG,gBAAgB,GAAG,gBAAgB,EAAE,CAAC;AAElF,eAAO,MAAM,kBAAkB,GAC7B,OAAO,OAAO,KACb,KAAK,IAAI,gBAAgB,GAAG,gBAAgB,EAK9C,CAAC;AAQF,eAAO,MAAM,aAAa,GACxB,MAAM,gBAAgB,EACtB,YAAY,gBAAgB,GAAG,gBAAgB,EAAE,KAChD,gBAIF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"composeStyles.test.d.ts","sourceRoot":"","sources":["../../lib/utils/composeStyles.test.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maelstrom-futurism/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
4
4
|
"description": "Core package for shared resources in Maelstrom Futurism",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"url": "https://github.com/DawsonG/maelstrom-futurism/issues"
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/DawsonG/maelstrom-futurism#readme",
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "1f2af39f5220bf1758355944449941fb01ccf21e"
|
|
35
35
|
}
|