@maelstrom-futurism/core 0.10.0 → 0.10.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../lib/components/Pill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAqB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"Pill.d.ts","sourceRoot":"","sources":["../../lib/components/Pill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAqB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGrE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAE7E,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,eAAe,CAAC;IAChE,GAAG,CAAC,EAAE,gBAAgB,GAAG,gBAAgB,EAAE,CAAC;IAC5C,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAaD,QAAA,MAAM,IAAI,GAAI,0CAA2D,SAAS,KAAG,SAgCpF,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -284,7 +284,7 @@ return Q("div",{css:[C,M],...I,children:g})},y=({background:B,border:E,children:
|
|
|
284
284
|
padding: 0.75rem;
|
|
285
285
|
margin-bottom: 0.25rem;
|
|
286
286
|
`;/* @__PURE__ */
|
|
287
|
-
return Q(S,{css:[C,w],...I,children:M})},x=({variant:E="info",dot:M=!1,children:g,css: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`
|
|
287
|
+
return Q(S,{css:[C,w],...I,children:M})},x=({variant:E="info",dot:M=!1,children:g,css: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=((B,Q)=>{const E=Q?Array.isArray(Q)?Q:[Q]:[];return E.length>0?E.reduce((B,Q)=>A`${B}${Q}`,B):B})(A`
|
|
288
288
|
display: inline-flex;
|
|
289
289
|
align-items: center;
|
|
290
290
|
gap: 6px;
|
|
@@ -295,14 +295,14 @@ return Q(S,{css:[C,w],...I,children:M})},x=({variant:E="info",dot:M=!1,children:
|
|
|
295
295
|
border: 1px solid ${w};
|
|
296
296
|
background: transparent;
|
|
297
297
|
color: ${w};
|
|
298
|
-
`,F=A`
|
|
298
|
+
`,I),F=A`
|
|
299
299
|
width: 6px;
|
|
300
300
|
height: 6px;
|
|
301
301
|
border-radius: 50%;
|
|
302
302
|
background: currentColor;
|
|
303
303
|
flex-shrink: 0;
|
|
304
304
|
`;/* @__PURE__ */
|
|
305
|
-
return B("span",{css:
|
|
305
|
+
return B("span",{css:Y,...C,children:[M&&/* @__PURE__ */Q("span",{css:F,"aria-hidden":"true"}),g]})},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",...A,children:[
|
|
306
306
|
/* @__PURE__ */Q("title",{children:"Maelstrom-Futurism"}),
|
|
307
307
|
/* @__PURE__ */Q("rect",{x:"114",y:"120",width:"6",height:"6",fill:"currentColor",fillOpacity:"0.55"}),
|
|
308
308
|
/* @__PURE__ */Q("rect",{x:"108",y:"114",width:"6",height:"6",fill:"currentColor",fillOpacity:"0.47"}),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"composeStyles.d.ts","sourceRoot":"","sources":["../../lib/utils/composeStyles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,eAAO,MAAM,aAAa,GAAI,eAAe,gBAAgB,EAAE,eAAe,gBAAgB,GAAG,gBAAgB,EAAE,qBAOlH,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maelstrom-futurism/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
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": "c84d6ee3a2a8780063f3145d276db89e462f44d4"
|
|
35
35
|
}
|