react-minolith 0.0.21 → 0.0.22
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/assets/Blockquote.css +1 -0
- package/dist/assets/Centering.css +1 -1
- package/dist/assets/Div.css +1 -0
- package/dist/assets/Minolith.css +1 -1
- package/dist/assets/MinolithCssVariableStylesProvider.css +1 -1
- package/dist/assets/Paragraph.css +1 -0
- package/dist/assets/Section.css +1 -0
- package/dist/assets/Span.css +1 -1
- package/dist/components/Blockquote/Blockquote.d.ts +3 -0
- package/dist/components/Blockquote/Blockquote.d.ts.map +1 -0
- package/dist/components/Blockquote/Blockquote.js +30 -0
- package/dist/components/Blockquote/Blockquote.js.map +1 -0
- package/dist/components/Blockquote/Blockquote.stories.d.ts +16 -0
- package/dist/components/Blockquote/Blockquote.stories.d.ts.map +1 -0
- package/dist/components/Blockquote/BlockquoteProps.d.ts +12 -0
- package/dist/components/Blockquote/BlockquoteProps.d.ts.map +1 -0
- package/dist/components/Blockquote/BlockquoteProps.js +2 -0
- package/dist/components/Blockquote/BlockquoteProps.js.map +1 -0
- package/dist/components/Blockquote/index.d.ts +3 -0
- package/dist/components/Blockquote/index.d.ts.map +1 -0
- package/dist/components/Blockquote/index.js +5 -0
- package/dist/components/Blockquote/index.js.map +1 -0
- package/dist/components/Div/Div.js +5 -5
- package/dist/components/Div/Div.js.map +1 -1
- package/dist/components/Paragraph/Paragraph.d.ts +3 -0
- package/dist/components/Paragraph/Paragraph.d.ts.map +1 -0
- package/dist/components/Paragraph/Paragraph.js +15 -0
- package/dist/components/Paragraph/Paragraph.js.map +1 -0
- package/dist/components/Paragraph/Paragraph.stories.d.ts +12 -0
- package/dist/components/Paragraph/Paragraph.stories.d.ts.map +1 -0
- package/dist/components/Paragraph/ParagraphProps.d.ts +5 -0
- package/dist/components/Paragraph/ParagraphProps.d.ts.map +1 -0
- package/dist/components/Paragraph/ParagraphProps.js +2 -0
- package/dist/components/Paragraph/ParagraphProps.js.map +1 -0
- package/dist/components/Paragraph/index.d.ts +3 -0
- package/dist/components/Paragraph/index.d.ts.map +1 -0
- package/dist/components/Paragraph/index.js +5 -0
- package/dist/components/Paragraph/index.js.map +1 -0
- package/dist/components/Ruby/Ruby.js +1 -1
- package/dist/components/Section/Section.js +1 -1
- package/dist/components/Span/Span.js +8 -8
- package/dist/components/Span/Span.js.map +1 -1
- package/dist/layouts/Centering/Centering.js +2 -2
- package/dist/react-minolith.d.ts +2 -0
- package/dist/react-minolith.d.ts.map +1 -1
- package/dist/react-minolith.js +94 -90
- package/dist/react-minolith.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._paragraph_1dpzn_1{box-sizing:border-box;line-height:1.5;display:block;margin:0;margin-block:.5rem;margin-inline:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._element_19mzt_1{box-sizing:border-box}
|
package/dist/assets/Span.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._span_m9a43_1{box-sizing:border-box}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blockquote.d.ts","sourceRoot":"","sources":["../../../src/components/Blockquote/Blockquote.tsx"],"names":[],"mappings":"AAEA,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,KAAK,CAAC,YAAY,CAiC7E"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import i from "../../utilities/classNameUtility.js";
|
|
3
|
+
import '../../assets/Blockquote.css';const _ = "_check_1a250_1", l = "_chevron_1a250_41", c = "_blockquote_1a250_76", t = {
|
|
4
|
+
check: _,
|
|
5
|
+
"is-gray": "_is-gray_1a250_13",
|
|
6
|
+
"is-red": "_is-red_1a250_16",
|
|
7
|
+
"is-orange": "_is-orange_1a250_19",
|
|
8
|
+
"is-yellow": "_is-yellow_1a250_22",
|
|
9
|
+
"is-green": "_is-green_1a250_25",
|
|
10
|
+
"is-cyan": "_is-cyan_1a250_28",
|
|
11
|
+
"is-blue": "_is-blue_1a250_31",
|
|
12
|
+
"is-violet": "_is-violet_1a250_34",
|
|
13
|
+
"is-magenta": "_is-magenta_1a250_37",
|
|
14
|
+
chevron: l,
|
|
15
|
+
blockquote: c,
|
|
16
|
+
"is-italic": "_is-italic_1a250_95",
|
|
17
|
+
"has-quote": "_has-quote_1a250_98",
|
|
18
|
+
"has-quote-before": "_has-quote-before_1a250_98",
|
|
19
|
+
"has-quote-after": "_has-quote-after_1a250_115"
|
|
20
|
+
};
|
|
21
|
+
function n(e) {
|
|
22
|
+
const a = { ...e };
|
|
23
|
+
delete a.colorName, delete a.isItalic, delete a.hasQuote, delete a.fore, delete a.back, delete a.highlighter, delete a.border, delete a.positioning, delete a.sizing, delete a.spacing;
|
|
24
|
+
const s = [t.blockquote];
|
|
25
|
+
return e.colorName && s.push(t[`is-${e.colorName}`]), e.isItalic && s.push(t["is-italic"]), e.hasQuote && (typeof e.hasQuote == "boolean" ? e.hasQuote && s.push(t["has-quote"]) : (e.hasQuote.before && s.push(t["has-quote-before"]), e.hasQuote.after && s.push(t["has-quote-after"]))), s.push(...i.getUtilityClassNames(e)), e.className && s.push(e.className), /* @__PURE__ */ o("blockquote", { ...a, className: s.join(" ") });
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
n as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=Blockquote.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blockquote.js","sources":["../../../src/components/Blockquote/Blockquote.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Blockquote.module.scss\";\r\nimport BlockquoteProps from \"./BlockquoteProps\";\r\n\r\nexport default function Blockquote(props: BlockquoteProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n delete assignedProps[\"colorName\"];\r\n delete assignedProps[\"isItalic\"];\r\n delete assignedProps[\"hasQuote\"];\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"blockquote\"]];\r\n props.colorName &&\r\n assignedClassNames.push(classNames[`is-${props.colorName}`]);\r\n props.isItalic && assignedClassNames.push(classNames[`is-italic`]);\r\n if (props.hasQuote) {\r\n if (typeof props.hasQuote === \"boolean\") {\r\n props.hasQuote && assignedClassNames.push(classNames[`has-quote`]);\r\n } else {\r\n props.hasQuote.before && assignedClassNames.push(classNames[`has-quote-before`]);\r\n props.hasQuote.after && assignedClassNames.push(classNames[`has-quote-after`]);\r\n }\r\n }\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return (\r\n <blockquote {...assignedProps} className={assignedClassNames.join(\" \")} />\r\n );\r\n}\r\n"],"names":["Blockquote","props","assignedProps","assignedClassNames","classNames","classNameUtility","jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;AAIA,SAAwBA,EAAWC,GAA4C;AACvE,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AACjC,SAAOC,EAAc,WACrB,OAAOA,EAAc,UACrB,OAAOA,EAAc,UAErB,OAAOA,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAACC,EAAW,UAAa;AACxD,SAAAH,EAAA,aACJE,EAAmB,KAAKC,EAAW,MAAMH,EAAM,SAAS,EAAE,CAAC,GAC7DA,EAAM,YAAYE,EAAmB,KAAKC,EAAW,WAAW,CAAC,GAC7DH,EAAM,aACJ,OAAOA,EAAM,YAAa,YAC5BA,EAAM,YAAYE,EAAmB,KAAKC,EAAW,WAAW,CAAC,KAEjEH,EAAM,SAAS,UAAUE,EAAmB,KAAKC,EAAW,kBAAkB,CAAC,GAC/EH,EAAM,SAAS,SAASE,EAAmB,KAAKC,EAAW,iBAAiB,CAAC,KAGjFD,EAAmB,KAAK,GAAGE,EAAiB,qBAAqBJ,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAGxD,gBAAAK,EAAC,gBAAY,GAAGJ,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AAE5E;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { default as Blockquote } from './Blockquote';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Blockquote;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<typeof meta>;
|
|
11
|
+
export declare const Plain: Story;
|
|
12
|
+
export declare const IsItalic: Story;
|
|
13
|
+
export declare const HasQuote: Story;
|
|
14
|
+
export declare const HasQuoteBefore: Story;
|
|
15
|
+
export declare const HasQuoteAfter: Story;
|
|
16
|
+
//# sourceMappingURL=Blockquote.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Blockquote.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Blockquote/Blockquote.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,UAAU,MAAM,cAAc,CAAC;AAKtC,QAAA,MAAM,IAAI;;;;;CAMyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,KAAK,EAAE,KAUnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAa5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAa3B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BaseComponentProps } from '../../common/models';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
import { ColorName } from '../../react-minolith';
|
|
4
|
+
export default interface BlockquoteProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, BaseComponentProps {
|
|
5
|
+
colorName?: ColorName;
|
|
6
|
+
isItalic?: boolean;
|
|
7
|
+
hasQuote?: boolean | {
|
|
8
|
+
before?: boolean;
|
|
9
|
+
after?: boolean;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=BlockquoteProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockquoteProps.d.ts","sourceRoot":"","sources":["../../../src/components/Blockquote/BlockquoteProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,MAAM,CAAC,OAAO,WAAW,eACvB,SAAQ,KAAK,CAAC,iBAAiB,CAC7B,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EACtC,gBAAgB,CACjB,EAAE,kBAAkB;IACrB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,GAAG;QACnB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockquoteProps.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Blockquote/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import a from "../../utilities/classNameUtility.js";
|
|
3
|
-
import '../../assets/
|
|
4
|
-
|
|
3
|
+
import '../../assets/Div.css';const l = "_div_dlpvq_1", d = {
|
|
4
|
+
div: l
|
|
5
5
|
};
|
|
6
6
|
function c(s) {
|
|
7
7
|
const e = { ...s };
|
|
8
8
|
delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
|
|
9
|
-
const
|
|
10
|
-
return
|
|
9
|
+
const i = [d.div];
|
|
10
|
+
return i.push(...a.getUtilityClassNames(s)), s.className && i.push(s.className), /* @__PURE__ */ t("div", { ...e, className: i.join(" ") });
|
|
11
11
|
}
|
|
12
12
|
export {
|
|
13
13
|
c as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Div.js","sources":["../../../src/components/Div/Div.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Div.module.scss\";\r\nimport DivProps from \"./DivProps\";\r\n\r\nexport default function Div(props: DivProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"
|
|
1
|
+
{"version":3,"file":"Div.js","sources":["../../../src/components/Div/Div.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Div.module.scss\";\r\nimport DivProps from \"./DivProps\";\r\n\r\nexport default function Div(props: DivProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"div\"]];\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return <div {...assignedProps} className={assignedClassNames.join(\" \")} />;\r\n}\r\n"],"names":["Div","props","assignedProps","assignedClassNames","classNames","classNameUtility","jsx"],"mappings":";;;;;AAIA,SAAwBA,EAAIC,GAAqC;AACzD,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AAEjC,SAAOC,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAACC,EAAW,GAAM;AACvD,SAAAD,EAAmB,KAAK,GAAGE,EAAiB,qBAAqBJ,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAEnD,gBAAAK,EAAC,SAAK,GAAGJ,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AAC1E;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../../src/components/Paragraph/Paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,CAiB3E"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import r from "../../utilities/classNameUtility.js";
|
|
3
|
+
import '../../assets/Paragraph.css';const i = "_paragraph_1dpzn_1", l = {
|
|
4
|
+
paragraph: i
|
|
5
|
+
};
|
|
6
|
+
function o(a) {
|
|
7
|
+
const e = { ...a };
|
|
8
|
+
delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
|
|
9
|
+
const s = [l.paragraph];
|
|
10
|
+
return s.push(...r.getUtilityClassNames(a)), a.className && s.push(a.className), /* @__PURE__ */ t("p", { ...e, className: s.join(" ") });
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
o as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Paragraph.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Paragraph.js","sources":["../../../src/components/Paragraph/Paragraph.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Paragraph.module.scss\";\r\nimport ParagraphProps from \"./ParagraphProps\";\r\n\r\nexport default function Paragraph(props: ParagraphProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"paragraph\"]];\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return <p {...assignedProps} className={assignedClassNames.join(\" \")} />;\r\n}\r\n"],"names":["Paragraph","props","assignedProps","assignedClassNames","classNames","classNameUtility","jsx"],"mappings":";;;;;AAIA,SAAwBA,EAAUC,GAA2C;AACrE,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AAEjC,SAAOC,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAACC,EAAW,SAAY;AAC7D,SAAAD,EAAmB,KAAK,GAAGE,EAAiB,qBAAqBJ,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAEnD,gBAAAK,EAAC,OAAG,GAAGJ,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AACxE;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { default as Paragraph } from './Paragraph';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Paragraph;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<typeof meta>;
|
|
11
|
+
export declare const Plain: Story;
|
|
12
|
+
//# sourceMappingURL=Paragraph.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Paragraph.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Paragraph/Paragraph.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,SAAS,MAAM,aAAa,CAAC;AAIpC,QAAA,MAAM,IAAI;;;;;CAKwB,CAAC;AAEnC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,KAAK,EAAE,KAOnB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BaseComponentProps } from '../../common/models';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export default interface ParagraphProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, BaseComponentProps {
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=ParagraphProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParagraphProps.d.ts","sourceRoot":"","sources":["../../../src/components/Paragraph/ParagraphProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,WAAW,cACvB,SAAQ,KAAK,CAAC,iBAAiB,CAC3B,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAC1C,oBAAoB,CACrB,EACD,kBAAkB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParagraphProps.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Paragraph/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,YAAY,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "../../utilities/classNameUtility.js";
|
|
3
|
-
import '../../assets/
|
|
3
|
+
import '../../assets/Section.css';const a = "_element_19mzt_1", r = {
|
|
4
4
|
element: a
|
|
5
5
|
};
|
|
6
6
|
function m(t) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import a from "../../utilities/classNameUtility.js";
|
|
3
|
-
import '../../assets/
|
|
3
|
+
import '../../assets/Section.css';const i = "_element_19mzt_1", n = {
|
|
4
4
|
element: i
|
|
5
5
|
};
|
|
6
6
|
function c(s) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import '../../assets/Span.css';const
|
|
4
|
-
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import n from "../../utilities/classNameUtility.js";
|
|
3
|
+
import '../../assets/Span.css';const i = "_span_m9a43_1", l = {
|
|
4
|
+
span: i
|
|
5
5
|
};
|
|
6
|
-
function
|
|
6
|
+
function m(s) {
|
|
7
7
|
const e = { ...s };
|
|
8
8
|
delete e.fore, delete e.back, delete e.highlighter, delete e.border, delete e.positioning, delete e.sizing, delete e.spacing;
|
|
9
|
-
const
|
|
10
|
-
return
|
|
9
|
+
const a = [l.span];
|
|
10
|
+
return a.push(...n.getUtilityClassNames(s)), s.className && a.push(s.className), /* @__PURE__ */ t("span", { ...e, className: a.join(" ") });
|
|
11
11
|
}
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
m as default
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=Span.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Span.js","sources":["../../../src/components/Span/Span.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Span.module.scss\";\r\nimport SpanProps from \"./SpanProps\";\r\n\r\nexport default function Span(props: SpanProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"
|
|
1
|
+
{"version":3,"file":"Span.js","sources":["../../../src/components/Span/Span.tsx"],"sourcesContent":["import { classNameUtility } from \"../../utilities\";\r\nimport classNames from \"./Span.module.scss\";\r\nimport SpanProps from \"./SpanProps\";\r\n\r\nexport default function Span(props: SpanProps): React.ReactElement {\r\n const assignedProps = { ...props };\r\n //#region BaseComponentProps\r\n delete assignedProps[\"fore\"];\r\n delete assignedProps[\"back\"];\r\n delete assignedProps[\"highlighter\"];\r\n delete assignedProps[\"border\"];\r\n delete assignedProps[\"positioning\"];\r\n delete assignedProps[\"sizing\"];\r\n delete assignedProps[\"spacing\"];\r\n //#endregion BaseComponentProps\r\n\r\n const assignedClassNames: string[] = [classNames[\"span\"]];\r\n assignedClassNames.push(...classNameUtility.getUtilityClassNames(props));\r\n props.className && assignedClassNames.push(props.className);\r\n\r\n return <span {...assignedProps} className={assignedClassNames.join(\" \")} />;\r\n}\r\n"],"names":["Span","props","assignedProps","assignedClassNames","classNames","classNameUtility","jsx"],"mappings":";;;;;AAIA,SAAwBA,EAAKC,GAAsC;AAC3D,QAAAC,IAAgB,EAAE,GAAGD,EAAM;AAEjC,SAAOC,EAAc,MACrB,OAAOA,EAAc,MACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc,aACrB,OAAOA,EAAc,QACrB,OAAOA,EAAc;AAGrB,QAAMC,IAA+B,CAACC,EAAW,IAAO;AACxD,SAAAD,EAAmB,KAAK,GAAGE,EAAiB,qBAAqBJ,CAAK,CAAC,GACvEA,EAAM,aAAaE,EAAmB,KAAKF,EAAM,SAAS,GAEnD,gBAAAK,EAAC,UAAM,GAAGJ,GAAe,WAAWC,EAAmB,KAAK,GAAG,GAAG;AAC3E;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import n from "../../utilities/classNameUtility.js";
|
|
3
|
-
import '../../assets/Centering.css';const l = "
|
|
3
|
+
import '../../assets/Centering.css';const l = "_centering_1c62g_1", a = {
|
|
4
4
|
centering: l,
|
|
5
|
-
"is-fullheight": "_is-
|
|
5
|
+
"is-fullheight": "_is-fullheight_1c62g_10"
|
|
6
6
|
};
|
|
7
7
|
function r(s) {
|
|
8
8
|
const e = { ...s };
|
package/dist/react-minolith.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './backgrounds/Gingham';
|
|
|
11
11
|
export * from './backgrounds/Stripe';
|
|
12
12
|
export * from './components/Accordion';
|
|
13
13
|
export * from './components/Badge';
|
|
14
|
+
export * from './components/Blockquote';
|
|
14
15
|
export * from './components/Button';
|
|
15
16
|
export * from './components/Card';
|
|
16
17
|
export * from './components/Dialogue';
|
|
@@ -27,6 +28,7 @@ export * from './components/Main';
|
|
|
27
28
|
export * from './components/Message';
|
|
28
29
|
export * from './components/Modal';
|
|
29
30
|
export * from './components/Nav';
|
|
31
|
+
export * from './components/Paragraph';
|
|
30
32
|
export * from './components/Progress';
|
|
31
33
|
export * from './components/Ruby';
|
|
32
34
|
export * from './components/Section';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-minolith.d.ts","sourceRoot":"","sources":["../src/react-minolith.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC;AAM5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAMhC,cAAc,0CAA0C,CAAC;AAEzD,cAAc,gDAAgD,CAAC;AAE/D,cAAc,iBAAiB,CAAC;AAEhC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,eAAe,CAAC;AAM9B,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,sBAAsB,CAAC;AAMrC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,mBAAmB,CAAC;AAElC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAElC,cAAc,sBAAsB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAMtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"react-minolith.d.ts","sourceRoot":"","sources":["../src/react-minolith.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC;AAM5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAMhC,cAAc,0CAA0C,CAAC;AAEzD,cAAc,gDAAgD,CAAC;AAE/D,cAAc,iBAAiB,CAAC;AAEhC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,eAAe,CAAC;AAM9B,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,sBAAsB,CAAC;AAMrC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,yBAAyB,CAAC;AAExC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,mBAAmB,CAAC;AAElC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,kBAAkB,CAAC;AAEjC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAElC,cAAc,sBAAsB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC;AAMtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAElC,cAAc,qBAAqB,CAAC"}
|
package/dist/react-minolith.js
CHANGED
|
@@ -1,120 +1,124 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as t } from "./utilities/minolithStyleUtility/minolithStyleUtility.js";
|
|
2
2
|
import { default as f } from "./utilities/classNameUtility.js";
|
|
3
3
|
import { default as d } from "./base/MinolithCssVariableStylesProvider/MinolithCssVariableStylesProvider.js";
|
|
4
4
|
import { default as u } from "./base/MinolithCssVariableStylesProviderStatic/MinolithCssVariableStylesProviderStatic.js";
|
|
5
5
|
import { default as p } from "./base/Minolith/Minolith.js";
|
|
6
6
|
import { default as i } from "./base/MinolithStatic/MinolithStatic.js";
|
|
7
7
|
import { default as g } from "./base/Tabula/Tabula.js";
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
8
|
+
import { default as c } from "./backgrounds/Dot/Dot.js";
|
|
9
|
+
import { default as M } from "./backgrounds/Gingham/Gingham.js";
|
|
10
10
|
import { default as D } from "./backgrounds/Stripe/Stripe.js";
|
|
11
11
|
import { default as y } from "./components/Accordion/Accordion.js";
|
|
12
12
|
import { default as h } from "./components/Accordion/AccordionSummary.js";
|
|
13
13
|
import { default as A } from "./components/Accordion/AccordionDetails.js";
|
|
14
14
|
import { default as L } from "./components/Badge/Badge.js";
|
|
15
|
+
import { default as P } from "./components/Blockquote/Blockquote.js";
|
|
15
16
|
import { default as F } from "./components/Button/Button.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
17
|
+
import { default as T } from "./components/Card/Card.js";
|
|
18
|
+
import { default as V } from "./components/Card/CardBody.js";
|
|
19
|
+
import { default as G } from "./components/Card/CardHeader.js";
|
|
20
|
+
import { default as w } from "./components/Card/CardFooter.js";
|
|
21
|
+
import { default as E } from "./components/Dialogue/Dialogue.js";
|
|
22
|
+
import { default as K } from "./components/Dialogue/DialogueAvatarContainer.js";
|
|
23
|
+
import { default as Q } from "./components/Dialogue/DialogueAvatar.js";
|
|
24
|
+
import { default as X } from "./components/Dialogue/DialogueContentContainer.js";
|
|
25
|
+
import { default as Z } from "./components/Dialogue/DialogueName.js";
|
|
26
|
+
import { default as $ } from "./components/Dialogue/DialogueMessage.js";
|
|
27
|
+
import { default as ea } from "./components/Dialogue/DialogueMessageInner.js";
|
|
28
|
+
import { default as ta } from "./components/Div/Div.js";
|
|
29
|
+
import { default as fa } from "./components/Footer/Footer.js";
|
|
30
|
+
import { default as da } from "./components/Hamburger/Hamburger.js";
|
|
31
|
+
import { default as ua } from "./components/Header/Header.js";
|
|
32
|
+
import { default as pa } from "./components/Heading/Heading.js";
|
|
33
|
+
import { default as ia } from "./components/Input/Input.js";
|
|
34
|
+
import { default as ga } from "./components/Label/Label.js";
|
|
35
|
+
import { default as ca } from "./components/Link/Link.js";
|
|
36
|
+
import { default as Ma } from "./components/Loader/Loader.js";
|
|
37
|
+
import { default as Da } from "./components/Main/Main.js";
|
|
38
|
+
import { default as ya } from "./components/Message/Message.js";
|
|
39
|
+
import { default as ha } from "./components/Message/MessageBody.js";
|
|
40
|
+
import { default as Aa } from "./components/Message/MessageHeader.js";
|
|
41
|
+
import { default as La } from "./components/Modal/Modal.js";
|
|
42
|
+
import { default as Pa } from "./components/Modal/ModalContent.js";
|
|
42
43
|
import { default as Fa } from "./components/Nav/Nav.js";
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
44
|
+
import { default as Ta } from "./components/Nav/NavBrand.js";
|
|
45
|
+
import { default as Va } from "./components/Nav/NavBrandCenter.js";
|
|
46
|
+
import { default as Ga } from "./components/Nav/NavBrandLeft.js";
|
|
47
|
+
import { default as wa } from "./components/Nav/NavBrandRight.js";
|
|
48
|
+
import { default as Ea } from "./components/Nav/NavStatic.js";
|
|
49
|
+
import { default as Ka } from "./components/Nav/NavMenu.js";
|
|
50
|
+
import { default as Qa } from "./components/Nav/NavMenuItem.js";
|
|
51
|
+
import { default as Xa } from "./components/Nav/NavAccordion.js";
|
|
52
|
+
import { default as Za } from "./components/Paragraph/Paragraph.js";
|
|
51
53
|
import "react/jsx-runtime";
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
54
|
+
import { default as $a } from "./components/Ruby/Ruby.js";
|
|
55
|
+
import { default as ee } from "./components/Section/Section.js";
|
|
56
|
+
import { default as te } from "./components/Span/Span.js";
|
|
57
|
+
import { default as fe } from "./components/Textarea/Textarea.js";
|
|
58
|
+
import { default as de } from "./layouts/Centering/Centering.js";
|
|
59
|
+
import { default as ue } from "./layouts/Columns/Columns.js";
|
|
60
|
+
import { default as pe } from "./layouts/Columns/Column.js";
|
|
61
|
+
import { default as ie } from "./layouts/Container/Container.js";
|
|
60
62
|
export {
|
|
61
63
|
y as Accordion,
|
|
62
64
|
A as AccordionDetails,
|
|
63
65
|
h as AccordionSummary,
|
|
64
66
|
L as Badge,
|
|
67
|
+
P as Blockquote,
|
|
65
68
|
F as Button,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
69
|
+
T as Card,
|
|
70
|
+
V as CardBody,
|
|
71
|
+
w as CardFooter,
|
|
72
|
+
G as CardHeader,
|
|
73
|
+
de as Centering,
|
|
74
|
+
pe as Column,
|
|
75
|
+
ue as Columns,
|
|
76
|
+
ie as Container,
|
|
77
|
+
E as Dialogue,
|
|
78
|
+
Q as DialogueAvatar,
|
|
79
|
+
K as DialogueAvatarContainer,
|
|
80
|
+
X as DialogueContentContainer,
|
|
81
|
+
$ as DialogueMessage,
|
|
82
|
+
ea as DialogueMessageInner,
|
|
83
|
+
Z as DialogueName,
|
|
84
|
+
ta as Div,
|
|
85
|
+
c as Dot,
|
|
86
|
+
fa as Footer,
|
|
87
|
+
M as Gingham,
|
|
88
|
+
da as Hamburger,
|
|
89
|
+
ua as Header,
|
|
90
|
+
pa as Heading,
|
|
91
|
+
ia as Input,
|
|
92
|
+
ga as Label,
|
|
93
|
+
ca as Link,
|
|
94
|
+
Ma as Loader,
|
|
95
|
+
Da as Main,
|
|
96
|
+
ya as Message,
|
|
97
|
+
ha as MessageBody,
|
|
98
|
+
Aa as MessageHeader,
|
|
96
99
|
p as Minolith,
|
|
97
100
|
d as MinolithCssVariableStylesProvider,
|
|
98
101
|
u as MinolithCssVariableStylesProviderStatic,
|
|
99
102
|
i as MinolithStatic,
|
|
100
|
-
|
|
101
|
-
|
|
103
|
+
La as Modal,
|
|
104
|
+
Pa as ModalContent,
|
|
102
105
|
Fa as Nav,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
106
|
+
Xa as NavAccordion,
|
|
107
|
+
Ta as NavBrand,
|
|
108
|
+
Va as NavBrandCenter,
|
|
109
|
+
Ga as NavBrandLeft,
|
|
110
|
+
wa as NavBrandRight,
|
|
111
|
+
Ka as NavMenu,
|
|
112
|
+
Qa as NavMenuItem,
|
|
113
|
+
Ea as NavStatic,
|
|
114
|
+
Za as Paragraph,
|
|
115
|
+
$a as Ruby,
|
|
116
|
+
ee as Section,
|
|
117
|
+
te as Span,
|
|
114
118
|
D as Stripe,
|
|
115
119
|
g as Tabula,
|
|
116
|
-
|
|
120
|
+
fe as Textarea,
|
|
117
121
|
f as classNameUtility,
|
|
118
|
-
|
|
122
|
+
t as minolithStyleUtility
|
|
119
123
|
};
|
|
120
124
|
//# sourceMappingURL=react-minolith.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-minolith.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"react-minolith.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-minolith",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/react-minolith.js",
|
|
6
6
|
"types": "./dist/react-minolith.d.ts",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
72
72
|
"eslint-plugin-storybook": "^0.11.1",
|
|
73
73
|
"glob": "^11.0.0",
|
|
74
|
-
"minolith": "^0.0.
|
|
74
|
+
"minolith": "^0.0.27",
|
|
75
75
|
"react": "^19.0.0",
|
|
76
76
|
"react-dom": "^19.0.0",
|
|
77
77
|
"rimraf": "^6.0.1",
|